/*
Theme Name: yogaclassplan
Theme URI: http://yogaclassplan.com/
Author: the yogaclassplan
Author URI: http://yogaclassplan.com/
Version: 1.6
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ycp
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #212529;
}

a {
  color: #209fc4;
}

a:hover {
  color: #9bb041;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Poppins', sans-serif;
}


h1{
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}
h2{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color:#2f383f;
  text-transform: uppercase;
}
h3{
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}
h4{
  font-size:30px; 
}
h5{
  font-size: 20px;
  font-weight: 600;
  color:#2f383f;

}
h6{

}
p{
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
  color: #777777;
   padding-bottom: 30px;
   margin-bottom: 0;
}
p:last-child{
  padding-bottom: 0;
}


.btn_custom{
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 500;
}

.btn_custom_medium{
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 500;
}

.btn_blue_border{
  background: transparent;
  color:#209fc4;
  border:1px solid #209fc4;
}
.blog-content-head .banner-btn-wrap{
  margin-top: 15px;
}


.btn_blue{
  background: #209fc4;
  color:#fff;
}
.btn_green{
  background: #9bb041;
  color:#fff;
}
.btn_light_green{
  background: #96c702;
  color:#fff;
}

.btn_gray{
  background: #b2b2b2;
  color:#fff;
}

.btn_custom_small{
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   text-transform: capitalize;
   font-weight: 500;
}

.pt_120{
  padding-top: 120px;
}
.pb_120{
  padding-bottom: 120px;
}
.pt_60{
  padding-top: 60px;
}

.btn_custom img{
  padding-left: 10px;
}
ul li{
  list-style: none;
}
ul{
  padding-left: 0;
  margin-left: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #209fc4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ee7843;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}


#header .logo img {
  padding: 0;
  margin: 0;
  
}

#main {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #8a8a8a;
  padding: 13px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
 
}

.nav-menu a:hover, .nav-menu li:hover > a {
  color: #209fc4;
  text-decoration: none;
}



.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3c1300;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover > a {
  color: #209fc4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.nav-menu  a.btn_custom_small{
  padding: 0;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 4px !important;
  margin-right: 10px !important;
}
.nav-menu  a.btn_custom{
  padding: 0;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 4px !important;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 1200px) {
  .nav-menu a{
        padding: 13px 10px;
            font-size: 15px;
  }
  }

 @media (max-width: 1100px) {
  .nav-menu a{
        padding: 13px 8px;
            font-size: 15px;
  }
 } 

 @media (max-width: 768px) {
 }

  @media (max-width: 991px) {
    .menu-btn, .menu-btn-blue{
      text-align: center;
    }
    .menu-btn a, .menu-btn-blue a{
      display: inline-block !important;
      width: 217px !important;
      line-height: 25px !important;
      margin-bottom: 5px;
    }
  }

   @media (max-width: 768px) {
    .menu-btn{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .menu-btn-blue{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
 }

  @media (max-width: 480px) {
  .menu-btn{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
  .menu-btn-blue{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f1f1f;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f39e7a;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #209fc4;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #7a6960;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: #ffffff;
  
  margin: 72px 0 -72px 0;
      background-size: cover !important;
      background-position: bottom !important;
}

#hero h1 {
  margin: 0 0 10px 0;
  color: #fff;
}

#hero h3 {
  color: #fff;
  margin-bottom: 50px;

}



#hero .btn-get-started:hover {
  background: #ef7f4d;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: auto;
        padding: 10% 0 17%;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  
}

@media (max-width: 768px) {
  #hero h1 {
       font-size: 36px;
    line-height: 48px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}
@media (max-width: 480px) {
   #hero {
    height: auto;
    padding: 0% 0 19%;;
  }
  }



@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fef8f5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #209fc4;
  bottom: 0;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# class plan
--------------------------------------------------------------*/


#class-plan h2{
  color: #fff;
}

#class-plan h5, #class-plan h5 a{
  color: #fff;
  line-height: 30px;
}
#class-plan .icon-box{
  padding: 0 60px;
}
.plans-wrap{
  padding-top: 60px;
}
.plans-wrap .plan_box{
  padding:20px 0;
}

