/***************-----------------------***********************
[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: capitalize;
}
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-----*/
/********---------top header css start-------***********/
.md_header_wrapper{
	float:left; width:100%;
	border-bottom: 3px solid #53c5a7;
}
.top_header_section{
	float:left; width:100%;
	background-color:#132231;
}
.left_top_nav{
	float:left;
	width:100%;
}
.top_header_add{
	float:left;
	width:auto;
	line-height:60px;
}
.top_header_add ul{
	margin:0px;
	padding:0px;
	width:100%;	
}
.top_header_add  li{
	float:left;
	width:auto;
	list-style:none;
	color:rgba(255, 255, 255, 0.6);
	margin-right: 30px;
}
.top_header_add ul li a{
	color:rgba(255, 255, 255, 0.6);
}
.top_header_add ul li i{
	color:#53c5a7;
	margin-right:10px;
}
.top_header_add ul li 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;
}
.md_right_side_warpper{
	float:right;
}
.right_side_main_warpper{
	width:100%; float:right;
	line-height:60px;
}
.md_right_side_warpper ul{
	float:left; width:100%;
	 margin:0; padding:0;  
}
.md_right_side_warpper ul li{
	float:left;
	list-style:none;
	width:auto; color:rgba(255, 255, 255, 0.6);
	font-size:16px;
	margin-left:15px;
}
.md_right_side_warpper li i{
	color:rgba(255, 255, 255, 0.60);
	line-height:60px;
	transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}
.md_right_side_warpper li:last-child{
	margin-right:0;
}
.md_right_side_warpper ul li i:hover{
	color:#53c5a7;
	transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.middle_header_wrapper{
	float:left;
	width:100%;
	background-color:white;
	padding-top: 30px;
    padding-bottom: 18px;
}
.md_logo{
    float: left;
    width: 100%;
	margin-top:10px;
}
.lv_logo img{
	display:inline-block;
}
.md_share_info_wrapper{
    float: right;
    width: auto;
	margin-top:-9px;
}
.md_share_info_wrapper ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.md_share_info_wrapper ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-left:20px;
}
.md_share_info_wrapper ul li:first-child{
	margin-left:0px;
}
.md_share_info_wrapper ul li .lv_header_icon{
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.md_share_info_wrapper ul li p{
	float:left;
	width:auto;
	font-weight:500;
	text-transform:capitalize;
	margin:10px 0px 0px 0px;
	font-size:16px;
	color:#757575;
}
.appointmnt_wrapper{
	text-align:center;
	float:right;
}
.appoint_btn{
	display:inline-block;	
}
.appoint_btn ul{
	padding:0;
	list-style:none;
}
.appoint_btn li a{
	width:250px;
	height:50px;
	float:left;
	color:white;
	background:#53c5a7;
	text-align:center;
	line-height:49px;
	text-transform:uppercase;
	font-size:14px;
	border-radius:100px;
	font-weight:500;
	box-shadow:none;
	position:relative;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.appoint_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;
}
.appoint_btn i{
	margin-right:10px;
	color:#fff;
}
/*********-------main header wrapper--------**********/
.menu_top_wrapper{
	float:left;
	width:100%;
}
.menu_wrapper{
	background-color: #53c5a7;
    float: left;
    width: 98%;
    position: relative;
    margin-left: 20px;
	z-index:10;
	margin-top:-2px;
}
.menu_wrapper:before{
	content: '';
    border-bottom: 64px solid transparent;
    border-right: 31px solid #53c5a7;
    position: absolute;
    left: -31px;
    bottom: -1px;
    transition: all 0.5s;
}
.menu_wrapper:after{
	content: '';
    border-bottom: 64px solid transparent;
    border-left: 31px solid #53c5a7;
    position: absolute;
    right: -31px;
    bottom: -1px;
    transition: all 0.5s;
}
.rp_mobail_menu_main_wrapper{
	float:none;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  z-index:10000;
}

#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: #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;
}

#toggle {
  float: right;
  position: relative;
  bottom: -4px;
  right: 0;
  border-radius: 20px;
  text-align: center;
  cursor:pointer;
}
#toggle_close{
	    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#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;
  color: #ffffff;
  text-transform:capitalize;
}
#cssmenu ul ul {
  display: none;
}

