:root {
    --body-font: 'Montserrat', Helvetica, sans-serif;
    --heading-font: 'Red Rose', Helvetica, sans-serif;
    
    --blue-green: #1E9987;
    --fgen-primary-1: #1E9987;
    --fgen-primary-2: #75C043;
    --fgen-primary-3: #F7EC33;
    --fgen-secondary-1: #ADD9B0;
    --fgen-secondary-2: #447465;
    --fgen-secondary-3: #013B40;
    --fgen-secondary-4: #122A43;
    --fgen-tertiary-1: #E12728;
    --fgen-tertiary-2: #253F8C;
}

body {
    font-family: 'Montserrat', Sans-Serif;
}

p {
    margin-bottom: 1.5rem !important;
}

ol, ul {
    margin-bottom: 1.5rem !important;
}

.blue-green {
    color: var(--blue-green);
}

.fgen-primary-1 {
    color: var(--fgen-primary-1);
}

.fgen-primary-2 {
    color: var(--fgen-primary-2);
}

.fgen-primary-3 {
    color: var(--fgen-primary-3);
}

.fgen-secondary-1 {
    color: var(--fgen-secondary-1);
}

.fgen-secondary-2 {
    color: var(--fgen-secondary-2);
}

.fgen-secondary-3 {
    color: var(--fgen-secondary-3);
}

.fgen-secondary-4 {
    color: var(--fgen-secondary-4);
}

.fgen-tertiary-1 {
    color: var(--fgen-tertiary-1);
}

.fgen-tertiary-2 {
    color: var(--fgen-tertiary-2);
}

.site-branding {
	/*width: 130px;*/
	width: 80%;
}

/* HEADER STYLE*/

.text-bar-title {
	color: var(--fgen-primary-1);
	font-size: 30px;
	font-weight: bold;
}

.header-top {
    height: 140px;
}

.navbar-toggler.menu .bi {
	width: 2em;
	height: 2em;
}

.navbar {
	border-top: 2px solid var(--fgen-primary-1);
	border-bottom: 2px solid var(--fgen-primary-1);
}

.nav-item {
    color: var(--fgen-primary-1);;
    font-size: 15px;
    line-height: 1;
    margin: auto;
    text-align: left;
    padding: 4px 1em;
}

.dropdown-toggle::after {
	position: absolute;
	margin-right: -110px;
	display: none;
}

.navbar-dark .navbar-nav .nav-link{
	color: var(--fgen-primary-1);
}

.nav-link ul {
	margin-bottom: 0;
	list-style: none;
	display: flex;
}

.nav-link.single-liner {
	padding: 16px 0px;
}

.dropdown-menu-1 {
	padding: 0;
	background-color: var(--fgen-primary-1);
	margin-top: 0px !important;
	border: 1px solid #fff;
	border-radius: 0;
	top: 100%;
}

.nav-link-1 {
    padding: var(--bs-nav-link-padding-y);
}

.dropdown-menu-1.long-text {
    top: 103%;
}

