/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 

1. section_1 css
2. section_4 css
3. section_4 css
4. section_3 css
5. section_2 css
6. section_5 css
7. section_7 css
8. section_8 css
9. section_5 css

*/

.section_title{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.section_title h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #18c9d2;
}
.section_title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.section_content p{
    margin-top: 20px;
}

/* section_1 css */

.section_1{
	float: left;
    width: 100%;
	background:#fff;
	padding-top:100px;
	padding-bottom:160px;
}
.section1_image_wrapper{
	width: 300px;
    height: 380px;
    position: relative;
    background: #18c9d2;
}
.section1_image_wrapper img{
	max-width: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.19); 
}
.section1_text_wrapper{
	float: left;
    width: 100%;
}
.section1_text_wrapper p{
    padding: 0px 50px 0px 0px;
}
.section1_text_wrapper .btn_style{
	background: #18c9d2;
    color: #fff;
	margin-top:30px;
}
.section1_text_wrapper ul li {
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 0px;
}
.security-story-number-text {
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 15px;
}
span.security-story-number-text:after {
    content: "";
    width: 2px;
    height: 17px;
    display: block;
    margin: -1px auto 0 auto;
	background-color: #292734;
}
.section1_text_wrapper ul li:last-child .security-story-number-text:after {
    background: none;
}

/* section_1 css  end*/


/* section_2 css */

.section_2{
    float: left;
    width: 100%;
    background-image: url(../images/features_with_images/section4_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
	margin-top: 100px;
    padding-bottom: 40px;
}
.section2_overlay {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #18c9d2;
    opacity: 0.9;
}
.section2_text_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
}
.section2_video_wrapper{
    margin-top: -160px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.section2_video_wrapper:before{
	background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section2_video_wrapper .play-trigger {
    width: 80px;
    height: 80px;
	font-size: 20px;
    padding: 8px;
    background: transparent;
    border: 2px solid #ffffff;
    display: inline-block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.section2_video_wrapper .play-trigger i {
    width: 60px;
    height: 60px;
    line-height: 60px;
	text-align:center;
    background: #ffffff;
    color:#18c9d2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-left: 4px;
}
.section2_video_wrapper:hover .play-trigger i {
	background: #18c9d2;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section2_video_wrapper:hover .play-trigger {
	border: 2px solid #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.feature_content{
	float:left;
	width:100%;
}
.feature_content h3{
	color:#fff;
	font-size: 28px;
    line-height: 40px;
	font-weight:600;
	margin-bottom:20px;
}
.feature_content a{
	color: #fff;
	font-size: 16px;
    line-height: 28px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.feature_content a i{
	color: #fff;
}
.feature_content:hover a{
	color: #111;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.feature_content:hover a i {
    padding-left: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.feature_content p{
	margin-bottom:20px;
	color: #fff;
}

/* section_2 css end*/


/* section_3 css*/

.section_3{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.section3_thumbnail_wrapper{
	float:left;
	width:100%;
	padding-bottom:50px;
}
.section3_text_wrapper{
	float:left;
	width:100%;
}
.thumbnail_content {
	float:left;
	width:100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.thumbnail_content .thumbnail_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.thumbnail_content .thumbnail_overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    z-index: 2;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
}
.thumbnail_content .thumbnail_overlay 
.thumbnail_title_wrap .thumbnail_title {
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 5px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    z-index: 2;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.thumbnail_content img {
    transition: all 2s ease;
    width: 100%;
}
.section_3 .section3_thumbnail_wrapper:hover .thumbnail_overlay:before {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.section_3 .section3_thumbnail_wrapper:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.section_3 .section3_thumbnail_wrapper:hover .thumbnail_overlay 
.thumbnail_title_wrap .thumbnail_title {
    border-color: #111;
    color: #111;
}
.section_3 .section3_thumbnail_second_wrapper:hover .thumbnail_overlay:before {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.section_3 .section3_thumbnail_second_wrapper:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.section_3 .section3_thumbnail_second_wrapper:hover .thumbnail_overlay 
.thumbnail_title_wrap .thumbnail_title {
    border-color: #111;
    color: #111;
}
.section_3 .btn_style{
	background: #18c9d2;
    color: #fff;
	margin-top:15px;
}

/* section_3 css end*/


/* section_4 css*/

.section_4{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.section_4 .section_title{
	text-align:center;
}
.section_4 .section4_image_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.section_4 .section4_icon_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.section_4 i{
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 80px;
    display: block;
    padding: 0 30px;
    font-size: 44px;
    color: #777;
    background-color: #f7f7f7;
}
.main_wrapper{
	float:left;
	width:100%;
	position: relative;
}
.inner_wrapper{
	float:left;
	width:100%;
	margin-top: 54px;
    margin-right: 38px;
    margin-bottom: 26px;
    padding: 42px 40px 45px 50px;
	position: relative;
    box-shadow: inset 0 0 0 5px #fff;
}
.inner_wrapper:before, .inner_wrapper:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
}
.inner_wrapper:before {
    top: 0;
    left: 0;
}
.inner_wrapper:after {
    right: 0;
    bottom: 0;
}
.inner_wrapper:hover:before{
	width: 100%;
    height: 100%;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: #18c9d2;
    border-right-color: #18c9d2;
}
.inner_wrapper:hover:after{
	width: 100%;
    height: 100%;
    -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    border-bottom-color: #18c9d2;
    border-left-color:#18c9d2;
}
.main_wrapper h4{
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 20px;
    text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main_wrapper:hover h4 a{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main_wrapper:hover i{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* section_4 css end*/

/* section_5 css */

.section_5{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.readmore_content{
	float:left;
	width:100%;
}
.readmore_content img {
    margin-bottom: 40px;
}
.readmore_content h3{
	font-size: 32px;
	font-weight:800;
	margin-bottom:20px;
}
.readmore_content h3 span {
    display: block;
    color:#18c9d2;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
	margin-top:5px;
}
.readmore_content a{
	font-size: 16px;
    line-height: 28px;
	text-decoration:underline;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content a i{
	color: #18c9d2;
}
.readmore_content:hover a{
	color: #18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content:hover a i {
    padding-left: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.readmore_content p{
	margin-bottom:20px;
}

/* section_5 css end*/


/* media  query css for ipad */

@media(min-width: 768px)and (max-width: 991px) {
	
	.section1_image_wrapper {
		margin-bottom: 100px;
	}
	.thumbnail_content{
		margin-bottom: 40px;
	}
	.section_2 {
		margin-top: 0px;	
	}
	.section2_video_wrapper{
		margin-top: -80px;
	}
	.thumbnail_content, .feature_content , 
	.readmore_content{
		margin-bottom: 40px;
	}

}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
	.section1_image_wrapper {
		margin-bottom: 100px;
	}
	.section_2 {
		margin-top: 0px;	
	}
	.section2_video_wrapper{
		margin-top: -80px;
	}
	.thumbnail_content, .feature_content , 
	.readmore_content{
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	
	.section1_text_wrapper p{
		font-size:14px;
	}

}