@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
*{
	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: 'Open Sans',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;
}
#logo{
	background: url(imgs/new-logo.png) no-repeat;
	display: block;
	margin-top:15px;
	height: 120px;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 150px;
	float:left;
}
.small-header-wrapper{
	float:right;
	width:60%;
	overflow: auto;
	margin-right: 50px;
}
.header-number{
	float: right;
	color: #2e358f;
	font-size: 16px;
	font-weight: 300;
	line-height: 0.85em;
	margin:35px 10px 0 0;
	padding:5px;
	background: #e5e5e5;
}
nav{
	float:right;
	padding:0 0 0 0;
}
#menu-icon{
	display: hidden;
	width:50px;
	height:50px;
	background:url(imgs/hamburger-menu.png);
}
a:hover#menu-icon{
	border-radius: 4px 4px 0 0;
}
.menu{
	list-style-type: none;
}
.menu li{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	display: inline-block;
	float:left;
	padding:10px;
	font-weight: 700;
}
.menu li a {
	color:#2e358f;
	text-decoration: none;
}
.menu li a:hover{
	color:#3b3a36;
	border-bottom: 5px solid #3b3a36;
	transition: all 0.5s;
	padding-bottom: 7px;
}
.current{
	border-bottom: 5px solid #3b3a36;
}
.clearfix{
	clear: both;
}
.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;
}
.blue-box{
	width:100%;
	background: #2e358f;
	overflow: auto;
	padding: 50px 0 0 0;
}
.one-third{
	width:28.3333333%;
	float:left;
	padding: 5px;
	margin: 5px 15px 5px 42px;
}
.one-fourth{
	width:20.333%;
	float:left;
	padding: 5px;
	margin: 5px 15px 5px 42px;
}
.one-third i{
	font-size: 80px;
	float: left;
	margin-right: 15px;
	color: #c78a2c;
}
.one-third h3{
	color:#F1F1F1;
	font-size: 22px;
	padding: 5px 0 0 0;
	margin-left: 15px;
}
.one-third-text{
	color: #F5f5f5;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	font-weight: 300;
	padding:0;
}
.one-fourth i{
	font-size: 80px;
	float: left;
	margin-right: 10px;
	color: #c78a2c;
}
.one-fourth h3{
	color:#F1F1F1;
	font-size: 22px;
	padding: 5px 0 0 0;
	margin-left: 15px;
}
.one-fourth-text{
	color: #F5f5f5;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	font-weight: 300;
	padding:0;
}
.intro{
	width:100%;
	background: #2e358f;
	overflow: auto;
	padding-bottom: 20px;
}
.intro h3{
	text-align: center;
	font-size: 30px;
	margin-top: 30px;
	color: #F1F1F1;
}
.intro p{
	max-width: 45%;
	margin: 0 auto;
	color: #F1F1F1;
	line-height: 1.5em;
	font-weight: 300;
}
.primary-section-wrapper{
	max-width: 100%;
	background: #F1F1F1;
	overflow: auto;
	padding: 50px 0;
}
.primary-section-wrapper h3{
	text-align: center;
	padding: 20px 0 20px 0;
}
.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-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: #c78a2c;
	color: #000;
	transition: all 0.5s;
}
.parallax{
	background: url(imgs/parallax-img-2.jpg) no-repeat fixed;
	background-position: center center;
	background-size: cover;
	text-align:center;
}
.parallax-inner{
	padding-top: 110px;
	padding-bottom: 150px;
	max-width:600px;
	margin-right: auto;
	margin-left: auto;
}
.parallax-inner h2{
	color: #F1F1F1;
}
.parallax-inner p{
	color: #F1F1F1;
	font-size:18px;
	text-align:center;
}
.centered-content{
	width: 50%;
	margin:0 auto;
	padding:30px 0 10px;
}
.centered-content p{
	font-size: 16px;
	line-height: 1.2em;
}
footer{
	width: 100%;
	background-color: #2e358f;
	overflow: auto;
}
.top-footer{
	max-width: 90%;
	margin: 30px auto;
}
.footer-one-fourth{
	width:23.333%;
	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;
}
.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;
}
.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: 550px;
}
.address-container{
	width:39%;
	height:auto;
	float: left;
	background: #c78a2c;
	padding: 20px 0 0 30px;
}
.address-container p{
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	color: #F1F1F1;
}
.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;
}
.about-intro{
	max-width: 100%;
	display: block;
	padding: 30px 0;
	background:url(imgs/top-img-1.jpg) fixed no-repeat 50% 50%;
	overflow: auto;
}
.about-intro p{
	max-width: 600px;
	float: left;
	margin-left: 50px;
	line-height: 1.5em;
	font-size:16px;
	color:#000;
	text-align: justify;
}
.about-intro h2{
	color:#000;
	text-align: left;
	margin-left: 50px;
}
.about-intro-3{
	width: 100%;
	height: 400px;
	display: block;
	background:url(imgs/top-img-2.jpg) no-repeat 50% 50%;
	overflow: auto;
	background-size: contain;
}
.service-image{
	float: left;
	width:220px;
	margin-left: 100px;
}
.service-image img{
	border:5px solid #2e358f;
}
.service-text{
	float:left;
	width:50%;
}
.service-text h3{
	margin-left: 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.service-text p{
	text-align: left;
	margin-left: 10px;
	font-size: 16px;
}

/*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{
	width:300px;
	height: 120px;
	display: block;
	text-align: center;
	}
	.small-header-wrapper{
	width:100%;
	overflow: auto;
	margin: 0;
	}
	.header-number{
		float: right;
		color: #2e358f;
		font-size: 12px;
		font-weight: 700;
		padding:5px;
		background: #e5e5e5;
	}

	.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 i{
		font-size: 22px;
	}
	.one-third p{
	max-width:98%;
	margin: 0 auto;
	}
	.one-fourth{
	width:100%;
	padding: 0;
	margin: 0;
	}
	.one-fourth i{
		font-size: 22px;
	}
	.one-fourth 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, .service-image{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.side-image img, .service-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;
	}
}