﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


:root {
    --font-default: 'Poppins', sans-serif;
    --font-primary: 'Poppins', sans-serif;
    --font-Highlight: 'livvic';
    --color-Green: #ACC137;
    --color-DarkGreen: #546E00;
    --color-Purple: #A100F5;
    --color-Black: #000;
    --color-White: #fff;
    --color-Grey: #D5D5D5;
    scroll-behavior: smooth;
    --color-bg: #025add;
    --hero-overlay-color: transparent;
    --menu-color: #ffffff;
    --theme-color: 3b3d3f;
    --border-color: #e2e2e2;
    --theme-color-dark: #f8f8f8;
    --text-color: #000;
    --text-white-color: #ffffff;
    --text-grey-color: #3a3a3a;
    --text-theme-color: #025add;
    --light-color: #ffffff;
    --color-default: #3a3a3a;
    --color-primary: #aac137;
    --color-secondary: #7e8f28;
    --color-start: #3a3a3a;
    --color-end: #3a3a3a;
    --hero-card-bg: rgb(228 227 223 / 17%);
    --box-shadow-color: rgb(82 90 101 / 10%);
    --purple-highlight: #A100F5;
    --cardAlt: #F2F2F2;
}

    :root.dark {
        --menu-color-bg: #565656;
        --color-bg: #000000;
        --hero-overlay-color: #000000;
        --menu-color: #ffffff;
        --theme-color: #000000;
        --border-color: #14929a;
        --theme-color-dark: #2c2c2c;
        --text-color: #ffffff;
        --hero-text-color: #ffffff;
        --text-white-color: #ffffff;
        --text-grey-color: #565656;
        --text-theme-color: #14929a;
        --light-color: #000000;
        --color-default: #000000;
        --color-primary: #000000;
        --color-secondary: #000000;
        --color-start: #000000;
        --color-end: #000000;
        --hero-card-bg: rgb(0 0 0 / 83%);
        --box-shadow-color: rgb(20 146 154 / 49%);
    }

