/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600,800);

@font-face{font-family:'FontAwesome';src:url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');}

html,body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
		font-size: 16px;
}

#logo1{
    color:#ff3333;
    text-transform: capitalize;
}

#logo2{
    color:#fff;
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #ef474c;
}

p {
    line-height: 1.25;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fff;
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fff;
    text-transform: uppercase;
    din;
    font-weight: 700;
    color: #fff;
    background-color: #37526f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ef474c;
    color: #fff;
    background-color: #ef474c;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ef474c;
    background-color: #ef474c;
}

.btn-primary .badge {
    color: #ef474c;
    background-color: #fff;
}

.animate, .animateUp, .animateRight, .animateDown, .animateDownStart, .animateUpStart, .animateRightStart, .animateStart{
	opacity:0;
	display:block;
}

.animated {
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
 }
 
 @-webkit-keyframes fadeInLeft {
		0% {
			 opacity: 0;
			 -webkit-transform: translateX(-20px);
		}
		100% {
			 opacity: 1;
			 -webkit-transform: translateX(0);
		}
 }
 
 @keyframes fadeInLeft {
		0% {
			 opacity: 0;
			 transform: translateX(-20px);
		}
		100% {
			 opacity: 1;
			 transform: translateX(0);
		}
 }
 
 .fadeInLeft {
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 } 
 
 @-webkit-keyframes fadeInRight {
		0% {
			 opacity: 0;
			 -webkit-transform: translateX(20px);
		}
		100% {
			 opacity: 1;
			 -webkit-transform: translateX(0);
		}
 }
 
 @keyframes fadeInRight {
		0% {
			 opacity: 0;
			 transform: translateX(20px);
		}
		100% {
			 opacity: 1;
			 transform: translateX(0);
		}
 }
 
 .fadeInRight {
 -webkit-animation-name: fadeInRight;
 animation-name: fadeInRight;
 } 
 
 @-webkit-keyframes fadeInDown {
		0% {
			 opacity: 0;
			 -webkit-transform: translateY(20px);
		}
		100% {
			 opacity: 1;
			 -webkit-transform: translateY(0);
		}
 }
 
 @keyframes fadeInDown {
		0% {
			 opacity: 0;
			 transform: translateY(20px);
		}
		100% {
			 opacity: 1;
			 transform: translateY(0);
		}
 }
 
 .fadeInDown {
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 } 
 
 @-webkit-keyframes fadeInUp {
		0% {
			 opacity: 0;
			 -webkit-transform: translateY(-20px);
		}
		100% {
			 opacity: 1;
			 -webkit-transform: translateY(0);
		}
 }
 
 @keyframes fadeInUp {
		0% {
			 opacity: 0;
			 transform: translateY(-20px);
		}
		100% {
			 opacity: 1;
			 transform: translateY(0);
		}
 }
 
 .fadeInUp {
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 } 

#cbtn {
    padding: 20px 2;
    border-color: #f4a71d;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #083452;
    background-color: #f4a71d;
}

#cbtn:hover,
#cbtn:focus,
#cbtn:active,
#cbtn.active {
    border-color: #f4a71d;
    color: #f4a71d;
    background-color: transparent;
}

.btn-primary .badge {
    color: #ef474c;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #f15d25;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #083452;
    background-color: #f15d25;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f15d25;
    color: #f15d25;
    background-color: transparent;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ef474c;
    background-color: #ef474c;
}

.btn-xl .badge {
    color: #ef474c;
    background-color: #fff;
}

#cap-btn{
    background-color: transparent;
    border: solid 2px #fff;
    border-radius: 1px;
}

#cap-btn:hover{
    background-color: #f4a71d;
    border: solid 2px #f4a71d;
    color: #083452;
}

#callus a{
		padding:21px;
    font-size: 14px;
    font-weight: 700;
		color:#0081bf;
		position:relative;
		z-index:500;
}

.fa-phone{
	font-size:14px;
	position:relative;
	z-index:500;
}

#callus span{
    font-size: 25px;
    font-weight: 600;
}

@media(max-width: 1080px){
   #callus a, #callus span{
        font-size: 20px;
    } 
}

#callus{
	height:60px;
	background-color:#fff;
    float: right;
    padding: 15px 15px;
    padding-left: 15px;
    color: #0081bf;
    right: 0;
    text-align: center;
}