#class-plan h2{
  width: 620px;
  margin:auto;
}



/*--------------------------------------------------------------
# sign up
--------------------------------------------------------------*/

.signup-wrap img{
  width: 100%;
}
.flex-risk{
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
 
}

#signup-wrap .btn-wrap{
  padding-top: 40px;
}

#signup-wrap h5{
  padding-bottom: 10px;
}

#signup-wrap h2{
  width: 500px;
  margin:auto;
}


/*--------------------------------------------------------------
# Free Trial
--------------------------------------------------------------*/

#free-trial{
  width: 100%;
  padding: 150px 0;
}
#free-trial h2, #free-trial p{
  color:#fff;
}
#free-trial h2{
 text-transform: uppercase;
}
#free-trial .btn-wrap{
  margin-top: 45px;
}


/*--------------------------------------------------------------
# Sast To Use
--------------------------------------------------------------*/

#east-to-use{
  background: #e0e8ef;
}

.use-image{
  width: 100%;
  border:5px solid #fff;
  border-radius: 30px;
}

.use-image img{
  width: 100%;
}

#east-to-use h2{
width: 500px;
  margin:auto;
}

#east-to-use .section-head p{
  padding-top: 25px;
}


/*--------------------------------------------------------------
# Device 
--------------------------------------------------------------*/


#device .device-box{
  width: 100%;
}
#device .device-box img{
  width: 100%;
}



/*--------------------------------------------------------------
# Testimonials 
--------------------------------------------------------------*/


#testimonials{
  width: 100%;
  background-size: cover !important;
}

#testimonials h2{
  color: #fff;
}

#testimonials p{
  font-size: 15px;
  color:#fcfcfc;
}
.testimonials-wrap{
  padding-right: 50px;
}

.testimonials-wrap span{
  font-weight: 700;
  color: #fff;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
 
}
.customer-wrap{
  padding-top: 15px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #e0e8ef;
  font-size: 15px;
}
.footer-newsletter p{
  font-size: 13px;
  color:#777777;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 15px;
  position: relative;
  border-radius: 4px;
  
  text-align: left;
}

.footer-newsletter form{
  margin-top: 8px;
  position: relative;
  border-radius: 4px;
  
  text-align: left;
}

#footer .footer-newsletter form input[type="email"], .footer-newsletter form input[type="email"], .footer-newsletter form input[type="text"]   {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 140px) !important;
  height: 50px;
  border: 1px solid #94a2ae;
  margin-top: 0 !important;
}

#footer .footer-newsletter form input[type="submit"],.footer-newsletter form input[type="submit"]  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 32px;
  background: #9bae41;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.gform_validation_error .gform_footer input[type="submit"]{
      top: 103px !important;
}

#footer .footer-newsletter form input[type="submit"]:hover,.footer-newsletter form input[type="submit"]:hover {
  background: #209fc4;
}
.footer-newsletter h4{
  font-weight: 600;
}

#footer .footer-top {
  padding: 60px 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h5 {
  font-size: 20px;
  font-weight: bold;
  color: #2f383f;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f39e7a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
 
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
      font-size: 15px;
      color:#777777;
      line-height: 26px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #209fc4;
padding-left: 15px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #209fc4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #9bae41;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: none;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .credits a {
  color: #209fc4;
}
#footer .footer-top .footer-links.blog-footer ul li{
  border-bottom: 1px solid #e0e8ef;
}
#footer .footer-top .footer-links.blog-footer ul li:last-child{
  border-bottom: none;
}
.news-wrap{
  display: flex;
}

.news-wrap label{
  padding-left: 10px;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
}
.news-wrap{
  margin-top: 10px;
}
@media (max-width: 575px) {
  #footer .copyright, #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }
}








/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/


#hero.inner-page-banner{
  height: 80vh;
}

#hero.inner-page-banner h1, #hero.inner-page-banner h5{
  color:#2f383f;
}

#hero.inner-page-banner .row, #features-wrap .row{
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
}

#features-wrap{
  background: #f3f3f3;
}

