@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

img {
  display: block;
  width: 100%;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.s-py {
  padding-top: 100px;
  padding-bottom: 100px;
}

.s-pt {
  padding-top: 100px;
}

.s-pb {
  padding-bottom: 100px;
}

/* Typography CSS Start */
p {
  color: #595959;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 64px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Typography CSS End */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.header .top-price-bar iframe {
  width: calc(100% + 8px) !important;
  margin: 0 -4px;
}

.header.sticky {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.header-wrapper {
  background: #fff;
  padding: 19px 0;
  border-bottom: #ececec solid 1px;
}
.header-wrapper .container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header-logo {
  display: inline-block;
}
.header-wrapper .navbar {
  margin: 0;
  padding: 0;
}
.header-wrapper .navbar ul {
  margin: 0;
  padding: 0;
  font-size: 0px;
}
.header-wrapper .navbar ul li {
  display: inline-block;
  margin-left: 45px;
}
.header-wrapper .navbar ul li:first-child {
  margin-left: 0;
}
.header-wrapper .navbar ul li a {
  color: #595959;
  font-size: 16px;
  position: relative;
}
.header-wrapper .navbar ul li a:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #C79346;
  transition: all 0.5s ease-in-out;
}
.header-wrapper .navbar ul li a:hover {
  color: #C79346;
}
.header-wrapper .navbar ul li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-wrapper .navbar ul li.active a {
  color: #C79346;
}
.header-wrapper .navbar ul li.active a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  font-weight: 500;
  background: #C79346;
  color: #fff;
  border-radius: 8px;
}
.cta-btn:hover {
  background: #fff;
  color: #000;
}
.cta-btn svg {
  margin-left: 8px;
}

.cta-btn-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: #C79346 solid 1px;
  text-align: center;
  padding: 13px 32px;
  font-size: 16px;
  font-weight: 500;
  color: #C79346;
  border-radius: 8px;
}
.cta-btn-border:hover {
  background: #C79346;
  color: #fff;
}
.cta-btn-border svg {
  margin-left: 8px;
}

.hero-banner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 95px;
  position: relative;
  width: 100%;
  min-height: 800px;
  background-size: cover !important;
  background-position: center !important;
}
.hero-banner span {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.hero-banner h1 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.hero-banner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 588px;
  width: 100%;
  margin-bottom: 40px;
}

.hero-bg-pattern {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2.title span {
  color: #C79346;
}

.about-section .row {
  justify-content: space-between;
  align-items: center;
}
.about-section .row .content h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.about-section .row .content p {
  margin-bottom: 24px;
}
.about-section .row .content p:last-child {
  margin-bottom: 0;
}

.why-choose-section h2.title {
  margin-bottom: 56px;
}
.why-choose-section .choose_box {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  position: relative;
  padding: 40px;
  text-align: center;
  border: #E8E7E7 solid 1px;
  border-radius: 24px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.why-choose-section .choose_box span.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 40px;
  border: #C79346 solid 2px;
  border-radius: 100%;
}
.why-choose-section .choose_box span.icon img {
  width: auto;
  height: 40px;
}
.why-choose-section .choose_box h3 {
  width: 100%;
  margin-bottom: 16px;
}
.why-choose-section .choose_box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
.why-choose-section .choose_box:hover:after {
  bottom: -9px;
}
.why-choose-section .choose_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: calc(100% - 60px);
  background: #C79346;
  height: 13px;
  border-radius: 0 0 12px 12px;
  transition: all 0.5s ease-in-out;
}

.why-jsk-section {
  background: #F9F9F9;
}
.why-jsk-section .row {
  justify-content: space-between;
  align-items: center;
}
.why-jsk-section .row .content > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.why-jsk-section .row .content h2 {
  margin-bottom: 48px;
}
.why-jsk-section .row .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-jsk-section .row .content ul li {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  border-bottom: #E8E7E7 solid 1px;
  padding: 32px 0;
}
.why-jsk-section .row .content ul li .description {
  width: calc(100% - 40px);
}
.why-jsk-section .row .content ul li .description h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.why-jsk-section .row .content ul li:first-child {
  padding-top: 0;
}
.why-jsk-section .row .content ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.diamonds-section .content {
  max-width: 510px;
  width: 100%;
  padding-left: 56px;
}
.diamonds-section .content h3 {
  font-size: 18px;
  margin-bottom: 18px;
}

