@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
   font-family: "Quicksand", sans-serif;
   overflow-x: hidden;
}

a {
  text-decoration: none;
}

.z-55 {
  position: relative;
  z-index: 55;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input,
button {
  background-color: transparent;
  border: none;
  outline: none;
}
.blog-detail_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slogan {
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-family: "Dancing Script", cursive;
  color: #FCAF1A;
}

.header-bottom .info,
.header-bottom .social-links {
  display: none;
}

.header-info {
  padding: 16px 0;
  overflow: hidden;
  background-color: #252525;
}
.header-info  .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-info  .header-top-wrp .info {
  color: #fff;
}
.header-info  .header-top-wrp .info span {
  color: var(--white);
}
.header-info  .header-top-wrp .info a {
  transition: .3s ease;
  color: white;
  font-size: 15px;
}
.header-info .header-top-wrp .info a:hover {
  color:#7BC18F;
}
.header-info  .header-top-wrp .info i {
  color: #7BC18F;
  padding-right: 5px;
}
.header-info  .header-top-wrp .info li {
  float: left;
  line-height: 0;
}
.header-info  .header-top-wrp .link-info {
  position: relative;
  z-index: 2;
  display:flex;
  align-items:center;
  gap:15px;
}
.header-info  .header-top-wrp .link-info li {

  line-height: 0;
}
.header-info .header-top-wrp .link-info li a {
  width: 37px;
  color: white;
  text-align: center;
}
.header-info  .header-top-wrp .link-info li a:hover {
  color: #7BC18F;
}

.general-header .menu-icon {
  display: none;
}

.general-header {
  padding: 10px 0;
}

.general-header .header-top .lang {
  display: none !important;
}

.general-header .header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 206px;
    height: 83px;
}

.general-header .header-logo a img {
  width: 100%;
  height: auto;
}

.general-header .form-group {
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.general-header .form-group input {
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #212529;
}

.general-header .form-group input::-moz-placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
}

.general-header .form-group input::placeholder {
  color: #C0C0C0;
  font-size: 16px;
  font-weight: 400;
}

.general-header .form-group button img {
  width: 24px;
  height: 24px;
}

.general-header .header-button-group {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  width: 100%;
}

.general-header .header-button-group a {
  border-radius: 5px;
  padding: 12px;
  width: 151px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.general-header .header-button-group a {
  background: #7BC18F;
  color: #0E3654;
}

.general-header .header-button-group a:last-child {
  background: #0E3654;
  color: #fff;
}
.general-header .header-button-group a:last-child:hover {
    color: #0E3654;
    background-color: #7BC18F;
}
.general-header .header-button-group a:hover {
  background-color: #0E3654;
  color: #fff;
}

.general-header .lang {
  z-index: 9;
}

.general-header .lang li {
  position: relative;
  cursor: pointer;
}

.general-header .lang li:hover ul {
  display: block;
}

.general-header .lang li span {
  display: flex;
  gap: 3px;
}

.general-header .lang li ul {
  position: absolute;
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  border-radius: 3px;
  width: 60px;
  text-align: center;
  padding: 3px;
  display: none;
}

.general-header .lang li ul li a {
  color: #252525;
  transition: 0.3s ease;
}

.general-header .lang li ul li a:hover {
  color: #FCAF1A;
}

.general-header .header-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 150px;
}

.general-header .header-bottom .header-button-group {
  display: none;
}

.general-header .header-bottom .form-group {
  display: none;
}

.general-header .header-bottom .mobile-menu-close {
  display: none;
}

.general-header .header-bottom nav {
  width: 100%;
}

.general-header .header-bottom nav ul {
  display: flex;
  width: 100%;
  margin-top: 5px;
  justify-content: space-between;
}

.general-header .header-bottom nav ul li a {
  left: 24px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
}

.general-header .header-bottom nav ul li a:hover {
  color: #FCAF1A;
}
.hero-section .swiper-slide{
    overflow:hidden;
}
@keyframes banner__line-a {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.banner-two__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.banner__line__animation {
  animation: banner__line-a 3s linear infinite alternate;
}

.hero-section .swiper-slide .slider-item{
  min-height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: all 1200ms ease-in-out .4s;
}
.hero-section .swiper-slide-active .slider-item{
    transform: scale(1.05)
}

.hero-section .swiper-slide .slider-item::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  content: "";
}

.hero-section .swiper-slide.swiper-slide-active .slider-item h1,
.hero-section .swiper-slide.swiper-slide-active .slider-item p,
.hero-section .swiper-slide.swiper-slide-active .slider-item a {
  opacity: 1;
  transform: translate(0);
}

.hero-section .swiper-slide .slider-item .content {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
  z-index: 8;
}

.hero-section .swiper-slide .slider-item h1 {
  font-size: 36px;
  opacity: 0;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(-50px);
}

.hero-section .swiper-slide .slider-item p {
  opacity: 0;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 1.2px;
  transform: translateY(-70px);
  transition: transform 1200ms ease, opacity 1200ms ease;
}

.hero-section .swiper-slide .slider-item a {
  background-color: #7BC18F;
  color: #fff;
  padding: 13px 36px;
  font-weight: 700;
  text-align:center;
  line-height:36px;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 0 auto;
  transition: transform 1200ms ease, opacity 1200ms ease, color 0.2s ease, background-color 0.2s ease;
  transform: translateY(50px);
  opacity: 0;
}

.hero-section .swiper-slide .slider-item a:hover {
  background-color: #004994;
}

.hero-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.hero-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FCAF1A;
}

.home-about-section {
  background-repeat: no-repeat;
  background-position: center 100px, right bottom;
  background-size: 52%, 15%;
  margin: 40px 0 80px;
  position:relative;
}

.home-about-section .about-title .title {
  color: #7BC18F;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.home-about-section .about-title .subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}

.home-about-section .about-text {
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
}

.home-about-section .about-btn {
  background-color: #0E3654;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 32px;
  margin-left: 100px;
  padding: 16px 20px;
  display: flex;
  max-width: 300px;
  align-items: center;
  justify-content: space-around;
  letter-spacing: 1.5px;
  transition: 0.2s ease;
}

.home-about-section .about-btn:hover {
  background-color: #7BC18F;
}
.home-about-section .about-images ._main {
    width: 100%;
}
.home-about-section .about-images .big-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  max-width: 540px;
  height: 640px;
  position: relative;
}

