:root {
    --bs-white: #ffffff;
    --bs-danger: #dc3545;
    --bs-theme-blue: #18437e;
    --bs-more-blue: #0b3671;
    --bs-mid-blue: #1674bc;
    --bs-light-blue: #225296;
    --bs-just-blue: #73c2ff;
    --bs-sky: #3092dd;
    --bs-mid-yellow: #f7a300;
    --bs-semi-mid-yellow: #f7a600;
    --bs-very-yellow: #ffb900;
    --bs-shadow-mid-yellow: #d58609;
    --bs-pale-yellow: #e9c681;
    --bs-shadow-pale-yellow: #b58e41;
    --bs-off-white: #ececec;
    --bs-light-gray: #d1d1d1;
    --bs-mid-dark: #111111;
    --bs-mid-gray: #666666;
    --bs-light-gray: #c0c0c0;
    --bs-deep-gray: #282828;
    --bs-bright-sky: #0990f8;
}
@font-face {
    font-family: 'GoogleSans';
    src: url('../new-fonts/GoogleSans-Regular.woff2') format('woff2'),url('../new-fonts/GoogleSans-Regular.woff') format('woff'),url('../new-fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../new-fonts/GoogleSans-Medium.woff2') format('woff2'),url('../new-fonts/GoogleSans-Medium.woff') format('woff'),url('../new-fonts/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../new-fonts/GoogleSans-Bold.woff2') format('woff2'),url('../new-fonts/GoogleSans-Bold.woff') format('woff'),url('../new-fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 700;
    src: url('../new-fonts/LufgaBold.woff') format('woff');
    font-display: swap;    
}
@font-face {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 800;
    src: url('../new-fonts/LufgaExtraBold.woff') format('woff');
    font-display: swap;    
}
@font-face {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 900;
    src: url('../new-fonts/LufgaBlack.woff') format('woff');
    font-display: swap;    
}
header {
    position: fixed;
    padding: 0 30px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;    
    transition: all 0.3s ease-in-out !important;
}
header.styl4 nav {
	float: unset;
}
header.styl4 nav>ul{
    padding: 0 !important;
}
header.styl4 nav ul .mgamnu, header.styl4 nav ul ul {
	top: 100%;
    background-color: var(--bs-white);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    width: 260px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    list-style: none;    
}
header nav ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
}
header .mnu-br2 nav ul ul li, header nav ul ul li {
    margin-right: 0;
    width: 100%;
    color: #5c5c5c;
    letter-spacing: 0;
    border-bottom: 1px solid #f5f4f4;
    line-height: initial;
    float: left;
    font-weight: 400;
    position: relative;
}
header nav ul ul li:hover > a {
	background-color: var(--bs-off-white);
}
header.styl4 nav > ul > li {
	color: var(--bs-white);
	font-weight: 700;
    line-height: 89px;
    float: left;
    position: relative;
    font-size: 15px;
    margin-right: 40px;   
}
header.styl4 nav > ul > li > a {
	font-family: 'GoogleSans';
	font-weight: 700;
	font-size: 16px;
	color: var(--bs-white);
	text-decoration: none;
    text-transform: uppercase;
    display: block;    
    letter-spacing: 1px;    
}
.menu-item-has-children ul li > a {
	font-family: 'GoogleSans';
	color: #333;
	text-decoration: none;
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    display: block;    
}
.menu-item-has-children .drpdwn {
    padding: 0;
    background-image: none !important;
}
header.styl4 nav > ul > li::after {
    content: '';
    height: 5px;
    background: transparent;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
header.styl4 nav > ul > li:hover::after {
	background: var(--bs-mid-yellow);
}
.fixed-header {
    background-color: var(--bs-theme-blue);
    height: 80px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 0;
}
header.fixed-header.styl4 .lgo {
	top: 11px;
	position: relative;
}
header.styl4 .lgo {
	width: auto;
	max-width: 380px;
	float: unset;
	text-align: unset;
}
header.styl4 .lgo > span {
	margin: 12px 0;
    position: relative;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
    display: inherit;
}
/*
.lgo span a {
	padding: 35px 0;
	border-radius: 0 0 30px 30px;
}
*/
.lgo span a {
	background: var(--bs-white);
	padding: 40px 25px;
	border-radius: 0 0 30px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.lgo span a .curve-shape {
    position: absolute;
    top: -12px;
    right: -100px;
}
header.fixed-header .lgo span a .curve-shape {
    top: -16px;
}
#curved-corner-topleft {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#curved-corner-topleft::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	box-shadow: -50px -50px 0 0 var(--bs-white);
}
header.fixed-header.styl4 .lgo span a {
	padding: 35px 25px;    
	background: var(--bs-white);
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);    
}
.cuchd-logo {
    display: none;
}
.side-call {
	display: flex;
	background: var(--bs-sky);
	padding: 6px 22px;
	border-radius: 6px;
    text-decoration: none;
	box-shadow: 0px 3px 0 var(--bs-mid-blue);
	transition: all 0.3s ease-in-out;    
}
.side-call:hover {
	background: var(--bs-mid-blue);  
}
.call-icon {
	margin-right: 10px;
}
.need-help {
	margin-top: 3px;
}
.need-help span {
	font-size: 12px;
    font-weight: 600;
	font-family: 'GoogleSans';    
	color: var(--bs-white);
    text-align: left;
}
.need-help h6 {
	font-size: 20px;
	color: var(--bs-white);
	font-weight: 700;
	font-family: 'GoogleSans';    
	margin-top: -7px;
    margin-bottom: 0;
    text-decoration: none;
}