#callus a{
    color: #0081bf;
}
#callus a:hover{
    color: #40a8da;
}

@media(max-width: 1080px){
    #callus{
        max-width: 250px;
    }
}

@media(max-width: 1032px){
    #callus{
        display:none;
    }
}


@media(max-width: 995px){
    #callus{
        max-width: 200px;
    }
    #callus a{
        font-size: 18px;
    }
    #logo1{
        font-size: 25px;
    }
    #logo2{
        font-size: 25px;
    }
}


@media(max-width: 768px){
    .navbar-toggle{
        
    }
}

.icon-prev, .icon-next{
    font-size:60px !important;
}

@media(max-width: 768px){
    .icon-prev, .icon-next{
        font-size:30px !important;
    }
}

.navbar-brand strong {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    color:#fff;
    position:absolute;
    top:22px;
    font-size:20px
}

@media(max-width: 500px){
    .navbar-brand strong{
        font-size:15px;
        width: 300px;
    }
    .navbar-brand{
        margin-bottom:15px;
        margin-left:20px;
        max-width: 300px;
    }
}

.navbar-toggle{
    margin-left: 45px;
    z-index: 5;
    margin-top: 15px !important;
}

#logo-img{
    position: absolute;
    max-width: 177px;
    z-index: 2000;
}

#logo-small{
	margin-top:15px;
	padding:15px;
	max-width:420px;
}


@media(max-width: 769px){
   #logo-small{
		 margin:15px;
		 max-width: 200px;
    }
}

@media(max-width: 1034px){
    #logo-img{
    position: absolute;
    max-width: 168px;
    z-index: 2000;
    }
}


@media(max-width: 785px){
    #logo-img{
        position: absolute;
        max-width: 70px;
        z-index: 2000;
    }
}

@media(max-width: 400px){
    #logo-img{
    position: absolute;
    max-width: 178px;
    z-index: 2000;
    }
}

#contact-banner{
    background-color: #fff;
    height: 31px;
}

#contact-banner2{
    background: #fbaa3f;
}

#contactbutton{
    max-width: 300px;
    width: 100%;
    background-color: #ff3333;
    border-color:#ff3333;
}

#contactbutton:hover{
    color: #ff3333;
    border-color:#ff3333;
    background-color: transparent;
}

#c-btn{
	background-color:#e61b0b; 
	float:right; 
	color: #fff; 
	padding:27px; 
	font-weight:600;
}

@media(max-width: 768px){
	#c-btn{
		float:none; 
	}
}

#c-btn a{
	color: #fff;
	margin-left:0;
	font-size:20px; 
	font-weight:700;
}

@media(max-width: 400px){

    .navbar-toggle{
        margin-top: 20px !important;
    }

    #call-banner{
        width:250px;
        text-align: left;
        font-size: 18px;
        float: left;
    }

    .nav.navbar-nav, .navbar-collapse{
        float: left;
        margin-left: 0px !important;
    }
}

@media(max-width: 970px){
	#contact-info2{
		text-align:center;
	}
}

@media(max-width: 768px){
    #firstpart{
        background:#e2e2e2;
    }
    .navbar-default{
        border: none;
        background-color: #fff;
        margin-bottom: 0px;
    }
}