#features-wrap h2{
  padding-bottom: 40px;
}
#features-wrap .container .row{
  padding-bottom: 170px;
}
#features-wrap .container .row:last-child{
  padding-bottom: 0;
}

#features-wrap .container .row:nth-of-type(odd) .features-text-wrap{
  padding-right: 105px;
}

#features-wrap .container .row:nth-of-type(even) .features-text-wrap{
  padding-left: 105px;
}
#features-wrap .container .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.list-style ul{
  margin-left: 0;
  padding-left: 27px;
  margin-bottom: 0;
}

.list-style ul li{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #7a7e81;
  list-style: none;
  line-height: 26px;
  padding-bottom: 5px;
}

.list-style ul li:last-child{
  padding-bottom: 0;
}

.list-style ul li:before{
  width: 12px;
  height: 12px;
  position: absolute;
      left: -27px;
    top: 8px;
  background: #209fc4;
  display: block;
  content: '';
  border-radius: 3px;
}

.features-text-wrap .list-style{
  padding-bottom: 30px;
}
.features-text-wrap p.small_text{
  font-size: 15px;
}
.features-text-wrap p.small_text span{
  color:#9bb041;
  font-weight: 700;
}


.features-image-wrap{
  width: 100%;
  border: 15px solid #fff;
  border-radius: 30px;
  overflow: hidden;
      box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);
}
.features-image-wrap img{
  width: 100%;
}

#device.device-wrap{
  background: #209fc4;
}

#device.device-wrap h2{
  width: 450px;
  margin:auto;
  color: #fff;
}

#device.device-wrap p{
  color:#fff;
}

#device.device-wrap .use-image{
  background: #fff;
  overflow: hidden;
}

.device-inner{
  width: 100%;
  border:2px solid #ececec;
  border-radius: 25px;
  text-align: center;
}

#device.device-wrap .device-inner p{
  height: 30px;
  color: #9bb041;
  font-weight: 600;
  padding-top: 30px;
}

#device.device-wrap .device-inner h5{
  padding: 15px 0;
}

.features-image-link{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.features-image-wrap{
  position: relative;
}

.features-image-link img{
      display: block;
    position: absolute;
    width: 94px;
    left: 50%;
    top: 50%;
     -ms-transform: translate(-50%,-50%); /* IE 9 */
  transform: translate(-50%,-50%); /* Standard syntax */
}

#hero.pose-directory-banner h1{
  color: #fff;
}

#hero.pose-directory-banner h5{
  color: #fff;
}


.directory-box{
  width: 100%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 350px;
  border-radius: 30px;
  
      box-shadow: 0px 0px 10px -2px rgba(20,89,109,0.4);
}
.directory-inner-box{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 25px;
  border:2px solid #e0e8ef;

}
.parent-wrap{
  width: 100%;
  height: 100%;
  display: table;
}
.child-wrap{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.directory-image-wrap{
  width: 33%;
  display: inline-block;
  padding-right: 15px;
    padding-left: 15px;
    vertical-align: top;
}
.directory-main-wrap{
  text-align: center;
}

.directory-info h5{
  padding-bottom: 25px;
}

.directory-info{
  padding-top: 40px;
  padding-bottom: 60px;
}

.directory-info h5{
  color:#209fc4;
}

.nav-menu ul li.active-menu a{
  color:#209fc4;
}

#instructions-wrap{
  background: #343f46;
}

#instructions-wrap h5,#instructions-wrap p{
  color:#fff;
}

