<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-full/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/gilroy-full/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-full/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/gilroy-full/Gilroy-Regular.woff') format('woff'),
        url('../fonts/gilroy-full/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-full/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('../fonts/gilroy-full/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-full/Gilroy-Semibold.woff2') format('woff2'),
        url('../fonts/gilroy-full/Gilroy-Semibold.woff') format('woff'),
        url('../fonts/gilroy-full/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-full/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/gilroy-full/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-full/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/gilroy-full/Gilroy-Bold.woff') format('woff'),
        url('../fonts/gilroy-full/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --theme-primary: #010011;
    --theme-secondary: #010011;
    --theme-blue: #010011;
    --black-color: #010011;
    --white-color: #ffffff;
    --text-grey: #6D737A;
}

.page--content {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 70px 15px 30px;
}

.theme-primary {
    background-color: var(--theme-primary);
}

.theme-secondary {
    background-color: var(--theme-secondary);
}

.theme-blue {
    background-color: var(--theme-blue);
}

.black-color {
    color: var(--black-color);
}

.white-color {
    color: var(--white-color);
}

/* .text-grey {
    color: var(--text-grey);
} */

body {
    font-family: 'Gilroy' !important;
    font-weight: 400;
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    color: var(--black-color);
}

.container {
    max-width: 1140px;
}

img {
    max-width: 100%;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    line-height: normal;
    color: inherit;
    font-weight: 700;
    font-family: 'Gilroy' !important;
}

a {
    text-decoration: none !important;
}

p {
    line-height: clamp(1.625rem, 1.5536rem + 0.3571vw, 1.875rem);
}

.w-normal {
    font-weight: 400 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.w-semibold {
    font-weight: 600 !important;
}

.w-bold {
    font-weight: 700 !important;
}

.z-1 {
    z-index: 1;
    position: relative;
}

.spacer-xl {
    padding-block: 90px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.br-0 {
    border-radius: 0px;
}

.padding-left {
    --page-width: 1600px;
    padding-left: calc(50% - (var(--page-width) / 2) + 12px);
}

.button {
    padding: 12px 25px;
    font-weight: 600;
    transition: all .3s ease;
    display: inline-flex;
    gap: 18px;
    align-items: center;
    transition: all .3s ease;
}

.circle-icon {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-shrink: 0;
    transition: all 0.3s;
    position: relative;
}

.circle-icon svg {
    animation: arrow-move 0.5s infinite alternate;
}

a.logo img {
    width: 120px;
}


@keyframes arrow-move {
    0% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(-3px);
    }
}

.button-bordered {
    border: 1px solid #fff !important;
    color: var(--white-color) !important;
    border-radius: 5px !important;
    background: transparent;
}

.button-bordered:hover {
    background-color: var(--white-color);
    color: var(--theme-primary) !important;
}

.button-secondary {
    background-color: var(--theme-secondary);
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.button-secondary:hover {
    background-color: var(--theme-primary);
    color: var(--white-color);
}

.button-secondary:hover svg path,
.button-secondary svg path {
    stroke: var(--white-color);
}

.button-primary {
    background-color: var(--theme-primary);
    color: var(--white-color);
}

.button-primary:hover {
    background-color: var(--theme-secondary);
    color: var(--white-color) !important;
}

.button-primary:hover svg path{
    stroke: var(--white-color);
}

/* Commen Header */

.site-header {
    background-color: var(--theme-primary);
    position: sticky;
    top: 0px;
    z-index: 9;
}

.header-top {
    color: var(--white-color);
    padding: 8px 0;
    border-bottom: 0.5px solid #DBDFEC;
}

.mail-link,
.phone-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
}

.site-header .social-links {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white-color);
}

.navigation-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.navigation-nav .nav-link {
    font-size: 17px;
}

.navbar-nav {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.navbar-toggler {
    display: none;
}

#nav-icon1 {
    width: 28px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 18px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    right: 0;
    height: 3px;
    width: 100%;
    background: var(--white-color);
    border-radius: 2px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 3px;
	width: 24px;
}

#nav-icon1 span:nth-child(2) {
	top: 12px;
	width: 21px;
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
	width: 17px;
    background-color: #fff;
}

/* Commen Footer */

.footer {
    background-color: var(--theme-secondary);
    padding: 70px 0;
}

.footer-bottom-text {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF33;
}

