body, p {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4 ,h5 , h6 {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.2em;
    line-height: 20px;
}

h5 {
    font-size: 1em;
    line-height: 24px;
}


/*slider
=========================*/
.home-box-wrapper {position: absolute; left: 0; top: 0;width: 100%;bottom: 0px;}
.home-box-wrapper .container{position: relative;}
.home-box{
	background: rgba(255,255,255,0.8);
	padding: 20px;
	border-radius:8px;
	height: auto;
    width: 450px;
    /*float: right;*/
    top:20px;
    text-align: left;
    position: absolute;
    z-index: 800;
    right: 20px;
    /*left:60%;*/
    margin-left: 15px;
    box-shadow:2px 2px 5px #333; 
}

.home-box h2{
	font-size:1.6em;
	color:#186999;
	line-height:1.1;
	font-weight: normal;
}
.home-box h1{
	font-size:1.6em;
	color:#fb7a00;
	padding:15px 0px;
	border-top:1px solid #c1bebc;
	text-shadow:1px 1px 0px #fff; 
}
.home-box h5{
	font-size:1.2em;
	color:#646464;
	line-height:1.5;
	text-align:justify;
	padding:20px 0px;
	
}

.home-box h2 span{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.home-box .btn{
	background:#196898;
	color:#fff;
	border:0px;
	height:auto;
	width:49.5%;
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.1em;
	padding: 10px;
}
.home-box .btn:hover{
	background:#fb7a00;
	color:#fff;
}

/* slider */
#slider {
    padding: 0px;
    overflow: hidden;
    position: relative;
	padding-top:151px;
}

.main-slide {
    height: 100%;
}

.main-slide img {
    width: 100%;
}

.slider-content {
    /*top:65%;
    padding: 10px 0px;
    position: absolute;
    width: 90%;
    z-index: 2.05;
	left:5%;
	right:5%;
	text-align:center;*/
}

.slider-content h2 {
    font-size: 4em;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    color: #efe600;
	line-height:1;
	letter-spacing:1;
	text-shadow:2px 2px 0px #333; 
	margin: 0px;
	text-transform:uppercase;
}
.slider-content h2 span{ color:#fff; font-family: 'open_sanslight', Arial, Helvetica, sans-serif; font-size:3rem; line-height:2.5;}

/*carousel slider*/
#main-slide .carousel-indicators {
    bottom: 20%;
    height: 30px;
}

.carousel-indicators li {
    width: 15px;
}

.carousel-control {
    top: 50%;
    z-index: 2;
    opacity: 1;
}

.carousel-control.left,.carousel-control.right {
    background: transparent;
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    transition: all 0.25s ease 0s;
}

.carousel-control.left span,.carousel-control.right span {
    font-size: 40px;
    color: #fff;
}

.carousel-control i {
    background: none;
    color: #29A8DF;
    line-height: 56px;
    width: 56px;
    height: 56px;
    border: 0px solid #fff;
    border-radius: 100%;
    font-size: 36px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.carousel-control.left {
    left: -50px;
}

.carousel-control.right {
    right: -50px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100%;
}
/*main slide controls*/
/*
#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
    left: -30px;
}

#main-slide:hover .carousel-control.right {
    right: -30px;
}*/

.slider .sec_more_btn {
	background:transparent;
	font-size:1.4em;
	padding:10px 35px;
	color:#fff;
	font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
	box-shadow:none;
	border:none;
	border:2px solid #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
		-moz-border-radius:6px;
			-o-border-radius:6px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
	margin-top:30px;
}

.slider .sec_more_btn:hover{
	background:transparent;
	color:#A71E23;
	border:2px solid #A71E23;
}


.p40 {
    padding: 40px 0px;
}
.sec_head {margin:30px auto 40px auto;}
.sec_head h2 {
	font-size:2.5em;
	color:#000;
	font-family: 'ralewaylight', Arial, Helvetica, sans-serif;
	text-align:center;
	padding:20px 0px;
}
.sec_head h2::after {
  content: "";
  height:40px;
  display:inline-block;
  width:35px;
  margin:-40px 30px;
  border-bottom:2px solid #efbe00;
  border-right:2px solid #efbe00;
}

.sec_head h2::before {
  content: "";
  height:40px;
  display:inline-block;
  width:35px;
  margin:20px 30px;
  border-top:2px solid #efbe00;
  border-left:2px solid #efbe00;
}


.sec_head h5 {
	font-size:1.4em;
	color:#787878;
	text-align:center;
	width:80%;
	margin:0px auto;
	line-height:1.5;
	font-family: 'ralewaylight', Arial, Helvetica, sans-serif;
}


.sec_head1 {margin:30px auto;}
.sec_head1 h2 {
	font-size:2.5em;
	color:#000;
	font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
	text-align:center;
	padding:20px 0px;
}
.sec_head1 h2::after {
  content: "";
  background-color: #525252;
  height:7px;
  border-radius:4px;
  display:block;
  width:35px;
  margin:20px auto;
}
/*---welcome--*/
#welcome{
	padding: 40px 0px;
}

/*--calclutor--*/
#calc{
	
	background: url(../images/parallax/calc.jpg) 50%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.calc_left {
	background-color: rgba(255, 255, 255, 0.2);
	padding:20px 0px 20px 0px;
	margin-top:-1px;
}
.calc_block{
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:50px 20px 22px;
	color:#fff;
	margin-top:-10px;
}

.calc_left  h2{
	background-color: rgba(255, 255, 255, 0.2);
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:20px 0px;
	color:#fff;
	font-size:1.8em;
	text-align:center;
}
.calc_right  h2{
	background-color: rgba(255, 255, 255, 0.2);
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:20px 0px;
	color:#fff;
	font-size:1.8em;
	text-align:center;
}

.calc_block p{
	text-align:center;
	padding-bottom:20px;
}
.calc_block label{
	font-weight:normal;
	margin-top:10px;
}
.calc_block input{
	background-color: rgba(0, 0, 0, 0.2);
	color:#fff;
	height:40px;
}
.calc_right {
	background-color: rgba(0, 0, 0, 0.2);
	padding:20px 0px;
	margin-top:-1px;
	
}
.quick_quote_block{
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:20px 20px 10px;
	color:#fff;
	margin-top:-10px;
}

.quick_quote_block label{
	font-weight:normal;
	margin-top:-5px;
}
.quick_quote_block input{
	background-color: rgba(255, 255, 255, 0.2);
	color:#fff;
	height:38px;
	border-radius:0px;
}
.trianle_img{
	position:absolute;
	right:47.9%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:1;

	
}

#calc .btn{
	background:#f88937;
	color:#fff;
	border:0px;
	height:40px;
	text-transform:uppercase;
	font-size:1.1em;
	margin:0 auto;
	margin-top:20px;
	position:relative;
	padding:10 30px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width:150px;
}
#calc .btn:hover{
	background:#196898;
	color:#fff;
}
.astric{
	color:red;
}

