.mmbb25{margin-bottom: 25px;}
.img-boxword
  {
    position: relative;
    border-radius: 10px;
    height: 500px;
    background-size: cover;
    background-position: top;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
   border-radius: 15px;
 }
 .paddword {
    border: 1px solid #d98349;
    padding: 30px;
    border-radius: 15px;
}
ol, ul {
    padding-right: 1rem;
    padding-left: inherit;
}
.sec-explain b, strong {
    font-weight: bolder;
    color: #034c80;
}
 .icon-right-arrow1 {
    transform: scaleX(-1);
}
.video-image{
    margin-bottom: 25px;
}
.project-video {
    height: 350px;
    border-radius: 20px;
 }
.list-unstyled
  {
    padding-left: initial;
    list-style: none;
    padding-right: 0;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.video-image .video-box {
    width: 70px;
    height: 70px;
    border: 1px solid #e67f05;
    line-height: 70Px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-image .video-box .video-btn
  {
    width: 57px;
    height: 57px;
    background-color: #e67f05;
    color: #ffffff;
    line-height: 57px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
}


.grecaptcha-badge{display: none;}
 ::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  background-color: #0e2c50;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}
.whats:hover {
  background: #0e2c50;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 125px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
  .logosize{max-width: 140px;}
   .about-one__text {
    margin-bottom: 17px;
}
 .whychooseback {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 500px;
     border-radius: 15px;
     margin-bottom: 30px;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;  
  overflow: hidden;
  }
  .banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; 
  }
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .wave path {fill: #ffffff;}
   .main-slider-three__bg-overly {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 28%);
}
.why-choose-two__text{margin-bottom: 15px;}
.imgblog {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 300px;
 }
 .justify-content {
    justify-content: center;
}
.testimonial-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .08;
  z-index: -1;
}

.testimonial-three__shape-1 img {
  width: auto;
}
 .client-box {
    border-radius: 15px;
    border: 1px solid #02020212;
    border-top-left-radius: 28%;
    border-bottom-right-radius: 28%;
    background: #fff;
    padding: 24px;
    border-radius: 25px;
    transition: all 500ms ease;
    /* box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1); */
    text-align: center;
    /* margin-bottom: 22px; */
}
 
.client-bck{background-position: center;
background-repeat: no-repeat;
    background-size: contain;
    min-height: 75px;
        max-height: 75px;
}
 .logofoot {
    max-width: 240px;
    /* margin-bottom: 30px; */
}
.whats:hover {
  background: #d98349;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
.footer-widget-three__company-list li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-size: 11px;
    color: #fff;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 1;
    /* opacity: 0; */
    font-size: 14px;
}

.read-more-text {
      max-height: 25.8em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-bottom: 7px !important;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

.read-more-btn {
  background: none;
  border: none;
  color: #d98349;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid;
  font-size: 18px;
}
.read-more-btn:hover {color: #072559;}
.aboutimg1 {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
    position: relative;
    margin-bottom: 35px;
}
.aboutimg1:after {
    content: '';
    /* background-color: #07a0c91c; */
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    /* border-bottom-right-radius: 210px; */
    border: 2px solid #e67f05;
}
 .clfoot {
    color: #e67f05;
}

 .clfoot:hover {
    color: #fff;
}

 .servinpage {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 427px;
  }
 .services-details__text-1 {
    margin-bottom: 20px;
}
 .ourcat {
    margin-bottom: 20px;
    font-weight: 600;
}
.sideSocial a:hover {
  border-radius: 0px 16px 16px 0px;
  width: 48px;
  background: #034e83;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-right-radius: 16px;
}

.sideSocial {
  position: fixed;
  left: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: ltr;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e67f05;
  color: #fff;
  border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
  border-top-right-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}

 
@media (min-width: 0px) and (max-width: 991px)
{
    .logofoot {
    max-width: 170px;
    margin-bottom: 30px;
}
    .img-boxword {
        height: 320px;
     }
        .paddword {
        border: 1px solid #d98349;
        padding: 10px;
         margin-bottom: 20px;
    }
      .services-details {
   padding: 30px 0 30px;
 } .project-video {
        height: 250px;
    }
  .information {
      padding: 30px 0 30px;
 }
 .google-map__one { 
     height: 250px; 
 }
 .contact-page
  {
      padding: 0 0 40px;
 }
  .news-three__title
  {
    font-size: 19px;
 }
  .process-one {
        padding: 30px 0 30px;
 }.why-choose-two__left .section-title-three {
    margin-bottom: 20px;
}.counter-one__inner {
     background-color: #034c80;
    padding: 30px 0 30px;
 }
  .cta-one__title {
    font-size: 30px;
     line-height: 43px;
 }
  .site-footer-three__shape-2
  {
     top: 215px;
 }
  .news-details {
     padding: 30px 0 30px;
}
  .servinpage {
      height: 270px;
}
  .page-header {
      padding: 75px 0 95px;
  }
  .portfolio-one {
      padding: 50px 0 30px;
  }
  .aboutimg1 {
        height: 320px;
    }
  .imgblog {
       height: 270px;
 }
  .services-three {
        padding: 45px 0 20px;
 }
 .portfolio-three__img {
     height: 285px;
}
.section-title-three {
     margin-bottom: 45px;
}
   .flex-direction {
    flex-direction: column-reverse;
}
.about-one {
       padding: 50px 0 30px;
 }
 .whychooseback {
       height: 275px;
 }
  .why-choose-two {
      padding: 30px 0 30px;
 }
  .banner video {
        width: auto;
        height: 100%;
        min-width: 100%;
    }
    .banner {
        height: 45vh;
    }
    .main-header {
    background: var(--bixola-black);
    position: relative;
 }
.about-one__img {
     height: 275px;
 }
.main-slider .item {
   min-height: 80vh;  
 }
}
 