/***************-----------------------***********************
[Master Stylesheet]

Project:  A-Future HTML
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css
3.#preloader
4.md_header_wrapper
5.#sidebar

.responsive css strat

/* custom css */

body, html{
	font-family: 'Lato';
	line-height: 26px;
	font-weight: 400;
	font-size: 16px;
	color: #262626;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-size: 20px;
	color: #262626;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: none;
}
p{
	font-family: 'Lato';
	color: #777;
	font-size: 16px;
	line-height: 24px;
}
a:hover{
	text-decoration:none;
	color:#19d3dc;
	-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: #262626;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
input:focus, textarea:focus, select:focus {
	outline:none;
}
a:focus{
	outline:none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*-- Preloader css start --*/

#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#status img {
}
.med_toppadder10{
	padding-top:10px;
}
.med_toppadder20{
	padding-top:20px;
}
.med_toppadder30{
	padding-top:30px;
}
.med_toppadder40{
	padding-top:40px;
}
.med_toppadder50{
	padding-top:50px;
}
.med_toppadder60{
	padding-top:60px;
}
.med_toppadder70{
	padding-top:70px;
}
.med_toppadder80{
	padding-top:80px;
}
.med_toppadder90{
	padding-top:90px;
}
.med_toppadder100{
	padding-top:100px;
}
.med_bottompadder10{
	padding-bottom:10px;
}
.med_bottompadder20{
	padding-bottom:20px;
}
.med_bottompadder30{
	padding-bottom:30px;
}
.med_bottompadder40{
	padding-bottom:40px;
}
.med_bottompadder50{
	padding-bottom:50px;
}
.med_bottompadder60{
	padding-bottom:60px;
}
.med_bottompadder70{
	padding-bottom:70px;
}
.med_bottompadder80{
	padding-bottom:80px;
}
.med_bottompadder90{
	padding-bottom:90px;
}
.med_bottompadder100{
	padding-bottom:100px;
}

#return-to-top {
	position: fixed;
	bottom: 9px;
	right: 20px;
	background: #53c5a7;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	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: 12px;
	font-size: 20px;
	-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;
}
/*-----scroll top-----*/

