/* mixin */
/* base colors */
/* animate classes */
.delay-s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* general style */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #171717;
  background-color: #fff;
  font: 15px/20px 'Exo 2', 'PT Sans', sans-serif;
}

button, *[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button:focus, input:focus, textarea:focus, .btn:focus, .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

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

a, a:hover {
  color: #171717;
  text-decoration: none;
}

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

.owl-carousel .owl-stage-outer {
  margin-bottom: 0;
}

.title-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.title {
  margin: 0;
  font-size: 28px;
}

.desc {
  color: #6d7c90;
  font-size: 17px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.article-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 2.5%;
}

.grey-sec {
  background-color: #f5f5f5;
}

.custom-container {
    padding: 0 80px;
    width: 100%;
}

.animate__delay-05s{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.dropdown-menu[data-bs-popper] {
    top: calc(100% + 24px);
    padding: 0;
}

.dropdown-menu .dropdown-item {
    color: #212121;
    font-size: 14px;
    padding: 20px;
    display: block;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
    color: #fff;
    background: #eac02a;
}


/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .change-lang-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: 30px;
}

header .change-lang-wrap .lang-list {
  position: absolute;
  right: -30px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  z-index: 1;
  opacity: 0;
  display: flex;
  align-items: center;
}

header .change-lang-wrap .lang-list li {
    margin-left: 10px;
}

header .change-lang-wrap .lang-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    font-weight: bold;
    font-size: 11px;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

header .change-lang-wrap .lang-list li.active a,
header .change-lang-wrap .lang-list li:hover a {
    background-color: #fff;
}

header .change-lang-wrap .lang-list li a:hover {
    color: #171717;
}

header .change-lang-wrap .change-lang {
  margin-right: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  padding: 2px 0 2px 30px;
  border-left: 1px solid #a4a4a4;
}

header .change-lang-wrap .change-lang i,
header .right-side li i,
header .order-btn i {
  margin-right: 15px;
}

header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  font-size: 14px;
}

header .right-side li,
header .right-side li a {
    color: #fff;
}

header .right-side li a {
    transition: 0.3s;
}

header .right-side li a:hover {
    color: #eac02a;
}

header .right-side li:first-child {
    padding-right: 30px;
}

header .right-side li:last-child {
   border-left: 1px solid #a4a4a4; 
   padding-left: 30px;
}

header .navbar {
    position: relative;
    margin-top: 19px;
}

header .navbar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2;
    bottom: -20px;
    left: 0;
}

header #myMenu .navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

header #myMenu .navbar-nav .nav-item {
  position: relative;
  margin-right: 30px;
}

header #myMenu .navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

header #myMenu .navbar-nav .nav-item .nav-link:hover,
header #myMenu .navbar-nav .nav-item.active .nav-link {
  color: #eac02a;
}

header .order-btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

header .order-btn:hover {
    color: #eac02a;
}

header.sticky,
header.inside-header {
  position: fixed;
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
  padding: 10px 0;
}

header.sticky .navbar,
header.inside-header .navbar {
    margin-top: 9px;
}

header.sticky .navbar::after,
header.inside-header .navbar::after {
    content: none;
}

header.sticky #myMenu .navbar-nav .nav-item .nav-link,
header.inside-header #myMenu .navbar-nav .nav-item .nav-link,
header.sticky .change-lang-wrap .change-lang,
header.inside-header .change-lang-wrap .change-lang,
header.sticky .right-side li,
header.sticky .right-side li a,
header.inside-header .right-side li, 
header.inside-header .right-side li a,
header.sticky .order-btn,
header.inside-header .order-btn {
    color: #000;
}

header.sticky #myMenu .navbar-nav .nav-item .nav-link:hover,
header.inside-header #myMenu .navbar-nav .nav-item .nav-link:hover,
header.sticky #myMenu .navbar-nav .nav-item.active .nav-link,
header.inside-header #myMenu .navbar-nav .nav-item.active .nav-link,
header.sticky .right-side li a:hover,
header.inside-header .right-side li a:hover,
header.sticky .order-btn:hover,
header.inside-header .order-btn:hover {
    color: #eac02a;
}

header.sticky .change-lang-wrap .lang-list li a, 
header.inside-header .change-lang-wrap .lang-list li a {
   background-color: rgba(0, 0, 0, .8);
   color: #fff;
}

header.sticky .change-lang-wrap .lang-list li.active a, 
header.sticky .change-lang-wrap .lang-list li:hover a,
header.inside-header .change-lang-wrap .lang-list li.active a, 
header.inside-header .change-lang-wrap .lang-list li:hover a {
   background-color: #000;
}

header .menu-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 3px 0;
    margin-left: 30px;
}

header .menu-wrap .line-menu {
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 3px;
}

header .menu-wrap .line-menu:nth-child(3) {
    width: 50%;
    margin-left: auto;
}

header.sticky .menu-wrap .line-menu,
header.inside-header .menu-wrap .line-menu {
    background-color: #171717;
}

/* main section */
/*main {*/
/*    background: radial-gradient(96.92% 96.92% at 103.82% 87.19%, #212121 0, #464646 42.15%, #202020 100%);*/
/*}*/

/*main .carousel-item .img-box {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*main .carousel-item .img-wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 450px; */
/*}*/

/*main .carousel-item .circle-wrap {*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.photo-changed{*/
/*    width:550px;*/
/*}*/
/*main .carousel-item .circle {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-radius: 50%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #505050;*/
/*    transition-delay: .1s;*/
/*    transition: transform .8s;*/
/*}*/

/*main .carousel-inner .carousel-item {*/
/*    height: calc(100vh - 62px);*/
/*    min-height: 870px;*/
/*}*/

/*.item-overlay{*/
/*  background: -webkit-gradient(linear, left top, left bottom, from(#eac02a), to(transparent));*/
/*  position: absolute;*/
/*  -webkit-transition: all 0.5s ease-in-out;*/
/*  transition: all 0.5s ease-in-out;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  margin: auto;*/
/*  right: 0;*/
/*  height: calc(100% / 1.5);*/
/*}*/

