/* CSS Document */
html {}
body, div, h1, h2, h3, li, ul, p, header, nav, section {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family: 'Raleway', sans-serif;
    font-style:normal;
	font-size:14px;
	color: #231f20;
	font-weight: 400;
}
a ,img{outline: none;}
input, textarea, select {outline: none;}
.clear {	clear: both;}
h1{
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
h2{
	font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}
.fleft {float: left}
.fright {float: right}
header {
	width: 100%;
	overflow: auto;
	min-height: 120px;
}
.logo {
	float: left;
	margin: 24px 0;
	width: 220px;
}
.logo img {
	width: 100%;
}
nav {
	float: right;
	clear: right;
	margin: 60px 0 15px 0;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block;
	padding: 0;
	margin-right: 36px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #1f1f1f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
nav ul li a img {
	vertical-align: baseline;
}
nav .submenu {
	display: none;
	position: absolute;
	z-index: 100;
	padding-top: 6px;
}
nav .submenu li {
	display: block;
    border-bottom: 1px solid #fff;
    width: 150px;
    background: #296db6;
}
nav .submenu li  a{
	color: #fff;
    padding: 6px;
    display: block;
    font-weight: 400;
}
nav .submenu li  a:hover {
	background: #231f20;
}
menu {
	display: none;
	float: left;
	margin-top: 28px;
	padding: 0;
}
#menu {
	display: none;
}
.menu {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    margin-top: 6px;
    width: 200px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.menu li {
	background-color: #414042;
}
.menu li:hover {
	background-color: #231f20;
}
.menu li a{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
.menu ul {
	list-style-type: none;
}
.menu_icon {
	font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #296db6;
    padding: 6px 20px;
}
.fullwidth {
	width: 100%;
}
.fullwidth img{
	width: 100%;
}
.half_width {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.qtr_width {
	width: 24%;
	margin-right: 1%;
	float: left;
}
.container {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
}
::-webkit-input-placeholder {
	color:#888;
	font-weight: 300;
}
::-moz-placeholder {
	color:#888;
	font-weight: 300;
}
:-ms-input-placeholder {
	color:#888;
	font-weight: 300;
}
.slide_caption {
	position: absolute;
	top: 30%;
	left: 5%;
}
.slide_caption  .cap1 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 6px;
	text-shadow: 2px 2px 4px #000;
}
.slide_caption  .cap2 {
	font-family: 'Roboto', sans-serif;
	font-size: 104px;
	font-weight: 900;
}
.slide_caption  .cap3 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	text-shadow: 2px 2px 4px #000;
}
.slide_caption  .sub_cap {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0 30px;
	text-shadow: 2px 2px 4px #000;
}
.yellow {
	color: rgba(254, 220, 64, 0.75);
}
.blue {
	color: rgba(130, 215, 247, 0.75);
}
.btn {
	text-decoration: none;
    text-align: center;
    padding: 12px 47px 12px 30px;
    margin-top: 14px;
    display: inline-block;
	background-repeat: no-repeat;
	background-position: right 17px center; 
	background-color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.slide_caption .btn {
	background-color: #32a566;
	background-image: url(../images/btn-arrow.png);
	color: #fff;
}
.c2a {
	background: url(../images/c2a-bkg.png) no-repeat left center #0081b0;
	padding: 50px 0;
}

.c2a h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
	line-height: 1.5;
    text-transform: uppercase;
}
.c2a p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.c2a .btn {
	background-color: #fff;
	background-image: url(../images/btn-arrow-dark.png);
	color: #231f20;
}
.welcome {
	text-align: center;
	padding: 50px 0;
}
.welcome h2{
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #404040;
	letter-spacing: 4px;
	text-transform: uppercase;
 }
.welcome h2 > span{
    position: relative;
    display: inline-block;
}
.welcome h2 > span:before, .welcome h2 > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px dashed;
    width: 100px;
    margin: 0 20px;
}
.welcome h2 > span:before{
    right: 100%;
}
.welcome h2 > span:after{
    left: 100%;
}
.welcome h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #404040;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.welcome h1 span {
	color: #0a9acf;
}
.welcome p {
	line-height: 1.5;
	width: 58%;
    margin: 0 auto;
}
.features_list {
	margin: 50px 0;
	overflow: auto;
}
.features_list .feature {
	width: calc(32% - 60px);
    border: 2px solid #0a9acf;
    float: left;
    margin-right: 2%;
	padding: 60px 28px;
	text-align: center;
}
.features_list .feature:last-child {
	margin-right: 0;
}
.features_list .feature h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #404040;
}
.features_list .feature h1 span {
	font-weight: 600;
}
.features_list .feature p {
	line-height: 1.5;
	color: #404040;
}
.features_list .feature a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 20px;
	display: block;
	color: #404040;
}
.features_list .fair {
	background: #0a9acf;	
}
.features_list .fair h1, .features_list .fair p, .features_list .fair a {
	color: #fff;
}
.features_list .feature img {
    display: block;
    width: 58px;
    margin: 0 auto 20px;
}
.project {
	background-image: url(../images/pro-bkg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #333;
	padding: 100px 0;
	margin: 50px 0;
	overflow: auto;
}
.project_list {
	background: rgba(255, 255, 255, 0.7);
	padding: 60px;
}
.project_list h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #237e99;
}
.project_list p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #231f20;
	margin: 20px 0;
}
.project_list p span {
	font-weight: 600;
	color: #237e99;
}
.play_btn {
	margin-top: 40px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.play_btn img {
	width: 50px;
	float: left;
	display: block;
	margin-right: 10px;
}
.play_btn span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.play_btn .tiny {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}
.usp_list {
	margin-bottom: 50px;
	overflow: auto;
}
.usp {
	width: 32%;
    float: left;
    margin-right: 2%;
	text-align: center;
}
.usp:last-child {
    margin-right: 0;
}
.usp img {
	display: block;
	margin: 0 auto 20px;
}
.usp h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
}
.usp h3 span {
	font-weight: 600;
}
.usp p {
	line-height: 1.5;
	margin: 10px 0;
}
.footer_container {
	background-image: url(../images/world.png); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color: #424242;
	padding: 40px 0;
	color: #fff;
}
.footer_container img {
	width: 200px;
	margin-bottom: 30px;
}
.footer_container p {
	font-style: italic;
	font-weight: 100;
	line-height: 1.5;
	padding-right: 15%;
}
.footer_container h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}
.footer_container ul {
	padding: 20px 16px 0;
}
.footer_container ul li {
	margin-bottom: 10px; 
}
.footer_container h2 {
	color: #eec400;
	font-size: 18px;
	font-weight: 800;
}
.social {
	margin-top: 20px;
}
.social a {
	display: inline-block;
	margin-right: 10px;
}
.social a img {
	width: 25px;
	height: 25px;
}
.bottom_footer {
	background: #fff;
}
footer {
	width: 90%;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 0;
}
footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 10px 0 0;
	color: #424242;
}
footer p a {
	text-decoration: none;
	color: #424242;
}
footer p a:hover {
	text-decoration: underline;
}
footer .copyright {
	text-align: right;
}
.required {
	display: inline-block;
	color: #ff0000;
	margin-left: 4px;
}
.pop_up {
	padding: 20px!important;
}
.pop_up ul {
	padding-left: 20px;
}
.pop_up p {
	margin: 8px 0;
}
hr {
	border: 0;
	border-bottom: 4px solid #98d5eb;
	margin: 20px 0;
}
.testimonials {
	background: #f8f8f8;
	padding-bottom: 60px;
}
.testi {
	padding: 60px 80px;
	background: #fff;
	border-radius: 20px;
	width: 400px;
    margin: 0 auto;
}
.testi img {
	width: 45px;
	height: 45px;
	float: left;
    display: block;
    margin-right: 20px;
}
.testi h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin-top: 5px;
	text-transform: uppercase;
}
.testi h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
	text-transform: uppercase;
}
.testi p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
}
.testimonials .lSAction > a {
	background-image: url(../images/controls-dark.png);
}
.gallery_btn {
    background-color: #0a9acf;
    background-image: url(../images/btn-arrow.png);
    color: #fff;
	display: block;
	margin: 40px auto;
	width: 142px;
}
.team {
	text-align: center;
	margin-bottom: 60px;
}
.team img {
    width: 250px;
    margin-bottom: 10px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.contact_con {
	background: #ccc;
	overflow: auto;
}
.contact_form {
	overflow: hidden;
	width: 60%;
    margin: 0 auto 40px;
}
.contact_form ul, .quote_form ul {
	list-style-type: none;
	list-style-image: none;
    padding: 0;
	margin: 0;
}
.contact_form ul li, .quote_form ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.contact_form ul li input[type="text"], .quote_form ul li input[type="text"]  {
	width: 98%;
	height: 36px;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight: 400;
	color: #231f20;
	padding-left: 10px;
	background: #f8f8f8;
    border: 0;
}
.contact_form ul li input[type="submit"], .quote_form ul li input[type="submit"] {
    font-family: 'Raleway', sans-serif;
	background-color: #0a9acf;
    background-image: url(../images/btn-arrow.png);
    color: #fff;
    border: 0;
	cursor: pointer;
}
.contact_form textarea, .quote_form textarea {
	height: 72px;
	padding: 0;
	margin: 0;
	width: 98%;
	padding-top: 10px;
	padding-left: 10px;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #231f20;
	resize: none;
	background: #f8f8f8;
    border: 0;
}
.ui-dialog {
	background: #fff;
}
.fixed-header {
	position: fixed;
	z-index: 100;
	background: #fff;
	top: 0;
	filter: drop-shadow(2px 3px 4px #444)
}
.ui-widget-overlay {
	background: rgba(0,0,0,0.6);
}
.ui-dialog .ui-dialog-titlebar {
	background: #424242;
}
.ui-dialog .ui-dialog-title {
	color: #fff;
    font-size: 24px;
    font-weight: 100;
}
.ui-dialog  .ui-dialog-titlebar-close {
	background: url(../images/close.png) no-repeat center center;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
	width: 27px;
	height: 27px;
	margin: -16px 0 0;
}
#err_msg, #err_msg_qt {
	color: red;
	font-weight: 600;
}