/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
.section_1 {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.about_text_wrapper {
	float:left;
	width:100%;
}
.about_text_wrapper h2{
	font-size: 30px;
    margin-bottom: 50px;
}
.about_text_wrapper h2:after{
    content: '';
    border: 1px solid #dadada;
    display: block;
    width: 50px;
    border-radius: 3px;
    margin-top: 20px;
}
.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 */


/* accordion_wrapper start */

.accordion_wrapper{
	float:left;
	width:100%;
}
.accordion_wrapper h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper .panel .panel-heading a {
	font-size: 14px;
}
.accordion_wrapper .panel-body {
	font-size: 13px;
}
.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	background:#4385f5;
	color: #fff;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color: #969595;
	background-color: #f9f9f9;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel-default>.panel-heading {
  background-color: transparent;
}

.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  font-size:16px;
  padding: 30px;
  background-color: #f9f9f9;
  color: #999999;
}
.accordion_wrapper .panel-body p{
	font-size:16px;
}
.img-accordion {
	width: 81px;
	float: left;
	margin-right: 35px;
	display: block;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	font-family: 'FontAwesome';
    font-size: 14px;
    float: right;
	position:relative;
	top:5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.accordion_wrapper .panel .panel-heading a:after{
	content: "\2212";
	background:#fff;
	color:#4385f5;
}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	
}
@media(max-width: 767px){
	.accordion_wrapper-section .col-sm-6 {
		border-bottom: 1px solid transparent;
	}
}

/** video_section start **/

.video_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.video_text_wrapper {
	float:left;
	width:100%;
}
.video_text_wrapper h2{
	font-size: 30px;
    margin-bottom: 20px;
}
.video_text_wrapper h2:after{
    content: '';
    border: 1px solid #dadada;
    display: block;
    width: 50px;
    margin-top: 20px;
}
.video_text_wrapper p {
    font-size: 16px;
}
.video_text_wrapper h3{
	color: #111;
    margin: 20px 0px;
    border-left: 5px solid #4285f4;
    background: #f7f7f7;
    padding: 10px 10px 10px 20px;
    font-style: italic;
}
.btn_play_video{
	background: #4285f4;
	border-radius: 5px;
	color:#fff;
	border: 1px solid  #4285f4;
	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_play_video: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;
}
.video_text_wrapper button{
	margin-top: 15px;
}
.video_wrapper {
	position:relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/** video_section end **/