@charset "utf-8";
/* CSS Document */
html, body{
    font-family: 'Poppins', sans-serif;
    height: 100%;
    margin: 0px;
    z-index: -1;
}
body{
    padding: 0px 0px 10px 0px;
}
/**.mainbg { 
    align-items: center;
  background: url(images/gallery/20200526_142426.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;  
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    height: 75%;
    overflow: visible;
    margin: 0px auto;
    width: 100%;
    display: flex;
}**/
.newParallax, .parallax-window, .parallax-window-gallery {
	max-width: 100%;
    height: 100%;
    background: transparent;
}
.mainbgContainer{
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    padding-top: 50px;
}
.gallaryWidthFix{
    padding: 0px;
}
.mainbg .pageBox {
    align-items: center;
    background: rgba(255,255,255,.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
	margin-top: 100px;
    max-width: 600px;
    padding: 50px;
}
.mainbg .pageBox h2{
    color: #00415a;
    margin: 0 0 0px;
    padding: 0;
    font-size: 48px;
	text-shadow: .5px .5px 18px #fff;
    text-transform: uppercase;
}
.mainbg h2{
	color: #fff;
	text-align: left;
}
.mainbg .showcaseThumbContainer{
	padding-top: 40px;
}

#bgContainerWrap{
	color: #FFFFFF;
	margin-top: 40px;
}

#bgContainerContent{
	/*background-image: linear-gradient(rgba(0,65,90,1), rgba(51,51,51,0));*/
	background-color: rgba(0, 65, 90, 0.8);
	border-radius: 4px 4px 4px 4px; 
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
	margin: 0px 0px 20px 0px;
	/*padding: 10px 20px 20px 20px;*/
	max-width: 50%;
}

#bgContainerContent h2{
	margin: 25px 20px;
}
#bgContainerContent span{
	color: #fff;
	display: block;
	margin: 5px 20px;
}
#bgContainerContent img{
	margin: 0px 20px;
	vertical-align: middle;
}
/*Navigation Bar**********************************************/
header{
	height: 100px;
    position: fixed;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.4));
    z-index: 9;
}
.headerFilled{
    background: rgba(255,255,255,1);
}
header .navContainer{
    margin: 0px auto;
    max-width: 1200px;
}
.logo{
    background: url("images/logo.png") no-repeat left center; 
    -webkit-background-size: contain;
    -moz-background-size: contain;  
    -o-background-size: contain;
    background-size: contain;
    min-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    width: 300px;
}
nav{
    float: right;
}
nav ul{
    margin: 0px;
    padding: 0px;
    display: flex;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: #00415a;
}
nav ul li a:hover{
    background: #00415a;
    border-radius: 4px;
    color: #fff;
    transition: 0.5s;
}
nav ul li a:hover{
    background: #00415a;
}
.clearfix{
    clear: both;
}
#callBox a{
	background: #00415a;
	border-radius: 0px 0px 0px 4px;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	position: fixed;
		right: 0px;
		top:100px;
	text-decoration: none;
	z-index: 8;
}
#callBox a.phoneNumber:before{
	color: #f9da58;
    content: '\f095';
    font-family: fontAwesome;
	font-size: 18px;
    margin-right: 10px;
    font-weight: 700;
}

/*Content***************************************************/
#page{
    margin:0px auto;
    max-width:1200px;
    padding: 20px 0px;
}

.contentHeader{
	color:#06C;
	font-size:24pt;
	line-height: 3;
}
.content{
	color:#003;
}
p{
	/*text-indent:24pt;*/
	font-size: 16pt;
	line-height: 1.8;
}
h3{
	font-size: 18pt;
	line-height: 2;
}
h4{
	color:#09F;
    font-size:18px;
	font-weight:400;
}
.textContent{
	margin: 20px;
}

/*Page Contact Styles
****************************************************/
.contactWrapper{
    margin: 0px auto;
    max-width: 1200px;
    min-height: 200px;
    margin-bottom: 10px;
    padding: 10px;
}
.contactWrapper h2{
    color: #09f;
    text-align: center;
}
.contactWrapper .phoneNumber:before{
    content: '\f095';
    font-family: fontAwesome;
    margin-right: 10px;
}
.contactWrapper .callContainer{
    background: #f04b4b;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    font-size: 24px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.contactWrapper .callContainer a{
    color: #fff;
    line-height: 36px;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
}

/*SideBar
***************************************************/

.sidebar-contact{
    position: fixed;
    top: 133px;
    right: -350px;
    width: 350px;
    height: auto;
    padding-top: 90px;
    /*background: url(images/contactBack.jpg) no-repeat center center;
    background-size: cover;*/
	background-image: linear-gradient(rgba(255,255,255,.05), rgba(255,255,255,1));
    box-sizing: border-box;
    color: #001f2b;
    transition: 0.5s;
    z-index: 10;
}
.sidebar-contact.active{
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    right:0px;
}
.sidebar-contact .formTitle{
    background: #fff;
    width: 100%;
    height: auto;
    padding: 20px 40px;
    position: absolute;
    left:0px;
    top: 20px;
}
.sidebar-contact h2{
    margin: 0 0 0px;
    padding: 0;
}
.sidebar-contact input,
.sidebar-contact textarea{
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: none;
}
.sidebar-contact textarea{
    height: 60px;
    resize: none;
}
.sidebar-contact input[type="submit"]{
    background: #09f;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-size: 18px;
}
.sidebar-modal{
    margin: 40px;
}
.contact-toggle, .fb-toggle{
    position: absolute;
    top: 0;
    left: -48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
	background: rgba(0,113,156,.7);
    z-index: 11;
    outline: none;
}
.contact-toggle:before{
    content: '\f003';
    font-family: fontAwesome;
    color: #fff;
    font-size: 18px;
}
.contact-toggle.active:before{
    content: '\f00d'; 
    outline: none;  
}
.fb-toggle{
    top: 48px;
}
.fb-toggle:before{
    content: '\f082';
    font-family: fontAwesome;
    color: #fff;
    font-size: 18px;
}
.fb-toggle.active:before{
    content: '\f00d'; 
    outline: none;  
}
.sidebar-contact .workHours{
    border: none;
    outline: none;
    text-align: center;
    height: auto;
    width: 100%;
}