/***** FOOTER STYLING ******/
footer {
    background: var(--bs-deep-gray);
    padding: 50px 0;
}
.footer-block {
    margin-bottom: 40px;
}
.footer-block h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--bs-white);    
    text-transform: uppercase;
}
.footer-block ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
.footer-block ul li, .copy-r {
    font-size: 12px;
    line-height: 24px;
    font-family: 'GoogleSans';    
    color: var(--bs-white);
}
.footer-block ul li a {
    text-decoration: none;
    color: var(--bs-white);
}
.footer-block ul li a:hover {
    text-decoration: underline;
}
.footer-block.address ul li {
    line-height: 16px;
}
.text-yellow {
    color: var(--bs-very-yellow)!important;
}
.footer-logos {
    margin-top: 30px;
}
.bottom-footer {
    border-top: 1px solid rgba(168,168,168,.1);
    padding: 8px 0;
}
.social-media ul {
    padding-left: 0;
    margin-bottom: 0;
}
.social-media ul li {
	list-style-type: none;
	padding: 0 8px;
	display: inline-flex;
}
.social-media ul li a {
	color: var(--bs-white);
	font-size: 14px;
	line-height: 18px;
}
.social-media ul li a i {
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.social-media ul li a:hover i {
    color: var(--bs-sky);
}
.footer-fixed-bar {
	background: var(--bs-light-blue);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	padding: 10px 0;
	display: none;
	border-radius: 20px 20px 0 0;
}
.footer-fixed-bar p {
	color: var(--bs-white);
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
.footer-fixed-bar a {
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	line-height: 20px;
	color: var(--bs-mid-yellow);
	display: inline-block;
	vertical-align: middle;
}
.goto-top {
	display: inline-block;
	background-color: var(--bs-sky);
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 10px;
	font-size: 1.25rem;
	line-height: 44px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}
.goto-top.show {
	display: block;
	opacity: 1;
	visibility: visible;
}
.goto-top span {
	color: var(--bs-white);
	font-size: 20px;
	line-height: 25px;
    font-weight: 400;
}
.goto-top:hover {
    background-color:var(--bs-mid-yellow);
}


@media (min-width: 1600px) {
    header {
        padding: 0 100px;
    }
}
@media (min-width: 1200px) {
    header {
        background: transparent;
        display: flex;
        justify-content: space-between;    
        align-items: center;
    } 
    .lgo span {
        font-size: 2.5rem;
    }    
}
@media only screen and (max-width:1365px){
    header.styl4 nav>ul>li{ margin-right: 10px;}
}
@media only screen and (max-width: 1280px) {
    header {
        top: 0 !important;
    }
    header.styl4 nav>ul {
        padding-left: 0
    }
    header.styl4 .lgo {
        max-width: 425px;
    }
    header.styl4 nav {
        float: right;
        padding-right: 15px;
    }
    header{ padding: 0 15px;}
}
@media (max-width: 1199px) {
    header {
        background: var(--bs-theme-blue);
    }
    .banner-png {
      width: 70%;
}
    
    
    .fixed-header {
        height: auto;
    }    
    .mobileTopHeader{
        background: var(--bs-theme-blue);
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 0 15px;
        height: 72px;
        box-shadow: 0 0 20px rgba(150, 150, 150, 0.1);
    }
/*
    .mobileTopHeader .mob-log {
        padding: 5px 15px;
        border-radius: 0 0 30px 30px;
        height: 90px;
        display: inline-block;
        position: absolute;
    } 
*/
    .mobileTopHeader .mob-log {
        background: var(--bs-white);
        padding: 15px;
        border-radius: 0 0 30px 30px;
        height: 90px;
        display: inline-block;
        position: absolute;
        box-shadow: 0px 0px 10px rgba(0,0,0,.1)
    } 
    .mobileTopHeader .mob-log .curve-shape {
        position: absolute;        
        top: 0;
        right: -100px;
    }  
    .mobileTopHeader .mob-log #curved-corner-topleft::before {
        width: 70px;
        height: 70px;
        box-shadow: -40px -34px 0 0 var(--bs-white);
    }     
    .mobileTopHeader ul {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        margin-top: 14px;
        margin-left: 170px;
    }
    .mobileTopHeader ul li{
        display: block;
        color: var(--bs-white);
    }
    .mobileTopHeader ul li i{
        margin-right: 10px;
        width: 15px;
    }
    .cucetHeader {
        position: fixed !important;
        right: -350px !important;
        width: 280px !important;
        left: auto !important;
        top: 0 !important;
        bottom: 0;
        overflow: auto;
        margin: 0 !important;
        z-index: 100;
        padding: 15px 30px;
    }
    .cucetHeader.swipe{
        right: 0 !important;
    }
    .cucetHeader.styl4 nav, .cucetHeader.styl4 nav ul{
        width: 100%;
        padding: 0;
        box-shadow: none;
        float: left;
    }
    .cucetHeader.styl4 nav>ul>li{
        margin: 0;
        float: left;
        line-height: inherit;
        width: 100%;
        margin-top: 15px;
    }
    .cucetHeader.styl4 nav>ul>li>a{
        padding: 10px 0;
    }
    #menuToggle {
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
        background-image: url('../images/menuToggle.png');
        background-size: 31px;
        background-repeat: no-repeat;
        background-position: center;
        filter: invert(1);
    }
  
    .bodyOverlay{
        position: fixed;
        background-color: rgba(0,0,0,0.8);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -5;
        opacity: 0;
    }
    .bodyOverlay.show{
        opacity: 1;
        z-index: 100;
    }
    header nav ul ul::before {
        background-color: transparent;
    }  
    .white-call-box {
        margin-top: 40px;
        display: inline-block;
    }
    .cucetHeader nav ul ul {
        position: static;
        display: none;
        float: left;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .cucetHeader nav ul li.menu-item-has-children:hover>ul {
        display: block;
    }     
}

/*-------------------------------------------*/

    .nHeader {
        position: fixed !important;
        right: -350px !important;
        width: 280px !important;
        left: auto !important;
        top: 0 !important;
        bottom: 0;
        overflow: auto;
        margin: 0 !important;
        z-index: 100;
        padding: 15px 30px;
    }
    .nHeader.swipe{
        right: 0 !important;
    }
    .nHeader.styl4 nav, .nHeader.styl4 nav ul{
        width: 100%;
        padding: 0;
        box-shadow: none;
        float: left;
    }
    .nHeader.styl4 nav>ul>li{
        margin: 0;
        float: left;
        line-height: inherit;
        width: 100%;
        margin-top: 15px;
    }
    .nHeader.styl4 nav>ul>li>a{
        padding: 10px 0;
    }
    #menuToggle {
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
        background-image: url('../images/menuToggle.png');
        background-size: 31px;
        background-repeat: no-repeat;
        background-position: center;
        filter: invert(1);
    }
   
    .bodyOverlay{
        position: fixed;
        background-color: rgba(0,0,0,0.8);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -5;
        opacity: 0;
    }
    .bodyOverlay.show{
        opacity: 1;
        z-index: 100;
    }
    header nav ul ul::before {
        background-color: transparent;
    }  
    .white-call-box {
        margin-top: 40px;
        display: inline-block;
    }
    .nHeader nav ul ul {
        position: static;
        display: none;
        float: left;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .nHeader nav ul li.menu-item-has-children:hover>ul {
        display: block;
    }     


/*-------------------------------------------*/

@media (max-width: 1024px) {
    header {
        background: var(--bs-theme-blue);
    }    
}
@media (max-width: 991px) {
    .footer-logos {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .footer-block.address ul {
        column-count: 2;
    }    
    .footer-block.address ul li {
        display: grid;
    }    
}
@media (max-width: 767px) {
    .social-media {
        margin-bottom: 5px;
    }    
}
@media (max-width: 575px) {
    .mobileTopHeader ul {
        display: none;
    }
    .footer-logos img {
        max-width: 100px;
    }
    .goto-top {
        right: 12px;
    }    
}