@import url('https://fonts.googleapis.com/css?family=Lato');
*{
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important ;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
}
html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important ;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
}
body{
	font-family: 'Lato',Tahoma,Arial, sans-serif;
	background: #F5f5f5;
	font-size:14px;
}
h2{ font-size:30px;}
h3{	font-size:22px;}
h4{	font-size:18px; text-align: center;}
h5{	font-size:16px;}
h6{	font-size:12px;}
p{text-align:center; font-size:14px; padding:10px; line-height: 1.2em;}

.wrapper{
	width:100%;
	margin:0 auto;
	overflow: auto;
}
header{
	width:100%;
	overflow: auto;
	background: #e2d3d3;
}
.clearfix{
	clear: both;
}
.top-header{
	max-width: 1200px;
	margin:0 auto;
	background: #e2d3d3;
	padding: 2px;
}
.social-icons{
	float: left;
	font-size: 14px;
}
.social-icons i{
	color:#000;
}
.social-icons i:hover{
	color:#F5f5f5;
	transition: all 0.5s;
}
.top-contact{
	float:right;
	font-size: 14px;
}
.bottom-header{
	width:100%;
	background: #F5f5f5;
	overflow: auto;
}
#logo{
	background: url(imgs/new-logo.png) no-repeat;
	display: block;
	margin-top:15px;
	height: 95px;
	width: 488px;
	margin-bottom: 10px;
	margin-left: 150px;
	float:left;
}
/*navigation styling*/
nav{
	float:right;
	padding:40px 0 0 0;
}
#menu-icon{
	display: hidden;
	width:40px;
	height:40px;
	background:url(imgs/hamburger-menu.png);
}
a:hover#menu-icon{
	border-radius: 4px 4px 0 0;
	transition: all 0.5s;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #333399;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: blue;
    text-decoration: underline;
    transition: all 0.5s;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F5f5f5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.current{
	color:#333333;
}
.slider{
	width:100%;
}
.slider1 img{
	min-width:100%;
	max-height: 500px;
	margin:0 auto;
}
.slider .bx-wrapper .bx-controls-direction a{
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top:250px;
	height: 71px;
	width:40px;
	z-index: -1;
	transition: all 0.7s;
}
.slider .bx-wrapper:hover .bx-controls-direction a{
	z-index: 5;
}
.slider .bx-wrapper .bx-prev{
	background: #000 url("imgs/left-arrow-white.png") no-repeat 8px 13px;
	left:0px;
	opacity: 0.3;
}
.slider .bx-wrapper .bx-prev:hover{
	opacity: 0.6;
}
.slider .bx-wrapper .bx-next{
	background: #000 url("imgs/right-arrow-white.png") no-repeat 10px 12px;
	right:0px;
	opacity: 0.3;
}
.slider .bx-wrapper .bx-next:hover{
	opacity: 0.6;
}
.slider .bx-wrapper .bx-caption{
	position: absolute;
	left: 60px;
	bottom: 50px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	background: rgba(80, 80, 80, 0.75);
	width:30%;
	height:200px;
	color:#F1F1F1;
}
/*#slider-caption{
	font-size: 18px !important;
	font-weight: 300;
}*/
.intro{
	max-width: 100%;
	padding: 30px 0;
	background:#333399; 
}
.intro p{
	max-width: 1080px;
	margin: 0 auto;
	line-height: 1.5em;
	font-size:16px;
	color:#F1F1F1;
}
.about-intro{
	max-width: 100%;
	padding: 30px 0;
	background:#333399;
	overflow: auto;
}
.about-intro p{
	max-width: 1080px;
	margin: 0 auto;
	line-height: 1.5em;
	font-size:16px;
	color:#F1F1F1;
	text-align: justify;
}
.about-intro h2{
	color:#F1F1F1;
	text-align: center;
}
.client-list-wrapper{
	max-width: 600px;
	margin: 0 auto;
	overflow: auto;
	background: #FFF;
}
.client-list-wrapper h2{
	text-align: center;
	margin: 30px 0;
}
.client-list-wrapper p{
	text-align: justify;
}
.client-list-heading{
	font-size: 18px;
	font-weight: 600;
	text-align: center !important;
}
.primary-section-wrapper{
	max-width: 100%;
	background: #F1F1F1;
	overflow: auto;
	padding: 30px 0;
}
.banner-wrapper-1{
	max-width: 100%;
	background: url(imgs/top-banner-img.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.banner-wrapper-2{
	max-width: 100%;
	background: url(imgs/top-banner-img2.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.banner-wrapper-3{
	max-width: 100%;
	background: url(imgs/top-banner-img3.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.banner-wrapper-4{
	max-width: 100%;
	background: url(imgs/top-banner-img4.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.banner-wrapper-5{
	background: url(imgs/top-banner-img5.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.banner-wrapper-6{
	background: url(imgs/top-banner-img6.jpg) no-repeat center;
	background-size: cover;
	width:100%;
	height: 400px;
}
.primary-section-wrapper h3{
	text-align: center;
	margin-bottom: 30px;
}
.map-wrapper{
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
}
.contact-inner{
	max-width:100%;
	overflow: auto;
	background: #FFF;
}
.map-container{
	width:58.5%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
}
.map-container iframe{
	width:100%;
	height: 395px;
}
.address-container{
	width:39%;
	height:340px;
	float: left;
	background: #FFF;
	padding: 20px 0 0 30px;
}
.address-container p{
	text-align: center;
	font-size: 20px;
	line-height: 1em;
}
.address-container i{
	font-size: 22px;
	color:#e5e5e5;
}
.form-wrapper{
	width:60%;
	margin: 0 auto;
	text-align:center;
	padding-top: 60px;
	padding-bottom: 50px;
}
.form-inner{
	max-width: 600px;
	margin: 0 auto;
}
input{
	font-family: 'Lato', Tahoma,sans-serif;
	height: 30px;
	width:400px;
	margin: 5px auto;
	border-bottom: #c9c9c9 solid 1px;
	padding:5px 5px 5px 15px;
}
textarea{
	font-family: 'Lato', Tahoma,sans-serif;
	height: 30px;
	width:400px;
	margin: 5px auto;
	border-bottom: #c9c9c9 solid 1px;
	padding:5px 5px 5px 15px;
}
.one-fifth{
	width:18.33333%;
	float:left;
	overflow: auto;
	margin: 0 10px 0 10px;

}
.one-fifth-top img{
	min-width: 95%;
	border: 5px solid #cccccc;
}
.excerpt{
	font-weight: 200;
	text-align: justify;
	font-size: 12px;
}
.one-fifth-bottom h5{
	text-align: center;
	font-weight: 300;
	padding:5px;
}
.btn-holder{
	max-width: 280px;
	margin: 20px auto 20px auto;
}
.button{
	font-size: 16px;
	text-decoration: none;
	padding: 10px 40px;
	text-align: center;
	border-radius: 100px;
	background: #333399;
	color: #F1F1F1;
	margin-top:20px;
}
.button:hover{
	background: #99cccc;
	color: #000;
	transition: all 0.5s;
}
.side-image{
	float:left;
	width:45%;
	padding-left: 40px;
}
.side-text{
	float:left;
	margin-left:30px;
	width:45%;
}
.side-text h2{
	text-align: center;
	font-weight: 300;
}
.side-text p{
	text-align: justify;
	line-height: 1.3em;
}
.one-third{
	float:left;
	width:30%;
	margin: 20px;
}
.one-third h2{
	text-align: center;
	font-weight: 300;
}
.one-third p{
	width:80%;
	margin: 0 auto;
}
.parallax{
	background: url(imgs/parallax-img-one.jpg) no-repeat fixed;
	text-align:center;
	background-size: cover;
}
.parallax-inner{
	padding-top: 110px;
	padding-bottom: 150px;
	max-width:600px;
	margin-right: auto;
	margin-left: auto;
}
.parallax-inner h2{
	color: #000;
}
footer{
	width: 100%;
	background-color: #3a3335;
	overflow: auto;
}
.top-footer{
	max-width: 80%;
	margin: 30px auto;
}
.footer-one-fourth{
	width:23%;
	float:left;
	margin-top: 20px;
	margin-bottom:20px ;
	padding-left: 5px;
	padding-top: 50px;
	padding-right: 10px;
}
.footer-one-fourth p{
	color: #F1F1F1;
	text-align: justify;
	font-weight: 300;
	line-height: 1.7em;
	font-size: 14px;
}
.footer-one-fourth h4{
	padding-bottom: 15px;
	color:#e3e0cf;
}
.bottom-footer{
	background-color: #161515;
	height: 40px;
}
.bottom-footer p{
	color:#F1F1F1;
	font-size:12px;
	font-weight: 200;
	padding-top: 15px;
}
.footer-one-fourth i{
	color:#F0F0F0;
	font-size:40px;
	padding:15px 5px 0 5px;
}
.footer-one-fourth i:hover{
	color:#22264b;
	font-size:40px;
	padding:0 5px 0 5px;
	transition: all 0.3s;
}
#last-col p{
	font-size:14px;
	text-align: center;
	line-height: 20px;
}
#last-col a{
	color:#e5e5e5;
}
.footer-menu{
	list-style-type: none;
	padding-top: 10px;
}
.footer-menu li{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	float:left;
	width:100%;
	display: block;
	margin-left: 40px;

}
.footer-menu li a {
	color:#9fa8a3;
	text-decoration: none;
	line-height: 1em;
	padding-top: 5px;
}
.footer-menu li a:hover{
	background: #99cccc;
	color: #000;
	transition: all 0.5s;
}

/*media queries to get responsive site*/

@media screen and (max-width: 768px){
	h2{ font-size:20px;}
	h3{	font-size:18px;}
	h4{	font-size:16px; text-align: center;}
	h5{	font-size:14px;}
	h6{	font-size:12px;}
	p{text-align:center; font-size:12px; padding:10px; line-height: 1.2em;}

	#logo{
	background: url(imgs/mobile-logo.png) no-repeat;
	width:300px;
	height: 95px;
	display: block;
	}

	.footer-one-fourth{
	width:100%;
	float:left;
	margin-top: 20px;
	margin-bottom:20px ;
	padding-left: 5px;
	padding-top: 50px;
	padding-right: 10px;
	}
	.one-third{
	width:100%;
	padding: 0;
	margin: 0;
	}
	.one-third p{
	max-width:98%;
	margin: 0 auto;
	}
	.header{position: absolute;}
	.top-header{max-width:100%;}
	.social-icons{width:100%; text-align: center;}
	.top-contact{width:100%;text-align: center;}
	.client-list-wrapper{width: 100%;}
	#logo{
		margin:25px 0 20px 15px;
		/*background:url(imgs/small-logo.jpg) no-repeat center;*/
	}
	#menu-icon{display: inline-block;}
	nav ul, nav:active ul{display: none; 
		z-index: 1000; 
		position: absolute; 
		padding: 10px; 
		background:#e5e5e5; 
		right:10px;
		width:150px;
		min-height: 300px;
	}
	nav:hover ul{display: block;}
	.dropdown-content:hover{
		min-height: 200px;
		display: block;
		z-index: 10000;
	}
	.dropdown-content a{
		padding:2px 5px;
	}
	
	.slider{
	width:100%;
	}
	.slider1 img{
	width:100%;
	margin:0 auto;
	}
	.slider .bx-wrapper .bx-controls-direction{
		display: none;
	}
	.slider .bx-wrapper .bx-caption{
	display: none;
	}
	.one-half{
		width:100%;
	}
	.one-fourth{
		width:100%;
	}
	.address-container{
		width:100%;
	}
	.map-container{
		width:100%;
	}
	.main-content-wrapper-new{
		width:100%;
	}
	.solutions-wrapper{
		width:100%;
	}
	.one-fifth{
		width:99%;
		margin: 0 3px;
	}
	.one-fifth-top img{
		max-width: 100%;
		height:auto;
	}
	.intro p{
		font-size: 14px;
		line-height: 1.3em;
	}
	.side-image{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.side-image img{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.side-text{
		width:100%;
		margin: 0;
		padding: 0;
	}
	.form-wrapper{
	width:100%;
	text-align:center;
	padding-top: 60px;
	padding-bottom: 50px;
	}
	.form-inner{
	width: 80%;
	margin: 0 auto;
	}
	input{
	font-family: 'Lato', Tahoma,sans-serif;
	height: 30px;
	width:100%;
	margin: 5px auto;
	border-bottom: #c9c9c9 solid 1px;
	padding:5px 5px 5px 15px;
	}
	textarea{
	font-family: 'Lato', Tahoma,sans-serif;
	height: 30px;
	width:100%;
	margin: 5px auto;
	border-bottom: #c9c9c9 solid 1px;
	padding:5px 5px 5px 15px;
	}
}