:root {
  
    --primary: #ef00a1;
    --primary_dark: #bd007e;
    
    --secondary: #0072bc;

    --black: #000000;
    --white: #ffffff;

    --bg_btnPrimary:#222733;
    --bg_btnPrimary_hover:#2e3340;
    --bg_btnPrimary_hover:#222733;
    
    --bg_btnSecondary:#0072bc;
    --bg_btnSecondary_hover:#0072bc;
    
    --bg_btnSecondaryDark:#161a33;
    --bg_btnSecondaryDark_hover:#161a33;
    
    --text_logo:#ffffff;
    --text_logo_hover:#ffffff;

    --text_sitemenu_a:#555555;
    --text_sitemenu_a_hover:#222733;
    --text_sitemenu_a_active:#222733;

    --bg_sitemenu_dropdown: #ffffff;

    --bg_hero:#ffffff;
    --bg_heroInnerColor1:#f6f6f6;
    --bg_heroInnerColor2:#f6f6f6;

    /* ----- Counter (Stats) ----- */
    --text_counter_stats:#000000;
    --text_counter_icon:#b8b8b8;
    --text_counter_caption:#888888;

    /* ----- Inline Social Icons ----- */
    --bg_inline_socialIncons_a:#f8f9fa;
    --text_inline_socialIncons_a:#000000;
    --text_inline_socialIncons_a_hover:#0072bc;

}


body {
    /* font-family: "Inter", sans-serif; */
    /* font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
    /* line-height: 1.7; */
    background: #fff;
    overflow-x: hidden;
    /* font-size: 1rem; */
}

/* Tablet and Mobile */
@media (max-width: 991.98px) {
    body {
        line-height: 1.5;
    }
}


body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}

