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

body {
  font-family: "Inter";
}

@font-face {
  font-family: "Karla";
  src: url("../fonts/KarlaMedium.eot");
  src: url("../fonts/KarlaMedium.eot") format("embedded-opentype"), url("../fonts/KarlaMedium.woff2") format("woff2"), url("../fonts/KarlaMedium.woff") format("woff"), url("../fonts/KarlaMedium.ttf") format("truetype"), url("../fonts/KarlaMedium.svg#KarlaMedium") format("svg");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18ptMedium.eot");
  src: url("../fonts/Inter_18ptMedium.eot") format("embedded-opentype"), url("../fonts/Inter_18ptMedium.woff2") format("woff2"), url("../fonts/Inter_18ptMedium.woff") format("woff"), url("../fonts/Inter_18ptMedium.ttf") format("truetype"), url("../fonts/Inter_18ptMedium.svg#Inter_18ptMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_28ptExtraBold.eot");
  src: url("../fonts/Inter_28ptExtraBold.eot") format("embedded-opentype"), url("../fonts/Inter_28ptExtraBold.woff2") format("woff2"), url("../fonts/Inter_28ptExtraBold.woff") format("woff"), url("../fonts/Inter_28ptExtraBold.ttf") format("truetype"), url("../fonts/Inter_28ptExtraBold.svg#Inter_28ptExtraBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "KarlaMedium";
  src: url("../fonts/KarlaMedium.eot");
  src: url("../fonts/KarlaMedium.eot") format("embedded-opentype"), url("../fonts/KarlaMedium.woff2") format("woff2"), url("../fonts/KarlaMedium.woff") format("woff"), url("../fonts/KarlaMedium.ttf") format("truetype"), url("../fonts/KarlaMedium.svg#KarlaMedium") format("svg");
}
.wrap-blog .blog-list .latest-categories .box-mn-cat img {
  -o-object-fit: inherit !important;
     object-fit: inherit !important;
}

.main-header {
  background: rgba(0, 0, 0, 0.6980392157);
  position: fixed;
  top: initial;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}
.main-header .click-nav {
  padding: 10px 35px;
}
@media only screen and (max-width: 1024px) {
  .main-header .click-nav {
    padding: 10px 15px;
  }
}
.main-header .click-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .click-nav ul > li {
  width: 50%;
}
.main-header .click-nav ul > li.menu-back-top {
  display: none;
}
.main-header .click-nav ul > li.menu-back-top.menu-back-top-open {
  display: inline-block;
}
.main-header .click-nav ul > li.menu-back-bottom {
  display: none;
}
.main-header .click-nav ul > li.menu-back-bottom.menu-back-bottom-open {
  display: block;
}
.main-header .click-nav ul > li.menu-open-main.menu-open-main-hide {
  display: none;
}
.main-header .click-nav .link-nav {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.main-header .click-nav .link-nav.menu-main .txt2 {
  display: none;
}
.main-header .click-nav .link-nav.menu-main.open-menu .txt1 {
  display: none;
}
.main-header .click-nav .link-nav.menu-main.open-menu .txt2 {
  display: block;
}
.main-header.highlight-header {
  background: #000000;
}

.home-banner {
  display: flex;
  flex-wrap: wrap;
}
.home-banner .media-frame {
  width: 50%;
}
.home-banner .media-frame video {
  height: 100vh;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .home-banner .media-frame video {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .media-frame {
    width: 100%;
  }
}

.home-ttl-sec {
  padding: 130px 60px 0 60px;
  background: #C30010;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-ttl-sec {
    padding: 60px 40px;
    padding-bottom: 0;
  }
}
.home-ttl-sec .ttl-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 60px;
  width: 100%;
}
.home-ttl-sec .ttl-img path {
  fill: #FFFFFF;
}
.home-ttl-sec h1 {
  font-size: 60px;
  color: #FFFFFF;
  font-family: "Karla";
  font-weight: 500;
  padding: 30px 120px;
  display: inline-block;
  border: 4px solid #FFFFFF;
  position: relative;
  top: 35px;
}
@media only screen and (max-width: 1024px) {
  .home-ttl-sec h1 {
    font-size: 40px;
    padding: 20px 20px;
    top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-ttl-sec h1 {
    font-size: 22px;
    padding: 20px 10px;
    border: 2px solid #FC3252;
  }
}

.stock-banner .w-100 {
  width: 100%;
}

.about-ek {
  background: #192F01;
  padding: 60px 0;
  position: relative;
}
.about-ek::before {
  content: "";
  width: 65%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 90px;
  background: #ffffff;
  display: block;
}
.about-ek .abt-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px 40px;
}
@media only screen and (max-width: 1024px) {
  .about-ek .abt-wrapper {
    padding: 0 25px;
  }
}
.about-ek .abt-wrapper .wrp-lft {
  display: flex;
  align-items: flex-end;
  font-family: "Inter";
  gap: 16px;
}
.about-ek .abt-wrapper .wrp-lft h4 {
  font-size: 30px;
  color: #FC3252;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about-ek .abt-wrapper .wrp-lft h4 {
    font-size: 20px;
  }
}
.about-ek .abt-wrapper .wrp-lft h3 {
  font-weight: 700;
  color: #0E5157;
  font-size: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .about-ek .abt-wrapper .wrp-lft h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.about-ek .abt-wrapper .wrp-rght {
  max-width: 720px;
  padding: 60px;
  padding-top: 80px;
  position: relative;
  padding-left: 0;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.about-ek .abt-wrapper .wrp-rght::before {
  content: "";
  width: 105%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 30px;
  background: #ffffff;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .about-ek .abt-wrapper .wrp-rght {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-ek .abt-wrapper .wrp-rght {
    padding: 30px;
    padding-left: 0;
    padding-top: 60px;
  }
}
.about-ek .abt-wrapper .wrp-rght p {
  font-size: 24px;
  line-height: 45px;
  font-family: "Istok Web", serif;
  margin: 0;
  color: #ffffff;
}
.about-ek .abt-wrapper .wrp-rght p strong {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .about-ek .abt-wrapper .wrp-rght p strong {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about-ek .abt-wrapper .wrp-rght p {
    font-size: 18px;
    line-height: 32px;
  }
}
.about-ek .abt-wrapper .wrp-rght span {
  position: absolute;
  width: 54px;
  height: 54px;
  display: block;
  bottom: -3px;
  left: -54px;
  border-bottom: 3px solid #ffffff;
}
.about-ek .abt-wrapper .wrp-rght span::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 28px;
  bottom: -27px;
  background: #ffffff;
  display: block;
}

.footer-main {
  height: 824px;
  max-height: 84vh;
  position: relative;
}
.footer-main.footer-for-open {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  max-height: 0;
}
.footer-main.footer-for-open.open-footer {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  max-height: 84vh;
}
.footer-main.footer-for-open.hide-footer {
  display: none;
}
.footer-main .footer-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 824px;
  max-height: 84vh;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  z-index: 9;
}
.footer-main .footer-inner .footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 824px;
  max-height: 84vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 44px;
  z-index: 10;
  background: #022E51;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}
