*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

.card-body{
    text-align:center;
  }

  /* .row{
    text-align:center;
  } */
/* ..............social side links........... */

.sidesociallinks .fab{
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  background: #fff;
  margin: 5px 12px;
  text-align: center;
}
.sidesociallinks .fa-youtube{
  padding: 9px 7px;
}
.sidesociallinks .fa-whatsapp{
  padding: 9px 10px;
}
.sidesociallinks .fa-instagram{
  padding: 9px 10px;
}
.sidesociallinks{
  position:fixed;
  left: 0;
  top: 50%;
  z-index: 999;
}
@media(max-width: 1000px){
  .sidesociallinks{
  top: 30%;
}
}
.sidesociallinks ul{
  padding: 0;
  transform: translate(-290px, 0);
}
.sidesociallinks ul li{
  background: rgb(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  margin: 5px;
  width: 300px;
  padding: 6px;
  text-align: right;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}
.sidesociallinks ul li i{
  color: #000;
}
.sidesociallinks ul li:hover{
  transform: translate(60px, 0);
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
}
.sidesociallinks a{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sidesociallinks ul li .fa-facebook{
  color: rgb(26, 137, 240);
}
.sidesociallinks ul li .fa-whatsapp{
  color: rgb(26, 240, 37);
}
.sidesociallinks ul li .fa-youtube{
  color: rgb(240, 33, 26);
}
.sidesociallinks ul li .fa-instagram{
  color: rgb(197, 26, 240);
}

/* ..............social side end ............ */

.main-btn{
  display:inline-block;
  color:gray;
  border-radius: 10px;
  transition: all .4s ease-in-out;
  border:1px solid white;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.main-btn:hover{
  background-color: #ff0000;
  border-color: #ff0000;
  color:white;
}

.nav-item {
    transition: 0.5s;
    margin-bottom: 0px;
  }
  
a.active{
    color: white;
    font-weight: bold;
} 

a:hover{
    color: #ff0000;
} 

.social{
    padding-right: 20px;
    margin-bottom:0px;
}

.fa-brands {
    font-size: 35px;
    text-decoration: none;
    margin-right: 5px;
    color: white;
    transition: 0.5s; 
}
  
.fa-brands:hover {
    color: #ff0000;
}

.checkbtn{
    color: #ff0000;
}


/* Navbar */
.nav {
  height: 4.5rem;
  width: 100%;
  position: fixed;
  justify-content:space-evenly;
  display: flex;
  transition: 1s ease-in-out;
  z-index: 10;
  
}

.nav-links #shop-link{
  display: none;
}
@media (max-width: 1000px){
  .nav-links #shop-link{
    display: block;
  }
}

.afterScroll{
  transition: 2s ease;
  background: linear-gradient(to right, #687864, #8FC1E3);
}

.nav > .nav-header {
  display:flex;
  justify-content:center;
  align-items: center;
  margin-left : -4rem ;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  padding: 0 .75rem ;
  margin-top: -.2rem;
  margin-left: 2.5rem;
  transition: 0.3s  ease;
}

.nav > .nav-btn {
  display: none;
}
.nav .nav-links{
 
  margin-top: 2rem;
  }
  
  .nav > .nav-links .n-l {
      display: inline;
      float: right;
      font-size: 1rem;
      margin-top: -0.5rem;
    }
    .nav > .nav-links > .n-l > ul li a{
      display: block;
      padding: 0 8px;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
    
    }
    .nav > .nav-links> .n-l > ul{
      padding: 0;
      list-style: none;
      position: relative;
      
    }
    .nav > .nav-links> .n-l > ul li{
      display: inline-block;
      transition: 0.3s ease;
      
    }
    .nav-links .n-l ul li.active a {
      border: 0.125em solid #fff;
      background-color: #fff;
      border-radius: 5px;
      color: #000;
      box-shadow:
        inset 0 0 0.5em 0 #fff,
        0 0 0.5em 0 #fff;
  }
    .nav > .nav-links> .n-l> ul li:hover{
        background-color: #fff;
        border-radius: 5px;
    }
    .nav > .nav-links > .n-l > ul li a:hover{
      border: #fff .125em solid;
      border-radius: 0.25em;
      box-shadow:
        inset 0 0 0.5em 0 #fff,
        0 0 0.5em 0 #fff;
        color: #000;
    }
    .nav > #nav-check {
      display: none;
    }

    .nav .nav-links ul a.icon{
     
      margin-right: 50px;
      color: black;
      }

      @media (max-width:1000px) {

          .nav{
            justify-content: space-between;
          }
          
          .nav > .nav-header > .nav-title {
            /* margin-top: 1rem; */
            padding: 0 .25rem;
            margin-left: 0px;
          }
          .nav > .nav-header > .nav-title img{
            height: 35px;
            width: auto;
          }
        
          .nav > .nav-btn {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 0.5rem;
          }
      
      .nav > .nav-btn > label {
          display: inline-block;
          width: 50px;
          height: 50px;
          padding: 13px;
        }
        .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
          background-color: rgba(0, 0, 0, 0.3);
        }
        .nav > .nav-btn > label > span {
          display: block;
          width: 25px;
          height: 10px;
          border-top: 2px solid #eee;
        }
        .nav > .nav-links {
          position: absolute;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          width: 100%;
          background-color: #000000;
          opacity: 90%;
          height: 0px;
          transition: all 0.3s ease-in;
          overflow-y: hidden;
          top: 2.1rem;
          right: 0px;
        }
        .nav > .nav-links .n-l {
          margin-top: 1rem;
        }
        .nav > .nav-links > ul li a {
          display: flex;
          width: 100%;
        }
      
        .nav > .nav-header{
          margin-left: 0;
        }
      
       
      
      
        
          .nav > .nav-links >.n-l > ul li{
            display: block;
            margin-bottom: 20px;
            padding: 0;
           
     
             
          }
          .nav > .nav-links > ul li a{
              margin-left: 20%;
          }
          .nav .nav-links ul a.icon{
            margin-left:20%;
          }
      
          .mlinks{
            color: white;
          }
      
          
      
        /*   */
        .nav > #nav-check:not(:checked) ~ .nav-links {
          height: 0px;
        }
        .nav > #nav-check:checked ~ .nav-links {
          height: 70vh;
          overflow-y: auto;
          
        }

        .social-links{
          visibility: hidden;
        }
        .nav .nav-links .social-link {
          display: block !important;
      }
      }
      .halca{
        animation-name:glow;
        animation-duration:1s;
        animation-iteration-count:infinite;
        animation-direction:alternate;
      }
    
    @keyframes glow{
      from{text-shadow:0px 0px 5px #fff,0px 0px 5px #614ad3;}
      to{text-shadow:0px 0px 30px #fff,0px 0px 30px #614ad3;}
    }
    
    .nav .social-links {
      text-align: center;
      margin: 5px 0px;
      margin-top: 1rem;
  }

  .nav .social-links button{
    width:10rem;
    height: 2.5rem;
    border: none;
    border-radius: 3rem;
    font-size: 1rem;
    background-image: url(static/img/gold-btn.png);
    
  }

  .nav .social-links button strong{
    margin-top:3rem;
    font-size: 15PX;
  }

  .nav .social-links button img{
    width: 2.5rem;
  }



.home{
  position:relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgb(0, 34, 255);
}
@media(max-width:1200px){
  .home{
    height: 100vh;
    width: auto;
  }
  .home .carousel-caption .hero-content img{
    width: 150px !important;
    height: auto;
  }
  .home .carousel-caption .hero-content p{
    font-size: 25px !important;
  }
  .home .carousel-caption .hero-content h6{
    font-size: 18px !important;
  
  }
  .home .carousel-caption .hero-content{
    margin-top: -8rem !important;
  }
}
@media(max-width:600px){
  .home .carousel-caption .hero-content{
    margin-top: -11rem !important;
  }
}
.home .carousel-caption{
  position: absolute;
  top: 75%;
  color: #fff;
  width: 70%;
  padding-top: 50px;
}
.home .carousel-caption .hero-content{
  /* border: 2px solid red; */
  margin-top: -15rem;
}

.home .carousel-caption .hero-content span{
  color: red;
}

.home .carousel-caption .hero-content h6{
  color: #fff;
  font-size: x-large;
  margin-top: -10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  font-weight: 700;
}
.home .carousel-caption .hero-content p{
  font-family: serif;
  font-size: 3rem;
  font-style:oblique;
  color: white;
  font-weight: 800;
  letter-spacing: 0px;
}
.home .carousel-caption .hero-content p span{
  color: red;
  }

  .home .carousel-caption .hero-content img{
    width: 13rem;
    }

.home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .slider-navigation{
  position: absolute;
  display: flex;
  justify-content: center; /* Center horizontally */
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
}
.home .slider-navigation .nav-btns{
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}
.home .slider-navigation .nav-btns.active{
  background: #00aeff;
}
.home .slider-navigation .nav-btns:not(:last-child){
  margin-right: 20px;
}
.home .slider-navigation .nav-btns:hover{
  transform: scale(1.5);
}
.home .video-container{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
  
}
.home .video-container.active{
  clip-path: circle(150% at 0 50%);
  transition: 1s ease;
  transition-property: clip-path;
}
#home-1 .video-container{
  filter: brightness(0.5);
}


/* **************About Us ************************* */


/*** Home 2nd part ***/
.home-experience {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -45px;
  bottom: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-experience img{
  height: 300px !important;
  width: 300px;
}
.container-xxl .container .home-btn a
{
    text-decoration: none !important;
    background-color: #154171 !important;
    padding: 10px 25px 10px 25px !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-size: 13px !important;
}

.container-xxl .container .home-btn a:hover
{
    background-color: #11375F !important;
}

@media(max-width:1200px){
  .home-experience img{
    height: 200px !important;
    
  }
 
}
/*======= Section About =======*/

.about
{
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-around;
    background-color: #EFF7FF;
}

.about .content
{
    display: flex;
    align-items: center;
}

.about .slider-subtitle{
  margin-inline: auto;
  font-size: 1.5rem;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: max-content;
  background-color:  #687864;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
}


.about .des
{
    width: 50%;
}
.about .container .content{
  padding-top: 3rem;
}

.about .content .des h3
{
    color: #2065AE;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.about .content .about-head
{
    color: #0F2945;
    font-size: 35px;
    text-transform: uppercase;
}

/* .about .content h1
{
    color: #0F2945;
    font-size: 4rem;
    text-transform: uppercase;
} */

.about .content .about-content
{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 2rem;
    text-align: justify;
}



/* .about .content  .btn a
{
  text-decoration: none;
    background-color: #154171;
    padding: 10px 25px 10px 25px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 13px;
}

.about .content .des .btn a:hover
{
    background-color: #11375F;
} */

.about .box-container
{
    margin-top: -30px;
    width: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
}

.about .box-container .box .box-img
{
   height: 45px;
}
@media(max-width:1200px){
  .about .box-container
{
  width: 100% !important;
   margin-top: 10px;
}
.about .box-container .box .box-img
{
   height: 100px !important;
}
.about .content .about-head
{
    font-size: 25px;
}

}
@media(max-width: 1000px) {
  .about .box-container .about-container {
    width: 100% !important;
  }
  .about .box-container .box img
{
    height: 300px !important;
}
.about .box-container .about-tab
{
    margin-bottom: 50px !important;
}
}
.about .box-container .box img
{
    width: 100%;
    border-radius: 8px;
}
.about .box-container .about-container img{
  object-fit: cover;
  max-width: fit-content;
}

.about .content .box-container .box:nth-child(1),
.about .content .box-container .box:nth-child(4)
{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 10px 0px #2328941a;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: #FFFFFF;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.about .content .box-container .box i
{
    color: #2065AE;
    font-size: 2rem;
    padding: 20px 60px;
    background-color: #E3F3FF;
    border-radius: 8px;
}

.about .content .box-container .box:nth-child(4) i
{
    color: #95AE20;
    background-color: #E3FFE4;
}

.about .content .box-container .box span
{
    font-size: 2rem;
    font-weight: 700;
    color: #0F2945;
}

.about .content .box-container .box p
{
    font-size: 1.2rem;
    font-weight: 200;
}

.about .content .box-container .box3 i
{
    color: #2065AE;
    font-size: 2rem;
    padding: 10px;
    background-color: #E3F3FF;
    border-radius: 8px;
}

.content .btn{
  text-decoration: none;
  outline: none;
}




/*======== Section Choose =========*/
/* section.choose
{
    padding: 0rem 0%;
} */

.choose {
  background-color: #4c535a;
  margin-bottom: 100px;
}
@media(max-width:768px){
  .choose{
    margin-bottom: 80px;
  }
}
@media(max-width:400px){
  .choose{
    margin-bottom: 50px;
  }
}

.choose .box-container {
  display: flex;
  align-items: center; /* Align items vertically center */
  justify-content: space-around; /* Evenly distribute space between items */
  flex-wrap: wrap; /* Allow items to wrap to the next line if necessary */
}

.choose .box-container .box {
  padding-left: 50px;
  padding-top: 30px;
  /* flex: 0 0 45%;  */
}

@media(max-width:1200px) {
  .choose .box-container .box {
      padding-left: 10px;
  }
  .choose .box-container {
    margin-left: 0px;
   width: 100%;
  }
}

.choose .box-container .box h3 {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.choose .box-container .box h1 {
  font-size: 4rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 4rem;
  padding-bottom: 1.5rem;
}

.choose .box-container .box p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 1.5rem;
}

.choose .box-container .box-img img {
  height: auto;
  width: 100%;
  padding-bottom: 10px;
}

.choose .box-container .box .boxs {
  display: flex;
  flex-wrap: wrap; /* Allow box-icons to wrap to the next line */
  gap: 20px; /* Add gap between box-icons */
}

.choose .box-container .box .boxs .box-icon {
  flex: 0 0 calc(50% - 10px); /* Adjust width to fit two icons side by side with gap */
  display: flex;
  flex-direction: column; /* Display box-icons in a column */
  align-items: center; /* Align items vertically center */
  gap: 10px;
  padding: 0 5px; /* Add padding to prevent icons from touching the edge */
}

.choose .box-container .box .boxs i {
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #154171;
  padding: 10px;
  border-radius: 10px;
}

.choose .box-container .box .boxs h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.choose .box-container .box .boxs p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 200;
  text-align: justify;
}

.choose .box-container .box .btn {
  padding-top: 20px;
}

.choose .box-container .box .btn a {
  background-color: #154171;
  padding: 15px 45px 15px 45px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
}

.choose .box-container .box .btn a:hover {
  background-color: #11375F;
}


/* *****************About Us End ********************** */




/*======== Section Video ========*/
.video-banner{
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgb(0, 145, 255);
}

  .video-banner video{
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-banner .banner-image{
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 10px; /* Remove the right positioning */
    
  }
  .video-banner .banner-image img{
    height: 50px;
    width: auto;
  }
  @media(max-width:1400px){
    .video-banner{
      min-height: 40vh;
    }
    .video-banner .banner-image img{
      height: 20px;
    }
    .video-banner .banner-image{
      right: 10px; /* Remove the right positioning */
    }
  }




/* Business Partners */
.section-business{
  padding-top: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.section-business .slider{
  height: 30vh;
  margin: 100px 0px 0px 0px;
  overflow: hidden;
  position: relative;
  width: auto;
}
@media (max-width:1000px){
  .section-business .slider{
    height: 20vh;
    margin: 1rem;
  }
}
.section-business .slider .slide-track{
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(150px * 24);
}
.section-business .slider .slide{
  height: 100px;
  width: 250px;
}
.section-business .slider-subtitle{
  margin-inline: auto;
  font-size: 1.5rem;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: max-content;
  /* background-color: #687864; */
  color: hsl(0, 0%, 0%); 
  padding: 8px 20px;
  border-radius: 8px;
}
@media(max-width:1000px){
  .section-business .slider-subtitle{
    font-size: 1rem;
  }
}
@keyframes scroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 7));
  }
}


/* Services  */
@media(max-width:768px){
  #slider{
    margin-top: 20px;
  }
}
@media(min-width:768px){
  #slider{
    margin-top: 100px;
  }
}
#slider {
  margin-bottom: 30px;
  position: relative;
  padding-top: 0px;
}
#slider .container .slider-subtitle{
  margin-inline: auto;
  font-size: 1.5rem;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: max-content;
  background-color:  #687864;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
}
#slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background-color: #4c535a;
}
.slider-card {
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
#slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.slider-card h5{
  color: rgb(247, 240, 240);
  padding-bottom: 0.5rem;
}
.slider-card p{
  color: rgb(247, 240, 240);
  padding: 0.5rem;
}

