/* 
Theme Name: Gandel Foundation v1.0.1
Theme URI: https://github.com/elementor/hello-theme/
Description: Gandel Foundation theme by Avant Digital & East Digital - child based on Hello Elementor created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@font-face {
    font-family: 'Avenir-Medium';
    src: url('fonts/Avenir-Medium.eot');
    src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Medium.woff2') format('woff2'),
        url('fonts/Avenir-Medium.woff') format('woff'),
        url('fonts/Avenir-Medium.ttf') format('truetype'),
        url('fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Black.woff2') format('woff2'),
        url('fonts/Avenir-Black.woff') format('woff'),
        url('fonts/Avenir-Black.ttf') format('truetype'),
        url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('fonts/Avenir-Roman.eot');
    src: url('fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Roman.woff2') format('woff2'),
        url('fonts/Avenir-Roman.woff') format('woff'),
        url('fonts/Avenir-Roman.ttf') format('truetype'),
        url('fonts/Avenir-Roman.svg#Avenir-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('fonts/Avenir-Heavy.eot');
    src: url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir-Heavy.woff') format('woff'),
        url('fonts/Avenir-Heavy.ttf') format('truetype'),
        url('fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/avenir-light.eot');
    src: url('fonts/avenir-light.eot?#iefix') format('embedded-opentype'),
        url('fonts/avenir-light.woff') format('woff'),
        url('fonts/avenir-light.ttf') format('truetype'),
        url('fonts/avenir-light.svg#avenir-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
   font-family: 'Avenir-Roman'; 
    -webkit-font-smoothing: antialiased;
    color: #002a42;
    overflow-x: hidden !important;
}

.d-flex, .d-flex-col>.elementor-widget-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap{
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-content-center{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between, .d-flex-col.justify-content-between>.elementor-widget-wrap{
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-end{
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-around{
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-center{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.d-flex-col>.elementor-widget-wrap>.elementor-element {
    width: auto;
}
ul.no-listing-style, .footer-row ul.menu{
	list-style: none;
	padding-left: 0;
}
.elementor-heading-title{
	line-height: 1.25;
}
.elementor-button-text{
	font-family: 'Avenir-Heavy';
}
.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
    color: #000000;
    border-color: #000000;
    fill: #000000;
}
b, strong {
    font-family: 'Avenir-Heavy';
}
a {
    color: #5293bc;
}
a:hover {
    color: #000000;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}
.blue-bg{
	background-color: #5293bc;
}

#gp-site-header{
	height: 126px;
}
.gp-site-header{
	height: 126px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	position: fixed;
	z-index: 20;
}
img.site-logo{
	width: 100px;
	height: auto;
}


.sticky-header .gp-site-header {
    box-shadow: 0 5px 15px -8px rgb(0 0 0 / 55%);
}
/*
body:not(.home) .gp-site-header{
	height: 116px;
}
body:not(.home) img.site-logo{
	width: 80px;
	height: auto;
}
*/
#main-site-nav{
	width: 100%;
}
#main-site-nav a{
	font-size: 17px;
	color: #FFF;
	font-family: 'Avenir-Medium';
	-webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
#main-site-nav a:hover{
	opacity: 0.6;
}
#main-site-nav li{
	position: relative;
}
#main-site-nav li.current_page_item:after, #main-site-nav li.current-page-ancestor:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
}
.site-nav{
	padding-left: 60px;
	flex-grow: 1;
}
.button-style a{
	background-color: #FFF;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #5293bc !important;
	font-family: 'Avenir-Black' !important;
	border:2px solid #FFF;
	font-size: 15px !important;
}
.button-style a:after{
	display: none !important;
}
.button-style a:hover{
	opacity: 1 !important;
	background-color: transparent;
	color: #FFF !important;
}
.footer-row-1{
	padding-top: 60px;
	padding-bottom: 15px;
}
.footer-row-2{
	padding-bottom: 50px;
}
.footer-row a, .footer-row p{
	color: #FFF !important;
	font-size: 15px;
}
.footer-row a:hover{
	text-decoration: underline;
}
.footer-row h5{
	color: #FFF !important;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0.8rem;
}
.footer-row ul.menu a{
	font-size: 15px;
	font-family: 'Avenir-Roman' !important;
}
body:not(.home) .home-f-panels{
	display: none;
}
body.elementor-editor-active .home-f-panels{
	display: block;
}