.action-link a {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social a {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff2e;
    color: var(--white-color);
    border-radius: 5px;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: var(--theme-primary);
    color: var(--white-color);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links li a {
    display: block;
    transition: all 0.3s;
    color: var(--white-color);
}

.footer-links li a:hover {
    color: var(--white-color) !important;
    transform: translateY(-2px) !important;
}

.footer-gallery .swiper-slide {
    height: auto;
}

.footer-gallery-block {
    height: 100%;
}

.footer-gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.link-white.text-white.seo-india:hover {
    text-decoration: underline !important;
}

/* Footer Sidebar */

.footer-bottom {
    background-color: #fff;
    box-shadow: -6px 0 18px 1px rgba(0, 0, 0, .19);
    padding: 8px 0 4px;
    position: fixed;
    right: 0;
    bottom: 0;
    transition: transform .5s ease-out;
    width: 100%;
    z-index: 9;
}

.footer-sidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sidebar-item {
    width: 100%;
    max-width: 100px;
    white-space: nowrap;
}

.sidebar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--black-color);
    transition: all 0.3s;
}

.sidebar-item a:hover {
    color: var(--theme-primary);
}

.sidebar-item a i {
    font-size: 20px;
}

/* Award Block */

.award-grid {
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    display: grid;
    gap: 20px 40px;
}

.award-logo {
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 130px;
    transition: all 0.3s;
    padding: 16px;
}

.award-logo:hover {
    transform: scale(1.1);
}

.award-logo img {
    object-fit: contain;
}

/* Faq Block */

.new-faq {
    border-top: 1px solid #BEDBE0;
}

.new-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #BEDBE0;
    padding: 28px 0px;
    border-radius: 0px;
}

.new-faq .accordion-item h3.accordion-header button {
    font-size: 24px !important;
    color: var(--black-color);
    font-weight: 700;
    background: none !important;
    padding: 0px;
    box-shadow: none !important;
}

.new-faq .accordion-body {
    padding: 0px;
    margin-top: 20px;
    font-size: 18px;
    max-width: 1300px;
}

.new-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
    transition: all 0.5s;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

/* Popup */

.modal-custom {
    max-width: 1100px;
}

.modal-content.modal-content-wrap {
    border: none;
    background-color: transparent;
}

.modal-body.modal-body-wrap {
    padding: 0;
}