.home-about-section .about-images .big-img .small-img {
  position: absolute;
  right: -150px;
  width: 300px;
  height: 300px;
  border: 20px solid #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  bottom: -50px;
}

.blog-section {
  background-color: #F4F5FA;
  padding: 50px 0;
}

.blog-section .swiper-wrapper {
  margin-bottom: 50px;
}

.blog-section .swiper-pagination span {
  opacity: 1;
  background-color: #fff;
  width: 12px;
  height: 12px;
}

.blog-section .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #7BC18F;
}

.blog-section .swiper-item {
  background-color: #fff;
  width: 370px;
}

.blog-section .swiper-item .item-img {
  width: 370px;
  height: 280px;
  margin-bottom: 20px;
  overflow:hidden;
}


.blog-section .swiper-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  transition:.3s ease;
  object-fit: cover;
}
.blog-section .swiper-item .item-img img:hover{
    transform:scale(1.1);
}
.blog-section .swiper-item .content {
  padding: 16px 20px;
}

.blog-section .swiper-item .content .date-time {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.blog-section .swiper-item .content .blog-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.blog-section .swiper-item .content .blog-detail {
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
  color: #0E3654;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.2px;
  justify-content: space-between;
  transition: 0.3s ease;
  padding: 14px;
}

.blog-section .swiper-item .content .blog-detail:hover {
  color: #FCAF1A;
}

.info-section {
  background-color: #fff;
  padding: 70px 0;
}
.info-section .amount{
    margin-top:10px;
}
.info-section .swiper-wrapper {
  margin-bottom: 50px;
}

.info-section .swiper-pagination span {
  opacity: 1;
  background-color: #eee;
  width: 12px;
  height: 12px;
}

.info-section .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #7BC18F;
}

.info-section .swiper-item {
  background-color: #FAFBFF;
  width: 370px;
}

.info-section .swiper-item .item-img {
  width: 370px;
  height: 350px;
  margin-bottom: 20px;
  overflow:hidden;
}
.info-section .swiper-item .item-img img{
       transition:.3s ease;
   }
.info-section .swiper-item .item-img img:hover{
       transform:scale(1.1);
   }
.info-section .swiper-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-section .swiper-item .content {
  padding: 16px 20px;
}

.info-section .swiper-item .content .date-time {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.info-section .swiper-item .content .info-name {
  display: block;
  color: #363333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 1.1px;
}

.info-section .swiper-item .content .amount .d-flex {
  justify-content: space-between;
}

.info-section .swiper-item .content .amount .d-flex span {
  font-size: 14px;
  color: #363333;
  line-height: 20px;
  font-weight: 500;
}

.info-section .swiper-item .content .detail {
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
  color: #7BC18F;
  text-transform: uppercase;
  border: 1px solid #7BC18F;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.2px;
  justify-content: center;
  transition: 0.3s ease;
  padding: 14px;
}

.info-section .swiper-item .content .detail:hover {
  background-color: #7BC18F;
  color: #0E3654;
}

.breadcrumb {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.breadcrumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.8;
  height: 100%;
  background-color: rgba(123, 193, 143, 0.4);
}

.breadcrumb .content {
  z-index: 1;
}

.breadcrumb .breadcrumb-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb ul {
  display: flex;
  gap: 30px;
}

.breadcrumb ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #fff;
  line-height: 24px;
}

.breadcrumb ul li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 24px;
  color: #fff;
  position: relative;
  transition: 0.3s ease;
}

.breadcrumb ul li a:hover {
  color: #004994;
}

.breadcrumb ul li a:after {
  position: absolute;
  content: "";
  right: -19px;
  top: 5px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/right.svg");
  height: 12px;
}

.services {
  padding: 70px 0;
  background:#f2f2f2;
}

.services .col-lg-4:nth-child(1) .service-box {
  /*background-image: url(../images/9mayamalicon1.png);*/
  background-color: #7BC18F;
}
.services .col-lg-4:nth-child(1) .service-box:hover {
    background-color: #0E3654;
}
.services .col-lg-4:nth-child(2) .service-box {
    /*background-image: url(../images/9mayamalicon2.png);*/
  background-color: #0E3654;
}

.services .col-lg-4:nth-child(2) .service-box:hover {
    /*background-image: url(../images/9mayamalicon2.png);*/
  background-color: #7BC18F;
}

.services .col-lg-4:nth-child(3) .service-box {
  background-color: #7BC18F;
  /*background-image: url(../images/9mayamalicon3.png);*/
}
.services .col-lg-4:nth-child(3) .service-box:hover {
  background-color: #0E3654;
  /*background-image: url(../images/9mayamalicon3.png);*/
}
.services .col-lg-4 .service-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 370px;
  position: relative;
  padding: 0 20px;
  color: #fff;
  height: 210px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-repeat: repeat;
  background-size: 19%;
  gap: 20px;
  background-position: top;
}

.services .col-lg-4 .service-box .service-content{
  z-index: 99;
}
.services .col-lg-4 .service-box:after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.services .col-lg-4 .service-box .service-img {
      max-width: 70px;
    max-height: 100px;
    margin-bottom: 10px;
}

.services .col-lg-4 .service-box .service-img img {
  width: 100%;
  height: 100%;
}

.services .col-lg-4 .service-box .title {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.4px;
}

.services .col-lg-4 .service-box .desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}

.bg-video {
  min-height: 500px;

}

.bg-video .video-content {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video .video-content .after {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(123, 193, 143);
  width: 190px;
  height: 190px;
  animation: pulse 2s ease-in-out infinite;
}

.bg-video .video-content .after .after-1 {
  width: 170px;
  height: 170px;
}

.bg-video .video-content .after .after-1 .after-2 {
  width: 150px;
  height: 150px;
}

.bg-video .video-content .after .after-1 .after-2 .play {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-2 10s ease-in-out infinite;
  position: relative;
}

.bg-video .content {
  color: #fff;
  background-color: rgba(30, 30, 30, 0.66);
  width: 100%;
  height: 620px;
  padding: 83px 74px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-video .content:after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
}

.bg-video .content .number-counter-section .progress_1 {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bg-video .content .number-counter-section .progress_1 .column {
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  line-height: 40px;
  letter-spacing: 1px;
}

.bg-video .content .number-counter-section .progress_1 .column .txt {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-top: 18px;
  font-weight: 600;
  line-height: 32px;
}

.bg-video .content .video-section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
  max-width: 600px;
}

.bg-video .content .video-section-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 67px;
  max-width: 600px;
}

