*{
    font-family: Averta;
}
.conteiner {
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.tabgallery {
    padding: 10px 15px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.tabgallery.gallery_active {
    background-color: #86cd33;
    color: white;
    border-color: #fff;
}

.tab-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tab_grid {
    display: grid;
}

.tabgallery-content {
    padding: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 100px;
    scroll-margin-top: 20px; /* Scroll yaparken üst kısımda biraz boşluk bırakır */
}

.tabgallery-content:not(:last-child) {
    border-bottom: 3px solid #007bff;
}

html {
    scroll-behavior: smooth;
}

.tabgallery-content.gallery_active {
    display: grid;
}

.gallery_videos {
    padding: 20px 0;
}

.tab_grid,
.gallery_videos p{
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    display: grid;
}

.tabgallery-content p img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.lang-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative
}
.lang-list li:hover,
 .lang-list li.active {
    background-color:#86cd33 ;
}
.lang-list li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4040407f;
    margin-left: 10px;
    transition: 500ms all ease;
}
.lang-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 100%;
}
.dropdown__content {
    position: absolute;
    top: 45px;
    z-index: 9;
    opacity: 0;
    transition: .2s;
}
.dropdown__content li:first-child {
    margin-bottom: 10px;
}
.lang-list:hover .dropdown__content {
    opacity: 1
}

.dropdown__content li:first-child {
    margin-bottom: 10px;
}

.xeberimg img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin: 0;
}
.picture_gallery p{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 50px 0;
}
@media only screen and (max-width: 768px){
    .picture_gallery p{
        justify-items: center;
        iframe{
            width: 100%;
        }
    }
}
.newsSwiper .swiper-wrapper {
    padding: 5px 0;
}
.picture_gallery p img{
    width:100%;
    height: 300px;
    object-fit: cover;
}
.innerFlex .blog{
    height: 300px !important;
    width: 100%;
    color: white;
}
@media only screen and (min-width:640px){
    .innerFlex .blog{
    width: calc(50% - 30px);
    }
}
@media only screen and (min-width:992px){
    .innerFlex .blog{
    width: calc(33.3% - 30px);
    }
}

.tab-button:hover::before,
.tab-button.active::before {
    border-color: green;
}
.tab-button.active {
    color:white;
}
.no-scroll{
    scrollbar-width: none;
}

@media screen and (min-width: 576px) {
    .conteiner {
        width: 540px !important;
        padding: 0;
    }
}
@media screen and (min-width: 768px) {
    .conteiner {
        width: 720px !important;
    }
}
@media screen and (min-width: 992px) {
    .conteiner {
        width: 960px !important;
    }
}
@media screen and (min-width: 1200px) {
    .conteiner {
        width: 1200px !important;
    }
}
@media screen and (min-width: 1400px) {
    .conteiner {
        width: 1240px !important;
    }
}

.logo_white {
    display:none;
}
.about-us-content {
    padding: 50px 0;
}

.about-us-content .about-inside {
    line-height: 1.6;
    padding:20px 0;
}
.isoimg {
    display:flex;
    gap:15px
}
.about-inside img {
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    object-fit: cover;
    height: 400px;
    display: block;
    margin-bottom: 1rem;
}
.isoimg img {
    margin: 0 auto;
    border-radius: 20px;
    object-fit: cover;
    height: 400px;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}

.about-us-content h3 {
    font-weight: bold;
    font-size: 26px;
}

.about-us-content p {
    padding-top: 30px;
    line-height: 1.5;
}

/*.about-us-content p img {*/
/*    display: none;*/
/*}*/

.innerFlex{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    padding-bottom: 50px;
}
.innerFlex.innerGrid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.service_card{
    height: 350px;
}
.about-svg-wrap {
	margin: -12px 0 0 50px;
	position: relative;
}
.about-svg-wrap .hexagon-svg:nth-child(1) {
    -webkit-transform: rotate(-30deg) scaleY(0.93);
	transform: rotate(-30deg) scaleY(0.93);
	-webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	position: relative;
	z-index: 2;
}
.about-svg-wrap .hexagon-svg:nth-child(2) {
	position: absolute;
	top: -6px;
	left: -1px;
	-webkit-transform: scale(0.81) rotate(-30deg);
	transform: scale(0.81) rotate(-30deg);
	z-index: 3;
}
.about-svg-wrap .hexagon-svg:nth-child(3) {
	position: absolute;
	left: 37.9%;
	-webkit-transform: rotate(34deg) scale(0.78) scaleY(1);
	transform: rotate(34deg) scale(0.78) scaleY(1);
	bottom: 8.99%;
	opacity: .9;
	z-index: 3;
}
.about-svg-wrap .hexagon-svg:nth-child(4) {
	position: absolute;
	top: 19%;
	left: -6.5%;
	-webkit-transform: scale(0.59) rotate(-30deg);
	transform: scale(0.59) rotate(-30deg);
	z-index: 1;
	opacity: .7;
}

