/* @font-face {
    font-family: 'Ubuntu Bold';
    src: url('/public/fonts/ubuntu-font-family-0.83/Ubuntu-B.ttf');
} */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .navbar-brand {
        width: 30%;
    }

}
@media (max-width: 576px) {
    .frm_contact {
        width: 100%;
    }
    .navbar-brand {
        width: 30%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .frm_contact {
        width: 50%;
    }
    .container-hl {
        margin-top: 80px !important;
        margin-left: 50px !important;
        margin-right: 50px !important;
        max-width: 100% !important;
        width: auto !important;
    }
    .circle-down {
        background-color: #90ba08;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        left: 50%;
        position: absolute;
        bottom: 2vh;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}


/* Start Custom Scrollbar */

:root{
    /*scrollbar-face-color: #90ba08; /* Firefox 63 compatibility */
    /*scrollbar-track-color: #fff; /* Firefox 63 compatibility */
    /*scrollbar-color: #90ba08 #272727;
    scrollbar-width: 10px;*/
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* button */
::-webkit-scrollbar-button {
    background: #90ba08;
    /* display: none; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #777676;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #90ba08 !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #3e3e3e;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}

.loader-wrapper {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background-color: #272727;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    top: 0%;
}

.wrapper{
    width: auto;
    max-width: 1920px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    box-shadow: 0px 10px 30px #eaeaea;
}

.loader {
    opacity: 1;
    position: fixed;
    top: 50%;
}

ul.cursor li::marker {
    content: '>  ';
    font-size: inherit;
    color:#90ba08;
}

ul.cursor-white li::marker {
    content: '>  ';
    font-size: inherit;
    color:#fff;
}

ul.cursor-checked li::marker {
    content: '✓';
    font-size: inherit;
    color:#90ba08;
}

.bg-primary {
    background-color: #b8d361;
}

.bg-green {
    background-color: #90ba08 !important;
}

.sectors-sec-p {
    font-weight: 100;
    font-family: "Ubuntu";
}

@media (min-width: 768px) { 
    .card-cont {
        margin-top: 0px;
        margin-bottom: 20px;
        transition: all 1s;
    }
}

.cmd-box {
    position: fixed;
    right: 0.5rem;
    bottom: 1.5rem;
    display: grid;
    width: 3.5rem;
    text-align: center;
    color: #90ba08 !important;
    font-size: 30px !important;
    z-index: 1999;
}

.cmd-box-icon:focus,
.cmd-box-icon:hover {
    color: #7a7a7a;
}

.cmd-box i {
    font-weight: 800 !important;
}

.text-justify{
    text-align:justify !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary) !important;
}

a.hoverdark:hover {
    color: var(--bs-blue) !important;
}

.accordion-button:not(.collapsed) {
    color: #7a7a7a;
    background-color: #cde090;
    box-shadow: inset 0 -0.125rem 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237A7A7A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button {
    color: #7a7a7a;
    background-color: #f6f6f2;
}

.accordion-button:focus {
    border-color: #d1d3e2;
    box-shadow: 0 0 0 0.1rem rgb(144 186 8 / 60%);
  }

/* START Cookies Bar */
.ckbar {
    height: 0px;
    width: 0px;
    position: fixed;
    z-index: 9999;
    bottom: -20px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #272727;
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    transition: width 0s, height 0.8s;
    border: 5px solid #fff;
    border-radius: 30px 30px 0px 0px;
    outline: 3px solid #90ba08;
    }
        
#ckbarClose:hover {
color: #fff;
background-color: #7a7a7a;
}

.ckbar .closeckbar {
position: absolute;
top: 15px;
right: 15px;
font-size: 27px;
color: #fff;
cursor: pointer;
background-color: #90ba08;
padding: 0px 15px 0px 15px;
border-radius: 50%;
}

#main {
    min-height: calc(100vh - 405px);
}

.custom-tooltip {
    --bs-tooltip-bg: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.callout {
    padding: 10px;
}

.callout-secondary {
    border-left: 2px solid #90ba08;
    background-color: var(--bs-body-bg) !important;
    color: #90ba08;
    
}

.sticky-lg-top {
    top: 85 !important;
}

/**************************************************/
/* RESPONSIVE SECTION */
/**************************************************/

@media (max-width: 575.98px) { 
    #kxp-sectors-menu {
        position: absolute;
        top: -25px;
        width: 90% !important;
    }
    .sectors-menu {
        width: 100%;
    }

    .sectors-sec-p {
        font-size: 16px;
        font-weight: 100;
        font-family: "Ubuntu";
        line-height: 1.3;
    }

    .sectors-sec {
        background-color: #c7dc83;
        box-shadow: 0px 8px 15px #ccc;
        padding: 20px;
        margin-bottom: 0px;
        position: relative;
        top: -15px;
        height: auto;
    }

    .sectors-sec-txt {
        top: 10px !important;
        position: inherit;
    }

    .slide-text {
        font-size: 1rem;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .slide-title {
        font-size: 1.2rem;
        margin-left: 20px;
        margin-right: 20px;
    }

    .circle-sec {
        position: absolute;
        margin-top: -45px;
        border-radius: 50%;
        background-color: #eaeaea;
        padding: 18px;
        left: 5.5%;
        text-align: center;
        display: inline;
        font-size: 35px !important;
        color: #90ba08;
        border: 5px solid #fff;
        width: 100px !important;
        height: 100px !important;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-caption-right {
        position: absolute;
        width: 55%;
        top: 20px;
        left: 35%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    .carousel-caption-left {
        position: absolute;
        width: 50%;
        top: 20px;
        right: 45%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    .slide-text {
        font-size: 13px;
    }
    
    .slide-title {
        font-size: 16px;
    }

    #kxp-sectors-menu {
        position: relative;
        top: -70px;
        width: 100% !important;
        padding-left: 2%;
        padding-right: 2%;
        
    }

    .faq-cont {
        width: 100%;
    }


}

@media (min-width: 769px) and (max-width: 991.98px) { 
    .carousel-caption-right {
        position: absolute;
        width: 55%;
        top: 20px;
        left: 35%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    .carousel-caption-left {
        position: absolute;
        width: 50%;
        top: 20px;
        right: 45%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    .slide-text {
        font-size: 13px;
    }
    
    .slide-title {
        font-size: 15px;
    }

    .sectors-sec-p {
        font-size: 15px;
        font-weight: 100;
        font-family: "Ubuntu";
    }

    #kxp-sectors-menu {
        position: relative;
        top: -180px;
        width: 100% !important;
        padding-left: 2%;
        padding-right: 2%;   
        height: 100%;
    }

    .sectors-sec {
        background-color: #c7dc83;
        box-shadow: 0px 8px 15px #ccc;
        padding: 20px;
        margin-bottom: 80px;
        position: relative;
        top: -15px;
        height: 350px;
    }

    .sectors-sec-txt {
        position: absolute !important;
        top: 60px !important;
    }

    .kxp-sec {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-top: 80px !important;
        border: 2px solid #90ba08;
        border-radius: 50px 5px;
        box-shadow: 5px 10px 20px #acacac;
    }

    .circle-sec {
        position: absolute;
        margin-top: -45px;
        border-radius: 50%;
        background-color: #eaeaea;
        padding: 13px;
        left: 3%;
        text-align: center;
        display: inline;
        font-size: 25px !important;
        color: #90ba08;
        border: 5px solid #fff;
        width: 80px;
        height: 80px;
        padding-top: 23px;
    }
    

}

@media (min-width: 992px) { 

    .sectors-sec {
        background-color: #c7dc83;
        box-shadow: 0px 8px 15px #ccc;
        padding: 20px;
        margin-bottom: 80px;
        position: relative;
        top: -15px;
        height: 270px;
    }

    .sectors-sec-txt {
        position: absolute;
        top: 45px;
    }

    .sectors-sec-p {
        font-size: 15px;
        font-weight: 100;
        font-family: "Ubuntu";
    }

    .carousel-caption-right {
        position: absolute;
        width: 55%;
        top: 75px;
        left: 35%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }
    
    .carousel-caption-left {
        position: absolute;
        width: 50%;
        top: 75px;
        right: 45%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    #kxp-sectors-menu {
        position: absolute;
        top: -180px;
        width: 70% !important;
        padding-left: 2%;
        padding-right: 2%;
        left: 16%;
        height: 100%;
    }

    .faq-cont {
        width: 75%;
    }
    
}

@media (min-width: 992px) and (max-width: 1198.98px) { 
    
    .carousel-caption-right {
        position: absolute;
        width: 55%;
        top: 50px;
        left: 35%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }
    
    .carousel-caption-left {
        position: absolute;
        width: 50%;
        top: 50px;
        right: 45%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

    .slide-text {
        font-size: 15px;
    }
    
    .slide-title {
        font-size: 18px;
    }

    #kxp-sectors-menu {
        position: relative;
        top: -70px;
        width: 70% !important;
        padding-left: 2%;
        padding-right: 2%;
        
    }

    .kxp-sec {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-top: 80px !important;
        border: 2px solid #90ba08;
        border-radius: 50px 5px;
        box-shadow: 5px 10px 20px #acacac;
    }

    .circle-sec {
        position: absolute;
        margin-top: -45px;
        border-radius: 50%;
        background-color: #eaeaea;
        padding: 13px;
        left: 3%;
        text-align: center;
        display: inline;
        font-size: 25px !important;
        color: #90ba08;
        border: 5px solid #fff;
        width: 80px;
        height: 80px;
    }
    


}

@media (min-width: 1400px) {

    #mainNav .navbar-brand {
        transition: all .5s linear;
        width: 12%;
        margin-left: 20px;
    }

    #mainNav.navbar-shrink .navbar-brand {
        width: 10%;
        transition: all .5s linear;
    }

    .kxp-sec {
        margin-left: 50px !important;
        margin-right: 50px !important;
        margin-top: 80px !important;
        border: 2px solid #90ba08;
        border-radius: 50px 5px;
        box-shadow: 5px 10px 20px #acacac;
    }

    .sectors-sec {
        background-color: #c7dc83;
        box-shadow: 0px 8px 15px #ccc;
        padding: 20px;
        margin-bottom: 80px;
        position: relative;
        top: -15px;
        height: 360px;
    }

    .sectors-sec-p {
        font-size: 1rem;
        font-weight: 100;
        font-family: "Ubuntu";
    }

    .sectors-sec-txt {
        position: absolute;
        top: 80px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .circle-sec {
        position: absolute;
        margin-top: -45px;
        border-radius: 50%;
        background-color: #eaeaea;
        padding: 18px;
        text-align: center;
        display: inline;
        font-size: 35px !important;
        color: #90ba08;
        border: 5px solid #fff;
        width: 100px;
        height: 100px;
        padding-top: 30px;
    }
    
    .circle-sec-sm {
        position: relative;
        top: -15px;
        border-radius: 50%;
        background-color: #eaeaea;
        padding: 8px;
        left: -5.5%;
        text-align: center;
        display: inline;
        font-size: 16px !important;
        color: #90ba08;
        border: 5px solid #fff;
    }
    
}


.slide-text {
    font-weight: 100;
    font-family: "Ubuntu";
}

.slide-title {
    font-weight: 100;
    font-family: "Ubuntu Bold";
    color: #cedb84;
}

@media (max-width: 1199.98px) { 
    #kxp-sectors-menu {
        width: fit-content;
    }
}
  
/****************************/

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    background-color: #cde090;
    font-size: 10px !important;
    color: #7A7A7A;
    font-weight: 600;
    /* border-radius: 0.35rem; */
}

.top-parag {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #cde090;
    border-style: solid;
    border-width: 1px;
    border-color: #90ba08;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 15px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #638200;
    align-items: center;
}

.top-parag-yel {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 15px;
    background-color: #FDF3D8;
    border-style: solid;
    border-width: 1px;
    border-color: #fbdd8e;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 15px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #806520;
    align-items: center;
}

.top-parag-grwh {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #9CCC00;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #806520;
    align-items: center;
}

.top-parag-grgray {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #7A7A7A;
    border-style: solid;
    border-width: 1px;
    border-color: #9CCC00;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #fff;
    align-items: center;
}

.top-parag-lgray {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #eaeaea;
    border-style: solid;
    border-width: 1px;
    border-color: #cdcdce;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #7A7A7A;
    align-items: center;
}

.top-parag-blue {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #dce3f9;
    border-style: solid;
    border-width: 1px;
    border-color: #293c742e;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #293c74;
    align-items: center;
}

.top-parag-red {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 7px;
    background-color: #ff000036;
    border-style: solid;
    border-width: 1px;
    border-color: #a52a2a2e;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    font-family : var(--font-family-sans-serif);
    color: #a52a2a;
    align-items: center;
}

.link:hover {
    color: var(--bs-blue) !important;
    text-decoration: underline;
    cursor: pointer;
}

.nav-pills .nav-link:hover, .nav-link:focus {
    color: #7a7a7a !important;
    background-color: #eaeaea !important;
    border-radius: 5px;
}
  
.popdSecInfo {
    height: calc(100vh - 30%);
    width: calc(100vw - 10%);
    position: fixed;
    z-index: 1050;
    /* top: 20%; */
    top: -2000px;
    background-color: var(--bs-gray-200);
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    /* padding: 0px; */
    transition: 0.1s;
    border-radius: 15px;
    left: calc(100vw - 95%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popdSecInfo::-webkit-scrollbar{
    display: none;
    width: 0 !important;
}

.closepopdSecInfo:hover, .closepopTrans:hover {
    color: #90ba08;
}
  
.closepopdSecInfo {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 20px;
    color: var(--bs-red);
    cursor: pointer;
}
  
.popTrans {
    height: 150px;
    width: 300px;
    position: fixed;
    z-index: 1050;
    bottom: -300px;
    background-color: var(--bs-gray-200);
    color: #fff;
    overflow: hidden;
    transition: 0.1s;
    border-radius: 15px;
    left: calc(50vw - 150px);
}

.closepopTrans {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 20px;
    color: var(--bs-red);
    cursor: pointer;
}
