@charset "utf-8";
/* CSS Document */
.innerpages {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #474747;
}
.innerbanner {
	width: 100%;
	height: 270px;
	background: url(../img/innerbanner.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
}
.innerbannertitle {
	position: absolute;
	left: 0px;
	top: 93px;
	font-weight: 900;
	font-size: 33px;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px 20px;
	text-align: right;
	width: 30%;
	background: #0E4094 none repeat scroll 0% 0%;
	line-height: 1em;
}
.contentareainner {
	padding-top: 40px;
}
.contentareainner h2 {
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	color: #232323;
	padding-bottom: 20px;
	background: url(../img/innertitleline.jpg) center bottom no-repeat;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contentareainner p {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #1d1d1d;
	margin-bottom: 20px;
}
.aboutimg1 {
	background: url(../img/aboutimg1.jpg) left top no-repeat;
	width: 100%;
	height: 290px;
}
.aboutsection1 {
	margin-top: 50px;
	background: #efefef;
	margin-bottom: 45px;
}
.aboutsection1 .left, .aboutsection2 .right {
	width: 36%;
}
.aboutsection1 .right {
	width: 64%;
	padding-top: 25px;
	padding-right: 45px;
}
.about h3 {
	font-size: 22px;
	color: #2e2e2e;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 400;
}
.aboutsection2 {
	margin-bottom: 45px;
}
.aboutsection2 .left {
	width: 64%;
	padding-top: 10px;
}
.aboutimg2 {
	background: url(../img/aboutimg2.jpg) left top no-repeat;
	width: 100%;
	height: 250px;
	padding: 50px 30px;
	text-align: right;
	font-weight: 400;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 30px;
}
.servicelist {
	padding-top: 25px;
	padding-bottom: 20px;
}
.servicelist>ul {
	padding: 0;
	margin: 0 -30px;
}
.servicelist>ul>li {
	list-style: none;
	width: 50%;
	display: inline-block;
	float: left;
	padding: 0 30px;
	min-height: 265px;
}
.servicelist .media-left {
	min-width: 124px;
	padding: 0;
}
.servicelist .media-left img {
	width: 100%;
	margin-top: 35px;
}
.servicelist .media-body {
	padding-left: 25px;
}
.servicelist .media-body h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2e2e2e;
	line-height: 24px;
}
.servicelist .media-body p {
	font-size: 16px;
	font-weight: 400;
	color: #1d1d1d;
	line-height: 21px;
}
.servicebottom {
	width: 100%;
	background: url(../img/serviceBtmBg.jpg) center top no-repeat;
	background-size: cover;
	min-height: 318px;
}
.servicebottom {
}
.servicebottom .contactbtn {
	padding: 20px 35px 20px 125px;
	border: 1px solid #FFF;
	background-image: url(../img/msg.png);
	background-position: 35px center;
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 120px;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}
.servicebottom .contactbtn:hover {
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.28);
}
.contentareainner.contact {
	padding-top: 60px;
}
#addressarea {
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 1px solid #E2E2E2;
}
#addressarea p {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 0px;
	padding: 0;
	color: ##1d1d1d;
}
#addressarea a {
	color: #1d1d1d;
}
#addressarea a:hover {
	color: #0e4094;
}
#addressarea ul.social {
	display: inline-block;
            margin-left: 0;
}
#addressarea ul.social > li {
	padding: 0;
}
#addressarea ul.social > li a {
	padding: 0px 1px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
