.loading-logo-text{
        width: calc(100% - 200px);

}
.navlogo{
 width: calc(100% - 105px);

}
.footer__social{
    margin-bottom:2rem;
}
.justify{
    text-align:justify;
}
.mainlogo{
      width: calc(100% - 0px);
}
.hero__thumb-big img{
    box-shadow:initial;
        border-radius: initial;
    -webkit-box-shadow: initial;
}
.about__thumb-wrapper{
      height: 100%; 
}
.about__thumb{
      height: 100%;
}
.about__thumb img{
    width: 100%;
   height: 100%;
    object-fit: cover;
}

.about__thumb1{
    height: 100%;
}
.bull{
        width: 100%;
    height: 100%;
}
.about__thumb1 img{
       width: 100%;

   height: 100%;
     animation: trans 2s linear infinite alternate;
}
@keyframes trans {
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-20px);
}
}
.about__banner img{
    position:absolute;
    top:90%;
    animation: animName 15s linear infinite;
    left:10%;
     
  
}
.absolute{
     position:absolute;
    bottom:2%;
    
    left:2%;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.banner__item{
       width: 100%;
    height: 300px;
    object-fit:cover;
}
.hero__height {
    min-height: 100vh;
}
.hero__thumb-sm img{
        max-width: 240px;
}

.contact__form-input input, .contact__form-input textarea{
        background: #fff;
}
.footer-bg{
    position:relative;
    z-index:1;
}
.footer-bg:before{
    content:"";
     position:absolute;
    top:00%;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
        opacity: 0.2;
   background:url(../img/ftr.png);
}
.footer__copyright p{
    color:#fff;
}
.hero__thumb-sm video {
   width: calc(100% - 150px);
    border-radius: 20px 2px 20px 2px;
    position: absolute;
    top: 0;
    left: 80%;
    z-index: -1;
    transform: translateX(-50%);
}



/**/
#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
}

.overlaypop {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
}
.mainform {
    padding: 20px;
    position: fixed;
    background: #fff !important;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    transition: 0.4s;
    z-index: 1001;
    border-radius: 20px;
}
.fa-xmark {
    position: absolute;
    right: 18px;
    font-size: 30px;
    top: 18px;
    opacity: 1;
    color: #2b4eff;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    flex-direction:column;
    width: 100%;
    height: 100%;
}

#whatsapp-widget .ww-link {
    opacity: 0 !important;
}
/**/
.h400{
        height: 400px;
}
.services__item:hover p {
    visibility: visible;
    opacity: 1;
}
.services__content .link-btn-2{
    display:none;
}

.contact__item{
 padding: 30px 30px;
}
.contact__icon img{
    width:80px;
}
.contact__item:hover .contact__icon img {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
/**/
.citem{
        flex-direction: column;
    align-items: start !important;
        padding: 20px 20px;
        height:260px;
}
.category__title{
    margin-bottom:20px;
}
.category__content p{
     text-align:justify;
}
.category__icon svg .st0 {
    fill: #000000;
}
/**/
.header__transparent{
    position:relative;
    background:#fff;
}
/*slider*/
.slider__area{
    height:100vh;
}
.slider__area .slider__wrapper{
    height:100%;
}
.slider__area .slider__wrapper .swiper-wrapper{
   height:100%; 
}
.single-slider{
    height: 100%;
    background-size: cover;
    background-position: center;
}
.slider__overlay::after{
  
    background: rgba(43 78 255 0.4) !important;
}
/**/
@media (max-width:600px){
    .mainform{
        width:calc(100% - 120px) !important;
        left: 46%;
        overflow:initial;
        
    }
    .loading-logo-text{
        width:100%;
    }
    .center{
        display:none;
    }
    .fa-xmark {
    position: absolute;
    right: 2px;
    font-size: 30px;
    top: 0px;
    opacity: 1;
    color: #2b4eff;
}
.hero__title {
    font-size: 12vw;
}
.hero__thumb-big img {
    margin-top: 10px;
    width: 100%;
}
.hero__quote {
    right: -40px;
    bottom: 100px;
}
.about__thumb{
    margin-left:initial;
}
.about__review {
    position: relative;
    left: initial;
    top: initial;
    
    transform: rotate(0deg);
}
.about__banner img {
    position: absolute;
    top: 85%;
    animation: animName 15s linear infinite;
    left: 65%;
    width: calc(100% - 75%);
}
.banner__item {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 2rem;
}
.counter__item{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.about__content {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0;
}
.about__thumb1 img {
    width: 100%;
    margin-top: 0;
    height: 100%;
}
.footer-bg:before {
    content: "";
    position: absolute;
    top: 00%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background: url(../img/ftr.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pb-80{
    padding-bottom:40px;
}
.pt-80{
    padding-top:40px;
}
}






