/********** Responsive **********/
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1500px) {
.sec-pad{padding:60px 0;}
.portfolio-sec ul.port-wrap li img{height:300px;}
.left-pad{padding-left:5%;}
.blue-cta .container:before{}
.blue-cta:before{left:0;}
.footer-form .img-wrap{left:0;}

}
@media only screen and (max-width: 1400px) {
.packsge-sec .pkg-box{padding:30px 20px;}
header#header .wld-logo{margin-left:0;}

}
@media only screen and (max-width: 1300px) {
.home-banner{padding:150px 0;}
.home-banner h1{font-size:30px;line-height:40px;}
.portfolio-sec ul.port-wrap li img{height:250px;}
.home-about .right-img-box{padding:5%;}
.footer-form .img-wrap img{width:90%;}

}
@media only screen and (max-width: 1190px) {
.navbar ul{gap:15px;}
.navbar a,.navbar a:focus{font-size:12px;}
.main-heading{line-height:50px;font-size:40px;}
.home-about .right-img-box{padding:3%;}
.home-about p{font-size:16px;}
.packsge-sec .pkg-box{padding:20px 10px;width:95%;}
.packsge-sec .pkg-box .pkg-cta p a{font-size:15px;}
.packsge-sec .pkg-box .pkg-cta p{font-size:13px;}
.packsge-sec .pkg-box .pkg-head h2{font-size:20px;}
.footer-form .img-wrap img{width:80%;}
}
@media only screen and (max-width: 991px) {
.home-about .right-img-box{margin-top:30px;padding:10%;}
.service-box .main-heading{width:100%;}
.service-box .s-box{margin:5% 0 0 0;}
.service-box .row.align-items-center{}
.service-box ul.btn-wrap{display:none!important;}
.blue-cta:after{display:none;}
.blue-cta .container:before{display:none;}
.blue-cta .main-heading{font-size:30px;line-height:30px;}
.blue-cta p{font-size:20px;line-height:35px;}
.blue-cta{padding:50px 0;margin:40px 0;}
.blue-cta:before{width:450px;height:450px;left:0;right:0;}
.container.d-flex.justify-content-center.custom-nav{justify-content:space-around!important;}


}

@media only screen and (max-width: 767px) {
.blue-cta:before{display:none;}
.portfolio-sec ul.port-wrap li img{width:100%;}
.main-heading{line-height:40px;font-size:30px;}
.footer-form h2{font-size:30px;line-height:40px;}
footer .footer-logo{width:100%;}
footer h5.footer-menu-head{position:relative;display:block;}
footer h5:before{display:none;}
footer h5.footer-menu-head:before{content:'\f055';position:absolute;font-family:'Font Awesome 5';right:20px;font-size:20px;color:#8fc4f8;top:0;background:transparent;width:auto;height:auto;bottom:0;display:block;}
footer h5.footer-menu-head.clicked{margin-bottom:0;}
footer h5.footer-menu-head.clicked:before{content:'\f056';}
ul.footer-menu{display:none;}
footer h5:after{display:none;}
.sec2-img-full .img-wrap img {display: none; }
  .counter-sec:before {
    width: 100%;
    border-bottom-left-radius: 0;
    background-size: cover;
  }
  .counter-sec .col-lg-8 ul{
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    
  }
  .counter-sec .col-lg-8 ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .counter-sec .col-lg-8 ul li p {
    text-align: center;
  }
  .counter-sec .col-lg-4 .img-wrap {
    position: relative;
  }
  .counter-sec .col-lg-4 .img-wrap img{
    width: 100%;
  }
  #preloader img {
    max-width: 80%;
  }
  .about-box .figure {
    width: 100%;
  }
.banner-logo {
    padding-bottom: 0;
}
.logo-side-txt h2 { 
    margin-bottom: 30px;
    text-align: center;

}
.logo-side-img img { 
    margin-bottom: 20px;
}
.logolo { 
    margin-left: -200px;
}
#topbar .container {
    margin:  0 15px;
}
.cmb-list-st {
    flex-direction: column;
}
.cmb-list-st {
    flex-direction: column;
  }

  .cmb-txt-hd:before {
    width: auto;
  }

  .cmb-list-st ul {
    width: 100%;
  }

  ul.cmb-ul-st-3 img {
    top: 0;
  }

  .cmb-txt-hd h2 {
    font-size: 22px;

    padding-bottom: 8px;
  }
  .link-area a.hover-effect {
    bottom: 10px;
  }
  .section4::after {
    font-size: 94px;
    top: 0;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 320px) {}


/*keyframes*/
@keyframes cube {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes move1 {
  0% {
    transform: translateX(2%);
    transform: translateY(2%);
  }
  50% {
    transform: translateX(8%);
    transform: translateY(8%);

  }
  100% {
    transform: translateX(2%);
    transform: translateY(2%);

  }
}

@keyframes scrollDownAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scrollDownAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}


@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}