#addressarea ul.social .fb, #addressarea ul.social .twt, #addressarea ul.social .gplus {
	background: url(../img/contactsocial.jpg) no-repeat;
	opacity: 0.8;
}
#addressarea ul.social .fb {
	background-position: left top;
}
#addressarea ul.social .twt {
	background-position: center top;
}
#addressarea ul.social .gplus {
	background-position: right top;
}
#addressarea ul.social .fb:hover, #addressarea ul.social:hover .twt, #addressarea ul.social .gplus:hover {
	opacity: 1;
}
.contact .form {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
.contact .label {
	font-weight: 400;
	font-size: 15px;
	color: #1d1d1d;
	padding: 0px!important;
	margin-bottom: 5px;
}
.contact .form-control, .contact .form-control2 {
	border-radius: 0px;
	background: #FFF;
	margin-top: 4px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	font-weight: 400;
	font-size: 15px;
	color: #5C5C5C;
}
.contact .form-control {
	width: 95%;
	height: 47px;
	margin-bottom: 18px;
}
.contact .form-control2 {
	width: 99.8%;
	height: 155px;
}
.contact .submit {
	height: 154px;
}
.contact .submit .btn {
	border-radius: 0 !important;
	background: #0D51C1;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 50px;
	text-transform: uppercase;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.contact .submit .btn:hover {
	background: #0E4094;
}
.contact .form-group {
	margin-bottom: 17px;
}

.productsleft{  }
.productsleft h4{text-align: left;
    font-weight: 700;
    font-size: 22px;
    color: #232323;
    padding-bottom: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
	line-height:26px;
	display:inline-block;
	border-bottom:2px solid #e9e9e9;
	}
.productsleft p{ padding-right:20px;}
.productright{border-left:1px dashed #DCDCDC;}
.productright>ul{ padding:0px;}
.productright>ul>li {
    list-style: none;
    display: inline-block;
    padding-left: 23px;
    background: url(../img/product-point.png) left 4px no-repeat;
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    width: 31.5%;
    vertical-align: top;
    margin: 1% .5%;
}
.productarea{ padding:30px 0 50px 0;}

#addressarea p .mob {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
margin-top:5px;
}






@media screen and (max-width: 1200px) {
.servicelist>ul>li {
	min-height: 310px;
}
}

@media screen and (max-width: 992px) {
.aboutsection2 .left {
	width: 55%;
	padding-top: 0;
}
.aboutsection2 .right {
	width: 45%;
}
.aboutimg2 {
	padding: 35px 30px;
}
.aboutsection1 .right {
	padding-top: 5px;
}
}


@media(min-width:768px) and (max-width:991px) {
.servicelist .media-left {
	min-width: 80px;
}
.servicelist>ul {
	margin: 0 -10px;
}
.servicelist>ul>li {
	padding: 0 10px;
	min-height: 327px;
}
.cnt{ margin-top:20px;}
}

@media screen and (max-width: 768px) {
.innerbannertitle {
	width: 40%;
	top: 70px;
}
.innerbanner {
	height: 200px;
}
.aboutsection1 .left, .aboutsection2 .right, .aboutsection1 .right, .aboutsection2 .left {
	width: 100%;
}
.aboutimg1, .aboutimg2 {
	width: 310px;
	height: 290px;
	margin: 20px auto 20px auto;
}
.aboutsection1, .aboutsection2, .contentareainner p {
	text-align: center;
}
.aboutsection1 {
	padding-bottom: 15px;
}
.aboutsection1 .right {
	padding: 0 25px;
}
.aboutimg2 {
	background-position: right top;
	text-align: center;
	height: 250px;
}
.servicelist>ul {
	margin: 0 -15px;
}
.servicelist>ul>li {
	padding: 0 15px;
	min-height: 0;
	width: 100%;
	margin-bottom: 10px;
}
.servicelist .media-body p {
	text-align: left;
}
.servicelist .media-left img {
	margin-top: 15px;
}
.servicelist .media-left {
	min-width: 100px;
}
.contact .form-control {
	width: 100%;
}
#addressarea {
	text-align: center;
}
#addressarea ul.social {
	margin-top: 10px;
}
.productright{border-left:none; border-top:1px dashed #DCDCDC; padding-top:20px; margin-top:22px;}

#addressarea p{margin-bottom:15px;}

#addressarea p .mob{ margin-top: 0;}
}

@media screen and (max-width: 620px) {
.innerbannertitle {
	font-size: 23px;
}
.servicebottom {
	min-height: 200px;
	text-align: center;
}
.servicebottom .contactbtn {
	margin-top: 65px;
	display: inline-block;
	padding: 20px 22px 20px 110px;
	background-position: 28px center;
}
.productright>ul>li{ width:48%;}
}

@media screen and (max-width: 480px) {
.innerbannertitle {
	width: 60%;
}
.productright>ul>li{ width:98%;}
}

@media screen and (max-width: 380px) {
.contentareainner {
	padding-top: 20px;
}
.contentareainner h2 {
	font-size: 20px;
}
.contentareainner p {
	font-size: 15px;
	margin-bottom: 15px;
}
.aboutsection1 {
	margin-top: 35px;
	margin-bottom: 20px;
}
.aboutimg1, .aboutimg2 {
	width: 290px;
}
.about h3 {
	font-size: 20px;
	line-height: 27px;
}
.aboutsection2 {
	margin-bottom: 30px;
}
.aboutimg2 {
	font-size: 15px;
	line-height: 27px;
	height: 240px;
}
.innerbannertitle {
	font-size: 20px;
	padding: 14px 20px;
	width: 65%;
}
.innerbanner {
	height: 180px;
}
.servicelist {
	padding-top: 0;
}
.servicelist .media-left, .servicelist .media-body {
	display: block;
}
.servicelist .media-left {
	width: 50px;
	margin: 0 auto;
}
.servicelist .media-body {
	padding-left: 0px;
}
.servicelist .media-body p, .servicelist .media-body h4 {
	text-align: center;
}
.servicelist .media-body h4 {
	font-size: 16px;
	line-height: 19px;
}
.servicelist .media-body p {
	margin-bottom: 0;
	font-size: 15px;
}
.contentareainner.contact {
	padding-top: 30px;
}
#addressarea p {
	font-size: 15px;
	line-height: 23px;
}
#addressarea {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.contact .label {
	font-size: 14px;
}
.productarea{ padding:10px 0 25px 0;}
}
