
/**
* [Table of contents]

Greens
00B300
268026
006600 - hapt green
36B336
bf6b04 - bright

/* 1 Home Page Section Css*/
 /* 1 header css
  2 Home Banner Section css
  3 About yoga Classis Section css
  4 Yoga and Meditation Section Css
  5 Price Section css
  8 Blog Section css
  9 Testimonial Section Css
  10 Contact Form Section Css
  11 Footer Section Css
  12 Trainer Deatil Section Css 
  13 Our Classes Section 
  14 Oue Schedule Section Css 
  15 Element Section Css
  16 Blog Section Css

/* default css */
/* Common  Css*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
.slogan {
  color: white;
  font-weight: 600;
	    display: inline-block;
     width: 72%;
	font-size: 88%;
	    line-height: 25px;
}

.headerContainer {
  justify-content: space-between;
}

.virtualText {
      font-weight: bold;
      text-transform: uppercase;
      background-color: rgba(0,0,0,.5);
      padding: 10px;
      border-radius: 10px;
      width: fit-content;
      margin-top: -10px;
  }
  .servicesVideoSection {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  .sv, .wwd {
/*    width: 90vw;*/
    position: relative;
    text-align: center;
  }
  .videoTitle {
      position: absolute;
      z-index: 11;
      top: 0px;
      width: 100%;
      vertical-align: middle;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.6);
      font-size: 2em;
      padding: 10px;
      font-family: 'Montserrat', sans-serif;
      letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;

  }
  .pricing-location {
    background-color: #ffffff;
      color: #000;
      font-size: 1.5em;     
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 1em;
    font-weight: 700;
  }
  .pricing-location > span {
    text-transform: uppercase;
      font-size: .8em;
      color: #000;
      font-weight: 700;
  }
  .price-service {
    background-color: #10660F;
      padding: 20px 30px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      position: relative;
      color: #000;
      font-size: 2em;
  }
  .valueStack {
    /*    position: relative;*/
    /*    top: -220px;*/
    /*display:flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-basis: 100%;*/
  }
  .valueStackItem {
    min-height: 100px;
    text-align: center;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .valueStackItem i.fa-solid {
    padding-right: 8px;
    font-size: 1.6em;
    color: slategrey;
  }
  .membershipsBlock {

  }
  .membershipsImage {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 400px;
  }
  .membershipsImage.virtual {
    background-image: url('../images/virtual.jpg');
  }
  .membershipsImage.semi_private {
    background-image: url('../images/semi-private.jpg');
  }
  .membershipsImage.private {
    background-image: url('../images/private.jpg');
  }
  .membershipsTitle {
    font-size: 1.5em;
    font-weight: 500;
  }
  .membershipsLearnMoreButton {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .membershipsLearnMoreButton2 {
/*    color: #bf6b04;*/
/*    font-weight: 400;*/
  }
  .membershipsLearnMore {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .contentOverVideo {
    top: 20%;
    position: relative;
  }
  .contentOverVideo h1 {
    font-size: 30px;
  }

  /*ipad*/
  @media only screen and (max-width: 820px)  {
    .membershipsImage {
    /*min-height: 250px;*/
    }
    .membershipsTitle {
      font-size: x-large;
      font-weight: bold;
      color: #365073;
    }
  } 
  /*phones horizontal*/
  @media only screen and (max-width: 640px)  {
    .contentOverVideo {
      top: 30%;
    }
    .videoTitle {
      font-size: 1.5em;
    }   
    .pricing-location {
      font-size: 1.8em;
    }
  }
  /*phones*/
  @media only screen and (max-width: 414px)  {
    .contentOverVideo {
      top: 30%;
    }
    .videoTitle {
      font-size: 1em;
    }
    .whydifferent {
      margin-top: 40px;
    }

  }

.logo {
    float: left;

    margin-bottom: 20px;
}
.container {
    display: block;
}
/*added to template*/
.videoOverlay {
  left:0;
  color: #fff;
  width: 100%;
  padding: 20px;
  top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
	display: contents;
}
#myVideo {
  right: 0;
  bottom: inherit;
  z-index: -1;
  width: 100vw;
}
.vid {
    position: absolute; 
    top: 0; 
    left:0;
    width: 100%; height: 100%; 
    z-index: -1;
} 
.white-border {
  border-color: #fff !important;
}
.white-background {
  background-color: #fff !important;
}
.navbar-toggler span.hamburger-white::before,
.navbar-toggler span.hamburger-white::after {
   background-color: #fff !important;
}
.makewhite {
  color: white !important;
}
.privacy li {
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.7;
	    margin-bottom: 2em;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.color1-bg {
  background-color: #00B300;
}
.color2-bg {
  background-color: #268026;
}
.color3-bg {
  background-color: #365073;
}
.color4-bg {
  background-color: #365073;
}
.color5-bg {
  background-color: #bf6b04;
}
.color1 {
  color: #00B300;
}
.color2 {
  color: #268026;
}
.color3 {
  color: #365073;
}
.color4 {
  color: #365073;
}
.color5 {
  color: #bf6b04;
}
.hpe{ 
  display: none;
}
.bannerTitle > h5 {
  color: white !important;
}

.tempTag {
	color: #365073;
    font-size: 0.64em;
    font-style: italic;
    padding-left: .5%;
	position: fixed;
	    margin-top: -8px;
    font-weight: 400;
}


.trainer-content .title {
font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-top: 0.8em;
    color: #365073;

}
.OwnersContainer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
}
.OwnersContainer img {
    width: 100%;
    margin-bottom: 3%;
}
.owner {
    /*float: left;
    width: 45%;
    margin-right: 5%;*/
}
.about-us .title,
.owner p.title { 
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #365073;
}
.about-us {
/*    float: left;*/
}
.aboutTitle {
	font-size: 39px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
	text-align: center;
}

.trainer-content .credentials {
     color: black; 
}
.trainer-content .locations {
    margin-top: 10px;
    color: black;
}
.oneNoneList {
  font-size: 15px;
}
.session {
  font-size: .8em;
  text-align: left;
  padding: 8px;
  margin: 5px;
  color: white;
  font-weight: 500;
}
.numberCircle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 14px;
  background-color: #365073;
  border: 1px solid #365073;
  color: #fff;
  text-align: center;
  font: 64px Montserrat, sans-serif;
line-height: 1.1;
    font-weight: 700;
}
.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: block;
  float: right;
  position: relative;
  top: -10px;
}
.todaysEvents {
  color: #727272;
  font-size: 14px;
  display: block;
}
/*------------------------------------
## 6. Section - Check Out the Schedule & Calendar ##
------------------------------------*/

