/**
Theme Name: Astra-Child
Author: Colab Developer
Author URI: https://colablosangeles.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url("../astra/style.css");

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Manrope', sans-serif;
}

body {
	background: #161D27 !important;
}

html, body {
    overflow-x: hidden;
}

.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 1600px !important;
}

.ast-site-title-wrap {
    display: none;
}

div#ast-scroll-top {
    background: #D1B06B;
}

.site-content .ast-container {
    display: block;
    max-width: 100% !important;
	padding: 0;
}

.site-above-header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topbar-details {
    display: flex;
    gap: 50px;
}

.topbar-details a {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: unset;
}

.main-header-bar-navigation {
    padding-left: 40px;
}

.main-header-bar-navigation ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #161D27 !important;
    padding-right: 40px !important;
}

.main-header-bar-navigation ul li ul.sub-menu {
    top: 20px;
}

header .slide-search .ast-icon svg:not([fill]) {
    fill: #161D27;
    width: 19px;
    height: 19px;
}

.ast-desktop .ast-header-search .slide-search .search-form {
    border-color: #d1b06b;
}

header .ast-custom-button {
    background: #D1B06B;
    border-radius: 32px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #161D27;
    position: relative;
    padding-right: 40px !important;
}

a.yellow-btn {
    background: #D1B06B;
    border-radius: 32px;
    padding: 13px 37px 13px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1C1D20;
    text-decoration: unset;
}

a.yellow-btn img {
    padding-left: 7px;
}

header .ast-custom-button:hover, a.yellow-btn:hover {
    background-color: #e9c06b;
	color: #161D27;
}

header a.ast-custom-button-link {
    text-decoration: unset;
}

header .ast-custom-button:after {
    content: "";
    background: url(/wp-content/uploads/2026/06/Vector.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 25px;
    width: 11px;
    height: 11px;
}

section.section-1 .container-fluid {
    padding: 0;
}

section.section-1 .row {
    align-items: center;
}

section.section-1 .row .col-md-6:first-child img {
    width:100%;
}

section.section-1 .row .col-md-6:last-child {
    position: relative;
    padding: 0px 10% 0px 80px;
}

section.section-1 h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #D1B06B;
}

section.section-1 h1 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 94px;
    line-height: 98px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 20px;
	z-index: 1;
    position: relative;
}

section.section-1 p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
	margin-bottom: 50px;
	position: relative;
}

section.section-1 h1:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/06/Group211.webp);
    position: absolute;
    top: -10.5rem;
    left: 25rem;
    width: 255px;
    height: 255px;
    background-size: contain;
    background-repeat: no-repeat;
}

section.section-1 p:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/06/Group211.webp);
    position: absolute;
    bottom: -16.5rem;
    left: 25rem;
    width: 255px;
    height: 255px;
    background-size: contain;
    background-repeat: no-repeat;
}

.headline-marquee {
  width: 100%;
  overflow: hidden;
  background: #D1B06B;
  padding: 20px 0;
  white-space: nowrap;
}

.headline-marquee-track {
  display: flex;
  width: max-content;
  animation: headlineMarquee 35s linear infinite;
  will-change: transform;
}

.headline-marquee-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.headline-marquee-content span {
  color: #000;
  padding: 0 16px;
  white-space: nowrap;
  line-height: 44px;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -2%;
}

@keyframes headlineMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

section.section-2 {
    padding: 100px 0px;
}

h3.icon-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

h3.icon-heading img {
    margin-right: 2px;
}

section.section-2 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

section.section-2 .col-md-4 > img {
    width: 100%;
}

section.section-2 .detail-box {
    border-radius: 10px;
    background: #1F2732;
    padding: 25px;
}

section.section-2 .detail-box:hover {
    background: #D1B06B;
}

section.section-2 .detail-box .title-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.section-2 .detail-box h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #fff;
}

section.section-2 .detail-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

section.section-2 .detail-box:hover h3, section.section-2 .detail-box:hover p {
    color: #161D27;
}

section.section-2 .row-2 .col-md-4:nth-child(2) .detail-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
}

section.section-2 .row-2 .col-md-4:nth-child(1) .detail-box {
    margin-top: 20px;
}

section.section-2 .row-2 .col-md-4:nth-child(3) .detail-box {
    margin-bottom: 20px;
}

section.section-3 {
    padding: 100px 0px 200px;
}

section.section-3 h3.icon-heading {
    text-align: left;
}

section.section-3 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 40px;
    /* padding-right: 24%; */
}

section.section-3 .main {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #161D27;
    border-radius: 10px;
    margin-right: 20px;
}

section.section-3 .main .inner > img {
    margin-bottom: 40px;
}

section.section-3 .main .inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -2%;
	color: #fff;
}

section.section-3 .main .relative-one {
	display: flex;
}