.about-svg-wrap {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin: -100px 0 0 -25px;
} 

.about-svg-wrap .hexagon-svg:nth-child(3) {
    left: 37.9%;
}

@media screen and (min-width: 400px) {
    .about-svg-wrap {
        transform: scale(0.6);
    } 
}
@media screen and (min-width: 500px) {
    #statistics {
    margin-top:-60px;
}
    .about-svg-wrap {
        transform: scale(0.7);
    } 
}
@media screen and (min-width: 700px) {
    .about-svg-wrap {
        transform: scale(0.8);
    } 
}
@media screen and (min-width: 768px) {
    .about-svg-wrap {
        transform: scale(0.6);
    } 
}
@media screen and (min-width: 992px) {
    .about-svg-wrap {
        transform: scale(0.8);
    } 
}
@media screen and (min-width: 1024px) {
    .about-svg-wrap {
        transform: scale(0.9);
    } 
}
#statistics {
    margin-top:-75px;
    padding: 40px 0 20px 0;
}
#statistics:after {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.statistic_box{
    font-weight: 500;
	position: relative;
	z-index: 10;
}
.statistic_box i{
    color: #86cd33;
	font-size: 40px;
}
@media only screen and (max-width: 639px){
    .statistic_box i{
	margin-right: 0px;
}
}
.statistic_box .statistic {
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	line-height: 1;
}
.statistic-box .statistic:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 100%;
	background-color: black;
}
.service_card a {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 4;
    margin-top: 0;
}

.service_card::before {
    content: "";
    position: absolute;
    top: 0;
    background: 
    color-mix(in oklab, var(--color-black) 30%, transparent);
    top: 0;
    height: 100%;
    width: 100%;
}
.no_img img{
    display: none !important;
    
}
.etrafli span {
    color:white;
}
.gallery-text {
    position: absolute;
    padding: 25px;
    display: flex;
    gap: 11px;
    z-index: 8;
    width: 100%;
    flex-direction: column;
}

.news_content::after{
    content: "";
    clear: both;
    display: table;
}
#footer_bg{
    background: #fff;
}
.partnors_image { 
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    height: 45px;
    height: 120px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3; 
}
.partnors_image:hover {
    color: #eee;
    z-index: 2;
}
.grayscale {
  filter: grayscale(90%);
  transition:0.3 ol;
}
.grayscale-hover {
  filter: grayscale(100%);
}

.grayscale-hover:hover {
  filter: grayscale(0%);
}
.innerFlex .blog_card h6 {
    font-weight: 600;
    line-height: 1.28;
    font-size: 20px;
    min-height:55px;
}
.innerFlex .news_img {
    height:260px;
} 
.innerFlex h3{
    font-size: 18px;
}
.innerFlex .service_btns button{
    font-size: 12px;
    padding: 2px 4px;
}
.innerFlex .fa-arrow-right{
    font-size: 20px;
}
header li ul li a{
    display:block;
    width: 100%;
    cursor: pointer;
}
.fixed_header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease;
  .logo_black {
    display:none;
    }
    .logo_white {
        display:block;
    }
}

.scroll_header{
  box-shadow: 0px 0px 5px #ccc;
  background: #fff;
     ul li a, p{
        color: black;
    }
    .logo_black {
    display:block;
    }
    .logo_white {
    display:none;
    }
}
.scroll_header  .burger_menu svg{
    fill: black;
}
.sticky_header{
    position: sticky;
    background: white;
    box-shadow: 0px 0px 5px #ccc;
    ul li a{
        color: black;
    }
}
.blog_p {
    font-size:15px !important;
    font-weight: 300 !important;
}

