@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Damion);
@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Istok+Web);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/21px "Ubuntu", sans-serif;
  color: #414141;
  background: url(../images/background5.png) repeat;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #47b1c0;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Fonts ======= */
.font1 {
  font: 400 13px/24px "Inder", sans-serif;
  color: #949393;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.font2 {
  font: 400 18px/21px "Inder", sans-serif;
  text-transform: uppercase;
  color: #47b1c0;
}
.font2 a:hover {
  color: #47b1c0;
}
.font3 {
  font: 400 18px/21px "Inder", sans-serif;
  color: #FF0000;
}
.header-info h1{float:left !important}
/* ======= Headers ======= */
h1 {
  font: 400 27px/38px "Inder", sans-serif;
  text-transform: capitalize;
  color: #414141;
  float:none !important
}
h2 {
  font: 400 24px/38px "Inder", sans-serif;
  text-transform: capitalize;
  color: #414141;
}
h3 {
  font: 400 22px/24px "Inder", sans-serif;
  color: #262626;
  text-transform: uppercase;
}
.h3 {
  font: 400 24px/24px "Inder", sans-serif;
  color: #262626;
  text-transform: uppercase;
  display: block;
}
h4 {
  font: 400 18px/21px "Inder", sans-serif;
  text-transform: uppercase;
  color: #47b1c0;
}
h4 a:hover {
  color: #47b1c0;
}
h5 {
  font: 400 15px/30px "Inder", sans-serif;
  text-transform: uppercase;
  color: #414141;
}
h6 {
  font: 400 14px/39px "Inder", sans-serif;
  text-transform: uppercase;
 /* color: #ffffff;*/
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.14);
}
h6 a:hover {
  color: #414141;
}
.h6__inset1 {
  font: 400 34px/39px "Inder", sans-serif;
  color: #ffffff;
}
@media (max-width: 479px) {
  .h6__inset1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.h6__inset2 {
  font: 400 18px/26px "Inder", sans-serif;
}
.header7 {
  font: 400 18px/21px "Inder", sans-serif;
  color: #47b1c0;
  display: block;
}
.header8 {
  font: 400 18px/18px "Inder", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/24px "Inder", sans-serif;
  display: inline-block;
  color: #ffffff;
  background: #47b1c0;
  border-radius: 3px;
  padding: 7px 29px 7px 28px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.btn-default:hover {
  color: #ffffff;
  background: #238d9c;
}
/* ======= Modifiers ======= */
.__display-inline {
  display: inline;
}
.__not-capitalize {
  text-transform: none;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__margin1 {
  margin-top: 70px;
}
.__margin2 {
  margin-bottom: 55px;
}
.post1.__margin3 {
  margin-top: 10px;
  margin-bottom: 27px;
}
.__margin4 {
  margin-bottom: 70px;
}
.__margin5 {
  margin-bottom: 45px;
}
.wrapper6.__padding1 {
  padding-bottom: 84px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  background: #f7f7f7;
  padding: 45px 0 51px;
}
.wrapper2 {
  padding: 62px 0 45px;
}
.wrapper3 {
  background:#238d9c;
  padding: 31px 0 28px;
}
.wrapper4 {
  background: url(../images/background4.png) repeat;
  padding: 41px 0 0;
}
.wrapper5 {
  background: url(../images/background5.png) repeat;
  padding: 37px 0;
}
.wrapper6 {
  padding: 41px 0 24px;
}
.wrapper7 {
  background: #f7f7f7;
  padding: 41px 0 51px;
}
.img-wrapper1 {
  width: 131px;
  height: 131px;
  overflow: hidden;
  display: inline-block;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding:20px 0 0;
  background: #ffffff;
}
#header .login {
  margin-top: 23px;
  /*float: right;*/
  margin-right:-35px
}
#header .login .divider1 {
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #acacac;
  margin: 2px 6px 0 6px;
}
#header .login a {
  text-transform: uppercase;
  font: 400 12px/12px "Inder", sans-serif;
  color: #acacac;
}
#header .login a:hover {
  color: #ffffff;
}
#header .socials1 {
  float: left;
  margin-top: 19px;
  margin-left: 195px;
}
#header .phone {
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 357px;
  height: 38px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 7px 10px 10px 97px;
  font: 400 12px/35px "Inder", sans-serif;
  color: #2d3238;
}
#header .phone:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 50px;
  bottom: 0px;
  background: url(../images/mobileicon0.png) no-repeat center;
}
#header .phone2 {
  float: right !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 357px;
  height: 38px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 7px 10px 10px 97px;
  font: 400 12px/35px "Inder", sans-serif;
  color: #2d3238;
}
#header .phone2:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 50px;
  bottom: 0px;
  background: url(../images/mobileicon0.png) no-repeat center;
}
@media (max-width: 479px) {
  #header .phone {
    height: auto;
    width: 100%;
  text-align:center;
    padding: 0px 0px 0px 20px;
  }
   #header .phone2 {
    height: auto;
    width: 100%;
  text-align:center;
    padding: 0px 0px 0px 20px;
  }
  #header .phone:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 24px;
  left: -127px;
  bottom: 6px;
  background: url(../images/mobileicon0.png) no-repeat center;
}
  #header .phone2:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 24px;
  left: -127px;
    bottom: 6px;
  background: url(../images/mobileicon0.png) no-repeat center;
}
}
#header .phone .phone-number {
  color: #47b1c0;
  font-size: 27px;
}

