
.video-overlay-content {
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: #fff;
  z-index: 2;
  /* background: #06060640; */
  bottom: 0;
  width: 100%;
}

.video-overlay-content h1 {
  font-size: 3rem;
  margin-bottom: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  color: aliceblue;
  margin-top: 0px;
  animation: flashRed1 1s infinite;
  padding: 10px;
  display: none;
}


.cs_video_block  .cs_play_btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #cb2930;
    background: #fafffe;z-index: 9;
}
.cs_video_block  .cs_play_btn::after {
    content: "";
    width: 110px;
    height: 110px;
    border: 2px dashed #cb2930;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotate-rounded 5s linear infinite;
}
.iconplaytreat {
    line-height: 90px;
    text-align: center;
    width: 90px;
    height: 90px;
}

.cs_video_block  .cs_play_btn:hover
  { 
    color: #ffffff;
    background: #212529;
} 


.hedflash h4{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    padding: 0px 26px 0px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.hedflash h4::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 6% 50%, 0% 0%);
    background: #2f428d;
    content: "";
    z-index: -1;

     animation: flashRed 1s infinite;
}

@keyframes flashRed {
    0%, 100% {
        background: #03375b;
    }
    50% {
        background: #dc3545;
    }
}

@keyframes flashRed1 {
    0%, 100% {
        color: #3ba3e9;
    }
    50% {
        color: #ef4455;
    }
}



 

.site-footer-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #043c64e6 25%, rgb(4 52 87 / 93%) 100%);
    z-index: -1;
    background-image: linear-gradient(to right, #08263cb8, #03375cf5, #0a2030c4);
}
.vismis::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #034c80cc 25%, rgb(3 76 128 / 92%) 100%);
    z-index: -1;
    background-image: linear-gradient(to right, #08263ca6, #03375cd9, #0a2030b5);
}
.cta-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #034c80cc 25%, rgb(3 76 128 / 92%) 100%);
    z-index: -1;
    background-image: linear-gradient(to right, #08263cba, #03375ced, #0a2030ba);
}
 .datee {
    margin-top: 20px;
    color: #dc3545;
    margin-bottom: -3px;
}
 .sec-explain p {
    margin-bottom: 15px;
}
 .ceo {
    font-weight: 600;
    color: #dc3545;
    font-size: 20px;
}
b, strong {
    font-weight: bolder;
    color: #2586c7;
}
.card-vision {
     text-align: center;
     background-color: #f8f9fa;
     box-shadow: 0 3px 15px rgb(0 0 0 / 17%);
     border-radius: 15px;
     border: 1px solid #dee2e6;
     border-bottom: 6px solid #2586c745;
     margin-bottom: 20px;
}
.prodd {
    display: block;
    width: 100%;
    height: 280px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    /* border-top-left-radius: 18%; */
    /* border-top-right-radius: 5px; */
}
.prodd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 8px; */
}
.vision-title {
    text-align: center;
    color: #2586c7;
    margin-top: 20px;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.vision-pargraph {
    text-align: left;
    color: #616971;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 18px;
}
 .backattr {
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 60px 0 60px;
  z-index: 1;
}
  
.faq-one__faq-box {
  position: relative;
  display: block;
  /* padding-left: 80px; */
}

.faq-one__faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--vibnt-white-rgb), .15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 20px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 17px 27px 19px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  color: var(--vibnt-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #043b62;
}

.faq-one__faq-box .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  color: var(--vibnt-white);
  position: absolute;
  top: 0;
  right: -22px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--vibnt-white-rgb), .10);
  opacity: 0;
}

.faq-one__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f106";
  color: var(--vibnt-white);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  color: #dc3545;
  background: #f8f9fa;
}
.faq-one__faq-box .faq-one-accrodion .accrodion .accrodion-title h4::before {
  content: "\f107";
  color: var(--vibnt-white);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
   background: #f8f9fa;
}
.faq-one__faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 19px;
  margin-left: 35px;
  margin-right: 35px;
  border-top: 1px solid rgba(var(--vibnt-white-rgb), .15);
  padding-top: 15px;
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--vibnt-base);
  transform: translateX(-50%);
}