.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:bold;
  border-bottom:1px solid #d3d3d3;
  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 #d3d3d3;
}
#cssmenu ul li:hover a, #cssmenu ul li.active a{
	background:#53c5a7 !important;
	border-bottom:1px solid #d3d3d3;
	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;
}

 ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.menu_fixed{
	position:fixed !important;
	left:0 !important;
	right:0 !important;
	top:0 !important;
	z-index: 1000;
}
#sidebar h1 {
	font-size:20px;
	color:#53c5a7 !important;
	padding-left: 20px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 15px;
    margin-top: 15px;
}
#sidebar h1 span{
    margin: 0;
    color: #53c5a7;
    font-size: 20px;
}
/**************---------menu wrapper--------**************/
.navbar {
    border: 1px solid transparent;
	min-height:0;
    z-index: 20;
	margin-bottom:0px;
}
.nav_response{
	padding-right:0px;
	padding-left:0;
}
.nav .navbar-nav{
	float:left;
	width:100%;
}
.nav .navbar-nav ul{
	margin:0px;
	padding:0px;
	width:100%;
	margin-left:15px;
}
#nav_filter .hovr_nav_tab li a{
	color:#1a1a1a;
	font-weight:500;
}
#nav_filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	color:white;
    text-transform: capitalize;
    padding: 8px 18px;
    margin-right: 10px;
	font-weight:500;
	border-radius:20px;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav_filter li a:hover{
	color:rgb(18, 34, 43);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#nav_filter .dropdown .first_menu{
	position:relative;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
#nav_filter li a:last-child{
    margin-right: 0px;
	margin-left:0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#53c5a7;
    background-image: none;
    border-radius: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color:transparent;
}
.navbar-nav>li{
	padding-top:12px;
	padding-bottom:14px;
}
/*Dropdown Menu*/
.navbar-right .dropdown-menu {
    right: auto;
}
#nav_filter .hovr_nav_tab  li a{
	border:none;
	border-radius:0;
}
#nav_filter .hovr_nav_tab li a:hover{
	border:none;
	border-radius:0;
	color:white;
	background-color:#2c416c;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.nav .dropdown-menu {
  display: inherit;
  padding: 5px 0;
  border:none;
  border-radius: 0;
}
.nav .dropdown-header {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.nav .dropdown-menu li a {
  display: block;
  line-height: 30px;
  color: black;
  padding:3px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
	margin-left: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !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;
}
.nav .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
    -webkit-transition : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition   : all 0.5s ease 0s;
}
.nav .dropdown:hover .dropdown-menu {
  display:block;
  opacity:1 ;
  -webkit-transition   : all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition  : all 0.5s ease 0s;
    transition  : all 0.5s ease 0s;
  visibility: visible;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  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: #000000;
  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:#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.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -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 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  background-color:#53c5a7;
  -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 a:hover {
  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 ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}
.nav .hovr_nav_tab{
	padding:0;
}
/*-----search bar---*/
.et_search_bar a{
    float: right;
    width: auto;
    text-align: center;
	color:white;
    font-size: 16px;
    cursor: pointer;
}
.et_search_box{
   position: absolute;
    right: 40px;
    top: -4px;
    padding: 8px;
    display: inline-block;
    border-radius: 0px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}
.et_search_box input{
    float: left;
    width: calc(100% - 50px);
    padding: 0px 10px;
    height: 51px;
    border: 1px solid #53c5a7;
    border-right: 0px;
}
.et_search_box button{
    width: 50px;
    height: 51px;
    border: 1px solid #53c5a7;
    border-left: none;
    background-color: #ffffff;
    text-align: center;
    padding: 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.et_search_box button:hover{
	color:#ffffff;
	background:#53c5a7;
	border-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;
}
.et_search_bar i{
	position:relative;
	top:10px;
}
.et_navbar_search_wrapper{
	float: right;
    padding-top: 8px;
    margin-right: 7px;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
/********----------slider css start--------**********/
.slider_area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -62px;
}
#rev_slider_24_1_forcefullwidth,
#rev_slider_24_1_wrapper {
    height: 800px !important;
}
#slide-66-layer-3 {
    width: 100%;
    color: #fff;
}
.slider_area .tparrows {
    position: absolute;
    top: 46% !important;
    margin: 0;
    margin-top: 0;
    z-index: 1000;
    display: block;
}
.slider_btn_2 {
	font-size:14px!important;
}
.tparrows.tp-leftarrow {
    width: 60px !important;
    height: 105px !important;
    background: #1e2e3c !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #53c5a7 !important;
    padding-top: 25px;
    left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tparrows.tp-rightarrow {
    width: 60px !important;
    height: 105px !important;
    background: #1e2e3c !important;
    font-size: 18px;
    padding-top: 25px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #53c5a7 !important;
    right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tparrows.tp-leftarrow:before {
    content: 'pr \A ev';
    white-space: pre;
    line-height: 30px;
    font-family: 'Lato', sans-serif !important;
}
.tparrows.tp-rightarrow:before {
    content: 'ne \A xt';
    white-space: pre;
    line-height: 30px;
    font-family: 'Lato', sans-serif !important;
}
/*************-------feature css wrapper------*************/
.feature_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.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: #262626;
}
.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: #262626;
	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: #262626;
	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/course_search.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;
}
.icon i{
	font-size:40px;
	color:#53c5a7;
	border:2px solid #53c5a7;
	padding:20px;
	margin-top:88px;
}
.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--*/
/*-- team wrapper css start--*/
.team_wrapper{
	float:left;
	width:100%;
	padding-top:90px;
	padding-bottom:130px;
}
.team_box_Wrapper{
	float:left;
	width:100%;
	text-align:left;
	border:2px solid #eeeeee;
	padding:10px;
}
 .team_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:capitalize;
    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:capitalize;
}
.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:capitalize;
	color:#53c5a7;
}
.team_wrapper_cntnt p {
    color: #777777;
    padding-top: 18px;
}
.team_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;
}
.sw_team_slider .owl-theme .owl-nav{
	display:none;
}
.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;
}
.sw_team_slider .owl-theme .owl-dots {
    margin-top: 30px;
	position: absolute;
    left: -10px;
    right: 0;
    margin: 0px auto;
    bottom: -55px;
}
.sw_team_slider .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	border-radius:0px;
	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;
}
.sw_team_slider .owl-theme .owl-dots .owl-dot.active span, .sw_team_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;
}
.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/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  .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 .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%;
	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;
}
.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;
	
}
.tab-content img{
	float:left;
	width:100%;
}
#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;
}	
.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:capitalize;
	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/contact_bg.jpg') 50% 0 repeat-y;
    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: -62px;
}
.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: 60px;
    font-weight: 600;
}
.in_text_menu ul{
	padding:0;
	float:right;
	list-style:none;
}
.in_text_menu li{
	float:left;
	padding-top:80px;
	margin-left: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: capitalize;
	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: capitalize;
    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/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: capitalize;
    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: capitalize;
    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{
		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{
		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){
	
}