.build-counter {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.build-counter .build-icon {
    width: 62px;
    height: 62px;
    border: 2px solid var(--black-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

/* .build-icon img {
    filter: invert(1);
} */

.build-close {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00732F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    right: -10px;
}
.boost-wrap {
    position: relative;
    border-radius: 14px;
    background-image: url(../images/popup-bg-main.webp);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 30px;
}

.boost-wrap .card {
    border: none;
    padding: 0;
    background-color: transparent;
}

.boost-wrap .card-body {
    padding: 0;
    background: transparent !important;
}

.boost-wrap label {
    display: none !important;
}

.boost-wrap .container {
    padding: 0;
}

.boost-wrap input:focus,
.boost-wrap textarea:focus {
    box-shadow: unset !important;
    outline: none !important;
}

.boost-wrap .col-md-6 {
    width: 100% !important;
}

.boost-wrap .form-control {
    padding: 12px 14px !important;
    border: 1px solid #ddd !important;
}

.boost-wrap textarea {
    resize: unset !important;
}

.boost-wrap .btn-primary {
    background: #00732F !important;
    border: none;
    font-size: 18px !important;
    padding: 12px 14px;
    border-radius: 8px !important;
    width: 100%;
}

.popup-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
}

.popup-list li {
    position: relative;
    padding: 0 0 0 22px;
}

.popup-list li:before {
    content: '';
    background-image: url(../images/popup-check.webp);
    height: 18px;
    width: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-block {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 26px 0 0;
}

.popup-call {
    background: linear-gradient(270deg, #38BA6D 0%, #185331 100%);
    color: var(--white-color) !important;
    padding: 4px 30px 4px 4px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-call span {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    color: #00732F;
    border-radius: 50px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
  }
  
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.popup-check label {
    display: flex !important;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    position: relative;
    cursor: pointer;
}
  
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 6px;
}
  
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 7px;
    height: 14px;
    border: solid var(--black-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Video Block */

.video-block {
    width: 100%;
    height: 100%;
}

.video-block video {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gt-lang-code{font-size: 11pt !important;}

.gt-current-lang img{width: 25px !important;}

.gt-current-lang{padding: 5px 8px !important;}

.gt_options a{font-size: 11pt !important;
    padding: 8px 10px !important;
    text-align: left !important;}

.gt_options a img{width: 25px !important;}

.gt_float_switcher{font-size: 16px !important;}

.gt_options{position: absolute !important;
    background: white !important;}

.gt_languages a.glink.nturl span{color: #000;}

.gtranslate_wrapper{line-height: 1 !important;}

.gtranslate_wrapper .gt-current-lang{padding: 0 !important;}

.gtranslate_wrapper .gt_float_switcher{box-shadow: unset !important;
    background-color: transparent !important;}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang{color: #FFF !important;
    display: flex;
    gap: 5px;}

.gtranslate_wrapper .gt_float_switcher .gt-selected{background-color: transparent !important;}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'&gt;&lt;path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23FFF'/&gt;&lt;/svg&gt;") !important;}

.gt_float_switcher .gt-selected{z-index: unset !important;}

/* Font Responsive */

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.25rem;
    }
    h3, .h3 {
        font-size: 1.875rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    h5, .h5 {
        font-size: 1.125rem;
    }
    h6, .h6, .text-md {
        font-size: 1rem;
    }
    body {
        font-size: 1.125rem;
    }
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: calc(2.25rem + 0.833vw);
    }
    h2, .h2 {
        font-size: calc(1.875rem + 0.417vw);
    }
    h3, .h3 {
        font-size: calc(1.5rem + 0.417vw);
    }
    h4, .h4 {
        font-size: calc(1.25rem + 0.235vw);
    }
    h5, .h5 {
        font-size: calc(1.125rem + 0.235vw);
    }
    h6, .h6, .text-md {
        font-size: calc(0.875rem + 0.139vw);
    }
    body {
        font-size: calc(1rem + 0.139vw);
    }
}

@media (min-width: 1700px) {
    h1, .h1 {
        font-size: calc(2.25rem + 1.25vw);
    }
    h2, .h2 {
        font-size: calc(1.875rem + 0.938vw);
    }
    h3, .h3 {
        font-size: calc(1.5rem + 0.625vw);
    }
    h4, .h4 {
        font-size: calc(1.25rem + 0.521vw);
    }
    h5, .h5 {
        font-size: calc(1.125rem + 0.313vw);
    }
    h6, .h6, .text-md {
        font-size: calc(0.875rem + 0.208vw);
    }
    body {
        font-size: calc(1rem + 0.208vw);
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 2rem;
    }
    h2, .h2 {
        font-size: 1.875rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    h4, .h4 {
        font-size: 1.50rem;
    }
    h5, .h5 {
        font-size: 1.125rem;
    }
    h6, .h6, .text-md {
        font-size: 0.875rem;
    }
    body {
        font-size: 0.875rem;
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1600px !important;
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1200px !important;
        width: 100%;
    }

    .padding-left,
    .padding-right {
        padding-inline: 12px;
    }
}

@media screen and (max-width: 1200px) {

    .navbar-nav {
        display: flex;
        gap: 16px;
        position: fixed;
        flex-direction: column;
        top: 0;
        height: 100%;
        background-color: var(--theme-secondary);
        width: 100%;
        left: -100%;
        max-width: 280px;
        padding: 10px 20px;
        transition: all 0.3s;
    }

    .site-header.active .navbar-nav {
        left: 0;
    }

    .navbar-nav .nav-link {
        color: var(--white-color) !important;
        font-weight: 600;
    }

    .navbar-toggler {
        display: block;
    }
}

@media screen and (max-width: 991px) {

    .spacer-xl {
        padding-block: 70px;
    }

    .mail-link, .phone-link {
        justify-content: center;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .action-link a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 20px !important;
        gap: 18px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .popup-block {
        flex-direction: column;
    }
}

@media (max-width: 575px) {

    .boost-wrap {
        padding: 20px 12px;
    }

    header .logo {
        width: 100%;
        max-width: 90px;
    }

    .footer-social {
        gap: 15px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .site-header .button-bordered {
        display: none;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 18px !important;
        gap: 12px;
    }

    .button {
        justify-content: center;
    }

    .sidebar-item a {
        font-size: 14px;
    }
    
    .sidebar-item a i {
        font-size: 16px;
    }
}

.footer-wrapper,
.foo a {
    color: #fff !important;
}

/* Single Post */

.single-post-grid {
    padding: 60px 10px;
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
}

.post-thumbnail img {
    border-radius: 8px;
    margin-bottom: 30px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.single-post-grid h3 {
    font-size: 1.375rem;
}

.recent-post ul {
    padding: 0px 15px;
    margin: 0;
}

.recent-post li {
    margin-bottom: 15px;
    border-bottom: 1px solid #1002241f;
    padding-bottom: 15px;
}

.post-title a,
.recent-post li a {
    color: var(--theme-primary);
}

.load-post-btn {
    padding: 12px 25px;
    font-weight: 600;
    display: flex;
    gap: 18px;
    align-items: center;
    transition: all .3s ease;
    border: none;
    margin: auto;
    width: fit-content;
    background: var(--theme-primary);
    color: var(--white-color);
}

.load-post-btn:hover {
    transform: translateY(-5px);
}

@media (max-width:991px){
	
	/* Blog Page */
	.single-post-grid {
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }
	
	.single-post-grid main{
		width:100% !important;
		max-width:100% !important;
	}
	
}</pre></body></html>