/*main .carousel-inner .carousel-item > div:not(.item-overlay) {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

/*main .carousel-item img {*/
/*    position: relative;*/
/*    object-fit: contain; */
/*    max-width: 800px;*/
/*}*/

/*main .text-wrapper {*/
/*    height: 100%;*/
/*    color: white;*/
/*    max-width: 474px;*/
/*}*/

/*main .text-wrapper .title {*/
/*    font-weight: 600;*/
/*    font-size: 46px;*/
/*    line-height: 70px;*/
/*    margin-bottom: 0;*/
/*}*/
/*main .text-wrapper .title span.first{*/
/*    color:#00B9E4;*/
/*}*/
/*main .text-wrapper .title span.second{*/
/*    color:#ED2939;*/
/*}*/
/*main .text-wrapper .title span.third{*/
/*    color:#3F9C35;*/
/*}*/

/*main .text-wrapper p {*/
/*    font-size: 18px;*/
/*    color: rgba(255, 255, 255, 0.80);*/
/*    margin: 22px 0 0;*/
/*    line-height: 1.76;*/
/*    font-weight: 300;*/
/*}*/

/*main .text-wrapper .btn-wrap {*/
/*    margin-top: 80px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*main .text-wrapper .btn-wrap a{*/
/*    display: inline-block;*/
/*    box-shadow: 0 0 14px 0 rgb(116 189 33 / 36%);*/
/*    width: max-content;*/
/*    border-radius: 15px;*/
/*    font-size: 15px;*/
/*    color: white;*/
/*    min-width: 190px;*/
/*    text-align: center;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*main .text-wrapper .btn-wrap div a:hover{*/
/*    transform: translateY(-5px);*/
/*}*/

/*main .text-wrapper .btn-wrap div:first-child a {*/
/*    border: 2px solid #777;*/
/*    box-shadow: 0 0 14px 0 rgb(46 66 112 / 36%);*/
/*    background: #595959;*/
/*    margin-right: 35px;*/
/*    padding: 16px 40px;*/
/*}*/

/*main .text-wrapper .btn-wrap div:last-child a {*/
/*    background: #b38d07;*/
/*    border: 2px solid #b08d32;*/
/*    padding: 16px 30px;*/
/*}*/

/*main .text-wrapper .btn-wrap div:last-child:hover a {*/
/*    background: #eac02ac4;*/
/*}*/

/*main .text-wrapper div.more-btn:hover a {*/
/*    background: #303030;*/
/*}*/

/*main .carousel-control-next,*/
/*main .carousel-control-prev {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    background : #000;*/
/*    opacity: 1;*/
/*    margin: 0 12px;*/
/*    border-radius: 50%;*/
/*    transition: all 0.3s ease;*/
/*    opacity: 0.8;*/
/*    position: static;*/
/*}*/

/*main .carousel-control-prev {*/
/*    left: auto;*/
/*    right: 70px;*/
/*}*/

/*main .carousel-control-next {*/
/*    right: 0;*/
/*    margin-right: 0;*/
/*}*/

/*main .carousel-control-next-icon,*/
/*main .carousel-control-prev-icon {*/
/*    width: 25px;*/
/*    filter: invert(1);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*main .control-btn:hover {*/
/*    background-color: #e85258;*/
/*}*/

/*main .carousel-control-next-icon {*/
/*    background-image: url(../img/next.png);*/
/*}*/

/*main .carousel-control-prev-icon {*/
/*    background-image: url(../img/left.png);*/
/*}*/

/*main .control-container {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 15%;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

:root {
    --img-max-width: 700px;
}

main {
    background: radial-gradient(96.92% 96.92% at 103.82% 87.19%, #212121 0, #464646 42.15%, #202020 100%);
}
.h-carousel{
    padding:40px 0;
}
.h-carousel .h-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 3000px;
    padding: 0 80px;
}

.h-carousel .swiper-main .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    transition-timing-function: linear;
}

.h-carousel .swiper-main .swiper-slide:not(.swiper-slide-active) .swiper-img__holder { 
    visibility: hidden;
}

.h-carousel .swiper-main .swiper-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 70px;
    z-index:10000;
}

.h-carousel .swiper-main .swiper-controller__holder {
    width: 100%;
    height:0;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-end;
    z-index: 2;
    bottom: 30px;
    right: 0;
    left: 0;
}

.h-carousel .swiper-main .swiper-controller::after {
    content: '';
}

.h-carousel .swiper-main .button__holder {
    background-color: #000;
    border-radius: 50%;
    width: 55px !important;
    height: 55px !important;
    display: flex;
    justify-content: center;
    margin: 12px;
    cursor: pointer;
    align-items: center;
    transition: all 0.3s ease;
    opacity: .8;
}

.h-carousel .swiper-main .button__holder:hover {
    background-color: #e85258;
    opacity: .9;
}

.h-carousel .swiper-main .button__holder img {
    overflow: hidden;
    filter: invert(1);
    width: 25px;
    user-select: none;
}

.h-carousel .swiper-main .swiper-slide__holder {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 600px;
    height: 100vh;
}

.h-carousel .swiper-main .swiper-imgs {
    display: flex;
    align-items: center;
    position: relative;
}

.h-carousel .swiper-main .swiper-img__holder > div {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
}

.h-carousel .swiper-main .swiper-img__holder {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    right: 0;
    transform: translateX(47%);
}

.h-carousel .swiper-main .swiper-text__holder .title {
    font-weight: 600;
    font-size: 46px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 0;
}

.h-carousel .swiper-main .swiper-text__holder .sub-title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.80);
    margin: 22px 0 0;
    line-height: 1.76;
    font-weight: 300;
}

.h-carousel .swiper-main .swiper-slide .button-container {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.h-carousel .swiper-main .swiper-slide .button-container > div {
    transition: all 0.3s ease;
}

.h-carousel .swiper-main .swiper-slide .button-container a {
    border: 2px solid #777;
    box-shadow: 0 0 14px 0 rgb(46 66 112 / 36%);
    background-color: #595959;
    margin: 0 35px 20px 0;
    padding: 16px 40px;
    outline: none;
    display: inline-block;
    width: max-content;
    border-radius: 15px;
    font-size: 15px;
    color: white;
    min-width: 190px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.h-carousel .swiper-main .swiper-slide .button-container > div:last-child a {
    background: #b38d07;
    border: 2px solid #b08d32;
    padding: 16px 30px;
    box-shadow: 0 0 14px 0 rgb(116 189 33 / 36%);
}

.h-carousel .swiper-main .swiper-slide .button-container div:first-child:hover a {
    transform: translateY(-5px);
    background-color: #303030;
}

.h-carousel .swiper-main .swiper-slide .button-container div:last-child:hover a {
    transform: translateY(-5px);
    background-color: #eac02ac4;
}

.h-carousel .swiper-main .swiper-imgs img  {
    position: relative;
    object-fit: contain;
    aspect-ratio: 1/1;
    max-width: var(--img-max-width);
    width: var(--img-max-width);
    display: block;
}

/*! text animation ------------------------  */