#slider .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
#slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
#slider .owl-dots .owl-dot.active {
  background: #0015ff !important;
}
.owl-item{
  margin-bottom: -45px;
}




/* Services */

/* Video-Map */
.container-video {
  padding-top: 20px;
  margin-bottom: 30px;
  position: relative;
  background-color: #EFF7FF;
}

.container-video .video-subtitle {
  margin-inline: auto;
  font-size: 1.5rem;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: max-content;
  background-color: #687864;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.video-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
 /* border: 2px solid green; */
}

.video-map .video-contain{
  border-radius: 25px;
  /* box-shadow: 0px 10px 0px 0px #666; */
  width: 80%;
}
.container-video .container-video-1 {
  display: flex;
  padding-right: 20px;
}

.container-video .container-video-1 .video-text {
  padding: 0 10px;
}

.container-video .container-video-1 h1 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;

}
.container-video .container-video-1 p {
  font-size: 17px;
  font-weight: 400;
  text-align: justify;
}

.video-map video {
  width: 100%;
  height: 550px;
}

@media(max-width:1200px) {
  .video-map video {
    width: 90%;
  }
}
@media(max-width:700px) {
  .video-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
@media(max-width:550px) {
  .video-map {
    margin-top: -80px;
    margin-bottom: -80px;
  }
}
@media(max-width:450px) {
  .video-map {
    margin-top: -100px;
    margin-bottom: -100px;
  }
}
@media(max-width:400px) {
  .video-map {
    margin-top: -130px;
    margin-bottom: -120px;
  }
}


/* Feedback */
#slider .feedback-card {
  background: #f2f2f2; 
  padding: 15px;
  margin: 50px 15px 90px 15px;
  border-radius: 10px;
  border: 1px solid rgb(158, 158, 158);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: scale(0.9);
  opacity: 0.8;
  transition: all 0.3s;
  height: 370px;
  position: relative;

  border: 1vmin solid hsl(48, 100%, 60%);
  border-image-slice: 1;
  
  /*  leverage cascade for cross-browser gradients  */
  border-image-source: linear-gradient(
    hsl(59, 100%, 66%),
    50%,
    hsl(36, 100%, 50%)
  );
  border-image-source: radial-gradient(
    hsl(54, 100%, 63%),
    75%,
    hsl(35, 100%, 50%)
  );
  border-image-source: conic-gradient(
    hsl(54, 100%, 65%), 
    hsl(35, 100%, 50%),
    hsl(53, 100%, 62%)
  );
}
#slider .owl-item.active.center .feedback-card {
  transform: scale(1.15);
  opacity: 1;
}