/*---why---*/
#why{
	padding:20px 0px;
}

#why  h4{
	border-bottom:1px solid #ccc;
	padding:15px 0px;
	color:#167eb5;
	font-size:1.4em;
	text-transform:uppercase;
}
#why h4 span{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
#why p{
	line-height:1.5;
	color:#969696;
	font-size:1.09em;
	text-align:justify;
}
#why .btn{
	color:#fb7a00;
	background:transparent;
	border:none;
	padding:0px;
	font-size:1.14em;
	-webkit-transition: all 0.5s  ease-out 0s;
	-moz-transition: all 0.5s  ease-out 0s;
	-o-transition: all 0.5s  ease-out 0s;
	transition: all 0.5s  ease-out 0s;
}
#why .btn:hover{
	color:#12579a;
	-webkit-transition: all 0.5s  ease-out 0s;
	-moz-transition: all 0.5s  ease-out 0s;
	-o-transition: all 0.5s  ease-out 0s;
	transition: all 0.5s  ease-out 0s;
}
.why_image_box {
	border-radius:6px;
	overflow:hidden;
	background-clip: content-box;
    border: 1px solid #d4d4d4; 
    padding: 10px;
	position:relative;
}
.why_image_box .video-icon{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:41%;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.block{
	padding-bottom:25px;
}

/*---Testimonails---*/
#testimonial{
	background: url(../images/testimonial_bg.jpg) 50% ;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	padding:50px 0px;
}
#testimonial h2{
	color:#fff;
}