.nav>li{
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: 'Open Sans', sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .navbar { 
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        border-radius: 0;
        margin-bottom: 0px;
        border: none;
    }
    
    .navbar {
        min-height: 0;
    }

    .navbar.navbar-default{
        width: 100% !important;
        margin-left: 0px;
        /*margin-top: 60px;*/
    }

    .navbar-default {
        background: #fff;
        right:0;
        left: 0;
    }

    .nav>li>a{
        padding: 10px 7.5px;
    }

    .nav>li{
        margin-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        letter-spacing: .05px;
        color: #3a3a3c !important;
    }

    .nav>li>a:hover{
        color:#0081bf !important;
    }

    .navbar-nav>li:hover{ 
        background-color:#fff;
    }

    .navbar-nav {
        position: relative;
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }

    .collapse.navbar-collapse{
        padding-left: 0px;
    }

    .nav.navbar-nav{
        margin: auto 0px !important;
        padding: auto 0px !important;
    }

    .navbar-nav li.active:after, .navbar-nav li.active:before {
        bottom: 0%;
        margin-bottom: -2px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .navbar-nav li.active a{
        background-color: #fff !important;
    }

    .navbar-nav li.active:after {
        border-bottom:none;
        border-width: 6px;
        margin-left: -6px;
        z-index: 1;
    }
    .navbar-nav li.active:before {
        border-bottom: none;
        border-width: 9px;
        margin-left: -9px;
        z-index: 1;
    }
}
@media (max-width:1200px) {
	.nav>li{
		margin-left: 0px;
		padding-left: 5px;
		padding-right: 0px;
	}
}

@media (max-width:1032px) {
	.nav>li{
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.top{
	position:fixed !important;
	bottom:40px;
	right:20px;	
	padding:15px;
	text-align:center;
	width:50px !important;
	height:50px !important;
}

.active .item{
    border-top: none;
}

.navbar-header button{
    margin-top: 30px;
}
@media (max-width:460px) {

    .navbar-header button{
        margin-top: 15px;
    }
}


.fill {
    height:600px;
    text-align: center;
    color:#37526f;
    background-attachment: scroll;
    background: linear-gradient(rgba(15,15,15,.5),rgba(15,15,15,.5)),url("../img/index-banner-p.jpg");
    background-position: 100% 70%;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill2 {
    height:600px;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background: linear-gradient(rgba(15,15,15,.5),rgba(15,15,15,.5)),url("http://image.shutterstock.com/z/stock-photo-young-architects-consulting-about-new-construction-at-meeting-outdoors-289788152.jpg");
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill3 {
    height:600px;
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background: linear-gradient(rgba(15,15,15,.5),rgba(15,15,15,.5)),url("http://image.shutterstock.com/z/stock-photo-blueprints-safety-helmet-and-computer-in-construction-site-233305984.jpg");
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.subpage-banner {
    height:250px;
    text-align: center;
    color:#37526f;
    background-attachment: scroll;
    background: linear-gradient(rgba(15,15,15,.5),rgba(15,15,15,.5)),url("http://image.shutterstock.com/z/stock-photo-back-turned-architect-and-technician-at-construction-site-reviewing-office-blueprints-347829260.jpg");
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width: 1620px){
    .fill {
        height:600px;        
		}
    .fill2 {
        height:600px;
    }

    .fill3 {
        height:600px;
    }

}

@media(max-width: 992px){
    .fill {
        height:900px;        
				text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-position: 50% 70%;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .fill2 {
        height:900px;
        text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-position: 100% 70%;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .fill3 {
        height:900px;
        text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-position: 100% 70%;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

}

@media(max-width: 769px){
    .fill {
        height:600px;        
		}
    .fill2 {
        height:600px;
    }

    .fill3 {
        height:600px;
    }

}

.g-recaptcha{
	position:relative;
}

#myCarousel2 i{
	width:50px;
	height:50px;
	border: solid 1px #333;
	border-radius:5px;
	color:#333;
	padding:15px;
}

#myCarousel2 i:hover{
	background-color:#1681c0;
	border-color:#1681c0;
	color:#fff;
}

#ceiling {
	padding:15px;
	background-color:rgba(230,27,11,.5);
	bottom:0;	
    left: 0px;
    z-index: 1000;
    position:absolute;
    width:520px;
}

@media(max-width:992px){
	#vidp iframe{
		width:450px;
		height:255px;
		text-align:center !important;
	}
	
	#vidp{
		float:none !important;
		text-align:center !important;
	}
}

@media(max-width:742px){
	#vidp iframe{
		width:353;
		height:230px;
		text-align:center !important;
	}
}

@media(max-width:581px){
	#vidp iframe{
		padding-left:0px;
		width:300px;
		height:174px;
		text-align:center !important;
	}
}


#about-header { 
    padding-top: 100px;
    height:250px;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-caption p{
    font-size: 18px;
}

.intro-text {
    color: #fff;
}

.carousel-caption h1 {
	font-weight:400;
	text-align: left;
}

.banner-content{
	position:absolute;
	top:20px;
}

#vidp{
	padding:15px;
	float:right;
	width:70%;
}

#index-bantxt {
	float:left;
	padding:15px;
	text-align: left;
	width:30%;
	color:#fff;
}

#index-bantxt p{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:45px;
	text-align: left;
}

