* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
/*body{background:#F1EFE1 !important}*/
.gap-2,.row-gap-2,.column-gap-2{gap:1rem !important}
.gap-3,.row-gap-3,.column-gap-3{gap:1.5rem !important}
.gap-4,.row-gap-4,.column-gap-4{gap:2rem !important}
.taktak{ gap:6px;}
.taktak a{font-size:13px}
.dropdown:hover .dropdown-menu {
  display: inherit !important;
}
.section { padding: 60px !important; }
.py-6 { padding: 60px !important; }
.bg-light {
  background-color: #fff;
}


.wrap {
  flex-wrap: wrap;
}

.top__header__location {
  padding-block: 9px;
  background-color: #004437;
}
.top__header__location a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.top__header__location svg {
  width: 25px;
}
/*header*/
header {
    top:0;
    z-index: 666;
    background:white;
    position:sticky;
    box-shadow: 0 0 5px lightgray;
    padding-block: 9px;
    text-transform: uppercase;
}
header .logo img {
  width: 170px;
}
header .ham__btn {
  border: none;
  background-color: transparent;
}
header .ham__btn svg {
  width: 25px;
  margin-left: -20px;
}
 .lang-btn a {
  background-color: #f0f0f0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .modal-btn {
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 11px 35px !important;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
 .modal-btn:hover {
  background-color: #fff;
  color: black !important;
}
header .mob-menu {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  right: -110%;
  transition: 0.4s;
  background-color: #004437;
}
header .mob-menu.scrolled {
  right: 0;
}
header .mob-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-navbar {
  width: 98%;
}
header .mobile-navbar ul {
  align-items: center;
  justify-content: center;
  gap: 18px;
}
header .mobile-navbar a:not(.dropdown-item),
header .mobile-navbar span {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
}
header .mobile-navbar .logo img {
  filter: brightness(9999);
}
header .mobile-navbar .btn:hover {
  color: #004437 !important;
}
/*header end*/
/*slider*/
.main-slider .carousel-card {
  position: relative;
  height: 85vh;
}
.main-slider .carousel-card img,.main-slider .carousel-card video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 85vh;
  object-fit:cover;
}
.main-slider h5 {
  font-size: 17px;
  text-shadow:1px 1px gray;
  font-weight:bold;
}
.main-slider h2 {
  font-size: 48px;
  letter-spacing: 2px;
  text-shadow:1px 1px gray;
  font-weight:bold;
}
.main-slider a {
  font-size: 17px;
  color: #004437;
  transition: 0.4s;
  display: flex;
  width: 193px;
  height: 45px;
  border: 2px solid #004437;
  align-items: center;
  justify-content: center;
}
.main-slider a:hover {
  background-color: #004437;
  color: white;
}
.main-slider .swiper-button-prev {
  left: 5%;
}
.main-slider .swiper-button-next {
  right: 5%;
}
.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
  color: black;
  background-color: white;
  padding: 20px;
  font-size: 15px;
}
/*slider end*/
/*about*/

#about {
    padding: 4rem 0 8rem 0;
}

.about_both {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 50px;
}
.breadcrumb-list svg{margin-left:10px !important;}
@media screen and (max-width: 576px){
    .about_right img:nth-child(2){position:static !important;width:100% !important;}
    .inner-blog .block{width:100%;}
    .inner-blog .block img{width:100% !important;}
    #satisfied-customers .container{padding-inline:37px;}
    .myh{height:500px;}
    .grid_cards{grid-template-columns: repeat(1,1fr) !important}
    .adv_numbers{font-size:18px !important;}
}
@media screen and (max-width: 1201px) {
    .about_both {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 1400px) {
    .about_both {
        grid-template-columns: 1fr 1fr;
    }
}

.about_left span i {
    margin-left: 5px;
    font-size: 16px;
}

.about_left span {
    display: block;
    line-height: 1.2;
    color: #004437;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_left h2 {
    margin-top:80px !important;
    margin-bottom: 24px !important;
    font-size: 42px;
    font-weight: 600;
}

.about_left p:not(.about-tab-text) {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.667;
}

.about-tab-text {
    font-size: 15px;
    line-height: 1.667;
    color: #737373;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.filter-menu-active {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    margin-bottom: 20px;
}

.filter-menu-active button {
    background: transparent;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    width: 33%;
    color: #737373;
    padding: 12px 20px;
    position: relative;
}

.filter-menu-active button.active {
    color: #004437;
}

.filter-menu-active button.active:before {
    width: 100%;
}

.filter-menu-active button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    background: #004437;
    transition: 0.4s;
    border-radius: 2px 2px 0 0;
}