/*************-------feature css wrapper------*************/
.feature_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
	background-color:#000;
}
.ed_image_wrapper{
	float:left;
	width:100%;
	text-align:Center;
}
.ed_image_wrapper img{
	display:inline-block;
}
.ed_text_wrapper{
	float:left;
	width:100%;
}
.ed_text_wrapper_heading, .ed_text_wrapper_content{
	float:left;
	width:100%;
}
.ed_text_wrapper_heading h2{
	padding-top: 10px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6f6f6;
}
.ed_text_wrapper_content p{
	margin-top:30px;
}
.ed_icon_img_red{
	float:left;
	border-radius:50%;
	width:90px;
	height:90px;
	line-height:90px;
	display:inline-block;
	font-size: 28px;
	color: #fff;
}
.ed_icon_img_red{
	background: #53c5a7;
	border:2px solid transparent;
}
.ed_icon_content_red{
	font-size: 20px;
        color: #e6e6e6;
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
	display:inline-block;
}
.ed_icon_wrapper p{
	margin-top: 15px;
	text-align:left;
}
.ed_icon_wrapper a{
	color: #f6f6f6;
	font-weight:500;
}
.ed_icon_wrapper h4{
	text-align:left;
}
.ed_icon_wrapper{
	text-align:center;
	padding-top:35px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ed_icon_wrapper:hover .ed_icon_img_red{
	border:2px solid #53c5a7;
	background:transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ed_icon_wrapper:hover .ed_icon_content_red h4 a{
	color: #53c5a7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ed_icon_wrapper:hover .ed_icon_img_red{
	color: #53c5a7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/* feature css  end*/
/*-- tittle section open --*/
.course_section{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	position:relative;
	margin-top:-104px;
}
.select_box_wrapper{
	float:left;
	width:100%;
	background-color:#f7f7f7;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
}
.tittle_logo p{
	line-height: 20px;
	margin-top: 10px;
}
.select_box select{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	outline:none;
	border:1px solid #dbdbdb;
	width:100%;
	height:50px;
	margin-top:45px;
	padding-left:20px;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
}
.caret1{
	margin-left:-25px;
	color:#dbdbdb;
}
.tittle_logo img{
	margin-top:10px;
}
.tittle_heading h3{
    padding-top: 10px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
}
/*-- button--*/
.select_btn_wrapper{
	text-align:center;
}
.select_sec1{
	padding-left:35px;
}
.select_sec2, .select_sec4{
	padding-left:15px;
}
.select_btn{
	display: inline-block;
    position: relative;
    top: 44px;
    padding-bottom: 85px;
}
.select_btn ul{
	padding:0;
	list-style:none;
}
.select_btn li a{
	width:200px;
	height:50px;
	float:left;
	color:white;
	background:#53c5a7;
	text-align:center;
	line-height:49px;
	text-transform:uppercase;
	font-size:16px;
	border-radius:100px;
	font-weight:500;
	box-shadow:none;
	position:relative;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.select_btn li a:hover{
	background:#132231;
	box-shadow:3px 5px 20px rgba(44, 65, 108, 0.5);
	color:#fff !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- counter section start--*/
.counter_section{
	background:url('../../assets/image/background/counter_bg.jpg') 50% 0 repeat-y;
	width: 100%;
	padding-bottom:60px;
	background-position: center 0;
	overflow: hidden;
	background-size: cover;
	text-align:center;
	position:relative;
}
.counter_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(7, 9, 10, 0.9);
}
.counter-section .count-description{
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	color:#fff;
	padding-top:50px;
}
.counter_icon i{
	font-size:40px;
	color:#53c5a7;
	border:0px solid #53c5a7;
	padding:10px;
	margin-top:50px;
}
.counter-section .count-description {
	padding-top:30px;
}
.counter-section .count-description span{
	color:#f1f1f1;
}
.con1, .con2, .con3, .con4{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	padding-top:20px;
	color:#dadada;
}
/*-- counter section end--*/


/*-- coment wrapper css start--*/
.coment_box_Wrapper{
	float:left;
	width:100%;
	text-align:left;
	border:2px solid #eeeeee;
	margin-left:0px;
	padding:20px;
}
.coment_box_Wrapper:hover{
	 box-shadow:0 8px 30px rgba(0, 0, 0, 0.2);
	 border: 2px solid #53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
 }
.coment_box_Wrapper:hover .comment_wrapper_cntnt h3 a{
	color:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- coment wrapper end--*/



/*-- team wrapper css start--*/
.team_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.team_wrapper .item{
	margin-bottom:10px;
}
.parceiros_box_Wrapper{
	float:left;
	width:90%;
	text-align:left;
	border:2px solid #eeeeee;
	margin-left:14px;
	padding:10px;
}
.team_box_Wrapper{
	float:left;
	width:88%;
	text-align:left;
	border:2px solid #eeeeee;
	margin-left:20px;
	padding:10px;
}
 .team_box_Wrapper:hover, .parceiros_box_Wrapper:hover {
	 box-shadow:0 8px 30px rgba(0, 0, 0, 0.2);
	 border: 2px solid #53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
 }
.team_wrapper_cntnt h3 a {
	color: #262626;
	text-transform:none;
	font-size: 20px;
	font-weight: 600;
}
.team_wrapper_img{
	float:left;
	width:auto;
}
.team_wrapper_cntnt{
	float:left;
	padding:20px;
	padding-bottom:25px;
	padding-top:25px;
	text-transform:none;
}
.team_wrapper_cntnt h4{
	font-family: 'Open Sans', sans-serif;
	color: #006df0;
	margin-top:5px;
	font-size:14px;
}
.team_wrapper_cntnt h4 i{
	font-style:normal;
	text-transform:none;
	color:#53c5a7;
}
.team_wrapper_cntnt p {
	color: #777777;
	padding-top: 18px;
}
.team_box_Wrapper:hover .team_wrapper_cntnt h3 a, .parceiros_box_Wrapper:hover .team_wrapper_cntnt h3 a {
	color:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.social_links {
	float: left;
}
.social_links ul li {
	float: left;
	margin-right: 15px;
}
.social_links ul li{
	width:35px;
	height:35px;
	line-height:34px;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	background:#6b6b6b;
}
.social_links ul li a{
	color:#fff;
}
.social_links ul li:hover{
	color:#fff;
	background:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.team_logo h3{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
}
.team_logo{
	display:inline-block;
	float:left;
	width:100%;
	text-align:center;
}
.team_logo img{
	display:inline-block;
	margin-top:0px;
}
.team_logo p{
	margin-top:3px;
}

/*********---------start slider controls-------*****/
.col_slider .owl-theme .owl-nav {
	display:none;
}
.col_slider .owl-theme .owl-dots {
	display:block;
	margin-top: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: -55px;
}
.col_slider button.owl-dot {
	border:0px solid #000;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.col_slider .owl-theme .owl-dots .owl-dot span {
	width:12px;
	height:12px;
	border-radius:6px;
	background:rgba(117, 117, 117, 0.45);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.col_slider .owl-theme .owl-dots .owl-dot.active span, .col_slider .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #53c5a7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*********---------end slider controls-------*****/

.client_head h3 {
	color:#fff;
}
.client_head p{
	color:#fff;
	opacity:0.8;
}
/*********---------in client wrapper Start-------*****/
.in_client_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:url('../../assets/image/background/flexslider_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	position:relative;
}
.in_client_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	background: rgba(24, 34, 43, 0.9);
}
.in_client_header_Wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:80px;
}
.in_client_header_Wrapper h2{
	font-size:32px;
	color:#ffffff;
}
.in_client_header_Wrapper h4{
	font-size:15px;
	color:rgba(255, 255, 255, 0.77);
	padding-top:30px;
}
.rotate{
	margin: auto;
	display: block;
	width: 95px;
	height: 95px;
	background-color: #999999;
	border-radius: 5px;
	margin-bottom: 25px;
	margin-top: -75px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.rotate img{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:3px solid #53c5a7;
}
.main{
	background:#ffffff;
	padding: 20px;	
	margin-top:60px;
}
.client_head{
	padding-bottom:30px;
}
.main h4 a{
	font-size:20px;
	font-weight:700;
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main h4 a:hover{
	color:#ffae11;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main h5{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #484848;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main p{
	font-style:italic;
	padding-left: 10px;
	padding-right: 10px;
}
.lr_index_bog_slider_wrapper{
	float:left;
	width:100%;
}
.lr_index_bog_slider_wrapper button.owl-dot {
	border:0px solid #000;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.lr_index_bog_slider_wrapper  .owl-theme .owl-dots{
	/* display:none; */
}
.lr_index_bog_slider_wrapper .owl-theme .owl-nav {
	display:none;
}
/*-- partner section start--*/
/*********------------partner wrapper--------**************/
.partner_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:70px;
	background-color:#ffffff;
}
.partner_slider_img{
	float:left;
	width:100%;
}
.partner_slider_img button.owl-dot {
	border:0px solid #000;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.partner_slider_img .owl-theme .owl-dots .owl-dot {
    /*display: none;*/
}
.partner_slider_img .item{
	width:100%;
	display:inline-block;
}
.partner_slider_img .owl-carousel .owl-item img {
	display: block;
	width:80%;
	margin:auto;
	text-align:center;
}
.partner_slider_img .owl-theme .owl-nav {
	display:none;
}
.ww li a{
	margin-top:0;
}
/*-- partner section end--*/

/*-- footer section start--*/
.footer_section{
	float:left;
	width:100%;
	background:#132231;
	padding-bottom:100px;
}
.edu_footer_wrapper{
	padding-top:100px;
}
.edu_footer_wrapper p{
	font-size:14px;
	color:#7b7b7b;
	padding-top:38px;
	line-height: 24px;
}
.edu_footer_wrapper h6{
	font-size:14px;
	color:#7b7b7b;
	line-height: 24px;
	padding-top:10px;
}
.edu_footer img {
	max-height:220px;
	margin:auto;
}
.footer-widget.widget_recent_entries {}
.footer-widget.widget_recent_entries .media1, .footer-widget.widget_recent_entries .media2{
	margin-top: 20px;
	padding-bottom: 15px;
}
.media1{
	padding-top:10px;
}
.footer-widget.widget_recent_entries .media1:last-of-type, .footer-widget.widget_recent_entries .media2:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}
.footer-widget.widget_recent_entries  h4{
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	margin-left:15px;

}
.footer-widget.widget_recent_entries h4 a{
	text-decoration:none;
	font-size: 14px;
	line-height:24px;
	color:#7b7b7b;
	transition:all 1s;
}
.footer-widget.widget_recent_entries h4 a:hover{
	color: #53c5a7;
	transition:all 1s;
}
.footer-widget.widget_recent_entries .media-body span{
	margin-left:10px;
	font-size: 14px;
	line-height:24px;
	color:#989898;
}

@media only screen and (max-width: 767px){
	.widget_recent_entries, .contact_footer, .tags_footer{position:relative; top:30px;}
}
.widget_recent_entries h5{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.tags_footer h5{margin-top:15px;}
}
@media only screen and (max-width: 767px){
	.recent_footer h5{padding-top:20px;}	
}
@media only screen and (max-width: 280px){
	.recent_text1{padding-top:0;}
}
.tags_footer h5{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin-left:5px;
}
.tags_wrapper{
	padding-top:30px;
}
.tags_wrapper a{
	float:left;
	margin-left:5px;
	border:1px solid #7b7b7b;
	padding:5px 8px;
	border-radius:40px;
	margin-top:8px;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color:#7b7b7b;
	text-decoration:none;
}
.tags_wrapper a:hover{
	border:1px solid #53c5a7;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color:#53c5a7;
}

@media only screen and (max-width: 991px){
	.tags_footer h5, .contact_footer h5{padding-top:20px;}
}
table{
	margin-top:20px;
}
table,td{
	font-size:14px;
	padding-left:30px;
}
table,td:first-child{
	padding-left:0;
	color:#7b7b7b;
}
.add, .num{
	padding-top:10px;
}
.contact_footer a{
	text-decoration:none;
	color:#7b7b7b;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.contact_footer a:hover{
	color:#53c5a7;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.contact_footer h5{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
/*-- footer section end--*/

/*-- course section start--*/
.free_courses{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:100px;
	padding-top:100px;
}
.course_logo{
	display:inline-block;
	padding-top:100px;
}
.course_logo img{
	margin-top:-30px;
	display:inline-block;
}
.course_logo p{
	margin-top:-10px;
}
#nav_tabs li{
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	background:none;
	margin-left:10px;
}
#nav_tabs{
	margin-top:40px;
	display:inline-block;
}
#nav_tabs a{
	color:#000000;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	border:3px solid transparent;
}
#nav_tabs > li.active > a, #nav_tabs > li.active > a:hover, #nav_tabs > li.active > a:focus{
	background:transparent;
} 
#nav_tabs a:hover {
	background:none;
	color:#53c5a7;
}
#nav_tabs li:before{
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #53c5a7;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#nav_tabs li:hover:before, #nav_tabs li:focus:before, #nav_tabs li:active:before {
	left: 30px;
	right: 30px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.tab-content {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
.tab-content img{
	float:left;
	width:100%;
}

.web_tab3, .web_tab5, .web_tab7{
	display:inline-block;
}
.web_tab1, .web_tab2, .web_tab3, .web_tab4, .web_tab5, .web_tab6, .web_tab7{
	padding-top:30px;
}
.web_tab1 a, .web_tab2 a, .web_tab3 a, .web_tab4 a, .web_tab5 a, .web_tab6 a, .web_tab7 a{
	text-decoration:none;
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.web_tab1 a:hover, .web_tab2 a:hover, .web_tab3 a:hover, .web_tab4 a:hover, .web_tab5 a:hover, .web_tab6 a:hover, .web_tab7 a:hover{
	color:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.web_tab1 h4, .web_tab2 h4, .web_tab3 h4, .web_tab4 h4, .web_tab5 h4, .web_tab6 h4, .web_tab7 h4{
	float:left;
	width:100%;
	text-align:left;
	padding-top:40px;
}
.web_tab1 b, .web_tab2 b, .web_tab3 b, .web_tab4 b, .web_tab5 b, .web_tab6 b, .web_tab7 b{
	font-size:35px;
	font-family: 'Roboto', sans-serif;
	float:right;
}
.web_tab1 h6, .web_tab2 h6, .web_tab3 h6, .web_tab4 h6, .web_tab5 h6, .web_tab6 h6, .web_tab7 h6{
	float:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color: #686868;
	margin-right:15px;
}
.web_tab1 h5, .web_tab2 h5, .web_tab3 h5, .web_tab4 h5, .web_tab5 h5, .web_tab6 h5, .web_tab7 h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height: 26px;
	float:left;
	margin-top:-6px;
	color: #686868;
	padding-right: 155px;
}
@media only screen and (max-width: 1200px){
	.web_tab1 h6, .web_tab2 h6, .web_tab3 h6, .web_tab4 h6, .web_tab5 h6, .web_tab6 h6, .web_tab7 h6{float:none; text-align:left;}
}
.web_tab1 p, .web_tab2 p, .web_tab3 p, .web_tab4 p, .web_tab5 p, .web_tab6 p, .web_tab7 p{
	text-align:left;
	float:left;
	width:100%;
	padding-top:15px;
}
.web_tab1 i, .web_tab2 i, .web_tab3 i, .web_tab4 i, .web_tab5 i, .web_tab6 i, .web_tab7 i{
	color:#cfcfcf;
}
.course_btn{
	float:left;
}
.select_btn_2{
	top:20px;
	padding-bottom:0;
}
/*-- course section end--*/
/*-- course_search_sec start --*/
.course_search{
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
	background: url(../../assets/image/course_search.jpg) 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
	position: relative;
}
.course_search_overlay{
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	background: rgba(24, 34, 43, 0.9);
}
.course_search_heading{
	display:inline-block;
}
.course_search_heading h1{
	font-family: 'Roboto', sans-serif;
	font-size:50px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	padding-top:70px;
}
.course_search_heading p{
	font-size:20px;
	color:#fff;
}
.course_select_box select{
	width:100%;
	height:55px;
	padding-left:28px;
	margin-top:20px;
	outline:none;
}
.join li a{
	float:left;
	height:55px;
	line-height:55px;
}
.join li a:hover {
    background: #29987b;
}
.course_serach_box input{
	width:100%;
	height:55px;
	margin-top:20px;
	font-size:16px;
	color: #686868;
	padding-left:28px;
}
.course_button{
	padding-left:0;
}
.course_search_btn button{
	float: left;
	width:100%;
	height:65px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	line-height:10px;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin-top:50px;
}
.course_search_btn button{
	padding: 1.2em 2em;
	color: #fff;
	background: #41c75b;
	overflow: hidden;
}
.course_search_btn button::before{
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #24aa3e;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.course_search_btn button > span{
	vertical-align: middle;
	padding-left: 0.75em;
}
.course_search_btn button:hover::before{
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
@media only screen and (max-width: 991px){
	.course_search_btn_wrapper{text-align:center;}
	.course_search_btn button{width:195px;}
	.course_search_btn{display:inline-block;}
}
@media only screen and (max-width: 1200px) and (min-width: 991px){
}
/*-- course_search_sec end --*/
.features_list_wrapper{
	float: left;
	width: 100%;
	padding-top: 100px;
	background: url(../../assets/image/flexslider_bg.jpg) 50% 0 repeat-y;
	background-position: center 0;
	background-size: cover;
	position: relative;
}
.features_list_img_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.features_list_img_wrapper img{
	display:inline-block;
}
.text_wrapper_list{
	padding-top: 85px;
	padding-bottom: 60px;
	color: #fff;
}
.text_wrapper_list h2{
	color: #fff;
	font-size: 36px;
	font-weight:700;
	text-transform: uppercase;
}
.text_wrapper_list p{
	font-size: 16px;
}
.text_wrapper_left{
	float: left;
	width: 100%;
}
.text_wrapper_right{
	float: left;
	width: 100%;
}
.text_wrapper_right h4, .text_wrapper_right p{
	text-align:left;
}
.text_wrapper_left h4, .text_wrapper_left p{
	text-align:right;
}
.icon_content_right, .icon_content_left {
	font-size: 20px;
	color: #999;
	float:left;
	width:calc(100% - 80px);
	display:inline-block;
}
.icon_content_right{
	padding-left:30px;
}
.icon_content_left{
	padding-right:30px;
}
.icon_img_effect{
	text-align: center;
	float: left;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 82px;
	border: 2px solid transparent;
}
.icon_wrapper_list:hover .icon_img_effect{
	border: 2px solid #53c5a7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_img_list{
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size: 20px;
	color: #fff;
	background: #53c5a7;
}
.icon_wrapper_list{
	text-align:center;
	padding-top:30px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list:hover h4 a{
	color: #53c5a7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list h4 a{
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_wrapper_list p{
	margin-top: 20px;
	color:#c5c5c5;
}

/* features_list_wrapper end*/

/*call_to_action start*/

.call_to_action {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #53c5a7;
	position:relative;
}
.call_to_action .callout_content {
	float: left;
	width: 100%;
	text-align:center;
}
.call_to_action:after {
	content: '';
	position: absolute;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #53c5a7;
	left: 48%;
	bottom: -30px;
}
.callout_content h2 {
	color: #fff;
	font-size: 30px;
}

/*call_to_action end*/


/*pricing_section start*/

.pricing_section{
	float:left;
	width:100%;
	padding-top: 50px;
	padding-bottom: 100px;
}
.pricing_section .pricing-table-default {
	border: 1px solid #f7f7f7;
	border-radius:5px;
	margin-top: 30px;
	background: #f7f7f7;
	-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-head h3 {
	font-size: 24px;
	color: #111111;
	padding: 30px 40px;
	margin: 0px;
}
.pricing_section .pricing-head .price {
	width: 120px;
	height: 120px;
	background: #53c5a7;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 27px;
	-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-head .price .ruppe{
	font-size: 30px;
	line-height: 50px;
	display: block;
}
.pricing_section .pricing-head .price .month{
	font-size: 14px;
	line-height: 0;
	display: block;
}
.pricing_section .pricing-head .price .ruppe sup {
	font-size: 20px;
	font-weight: 300;
	top: -9px;
}
.pricing_section .pricing-detail {
	margin: 52px 0px;
	text-align: center;
}

/*pricing list*/

.pricing_section .pricing-list li {
	display: block;
	padding: 7px 0;
	color:#999999;
}
.pricing_section .pricing-list li:first-child {
	padding-top: 16px;
}
.pricing_section .pricing-list li:last-child {
	padding: 12px 0 0;
}
.pricing_section .pricing-table-default .btn {
	border: 0;
	padding: 15px 40px;
	text-transform: uppercase;
	background: #fff;
	color: #999;
	margin-top: 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;
}
.pricing_section .pricing-table-default:hover {
	background:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ss{
	padding-left:30px;
}
.ss h4, .ss p{
	text-align:left;
}
.pricing_section .pricing-table-default:hover .price  {
	background:#fff;
	color:#53c5a7;
	-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:hover h3{
	color:#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 .pricing-table-default:hover li{
	color:#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*/
/*-- bottom footer section start--*/
.bottom_footer{
	float:left;
	width:100%;
	background:#131f2b;
	padding-top:25px;
	padding-bottom:10px;
}
.left_sec a{
	color:#53c5a7;
}
.right_sec ul{
	list-style:none;
	padding:0;
	float:right;
}
.right_sec li{
	float:left;
	margin-left:20px;
	font-size:14px;
	font-family: 'Source Sans Pro', sans-serif;
}
.right_sec a{
	text-decoration:none;
	color:#7b7b7b;
	text-transform:none;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.right_sec a:hover{
	color:#53c5a7;
	transition:all 1s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
@media only screen and (max-width: 991px){
	.bottom_footer{text-align:center;}
	.right_sec{display:inline-block;}
}
/*-- bottom footer section end--*/
/*-- header title section css--*/
.in_text_tittle{
	background: url('../../assets/image/background/header_bg.jpg') 50% 0 repeat-y;
	background-color:rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -9999;
	background-position: center 0;
	overflow: hidden;
	background-size: cover;
	float: left;
	margin-top: 0px; /*-62*/
}
.in_text_overlay{
	background:rgba(19, 34, 49, 0.9);
	padding-top: 80px;
	padding-bottom: 23px;
}
.in_text_tittle_wrapper h3{
	font-size: 40px;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
	font-weight: 600;
}
.in_text_menu{
	background-color:rgba(0, 0, 0, .4);
}
.in_text_menu ul{
	padding:0;
	float:left;
	list-style:none;
}
.in_text_menu li{
	float:left;
	padding-top:0px;
	margin-right:10px;
	color:#53c5a7;
}
.in_text_menu img{
	display:inline-block;
}
.in_text_menu a{
	text-decoration:none;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
@media only screen and (max-width: 991px){
	.in_text_tittle{text-align:center;}
	.in_text_tittle_wrapper h3{display:inline-block; padding-top:40px; padding-bottom:10px;}
	.in_text_menu{display:inline-block;}
	.in_text_menu li{padding-top:0; padding-bottom:40px;}
}
/*********-----about wrapper css-------**********/
.about_course{
	float:left;
	width:100%;
	padding-top:90px;
}
.about_tittle_heading p{
	float:left;
	padding-top:20px;
}
.online_course_box, .online_course_box2{
	width:70px;
	height:70px;
	background:#53c5a7;
	text-align:center;
	float:left;
	margin-top: 50px;

}
.online_course_text, .online_course_text2{
	float:left;
	width: calc(100% - 30%);
	margin-top:40px;
	margin-left: 20px;
}
.online_course_box i, .online_course_box2 i{
	font-size:30px;
	color:#fff;
	padding-top: 19px;
}
.online_course_text h4, .online_course_text2 h4{
	font-size:18px;
	color:#262626;
}
.online_course_text a, .online_course_text2 a{
	text-decoration:none;
	color:#262626;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.online_course_text a:hover, .online_course_text2 a:hover{
	color:#53c5a7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}	
@media only screen and (max-width: 376px){
	.online_course_text, .online_course_text2{margin-left:10px;}
}
@media only screen and (max-width: 343px){
	.online_course_text, .online_course_text2{margin-left:0; margin-top:20px;}
}
/*-- work_sec start--*/
.work_sec{
	text-align:center;
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:50px;
	background:#f7f7f7;
}
.work_sec_heading h3{
	display:inline-block;
	text-transform:uppercase;
	padding-top:107px;
}
.work_sec_logo img{
	display:inline-block;
	margin-top: -35px;
}
.work_sec_logo p{
	margin-top:-20px;
}
.box_search, .select_course_box, .join_box{
	width:86px;
	height:86px;
	background:#53c5a7;
	display:inline-block;
	margin-top:50px;
	margin-left:5px;
}
.box_search:after, .select_course_box:after{
	content:"";
	border:1px solid #cfcfcf;
	width:100px;
	display:block;
	margin-left:166px;
	margin-top:-45px;	
}
@media only screen and (max-width: 991px){
	.box_search:after, .select_course_box:after{display:none;}
	.arrow{display:none !important;}
}
.box_search i, .select_course_box i, .join_box i{
	color:#fff;
	font-size: 30px;
	line-height: 86px;
}
.box_search_heading h4, .select_course_heading h4, .join_heading h4{
	font-size:20px;
	padding-top:40px;
	font-weight:600;
}
.box_search_heading p, .select_course_heading p, .join_heading p{
	padding-top:8px;
}
.box_search_btn, .select_course_btn, .join_btn{
	display:inline-block;
}
.box_search_btn button, .select_course_btn button, .join_btn button {
	float: left;
	width:140px;
	height:40px;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	line-height:10px;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.box_search_btn button, .select_course_btn button, .join_btn button {
	padding: 1.2em 2em;
	color: #fff;
	background: #53c5a7;
	overflow: hidden;
}
.box_search_btn button::before, .select_course_btn button::before, .join_btn button::before{
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #24aa3e;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.box_search_btn button > span, .select_course_btn button > span, .join_btn  button > span{
	vertical-align: middle;
	padding-left: 0.75em;
}
.box_search_btn button:hover::before, .select_course_btn  button:hover::before, .join_btn button:hover::before{
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.arrow{
	width:10px;
	height:10px;
	border:2px solid #cfcfcf;
	display:inline-block;
	border-left:0;
	border-bottom:0;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	position: relative;
	left:166px;
	top:-7px;
}
/*-- work_sec end--*/
/********-------sw project wrapper css-----**********/
.sw_project_wrapper{
	float:left;
	width:100%;
	padding-bottom:50px;
	padding-top:90px;
	background:#f9f9f9;
} 
.project_pdr_btm{
	padding-bottom:30px;
}
.sw_project_wrapper .row{
	margin-bottom:0;
}
.gallery-area {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top:30px
}
.galler_2_btm_section {
	float: left;
	width: 100%;
}
.galery_2_wraper{
	padding-bottom:40px;
}
.galery_2_wraper ul {
	display: inline-block;
}
.galery_2_wraper ul li {
	float: left;
	margin-right: 20px;
	padding: 0 10px 0 10px;
}
.gallery-area .gallery-list {
	position: relative;
	overflow: hidden;
}
.tab_img_overlay a {
	font-size: 18px;
	color: #142533;
	text-align:center;
	opacity: 0;
	-webkit-filter: blur(70px);
	filter: blur(70px);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.tab_img_overlay i{
	width: 50px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	line-height: 53px;
	border-radius: 100%;
	font-size: 18px;
	margin-top: 10px;
}
.gallery-area .gallery-list .sp_img_box_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 600px;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.gallery-area .gallery-list:hover .sp_img_box_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	background: -webkit-linear-gradient(top, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	background: linear-gradient(to bottom, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.gallery-area .gallery-list:hover .sp_img_index_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	background: -webkit-linear-gradient(top, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	background: linear-gradient(to bottom, rgba(51, 122, 183, 0.1) 1%, #3b7364    100%);
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}
.gallery-area .portfolio-nav ul li {
	color: #132231;
	font-weight: 600;
	font-size:14px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	background: transparent;
	border-radius: 50px;
	padding: 8px 20px 8px 20px;
}
.galery_hover_div:hover {
	color: #3c90cd;
	box-shadow:0px 8px 20px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.galery_hover_div .portfolio-nav ul li:hover {
	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;
}
.tab_img_overlay{
	float:left;
	width:100%;
	text-align:center;
	display:inline-block;
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	margin:0px auto;
	top:25%;
}
.galery_hover_div:hover .gallery-area .active {
	background: #fbfbfb;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-nav ul li:hover{
	background: #fff;
	transition: all 0.5s;
}
.portfolio-nav ul li.is-checked{
	background: #fff;
	color: #53c5a7;
	box-shadow:0px 8px 20px rgba(0, 0, 0, 0.08);
}
.gallery-area .gallery-list img{
	width:100%;
}
.tab_img_overlay h1 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	text-align:center;
	opacity: 0;
	padding-top:10px;
	-webkit-filter: blur(70px);
	filter: blur(70px);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.gallery-area .gallery-list:hover .tab_img_overlay h1 {
	opacity: 1;
	color: #fff;
	z-index: 10;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.7s;
}
.tab_img_overlay p {
	color: #fcf05a;
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	text-align:center;
	opacity: 0;
	-webkit-filter: blur(70px);
	filter: blur(70px);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.gallery-area .gallery-list:hover .tab_img_overlay P {
	opacity: 1;
	color: #fcf05a;
	z-index: 10;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.7s;
}
.gallery-area .gallery-list:hover .tab_img_overlay a {
	opacity: 1;
	z-index: 10;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.7s;
}
.pd_full{
	float:left;
	width:20%;
}
.gallery_btn ul{
	display:inline-block;
	float:none;
}
.gallery_btn{
	text-align:center;
	float:none;
	display:block;
}
/*******------contact us page wrapper-----******/
#map {
    width: 100%;
    float: left;
    height: 600px;
}
.contact_us_page_wrapper {
    background: url(../../assets/image/background/counter_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cnt_page_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(24, 34, 43, 0.9);
}
.cnt_icon_wrapper {
    background: #fff;
    float: left;
	width:95%;
    border: 2px solid #fff;
}
.cnt-icon-img {
    float: left;
    margin-left: -30px;
    margin-top: 50px;
}
.cnt-icon-img i {
    width: 60px;
    height: 60px;
    background: #53c5a7;
    color: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
}
.cnt-icon-content {
   float: left;
    padding: 50px;
    width: 100%;
    position: relative;
    margin-top: -87px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 49px;
    padding-top: 34px;
}
.cnt-icon-content p a {
    color: #707070;
}
.cnt-icon-content p a:hover {
    color: #53c5a7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cnt_icon_wrapper:hover {
    border: 2px solid #53c5a7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cnt_icon_wrapper:hover .cnt-icon-img i {
    background: #f3f3f3;
    color: #53c5a7;
    border: 2px solid #53c5a7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sp_fm_contact_section {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sp_fm_contact_section h2 {
    color: #111;
}
.contact_form_section .form-group {
    margin-bottom: 10px;
}
.contact_form_section h4 {
    font-size: 32px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact_form_section p{
	margin-top:15px;
	margin-bottom:30px;
}
.contact_section_hours {
    float: left;
    width: 100%;
    background: #53c5a7;
    padding: 55px;
}
.contact_section_hours h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 30px;
}
.contact_section_hours p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.contact_section_hours .working-hours li {
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
    margin-bottom: 5px;
}
.contact_section_hours .working-hours li span {
    float: right;
    color: #fff;
}
.contact_form_section {
    float: left;
    width: 100%;
    background: #fafafa;
    border: 1px solid #cccccc;
    padding: 50px;
}
.contact_form_section input,
.contact_form_section textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 15px 15px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    border-radius: 0;
    box-shadow: none;
    -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_form_section input:hover,
.contact_form_section textarea:hover {
    border: 1px solid #53c5a7;
    -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_form_section textarea {
    height: auto;
    resize: none;
}
.contact_form_section .form-group {
    margin-bottom: 25px;
}
.contact_form_section input::placeholder,
.contact_form_section textarea::placeholder {
    color: #8c8c8c;
}
.contact_form_section .form-control:focus {
    color: #999;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #53c5a7;
}
.inquiry_section-pos,
.inquiry_section-e,
.inquiry_section-m,
.inquiry_section-p {
    position: relative;
}
.inquiry_section .cntct_btn button .btn {
    margin: 0 auto;
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 50px !important;
    color: #111;
    text-transform: none;
    background: #53c5a7;
    border: 2px solid #53c5a7;
    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;
}
.cntct_2_btn_wrapper button {
    width: 170px;
    height: 50px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    background: #53c5a7;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.cntct_2_btn_wrapper{
	margin-top:8px;
}
.cntct_2_btn_wrapper button:hover {
    background: #132231;
    border: 2px solid #132231;
	color:#fff;
	box-shadow:3px 5px 20px rgba(44, 65, 108, 0.5);
    -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.focus, .btn:focus, .btn:hover{
	outline:none;
}
/* contact_section_hours end */
/********----------responsive css start--------**********/
/*********************991 & 1199 start******************/
@media (min-width: 992px) and (max-width: 1199px){
	.appointmnt_wrapper{margin-top:0;}
	.appoint_btn li a{
		width:220px;
	}
	.top_header_add ul li{
		margin-right:25px;
	}
	#nav_filter li a{
		padding:8px 15px;
	}
	.course_section{
		margin-top:-160px;
	}
	.about_course{
		padding-bottom:50px;
	}
	.ed_icon_wrapper{
		padding-top:20px;
	}
	.online_course_box, .online_course_box2{
		margin-top:13px;
	}
	.online_course_text, .online_course_text2{
		margin-top:12px;
	}
	.contact_section_hours{
		margin-top:100px;
	}
	.tab_img_overlay{
		top:21%;
	}
	#nav_tabs a{
		font-size:15px;
	}
	.select_sec1{
		padding-left:15px;
	}
	.select_box select{
		margin-top:30px;
	}
	.dd{
		padding-right:25px;
	}
	.select_btn{
		padding-bottom:60px;
	}
	
}
@media (max-width: 1024px){
	.menu_wrapper{
		width:100%;
		margin-left:0;
	}
}
/*********----------991 responsive css-------**********/
@media (max-width: 991px){
	.right_side_main_warpper{
		line-height:0; text-align:center;
		margin-top:-40px;
	}
	.top_header_add {
		float: none;
		text-align: center;
	}
	.top_header_add ul{
		float: none;
		display:inline-block;
		width:auto;
	}
	.appoint_btn li a{
		font-size:13px;
	}
	.md_right_side_warpper {
		float: none;
		line-height: 4;
		display: inline-block;
	}
	.md_logo{
		text-align:center; padding-bottom:10px;
	}
	.md_share_info_wrapper{
		float:none; display:inline-block;
	}
	.appointmnt_wrapper{margin-top:-64px;}
	.appoint_btn li a{
		width:210px;
	}
	.dd{
		padding-right:25px;
	}
	.feature_wrapper{
		padding-bottom:80px;
	}
	.select_sec1 {
		padding-left: 15px;
	}
	.widget_recent_entries{
		padding-bottom:20px;
	}
	.about_tittle_heading h3{
		padding-top:30px;
	}
	.course_sec_img_wrapper{
		text-align:center;
	}
	.course_sec_img img{
		display:inline-block;
	}
	#nav_tabs a{
		font-size:15px;
	}
	.sd{
		margin-top:40px;
	}
	.course_sec_img{
		display:none;
	}
	.online_course_box, .online_course_box2{
		margin-top:40px;
	}
	.about_course{
		padding-bottom:70px;
	}
	.box_search, .select_course_box, .join_box{
		margin-top:30px;
	}
	.contact_section_hours{
		margin-top:100px;
	}
	.cnt_icon_wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 15px;
}
.cnt-icon-img {
    float: none;
    margin-left: 0;
    text-align: center;
	margin-top:20px;
}
.cnt-icon-content {
    text-align: center;
    width: 100%;
    padding: 20px 0 20px 0;
	padding-bottom:15px;
	margin-top:0;
}
.contact_us_page_wrapper{
	padding-top:100px;
}
	
}

/*********----------768 responsive css-------**********/
@media (min-width: 768px) and (max-width: 991px){

}

/*********----------767 responsive css-------**********/
@media (max-width: 767px){
	#return-to-top {
		margin-top: -150px;
	}
	.top_header_wrapper{
		display:none;
	}
	.menu_top_wrapper{
		padding-top:10px; padding-bottom:10px;
	}
	.appoint_btn li a{
		width:230px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	.menu_wrapper:before{
		display:none;
	}
	.menu_wrapper:after{
		display:none;
	}
	.md_header_wrapper{
		border-bottom:0;
	}
	.rp_mobail_menu_main_wrapper{
		padding-top:15px;
		padding-bottom:15px;
	}
	.md_share_info_wrapper{
		margin-bottom:-11px;
	}
	.course_section{
		margin-top:-210px;
	}
	.slider_area .tparrows{
		top:39% !important;
	}
	.team_box_Wrapper, .parceiros_box_Wrapper{
		border:0;
	}
	.team_wrapper_img, .team_wrapper_cntnt p{
		float:left;
		width:100%;
		text-align:center;
	}
	.team_wrapper_cntnt{
		text-align:center;
		width:100%;
		background:#f1f1f1;
	}
	.social_links{
		float:none;
		text-align:center;
	}
	.social_links ul{
		display:inline-block;
	}
	.team_box_Wrapper:hover, .parceiros_box_Wrapper:hover{
		border:0;
	}
	.tab_img_overlay{
		top:30%;
	}
	.select_sec1, .dd, .select_sec4{
		padding-right:30px;
	}

}
/*********----------480 responsive css-------**********/
@media (max-width: 480px){
	.appointmnt_wrapper{
		margin-top:-68px; 
		}
	.top_header_add {line-height:3;}
	.appoint_btn li a{
		width:200px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	.md_share_info_wrapper ul li{margin-left:0;}
	.course_section{
		margin-top:-230px;
	}
}

@media (max-width: 690px){

}

@media (max-width: 650px) and (min-width: 580px){

	}

/*********------------481 $ 766 css-------*************/
@media (min-width: 481px) and (max-width: 766px){
	.appointmnt_wrapper{
		margin-top:-68px;
	}
	.top_header_add {
		line-height:3;
	}
	.appoint_btn li a{
		width:200px;
	}
	
}

@media (max-width: 390px){
	#toggle {
		padding-top: 4px;
	}
	.ed_text_wrapper_heading h2{
		font-size:32px;
	}
	.team_logo h3{
		font-size:32px;
	}
	.online_course_text, .online_course_text2{
		width:100%;
		margin-left:0;
		margin-top:20px;
	}
	.tab_img_overlay {
		top: 21%;
	}
	.contact_form_section h4{
		line-height:30px;
	}
	.contact_form_section, .contact_section_hours{
		padding:25px;
	}
}

/*********----------320 responsive css-------**********/
@media (max-width: 320px){
	.md_share_info_wrapper ul li{
		margin-left:0px;
	}
	.appoint_btn li a{
		width:180px;
	}
	.middle_header_wrapper{
		padding-top:10px; padding-bottom:0px;
	}
	#return-to-top{
		margin-right: 0;
		margin-top: -207px;
	}
	.tab_img_overlay {
		top: 21%;
	}
	
}
/**********------321 $480 css---------**********/
@media (min-width: 321px) and (max-width: 480px){
}
















































































/* --------------------------------------
LIST STYLE
------------------------------------------*/
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* text_wrapper start*/

.text_wrapper{
	width:100%;
	float:left;
	padding-bottom:100px;
	padding-top:100px;
}
.text_wrapper_content{
	width:100%;
	float:left;
}
.text_wrapper_content h3{
	font-size:40px;
	padding-bottom:30px;
}

/* text_wrapper end*/


/*   header start */

.top-bar {
    background-color: #53c5a8;
	color:#fff;
}
.top-bar a{
	color:#fff;
	line-height: 0;
}
.contact_info_wrapper{
	float:left;
	position:relative;
}
.contact_info_wrapper:before{
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:0;
}
.contact_number_wrapper{
	position:relative;
}
.contact_number_wrapper:before{
	 content: '';
    border: 1px solid  rgba(255, 255, 255, 0.18);
    height:50px;
    position: absolute;
    top: 0;
    left:-10px;
}
.signin_wrapper{
	position:relative;
	background:#119c79;
}
.contact_info_wrapper ul li{
	float:left;
	margin-right:20px;
}
.contact_info_wrapper ul li:last-child{
	margin-right:0px;
}
.contact_info_wrapper ul li,.signin_and_social_icon_wrapper ul li{
	padding:15px 20px;
}
.contact_info_wrapper ul li a i{
	margin-right:10px;
}
.signin_and_social_icon_wrapper{
	float:right;
	position:relative;
}
.signin_and_social_icon_wrapper ul li{
	float:left;
}
.social_icon_wrapper ul li{
	float:left;
	margin-right:15px;
	padding:0;
}
.social_icon_wrapper ul li a{
    font-size: 20px;
	color:#119c79;
}
.social_icon_wrapper ul li a:hover{
	color:#fff;
}
.signin_wrapper{
	float:left;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.signin_wrapper a i{
	margin-right:10px;
}
.signin_wrapper:hover{
	background:#2ba082;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.signin_wrapper .dropdown-menu .signin_dropdown{
	float:left;
	width: 350px;
	padding:30px 50px;
}
.signin_wrapper .signin_dropdown a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
	padding: 6px 25px;
    line-height: 36px;
	margin-bottom:20px;
	text-align:left;
	border-radius:5px;
    background: #119c78;
    font-size: 16px;
    border: 1px solid #119c78;
}
.signin_wrapper .signin_dropdown a.btn:hover {
   background-color: #2ba082;
   border-color: #2ba082;
}
.signin_wrapper .signin_dropdown a.span{
	float:left;
}
.signin_wrapper .dropdown-menu .signin_dropdown a i{
	float:right;
	margin:0;
	line-height: 35px;
}
.signin_wrapper .signin_dropdown a.google-plus{
    background: #db4c3e;
    border: 1px solid #db4c3e;
}
.signin_wrapper .signin_dropdown a.google-plus:hover{
    background: #bd4033;
    border-color:#bd4033;
}
.signin_wrapper .signin_dropdown h2 {
    font-size: 18px;
	font-weight:500;
	margin-bottom:20px;
	color:#111;
    line-height: 20px;
    text-transform: uppercase;
	text-align:center;
    position: relative;
}
.signin_wrapper .signin_dropdown h2::before, .signin_dropdown h2::after {
    content: "";
    background: #e4e4e4;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
}
.signin_wrapper .signin_dropdown h2::before {
    right: 60%;
}
.signin_wrapper .signin_dropdown h2::after {
    left: 60%;
}
.signin_wrapper .signin_dropdown .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #fafafa;
    border-radius: 3px;
    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;
   background-color: #fafafa;
}
.signin_wrapper .signin_dropdown textarea.form-control{
	height:auto;
	resize:none;
}
.signin_wrapper .signin_dropdown input::placeholder, .signin_dropdown textarea::placeholder {
  color: #999;
}
.signin_wrapper .signin_dropdown .form-control:focus {
	color: #999;
	background-color: fafafa;
	border: 1px solid #53c5a8 !important;	
}
.formsix-pos,.formsix-e{
	position: relative;
}
.form-group.i-password:after, .form-group.i-email:after{
    position: absolute;
    top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}
.signin_dropdown .form-group.i-email:after{
	content: "\f0e0";
	right: 25px;
}
.signin_dropdown .form-group.i-password:after{
	content: "\f09c";
	right: 25px;
}
.remember_box{
	margin-top:20px;
	margin-bottom:20px;
	color:#999;
}
.remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
	margin:0;
}
.remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #999;
}
.remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.remember_box .forget_password{
	float:right;
	color:#db4c3e;
	line-height:12px;
	text-decoration:underline;
}
.remember_box .forget_password:hover{
	background:#fff;
}
.login_wrapper{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e4e4e4;
}
.signin_wrapper .login_wrapper a.login_btn {
   text-align:center;
   text-transform:uppercase;
   margin-bottom:15px;
}
.login_wrapper a.login_btn:hover {
    background-color: #2ba082;
    border-color: #2ba082;
}
.sign_up_message p{
	font-size:16px;
}
.sign_up_message a{
	color:#119c78;
}
.signin_wrapper .dropdown-menu li .sign_up_message a{
	display: inline-block;
    padding: 0;
    color: #119c78;
	font-size:16px;
}
.signin_wrapper .dropdown-menu li .sign_up_message a:hover{
	background:#fff;
}

.main_menu_wrapper{
	float:left;
	width:100%;
}



/*Navigation*/

@media (min-width: 768px) {

  .navbar-default {
    border: 0;
    border-radius: 0;
  }
  .navbar-right .dropdown-menu {
    right: auto;
  }  
  .mega-menu .nav .cart_dropdown_wrapper, 
  .mega-menu .nav .shop_dropdown_wrapper,
  .mega-menu .nav .blog_dropdown_wrapper
  {
	  position: relative;
  }
  .navbar-right .cart_dropdown_wrapper .dropdown-menu{
	right: 0;
  } 
  .navbar-right .shop_dropdown_wrapper .dropdown-menu {
	right: 0;
  }
  .navbar-right .blog_dropdown_wrapper .dropdown-menu {
	right: 0;
	left: auto;
  }
  .signin_wrapper .dropdown-menu {
	right: 0;
	left:auto;
	border:0;
	box-shadow: 0 6px 12px rgba(0,0,0,.100);
  }
  .navbar-brand {
	padding: 20px 6px;
  }
  .navbar-brand img {
  	max-height: 60px;
  }
 
}

.navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav>li>a {
  padding: 40px 16px;
  color: #444;
  font-size:14px;
  font-weight:600;
  line-height: 20px;
  text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #119c78;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #119c78;
  background-color: transparent;
}



/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  min-width: 220px;
  padding: 3px 0;
  border:0;
  background-color: #fff;
  border-top:4px solid #119c78;
  border-radius:0;
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
   box-shadow: 0 6px 12px rgba(0,0,0,.100);
}
.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
}
.dropdown-menu li a {
  display: block;
  padding:5px 20px;
  font-size:14px;
  font-weight:400;
  line-height: 30px;
  color: #666;
}
.dropdown-menu li a:hover, 
.dropdown-menu>li>a:focus {
  color: #119c78;
  background-color: #f5f5f5;
}
.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -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;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #119c78;
  background-color: transparent;
}
.dropdown .dropdown-menu li .dropdown-menu-right{
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3px 0;
    background-color: #fff;
    border-top:3px solid #119c78;
	border-radius:0;
	-o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
	box-shadow: 0 6px 12px rgba(0,0,0,.100);
	top:0;
	left:100%;
	right:auto;
	min-width:210px;
}
.dropdown .dropdown-menu li .dropdown-menu-left{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3px 0;
    background-color: #fff;
    border-top: 3px solid #119c78;
    border-radius: 0;
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.100);
    box-shadow: 0 6px 12px rgba(0,0,0,.100);
    top: 0;
    left: auto;
    right: 100%;
    min-width: 250px;
}
.dropdown .dropdown-menu li .dropdown-menu-right li a,
.dropdown .dropdown-menu li .dropdown-menu-left li a{
	padding:5px 20px;
	font-size:14px;
	font-weight:400;
}
.dropdown .dropdown-menu li:hover > .dropdown-menu-right,
.dropdown .dropdown-menu li:hover > .dropdown-menu-left
{
	display:block;
}
.dropdown .dropdown-menu li {
    position: relative;
}
.dropdown .dropdown-menu li a i {
    margin-right:20px;
}
.dropdown .dropdown-menu li a span i {
    position: absolute;
    right: 10px;
	top:14px;
}
.dropdown-menu li a .new{
	padding:3px;
    text-align: center;
    background: rgba(227, 69, 69, 0.8);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
	margin-left:10px;
}

/*mega-menu*/

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
  position: static;
}
.mega-menu .container {
  position: relative;
}
.mega-menu .dropdown-menu {
  left: auto;
}
.mega-menu .m-menu-content {}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
.m-menu-content ul {
  border-right: 1px solid #f5f5f5;
  padding: 20px;
}
.m-menu-content ul:last-of-type {
  border-right: 0;
}


/*navbar-toggle*/

.navbar-toggle {
  margin-top:28px;
  border-radius: 5px;
  position:absolute;
  right:0;
  border-color:#ddd;
}
.navbar-toggle .icon-bar{
	background-color: #888;
}
.navbar-toggle:focus, 
.navbar-toggle:hover {
    background-color: #119c78;
    border-color: transparent;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:active .icon-bar,
.navbar-toggle:focus .icon-bar  {
  background-color: #fff;
}
.lv_search_bar{
    float: right;
    width: auto;
    text-align: center;
    padding: 38px 15px;
    color: #444;
    font-size: 16px;
    cursor: pointer;
}
.lv_search_box{
    position: absolute;
	width: 270px;
    top: 100%;
    padding: 20px;
	font-size: 16px;
    display: inline-block;
	border-top: 4px solid #119c78;
    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;
	color:#111111;
    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: #fff;
	color: #119c78;
    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:#53c5a8;
	border-color:#53c5a8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sidebar_search {
    border: 1px solid #f2f2f2;
}
.sidebar_search input{
	float: left;
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000000;
    border: none;
    border-radius: 0;
	outline: none;
}
.sidebar_search button {
    width: 45px;
    height: 50px;
    border: 1px solid transparent;
    background-color: transparent;
	color: #888;
	font-size: 15px;
    position: relative;
    right: 3px;
    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;
}

/*cart-dropdown*/

.cart-dropdown{
  width: 350px;
}
.cart-dropdown .media {
  margin-top: 0;
  position: relative;
}
.cart-dropdown .media-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 40px;
}
.cart-dropdown .media>.media-left{
    padding-right: 30px;
}
.cart-dropdown .media-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-dropdown .quantity, 
.cart-dropdown .price  {
  font-size: 16px;
}
.cart-dropdown .quantity{
	float: left;
    width: 20px;
    height: 20px;
    background: #f7f7f7;
    color: #999;
    line-height: 20px;
    text-align: center;
}
.cart-dropdown .price {
  color: #119c78;
  margin-left:20px;
  font-weight:600;
}
.cart-dropdown .close i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  border: 1px solid #A59F9F;
  border-radius: 50%;
  color: #B5B0B0;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 30px;
}
.cart-dropdown .total {
  padding: 20px 40px;
  text-transform: capitalize;
}
.cart-dropdown .total a.btn{
  position: relative;
  top: -25px;
  color: #fff;
  width:160px;
  height:50px;
  line-height:38px;
  text-align:center;
  background: #119c78;
  text-transform: uppercase;
  font-weight:600;
  font-size: 14px;
  border:1px solid #119c78;
}
.cart-dropdown .total a.btn:hover{
  background-color: #2ba082;
  border-color: #2ba082;
}
.cart-dropdown .total .total_price{
  margin-top:0;
  color: #119c78;
  font-weight: 600;
}
.cart-dropdown .total .total_item{
	font-size:12px;
	color: #999;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#cart-badge {
    font-size: 10px;
    background: #eb6d6d;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    position: absolute;
	right: 5px;
    top: 34px;
}

/*cart Dropdown Menu end */

.menu_fixed{
	position:fixed;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px -10px;
    box-shadow: 0px 0px 25px -10px;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
}

/* mobail_menu_main */

.mobail_menu_main{
	float:left;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #53c5a8;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #888;
    cursor: pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight:500;
  border:1px solid #f2f2f2;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #f2f2f2;
}
#cssmenu > ul > li > a:hover{
	background:#53c5a8;
	border-bottom:1px solid #f2f2f2;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#000;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
	background:#000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 32px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background: #f9f9f9;
  color: #000;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#888;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#888;
}
#sidebar .sidebar_logo{
	padding: 15px 0px;
	padding-left: 20px;
	display: inline-block;
}
#sidebar .sidebar_logo img{
	height:60px;
}
#cssmenu ul .sidebar_login .btn {
	color: #fff;
	width: 235px;
	height: 50px;
	position: relative;
	top: 15px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 25px;
	margin: 0 0 0 10px;
	line-height: 20px;
	border-radius: 5px;
	background: #119c78;
	border: 1px solid #119c78;
	font-size: 14px;
}
#cssmenu ul .sidebar_login .btn:hover {
	background-color: #2ba082;
	border-color: #2ba082;
}

/*   header end */


/*   footer start */

.footer{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#212121;
}
.footer h4{
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom:45px;
}
.footer h4:after{
	content:'';
	border:2px solid #383838;
	display:block;
	width:50px;
	position:absolute;
	margin-top:20px;
}

.widget1_image_wrapper, .widget1_text_wrapper{
	float:left;
	width:100%;
}
.widget_1, .widget_2, .widget_3, .widget_4{
	float:left;
	width:100%;
}
.widget1_text_wrapper{
	padding-top:50px;
	border-bottom:1px solid #424242;
	padding-bottom: 25px;
	color:#656565;
	margin-bottom: 25px;
}
.text_wrapper_first,.text_wrapper_second{
	float:left;
	width:100%;
}
.text_wrapper_first{
	float:left;
	width:100%;
	padding-bottom: 20px;
}
.widget1_link a{
	padding-top: 20px;
	color:#53c5a8;
}
.widget1_link a:hover{
	padding-top: 20px;
	color:#fff;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.widget1_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.widget1_social_icons li{ 
	float:left;
	margin-left:8px;
}
.widget1_social_icons li:first-child{ 
	margin-left:0px;
}
.widget1_social_icons li a{ 
	float:left;
	color: #656565;
	font-size:20px;
	line-height:0;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget1_social_icons li a:hover{ 
	color: #53c5a8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget2_list{
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 25px;
}
.widget2_list li { 
	margin-bottom:23px;
}
.widget2_list li:last-child{ 
	margin-bottom:0px;
}
.widget2_list li a i{ 
	color: #53c5a8;
	margin-right:18px;
}
.widget2_list li a{ 
	color: #999999;
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget2_list li a:hover{ 
	color: #53c5a8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.widget3_wrapper{
	float:left;
	width:100%;
}
.widget3_images{
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 25px;
}
.widget3_images li{ 
	float:left;
	margin-left:5px;
}
.widget3_img_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.widget3_icon{
 position: absolute;
  top: 50%;
  left: 50%;
  color:#fff;
  background:#2f4f7f;
  border-radius:50%;
 width:30px;
 height:30px;
 line-height:30px;
 text-align:center;
 font-size:14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.widget3_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.widget3_wrapper:hover .widget3_img_overlay {
  background-color:#53c5a8;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -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;
}
.widget_3{
	padding-bottom:30px;
}
.widget3_link{
	float:left;
	width:100%;
}
.widget3_link a{
	color:#53c5a8;
	font-style:italic;
}
.widget3_link a:hover{
	color:#fff;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.widget4_text_wrapper{
	float:left;
	width:100%;
	padding-top:20px;
}
.widget4_content_first, .widget4_content_second{
	float:left;
	width:100%;
}
.widget4_content_first{
	padding-bottom:30px;
}
.widget4_content_second p{ 
	color:#53c5a8;
	font-style:italic;
	padding-bottom:20px;
}
.widget4_text_wrapper input{
	width:100%;
	height:46px;
	background:transparent;
	border:1px solid #424242;
	padding: 17px 30px 17px 14px;
	color: #999999;
	font-style:italic;
	font-size:14px;
}
.widget4_text_wrapper a i{
	margin-left: -25px;
	color:#53c5a8;
}

/* footer end */

/* copyright_wrapper start */

.copyright_wrapper{
	background:#1a1a1a;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright_content, .copyright_icon_wrapper{
	float:left;
	width:100%;
}
.copyright_content p{
	font-family: 'Lato';
	color:#656565;
	text-transform:capitalize;
	margin:0;
}
.copyright_content a{
	color:#53c5a8;
}
.copyright_icons{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.copyright_icons li { 
	float:left;
	margin-left:10px;
}
.copyright_icons li:first-child{ 
	margin-left:0px;
}
.copyright_icons li a i{ 
	color: #7c7c7c;
	font-size:30px;
}
.copyright_icons li a{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.copyright_icons li a:hover i{ 
	color: #53c5a8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* copyright_wrapper end */

/* pagination_section start */

.pagination_section {
    float: left;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}

.pagination_section ul {
    display: inline-block;
}

.pagination_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination_section ul li {
    float: left;
    margin-left: 10px;
}

.pagination_section ul li:first-child {
    margin-left: 0px;
}

.pagination_section ul li a i {
    font-size: 18px;
}

.pagination_section .prev,
.pagination_section .next {
    margin-left: 0px;
    width: 30px;
    height: 30px;
    color: #53c5a7;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

.pagination_section ul li a {
    float: left;
    color: #707070;
    line-height: 28px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.pagination_section ul li a:hover{
    background: #53c5a7;
    color: #fff;
    border: 1px solid #53c5a7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination_section li.active {
    background: #53c5a7;
    color: #fff;
    border: 1px solid #53c5a7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
}

.pagination_section ul li.active a {
    color: #fff;
}

.pagination_section .list_first_btn li a {
    background: #4385f5;
    color: #fff;
}

/* pagination_section start */


/* vedio_section start */

.vedio_section{
	float: left;
	width: 100%;
	height: 100%;
	background-position: center 0;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}
.vedio_section_overlay{
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #000;
	opacity: 0.8;
}
.vedio_text_wrapper{
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 200px;
	text-align:center;
}
.vedio_text_wrapper h3{
	font-size:24px;
	color:#fff;
	font-style:italic;
}
.vedio_text_wrapper h2{
	font-size:40px;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:800;
	/*text-transform:capitalize;*/
}
.vedio_text_wrapper .play-trigger {
	display:inline-block;
	border-radius: 50%;
	-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;
}


/* vedio_section end */


@media (min-width: 992px) and (max-width: 1199px){
	.navbar-default .navbar-nav>li>a {
		padding: 24px 7px;
	}
	.dropdown .dropdown-menu li .dropdown-menu-right {
		min-width: 206px;
	}
	.navbar-brand {
		padding: 6px 15px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.lv_search_bar {
		padding: 23px 15px;
	}
	#cart-badge {
		right: -5px;
		top: 18px;
	}
	.copyright_icons li a i {
		font-size: 26px;
	}
	.widget2_list li a {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	
	.navbar-toggle {
		display: block;
		margin-top: 24px;
	}	
	.navbar-brand {
		height:auto;
		padding: 10px 0px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.contact_info_wrapper ul li{
		padding: 15px 12px;
	}
	.navbar-header {
		float: left;
		width: 100%;
	}
	.widget_1, .widget_2, .widget_3, .widget_4{
		padding-bottom:30px;
	}
	.widget2_list li:last-child {
		margin-bottom: 30px;
	}

	.vedio_section{
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.vedio_text_wrapper{
		padding-bottom: 50px;
		padding-top: 50px;
	}
}


/* media query css for mobile */

@media(max-width: 767px){
	
	.navbar-toggle {
		margin-top: 24px;
	}	
	.navbar-brand {
		height:auto;
		padding: 10px 0px;
	}
	.navbar-brand img {
		height: 60px;
	}
	.signin_wrapper .dropdown-menu {
		right: 0;
		left:auto;
		border:0;
	}
	.contact_info_wrapper:before{
		display:none;
	}
	.contact_info_wrapper ul li {
		padding: 15px 0px;
	}
	.widget_1, .widget_2,.widget_4{
		padding-bottom:30px;
	}
	.widget3_link{
		padding-bottom:30px;
	}
	.copyright_icons {
		float: left;
	}
	.copyright_content{
		margin-bottom:30px;
	}

	.vedio_section{
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.vedio_text_wrapper{
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

@media only screen and (max-width : 480px) {
	.top-bar{
		display:none;
	}
	.copyright_icons li a i {
		font-size: 18px;
	}
	.tab-content {
		border: 0px;
		padding: 0 40px;
	}

	.vedio_section{
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.vedio_text_wrapper{
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

/* media query css for mobile end */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
