@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Roboto", sans-serif; */

:root {
    --primaryGreen: #0a6522;
    --lightGreen: #5cb85c;
    --bgGreen: #F0FFF0;
    --primaryBlue: #003667;
    --paragraph: #7a7a7a;
    --white: #fff;
    --black: #000;
    /* --gridentBg: linear-gradient(198deg, #2A7D2E 6%, #89CC09 68%); */
    --gridentBg: linear-gradient(211deg, #09571E 33%, #589D0e 78%);
    --topHeaderBg: #F2F2F2;
    --dark: #494c4f;
    --darkGray: #DFD8D8;
    --lightGray: #E7E2E2;
    --gray: #94a3b8;
   
}
 .hero-banner-sec {overflow:hidden}
  .hero-banner .item {position:relative}
  /* .hero-banner img {display:block; width:100%; height:auto; aspect-ratio: 16/9;} */
body,
html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* overflow-x: hidden !important;
    margin-top: 0px !important; */
}
#my-sticky-elements {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
}
.nabl-tabs *{
    color: #fff !important;
}
.nabl-tabs ul{
    font-size: 15px !important;
}
* {
    font-family: "Roboto", sans-serif;
}

.top-header {
    padding: 10px 0px;
    background: var(--topHeaderBg);
}

/* font  */
.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.top-header a {
    color: var(--primaryGreen);
    text-decoration: none;
}

.main-header {
    background: var(--white);
}

.desktop-menu ul.main-ul {
    display: flex;
}
.desktop-menu li a {
    padding: 0px 20px;
    color: var(--paragraph);
    font-size: 14px !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: block;
    z-index: 9;
    position: relative;
}

.has-submenu {
    position: relative;
    z-index: 9;
    margin-right: 16px;
}

.has-submenu::after {
    position: absolute;
    content: '\+';
    right: 2px;
    top: 0px;
    font-family: 'Font Awesome 7 Free';
    font-size: 13px;
    font-weight: 600;
    color: var(--paragraph);
}
.mobile-menu-container .has-submenu::after {
    position: absolute;
    content: '\+';
    right: 2px;
    top: 0px;
    font-family: 'Font Awesome 7 Free';
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}

.submenu-container {
    position: absolute;
    content: '';
    top: 0px;
    right: 0;
    left: 0;
    min-width: 16em;
    max-width: 1000px;
    background: var(--white);
    border-radius: 9px;
    transition: all .5s ease-in-out;
    z-index: -1;
    display: none;
    padding-top: 36px;
}

.has-submenu:hover .submenu-container {
    display: block !important;
    transition: all .5s ease-in-out;
}
.mobile-menu-container li{
    padding: 10px 0px;
}
.mobile-menu-container li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.submenu-container li a {
    padding: 13px 20px;
    color: var(--dark);
    text-transform: capitalize;
    font-size: 13px !important;
    font-weight: 600;
    display: block;
    transition: all .3s ease-in-out;
}

.submenu-container li a:hover,
.desktop-menu li a:hover {
    color: var(--lightGreen);
}

#humBurger {
    display: none;
}
.text-cb{
    color: #574D4D !important;
}