.scheduler-calendar { 
  overflow: hidden; 
  background-color: #f7fbdf;
}

.scheduler-calendar:after { 
  background-image: url("images/calendar/calendar-after.png");
  background-repeat: no-repeat;
  height: 72px; 
  width: 100%; 
  background-size: 100% 100%;
}

.scheduler-calendar .section-title {
  width: 24%;
}

.scheduler-calendar .section-header .section-title[class*="col-"] { 
  margin: -11px 0 50px; 
}

.scheduler-calendar .section-header-left, 
.scheduler-calendar .section-header-right {
  width: 38%;
}

.scheduler-calendar .section-header {
  padding-top: 100px; 
}

/* Left Block */

.calendar-days { 
  list-style: outside none none; 
  margin: 0; 
  padding: 0;
}

.calendar-days li { 
  display: inline-block; 
  font-size: 20px; 
  margin-right: 112px;
  margin-bottom: 40px;
}

.calendar-days li:last-of-type { 
  margin-right: 0; 
}

.calendar-days li a {
  color: #41485c; 
}

.calendar-days li a:hover { 
  text-decoration: none;
  color: #abc503; 
}

.calendar-days .active a {
  color: #abc503;
}

.events-list { 
  display: inline-block;
  width: 100%; 
  list-style: outside none none;
  margin: 0 0 0 -5px; 
  padding: 0; 
}

.events-list hr { 
  border-color: #e5e5e5; 
  margin: 0;
}

.events-list a { 
  color: #abc503;
}

.events-list-block { 
  padding-left: 0; 
}

.events-list-inner {
  background-color: #fff; 
  border-radius: 5px; 
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17); 
  min-height: 83px; 
  padding: 20px 10px;
  margin-left: 10px;
}

.events-list-inner:hover { 
  background-color: #c8e600;
}

.events-list-inner:hover a { 
  text-decoration: none; 
  color: #41485C; 
}

.events-list-inner:hover .first-block .style-normal { 
  color: #41485C;
}

.events-list-inner:hover .second-block .event-by { 
  color: #41485C;
}

.events-list-inner:hover .second-block hr {
  border-color: #41485C; 
}

