/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. portfolio_menu_wrapper start
3. slider_area start
4. features_with_icon start
5. img_box_section start
6. pricing_section start
7. portfolio_section start
8. blog_section start
9. testimonial_section start
10. footer start
11. inner_menu_wrapper start
12. aboutus_section start
13. counter_section start
14. progress_section start
15. contact_section start
16. contact_bottom_section start
17. social_icons_square start
*/


/* custom css */
body, html{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
}
a:hover{
	text-decoration:none;
	color:#6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
}
.section_heading {
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.section_heading h2{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section_heading p{
  font-size: 15px;
}
.section_heading span.bottom-border {
  background-color: #dadada;
  height: 1px;
  width: 130px;
  position: relative;
  display: inline-block;
}
.section_heading span.bottom-border::before, 
.section_heading span.bottom-border::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #6ec2cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #6ec2cc;
  position: absolute;
  top: -3px;
}
.section_heading span.bottom-border::before {
  left: 44%;
}
.section_heading span.bottom-border::after {
  right: 43%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #6ec2cc;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/*Common Page Header*/
.page_title_section {
	float:left;
	width:100%;
	padding-top: 50px;
	padding-bottom:50px;
	background: url(../images/page_header.jpg) no-repeat center center #EEE1D0;
	background-size: cover;
	position:relative;
}
.page_title_overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.7;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.page_header h1 {
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.page_header .sub_title {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #999999;
}
.page_header .sub_title i {
	padding: 10px 7px;
}

@media (max-width : 766px) {
	
	.page_header h1 {
	  font-size: 44px;
	  line-height: 44px;
	}
	
}
/* custom css end*/


/* portfolio_menu_wrapper start */

.portfolio_menu_wrapper{
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 999;
}
.portfolio_header{
    background-color:#fff;
}
.portfolio_menu_wrapper .navbar{
	margin-bottom:0px;
}
.portfolio_menu_wrapper .navbar-inverse{
    background-color: transparent;
	border-color:transparent;
	float:right;
}
.portfolio_menu_wrapper .navbar-collapse{
	padding-right:0;
	padding-left:0;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>li>a{
	color:#111111;
	font-size:15px;
	position:relative;
	padding:33px 15px;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>li>a:hover{
	color:#6ec2cc;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>.active>a, 
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>.active>a:focus, 
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>.active>a:hover{
	background-color:transparent;
	color:#6ec2cc;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav> .hire_me,
.inner_menu_wrapper .navbar-inverse .navbar-nav> .hire_me{
	margin-top:20px;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav> .hire_me > a,
.inner_menu_wrapper .navbar-inverse .navbar-nav> .hire_me > a{
    padding: 11px 32px;
    font-weight: 700;
    background: #6ec2cc;
	color:#fff;
    border: 1px solid #6ec2cc;
    border-radius: 30px;
}
.portfolio_menu_wrapper .navbar-inverse .navbar-nav> .hire_me > a:hover,
.inner_menu_wrapper .navbar-inverse .navbar-nav> .hire_me > a:hover{
    background: #fff;
	color:#6ec2cc;
   -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.lv_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_search_box button:hover{
	color:#ffffff;
	background:#fca900;
	border-color:#fca900;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 30px 15px;
    color: #111111;
    font-size: 16px;
    cursor: pointer;
}
.lv_search_box{
    position: absolute;
    width: 185px;
    top: 100%;
	border-top: 2px solid #6ec2cc;
    padding: 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    display: none;
    z-index: 1000;
	right:0;
}
.lv_search_box input{
    float: left;
    width: calc(100% - 45px);
    padding: 0px 10px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
}
.lv_search_box button{
    width: 45px;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.lv_search_box button:hover{
	color:#ffffff;
	background:#6ec2cc;
	border-color:#6ec2cc;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.logo_wrapper{
	float:left;
	padding:23px 15px;
}

/*responsive toggle button*/

.navbar-toggle {
  	padding: 11px 10px;
	margin-top: 20px;
	border: 2px solid transparent;
	border-radius: 0;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
  	border-color: #ffffff;
  	color: #231f20;
  	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-toggle .icon-bar {
	color: #231f20;
    background-color: #ffffff;
    transition: all 0.3s;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	border: 2px solid #000000;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
  	background-color: #000000;
  	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* portfolio_menu_wrapper end */


/* --------------------------------------------------
	home_slider_section
   -------------------------------------------------- */
.home_slider_section{
	 float:left;
	 width:100%;
	 position:relative;
}
.tp-banner .tp-caption{
	color: #ffffff; 
	letter-spacing: 3px;
}
.tp-banner .large-text{
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 400;
}
.tp-banner .small-text{
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 7px;
	word-spacing: 5px;
	text-transform: uppercase;
}
.tp-banner .link-button a{
 font-family: 'Roboto';
  margin-right: 6px;
}
.tp-banner .link-button a:last-child{
  margin-right: 0;
}
.tp-banner .link-button .btn-primary,
.tp-banner .link-button .btn-white{
	padding: 13px 34px;
	border-radius: 25px;
	letter-spacing: 0;
}
.tp-banner .link-button .btn-primary{
	background-color: #6ec2cc;
	color: #ffffff;
  border: 0;
}
.tp-banner .link-button .btn-primary:hover{
	color: #6ec2cc;
	background:#fff;
}
.tp-banner .link-button .btn-white{
	background-color: #ffffff;
	color: #6ec2cc;
}
.tp-banner .link-button .btn-white:hover{
	background-color: #6ec2cc;
	color: #fff;
}
.slider-section{
	background: url(../images/slider-images/banner-demo-6.jpg) center no-repeat;
	background-size: cover;
	min-height: 425px;
	padding-top: 245px;
}




/* img_box_section start*/
.img_box_section  {
	float:left;
	width:100%;
	background: url(../images/img-box/img_box_bg.jpg) no-repeat center center #0D1217;
	background-size: cover;
	padding-top: 100px;
    padding-bottom: 100px;
	position:relative;
}
.img_box_overlay{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.7;
}
.img_box_section .section_heading h2{
	color:#fff;
}
.img_box_section .section_heading span.bottom-border{
	background-color: rgba(255, 255, 255, 0.16);
}
.img_box_section .section_heading p{
	color:#fff;
}
.img_box_section  .thumbnail {
	padding: 0;
	margin-bottom: 0;
	line-height: 24px;
	border-radius: 0;
	border: 0;
}
@media (max-width: 991px) { 
	.img_box_section  .thumbnail {
		margin-bottom: 30px;
	}
}
.img_box_section  .thumbnail img {
	width: 100%;
}
.img_box_section  .thumbnail .caption {
  padding: 30px;
  color: #999999;
}
.img_box_section  .thumbnail .caption h4 {
	text-transform: capitalize;
	 margin: 0 0 15px;
}
.img_box_section  .thumbnail .caption h4 a{
	color: #111111;
}
.img_box_section .thumbnail:hover .caption h4 a{
	color: #6ec2cc;
}
.img_box_section  .thumbnail .caption p{
	margin: 0;
}
/* img_box_section end*/


/* features_with_icon strat*/
.features_with_icon{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.gb_icon_wrapper:hover .gb_icon_img{
	background:#6ec2cc;
	border:2px solid #6ec2cc ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	
}
.gb_icon_wrapper:hover .gb_icon_img i {
    color: #fff;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.gb_icon_img{
	background: #fff;
	width:54px;
	height:82px;
	border:2px solid #efefef;
	text-align:center;
	line-height:82px;
	border-radius:35px;
	float:left;
	font-size: 20px;
	color: #999999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper:hover h4{
	color:#6ec2cc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper h4{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content{
	width:calc(100% - 54px);
	float:left;
	padding-left:20px;
}
.gb_icon_wrapper{
	padding-top:20px;
}
.gb_icon_wrapper h4{
	margin-bottom:30px;
}
/* features_with_icon end*/


/*pricing_section start*/
.pricing_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pricing_section .pricing_table_default {
	background: #fff;
}
/*preset color*/
.pricing_table_default:hover .blue_bg_table{
	border-color:#6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_table_default:hover .pink_bg_table{
	border-color:#eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_table_default:hover .green_bg_table{
	border-color:#73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_table_default:hover .pricing_head_blue .btn{
	color: #6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_table_default:hover .pricing_head_pink .btn{
	color: #eb768c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_table_default:hover .pricing_head_green .btn{
	color: #73c8b7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section .pricing_table_default h3 {
	font-size: 20px;
	color: #ffffff;
	padding: 12px 40px;
	margin: 0px;
}
.pricing_section .pricing_table_default .price {
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	padding: 30px 0;
	color: #ffffff;
	margin-bottom: 20px;
}
.pricing_section .pricing_table_default .price sup {
	font-size: 60px;
	font-weight: 300;
	top: -9px;
}
.pricing_section .pricing_table_default .price sub{
	font-size: 13px;
	font-weight: 400;
}
.pricing_section .pricing_detail  {
	border: 1px solid #f1f1f1;
	border-top:0;
	padding: 50px;
}
.pricing_section .pricing_detail  h4{
	font-size:20px;
}
/*preset color*/
.pricing_head_green{
	background: #73c8b7;
	padding: 30px;
}
.pricing_head_blue{
	background: #6ec2cc;
	padding: 30px;
}
.pricing_head_pink {
	background: #eb768c;
	padding: 30px;
	border
}
.green_i li i {
	color: #73c8b7;
}
.blue_i li i {
	color: #6ec2cc;
}
.pink_i li i {
	color: #eb768c;
}

/*pricing list*/
.pricing_list{
	margin:0;
	padding:0;
}
.pricing_section .pricing_detail  li {
	display: block;
	padding: 12px 0;
	color:#999999;
}
.pricing_section .pricing_detail  li i{
	margin-right: 17px;
}
.pricing_section .pricing_detail  li:first-child {
	padding-top: 25px;
}
.pricing_section .pricing_detail  li:last-child {
	padding: 12px 0 0;
}
.pricing_section .pricing_table_default .btn {
	color: #111111;
    border: 0;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*pricing_section end*/


/* portfolio_section start */
.portfolio_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 800px;
    bottom: 800px;
    top: 800px;
    right: 800px;
    cursor:pointer;
    background:rgba(243, 127, 42, 0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
	right:0;
	top:0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #fca900;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}

.gc_filter_cont_overlay {
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(26, 26, 26, 0.65);
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
  opacity:1;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_cont_overlay i{
	color:#000000;
	width:50px;
	height:50px;
	background:#ffffff;
	text-align:center;
	line-height:50px;
	border-radius:100%;
	font-size:18px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
	color:#000000;
	opacity:1;
}
.gc_filter_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   
}
.III_column{
	margin-top:30px;
}

/*portfolio-filter*/
.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:#000000;
	background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
	border-width: 1px;
    border-style: solid;
    border-color: rgb(51, 51, 51);
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
}
#filter li a:last-child{
    margin-right: 0px;
}
.portfolio_info {
	position: absolute;
    top: 80%;
    left: 3%;
    text-align: left;
}
.portfolio_info h5{
	text-transform: capitalize;
    font-size: 16px;
}
.portfolio_info h5 a{
	color:#fff;
}
.portfolio_info p{
    color: #999;
    font-size: 12px;
}
.portfolio-area{
	text-align:center;
}
.btn_more{
	background:transparent;
	border:2px solid #6ec2cc;
	color:#6ec2cc;
	padding:10px 12px;
	margin-top:42px;
	width:170px;
	height:52px;
	line-height:30px;
	font-size:16px;
	display:inline-block;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
 .btn_more:hover{
	background:#6ec2cc;
	color:#fff;
	border:2px solid #6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn_more i{
	margin-right:10px;
	
}
/* portfolio_section end */


/* --------------------------------------
blog_section start
----------------------------------------- */
.blog_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	background-color: #f7f7f7;
}
@media (max-width : 991px) {
	.blog_section .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #6ec2cc;
  color: #fff;
  width: 146px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.blog_section .blog-post-wrapper .blog-content{
  padding: 20px 22px 20px;
}
/*entry-header*/
.blog_section .blog-post-wrapper .entry-header {
  margin: 20px 0 22px;
}
.blog_section .blog-post-wrapper .entry-title{
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #313131;
}
.blog_section .blog-post-wrapper .entry-title a:hover{
	color: #6ec2cc;
}

/*entry-meta*/
.blog_section .blog-post-wrapper .entry-header .entry-meta {
	font-size: 10px;
	text-transform: uppercase;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta ul{
	margin:0;
	padding:0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li::before {
  content: ".";
  position: absolute;
  right: -3px;
  bottom: 0;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
  content: "";
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blog_section .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #6ec2cc;
}

/*entry-content*/
.blog_section .blog-post-wrapper .entry-content {}
.blog_section .blog-post-wrapper .entry-content p{
	margin: 0;
}
/*entry-footer*/
.blog_section .blog-post-wrapper .entry-footer {
	margin-top: 26px;
	text-align: center;
    background: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}
.blog_section .blog-post-wrapper .entry-footer a{
	display: inline-block;
	padding: 10px 30px;
	color: #969595;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 30px;
}
.blog_section .blog-post-wrapper .entry-footer a:hover{
	color: #fff;
	background: #6ec2cc;
}


/*blog gallery post*/
#blogthreeSlider .carousel-control {
	top: auto;
	bottom: 25px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: center;
}

#blogthreeSlider .carousel-control.left,
#blogthreeSlider .carousel-control.right {
	background-image: none;
	border: 1px solid #fff;
	border-radius: 50%;
	top:85px;
}

#blogthreeSlider .carousel-control:focus, 
#blogthreeSlider .carousel-control:hover {
  background-color: #6ec2cc;
  border: 1px solid #6ec2cc;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogthreeSlider .carousel-control.left {
	left: 20px;
}
#blogthreeSlider .carousel-control.right {
	right: 20px;
}


/*blog video post*/
.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: #6ec2cc;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #6ec2cc;
  background: #fff;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/* --------------------------------------
blog_section end
----------------------------------------- */

/* testimonial_section start*/
.testimonial_section {
	float:left;
	width:100%;
	background-image:url('../images/testimonials-images/testimonial_bg.jpg');
	height:100%;
	background-position:center 0;
	background-size: cover;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
}
.testimonial_overlay{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0c1523;
  opacity:0.9;
}
.testimonial_section .section_heading h2{
	color:#fff;
}
.testimonial_section .section_heading span.bottom-border{
	background-color: rgba(255, 255, 255, 0.16);
}
.testimonial_slider_wrapper .owl-carousel .item p{
    line-height: 26px;
    font-style: italic;
    font-size: 17px;
    color: rgb(255, 255, 255);
}
.testimonial_slider_wrapper .owl-carousel .item  h5{
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin: 15px 0px 0px;
}
.testimonial_slider_wrapper .owl-carousel .item h5 small {
    display: block;
    font-size: 15px;
    text-transform: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-style: italic;
    margin: 9px 0px 0px;
}
.testimonial-photo {
    width: 100px;
    height: 100px;
    display: inline-block;
	margin-top:20px;
}
.testimonial-photo img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    border-radius: 50%;
}
.testimonial_slider_wrapper{
	float:left;
	width:100%;
}
.testimonial_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-56px;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 10px;
    height: 10px;
    display: block;
    margin: 5px 7px;
    background: rgb(214, 214, 214);
    border-radius: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#6ec2cc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot.active, .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
/* testimonial_section end*/


/* footer css*/
.footer{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.footer_about_wrapper, .footer_useful_wrapper, .footer_blog_wrapper,
.footer_contact_wrapper{
	float:left;
	width:100%;
}
.footer h4{
	font-size:18px;
	font-weight:500;
	padding-bottom:50px;
}
.footer h4:after{
	content:'';
	border:2px solid #6ec2cc;
	display:block;
	width:30px;
	position:absolute;
	margin-top:18px;
}
.abotus_content,.aboutus_link{
	float:left;
	width:100%;
}
.abotus_content{
	padding-bottom:20px;
}
.abotus_content p{
	font-size:16px;
}
.aboutus_link {
	padding-bottom:30px;
}
.aboutus_link a{
	color:#6ec2cc;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.aboutus_link i{
	color:#6ec2cc;
	margin-left:10px;
}
.aboutus_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.aboutus_social_icons li{
	float:left;
	margin-left:10px;
}
.aboutus_social_icons li:first-child{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#d0d0d0;
	border:1px solid #e8e8e8;
	border-radius:50%;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutus_social_icons li a:hover{
	background:#6ec2cc;
	border:1px solid #6ec2cc;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_useful_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_useful_wrapper ul li{
	margin-bottom:20px;
}
.footer_useful_wrapper ul li i{
	color:#6ec2cc;
	margin-right:20px;
}
.footer_useful_wrapper ul li a{
	color:#999;
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_useful_wrapper ul li a:hover{
	color: #6ec2cc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_wrapper1, .blog_wrapper2{
	float:left;
	width:100%;
}
.blog_wrapper1{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e8e8e8;
}
.blog_date i{
	color:#6ec2cc;
	margin-right:10px;
}
.blog_date{
	padding-top:15px;
	font-size:14px;
	color:#999;
}
.blog_image{
	float:left;
	width:100px;
}
.blog_text{
	font-size:14px;
	font-weight:500;
	float:left;
	width:calc(100% - 100px);
	padding-left:10px;
}
.blog_text h5{
	font-size:14px;
	font-weight:500;
	line-height:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_text h5 a:hover{
	color: #6ec2cc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_contact_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer_contact_wrapper ul li a{
	color:#6ec2cc;
	font-size:16px;
}
.footer_contact_wrapper ul li span{
	color:#999;
	font-size:16px;
}
.footer_contact_wrapper ul li{
	padding-top:30px;
}
.footer_contact_wrapper ul li:first-child{
	padding-top:0px;
}
.footer_contact_wrapper ul li i{
	color:#6ec2cc;
	margin-right:20px;
}
.copyright_wrapper{
	float:left;
	width:100%;
	text-align:center;	
}
.copyright_text{
	font-family: 'Lato';
	text-transform:capitalize;
	float:left;
	width:100%;
	display:inline-block;
	border-top:1px solid #e8e8e8;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright_text p{
	margin:0;
}
.copyright_text a{
	color:#6ec2cc;
}
/* footer css end*/


/****************    about_us Page    *******************/

.inner_menu_wrapper{
	float:left;
	width:100%;
	background: #ffffff;
}
.inner_menu_wrapper .logo_wrapper{
	padding:23px 0px;
}
.inner_menu_wrapper .lv_search_bar {
    padding: 30px 0px 30px 15px;
}
.inner_menu_wrapper .navbar{
	margin-bottom:0px;
}
.inner_menu_wrapper .navbar-inverse{
    background-color: transparent;
	border-color:transparent;
	float:right;
}
.inner_menu_wrapper .navbar-collapse{
	padding-right:0;
	padding-left:0;
}
.inner_menu_wrapper .navbar-inverse .navbar-nav>li>a{
	color:#111111;
	font-size:15px;
	position:relative;
	padding:33px 15px;
}
.inner_menu_wrapper .navbar-inverse .navbar-nav>li>a:hover{
	color:#6ec2cc;
}
.inner_menu_wrapper .navbar-inverse .navbar-nav>.active>a, 
.inner_menu_wrapper .navbar-inverse .navbar-nav>.active>a:focus, .inner_menu_wrapper .navbar-inverse .navbar-nav>.active>a:hover{
	background-color:transparent;
	color:#6ec2cc;
}


.aboutus_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section_content{
	float:left;
	width:100%;
	margin-bottom:50px;
}


/*counter_section start*/
.counter_section {
	float:left;
	width:100%;
}
.counter_section .icon-one i{
	color: #6ec2cc;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-two i{
	color: #7197b3;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-three i{
	color: #73ca8d;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .icon-four i{
	color: #ea6a38;
	font-size: 80px;
	line-height: 80px;
}
.counter_section .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color: #313131;
	padding-top: 5px;
}
.counter_section h4{
	display: block;
	line-height: 40px;
	color: #111111;
	padding-top: 20px;
}
/*counter_section end*/



/*progress_section start*/

.progress_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background: #f7f7f7;
}
.progress_wrapper{
	float:left;
	width:100%;
}
.progress_heading{
	float:left;
	width:100%;
    margin-bottom: 30px;
}
.progress_section .progress_heading h3 {
	font-weight: 600;
    font-size: 20px;
}
.progress_heading span.bottom-border {
  background-color: #dadada;
  height: 1px;
  width: 130px;
  position: relative;
  display: inline-block;
}
.progress_heading span.bottom-border::before, 
.progress_heading span.bottom-border::after {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #6ec2cc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #6ec2cc;
  position: absolute;
  top: -3px;
}
.progress_section .progress_heading span.bottom-border::before{
	left:0;
}
.progress_section .progress_heading span.bottom-border::after{
	right:88%;
}
.progress_section .progress-item {
	position: relative;
	line-height: 26px;
}
.progress_section .progress-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
  	padding-bottom: 8px;
  	position: absolute;
  	color: #fff;
}
.progress_section .progress-title i{
	font-size: 15px;
	line-height: 24px;
	padding: 0 20px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.progress_section .progress {
	height: 39px;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0px;
}
.progress_section .progress-bar {
	background-color: #6ec2cc;
	box-shadow: none;
	text-align: right;
}
.progress_section .progress-percent {
	position: absolute;
	font-size: 13px;
	line-height: 40px;
	color: #999999;
	text-align: center;
	right: 15px;
}
/*progress_section end*/


/****************    hire_me Page    *******************/


/***********************
contact_section start
**************************/
.inquery_section{
	float:left;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background:#f7f7f7;
}
.contact_section {
	float:left;
	width:100%;
	padding-bottom:50px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.contact_section input, .contact_section textarea {
	background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
	padding: 15px 35px; 
	height: 53px;
   font-size: 13px;
   line-height: 24px;
   border-radius: 0;
   box-shadow: none;
   font-family: 'Roboto';
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.contact_section textarea{
	height:auto;
	resize:none;
}
.contact_section .btn{
	border-radius: 0 !important; 
}
.contact_section .form-group {
  margin-bottom: 20px;
}
.contact_section input::placeholder, .contact_section textarea::placeholder {
  color: #999;
}
.contact_section .form-control:focus {
	color: #999;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #6ec2cc !important;	
}
.contact_section form button.btn{
	margin: 0 auto;
	display: block;
    padding: 11px 32px;
    font-weight: 700;
	background:#6ec2cc;
	border:1px solid #6ec2cc;
	margin-top:20px;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.contact_section .btn-primary.focus,
.contact_section .btn-primary:hover{
	background-color: transparent;
  	color: #6ec2cc;
  	border: 1px solid #6ec2cc !important;
}
.contact_section-pos,.contact_section-e,.contact_section-m,.contact_section-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
    top: 16px;
    font-size: 13px;
    font-family: "FontAwesome";
    color: #999;
}
.contact_section .form-group.i-name:after{
	content: "\f007";
	left: 14px;
}
.contact_section .form-group.i-email:after{
	content: "\f003";
	left: 14px;
}
.contact_section .form-group.i-phone:after{
	content: "\f095";
	left: 14px;
}
.contact_section .form-group.i-message:after{
	content: "\f0e5";
	left: 14px;
}
/***********************
contact_section end
**************************/


/*contact_bottom_section start*/
.contact_bottom_section{
	float:left;
	width:100%;
	padding-top: 50px;
}
.contact_bottom_section h2{
	font-size: 37px;
    line-height: 41px;
    font-weight: 300;
	margin-bottom:20px;
}
.contact_bottom_section p{
	font-size: 16px;
}
/*contact_bottom_section end*/

/*social_icons_square start*/
.social_icons_square{
	margin-top:20px;
	display:inline-block;
}
.social_icons_square ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons_square ul li{
	float:left;
	margin-left:18px;
}
.social_icons_square ul li:first-child{
	margin-left:0px;
}
.social_icons_square ul li a{
	float:left;
	line-height:40px;
	color:#e0e0e0;
	height:40px;
	width:40px;
	text-align:center;
	border:1px solid #e0e0e0;
}
.social_icons_square ul li a i{
	font-size:16px;
}
.f_facebook:hover{
	color:#fff;
	background:#2a66b3;
	border:1px solid #2a66b3;
}
.t_twitter:hover{
	color:#fff;
	background:#35bbec;
	border:1px solid #35bbec;
}
.g_google:hover{
	color:#fff;
	background:#e55644;
	border:1px solid #e55644;
}
.pinterest:hover{
	color:#fff;
	background:#cb2027;
	border:1px solid #cb2027;
}
.linkedin:hover{
	color:#fff;
	background:#007bb5;
	border:1px solid #007bb5;
}
/** social_icons_square end **/


/* media  query css for ipad */

@media(min-width: 768px) and (max-width: 991px) {
	
#filter li a {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
    background: transparent;
    padding: 10px 18px;
}
.counter_section h4{
	font-size:17px;
}
.progress_wrapper{
	padding-bottom:50px;
}
.footer_about_wrapper, .footer_useful_wrapper, .footer_blog_wrapper, .footer_contact_wrapper {
    padding-top: 50px;
}
}
/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
.portfolio_menu_wrapper {
    top:0;
}
.navbar-toggle{
	border: 2px solid #6ec2cc;
}
.navbar-toggle .icon-bar {
	background-color: #6ec2cc;
}
.navbar-toggle{
	margin-top: 8px;
}
.inner_menu_wrapper .navbar-toggle{
	margin-top: 25px;
}
.logo_wrapper{
	padding: 8px 15px;
}
.inner_menu_wrapper{
    padding: 0px 20px;
}
#portfolio_responsive_nav{
	background:#fff;
	border-top: 2px solid #6ec2cc;
}
#portfolio_responsive_nav .navbar-nav>li>a:hover{
	color:#6ec2cc;
}
.dropdown-menu {
    top: auto;
    right: 0;
	left:0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #111111;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
	color: #6ec2cc;
}
.navbar-nav {
    margin: 0;
}	
.portfolio_menu_wrapper .navbar-inverse .navbar-nav>li>a {
    text-align: left;
}
.pricing_table_default{
	margin-bottom:30px;
}
.footer_about_wrapper, .footer_useful_wrapper, .footer_blog_wrapper, .footer_contact_wrapper {
    padding-top: 50px;
}
#filter li a:last-child {
    margin-top: 20px;
}
#blogthreeSlider .carousel-control.left, #blogthreeSlider .carousel-control.right{
	top:50%;
}
.counter_section .count-description{
	padding-bottom:50px;
}
.progress_wrapper{
	padding-bottom:50px;
}
}


@media only screen and (max-width : 390px) {

.list-inline>li {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

}