html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:300,500,700);
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*...............reset end.............*/
@font-face {
    font-family: 'roboto_slabregular';s
    src: url('../font/robotoslab-regular.eot');
    src: url('../font/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/robotoslab-regular.woff') format('woff'),
         url('../font/robotoslab-regular.ttf') format('truetype'),
         url('../font/robotoslab-regular.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'minion_proregular';
    src: url('../font/minion_pro-webfont.eot');
    src: url('../font/minion_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/minion_pro-webfont.woff2') format('woff2'),
         url('../font/minion_pro-webfont.woff') format('woff'),
         url('../font/minion_pro-webfont.ttf') format('truetype'),
         url('../font/minion_pro-webfont.svg#minion_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../roboto-light-webfont.eot');
    src: url('../roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../roboto-light-webfont.woff2') format('woff2'),
         url('../roboto-light-webfont.woff') format('woff'),
         url('../roboto-light-webfont.ttf') format('truetype'),
         url('../roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../font/lato-regular-webfont.eot');
    src: url('../font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-regular-webfont.woff2') format('woff2'),
         url('../font/lato-regular-webfont.woff') format('woff'),
         url('../font/lato-regular-webfont.ttf') format('truetype'),
         url('../font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*clearfix css*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*clearfix css end*/
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: left;
	background:url(../images/main-back.png) center no-repeat #fff;
	font-family:MyriadPro-Regular;	
}
img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.header-top{
	background:#b1b1b2;
}
.wrap{
	max-width:1024px;
	display:block;
	margin:0px auto;
}
.top-left{
	float:left;
	padding:5px 0px 0px;
	text-align:left;
	font-size:14px;
	font-family: 'roboto_slabregular';
	font-weight:bold;
	line-height:16px;
	color:#fff;
}
.top-left img{
	vertical-align:middle;
	margin-right:8px;
}
.social-icons{
	float:right;
}
.social-icons a{
	float:left;
	padding:5px;
}
.logo{
	float:left;
	padding:10px 0px;
}
.nav-area {
	float: right;
	margin: 27px 0px 0px;
	padding: 0px;
	width: 696px;
}
#nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: block;
	margin: 0px;
	float: left;
	text-align: left;
	padding: 0px;
}
#nav ul li a {
	display: block;
	font-size: 15px;
	line-height: 17px;
	color: #58585a;
	padding: 20px 18px 27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	transition: all 0.4s ease-out 0s;
}
#nav ul li.avtive > a, #nav ul li:hover > a {
	color: #bf1e2e;
	border-bottom: solid 5px #bf1e2e;
}
.banner {
    position: relative;
    width: 100%;
}
.banner img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.banner-contant {
    left: 0;
    margin: 0 auto;
    max-width: 1024px;
    position: absolute;
    right: 0;
    top: 32%;
}
.banner-contant h1 {
    color: #fff;
    display: block;
    font-family: 'ralewaybold';
    font-size:64px;
    line-height:66px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.banner-contant h1 i {
    font-family: 'roboto_slabregular';
	font-weight:bold;
    display: block;
    font-size:40px;
    line-height:42px;
    padding-top:10px;
}
.banner-contant h3 {
   font-family: 'Raleway', sans-serif;
   color:#ffffff;
    font-size:35px;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0px;
	font-weight:500;
}
.banner-contant h4 {
  font-family: 'Raleway', sans-serif;
   color:#ffffff;
    font-size:40px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
}
.banner-contant span {
   font-family: 'Raleway', sans-serif;
	font-weight:700;
    display: block;
    font-size:30px;
    line-height:32px;
    padding:5px 0px;
	text-align:center;
	text-transform:uppercase;
	color:#fff; 
}
.banner-contant a {
    font-family: 'Raleway', sans-serif;
	font-weight:700;
    display: block;
    font-size:14px;
	background:#bf1e2e;
    padding:12px;
	width:120px;
	margin:20px auto 0px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	border-radius:25px;  
}
.contant-div{
	padding:15px 0px;
	display:block;
}
.contant-div h1{
	padding:15px 0px 10px;
	font-size:50px;
	line-height:52px;
	text-transform:capitalize;
	color:#5a5a5a;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.contant-div  img{
	display:block;
	margin:0px auto;
	padding:15px 0px;
}
.contant-div p{
	padding:10px 0px;
	font-size:13px;
	line-height:18px;
	text-transform:capitalize;
	color:#5a5a5a;
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.home-center-boxs{
	width:33.3%;
	float:left;
	margin:10px 0px;
}
/*.home-center-boxs-left{
	width:50%;
	float:left;
}
.home-center-boxs-left img{
	width:100%;
	height:28vh;
}
*/
.home-center-boxs img{
	height:28vh;
	width:50%;
	float:left;
	}

.home-center-boxs-right{
	width:50%;
	float:left;
	padding:15px 5px;
	box-sizing:border-box;
	height:28vh;
}
.home-center-boxs-right h1{
	font-family: 'Raleway', sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 15px 0;
	font-weight:300;
}
.home-center-boxs-right span{
	 font-family: 'Raleway', sans-serif;
	 font-weight:700;
}
.home-center-boxs-right p{
	font-family: 'robotolight';
	font-size:13px;
	color:#fff;
	margin:0 0 15px 0;
	line-height:17px;
}
.home-center-boxs-right a{
	font-family: 'robotolight';
	font-size:12px;
	color:#fff;
	margin:5px 0px;
	padding:8px 15px;
	border-radius:25px;
	background:#161515;
	text-decoration:none;
	text-transform:uppercase;
}
.red-box a{
	background:#8b0f1b;
}
.home-center-boxs-right a:hover{
	background:#8b0f1b;
}
.red-box{
	background:#bf1e2e !important;
}
.black-box{
	background:#2a2a2a !important;
}
.blue-box{
	background:#273586 !important;
}
.our-partner{
	padding:10px 0px;
	display:block;
}
.our-partner h1{
	padding:15px 0px;
	font-size:32px;
	line-height:34px;
	text-transform:capitalize;
	color:#5a5a5a;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.our-partner img{
	display:block;
	margin:0px auto;
	padding:15px 0px;
}
.product-img{
	display:block;
	padding:10px 0px;
}
.product-img img{
	float:left;
	padding:21px;
}
.footer{
	max-width:1024px;
	display:block;
	margin:0px auto;
}
.footer ul {
    float: left;
    list-style: outside none none;
    margin:10px 10px 10px 30px;
    padding: 0;
    width:197px;
}
.footer ul li {
    display: block;
    float: none;
    margin: 0;
	font-family:'latoregular';
    padding: 0;
    text-align: left;
}
.footer ul li img {
    margin-right: 10px;
    vertical-align: middle;
}
.footer ul li a {
    color: #bbbbbb;
    display: block;
    font-size: 13px;
	font-family: 'latoregular';
    line-height: 15px;
    padding: 8px 5px;
}
.footer ul li p{
	color: #8c8b8b;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding:10px 5px;
}
.footer ul li:hover > a{
	color:#000;
}
.footer ul li p i{
	color:#76c0cb;
}
.image{
	float:left;
	margin:10px 0px 0px -40px;
	}
.footer ul li span {
    color: #535353;
    display: block;
    float: none;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 10px 5px;
    text-align: left;
}
.footer ul li div {
    float: left;
    margin:30px 2px 10px;
}
.footer-input, .newsletter-email{
    background:#eeecec;
    border:none;
    color: #8c8b8b;
    display:block;
    margin: 18px 0px;
    padding: 10px;
    text-align: left;
    width:200px;
}
.subscribe-now, .newsletter-submit{
    display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	margin:5px 0px;
	width:130px;
	cursor:pointer;
	border:none;
	text-align:center;
	background:#bf1e2e;
}
.footer-bottom{
	background:#181717;
	text-align:center;
	font-family:'latoregular';
	color: #8c8b8b;
    display: block;
    font-size:15px;
    line-height:17px;
	padding:20px 0px;
}
.logo1{
	float:left;
	padding:99px 20px 0px;
}
.footer-bottom {
    background: #273586;
    color: #fff;
    display: block;
    font-family: "latoregular";
    font-size: 13px;
    line-height:18px;
    padding: 20px 0;
    text-align: center;
}
.content{
	width:1000px;
	margin:0px auto;
	padding:20px 0px;
}
.inner-gray{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	background:#f0f1f2;
	border:1px solid #dfdfdf;
}
.inner-gray h1{
	font-family: 'Raleway', sans-serif;
   color:#ffffff;
    font-size:40px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700 !important;
	background:#bf1e2e;
	padding:20px 15px;
	margin:10px 0 25px -40px;
	width:30%;
	text-align:center;
}
.inner-gray p{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
   color:#5a5a5a;
    font-size:14px;
	line-height:21px;
	margin:0 0 15px 0;
}
.right-img{
	float:right;
	margin:0 0 15px 10px;
}
.blue-span{
	color:#273586;
	font-weight:bold !important;
}
.aproch-img{
	display:block;
	margin:20px 0px;
	width:100%;
}
#abt-right-img{
	width:315px;
	float:right;
	}
#abt-adj{
	float:left;
	width:634px;
	}