.bg-video .content .counter {
 
  text-align: center;
}

.bg-video .content .counter .count {
  font-size: 56px;
  line-height: 40px;
  font-weight: 700;
}

.bg-video .content .counter .count .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 18px;
}

.footer {
    position:relative;
  background-color: #252525;
  position: relative;
  overflow:hidden;
  padding: 78px 0 0;
}
.footer .footer-top {
    position: relative;
    z-index: 1;
}
.footer__shape-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.footer__shape-left img {
  height: 100%;
}
.footer__shape__animation ,.footer__shape__animation-right{
  animation: footer__shape-a 3s linear infinite alternate;
}
@keyframes footer__shape-a {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.footer__shape-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer__shape-right img {
  height: 100%;
}
.footer .footer-logo {
  width: 70%;
  margin-bottom: 40px;
}

.footer .footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 70px
}

.footer .general-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  background-color:  #7BC18F;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 185px;
  border-radius: 5px;
  font-size: 16px;
  width: 80%;
  transition: .3s ease;
  line-height: 28px;
}

.footer .general-btn:hover {
    background-color: #0E3654;
}

.footer .general-btn-primary {
    background-color: #0E3654;
    color: #fff;
}

.footer .general-btn.general-btn-primary:hover {
    background-color: #7BC18F;
    color: #0E3654;
}

.footer .footer-col .general-info li,
.footer .footer-col .general-info li a {
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.social-links {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-links li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 217, 217, 0.3607843137);
}

.social-links li a img {
  width: 17px;
  height: 17px;
}

.footer .footer-col nav ul li {
  margin-bottom: 10px;
}

.footer .footer-col nav ul li a {
  color: #C0C0C0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s ease;
}

.footer .footer-col nav ul li a:hover {
  color: #FCAF1A;
}

.footer .copyright {
  border-top: 1px solid #848484;
  text-align: center;
  padding: 20px;
  color: #C0C0C0;
}

.general-title {
  margin-bottom: 30px;
}

.general-title .title {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 32px;
  color: #004994;
}

.general-title .title:after {
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #7BC18F;
  width: 90%;
}

.general-title .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #363333;
}

.our-team {
  padding :40px 0;
}

.our-team .single-team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-team .single-team-box .team-box-img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.our-team .single-team-box .team-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.our-team .single-team-box .team-single-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.our-team .single-team-box .team-single-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #0E3654;
  position: relative;
  margin-bottom: 43px;
}

.our-team .single-team-box .team-single-name:after {
  content: "";
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background-color: #7BC18F;
  width: 96px;
}

.bg {
  background-image: url(../images/bg-2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.partners {
  padding-top: 79px;
  margin-bottom: 50px;
  background-color: #fff;
}

.partners .partner-single {
  max-width: 200px;
  padding: 40px;
  height: 150px;
  display: flex;
  margin: 0 30px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  justify-content: center;
}

.partners .partner-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about {
  /*background-image: url("../images/heart-bg.png"), url("../images/OBJECTS.png");*/
  /*background-repeat: no-repeat;*/
  /*background-position: right, center;*/
  position:relative;
}

.about .row {
  margin-bottom: 50px;
}

.about .row:nth-child(even) {
  flex-direction: row-reverse;
}

.about .row .about-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.about .row .about-img {
  width: 100%;
  height: 500px;
}

.about .row .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse-2 {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(0.7);
  }
}

.apply {
  background: rgba(244, 245, 250, 0.4);
  padding: 44px 0;
}

.apply .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.4px;
}

.apply .apply-form .form-group {
  height: 60px;
  display: flex;
  align-items: center;
}

.apply .apply-form .form-group input {
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #C0C0C0;
  line-height: 20px;
  height: 100%;
  padding: 20px;
  width: 373px;
}

.apply .apply-form .form-group input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C0C0C0;
  line-height: 20px;
}

.apply .apply-form .form-group input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C0C0C0;
  line-height: 20px;
}

.apply .apply-form .form-group button {
  text-transform: uppercase;
  background-color: #7BC18F;
  color: #0E3654;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  height: 60px;
  display: flex;
  max-width: 230px;
  transition: 0.3s ease;
  align-items: center;
  width: 260px;
  justify-content: center;
}

.apply .apply-form .form-group button:hover {
  background-color: #0E3654;
  color: #fff;
}

.project-categories {
  padding: 70px 0;
}

.project-categories .project-categories-types {
  margin-bottom: 50px;
  display: flex;
  gap: 50px;
}

.project-categories .project-categories-types li {
  font-size: 20px;
  color: #7BC18F;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}

.project-categories .project-categories-types li.active {
  color: #0E3654;
  border-bottom: 1.5px solid #0E3654;
}

.project-categories .categories .single-project {
  margin-bottom: 50px;
  display: flex;
  height: 360px;
}

.project-categories .categories .single-project .single-project-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 500px;
  height: 360px;
}

.project-categories .categories .single-project .single-project-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(123, 193, 143, 0.1);
}

.project-categories .categories .single-project .single-project-img:hover::after {
  background-color: rgba(123, 193, 143, 0.4);
}

.project-categories .categories .single-project .single-project-img:hover .project-detail {
  opacity: 1;
  transform: translate(0);
}

.project-categories .categories .single-project .single-project-img .project-detail {
  position: absolute;
  bottom: 40px;
  z-index: 7;
  padding: 0 30px;
  left: 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.project-categories .categories .single-project .single-project-img .project-detail .text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.project-categories .categories .single-project .single-project-img .project-detail .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.project-categories .categories .single-project .single-project-text {
  background-repeat: no-repeat;
  background-position: right 90px;
  background-size: 32%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 30px;
  background-color: rgb(250, 251, 255);
}

.project-categories .categories .single-project .single-project-text .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.project-categories .categories .single-project .single-project-text .head .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(54, 51, 51);
  letter-spacing: 0.4px;
}

.project-categories .categories .single-project .single-project-text .head .completed {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0E3654;
  border-bottom: 2px solid #7BC18F;
}

.project-categories .categories .single-project .single-project-text .head .active {
  border: 2px solid #7BC18F;
  text-transform: uppercase;
  color: #7BC18F;
  padding: 16px 44px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s ease;
  letter-spacing: 0.4px;
}

.project-categories .categories .single-project .single-project-text .head .active a {
  color: #7BC18F !important;
}