.filter-menu-active button:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
    width: 1px;
    background: rgba(21, 22, 28, 0.15);
    transform: translate(0, -50%);
}

.filter-active-cat1 {
    position: relative;
    min-height: 100px;
}

.filter-item {
    display: block;
    opacity: 0;
    transform: scale(0.8) translateZ(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.filter-item.active {
    opacity: 1;
    transform: scale(1) translateZ(0);
    z-index: 1;
}

:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a) {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-flex;
    gap: 15px;
    text-align: center;
    background-color: #004437;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 30px;
    overflow: hidden;
    align-items: center;
}

:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a):hover {
    z-index: 1;
}

:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a)::before {
    top: -2em;
    left: -2em;
}

:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a)::after,
:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a)::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: #000;
    transition: 1s ease;
}

:is(.about_left a, .blogs_title a, .portfolio-card a, .product_right a)::after {
    left: calc(100% + 2em);
    top: calc(100% + 2em);
}

:is(.about_left a:hover, .blogs_title a:hover, .portfolio-card a:hover, .product_right a:hover)::after,
:is(.about_left a:hover, .blogs_title a:hover, .portfolio-card a:hover, .product_right a:hover)::before {
    height: 410px;
    width: 410px;
}
.about_left{
    overflow-Y:scroll;
    min-height:437px;
}
.about_right {
    position: relative;
}

.about_right img:first-child {
    height: 430px;
    width: 310px;
    object-fit: cover;
    z-index:10;
    position:relative;
    border:2px solid white;
}

.about_right img:nth-child(2) {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -50px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    width: 400px;
    height: 420px;
    object-fit: cover;
}

#about .about-counter-wrap {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0px;
    bottom: auto;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 290px;
}

#about .about-counter-number {
    font-size: 48px;
    font-weight: 600;
    color: #000
}

.about-thumb4 .about-counter-wrap .about-counter-text {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}

.about-tab-text {
    min-height: 50px;
}

/*about end*/
/*services start*/
#srcs{ max-width: 90%;}
.services-card{position:relative;overflow:hidden;border-radius:10px;}
.services-card span{
    top:0;
    color:white !important;
    font-size:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.5s;
    opacity:0;
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:2;
    
}

.services-card span a{transition:.5s;margin-top:50px;color:white;}
.services-card:hover a{margin-top:0 !important;}
.services-card:hover span{opacity:1 !important;color:white;transform:scale(1.07);}
.services-card img{transition:.5s;width:100%;height:541px;object-fit:cover;filter:brightness(90%);}
.services .row .col-lg-4:not(:nth-child(2)){margin-top:40px;}
.services-card:hover img{transform:scale(1.07);}
.services-card:hover h5{opacity:0;}
.services-card h5{font-weight: bolder;text-shadow: 1px 1px black;transition:.5s;position:absolute;font-size:27px;text-transform:uppercase;letter-spacing:1px;bottom:20px;left:50%;transform:translateX(-50%);color:white;}
/*services end*/
/*products*/
.images-relative{position:relative;overflow:hidden;height:350px;overflow:hidden;border-radius:10px;}

.product-image-2{
position:absolute;
width:100%;
height:100%;
z-index:2;
transition:.8s;
background:#e2dfce;
}

.product-image-1{
width:100%;
height:100%;
transition:1s;
}
.images-relative:hover .product-image-2{opacity:0;}
.images-relative:hover .product-link{opacity:1;}
.images-relative:hover .product-image-1{transform:scale(1.07);}

.product-link{
    opacity:0;
    color:#fff;
    top:50%;
    left:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:black;
    width:130px;
    height:40px;
    transform:translate(-50%,-50%);
    position:absolute;
    transition:.3s;
    border:1px solid black;
    text-transform:uppercase;
    z-index:3;}

/*advantages end*/


/*company*/
.company{padding-block:60px !important;}

/*company end*/