section.section-3 .main p {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

section.section-3 .main a {
    text-decoration: unset;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

section.section-3 .main a img {
    display: inline-block;
    margin-left: 4px;
}

section.section-3 .main .relative-one a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(101%) contrast(103%);
}

section.section-3 .main .absolute-one {
    position: absolute;
    bottom: -60rem;
    transition: .5s;
    background: #D1B06B;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

section.section-3 .main:hover .absolute-one {
    bottom: 0;
}

section.section-3 .main .absolute-one .inner {
    padding: 30px;
}

section.section-3 .main .absolute-one .inner h3, section.section-3 .main .absolute-one .inner p, section.section-3 .main .absolute-one .inner a {
    color: #1C1D20;
}

section.section-3 .slick-arrow {
    border: 2px solid #D1B06B;
    background: transparent;
    font-size: 0;
    padding: 22px 20px;
    border-radius: 40px;
}

section.section-3 .slick-arrow.slick-prev:after {
    content: "\2190";
    font-size: 30px;
    line-height: 100%;
    display: block;
    margin-top: -5px;
}

section.section-3 .slick-prev.slick-arrow {
    position: absolute;
    bottom: -100px;
    right: 110px;
}

section.section-3 .slick-arrow.slick-next:after {
    content: "\2192";
    font-size: 30px;
    line-height: 100%;
    display: block;
    margin-top: -5px;
}

section.section-3 .slick-next.slick-arrow {
    position: absolute;
    bottom: -100px;
    right: 0px;
}

.services-slick-slider {
    width: 80vw;
    padding-left: 0;
	position: unset !important;
}

section.section-3 .col-md-9 {
    position: relative;
}

section.section-4 {
    padding: 100px 0px;
}

section.section-4 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

section.section-4 .row-2 img {
    width: 100%;
}

section.section-4 .row-2 h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
}

section.section-4 .row-2 .col-md-4 h3 {
    margin-top: -100px;
}

section.section-4 .row-2 .col-md-6 h3 {
    margin-top: -60px;
}

section.section-4 .row-2 .col-md-6 {
    margin-bottom: 60px;
}

section.section-4 .row-2 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

section.section-4 .row-3 a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

section.section-5 {
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	position: relative;
}

section.section-5 .row {
    align-items: center;
}

section.section-5 h3.icon-heading {
    text-align: left;
}

section.section-5 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
}

section.section-5 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
    padding-right: 33%;
    margin-bottom: 50px;
}

section.section-5 .counter-box {
    background: #161D27;
    border-radius: 18px;
    padding: 80px;
    text-align: center;
    margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

section.section-5 .counter-box:hover {
    background: #d1b06b;
}

section.section-5 .counter-box h4 {
    font-family: DM Serif Display;
    font-size: 80px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 20px;
}

section.section-5 .counter-box p {
    padding: 0;
    margin: 0;
}

section.section-5:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/06/Ellipse-2171-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -49%;
    top: -60px;
}

section.section-6 {
    padding: 100px 0px;
	display: none;
}

section.section-6 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

section.section-6 .pricing-box {
    background: #1F2732;
    border-radius: 10px;
    padding: 40px 30px;
}

section.section-6 .pricing-box:hover {
    background: #D1B06B;
}

section.section-6 .pricing-box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 20px;
}

section.section-6 .pricing-box p.content {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}

section.section-6 .pricing-box p.pricing {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 30px;
}

section.section-6 .pricing-box p.pricing span {
    font-size: 16px;
    line-height: 26px;
}

section.section-6 .pricing-box ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

section.section-6 .pricing-box ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 30px;
}

section.section-6 .pricing-box ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/06/Vector1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 6px;
}

section.section-6 .pricing-box a {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
}

section.section-6 .pricing-box:hover h4, section.section-6 .pricing-box:hover p, section.section-6 .pricing-box:hover li {
    color: #1F2732;
}

section.section-6 .pricing-box:hover ul li:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(88%) contrast(105%);
}

section.section-6 .pricing-box:hover a {
    background: #1F2732;
    color: #fff;
}

section.section-6 .row-3 p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}

section.section-6 hr {
    background-color: #FFFFFF33;
    margin-bottom: 0;
}

section.section-7 {
    padding: 100px 0px;
}

section.section-7 h3.icon-heading {
    text-align: left;
}

section.section-7 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 0;
}

section.section-7 .row-1 {
    align-items: end;
    margin-bottom: 60px;
}

section.section-7 a.yellow-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
}

section.section-7 .testimonial-box {
    background: #161D27;
    border-radius: 10px;
    margin-right: 20px;
    padding: 40px 30px;
}

section.section-7 .testimonial-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
}

section.section-7 .testimonial-box .author-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.section-7 .testimonial-box .author-details h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 0;
}

section.section-7 .testimonial-box .author-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 5px;
}

section.section-7 ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

section.section-7 ul.slick-dots li button {
    font-size: 0px;
    padding: 7px;
    border-radius: 30px;
    background: transparent;
    border: 1.5px solid #FFFFFF;
}

section.section-7 ul.slick-dots li.slick-active button {
    background: #D1B06B;
}

section.section-8 {
    padding: 100px 0px;
}

section.section-8 h3.icon-heading {
    text-align: left;
}