.events-list li { 
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.events-list .first-block { 
  clear: both; 
  display: inline-block; 
  float: left; 
  padding-top: 8px; 
  padding-right: 15px;
  width: 45%;
  min-width: 85px;
  max-width: 85px;
  /*border: thin solid red;*/
}

.events-list .second-block { 
  clear: both; 
  color: #abc503;
  display: inline-block;
  font-size: 24px;
  width: 55%;
  clear: right;
}

.events-list .second-block .style-super {
  color: #41485c; 
  font-size: 10px;
  line-height: normal; 
  margin-left: 3px; 
  vertical-align: super; 
}

.events-list .events-list-inner .second-block .style-light { 
  font-size: 24px; 
  font-weight: normal; 
  vertical-align: inherit;
}

.events-list .style-bold { 
  color: #121627;
}

.events-list .style-normal {
  color: #abc503; 
  display: inline-block;
  float: left; 
  font-size: 60px;
  height: 45px;
  line-height: 40px;
}

.events-list .style-super { 
  vertical-align: top; 
  font-size: 18px;
  color: #41485c;
}

.events-list li .event-by { 
  color: #727272; 
  font-size: 14px; 
  display: block;
}

.time-icons { 
  clear: right; 
  float: left; 
  text-align: right; 
  width: 24px; 
  font-weight: 600;
}

/* Right Block */

.event-calendar-block { 
  padding-left: 40px; 
  padding-right: 0;
}

.responsive-calendar {
  background-color: #41485c; 
  color: #f4f7f9; 
}

.responsive-calendar hr { 
  border-color: #697491; 
  margin-bottom: 0; 
  margin-top: 0;
}

.responsive-calendar .days {
  padding-bottom: 5px;
  padding-top: 5px;
}

.today-events {
  color: #41485c;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  min-height: 110px;
  background-color: #c8e600;
}

.today-events a { 
  color: #41485c;
}

.today-events h2 {
  margin:0;
  line-height: normal;
  font-weight: 300;
  font-size: 18px; 
  text-transform: none;
}

.today-events .style-super { 
  font-size: 11px; 
  font-weight: normal; 
  line-height: 22px; 
  margin-left: 2px; 
  vertical-align: top;
}

.today-events [class*="col-"]:first-of-type { 
  padding-right: 0;
}

.today-events [class*="col-"]:first-of-type span { 
  border: 1px solid #41495c;
  border-radius: 100%; 
  display: inline-block; 
  font-size: 58.42px; 
  height: 90px;
  line-height: 85px;
  margin: 11px auto; 
  text-align: center; 
  width: 90px; 
}

.today-events [class*="col-"]:last-of-type {
  padding-left: 0; 
  margin: 19px auto; 
}

.responsive-calendar .controls { 
  display: inline-block;
  line-height: 37px;
  padding-bottom: 10px;
  padding-top: 10px; 
  text-align: center; 
  width: 100%;
}

.responsive-calendar .controls a { 
  cursor: pointer; 
}

.responsive-calendar .controls p {
  margin: 0 auto; 
  display: inline;
}

.responsive-calendar .fa { 
  color: #f4f7f9; 
  font-size: 20px;
}

.responsive-calendar .day-headers,
.responsive-calendar .days { 
  font-size: 0;
}

.responsive-calendar .day { 
  display: inline-block; 
  position: relative; 
  font-size: 14px; 
  width: 14.285714285714286%; 
  text-align: center;
}

.responsive-calendar .day a {
  text-decoration: none; 
  color: #f4f7f9;
  display: block;
  font-size: 16px;
  padding: 15% 0; 
  transition: unset;
}

.responsive-calendar > .days .day:nth-child(7n+1) a { 
  color: #c8e600; 
}

.responsive-calendar > .day-headers .day:nth-child(7n+1) { 
  color: #c8e600;
}

.responsive-calendar .day.header { 
  padding-bottom: 10px;
  padding-top: 10px; 
}

.responsive-calendar .day.active a, 
.responsive-calendar .day.today a,
.responsive-calendar .day.selected a,
.responsive-calendar .day:hover a {
  border: 1px solid #fff; 
  border-radius: 100%; 
  color: #fff; 
  height: 33px; 
  line-height: 30px; 
  margin: 0 auto; 
  padding: 0; 
  width: 33px; 
}

.responsive-calendar .day a:hover { 
  cursor: pointer; 
  background-color: #c8e600; 
  color: #000 !important; 
}

.responsive-calendar .day.today a { 
  border: 0 none; 
  color: #41485c; 
  background-color: #c8e600;
}

.responsive-calendar .day .badge { 
  position: absolute; 
  top: 2px; 
  right: 2px; 
  z-index: 1; 
}

/*end added to template*/
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 300;
  letter-spacing: .5px;
  color: #000;
  overflow-x: hidden;
  overflow-y: hidden;
}
p, ul, ol {
  margin-bottom: 20px;
}
p{
	    color: #000;
letter-spacing: 0;
    line-height: 1.7;
    font-size: 15px;
	 font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  outline:none;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  color: #000;
 font-family: 'Montserrat', sans-serif;
 letter-spacing: 0.5px;
 line-height: 1.5;
	    font-weight: 900;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #999999;
}
.video-js .vjs-tech{

}
.btn, .form-control, button:focus {
  outline: none;
}
.dropdown-toggle::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  border:none;
  vertical-align:unset;
}
section{
	padding-top: 60px;
	padding-bottom: 60px;
}
/* defalut css*/
/* Comman Css */
.main-content h1{
/*    font-size: 60px;*/
    font-weight: 900;
    color: #fff;
   -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
	    line-height: 1.1;
	    text-transform: uppercase;
}
.heading-content h2{
  font-size:39px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.heading-content h2:before{
  position: absolute;
  content: "";
  width:100px;
  height: 3px;
  background-color: #fff;
  left:0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.btn{
  font-size: 16px;
  padding: 15px 30px;
  border:2px solid #365073;
  border-radius: 50px;
  color:#fff;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #365073   ;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;

    text-transform: uppercase;
}
.fill-btn, .price-btn{
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
     -o-transform: translateZ(0);
      transform: translateZ(0);   
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
      backface-visibility: hidden;   
  -webkit-transition-property: color;
     -moz-transition-property: color;
    -ms-transition-property: color;
      transition-property: color;  
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
      transition-duration: 0.3s;
  -moz-font-smoothing: grayscale;
}
.fill-btn:before, .price-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #bf6b04;
  border-radius: 50px;

  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
      transform: scaleX(0);    
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;   
  -webkit-transition-property: transform;
     -moz-transition-property: transform;
    -ms-transition-property: transform;
      transition-property: transform;  
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
      transition-duration: 0.3s;  
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
}
.fill-btn:hover, .fill-btn:focus, .fill-btn:active {
  color:#fff;
}
.fill-btn:hover:before, .fill-btn:focus:before, .fill-btn:active:before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
}
/* header css */
header{
  width: 100%;
  position: fixed;
  transition: all 0.5s;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px 0;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}