#testimonial-carousel {
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
}
#testimonial-carousel .carousel-inner {
	width:100%;
	margin:0 auto;
}
#testimonial-carousel .testi-icon {
	padding:20px 0px;
}

.testimonial-content{
	/*background-color: rgba(255, 255, 255, 0.2);
	border:6px solid  rgba(255, 255, 255, 0.3);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:15px;*/
	padding:10px 20px;
}
.testimonial-content p{color: #fff; text-align: center;}
.testimonial-content h4{
	font-size:1.8em;
	line-height:1.5;
	color:#fff;
	padding-bottom:10px;
	text-align:left;
}
#testimonial-carousel h3{
	font-size:1.2em;
	line-height:1.5;
	color:#fb7a00;
}

#testimonial-carousel p {
	font-size:1.2em;
	font-family:'open_sanslight' ,Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#fff;
}

.testimonial-indicators {
	position:relative;
	width:15%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial-indicators i {
	color:#bdbdbd;
	font-size:2em;
	font-weight:300;

}

.testimonial-indicators i:hover {
	color:#A71E23;
}
.testimonial-indicators .left {
	float:left;
}
.testimonial-indicators .right {
	float:right;
}

#testimonial-carousel .btn{
	background:transparent;
	font-size:1em;
	font-family:'open_sansregular' ,Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	padding-left:0px;
}
#testimonial-carousel .btn:hover{
	color:#fb7a00;
}

/*---FAQ---*/
#faq{
	/*background: url(../images/parallax/faq.jpg) 50% ;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;*/
	padding:30px 0px;
}
#faq h2{
	color:#fff;
}
.faq ul li{
    background:#f2f2f2;
	color: #fff;
	border-radius:6px;
	margin-bottom:15px;
	width:100%;
	
	
}
.faq ul li h3{
	  font-size: 1em;
	  margin:8px auto;
}
.faq ul li a{
    color: #333;
	border:0px;
	border-radius:6px;
	padding:10px 15px;
}
.faq ul li a:hover {
    background: #969696;
	color: #fff;
	border-radius:6px;
}
.faq ul > li.active > a, .faq ul > li.active > a:focus, .faq ul > li.active > a:hover{
	background: #969696;
	border:none;
	border-radius:6px;
	color:#fff;
}

.faq-inner {
    padding: 20px;
	background:#969696;
}
.faq-inner p{
    font-family:'open_sanslight', Arial, Helvetica, sans-serif;
	font-size:1.14em;
	line-height:1.5;
	text-align:justify;
	color:#fff;
}

.nav-tabs {
	border:none;
}


.blue-triangle:after {
    border-right: 10px solid #969696;
    border-top: 10px solid  transparent;
    border-bottom: 10px solid transparent;
   	/*bottom: 0px;
	top:0;*/
    content: "";
    position: absolute;
    left: 2%;
    right: 0%;
	top:8%;
    width: 0;
    height: 0;
    margin-top: 0px;
    margin-left: -10px;
}

.blue1-triangle:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FC635E;
   	/*bottom: 0px;
	top:0;*/
    content: "";
    position: absolute;
    left: 49%;
    right: 0%;
    width: 0;
    height: 0;
    margin-top: 0px;
    margin-right: -5px;
}
.blue2-triangle:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FC635E;
   	/*bottom: 0px;
	top:0;*/
    content: "";
    position: absolute;
    left: 81.5%;
    right: 0%;
    width: 0;
    height: 0;
    margin-top: 0px;
    margin-right: -5px;
}

/*---blog---*/
#blog{
	background: url(../images/parallax/blog.jpg) 50% ;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	padding:30px 0px 40px 0px;
}
#blog h2{
	color:#fff;
}

#blog-carousel {
	width:100%;
	margin:0 auto;
	padding-bottom:30px;
}
#blog-carousel .carousel-inner {
	width:100%;
	margin:0 auto;
}
#blog-carousel .testi-icon {
	padding:20px 0px;
}

#blog-carousel p {
	font-size:1.2em;
	font-family:'open_sanslight' ,Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#fff;
	padding:30px 0px;
	width:90%;
	margin:0 auto;
}