section.section-8 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 60px;
}

section.section-8 .col-md-4 > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.section-8 .awards-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 40px;
}

section.section-8 .awards-box span {
    background: #1F2732;
    border-radius: 30px;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    padding: 15px;
}

section.section-8 .awards-box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    color: #fff;
}

section.section-8 .awards-box p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
}

section.section-8 .col-md-7 .awards-box:last-child {
    border-bottom: none;
}

section.section-8 .awards-box:hover span {
    background: #D1B06B;
    color: #1C1D20;
}

section.section-8 .awards-box:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(67%) saturate(258%) hue-rotate(2deg) brightness(92%) contrast(89%);
}

section.section-9 {
    padding: 100px 0px;
}

section.section-9 .blog-box img {
    width: 92%;
}

section.section-9 .blog-box .meta-details span {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-right: 5px;
}

section.section-9 .blog-box .meta-details {
    color: #fff;
    display: flex;
    align-items: flex-start;
    font-size: 30px;
    line-height: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

section.section-9 .blog-box .meta-details span:last-child {
    margin-left: 5px;
    margin-right: 0;
}

section.section-9 .blog-box h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    padding-right: 24%;
    margin-bottom: 0;
}

section.section-9 .blog-box h3 a {
    color: #fff;
    text-decoration: unset;
}

section.section-9 h3.icon-heading {
    text-align: left;
}

section.section-9 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 20px;
}

section.section-9 p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-right: 29%;
    margin-bottom: 40px;
}

section.section-9 a.yellow-btn {
    margin-bottom: 40px;
    display: block;
    width: fit-content;
}

section.section-9 .imgss {
    display: flex;
    gap: 20px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-bottom: 70px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    border-top: none;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #fff;
    margin-bottom: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details p, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: unset;
    margin-bottom: 0;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    border-top: 1px solid #FFFFFF4D;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright p {
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    color: #fff;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] ul#astra-footer-menu {
    justify-content: end;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] ul#astra-footer-menu li a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: unset;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .footer-social-inner-wrap a {
    border: 1.26px solid #FFFFFF;
    padding: 10px;
    border-radius: 30px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .footer-social-inner-wrap a svg {
    fill: #fff;
}

section.developed-company {
    background: #000;
    padding: 15px 0px;
}

section.developed-company .container {
    padding: 0;
}

section.developed-company a {
    font-weight: 400;
    font-size: 16.65px;
    line-height: 23.5px;
    color: #fff;
}

section.developed-company .colab-img {
    text-align: right;
}


/* About Page Css */
section.inner-banner {
    background: #1C1D20E5;
    padding: 150px 0px;
}

section.inner-banner h1 {
    font-family: DM Serif Display;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
}

section.inner-banner p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

section.inner-banner p span {
    color: #FFFFFFCC;
}

section.about-sec-1 {
    padding: 100px 0px;
}

section.about-sec-1 .col-md-7 .row img {
    width: 100%;
}

section.about-sec-1 .counter {
    background: #1C1D20;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;
}

section.about-sec-1 .counter:hover {
    background: #d1b06b;
}

section.about-sec-1 .counter h4 {
    font-family: DM Serif Display;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
}

section.about-sec-1 .counter p {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

section.about-sec-1 .col-md-7 .row {
    align-items: end;
}

section.about-sec-1 .col-md-5 {
    padding-left: 4%;
}

section.about-sec-1 .row {
    align-items: center;
}

section.about-sec-1 h3.icon-heading {
    color: #1C1D20;
    text-align: left;
}

section.about-sec-1 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #1C1D20;
    margin-bottom: 20px;
}

section.about-sec-1 p {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
}

section.about-sec-1 a.yellow-btn {
    display: block;
    width: fit-content;
    margin-top: 30px;
    margin-bottom: 40px;
}

section.about-sec-1 .inner-testimonial > p {font-weight: 500;font-size: 18px;line-height: 30px;color: #1C1D20;}

section.about-sec-1 .inner-testimonial .author-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.about-sec-1 .inner-testimonial .author-details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    margin-bottom: 0;
}

section.about-sec-1 .inner-testimonial .author-details .author-data p {
    font-size: 16px;
    line-height: 26px;
    color: #262629;
    margin: 0;
}

section.about-sec-2 {
    padding: 100px 0px;
}

section.about-sec-2 h3.icon-heading {
    text-align: left;
}

section.about-sec-2 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #fff;
    padding-right: 16%;
    margin-bottom: 50px;
}

section.about-sec-2 .counter-main {
    display: flex;
    padding-bottom: 20px;
    gap: 30px;
    align-items: flex-start;
    position: relative;
}

section.about-sec-2 .counter-main .counter-box {
    background: #262629;
    border-radius: 10px;
    padding: 40px 30px;
}

section.about-sec-2 .counter-main span {
    font-size: 18px;
    color: #1C1D20;
    background: #fff;
    line-height: 100%;
    padding: 15px 20px;
    border-radius: 30px;
}

section.about-sec-2 .counter-main .counter-box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    color: #fff;
}