@media(max-width: 992px){
	#index-bantxt {
		width:100%;
		padding:15px;
	}
	
	#index-bantxt p{
		text-align: center;
		font-size:35px;
	}
}

@media(max-width: 769px){
	#index-bantxt {
		width:100%;
		padding:15px;
	}
	
	#index-bantxt p{
		text-align: center;
		font-size:25px !important;
	}
	
	#vidp{
		padding:15px;
		float:right;
		width:100%;
	}
	
	#thumb{
		width:500px !important;
	}
}

@media(max-width: 579px){
	
	#thumb{
		width:400px !important;
	}
}

@media(max-width: 500px){
	#index-bantxt {
		width:100%;
		padding:15px;
	}
	
	#thumb{
		width:300px !important;
	}
}

#index-bantxt button {
	border:solid 2px #40a8da;
	background-color:#40a8da;
}

#index-bantxt button:hover {
	background-color:transparent;
	color:#40a8da;
}

#banner-image{
	float:right;
	max-width:500px;
}

#video-placeholder{
	display:none;
}

#thumb{
	cursor:pointer;
	width:650px;
}

#banner-text{
	float:left;
	max-width:400px;
}

#success{
	display:none;
	margin:0 auto;
}

#success, .alert-success{
	text-align:center;
	position:relative;
	max-width:300px;
	height:46px;
}

.carousel-caption p {
    font-size: 20px;
    padding:0px !important;
    text-align:center;
    color: #fff;
    max-width:600px !important;
}

.carousel-caption {
    text-align: left;
		top:20px;
}

@media screen and (max-width: 1255px){
	#index-bantxt p {
    font-size: 35px;
	}
}

@media screen and (max-width: 1395px){
	#index-bantxt p {
    font-size: 40px;
	}
}


@media screen and (min-width: 1420px){
	.carousel-caption {
			right: 16%;
			left: 16%;
	}
}

@media screen and (min-width: 1650px){
	.carousel-caption {
			right: 20%;
			left: 20%;
	}
}


.carousel-inner2{
	height:384px;
}

#sub-caption {
   top: 100px;
   bottom: 0;
   text-transform: capitalize;
   font-weight: 700;
   font-size: 40px;
}

@media(max-width: 992px){
	.item{
		text-align:center;
	}
	
	.item p{
		text-align:center !important;
	}
}
@media(max-width: 768px){
	
		.carousel-inner2{
			height:auto;
		}
    #sub-caption {
       top: 100px;
       bottom: 0;
       text-transform: capitalize;
       font-weight: 700;
       font-size: 35px;
    }
}

#topform{
	display:none;
	width:660px;
	color:#fff;
}

@media(max-width: 992px){
	#topform{
		width:auto;
	}
}

.carousel-control.left,.carousel-control.right{
    background-image:none; 
}


@media(max-width: 768px){
    

    .carousel-caption p {

        color: #fff;
        width:100% !important;
        text-align: center;
        font-size: 14px !important;
    }

    .intro-heading{
        font-size: 18px !important;
    }
}

span.watch-video {
	cursor:pointer;
	float:left;
	width:auto;
	height:auto;
	color:#fff;
	background-color:#d49639;
	border-radius:8px;
	font-size:25px;
	line-height:30px;
	margin:25px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	font-weight:bold;
	min-height:50px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media(max-width: 850px){
    .carousel-caption {
        top:80px;
    }

    #check {
        max-width: 60px !important;
    }
}



.intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    color: #fff;
}

.intro-text .intro-heading {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {

    .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 75px;
        color:#fff;
    }
}

#searchtxt{
    color:#083452;
    border-radius: 2px;
    max-width: 600px;
    width: 100%;
}

#heads{
    max-width: 1000px !important;
    float: right;
    margin-top:25px; 
    left:545px;
    width: 800px;
}

@media(max-width: 1200px){
   #heads{
        max-width: 1000px !important;
        float: right;
        margin-top:25px; 
        left:50px;
        width: 800px;
    } 
}

@media(max-width: 1080px){
   #heads{
        max-width: 1000px !important;
        float: right;
        margin-top:25px; 
        left:0px;
        width: 500px;
    } 
}

#map .col-sm-4 a{
    font-size: 25px;
}

#map .col-sm-4 p{
    font-size: 25px;
}