.directory-inner-box img{
  width:80%;
  height: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.content {
 
  display: none;
}


.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.blog-wrapper-flex{
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
}
.blog-image, .blog-image img{
  width: 100%;
}

.blog-content-head h2 a{
  color: #2f383f;
}

.blog-content-head span{
  font-size: 14px;
}
.blog-content-head span.text_blue{
  color: #209fc4;
      text-transform: uppercase;
}
.blog-content-head span.text_gray{
  color: #a1a1a1;
}
.blog-container .blog-content-head{
  padding-top: 25px;
  padding-bottom: 50px;
}

.blog-container h5 a{
  color: #2f383f;
}   
.blog-container h5{
   margin-top: .5rem;
 }

 #blog-wrap-1{
  padding-bottom: 10px;
 }

 #latest-blog{
  padding-bottom: 20px;
 }

 #loadMore{
  margin: auto;
 }

 #hero .container{
  position: relative;
 }
 .banner-side-image{
  position: absolute;
  right: 5%;
  bottom: -320px;
 }
 .banner-side-image img{
  width: 100%;
 }

 #hero{
  overflow: hidden;
 }

 #contact-wrap{
  position: relative;
 }

 #contact-wrap:after{
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e0e8ef;
  right: 0;
  top: 0;
  content: '';
  display: block;
 }

 #contact-wrap .container{
  position: relative;
  z-index: 9;
 }

 .contact-form-box{
  padding-right: 100px;
  padding-top: 100px;
 }

.form-wrap input[type="text"], .form-wrap input[type="email"]{
  width: 100%;
  height: 45px;
  border:1px solid #d3d3d3;
  border-radius: 5px;
  text-indent: 25px;
}
.form-row{
  margin-bottom: 15px;
}
.form-row:last-child{
  margin-bottom: 0;
}

.form-wrap textarea{
  width: 100%;
  height: 135px;
  border:1px solid #d3d3d3;
  border-radius: 5px;
  resize: none;
  
  padding: 15px 25px;
}
.form-wrap input[type="text"]:focus, .form-wrap input[type="email"]:focus, .form-wrap textarea:focus{
  border-color:#9bb041 !important;
      outline: none;

}
.form-wrap input[type="submit"]{
  width: 100%;
  height: 45px;
  background: #209fc4;
  text-align: center;
  line-height: 45px;
  border:none;
  color:#fff;
  font-family: 'Poppins', sans-serif;
   font-size: 16px;
   font-weight: 500;
   border-radius: 5px;
}
.form-wrap input[type="submit"]:hover{
  background: #9bb041;
}

.contact-info-wrap{
  padding: 0 100px;
  box-sizing: border-box;
}

.contact-info-box{
  width: 100%;
  height: 335px;
  background: #fff;
  margin-bottom: 20px;
}
.contact-info-box:last-child{
  margin-bottom: 0;
}

