p, a, h1, h2, h3, h4, h5, h6, li, span {
   /* font-family: 'open sans'!important;*/
}
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection {
    color: var(--e-white);
    background: var(--e-black);
}
*:focus {
    outline: 0;
}

img {
    object-fit: cover;
    -o-object-fit: cover;
}

















.dropdown-item { /* 33 */
    padding: 10px 10px 12px 15px;
    /*width: 180px;*/
}

.dropdown-menu {
    padding: 0px;
    background-color: #fff;
    border-radius: 0px;
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--e-orange);
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -1px !important;
}








.sticky #header-top { /* 59 */
    display: none;
}
.navbar {
    position: relative;
    transition: all 0.3s ease;
    display: block;
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--e-white);
    padding: 8px 2px;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    letter-spacing: 1px;
    margin: 10px 10px 0px;
}
.navbar-light .navbar-nav .nav-link.active {
    color: var(--e-white) !important;
    border-bottom: 4px solid var(--e-orange);
}











.navbar-light .navbar-toggler { /* 91 */
    color: var(--e-white);
    /*border-color: var(--e-white);*/
}
.navbar-toggler {
    padding: .25rem .50rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0;
}




#header-top { /* 107 */
    position: relative;
    color: var(--e-white);
    height: 30px;
    padding: 12px 0px 35px 0px;
    background-color: var(--e-anthracite-80);
}
#header-top .header-right {
    float: right;
    padding-right: 0px;
}
#header-top .header-right ul {
    display: block;
    margin: 0px;
}
#header-top .header-right ul li {
    display: inline-block;
    margin-left: 45px;
    font-weight: bold;
    font-size: 12px;
    /*letter-spacing: 3px;*/
}

































#header-top .header-right i.fa /* NOT IN USE */ { /* 162 */
    /*color: #fff;
    border: none;
    background-color: #de3469;
    padding: 5px;
    width: 21px;
    border-radius: 50%;
    text-align: center;*/
}
#header {
	padding: 0px 0 12px;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 997;
}






.sticky { /* 187 */
    background-color: var(--e-black-80);
}
.sticky .navbar {
    padding: .2rem 1rem;
}




.fa-plus:before { /* 197 */
    content: "\f067";
    color: var(--e-white);
    background-color: var(--e-orange);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    font-size: 10px;
    left: 3px;
    position: relative;
}







































































































































































































































































































































































































































































#footer { /* 662 */
    padding: 70px 0px;
    background-color: var(--e-black);
}
#footer a {
    color: #7b7c80;
    font-family: 'arial'!important;
}
#footer .fa-phone:before { /* NOT IN USE */
    background-color: #fff;
    padding: 6px 7px;
    text-align: center;
    margin-right: 10px;
    font-size: 10px;
    border-radius: 50%;
}
#footer h6 {
    color: var(--e-white);
    font-size: 19px;
    font-weight: bolder;
    padding-bottom: 20px;
    /*text-transform: uppercase;*/
}











#footer a:hover { /* 696 */
    text-decoration: none;
    color: var(--e-white);
}

#footer p { /* 701 */
    color: #7b7c80;
    text-decoration: none;
    font-size: 16px;
}

#footer li>a {
    color: #606066;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
}

.footer-columns li {
    padding: 2px 0px;
    width: 200px;
}
.footer-columns img {
    margin-top: 7px;
    margin-bottom: 10px;
    /*padding-right: 19px;*/
}


.footer-columns ul {
    padding: 0px !important;
    list-style: none;
}

.footer-columns li a:hover{
    color: var(--e-orange) !important;
}
#footer .social li>a {
    color: #606066;
}

#footer .social li>a:hover i,#footer .social li>a:hover {
    color: var(--e-orange);
}
.footer-columns .social .fa {
    color: var(--e-white);
    border: none;
    padding: 5px 9px 9px 6px;
    width: 20px;
    border-radius: 2px;
    height: 20px;
    margin-right: 8px;
}
#subFooter {
    background-color: #1c1b29; /* #060508 */
    padding: 0px 0px 25px 0px; /* color: #606066; */
}

