/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header, page_title_section start
3. topbar, top_header_wrapper start
4. GC_slider_Wrappwer
5. btc_team_main_wrapper
6. tb_work_wrapper
7. section_1
8. blogone
9. pricing-section
10. footer_wrapper
11. page_title_section
12. lr_es_top_slider_main_wrapper
13. port_menu_wrapper
*/


/* custom css */

body, html{
	font-family: 'Lato';
	color:#797979 ;
	font-size:16px;
	text-transform:capitalize;
	background:#fbfbfb;
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #737373;
	font-family: 'Lato';
    font-size: 14px;
	line-height: 24px;
}
a{
	color: #111111;
	-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:hover{
	text-decoration:none;
	color:#ff6666;
	-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:focus{
	outline:none;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../image/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	background:#ff6666;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50px;
    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: 13px;
    top: 5px;
    font-size: 30px;
    -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;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* custom css end */

/* --------------------------------------
LIST STYLE
------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --------------------------------------
FORM STYLE
------------------------------------------*/
.form-control {
 border:none;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #06a8dc;
  box-shadow: none;
}
.section_heading{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.dark_section_heading h2{
	color:#fff;
}
.section_heading h2{
	font-size: 40px;
    line-height: 46px;
    margin: 0 0 10px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:capitalize;
}
.section_heading h2 span{
	color: #06a8dc;
}
.section_heading p{
	font-size: 16px;
    font-weight: 400;
}
.section_heading .title-bdr {
    width: 100px;
    height: 1px;
    margin: auto;
    margin-bottom: 20px;
    background: #a2a2a2;
	position:relative;
}
.title-bdr .title-bdr-inside {
	width: 35px;
    height: 5px;
    margin: auto;
    background: #06a8dc;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
}
.section_heading .dark_title_bdr{
	background:#5f5f5f;
}
/* header start */
.navbar-nav>li>a {
    padding: 36px 20px;
  } 
/*Navigation*/

@media (min-width: 768px) {
	
  .navbar-brand {
    padding: 0px 15px;
  }
  .navbar-nav>li>a {
    padding: 36px 20px;
  } 

}

@media (min-width : 768px) and (max-width : 991px) {
	
  .navbar-nav>li>a {
    padding:35px 10px;
  }
  
}

@media (max-width: 767px) {

  .navbar-brand {
    padding: 0px 15px;
  }
  
}

.navbar-default {
	background:rgba(0, 0, 0, 0.55);
	position:relative;
	z-index:100;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav.main-nav>li>a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight:500;
  position:relative;
}
.navbar-default .navbar-nav.main-nav>li>a:focus, 
.navbar-default .navbar-nav.main-nav>li>a:hover {
  color: #ff6666;
}
.navbar-default .navbar-nav.main-nav>.active>a, 
.navbar-default .navbar-nav.main-nav>.active>a:focus, 
.navbar-default .navbar-nav.main-nav>.active>a:hover {
  color: #ff6666;
  background-color: transparent;
}
.navbar-brand{
	padding-top:0;
	margin-top:-1px;
}
/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  padding: 3px 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.dropdown-header {
  font-size: 11px;
  line-height: 30px;
  font-weight: 600;
  color: #313131;
  text-transform: uppercase;
}
.dropdown-menu li a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #999999;
  padding: 3px 20px;
}
.dropdown-menu li a:hover {
  color: #06a8dc;
  background-color: #f5f5f5;
  padding-left: 25px;
}
.dropdown .dropdown-menu {
  margin-top: 25px !important;
  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;
  margin-top: -1px !important;
  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: #313131;
  background-color: transparent;
}
.subscribe-form {
  width: 350px;
  padding: 10px;
}
.subscribe-form .btn-primary{
	background-color: #06a8dc;
    border-color: #06a8dc;
}
.subscribe-form .btn-primary:hover{
	background-color: #f7f7f7;
    border-color: #06a8dc;
	color:#000;
}

/*navbar-toggle*/

.navbar-toggle {
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 22px;
  border: 0;
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  width: 20px;
  background-color: #ff6666 !important;
   margin-top:5px !important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media only screen and (max-width : 767px) {
  .navbar-toggle {
    right: 15px;
	top:0;
  }
}
.top_header_wrapper{
	background:rgba(0, 0, 0, 0.5) !important;
}
.navbar-default .navbar-nav.main-nav>li>a:after {
    content: '';
    border: 1px dashed transparent;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-nav.main-nav>li.active a:after, .navbar-default .navbar-nav.main-nav>li:hover a:after {
    content: '';
    border: 1px dashed #ff6666;
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-nav.main-nav>li .header_btn a:after {
   display:none;
}
/* mobail_menu_main */

.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
	background:#272727;
}
.mobail_menu_main{
	float:none;
	width:100%;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -500px;
  background-color: #ff6666;
  overflow: scroll;
  overflow-x: hidden;
  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: #06a8dc;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: #fff;
    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;
  font-family: Raleway, 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: #fff;
  font-weight:600;
  border-bottom:1px solid #f3a7a7;
  background: #ff6666;
  -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 > a:hover{
	background:rgb(41, 42, 43);
	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;
}
#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: #49505a;
  -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;
}
#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;
}
#sidebar h1{
	padding: 15px 0px;
	background:rgba(41, 46, 49, 1.00);
	font-size:20px;
	color:#fff;
	padding-left: 20px;
	font-weight:bold;
}
.header_btn {
	padding-right: 0px;
    padding-top: 23px;
    padding-left: 25px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.header_btn a{
    width: 130px;
    height: 43px;
    float: left;
    color: #fff;
    background: #ff6666;
	border:2px solid #ff6666;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
	border-radius:100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_btn a:hover {
	 background:transparent;
	 border:2px solid #ff6666;
	 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;
}
header .serach-header {
   float:right;
   padding:22px 50px 0 10px;
}

header .serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}
header .serach-header .searchd i {
    color: #ff6666;
    font-size: 16px;
    border: 0 !important;
}
.searchd:focus{
	outline:none;
}
.searchd{
	 background: transparent;
	 float:left;
	 height:89px;
	 padding-right:2px;
	 padding-left:10px;
	font-size:16px;
    border: 0;
	color:#fff;
}
.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}
.serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #ff6666;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}
.serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #ff6666;
    font-size: 28px;
    font-weight: lighter;
    left: 0;
	 right: 0;
    margin: 0px auto;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    top: 45%;
    width: 36%;
    line-height: 60px;
}
.serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    left: 64%;
    position: absolute;
    top: 49%;
    transform: translate(0%, -55%);
    background: transparent;
    color: #ff6666;
    border: 0;
    font-size: 20px;
}

.serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.serach-header .searchbox form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.serach-header .searchbox form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7);
}
.serach-header .searchbox form input::-moz-placeholder {
    /* Firefox 19+ */
    color:rgba(255, 255, 255, 0.7);
}
.serach-header .searchbox form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
/* header end */