.parent-wrap{
  width: 100%;
  height: 100%;
  display: table;
}
.child-wrap{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.info-content h4{
  color: #2f383f;
  font-weight: 700;
}

.contact-info-box{
  padding: 0 30px;
}
.info-image-wrap{
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  border:1px solid #b1c16a;
  margin: auto;
  margin-bottom: 10px;
}

.contact-info-wrap a.button {
  width: 100%;
  margin-top: 10px;
}

.info-content a{
  color:#2f383f;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  display: block;

}

.info-content a i{
  color: #209fc4;
  font-size: 35px;
  padding-right: 10px;
      vertical-align: middle;
}

.step-wrap h4{
  text-align: center;
  font-weight: 700;
  color: #2f383f;
  border:2px solid #d9e1e9;
  padding: 10px 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post-main-image{
  text-align: center;
  padding: 60px 0;
}
.post-head-wrap h4{
  font-weight: 700;
  text-transform: uppercase;
  color: #9bb041;
}

.post-top-head span{
  background: #e0e8ef;
  padding: 5px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  color:#209fc4;
}
.all-step{
  margin-top: 60px;
}
.queues-head-left{
  width: 63px;
  height: 63px;

  background: #fff;
    padding: 5px;
    box-sizing: border-box;

    border-radius: 10px;
    box-shadow: 0px 0px 10px -2px rgba(20,89,109,0.4);
        margin-right: 15px;
  
}
.queues-head{
   display: flex;
  
  /* align-self: center;    <---- REMOVE */
  align-items: center;   /* <---- NEW    */
}
.queues-head-right h5{
  margin-bottom: 0;
  padding-bottom: 0;
}
.queues-head{
  padding-bottom: 20px;
}
.queues-wrap{
  margin-bottom: 30px;
}
.queues-inner{
      width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #e0e8ef;
}

.post-list ul li{
  font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #777777;
    position: relative;
    list-style: none;
    padding-bottom: 5px;
}

.post-list ul li:before{
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #209fc4;
  position: absolute;
      left: -25px;
    top: 7px;
  display: block;
  content: '';
}
.Written-text{
  font-weight: 600;
  color: #2f383f;
  padding-bottom: 10px;
}
.Written-wrap{
  padding-top: 50px;
  padding-bottom: 40px;
}
.share-soccial ul li{
  list-style: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.share-soccial ul{
  padding-left: 0;
  margin-left: 0;
}
.share-soccial ul li a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 27px;
}

.facebook a{
  background: #4267b2;
}
.twitter a{
  background: #55acee;
}
.pinterest a{
  background: #cb2027;
}
.envelope a{
  background: #7d7d7d;
}
.facebook-1 a{
  background: #ffbd00;
}
.share a{
  background: #95d03a;
}
.messenger a{
  background: #448aff;
}
.whatsapp a{
  background: #25d366;
}

.back-tp-pose{
  width: 100%;
  height: 120px;
  margin-top: 40px;
}

.back-tp-pose a{
  width: 100%;
  height: 100%;
  background: #e0e8ef;
  display: block;
}
.iamge-back, .text-back{
  display: inline-block;
  vertical-align: middle;
}
.text-back{
  color: #209fc4;
  font-weight: 700;
  font-size: 20px;
  padding: 0 15px;
  text-transform: uppercase;
}

.widgets-list ul li a{
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #9bb041;
  padding: 10px 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widgets-list ul li:first-child a{
  padding-top: 0;
}
.side-widgets-head h5{
  padding-bottom: 30px;
  text-transform: uppercase;
}
.side-widget{
  margin-bottom: 50px;
}
.side-widget a{
  width: 100%;
  display: block;
}
.side-widget a img{
  width: 100%;
}

.side-newsletter{
  background: #e0e8ef;
  padding: 20px;
  border-radius: 5px;
}
.side-newsletter h5{
  text-align: center;
}
.post-list ul{
      padding-left: 26px;
}
.side-widget-social .share-soccial{
      position: absolute;
    right: 0;
    top: 0;
    width: 342px;
}

.news-image{
  text-align: center;
}
.news-list ul{
  padding-left: 25px;
}
.news-list ul li{
font-size: 14px;
color: #80888e;
font-weight: 500;
line-height: 20px;
padding: 3px 0;
position: relative;
}

.news-list ul li:before{
      width: 17px;
    height: 12px;
    border-radius: 3px;
    background: url(../news-icon.html);
    position: absolute;
    left: -25px;
    top: 7px;
    display: block;
    content: '';
    background-size: cover;
}
.news-list{
  margin: 18px 0;
}
#directory-wrap .testimonials-wrap{
  padding-right: 50px;
}
#directory-wrap .testimonials-wrap p{
  font-size: 14px;
  color: #7a7e81;
  font-style: italic;
  line-height: 20px;
      padding-bottom: 18px;
}

#directory-wrap .testimonials-wrap span{
  color: #9bb041;
  font-style: italic;
}
.side-newsletter a.btn_custom{
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.side-widget.test-side{
  margin-top: 70px;
}
.blog-full-image img{
  width:100%;
}
span.blog-date{
  color:#a1a1a1;
  font-size: 14px;
}

.blog-full-image{
  padding-top: 20px;
  padding-bottom: 30px;
}
#side-wrap.blog-side{
      padding-top: 55px;
}
.blog-top-side{
  padding-top: 140px;
}
.widgets-list ul li a:hover{
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

span.blog-number{
  color: #209fc4;
  font-size: 20px;
  font-weight: 600;
}

.blog-comment{
  padding-top: 10px;
}
.side-pose-box .directory-box{
      height: 253px;
}
.side-pose-box{
  margin-bottom: 40px;
}
.side-pose-box:last-child{
  margin-bottom: 0;
}
.side-pose-box p{
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}
.side-pose-box h6{
  font-size: 17px;
  font-weight: 700;
  color: #209fc4;
  text-transform: uppercase;
}
.directory-box{
  margin:15px 0;
}

.pose-btn{
  text-align: right;
}

.pose-btn a{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.blog-comment img{
  width: 100%;
}

.newsletter-form-row input[type="text"], .newsletter-form-row input[type="email"]{
      width: 100%;
    height: 45px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    text-indent: 15px;
}
.newsletter-form-row{
  margin-bottom: 10px;

}

.newsletter-form-wrap{
  margin-top: 15px;
   overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.newsletter-form-row input[type="submit"], .newsletter-form-wrap input[type="submit"]{
  width: 100% !important;
    height: 45px;
    background: #209fc4;
    text-align: center;
    line-height: 45px;
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.newsletter-form-wrap .gform_wrapper ul.gform_fields li.gfield{
      padding-right: 0px  !important;
}
.newsletter-form-wrap label.gfield_label{
  display: none !important;
}
.newsletter-form-wrap input[type="text"]{
  margin-bottom: 0 !important;
      width: 100%;
    height: 45px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    text-indent: 15px;
}

.newsletter-form-wrap .gform_footer{
      margin: 0 !important;
}

.newsletter-form-wrap .gform_validation_error .gform_footer input[type="submit"]{
  top:inherit !important;
}

.newsletter-form-wrap.news-open{
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.directory-list .directory-box{
      height: 245px;
}
.directory-list .directory-info{
  padding-top: 15px;
      padding-bottom: 15px;
}

.directory-image-wrap.directory-list{
  width: 32.5%;
}

#page-404 h1 span{
      font-size: 188px;
    display: block;
    line-height: 125px;
}

#page-404 h1 strong{
  font-size: 45px;
  font-weight: 600;
} 
.right-404{
  width: 100%;
  height: 100%;
  background:#9bb041;
}
#page-404 .info{
  padding-bottom: 25px;
}

#page-404{
  padding-bottom: 0;
  padding-top: 150px;
}
.right-404 img{
  width: 100%;
}

.right-404 .post-list{
  padding:25px;
}
.right-404 .post-list li a{
  color: #fff;
}

.right-404 .post-list ul li:before{
  background: #fff;
}

#page-404 .info{
  width: 100%;
}