a {
    color: #ef00a1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

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

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

.text-black {
    color: #000 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Source Serif Pro", serif;
}

.btn {
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #ef00a1 !important;
}

.text-white-opacity {
    opacity: .7;
}

.form-control,
.custom-select {
    border: 2px solid #e9ecef;
    font-size: 16px;
    height: 45px;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
    border-color: #ef00a1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gutter-v1 {
    margin-right: -20px;
    margin-left: -20px;
}

@media (max-width: 991.98px) {
    .gutter-v1 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {

    .gutter-v1>.col,
    .gutter-v1>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.gutter-v2 {
    margin-right: -5px;
    margin-left: -5px;
}

@media (max-width: 991.98px) {
    .gutter-v2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.gutter-v2>.col,
.gutter-v2>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 991.98px) {

    .gutter-v2>.col,
    .gutter-v2>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.spinner-border {
    color: #ef00a1;
}

/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.position-relative {
    position: relative;
}









.service [class*="icon-"] {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}

.service h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}



.rounded-20 {
    border-radius: 20px;
}

.owl-dots {
    position: relative;
    margin-top: 25px;
}




.cta-section {
    background: #1C2E4A;
}

.custom-block {
    margin-bottom: 30px;
}

.custom-block .section-title {
    font-size: 18px;
    font-weight: 700;
}




/* 
----------------------------------------------------------
    Page Header Logo Design
----------------------------------------------------------
 */
.logo {
    font-size: 24px;
    color: var(--text_logo);
    font-weight: 700;
}

.logo:hover {
    color: var(--text_logo_hover);
}



/* 
----------------------------------------------------------
    Stock Hero Wrapper Design
----------------------------------------------------------
 */
.hero {
    padding: 9rem 0 4rem 0;
    /* background: var(--bg_hero); */
    margin-bottom: 100px;
    height: vh1;
}

.hero.hero-inner {
    padding: 9rem 0 4rem 0;
    margin-bottom: auto;
    /* background: linear-gradient(135deg, var(--bg_heroInnerColor1), var(--bg_heroInnerColor2)); */
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .intro-wrap {
    position: relative;
    z-index: 1;
}

.hero .slides {
    background: #fff;
    max-width: 800px;
    /* left: -100px; */
    z-index: 0;
    position: relative;
    border-radius: 100px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    height: 608px;
    margin-bottom: -200px;
    overflow: hidden; /* Important */
}

@media (max-width: 991.98px) {
    .hero .slides {
        left: 0;
    }
}

.hero .slides img {
    position: absolute;
    border-radius: 100px;
    opacity: 0;
    -webkit-transition: 4s opacity ease;
    -o-transition: 4s opacity ease;
    transition: 4s opacity ease;
    background: #fff;
    
    inset: 0;           /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Fill container */
}

.hero .slides img.active {
    opacity: 1;
    z-index: 1;
}

/* Hero text animation */
.hero-fade{
    opacity:1;
    transition:opacity .6s ease;
}

.hero-fade.fade-out{
    opacity:0;
}

.hero-fade.fade-in{
    opacity:1;
}

.hero-fade-title{
    font-size:clamp(48px,7vw,90px);
}

.hero-fade-subtitle{
    font-size:clamp(30px,7vw,60px);
}

.hero-text{
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .hero-fade-title{
        font-size: 3rem;
    }
    .hero-fade-subtitle{
        font-size: 1.2rem;
    }
    .hero-text{
        font-size: 0.9rem;
    }

}


/* 
----------------------------------------------------------
    Information Section - Heading Wrapper Design
----------------------------------------------------------
 */
.untree_co-section {
    padding: 70px 0;
}

.section-title {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ef00a1;
}

.section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ----- Left Section - Representative Image without Video Button Design ----- */

.feature-img-bg {
    /* border-radius: 20px; */
    background-size: cover;
}

@media (max-width: 991.98px) {
    .feature-img-bg {
        height: 300px !important;
        margin-bottom: 30px;
    }
}


/* ----- Left Section - Representative Image with Video Button Design ----- */

.img-play-video {
    position: relative;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: $primary; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #204560;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ef00a1;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #204560;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/* ----- Right Section - 2x2 Feature Card Design ----- */

.feature-1-wrap {
    position: relative;
}

.feature-1 {
    padding: 30px;
    background: rgba(26, 55, 77, 0.05);
    border-radius: 20px;
    min-height: calc(50% - 15px);
    top: 0;
    margin-bottom: 30px !important;
}

@media (max-width: 991.98px) {
    .feature-1 {
        display: block !important;
    }
}

.feature-1 h3 {
    font-size: 1.2rem;
    font-weight: 700;
}


/* ----- Right Section - Key List Design ----- */

.two-col li {
    display: inline-block;
    width: 48%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    vertical-align: text-top;
    float: left;
}
@media (max-width: 768px) {
    .two-col li {
        width: 100%;
    }
}

.two-col li:before {
    content: "\f26a";
    font-family: "bootstrap-icons";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #ef00a1;
    left: 0;
    top: 7px;
    border-radius: 50%;
}





/* 
--------------------------------------------------------------
    Quick Enquiry Form - Stock Hero Wrapper Design
--------------------------------------------------------------
 */
.form {
    position: relative;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 9;
    padding: 30px;
    background: #fff;
}



/* 
--------------------------------------------------------------
    Full Enquiry Form - Contact/Inline Page Wrapper Design
--------------------------------------------------------------
 */
.contact-form {
    position: relative;
    z-index: 9;
    background: #fff;
}



/* 
----------------------------------------------------------
    Form Controls Design
----------------------------------------------------------
 */
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}

.control .caption {
    position: relative;
    top: -3px;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: #ef00a1;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #204560;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 14px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
    background-color: #ef00a1;
    opacity: .2;
}



/* 
--------------------------------------------------------------
    Contact Page - Quick Contact List Wrapper Design
--------------------------------------------------------------
 */
.quick-contact-item [class*="flaticon-"] {
    font-size: 2rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px;
    border-radius: 50%;
    border: 2px solid #f8f9fa;
    text-align: center;
    position: relative;
}

.quick-contact-item [class*="flaticon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quick-contact-item .text {
    font-size: 16px;
}



/* 
----------------------------------------------------------
    Counter (Stats) Wrapper Design
----------------------------------------------------------
 */
@media (max-width: 991.98px) {
    .counter-wrap {
        margin-bottom: 30px;
    }
}

.counter-wrap .icon {
    color: var(--text_counter_icon);
    font-weight: semibold;
    font-size: 3rem;
}

.counter-wrap .counter {
    font-size: 3rem;
}

.counter-wrap .counter span {
    color: var(--text_counter_stats);
}

.counter-wrap .caption {
    color: var(--text_counter_caption);
    font-weight: semibold;
}

@media (max-width: 991.98px) {
    .counter-wrap .counter {
        font-size: 2.5rem;
    }
}



/* 
----------------------------------------------------------
    Expandable section [FAQs] Wrapper Design
----------------------------------------------------------
 */

.custom-accordion .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 0px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #666;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    background: #fff;
}

.custom-accordion .accordion-item .btn-link:before {
    font-family: 'icomoon';
    content: "\f067";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #ef00a1;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'icomoon';
    content: "\f068";
    position: absolute;
    color: #ef00a1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item.active {
    z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
    color: #ef00a1;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888;
}





/* 
-----------------------------------------------------------------
    Inline Page Content - Horizontal Social Icons Wrapper Design
-----------------------------------------------------------------
 */
.social-icons li {
    display: inline-block;
}

.social-icons li a {
    background: var(--bg_inline_socialIncons_a);
    color: var(--text_inline_socialIncons_a);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
}

.social-icons li a:hover {
    color: var(--text_inline_socialIncons_a_hover);
}

.social-icons li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-icons li:first-child a {
    padding-left: 0;
}



/* 
----------------------------------------------------------
    Footer Wrapper Design
----------------------------------------------------------
 */
.site-footer {
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

.site-footer .inner {
    padding-top: 0px;
    padding-bottom: 40px;
    background: #161a33;
}

.site-footer .inner.first {
    padding-top: 80px;
}

.site-footer .inner.dark {
    background: #0f1126;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding-top: 30px;
    }
}

.site-footer a {
    color: rgba(255,255,255,0.6);
}

.site-footer a:hover {
    color: rgba(255,255,255,1);
    /* text-decoration: underline; */
}

.site-footer .widget {
    margin-bottom: 30px;
}

.site-footer .widget h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.site-footer .widget .social li {
    display: inline-block;
}

.site-footer .widget .social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #f8f9fa;
    color: #444;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
}

.site-footer .widget .social li a span {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-footer .widget .social li a:hover {
    background-color: #444;
    color: #fff;
}

.site-footer .widget .links li {
    display: block;
    margin-bottom: 10px;
}

.site-footer .widget .links li a {
    color: rgba(255,255,255,0.6);
}

.site-footer .widget .links li a:hover {
    color: rgba(255,255,255,1);
    /* text-decoration: underline; */
}

.site-footer ul.quick-info li {
    position: relative;
    padding-left: 30px;
}

.site-footer ul.quick-info li:before {
    left: 0;
    position: absolute;
    content: "";
    font-family: 'icomoon';
    color: #0072bc;
}

.site-footer ul.quick-info li.email:before {
    content: "\f0e0";
}

.site-footer ul.quick-info li.phone:before {
    content: "\f095";
}

.site-footer ul.quick-info li.address:before {
    content: "\e8b4";
}

.site-footer .copyright {
    font-size: 12px;
}