header.fixed{
  padding:0;
  background:#fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
header.fixed .navbar-nav .nav-item .nav-link:before, header.fixed .navbar-nav .nav-item .nav-link:after{
   font-size: 20px;
} 
.navbar-nav .nav-item .nav-link  {
    margin: 0 15px;
    font-size: 17px;
    color:#000;
    font-weight:500;
    transition: all 0.5s;
    position: relative;
	white-space: nowrap;
}
.navbar-nav .nav-item.active .nav-link {
  color: #365073;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #365073;
    transition: all 0.5s;
}
.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #365073;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.navbar-nav .nav-item.active > .nav-link:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/* Home Banner Section css */
.home-banner{
  /*background:url(../images/hapt_training_bw.jpg) no-repeat center center/cover;*/
  height: 105vh;
  display: inline-flex;
  justify-content:center;
  align-items: center;
  position: relative;
	width: 100%;
    text-align: center;
}
.main-content p{
    letter-spacing: .03em;
	font-size: 25px;
 font-weight:normal;
 color: #fff;
 margin: 20px 0;
}
.main-content p span{
  color:#bf6b04;  
  font-weight: 600; 
}
/* About Yoga Classes Css */

  div.quote {

  }
  p.quote {
    font-size: small;
  }
  p.author {
    color: slategrey;
  }
  .quoteImage img {
    height: 50px;
    width: 50px;
  }
  .expectImage img {
    height: 100px;
  }
  .newSteps {
/*    float: left;*/
/*      width: 30%;*/
      padding: 20px;
      border-radius: 20px;
/*      margin-right: 2em;*/
/*      display: inline-block;*/
  }
  .newSteps li {
    font-size: .8em;
      font-weight: normal;
  }
  .newSteps h4 {
    font-size: .9em;
  }
.yoga-services{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 30px;

  text-align: center;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
  margin-bottom: 0px;
}
.yoga-img.circle {
  justify-content: center;
  margin-bottom: 15px; 
  max-width: 120px;
}
.yoga-img {
  width: 160px;
  margin:0 auto; 
}
.yoga-content{
  padding: 40px 0 0;
}
.yoga-content h6{
font-size: 22px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: 0;
}
.yoga-content h5{
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.yoga-content h5:after{
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #365073;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; 
}
.yoga-content p{
font-size: 17px;
    margin-bottom: 0;
    color: #000;
    line-height: 23px;}
/* Yoga and Meditation Section Css*/
.about-bg{
  background:linear-gradient(rgba(140, 45, 179,.4),rgba(140, 45, 179,.4));
  /*background:linear-gradient(rgba(140, 45, 179,.4),rgba(140, 45, 179,.4)),url(../images/about-bg.png) no-repeat center left/50%,url("../images/psttern.svg") no-repeat left bottom/20%;*/
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.about-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:40%;
  right: -35%;
  z-index: -1;
  /*background: url("../images/psttern.svg") no-repeat center right/55%;*/
  transform: rotate(-90deg);
}
.about-bg::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: 0px;
  left: -60px;
  z-index: -1;
  /*background: url("../images/psttern.svg") no-repeat center left/100%;*/
  transform: rotate(-270deg);
}
.meditation-content{
  background-color: #fff;
  float: right;
  width: 50%;
  padding:50px;
  border-right: 5px solid #B32009;
}
.meditation-content h5{
  font-size: 25px;
  font-weight: 600;
  color: #B32009;
}
.meditation-content p{
  margin-bottom: 0;
}
.meditation-content h2{
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #365073;
  border-bottom:1px solid #000;
}
.breadCrumbContainer {
  margin-top: 40px;
}
/* Price Section Css*/
.pricing-table{
  border:1px solid #365073;
  padding-bottom: 30px;
  background: #ffffff;
}
.price-plan{
  color: #365073;
  padding: 0px;
  position: relative;
  background-color: #ffffff;
}
.price-plan::before{
  position: absolute;
  /* background: url("../images/psttern.svg") no-repeat center center/100%; */
  content: "";
  top: 0;
  margin: 0 auto;
  width: 400px;
  height: 220px;
  transform: rotate(180deg);
  opacity: .1;
  left: 0;
}
.price-plan h6{
  width: 100%;
  font-weight: 600;
  color: #ffffff;
  background-color: #365073;
  padding: 10px 0;
  font-size: 1.7em;
}
.price-value span{
  font-size: 50px;
  font-weight: 700;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}
span.virt_price {
font-size: 37px;
}
.pricing-content {
  margin-top: 30px;
}
.pricing-content p{
  font-weight: 400;
  color: #000;
}
.pricing-content p span{
  color: #B32009;
  font-weight: 600;
}
.price-btn{
  margin: 0px;
  background-color:#365073; 
  border:2px solid #365073;
  padding: 10px 30px;
	font-weight: 700;	
}
.price-btn:before{
  background:#bf6b04;
  border:2px solid #bf6b04;
}
.price-btn:hover, .price-btn:focus, .price-btn:active {
  color:#fff;
}
.price-btn:hover:before, .price-btn:focus:before, .price-btn:active:before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
}
/* Free Trial Page */