/*blog*/
.blog{padding:48px 0;
    background: #eee;}
.blog .blog__img {
  height: 310px;
  border-radius: 20px;
  overflow: hidden;
}
.blog .blog__img img {
  transition: 0.4s;
  height:100%;
  object-fit:cover;
  width: 100%;
  transform: scale(1.003);
}
.blog .blog__img img:hover {
  transform: scale(1.07);
}
.blog .blog__content__header {
  padding: 25px 5px 20px 5px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.blog .blog__content__header .date {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog .blog__content__header .date .dot {
  background-color: #128C7E;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.blog .blog__content__header .date .name {
  text-transform: uppercase;
  color: #005f0b;
}
/*blog end*/

/*footer*/
footer {
    margin:0 !important;
  padding: 40px;
  background-color: #edf7ec;
}
footer .top-footer {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.top-footer a {font-size:16px !important;}
footer .socials ul {
  justify-content: center;
}
footer .socials li a {
  background-color: #7bd79a;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
footer .bottom-footer {
  margin-top: 40px;
  text-align: center;
}
/*footer end*/
/*right-socials*/
nav ul li a,nav ul li span {font-size:15px !important;}
.right-nav {
    z-index:9;
  background: #fff;
  border-radius: 4rem;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
  right: 0;
  opacity: 1;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  transition: all .3s ease;
  visibility: visible;
  width: 60px;
}

.right-nav:hover {
  box-shadow: 0 0 2rem -.2rem rgba(0,0,0,.1)
}

.right-nav.hide {
  opacity: 0;
  transform: translateX(200%);
  visibility: hidden
}

.right-nav-list,.right-nav-list li {
  align-items: center;
  display: flex;
  flex-flow: column
}

.right-nav-list li {
  margin-bottom: .5rem;
  position: relative;
  width: 100%
}

.right-nav-list li:not(:first-child):before {
  background: #d1d3d2;
  content: "";
  display: block;
  height: 1.5px;
  margin: 0 0 1.3rem;
  width: 1.5rem
}

.right-nav-list li a {
  align-items: center;
  display: flex;
  flex-flow: column
}

.right-nav-list li:hover .iconfont {
  filter: brightness(1.1);
  transform: scale(1.1);
  font-size:25px;
}

.right-nav-list li:hover .right_hide {
  opacity: 1;
  transform: translate(-100%,-50%);
  visibility: visible
}

.right-nav-list .iconfont {
    font-size:20px;
  display: block;
  margin-bottom: .3rem;
  transition: all .3s ease
}

.right-nav-list .btn-tit {
  color: #333;
  font-size: 11.5px;
  display:none;
  font-weight: 500;
  line-height: 1.6rem
}

.right_hide {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem -2px rgba(51,51,51,.15);
  color: #333;
  font-size: 14px;
  left: -10px;
  line-height: 16px;
  opacity: 0;
  padding: 12px 16px;
  position: absolute;
  top: 50%;
  transform: translate(-110%,-50%);
  transition: all .5s ease;
  visibility: hidden;
  white-space: nowrap
}

.right_hide:before {
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: calc(50% - 4px)
}

.right-close {
  align-items: center;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 2rem;
  bottom: 1rem;
  color: #ddd;
  cursor: pointer;
  display: block;
  display: flex;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  transition: all .3s ease;
  width: 3rem
}

.right-close:hover {
  background: #333;
  border-color: #333;
  transform: translate(-50%) rotate(180deg)
}

.right-open {
  align-items: center;
  bottom: 9rem;
  color: #ddd;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s ease;
  visibility: hidden;
  width: 3rem;
  z-index: 1000
}

.right-open .iconfont {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none
}

.right-open:hover {
  color: #333
}

.right-open.show {
  opacity: 1;
  visibility: visible
}
/*right-socials end*/

/*satisfy customers*/
/*product inner*/

.project-inner-title {
    font-size: 32px;
}

.projects-full-page-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    cursor:pointer;
}
.quote{margin-top:10px !important;}
.blog-square-border {
    width: 81%;
    height: 6px;
    /*border-top: 1px solid #e2e2e2;*/
    /*border-bottom: 1px solid #e2e2e2;*/
    border-block:1px solid #e2e2e2;
}
.project_swiper .swiper-slide {
    border-radius:10px;
    overflow: hidden;
}
.project_swiper .swiper-wrapper {
    padding: 10px;
}
.project_swiper .swiper-slide:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.projects-full-page-img {
    transition: .4s;
}
.projects-full-page-img:hover {
    transform: scale(1.1);
}
.project-mb {
    margin-bottom: 60px;
}

/*satisfy end*/

/*inside blog*/
.inside-pages .col-lg-7 img{width:100%;border-radius:10px;}
/*inside blog end*/
/*numbers*/

#numbers {
    padding: 3rem 0;
}

.adv_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*padding-top: 1rem;*/
    gap: 30px;
}
.adv_numbers{
    font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size:60px;
    border-bottom: 3px solid #DCDCDC;
    color:#004437;
    
}
.adv_text{padding-top:1.5rem;text-align: center;}
.adv_text p {
    font-size: 16px;
    color: #666;
}
/*numbers end*/