/* section_1 css*/

.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}

/* about_text_wrapper start */

.about_text_wrapper {
	float:left;
	width:100%;
}
.about_text_wrapper h2{
	font-size: 24px;
	font-weight: 500;
    margin-bottom: 50px;
}
.about_text_wrapper h2:after{
    content: '';
    border: 2px solid #4385f5;
    display: block;
    width: 50px;
    border-radius: 3px;
    margin-top: 10px;
}
.about_text_wrapper p {
    font-size: 16px;
    line-height: 26px;
}
.about_text_wrapper h3{
    color:#111;
	margin:30px 0px;
	font-weight:500;
}
.btn_discover{
	background: #4285f4;
	border-radius: 5px;
	color:#fff;
	border: 1px solid  #4285f4;
	padding: 12px 40px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-right:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_discover:hover{
    background: #fff;
    border: 1px solid  #4285f4;
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_read_more{
	background: #f7f7f7;
	border-radius: 5px;
	color:#999;
	border: 1px solid  #f7f7f7;
	padding: 12px 40px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn_read_more:hover{
	background: #fff;
    border: 1px solid  #4285f4;
    color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.about_text_wrapper button{
	margin-top: 35px;
}

/* about_text_wrapper end */

/* services_section start */

.services_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
    background-color: #FAFAFA;
}
.icon_text{
    border: 1px solid #e4e4e4;
	border-radius:5px;
    padding: 40px;
    position: relative;
    padding-top: 60px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon_text_effect{
    border-radius: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 85px;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0px auto;
	border: 2px solid transparent;
}
.icon_text i{
    font-size: 25px;
    color: #999;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    width: 60px;
    line-height: 60px;
    height: 60px;
}
.icon_text h4{
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text:hover{
    border-color: #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover .fa{
    color: #fff;
	background:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover .icon_text_effect{
	background: #fff;
	border: 2px solid #4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* services_section end */


/* portfolio_wrapper start*/

.portfolio_wrapper{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-top:100px;
}

/* section_heading */

.section_heading{
	margin-bottom:30px;
	text-align:center;
}
.section_heading h2{
	font-size: 30px;
	margin: 0 0 5px;
	text-transform: uppercase;
    position: relative;
}
.section_heading h3 {
    font-size: 16px;
	margin-bottom:15px;
    text-transform: capitalize;
    color: #4285f4;
}
.section_heading span.bordered-icon {
	color: #4285f4;
    padding: 0 10px;
    font-size: 10px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.section_heading span.bordered-icon i{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section_heading span.bordered-icon:before, 
.section_heading span.bordered-icon:after {
	content: "";
    background: #dadada;
    width: 50px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.section_heading span.bordered-icon:before {
  left: 100%;
}
.section_heading span.bordered-icon:after {
  right: 100%;
}


/* portfolio_wrapper end*/

/* testimonial_section start*/
.testimonial_section{
    float: left;
	width: 100%;
    background-image: url(../../images/ibuildcap/testimonial_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.testimonial_section_overlay{
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.testimonial_quote_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:50px;
}
.testimonial_quote_wrapper i{
	color: #4285f4;
	font-size:40px;
	display: inline-block;
}
.testimonial_info{
	float:left;
	width:100%;
	text-align:center;
}
.testimonial_info .carousel-inner{
	padding-bottom:85px;
}
.testimonial_info .carousel-inner	h4{
	color: #fff;
}
.testimonial_info .carousel-inner	h4 span{
	color: #4285f4;
}
.testimonial_info .carousel-inner	p{
	font-size:20px;
	font-weight:300;
	padding:0px 20px;
	color:#fff;
	line-height:30px;
}
.testimonial_info img{
	display:inline-block;
	margin-top:-80px;
    position: relative;
    z-index: 1;
}

/* Carousel */

#testimonial_carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    color: #ffffff;
}
#testimonial_carousel.carousel-control {
	display:none;
}
#testimonial_carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -50px;
    margin-right: -19px;
}
 #testimonial_carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
	border: 2px dashed transparent;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#testimonial_carousel .carousel-indicators li img{
	border-radius:100%;
	padding:5px;
	margin: 0px;
    display: block;
}
#testimonial_carousel .carousel-indicators .active {
    background: transparent;
    opacity: 1;
    overflow: hidden;
}
/* testimonial_section end*/

.section_content{
	margin-bottom:50px;
}
.section_content p{
	font-size:16px;
	text-align: center;
}

/* custom css end */

@media (min-width: 992px) and (max-width: 1199px){
	
	.about_text_wrapper ul li a {
		font-size: 14px;
	}
	.icon_text h4 {
		font-size:18px;
	}
	.featured_service_wrapper .thumbnail .caption p {
		padding: 0;
	}
	

}


@media (min-width: 768px) and (max-width: 991px){
	
	.about_image_wrapper {
		margin-bottom:40px;
	}
	.icon_text {
		margin-bottom:30px;
	}
	.featured_service_wrapper .thumbnail .caption p {
		padding: 0;
	}
	
}
@media(max-width: 767px){
	.icon_text {
		margin-bottom:50px;
	}
	.icon_content_left {
		padding-left: 30px;
	}
	.navbar-brand {
		height:auto;
		padding: 22px 0px;
	}
	.top-bar {
		position: relative;
		background: #000;
	}
	.signin_wrapper .dropdown-menu {
		right: 0;
		left:auto;
		border:0;
	}
	.about_text_wrapper {
		margin-bottom:40px;
	}
	.portfolio_image {
		float: left;
		width: 100%;
		position: relative;
	}
	.gb_icon_wrapper{
		padding-right: 15px;
		padding-left: 15px;
	}
	.gb_icon_content p {
		font-size: 14px;
		padding: 0;
	}
	#testimonial_carousel .carousel-indicators {
		bottom: -30px;
	}
	#testimonial_carousel .carousel-indicators li {
		width: 60px;
		height: 60px;
	}
	.testimonial_info .carousel-inner	p {
		font-size: 16px;
		padding: 0px;
	}
	.slider_bottom_wrapper .container{
		padding: 0px;
	}
	.main {
		width: 100%;
		border:0;
		border-bottom:1px solid #efefef;
	}
	.main:last-child{
		border-bottom:0;
	}
	.vedio_text_wrapper h2{
		font-size: 30px;
	}
	.accordion_wrapper .panel-body p {
		font-size: 15px;
	}
	.widget_1, .widget_2,.widget_4{
		padding-bottom:30px;
	}
	.widget3_link{
		padding-bottom:30px;
	}
	.copyright_icons {
		float: left;
	}
	.copyright_content{
		margin-bottom:30px;
	}
	.client_slider .owl-carousel .owl-nav .owl-prev, 
	.client_slider .owl-carousel .owl-nav .owl-next{
		position: relative;
		top: auto;
		display: inline-block;
		margin-top: 10px;
	}
	.client_slider .owl-carousel .owl-nav .owl-prev{
		left:auto;
	}
	.client_slider .owl-carousel .owl-nav .owl-next {
		right:auto;
	}
	.counter_section .count-description, .accordion_wrapper{
		margin-bottom: 60px;
	}
}

@media only screen and (max-width : 480px) {
	
	.top-bar{
		display:none;
	}
	.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
		text-align:center;
	}
	.img-accordion {
		float: none;
		display: inline-block;
	}
	.text-accordion{
		margin-top: 20px;
	}
	#testimonial_carousel .carousel-indicators {
		bottom:-70px;
	}
	.vedio_text_wrapper h2{
		font-size: 16px;
	}
	.copyright_icons li a i {
		font-size: 18px;
	}
	
}

@media only screen and (max-width : 390px) {
	
	.section_heading h2 {
		font-size: 22px;
	}

}