body {
    font-family: var(--font-default);
    color: var(--text-color);
    background: var(--theme-color);
    transition: 0.5s background ease;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

p {
    font-size: .9rem !important;
}

.text-justify {text-align:justify;}

.no-pointer {
    pointer-events: none !important;
}

.ContactBanner {
    opacity: 0.3;
    background: url("/siteContent/siteImages/contact-us-banner.jpg") center center;
    background-size: cover !important;
}


    .ContactBanner img {

    }



.left {
    text-align: right;
}

.right {
    text-align: left;
}

.mw-250 {max-width:250px !important;}

/* --------------------------------------------------------------
 # FONT WEIGHTS/SIZES + Z INDEXES + LINE HEIGHTS
 ------------------------------------------------------------- */
.ht-35 {height:35px !important}

.fw-4 {font-weight:400;}
.fw-6 {font-weight:600;}
.fw-7 {font-weight:700;}
.fw-9 {font-weight:900;}

.fs-16 {font-size:16px;}
.fs-50 {font-size:50px;}
.fs-40 {font-size:40px;}
.fs-80 {font-size:80px;}
.fs-91 {font-size:91px;}
.fs-155{font-size:155px;}
.fs-Standard {font-size: .9rem !important;}

.z-2 {z-index:2;}

.lh-100 {line-height:100%;}

.TxtGreen {
    color: var(--color-Green);
}





/* --------------------------------------------------------------
 # SERVICES - OVERRIDES BOOTSTRAP POPOVER SYTLES
 ------------------------------------------------------------- */
.popover {
    background: linear-gradient(0deg,rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
    border: 1px solid var(--border-color);
    max-width: 400px;
    box-shadow: 4px 4px 4px #CCC;
}

.popover-header {
    background: linear-gradient(135deg,rgba(170, 193, 55, 1) 0%, rgba(84, 110, 0, 1) 100%) !important;
    color:#fff;
    font-weight:900;
}

.popover-body {
    color: #000;
    font-family:'Poppins';
    font-size:14px;
}


 /* --------------------------------------------------------------
 # BANNER HEADING 1
 ------------------------------------------------------------- */
.bannerHeading-1 {position:relative;}

.bannerHeading-1 h1 {
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px #666666;
    font-size: 50px;
}

.bannerHeading-1 h1 span {
    color: var(--color-Green) !important;
    text-shadow:1px 1px 1px #000 !important;
}

.bannerHeading-gradient {
    background: #F0F0F0 !important;
    background: linear-gradient(0deg,rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
    height: 50px;
}

.blob-1 {
    height:100px !important;
    width:100px!important;
    top: -30% !important;
    left: -50px;
    background:rgba(232,227,227,0.2) !important
}

.orb-1 {
    top: 20%;
    right: 10%;
    background: rgba(232,227,227,0.5) !important
}


/* --------------------------------------------------------------
 # BANNER HEADING 2
 ------------------------------------------------------------- */
.bannerHeading-2 {
    background-color: #AAC137 !important;
    background: linear-gradient(135deg,rgba(170, 193, 55, 1) 0%, rgba(84, 110, 0, 1) 100%) !important;
    position: relative;
    padding: 30px 30px 100px 30px;
    width:100%;
    height:100%;
}

.bannerHeading-2 h1 {
    color: #fff !important;
}

.blob-2 {
    height: 100px !important;
    width: 100px !important;
    top: 0% !important;
    left: -50px;
    background: rgba(232,227,227,0.2) !important
}

.orb-2 {
    top: 20%;
    right: 10%;
    background: rgba(232,227,227,0.5) !important
}


.bannerHeading-2 a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    pointer-events: none !important;
}

.bannerHeading-2 a:hover {
    opacity: .5;
}

.bannerHeading-2 a {
    padding-top: 60px;
}

.bannerHeading-2 a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.bannerHeading-2 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.bannerHeading-2 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 2s infinite;
    animation: sdb03 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 30px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 30px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.faqCard {
    background-color:#f8f8f8;
}


/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
.aboutUsImg {
    width: 100%;
    position: relative;
    background: url("/siteContent/siteImages/MissionVisionImg.png") center center;
    background-size: cover !important;
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height:550px;
}

.blockNumber {
    background: url(/siteContent/siteImages/number-green.png) 0 0 repeat-x #b7dd00;
    box-shadow: -1px -1px 0px #ccdd06;
    -moz-box-shadow: -1px -1px 0px #ccdd06;
    -webkit-box-shadow: -1px -1px 0px #ccdd06;
    float: left;
    font-size: 45px;
    color: #fcfcfc;
    line-height: 62px;
    letter-spacing: -3px;
    margin: 6px 18px 0 1px;
    padding: 3px 11px 0px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    font-family: Arial !important;
}

/*--------------------------------------------------------------
# WHY US SECTION
--------------------------------------------------------------*/

.whyUsLeft {
    text-align: right;
}

.whyUsRight {
    text-align: left;
}

.list-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.list-wrap p {
    color: var(--text-color);
}

/*    .list-wrap:nth-child(3),
    .list-wrap:nth-child(6) {
        margin-bottom: 0;
    }

    .list-wrap .description h4 {
        color: var(--text-color);
    }*/

.icon {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
}

/*    .icon svg {
        width: 100%;
    }*/

.list-center-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}

.center-icon {
    width: 100%;
    text-align: center;
}

    .center-icon img {
        width: 100%;
        border-radius: 20px;
        opacity: 0.9;
    }


/*--------------------------------------------------------------
# Testimonials Section
-------------------------------------------------------------- */
.testimonials {
    background-color: rgba(255, 255, 255,0.9) !important;
    border-radius: 10px;    
}
.testimonial-wrap .testimonials_100op {
    background-color: rgba(255, 255, 255,1) !important;
    border-radius:10px;
}

.testimonials .testimonial-wrap {
    padding-left: 20px;
    
}

.testimonials h2 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
    margin-bottom:1.5rem !important;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 0px;
    position: relative;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

    .testimonials .testimonial-item .info-box {
        min-width: 276px;
    }

/* --------------------------------------------------------------
 # BLOBS & ORBS
 ------------------------------------------------------------- */
.floating-blob {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: 6s ease-in-out 0s infinite normal none running float;
}

.glowing-orb {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    filter: blur(10px);
    animation: pulse 4s infinite;
}

/* Animation Effects */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: url("/siteContent/siteImages/HomeImg2.jpg") center center;
    background-size: cover !important;
    padding: 60px 0 0 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-attachment: fixed !important;
}

/*    .hero::before {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        z-index: 0;
        margin-top: 0;
        background: linear-gradient(360deg, var(--hero-overlay-color), var(--hero-overlay-color));
    }*/