.blog-indicators {
	position:relative;
	width:5%;
	left:50%;
	bottom:-5%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.blog-indicators i {
	color:#bdbdbd;
	font-size:2em;
	font-weight:300;

}

.blog-indicators i:hover {
	color:#A71E23;
}
.blog-indicators .left {
	float:left;
}
.blog-indicators .right {
	float:right;
}

#blog-carousel .btn{
	background:transparent;
	font-size:1em;
	font-family:'open_sansregular' ,Arial, Helvetica, sans-serif;
	color:#fff;
	border:none;
	border:1px solid #fff;
	border-radius:4px;
}
#blog-carousel .btn:hover{
	color:#fb7a00;
	border:1px solid #fb7a00;
	border-radius:4px;
}

/*.blog_hexagon {
  position: relative;
  width: 200px; 
  height: 115.47px;
  margin: 57.74px 0;
  border-left: solid 8px #ffffff;
  border-right: solid 8px #ffffff;
 }

.blog_hexagon:before,
.blog_hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 21.2893px;
}

.blog_hexagon:before {
  top: -70.7107px;
  border-top: solid 11.3137px #ffffff;
  border-right: solid 11.3137px #ffffff;
}

.blog_hexagon:after {
  bottom: -70.7107px;
  border-bottom: solid 11.3137px #ffffff;
  border-left: solid 11.3137px #ffffff;
  
}
*/

/*--three ways---*/
#three_ways{
	background: #f3f3f3;
	padding:30px 0px;
	min-height:620px;
}
.lab_item {
	width: 200px;
	height: 230px;
	position: relative;
	display: inline-block;
	padding-top:180px;
}
.hexagon-wrapper{position: relative;padding-bottom: 180px;}
.hex_orange {
  background-color: #ff8040;
}
.hex_blue {
  background-color: #167eb5;
}
.hex_grey {
  background-color: #616161;
}

.hexagon {
  position: relative;
  width: 200px; 
  height: 115.47px;
  margin: 57.74px 0;
  border-left: solid 8px #ffffff;
  border-right: solid 8px #ffffff;
 }

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 21.2893px;
}

.hexagon:before {
  top: -70.7107px;
  border-top: solid 11.3137px #ffffff;
  border-right: solid 11.3137px #ffffff;
}

.hexagon:after {
  bottom: -70.7107px;
  border-bottom: solid 11.3137px #ffffff;
  border-left: solid 11.3137px #ffffff;
  
}

.hexagon h3{
  display: block;
  z-index: 2;
  font-family:'open_sansbold', Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  font-size:1.4em;
  color:#fff;
  position: relative;
  margin: 0px;
  padding: 0px 10px;
  top:50%;
  -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hexagon h3 a{
    color: #fff;
}
.lab_item:nth-child(1) {
	margin-left: 2px;
	position: absolute;
  	top:0px;
  	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  	height:106.2324px;
	padding-top: 0px;
	z-index: 100;
}
.lab_item:nth-child(2) {
	margin-left: 5px;
}

.lab_item:nth-child(3) {
	
}

/*--not--*/
#not{
    background: rgba(0, 0, 0, 0) url("../images/parallax/three.jpg") fixed 50% 0 / cover ;
    min-height: 450px;
	padding-bottom:30px;
	border-top:4px solid #fff;
}
.not_box{
	 background-color: rgba(255, 255, 255, 0.8);
	 border:1px solid rgba(255, 255, 255, 1);
	 border-radius:6px;
	 text-align:center;
	 padding:40px 10px;
	 -webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}
.not_box:hover{
	 background-color: rgba(255, 255, 255, 1);
	 -webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}
.not_box h2{
	color:#525252;
	font-size:1.5em;
	padding:25px 0px;
	line-height:1.2;
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
}

.not_box p{
	color:#64664;
	font-size:1.1em;
	padding-bottom:25px;
	line-height:1.2;
	width:90%;
	margin:0 auto;
}

.not_box h2 span{
	display:block;
}
.not_box .btn{
	background:#fb7a00;
	border:1px solid #fff;
	font-size:1.2em;
	color:#fff;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	width:200px;
	padding:10px 20px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}