.project-categories .categories .single-project .single-project-text .head .active:hover {
  color: #fff;
  background-color: #7BC18F;
}

.project-categories .categories .single-project .single-project-text .head .active:hover a {
  color: #0E3654 !important;
}

.project-categories .categories .single-project .single-project-text .text {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 38px;
}

.project-categories .categories .single-project .single-project-text .total-among-info .percent-rang {
  margin-bottom: 23px;
  position: relative;
}

.project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range {
  pointer-events: none;
  width: 100%;
  height: 10px;
  background-color: #D9D9D9;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range-thumb {
  background-color: #7BC18F;
  position: absolute;
  top: -5px;
  padding: 5px 10px;
  width: -moz-min-content;
  width: min-content;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}

.project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range-thumb::before {
  content: attr(data-val) "%";
}

.project-categories .categories .single-project .single-project-text .total-among-info .among {
  font-weight: 500;
  color: #363333;
  line-height: 20px;
  font-size: 14px;
}

.project-categories .categories .single-project .single-project-text .total-among-info .among strong {
  font-size: 18px;
}

.contact-section {
  background-image: url(../images/heart-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 15%;
  padding: 30px 0;
}

.contact-section .map {
  margin-top: 10px;
}

.contact-section .contact-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section .contact-info-item .img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.contact-section .contact-info-item .img img {
  width: 100%;
  height: auto;
}

.contact-section .contact-info-item .text {
  font-size: 18px;
  color: #222;
  font-weight: 5000;
  text-align: center;
}

.services-cat {
  padding: 60px 0;
}

.services-cat .col-lg-6:nth-child(odd) .service-box .service-img {
  background-color: #FCAF1A;
}

.services-cat .col-lg-6:nth-child(odd) .service-box .service-name {
  color: #FCAF1A;
}

.services-cat .col-lg-6:nth-child(even) .service-box .service-img {
  background-color: #7BC18F;
}

.services-cat .col-lg-6:nth-child(even) .service-box .service-name {
  color: #7BC18F;
}

.services-cat .col-lg-6 .service-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 35px;
  gap: 30px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.services-cat .col-lg-6 .service-box .service-img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 50%;
  background-color: #0E3654;
}

.services-cat .col-lg-6 .service-box .service-img img {
  width: 50%;
}

.services-cat .col-lg-6 .service-box .service-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0E3654;
}

.services-cat .col-lg-6 .service-box .service-text {
  font-weight: 500;
  font-size: 12px;
  max-width: 300px;
  line-height: 26px;
  color: #363333;
}

.bg-general {
  background-image: url(../images/heart-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 15%;
}

.report {
  padding: 50px 0;
}

.report .select {
  border: 1px solid #EFEFEF;
  outline: none;
  height: 56px;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 250px;
}

.report .table-content {
  width: 100%;
  overflow-y: auto;
}

.report .table-content table {
  width: 100%;
  min-width: 1000px;
  margin-top: 35px;
}

.report .table-content table thead {
  background-color: #0E3654;
  color: #fff;
}

.report .table-content table thead th {
  padding: 32px 0;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 20px;
  font-size: 20px;
}

.report .table-content table tbody {
  background-color: #F8F8F8;
}

.report .table-content table tbody tr:last-child {
  border-color: #F8F8F8 !important;
}

.w-30 {
  width: 30%;
}

.w-50 {
  width: 50%;
}

.form-section {
  padding: 50px 0;
  margin-bottom: 150px;
}

.form-section .submit-btn {
  background-color: #0E3654;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.2px;
  width: 100%;
  padding: 15px;
  transition: background-color 0.3s;
}

.form-section .submit-btn:hover {
  background-color: #7BC18F;
}

.form-section .form-group {
  margin-bottom: 30px;
}

.form-section .form-group input {
  padding: 0 20px;
  width: 100%;
  outline: none;
  height: 60px;
  border: 1px solid #C0C0C0;
  font-size: 18px;
  color: #212529;
  font-weight: 400;
  line-height: 30px;
}

.form-section .form-group input:focus {
  border-color: #0E3654;
}

.form-section .form-group input::placeholder {
  color: #C0C0C0;
}

.form-section .form-group input.radio-input,
.form-section .form-group input.type-input {
  display: none;
}

.form-section .form-group .type-label {
  border: 1px solid #C0C0C0;
  width: 100%;
  display: flex;
  color: #C0C0C0;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
}

.form-section .form-group .radio-label {
  border: 1px solid #C0C0C0;
  color: #004994;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
}

.form-section .form-group .radio-label.active {
  background-color: #004994;
  color: #fff;
}

.form-section .form-group textarea {
  padding: 20px;
  outline: none;
  width: 100%;
  resize: none;
  border: 1px solid #C0C0C0;
  font-size: 18px;
  color: 212529;
  font-weight: 400;
  line-height: 30px;
}

.form-section .form-group textarea:focus {
  border-color: #0E3654;
}

.form-section .form-group textarea::placeholder {
  color: #C0C0C0;
}

@keyframes duepduep {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-40px, 0);
  }

  75% {
    transform: translate(0, 0);
  }
}