#header .phone2 .phone-number {
  color: #47b1c0;
  font-size: 27px;
}

#header .header-info {
  padding-bottom: 20px;
}
#header #stuck_container {
  background: url(../images/background0.png) repeat;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  #header {
    padding-top: 20px;
    text-align: center;
  }
  #header h1 {
    float: none;
  }
  #header .socials1 {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  #header .phone {
    margin-top: 10px;
    display: inline-block;
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
}
h1 .main {
  font: 400 60px/47px "Damion", sans-serif;
  color: #31323a;
  vertical-align: bottom;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
h1 .secondary {
  font: 400 14px/14px "IstokWeb", sans-serif;
  color: #98999e;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}
/* ======= Socials 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 21px;
}
.socials1 li a {
  color: #b0b0b0;
  font-size: 22px;
}
.socials1 li a:hover {
  color: #414141;
}
nav {
  float: left;
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 0;
  text-align: center;
}
.sf-menu > li:hover {
  background: #47b1c0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li + li {
  margin-left: 18px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 0px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  font: 400 16px/17px "Inder", sans-serif;
  display: block;
  padding:21px 12px 22px 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a.two-line {padding:13px 16px;}
.sf-menu > li > a span {
    display: block;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #fff;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current {
  background:#47b1c0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover {
  background: #47b1c0;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  min-width: 104px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -52px;
  background: #333036;
  text-align: left;
  text-transform: uppercase;
  padding: 23px 9px 25px 10px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul > li {
  display: inline-block;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: 0;
  right: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
}
.sf-menu ul li a:hover {
  color: #47b1c0;
}
.sf-menu ul > .sfHover > a:after {
  color: #47b1c0;
}
.sf-menu ul li.sfHover > a {
  color: #47b1c0;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -9px;
  left: 146px;
  background: #47b1c0;
  padding: 14px 9px 11px 17px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li {
  display: block;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
.sf-menu ul ul li a {
  color: #010101;
  display: block;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
/*.item img{margin:15px}*/

@media only screen and (max-width: 767px) 
{
    .moble_phone{display:none !important}
    .mobile_margin{margin-top:30px !important}
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #4acab4;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Inder", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
 
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
/* ======= Header 1 ======= */
.header1 {
  text-align: center;
  border-bottom: 1px solid #47b1c0;
  padding-bottom: 28px;
}
.header1_span {
  margin-top: 25px;
  display: block;
  text-align: center;
  font: 400 14px/24px "Inder", sans-serif;
  color: #737373;
}
.header1_span2 {
  margin-top: 25px;
  display: block;
  text-align: center;
  font: 500 16px/26px "Inder", sans-serif;
  color: #8A4141;
}
/* ======= Header 2 ======= */
.header2 {
  text-align: center;
  border-bottom: 1px solid #dfe2e4;
  padding-bottom: 15px;
}
/* ======= Post 1 WELCOME VISITOR ======= */
.post1 {
  margin-top: 54px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 15px 17px 18px 17px;
}
.post1 .img-wrapper1 {
  margin-bottom: 18px;
  position: relative;
}
.post1 .img-wrapper1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post1 h3 {
  margin-bottom: 4px;
}
.post1 .btn-default {
  margin-top: 15px;
}
.post1:hover .font1 {
  color: #47b1c0;
}
.post1:hover .img-wrapper1 img {
  top: -131px;
}
@media (max-width: 979px) {
  .post1 h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
/* ======= Post 2 What Can Life Coaching Do For You?  ======= */
.post2 {
  margin-top: 75px;
  margin-bottom: 97px;
}
.post2 img {
  border: 1px solid #dfe2e4;
  margin-bottom: 38px;
}
.post2 h4 {
  margin-bottom: 21px;
}
.post2 .btn-default {
  margin-top: 25px;
}
/* ======= Post 3 Life Coaching Areas  ======= */
.post3 {
  margin-top: 77px;
  padding-right: 50px;
  margin-bottom: 81px;
}
@media (max-width: 979px) {
  .post3 {
    padding-right: 0;
  }
}
.post3 h4 {
  padding-left: 69px;
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}
.post3 h4:hover:before {
  background: no-repeat center -52px;
}
.post3 h4:before {
  content: '';
  position: absolute;
  display: block;
  overflow: hidden;
  width: 52px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  left: 0;
  background: no-repeat center 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post3.post3_1 h4:before {
  background-image: url(../images/page1_img8.png);
}
.post3.post3_2 h4:before {
  background-image: url(../images/page1_img9.png);
}
.post3.post3_3 h4:before {
  background-image: url(../images/page1_img10.png);
}
.post3.post3_4 h4:before {
  background-image: url(../images/page1_img11.png);
}
.post3.post3_5 h4:before {
  background-image: url(../images/page1_img12.png);
}
.post3.post3_6 h4:before {
  background-image: url(../images/page1_img13.png);
}
.post3.post3_7 h4:before {
  background-image: url(../images/page1_img14.png);
}
.post3.post3__inset1 {
  margin-top: 0px;
  margin-bottom: 42px;
  padding-right: 0;
}
.post3.post3_2_1 h4:before {
  background-image: url(../images/page3_img9.png);
}
.post3.post3_2_2 h4:before {
  background-image: url(../images/page3_img10.png);
}
.post3.post3_2_3 h4:before {
  background-image: url(../images/page3_img11.png);
}
.post3.post3_2_4 h4:before {
  background-image: url(../images/page3_img12.png);
}
.post3.post3_2_5 h4:before {
  background-image: url(../images/page3_img13.png);
}
/* ======= Post 4 Public Events  ======= */
.post4 {
  margin-top: 62px;
  margin-bottom: 40px;
  padding-right: 50px;
}
@media (max-width: 979px) {
  .post4 {
    padding-right: 0;
  }
}
.post4 time {
  padding-left: 23px;
  position: relative;
  color: #b0b4b1;
}
.post4 time:before {
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 2px;
  border-radius: 20px;
  display: block;
  position: absolute;
  background: #c3c2c2;
}
.post4 .header7 {
  margin-bottom: 1px;
}
.post4 p {
  margin-top: 15px;
}
.post4 .btn-default {
  margin-top: 25px;
}
/* ======= Banner 1 Newsletter Form ======= */
.banner1 .banner1_text {
  float: left;
}
@media (max-width: 1199px) {
  .banner1 {
    padding-bottom: 15px;
    text-align: center;
  }
  .banner1 .banner1_text {
    float: none;
  }
  .banner1 .newsletter-form {
    float: none;
  }
}
/* ======= Newsletter Form ======= */
.newsletter-form {
  text-align: center;
  float: right;
  /*margin-top: 12px;*/
  position: relative;
  /* Success message */
  /* Submit Button GO */
  /* Input form for email*/
  /* Error message style */
  /* Error message appears */
}
.newsletter-form .button {
  display: inline-block;
  font: 400 14px/18px "Inder", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background:#47b1c0;
  padding: 10px 29px 11px 28px;
  margin-left: 3px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.newsletter-form .button:hover {
  color: #ffffff;
  background:#55bfce;
}
@media (max-width: 767px) {
  .newsletter-form .button {
    margin-top: 12px;
    margin-left: 0;
  }
    #header .login {
    margin-right:0px
    }
}
@media (max-width: 479px) {
  .newsletter-form .button {
    margin-top: 20px;

  }
   .btn-schedule {
       width:270px;
  font: 400 14px/24px "Inder", sans-serif;
  display: inline-block;
  color: #ffffff;
  background: #47b1c0;
  border-radius: 3px;
  margin-bottom:5px;
  text-align:center;
  padding: 7px 0px 7px 0px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
}
.newsletter-form label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Inder", sans-serif;
  color: #ffffff;
  padding: 0 0 0px 42px;
  width: 189px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background:#fff;
  height: 39px;
  text-align: right;
}
.newsletter-form label + label {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .newsletter-form label {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter-form label input {
    width: 378px;
  }
  .newsletter-form label + label {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .newsletter-form label {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter-form label input {
    width: 228px;
  }
  .newsletter-form label + label {
    margin-left: 0;
  }
}
.newsletter-form .success {
  text-align: center;
  position: absolute;
  font-size: 11px;
  line-height: 12px;
  bottom: -20px;
  color: #ffffff;
  left: 50%;
  margin-left: -99px;
}
.newsletter-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/18px "Inder", sans-serif;
  color: #000000;
  padding: 0 13px 0px 0;
  width: 140px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  background:#fff;
  height: 39px;
}
.newsletter-form input:focus {
  outline: none;
}
.newsletter-form .name {
  position: relative;
}
.newsletter-form .name:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 12px;
  left: 15px;
  background: url(../images/user_icon.png) no-repeat center;
}
.newsletter-form .email {
  position: relative;
}
.newsletter-form .email:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 12px;
  left: 15px;
  background: url(../images/mail_icon.png) no-repeat center;
}
.newsletter-form .mobile {
  position: relative;
}
.newsletter-form .branch {
  position: relative;
}
.newsletter-form .mobile:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 12px;
  left: 15px;
  background: url(../images/mobile_icon.png) no-repeat center;
}
.newsletter-form .error {
  text-align: left;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  bottom: -16px;
  left: 0;
  display: none;
  color: #ffffff;
}
.newsletter-form .invalid .error {
  display: block;
}
@media (max-width: 767px) {
  .newsletter-form .success {
    bottom: -25px;
  }
  .newsletter-form .error {
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    top: -13px;
    display: none;
    color: #ffffff;
  }
}
/* ======= Post 5 In a Nutshell About Us ======= */
.post5 {
  margin-top: 70px;
}
.post5 .font2 {
  display: block;
  margin-bottom: 21px;
}
.post5 img {
  border: 1px solid #dfe2e4;
  margin-bottom: 21px;
}
.post5 p {
  margin-bottom: 21px;
}
.post5 .first-image {
  margin-top: 5px;
  float: left;
  margin-right: 30px;
}
.post5 .second-image {
  float: right;
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .post5 .first-image {
    float: none;
    margin-right: 0;
  }
  .post5 .second-image {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .post5 img {
    width: 100%;
  }
}
/* ======= Post 6 Meet the Team of Expert Coaches ======= */
.post6 {
  background: #ffffff;
  margin-top: 75px;
  border: 1px solid #dfe2e4;
}
.post6 .content {
  padding: 25px 19px 39px 18px;
}
.post6 img {
  border-bottom: 1px solid #dfe2e4;
}
.post6 h4 {
  margin-bottom: 21px;
}
.post6 .socials2 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post6 .socials2 li + li {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .post6 img {
    width: 100%;
  }
}
/* ======= Socials 2 ======= */
.socials2 li {
  display: inline-block;
}
.socials2 li + li {
  margin-left: 7px;
}
.socials2 li a {
  display: block;
  height: 29px;
  width: 29px;
  background: #47b1c0;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100px;
  text-align: center;
}
.socials2 li a i {
  line-height: 29px;
}
.socials2 li a:hover {
  background: #414141;
}
/* ======= Post 7 Our Courses ======= */
.post7 {
  margin-top: 75px;
}
.post7 img {
  border: 1px solid #dfe2e4;
  margin-bottom: 25px;
}
.post7 h4 {
  margin-bottom: 21px;
}
.post7 .btn-default {
  margin-top: 25px;
}
.post7__inset1 {
  border: 1px solid #dfe2e4;
  margin-top: 30px;
}
.post7__inset1 img {
  border: none;
  border-bottom: 1px solid #dfe2e4;
}
.post7__inset1 .content {
  padding: 0 19px 29px 19px;
}
.post7__inset1 .content ul li {
    list-style-image:url("/images/list1.png");
}
.post7__inset1 .content ul li b {
  color:#47B1C0;
}
.post7_schedule {
  margin-top: 25px;
}
/* ======= Description List 1 ======= */
.dl-list1 dt {
  font: 400 18px/21px "Inder", sans-serif;
  color: #47b1c0;
  text-transform: uppercase;
  margin-bottom: 21px;
  padding-left: 30px;
  position: relative;
}
.dl-list1 dt:before {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f058';
  color: #47b1c0;
  left: 0px;
  top: 1px;
}
.dl-list1 dt a:hover {
  color: #414141;
}
.dl-list1 dd {
  margin-bottom: 29px;
  padding-left: 30px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 14px;
  position: relative;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/list1.png) no-repeat center;
  left: 0;
  top: 7px;
}
.list1 li + li {
  margin-top: 14px;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #4acab4;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Post 8 Our Blog ======= */
.post8 {
  clear:both;
}
.blog_clear{padding:20px 0;clear:both}
.post8 img {
  border: 1px solid #dfe2e4;
  float: left;
  margin-top: 6px;
  margin-right: 30px;
}
.post8 .post_header {
  position: relative;
  margin-bottom: 21px;
  font: 400 18px/21px "Inder", sans-serif;
  color: #b0b4b1;
  text-transform: uppercase;
}
.post8 .post_header a {
  color: #4acab4;
}
.post8 .post_header a:hover {
  color: #414141;
}
.post8 .post_header .global-info {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #b0b4b1;
}
.post8 .post_header .global-info:before {
  content: '';
  width: 11px;
  height: 11px;
  left: 0;
  top: 6px;
  border-radius: 20px;
  display: block;
  position: absolute;
  background: #c3c2c2;
}
.post8 .post_header .comments {
  float: right;
}
.post8 h4 {
  margin-bottom: 21px;
}
.post8 p {
  overflow: hidden;
}
.post8 .btn-default {
  margin-top: 25px;
  float:right
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post8 .post_header .comments {
    float: none;
    display: block;
  }
  .post8 .post_header .comments a {
    padding-left: 23px;
  }
}
@media (max-width: 979px) {
  .post8 img {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}


.pte-saturday {
    margin-left: 20%;
}
@media (max-width: 767px) {
  .post8 .post_header .comments {
    float: none;
    display: block;
  }
  .post8 .post_header .comments a {
    padding-left: 23px;
  }
  .blog_clear{padding:10px 0;clear:both}
    .pte-saturday {
    margin-left:0;
}
}
/* ======= Google Map  ======= */
.google-map_contacts {
  border: 1px solid #dfe2e4;
  margin-top: 5px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 398px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
address {
  padding: 25px 22px 22px;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 18px;
}
address .h3 {
  margin-bottom: 4px;
}
address span {
  display: block;
  font: 400 13px/24px "Inder", sans-serif;
  color: #9f9f9f;
}
/* ======= Post 9 Privacy Policy ======= */
.post9 h4 {
  margin-bottom: 21px;
}
.post9 p {
  margin-bottom: 29px;
}
.post9 .simple-link {
  display: inline-block;
  margin-top: -8px;
  color: #4acab4;
}
.post9 .simple-link:hover {
  color: #414141;
}
.simple-link {
  text-decoration: none;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  font: 400 18px/22px "IstokWeb", sans-serif;
  color: #ffffff;
}
#footer .footer_block {
  padding-top: 41px;
  padding-bottom: 43px;
  padding-right: 10px;
  margin-bottom: 23px;
  border-right: 1px solid #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
#footer .footer_block_phone1 {padding-bottom:130px}
@media (max-width: 767px) {
  #footer .footer_block {
    padding-top: 21px;
    padding-bottom: 23px;
  }
  #footer .footer_block_phone1 {padding-bottom:0px}
}
#footer .footer_block.last {
  border-right: 0;
}
.image_video{max-width:100%;min-width:100%;min-height:330px;max-height:330px;overflow:hidden; vertical-align:middle;padding:45px 0 0 0}
.image_video img{width:100%; vertical-align:middle}
.image_video iframe{width:100%; vertical-align:middle;height:330px}
@media (max-width: 767px) 
{
    .image_video{min-width:100%;min-height:auto;overflow:hidden; vertical-align:middle}
    .image_video img{width:100%; vertical-align:middle}
    .image_video iframe{width:100%; vertical-align:middle;height:auto;}
  #footer .footer_block.last {
    border-right: 1px solid #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }
}
#footer .footer_phone {
  color: #47b1c0;
}
#footer .header8 {
  margin-bottom: 34px;
}
#footer .socials1 {
  margin-top: 40px;
}
@media (max-width: 979px) {
  #footer .socials1 li + li {
    margin-left: 13px;
  }
}
#footer .socials1 li a {
  color: #909199;
}
#footer .socials1 li a:hover {
  color: #ffffff;
}
#footer .privacy-block {
  text-transform: uppercase;
  font: 400 12px/12px "Inder", sans-serif;
  color: #9fa3ab;
}
#footer .privacy-block .privacy-block_text {
  display: inline-block;
  margin-top: 5px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 48%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  background:#238d9c;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #7f7f7f;
  background: #1e1e1e;
}
/*Core variables and mixins*/
/*Core variables and mixins*/