/*Page Contact Info *******************************************************************/
.pageContact{
    float: left;
    margin-right: 20px;
    text-align: center;
    min-width: 300px;
    z-index: 1;
}
#contact-form1 select{
	all: unset;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.5);
	box-sizing: border-box;
	border-radius: 0px;
	color: #999;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 10px;
	padding:10px;
	width: 100%;
}
.pageContact input{
    border: 1px solid rgba(0,0,0,.5);
    box-sizing: border-box;
	color: #999;
    font-size: 22px;
    margin-bottom: 10px;
    outline: none;
    padding: 10px;
    width: 100%;
}
::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #999;
}
.pageContact input[type="submit"]{
    background: #f9da58;
    color: #fff;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 4px;
    margin-bottom: 0px;
    z-index: 1;
}
#contact-form-container1{
    width: 100%;
    height: 100%;
    position: relative;
}
#contact-form-que1{
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
#contact-form-que2{
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
        left:0px;
        top: 0px;
    z-index: 2;
}
.contact-request-success{
    color: #f04b4b;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    position: absolute;
    bottom:50%;    
}

/*Google Map
*******************************************************************/
.mapWrap{
    border-radius: 4px;
    overflow: hidden;
    min-height: 370px;
    width: auto;
}
.mapIframe{
    width: 100%;
    height: 100%;
    min-height: 370px;
}

/*Gallary
*******************************************************************/
.gallaryContainer{
    width: 100%;
    max-width: 1200px;
    background-image: linear-gradient(rgba(51,51,51,.5), rgba(51,51,51,0));
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    margin-bottom: 20px;
}
#gallery{
    margin: 20px;
}

/*media
*******************************************************************/
@media (max-width: 1200px){
    .sidebar-contact{
    }
    .sidebar-contact .contact-toggle{
        top: 0px;
        left: -48px;
        outline: none;
    }
    .sidebar-contact.active .contact-toggle{
        top: 0px;
        transform: translateY(0);
        left: -48px;
        outline: none;
    }
}
@media (max-width: 1050px){
    /*Navigation Menu ***************************************************/
    .logo{
        min-width: 250px;
        width:35%;
    }
    .menu-toggle{
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        margin: 10px;
        float: right;
        text-align: center;
        font-size: 30px;
        color: #333;
    }
    .menu-toggle:before{
        content: '\f0c9';
        font-family: fontAwesome;
        line-height: 40px;
    }
    .menu-toggle.active:before{
        content: '\f00d';
    }
    nav{
		background: #fff;
        display: none;
        margin-top: 10px;
		padding-bottom: 10px;
		position: relative;
		border-radius: 0px 0px 4px 4px;
		z-index: 9;
    }
    nav.active{
        display: block;
        width: 100%;
    }
    nav.active ul{
        display: block;
    }
    nav.active ul li a{
        margin: 0px;
    }
    
    /*Contact Toggle**************************************************/
    .sidebar-contact{
        width: 100%;
        height: 100%;
        right:-100%;
        transform: translateY(-110px);
        outline: none;
        z-index: 9999;
    }
    .sidebar-contact .contact-toggle, .fb-toggle{
        outline: none;
        left: -48px;
        top: 140px;
        z-index: 10;
    }
    .fb-toggle{
        outline: none;
        top: 188px;
    }
    .sidebar-contact.active .contact-toggle, .sidebar-contact.active .fb-toggle{
        top: 30px;
        transform: translateY(0);
        left: auto;
        right: 40px;
        outline: none;
    }
    .sidebar-contact.active .contact-toggle{
        right:88px;
    }
    .sidebar-contact.active .fb-toggle{
        right: 40px;
    }
    
    .mainbg{
        padding: 0px;
    }
    .mainbg .comingSoon{
        position: relative;
        bottom: 0px;
    }
    .mainbg .pageBox{
		font-size: 18px;
        height:auto;
        max-width: 100%;
        padding:20px 40px;
    }
    .mainbg .pageBox h2{
        font-size: 36px;
        margin-bottom: 0px;
		text-align: left;
    }
    
    .pageContact{
        float: none;
        margin-bottom: 20px;
        margin-right: 0px;
    }
	
	#bgContainerWrap{
		margin: 15px 20px 20px 20px;
	}
	#bgContainerContent {
		border-radius: 4px 4px 4px 4px; 
		margin: 0px;
		max-width: 100%;
		width: 100%
	}
	.contentHeader{
		font-size: 20pt;
		line-height: 1;
	}
	h3 {
		line-height: 1.2;
	}
}