.aproch-h1{
	width:42% !important;
}
.aproch-boxs{
	/*padding:0 10px;*/
	padding:0px;
	box-sizing:border-box;
	border-right:1px solid #c0c1c1;
	float:left;
	/*width:20%;*/
	width:24%;
	margin:25px 0px;
}
.aproch-boxs2{
	/*width:30%;*/
	width:34%;
}
.aproch-boxs3{
	/*width:50%;*/
	width:42%;
	padding:0px;
	border-right:none;
}
.aproch-boxs h4{
	font-family:Arial;
	font-weight:bold;
	font-size:55px;
	color:#273586;
	float:left;
	margin:0 0px 0 0;
	   padding: 10px 5px 20px 8px;
}
.aproch-boxs-span1{
	font-family: 'Raleway', sans-serif !important;
	font-weight:500 !important;
	font-size:17px;
	color:#58585a;
	display:block;
	
}
.aproch-boxs-span2{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:20px;
	color:#58585a;
	display:block;
	line-height:22px;
}
.aproch-boxs-span4{
	font-family: 'Raleway', sans-serif !important;
	font-weight:500 !important;
	font-size:13px;
	color:#58585a;
}
strong{
	font-family: 'Raleway', sans-serif !important;
	font-weight:700;
}
.contact-left{
	width:48%;
	float:left;
}
.input1{
	width:100%;
	padding:10px 5px;
	border:1px solid #c9cacb;
	border-radius:5px;
	background:#fff;
	box-sizing:border-box;
	margin:0 0 20px 0;
	display:block;
}
.txtarea{
	width:100%;
	padding:10px 5px;
	border:1px solid #c9cacb;
	border-radius:5px;
	background:#fff;
	box-sizing:border-box;
	margin:0 0 20px 0;
	display:block;
	height:120px;
}
.submit-btn{
	 display:block;
	padding:10px 25px;
	color:#fff;
	font-size:14px;
	margin:8px 0px;
	cursor:pointer;
	border:none;
	text-align:center;
	background:#1a78ba;
	border-radius:3px;
}
.contact-span{
	font-family:Arial !important;
	color:#000 !important;
}
.contact-span > strong{
	font-family:Arial !important;
	font-weight:bold !important;
}
.contact-right{
	width:48%;
	float:right;
}
.contact-right p{
	  font-family: "latoregular";
	  font-size:16px;
	color:#000;
	margin:0 0 10px 0 !important;
}
.contact-icon{
	float:left;
	margin:0 5px 0 0;
}
.contact-right a{
	color:#0352b3;
	text-decoration:none;
}
/******     after wordpress       ******/
::-webkit-input-placeholder {
	/*color: #7d7b6d;*/
}