#slider .feedback-card .user{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#slider .feedback-card .user img{
  height: 70px;
  max-width: fit-content;
  /* border-radius: 100%; */
}
#slider .feedback-card .user .name{
  font-weight: 700;
}
#slider .feedback-card .review_text{
  font-weight: 400;
  text-align: center;
}

#slider .feedback-btn{
  text-decoration: none;
  border-radius: 5px;
  background: #3e47ea;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 700;
  transition: all;
  transition-duration: 200ms;
  margin-top: 40px;
}
#slider .feedback-btn:hover{
  color: white;
  scale: 1.02;
}
#slider .feedback-card .rating{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: -15px;
  margin-top: 10px;
}
#slider .feedback-card .rating i {
  color: gold !important;
}






  /* Contact us */
  .contact-in {
    background-color: #EFF7FF;
    width: 80%;
    height: auto;
    margin: 100px 0px 50px 150px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #666;
  }

  .contact-in .contact-map {
    width: 100%;
    height: auto;
    flex: 50%;
  }
  .contact-in .contact-map iframe{
    width: 100%;
    height: 100%;

  }

  .contact-in .contact-form {
    width: 100%;
    height: auto;
    padding: 30px;
    flex: 50%;
    text-align: center;
  }

  .contact-in .contact-form h1 {
    font-size: 1.5rem;
    color: #82a07b;
  }


  .contact-in form .contact-form-text {
    width: 100%;
    height: 40px;
    color: #000;
    border: 1px solid #bcbcbc;
    border-radius: 50px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
    font-family:'Times New Roman', Times, serif;
  }
  .contact-in form .contact-form-text::placeholder{
    color: #aaa;
  }
  .contact-in form .contact-form-textarea {
    width: 100%;
    height: 130px;
    color: #000;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
    padding: 15px;
    font-family:'Times New Roman', Times, serif;
  }
  .contact-in form .contact-form-textarea::placeholder{
    color: #aaa;
  }
  .contact-in form .contact-form-btn{
    width: 30%;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #3e47ea;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
  }

  @media(max-width:1200px){
    .contact-in{
      display: flex;
      flex-direction: column;
      margin: auto;
      margin-top: 50px;
      margin-bottom: 30px;
    }
    .contact-in .contact-form h1{
      font-size: 1rem;
    }
    .contact-in .contact-map {
      height: 400px;
    }
    .contact-in form .contact-form-textarea {
      width: 100%;
    }
  }