.footer-main .footer-inner .footer-fixed .wrap-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  padding-bottom: 0;
  justify-content: space-between;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer {
    padding: 0;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .d-flex-wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  width: 54%;
  padding: 40px 0;
  padding-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .d-flex-wrap {
    padding: 30px 0;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1367px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .d-flex-wrap {
    padding: 30px 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .d-flex-wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    flex-wrap: wrap;
    gap: 40px;
    height: 52%;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .lft-img {
  width: 40%;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .lft-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .lft-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .lft-img {
    width: 100%;
    margin-bottom: 40px;
    height: 200px;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul > li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul > li {
    margin-bottom: 15px;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul > li a {
  font-size: 18px;
  font-family: "Inter";
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-bottom: 5px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul > li a:hover {
  background-size: 100% 2px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul > li a {
    font-size: 14px;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul.link2-menus {
  opacity: 0.9;
  margin-top: 0;
  margin-bottom: 100px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul.link2-menus > li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .quick-links > ul.link2-menus {
    margin-bottom: 0;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .quick-links .copy-right {
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #35AC80;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details {
  max-width: 260px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details .brand-logo {
  max-width: 100%;
  margin: 0 auto;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details > ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details > ul > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details > ul > li .cont-p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-decoration: none;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .footer-inner .footer-fixed .wrap-footer .address-info .brand-details > ul > li .cont-p {
    font-size: 14px;
  }
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect {
  margin-top: 50px;
  text-align: center;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect h4 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
  text-align: left;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect .links-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect p {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 17px;
  color: #35AC80;
  margin-top: 70px;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect p span {
  font-family: "Istok Web", serif;
  font-weight: 200;
}
.footer-main .footer-inner .footer-fixed .wrap-footer .address-info .social-connect p a {
  color: #35AC80;
  text-decoration: none;
}

.our-services {
  background: #F8EFEA;
  padding: 50px 26px;
}
.our-services h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #B74803;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .our-services h2 {
    padding-left: 0;
    font-size: 25px;
  }
}
.our-services .slider-services .slick-slide > a {
  width: 96%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: none;
}
.our-services .slider-services .slick-slide > a > img {
  width: 100%;
  height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services .slider-services .slick-slide > a h3 {
  font-size: 24px;
  font-family: "Inter";
  font-weight: 500;
  color: #B74803;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .our-services .slider-services .slick-slide > a h3 {
    font-size: 20px;
  }
}
.our-services .slider-services .slick-arrow {
  width: 24px;
  height: 48px;
}
.our-services .slider-services .slick-arrow::before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
}
.our-services .slider-services .slick-arrow.slick-next::before {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: contain;
}

.home-amc-client {
  padding: 100px 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-amc-client {
    padding: 50px 0;
  }
}
.home-amc-client .amc-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .home-amc-client .amc-wrapper {
    padding: 0 60px;
  }
}
.home-amc-client .amc-wrapper h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .home-amc-client .amc-wrapper h3 {
    font-size: 25px;
  }
}
.home-amc-client .amc-wrapper .amc-slider .slick-track {
  display: flex;
  align-items: center;
}
.home-amc-client .amc-wrapper .amc-slider .slick-slide {
  padding: 0 10px;
}
.home-amc-client .amc-wrapper .amc-slider .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
.home-amc-client .amc-wrapper .amc-slider .slick-arrow {
  width: 24px;
  height: 48px;
}
.home-amc-client .amc-wrapper .amc-slider .slick-arrow::before {
  content: "";
  width: 24px;
  height: 47px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
}
.home-amc-client .amc-wrapper .amc-slider .slick-arrow.slick-next::before {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: contain;
}

.our-founder {
  padding: 40px 0;
  padding-right: 20px;
  border-top: 10px solid #192F01;
  border-bottom: 10px solid #192F01;
  position: relative;
  background: #192F01;
}
.our-founder .wrap-founder {
  display: flex;
  flex-wrap: wrap;
  max-width: 1290px;
  position: relative;
  border-bottom: 2px solid #ffffff;
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder {
    margin-left: 20px;
  }
}
.our-founder .wrap-founder::before {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder::before {
    height: 100%;
  }
}
.our-founder .wrap-founder .img-person {
  width: 34%;
}
.our-founder .wrap-founder .img-person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder .img-person {
    width: 100%;
  }
}
.our-founder .wrap-founder .founder-cont {
  width: 66%;
  padding: 40px 90px;
  position: relative;
}
.our-founder .wrap-founder .founder-cont::before {
  content: "";
  width: 2px;
  height: 115%;
  position: absolute;
  left: 0;
  bottom: -7%;
  background: #ffffff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder .founder-cont::before {
    height: 100%;
    bottom: 0;
  }
}
.our-founder .wrap-founder .founder-cont h4 {
  font-size: 35px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder .founder-cont h4 {
    font-size: 25px;
  }
}
.our-founder .wrap-founder .founder-cont p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Istok Web", serif;
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder .founder-cont p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .our-founder .wrap-founder .founder-cont {
    width: 100%;
    padding: 40px 25px;
  }
}

.lets-connect {
  background: #800E13;
  padding: 0;
}
.lets-connect .connect-wrap {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .lets-connect .connect-wrap {
    flex-direction: column-reverse;
  }
}
.lets-connect .connect-wrap .cont-img {
  width: 47%;
}
.lets-connect .connect-wrap .cont-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .lets-connect .connect-wrap .cont-img {
    width: 100%;
  }
}
.lets-connect .connect-wrap .cont-img video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .lets-connect .connect-wrap .cont-img video {
    height: auto;
  }
}
.lets-connect .connect-wrap .connect-form {
  width: 49%;
  padding: 70px;
}
@media only screen and (max-width: 1024px) {
  .lets-connect .connect-wrap .connect-form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lets-connect .connect-wrap .connect-form {
    padding-bottom: 25px;
    padding: 30px;
  }
}
.lets-connect .connect-wrap .connect-form form h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .lets-connect .connect-wrap .connect-form form h3 {
    font-size: 25px;
  }
}
.lets-connect .connect-wrap .connect-form form > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lets-connect .connect-wrap .connect-form form > ul > li {
  margin-bottom: 50px;
}
.lets-connect .connect-wrap .connect-form form > ul > li .form-field {
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #ffffff;
  font-size: 18px;
  color: #ffffff;
  padding: 3px 0 20px 0;
  background: transparent;
}
.lets-connect .connect-wrap .connect-form form > ul > li .form-field::-moz-placeholder {
  color: #ffffff;
}
.lets-connect .connect-wrap .connect-form form > ul > li .form-field::placeholder {
  color: #ffffff;
}
.lets-connect .connect-wrap .connect-form form > ul > li .textarea {
  height: 120px;
}
.lets-connect .connect-wrap .connect-form form > ul > li .btn1 {
  font-size: 24px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 13px 40px;
  outline: none;
  background: transparent;
  font-family: "Istok Web", serif;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .lets-connect .connect-wrap .connect-form form > ul > li .btn1 {
    font-size: 16px;
    padding: 7px 30px;
  }
}
.lets-connect .connect-wrap .connect-form form > ul > li .btn2 {
  font-size: 24px;
  color: #000000;
  padding: 13px 50px;
  outline: none;
  background: #F8EFEA;
  background: #ffffff;
  font-family: "Istok Web", serif;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid #F8EFEA;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .lets-connect .connect-wrap .connect-form form > ul > li .btn2 {
    font-size: 16px;
    padding: 7px 30px;
  }
}

.cd-top {
  position: fixed;
  right: 7%;
  bottom: 78vh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.cd-top.active-top {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1024px) {
  .cd-top img {
    width: 40px;
  }
}

.body-scroll {
  position: relative;
}
.body-scroll::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
.body-scroll.hide-scroll::before {
  opacity: 1;
  visibility: visible;
}

#cust-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#cust-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#cust-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#cust-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-header-last .menu-back-bottom-open {
  display: none !important;
}

.portfolio-banner {
  position: relative;
}
.portfolio-banner .bnr-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 767px) {
  .portfolio-banner .bnr-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.portfolio-banner.knw-banner .inner-content {
  max-width: 780px;
  gap: 5%;
}
.portfolio-banner.knw-banner .inner-content p {
  margin: 40px 0;
}
.portfolio-banner.knw-details .inner-content {
  right: initial;
  left: 150px;
  font-size: 32px;
}
.portfolio-banner .inner-content {
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 4%;
}
.portfolio-banner .inner-content h1 {
    color: #ffffff;
    font-family: "Amiko", serif;
    font-size: 60px;
    font-weight: 700;
}
.portfolio-banner .inner-content p {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-family: "Amiko", serif;
    font-weight: 400;
}
.portfolio-banner .inner-content.heading-block p {
  color: #ffffff;
  font-family: "Amiko", serif;
  font-size: 60px;
  font-weight: 700;
}
.single-blog-container .blog-details h1 {
    font-size: 35px;
    color: #000000;
    font-family: "Istok Web", serif;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .portfolio-banner .inner-content.heading-block p {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .portfolio-banner .inner-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}
}

@media only screen and (max-width: 767px) {
  .portfolio-banner .inner-content p {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-banner .inner-content {
    display: block;
    right: 0;
    padding: 0 20px;
  }
}

.portfolio-categories {
  padding: 65px 0 100px 0;
}
.portfolio-categories .flex-wrap-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.portfolio-categories .flex-wrap-cat .lft-menus {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .portfolio-categories .flex-wrap-cat .lft-menus {
    width: 100%;
  }
}
.portfolio-categories .flex-wrap-cat .lft-menus .tabs-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-categories .flex-wrap-cat .lft-menus .tabs-links {
    display: flex;
    overflow: auto;
  }
}
.portfolio-categories .flex-wrap-cat .lft-menus .tabs-links .tab-link {
  display: block;
  padding: 12px 24px;
  font-size: 18px;
  color: #000000;
  font-family: "Istok Web", serif;
  text-decoration: none;
  border: 0;
  outline: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.portfolio-categories .flex-wrap-cat .lft-menus .tabs-links .tab-link.active {
  background: #B74803;
  background: #C30010;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .portfolio-categories .flex-wrap-cat .lft-menus .tabs-links .tab-link {
    white-space: nowrap;
  }
}
.portfolio-categories .flex-wrap-cat .lft-menus .tabs-links .tab-link.tb-all.active {
  position: relative;
}
.portfolio-categories .flex-wrap-cat .lft-menus .tabs-links .tab-link.tb-all.active::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 17px;
  display: block;
}
.portfolio-categories .flex-wrap-cat .portfolio-list {
  width: calc(100% - 300px);
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .portfolio-categories .flex-wrap-cat .portfolio-list {
    width: 100%;
    padding: 35px 0 0 0;
  }
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content {
  flex-wrap: wrap;
  gap: 40px 4%;
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item {
  width: 30.55%;
}
@media only screen and (max-width: 767px) {
  .portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item {
    width: 100%;
  }
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item h2, .portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item p {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 700;
  font-family: "Istok Web", serif;
  margin-bottom: 3px;
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item p {
  font-weight: 400;
}
.portfolio-categories .flex-wrap-cat .portfolio-list .tab-content .post-item a {
  display: block;
  text-decoration: none;
  border: 0;
  outline: none;
  font-family: "Istok Web", serif;
}

.service-banner1 {
  position: relative;
}
.service-banner1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3019607843);
}
.service-banner1 .bnr-img {
  min-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .bnr-img {
    height: 550px;
  }
}
.service-banner1 .service-banner1-img {
  height: 500px;
}
.service-banner1 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content {
    width: 95%;
    padding: 0 20px;
  }
}
.service-banner1 .content p {
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Istok Web", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-banner1 .content .small {
  font-size: 20px;
}
.service-banner1 .content.content2 {
  left: 180px;
  transform: translate(0, -50%);
  text-align: left;
  max-width: 460px;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content.content2 {
    left: 30px;
  }
}
.service-banner1 .content.content2 p {
  text-align: left;
}
.service-banner1 .content.content2 h4 {
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Istok Web", serif;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content.content2 h4 {
    font-size: 16px;
  }
}
.service-banner1 .content.content2 ul {
  padding-left: 15px;
  margin-bottom: 30px;
}
.service-banner1 .content.content2 ul li {
  font-size: 22px;
  color: #C9C9C9;
  font-weight: 400;
  font-family: "Istok Web", serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content.content2 ul li {
    font-size: 15px;
  }
}
.service-banner1 .content.content3 {
  left: initial;
  right: 180px;
}
@media only screen and (max-width: 767px) {
  .service-banner1 .content.content3 {
    right: 0;
  }
}

.contact-banner {
  position: relative;
}
.contact-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5019607843);
}
.contact-banner img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-banner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-banner video {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact-banner video {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-banner h1 {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFFFFF;
  font-family: "Istok Web", serif;
  font-weight: 600;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .contact-banner h1 {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 600;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0 40px;
  }
}

.wrap-blog {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .wrap-blog {
    width: 100%;
  }
}
.wrap-blog .blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list {
    padding: 40px 0;
  }
}
.wrap-blog .blog-list:first-child {
  display: none;
}
.wrap-blog .blog-list:last-child {
  border-bottom: 0;
}
.wrap-blog .blog-list .latest-categories h2 {
  width: 100%;
  font-size: 26px !important;
  font-family: "Istok Web", serif;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .latest-categories h2 {
    font-size: 18px !important;
    white-space: initial;
  }
}
.wrap-blog .blog-list .latest-categories {
  width: 100%;
}
.wrap-blog .blog-list .latest-categories h1.category-title {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .latest-categories {
    width: 100%;
  }
}
.wrap-blog .blog-list .latest-categories .box-mn-cat {
  position: relative;
}
.wrap-blog .blog-list .latest-categories .box-mn-cat img {
  width: 100%;
  height: auto;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 8/5;
  -o-object-position: center;
     object-position: center;
}
.wrap-blog .blog-list .latest-categories .box-mn-cat .abs-cont {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  color: #000;
  flex: 1;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .latest-categories .box-mn-cat .abs-cont {
    font-size: 20px;
    flex: initial;
    width: 100%;
  }
}
.wrap-blog .blog-list .latest-categories .box-mn-cat .abs-cont p {
  font-size: 18px;
  margin-top: 0.5rem;
}
.wrap-blog .blog-list .latest-categories .box-mn-cat a {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.wrap-blog .blog-list .latest-categories .box-mn-cat a .wra-ct-img {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .latest-categories .box-mn-cat a .wra-ct-img {
    flex: initial;
    width: 100%;
  }
}
.wrap-blog .blog-list .latest-categories .box-mn-cat a:hover {
  text-decoration: none;
}
.wrap-blog .blog-list .list-of-categories {
  width: 100%;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .list-of-categories {
    width: 100%;
  }
}
.wrap-blog .blog-list .list-of-categories .lst-itms {
  margin-bottom: 24px;
  text-decoration: none;
  width: 30.33%;
}
.wrap-blog .blog-list .list-of-categories .lst-itms img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 8/5;
}
.wrap-blog .blog-list .list-of-categories .lst-itms .rght-cont {
  padding-top: 20px;
  font-size: 18px;
  font-family: "Istok Web", serif;
  color: #000;
}
.wrap-blog .blog-list .list-of-categories .lst-itms .rght-cont b {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .list-of-categories .lst-itms .rght-cont {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-blog .blog-list .list-of-categories .lst-itms {
    width: 100%;
  }
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(245, 245, 245, 0.4078431373);
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #868686;
}

.single-blog-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.single-blog-container .single-blog-content {
  border-bottom: 1px solid #000000;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.single-blog-container .blog-feature-image {
  float: left;
  margin: 45px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-blog-container .blog-feature-image img {
  width: 455px;
  height: 532px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .single-blog-container .blog-feature-image img {
    width: 285px;
    height: 282px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-container .blog-feature-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-container .blog-feature-image {
    float: none;
    width: 100%;
  }
}
.single-blog-container .blog-details h2 {
  font-size: 35px;
  color: #000000;
  font-family: "Istok Web", serif;
  font-weight: 700;
}
.single-blog-container .blog-excerpt p {
  font-size: 26px;
  line-height: 28px;
  font-family: "Istok Web", serif;
}
.single-blog-container .blog-tags {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}
.single-blog-container .blog-tags a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  display: inline-block;
  padding: 3px 16px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.6);
  font-family: "Istok Web", serif;
  font-weight: 400;
}
.single-blog-container .blog-full-content p {
  font-size: 22px;
  font-family: "Istok Web", serif;
  color: #000;
  font-weight: 400;
}
.single-blog-container .related-blogs p {
  font-size: 24px;
  font-family: "Istok Web", serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}

.related-blog-list {
  width: 90vw;
}
.related-blog-list .slick-track {
  margin: initial;
}
.related-blog-list .related-blog-item {
  padding: 0 10px;
}
.related-blog-list .related-blog-item img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-blog-list .related-blog-details {
  margin-top: 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.related-blog-list .related-blog-details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}

.gallery-modal img {
  max-width: 90%;
  max-height: 90%;
  cursor: zoom-in;
}

.swiper {
  width: 90%;
  max-width: 800px;
  height: 70%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
}

.close-gallery {
  margin-top: 20px;
  background: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 4px;
}

.comming-soon {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comming-soon h2 {
  text-transform: capitalize;
  text-align: center;
}

.portfolio-categories-listing .blog-list {
  display: flex !important;
}

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
}
.categories-grid .category-card {
  width: 30.33%;
  position: relative;
}
.categories-grid .category-card .category-image {
  position: relative;
}
.categories-grid .category-card .category-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.categories-grid .category-card .category-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.categories-grid .category-card .category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #FFFFFF;
  font-size: 16px;
}
.categories-grid .category-card .category-title h2 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .categories-grid .category-card {
    width: 100%;
  }
}

.wrap-blog .ttl-cat {
  width: 100%;
  font-size: 26px;
  font-family: "Istok Web", serif;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}

p.post-date {
  font-size: 16px;
  margin-bottom: 5px;
}

.pt-0 {
  padding-top: 0 !important;
}/*# sourceMappingURL=style.css.map */