#map .col-sm-4 a:hover{
    color:#42a89d;
}

#map .col-sm-4{
    color: #3a3a3c;
    padding: 50px 15px;
    background-color:#ffffff;
    height: 455px;
}

#map a{
	color:#3a3a3c;
}

#map .col-sm-8{
    padding: 0;
}

#searchbtn{
    background-color:#f4a71d;
    border-color:#f4a71d;
    border-bottom: solid 2px #f15d25;
    color:#083452;
    border-radius: 0px;
}

#searchbtn:hover{
    background-color:transparent;
    border-color:#f4a71d;
    color:#f4a71d;
    border-radius: 0px;
}

#top-cart{
    left:30px;
}

#check {
    max-width: 100px;
}

.intro-heading h1{
    color:#fff;
}

#headtxt {
    text-transform: capitalize;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
}

#headtxt2 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}

#headtxt3 {
    font-weight: 700;
    color: #ff3333;
    font-size: 23px;
    text-transform: capitalize;
}

#headtxt4 {
    font-weight: 700;
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
}

#headtxt5 {
    font-weight: 700;
    color: #323232;
    font-size: 23px;
    text-transform: capitalize;
}

#places{
    border-bottom:solid 1px rgba(255,255,255,.3); 
}

#places2{
    border-bottom:solid 1px rgba(0,51,51,.3); 
}

#index-img img{
    display: inline;
    text-align: center;
}

#index-img {
    text-align: center;
}

#servicearea{
    background-color: #ff3333;
    padding:15px;
    margin: 5px;
    color: #fff;
}

#servicearea2{
    font-weight: 700;
    padding:15px;
    margin: 5px;
    color: #fff;
}

.section-heading{
    background-color: #669999;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 768px){
    body{
        text-align: center;
    }
}


section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    color: #083452;
}

#section-heading2 {
    margin: 0;
    background-color: #ff3333;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

#section-heading2 p {
    font-size: 20px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #083452;
}

@media(min-width:768px) {
    section {
        padding: 50px 0;
    }
}

#services{
    background-color: #ef474c;
    color: #fff;
    -webkit-box-shadow: 0 8px 6px -5px black;
    -moz-box-shadow: 0 8px 6px -5px black;
    box-shadow: 0 8px 6px -5px black;
    margin-bottom: 15px;
}

#arrows{
    margin-top: 50px;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.section-heading {
    margin-bottom: 0;
}

#smb2{
    position: relative;
    top:0px;
    width: 100%;
    z-index: 300;
    height: 400px;
    background: no-repeat url("../img/car.png");
    background-size: cover;
}

#smb3{
    position: relative;
    top:0px;
    width: 100%;
    z-index: 300;
    height: 400px;
    background: no-repeat url("../img/trucks.png");
    background-size: cover;
}

#smb4{
    position: relative;
    top:0px;
    width: 100%;
    z-index: 300;
    height: 400px;
    background: no-repeat url("../img/write.png");
    background-size: cover;
}

#bar{
    background-color: rgba(0,51,51,.7);
    position: absolute;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    width: 100%;
    color: #fff;
    bottom: 0;
}

#bar p{
    font-size: 20px;
}

#more{
    background-color: #c2e1e1;
    text-align: center;
    padding: 15px;
}

#more2{
    background-color: #abd1d1;
    text-align: center;
    padding: 15px;
}

#sbod{
    padding: 15px;
    color: #243e92;
    font-size: 18px;
}

#sheadr strong{
    color: #243e92;
    padding: 15px;
    font-size: 35px;
    text-transform: capitalize;
}

#callout, #headq{
	position:relative;
	padding:0;	
}
#headr{
	/*top:224px;*/
	bottom:0;
	position:absolute;
	width:100%;
	max-width:360px;
    color: #fcdd47;
    padding: 15px 12.25px;
    text-transform: uppercase;
    background-color: rgba(230,27,11,.5);
}
@media(min-width:1216px){
#headr{
	/*top:224px;*/
	position:absolute;
	width:100%;
	max-width:360px;
    color: #fcdd47;
    padding: 15px 12.25px;
    text-transform: uppercase;
    background-color: rgba(230,27,11,.5);
}
}

@media(max-width:1200px){
	#headr{
		/*top:180px;*/
		max-width:293px;
	}
	
	#headr strong{
		font-size:14px !important;
	}
}