.hero .circle {
    color: var(--color-Green);
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed !important;
    }
}

.mr-20 {
    margin-right: 20px !important;
}

.hero h2 {
    color: var(--color-White);
    text-transform: capitalize;
    letter-spacing: 0.7px;
}

.hero span {
    color: var(--color-Green);
    font-weight: bold;
}

.hero p {
    color: var(--color-White);
    font-weight: 400;
    margin-bottom: 30px;
}

/*.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--color-White);
    background: linear-gradient(45deg, var(--color-Green), var(--color-DarkGreen));
}

    .btn-get-started:hover {
        background: linear-gradient(45deg, var(--color-Green), var(--color-DarkGreen));
        color: var(--color-White);
    }*/


@media (min-width: 991px) {
    .hero {
        background: url("/siteContent/siteImages/HomeImg2.jpg") center center;
    }

    .hero h2 {
        font-size: 40px;
    }

    .hero2 {
        background: url(/siteContent/siteImages/HomeImg2.jpg) center left;
        background-size: cover !important;
        padding: 60px 60px;
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        background-attachment: fixed;
    }
}

@media (max-width: 575.98px) {
    .hero {
        background: url("/siteContent/siteImages/HomeImg2.jpg") center center;
    }

    .hero h2 {
        font-size: 22px;
    }

    .hero2 {
        background: url(/siteContent/siteImages/HomeImg2.jpg) center left;
        background-size: cover !important;
        padding: 50px 20px;
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        background-attachment: fixed;
    }
}

/*@media (max-width: 767px) {
    .text-left.caption {
        text-align: center;
    }

    .caption .justify-content-start {
        justify-content: center !important;
    }

    .caption .social {
        justify-content: center;
    }

    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }

    .icon-boxes .card-two {
        margin-top: var(--bs-gutter-y);
        margin-bottom: 0px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

@media (min-width: 768px) {
    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }

    .icon-boxes .card-two {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}*/

.icon-box {
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.icon-box-border {border:1px solid rgba(83, 83, 83, 0.1);
                  border-radius:15px ;
}

.servicesicon-box:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    background: linear-gradient(0deg,rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

    .icon-box .icon img {
        width: 77px;
    }

    .icon-box .title {
        margin-bottom: 15px;
        font-size: 24px;
    }

        .icon-box .title a {
            /*color: var(--color-primary);*/
            color: #000;
            transition: 0.3s;
        }

    .icon-box .icon {
        margin-bottom: 20px;
        padding-top: 10px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        font-size: 48px;
        line-height: 1;
        color: var(--color-primary);
    }

/*    .icon-box:hover {
        transform: scale(1.04);
    }*/


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 28px;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: var(--font-secondary);
            font-size: 16px;
            font-weight: 600;
            color: var(--menu-color);
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
        }

    .stikcy-menu .navbar a {
        color: var(--text-color);
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: var(--color-primary);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--light-color);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            font-weight: 400;
            color: var(--text-color);
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: var(--color-primary);
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: var(--color-primary);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-primary);
        font-size: 15px;
        color: rgb(255 255 255);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #fff;
    }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: var(--color-primary);
        padding: 8px 20px;
        border-radius: 4px;
        margin: 15px;
        color: #fff;
    }

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: rgba(0, 131, 116, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        background-color: var(--color-primary);
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        color: var(--color-primary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
    }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgb(0 0 0 / 80%);
        z-index: 9996;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
    padding: 120px 0 60px 0;
    min-height: 20vh;
    background: url(/siteContent/siteImages/HomeImg3.jpg) center bottom;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.breadcrumbs .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,var(--light-color), var(--light-color));
    z-index: 0;
    opacity: 0;
}

.breadcrumbs .page-header h1 {
    color: var(--color-Green);
    /*text-shadow: 3px 2px 2px #777;*/
}

.breadcrumbs .page-header p {
    color: var(--menu-color);
}

.breadcrumbs nav {
    background-color: var(--color-Green);
    padding: 20px 0;
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--color-default);
}

.breadcrumbs nav ol a {
    color: var(--text-white-color);
    transition: 0.3s;
}

    .breadcrumbs nav ol a:hover {
        text-decoration: underline;
    }

.breadcrumbs nav ol li + li {
    padding-left: 10px;
}