.not_box:hover .btn{
	background:#196898;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}

.down_icon1{
	background: #eeeeee url(../images/down.png) no-repeat 0px 0px;
	width:87px;
	height:87px;
	border-radius:50%;
	margin:0 auto;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}
.down_icon1:hover {
	background:url(../images/down.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}

.not_box:hover .down_icon1{
	background:url(../images/down.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;

}

.down_icon2{
	background: #eeeeee url(../images/video.png) no-repeat 0px 0px;
	width:87px;
	height:87px;
	border-radius:50%;
	margin:0 auto;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}
.down_icon2:hover {
	background:url(../images/video.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}

.not_box:hover .down_icon2{
	background:url(../images/video.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;

}

.down_icon3{
	background: #eeeeee url(../images/blog.png) no-repeat 0px 0px;
	width:87px;
	height:87px;
	border-radius:50%;
	margin:0 auto;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}
.down_icon3:hover {
	background:url(../images/blog.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;
}

.not_box:hover .down_icon3{
	background:url(../images/blog.png) no-repeat 0px -87px;
	width:87px;
	height:87px;
	-webkit-transition: all 0.5s  ease-out 0s;
		-moz-transition: all 0.5s  ease-out 0s;
			-o-transition: all 0.5s  ease-out 0s;
				transition: all 0.5s  ease-out 0s;

}

/*---social panel*/
.social-icons{
	margin-top:-30px;
}
.social-list li  {
	display:inline-block;
	padding:0px;
	margin: 0px;
	
	
}
.social-list a{
    display: block;
    border:1px solid #e0b304;
    background:#e0b304;
    -webkit-border-radius: 6px;
	border-radius: 6px;
    -webkit-transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
	padding:5px;
}
.social-list a:hover{
    background:#64a051;
	color:#fff;
	border:1px solid #64a051;
    -webkit-transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
}
.social-list a i{
	padding-left: 0px;
	color: #fff;
	
}

.social-list a i{
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	padding: 7px;
	text-align:center;
	
	
	
}
.social-list a i:hover{
	color:#fff;
}
.social-list li a.blog-icon {
  text-indent: -9999px;
  padding: 12px;
  width: 50px;
  height:50px;
  background:#E0B304 url(../images/b.png) no-repeat center center;
  
}
.social-list li a.blog-icon:hover {
background:#64A051 url(../images/b.png) no-repeat center center;
}
#footer hr{ border-top:1px solid #454d61; margin-top:15px;}
#footer .read_more { color:#e0b304; font-style:italic;}
#footer .read_more:hover { color:#67A14F;}


/*FOOTER
==========================*/

#footer ul.contactlinks li{ padding-bottom:0px !important;}
#footer ul.contactlinks i{ background:#e0b304; !important;}

footer{
	padding:30px 0px;
	
}

#footer {
	background:#353535;
}
#footer h3 {
    color: #589943;
    font-weight: 400;
    font-size: 1.4em;
    padding-bottom: 5px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
}
/*#footer h3::after {
  content: "";
  background-color: #29aae3;
  height:5px;
  border-radius:4px;
  display:block;
  width:30px;
  margin-top:15px;
}*/

#footer ul {
    padding: 0;
    margin: 0;
}
#footer ul li {
	padding-bottom:9px;
	color: #efefef;
	list-style-image:url(../images/ar.png);
	list-style-position:inside;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
}

#footer ul li a {
    font-size: 1.14em;
    color: #efefef;
}
#footer ul li a:hover {
    color: #efbe00;
}
#footer p {
    font-size: 1.14em;
    color: #f3f3f3;
	line-height:1.9;
	margin-top:10px;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
}

#footer p.copy-left {color: #fff;}
#footer p.copy-right {color: #fff;}
#footer p a{color: #E0B304; }
#footer p a:hover{color: #589943; }
.copy-left {
	float:left;
}
.copy-right {
	float:right;
}

.footer_bottom {
	background:#212121;
	padding:10px 0 10px;
	text-align:center;
}

#footer .btn-theme{
	background:#589943;
	color:#fff;
	border:1px solid #589943;
	height:45px;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
}

#footer input.form-control{
	background:#c1c0c0;
	border:0px solid #c1c0c0;
	box-shadow:none;
	height:45px;
	color:#6a716c;
}

form.form-search {
    position: relative;
}
.form-control::-moz-placeholder{
	color:#999;
	/*font-style:italic;*/
}

