/** {font-family: 'Open Sans';}*/
@font-face {
    font-family: ProximaNova Light;
    src: url('../fonts/Proxima_Nova_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova Regular;
    src: url('../fonts/Proxima_Nova_Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova Bold;
    src: url('../fonts/Proxima_Nova_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ProximaNova Medium;
    src: url('../fonts/Proxima_Nova_Semi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.close.button {font-size:18px !important;}
* {font-family: ProximaNova Light; }
.like-us {width: 180px;}
.quote-btn {background-color: #0d47a1;}
.modal-quote {max-width: 1100px !important;}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 45%;
}
.title {font-weight: bold;}
.free-quote p{font-size: 18px; font-weight: bold;}
.br-2 {border-radius: 2rem;}
.nav-modal {max-width: 100% !important; margin: 0;}
.nav-modal .modal-content {height: 100vh;}
nav .modal-body p .current { color: #444 !important; }
.hero {
    padding: 1px 1px 200px 1px; 
}
.owl-theme .owl-dots .owl-dot {zoom: 3;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #2979ff;}
p {font-size: 20px;}
.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.eq-h-cards .btn-block {
    display: block;
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.download_template_link { color: #000;}
.download_template_link:hover { color: #000;}
.download_template_link img { opacity: 1; transition: 1s all; }
.download_template_link:hover img { opacity: .75; }
.owl-carousel .product { height: 100%; }
.jumbotron {background-color: transparent; background-repeat: no-repeat; background-size: cover;}
.bg-modal {background-color: #2979ff !important;}
.bg-info {background-color: #367899 !important;}
.text-info {color: #367899 !important;}
.bg-clients {background-color: #bbdefb;}
.bg-skyblue {background-color:#64b5f6; }
.bg-iceblue {background-color: #e3f2fd;}
.bg-lightblue {background-color: #e3f2fd;}
.rate-lists p{margin-bottom: 0; font-weight: bold; text-align: center;}
.bg-primary {
    background-color: #00a6ff!important;
}
.vertical-line {width: 3px;    background-color: #367899;}
.contact-hero a { text-decoration: underline; color: #367899;  }
.qna .card-header {padding: 0px;}
#datepicker{width:100%;}
#datepicker > span:hover{cursor: pointer;}
.w-120px {width: 120px;}
.featured 
{   
	position: relative;
    margin-top: -130px;
    background-color: #e3f2fd;
    z-index: 1;
}


/* ================================================== */


/*  header	*/


/* ================================================== */

header {
	display:table-cell;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1000;
    background: #333333;
}

header .info {
    display: none;
    color: #fff;
    padding: 10px 0 10px 0;
    width: 100%;
    z-index: 100;
    background: #242424;
}

header .info .col {
    display: inline-block;
    font-size: 12px;
}

header .info .col {
    padding-right: 30px;
}

header .info .col:last-child {
    padding-right: 0px;
}

header .info i {
    font-size: 14px;
    margin-right: 15px;
}

header .info .social.col {
    border: none;
}

header .info .social i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0 10px 0 10px;
    margin: 0;
}

header .info strong {
    font-size: 12px;
}

header.header-bg {
    background: rgba(0, 0, 0, 0.5);
}

header.transparent {
    background: rgba(0, 0, 0, 0.0);
}

header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
    top: -120px;
    height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

header.autoshow.scrollOn {
    top: 0;
}

header.autoshow.scrollOff {
    top: -120px;
}

header div#logo {
    display:table-cell;
	vertical-align:middle;
	height:100%;
	position:absolute;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .logo-2 {
    display: none;
}

header .logo-scroll {
    display: none;
}

header nav {
    float: right;
}

header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: #555;
}

header.smaller #mainmenu a {
    padding-top: 18px;
    padding-bottom: 18px;
}

header.smaller #mainmenu a {
    padding-top: 18px;
    padding-bottom: 18px;
}

header.smaller #mainmenu li li a {
    padding-top: 2px;
    padding-bottom: 2px;
}

header.smaller #mainmenu ul {
    top: 40px;
}

header.smaller #mainmenu ul ul {
    top: 0px;
}

header.smaller {
    height: 70px;
    background: rgba(21, 21, 21, .95);
    position: fixed;
    top: 0px;
	-webkit-box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.1);
}

header.smaller .btn-rsvp {
    height: 100px;
    padding-top: 55px;
}

.boxed header.smaller {
    margin-top: 0px;
}

header.smaller div#logo {
    line-height: 48px;
}

header.smaller.scroll-light {
    background: #fff;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
    display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
    display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
    display: inline-block;
}

header.smaller.scroll-light #mainmenu a,
header.header-mobile.header-light #mainmenu a {
    color: #333;
}

header.smaller.scroll-light #mainmenu li li a {
    color: #000;
}

header.smaller.header-light div#logo .logo {
    display: none;
}

.logo-smaller div#logo {
    width: 150px;
    height: 30px;
    line-height: 65px;
    font-size: 30px;
}

.logo-smaller div#logo img {
    line-height: 75px;
    font-size: 30px;
}

.logo-smaller div#logo .logo-1 {
    display: none;
}

.logo-smaller div#logo .logo-2 {
    display: inline-block;
}

.logo-small {
    margin-bottom: 20px;
}

#logo-container{
	position:fixed;
	width:100%;
	z-index:1000;
	padding:40px 0;
}

header.de_header_2 {
    height: 125px;
}

header.de_header_2.smaller {
    height: 70px;
}

header.de_header_2.smaller .info {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.de-navbar-left {
    background: #151618;
}

.de-navbar-left #logo {
    padding: 40px;
    text-align: center;
    width: 100%;
}

.de-navbar-left header {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    background: none;
    padding: 30px;
    padding-right: 20px;
}

.de-navbar-left header #mainmenu {
    float: none;
    margin: 0;
    padding: 0;
}

.de-navbar-left header #mainmenu>li {
    display: block !important;
    margin: 0;
    float: none;
    text-align: center;
    font-family: "Quicksand";
    letter-spacing: 5px;
    font-size: 14px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.de_light.de-navbar-left header #mainmenu>li {
    border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.de-navbar-left header #mainmenu>li>a {
    padding: 0;
    opacity: .5;
}