.animation-textUp { animation-name: textUp; }
.animation-textDown { animation-name: textDown; }
.animation-buttonUp { animation-name: buttonUp; }
.animation-buttonDown { animation-name: buttonDown; }

.h-carousel .swiper-main .swiper-slide-active .swiper-text__holder {
    animation-name: textDown;
    animation-delay: .7s;
}

.animation-kit {
    animation-fill-mode: both;
    animation-duration: .5s;
}

.h-carousel .swiper-main .swiper-slide-prev .swiper-text__holder,
.h-carousel .swiper-main .swiper-slide-next .swiper-text__holder {
    animation-name: textUp;
}

.h-carousel .swiper-main .swiper-slide-active .button-container {
    animation-name: buttonUp;
    animation-delay: .6s;
}

.h-carousel .swiper-main .swiper-slide-prev .button-container,
.h-carousel .swiper-main .swiper-slide-next .button-container {
    animation-name: buttonDown;
}

@keyframes textUp {
    0% {    
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-80px);
    }
}

@keyframes textDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(70px);
    }
}

/*! text animation end -----------------------  */

/*! img animation  ------------------------------- */

.animation-kit__imgs {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animation-nextSlideToNext { animation-name: nextSlideToNext; }
.animation-nextNextToActive { animation-name: nextNextToActive; }
.animation-nextActiveToPrev { animation-name: nextActiveToPrev; }
.animation-prevAnimation { animation-name: prevAnimation; }
.animation-prevPrevToActive { animation-name: prevPrevToActive; }
.animation-prevtActiveToNext { animation-name: prevtActiveToNext; }
.animation-prevNextToSlide { animation-name: prevNextToSlide; }

/*? ireli getme animasiyalari  */
@keyframes nextSlideToNext {
    0% {
        filter: blur(12px);
        transform: translateX(calc(1* var(--img-max-width) /2)) scale(0.4);
    }

    100% {
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width) /2)) scale(0.4);
    }
}

@keyframes nextNextToActive {
    0% {
        filter: blur(12px);
        transform: translateX(calc(1* var(--img-max-width) /2)) scale(0.4);
    }

    100% {
        filter: blur(0);
        transform: translateX(0) scale(1);
    }
}

@keyframes nextActiveToPrev {
    0% {
        opacity: 1;
        transform: translateX(var(--img-max-width)) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(calc(-1*var(--img-max-width))) scale(4);
    }
}

/*? geriye getme animasiyalari  */

@keyframes prevAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes prevPrevToActive {
    0% {
        opacity: 0;
        transform: translateX(calc(-3*var(--img-max-width))) scale(4);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}


@keyframes prevtActiveToNext {
    0% {
        filter: blur(0);
        transform: translateX(calc(-1*var(--img-max-width))) scale(1);
    }

    100% {
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width)/2)) scale(0.4);
    }
}

@keyframes prevNextToSlide {
    0% {
        filter: blur(12px);
        transform: translateX(calc(-1* var(--img-max-width)*1.5)) scale(0.4);
    }

    100% {
        opacity: 0;
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width) / 2)) scale(0.4);
    }
}

/*! img animation end  -------------------------------  */

@media screen and (max-width: 1399.99px) {
    :root {
        --img-max-width: 620px;
    }
}

@media screen and (max-width: 1199.99px) {
    :root {
        --img-max-width: 500px;
    }
    .h-carousel .h-container {
        padding: 0 30px;
    }

    .h-carousel .swiper-main .swiper-text__holder .title {
        font-size: 40px;
    }

    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 990.99px) {
    :root {
        --img-max-width: 400px
    }

    .h-carousel .swiper-main .swiper-slide .button-container {
        margin-top: 40px;
    }

    .h-carousel .swiper-main .swiper-slide__holder {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        height: 850px;
        text-align: center;
        min-height: auto;
    }

    .h-carousel .swiper-main .swiper-slide__holder > div:first-child { order: 2;
    height:fit-content;
    }
    .h-carousel .swiper-main .swiper-slide__holder > div:last-child { order: 1;    align-items: flex-end; }

    .h-carousel .swiper-main .button-container {
        justify-content: center;
    }

    .h-carousel .swiper-main .swiper-text {
        justify-content: initial;
        padding-top: 0;
    }

    .h-carousel .swiper-main .swiper-img__holder {
        position: relative;
        left: 50%;
        transform: translateX(-37%);
    }
}

@media screen and (max-width: 767.99px) {
    :root {
        --img-max-width: 350px;
    }
    .h-carousel .swiper-main .swiper-text__holder .title {
        font-size: 32px;
        line-height: 1.2;
        margin: 8px 0;
    }
}

@media screen and (max-width: 575.99px) {
    :root {
        --img-max-width: 250px
    }
    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        margin: 0;
    }

    .h-carousel .swiper-main .swiper-slide .button-container a {
        padding: 12px 0 !important;
    }

    .h-carousel .h-container {
        padding: 0 15px;
    }

    .h-carousel .swiper-main .swiper-slide__holder {
        height: 800px;
    }
}