.our-services {
  position: relative;
}
.our-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: #F9F9F9;
  z-index: -1;
}
.our-services .content {
  max-width: 515px;
  width: 100%;
}
.our-services .content h2 {
  margin-bottom: 18px;
}
.our-services .service-boxes {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
.our-services .service-boxes .s-box {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  width: calc(25% - 15px);
  min-height: 380px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
.our-services .service-boxes .s-box h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
.our-services .service-boxes .s-box span.overly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 24px 24px;
  z-index: 0;
}

.latest-news .content {
  max-width: 390px;
  width: 100%;
}
.latest-news .content h2.title {
  margin-bottom: 18px;
}
.latest-news .news-wrapper {
  margin-top: 56px;
}
.latest-news .news-box {
  background: #fff;
  border: #E8E7E7 solid 1px;
  border-radius: 24px;
  overflow: hidden;
}
.latest-news .news-box img {
  height: 240px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-news .news-box .content {
  max-width: 390px;
  width: 100%;
  padding: 32px 24px;
}
.latest-news .news-box .content > span {
  color: #595959;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
.latest-news .news-box .content h3 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 28px;
}
.latest-news .news-box .content p {
  margin-bottom: 16px;
}
.latest-news .news-box .content .link {
  color: #C79346;
}
.latest-news .news-box .content .link svg {
  margin-left: 4px;
  transition: all 0.5s ease-in-out;
}
.latest-news .news-box .content .link:hover svg {
  margin-left: 8px;
}

.footer {
  font-size: 15px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: url(../images/footer-bg.png) no-repeat center top;
  width: 120%;
  height: 100%;
  background-size: cover;
  animation: action 15s infinite alternate;
}
@keyframes action {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-5%);
  }
}
.footer .footer-logo {
  max-width: 240px;
  width: 100%;
  margin-bottom: 16px;
}
.footer .footer-top {
  margin-bottom: 64px;
}
.footer .footer-top .footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.footer .footer-top p {
  color: rgba(255, 255, 255, 0.5);
}
.footer .divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 64px;
}
.footer .f-col h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.footer .f-col p {
  color: rgba(255, 255, 255, 0.5);
}
.footer .f-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 32px;
}
.footer .f-col ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .f-col ul li a:hover {
  color: #fff;
}
.footer .f-col address {
  background: url(../images/location.svg) no-repeat left 3px;
  margin-bottom: 16px;
  padding-left: 24px;
  line-height: 22px;
}
.footer .f-col .email {
  color: rgba(255, 255, 255, 0.5);
  background: url(../images/email.svg) no-repeat left 3px;
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 24px;
}
.footer .f-col .email:hover {
  color: #fff;
}
.footer .f-col .phone {
  color: rgba(255, 255, 255, 0.5);
  background: url(../images/phone.svg) no-repeat left;
  padding-left: 24px;
}
.footer .f-col .phone:hover {
  color: #fff;
}
.footer .f-col .news-letter input[type=email] {
  width: 100%;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: rgba(255, 255, 255, 0.1) solid 1px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .f-col .news-letter input:focus {
  outline: 0;
  box-shadow: none;
}
.footer .f-col .news-letter .cta-btn {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 18px;
  border: 0;
  transition: all 0.5s ease-in-out;
}
.footer .copyright {
  margin-top: 64px;
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 40px 0;
  text-align: center;
}

.social {
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  list-style: none;
}
.social li {
  margin: 0 4px;
}
.social li a {
  border: rgba(255, 255, 255, 0.3) solid 1px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
}
.social li a:hover {
  border: #fff solid 1px;
  color: #fff;
}

.sub-banner {
  min-height: 350px;
  background-position: right center !important;
}
.sub-banner .content p:last-child {
  margin-bottom: 0;
}

.gap-bottom-56 {
  margin-bottom: 56px;
}

.our-vision .divider {
  background: #E8E7E7;
  height: 1px;
  margin-bottom: 100px;
}
.our-vision .medium-title {
  font-size: 18px;
}
.our-vision .vision-box {
  border: #E8E7E7 solid 1px;
  padding: 32px;
  border-radius: 24px;
}
.our-vision .vision-box h3 {
  font-size: 17px;
  margin-bottom: 16px;
}

.our-people {
  background-size: cover !important;
  min-height: 650px;
}
.our-people .content > span {
  color: #fff;
  margin-bottom: 16px;
  display: block;
}
.our-people .content h2 {
  color: #fff;
}
.our-people .content p {
  color: #fff;
}

.why-choose-about .why-box {
  border: #E8E7E7 solid 1px;
  padding: 40px 32px;
  border-radius: 24px;
  display: flex;
  flex-flow: wrap;
}
.why-choose-about .why-box .icon {
  width: 57px;
}
.why-choose-about .why-box .content {
  max-width: calc(100% - 57px);
  padding-left: 24px;
}
.why-choose-about .why-box .content h3 {
  margin-bottom: 16px;
}

.service-section .content h2 {
  margin-bottom: 16px;
}
.service-section .content h3 {
  font-size: 18px;
}
.service-section .img-block img {
  border-radius: 24px;
  border: #d9d9d9 solid 1px;
}
.service-section .service-wrapper {
  background: #F9F9F9;
}

.services-detail-section .service-point {
  background: #F9F9F9;
  padding: 32px;
  border: #E8E7E7 solid 1px;
  border-radius: 24px;
}
.services-detail-section .service-point .list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-detail-section .service-point .list-style li {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: #d9d9d9 solid 1px;
  font-weight: 600;
}
.services-detail-section .service-point .list-style li span {
  font-weight: 400;
}
.services-detail-section .service-point .list-style li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-details h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 56px;
}
.contact-details .contact-box {
  text-align: center;
  max-width: 33.3333%;
  width: 100%;
}
.contact-details .contact-box .icon {
  width: 88px;
  height: 88px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  align-items: center;
  margin: 0 auto 24px auto;
  border: #C79346 solid 1px;
  border-radius: 100%;
  color: #C79346;
}
.contact-details .contact-box h3 {
  width: 100%;
  margin-bottom: 16px;
}
.contact-details .contact-box .social li a {
  border: rgba(0, 0, 0, 0.3) solid 1px;
  color: rgba(0, 0, 0, 0.3);
}
.contact-details .contact-box .social li a:hover {
  border: rgb(0, 0, 0) solid 1px;
  color: rgb(0, 0, 0);
}
.contact-details .contact-box .email {
  margin-bottom: 8px;
  display: block;
}
.contact-details .contact-box .email,
.contact-details .contact-box .phone {
  color: #595959;
}
.contact-details .contact-box .email:hover,
.contact-details .contact-box .phone:hover {
  color: #C79346;
}