@media(max-width:974px){
	#headr{
		/*top:126px;*/
		max-width:220px;
	}
	
	#headr strong{
		font-size:10px !important;
	}
}

@media(max-width:750px){
	#headr{
		bottom:0;
		padding:15px;
		width:100%;
		max-width:inherit;
	}
	
	#headr strong{
		font-size:10px !important;
	}
	
	#ci{
		width:100%;
		height:auto !important;
	}
}

#view{
    text-align: right;
}

#view a{
    color: #243e92;
}

#bod{
    padding: 15px;
	height:208px;
    color: #3a3a3c;
    background: #e7e7e8;
}

@media(max-width:980px){
	#bod{
		height:310px;
	}
}

@media(max-width:750px){
	#bod{
		height:auto;
	}
}

#customers{
	background:#f2f2f3;
	padding:50px 15px;
}

#customers h2{
	font-weight:400;
	color:#1681c0;
	margin-bottom:35px;
}

#customers img{
	max-width:150px;
}

#options{
    background: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

#options h2{
	font-weight:400;
	color:#1681c0;
	margin-bottom:35px;
}

#circle {
	width: 200px;
	height: 200px;
	margin:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #40a8da;
	position:relative;
}

#checkw{
	position:absolute;
	max-width:150px;
	left:12%;
	right:12%;
	top:75px;
}

#mag{
	position:absolute;
	max-width:100px;
	left:20%;
	right:20%;
	top:30px;
}

#money{
	position:absolute;
	max-width:150px;
	left:12%;
	right:12%;
	top:60px;
}

#learn{
	height:160px;
	position:relative;
}

#options button {
	margin:15px;
	color:#fff;
	border:solid 2px #40a8da;
	background-color:#40a8da;
}

#options button:hover {
	background-color:transparent;
	color:#40a8da;
}

#ccs, #cs, #msbs{
	background:#fff;
	height:81px;
}

@media (max-width:768px){
	#ccs, #cs, #msbs{
		height:66px;
	}
}

#biometric{
	text-align:center;
	color:#fff;
	padding:100px 0;
	background:linear-gradient(rgba(15,15,15,.4), rgba(15,15,15,.4)),url(../img/pen2.png);
	background-position:100% 70%;
	background-size:cover;
	background-repeat:no-repeat;
}

#compliance{
	text-align:center;
	color:#fff;
	padding:80px 0;
	background:linear-gradient(rgba(15,15,15,.4), rgba(15,15,15,.4)),url(../img/compliance.png);
	background-position:100% 20%;
	background-size:cover;
	background-repeat:no-repeat;
}

#msb{
	text-align:center;
	color:#fff;
	padding:80px 0;
	background:linear-gradient(rgba(15,15,15,.4), rgba(15,15,15,.4)),url(../img/store.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.msb a{
	color:#59595c;
}

.msb a:hover{
	color:#1681c0;
}

#biometric img{
	max-width:200px;
}

#msb img{
	max-width:200px;
}

#compliance img{
	max-width:100px;
}

@media(max-width:1200px){
	#learn{
		height:170px;
	}
}

@media(max-width:1000px){
	#learn{
		height:290px;
	}
}

@media(max-width:768px){
	#learn{
		height:auto;
	}
}

#subhead{
	font-size:18px;
	font-weight:100;
}

#options p{
	max-width: 860px;
	font-weight:400;
	color:#59595c;
	margin:15px;
}

#checkmark{
	text-align:left;
}

@media(max-width:768px){
	#checkmark{
		text-align:center;
	}
}


.fa-check{
	color:#2daa4a;
}

#portfolio1{
    background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8)), url("../img/index-banner2.png");
    background-position: center;
    background-size: cover;
}

#portfolio3{
    padding: 0;
    margin:0 auto;
}

#portfolio4 span{
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}

#portfolio4{
    background-color: #222222;
    text-align: center;
    font-size: 18px;
    color: #8c8b8b;
    padding: 15px;
    margin:0 auto;
}

#portfolio4 a{
    color: #8c8b8b;
}

#portfolio4 a:hover{
    color: #fff;
}

/*@media(max-width: 1277px){
    #sportsmb{
        height: 100%;
    }
}

@media(min-width: 1385px){
    #sportsmb{
        height: 100%;
    }
}

@media(min-width: 1660px){
    #sportsmb{
        height: 100%;
    }
}*/