.de_light.de-navbar-left header #mainmenu>li>a {
    color: #222;
}

.de-navbar-left header #mainmenu>li a:hover {
    opacity: 1;
}

.de-navbar-left header #mainmenu>li>a:after {
    content: none;
}

.de-navbar-left header nav {
    float: none !important;
}


/* subheader */

#subheader {
	padding:0;
    text-align: center;
    overflow: hidden;
}

#subheader .overlay-bg{
	padding:170px 0 100px 0;
}

#subheader .wrap {
    padding: 180px 0 40px 0;
    background: rgba(30, 30, 30, .5);
}

.de-navbar-left #subheader {
    padding-bottom: 120px;
}

#subheader h1 {
    color: #212121;
    font-size: 48px;
	letter-spacing:0px;
    font-weight: 600;
}

#subheader h3{
	font-weight:400;
}

#subheader p {
    margin-bottom: 0;
}

#subheader h2 {
    position: relative;
    z-index: 10;
}

#subheader h2.s2 {
    font-family: "Parisienne";
    font-size: 84px;
    font-weight: lighter !important;
}

#subheader span {
    letter-spacing: 2px;
    display: inline-block;
    font-size: 15px;
    margin-top: 88px;
    color: #fff;
}

#subheader .crumb {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 20px;
    color: #fff;
}

#subheader .small-border-deco {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

#subheader .small-border-deco span {
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 100px;
}

#subheader.dark {
    background: #202220;
    color: #ccc;
}

#subheader.dark h2,
#subheader.dark h3 {
    color: #fff;
}

#subheader.dark h2 {
    font-size: 48px;
}

.de-navbar-left.de_light #subheader h1 {
    color: #222;
}


/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
    font-family: "Poppins";
    float: right;
    font-size: 18px;
    font-weight: bold;
}

#mainmenu.style-2 > li{
	text-transform:none;
	font-size:13px;
}

#mainmenu ul {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu a {
    display: inline-block;
    padding: 30px 0px 30px 20px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
}

.header-light #mainmenu>li>a {
    color: #222;
}

#mainmenu li a:after {
    float: right;
    position: relative;
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 6px;
    margin-left: 20px;
    margin-top: 0px;
    color: #f7c51e;
}

#mainmenu li:last-child a:after {
    display: none;
}

#mainmenu.no-separator li a:after {
    font-size: 0px;
}

#mainmenu.line-separator li a:after {
    content: "/";
    font-size: 14px;
}

#mainmenu.circle-separator li a:after {
    content: "\f10c";
    font-size: 9px;
}

#mainmenu.strip-separator li a:after {
    content: "\f068";
    font-size: 9px;
}

#mainmenu.plus-separator li a:after {
    content: "\f067";
    font-size: 11px;
}

#mainmenu.square-separator li a:after {
    content: "\f096";
    font-size: 11px;
}

#mainmenu.heart-separator li a:after {
    content: "\f004";
    font-size: 8px;
}

#mainmenu li li {
    font-weight: normal;
    border-bottom: solid 1px #eeeeee;
}

#mainmenu li li:last-child {
    border-bottom: none;
}

#mainmenu li li a {
    padding: 2px 15px 2px 15px;
    background: #222327;
    border-top: none;
    color: #ccc;
    width: 100%;
    border-left: none;
    text-align: left;
}