b{font-weight:700;}
.list1{display:inline-block; margin-bottom:10px;}
.map {float: left;padding-top: 5px;width: 100%;}
.map i{float:left; padding:3px 8px 0 0;}
.left{text-align:left !important;}
.pb_0 {padding-bottom: 0 !important;}
.mb_15{margin-bottom:15px !important;}
.supscripts{font-size:small !important;}


#popup_box {
    display: none;
    position: fixed;
    _position: absolute;
    background: #FFFFFF;
    left: 300px;
    top: 150px;
    z-index: 1010;
    margin-left: 15px;
    border: 2px solid #C4C4C4;
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #C4C4C4;
    -webkit-box-shadow: 0 0 5px #C4C4C4;
    box-shadow: 0 0 5px #C4C4C4;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 1001;
    display: none;
}

#popup_box2 {
    display: none;
    position: absolute;
    width: 50%;
    height: auto;
    text-wrap:normal;
    background: #FFFFFF;
    left: 25%;
    top: 25%;
    z-index: 1010;
    margin-left: 15px;
    border: 2px solid #C4C4C4;
    -moz-box-shadow: 0 0 5px #C4C4C4;
    -webkit-box-shadow: 0 0 5px #C4C4C4;
    box-shadow: 0 0 5px #C4C4C4;
    border-radius:10px;
    padding: 10px;
}