#page-404 .info img.size-full{
  width: 100%;
}

#support-wrap .news-warp-1 input[type="text"]{
      padding: 4px 4px;
    width: calc(100% - 115px);
    height: 50px;
    border: 1px solid #94a2ae;
    text-indent: 20px;
}

#support-wrap .news-warp-1 input[type="submit"]{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 32px;
    background: #9bae41;
    color: #fff;
    transition: 0.3s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 50px;
}

.support-wrap{
  margin-top: 80px;
}

#support-wrap h5 a{
  color: #9bae41;
}
#support-wrap h5{
  padding-bottom: 10px;
  min-height: 60px;
}
.post-video{
  padding:30px 0;
}
.side-newsletter{
  background-size: cover !important;
}

.free-image{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;

}
.free-image img, .free-logo img{
  width: 100%;
}

.side-newsletter p{
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.free-logo{
  width: 200px;
  margin: auto;
  margin-bottom: 15px;
}

a.header-sign{
      padding: 0;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 4px !important;
    margin-right: 10px !important;
}
a.header-free{
      padding: 0;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 4px !important;
}
.mobile-header-btn{
  display: none;
}

#blog-wrap-1 .blog-image, #blog-wrap-2 .blog-image{
  width: 100%;
  height: 184px;
  background:#209fc4;
  background-size: cover !important;
}
#latest-blog .blog-image{
  width: 100%;
  height: 184px;
  background:#f00;
  background-size: cover !important;
}

#latest-blog .blog-image{
  width: 100%;
  height: 285px;
  background:#f00;
  background-size: cover !important;
}

.post-head-wrap{
      padding-right: 80px;
}
.blog-full-image img{
 height:auto;
}


#hero.pose-directory-banner .banner_content{
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#hero.pose-directory-banner .banner_content h5{
  color: #9bae41;
}
#hero.pose-directory-banner .banner_content h1{
  color: #2f383f;
} 