.breadcrumbs nav ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondary);
    content: "/";
}



/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
    background-color: #000 !important;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    margin-bottom: 30px;
    text-align:center;
}

.footer-logo img {
    max-width: 360px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--color-White);
    line-height: 28px;
    text-align:center !important;
}

/*.footer-section {
    background: url(../images/hero-bg.png) center left;
    background-size: cover;
    padding: 60px 0;
    border-radius: 0px;
    position: relative;
    background-attachment: fixed;
}

    .footer-section:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        z-index: 0;
        opacity: 0.8;
    }*/

/*.footer-cta {
    border-bottom: 1px solid #373636;
}

.copyright-text {
    margin-top: 30px;
}

.single-cta i {
    color: #c00113;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #c00113;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }



    .footer-content .list {
        padding-left: 0;
    }

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}



.footer-widget ul li,
.footer-widget ul li a {
    font-size: 14px;
}



.footer-social-icon span {
    color: var(--color-primary);
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

.facebook-bg {
    background: var(--color-primary);
}

.twitter-bg {
    background: var(--color-primary);
}

.google-bg {
    background: var(--color-primary);
}

.footer-widget-heading h3 {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: var(--color-primary);
    }

    .footer-widget ul li a {
        color: var(--text-white-color);
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #e4e4e4;
        border: 1px solid #e4e4e4;
        color: #222222;
        outline: none;
    }

    .subscribe-form button {
        position: absolute;
        right: -3px;
        background: transparent;
        border: 0;
        top: -8px;
    }

        .subscribe-form button i {
            color: var(--color-primary);
            font-size: 3rem;
            transform: rotate(-6deg);
        }

.copyright-area {
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #b9b9b9;
}

    .copyright-text p a {
        color: var(--color-primary);
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: var(--color-primary);
    }

    .footer-menu li a {
        font-size: 14px;
        color: #b9b9b9;
    }

        .footer-menu li a:hover {
            color: #000000;
        }*/


/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}


.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/*--------------------------------------------------------------
# CARD
--------------------------------------------------------------*/
.card {
    position: relative;
    height: auto;
    background: var(--light-color);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto;
    padding: 40px 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}


.card:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.card .title img {
    width: 120px;
}

.cardAlt {
    position: relative;
    height: auto;
    background: var(--cardAlt);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto;
    padding: 40px 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    border: 0;
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}


/*.col-sm-3:nth-child(1) .card,
.col-sm-3:nth-child(1) .card .title .fa {*/
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
/*}

.col-sm-3:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fa {*/
    /* background: linear-gradient(-45deg, var(--color-primary), #ec9f00); */
/*}

.col-sm-3:nth-child(3) .card,
.col-sm-3:nth-child(3) .card .title .fa {
    background: linear-gradient(-45deg, var(--color-primary), #ec9f00);
}

    .col-sm-3:nth-child(3) .card a {
        color: var(--light-color);
        border: 2px solid var(--light-color);
    }*/

.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
    -webkit-transform: skewY(-5deg) scale(1.5);
    -moz-transform: skewY(-5deg) scale(1.5);
    -ms-transform: skewY(-5deg) scale(1.5);
    -o-transform: skewY(-5deg) scale(1.5);
}







.teamCard:hover {
    transform: scale(1.0) !important;
    -webkit-transform: scale(1.0) !important;
    -moz-transform: scale(1.0) !important;
    -ms-transform: scale(1.0) !important;
    -o-transform: scale(1.0) !important;
}


/*--------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/

#servicesHero {
    width: 100%;
    height: 400px;
    background-size:cover;
    position: relative;
    overflow:hidden;
    background-attachment:scroll;
}

    #servicesHero video {
        object-fit: fill;
        margin: auto;
        width: 100%;
        min-height: 400px;
    }

#servicesBanner {
    width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: scroll;
}

#servicesBanner img {
    object-fit: cover;
    margin: auto;
    width: 100%;
    min-height: 400px;
}



.contactCard {
    background-color: #AAC137 !important;
    background: linear-gradient(135deg,rgba(170, 193, 55, 1) 0%, rgba(84, 110, 0, 1) 100%) !important;
    position: relative;
    width: 100%;
}

.contactCard h1 {color:#fff !important;}

.contactCard:hover {
    transform: scale(1.0) !important;
    -webkit-transform: scale(1.0) !important;
    -moz-transform: scale(1.0) !important;
    -ms-transform: scale(1.0) !important;
    -o-transform: scale(1.0) !important;
}

.btn-get-started {
    font-family: var(--font-primary) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    padding: 14px 20px !important;
    border-radius: 50px !important;
    transition: 0.3s !important;
    color: var(--text-white-color) !important;
    background: linear-gradient(45deg, var(--color-primary), var(--color-secondary)) !important;
}

    .btn-get-started:hover {
        background: linear-gradient(45deg, var(--color-secondary), var(--color-primary)) !important;
        color: var(--text-white-color) !important;
    }

/*--------------------------------------------------------------
# ORDER
--------------------------------------------------------------*/