@media screen and (max-width: 450px) {
    :root {
        --img-max-width: 230px
    }
    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        font-size: 14px;
    }

    .h-carousel .swiper-main .swiper-slide .button-container {
        justify-content: center;
        flex-direction: column;
    }

    .h-carousel .swiper-main .swiper-slide .button-container a {
        margin: 0 0 20px 0;
    }

    .h-carousel .swiper-main .swiper-controller__holder { 
        justify-content: center;
    }
}



/* about section style */
 #about {
    background: url("../img/surgery.jpeg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0;
    color: #fff;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
}

 #about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.5);
}

#about .about-info {
    position: relative;
    z-index: 1;
    width: 100%;
}

#about .about-info h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#about .about-info article {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


/* best products */
.products-sec {
  padding: 60px 0;
}

.products-sec .custom-nav button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.products-sec .custom-nav button i {
  stroke: #171717;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.products-sec .custom-nav button:hover {
  background-color: #fff;
}

.products-sec:not(.grey-sec) .custom-nav button:hover {
  background-color: #f5f5f5;
}

.products-sec:not(.grey-sec) .product-box a .title-wrapper {
  border: 1px solid #f2f3f5;
  border-top: none;
}

.product-box .box-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 25px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*-ms-flex-align: center;*/
  /*-webkit-box-align: center;*/
  /*        align-items: center;*/
  justify-content: flex-end;
  z-index: 1;
}

.product-box .box-top .product-cat {
  color: #fff;
  display: block;
}

.product-box .box-top .heart {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.product-box .box-top .heart svg {
  width: 100%;
  height: 100%;
}

.product-box .box-top .heart svg path {
  fill: #ddd;
}

.product-box .box-top .heart.fav svg path {
  fill: #ff0426;
}

.product-box a {
  display: block;
  color: #171717;
}

.product-box a .img-wrap {
  /*height: 245px;*/
  height: fit-content;
  position: relative;
  border: 1px solid transparent;
}

.product-box a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: -1;
}

.product-box a .img-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: 7/5.36;
    /*-o-object-fit: cover;*/
    /*   object-fit: cover;*/
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box a .title-wrapper {
  background-color: #fff;
  padding: 25px;
  /*min-height: 220px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.product-box a .title-wrapper .title-wrap h5 {
  font-size: 24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*min-height: 58px;*/
  min-height: 60px;
}

.product-box a .title-wrapper .title-wrap .product-code {
  display: block;
  font-size: 15px;
  color: #b3bdc7;
  margin-top: 4px;
}

.product-box a .title-wrapper .box-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 18px 0 10px;
}

.has-stock {
  font-size: 15px;
  color: #27ae60;
  margin: 0;
}

.has-stock i {
  margin-right: 4px;
}

.product-box a .title-wrapper .box-bottom .more-btn {
  background-color: #f2f3f5;
  padding: 15px 28px;
  border-radius: 32px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-weight: 500;
}

.product-box:hover .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-box:hover .title-wrapper .box-bottom .more-btn {
  background-color: #6bdc8e;
  color: #fff;
}


/* category-list */
.category-list {
  padding: 70px 0;
}

.category-list .title {
    margin-bottom: 25px;
}

.cat-content .category-box-wrap {
    margin: 15px 0;
}

.category-box {
  display: block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
  will-change: transform;
  border: 1px solid #afbbc6;
}

.category-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.7);
}

.category-box > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    padding: 5px;
}

.category-list .category-box-wrap:not(:last-child) .category-box > span,
.cat-content .category-box > span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.category-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 192, 42, 0.2901960784);
}

.category-box:hover {
  transform: scale(1.04);
}

.category-box:hover img {
  filter: none;
}

.category-list .category-box-wrap:last-child .category-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-box .category-icon {
    background: url(../img/arrow.png) no-repeat;
    display: block;
    width: 27px;
    height: 15px;
    margin: 5px 0 0 auto;
    filter: invert(1);
}

.category-list .category-box-wrap:last-child .category-box::before {
  background: rgb(58, 52, 52);
}

.category-list .category-box-wrap:last-child .category-box:hover .category-icon {
    -webkit-animation: arrowhower 800ms linear infinite;
    animation: arrowhower 800ms linear infinite;
}

@keyframes arrowhower {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.category-list .category-box-wrap:not(:last-child):not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
}


/* projects */
#projects {
  padding: 50px 0;
  text-align: center;
}

#projects .title {
  margin-bottom: 25px;
}

#projects p {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  color: #909090;
}

#projects .projects-carousel-wrapper {
  position: relative;
}

#projects .projects-carousel-wrapper .owl-item:not(.center) {
  opacity: .2;
}

#projects .projects-carousel-wrapper .owl-item:not(.center) img {
    filter: grayscale(100);
}

#projects .projects-carousel-wrapper .custom-navs {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
}

#projects .projects-carousel-wrapper .custom-navs button {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #f0f2f5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#projects .projects-carousel-wrapper .custom-navs button.owl-prev {
  left: -13px;
}

#projects .projects-carousel-wrapper .custom-navs button.owl-next {
  right: -13px;
}

#projects .projects-carousel-wrapper .custom-navs button i {
  color: #323232;
  margin-top: 4px;
  font-size: 18px;
}

#projects .projects-carousel-wrapper .custom-navs button:hover {
  background-color: #6b6b6b;
}

#projects .projects-carousel-wrapper .custom-navs button:hover i {
  color: #fff;
}

#projects .all-projects {
  display: inline-block;
  margin: 40px auto 0;
  position: relative;
  color: #eac02a;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.1px;
  padding-right: 20px;
}

#projects .all-projects i {
  -webkit-transform: translateX(5px) translateY(1px);
  transform: translateX(5px) translateY(1px);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

#projects .all-projects:hover i {
  -webkit-transform: translateX(8px) translateY(1px);
  transform: translateX(8px) translateY(1px);
}

.project-box {
  border-radius: 12px;
  overflow: hidden;
}

.project-box a {
  display: block;
  height: 100%;
}

.project-box a .img-wrap {
  height: 415px;
  overflow: hidden;
}

.project-box a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  will-change: transform;
}

#projects .project-box a .project-info {
    background-color: #fff;
}