.sign-row .elementor-container:after{
	content: '';
	width: 315px;
	height: 390px;
	position: absolute;
	background-image: url('images/sign.svg');
	background-size: cover;
	opacity: 0.2;
	right: -180px;
	bottom: 0;
	z-index: 1;
}
.elementor-cta--skin-cover.home-story-cover .elementor-cta__content{
	padding-bottom: 67%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	min-height: 0;
	background-color: rgba(0,0,0,0.5);
}
.home-story-cover.elementor-widget-call-to-action .elementor-cta__title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 25px;
	font-family: 'Avenir-Heavy' !important;
}
.home-story-col{
	box-shadow: 0px 0px 55px -38px rgba(0,0,0,0.67);
-webkit-box-shadow: 0px 0px 55px -38px rgba(0,0,0,0.67);
-moz-box-shadow: 0px 0px 55px -38px rgba(0,0,0,0.67);
}
.general-heading .elementor-heading-title{
	font-size: 30px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.4rem;
	text-transform: uppercase;
}
.home-icon-box img{
	max-width: 85px;
}
.gform_wrapper{
	font-family: 'Avenir-Light';
	font-size: 15px;
	color: #000;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"]{
	line-height: 1;
	padding: 18px 15px 13px 15px !important;
	border-radius: 0;
	border: 0;
}
.gform_wrapper textarea{
	padding: 18px 15px 13px 15px !important;
	border-radius: 0;
	border: 0;
	height: 180px !important;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{
	font-weight: 500;
}
.contact-form .gform_footer input[type="submit"]{
	border: 0;
	border-radius: 0;
	background-color: #000;
	color: #FFF;
	height: 49px;
	font-family: 'Avenir-Heavy' !important;
	font-size: 15px;
	width: 180px;
	-webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover{
	background-color: #000;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield.gfield--width-full{
	-ms-grid-column-span: 4;
    grid-column: span 4;
}
.newsletter-form form{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_footer{
	margin: 0;
	padding: 0 0 0 12px;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_footer img{
	position: absolute;
}
.newsletter-form .gform_wrapper{
	width: 100%;
}
.newsletter-form .gform_body{
	flex-grow: 1;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
	border: 0;
	border-radius: 0;
	background-color: #4c4c4c;
	color: #FFF;
	height: 49px;
	font-family: 'Avenir-Heavy' !important;
	font-size: 15px;
	width: 160px;
	-webkit-transition: all 0.15s ease;-moz-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover{
	background-color: #000;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_fields{
	grid-column-gap:12px;
}
.margin-offset>.elementor-container{
	margin-left: -10px;
	margin-right: -10px;
}
.heading-with-logo>.elementor-widget-container{
	position: relative;
}
.heading-with-logo>.elementor-widget-container:after{
	
	width: 200px;
	height: 248px;
	position: absolute;
	background-image: url('images/sign-black.svg');
	background-size: cover;
	opacity: 0.08;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
.sidebar-menu a{
	padding-left: 0 !important;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.shift-right-col{
	transform: translateX(-80px);
}
.shift-left-col{
	transform: translateX(80px);
}
.parent-pageid-824 .elementor-nav-menu .current-page-ancestor a:after{
	opacity: 1 !important;
}
.funding-exclusions ul{
	padding-left: 25px;
}
.funding-exclusions ul li{
	list-style: none;
	margin-bottom: 6px;
	font-weight: 600;
}
.funding-exclusions ul li:before{
	content: "\f00d";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	margin-left: -25px;
	margin-top: 3px;
}
.sign-row{
	overflow-x: hidden;
}
.mobile-menu-btn{
	display: none;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#nav-icon3 {
  width: 30px;
  height: 15px;
  position: relative;

  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}
.close-btn-outer{
    padding-right: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.mobile-slide-mm{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 200;
    padding-top: 20px;
    transform: translateX(100%);
    -webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;
}
.mobile-slide-other-menu-nav.container{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
}
ul#mobile-primary-menu>li>a{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
ul#mobile-primary-menu>li.button-style{
	margin-top: 30px;
}
a.slide-other-menu-close-btn{
	color: #FFF;
	font-size: 14px;
	padding: 4px 10px;
	border: 2px solid #FFF;
}
.open-mobile-other-menu .mobile-slide-other-menu {
    transform: translateX(0%);
}
.close-btn-outer a{
	position: relative;
	padding-left: 25px;
}
.close-btn-outer a:before{
	width: 12px;
	height: 12px;
	content: '';
	background-image: url('images/close-btn.svg');
	background-size: cover;
	position: absolute;
	margin-left: -16px;
	top: 50%;
	transform: translateY(-50%);
}
#mobile-primary-menu .button-style a{
	color: #000 !important;
}

.scroll-indicator-container{
	    height: 4px;
    width: 100vw;
    
}
.scroll-indicator-progress{
	background-color: #000;
    height: 6px;
    width: 0px;
}
.indexnum{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-right: 10px;
	font-size: 40px;
}
.slick-prev.style-2, .slick-next.style-2{
	width: 15px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: none !important;
}
.slick-prev.style-2 .icon-wrap, .slick-next.style-2 .icon-wrap{
	width: 100% !important;
	height: 100% !important;
}
.slick-prev.style-2 .icon-wrap:before, .slick-prev.style-2 .icon-wrap:after, .slick-next.style-2 .icon-wrap:before, .slick-next.style-2 .icon-wrap:after{
	background: #FFF !important;
}
.slick-prev.style-2:before, .slick-next.style-2:before{
	display: none;
}
@media (max-width: 1100px){
	.site-nav{
		padding-left: 20px;
	}
	.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu a{
		margin-left: 7px !important;
		margin-right: 7px !important;
	}
}
@media (max-width: 959px){
	.elementor-location-footer .d-flex-col>.elementor-widget-wrap{
		-webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
	}
	.elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container{
		top: 29px !important;
	}
	
	.elementor-4032 .elementor-element.elementor-element-b87e3b5 .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-4032 .elementor-element.elementor-element-b87e3b5 .elementor-nav-menu--dropdown ul.sub-menu li a {
    background-color: #5293BC;
}
	.button-style a{
		background-color: #000 !important;
		color: #FFF !important;
		border-color: #000 !important;
	}
.elementor-location-footer .d-flex-col>.elementor-widget-wrap>.elementor-element {
    padding-right: 15px;
	width: 33%;
	
}
	.shift-right-col{
	transform: translateX(0px);
}
.shift-left-col{
	transform: translateX(0px);
}
	.d-flex-col>.elementor-widget-wrap>.elementor-element{
		width: 100%;
	}
	.d-flex-col.justify-content-between.mobile-flex-column-center>.elementor-widget-wrap{
		-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
		-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
		-webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
	}
	.newsletter-form form{
		 -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
	}
	.newsletter-form .gform_body, .newsletter-form .gform_wrapper.gravity-theme .gform_footer{
		width: 100%;
	}
	.newsletter-form .gform_wrapper.gravity-theme .gform_footer{
		padding-left: 0;
		padding-top: 15px;
	}
	.newsletter-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
		width: 100%;
	}
	.newsletter-form .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
	.elementor-location-footer .d-flex-col>.elementor-widget-wrap>.elementor-element{
		width: 100%;
		padding-bottom: 20px;
	}
	.heading-with-logo>.elementor-widget-container:after{
		display: none;
	}
	.subnav-row>.elementor-container>.elementor-column>.elementor-widget-wrap{
		padding: 10px 10px 0 10px;
	}
}
@media (max-width: 767px){
	.site-nav{
		display: none;
	}
	img.site-logo{
		width: 80px;
	}
	.mobile-menu-btn{
	display: block;
}
	.gp-site-header {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
	#gp-site-header {
    height: 99px;
}
	.gp-site-header>.container{
		padding-left: 25px;
		padding-right: 25px;
	}
}