.OrderSteps {
    background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
    padding: 0px 30px; 
}

.OrderStepsBorder {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.OrderStepsIndex {
    background: linear-gradient(0deg, var(--color-secondary), var(--color-primary)) !important;
    box-shadow: 4px 4px 4px #fff;
    border-radius: 0px 0px 30px 30px;
    text-shadow: 4px 4px 4px #dadada;
    color: #546E00 !important;
}

.OrderStepsIndex_p {
    color: #dbdbdb;
}

.TableOuter {
/*    border-collapse: collapse;
    border: 1px solid #C9C9C9;*/
}

.TableRow {
    height: 50px;
    /*border-top: 1px solid rgba(200, 200, 200, .33);*/
    /*border-bottom: 1px solid rgba(200, 200, 200, .33);*/
}

.TableCell {
    border-bottom: 1px solid rgba(200, 200, 200, .33);
}

@media (max-width:767.98px) {
    .TableCell {
        border-bottom: 0px solid rgba(200, 200, 200, .33);
        padding-bottom:7px;
    }
}

    .TableRowMB {
        border-top: 1px solid #C9C9C9;
        border-bottom: 1px solid #fff !important;
    }

    .TableRowSB {
        border-top: 1px solid #fff !important;
        border-bottom: 1px solid #C9C9C9;
    }

    .TableAlertRow {
        height: 50px;
        background-color: #f2dede !important;
        color: #a94442 !important;
        border-top: 1px solid #C9C9C9 !important;
        border-bottom: 1px solid #C9C9C9 !important;
    }

    .ShowRow {
        display: normal;
    }

    .HideRow {
        display: none;
    }

    .input-group-addon {
        padding: 20px 44px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
        color: #f1f2f3;
        text-align: center;
        background-color: #d9ceb7;
        border: 1px solid #cccccc;
        border-radius: 0;
    }


    /*.orderProcessBkgnd {
    background: linear-gradient(180deg, var(--color-secondary), var(--color-primary)) !important;
}

.orderProcessBkgndBorder{border-left:1px solid #AAC137;
                         border-right:1px solid #AAC137;
}

.index-list {counter-reset:li;}

    .index-list li {
        display: inline-block;
        background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
        padding: 194px 53px 58px 38px;*/ /* ORIGINAL VAL: padding: 194px 53px 98px 38px; */
    /*max-width: 33.24764353041988%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        border-right: 1px solid rgba(255, 255, 255, 0.3);*/
    /*min-height: 511px;*/
    /*}

        .index-list li:before {
            content: counter(li, decimal);
            counter-increment: li;
            position: absolute;
            width: 123px;
            height: 123px;
            line-height: 123px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            text-align: center;
            background: linear-gradient(45deg, var(--color-secondary), var(--color-primary)) !important;
            top: 39px;
            left: 38px;
            color: #ffffff;
            font-size: 71px;
            font-weight: 400;
            z-index: 9;
            -moz-transition: 0.6s;
            -webkit-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
            box-shadow: 4px 4px 4px #fff;
        }

.index-list li p {
    position: relative;
    z-index: 9;
}

.p__mod {
    font-size: 18px !important;
    line-height: 30px;
    color:#fff !important;
}

@media (max-width: 1199px) {
    .index-list li {
        padding: 194px 22px 68px;
        min-height: 362px;
    }

    .index-list li p {
        font-size: 21px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .index-list li {
        float: none;
        min-height: 0;
        max-width: 100%;
        border-right: none;
        min-height: 362px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .index-list li .arrow:before {
        bottom: -31px;
        left: -4px;
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .index-list li .arrow__mod:before {
        bottom: -30px;
        left: -7px;
    }
}*/