#smbp1, #smbp2, #smbp3, #smbp4{
    margin-top:200px; 
    color: #fff;
    font-size: 40px;
    visibility: hidden;
}

@media(max-width: 1600px){
    #smbp1, #smbp2, #smbp3, #smbp4{
        margin-top:100px; 
    }
}

@media(max-width: 1090px){
    #smbp1, #smbp2, #smbp3, #smbp4{
        margin-top:10px;
        font-size: 30px; 
    }
}

#sportsmb:hover{
    background-color: rgba(232,163,55,.8) !important;
}

#smb img{
    max-height: 512px;
    max-width: 480px;
    width:100%;
    margin: 0px !important;
}

#sportoffer{
    vertical-align: middle;
    top:0px;
    
    width: 100%;
    position: absolute;
    z-index: 300;
}

@media(max-width: 1277px){
    #sportoffer{
        height: 100%;
    }
}

@media(min-width: 1385px){
    #sportoffer{
        height: 100%;
    }
}

@media(min-width: 1660px){
    #sportoffer{
        height: 100%;
    }
}

#offerp1, #offerp2, #offerp3, #offerp4{
    margin-top:200px; 
    color: #fff;
    font-size: 40px;
    visibility: hidden;
}

@media(max-width: 1600px){
    #offerp1, #offerp2, #offerp3, #offerp4{
        margin-top:100px; 
    }
}

@media(max-width: 1090px){
    #offerp1, #offerp2, #offerp3, #offerp4{
        margin-top:10px;
        font-size: 30px; 
    }
}


#sportoffer:hover{
    background-color: rgba(232,163,55,.8) !important;
}

#offer img{
    max-height: 512px;
    max-width: 480px;
    width:100%;
    margin: 0px !important;
}

#secure{
    max-width: 300px;
}

#browsebtn{
    margin-top:50px; 
    background-color: transparent;
    border: solid 2px #083452;
    color: #083452;
    border-radius: 0px;
    font-size: 30px;
}

#browsebtn:hover{
    background-color: #083452;
    color: #fff;
}

#shop{
    color: #083452;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

#contact {
  background: #fff;
	background-size:cover;
	background-position:center;
}

#contact h2{
	font-weight:400;
	color:#1681c0;
	margin-bottom:35px;
}

#contact a, #contact p{
	color:#0081bf;
}

#contact{
    padding-top: 101px;
    padding-bottom: 101px;
}

#contact .section-heading {
    color: #fff;
}

#contactbuttoncont button{
	position:relative;
    max-width: 300px;
    width: 100%;
    background-color:#40a8da;
    border: solid 1px #40a8da;
    color: #fff;
}

#contactbuttoncont button:hover{
    background-color:transparent;
    border: solid 1px #40a8da;
    color: #40a8da;
}

/*section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #ef474c;
    box-shadow: none;
}*/

.form-group label{
    color: #fff !important;
}
.form-group{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#btnSubmit{
    color: #fff;
    border-radius: 0;
    border: solid 2px #243e92;
    background-color: #243e92;
}

#btnSubmit:hover{
    color: #243e92;
    background-color: transparent;
}

#cinfo{
	margin-top:100px;
    font-size: 25px;
    -webkit-transition: font-size 2s; /* Safari */
    transition: font-size 2;
    color: #243e92;
}

#cinfo a{
    display: block;
    color: #243e92;
}

#cinfo a:hover{
    font-size: 29px;
}

@media(max-width: 768px){
    #cinfo a, #cinfo p{
        font-size: 18px;
    }
	
	#sidebar a, #sidebar p{
        font-size: 18px !important;
		color:#3a3a3c !important;
    }

    #cinfo a:hover{
        font-size: 25px;
    }
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    text-align: center;
    background-color: #40a8da;
    color: #fff;
}

@media(max-width:768px){
	footer{
		margin-bottom:45px;	
	}
}

#email{
    color: #222222; 
}

#email:hover{
    color: #ff3333; 
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ef474c;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

#btmnav{
	background-color:#40a8da;
	border-radius:5px;
	text-align:center;
}

#btmnav a:hover{
    color: #669999 !important;
}


@media(max-width: 1032px){
    span{
        width: 200px;
    }
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