.project-box a .project-info {
  padding: 20px;
  background-color: #f2f4f6;
  text-align: left;
}

.project-box a .project-info .date {
  font-size: 14px;
  line-height: 16px;
  color: #909090;
}

.project-box a .project-info h6 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.142857px;
  color: #333333;
  margin-bottom: 0;
  margin-top: 10px;
}

.project-box a:hover .img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}


/* news section style */
#news {
    padding: 50px 0;
}

#news .title {
    margin-bottom: 25px;
}

.news-box {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f2f4f6;
    transition: all 0.3s ease;
    will-change: transform;
}

.news-box .img-wrap {
    height: 200px;
}

.news-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.news-box .news-title {
  padding: 20px;  
}

.news-box .news-title .date {
  font-size: 14px;
  line-height: 16px;
  color: #909090;
  display: block;
  margin-bottom: 10px;
}

.news-box h6 {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.news-box:hover {
    transform: translateY(-5px);
}


/* references section style */
#partners {
    padding: 50px 0;
}

#partners .title {
    margin-bottom: 25px;
}

#partners .partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
}

#partners .partners-wrapper .partner-wrap {
    width: calc(12.5% - 24px);
    margin: 12px;
}

#partners .partners-wrapper .partner-box {
     padding: 15px;
     margin: 15px 0;
     background-color: #fff;
     border: 1px solid #e6e6e6;
     height: 150px;
     border-radius: 4px;
     cursor: pointer;
     display: flex;
     align-items: center;
}

#partners .partners-wrapper .partner-box img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     max-height: 80px;
     filter: grayscale(100%);
     opacity: 0.3;
     transition: 300ms all ease;
}

#partners .partners-wrapper .partner-box:hover img {
     filter: none;
     opacity: 1;
}
/*apply question*/
#apply_section{
    background: #128c7e;
    padding: 30px 10px 66px;
}
#apply_section .apply_content{
    padding-bottom:30px;
}
#apply_section .apply_content h4{
    color: #fff;
    font-size: 44px;
    letter-spacing: -1px;
}
#apply_section .apply_content p{
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    margin:0;
}
.apply_form .row{
    row-gap:15px;
}
 .apply_input input{
    line-height: 1.9rem;
    border: none;
    outline: 0;
    padding: 15px 0 15px 20px;
    margin: 2px 0px;
    font-size: 16px !important;
    height: 55px;
    width: 100%;
    border-bottom: 1px solid #128c7e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 12%);
    color: grey !important;
    }
    .apply_button input{
     padding: 15px 0 15px 20px;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    line-height: 1.5;
    border: 1px solid #000000bd;
    background: #000;
    color: #fff !important;
    font-weight: 700;
    transition: 0.5s;
    margin-top: 0 !important;
    }
