body{
    color : #858585; font-family: 'latoregular'; background-color: #ebebeb;
}
/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.btn{ border-radius: 0;
      padding: 0 70px;
      height: 61px; 
      line-height : 60px;  
      font-family: 'latoblack'; 
       text-transform: uppercase; 
    font-size: 24px;
}

.site_wrapper {
	max-width: 100%;
	margin: 0 auto 0 auto;
    background-color: #fff;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 90px 0px 90px 0px;
}
.content_fullwidth.less {
	padding: 0px 0px 90px 0px;
}
.content_fullwidth.less2 {
	padding: 75px 0px 90px 0px;
}
.content_fullwidth.less3 {
	padding: 75px 0px 30px 0px;
}

.fix_widthclmn1{width:1130px;}
.fix_widthclmn2 {
  margin: 0 auto;
  /* overflow: hidden; */
  width: 1170px;
}


.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}



#homeBanner{margin:0px !important;}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	
}

.footer_social{width:100%; float:left;}
.fs_text{width:100%; float:left; padding:30px 0 30px 0; color: #ee4055; font-size:22px !important; text-transform:uppercase; font-family: 'latoblack'; letter-spacing: 0.5px;}
.fs_icon_wrap{width:100%; float:left;}
.fs_icon{width:65px; float:left; margin:0 15px 0 0; text-align:right; height:65px; overflow:hidden; margin-top:0px; transition: all 1s ease-in-out; position:relative;}
.fs_icon img{ position:absolute;  left:0;  -webkit-transition: opacity 0.2s ease-in-out;  -moz-transition: opacity 0.2s ease-in-out;  -o-transition: opacity 0.2s ease-in-out;  transition: opacity 0.2s ease-in-out;}
.fs_icon .top:hover{ opacity:0;}

/*.fs_icon img {margin-top: 0;transition: margin 0.5s ease 0s;}
.fs_icon img:hover {margin-top:-65px;}*/



.grey_text1{color:#818285; line-height:40px; font-family:'latoblack';}








/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/


/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #eef0f2;
	font-size: 13px;
	color: #2e375f;
	font-family: 'Roboto', sans-serif;
}
.top_nav strong {
	font-size: 14px;
	color: #2e375f;
	font-weight: 500;
	margin-right: 10px;
	letter-spacing: 0.3px;
}
.top_nav strong i {
	color: #dadcdd;
	background: #6a7379;
	font-size: 13px;
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	border-radius: 100%;
	margin-right: 3px;
}
.top_nav .left {
	float: left;
	width: 40%;
	padding: 12px 0px 13px 0px;
}
.top_nav .select-style {
    padding: 0;
    margin: 0;
    width: 100px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #e2e1e6;
	background: #e2e1e6 url("../images/arrow-down.png") no-repeat 90% 50%;
	float:left;
	margin-right:20px;
}
.top_nav .select-style select {
	color: #2e375f;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
    padding: 4px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.top_nav .select-style select:focus {
    outline: none;
}

.top_nav ul.foosocial {
    overflow : hidden;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.top_nav .foosocial li {
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}
.top_nav .foosocial li i {
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	border-radius: 100%;
	transition: all 0.3s ease;
	background: #6d7290;
}
.top_nav .foosocial li i:hover {
	opacity: 0.5;
}


.top_nav .right {
	float: left;
	width: 60%;
	text-align: right;
}
.top_nav ul.tplinks {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 12px;
}
.top_nav .tplinks li {
	float: left;
	padding: 0px;
	margin: 0px 23px 0px 0px;
	letter-spacing: 0.3px;
}
.top_nav .tplinks li img {
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	
}
.top_nav .tplinks li a {
	float: left;
	color: #2e375f;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .tplinks li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #2e375f;
	margin-top: 10px;
	padding: 2px 12px 4px 12px;
	background: #e2e1e6;
	border-radius: 2px;
	margin-left: 10px;
	transition: all 0.3s ease;
}
.tpbut i {
	color: #d74516;
	transition: all 0.3s ease;
}
.tpbut:hover {
	color: #fff;
	background: #6d7290;
}
.tpbut:hover i {
	color: #d74516;
}

.tpbut.two {
	padding: 3px 0px 5px 0px;
	background: none;
	margin-left: 20px;
}


.slidermar {
	position: relative; z-index: 1; overflow: hidden;
}

.slidermar .slider_caption{ position: absolute; width: 100%; z-index: 1; text-align: center; top :42%;}
.slidermar .slider_caption h4{ font-size: 40px; font-family: "latoblack"; color: #ef4056; display: inline; padding: 0px 9px; line-height: normal; text-transform: uppercase; background-color: rgba(255, 255, 255, 0.7);}



.slidermar > img{
	 max-height: 768px;
}

.slider_bg{ padding : 17.92%; 
   background: #e2e1e6 url("../images/hero-bg.jpg") no-repeat center center; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position : relative;
  }
  
 .adv_search_link{ position:absolute; bottom: -25px; right:0; color:#fff;} 
 .adv_search_link a{ color:#fff;}
  .search_form{
     left: 50%;
    margin-left: -427px;
    position: absolute;
    top: 37%;
    width: 854px;
    z-index: 7;
  
  }
  
  .slider_bg .searchFormContent {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: none;
    margin-top: -5px;
    padding: 6px;
	width:100%;
	float:left;
}

.form-control:focus { -webkit-appearance:none;-moz-appearance:none;appearance:normal;  -moz-box-shadow : none!important; -webkit-box-shadow : none!important; box-shadow : none!important;} 





/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* feature section 1 */
.feature_section1 {
	float: left;
	width: 100%;
	padding: 95px 0px 90px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section1 .one_third {
	text-align: left;
}
.feature_section1 i {
	float: left;
    width:62px;
    height:62px;
    border-radius:100%;
    background-color:#fff;
    text-align:center;
    line-height:62px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 23px;
	margin-right: 20px;
}
.feature_section1 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #fff;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section1 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}







.feature_section2  {
	float: left;
	width: 100%;
}
.feature_section2 .title  {
	float: left;
	width: 100%;
	text-align: center;
	padding: 75px 0px 30px 0px;
	background: url(../images/up-arrow.png) no-repeat center bottom;
}
.feature_section2 .twoboxes  {
	float: left;
	position: relative;
	z-index: 9;
	background: #3f4a52;
	width: 100%;
	padding: 85px 0px 85px 0px;
}
.feature_section2 .twoboxes:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0; 
	right:50%;
	bottom: 0;
	left: 0;
	background: #2a363f;
}

.feature_section2 .twoboxes .left {
	float: left;
	width: 45%;
	text-align: left;
}
.feature_section2 .twoboxes .right {
	float: right;
	width: 43.5%;
	text-align: left;
}
.feature_section2 .twoboxes i {
	float: left;
	margin-right: 25px;
	color: #fff;
	font-size: 58px;
	margin-top: 14px;
}
.feature_section2 .twoboxes strong {
	color: #fff;
	font-size: 43px;
	line-height: 35px;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 45px;
}
.feature_section2 .twoboxes strong em {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
	font-style: normal;
}
.feature_section2 .twoboxes ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.feature_section2 .twoboxes li {
	width: 100%;
	padding: 14px 0px;
	margin: 0px;
	color: #fff;
	font-size: 16px;
}
.feature_section2 .twoboxes li i {
	color: #959b9f;
	float: left;
	font-size: 14px;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.feature_section2 .twoboxes li a {
	float: left;
	margin-top: 10px;
}



/* feature section 3 */
.feature_section3 {
	float: left;
	width: 100%;
	padding: 85px 0px 65px 0px;
	background-color:#f5f5f5;
}
.feature_section3 .lstblogs {
	float: left;
	width: 100%;
	background: #1d233b;
	font-family: 'Roboto', sans-serif;
}
.feature_section3 .lstblogs img {
	float: left;
	width: 100%;
}
.feature_section3 .lstblogs .date {
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 10px 0px;
	border-radius: 3px;
	background: #d74514;
	text-align: center;
	margin: 30px 20px 30px 30px;
	width: 10%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .date:hover {
	color: #2a363f;
	background: #fff;
}
.feature_section3 .lstblogs .date strong {
	font-size: 27px;
	display: block;
	font-weight: 400;
}
.feature_section3 .lstblogs h4 {
	float: left;
	margin: 30px 20px 30px 0px;
	width: 76%;
	transition: all 0.3s ease;
}
.feature_section3 .lstblogs .hline {
	width: 50px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
	opacity: 0.5;
}
.feature_section3 .lstblogs h4 a:hover {
	color: #81b84d;
}


/* feature section 4 */
.feature_section4 {
	float: left;
	width: 100%;
	padding: 90px 0px;
}
.feature_section4 .left,
.feature_section4 .center,
.feature_section4 .right {
	float: left;
	width: 33.3333333333%;
	padding: 45px 50px 56px 50px;
	text-align: center;
}
.feature_section4 .left {
	background: #2a363f;
}
.feature_section4 .center {
	background: #81b84d;
}
.feature_section4 .right {
	background: #f3f3f3;
}
.feature_section4 strong {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.feature_section4 strong em {
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	font-style: normal;
	display: block;
	text-transform: none;
	margin-bottom: 9px;
}
.feature_section4 .right strong,
.feature_section4 .right strong em {
	color: #2a363f;
}
.feature_section4 img {
	margin: 25px auto 20px auto;
	display: block;
}

.feature_section4.sty2 {
	padding: 0px 0px;
}
.feature_section4.sty2 .left,
.feature_section4.sty2 .center,
.feature_section4.sty2 .right {
	padding: 35px 50px 35px 50px;
}
.feature_section4.sty2 strong {
	font-size: 45px;
	font-weight: 900;
}
.feature_section4.sty2 strong em {
	margin-bottom: 0px;
	margin-top: 7px;
}





/* feature section 5 */
.feature_section5 {
	float: left;
	width: 100%;
	padding: 50px 0px 30px 0px;
    background-color: #ee4055;
}
.msg_sent_box{width:100%; float:left; }
.msg_sent_pic{width:100%; float:left; padding:80px 0 50px 0;}
.msg_sen_text{width:100%; float:left; font-size:24px; color:#fff;  font-family: 'latoblack'; text-transform:uppercase; line-height:30px; padding:0 0 180px 0}



.feature_section5 .two_third {
	padding-top: 56px;
}
.feature_section5 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 9px 0px;
}
.feature_section5 li {
	float: left;
	padding: 5px 7px;
	border: 1px dashed #d9dbdc;
	text-align: center;
	margin: 0px 14px 14px 0px;
	min-width:23%;
}
.feature_section5 li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.feature_section5 li .cmn_icon{ background-image: url(../images/service-sprite.png); display:inline-block; height:45px;  margin: 0 auto;}

.emi_icn{ background-position: -75px -8px; width: 38px; }
.arf_icn{ background-position: -264px -8px; width:44px; }
.rvw_icn{ background-position: -473px -8px; width:32px; }

.air_icn{ background-position: -655px -8px; width: 42px; }
.tool_icn{ background-position: -76px -99px; width:46px; }
.del_icn{ background-position: -273px -99px; width:33px; }

.ofr_icn{ background-position: -469px -99px; width:34px; }
.rate_icn{ background-position: -622px -99px; width:120px; }

.feature_section5 li h5{ color:#888; font-weight:300; margin:0; font-size:13px;}
.feature_section5 li > a{ display:block;}
.feature_section5 li a:hover h5 { color:#d74611;}

/* feature section 6 */
.feature_section6 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 90px 0px 80px 0px;
	text-align: center;
}
.feature_section6 .climg {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/h-lines.png) no-repeat center 48px;
}
.feature_section6 .climg img {
	width: 12.5%;
	border-radius: 100%;
	margin-bottom: 25px;
}
.feature_section6 .item strong {
	color: #81b84d;
	font-size: 16px;
	font-weight: 600;
}
.feature_section6 .item em {
	font-style: normal;
	color: #999;
}

.feature_section6.sty2 {
	background: #fff;
}
.feature_section6 .item strong {
	color: #2e375f;
}

/* feature section 7 */
.feature_section7 {
	float: left;
	width: 100%;
	padding: 90px 0px 97px 0px;
	background: #f3f3f3;
	text-align: center;
}
.feature_section7 .one_fifth_less {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding: 25px 0px 14px 0px;
	background: #fff;
	transition: all 0.1s ease;
}
.feature_section7 .one_fifth_less i {
	color: #727272;
	display: block;
	font-size: 45px;
	margin-bottom: 14px;
}
.feature_section7 .one_fifth_less:hover {
	border: 1px solid #2a363f;
	background: #2a363f;
}
.feature_section7 .one_fifth_less:hover i,
.feature_section7 .one_fifth_less:hover h5 {
	color: #fff;
}

/* feature section 8 */
.feature_section8 {
	float: left;
	width: 100%;
	background: #2a363f url(../images/site-img22.jpg) no-repeat left top;
	padding: 85px 0px 67px 0px;
	text-align: center;
}
.feature_section8 .slidesec {
	float: left;
	width: 100%;
	padding: 40px;
	background: #fff;
	text-align: left;
}
.feature_section8 .imgbox {
	float: left;
	width: 40%;
	margin-right: 45px;
}
.feature_section8 .imgbox img {
	float: left;
	width: 100%;
}
.feature_section8 i {
	color: #81b84d;
	font-size: 14px;
}


/* feature section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	padding: 90px 0px 45px 0px;
	text-align: center;
}
.feature_section9 .box {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
	padding: 25px 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12);
}



/* feature section 10 */
.feature_section10 {
	float: left;
	width: 100%;
	padding: 50px 0px 45px 0px;
	text-align: center;
}
.feature_section10 .box {
	float: left;
	width: 100%;
	padding: 16px 0px 10px 0px;
	border: 4px solid #f3f3f3;
	border-radius: 5px;
}
.feature_section10 .box h1,
.feature_section10 .box h6 {
	margin-bottom: 5px;
}
.feature_section10 .box h1 em {
	margin-top: 0px;
	font-size: 14px;
}


/* feature section 11 */
.feature_section11 {
	float: left;
	width: 100%;
	padding: 75px 0px 75px 0px;
	background: #eee;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.feature_section11 h1 {
	margin-bottom: 20px;
}
.feature_section11 .tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  padding: 0px;
  margin: 0px;
}
.feature_section11 .tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #2a363f;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.feature_section11 .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 3px 3px 0 0;
}
.feature_section11 .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
.feature_section11 .tabs > li.active {
  color: #81b84d;
}
.feature_section11 .tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature_section11 .tab__content {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.feature_section11 .tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
.feature_section11 .tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: #fff;
}

.feature_section11 ul.domlist1 {
	float: left;
	width: 20%;
	padding: 0px 0px 58px 0px;
	margin: 0px 0px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
.feature_section11 .domlist1 li {
	width: 100%;
	height: 50px;
	padding-top: 13px;
	margin: 0px;
	border-bottom: 1px solid #f3f3f3;
	color: #2a363f;
	font-size: 16px;
}
.feature_section11 .domlist1 li.title {
	height: 50px;
	padding-top: 0px;
}
.feature_section11 .domlist1 li.title h6 {
	line-height: 18px;
}
.feature_section11 .domlist1 li em {
	color: #ccc;
	text-decoration: line-through;
	margin-right: 5px;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
}


/* feature section 12 */
.feature_section12 {
	float: left;
	width: 100%;
	padding: 18px 0px 50px 0px;
	text-align: center;
}
.feature_section12 .one_fourth {
	text-align: left;
}
.feature_section12 i {
	float: left;
    width:45px;
    height:45px;
    border-radius:100%;
    background-color:#f3f3f3;
    text-align:center;
    line-height:45px;
    position:relative;
    margin:6px;
	color: #2a363f;
	font-size: 18px;
	margin-right: 18px;
}
.feature_section12 i:after {
    border-radius:100%;
    background:rgba(255,255,255,0.1);
    border:2px solid #f3f3f3;
    position:absolute;
    content:"";
    z-index:1;
    top:0px;
    left:0;
    bottom:0;
    right:0;
	transition:all ease 0.3s;
}
.feature_section12 i:hover:after {
    top:-5px;
    bottom:-5px;
    right:-5px;
    left:-5px;
}


/* feature section 13 */
.feature_section13 {
	float: left;
	width: 100%;
	padding: 75px 0px 90px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section13 .one_half_less {
	padding: 35px 30px 35px 30px;
	background: #fff;
}


/* feature section 14 */
.feature_section14 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section14 .one_half {
	float: left;
	padding: 30px 35px;
	background: #fff;
	text-align: left;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section14 .one_half:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section14 .one_half img {
	float: left;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	margin-right: 25px;
}
.feature_section14 .one_half h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}


/* feature section 15 */
.feature_section15 {
	float: left;
	width: 100%;
	padding: 90px 0px 95px 0px;
	text-align: center;
	background: #f3f3f3;
}
.feature_section15 .one_fourth_less {
	float: left;
	padding: 10px 10px 30px 10px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less:hover {
	color: #fff;
	background: #2a363f;
}
.feature_section15 .one_fourth_less img {
	width: 100%;
	margin-bottom: 20px;
}
.feature_section15 .one_fourth_less h5 em {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: #999;
	font-weight: 300;
}
.feature_section15 .one_fourth_less p {
	width: 80%;
	margin: 0 auto 16px auto;
}
.feature_section15 .one_fourth_less a i  {
	color: #fff;
	font-size: 13px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #d3d3d3;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	transition: all 0.3s ease;
}
.feature_section15 .one_fourth_less a:hover i  {
	color: #fff;
	background: #81b84d;
}


/* feature section 16 */
.feature_section16 {
	float: left;
	width: 100%;
	padding: 50px 0px 40px 0px;
	background: #f3f3f3;
}


/* feature section 17 */
.feature_section17 {
	float: left;
	width: 100%;
	padding: 95px 0px 90px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.feature_section17 .one_third {
	float: left;
	padding: 35px 50px 45px 50px;
	background: #fff;
	border-radius: 5px;
	border: 5px solid #f3f3f3;
}
.feature_section17 .one_third i {
	color: #2a363f;
	font-size: 45px;
	margin-bottom: 27px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
}
.feature_section17 .one_third a.but1 {
	color: #fff;
	border-radius: 3px;
	padding: 13px 27px;
	background: #81b84d;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.feature_section17 .one_third a.but1:hover {
	color: #fff;
	background: #2a363f;
}





.video_full_site {
	width: 70%;
	height: 450px;
}




/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/

/* parallax section 1 */
.parallax_section1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0px 10px 0px;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 2 */
.parallax_section2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0 85px;
	background: #eee url("../images/protfolio-banner.jpg");
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	
}

.parallax_section2 .stcode_title9,
.parallax_section2 .stcode_title9 h2 {
   margin-bottom: 0;
}


/* parallax section 3 */
.parallax_section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #454545 url("../images/site-img22.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 4 */
.parallax_section4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #454545 url("../images/site-img31.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}


/* parallax section 5 */
.parallax_section5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 90px 0px 70px 0px;
	background: #eee url("../images/site-img31.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}









/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/
.pre-footer {
	background: none repeat scroll 0 0 #d74516;
	margin-top: 20px;
	overflow: hidden;
	padding: 0;
}
.pre-fot-box {
	border-left: 1px solid #df6a45;
	color: #fff;
	overflow: hidden;
	padding-bottom: 45px;
	padding-top: 30px;
}
.pre-fot-box * {
	color: #fff;
}
.pre-fot-box:hover .btn-icon i {
	color: #df6a45;
}
.pre-fot-box:hover .btn-icon {
	background: #fff;
}
.pre-fot-box .btn-icon {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: none repeat scroll 0 0 #df6a45;
	display: inline-block;
	float: left;
	font-size: 21px;
	margin-left: -20px;
	margin-right: 30px;
	padding: 9px 25px 10px 43px;
	position: relative;
	top: 0;
	width: auto !important;
}


.pre-fot-box .form-control{ border: 0; border-radius : 0;}
.news_inp_bg{ background-color:#fff; }

.footer {
	float: left;
	width: 100%;
    background-color: #fff;
}
.footer .ftop {
	float: left;
	width: 100%;
	height: 130px;
	background: url(../images/footer-img1.png) no-repeat center top;
}
.footer .ftop .left {
	float: left;
	width: 33.1%;
	margin-top: 32px;
	text-align: right;
}
.footer .ftop .left h4 {
	margin-bottom: 5px;
}
.footer .ftop .left h1 {
	color: #81b84d;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: 1px;
}

.footer .ftop .right {
	float: right;
	width: 50%;
	margin-top: 50px;
}
.footer .ftop .right p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 11px;
}
.footer .ftop .right .newsle_eminput {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 20px;
	height: 50px;
	width: 78.4%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 14px;
}
.footer .ftop .right .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 13px 30px 14px 30px;
	background-color: #7f868c;
	border: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.footer .ftop .right .input_submit:hover {
	color: #81b84d;
	cursor: pointer;
	background-color: #fff;
}

.footer .secarea{padding: 40px 0px 40px 0px;}
.footer .f_data_bloc{
	float: left;
	 color: #ee4055;
	 font-size:14px;
}
.footer .f_widget_title {
	margin-bottom: 55px;
    font-size: 1.27777em; text-transform: uppercase;
}

.footer .f_address{ width: 58%; margin-right: 12%; font-size:14px;}

.copyrights {
	float: left;
	width: 100%;
	padding: 0px;
    margin: 0;
	font-size: 14px;
    text-transform: uppercase;
}

.f_contact_num_block{ margin-bottom: 23px;}

.navwork li a{padding:5px 9px !important;}









/*page titles*/

.page_title1 {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-top: 108px;
	padding: 100px 0px 59px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1 h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
.page_title1 h1 em {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 18px;
	font-style: normal;
	text-transform: none;
}

.page_title1.sty2 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty3 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty4 {
	background: #999 url(../images/inner-banner.jpg) no-repeat center top;
}
.page_title1.sty5 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty6 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty8 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 120px 0px 81px 0px;
}

.page_title1.sty10 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 120px 0px 81px 0px;
}
.page_title1.sty11 {
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}
.page_title1.sty12 {
	background: #999 url(../images/Abstract.jpg) no-repeat center top;
	text-align: left;
	padding: 90px 0px 59px 0px;
}


.page_title1.sty9 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty9 h1 {
	float: left;
	font-size: 30px;
	color: #2a363f;
	margin-bottom: 12px;
}
.page_title1 .pagenation {
	float: right;
	color: #727272;
	font-size: 13px;
	margin-top: 13px;
}
.page_title1 .pagenation a {
	color: #999;
	transition: all 0.3s ease;
}
.page_title1 .pagenation a:hover {
	color: #2a363f;
}

.page_title1.sty13 {
	text-align: left;
	padding: 58px 0px 45px 0px;
	background: #999 url(../images/gray-full.jpg) no-repeat center top;
}
.page_title1.sty13 h1 {
	float: left;
	font-size: 30px;
	color: #fff;
	margin-bottom: 12px;
}
.page_title1.sty13 .pagenation {
	color: #fff;
}
.page_title1.sty13 .pagenation a {
	color: #ccc;
}
.page_title1.sty13 .pagenation a:hover {
	color: #fff;
}







.page_title1.sty7 {
	padding: 100px 0px 85px 0px;
	background: #7ebb21 url(../images/site-img28.png) no-repeat center top;
}
.page_title1.sty7 .serch_area {
	width: 61%;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
.page_title1.sty7 .serch_area .enter_email_input {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 4px 30px;
	height: 64px;
	width: 77.6%;
	background: #fff;
	border-radius: 3px;
	border: none;
	color: #727272;
	font-size: 16px;
}
.page_title1.sty7 .serch_area .input_submit {
	float: left;
	font-family: 'Roboto', sans-serif;
	padding: 20px 30px 21px 30px;
	background-color: #2a363f;
	border: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	border-radius: 3px;
	margin-left: 12px;
}
.page_title1.sty7 .serch_area .input_submit:hover {
	color: #2a363f;
	cursor: pointer;
	background-color: #fff;
}
.page_title1.sty7 .serch_area .molinks {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 14px;
}
.page_title1.sty7 .serch_area .molinks a {
	color: #fff;
	margin: 0px 10px 0px 0px;
	transition: all 0.3s ease;
}
.page_title1.sty7 .serch_area .molinks a:hover {
	color: #2a363f;
}


/* contact form */
.cforms label {
	float: left;
	width: 100%;
	color: #858585;
	font-weight: normal;
}

.cforms label em {
	color: #ee4055;
	font-size: 12px;
	font-style: normal;
}

.cforms input {
	color: #858585;
	float: left;
	width: 100%;
	padding: 9px 20px;
	margin-bottom: 29px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cforms textarea {
	color: #858585;
	float: left;
	width: 100%;
	padding: 9px 20px;
	margin-bottom: 29px;
	border: 1px solid #eee;
	background: #f9f9f9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    min-height: 195px;
    
}



.site_bg_color .cforms input {
	color: #ee4055;
	float: left;
	width: 100%;
	padding: 0px 30px;
	height: 65px;
	border: 1px solid #fff;
	background: #fff;	
    font-size: 16px;
    font-family: 'latoblack';
}

.site_bg_color .cforms textarea {
	color: #ee4055;
	float: left;
	width: 100%;
	padding: 9px 30px;	
	border: 1px solid #fff;
	background: #fff;	
    font-size: 16px;
    font-family: 'latoblack';
}

.cforms .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 1.27777em;
	font-weight: 500;
	background: #ee4055;
	border: 1px solid #ee4055;	
	font-family: 'latoblack';
	cursor: pointer;
	transition: all 0.3s ease;
    text-transform: uppercase;
}
.cforms .button:hover {
	background: #454545;
	border: 1px solid #72a345;
}


.site_bg_color .cforms .button{ 
    background: #ebebeb;
	border: 1px solid #ebebeb;
    color: #ee4055;
    min-width: 230px;
}


.site_bg_color .cforms .button:hover {
	background: #858585;
	border: 1px solid #858585;
    color: #fff;
}

.cforms .button2 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #d2527f;
	border: 1px solid #d2527f;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button2:hover {
	background: #727272;
	border: 1px solid #393939;
}

.cforms .button3 {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #db6364;
	border: 1px solid #db6364;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms .button3:hover {
	background: #454545;
	border: 1px solid #454545;
}


#form_status span{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #E74C3C;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
#form_status span.loading{
	color: #333;
	background: #eee;
	border-radius: 3px;
	padding: 18px 0px;
} 
#form_status span.notice{
	color: yellow;
}
#form_status .success{
	color: #fff;
	text-align: center;
	background: #86c724;
	border-radius: 3px;
	padding: 30px 0px;
}
#form_status .success i{
	color: #fff;
	font-size: 45px;
	margin-bottom: 14px;
}
#form_status .success h3{
	color: #fff;
	margin-bottom: 10px;
}

.cforms.two label {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: normal;
}
.cforms.two label em {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.cforms.two input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.two .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
	background: #81b84d;
	border: 1px solid #81b84d;
	border-radius: 3px;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.two .button:hover {
	background: #999;
	border: 1px solid #999;
}


.cforms.three label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}
.cforms.three label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.three input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: #44c7af;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.three .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #393939;
	border: 1px solid #393939;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.three .button:hover {
	background: #575757;
	border: 1px solid #575757;
}


.cforms.four label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
	margin: 0;
	padding-left: 0px;
}
.cforms.four label.lst {
	text-align: left;
}
.cforms.four label em {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.cforms.four input {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four textarea {
	color: #fff;
	float: left;
	width: 100%;
	padding: 9px 12px;
	margin-bottom: 10px;
	border: none;
	background: none;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}
.cforms.four .button {
	float: left;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: 500;
	background: #6f6f75;
	border: 1px solid #6f6f75;
	border-radius: 0px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cforms.four .button:hover {
	background: #919195;
	border: 1px solid #919195;
}


.logregform {
	float: left;
	width: 35%;
	margin-left: 32.5%;
	background: #fff;
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.logregform.two {
	float: left;
	width: 50%;
	margin-left: 25%;
}
.logregform .title {
	float: left;
	width: 100%;
	background: #f3f3f3;
	text-align: center;
	padding: 23px 0px 21px 0px;
}
.logregform .title h3 {
	margin-bottom: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.logregform .title p {
	font-size: 12px;
}
.logregform .feildcont {
	float: left;
	width: 100%;
	padding: 30px 30px 40px 30px;
	text-align: left;
}
.logregform .feildcont label {
	float: left;
	width: 100%;
	font-weight: normal;
	color: #727272;
}
.logregform .feildcont label em {
	color: #81b84d;
	font-style: normal;
}
.logregform .feildcont input {
	float: left;
	width: 100%;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}
.logregform.two .feildcont input {
	margin-bottom: 18px;
}
.logregform .feildcont .checkbox {
	float: left;
	width: 100%;
}
.logregform .feildcont .checkbox label {
	float: left;
	width: auto;
	font-size: 13px;
}
.logregform .feildcont .checkbox label strong {
	font-weight: 600;
}
.logregform .feildcont .checkbox label a {
	margin-left: 10px;
}
.logregform .feildcont .fbut {
	float: left;
	background: #81b84d;
	padding: 13px 23px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	margin-top: 18px;
}
.logregform .feildcont .fbut:hover {
	background: #393939;
}

.logregform .feildcont .radiobut input {
	float: left;
	width: auto;
}
.logregform .feildcont .radiobut .onelb {
	float: left;
	color: #aaa;
	margin: 0px 12px 0px 5px;
}

.logregform .feildcont select {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 9px 5px 10px 5px;
	color: #999;
	text-align: left;
}


.mgmenucols {
	float: left;
	width: 100%;
}
.mgmenucols .one_fourth {
	width: 23.5%;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #f3f3f3;
	text-align: center;
}
.mgmenucols .one_fourth.last {
	margin-right: 0;
	border-right: none;
}


.bordbox {
	float: left;
	width: 100%;
	padding: 30px 40px;
	border: 2px solid #f3f3f3;
	text-align: left;
	border-radius: 3px;
}

.videofre1 {
	float: left;
	width: 100%;
	height: 350px;
}





.banner-logo{ position : absolute; top : 26px; left: 0; width: 100%; z-index: 3;}
.bx-wrapper{ z-index: 2;}
.header{  background-color: #ee4055; width: 100%; float: left;}

.innerPage .site_wrapper{ padding-top: 60px;}
.innerPage .header{ position: fixed; z-index: 1000; top : 0; left: 0; right: 0; } 

.header .navbar-default{ background: none; margin-bottom: 0; border-bottom: 0; -moz-box-shadow : none; -webkit-box-shadow : none; box-shadow : none;}
.header .navbar-default .navbar-nav > li > a{ color: #fff; font-size: 14px; font-family: 'latomedium'; text-transform: capitalize; 
    padding-top : 20px; padding-bottom: 20px; }

.arrow_box-white {
	position: relative;	
}

.arrow_box-white:after, .arrow_box-white:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box-white:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 23px;
	margin-left: -23px;
}
.arrow_box-white:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 29px;
	margin-left: -29px;
}


.arrow_box-perple {
	position: relative;	
}

.arrow_box-perple:before {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box-perple:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ee4055;
	border-width: 23px;
	margin-left: -23px;
}


.site_bg_color { background-color: #ee4055;}
.site_bg_color , .site_bg_color a{ color: #fff;}

.contact_home_data_left{ text-transform: uppercase; padding-top: 95px;}
.contact_home_data_left h2{ font-size: 2em; margin: 45px 0 49px; line-height: normal;}
.contact_home_data_left h3{ font-size: 1.6666em;      font-family: 'latoregular';}



.site_bg_color ::-webkit-input-placeholder {
   color:#ee4055; opacity: 1; text-transform: uppercase;
}

.site_bg_color :-moz-placeholder { /* Firefox 18- */
   color: #ee4055; opacity: 1; text-transform: uppercase;
}

.site_bg_color ::-moz-placeholder {  /* Firefox 19+ */
   color: #ee4055;  opacity: 1; text-transform: uppercase;
}

.site_bg_color :-ms-input-placeholder {  
   color: #ee4055;  opacity: 1; text-transform: uppercase;
}

textarea{ resize: none;}

 .home_contact.cforms textarea{ margin-bottom: 0;}
.home_contact.cforms .button{ margin-top: 0;}
.f_logo{ margin-top: 0px;}
.f_logo img {vertical-align:bottom;}


.features_block .prod_box{ padding: 32px 30px; font-family: 'latomedium';}
.prod_box h4{ color: #ed1c24; font-size: 30px; margin-bottom: 28px;}
.prod_box p{ margin-bottom: 0; font-size:14px;}

.fucus_list_icons { text-align: center; margin-bottom: 0;}
.fucus_list_icons li{ display: inline-block; padding: 5px 20px; font-family: 'latomedium'; box-sizing: border-box; width: 16.2%;}
.fucus_list_icons li h3{  font-family: 'latomedium'; font-weight: normal; font-size: 14px;}
.fucus_list_icons li img{ display: inline-block; max-width: 100%;}

.fucus_list_icons li:hover a{color : #ff9b9b}

.stcode_title9 h2{ font-size: 30px;  font-family: 'latoblack'; }


.header .navbar-toggle .navbar-toggle{ border-color: #fff;}
.header .navbar-default .navbar-toggle .icon-bar{ background-color: #fff;}
.header .navbar-default .navbar-toggle:focus, .header .navbar-default .navbar-toggle:hover{ background-color: #fff;}
.header .navbar-default .navbar-toggle:focus .icon-bar, .header .navbar-default .navbar-toggle:hover .icon-bar { background-color: #ee4055;}



.big_video{ margin: 0 auto; text-align:center;}

.video_slide{ padding-bottom: 50px; display: none;}
.video_slide.current-video{ display: block;}

.video_slide .owl-prev, .video_slide .owl-next{text-indent:-5000px; width:21px; height:33px; position:absolute; top:50%; margin-top:-16px}

.video_slide .owl-prev {background:url(../images/prevaerrow.png) no-repeat 0 0; left:0px;}
.video_slide .owl-next {background:url(../images/nextaerrow.png) no-repeat 12px 0; right:0px}

.video_slide .owl-pagination{ display: none;}

.project_detail_top{ padding: 40px 0 20px;}

.project_description h3{ color: #ee4055; margin-bottom: 13px; font-size: 20px;}
.next_project_control{ text-align: right;}
.next_project_control h3{ font-size: 1.3888em;}
.project_description p {font-size:14px;}



.tags_list{ background-color: #ee4055; padding: 50px 0; text-align: center;} 
.tags_list .nav-pills > li{ float: none; display: inline-block; vertical-align: top;}
.tags_list .nav-tabs > li > a{ background: none; border: 0; color: #ff9b9b;  font-family: 'latoblack'; text-transform: uppercase; font-size:14px;}
.tags_list .nav-tabs{ border-bottom: 0;}

.tags_list .nav-tabs > li > a:hover{ color: #fff;}
.tags_list .nav-pills > li.active > a, .tags_list .nav-pills > li.active > a:focus, .tags_list .nav-pills > li.active > a:hover{
    color : #fff; background: none; border: 0;
}

.gallery_btn_wrap{ padding: 20px 0; text-align: center; clear: both;}

#imagelightbox
{
    position: fixed;
    z-index: 9999; 
    -ms-touch-action: none;
    touch-action: none;
}
.freewall .item{ float: left; width:21%; position: relative; z-index: 1; text-transform: uppercase; overflow: hidden; margin:25px 2%;}
.overlay_data{ text-align: center; position: absolute; width: 100%; height: 100%; left: 0; background-color: rgba(255,255,255,0.7); color: #ee4055; transition: 1s bottom; bottom: -100%; }

.overlay_data .overlay_item_link{  width: 100%; height: 100%; padding: 5px; position: absolute; display: block; top : 40%; }
.overlay_data strong{ font-size: 24px; }
.overlay_data strong , .overlay_data span{ display: block; font-size:14px;}
.freewall img {	width: 100%; }

.freewall .item:hover .overlay_data{ bottom: 0;}

.home_navigation #logo{ display: none;}

.home_navigation.scroll-to-fixed-fixed #logo{ display: block;}

.project_list{ list-style: none outside none; margin: 0px 0;}
.project_list_detail{ padding: 0 0 40px;} 

.project_list_detail h3{ color: #ee4055;    font-size: 1.3888em;    margin-bottom: 30px; text-transform: uppercase;}






/*placeholder property*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } 
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }



/*Contat_us*/
.contact_us_wrap{width:100%; float:left; background:#818285; padding:70px 0 50px 0;}
.contact_us_container{width:1170px; margin: auto;}
.cu_row{width:100%; float:left; padding:0 3%; position:relative;}
.cu_box1{width:550px; float:left; height:202px; background:url(../images/home-contact-icon.png) no-repeat right bottom; position:absolute; top:79px; right:33px;}
.message_icon{width:100%; text-align:center; display:none;}
.cub1_heading{width:75%; float:left; font-size:30px; color:#fff;  font-family: 'latoblack'; text-transform:uppercase; line-height:40px; letter-spacing:0.5px;}
.cub1_sub_heading{width:100%; float:left; color:#fff; font-size:20px; text-transform:uppercase; padding:30px 0 0 0;}

.contact_box2{width:100%; float:left;}
.cub2_heading{width:75%; float:left; font-size:30px; color:#fff; font-family: 'latoheavy'; text-transform:uppercase; letter-spacing:0.5px; padding:0 0 40px 0}
.cub2_form{width:100%; float:left;}
.cub2_row{width:100%; float:left; padding:0 0 35px 0;}
.cub2_row_text{width:100%; float:left; padding:0 0 5px 0; color:#fff; font-size:14px; text-transform:uppercase; font-family: 'latoblack';}
.cub2_inp_box1{width:470px; float:left;}
.cub_inp1{width:100%; float:left; background:#818285; color:#fff; border: 2px solid #fff; font-size:16px; font-family: 'latoheavy';  padding:15px 3%;}


.cub2_inp_box2{width:100%; float:left;}
.cub_inp2{width:100%; float:left; background:#818285; color:#fff; border: 2px solid #fff; font-size:16px; font-family: 'latoheavy'; padding:15px 1.7%;  height:213px;}

.send_button{width:370px; float:left; text-align:center;color:#fff; font-size:14px; text-transform:uppercase; text-decoration:none; background:#ee4055; padding:20px 0; border:0px; font-family: 'latoblack';}
.send_button:hover {background:#fff; color:#ee4055;}


.ad_margin{margin-bottom:20px !important;}

/*End Contact Us*/



.owl-prev {left:-34px !important;}
.owl-next {right:-34px !important;}

.slider-img {margin:0 auto;}


.fpadd{padding:0 0 0 2%;}
.copyrwidth{width:98%;}

@media only screen and (max-width: 2000px) {

.fucus_list_icons li{ display: inline-block; padding: 5px 20px; font-family: 'latomedium'; box-sizing: border-box; width: 16.3%;}

}


@media only screen and (max-width: 1170px) {

.contact_us_container{width:96%; margin: auto;}

.cu_box1{width:450px; float:left; height:202px; background:url(../images/home-contact-icon.png) no-repeat right bottom; position:absolute; top:79px; right:33px;}
.cub1_heading{width:75%; float:left; font-size:22px; color:#fff;  font-family: 'latoblack'; text-transform:uppercase; line-height:30px; letter-spacing:0.5px;}
.cub1_sub_heading{width:100%; float:left; color:#fff; font-size:17px; text-transform:uppercase; padding:30px 0 0 0;}
.cub2_inp_box1{width:350px; float:left;}

.fix_widthclmn2{width:100%; margin:0 auto;}

}

@media only screen and (max-width: 1130px) {

.fix_widthclmn1{width:100%;}

}


@media only screen and (max-width: 926px) {

.cu_box1{width:100%; float:left; height:202px; background:url(../images/home-contact-icon.png) no-repeat right bottom; position:static; padding:0 15% 0 10%; margin:0 0 30px 0}
.cub1_heading{width:75%; float:left; font-size:30px; color:#fff;  font-family: 'latoblack'; text-transform:uppercase; line-height:40px; letter-spacing:0.5px;}
.cub1_sub_heading{width:100%; float:left; color:#fff; font-size:20px; text-transform:uppercase; padding:30px 0 0 0;}

.cub2_inp_box1{width:100%; float:left;}


}

@media only screen and (max-width: 900px) {

.freewall .item{ float: left; width:30%; position: relative; z-index: 1; text-transform: uppercase; overflow: hidden; margin:25px 1.5%;}


}




@media only screen and (max-width: 768px) {

.freewall .item{ float: left; width:44%; position: relative; z-index: 1; text-transform: uppercase; overflow: hidden; margin:25px 3%;}


}
@media only screen and (max-width: 620px) {

.cu_box1{width:100%; float:left; height:202px; background:url(../images/home-contact-icon.png) no-repeat right bottom; position:static; padding:0; margin:0 0 30px 0}
}


@media only screen and (max-width: 620px) {
.cu_box1{width:100%; float:left; height:auto; background:none; position:static; padding:0; margin:0 0 30px 0}

.message_icon{width:100%; text-align:center; display:block; padding:0 0 15px 0}

}


@media only screen and (max-width: 400px) {

.freewall .item{ float: left; width:98%; position: relative; z-index: 1; text-transform: uppercase; overflow: hidden; margin:25px 1%;}
.send_button{width:100%; float:left; text-align:center;color:#fff; font-size:14px; text-transform:uppercase; text-decoration:none; background:#ee4055; padding:20px 0; margin:0 0; border:0px; font-family: 'latoblack';}


}