#class-plan .section-head p{
  color: #fff;
  margin: 20px 0;
}
.banner_image_wrapper img{
  width: 100%;
}
.founders .signup-wrap{
  width: 80%
}

.testimonials-inner-wrap{
  background: #f2f2f2;
  border-radius: 5px;
  padding:50px 100px;
  position: relative;
}
.testimonials-icon{
  position: absolute;
  top: 50%;
  left: 30px;
   -ms-transform: translateY(-50%); /* IE 9 */
  transform: translateY(-50%); /* Standard syntax */
}
.testimonials-name p{
  font-weight: 600;
  color: #9bb041;
  padding-top: 25px;
}
.arrow-down{
        width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #f2f2f2;
    position: absolute;
    bottom: -19px;
    left: 20px;
}
.testimonials-wrapper{
  margin-bottom: 40px;
}
.testimonials-wrapper:last-child{
  margin-bottom: 0;
}

.wpcf7-form-control-wrap{
  width:100%;
}

#hero.inner-banner{
  height: 200px;
}




/*13.01.21 Start*/
.privacy_new_content .privacy-box {
    display: flex;
    background: #f7f7f7;
    padding: 20px;
    height: 100%;
}
.privacy_new_content .privacy-box h4{
  margin-bottom: 20px;
}
.privacy_new_content .privacy-icon {
    margin-right: 20px;
}
.mb_30{
  margin-bottom: 30px;
}
.mt_40{
  margin-top: 40px;
}
.mb_40{
  margin-bottom: 40px;
}
/*.privacy-text-new{
  display: flex;
  justify-content: space-between;
}*/

.accordion .card {
  margin-bottom: 10px;
  border: 0;
}

.accordion .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.accordion .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f1f1f1;
  color: #222;
  padding: 10px 20px;
}
.accordion .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.accordion .card .card-header a{
  font-size: 20px;
  font-weight: 600;
}
.accordion .card .card-header .btn-header-link.collapsed {
  background: #9bb041;
  color: #fff;  
}
.accordion .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.accordion .card .collapsing {
  background: #f9f9f9;
  line-height: 30px;
}
.accordion .card .collapse {
  border: 0;
}
.accordion .card .collapse.show {
  background: #f9f9f9;
  line-height: 30px;
  color: #222;
}
.accordian_section h5{
  margin-bottom: 15px
}




/*13.01.21 End*/

li.current-menu-item a{
  color: #209fc4;
}

#gform_wrapper_2 input[type=checkbox]{
  margin-top: 0;
 
}
#gform_wrapper_2 .gfield_checkbox label{
      width: 92%;
    max-width: 100%;
        padding-left: 10px;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
}
.privacy-wrap{
	width:800px;
	height:800px;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display:none;
	content:'';
	background: #f7f7f7;
	z-index: 999;
	padding: 25px 30px;
	overflow-X:hidden;
	overflow-y:auto;
}

.cookie-wrap{
	width:800px;
	height:800px;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display:none;
	content:'';
	background: #f7f7f7;
	z-index: 9999;
	padding: 25px 30px;
	overflow-X:hidden;
	overflow-y:auto;
}

.cookie-overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	content:'';
	display:none;
	z-index: 999;
}

.privacy-text p{
	    font-size: 14px;
    line-height: 20px;
	padding-bottom: 16px;
}
.privacy-text h4{
	font-size: 16px;
}


#privacy-wrap-popup{
	padding:0;
}

.privacy_new_content .privacy-box{
	    padding-bottom: 0;
}

.privacy_new_content{
	width:100%;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

a.p-pop-up-close{
	width:30px;
	height:30px;
	background:#209fc4;
	position:fixed;
	right:0;
	top:0;
	display:block;
	content:'';
	text-align:center;
	line-height:30px;
	border-radius:50%;
	color: #fff;
}


#privacy-wrap{
	padding-bottom:0;
}

.fade:not(.show){
	opacity:1 !important;
}
#video-popup-close{
	background-color: #fff;
}