/*Done works*/
#satisfied-customers{
    padding:50px 0;
}
.satisfied-customers_carousel .item{
    position:relative;
}
.satisfied-customers_carousel .item::after{
    content: "";
    height: 110px;
    position: absolute;
    bottom: 0;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background: linear-gradient(360deg, #000, transparent);
    color: #fff;
}
#satisfied-customers .owl-nav button{
    width: 12%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background:transparent;
    border:none;
    margin:0;
    font-size: 30px;
    z-index: 1;
    height: 100%;
}
#satisfied-customers .owl-nav button:first-child::before{
    content: "";
    height: 95%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#00000067), to(transparent));
    background-image: linear-gradient(to right, #00000067, transparent);
    opacity: 0;
}
#satisfied-customers .owl-nav button:first-child {
    left: 0;
}
#satisfied-customers .owl-nav button:first-child i,
#satisfied-customers .owl-nav button:last-child i {
     font-size: 30px;
    color: #fff;
    opacity: 0.5;
    position: relative;
    z-index: 111;
}
#satisfied-customers .owl-nav button:last-child{
    right: 0;
}
#satisfied-customers .owl-nav button:last-child::before{
    background-image: -webkit-gradient(linear, right top, left top, from(#00000067), to(transparent));
    background-image: linear-gradient(to left, #00000067, transparent);
    content: "";
    height: 95%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
#satisfied-customers .owl-nav button:first-child:hover i,
#satisfied-customers .owl-nav button:first-child:hover::before,
#satisfied-customers .owl-nav button:last-child:hover i,
#satisfied-customers .owl-nav button:last-child:hover::before {
    opacity: 1;
}
.satisfied_customers_box .satisfied_customers_img img{
    height:400px;
    width:100%;
    object-fit:cover;
    transition:0.2s ease-in-out;
}
@media screen and (min-width:1400px){
   .satisfied_customers_box .satisfied_customers_img img{
       height:550px;
   }
}
.satisfied_customers_box .satisfied_customers_img  img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    transform: scale(1.03);
}
/* footer */
footer {
	border-top: 1px solid hsla(0,0%,76.9%,.6);
}

footer .section-top {
	background-color: #f4f4f4;
	padding: 60px 0;
}

footer .section-top .media-wrapper {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

footer .section-top .footer-brand {
	margin-bottom: 30px;
	display: block;
}

footer .social-media {
    margin-top: 32px;
}

footer .social-media li {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #afbbc6;
	transition: all .25s ease-in-out;
}

footer .social-media li:not(:last-child) {
	margin-right: 20px;
}

footer .social-media li a {
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
	height: 100%;
}

footer .social-media li i {
	color: #f4f4f4;
	font-size: 20px;
    position: relative;
    top: 1px;
}

footer .social-media li:nth-child(1):hover {
	background-color: #3b5998;
}

footer .social-media li:nth-child(2):hover {
	background-color: #e6683c;
}

footer .social-media li:nth-child(3):hover {
	background-color: #FF0000;
}

footer .section-top .footer-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

footer .section-top .footer-list li {
	padding-right: 8px;
}

footer .section-top .footer-list li:not(:last-child) {
	margin-bottom: 15px;
}

footer .section-top .footer-list li a {
	font-size: 16px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
}

footer .section-top .footer-list li.active a,
footer .section-top .footer-list li:hover a {
	color: #595959;
}

footer .section-top .info-box {
	padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
}

footer .section-top .contact-info-box {
	border: 1px solid #fff;
	background-color: #fff;
}

footer .section-top .order-info-box {
	border: 1px solid #d7dde3;
	background-color: transparent;
}

footer .section-top .info-box h6 {
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
}

footer .section-top .wp-info-box h6 {
	color: #a3cb42;
} 

footer .section-top .info-box .tel-link {
	font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	display: block;
}

footer .section-top .info-box span,
footer .section-top .info-box .email-link {
	display: block;
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

footer .custom-btn2 {
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
	padding: 15px 0;
	text-align: center;
	display: block;
	width: 100%;
}

footer .section-top .wp-info-box .wp-btn {
	background-color: #a3cb42;
	-webkit-box-shadow: 0 20px 30px -18px #a3cb42;
	-moz-box-shadow: 0 20px 30px -18px #a3cb42;
	-o-box-shadow: 0 20px 30px -18px #a3cb42;
	box-shadow: 0 20px 30px -18px #a3cb42;
}

footer .section-top .service-info-box {
    border: 1px solid #d7dde3;
    background-color: transparent;
}

footer .section-top .service-info-box h6 {
    color: #e3bb41;
}

footer .section-top .service-info-box .service-btn {
	background-color: #e3bb41;
	-webkit-box-shadow: 0 20px 30px -18px #e3bb41;
	-moz-box-shadow: 0 20px 30px -18px #e3bb41;
	-o-box-shadow: 0 20px 30px -18px #e3bb41;
	box-shadow: 0 20px 30px -18px #e3bb41;
}

footer .section-top .custom-btn2:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

footer .section-bottom {
    background-color: #111111;
    padding: 30px 0;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .section-bottom .footer-row {
    display: flex;
    flex-wrap: wrap;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
}


footer .section-bottom .footer-row .createby {
	margin-bottom: 0;
}

/*footer .section-bottom .footer-row .createby a {*/
/*	position: relative;*/
/*	color: #fff;*/
/*	margin-left: 5px;*/
/*}*/

/*footer .section-bottom .footer-row .createby a::after {*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    background-color: #fff;*/
/*    display: block;*/
/*    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*    -webkit-transform-origin: 0 50%;*/
/*    transform-origin: 0 50%;*/
/*    -webkit-transition-property: all;*/
/*    transition-property: all;*/
/*    -webkit-transition-duration: 0.5s;*/
/*    transition-duration: 0.5s;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

/*footer .section-bottom .footer-row .createby a:hover::after {*/
/*    width: 0;*/
/*}*/


/* form styles */
.custom-form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.custom-form input.effect {
    height: 50px;
}

.custom-form .effect:focus {
    border-color: #c0990dc4;
}

.custom-form .submit-btn {
    background-color: #c0990dc4;
    box-shadow: 0 0 14px 0 rgb(116 189 33 / 36%);
    color: #fff;
    border-radius: 15px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.custom-form .submit-btn:focus,
.custom-form .submit-btn:hover {
    background-color: #b38d07;
}


/* modal */
.modal {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #c0990dc4;
}

.modal-title {
   font-weight: 500;
}

.modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-body {
    padding: 0 40px 10px 40px;
}


/* breadcrumb */
.breadcrumb {
    padding: 18px 0;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    font-weight: 500;
}

.breadcrumb-list li i {
    padding: 0 15px;
    font-size: 12px;
}

.breadcrumb-list a {
    color: #a3a2a2;
}


/* inside pages */
.inside-pages {
    margin-top: 97px;
}

.inside-pages .title-wrap-page {
    background-color: #f2f3f5;
    padding: 44px 0;
    text-align: center;
    color: #c0990dc4;
}

.inside-pages .static-content {
    font-size: 16px;
}

.inside-pages .static-content .static-row {
    display: flex;
    flex-wrap: wrap;
}

.inside-pages .static-content img {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.inside-pages .static-row > img,
.inside-pages .static-row > a {
    width: calc(50% - 10px);
    margin-right: 5px;
}

.inside-pages .service-page .static-row div:not(.quote) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.inside-pages .service-page .static-row div:not(.quote) img,
.inside-pages .service-page .static-row div:not(.quote) a {
    width: calc(50% - 10px);
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(odd) > img,
.inside-pages .service-page .static-row div:not(.quote):nth-child(odd) > a {
    margin-right: 5px;
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(even) > img,
.inside-pages .service-page .static-row div:not(.quote):nth-child(even) > a {
    margin-left: 5px;
}

.inside-pages .static-content .quote {
    width: 50%;
    padding: 0 0 15px 30px;
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(even) .quote {
    padding: 0 30px 15px 0;
}

.inside-pages .static-content ul li {
    padding-left: 20px;
    margin: 10px 0;
}

.inside-pages .static-content ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('../img/check2.png') no-repeat;
    background-size: 16px;
    display: inline-block;
    margin: 0 7px -2px 0;
}

.inside-pages .content-all {
    padding: 42px 0 60px;
}

.inside-pages .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inside-pages .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
    height: 100%;
}

.inside-pages .contact-form-wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

.inside-pages .contact-info .contact-box-header {
    background: transparent;
    color: black;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.inside-pages .contact-info .mail {
    border-top: 1px solid #f0f0f0;
}

.inside-pages .contact-info ul {
    padding: 0px 30px;
}

.inside-pages .contact-info ul li {
    padding: 35px 0px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.inside-pages .contact-info ul li a:not(:nth-child(2)) {
    margin-left: 15px;
}

.inside-pages .contact-info ul li a {
    transition: 300ms all ease;
}

.inside-pages .contact-info ul li a:hover {
    color: #939da6;
}

.inside-pages .contact-info ul li i {
    display: block;
    margin-right: 15px;
    font-size: 20px;
    color: #939da6;
}

.inside-pages .contact-form {
    padding: 20px 30px 50px;
}

.inside-pages .contact-wrap .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
}

.inside-pages .contact-form-wrap.contact-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 6px solid black;
}

.inside-pages .contact-wrap .contact-form_wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-wrap .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

#map {
    height: 400px;
}

#map .ymaps-2-1-79-image {
    background-size: contain;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.cat-content .project-box {
    width: calc(50% - 50px);
    margin: 25px;
    padding: 0;
}

.cat-content .product-box {
    margin: 4px;
    width: calc(25% - 8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.full-content .zoom-box .viewer-box {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #bdbdbd;
}

.inside-pages .full-content .big-image {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.full-content .zoom-box {
    position: relative;
    margin-bottom: 15px;
}

.full-content .zoom-box .zoom-selector {
    position: absolute;
    display: none;
    cursor: pointer;
}

.full-content .zoom-box .viewer-box > img {
    position: absolute;
    object-fit: contain;
}

.full-content .bullets img {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    width: 50px;
    height: 50px !important;
    display: inline-block;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
    flex: none;
    object-fit: cover;
}

.full-content .bullets .active {
    border-color: #e85258;
}

.full-content .product-info-wrap {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 25px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    margin-top: 20px;
}

.full-content .product-info-wrap p {
    font-size: 12px;
    margin-bottom: 9px;
    color: #333;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.full-content .product-info-wrap a {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
}

.full-content .product-info-wrap a i {
    margin-right: 10px;
    color: #c0990dc4;
    position: relative;
}

.static-content .video-sec,
.static-content .photo-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px -5px 0;
}
.video-sec{
    gap:15px;
}
.static-content iframe {
    width: calc(50% - 35px);
    height: 400px;
    border-radius: 8px;
}

.static-content:not(.dif-project) {
    margin: 30px auto 0;
}

.dif-project .highslide,
.dif-project img {
    display: none;
}

.dif-project .video-sec iframe {
    margin: 0 5px;
}

.static-content .photo-sec div {
    margin: 5px;
}

.dif-project div:not(.video-sec) iframe {
    margin-right: 5px;
}

.static-content .photo-sec div {
    width: calc(25% - 10px);
    /*height: 200px;*/
    border-radius: 8px;
}

.static-content .photo-sec div img {
    height: 100%;
}




/* Responsive */

/*@media screen and (max-width: 1199.99px) {*/
/*    #main .carousel .carousel-inner .carousel-item .item-text h2 {*/
/*        font-size: 40px;*/
/*    }*/
    
/*    footer .section-top {*/
/*        padding: 44px 0 0;*/
/*    }*/
    
/*    footer .section-top h6 {*/
/*        margin-top: 16px;*/
/*    }*/
/*}*/


@media screen and (max-width: 1400px) {
    #partners .partners-wrapper .partner-wrap {
        width: calc(14.28% - 24px);
    }
    
    .cat-content .product-box {
        width: calc(33.33% - 8px);
    }
}


@media screen and (max-width: 1199.99px) {
    .custom-container {
        padding: 0 30px;
    }
    
    .category-box-wrap,
    .news-box-wrap {
        margin: 12px 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(16.66% - 24px);
    }
    
    footer .section-top .social-media-wrap .social-media li {
        margin-bottom: 10px;
    }
    
    footer .section-top .info-box .tel-link {
        font-size: 18px;
    }
    
    footer .section-top .footer-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    
    footer .section-top .info-box {
        padding: 22px 22px 24px;
    }
    
    footer .custom-btn2 {
        font-size: 16px;
    }
}


@media screen and (max-width: 1100px) {
    header #myMenu .navbar-nav .nav-item {
        margin-right: 16px;
    }
}


@media screen and (max-width: 991px) {
    header .right-side {
        display: none;
    }
    
    header #myMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9999999999;
        overflow-y: hidden;
    }
    
    header #myMenu .navbar-nav {
        width: 60%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: scroll;
          align-items: center;
          justify-content: center;
          padding: 90px 30px 40px 30px;
    }
    
    header #myMenu .close-m {
        padding: 26px 30px;
        text-align: right;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    header #myMenu .close-m i {
        font-size: 32px;
        cursor: pointer;
        color: #000;
    }
    
    header #myMenu .navbar-nav .nav-item {
        margin: 15px 0;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link {
        color: #000;
        text-shadow: none;
        font-size: 16px;
        text-align: center;
    }
    
    .dropdown-menu .dropdown-item {
        padding: 14px;
        text-align: center;
    }
    
    .inside-pages {
        margin-top: 109px;
    }
}


@media screen and (max-width: 990.99px) {
    main .carousel-item .circle-wrap {
        width: 300px;
        height: 300px;
    }
    
    main .carousel-item img {
        max-width: 400px;
    }
    
    main .text-wrapper .btn-wrap {
        margin-top: 40px;
    }
    
    main .text-wrapper .btn-wrap div:first-child a {
        margin: 0 20px 20px 0;
    }
    
    main .text-wrapper .title {
        font-size: 40px;
    }
    
    main .text-wrapper p {
        font-size: 16px;
    }
    
    #projects .projects-carousel-wrapper .custom-navs {
        left: 30px;
        width: calc(100% - 60px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #projects .projects-carousel-wrapper .custom-navs button {
        background-color: #c8c8c8;
    }
    
    .inside-pages .cat-content .project-box {
        width: calc(100% - 50px);
    }
    
    .inside-pages .contact-info .contact-box-header {
        padding-left: 0;
        margin: 0;
        font-size: 32px;
    }
    
    .inside-pages .contact-info ul {
        padding: 0;
    }
    
    .inside-pages .static-content .static-row {
        display: block;
    }
    
    .inside-pages .static-row > img,
    .inside-pages .static-row > a,
    .inside-pages .service-page .static-row div:not(.quote) img,
    .inside-pages .service-page .static-row div:not(.quote) a {
        width: 100%;
        margin: 0 !important;
    }
    
    .inside-pages .static-content .quote {
        width: 100%;
        padding: 30px 0 0;
    }
    
    .inside-pages .service-page .static-row div:not(.quote):nth-child(even) .quote {
        order: 2;
        padding: 30px 0 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(25% - 24px);
    }
    
    footer .section-top .footer-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    
    footer .section-top .info-box {
        margin-top: 30px;
    }
    
    .cat-content .product-box {
        width: calc(50% - 8px);
    }
    
    .static-content iframe {
        margin: 0;
        width: 100%;
    }
    
    .static-content .video-sec {
        margin: 30px 0 0;
    }
    
    .dif-project .video-sec iframe {
        margin: 10px 0 !important;
    }
    
    .static-content .photo-sec div {
        width: calc(33.33% - 10px);
    }
}


@media screen and (max-width: 767.99px) {
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
    
    /*main .carousel-inner .carousel-item {*/
    /*    height: 850px;*/
    /*} */
    
    main .carousel-item .circle-wrap {
        width: 250px;
        height: 250px;
    }
    
    main .carousel-item img {
        max-width: 300px;
    }
    
    main .carousel-inner .carousel-item {
        /*height: calc(100vh - 150px);*/
        height: 850px;
        min-height: auto;
    }
    
    main .carousel-item .img-box,
    main .text-wrapper .btn-wrap {
        justify-content: center;
    }
    
    main .text-wrapper {
        max-width: 100%;
        text-align: center;
    }
    
    main .carousel-item .img-wrapper {
        height: 320px;
    }
    
    main .control-container {
        height: 12%;
    }
    
    #projects .projects-carousel-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    
    #projects .projects-carousel-wrapper .custom-navs {
        left: -15px;
        width: calc(100% + 30px);
    }
    
    #projects .projects-carousel-wrapper .custom-navs button.owl-prev {
        left: 0;
    }
    
    #projects .projects-carousel-wrapper .custom-navs button.owl-next {
        right: 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(33.33% - 24px);
    }
    
    footer .section-top {
        padding: 30px 0;
    }
    
    footer .section-top .info-box {
        text-align: center;
    }
    
    footer .section-top .info-box h6 {
        min-height: auto;
    }
    
    footer .section-top .info-box .custom-btn2 {
        width: 50%;
        margin: 0 auto;
    }
    
    footer .social-media {
        margin-top: 20px;
    }
    
    .cat-content .product-box {
        width: calc(80% - 8px);
    }
    
    .full-content .zoom-box .viewer-box {
        display: none !important;
    }
    
    .full-content .bullets  {
        margin-bottom: 20px;
    }
    
    main .text-wrapper .title {
        font-size: 32px;
        line-height: 1.2;
        margin: 8px 0;
    }
    
    .static-content .photo-sec div {
        width: calc(50% - 10px);
    }
}