section.about-sec-2 .counter-main .counter-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

section.about-sec-2 .counter-container .counter-main:last-child {
    padding: 0;
}

section.about-sec-2 .counter-main span:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 2.5%;
    width: 1.5px;
    height: 65%;
    background: #fff;
}

section.about-sec-2 .counter-main:hover .counter-box  {
    background: #E8BF96;
}

section.about-sec-2 .counter-main:hover .counter-box *  {
    color: #1C1D20;
}

section.about-sec-2 .counter-main:hover span  {
    background: #E8BF96;
}

section.about-sec-2 .counter-main:last-child span:before {
    content: unset;
}

section.about-sec-3 {
    padding: 100px 0px;
}

section.about-sec-3 h3.icon-heading {
    color: #1C1D20;
}

section.about-sec-3 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    color: #1C1D20;
    margin-bottom: 40px;
}

section.about-sec-3 .team-box {
    background: #FAF6F3;
    border-radius: 10px;
	position: relative;
}

section.about-sec-3 .team-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

section.about-sec-3 .team-box .team-member-detail {
    padding: 20px;
    text-align: center;
}

section.about-sec-3 .team-box .team-member-detail h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #1C1D20;
    margin-bottom: 5px;
}

section.about-sec-3 .team-box .team-member-detail p {
    font-size: 16px;
    line-height: 28px;
    color: #262629;
    margin-bottom: 0;
}

section.about-sec-3 .team-box .team-member-detail .social-link a {
    border: 1.26px solid #1C1D20;
    border-radius: 30px;
    padding: 10px;
    margin-top: 10px;
}

section.about-sec-3 .team-box .team-member-detail .social-link a:hover {
    background: #000;
    color: #fff;
}

section.about-sec-3 .team-box .team-member-detail .social-link a svg {
    fill:#1C1D20;
}

section.about-sec-3 .team-box .team-member-detail .social-link a:hover svg {
    fill:#fff;
}

section.about-sec-3 .social-link {
    max-height: 0;
    overflow: hidden;
}

section.about-sec-3 .team-box:hover {
    background: #E8BF96;
}

section.about-sec-3 .team-box:hover .social-link {
    max-height: 100%;
}

section.about-sec-3 .team-box:hover .team-member-detail {
    margin-top: -50px;
    background: #E8BF96;
    position: relative;
    height: 150px;
}

section.about-sec-4 {
    padding: 100px 0px;
}

section.about-sec-4 h3.icon-heading {
    text-align: left;
    color: #1C1D20;
}

section.about-sec-4 h2 {
    font-family: DM Serif Display;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #1C1D20;
    padding-right: 11%;
    margin-bottom: 20px;
}

section.about-sec-4 .col-md-5  > p {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
    padding-right: 18%;
}

section.about-sec-4 .stats .stats-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

section.about-sec-4 .stats .stats-details p br {
    display: none;
}

section.about-sec-4 .stats .stats-details p {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -2%;
    color: #1C1D20;
    margin-bottom: 0;
}

section.about-sec-4 .stats .stats-details p span {
    display: block;
    font-size: 16px;
    color: #262629;
    line-height: 26px;
    font-weight: 400;
    padding-right: 30%;
}

section.about-sec-4 .stats {
    margin-top: 30px;
}

section.about-sec-4 .stats .stats-details:last-child {
    margin-bottom: 0;
}

section.about-sec-4 .stats .stats-details .stats-icon {
    background: #E8BF96;
    padding: 20px;
    border-radius: 50px;
}

section.about-sec-4 .form-box {
    background: #E8BF96;
    padding: 40px 40px 30px;
    border-radius: 10px;
}

section.about-sec-4 .form-box h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    margin-bottom: 30px;
}

section.about-sec-4 .form-box input, section.about-sec-4 .form-box textarea {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
    border-radius: 10px;
    border: none;
    padding: 30px 20px !important;
    width: 100%;
}

section.about-sec-4 .form-box .row {
    margin-bottom: 30px;
}

section.about-sec-4 .form-box textarea {
    height: 180px;
    padding: 20px 20px !important;
	resize: none;
}

section.about-sec-4 .form-box input::placeholder, section.about-sec-4 .form-box textarea::placeholder {
    color: #262629;
}

section.about-sec-4 .form-box p {
    margin-bottom: 0;
}

section.about-sec-4 .form-box .row:last-child {
    margin-bottom: 0;
}

section.about-sec-4 .form-box span.wpcf7-spinner {
    position: absolute;
}

section.about-sec-4 .form-box input.wpcf7-submit.has-spinner {
    background: #1C1D20;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 40px;
    width: fit-content;
    padding: 20px 50px 20px 30px !important;
    position: relative;
}

section.about-sec-4 .container > .row {
    align-items: center;
}

section.about-sec-4 .row.form-submit-btn p {
    width: fit-content;
    position: relative;
}