.media .media-item {
  background-color: #fff;
  width: 370px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.media .media-item .item-img {
  width: 370px;
  height: 280px;
  margin-bottom: 20px;
}

.media .media-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media .media-item .content {
  padding: 16px 20px;
}

.media .media-item .content .date-time {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.media .media-item .content .blog-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.media .media-item .content .blog-detail {
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
  color: #0E3654;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.2px;
  justify-content: space-between;
  transition: 0.3s ease;
  padding: 14px;
}

.media .media-item .content .blog-detail:hover {
  background-color: #FCAF1A;
}

.work {
  padding: 40px 0;
  background-color: #eee;
}
.work ._img{
    width:100%;
    height:400px;
    
}
.work ._img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.work .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.work p {
  font-size: 14px;
  line-height: 32px;
}

.gallery .row div {
  height: 500px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.gallery .row div:hover .zoom {
  opacity: 1;
  transform: scale(1.4);
}

.gallery .row div .zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #7BC18F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: scale(0.1);
  transition: 0.3s ease;
}

.gallery .row div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.gallery .row:last-child .col-lg-12 {
  height: 300px;
}

.gallery .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.project .detail-top {
  margin: 78px 0;
  border: 1px solid rgba(221, 238, 238, 0.9333333333);
}

.project .detail-top .img {
  width: 100%;
  margin-bottom: 30px;
}

.project .detail-top .img img {
  width: 100%;
}

.project .detail-top ul {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.project .detail-top ul li {
  display: flex;
  gap: 20px;
}

.project .detail-top ul li div {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}

.project .detail-top ul li span {
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
}

.project .detail-top ul li .list-img {
  background-color: #7BC18F;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project .pr-img {
  width: 100%;
}

.project .pr-img img {
  width: 100%;
}

.project .title1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.project p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .services {
    padding: 50px 0;
  }

  .home-about-section {
    margin-top: 0;
  }

  .general-header .header-button-group {
    gap: 10px;
  }

  .general-header .header-button-group a {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
  }

  .bg-video .content {
    padding: 50px;
  }

  .bg-video .content .number-counter-section .progress_1 {
    display: flex;
    justify-content:space-around;
    
  }

  .bg-video .content .number-counter-section .progress_1 .column {
    font-size: 42px;
  }

  .bg-video .content .number-counter-section .progress_1 .column .txt {
    font-size: 18px;
  }

  .bg-video .content .video-section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .bg-video .content .video-section-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 67px;
  }

  .bg-video .content .counter {
    /*display: flex;*/
    gap: 100px;
    align-items: center;
    text-align: center;
  }

  .bg-video .content .counter .count {
    font-size: 56px;
    line-height: 40px;
    font-weight: 700;
  }

  .bg-video .content .counter .count .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 18px;
  }

  .blog-section {
    padding: 50px 0 30px;
  }

  .blog-section .swiper-item {
    width: 330px;
  }

  .blog-section .swiper-item .item-img {
    width: 330px;
    height: 240px;
    margin-bottom: 15px;
  }

  .blog-section .swiper-item .content {
    padding: 12px 15px;
  }

  .blog-section .swiper-item .content .date-time {
    margin-bottom: 10px;
  }

  .blog-section .swiper-item .content .blog-name {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .blog-section .swiper-item .content .blog-detail {
    margin: 15px 0 5px;
    padding: 10px;
  }

  .blog-section .swiper-item .content .blog-detail img {
    width: 22px;
  }

  .media {
    padding: 50px 0 30px;
  }

  .media .media-item {
    width: 330px;
  }

  .media .media-item .item-img {
    width: 330px;
    height: 240px;
    margin-bottom: 15px;
  }

  .media .media-item .content {
    padding: 12px 15px;
  }

  .media .media-item .content .date-time {
    margin-bottom: 10px;
  }

  .media .media-item .content .blog-name {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .media .media-item .content .blog-detail {
    margin: 15px 0 5px;
    padding: 10px;
  }

  .media .media-item .content .blog-detail img {
    width: 22px;
  }

  .info-section {
    background-color: #fff;
    padding: 40px 0;
  }

  .info-section .swiper-item {
    background-color: #FAFBFF;
    width: 330px;
  }

  .info-section .swiper-item .item-img {
    width: 330px;
    height: 310px;
    margin-bottom: 10px;
  }
   

  .info-section .swiper-item .content {
    padding: 8px 12px;
  }

  .info-section .swiper-item .content .info-name {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  .info-section .swiper-item .content .detail {
    font-size: 20px;
  }
}

.wp-apply {
  position: fixed;
  right: 20px;
  z-index: 999;
  bottom: 20px;
  width: 50px;
  height:50px;
  display: flex;
  align-items: center;
  background: #25d366;
  justify-content: center;
  border-radius: 50%;
  transition: .3s ease;
}

.wp-apply:hover {
  transform: scale(1.04);
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  z-index: 98;
  display: none;
}

.overlay.show {
  display: block;
}

.hero-section {
    overflow:hidden;
  position: relative;
}

.banner-two__social {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 20px;
}

.banner-two__social::before {
  position: absolute;
  width: 1px;
  height: 73px;
  background-color: #eaecf0;
  top: -90px;
  left: 6px;
  content: "";
  opacity: 30%;
}

.banner-two__social::after {
  position: absolute;
  width: 1px;
  height: 73px;
  background-color: #eaecf0;
  bottom: -90px;
  left: 6px;
  content: "";
  opacity: 30%;
}

.banner-two__social li:not(:last-child) {
  margin-bottom: 20px;
}

.banner-two__social li a {
  color: #fff;
  font-size:18px;
  transition: .3s ease;
}
.banner-two__social li a.active{
    color:#7BC18F;
}

.banner-two__social li a:hover {
  color: #7BC18F;
}

.back-to-top {
  position: fixed;
  align-items: center;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  transition: .3s;
  cursor: pointer;
  background-color: #0E3654;
  bottom: 85px;
  right: 20px;
  border-radius: 50%;
  justify-content: center;
  z-index: 999;
  display: none;
  box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px;
}

.back-to-top.show {
  display: flex;
}

@keyframes about-animation {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}

.animate-img{
    position: absolute;
    left: 22%;
    top: -26px;
    animation: about-animation 5s linear infinite alternate;
    transform: translateY(-50%);
}

.about .animate-img{
    top: 66px;
    transform: translateY(-50%);
    z-index: -1;
}

.team-area {
  background-color: #f2f2f2;
  padding: 60px 0;
  position: relative;
}

.team-area .swiper-wrapper {
  position: relative;
}

.team-area-header .arry-prev,
.team-area-header .arry-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  color: #7BC18F;
  transition: .3s ease all;
  border: 1px solid #7BC18F;
  background-color: transparent;
  font-size: 20px;
}

.team-area .arry-prev:hover,
.team-area .arry-next:hover {
  transform: scale(1.05);
  background-color: #7BC18F;
  color: #fff;
}

.team-area .arry-prev.active,
.team-area .active.arry-next {
  transform: scale(1.05);
  background-color: #7BC18F;
  color: #fff;
}


.team-area .next-btn:hover {
  color: var(--primary-color);
}

.team-area .next-btn:hover i {
  animation: next 0.4s;
}

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.section-header h5 {
  color: #7BC18F;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}



.team__item {
  position: relative;
  overflow: hidden;
}

.team__item::before {
  background: linear-gradient(0deg, #222328 0%, rgba(34, 35, 40, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}

.team__item:hover .team__content .social-icon a {
  transform: rotateY(0deg);
}

.team__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.team-single__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.team-single__image img {
  width: 100%;
}

.team-single__image .team-info {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.team-single__image .team-info a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: #fff;
  border: 1px solid #fff;
}

.team-single__image .team-info a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team-single__image .team-info a.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team-single__info .skills .experience-title {
  font-weight: 400;
}

.team-single__info .skills .progress {
  height: 8px;
}

.team-single__info .skills .progress .progress-bar {
  background-color: var(--primary-color);
}

.image img {
  width: 100%;
  display: block;
  ;
  height: 350px;
  object-fit: cover;
}

.team__content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 90%;
}

.team__content .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.team__content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: .3s ease;
  color: #fff;
  border: 1px solid #fff;
  transform: rotateY(-90deg);
}

.team__content .social-icon a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team__content .social-icon a.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team__content .content {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.team__content .content h4{
 font-size:22px;
}

.team__item {
  position: relative;
  overflow: hidden;
}

.team__item::before {
  background: linear-gradient(0deg, #222328 0%, rgba(34, 35, 40, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}

.team__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.team__item:hover .team__content .social-icon a {
  transform: rotateY(0deg);
}

.team__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.team-single__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.team-single__image img {
  width: 100%;

}

.team-single__image .team-info {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.team-single__image .team-info a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: #fff;
  border: 1px solid #fff;
}

.team-single__image .team-info a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team-single__image .team-info a.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.team-single__info .skills .experience-title {
  font-weight: 400;
}

.team-single__info .skills .progress {
  height: 8px;
}

.team-single__info .skills .progress .progress-bar {
  background-color: var(--primary-color);
}

.banner-two__arry-btn {
  width: 60px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1112;
}

.banner-two__arry-btn .active {
  color: #fff;
  transition: .3s ease all;
  border: 1px solid #fff;
  background-color: transparent;
}

.banner-two__arry-btn .arry-next {
  transition: all 0.6s ease-in-out;
}

.team-area-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:20px !important;

}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-header h5 {
    padding-bottom: 10px;

  }

  .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-two__arry-btn {
    display: none;
  }
}

@media (max-width: 576px) {
    .bg-video .video-content .after{
        width:160px;
        height:160px;
    }
    .header-info .header-top-wrp .info{
           flex-direction: column;
    display: flex;
    gap: 5px;
    }
    .header-info .header-top-wrp .info a{
        font-size:13px;
    }
    .ms-4{
        margin:0 !important;
    }
    .blog-detail-title{
        max-width:100%!important;
        font-size:20px !important;
    }
    .blog-detail_info{
    flex-direction:column;
     align-items: flex-start; 
    justify-content: flex-start;
}
  .team-area-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;

  }

  .team-area .arry-btn {
    display: flex !important;
  }

  .arry-btn {
    display: flex !important;
  }

  .arry-prev,
  .arry-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-area .section-header {
    margin-bottom: 5px;
  }
}

.banner-two__arry-btn {
  width: 60px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-two__arry-btn button {
  color: #7BC18F;
  transition: .3s ease all;
  border: 1px solid #7BC18F;
  background-color: transparent;


}

.banner-two__arry-btn button:hover {
  transform: scale(1.05);
  border-color: #7BC18F;
  color: #7BC18F;
  ;
}

.banner-two__arry-btn .arry-next {
  transition: all 0.6s ease-in-out;
}

@media (max-width: 767px) {
  .banner-two__arry-btn {
    display: none;
  }
}

.arry-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  color: #7BC18F;
  transition: .3s ease all;
  border: 1px solid #7BC18F;
  background-color: transparent;
  font-size: 20px;
}

.arry-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  color: #7BC18F;
  transition: .3s ease all;
  border: 1px solid #7BC18F;
  background-color: transparent;
  font-size: 20px;
}

.primary-color {
  color: #7BC18F;
}

.info li a {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 1200px) {
    .animate-img{
        width:50%;
    }
    .animate-img img{
        width:100%;
    }
  .footer-btns {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }

  .project .detail-top {
    margin: 30px 0;
  }

  .project .detail-top ul li {
    gap: 10px;
  }

  .project .detail-top ul li div {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .project .detail-top ul li .list-img {
    width: 50px;
    height: 50px;
  }

  .project .detail-top ul li .list-img img {
    width: 35%;
  }

  .project .title1 {
    font-size: 20px;
  }

  .project p {
    line-height: 25px;
  }

  .home-about-section {
    margin: 30px 0 ;
  }

  .home-about-section .about-title .title {
    margin-bottom: 10px;
  }

  .home-about-section .about-title .subtitle {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .home-about-section .about-btn {
    padding: 12px 15px;
    max-width: 250px;
  }

  .home-about-section .about-images .big-img {
    height: 450px;
    width: 100%;
    overflow:hidden;
    transition:.3s ease;
  }

  .home-about-section .about-images .big-img .small-img {
    right: -20px;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    bottom: -20px;
  }
  .home-about-section .col-lg-5:hover {
    transform:scale(1.1);
  }

  .blog-section {
    padding: 40px 0 30px;
  }

  .blog-section .swiper-item {
    width: 100%;
  }

  .blog-section .swiper-item .item-img {
    width: 100%;
  }

  .media {
    padding: 40px 0 30px;
  }

  .media .media-item {
    width: 100%;
  }

  .media .media-item .item-img {
    width: 100%;
  }

  .info-section {
    padding: 40px 0;
  }

  .info-section .swiper-item {
    background-color: #FAFBFF;
    width: 100%;
  }

  .info-section .swiper-item .item-img {
    width: 100%;
    height: 280px;
  }

   
  .info-section .swiper-item .content {
    padding: 8px 12px;
  }

  .info-section .swiper-item .content .detail {
    font-size: 16px;
  }

  .project-categories {
    padding: 30px 0;
  }

  .project-categories .project-categories-types {
    margin-bottom: 30px;
    gap: 30px;
  }

  .project-categories .project-categories-types li {
    font-size: 17px;
  }

  .project-categories .categories .single-project {
    margin-bottom: 30px;
    height: 300px;
  }

  .project-categories .categories .single-project .single-project-img {
    width: 350px;
    height: 300px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail {
    bottom: 20px;
    padding: 0 10px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .text {
    font-size: 18px;
    line-height: 24px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon {
    width: 30px;
    height: 30px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon img {
    width: 60%;
  }

  .project-categories .categories .single-project .single-project-text {
    background-size: 25%;
    background-position: right 140px;
    padding: 15px;
  }

  .project-categories .categories .single-project .single-project-text .head {
    margin-bottom: 12px;
  }

  .project-categories .categories .single-project .single-project-text .head .title {
    font-size: 16px;
    line-height: 20px;
  }

  .project-categories .categories .single-project .single-project-text .head .completed {
    font-size: 14px;
  }

  .project-categories .categories .single-project .single-project-text .head .active {
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }

  .project-categories .categories .single-project .single-project-text .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range-thumb {
    top: -2px;
    padding: 3px 6px;
    font-size: 14px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .among strong {
    font-size: 16px;
  }

  .footer .general-btn {
    padding: 10px;
    font-size: 17px;
  }

  .social-links li a {
    width: 38px;
    height: 38px;
  }

  .social-links li a img {
    width: 16px;
    height: 16px;
  }

  .general-header .form-group {
    height: 44px;
    padding: 9px;
  }

  .general-header .header-bottom {
    justify-content: space-between;
    width: 100%;
    gap: 50px;
    margin-top: 15px;
  }

  .general-header .header-button-group {
    gap: 5px;
  }

  .general-header .header-button-group a {
    height: 44px;
    font-size: 14px;
  }

  .apply {
    background: rgba(244, 245, 250, 0.4);
    padding: 30px 0;
  }

  .apply .title {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1.4px;
  }

  .apply .apply-form .form-group {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .apply .apply-form .form-group input {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 20px;
    height: 100%;
    padding: 20px;
    width: 373px;
  }

  .apply .apply-form .form-group input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 20px;
  }

  .apply .apply-form .form-group input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 20px;
  }

  .apply .apply-form .form-group button {
    font-size: 15px;
    padding: 0;
  }
}

@media (max-width: 992px) {
      .hero-section .swiper-slide .slider-item {
         min-height:500px;
     }
    
 .animate-img{
        width:50%;
    }
     .animate-img img{
        width:100%;
    }
  .team-area-header .arry-prev,
  .team-area-header .arry-next {
    width: 45px;
    height: 45px;
  }

  .general-header .header-button-group a:last-child {
    background: #7BC18F;
    color: #0E3654;
  }

  .team-area {
    padding: 70px 0;
  }

  .header-bottom .info {
    display: block;
  }

  .header-bottom .social-links {
    display: flex;
  }

  .project .detail-top {
    margin: 30px 0;
  }

  .project .detail-top ul li {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .project .detail-top ul li div {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .project .detail-top ul li .list-img {
    width: 50px;
    height: 50px;
  }

  .project .detail-top ul li .list-img img {
    width: 35%;
  }

  .project .title1 {
    font-size: 20px;
  }

  .project p {
    line-height: 25px;
  }

  .project-categories {
    padding: 30px 0;
  }

  .project-categories .project-categories-types {
    margin-bottom: 30px;
    gap: 30px;
  }

  .project-categories .project-categories-types li {
    font-size: 17px;
  }

  .project-categories .categories .single-project {
    margin-bottom: 30px;
    height: 300px;
  }

  .project-categories .categories .single-project .single-project-img {
    width: 350px;
    height: 300px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail {
    bottom: 20px;
    padding: 0 10px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .text {
    font-size: 18px;
    line-height: 24px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon {
    width: 30px;
    height: 30px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon img {
    width: 60%;
  }

  .project-categories .categories .single-project .single-project-text {
    background-size: 25%;
    background-position: right 140px;
    padding: 15px;
  }

  .project-categories .categories .single-project .single-project-text .head {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .project-categories .categories .single-project .single-project-text .head .title {
    font-size: 16px;
    line-height: 20px;
  }

  .project-categories .categories .single-project .single-project-text .head .completed {
    font-size: 14px;
  }

  .project-categories .categories .single-project .single-project-text .head .active {
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }

  .project-categories .categories .single-project .single-project-text .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range-thumb {
    top: -2px;
    padding: 3px 6px;
    font-size: 14px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .among strong {
    font-size: 16px;
  }

  .bg-video .content {
    padding: 50px;
  }

  .bg-video .content .number-counter-section .progress_1 .column {
    font-size: 35px;
  }

  .bg-video .content .number-counter-section .progress_1 .column .txt {
    font-size: 16px;
    margin-top: 0;
  }

  .home-about-section {
    max-width: 30px 0;
  }

  .home-about-section .about-text,
  .home-about-section .about-title {
    text-align: center;
  }

  .home-about-section .about-btn {
    margin: 0 auto;
  }

  .home-about-section .about-images {
    display: flex;
    justify-content: center;
  }

  .bg-general {
    background-image: none;
  }

  .general-header .menu-icon {
    margin-left: 13px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    color: #797979;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eaecf0;

  }

  .general-header .header-top .lang {
    display: block !important;
  }

  .general-header .header-logo {
    width: 160px;

  }

  .general-header .form-group {
    display: none;
  }

  .general-header .header-bottom {
    position: fixed;
    transform: translateX(2000px);
    transition: 0.2s ease;
    top: 0;
    right: 0;
    background-color: #0E3654;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    margin: 0;
    height: 100vh;
    z-index: 999999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    max-width: 350px;
    padding: 25px;
    overflow-y: auto;
  }

  .general-header .header-bottom .header-logo {
    width: 160px;
  }

  .general-header .header-bottom form {
    width: 100%;
  }

  .general-header .header-bottom form .form-group {
    display: flex !important;
    margin-top: 10px;
    padding: 5px;
    height: 40px;
    border-radius: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }

  .general-header .header-bottom .header-button-group {
    display: flex;
    gap: 10px;
  }

  .general-header .header-bottom .mobile-menu-close {
    cursor: pointer;
    display: block;
    display: flex;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    background: #7BC18F;
    transition: 0.7s ease;
    border-radius: 50%;
    padding: 4px;
  }

  .general-header .header-bottom nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .general-header .header-bottom .mobile-menu-close svg {
    fill: #fff;
  }

  .general-header .header-bottom.show {
    transform: translateX(0);
    overflow-y: auto;
  }

  .general-header .header-bottom nav ul {
    flex-direction: column;
  }

  .general-header .header-bottom .lang {
    display: none;
  }

  .general-header .header-button-group {
    display: none;
  }

  .bg-video .content {
    padding: 30px;
  }

  .bg-video .content .video-section-title {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .bg-video .content .video-section-desc {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
    .bg-video .content{
        height:auto;
    }
    .home-about-section .about-images .big-img{
        height:350px;
    }
    .animate-img{
        display:none;
    }
   
  .team-area {
    padding: 40px 0;
  }

  .project-categories {
    padding: 30px 0;
  }

  .project-categories .project-categories-types {
    margin-bottom: 30px;
    gap: 30px;
  }

  .project-categories .project-categories-types li {
    font-size: 17px;
  }

  .project-categories .categories .single-project {
    height: auto;
    flex-direction: column;
  }

  .project-categories .categories .single-project .single-project-img {
    width: 100%;
  }

  .project-categories .categories .single-project .single-project-text {
    background-size: 15%;
    background-position: right 180px;
    padding: 15px;
  }

  .project-categories .categories .single-project .single-project-text .head {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .hero-section .swiper-slide .slider-item {
    max-width: 100%;
  }

  .hero-section .swiper-slide .slider-item h1 {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 500px;
  }

  .hero-section .swiper-slide .slider-item p {
    display: none;
  }

  .hero-section .swiper-slide .slider-item a {
    padding: 12px 34px;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 14px;
  }

 

  .report {
    padding: 20px 0;
  }

  .report .table-content table thead th {
    padding: 20px 0;
    font-size: 16px;
  }

  .services-cat {
    background: none;
    padding: 30px 0;
  }

  .services-cat .row .service-box {
    gap: 15px;
  }

  .services-cat .row .service-box .service-img {
    width: 100px;
    height: 100px;
  }

  .services-cat .row .service-box .service-img img {
    width: 50%;
  }

  .services-cat .row .service-box .service-name {
    font-size: 16px;
  }

  .about .row .about-img {
    height: 350px;
  }

  .general-title .subtitle {
    font-size: 16px;
  }

  .general-title .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 25px;
  }

  .our-team .single-team-box .team-box-img {
    width: 200px;
    height: 200px;
  }

  .our-team .single-team-box .team-single-name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .bg-video .video-content {
    height: 400px;
  }
    .hero-section .swiper-slide .slider-item {
         min-height:400px;
     }
}

@media (max-width: 576px) {
    .home-about-section .about-images .big-img{
        height:300px;
    }
    .home-about-section .about-images .big-img .small-img{
    right: 14px;
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
    bottom: -20px;
    }
     .hero-section .swiper-slide .slider-item {
         min-height:420px;
     }
  .hero-section .swiper-slide .slider-item h1 {
    max-width: 70%;

    margin: auto;
    margin-bottom: 15px;
  }

  .banner-two__social {
    left: 10px !important;
  }

  .project .detail-top {
    margin: 30px 0;
  }

  .project .detail-top ul {
    flex-direction: column;
  }

  .project .detail-top ul li {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .project .detail-top ul li div {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .project .detail-top ul li .list-img {
    width: 50px;
    height: 50px;
  }

  .project .detail-top ul li .list-img img {
    width: 35%;
  }

  .project .title1 {
    font-size: 20px;
  }

  .project p {
    line-height: 25px;
  }

  .project-categories {
    padding: 20px 0;
  }

  .project-categories .project-categories-types {
    margin-bottom: 20px;
    gap: 30px;
  }

  .project-categories .project-categories-types li {
    font-size: 15px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail {
    bottom: 10px;
    padding: 0 10px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .text {
    font-size: 15px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon {
    width: 25px;
    height: 25px;
  }

  .project-categories .categories .single-project .single-project-img .project-detail .icon img {
    width: 50%;
  }

  .project-categories .categories .single-project .single-project-text {
    background-position: right 220px;
  }

  .project-categories .categories .single-project .single-project-text .head .completed {
    font-size: 13px;
  }

  .project-categories .categories .single-project .single-project-text .head .active {
    padding: 6px 20px;
    font-size: 15px;
  }

  .project-categories .categories .single-project .single-project-text .text {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .percent-rang .range-thumb {
    top: -2px;
    padding: 3px 6px;
    font-size: 13px;
  }

  .project-categories .categories .single-project .single-project-text .total-among-info .among strong {
    font-size: 15px;
  }

  .partners {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .partners .partner-single {
    max-width: 100%;
  }

  .partners .partner-single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .form-section {
    padding: 20px 0;
    margin-bottom: 10px;
  }

  .form-section .form-group {
    margin-bottom: 15px;
  }

  .form-section .form-group input {
    padding: 0 10px;
    font-size: 16px;
    height: 50px;
  }

  .form-section .form-group .type-label {
    height: 50px;
    font-size: 14px;
  }

  .form-section .form-group .radio-label {
    font-size: 14px;
    margin-top: 10px;
  }

  .form-section .form-group textarea {
    padding: 10px;
  }

  .report .select {
    width: 100%;
  }

  .report .table-content table thead th {
    padding: 14px 0;
    font-size: 15px;
  }

  .services-cat {
    background: none;
    padding: 30px 0;
  }

  .services-cat .row .service-box {
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .services-cat .row .service-box .service-img {
    width: 70px;
    height: 70px;
  }

  .services-cat .row .service-box .service-img img {
    width: 50%;
  }

  .services-cat .row .service-box .service-name {
    font-size: 14px;
  }

  .contact-section {
    padding: 30px 0;
  }

  .contact-section .map {
    margin-top: 10px;
  }

  .contact-section .contact-info-item .img {
    max-width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .contact-section .contact-info-item .text {
    font-size: 14px;
  }

  .footer .copyright {
    font-size: 13px;
  }

  .bg-video .content {
    padding: 35px 5px;
    text-align: center;
  }

  .bg-video .video-content .after .after-1 {
    width: 140px;
    height: 140px;
  }

  .bg-video .video-content .after .after-1 .after-2 {
    width: 100px;
    height: 100px;
  }

  .bg-video .video-content .after .after-1 .after-2 .play {
    background: transparent;
  }

  .services {
    padding: 30px 0;
  }

  .services .col-lg-4 .service-box {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    text-align: center;
    height: 180px;
  }

  .services .col-lg-4 .service-box .service-img {
    width: 70px;
    margin:0 auto;
  }

  .breadcrumb {
    height: 250px;
  }

  .breadcrumb .breadcrumb-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 35px;
  }

  .breadcrumb ul li a {
    font-size: 14px;
  }

  .apply .apply-form .form-group button {
    font-size: 14px;
  }

  .general-title .subtitle {
    font-size: 14px;
  }


  .footer .footer-logo {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .breadcrumb ul {
    flex-direction: column;
    gap: 0;
  }

  .breadcrumb ul li a:after {
    margin-top: -3px;
    content: "/";
    background-image: none !important;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*# sourceMappingURL=style.css.map */