@media screen and (max-width: 575.99px) {
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-header {
        padding: 10px 40px;
        margin: 0 auto;
    }
    
    header .section-top > div {
        justify-content: space-between;
    }
    
    header #myMenu .navbar-nav {
        width: 90%;
        padding: 90px 15px 40px 15px;
    }
    
    .custom-container {
        padding: 0 15px;
    }
    
    header #myMenu .close-m {
        padding: 26px 15px;
    }
    
    header .change-lang-wrap {
        margin-left: 15px;
    }
    
    header .change-lang-wrap .change-lang {
        display: none;
    }
    
    header .change-lang-wrap .lang-list {
        position: static;
        opacity: 1 !important;
    }
    
    main .carousel-inner .carousel-item {
        height: 800px;
    }
    
    main .carousel-item .circle-wrap {
        width: 200px;
        height: 200px;
    }
    
    main .carousel-item img {
        max-width: 250px;
    }
    
    main .text-wrapper .btn-wrap div a {
        padding: 12px 0 !important;
    }
    
    main .text-wrapper p {
        margin: 0;
    }
    
    main .carousel-item .img-wrapper {
        height: auto;
    }
    
    #projects .projects-carousel-wrapper .custom-navs button {
        width: 50px;
        height: 50px;
    }
    
    footer .section-bottom .footer-row span,
    footer .section-bottom .footer-row p {
        width: 100%;
        text-align: center;
    }
    
    footer .section-bottom .footer-row p {
        margin-top: 10px;
    }
}


