/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2025 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


.service-section {
  background-image: url(../img/service-bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 0 80px;
}

.service-single-box {
  text-align: center;
  padding: 6px 18px 29px; padding:0px 0px 29px;
  position: relative;
  border: 1px solid#FF9A62;
  border-radius: 4px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service-icon {
  margin: 25px 0 25px;
  display: inline-block;
  height: 30vh;
  width: calc( 100% - 40px );
  line-height: 100px;
  background-color: #ff9a62;
  /*clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);*/
  border-radius: 6px;
  transition: all 0.5s ease 0s;
}

.service-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
  color: #ff9a62;
}
.white .section_main_title h1{color: #ff9a62;}

.section_title.text_center {
    text-align: center;
}.pb-80 {
    padding-bottom: 80px;
}.pt-80 {
    padding-top: 80px;
}

.service-single-box.upper {
  border: 1px solid #2875ff;
}

.upper .service-button a {
  color: #2875ff;
}

.service-single-box.upper2 {
  border: 1px solid#54D7AF;
}

.upper2 .service-icon {
  background: #54d7af;
}

.upper2 .service-button a {
  color: #54d7af;
}

.service-single-box.upper3 {
  border: 1px solid #f05d8a;
}

.upper3 .service-icon1 {
  background: #f05d8a;
}

.upper3 .service-button a {
  color: #f05d8a;
}

.service-content h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  line-height: 34px;
}

.service-single-box .service-content p {
  color: #ffffffb3;
}

.service-icon1 {
  margin: 25px 0 25px;
  display: inline-block;
  height: 100px; height:30vh;
  width: 90px; width:calc( 100% - 40px );
  line-height: 100px;
  background: #2875ff;
  /*clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);*/
  border-radius: 6px;
  transition: all 0.5s ease 0s;
}

.service-icon1 img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.service-button {
  margin-top: 21px;
}

.service-button a {
  font-size: 18px;
  color: #ff9a62;
  transition: 0.5s;
  display: inline-block;
  transition: 0.5s;
}

.service-button a span {
  opacity: 0;
  margin-left: -40px;
  display: inline-block;
  transition: 0.5s;
}

.service-button a i {
  position: relative;
  right: 30px;
  top: 2px;
  transition: 0.5s;
}.mb-55 {
    margin-bottom: 55px;
}
.service-single-box:hover {
  transform: translate3d(0, -9px, 0);
}

.service-single-box:hover .service-button a i {
  opacity: 1;
  right: -3px;
}

.service-single-box:hover .service-button a span {
  opacity: 1;
  margin-left: 0;
}

.mission-section.style2 {
  background: url(../img/mission-bg.jpg);
}

.section_main_title p {
  padding: 22px 0 0; font-size:18px; line-height: 1.8;
}


.mission-section ul.accordion {
  height: 360px !important;
}

.mission-section .accordion li a {
  font-weight: 500;
  font-size: 20px;
  padding: 25px 25px;
  background: #fff;
}

.mission-section .accordion a:before {
  top: 36px;
}

.mission-section .accordion a:after {
  top: 41px;
}

.mission-section .accordion li p {
  display: none;
  margin: 0 0 10px 0;
  padding: 0 20px 26px;
  box-shadow: 0px 20px 30px 0px rgb(26 46 85 / 10%);
  background: #fff;
  color: #616161;
}

.mission-section .accordion a.active {
  border-bottom: 0;
  padding: 25px 20px 15px 20px;
  color: #0c5adb !important;
}

.mission-section .accordion li a span:hover {
  color: #0c5adb;
  transition: 0.5s;
}

/* ========= Mission & Vission Style 2 ========== */

.style2.mission-section { 
  background-image: url(../img/mission-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 0;margin-top:-2px;
  padding: 100px 0px 151px;
}


.slider-video {
  position: relative;
}
.slider-video .video-icon {
  position: absolute;
  right: 0;
  top: -165px;
}
.slider-video.two .video-icon {
  left: 262px;
  top: -74px;
}
.appointment .slider-video.two .video-icon {
  left: 0;
  top: 0;
}
.single-video2 .video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-icon a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0c5adb;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #fff;
  font-size: 28px;
  z-index: 44;
}
.slider10 .video-icon a {
  border-radius: 0;
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #fff;
}.white p {
    color: #fff;
}.tchn-button a:after {
    content: "";
    background: #2f6eff;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.5s;
    z-index: -1;
}.tchn-button a:before {
    content: "";
    background: #2f6eff;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.5s;
    z-index: -1;
}.tchn-button a {
    display: inline-block;
    overflow: hidden;
    background: #1129b9;
    transition: all 0.5s ease 0s;
    z-index: 1;
    padding: 13px 33px;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}.style2.tchn-button a {
    background: linear-gradient(to left, #2475fc, #1129b9 100%);
    padding: 16px 37px;
    font-size: 16px;
}.style2.tchn-button a:after {
    background: linear-gradient(to left, #1129b9, #2475fc 100%);
}.mb-30 {
    margin-bottom: 30px;
}
.video-icon{ text-align:center; }
.video-icon h2{ margin-top:40px; color:#fff; font-size:18px;}
.pb-70 {
    padding-bottom: 70px;
}.pt-80 {
    padding-top: 80px;
}.text_center {
    text-align: center;
}.mb-4, .my-4 {
    margin-bottom: 24px;
}
.portfolio-section {
  background-color: #030f25;
  padding: 80px 0px 60px;
}

.style-8 .section_main_title p {
  width: 28%;
  margin: auto;
  font-size: 18px;
  padding: 10px 0 0;
}

.portfolio-single-box {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-thumb {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 90, 219, 0.85);
  content: "";
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 22;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0px;
}

.portfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  
  width: 100%;
  margin: auto;
  border-radius: 5px;
  padding: 20px 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(-50%);
  z-index: 999;
  bottom: inherit;
}

.portfolio-content h2 a {
  font-size: 20px;
  font-weight: 700; color:#ff9a62;
  line-height: 1;
  margin: 0 0 5px;
  transition: 0.5s;
  display: inline-block;
}

.portfolio-content h2 a:hover {
  color: #fff;
}

.portfolio-content p {
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}

.portfolio-single-box:hover:before {
  opacity: 0;
  transition: 0.5s;
}

.portfolio-single-box:hover .portfolio-thumb::after,
.portfolio-single-box:hover .portfolio-content {
  opacity: 1;
  top: 90%;
  bottom: inherit;
  transform: translateY(-90%);
}

/* ==== Portfolio Counter ====  */

.row.counter-bg {
  padding: 80px 0 0;
}

.single-counter-box {
  position: relative;
  margin-bottom: 30px;
}

.single-counter-box:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 72px;
  height: 90%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.upper3.single-counter-box:before {
  background: inherit;
}

.counter-icon i {
  font-size: 50px;
  display: inline-block;
  height: 86px;
  width: 78px;
  line-height: 80px;
  background: #ff9a62;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}

.upper .counter-icon i {
  background: #2875ff;
  clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.upper2 .counter-icon i {
  background: #54d7af;
}

.upper3 .counter-icon i {
  background: #f05d8a;
}

.counter-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 8px 0 3px;
}

h2.cntr-sb-title {
  font-size: 34px;
  color: #2676ff;
  font-weight: 500;
}

.counter-content p {
  font-size: 18px;
  margin-top: 7px;
  font-weight: 300;
  color: #fff;
}

.project-section {
  background: #0f110f;
  padding: 110px 0 90px;
}

.single-project-box {
  margin-bottom: 30px;
}

.project-thumb {
  position: relative;
  z-index: 1;
}

.project-thumb img {
  width: 100%;
  border-radius: 10px;
}

.project-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, #ffef6a 0%, #bef741 100%);
  opacity: 0.95;
  transition: 0.5s;
  border-radius: 10px;
}

.project-content {
  position: absolute;
  z-index: 1;
  top: 36%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}

.project-content h5 {
  font-size: 18px;
  font-weight: 400;
}

.project-content h2 {
  font-size: 26px;
  font-weight: 500;
  padding: 3px 0 4px;
}

.project-content i {
  font-size: 44px;
  display: inline-block;
  transform: rotate(45deg);
}

.project-thumb:hover:before {
  height: 100%;
  top: 0;
}

.project-thumb:hover .project-content {
  opacity: 1;
}.mb-40 {
    margin-bottom: 40px;
}
.brand_list{ overflow:hidden; }
.owl-carousel .owl-item img{ margin:0 auto;}