#subFooter p {
    color: #606066;
    font-size: 15px;
    font-weight: 400;
}
.copyright a:hover{
    color: var(--e-orange);
}

#subFooter a {
    color: var(--e-orange);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
    cursor: pointer;
}
#subFooter {
    padding: 0px 50px;
}











.top-banner-overlay { /* 783 */
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: var(--e-black-80);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.subpage .navbar-light .navbar-nav .nav-link {
    color: var(--e-white);
}
#header.subpage.sticky { /** A VOIR **/
    height: 71px;
    background: none;
}





.subpage .navbar-light .navbar-nav .nav-link.active { /* 806 */
    color: var(--e-white) !important;
}














.subpage .navbar { /* 823 */
    top: 0px;
    background-color: var(--e-black);
    padding-bottom: 20px;
}


.subpage #header-top { /* 830*/
    color: var(--e-white);
    background-color: var(--e-anthracite);
}
a.logo {
    margin-top: 6px;
}
section#top-banner {
    padding: 120px 0px 0px;
}
.banner-caption {
    color: var(--e-white);
    /* margin: auto; */
    /* text-align: center; */
    padding: 125px 0px;
}
.banner-caption h1 {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 42px;
}
.banner-caption p {
    font-size: 22px;
}


/* Responsive Query */ /* 2031 */
@media only screen and (min-width: 992px) and (max-width: 1199px) { /* 2032 */
	.navbar-light .navbar-nav .nav-link {
		margin: 10px 10px 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) { /* 2046 */
	.navbar-light .navbar-toggler {
		margin-right: 33px;
	}  


	#subpage .navbar-light .navbar-toggler { /* 2082 */
		color: var(--e-white);
		/*border-color: var(--e-white);*/
	}
	
	
	#navbarResponsive { /* 2124 */
		background-color: #1e1e1e;
		padding: 10px 20px 13px 20px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1199px) { /* 2131 */

}
@media only screen and (min-width: 768px) and (max-width:992px){ /* 2140 */
	.dropdown-item {
		width: 100%;
	}
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
	.d-none {
		display: block!important; 
	}
}
@media only screen and (min-width: 642px) and (max-width: 767px) { /* 2174 */

}
@media only screen and (min-width: 436px) and (max-width: 641px) { /* 2196 */

}
@media only screen and (min-width: 320px) and (max-width: 435px) { /* 2118 */

}
@media only screen and (min-width: 320px) and (max-width:992px){ /* 2246 */
	#header-top { /* 2247 */
		display: none;
	} 
	
	#header-top .header-right{ /* 2273 */
		display: none;
	}
	.sticky .navbar {
 		padding: 13px 0px 23px !important;
	}
	
	.navbar-light .navbar-toggler { /* 2327 */
		color: var(--e-white);
		/*border-color:  var(--e-white);*/
	}
	
	#subpage .navbar { /* 2337 */
		height: 80px;
	}
	section#top-banner{
		padding: 0px;
	}
	#header .other-page-header{
		padding:0px !important;
	}
	
	#navbarResponsive { /* 2421 */
		background-color: #1e1e1e;
		padding: 10px 20px 13px 20px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#header.main #navbarResponsive {
		background-color: var(--e-white);
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-light .navbar-nav .nav-link {
		margin: 0px;
	}
	#header.main .navbar {
		padding-top: 26px;
	}
	#header.main.sticky .navbar {
		padding: 25px !important;
	}

}
@media only screen and (min-width: 320px) and (max-width: 640px) { /* 2454 */
	.sticky .navbar {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}


	#footer h6 { /* 2475 */
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.navbar img{ /* 2540 */
		width:80%;
	}
	.d-none {
		display: block!important; 
	}
	.slick-slider {
		width: 75%;
	}
}
@media only screen and (max-width: 360px) { /* 2550 */
	.navbar-light .navbar-toggler {
		position: absolute;
		left: 275px;
	}
	.slick-next {
		left: 165px !important;
	}
	button.navbar-toggler.navbar-toggler-right {
		position: relative;
		top: 0px;
		left: 0px;
	}
	
}
/* End Responsive Query 2567 */

/* 3101 */
#main-content {
    padding-bottom: 100px;
}