.user_annoucement {
    width: 100%;
    height: 200px;
    overflow: auto;
    font-size: 12px;
    color: Black;
}

.user_annoucement_btn {
    border-top: 1px solid #C4C4C4;
    color: #000;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
.user_annoucement_header {
    border-bottom: 1px solid #C4C4C4;
    color: #000;
    padding: 15px 0px 15px 0px;
    text-align: center;
}

@media (max-width: 479px) {
    #popup_box2 {
        width: 85%;
        left: 0%;
        top: 2%;
    }
    .user_annoucement {
        height: 250px;
    }
    .user_annoucement_header h4 {
         font-size: 14px !important;
    }
    .user_annoucement_btn {
       padding: 5px 0px 5px 0px;
    }
}

.testimonials ul{margin-left:0 !important;margin-bottom:45px}
.rslides, .rslides li{width:100%; float:left; }
.feedback{width:96%; float:left;background-color:#807e7f; padding:15px 2%;}
.feedback_text{width:75%; float:left; font-size:16px; color:#fff; line-height:22px;margin-top:8px}
.name1{/*float:right;*/ text-align:center; color:#47b1c0; font-weight:bold; padding-top:3px;}
.name1 span{color:#ffffff}
.feedback_text i {background-color: #47b1c0;border-radius: 60px;color: #fff;float: left;font-size: 28px;height: 39px;margin-right: 10px;padding: 10px 0 0 13px;width: 37px;margin-top:-8px}
.feedback_rating{width:15%; float:left; padding-top:10px;padding-left:70px}
.feedback_rating i{font-size:25px; color:#FAD60A; float:left; padding:0 2px;letter-spacing:6px}
.feedback_rating_t{float:right;}
.feedback_rating_t i{font-size:18px; color:#FAD60A; float:left; padding:0 2px;letter-spacing:6px}
  .item{width:200px; float:left; position:relative; overflow:hidden;border:1px solid #47b1c0;margin:15px}
	    .image-overlay{position:absolute; cursor:pointer; z-index:99;top:230px;overflow:hidden;width:100%;height:100%;text-align:center; color:#fff; font-size:17px; font-weight:400; background:rgba(71, 177, 192, 0.6); -webkit-transition:all 450ms ease-out 0s;-moz-transition:all 450ms ease-out 0s;-o-transition:all 450ms ease-out 0s;transition:all 450ms ease-out 0s;}
        .image-overlay a{color:#fff;}
        .item:hover > .image-overlay{top:0; -webkit-transition:all 450ms ease-out 0s;-moz-transition:all 450ms ease-out 0s;-o-transition:all 450ms ease-out 0s;transition:all 450ms ease-out 0s;}
        .overlay_content{width:100%; float:left; text-align:center; padding-top:38px;}
        .overlay_content img{float:left; box-shadow:0 0 0 0;}
        .item:hover  a span.fa::before, .item.active  a span.fa::before {transform: scale(1.2, 1.2);transition: all 0.3s ease 0s;}
        .item a span.fa::before {left: 50%;margin-left: -10px;margin-top: -12px;position: absolute;top: 50%;transform: scale(0, 0);transition: all 0.3s ease 0s;}
        
        .inq_type label{width:auto !important}

      
/*My Offer CSS*/

.alert-danger{width:98%;    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;padding:10px 15px;font-size:16px;margin-bottom:15px}
.alert > .fa, .alert > .glyphicon {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: inherit;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.my_offer{padding-top:0;position:relative}
.my_offer:before{content: '';
    position: absolute;
    width: 10px;
    height: 112%;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    display: inline-block;
    left: 0;
    top: -45px;box-shadow:0px 2px 3px rgba(0,0,0,0.1)}

.my_offer .post1{margin-top:0;border:0;z-index:99}
.my_offer .row{margin-top:50px;margin-left:0;display: inline-block;width:100%;position:relative;
    -webkit-font-smoothing: antialiased;}
.my_offer .grid_6,.my_offer .grid_4{}
.my_offer h3{color:#238d9c}
.my_offer .font1{padding:10px 0;font-size:16px;color:#949393}
.my_offer .font1 .price{color:#ff3754}
.of1,.of2{position:relative}
.of1:before{content: '';
    position: absolute;
    border-top: 182px solid #fcfcfc;
    width: 30%;
    height: 0%;
    z-index: -1;
    left: 0;
    top: 0;
    border-right: 250px solid #ffffff;}
.of2:before{content: '';
    position: absolute;
    border-top: 230px solid #fcfcfc;
    width: 30%;
    height: 0%;
    z-index: -1;
    left: 0;
    top: 0;
    border-right: 250px solid #ffffff;}
@media (max-width: 479px) 
{
.feedback_text{width:100%; float:left;font-size:14px;}
.name1{font-size:14px;}
.feedback_rating{width:100%;text-align:center;padding-left:10px}
.feedback_rating i{font-size:25px;float:none; color:#FAD60A; padding:0 2px;letter-spacing:6px;text-align:center}
.feedback_rating_t{float:right;padding:7px 10px 10px 10px}
.feedback_rating_t i{font-size:18px; color:#f8fe00; float:left; padding:0 2px;letter-spacing:6px}
}
@media (max-width: 767px) 
{
.feedback_text{width:100%; float:left;font-size:14px;}
.name1{font-size:14px;}
.feedback_rating{width:100%;text-align:center;padding-left:10px}
.feedback_rating i{font-size:25px;float:none; color:#FAD60A; padding:0 2px;letter-spacing:6px;text-align:center}
.feedback_rating_t{float:right;padding:7px 10px 10px 10px}
.feedback_rating_t i{font-size:18px; color:#f8fe00; float:left; padding:0 2px;letter-spacing:6px}
.my_offer:before{content: '';
    position: absolute;
    width: 10px;
    height: 106%;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    display: inline-block;
    left: 0;
    top: -45px;box-shadow:0px 2px 3px rgba(0,0,0,0.1)}
}
@media (min-width: 767px) and (max-width: 979px) 
{
.feedback_text{width:68%; float:left;font-size:14px;}
.name1{font-size:16px;}
.feedback_rating{width:23%; float:right; padding-top:10px;padding-left:70px}
.feedback_rating i{font-size:25px; color:#FAD60A; float:left; padding:0 2px;letter-spacing:6px}
.feedback_rating_t{float:right;}
.feedback_rating_t i{font-size:18px; color:#FAD60A; float:left; padding:0 2px;letter-spacing:6px}
}

/* dashboard */
.dashboard-main {text-align: center; margin-top:60px;}
.dashboard-main .box {display: block;width: 100%;vertical-align:middle;min-height: 270px;position: relative; margin-bottom: 30px;}
.dashboard-main .box:before {position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";}

.dashboard-main .box-even:before {background: rgba(0,0,0,0.8);transition: 0.5s;}
.dashboard-main .box-odd:before {background: rgba(45,175,189,0.8);transition: 0.5s;}

.dashboard-main .box-even:hover:before {background: rgba(21,21,21,1); transition: 0.5s;}
.dashboard-main .box-odd:hover:before {background:#47b1c0; transition: 0.5s;}

.dashboard-main .box i {font-size: 50px;margin-bottom: 15px;color: #fff;display: block;}
.dashboard-main .box i.fa-caret-down {font-size: 18px;margin:5px 0 0 0}
.dashboard-main .box a.box-show {color: #fff;font-size:30px;/*display: table-cell;vertical-align: middle;*/ position: relative;z-index: 9; top: 80px;}

/*
.dashboard-main .box:hover .box-submenu {display: table-cell;vertical-align: middle;position: relative;z-index: 9;}
.dashboard-main .box .box-submenu {display: none;}
.dashboard-main .box .box-submenu a {width:100%;text-align: center;display: inline-block;box-sizing: border-box; color:#fff;font-size: 18px;padding: 10px;margin-bottom:5px;}
.dashboard-main .box .box-submenu a:hover {text-decoration: underline;}
*/

.dashboard-main .box1 {background: url(../images/box1.jpg) no-repeat center center; background-size: cover;}
.dashboard-main .box2 {background: url(../images/box2.jpg) no-repeat center center; background-size: cover;}
.dashboard-main .box3 {background: url(../images/box3.jpg) no-repeat center center; background-size: cover;}
.dashboard-main .box4 {background: url(../images/box4.jpg) no-repeat center center; background-size: cover;}
.dashboard-main .box5 {background: url(../images/box5.jpg) no-repeat center center; background-size: cover;}
.dashboard-main .box6 {background: url(../images/box6.jpg) no-repeat center center; background-size: cover;}


/* hover menu effect */

.navicon, .navicon1, .navicon2, .navicon3 {
  width: 100%;
  background: transparent;
  margin: 0 auto;
  position: relative;  
  display: block;
  z-index: 99;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}
     
.navicon:before, .navicon:after, .navicon1:before, .navicon1:after, .navicon2:before, .navicon2:after, .navicon3:before, .navicon3:after {
  content: "X";
  height: 3px;
  right: 10px;
  width: 35px;
}

.navicon:before, .navicon1:before, .navicon2:before, .navicon3:before {
  position: absolute;
  top: 0;opacity: 0;
}
 

.navicon:after, .navicon1:after, .navicon2:after, .navicon3:after{
  position: absolute;
  top: 5px;opacity: 0;
}


.navicon--active, .navicon--active1, .navicon--active2, .navicon--active3 {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
}
.navicon--active  span {
       display: none;
}
.navicon--active1  span {
       display: none;
}
.navicon--active2  span {
       display: none;
}
    .navicon--active3 span {
        display: none;
    }

.navicon--active:after{
  top: -70px;
  opacity: 1;
}

.navicon--active1:after{
  top: -70px;
  opacity: 1;
}

.navicon--active2:after{
  top: -70px;
  opacity: 1;
}
.navicon--active3:after {
    top: -70px;
    opacity: 1;
}

.toggle, .toggle1, .toggle2, .toggle3 {
    display: none;
    margin: 0 auto;
    width: 100%;
	padding: 0 20px;
	max-height: 270px;
    overflow-y: auto;
	box-sizing: border-box;
    min-height: 237px;
    opacity: 0;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}
.toggle--active, .toggle--active1, .toggle--active2, .toggle--active3 {
    display: block;
    opacity: 1;
    position: relative;
    -webkit-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.toggle-menu, .toggle-menu1, .toggle-menu2, .toggle-menu3 {
    display: block;
    vertical-align: middle;
}
    .toggle-menu li, .toggle-menu1 li, .toggle-menu2, .toggle-menu3 li {
        display: block;
    }
        .toggle-menu li a, .toggle-menu1 li a, .toggle-menu2, .toggle-menu3 li a {
            text-decoration: none;
            color: #fff;
            display: block;
            text-align: center;
            font-size: 17px;
            text-transform: uppercase;
            border-bottom: 2px solid transparent;
            -webkit-transition: linear 0.5s all;
            transition: linear 0.5s all;
            font-weight: 500;
            padding: 5px 0;
        }
            .toggle-menu li a span, .toggle-menu1 li a span, .toggle-menu2, .toggle-menu3 li a span {
                text-transform: lowercase;
            }
                .toggle-menu li a:hover, .toggle-menu1 li a:hover, .toggle-menu3 li a:hover {
                    color: #fff;
                    border-bottom: 1px solid #fff;
                    font-weight: 600;
                }

.about-partners {background: #f1f1f1;}
.about-partners .float-right{float: right;}
.about-partners .bottom-mar {margin-bottom: 50px;}
.about-partners i {display: block;font-size: 16px; font-style: italic;padding:7px 0 15px 0;}
.about-partners .h4 {font-size: 20px;font-weight: 600;color: #47afc0;}
.about-partners span {border: 8px solid #fff;border-radius: 50%;overflow: hidden; box-shadow: 0 0 0 4px #47b0c0; margin-right: 35px;margin-left: 0;max-width: 200px;display: inline-block;}
.about-partners p {margin-bottom: 10px;font-size: 14px;}
.about-partners .header2 {margin-bottom: 20px;}

@media (max-width: 767px) {
    .about-partners {text-align:center;}
    .about-partners span {margin: 0;}
    .about-partners .h4 {margin-top: 15px;}
    .about-partners .float-right {float: inherit;}
    .about-partners .bottom-mar {margin:15px;}   
}