@media screen and (max-width: 500px) {
    .project-box a .img-wrap {
        height: 300px;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(50% - 24px);
    }
    
    .static-content iframe {
        height: 300px;
    }
    
    .static-content .photo-sec div {
        width: 100%;
    }
    .h-carousel{
        padding:50px 0;
    }
}


@media screen and (max-width: 450px) {
    .modal-header {
        padding: 10px 20px;
        margin: 0;
    }
    
    .modal-content .btn-close {
        right: 30px;
        top: 17px;
    }
    
    .category-box .img-wrap img {
        width: 50px;
    }
    
    .category-box .category-name h5 {
        font-size: 15px;
    }
    
    header #myMenu .navbar-nav {
        width: 100%;
    }
    
    main .text-wrapper .btn-wrap div a {
        width: 210px;
    }
    
    main .text-wrapper .btn-wrap div:first-child a {
        margin: 0 0 20px 0;
    }
    
    main .control-container {
        justify-content: center;
    }
    
    main .carousel-control-next, 
    main .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
    
    main .carousel-control-next {
        margin-right: 12px;
    }
    
    main .carousel-item img {
        max-width: 230px;
    }
    
    main .text-wrapper p {
        font-size: 14px;
    }
    
    footer .section-top .info-box .custom-btn2 {
        width: 100%;
    }
    
    .inside-pages .contact-info ul li {
        display: block;
    }
    
    .inside-pages .contact-info ul li i {
        margin: 0 0 10px;
    }
    
    .cat-content .product-box {
        width: calc(100% - 16px);
        margin: 8px;
    }
    .h-carousel .swiper-main .swiper-imgs img{
        height:220px;
    }
    .h-carousel .swiper-main .swiper-text__holder .title{
        margin:4px 0 8px 0;
        font-size:23px;
    }
    .h-carousel .swiper-main .swiper-slide .button-container{
        margin-top:30px;
    }
    .h-carousel .swiper-main .swiper-controller__holder{
        align-items:center;
    }
}
.footer-row span a{
    color: #007bff !important;
}
@media screen and (max-width:325px){
    .satisfied_customers_box .satisfied_customers_img img{
          height:300px;
        }
        .h-carousel{
        padding:40px 0;
    }
}