@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('Roboto-Medium-webfont.eot');
    src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Medium-webfont.woff') format('woff'),
         url('Roboto-Medium-webfont.ttf') format('truetype'),
         url('Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.full{float:left; width:100%;}
.text_center{text-align:center;}
.heder{position:fixed; top:0px; left:0px; right:0px; padding-top:5px; padding-bottom:1px; z-index:9; background:#fff;}
img{vertical-align:middle; max-width:100%;}
.logo{float:left;}
.top_nav{float:right; padding-right:20px;}
.top_nav ul{margin:0px; padding:0px; list-style:none;}
.top_nav ul li{display:inline-block; margin-right:25px;}
.top_nav ul li a{color:#2f2f2f; font-size:16px; text-decoration:none; line-height:60px; display:inline-block;}
.top_nav ul li.mt_right{margin-right:100px;}
.f_right{float:right;}
.right_number{background:#85c136; color: #fff; font-size: 16px; margin-top: -5px; margin-bottom:-5px;  padding-bottom: 10px;  padding-top: 5px;  text-align: center; width: 150px; line-height:17px;}
.click_hed{font-weight:700; display:block; color:#fff;}
.container1 {
    width: 100%;
    max-width: 1600px; margin:0 auto;
}

.last{background:#333; position:fixed; left:0px; right:0px; bottom:0px; color:#65c121; text-transform:uppercase; cursor:pointer; z-index:9;}

.click_heree1 {
    color: #26aeed;
}
.footer_heading1 {
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.brtn{display:inline-block; padding:10px 30px; font-size:20px; font-weight:700; background: #de3013; color: #fff; -webkit-border-radius: 5px;  -moz-border-radius: 5px; width:100%;
  border-radius: 5px;  -webkit-box-shadow: 0px 5px 0px #7a190a;  -moz-box-shadow: 0px 5px 0px #7a190a;  -ms-box-shadow: 0px 5px 0px #7a190a;  -o-box-shadow: 0px 5px 0px #7a190a;  box-shadow: 0px 5px 0px #7a190a;  text-shadow: 1px 1px 1px #7a190a;}
.brtn:hover, .brtn:focus {position: relative;  -webkit-box-shadow: 0px 2px 0px #7a190a;  -moz-box-shadow: 0px 2px 0px #7a190a;  -ms-box-shadow: 0px 2px 0px #7a190a;  -o-box-shadow: 0px 2px 0px #7a190a;  box-shadow: 0px 2px 0px #7a190a; cursor:pointer; color:#fff;}
/*Modal css*/
.modal-open {overflow: hidden;}
.modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: block !important; height:0px; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;}
.modal.fade.in{height:inherit;}
.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out;transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%);}
.modal.in .modal-dialog {-webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0);}
.modal-open .modal {overflow-x: hidden; overflow-y: auto;}
.modal-dialog {position: relative; width: auto; margin: 10px;}
.modal-backdrop {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000;}
.modal-backdrop.fade {filter: alpha(opacity=0); opacity: 0;}
.modal-backdrop.in {filter: alpha(opacity=50);  opacity: .5;}
.modal-dialog .close {padding:0px; line-height:10px; position: absolute; right: 0; z-index: 9; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; top:0px; width:30px; height:30px; background:#000; border:none; color:#fff; cursor:pointer;}
@media (min-width: 768px) {
  .modal-dialog {width: 600px; margin: 30px auto; background:#fff;}
  .modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);}
}
.modal-dialog {width: 600px; margin: 30px auto; background:#fff;  -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
 .modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);}
.full.item{padding: 30px 20px;}
.f_btn{width:100%; float:left; padding:10px; margin-bottom:0px; border:none; border-bottom:1px solid #777; padding-left:40px;}
.acc_dses .bg_round.des_itin{display:block;}
.cur_poi{cursor:pointer;}
/*Modal css*/
.svg_icon{width:24px; fill:#333; height:24px;}
.txt_btn{min-height:110px;}











iframe[name="google_conversion_frame"]{position:absolute; left:0px; height:0px;}
body {
	margin:0px;
	padding: 65px 0 0;
  font-family: 'robotoregular';
}
.text_site{font-size:14px; margin-top:15px; color:#fff; background:#26aeed; margin-top:13px; padding:10px;}
.text_site:hover{text-decoration:none; color:#fff;}
.adj_menu {
	margin-top:4px; margin-right:0px;
}
.logo {
	float:left;}
.logo img {
	max-width:100%;
	vertical-align:middle;
}
.header {
	float:left;
	width:100%;
}
.header_bg {
	background:url(../img/header_bg1.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
	min-height:660px;
	background-attachment: fixed;
}
.header_text {
	float:left;
	width:100%;
	margin-top:200px;
}
.header_h2 {
	color:#fff;
  font-family: 'robotoregular';
	text-align:center;
	text-transform:uppercase;
	text-shadow: 2px 2px 3px #000000;
	font-weight:normal;
	font-size:32px;
	margin-bottom:50px;
}
.header_h2 span.green_bg {
	color:#fff;
	background:#26aeed;
	display: inline-block;
	margin:10px 0;
	padding:5px 20px;
	font-weight:bold;
}
.header_input {
	background: rgba(255, 255, 255, 0.5);
	float:right;
	padding:30px 20px;
	width:100%;
	border-top:7px solid #26aeed;
	position:relative;
}
.header_input:before {
/*	background:url(../img/arrow.png) no-repeat;*/
	content:".";
	position:absolute;
	width:34px;
	height:18px;
	top:-25px;
	left:100px;
	text-indent:-9999px;
}
.req_input {
	float:left;
	margin-bottom:0px;
	padding:8px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	height:44px;
}
.req_submit {
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	cursor:pointer;
	background:#26aeed;
	font-weight:bold;
}
.box_main {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
}
.col5 {
	width:20%;
	float:left;
	padding:0px 15px;
	text-align:center;
}
.inner_main {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	min-height:215px;
}
.inner_img {
	float:left;
	width:100%;
	text-align:center;
}
.inner_img img {
	vertical-align:middle;
	max-width:100%;
}
.inner_text {
	font-size:16px;
	float:left;
	width:100%;
	margin-bottom:0px;
	margin-top:10px;
	min-height:70px;
}
.color_1 {
	color:#2c2c2c;
}
.color_2 {
	color:#66c122;
}
.portfolio {
	float:left;
	width:100%;
}
.portfolio_box {
	float:left;
	width:25%;
transition: all .5s ease-in-out;
	position:relative;
}
.portfolio_box img {
	width:100%;
	vertical-align:middle;
transition: all .5s ease-in-out;
}
.portfolio_box img:hover {
	transform: scale(1.1);
	box-shadow: 0 0 5px #ddd;
	cursor:pointer;
	position:relative;
	z-index:1
}
.text {
	float:left;
	width:100%;
	transform: scale(0);
	position:absolute;
	top:50%;
	text-align:center;
	z-index:2;
transition: all .5s ease-in-out;
}
.portfolio_box:hover .text {
	transform: scale(1.1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.sec_par {
	float:left;
	width:100%;
}
.sec_par_bg {
	/*background:url(../img/bg1.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:250px;
	background-attachment: fixed;*/ background:#000; padding-top:40px; padding-bottom:40px;
}
.sec_par_text {
	float:left;
	width:100%;
	padding:30px 0px;
	text-align:center;
}
.sec_par_text_h2 {
	font-size:32px;
	font-weight:normal;
	  font-family: 'robotoregular';
	color:#fff;
	text-shadow: 0px 0px 1px #fff;
}
.sec_par_text_p {
	font-size:18px;
	font-weight:normal;
  font-family: 'robotoregular';
	color:#fff;
}
.bule_h2 {
	font-size:32px;
	font-weight:normal;
	  font-family: 'robotoregular';
	color:#26aeed;
	/*text-shadow: 0px 0px 1px #006ed4;*/
	text-align:center;
}
hr.style-four {
	padding: 0;
	border: none;
	border-top:1px solid #7c7d80;
	color: #333;
	text-align: center;
	width:50%;
}
hr.style-four:after {
	content: ".";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: #fff url(../img/hr.jpg) no-repeat scroll center;
	width:63px;
	height:25px;
	text-indent:-9999px;
}
.four_par {
	float:left;
	width:100%;
}
.circle {
	width:264px;
	height:264px;
	margin:0 auto;
}
.circle img {
	max-width:100%;
}
.four_text_h3 {
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
}
.four_text_span {
	color:#26aeed;
	font-weight:bold;
}
.four_text_p {
	font-size:17px;
	margin-bottom:20px;
	line-height:28px;
}
.circle_line {
	width:67%;
	margin:0 auto;
	clear:both;
}
.mt_bottom_100 {
	margin-bottom:-100px;
}
.mt_top_100 {
	margin-top:-100px;
}
.circle_line_img {
	max-width:100%;
}
.testimonial {
	float:left;
	width:100%;
	margin-top:40px;
}
.test_h2 {
	color:#fff;
	font-weight:normal;
	font-size:32px;
	margin-top:22px;
	margin-bottom:30px;
	text-align:center;
	text-shadow: 1px 1px 2px #333;
}
.test_span {
	color:#fff;
	font-weight:bold;
	font-size:32px;
}
.testimonial_bg {
	background:url(../img/bg2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:250px;
	background-attachment: fixed;
	padding-bottom:60px !important;
}
.pad_0 {
	padding:0px;
}
.test_cirlcle {
	width:150px;
	margin:0 auto;
	height:150px;
}
.test_cirlcle img {
	width:100%;
	border-radius:50%;
}
.carousel-indicators {
	bottom:-40px;
}
.testi_p {
	font-size:20px;
	color:#fff;
	margin-top:20px;
	text-align:center;
	height:62px;
}
.testi_span {
	font-size:18px;
	color:#fff;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.video_section {
	background:#fff;
	float:left;
	width:100%;
	padding-top:20px;
}
.video_text {
	float:left;
	width:100%;
	padding-top:30px;
	margin-top:150px;
}
.video_h2 {
	font-size:32px;
}
.video_h21{font-size:22px; margin-top:0px;}
.video_p {
	font-size:22px;
	color:#5e5e5e;
	text-align:justify;
}
.video_a {
	background:#65c121;
	color:#fff;
	padding:10px 30px;
	margin-bottom:20px;
	margin-top:10px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
}
.video_a:hover {
	background:#fff;
	color:#65c121;
	text-decoration:none;
}
.video {
	float:left;
	width:100%;
}
.video img {
	max-width:100%;
}
.diversity {
	float:left;
	width:100%;
	padding-bottom:30px;
	margin-top:30px;
}
.diversity_img {
	float:left;
	width:100%;
	position:relative;
}
.diversity_img img {
	max-width:100%;
	border-radius: 50%;
	border:1px solid #fff;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);

}
.diversity_text {
	float:left;
	text-align:center;
	width:100%;
	min-height:75px;
}
.diversity_text p {
	margin-top:15px;
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
}
.diversity_text span {
}
.diver_hover {
	float:left;
	width:100%;
	transform: scale(0);
	position:absolute;
	top:0;
	bottom:0;
	text-align:center;
	z-index:2;
transition: all .4s ease-in-out;
	background: rgba(123, 201, 65, .8);
	visibility:hidden;
	opacity:0;
}
.diversity:hover {
	/*cursor:pointer;*/
}
.diversity:hover .diver_hover {
	transform: scale(1);
	visibility:visible;
	opacity:1;
}
.diver_inner {
	float:left;
	width:100%;
}
.diver_inner h2 {
	color:#fff;
}
.diver_inner p {
	font-size:20px;
	color:#fff;
}
.socail_icon {
	float:left;
	width:100%;
}
.socail_icon a {
	display:inline-block;
	margin-right:5px;
}
.fifth_par {
	float:left;
	width:100%;
	margin-top:10px;
	padding-top:20px;
	background:#f3f3f3;
}
.tab-content {
	margin-top:20px;
}
.tab_start {
	float:left;
	width:100%;
	border:1px solid #c5c5c5;
	background:#fff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
}
.tab_hedaing {
	color:#26aeed;
}
.tab_subheading {
	color:#000;
	font-size:22px;
}
.tab_description {
	font-size:18px;
	line-height:30px;
}
.tab_text {
	float:left;
	padding-left:20px;
	padding-right:10px;
}
.tab_image {
	float:left;
	width:100%;
}
.tab_image img {
	max-width:100%;
}
.tab_boot {
	background:#fd5e27;
	float:left;
	width:100%;
	font-size:20px;
	text-align:center;
	color:#fff;
	padding:8px 0px;
}
.tab_row_colr {
	width:100%;
	float:left;
	margin:10px 0px;
}
.tab_deta {
	color:#fff;
	font-size:16px;
}
.tab_deta1 {
	color:#292929;
	font-size:16px;
	float:left; width:100%; padding:15px;
}
.pad_8 {
	padding:8px;
}
.color_3 {
	background:#51aaff;
}
.color_4 {
	background:#7db9f1;
}
.nav-tabs > li > a {
	font-size:18px;
	font-family: 'robotomedium';
	
}
.footer {
	background:#333;
	float:left;
	width:100%;
	padding-bottom:0px;
	padding-top:15px;
	margin-top:30px;
	
}
.footer_heading {
	font-size:28px;
	color:#65c121;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	cursor:pointer;
}




.adj_d{display:none;}

.linkedin{float:left; width:100%; text-align:center;}
.view_text{display:inline-block;}
.view_text a{ color: #000; font-size: 16px; padding:5px 5px 6px 5px; display:inline-block; margin-top:5px;}
.view_text > a:hover {
    background: #26aeed none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.adl_s_img{ background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 5px;
    text-align: center;
    width: 100%;}
.header_input label.error{position:absolute; left:0px; bottom:-30px;}
.footer label.error{position:absolute; left:15px; bottom:0px; color:#fff;}
.footer .mt_botmf label.error{position:absolute; left:0px; bottom:-25px; color:#fff;}
.f_deown{display:none;}
.navnewclass{position:fixed; left:0; bottom:0; right:0px; z-index:999;}
.click_heree{color:#26aeed ;}
.fifth_par{padding-bottom:80px;}
.boxfordd{color:#fff;font-size:24px;}


/*21.04.2015*/
.new_header{float:left; width:100%; position:relative;}
.banner{width:100%; float:left; text-align:center;}
.banner img{width:100%;}

.banner_text{position:absolute; height:100%; display:table; top:30%;}
.banner_text_inner {display: table-cell; vertical-align: middle;}
.headi_big{text-transform:uppercase; float:left; clear:both; text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.4); font-size:22px; margin-bottom:5px; padding:5px 10px; color:#fff; font-family: 'robotomedium';}
.headi_big.bg1{background:#fd5e27; }
.headi_big.bg2{background:#ef5018; }
.headi_big.bg3{background:#e14813; }
.headi_smal{background:rgba(255,255,255,0.5); color:#000;  font-family: "robotomedium"; text-transform:uppercase; font-size:22px; padding:5px 10px; border-top:1px solid #fff; border-bottom:1px solid #fff; float:left;}


.new_circle{float:left; width:100%; padding-top:50px; padding-bottom:30px; background:#f3f3f3 url(../img/shadow.png) left top repeat-x;}
.span_day{background: #fd5e27; color: #fff; float: left; font-family: "robotomedium"; font-size: 22px; font-weight: bold; height: 44px; line-height: 38px; padding: 2px 30px;}
.span_place{background: #26aeed; color: #fff; float: left; font-family: 'robotoregular'; font-size: 18px; height: 44px; line-height: 38px; padding: 2px 30px;}
.color_5 {background:#fff;}

.shade{ width:100%; float:left;
-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.3);
}
.faq_padin_topp{padding-top:30px;}



.input_btn{float:left; width:100%; position:relative; margin-bottom:20px;}

.input-group-addon{position: absolute; background:none; z-index:999;
left: 0px;
top: 0px;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
padding-top: 8px; border:none;}

.emil_adj{padding-left:45px;}

.modal-dialog .close1 {
    padding: 0px;
    line-height: 10px;
    position: absolute;
    right: 0;
    z-index: 9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #000;
    border: none;
    color: #fff;
    cursor: pointer;
}
.md_logo{margin-bottom:20px;}
.md_title{display: block; font-size: 26px; border-top: 1px solid #ccc; margin-top: 10px;}	
.error {
    color: red;
}














 @media screen and (max-width: 1199px) {
	 .top_nav ul li{margin-right:10px;}
	 .top_nav ul li a{font-size:14px;}


 }


 @media screen and (max-width: 1023px) {
	 .testimonial .testimonial_bg{width:100%;}
	 .testimonial .col-sm-6{width:100%;}
	 .video{text-align:center;}
	 
	 
 }




 @media screen and (max-width: 991px) {
 .inner_img img {
max-width:100%;
}
 .inner_img {
min-height:100px;
}
 .inner_main {
min-height:235px;
}
 .inner_text {
margin-bottom:0px;
}
 .circle {
width:100%;
margin-top:40px;
}
.banner_text{top:20%;}
.top_nav{display:none;}
.heder{padding-bottom:5px;}

}
 @media screen and (max-width: 767px) {
 .portfolio_box {
width:50%;
}
 .modal-dialog{width:98%;}
.circle_line{display:none;}
.mt_top_100{margin-top:0px;}
.mt_bottom_100{margin-bottom:0px;}
.circle{width:264px;}
.col5{width:50%; margin-bottom:20px;}
.m_auto{margin:0 auto; float:none;}
.diversity_img{text-align:center;}

.tab_start{text-align:center;}
.video img{width:100%;}
.adj_d{display:block;}
.display_n{display:none;}
.mtb_15{margin-bottom:15px;}
.footer_heading{font-size:20px; margin-bottom:5px;}


.f_submit{font-size:16px;}




.footer{padding-bottom:10px;}
.width_half767{width:50%;}
.fifth_par{padding-bottom:90px;}
.tab_hedaing {font-size:26px;}
.tab_text{padding:5px;}
.header_text{margin-top:150px;}
.testi_p{height:auto;}
.span_place{font-size:16px; padding:2px 10px;}

}
 @media screen and (max-width: 650px) {
	 .headi_big, .headi_smal{font-size:16px;}
	 .footer_heading{font-size:16px;}	 
	 
 }
  @media screen and (max-width: 560px) {
	  .right_number{width:130px;}	  
 }
 @media screen and (max-width: 480px) {
	 .navbar-header{padding:10px 0px;}
	 .navbar-brand{width:100%; text-align:center;}
	 .navbar-brand > img{display:inline-block; max-width:75%;}
	 .header_h2{font-size:18px;}
	 .req_input{height:36px;}
	 .req_submit{font-size:12px; height:36px;}
	.portfolio_box{width:90%; float:none; padding-bottom:15px; margin:0 auto;}
	.bule_h2{font-size:25px;}
	hr.style-four{width:100%;}
	.video_h2{font-size:25px;}
	.text_site{width:100%; text-align:center; margin-top:5px; margin-bottom:0px;}
	.adh{padding-top:10px;}
	.tab_hedaing {font-size:24px;}	
	.banner_text {padding: 0; top: 10%;}
	 .headi_big, .headi_smal{font-size:11px; float:left;}
	 .test_h2{padding-left:10px; padding-right:10px; font-size:28px;}
	 .test_span{font-size:28px;}


	 
	 
 }


 @media screen and (max-width: 410px) {
	 
	 .width_half767{width:100%;}
	 
	 
 }