/* FOOTER */

footer{
  width: 100%;
  background: linear-gradient(to right, #687864, #8FC1E3);
  color:#fff;
  padding: 50px 0 30px;
  font-size: 13px;
  line-height: 20px;
}

.social-icons .fa-brands{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color:#030303;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
  margin: auto;
}
.social-icons .fa-brands:hover{
  /* background : linear-gradient ( -45 deg , #ed1c94, #ffec17 ); */
  background: linear-gradient(-45deg, #687864, #8FC1E3);
}

hr{
  width: 90%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
  margin-right: 20px;
}
.copyright{
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.shyno-add{
  /* border: 1px solid white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shyno-add .client_logo{
  margin-bottom: 15px;
}

.shyno-add h6{
  /* border: 1px solid white; */
  text-align: center;
}

.shyno-div{
  width: 100%;
  /* border: 2px solid white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shyno-div .footer-logo img{
  width: 7rem;
}
.shyno-div > p{
  color: #000;
  font-size: 1.1rem;
  padding-top: .5rem;
 text-align: center;
}
.shyno-links{
  color: #000;
}
.shyno-links h6{
  font-size: 1.3rem;
}
.shyno-links p{
  font-size: 1rem;
}


@media (max-width:1000px){
  .footer-socialLinks{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .f-s-content span{
    font-size: .9rem;
  }
  .row{
    text-align: center;
  }
}
@media (max-width:1000px) {
  .footer-section .underline-container {
    margin-left: 125px;
  }
}
@media (min-width:1000px) {
  .footer-section{
    margin-left: -110px;
  }
}
.underline-container {
  position: absolute;
  margin-top: -20px;
  width: 100px;
  height: 2px;
  border-radius: 5px;
  overflow: hidden;
}

.animated-underline {
  width: 20px;
  height: 2px;
  background-color: grey;
  border-radius: 3px;
  animation: moving 2s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(400%);
  }
}


