/*Media Queries*/
@media only screen and (min-width: 1024px) and (max-width: 1300px)  {

    .ytr{
        margin-top:14% !important;
    }
}
.service-item .title {color: #000000 !important;}

.service-item p {color: #000000 !important;}
a.true-links:hover h5, a.true-links:hover p {color: #FFFFFF !important;}

@media only screen and (min-width: 992px) and (max-width: 1023px)  {
 a.current.activeclass {
    color: #0381c9 !important;
}
.btnf {
    display: none;
}
.navbar-btn {
    display: block !important;
}
}
.cus-pera {text-align: center;font-weight: bold;/* color: #000000 !important; */width: 60%;margin: 10px auto;}
@media only screen and (min-width: 100px) and (max-width: 991px)  {
.activeclass {
color:white !important;
text-decoration: underline 3px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1020px)  {

    .ytr {
    margin-top: 9% !important;
}
.footer-area.footer-area-two .container::after {
    opacity: 0.5;
    z-index: -1 !important;
}
}
.ytr {
    margin-top: 11%;
}
@media only screen and (min-width: 100px) and (max-width: 991px)  {
.ytr{
    margin-top:18%;
}
a.activeclass {
    text-decoration: underline white 3px !important;
    color: white !important;
}
.btnf {
    background-color: white;
    width: 40%;
    padding: 10px 10px 10px 15px;
    margin-top: 6%;
    border-radius: 10px;
}
.navbar-btn {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 3000px)  {
.btnf {
    display: none !important;
}
}
@media only screen and (min-width: 10px) and (max-width: 768px)  {
.fixed {
    display: none !important;
}
}
/*Media Queries*/

.color-theme {
   color: #007ac0 !important;
   text-transform: initial !important;

}

.mybg {
    background-color: #0381c9;
}

.activeclass {
    color: #0381c9 !important;
}
.ghj {
    background-color: #007ac0;
}

.kjh
{
    height: auto;
}


canvas {
  border: 5px solid #0381c9;
  
}
.modal-content {
    padding: 40px;
}
.modal-footer {
    margin: 0 auto !important;
    display: block !important;
}
.btn-info {
    color: #fff;
    background-color: #0381c9;
    border-color: #0381c9;
}
.fgy {
    padding: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #007ac0;
    border-color: #007ac0;
}


/*Game Css Button*/
.fixed
{
    position: fixed;
    top:300px;
    right: 0;
    width:250px;
    height:200px;
    z-index:999;
}
.button 
{
display: block;
border: 0;
line-height: 3;
margin-bottom: 0.3em;
outline: none;
text-decoration: none;
color: #fff;
width: 250px;
font-size: 16px;
border-radius: 20px 0 0 20px;
}
.buttonDiv 
{
padding: 0 21px;
border-radius: 30px 0 0 30px;
}
.buttonDiv:hover
{
    background: white;
    transition: margin 500ms;
    margin-left: -20px;
}
/* Button Css */
.bg-b-blue
{
    background: linear-gradient(45deg,#1a77e2,#bfd6f1);
}
.bg-b-blue:hover
{
    background:linear-gradient(45deg,#1a77e2,#4485d2);
}
.bg-b-green
{
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.bg-b-orange
{
    background: linear-gradient(45deg, #fda582, #f7cf68);
}
.bg-b-orange:hover
{
    background:linear-gradient(45deg, #fda582, #fcac7d);
}
.bg-b-purple
{
    background: linear-gradient(45deg, #a52dd8, #e29bf1);
}
.bg-b-purple:hover
{
    background:linear-gradient(45deg, #a52dd8, #b143dd);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media only screen and (min-width: 100px) and (max-width: 600px)  {
.asd {
    max-width: 100% !important;
}
.dfg {
    text-align:center !important;
}
.footer-area.footer-area-two .container::after
{
    display:none;
}
}
/* Sink */
.hvr-sink {

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}


.gapstyle{
    margin: 15px;
}