.button {
  position: relative;
  overflow: hidden;
  height: 2.5rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #86cd33;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}
.haqqimizdabutton, .xidmetlerbutton {
    font-weight: 500;
    color: white;
    background-image: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
    border-radius: 30px;
    border: 0;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}
.xidmetlerbutton {
    color: #2B2B2B;
    background: #fff;
    border: 1px solid #65AB0E;
}
.card {
    height: 456px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.card::after{
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("../img/play-button.png");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    transition: 0.3s;
    pointer-events: none;
}
.card img {
    width: 100%;
    display: block;
}
.etrafli {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: .3s all;
    overflow: hidden;
    height: 18px;
    color: #fff;
}
.gallery_card img{
    width: 390px;
}
.gallery_card:hover .etrafli{
    width: 100px;
    opacity: 1;
}
.info {
    position: absolute;
    top: -20px;
    left: -2%;
    width:200px;
    background: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
@media only screen and (min-width:992px){
    .info {
        left: -7%;
    }
}
.info span {
    display: block;
    font-size: 12px;
    color: gray;
    font-weight: normal;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #6dcf32;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.video {
    width:100% !important;
    height:100% !important;
    object-fit: cover;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background:#5fab06;
  transition: all 0.475s;
}


.videoSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #000000, rgba(25, 44, 58, 0));
    z-index: 2;
    border-radius:20px;
}


.swiper-pagination-bullet {
  background-color: #fff;
}

.how-to-work {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.about-work {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.top-line {
  width: 75% !important;
  position: absolute;
  top: 67px;
  left: 12%;
  height: 1px;
  background: #86cd33;
  z-index: 0;
  transition: 5s linear;
  margin: auto;
}

.work-item-block {
  text-align: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.work-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-size: 15px;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
}

.active {
  animation: service 0.9s forwards;
}

@keyframes service {
  0% {
    background: white;
    transform: scale(0.7);
    box-shadow: 0 0 0 0 rgba(82, 177, 41, 0.737);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(35, 241, 49, 0.1);
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    background: #86cd33;
    box-shadow: 0 0 0 15px rgba(177, 41, 51, 0);
  }
}

.work-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.work-descr {
  font-size: 15px;
}

/* Bloglar button */
.xidmet .swiper-button-prev::after,
.xidmet .swiper-button-next::after {
  transition: 0.3s;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important  ;
  color: #333 !important;
}
.xidmet .swiper-pagination {
  background: transparent !important;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .about-inside img {
        width: 100%;
    }
    
    .about-us-content p {
        text-align: justify;
    }
    
  .top-line {
    height: 0;
    display: none;
  }
  .work-item-block {
    width: 48%;
  }
  .how-to-work {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 459px) {
  .work-item-block {
    width: 100%;
  }
}


.blog {
  cursor: pointer;
}

.blog > div > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blog::before {
  content: "";
  display: block;
  transition: all 0.3s;
  background: url("../img/blog-pattern.png") center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.blog:hover::before {
  background: url("../img/blog-pattern2.png") center/cover;
}
.blog_btn {
  margin: 50px 0 0 0;
}
.service_card {
  height: 350px;
}
.work-item-block:hover .work-item-icon::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  opacity: 1;
  background: rgba(140, 243, 31, 0.786);
  border-radius: 50%;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
  0% {
      transform: scale(0.33);
      opacity: 1;
  }

  80%, 100% {
      transform: scale(1);
      opacity: 0;
  }
}
.about_title::before{
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    z-index: 1;
    width: 90px;
    height: 90px;
    background: linear-gradient(0deg, rgba(127,195,34,0.9809173669467787) 0%, rgba(158,253,45,0) 100%);
    opacity: 0.8;
    filter: blur(35px);
    animation: pulse 3s ease infinite;
}
@keyframes pulse{
    50% {
        transform: scale(0.5);
        filter: blur(25px);
    }
}
.over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(127,195,34,0.9809173669467787) 0%, rgba(158,253,45,0) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.service_card:hover .over {
  opacity: 1;
}
.service_card:hover .fa-arrow-right {
  rotate: 0deg !important;
}

.news_img {
  height: 145px;
  border-radius: 10px;
  overflow: hidden;
}
.news_img img {
  transition: all 0.3s;
}
.news_img img:hover {
  scale: 1.1;
}
.newsSwiper {
  display: flex;
  justify-content: center;
  width: 100%
}
@media only screen and (min-width: 992px){
  .newsSwiper {
      width: 90%;
  }
}
.newsSwiper .swiper-slide {
  border-radius: 10px;
  box-shadow: 0px 0px 3px #aaa;
}
.newsSwiper {
  width: 90%;
  margin: auto;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.news_btm {
  padding: 15px;
}
.news_btm button {
  margin-top: 25px;
  font-size: 13px;
  font-weight: 600;
}
button .fa-arrow-right {
  font-size: 14px;
  color: #86bb46;
  margin-left: 8px;
}
.blog_p {
    font-size:15px;
    color: black;
}
.news_info p {
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 600;
}
.news_info h6 {
  font-size: 15px;
  color: #171c24;
  font-weight: 500;
  margin: 5px 0;
}

.news_btn .swiper-rtl .swiper-button-next:after,
.news_btn .swiper-button-next:after,
.news_btn .swiper-button-prev:after,
.news_btn .swiper-rtl .swiper-button-prev:after {
  font-size: 13px !important;
  padding: 12px 15px;
  display: block;
  border-radius: 50%;
  background: #86bb46 !important;
  color: white;
}

.partners_img {
  width: 48%;
  display: flex;
  justify-content: center;
}
.partners_img img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.contact_btm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_btm button {
  border: 1px solid #86bb46;
  padding: 5px 10px;
}
.contact-info {
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: lighter;
}
.contact-info h4 {
  font-size: 40px;
}
.contact_l {
  gap: 20px;
  line-height: 1.55;
}
.contact_r,
.contact_l {
  width: 100%;
}
.aze_kyr{
  width: 120px;
  transition: all .4s;
}

.aze_kyr:hover{
  box-shadow: 0 0 10px #86bb46;
  letter-spacing: .5px;
}
.map {
  width: 100% !important;
}
.footer_b {
  background: #2a2a2a;
  padding: 30px 0;
  color: #a5a5a5;
}
.footer_contact {
  gap: 20px;
}
.phone p {
  margin: 5px 0;
}
.call_map {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 70%;
  margin: auto;
}
.call_map span{
    cursor: pointer;
} 
.call-content,
.map-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  color: white;
  font-weight: bold;
  transition: all 0.4s;
  &:hover {
    color: #86bb46;
  }
}
.call_map img {
  width: 50px;
  height: 50px;
  margin: 0 0 10px 0;
  cursor: pointer;
  border-radius: 6px;
}
#map,
#map2,
#map3
{
  width: 100%;
  height: 300px !important;
  overflow: hidden;
}
.blog_card, .innerFlex .service_card {
    width: calc(100% - 30px);
 }
@media screen and (min-width: 459px) {
    .innerFlex.innerGrid{
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 768px) {
    .logo_white, .logo_black{
        width: 180px;
    }
    .innerFlex.innerGrid{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .fancybox__slide.has-image>.fancybox__content {
        width: 500px !important;
        height: 360px !important;
    }
    
    .innerFlex h3{
    font-size: 24px;
    }
    .innerFlex .service_btns button{
        font-size: 14px;
        padding: 4px 10px;
    }
    .innerFlex .fa-arrow-right{
        font-size: 20px;
    }
  .partner_l {
    width: 40%;
  }
  .partner_r {
    width: 60%;
  }
  .ymaps-2-1-79-map {
    width: 100% !important;
    height: 100% !important;
  }
  .footer_contact {
    width: 70%;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .call_map {
   justify-content: end;
  }
  .blog_card, .innerFlex .service_card {
    width: calc(50% - 30px);
  }
  #map,
  #map2,
  #map3{
    width: 100%;
    height: 450px !important;
  }
}

@media only screen and (min-width: 992px) {
    .innerFlex.innerGrid{
    grid-template-columns: repeat(4, 1fr);
}
    .blogs_sec .blog:nth-child(1) {
    no-repeat;
    height: 420px;
    grid-area: 1 / 1 / 3 / 2;
    height:100%;
}
.blogs_sec .blog:nth-child(2) {
  height: 210px !important;
  grid-area: 1 / 2 / 2 / 3;
}
.blogs_sec .blog:nth-child(3) {
  height: 210px !important;
  grid-area: 2 / 2 / 3 / 3;
}
.blogs_sec .blogs {
    display: grid;
    gap: 20px !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partners_img {
    width: 33%;
  }
  .contact-info {
    flex-direction: row;
    align-items: start;
  }
  .call_map {
    flex-direction: row;
    gap: 40px;
  }
  .call-content,
  .map-content {
    flex-direction: row;
    gap: 20px;
    text-align: start;
  }
}
@media only screen and (min-width: 1024px){
  .newsSwiper {
      width: 90%;
  }
    .blog_card, .innerFlex .service_card {
    width: calc(33.3% - 30px);
  }
    
    .button-content {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1240px) {
    .innerFlex.innerGrid{
    grid-template-columns: repeat(5, 1fr);
}
}    

@media only screen and (min-width: 1024px) and (max-width: 1201px) {
    
    .product-box h2 {
        margin-bottom: 5px;
    }
    
    .product-wrap img {
        width: 170px;
    }
    
    .logo_white, .logo_black {
        width: 90px;
    }
    
    #collapseMenu li a {
        font-size: 13px;
    }
    
    #collapseMenu > ul {
        gap: 8px;
    }
    
    .button-content {
        font-size: 11px;
    }
}
.serv_content ul{
    list-style: inherit;
    padding-left: 20px;
}
.awards {
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
}
.awards img {
    width: 20%;
    height: 400px;
    object-fit: contain;
    display: flex;
    justify-content: start;
    margin: 0px;
    border-radius: 0px;
}