section.about-sec-4 .row.form-submit-btn p:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 24px;
    background-image: url(/wp-content/uploads/2026/06/Vector.webp);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(348deg) brightness(101%) contrast(102%);
    width: 11px;
    height: 11px;
}

/* End About Page Css */

/* Thank You Page Css */

section.thank-you-page {
    background: #FAF6F3;
    padding: 150px 0px;
}

section.thank-you-page h1 {
    font-family: DM Serif Display;
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -2%;
    text-align: center;
    color: #1C1D20;
}

section.thank-you-page p {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
}

section.thank-you-page a.yellow-btn {
    border: none;
}

/* End Thank You Page Css */

/* Services Detailed Page Css */

section.services-detail-sec {
    padding: 100px 0px;
}

section.services-detail-sec .content-box > img {
    width: 100%;
    margin-bottom: 40px;
}

section.services-detail-sec .content-box h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #1C1D20;
}

section.services-detail-sec .content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
    margin-bottom: 30px;
}

section.services-detail-sec .content-box > .row {
    align-items: center;
    margin-bottom: 30px;
}

section.services-detail-sec .content-box > .row img {
    width: 97%;
}

section.services-detail-sec .content-box > .row h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    color: #1C1D20;
}

section.services-detail-sec .content-box > .row .col-md-6 p:last-child {
    margin-bottom: 0;
}

section.services-detail-sec .form-box {
    margin-top: 30px;
}

section.services-detail-sec .form-box input, section.services-detail-sec .form-box textarea {
    font-size: 18px;
    line-height: 30px;
    color: #262629;
    border-radius: 10px;
    border: none;
    padding: 30px 20px !important;
    width: 100%;
    background: #FAF6F3;
}

section.services-detail-sec .form-box .row {
    margin-bottom: 30px;
}

section.services-detail-sec .form-box textarea {
    height: 180px;
    padding: 20px 20px !important;
	resize: none;
}

section.services-detail-sec .form-box input::placeholder, section.services-detail-sec .form-box textarea::placeholder {
    color: #262629;
}

section.services-detail-sec  .form-box p {
    margin-bottom: 0;
}

section.services-detail-sec .form-box .row:last-child {
    margin-bottom: 0;
}

section.services-detail-sec .form-box span.wpcf7-spinner {
    position: absolute;
}

section.services-detail-sec .form-box input.wpcf7-submit.has-spinner {
    background: #E8BF96;
    color: #1C1D20;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 40px;
    width: fit-content;
    padding: 20px 50px 20px 30px !important;
    position: relative;
}

section.services-detail-sec .row.form-submit-btn p {
    width: fit-content;
    position: relative;
}

section.services-detail-sec .row.form-submit-btn p:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 24px;
    background-image: url(/wp-content/uploads/2026/06/Vector.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}

section.services-detail-sec .side-bar {
    padding-left: 30px;
}

section.services-detail-sec .side-bar .services-list-box {
    background: #FAF6F3;
    border-radius: 10px;
    padding: 40px 30px;
}

section.services-detail-sec .side-bar .services-list-box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #1C1D20;
}

section.services-detail-sec .side-bar .services-list-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

section.services-detail-sec .side-bar .services-list-box ul li a {
    background: #FFFFFF;
    padding: 20px 30px;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 100%;
    color: #1C1D20;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.services-detail-sec .side-bar .services-list-box ul li:nth-child(3) a {
    background: #E8BF96;
}

section.services-detail-sec .side-bar .services-list-box ul li a:hover {
    background: #E8BF96;
}

section.services-detail-sec .side-bar .services-contact-box {
    background: #1C1D20E5;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

section.services-detail-sec .side-bar .services-contact-box h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.services-detail-sec .side-bar .services-contact-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

/* End Services Detailed Page Css */

/* Contact Page Css */

section.contact-sec-1 {
    padding: 100px 0px;
}

section.contact-sec-1 .form-box {
    background: #1C1D20;
    padding: 40px 40px 20px;
    border-radius: 10px;
}

section.contact-sec-1 .form-box h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    margin-bottom: 30px;
    color: #fff;
}

section.contact-sec-1 .form-box input, section.contact-sec-1 .form-box textarea {
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #FFFFFF4D;
    padding: 30px 20px !important;
    width: 100%;
    background: transparent;
}

section.contact-sec-1 .form-box .row {
    margin-bottom: 30px;
}

section.contact-sec-1 .form-box textarea {
    height: 180px;
    padding: 20px 20px !important;
	resize: none;
}

section.contact-sec-1 .form-box input::placeholder, section.contact-sec-1 .form-box textarea::placeholder {
    color: #fff;
}

section.contact-sec-1 .form-box p {
    margin-bottom: 0;
}

section.contact-sec-1 .form-box .row:last-child {
    margin-bottom: 0;
}

section.contact-sec-1 .form-box span.wpcf7-spinner {
    position: absolute;
}

section.contact-sec-1 .form-box input.wpcf7-submit.has-spinner {
    background: #E8BF96;
    color: #1C1D20 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 40px;
    width: fit-content;
    padding: 20px 50px 20px 30px !important;
    position: relative;
}