.contact-form {
  background: #F9F9F9;
  border: #E8E7E7 solid 1px;
  padding: 32px 56px 56px 56px;
  border-radius: 24px;
}
.contact-form form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.contact-form .form-group {
  max-width: calc(50% - 12px);
  width: 100%;
  margin-top: 24px;
}
.contact-form .form-group label {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-form .form-group input[type=text], .contact-form .form-group input[type=email], .contact-form .form-group textarea {
  border: #E8E7E7 solid 1px;
  background: #fff;
  width: 100%;
  resize: none;
  color: #5b5b5b;
  padding: 15px 20px;
  border-radius: 8px;
}
.contact-form .form-group input[type=text]:focus-visible, .contact-form .form-group input[type=email]:focus-visible, .contact-form .form-group textarea:focus-visible {
  outline: 0;
}
.contact-form .form-group textarea {
  height: 120px;
}
.contact-form .form-group.message-box {
  max-width: 100%;
}
.contact-form button.cta-btn {
  margin-top: 24px;
  border: 0;
  transition: all 0.5s ease-in-out;
}
.contact-form button.cta-btn:hover {
  background: #000;
  color: #fff;
}

.news-sub-wrapper {
  margin-top: 170px;
  margin-bottom: 80px;
}
.news-sub-wrapper .container {
  max-width: 980px;
  width: 100%;
}
.news-sub-wrapper span.date {
  color: #595959;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
.news-sub-wrapper .back-link {
  color: #595959;
  display: inline-block;
  margin-bottom: 24px;
}
.news-sub-wrapper img {
  border-radius: 24px;
  margin-bottom: 24px;
}

.latest-news .news-wrapper .row {
  margin-top: -24px;
}
.latest-news .news-wrapper .row [class*=col-] {
  margin-top: 24px;
}

.news-page .news-wrapper {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .s-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-pt {
    padding-top: 80px;
  }
  .s-pb {
    padding-bottom: 80px;
  }
  h1 {
    font-size: 48px !important;
    line-height: 56px;
  }
  h2 {
    font-size: 36px;
  }
  .hero-banner {
    min-height: 650px;
  }
  .sub-banner {
    min-height: 350px;
  }
  .footer {
    padding-top: 64px;
  }
  .our-vision .divider {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .s-py {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .s-pt {
    padding-top: 56px;
  }
  .s-pb {
    padding-bottom: 56px;
  }
  .header-wrapper .header-logo {
    width: 210px;
  }
  .header-wrapper .navbar ul li {
    margin-left: 24px;
  }
  .hero-banner {
    min-height: 550px;
    margin-top: 82px;
  }
  .sub-banner {
    min-height: 280px;
  }
  .why-choose-section h2.title {
    margin-bottom: 32px;
  }
  .why-choose-section .choose_box {
    padding: 24px;
  }
  .why-jsk-section .row .content h2 {
    margin-bottom: 32px;
  }
  .why-jsk-section .row .content ul li {
    padding: 18px 0;
  }
  .diamonds-section .content {
    position: relative;
    max-width: 445px;
    padding-left: 0;
  }
  .our-services .service-boxes {
    margin-top: 32px;
  }
  .our-services .service-boxes .s-box {
    width: calc(50% - 12px);
    min-height: 320px;
  }
  .our-services .service-boxes .s-box:nth-child(3),
  .our-services .service-boxes .s-box:nth-child(4) {
    margin-top: 24px;
  }
  .latest-news .news-wrapper {
    margin-top: 32px;
  }
  .news-page .news-wrapper {
    margin-top: 0;
  }
  .news-sub-wrapper {
    margin-top: 130px;
  }
  .latest-news .news-box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .latest-news .news-box img {
    max-width: 50%;
    align-self: flex-start;
    transform: scale(1.4) translateY(14%) translateX(-14.5%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .latest-news .news-box .content {
    max-width: 50%;
  }
  .our-vision .divider {
    margin-bottom: 56px;
  }
  .about-section .row .content h3 br {
    display: none;
  }
  .our-people {
    min-height: 450px;
  }
  .contact-form {
    padding: 8px 32px 32px 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h2.title br {
    display: none;
  }
  .hamburger-menu {
    width: 30px;
    height: 30px;
  }
  .hamburger-menu span,
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    background: #000;
    width: 30px;
    height: 1.5px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.15s linear;
  }
  .hamburger-menu span:before,
  .hamburger-menu span:after {
    content: "";
    position: absolute;
  }
  .hamburger-menu span:before {
    transform: translateY(-7px);
  }
  .hamburger-menu span:after {
    transform: translateY(7px);
  }
  .hamburger-menu.open span {
    background: transparent;
  }
  .hamburger-menu.open span:before {
    transform: rotate(45deg);
  }
  .hamburger-menu.open span:after {
    transform: rotate(-45deg);
  }
  .header-wrapper .navbar {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 24px 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 10px 30px;
  }
  .header-wrapper .navbar ul li {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .header-wrapper .navbar ul li:last-child {
    margin-bottom: 0;
  }
  .header-wrapper .navbar ul li a {
    font-size: 18px;
  }
  .header-wrapper .navbar ul li a:after {
    background: #C79346;
  }
  .about-section .row .content p {
    margin-bottom: 24px;
  }
  .why-choose-section .choose_box span.icon {
    width: 72px;
    height: 72px;
  }
  .why-jsk-section .row .content > span {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .latest-news .news-wrapper .row {
    margin-top: -24px;
  }
  .latest-news .news-wrapper .row [class*=col-] {
    margin-top: 24px;
  }
  .latest-news .d-flex .content {
    margin-bottom: 16px;
  }
  .latest-news .content {
    max-width: 100%;
  }
  .latest-news .news-box img {
    transform: none;
    max-width: 100%;
    height: 340px;
  }
  .latest-news .news-box .content {
    max-width: 100%;
  }
  .latest-news .news-box .content > span {
    margin-bottom: 8px;
  }
  .latest-news .news-box .content h3 {
    margin-bottom: 8px;
  }
  .latest-news .news-box .content p {
    margin-bottom: 16px;
  }
  .diamonds-section img {
    margin-top: 24px;
  }
  .diamonds-section .content {
    max-width: 100%;
    margin-top: 24px;
  }
  .services-detail-section .service-point {
    padding: 24px;
  }
  .our-services .content {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .our-services .service-boxes .s-box {
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .our-services .service-boxes .s-box:last-child {
    margin-bottom: 0;
  }
  .our-services .service-boxes .s-box:nth-child(3),
  .our-services .service-boxes .s-box:nth-child(4) {
    margin-top: 0;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-top {
    margin-bottom: 32px;
  }
  .footer .footer-top .social {
    justify-content: flex-start;
  }
  .footer .divider {
    margin-bottom: 32px;
  }
  .footer .copyright {
    margin-top: 32px;
    padding: 24px 0;
  }
  .gap-bottom-56 {
    margin-bottom: 32px;
  }
  .contact-details .contact-box {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .contact-details .contact-box:last-child {
    margin-bottom: 0;
  }
  .contact-details .contact-box .social {
    margin-bottom: 0;
  }
  .news-sub-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px !important;
    line-height: 40px;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 18px;
  }
  .cta-btn-border,
  .cta-btn {
    padding: 12px 24px;
    width: 100%;
  }
  .hero-bg-pattern {
    width: 30%;
  }
  .hero-banner {
    min-height: auto;
    padding: 40px 0;
  }
  .latest-news .news-wrapper .news-box img {
    height: 240px;
  }
  .latest-news .news-wrapper .news-box .content {
    padding: 24px;
  }
  .footer .news-letter .cta-btn {
    width: 100%;
    justify-content: center;
  }
  .footer .footer-top p br {
    display: none;
  }
  .why-choose-about .why-box {
    padding: 24px;
  }
  .contact-details h2 {
    margin-bottom: 32px;
    font-size: 18px !important;
  }
  .contact-details h2 br {
    display: none;
  }
  .contact-details .contact-box .icon {
    width: 72px;
    height: 72px;
  }
  .contact-details .contact-box .icon svg {
    width: 32px;
    height: 32px;
  }
  .contact-form .form-group {
    max-width: 100%;
  }
  .contact-form .form-group input[type=text], .contact-form .form-group input[type=email], .contact-form .form-group textarea {
    padding: 11px 20px;
  }
  .our-services .service-boxes .s-box {
    min-height: 280px;
  }
}
@media (max-width: 440px) {
  .latest-news .news-wrapper .news-box img {
    height: 180px;
  }
  .services-detail-section .service-point {
    padding: 20px;
  }
  .services-detail-section .service-point li span {
    width: 100%;
    margin-top: 2px;
  }
}/*# sourceMappingURL=style.css.map */