.faq-one__faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #d0caca;
}
 
 
/*--------------------------------------------------------------
# Faq Page   
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
}
 
.faq-page .faq-one__left .section-title__tagline {
  color: gray;
}

.faq-page .faq-one__left .section-title__title {
  color: black;
}

.faq-page .faq-one__faq-box .faq-one-accrodion .accrodion {
  border: 1px solid #359add80;
}

.faq-page .faq-one__faq-box .faq-one-accrodion .active .accrodion-title h4 {
  color: var(--bixola-base);
}

.faq-page .faq-one__faq-box .faq-one-accrodion .accrodion-content {
  border-top: 1px solid var(--bixola-base);
}

.faq-page .faq-one__faq-box .faq-one-accrodion .accrodion-content p {
  color: gray;
}

.mmbb25 {margin-bottom: 30px;}













.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;
 }
.profptn {
    background: #ffffff;
    border: 1px solid #dc3545;
    color: #dc3545;
    margin-left: 10px;
}

 .paddword {
    border: 1px solid #2586c7;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.team-three__single-img img {
    width: 100%;
    transition: .5s 
ease;
    transform: scale(1.05);
    height: 430px;
    object-fit: cover;
      object-position: center top;
}
.team-three__single-img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}.team-three__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 25px;
    z-index: 1;
    border: 1px solid #359add7a;
    box-shadow: 0px 4px 4px 0px rgba(18, 18, 20, 0.06);
    padding: 10px;
    background: #f7f9fa;
}.team-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}.team-three__single-content {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -50px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(18, 18, 20, 0.06);
    padding: 22px 10px 10px;
    transition: all 400ms 
linear;
    transition-delay: 0.1s;
    z-index: 3;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid #dde0e1;
    border-bottom: 7px solid #dde0e1;
}.team-three__single-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #d32b32;
    text-transform: capitalize;
}.team-three__single-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #359add;
    text-transform: capitalize;
}

::-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: 190px;}
   .about-one__text {
    margin-bottom: 17px;
}
 .whychooseback {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     height: 600px;
     border-radius: 15px;
     margin-bottom: 30px;
}

.banner {
  position: relative;
  width: 100%;
  height: 75vh;
  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 / 30%);
}
.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: 200px;
    /* 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%;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 11px;
    color: #fff;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 1;
    /* opacity: 0; */
    font-size: 14px;
}

.read-more-text {
  max-height: 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: #dc3545;
  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: #2586c7;}
.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 #dc3545;
}
 .clfoot {
    color: #359add;
}

 .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: 16px 0px 0px 16px;
  width: 48px;
  background: #dc3545;
  color: #ffffff;
}

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

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

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

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

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}
#loadMoreBtn1 {
    background: none;
    border: none;
    color: #359add;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
}
  .custom-divider {
    width: 50%;
    margin: 0px auto;
    border: none;
    border-top: 1px solid #2586c7;
}
@media (min-width: 0px) and (max-width: 991px)
{
       .aboutimg1:after {
    right: 47%; 
}
  .logosize {
    max-width: 160px;
}
  .video-overlay-content h1 {
  font-size: 30px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  color: aliceblue;
  /* width: max-content; */
  margin-top: 0px;
  padding: 10px;
  display: block;
  background: #0808083b;
}
    .news-one {
     padding: 30px 0 30px;
 }
 .brand-one {
      padding: 30px 0 30px;
 }
 .faq-one__faq-box .faq-one-accrodion .accrodion-title {
     padding: 14px 24px 19px 14px;
}
    .faq-one-accrodion .accrodion-content
 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
 .client-box { 
    padding: 15px; 
}
  .img-boxword {
     height: 350px; 
}
  .paddword {
     padding: 15px; 
}
  .team-three__single-img img {
    height: 380px; 
}
  .information__single {
    min-height: auto;
}
 .main-menu__wrapper:before {
     background-image: linear-gradient(to right, #08263c, #03375c, #0a2030);
}
 
  .prodd {
      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: #288ccf;
     padding: 30px 0 30px;
 }
  .cta-one__title {
    font-size: 25px;
    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;  
 }
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .main-header__contact-list li+li {
    margin-left: 10px;
}
.main-header__contact-list li .text
  {
    margin-left: 4px;
}
.hedflash h4 {
    font-size: 16px;
     font-weight: 600;
    padding: 0px 19px 0px; 
}
}