section.contact-sec-1 .row.form-submit-btn p {
    width: fit-content;
    position: relative;
}

section.contact-sec-1 .row.form-submit-btn p:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 24px;
    background-image: url(/wp-content/uploads/2026/06/Vector.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}

section.contact-sec-1 .contact-container {
    margin-left: 80px;
}

section.contact-sec-1 .contact-container .contact-details {
    display: flex;
    gap: 25px;
    border: 1px solid #E8BF96;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px;
}

section.contact-sec-1 .contact-container .contact-details h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    color: #000;
    margin-bottom: 10px;
}

section.contact-sec-1 .contact-container .contact-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #262629;
}

section.contact-sec-1 .contact-container .contact-details p a {
    color: #262629;
    text-decoration: unset;
}

section.contact-sec-2 .container-fluid {
    padding: 0;
}

section.contact-sec-2 .map iframe {
    width: 100%;
    height: 650px;
}

/* End Contact Page Css */

@media screen and (min-width: 1500px) and (max-width: 1600px) {
.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 1400px !important;
}
	
section.about-sec-2 h2 {
    padding-right: 10%;
}
	
section.about-sec-2 .counter-main span:before {
    left: 3%;
    top: 27%;
}
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 1300px !important;
}
	
section.section-1 h1 br {
    display: none;
}

section.section-5 .counter-box {
    padding: 80px 60px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details p, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details a {
    font-size: 15px;
}
	
section.about-sec-2 h2 {
    padding-right: 4%;
}
	
section.about-sec-4 h2 {
    padding-right: 8%;
}
	
section.about-sec-4 .col-md-5 > p {
    padding-right: 15%;
}
	
section.about-sec-2 .counter-main span:before {
    left: 3%;
    top: 27%;
}
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 1150px !important;
}
	
section.section-1 h1 br {
    display: none;
}

section.section-5 .counter-box {
    padding: 80px 50px;
}
	
section.section-7 .testimonial-box .author-details h4 {
    font-size: 23px;
}
	
section.section-8 h2 br {
    display: none;
}