.freeImg {
    float: left;
    margin-right: 6px;
    margin-bottom: 30px;


}

.topImages {
margin-bottom: 2em;
    display: inline-flex;
    float: left;
    overflow: visible;
}
.freeImg img {
    width: 100%;
    float: left;
}


form#freeTrialForm {
/*    width: 48%;*/
    display: inline-block;
/*    float: left;*/
/*    height: 830px;*/
    padding: 20px;
    border: thin solid lightgrey;
    border-radius: 4px;
}
.clear {clear: both;}
.allsteps {
    background-color: #1f1e1e;
    float: left;
    width: 49%;
    padding: 20px;
    border-radius: 20px;
	    margin-right: 2em;
    display: inline-block;
}
.steps {
    width: 64px;
    float: left;
    font-size: 21px;
    line-height: 35px;
    margin-right: 28px;
	color: #365073;
	    text-align: center;
}

span.stepNum {
    font-size: 50px;
	letter-spacing: -.03em;
}  

.stepTitle {
      float: left;
    font-size: 24px;
    margin-top: -5px;
    color: #bf6b04;
    text-transform: uppercase;
    font-weight: 700;
}

.stepDes {
    float: left;
    font-size: 16px;
    width: 61%;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
}

.stepIcon img {

width: 100px;

height: 100px;

float: left;
}