.dropdown-menu-1 li {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

.dropdown-menu-1 li:last-child {
    border-bottom: none;
}

.dropdown-menu-1 li a {
	color: #fff;
	background: var(--fgen-primary-1) !important;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}

/*.dropdown-menu-1 li a:hover{*/
/*	background: #fff;*/
/*	color: var(--fgen-primary-1);*/
/*}*/

.dropdown-menu-2 {
	padding: 0;
	background-color: var(--fgen-secondary-2) !important;
	color: #fff;
	margin-top: 0 !important;
	border-radius: 0;
}

.dropdown-menu-2 li a {
	color: #fff;
	background: var(--fgen-secondary-2) !important;
	text-align: left;
	font-size: 14px;
	line-height: normal;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.dropdown .position-relative ul.position-absolute {
	background-color: var(--fgen-primary-1);
	border: 1px solid #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
}

/*initial location of wide dropdown
.dropdown-menu.dropdown-menu-ovcs {
	left: -246%;
}*/

.dropend .dropdown-toggle::after {
	right: 121px;
}

.dropdown-menu .dropdown-menu {
  top: 10px;
  left: 100%;
}


/*LARGE*/
@media (max-width: 1199px) {
    
    .navbar {
        background-size: contain;
        background-position: top;
        display: block;
    }
    
    .navbar-nav {
        border-left: none;
        border-right: none;
    }
    
    .nav-item {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid var(--fgen-primary-1);
        font-size: 14px;
        width: -webkit-fill-available;
    }
    
    .nav-item, .dropdown-menu-1 li {
        padding: 20px;
    }
    
    .dropdown-menu-2 li {
        padding-left: 40px;
    }
    
    .dropdown-menu-1 li {
    	line-height: unset;
    }
    
    .dropdown-toggle::after {
        margin-right: 0;
        right: 10%;
    }
    
    .dropdown .position-relative ul.position-absolute {
        top: 100%;
        background-color: var(--fgen-primary-1);
        width: -webkit-fill-available;
    }
    
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    
    .dropdown-menu.show {
        display: block;
    }
    
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        width: inherit;
        background-color: var(--fgen-primary-1);
    }
}

/*Medium
@media (min-width: 1199px) and (max-width: 1340px) {

    .nav-item {
    	width: 9.3em;
    }
}*/

/* Mobile (below 768px) */
@media (max-width: 767px) {
    .header-top {
        height: 80px;
    }
    
    .site-branding {
        width: 90px;
    }
}

/* HEADER STYLE END */

/* FOOTER STYLE */
.container-footer,
.container-copyright {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-footer {
    background: #447465;
    background: linear-gradient(360deg,rgba(68, 116, 101, 1) 0%, rgba(30, 153, 135, 1) 45%, rgba(117, 192, 67, 1) 100%);
    padding: 40px 0 10px;
}

.container-copyright {
	background-color: var(--fgen-secondary-3);
    padding: 20px;
}

.address-head {
    color: var(--fgen-primary-3);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
}

.address-p {
    font-size: 13.8px;
    line-height: normal;
}

.address-label {
    color: #54595f;
}

.copyright p{
    line-height: 15px;
    font-size: x-small;
}

.btn-footer,
.btn-home {
    background-color: var(--fgen-primary-3);
    border-radius: 100px;
    width: 100%;
    font-weight: 500;
    color: var(--fgen-secondary-3);
}

.btn-home {
    font-weight: bold;
    font-size: 20px;
    width: auto;
    padding: 10px 40px;
}

.btn-footer:hover, .btn-home:hover {
    color: var(--fgen-secondary-3);
    background-color: var(--fgen-primary-3);
}

.footer-address {
    min-width:18%;
}

.footer-address-1 {
    min-width:31%;
}

.address-container {
    margin-top: 20px;
}

/*LARGE*/
@media (min-width: 1000px) {
    .address-container, .buttons-container {
        max-width: 1280px;
    }
    
    .address-label-col-3 {
        justify-content: flex-end;
        display: grid;
    }   
}

/*MEDIUM*/
@media (max-width: 991px) {
    .address-label-col-3 {
        justify-content: flex-start;
        display: grid;
    }

    .address-container {
        padding: 0 40px 42px;
    }
    .footer-address {
        /*margin-right: -11rem;*/
    }
}

@media (min-width: 992px) {
    .footer-address {
        margin-left: -1.5rem !important;
    }
}

/*MOBILE ONLY*/
@media (max-width: 575.98px) {
    .address-container {
        padding: 1rem;
    }

    .buttons-container {
        padding: 0 20px;
    }

    .container-footer {
        border-radius: 0;
        background-position-x: 88%;
    }
    
    .btn-home-banner, .btn-footer {
        font-size: 15px;
    }
}
/* FOOTER STYLE END */