:-moz-placeholder {
	/*color: #7d7b6d;*/
}

::-moz-placeholder {
	/*color: #7d7b6d;*/
}

:-ms-input-placeholder {
	/*color: #7d7b6d;*/
}
	/* TESIMONIALS CSS */
/*.bne-testimonial-slider-wrapper{
	background:none;
	border:none;
	box-shadow:none;
	}
.bne-testimonial-featured-image, .bne-testimonial-featured-image.square{
	border-radius:50%;
	float:none;
	}
.bne-testimonial-heading, h3.bne-testimonial-heading, h4.bne-testimonial-heading{
	font-size: 20px;
    color: #fff;
    font-family: 'OpenSans-Extrabold';
    padding: 10px 0;
	text-align:center;
	}
.newslettter-sect p{
	color: #f3f7fa;
    font-size: 15px;
    font-family: 'OpenSansRegular';
		}
.bne-element-container{
	margin:0px;
	}*/
	
.home-center-bg{
	width:100%;
	background:url(../images/banner-img1.jpg) no-repeat;
	padding:10px 0px;
	background-size:100% 100%;
	margin:-3px 0px;
}
/*.testi-boxs{
	width:60%;
	display:block;
	margin:20px auto;
	text-align:center;
}*/
.testi-boxs h2{
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    font-family: 'ralewaybold';
    background: none;
    padding: 5px 0px;
    text-align: center;

}
.testi-boxs img{
	display:block;
	margin:5px auto;
	text-align:center;
}

.content {
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
}
.bne-testimonial-slider-wrapper{
	background:none;
	border:none;
	box-shadow:none;
	text-align:center;
	padding:0px;
	}
.bne-testimonial-heading, h3.bne-testimonial-heading, h4.bne-testimonial-heading{
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-family: 'roboto_slabregular';
	float:none;

}
.testi-boxs p{
	    display: block;
    font-size: 13px;
    line-height: 18px;
    padding-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
	font-weight:bold;
}
.bne-element-container{
	margin:0px;
	}	
.ms-slide-info, .ms-dir-h ms-align-bottom{
	position:absolute !important;
	top:30% !important;
	margin:0px !important;
	}