#mainmenu li li a:hover {
    color: #111;
}

#mainmenu li li a:after {
    content: none !important;
}

#mainmenu li li li a {
    padding: 2px 15px 2px 15px;
    background: #222327;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
    color: #111;
    background: #1a8b49;
}

#mainmenu li ul {
    width: 210px;
    height: auto;
    position: absolute;
    top: 79px;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

#mainmenu li li {
    display: block;
    float: none;
    text-transform: none;
}

#mainmenu li>ul {
    margin-top: 30px;
}

#mainmenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}

#mainmenu li ul ul li a {
    background: #202020;
}

#mainmenu li:hover>ul {
    color: #1a8b49;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #212121;
}

#mainmenu select option {
    padding: 10px;
}

#mainmenu .btn-type {
    padding: 0;
    margin: 0;
}

#mainmenu .btn-type a {
    background: #eee;
    padding: 0;
    margin: 0;
}


#mainmenu > li ul.mega{
	position:fixed;
	left:0;
	height:0%;
	width:100%;
	margin-top:30px;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
}
#mainmenu > li:hover ul.mega{
	visibility: visible;
	opacity: 1;
}
#mainmenu li ul.mega > li{
	width:100%;
}
#mainmenu li ul.mega li.title{
		padding:0px 10px 15px 10px;
		text-align:left;
		color:#fff;
		font-weight:bold;
}
#mainmenu li ul.mega > li ul{
	position:static;
	visibility: visible;
	opacity: 1;
	left:0;
	float:none;		
	width:100%;
}
#mainmenu li ul.mega .inner{
	background:#404146;
}
#mainmenu ul.mega > li ul li{
	margin:0;
	padding:0;
}

#mainmenu li ul.mega .menu-content{
	background:#404146;
	padding:30px;
}

#mainmenu li ul.mega a.hover:hover{
	opacity:.5;
	background:none;
}
#mainmenu li ul.mega a:hover {
	-webkit-box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 40px 0px rgba(0,0,0,0.2);
}
#mainmenu li ul.mega a,
#mainmenu li ul.mega img{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#mainmenu li ul.mega a:hover img{
	opacity:.5;
}
header.header-mobile #mainmenu > li ul.mega{
	visibility: visible;
	opacity: 1;
}
header:not(.header-mobile) #mainmenu > li:hover ul.mega{
	height:auto;
}

a.no-padding{
	padding:0 !important;
}


/* menu toggle for mobile */

#menu-btn {
    display: none;
    float: right;
    margin-top: 5px;
    width: 36px;
    height: 36px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px;
}

#menu-btn:hover {
    background: #fff;
}

#menu-btn:hover:before {
    color: #222;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
    background: none;
}

header.header-mobile.header-light #menu-btn {
    color: #222;
}



.product-label 
{
    line-height: 25px;
    width: 175px;
    position: absolute;
    bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    right: 0;
    min-height: 100px;
}
.owl-carousel .product a .product-label { color: #212529; }
.owl-carousel .product a img{ opacity: 1; transition: all .5; }
.owl-carousel .product a:hover img { opacity: .75; }
.mt--40
{margin-top: -40px;}
.mt--400 
{
margin-top: -400px;	
}
.mt--210 {margin-top: -210px;}
.mt--140 {margin-top: -170px;}
.clients .col-md-2 {text-align: center;}
.clients img {width: 80%;}
.contact-hero {background-image: url('../images/contact-hero.jpg');
 background-size: cover;
    background-repeat: no-repeat;}
.rating i{
    color: #ffc000;
    font-size: 30px;
}
.bg-niceblue {background-color: #1565c0;}
.costum-navbar {margin-top: 1.5rem;}
.article-img {width: 100%;
    height: 200px;
    overflow: hidden;}
#overlay {
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
}
.herosize {
    padding-top: 600px;
}
.request {position: sticky;
    bottom: 0;
    z-index: 100;}
@media (min-width: 576px) { 

}

@media only screen and (max-width: 600px) {
  
    .navbar img { width: 200px;}
    .display-2 {font-size: 2.5rem;}
    .display-4 {font-size: 2.5rem;}
    .jumbotron .display-2 {padding-top: 1.5rem;}
    .testimonials .client-user img {width: 100% !important;}
    .featured {margin: 0;}
    .product {margin-bottom: 2rem;}
    .product-label {width: 100%;
    position: static;}
    .mt--400 {margin-top: 0;}
    .footer {text-align: center;    background-color: black !important;}
    .smb-1 {  margin-bottom: 1rem; }
    .vertical-line {border: 1px solid #000; width: 100%;}
    .service-price .col-md-2 {padding: 1rem 0rem;}
  }
}




/*@media (min-width: 768px) { ... }


@media (min-width: 992px) { ... }


@media (min-width: 1200px) { ... }*/