/*-- slider Css Start --*/
.GC_slider_Wrappwer{
	float:left;
	width:100%;
	position:relative;
	background:#000;
	z-index:1;
	margin-top:-100px;
}
.gc_slider_content{
	color:red !important;
}
.tp-caption .et_slider_btn li{
	float:left;
	margin-left:20px;
}
.tp-caption .et_slider_btn li:first-child{
	margin-left:0;
}
.tp-caption .et_slider_btn li a{
	float:left !important;
	width:160px !important;
	height:50px !important;
	background:transparent !important;
	font-size:16px !important;
	color:#ffffff !important;
	text-align:center !important;
	line-height:45px !important;
	border-radius:50px !important;
	border:2px solid #ff4343  !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-caption .et_slider_btn li a:hover{
	background:#ff4343  !important;
	border:2px solid #ff4343  !important;
	color:#ffffff !important;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tp-rightarrow{
	right:152px !important;
	top:92% !important;
	left:95% !important;
}
.tp-leftarrow{
	right:0 !important;
	top:92% !important;
	left:92% !important;
}
.tp-bullets{
	left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
	top:52% !important;
	 -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
.uranus.tparrows:before{
	font-size:22px !important;
	font-family: FontAwesome;
	color:#fff;
}
.tparrows:hover{
	background:transparent !important;
	border:1px solid #ff6666;
	color:#fff;
	-webkit-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.tparrows:before{
	color:#fff !important;
}
.tparrows:hover:before{
	color:#ff6666 !important;
	opacity:1 !important;
}
.bullet-bar.tp-bullets{}
.bullet-bar.tp-bullets:before{
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}
.bullet-bar .tp-bullet{
	width:25px;
	height:2px;
	position:absolute;
	background:#545454;
	cursor:pointer;
	box-sizing:content-box;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;}
.bullet-bar .tp-bullet:hover,.bullet-bar .tp-bullet.selected{
	background:#ff6666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#rev_slider_348_1_wrapper{
	height:800px !important;
}
#rev_slider_348_1{
	height:800px !important;
}
#rev_slider_348_1_forcefullwidth{
	height:800px !important;
}
/*-- slider Css End --*/
/*-- trainers Wrapper Start  --*/
.btc_team_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.btc_team_left_wrapper{
	float:left;
	width:30%;
}
.btc_team_right_wrapper{
	float:left;
	width:70%;
}
.abt_heading_wrapper{
	float:left;
	width:100%;
}
.btc_team_left_wrapper h3{
	font-size: 34px;
    color: #111111;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.btc_team_left_wrapper span{
	position:relative;
}
.btc_team_left_wrapper span:after{
	content:'';
	border:2px solid #ff6666;
	width:30px;
	position:absolute;
	left: 0px;
    top: 0;
}
.btc_team_left_wrapper p{
	padding-top:35px;
}
.btc_team_slider_wrapper{
	float:left;
	width:100%;
}
.btc_team_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.btc_team_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
	left: -43%;
    top: 252px;
    right: 0;
	z-index:1000;
	display:block;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    left: 0;
	top:0;
	color:#fff;
	width:75px;
	height:43px;
	line-height:48px;
	border:1px solid transparent;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	background:#ff6666;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev i:before, .btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next i:before{
	font-size:24px;
	margin-left:0;
}
.btc_team_img_wrapper img{
	width:100%;
}
.btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 22px;
    margin: 0;
    padding: 0;
    left: 85px;
	top:0;
    position: absolute;
	color:#ff6666;
	width:75px;
	height:43px;
	line-height:42px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	border:1px solid #ff6666;
	background:transparent;
    text-align: center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
	background:#ff6666;
	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;
}
.btc_team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
	background:transparent;
	color:#ff6666;
	border:1px solid #ff6666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
	border-radius:8px;
}
.btc_team_img_wrapper{
	float:left;
	width:100%;
	position:relative;
	box-shadow:0 8px 30px rgba(0, 0, 0, 0.1);
}
.btc_team_img_cont_wrapper{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	z-index:1;
	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;
}
.btc_team_img_cont_wrapper h4{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:5px;
}
.btc_team_img_cont_wrapper h4 a{
	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;
}
.btc_team_social_wrapper{
	float: left;
    width: 100px;
    text-align: center;
    background: #ff6666;
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top: 22px;
    left: -100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_social_wrapper{
	left: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;
}
.btc_team_social_wrapper h1{
	color:#fff;
	font-size:14px;
	background:#ff6666;
	padding:12px 10px;
}
.btc_team_img_cont_wrapper:after{
	content: '';
    border: 2px solid #ff6666;
    width: 25px;
    position: absolute;
    left: 0px;
	top:0;
	right:0;
    margin:0px auto;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper{
	background:#ff6666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper:after{
	  border: 2px solid #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;
}
.btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper h4 a, .btc_team_slider_cont_main_wrapper:hover .btc_team_img_cont_wrapper p{
	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;
}
/*-- trainers Wrapper End  --*/
/*-- about us Wrapper start  --*/
.tb_work_wrapper {
   background: url(../../assets/image/abt_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;
    padding-top: 100px;
}
.tb_work_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(14, 11, 11, 0.9);
}
.abt_list_wrapper li {
    font-size: 16px;
	margin-bottom:12px;
}
.abt_list_wrapper li a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}
.abt_list_wrapper{
	float:left;
	width:100%;
	margin-top:8px;
}
.abt_heading_wrapper p{
	color:#fff;
	opacity:0.9;
}
.abt_heading_wrapper h3{
	color:#fff;
}
.abt_list_wrapper li a:hover {
    color: #ff6666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_list_wrapper li i {
    color: #ff6666;
    margin-right: 15px;
    font-size: 18px;
}
.about_img_wrapper{
	float:left;
	width:100%;
}
.contect_btn_news{
	float:left;
	width:100%;
	margin-top:30px;
}
.contect_btn_news ul{
	list-style:none;
	float:left;
}
.contect_btn_news li a{
	width:160px;
	height:47px;
	float:left;
	color:#fff;
	background:#ff6666;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	-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:1px solid transparent;
}
.contect_btn_news li a:hover{
	background:transparent;
	border:1px solid #ff6666;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#ff6666;
}
/* team css */

.section_1{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 160px;
}
.section1_team_slider{
	float:left;
	width:100%;
	margin-top:40px;
}
.section1_team_slider  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom: -83px;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot span{
	width:8px;
	height:8px;
	background:#cccccc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot.active span, 
.section1_team_slider  .owl-theme .owl-dots .owl-dot:hover span  {
	background:#ff6666;
	width:12px;
	height:12px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-theme .owl-dots .owl-dot.active, .section1_team_slider .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-prev:hover {
    background: transparent;
    color: #ff6666;
    text-decoration: none;
	 border: 1px solid #ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
    color: #ff6666;
    text-decoration: none;
	 border: 1px solid #ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.section1_team_slider .owl-carousel .owl-nav .owl-prev{
	color: #fff;
    width: 75px;
    height: 43px;
	line-height: 33px;
    font-size: 22px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ff6666;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: absolute;
    left: 33%;
	bottom:-96px;
	z-index:100;
}
.section1_team_slider .owl-carousel .owl-nav .owl-next{
	color: #fff;
    width: 75px;
    height: 43px;
   line-height: 33px;
    font-size: 22px;
    border: 1px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ff6666;
    position: absolute;
    text-align: center;
    left: 61%;
	bottom:-96px;
	z-index:100;
}
.main_wrapper{
	text-align:center;
}
.image_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.image_wrapper_overlay {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  right: 0;
  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;
}
.main_wrapper:hover .image_wrapper_overlay {
  background-color:rgba(21, 21, 21, 0.8);
  opacity:1;
  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;
}
.content_wrapper {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
	text-align:center;
}
.content_wrapper h4{
	font-size:26px;
	color:#fff;
	padding-bottom:5px;
}
.content_wrapper h5{
	font-size:16px;
	color:#ec5d5d;
	font-weight:400;
	padding-bottom:20px;
	padding-top:5px;
}
.social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
}
.social_icons li{
	float:left;
	margin-left:10px;
}
.social_icons li:first-child{
	margin-left:0;
}
.social_icons li a{
	float:left;
	color: #fff;
	font-size:14px;
	border: 1px solid #999999;
	border-radius:50%;
	height:35px;
	width:35px;
	text-align:center;
	line-height:35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.social_icons li a:hover{
	border: 1px solid #ff6666;
	background:#ff6666;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_heading{
	float:left;
	width:100%;
}
.team_heading span:after{
	content: '';
    border: 2px solid #ff6666;
    width: 30px;
    position: absolute;
    left: -10px;
	right:0;
	margin:0px auto;
    top: 0;
}
.team_heading p{
	padding-top:20px;
}
/* team css end*/
/* blog css start*/
.blogone {
	background: url(../../assets/image/blog_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;
    padding-top: 100px;
    padding-bottom: 100px;
}
.blogone .blog-post-wrapper {}
@media (max-width : 991px) {
	.blogone .blog-post-wrapper {
		margin-bottom: 30px;
		float:left;
		width:100%;
	}
}
.blogone .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date{
	position: absolute;
	left: 17px;
	top: 17px;
	width: 60px;
    height: 60px;
	background: #ff6666;
	color: #FFFFFF;
	text-align: center;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date .day {
	font-size: 20px;
	line-height: 44px;
	font-weight: 600;
	display: block;
}
.blogone .blog-post-wrapper .post-thumbnail .posted-date .month {
	font-size: 11px;
	font-weight: 600;
	line-height: 0;
	display: block;
	text-transform: uppercase;
}
.blogone .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blogone .blog-post-wrapper .blog-content{
	border: 1px solid #ededed;
	padding: 20px;
	background:#fff;
}
/*entry-header*/
.blogone .blog-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.blogone .blog-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.blogone .blog-post-wrapper .entry-title a{
	color: #313131;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.blogone .blog-post-wrapper .entry-title a:hover{
	color: #ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/*entry-meta*/
.blogone .blog-post-wrapper .entry-header .entry-meta {
	font-size: 12px;
	text-transform: capitalize;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	border-right: 1px solid #E7E7E7;
	line-height: 10px;
	padding-right: 15px;
	margin-right: 15px;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li a{
	color: #969595;
}
.blogone .blog-post-wrapper .entry-header .entry-meta li a:hover{
	color: #ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*entry-content*/
.blogone .blog-post-wrapper .entry-content {}
.blogone .blog-post-wrapper .entry-content p{
	margin: 0;
}
/*entry-footer*/
.blogone .blog-post-wrapper .entry-footer {
  background-color: #f5f5f5;
  padding: 13px;
}
.blogone .blog-post-wrapper .entry-footer .entry-meta li {
	display: inline-block;
	margin-right: 7px;
}
.blogone .blog-post-wrapper .entry-footer a{
	display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
	line-height: 0px;
	color: #d8d8d8;
	background: #fff;
    text-transform: uppercase;
    border-radius: 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;
}
.blogone .blog-post-wrapper .entry-footer a:hover{
  color: #fff;
  background: #ff6666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.blogone .blog-post-wrapper .entry-footer .entry-meta li:last-child {
	margin-right: 0;
}



/*blog gallery post*/
#blogoneSlider .carousel-control {
  top: auto;
  bottom: 20px;
  width: 30px;
  height: 23px;
  font-size: 11px;
  color: #c1c1c1;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left,
#blogoneSlider .carousel-control.right {
  background-image: none;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  
}

#blogoneSlider .carousel-control:focus, 
#blogoneSlider .carousel-control:hover {
  background-color: #ff6666;
  color: #fff !important;
  filter: alpha(opacity=100);
  opacity: 1;
}

#blogoneSlider .carousel-control.left {
  right: 60px;
  left: auto;
}
#blogoneSlider .carousel-control.right {
  right: 20px;
}


/*blog video post*/
.blogone .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #ff6666;
	background: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-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;
}
.blogone .blog-post-wrapper .play-trigger:hover {
  color: #fff;
  background: #ff6666;
}
.blogone .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog_heading{
	padding-bottom:50px;
}
/**********-----pricing section css-------*************/
.pricing-section {
	float:left;
	width:100%;
	background:#fff;
	padding-top:90px;
	padding-bottom:100px;
}
.pricing-list{
	padding-top:50px;
}
.hosting-overlay {
  padding-bottom: 120px; }

.pricing-list .pricing-item {
  background-color: #242729;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (max-width: 990px) {
.pricing-list .pricing-item {
      margin-bottom: 30px; } }
.pricing-list .pricing-item:hover {
    background-color: #ff6666;
  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricing-list .pricing-item:hover .pricing-header {
      background-color: #242729;
  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 	 
}
.pricing-list .pricing-item:hover .pricing-info {
      background-color: #242729;
  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 	
	}
.pricing-list .pricing-item:hover .pricing-info ul {
        background-color: #ff6666;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out; 		
	}
.pricing-list .pricing-item .pricing-header {
    background-color: #ff6666;
    border-top-left-radius: 50px;
    color: #fff;
    padding: 25px 0px;
    border-bottom-right-radius: 90px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase; }
 .pricing-list .pricing-item .pricing-header h6 {
      color: #fff;
      margin-bottom: 28px; }
 .pricing-list .pricing-item .pricing-header span {
      font-size: 30px; }
.pricing-list .pricing-item .pricing-header span.price {
      font-size: 40px;
      margin: 0px;
      line-height: 30px;
      font-size: 48px;
      font-weight: 700; }
.pricing-list .pricing-item .pricing-header p {
      color: #fff;
      margin-top: 5px; }
.pricing-list .pricing-item .pricing-info {
    background-color: #ff6666;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
.pricing-list .pricing-item .pricing-info ul {
      margin: 0px;
      padding: 0px;
      border-top-left-radius: 90px;
      background-color: #242729;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
.pricing-list .pricing-item .pricing-info ul li {
        padding: 7px 0px;
        list-style: none; }
 .pricing-list .pricing-item .pricing-info ul li:first-child {
          padding-top: 25px; }
 .pricing-list .pricing-item .pricing-info ul li:last-child {
          border-bottom: 0px; 
}  
 .pricing-list .pricing-item .pricing-info ul li p {
          color: #fff;
          text-transform: capitalize;
}
 .pricing-list .pricing-item .pricing-link {
    padding: 32px 0px;
    padding-bottom: 40px; 
}
 .pricing-list .pricing-item .pricing-link a {
      background-color: #fff;
      color: #344153;
      border-radius: 50px;
      padding: 10px 20px;
      font-weight: 600;
      text-transform: capitalize;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
}
.pricing-list .pricing-item .pricing-link a:hover {
	color: #ff6666;
	  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

/* footer section css */
.footer_wrapper{
	float:left;
	width:100%;
	background:#242729;
	padding-top:100px;
}
.widget_5, .widget_6, .widget_7, .widget_8{
	float:left;
	width:100%;
}
.section2_wrapper{
	border-bottom:1px solid #3e3e3e;
	padding-bottom:50px;
}
.footer_wrapper h4{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:40px;
}
.footer_wrapper h4:after{
	display: block;
    content: "";
    background: #ff6666;
    width: 25px;
    height: 2px;
    margin-top: 13px;
}
.section2_wrapper ul{
	margin:0;
	padding:0;
	list-style:none;
}
.section2_wrapper ul li{
	margin-bottom:25px;
}
.section2_wrapper ul li a{
	font-size:16px;
	color:#a3a3a3;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_wrapper ul li a:hover{
	color:#ff6666;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.widget_8 ul li {
	margin-bottom:16px;
}
.widget_8 ul li a{
	color:#a3a3a3;
	text-transform:lowercase;
}
.widget_8 ul li span{
	color:#a3a3a3;
	font-size:15px;
}
.widget_8 ul li i{
	color: #ff6666;
	margin-right: 9px;
}
.widget8_text_wrapper{
	float:left;
	width:100%;
	padding-bottom:8px;
	font-size:15px;
}
.widget8_text_wrapper p{
	font-size:15px;
}
.section2_footter_menu{
	float:left;
	width:100%;
	margin-top: 8px;
}
.section2_footter_menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.section2_footter_menu ul li{
	float:left;
	margin-left:80px;
}
.section2_footter_menu ul li:first-child{
	margin-left:0px;
}
.section2_footter_menu ul li a{
	font-size:16px;
	font-weight:bold;
	color:#7e7e7e;
	text-transform:uppercase;
}
.section2_footter_menu ul li a:hover{
	color:#ff6666;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_bottom{
	padding-top:40px;
	padding-bottom:40px;
}

/* footer section css end*/
/*Common Page Header*/

.page_title_section {
	float:left;
	width:100%;
	padding-top: 25px;
	padding-bottom:15px;
	background:#f3f3f3;
	border-bottom:2px solid #f3f3f3;
}
.page_header {
	padding-bottom: 0;
	border-bottom: 0;
}
.trainer{
	padding-bottom:80px;
}
.page_header h1 {
    font-size: 24px;
    line-height: 40px;
	text-transform:capitalize;
    color: #111;
    font-weight: 500;
}
.sub_title_section{
    float: right;
    position: relative;
    top: 0;
}
.page_header .sub_title li{
	float: left;
    font-size: 16px;
	line-height:35px;
    color: #111;
	font-weight: 400;
}
.page_header .sub_title li:last-child{
	color: #ff6666;
}
.page_header .sub_title a {
    color: #5a5a5a;
    font-size: 16px;
}
.page_header .sub_title a:hover {
    color: #ff6666;
}
.page_header .sub_title i {
    padding: 0px 10px;
}
@media (max-width : 766px) {
	.page_header h1 {
	  font-size: 24px;
	  line-height: 44px;
	}
}
.inner_top_header{
	background: url(../../assets/image/inner_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;
	margin-top:-25px;
    padding-top: 30px;
    padding-bottom: 80px;
}
.lr_es_top_slider_main_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding-top:80px;
	padding-bottom:80px;
}
.lr_es_top_slider_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.lr_es_top_slider_wrapper .owl-theme .owl-nav {
  display:none;
}
.lr_es_top_slider_wrapper  .owl-theme .owl-dots{
	left:0;
	right:0;
	margin:0px auto;
	margin-top:40px;
}
.lr_es_top_slider_wrapper .owl-theme .owl-dots .owl-dot{
	margin-left: 3px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_es_top_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	background:#e0e0e0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_es_top_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.lr_es_top_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span  {
	background:#ff6666;
	width:15px;
	height:15px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_es_slider_img_wrapper{
	float:left;
	width:100%;
}
.le_es_slider_bottom_right_content_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding:100px;
	padding-top:40px;
	padding-bottom:0px;
}
.le_es_slider_bottom_right_content_wrapper p{
	font-size:16px;
}
.lr_es_slider_img_wrapper img{
	width:100%;

}
.le_es_sign_main_wrapper img{
	padding-top: 30px;
}
.le_es_sign_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:20px;
}
.le_es_sign_main_wrapper h3 {
   font-size: 16px;
    color: #3c3c3c;
    font-weight: 300;
}
.le_es_sign_main_wrapper h3 span {
   font-size: 16px;
    color: #ff6666;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
/********-----gallery start-----**************/
.port_menu_wrapper{
	background: url(../../assets/image/blog_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;
    padding-top: 100px;
    padding-bottom: 100px;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio_img_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.portfolio_img {
  position: relative;
  width:auto;
}
.portfolio_img img{
	width:100%;
}
.portfolio_img_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;	
	-webkit-transform: scale(0);
	transform: scale(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;
}
.portfolio_img_wrapper:hover .portfolio_img_overlay {
	background: rgba(255, 102, 102, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: 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;
	overflow:hidden;
}
.port_menu_wrapper .portfolio_img_overlay::before{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.port_menu_wrapper .portfolio_img_overlay::before,
.port_menu_wrapper .portfolio_img_overlay::after{
	content: "";
	position: absolute;
	opacity: 0;
}
.port_menu_wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay::before,
.port_menu_wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.port_menu_wrapper .portfolio_img_overlay::after{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}
.portfolio_img_text {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	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;
}
.gallery_btn{
	text-align:center;
}
.gallery_btn ul{
	float:none;
	display:inline-block;
}
.pd{
	margin-top:30px;
}
.portfolio_img_text a i{
	font-size:16px;
}
.portfolio_img_text a{
	float:left;
	background:#fff;
	color: #ff6666;
	border:1px solid #fff;
	width:40px;
	height:40px;
	line-height: 35px;
	border-radius:50%;
	text-align:center;
}
.portfolio_img_text a:hover{
	background:#ff6666;
	color: #fff;
	border:1px solid #ff6666;
}

/* gallery end*/

/* contact_info_section start */
#map{
	width:100%;
	height: 600px;
}
.contact_info_section{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:90px;
}
.icon_text{
    border: 1px solid #e4e4e4;
	border-radius:5px;
    padding: 40px;
    position: relative;
    padding-top: 85px;
	margin-top:65px;
	height: 240px;
}
.icon_text i{
    font-size: 28px;
    color: #b9b9b9;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #e4e4e4;
    width: 100px;
    line-height: 100px;
    height: 100px;
	position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0px auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text h4{
	margin-bottom:20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.icon_text:hover{
    border-color: #ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_text:hover .fa{
    color: #fff;
	background:#ff6666;
	border-color:#ff6666;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
/* contact_info_section end */


/** comments_form_section_section start **/
.pdo{
	padding-top:40px;
}
.comments_form_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.comments_form_section h4{
	 font-size: 30px;
    margin-bottom: 40px;
    color: #111;
}
.comments_form_section h4:after{
	display: block;
    content: "";
    background: #4285f4;
    border: 1px solid #4285f4;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    margin-top: 13px;
}
.comments_form_section .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #dadada;
    border-radius: 32px;
    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: transparent;
}
.comments_form_section textarea.form-control{
	height:auto;
	resize:none;
}
.pdt{
	margin-bottom:27px;
}
.comments_form_section input::placeholder, .comments_form_section textarea::placeholder {
  color: #999;
}
.comments_form_section .form-control:focus, .comments_form_section .form-control:hover  {
	color: #999;
	background-color: transparent;
	border: 1px solid #ff6666  !important;	
	  -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;
}
.comments_form_section .btn{
	margin: 0 auto;
    padding: 15px 32px;
	letter-spacing:1px;
	margin-top:20px;
	border-radius:40px;
	text-transform:uppercase;
    -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;
}
.comments_form_section .btn-primary{
	background: #ff6666;
  	border: 1px solid #ff6666 !important;
}
.comments_form_section .btn-primary.focus,
.comments_form_section .btn-primary:hover{
	background-color: transparent;
  	color: #ff6666;
  	border: 1px solid #ff6666 !important;
}
.comments_form_section .btn:focus{
	outline:none;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-subject:after, .form-group.i-message:after {
    position: absolute;
    top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}
.comments_form_section .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.comments_form_section .form-group.i-email:after{
	content: "\f003";
	right: 32px;
}
.comments_form_section .form-group.i-message:after{
	content: "\f059";
	right: 32px;
}.comments_form_section .form-group.i-subject:after{
	content: "\f064";
	right: 32px;
}

/** comments_form_section end **/

/* responsive css start*/
@media(min-width: 992px)and (max-width: 1200px){
	.tp-leftarrow{
		   left: 91% !important;
	}
	.social_icons li{
		margin-left:3px;
	}
	.social_icons li a{
		width:32px;
		height:32px;
		line-height:32px;
	}
	.content_wrapper h4{
		font-size:20px;
	}
	.section2_footter_menu ul li{
		margin-left:45px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {	
	.tp-leftarrow{
		left: 90% !important;
	}
	.btc_team_left_wrapper p{
		padding-top:15px;
	}
	.pricing-list .pricing-item{
		margin-bottom:50px;
	}
	.pricing-section{
		padding-bottom:50px;
	}
	.widget_7, .widget_8{
		padding-top:30px;
	}
	.section2_footter_menu ul li a{
		font-size:14px;
	}
	.portfolio_img_wrapper{
		margin-bottom:30px;
	}
	
}


@media(max-width: 767px){
	.navbar-default{
		height:70px;
	}
	.navbar-toggle{
		margin-top:15px;
	}
	.tp-leftarrow{
		left:89% !important;
	}
	.btc_team_left_wrapper, .btc_team_right_wrapper{
		float:left;
		width:100%;
	}
	.btc_team_right_wrapper{
		padding-top:130px;
	}
	.about_img_wrapper{
		margin-top:0px;
	}
	.btc_team_slider_wrapper .owl-theme .owl-nav {
		position: absolute;
		margin: 0;
		left: 0;
		top: -125px;
	}
	.section2_footter_menu ul li a{
		font-size:14px;
	}
	.section2_footter_menu ul li{
		margin-left:35px;
	}
	.widget_8, .widget_7{
		margin-top:20px;
	}
	.portfolio_img_wrapper{
		margin-bottom:30px;
	}
	.section2_footter_menu ul{
		float:left;
	}
	.sub_title_section{
		float:left;
		top:-8px;
	}
	.page_title_section{
		padding-top: 18px;
		padding-bottom: 8px;
	}
}
@media(min-width: 481px) and (max-width: 766px) {
	.tp-leftarrow {
    left: 87% !important;
	}
	.bullet-bar .tp-bullet{
		display:none;
	}
	.tp-rightarrow {
		left: 69% !important;
	}
	.tp-leftarrow {
    left: 60% !important;
	}
}


@media(max-width: 480px){
	.bullet-bar .tp-bullet{
		display:none;
	}
	.tp-rightarrow {
		left: 69% !important;
	}
	.tp-leftarrow {
		left: 60% !important;
	}
	.section1_team_slider .owl-theme .owl-dots{
		display:none;
	}
	.section1_team_slider .owl-carousel .owl-nav .owl-next{
		left:55%;
	}
	.le_es_slider_bottom_right_content_wrapper{
		padding: 40px;
		padding-top: 40px;
		padding-bottom: 0px;
	}
}


@media(max-width: 390px){
	.tp-rightarrow {
		left: 73% !important;
	}
	.section1_team_slider .owl-carousel .owl-nav .owl-prev{
		left:26%;
	}
	.section2_footter_menu ul li a {
		font-size: 12px;
	}
	.le_es_slider_bottom_right_content_wrapper{
		padding: 20px;
    padding-bottom: 0px;
	}
}