section.section-8 h2 {
    font-size: 47px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details p, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details a {
    font-size: 12px;
}
	
section.about-sec-1 h2 {
    font-size: 46px;
}

section.about-sec-2 h2 {
    padding-right: 0;
    font-size: 46px;
}

section.about-sec-2 .counter-main span:before {
    left: 3.7%;
    top: 27%;
}

section.about-sec-4 h2 {
    padding-right: 0;
    font-size: 46px;
}
	
section.services-detail-sec .side-bar .services-contact-box {
    padding: 50px 20px;
}

section.services-detail-sec .side-bar .services-contact-box h3 {
    font-size: 34px;
    line-height: 42px;
}
	
section.contact-sec-1 .contact-container {
    margin-left: 70px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 700px !important;
}
	
html, body {
    overflow-x: hidden;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg, .ast-mobile-popup-inner .ahfb-svg-iconset svg {
    fill: #d1b06b;
}

.main-navigation ul li a {
    font-size: 20px;
    margin-bottom: 13px;
}

.main-navigation ul li button.ast-menu-toggle {
    top: -20px !important;
    color: #000 !important;
}

.main-navigation ul li.current_page_item a {
    background: transparent !important;
    color: #d1b06b !important;
}

.ast-header-break-point .ast-above-header-bar {
    max-width: 100% !important;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    width: 100% !important;
}
	
section.section-1 h1:before {
    content: unset;
}

section.section-1 p:after {
    content: unset;
}

section.section-1 .row .col-md-6:last-child {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.section-2 .row-2 .col-md-4:nth-child(1) .detail-box {
    margin-bottom: 20px;
}

section.section-2 .row-2 .col-md-4:nth-child(3) .detail-box {
    margin-top: 20px;
}

.services-slick-slider {
    margin-top: 50px;
    width: 100%;
}

section.section-4 .row-2 .col-md-4 img {
	height: 600px;
    object-fit: cover;
    border-radius: 10px;
    object-position: bottom;
}

section.section-4 .row-2 .col-md-4 .img-box {
    margin-bottom: 70px;
}

section.section-5 .inner-row {
    margin-top: 50px;
}
	
section.section-5:after {
    content: unset;
}

section.section-7 a.yellow-btn {
    margin-left: unset;
    margin-top: 40px;
}

section.section-7 .testimonial-box p {
    font-size: 17.5px;
}

section.section-7 .testimonial-box .author-details h4 {
    font-size: 19px;
}

section.section-8 h2 br {
    display: none;
}

section.section-8 .col-md-4 > img {
    margin-bottom: 60px;
}

section.section-9 .blog-box img {
    width: 100%;
}

section.section-9 .blog-box {
    margin-bottom: 40px;
}

section.section-9 .blog-box h3 {
    padding: 0;
}

section.section-9 p {
    padding-right: 0;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details {
    display: inline;
    text-align: center;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details .detail {
    margin-top: 10px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details p, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details a {
    font-size: 15px;
    line-height: 25px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details h4 {
    font-size: 19px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
    display: block;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright p {
    text-align: center;
    margin-bottom: 20px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] ul#astra-footer-menu {
    justify-content: center;
    margin-top: 20px;
    padding: 0;
}

section.developed-company a {
    display: block;
    line-height: 100%;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section.developed-company .colab-img {
    margin-top: 10px;
}
	
section.about-sec-1 .col-md-7 .row img {
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

section.about-sec-1 .counter {
    margin-bottom: 30px;
}

section.about-sec-1 h3.icon-heading {
    margin-top: 30px;
}

section.about-sec-1 .col-md-5 {
    padding-left: 15px;
}

section.about-sec-2 .counter-container {
    margin-top: 50px;
}

section.about-sec-2 .counter-main span:before {
    top: 27%;
    left: 3.5%;
}

section.about-sec-3 .team-box {
    margin-bottom: 20px;
}

section.about-sec-4 h2 {
    padding-right: 0;
}

section.about-sec-4 .col-md-5 > p {
    padding-right: 0;
}

section.about-sec-4 .form-box {
    margin-top: 50px;
}

section.about-sec-4 .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.about-sec-4 .form-box input {
    margin-bottom: 20px;
}
	
section.about-sec-4 .form-box .row {
    margin-bottom: 1.2rem;
}
	
section.services-detail-sec .content-box > .row img {
    width: 100%;
    margin-bottom: 40px;
}

section.services-detail-sec .side-bar {
    padding-left: 0;
    margin-top: 30px;
}

section.services-detail-sec .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.services-detail-sec .form-box input {
    margin-bottom: 20px;
}
	
section.services-detail-sec .form-box .row {
    margin-bottom: 1.2rem;
}
	
section.contact-sec-1 .contact-container {
    margin-left: 0;
    margin-top: 50px;
}

section.contact-sec-1 .contact-container .contact-details:last-child {
    margin-bottom: 0;
}
	
section.contact-sec-1 .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.contact-sec-1 .form-box input {
    margin-bottom: 20px;
}
	
section.contact-sec-1 .form-box .row {
    margin-bottom: 1.2rem;
}
	
.main-header-bar-navigation ul li ul.sub-menu li a span {
    display: none !important;
}

.main-header-bar-navigation ul li a, .main-header-bar-navigation ul li button {
    background: transparent !important;
}

.ast-mobile-popup-content .main-header-bar-navigation {
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {
.ast-primary-header-bar .site-primary-header-wrap, .container, .ast-builder-footer-grid-columns, .site-above-header-wrap {
    max-width: 350px !important;
}
	
html, body {
    overflow-x: hidden;
}

header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg, .ast-mobile-popup-inner .ahfb-svg-iconset svg {
    fill: #d1b06b;
}

.main-navigation ul li a {
    font-size: 20px;
    margin-bottom: 13px;
}

.main-navigation ul li button.ast-menu-toggle {
    top: -20px !important;
    color: #000 !important;
}

.main-navigation ul li.current_page_item a {
    background: transparent !important;
    color: #d1b06b !important;
}

.ast-header-break-point .ast-above-header-bar {
    max-width: 100% !important;
}
	
section.section-1 .row .col-md-6:last-child {
    padding: 60px 25px 70px;
}

section.section-1 h3 {
    font-size: 19px;
}

section.section-1 h1 {
    font-size: 50px;
    line-height: 54px;
}

.headline-marquee-content span {
    font-size: 25px;
    line-height: 33px;
}

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}

section.section-2 .row-2 .col-md-4:nth-child(1) .detail-box {
    margin-bottom: 20px;
}

section.section-2 .detail-box h3 {
    font-size: 25px;
    line-height: 33px;
}

section.section-2 .detail-box .first-col {
    margin-bottom: 40px;
}

section.section-2 .row-2 .col-md-4:nth-child(3) .detail-box {
    margin-top: 20px;
}

.services-slick-slider {
    margin-top: 40px;
    width: 100%;
}
	
section.section-3 .main {
    margin-right: 0;
}

section.section-3 .slick-next.slick-arrow {
    right: 10px;
}

section.section-3 .slick-prev.slick-arrow {
    right: 100px;
}

section.section-4 .row-2 .col-md-4 img {
	height: 450px;
    object-fit: cover;
    border-radius: 10px;
    object-position: bottom;
}

section.section-4 .row-2 .col-md-4 .img-box {
    margin-bottom: 70px;
}

section.section-5 .inner-row {
    margin-top: 50px;
}
	
section.section-5:after {
    content: unset;
}

section.section-5 p {
    padding-right: 0;
}

section.section-7 a.yellow-btn {
    margin-left: unset;
    margin-top: 30px;
}
	
section.section-7 .testimonial-box {
    margin-right: 0;
}

section.section-7 .testimonial-box .author-details h4 {
    font-size: 18px;
    line-height: 100%;
}

section.section-8 .col-md-4 > img {
    margin-bottom: 60px;
}
	
section.section-8 .awards-box {
    background: #1f2732;
    padding: 40px;
    display: block;
    border: none;
    text-align: center;
}

section.section-8 .awards-box p {
    margin: 0;
}

section.section-8 .awards-box span {
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: #D1B06B;
    color: #1C1D20;
}

section.section-8 .awards-box img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(67%) saturate(258%) hue-rotate(2deg) brightness(92%) contrast(89%);
}

section.section-8 .col-md-7 .awards-box:last-child {
    margin-bottom: 0;
}

section.section-9 .blog-box img {
    width: 100%;
}

section.section-9 .blog-box {
    margin-bottom: 40px;
}

section.section-9 .blog-box h3 {
    padding: 0;
    font-size: 30px;
    line-height: 38px;
}

section.section-9 p {
    padding-right: 0;
}

section.section-9 .imgss {
    display: block;
}

section.section-9 .imgss img {
    width: 100%;
}

section.section-9 .imgss img:first-child {
    margin-bottom: 20px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-bottom: 0px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details p, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details a {
    font-size: 17px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .contact-details h4 {
    margin-top: 5px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-footer-copyright p {
    text-align: center;
    margin-bottom: 15px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] ul#astra-footer-menu {
    justify-content: center;
    padding-left: 0;
    margin-top: 5px;
}

section.developed-company a {
    display: block;
    line-height: 100%;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

section.developed-company .colab-img {
    margin-top: 20px;
}
	
section.inner-banner h1 {
    font-size: 60px;
    line-height: 68px;
}

section.about-sec-1 .col-md-7 .row img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

section.about-sec-1 .counter {
    margin-bottom: 30px;
}

section.about-sec-1 h3.icon-heading {
    margin-top: 30px;
}

section.about-sec-1 .col-md-5 {
    padding-left: 15px;
}

section.about-sec-2 h2 {
    padding-right: 0;
}

section.about-sec-2 .counter-container {
    margin-top: 50px;
}

section.about-sec-2 .counter-main span:before {
    top: 15%;
    left: 7.3%;
    height: 81%;
}

section.about-sec-3 h2 br {
    display: none;
}

section.about-sec-3 .team-box {
    margin-bottom: 20px;
}

section.about-sec-3 .team-box img {
    height: 400px;
}

section.about-sec-4 h2 {
    padding-right: 0;
}

section.about-sec-4 .col-md-5 > p {
    padding-right: 0;
}

section.about-sec-4 .stats .stats-details p span {
    padding-right: 0;
}

section.about-sec-4 .form-box {
    margin-top: 50px;
}

section.about-sec-4 .form-box h3 {
    font-size: 30px;
}

section.about-sec-4 .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.about-sec-4 .form-box input {
    margin-bottom: 20px;
}
	
section.about-sec-4 .form-box .row {
    margin-bottom: 1.2rem;
}

section.about-sec-4 .form-box input.wpcf7-submit.has-spinner {
    width: 100%;
}

section.about-sec-4 .row.form-submit-btn p {
    width: 100%;
}

section.about-sec-4 .row.form-submit-btn p:after {
    right: 60px;
}
	
section.thank-you-page h1 {
    font-size: 60px;
    line-height: 68px;
}
	
section.services-detail-sec .content-box > .row img {
    width: 100%;
    margin-bottom: 40px;
}

section.services-detail-sec .side-bar {
    padding-left: 0;
    margin-top: 30px;
}

section.services-detail-sec .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.services-detail-sec .form-box input {
    margin-bottom: 20px;
}
	
section.services-detail-sec .form-box .row {
    margin-bottom: 1.2rem;
}

section.services-detail-sec .side-bar .services-contact-box {
    padding: 50px 20px;
}

section.services-detail-sec .side-bar .services-contact-box h3 {
    font-size: 30px;
    line-height: 38px;
}

section.services-detail-sec .content-box h2 {
    font-size: 34px !important;
}
	
.page-template-services-template section.inner-banner h1 {
    font-size: 52px;
    line-height: 60px;
}
	
section.contact-sec-1 .form-box h3 {
    font-size: 30px;
    line-height: 38px;
}

section.contact-sec-1 .contact-container {
    margin-left: 0;
    margin-top: 50px;
}

section.contact-sec-1 .contact-container .contact-details:last-child {
    margin-bottom: 0;
}
	
section.contact-sec-1 .form-box .row .col-md-6:last-child input {
    margin-bottom: 0px;
}

section.contact-sec-1 .form-box input {
    margin-bottom: 20px;
}
	
section.contact-sec-1 .form-box .row {
    margin-bottom: 1.2rem;
}
	
section.inner-banner {
    padding: 50px 0px;
}
	
section.contact-sec-2 .map iframe {
    height: 300px;
}
	
.main-header-bar-navigation ul li ul.sub-menu li a span {
    display: none !important;
}

.main-header-bar-navigation ul li a, .main-header-bar-navigation ul li button {
    background: transparent !important;
}

.ast-mobile-popup-content .main-header-bar-navigation {
    padding-left: 0;
}	
}