body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    text-align: center;

}

h3 {
    font-size: 40px;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;

}



/* whatsapp whatsapp whatsappwhatsappwhatsappwhatsappwhatsappwhatsappwhatsapp*/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

@media (max-width: 767px) {
    .btn-whatsapp-pulse {
        padding: 30px;
        bottom: 30px;
    }

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 140px;
    right: 20px;
    animation-play-state: paused;
}

@media (max-width: 767px) {
    .btn-whatsapp-pulse-border {
        bottom: 110px;

    }

}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.callphone {
    font-size: 25px;
    background-color: red;
}

.phone {
    display: none;
}

@media (max-width: 858px) {

    .desktop {
        display: none;
    }

    .phone {
        display: flex;
    }
}


.red {
    color: red;
}

/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
/* about */
.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
    background: rgb(255, 255, 255) url(../img/background-3.c891037c.webp) top repeat;

}

.about p {
    max-width: 600px;
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;

}

.service {
    background-color: antiquewhite;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.service .sec1 {
    width: 100%;
    display: flex;
    background: rgb(255, 255, 255) url(../img/background-3.c891037c.webp) top repeat;
    max-width: 1000px;

}

.service .sec2 {
    width: 100%;
    display: flex;
    background: rgb(255, 255, 255) url(../img/background-3.c891037c.webp) top repeat;
    max-width: 1000px;
    flex-direction: row-reverse;

}

@media (max-width: 767px) {
    .service .sec1 {
        flex-direction: column;


    }
    .service .sec2 {
        flex-direction: column;


    }
    .service{
        padding: 0;
    }
}

.service .sec11 {
    width: 50%;
}

.service img {
    width: 100%;
}

.service .sec12 {
    width: 50%;

}
@media (max-width: 767px) {
    .service .sec11 {
        width: 100%;
    
    }
    .service .sec12 {
        width: 100%;
    
    }
}

.service .sec121 {
    padding: 50px;
}

.service p {
    font-size: 17px;
    line-height: 1.4;
    text-align: justify;
}
@media (max-width: 767px) {
    .service .sec121 {
        padding: 50px 10px;
    }
}

.fk{
    padding: 0 50px;
}

@media (max-width: 767px) {
    .fk{
        padding: 50px 10px;
    }
}

/* contact us */
/* contact us */
/* contact us */
/* contact us */
/* contact us */
/* contact us */
.contact {
    display: flex;
    background-image: url('../img/BDB.svg');
    padding: 50px;
    background-size: cover;

}

.contact h2{
    text-align: left;
}
.contact p{
    line-height: 1.4;
    font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
    .contact {

        background-image: url('../img/BMB.svg');
        padding-top: 80px;


    }
}

.con-sec1 {
    width: 60%;
}

.con-sec1 h2 {
    font-size: 48px;
    color: white;
}

.con-sec1 p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.805);
}

@media (max-width: 767px) {
    .con-sec1 {
        width: 100%;
    }

    .con-sec1 h2 {
        font-size: 30px;
        color: white;
    }

    .con-sec1 p {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.805);
    }
}

/* COVER */
.button-cover1 {
    position: relative;
    overflow: hidden;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 15px;


    font-family: 'Ubuntu', sans-serif;
margin-top: 15px;

margin-bottom: 50px;




    text-decoration: none;
    cursor: pointer;
    background: #4056ff;
    border-radius: 5px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding: 15px 25px;
    margin-right: 3%;
    font-weight: 700;
    text-transform: uppercase;
}


.button-cover1 span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-cover1 span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
    width: 100%;
}

.button-cover1:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0914ea;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
    transition: 0.6s;
}

.button-cover1:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
    background-color: #0914ea;
}

.button-cover1:hover span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.con-sec2 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;


}

.c {
    background-color: #0914ea;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    animation: pulse1 2s infinite;


}

@media (max-width: 767px) {
    .con-sec2 {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
        position: absolute;

        margin-top: -90px;


    }
}

.c1 {
    background-color: #0914ea;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse2 2s infinite;

}

.c2 {
    background-color: #0914ea;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: white;
    cursor: pointer;
    transition: 0.5s;


}

.c2:hover {
    background-color: white;
    color: #000000;

}

.more {
    margin-right: 100px;
    color: white;


}

.more a {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

@keyframes cir {
    0% {
        padding: 0;
        opacity: 0.8;
    }

    100% {
        padding: 20px;
        opacity: 0;
    }

}

@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
    }


    80% {
        box-shadow: 0 0 0 30px rgba(251, 251, 251, 0);
    }
}

@keyframes pulse2 {
    20% {
        box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
    }


    80% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
}

/* contact 222222222222222222222222222222222222222222222222222222222222222222222222222222 */
.contact2{
    background-color: antiquewhite;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact2 .sec1{
    width: 100%;
    display: flex;
 background-color: white;
    
  
}
.contact2 .sec11{
    width: 50%;
}

@media (max-width: 767px) {
    .contact2 .sec1{
       flex-direction: column;
    }
    .contact2 .sec11{
        width: 100%;
    }
   }
iframe{
    width: 100%;
    height: 500px;
}


.updatesec{
    display: flex;
    padding: 5%;
    background-color: white;
    border-radius: 5px;
  }
  
  .contacttitle{
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  }
  @media (max-width: 767px) {
  .updatesec{
    flex-direction: column;
  }
  .contacttitle{
    text-align: center;
    font-size: 12vw;
    font-weight: 600;
    }
  }
  .contactus iframe{
    width: 50%;
  
    border-radius: 10px;
    height: 60vh;
  }
  .vrl{
    height: 10vh;
    width: 5px;
    background-color: red;
    margin-right: 10px;
    border-radius: 5px;
    transition: 3s;
  }
  @media (max-width: 767px) {
    .contactus iframe{
      width: 100%;
      height: 40vh;
      margin-bottom: 5%;
    }
    .vrl{
      display: none;}
  }
  .contactus:hover .vrl{
    height: 60vh;
  }
  .contactus-details{
    margin-left: 3%;
    width: auto;
  }
  .contactus-details .about2-title{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
  }
  @media (max-width: 767px) {
    .contactus-details{
     margin-bottom: 100px;
    }
  }
  .contactus p{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
    opacity: 0.7;
  
  }
  .contactus i{
    background-color: white;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
  }
  .contactus .fa-whatsapp{
    font-size: 25px;
  }
  .contactus .fa-phone{
    font-size: 19px;
  }
  .contactus-details p{
    display: flex;
    margin-bottom: 0;
  
  }
  
  @media (max-width: 767px) {
   
    .contactus .about2-title{
      font-size: 6vw;
    }
  }

  .contact2 .sec121{
    padding: 30px;

    background-color: white;
  }
  .contact2 .sec12{
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;

 
  }

  @media (max-width: 767px) {
    .contact2 .sec12{
        width: 100%;
   
    
     
      }
   }
  .contact2 p{
    font-size: 20px;
  }

  .callto{
    padding: 50px 0;
    background-color: antiquewhite;
  }
  .hr{
    background-color: rgba(255, 255, 255, 0.317);
    width: 100%;
    height: 1px;
    margin: 100px 0 30px 0;
  }