.signupPage {
/*    float: left;*/
    width: 100%;
    display: flex;
}
.signup_steps {
    width: 100%;
    display: inline-block;
    float: left;
    color: #365073;
    border-bottom: 1px solid #bf6b04;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

/* Owl Blog Section Css */
.blogPost {
    color: #000;
font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;}

.blogPost li {
    margin-bottom: 30px;
}

.blogPost p {
    font-size: 20px;
    color: #000;
    line-height: 1.7em;
    letter-spacing: .02em;
}

div.masthead .page-heading h1, div.masthead .post-heading h1, div.masthead .site-heading h1
{
color: white;
    font-weight: 600 !important;
    text-transform: uppercase;
	    line-height: 1.2em;
}

.blog-section{
  position: relative;
  background-color: #221e1e;
background-image: url(/images/FC-BkgdPattern.png);
    background-repeat: repeat;
    background-size: inherit;
	background-position: left;
}
.blog-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top:53%;
  right: -35%;
  z-index: -1;
  /*background: url("../images/psttern.svg") no-repeat center right/50%;*/
  transform: rotate(-90deg);
}
.blog-heading h2:before{
  width: 120px;
  margin: 0;
}
.blog{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0px;
}
.blog-content{
  padding: 25px;
  min-height: 300px;
}
.blog-content h6 {
     font-weight: 700;
    letter-spacing: .07em;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  background-color: #365073;
  border: 1px solid #365073;
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 8px 14px;
}
.blog-content h4{
  font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 23px;
}
.blog-content p{
  font-size: 14px;
  margin-bottom: 0;
	color: black;
    line-height: 22px;
}
.blog-eleme {
  padding-bottom: 0;
}
.blog-img{  
     overflow: hidden;
    background: linear-gradient(rgb(0,0,0),rgb(0,0,0));
    border-radius: 10px;
    -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
   transition: .5s all ease;
}
.blog-img img{
  -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
   transition: .5s all ease;
}
.blog-img:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: .6;
}
.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

 .slider-nav button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*border: 2px solid #fff;*/
    border: none;
    width: 50px;
    height: 50px;
    line-height: 51px;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    text-align: center;
    }
 .slider-nav button i {
    max-width: 100%;
    max-height: 100%;
    font-size: 50px;
    /*border: thin solid yellow;*/
    /*font-weight: 400;*/
}
 .slider-nav button i:hover {
    /*color: #fff;*/
    color: #bf6b04;
    /*border: 2px solid #bf6b04;*/
}
/* Testimonial Silder Css*/
.testimonial-bg{
  background-color:#F6F9F8; 
  position: relative;
}
#testimonial-slider .item{
  margin: 0 10px;
}
.testimonial{
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 5px;
}
.testimonial .media img{
  border-radius: 50%;
  width:100px;
  height: 100px;
}
.testimonial h5{
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
}
.testimonial h6{
  font-size: 16px;
  margin-left: 0;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial p{
  color: #000;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.slider-nav1{
  position: relative;
  margin: 0 auto;
  text-align: center;
}
 .slider-nav1 button {
    border: 2px solid #365073;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 0 0;
    border-radius: 50%;
   color: #365073;
   background-color: transparent;
   cursor: pointer;
   -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;  
}
 .slider-nav1 button i {
    max-width: 100%;
    max-height: 100%;
    font-size: 25px;
    margin:11px 11px;
    font-weight: 400;
}
 .slider-nav1 button:hover {
    color: #fff;
    background-color: #B32009;
    border: 2px solid #B32009;
	 
	 
}
/* 1 on 1 */

.oneOnone p,
.semiPrivate p{
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 200;
}

.oneOnone li {
    font-size: 18px;
    font-weight: 200;
    line-height: 2;
}

.oneOnone h2 {
    text-transform: uppercase;
}




/* Contact Form Section Css*/

.address a, .phone a, .email a {
    color: #000;
    font-weight: 400;
}

.address a:hover, .phone a:hover, .email a:hover {
    color: #bf6b04;
    font-weight: 400;
}


.google-map iframe{
  height: 480px;
  width: 100%;
  border-radius: 10px;
}
.contact-form {
  padding: 43px 30px;
  border-radius: 10px;
}
.form-info{
  border:none;
}
.contact-form .form-control:focus {
    color:#000;
    background-color: rgba(140, 45, 179,.5);
    border-color: #000;
    outline: 0;
    box-shadow: none;
 }
  .contact-form .form-control {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin:0 0 20px 0;
    /*background-color: rgba(140, 45, 179,.5);*/
    background-clip: padding-box;
    /*border: 1px solid rgba(140, 45, 179,.5);*/
    border-radius: 5px;
    font-weight: 600;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
 .contact-form .form-group textarea{
  border-radius: 5px;
 }

 .about-info{
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .about-img{
   width: 90px;
   height: 90px;
   line-height: 90px;
   background-color: #B32009;
   text-align: center;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .about-info h5{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-left: 25px;

 }
 .about-info h6, .about-info h6 > a{
   color:#365073; 
   font-size: 16px;
   font-weight:600;
  margin-left: 25px;
  font-family: 'Montserrat', sans-serif;
 }
 .about-info h6 > a{
  margin-left: 0px;
 }
/* Footer Css */
footer{
  /*background-color:  rgba(140, 45, 179,.5);*/
  background-color:  #365073;
  padding: 50px 0;
  text-align: center;
}
footer a img{
  width: 380px;
}
footer a.dec{
  color: #FFF;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    float: left;
    width: 100%;
    text-align: left;
}

footer a.dec:hover{
  color: #bf6b04;
}
footer span{
  color:#365073; 
  font-weight: 800;
	    display: -webkit-box;
}
/* Spinner Loader Css*/
.loader {
    position: fixed;
    z-index: 9999 !important;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #B32009;
    border-left-color: #B32009;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
  
/*=== Trainer Detail Section Css Start ====*/
   .trainner{
    background-color: #365073;
    margin-top: 9em;
    padding: 20px;
  }
  .trainner h5{
    color: #365073;
    font-weight:600;
    font-size: 30px;
    margin-bottom: 0;
	  text-transform: uppercase;
    letter-spacing: .03em;
  }
  .trainner-content{
  }
  .trainner-content a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
  }
  .trainner-content a:nth-child(1){
    border-right: 2px solid #000;
  }
  .trainner-content a:nth-child(2){
     color: #365073;
     font-weight: 700;
     position: relative;
  }
  /*.trainner-content a:nth-child(2):before{
    position: absolute;
    content: "";
    width: 57px;
    height: 1px;
    bottom: -5px;
    background-color:#365073; 
  }*/
  /* Trainer Section Css */
  .trainer{
    -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
     transition: .5s all ease;
     margin-bottom: 40px;
  }
  .trainer:hover ,.trainer-img:hover{
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    border-radius: 10px;
  }
  .trainer-img{  
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
     transition: .5s all ease;
     position: relative;
  }
  .trainer-img:hover {
    background: linear-gradient(rgb(0,0,0),rgb(0,0,0));
    z-index: 1;
    border-radius: 10px 10px 0 0;
  }
  .trainer-img img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
     transition: .5s all ease;
  }
.trainer-img:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .6s ease;
    opacity: .8;
}
.social-icons{
  position: absolute;
  top:20px;
  left:0;
  z-index: 1;
}
.social-icons ul li{
  list-style: none;
  display: block;
  padding: 5px 0;
}

.social-icons ul li a{
  display: block;
  background-color: #fff;
  border:2px solid #fff;
  border-radius: 50%;
  width:50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color:#000;
  -webkit-transition: .5s all ease;
     -o-transition: .5s all ease;
     transition: .5s all ease;

}
.social-icons ul li a:hover{
  background-color:#365073;
  border:2px solid #365073; 
  color: #fff;
}
.trainer-content{
  padding: 15px 0;
	margin-bottom: 3em;
}
.trainer-content h5{
font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #365073;
	color: white;
	padding: 10px;
	border-radius: 10px;
    letter-spacing: .03em;
    margin-bottom: 0px;
}
.trainer-content p{
  font-weight: 400;
  margin-bottom: 10px;
  margin-bottom: 0;
}
/*=== Trainer Detail Section Css End ====*/
 /*=== Our Classes Section Css Start ====*/
 .classes{
   background-color:#F6F9F8; 
 }
.our-classes{
  background-color: #fff;
   border:1px solid #fff;
  padding:30px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-transition: .5s all ease;
   -o-transition: .5s all ease;
   transition: .5s all ease;
}
.our-classes:hover{
  box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
  background-color:#FFFCFC;
  -webkit-transition: .5s all ease;
   -o-transition: .5s all ease;
   transition: .5s all ease;
}
.class-content{
  display: flex;
}
.class-img{
  max-width: 100px;
    height: 100px;
}
.our-classes h5{
  margin-top: 10px;
  font-weight: 700; 
  font-size: 25px;
}
.our-classes h5,.our-classes h6{
  /*margin-left:25px;*/
}
.our-classes h6{
  font-size: 16px;
  font-weight: 600;
}
.our-classes p{
  font-weight: 500;
  color: #000;
  margin-top: 20px;
  margin-bottom: 0;
}
/*=== Our Classes Section Css End ====*/

/*== Our Schedule Section Css Start ===*/
  .schedule{
     background-color:#fff; 
     border-radius: 10px;
     box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
  }
  .schedule-content a:nth-child(2):before{
    /*width: 82px; */
  }
  .schedule .table thead th {
    vertical-align: bottom;
    border-right: 1px solid #EDEBEA;
    border-bottom: 1px solid #EDEBEA;
  }
  .schedule th{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding: 30px 20px;
    border-top:none;
  }
  .schedule td{
    font-size: 14px;
    padding: 30px 0px;
    text-align: center;
    border-right: 1px solid #EDEBEA;
    border-top: 1px solid #EDEBEA;;
  }
  .schedule-class{
     background-color:#E8F5F4;  
    color: #365073;
    font-weight: 700;
  }
  .schedule-class1{
     background-color:#FEEFEC;  
    color: #B32009;
    font-weight: 700;
  }
/*== Our Schedule Section Css Start ===*/
/**===  Element Section Css Start ===**/
.heading-content.element-content h2{
  font-size: 40px;
}
/* Element Header Css */
.header-elements h6{
  text-align: center;
  margin-bottom: 20px;
  color: #B32009;
  font-weight: 600;
  font-size: 18px;
}
.header-elements ul li{
  border-bottom: 1px solid #B32009;
  list-style: none;
  transition: all .5s ease;
  -webkit-transition:all .5s ease;
  position: relative;
}
.header-elements ul li:after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  left:-20px;
  top:20px;
}
.header-elements ul li a{
    display: block;
    width: 500px;
    padding: 10px 0;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: unset;
    white-space: nowrap;
    background-color: transparent;
}
.header-elements ul li:hover{
  border-bottom: 1px solid #365073;
  transform:scale(1.1);
}
.header-elements ul li a:hover{
  color:#365073; 
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left:-50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: none;
    min-width: 100%;
    padding: 40px 30px;
    margin: 0px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    list-style: none;
    background-color: #F29F05;
    background-clip: padding-box;
    border: 1px solid #F29F05;
    border-radius: 10px;
}
.element-banner{
  background:linear-gradient(rgba(140, 45, 179,.2),rgba(140, 45, 179,.2)),url(../images/about-bg.png) no-repeat center right/50%;
  height: 100vh;
  display: flex;
  justify-content:center;
  align-items: center;
  position: relative;
}
.element-banner p{
  font-size: 16px;
  margin-top: 10px;
}
/* Button Section Css */
.btn1{
   font-size: 16px;
  border-radius: 50px;
  color:#000;
  font-weight: 500;
  letter-spacing: 1px;
  margin:20px 0;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}
.btn-md{
  font-size: 16px;
  padding: 10px 20px;
}
.btn-lg{
  font-size: 20px;
  padding: 15px 30px;
}
.btn-md span{
  line-height: 80px;
}
.btn-orange{
  background-color: #B32009;
  border:1px solid #B32009;
  color: #fff;
}
.btn-orange:hover{
  background-color: #365073;
  border:1px solid #365073;
  color: #fff
}
.btn-green{
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    margin: 0px;
    background-color: #365073;
    border: 2px solid #365073;
    font-weight: 700;
    letter-spacing: .07em;
}
.btn-green:hover{
  background-color: #bf6b04;
  border:1px solid #bf6b04;
  color: #fff;
}
.btn-light-orange{
  background-color: #FFA695;
  border:1px solid #FFA695;
}
.btn-light-orange:hover{
  background-color: #365073;
  border:1px solid #365073;
  color: #000;
}
.btn-green-light{
  background-color: #365073;
  border:1px solid #365073;
}
.btn-green-light:hover{
  background-color: #FFA695;
  border:1px solid #FFA695;
  color: #000;
}
/* Pogress Bar Css */
section#counting {
  padding: 0;
  margin-bottom: 40px;
}
section#bar {
    padding-bottom: 0;
}
.circlebar{
  text-align: center;
  background-color: #F6FCFB;
  padding: 50px;
  border-radius: 10px;
}
.circlebar .round{
  position: relative;
}
.circlebar .round span{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  font-weight: 400;
  color: #000;
}
/** Counting Number Css **/
.counting-sec{
  text-align: center;
  padding: 50px;
  border-radius: 10px;

}
.count{
  background-color: #1f1e1e;
} 
.count1{
  background-color: #1f1e1e;
  color: #fff;
}
.count1 h6, .count1 i, .count1 .num{
  color: #fff;
}
.count{
  color: #fff;
  padding: 30px; 
  border-radius: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.num{
  font-size:20px;
  font-weight: 600;
  padding-top: 20px;
}
.num:not(.is-visible) {
  visibility: hidden;
}
.count h6{
  font-size: 16px; 
  font-weight: 400;

}
.count i{
  font-size: 50px;
  font-weight: 600;
}
/* Alert Buttons */
.alert-bg{
  background-color: #F6F9F8;
  padding: 30px;
}
.alert{
  font-size: 16px;
  font-weight: 500; 
}
.alert span{
  font-size: 18px;
  font-weight: 600;
}
/* Tabs*/
.tabs-accordian{
  background-color: #FFF8F6;
  padding:30px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  margin-bottom: -2px; 
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 21px;
  line-height: 31px;
  border-top: 1px solid #D7D9D9;
  border-left: 1px solid #D7D9D9;
  border-bottom: 1px solid #D7D9D9;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
.tab_last { 
  border-right: 1px solid #D7D9D9; 
}
ul.tabs li:hover {
  background-color: #FFA695;
  color: #000;
}
ul.tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  border-left:2px solid #365073;
  border-right:2px solid #365073;
  border-top:2px solid #365073;
  display: block;
}
.tab_container {
  border: 1px solid #D7D9D9;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  border-top: 1px solid #D7D9D9;
}
.tab_content {
  padding: 20px;
  display: none;
}
.tab_content p{
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
/* Accordian */
.accordion {
  margin: 0 auto;
  border-radius: 10px;
}
.accordion-header,
.accordion-body {
  background-color: #fff;
}
.accordion-header {
  padding:15px 30px;
  background: #365073;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: .1em;
  transition: all .3s;
  text-transform: uppercase;
}
.accordion__item {
    border-bottom: 1px solid transparent;
}
.accordion__item:nth-child(3) {
  border-bottom:1px solid #365073;
}
.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.accordion-header:hover {
  background: #B32009;
  position: relative;
  z-index: 5;
}
.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}
.accordion-body__contents {
  padding:10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: 0px;
}
.accordion__item > .accordion-header:after {
  content: "";
  background:url("../images/down-arrow.png") no-repeat center center/cover;
  float: right;
  width:15px;
  height: 15px;
  position: relative;
  top: 5px;
  transition: .3s all;
  transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
.accordion__item.active .accordion-header {
  background: #365073;
}
.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}
/* Element Form */
.element-form,.form-group label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.element-form,.form-group input{
  font-size: 14px;
  padding: 10px 15px;
}
 .element-form,.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #365073;
  outline: blue !important;
  border: thin solid lightgrey;
  box-shadow: none;
}
/**===  Element Section Css End ===**/
/**=== Blog Section Css Start ===**/
.blog-banner{
  background:linear-gradient(rgba(140, 45, 179,.4),rgba(140, 45, 179,.4)),url(../images/about-bg.png) no-repeat center right/50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
	    min-height: 550px;
}
.blog-element {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
  margin-bottom: 20px;
	min-height: 550px;
}
.blog-element-content {
  padding: 15px; 
}
.blog-element-content h6{
  font-size: 18px;
  font-weight: 600;
  color: #365073;
  padding-top: 15px;
  margin-left: 0;
}
.blog-element-content p{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
	line-height: 22px;
}

.blogDate {

    font-weight: 700;
    letter-spacing: .07em;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    background-color: #365073;
    border: 1px solid #365073;
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 14px;
	
}
.blogAuthor {
    font-size: .7em;
    font-style: italic;
    font-weight: 600;
    color: #365073;
    margin-bottom: 0.2em;
}
.pagination {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 30px;
}
.pagination .current {
    background-color: #B32009;
    color: #fff;
    border-color: transparent;
}
.pagination span, .pagination a {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 50%;
    border: 1px solid #E8ECED;
    list-style: none;
    transition: all 0.1s ease-in-out;
}
.pagination a:hover {
    background-color: #B32009;
    border-color: transparent;
    color: #fff;
}
#blog-element-slider .item{
  margin: 10px 30px;
}
#blog-element-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 15px 7px 0px 7px;
    background: transparent;
    border: 2px solid  #B32009;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:50%;
}
#blog-element-slider.owl-theme .owl-dots .owl-dot.active span, #blog-element-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #B32009;
}
/**=== Blog Section Css Start ===**/





