.button_common, .common_btn {
  background: #009692;
  padding: 11px 37px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border: 1px solid #87b6ae;
  margin-top: 20px;
  margin: auto;
  /* display: inline-block; */
  display: block;
  width: 103px;
  margin-top: 73px; }
  .button_common:hover, .common_btn:hover {
    background: #fff;
    border: 1px solid #87b6ae;
    color: #009692; }

/*::: reset css starts here ::*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

a, p {
  font-family: "Roboto", sans-serif;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  text-align: center;
  letter-spacing: 0.3px;
  font-size: 26px; }

/*::: scrollbar customization starts here :::*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #797979;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #67a197; }

/*::: custom scrollbar ends here :::*/
.fleft {
  float: left; }

.fright {
  float: right; }

.clearall {
  clear: both; }

.dis-none {
  display: none; }

.fixed_width_container {
  width: 1100px;
  margin: auto; }

#bnrVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed; }

.bg_overlay {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

header {
  background: #faf7f5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 65px;
  opacity: 0; }
  header .logo a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 240px;
    height: 42px;
    background-size: cover;
    margin-top: 11px; }
  header nav {
    margin-top: 30px; }
    header nav ul li {
      float: left;
      margin-left: 15px; }
      header nav ul li a {
        color: #7a7a7a;
        letter-spacing: 0.3px;
        font-weight: 300;
        font-size: 16px;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        padding-left: 20px;
        background-position: 0 2px; }
  header .fixed_width_container {
    width: 95%;
    margin: auto; }

nav ul li a:hover, nav ul li a.active {
  color: #7fe1d1;
  background-size: 17px;
  background-position: 0 2px; }

.center_logo {
  background: url(../images/logo.png) no-repeat;
  width: 550px;
  height: 96px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.demo a {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }

.body_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff; }

.heading_container_text h2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
  background-image: -webkit-linear-gradient(left, #7fe1d1, #67a197);
  background-image: -o-linear-gradient(left, #7fe1d1, #67a197);
  background-image: linear-gradient(to right, #7fe1d1, #67a197);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  position: relative; }
  .heading_container_text h2 span {
    width: 100px;
    margin: auto;
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
    background: -webkit-linear-gradient(left, #7fe1d1, #67a197);
    background: -o-linear-gradient(left, #7fe1d1, #67a197);
    background: linear-gradient(to right, #7fe1d1, #67a197);
    margin-top: 20px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 23px; }

.our_approach {
  padding: 65px;
  height: 421px;
  position: relative;
  background: #fbfbfb; }
  .our_approach p {
    width: 650px;
    margin: auto;
    font-size: 17px;
    position: relative;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 25px;
    margin-top: 20px; }

.our_approach p.first_child {
  margin-top: 75px; }

.centered_aligned_blureed_contianer {
  width: 300px;
  height: 300px;
  background: url(../images/Turquoise_LogoTransparent%20small.PNG);
  background-size: cover;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.overlay_logo_blur {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(251, 251, 251, 0.8); }

.whyUs {
  padding: 65px;
  height: 491px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.whyus_bg {
  background: url(../images/cimage.jpeg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  -webkit-filter: blur(0px);
  filter: blur(0px); }

.why_us_p {
  width: 588px;
  float: right;
  margin-top: 76px;
  height: 432px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  -webkit-box-shadow: 0 0 22px 0 #aaa;
  box-shadow: 0 0 22px 0 #aaa;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .why_us_p p {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 18px;
    line-height: 25px; }

.cont_fp {
  margin-top: 46px !important; }

.oa_new {
  padding: 65px;
  background: #fff;
  height: 629px; }

.oa_new .left_app_inspiration {
  width: 400px;
  position: relative;
  margin-top: 60px;
  height: 400px;
  border: 1px solid #87b6ae;
  border-radius: 50%;
  background: rgba(223, 235, 233, 0.1);
  -webkit-box-shadow: 0 0 8px 0px #51867d;
  box-shadow: 0 0 8px 0px #51867d; }

.oa_new .center_you_container {
  background: #09c5b6;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*        box-shadow: 0 0 0 5px rgba($green-bg-btn,1), 0 0 0 10px rgba($green_font_color, 0.5);*/
  -webkit-animation: shadow-pulse 1.5s infinite;
  animation: shadow-pulse 1.5s infinite; }

.top_left_body-container {
  width: 95px;
  height: 95px;
  background: #7a7a7a;
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 40px;
  -webkit-animation: shadow-pulse 1.5s infinite;
  animation: shadow-pulse 1.5s infinite; }

.top_right_body-container {
  width: 95px;
  height: 95px;
  background: #7a7a7a;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: 40px;
  -webkit-animation: shadow-pulse 1.5s infinite;
  animation: shadow-pulse 1.5s infinite; }

.bottom_center_container {
  width: 95px;
  height: 95px;
  background: #7a7a7a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -38px;
  -webkit-animation: shadow-pulse 1.5s infinite;
  animation: shadow-pulse 1.5s infinite; }

.image_center_you {
  background: url(../images/monk.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-size: cover; }

.text_circle {
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  color: #f7f7f7;
  font-size: 13px;
  letter-spacing: 0.3px; }

.brain_image {
  background: url(../images/brain.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px; }

.body_image {
  background: url(../images/standing-human-body-silhouette.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px; }

.spirit_image {
  background: url(../images/lotus.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px; }

.app_right_text_container {
  width: 625px;
  height: 470px;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .app_right_text_container p {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-top: 34px;
    line-height: 25px; }

.our_approach_btn {
  margin-top: 38px;
  float: left; }

.contact_btn {
  margin-top: 29px; }

footer {
  height: 60px;
  background: #7a7a7a; }
  footer .cptext {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 24px; }

header.animated {
  z-index: 999999;
  opacity: 1; }

.bottom_punching_line {
  position: absolute;
  width: 780px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0px;
  height: 82px;
  margin: auto;
  font-size: 17px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
  opacity: 0;
  font-style: italic; }

.bottom_punching_line.animated {
  z-index: 9999;
  opacity: 1; }

.robobold {
  font-family: "Merriweather", serif;
  font-weight: 600; }

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(103, 161, 151, 0.6);
    box-shadow: 0 0 0 5px rgba(103, 161, 151, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(135, 182, 174, 0);
    box-shadow: 0 0 0 15px rgba(135, 182, 174, 0); } }

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(103, 161, 151, 0.6);
    box-shadow: 0 0 0 5px rgba(103, 161, 151, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(135, 182, 174, 0);
    box-shadow: 0 0 0 15px rgba(135, 182, 174, 0); } }

.menuOne {
  display: none; }

.other_pages {
  opacity: 1;
  z-index: 99999; }

.banner_other_container {
  height: 600px;
  position: relative;
  left: 0;
  right: 0;
  top: 65px !important;
  overflow-x: hidden;
  background: #edefee;
  background-position: 0px -100px; }

/*.yoga_girl_image{
    position: relative;
    bottom: 0;
     right: 100px; 
    background: url(../images/1.png) no-repeat;
    width: 360px;
    height: 500px;
    background-size: cover;
    float: right;
    top: 38px;
    left: -81px;
}*/
/*.tree_upper{
background: url(../images/tree-1.png) no-repeat;
    width: 493px;
    height: 364px;
    background-size: cover;
    position: absolute;
    bottom: 142px;
}*/
.yoga_girl_image {
  display: none;
  position: absolute;
  right: 0;
  right: 0;
  background: url(../images/Download-Nature-PNG-Transparent-Picture.png) no-repeat;
  width: 687px;
  height: 385px;
  background-size: cover;
  float: right;
  top: 87px;
  /* left: -81px; */ }

.banner_text_op {
  width: 400px;
  margin-top: 136px;
  margin-right: 114px; }
  .banner_text_op p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 61px;
    text-align: center;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.5px; }

.op_body {
  position: relative;
  margin-top: 36px;
  padding-top: 0px; }

.oa_benifits {
  padding: 20px 0;
  margin-top: 0px;
  padding-top: 100px;
  position: relative; }

.center_yoga_girl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/3.png) no-repeat;
  width: 320px;
  height: 281px;
  background-size: cover;
  z-index: 9; }

.center_gradient_circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
  background: -webkit-linear-gradient(left, #7fe1d1, #67a197);
  background: -o-linear-gradient(left, #7fe1d1, #67a197);
  background: linear-gradient(to right, #7fe1d1, #67a197);
  opacity: 0.7;
  margin: auto;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 240px; }

.circle_inner {
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 170px;
  -webkit-box-shadow: 0 0 7px 0px #7fe1d1;
  box-shadow: 0 0 7px 0px #7fe1d1; }

.left_text_container {
  width: 316px;
  height: 307px;
  float: left; }
  .left_text_container h1 {
    background-image: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
    background-image: -webkit-linear-gradient(left, #7fe1d1, #67a197);
    background-image: -o-linear-gradient(left, #7fe1d1, #67a197);
    background-image: linear-gradient(to right, #7fe1d1, #67a197);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize; }
  .left_text_container p {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 13px;
    margin-right: 11px;
    border-left: 2px solid #595959;
    padding-left: 10px;
    letter-spacing: 0.3px; }

.right_text_container {
  float: right;
  position: relative;
  left: 25px; }

.martop {
  margin-top: 45px; }

.heading_container_opages {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0; }

.oa_section_3 {
  padding: 60px 0;
  background: #faf7f5;
  margin-top: 50px; }
  .oa_section_3 p {
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #595959;
    line-height: 20px;
    font-size: 16px;
    margin-top: 20px; }
  .oa_section_3 ul li {
    margin-top: 15px;
    color: #595959;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 15px;
    background: url(../images/Turquoise_LogoTransparent%20small.PNG) no-repeat;
    background-size: 16px;
    padding-left: 25px;
    line-height: 26px;
    background-position: 0 5px; }

/*.oa_section_3 p:first-child{
    margin-top: 0px;
}*/
.left_image_container_op_body {
  width: 50%;
  height: 460px;
  float: left; }
  .left_image_container_op_body .left_oa_img_o {
    background: url(../images/bg/adult-aerobics-backlit-248139.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 0 20px 20px 0; }

.founder .rgt-section {
  width: 50%; }

.founder .rgt-section {
  position: relative;
  padding-bottom: 50px;
  background: #fff; }

.founder .rgt-section .txt-container {
  padding-left: 100px;
  width: 501px; }

.founder .rgt-section .txt-container h5 {
  color: #D62A2A;
  font-size: 18px;
  margin-top: 15px; }

.founder .rgt-section .founders-container {
  left: -68px;
  position: relative;
  width: 646px; }

.founder .rgt-section .founder-tst {
  float: left;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.founder .rgt-section .founder-tst .founder-img-1 {
  background: url(../images/bg/11.jpg) no-repeat;
  height: 136px;
  width: 136px;
  background-size: cover;
  border-radius: 50%;
  background-position: center !important; }

.founder .rgt-section .founder-tst .founder-img-2 {
  background: url(../images/bg/12.jpg) no-repeat !important;
  height: 136px;
  width: 136px;
  background-size: cover !important;
  border-radius: 50%;
  background-position: center !important; }

.founder .rgt-section .founder-tst .founder-img-3 {
  background: url(../images/bg/13.jpg) no-repeat !important;
  height: 136px;
  width: 136px;
  background-size: cover !important;
  border-radius: 50%;
  background-position: center !important; }

.founder .rgt-section .founder-tst .founder-img-4 {
  background: url(../images/bg/15.jpg) no-repeat !important;
  height: 136px;
  width: 136px;
  background-size: cover !important;
  border-radius: 50%;
  background-position: center !important; }

.founder .rgt-section .founder-tst .txt {
  color: #747474;
  float: left;
  border-bottom: 1px solid #d4d4d4;
  font-size: 15px;
  line-height: 25px;
  margin-left: 30px;
  width: 479px;
  letter-spacing: 0.3px;
  padding-bottom: 20px; }

.founder .rgt-section .founder-tst .txt .link {
  color: #D62A2A;
  display: inline-block;
  padding: 15px 0;
  font-size: 14px; }

.common_heading {
  height: 140px; }

.first-founder-tst {
  margin-top: 150px !important; }

.new_heading h2 {
  text-align: left;
  margin-bottom: 30px; }

/*.tloa_bnr{
   
    position: absolute;
    left: 0;
    width: 50%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-size: cover;
}*/
.text_list_1 {
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 255px;
  height: 255px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }
  .text_list_1 p {
    /*        font-size: 16px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 300;
    line-height: 25px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 742px;
    float: left;
    margin-top: 15px;
        */ }

.left_image_1 {
  background: url(../images/oa-15.jpg) no-repeat;
  width: 251px;
  height: 251px;
  background-size: cover;
  float: left;
  border-radius: 50%;
  background-position: right;
  margin-top: 1px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.margin-top-list {
  margin-top: 25px; }

.right_align p {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 25px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 780px;
  float: left;
  margin-top: 56px;
  margin-left: 47px; }

.right_image_2 {
  background: url(../images/oa-3.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  float: right; }

.left_image_3 {
  background: url(../images/oa-3thumbnail.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.left_image_4 {
  background: url(../images/oa-5.jpeg) no-repeat;
  background-size: cover;
  background-position: center; }

.tloa_bnr {
  background: url(../images/ourapbannertp.PNG) no-repeat;
  position: absolute;
  bottom: 147px;
  width: 421px;
  height: 438px;
  background-size: cover;
  margin-left: 77px; }

.banner_other_container .bottom_white_image {
  background: url(../images/white-svg.svg) no-repeat;
  bottom: 0;
  left: 0;
  right: -100px;
  height: 139px;
  position: absolute;
  background-size: cover;
  /* background-position: bottom center; */
  translate: inherit;
  /* transform: rotateX(150deg); */ }

.first_para {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 25px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 762px;
  float: left;
  margin-top: 56px;
  margin-left: 10px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0px; }

.last_section {
  margin-top: 66px; }

.center_aligned_gradient_text {
  margin: auto;
  margin-top: 68px;
  width: 815px; }
  .center_aligned_gradient_text h2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
    background-image: -webkit-linear-gradient(left, #7fe1d1, #67a197);
    background-image: -o-linear-gradient(left, #7fe1d1, #67a197);
    background-image: linear-gradient(to right, #7fe1d1, #67a197);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    position: relative;
    /* text-align: center; */
    line-height: 38px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.4px; }

.bnr_about_container {
  background: url(../images/studio/new-studio/1.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.bnr_about_container1 {
  background: url(../images/studio/new-studio/2.jpg) no-repeat;
  background-size: cover;
  background-position: bottom; }

.bnr_about_container2 {
  background: url(../images/studio/IMG_0076.JPG) no-repeat;
  background-size: cover;
  background-position: center; }

.bnr_about_container3 {
  background: url(../images/studio/IMG_0075.JPG) no-repeat;
  background-size: cover;
  background-position: center; }

.about_text_container p {
  margin: auto;
  font-size: 17px;
  position: relative;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 25px;
  margin-bottom: 25px; }

.km_mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; }

.bnr_contact_container {
  background: url(../images/contact-bg-1.jpg) no-repeat;
  background-size: cover;
  background-position: bottom; }

.left_number_container {
  width: 100px;
  position: relative; }
  .left_number_container .number_c_container {
    width: 50px;
    height: 50px;
    border: 1px solid #7fe1d1;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 35px;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 1px 1px #7fe1d1;
    box-shadow: 0 0 1px 1px #7fe1d1;
    background: #fff;
    z-index: 9; }
  .left_number_container .number_c {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 19px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 300;
    color: #67a197; }
  .left_number_container .number_c_container_2 {
    margin-top: 70px; }

.cont_para_1 {
  margin-top: 35px;
  margin-left: 15px; }
  .cont_para_1 h2 {
    border-left: none;
    padding-left: 0px;
    font-size: 17px;
    text-align: left; }
  .cont_para_1 p {
    width: 810px;
    margin-top: 20px;
    border-left: 0px;
    padding-left: 0px; }

.number_c_container_3 {
  margin-top: 90px !important; }

.striking_line_contact {
  background: #7fe1d1;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  bottom: 0;
  margin: auto; }

.bottom_message_container {
  width: 600px;
  height: 400px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
  background: -webkit-linear-gradient(left, #7fe1d1, #67a197);
  background: -o-linear-gradient(left, #7fe1d1, #67a197);
  background: linear-gradient(to right, #7fe1d1, #67a197);
  margin: auto;
  margin-bottom: 50px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 4px 0px #aaa;
  box-shadow: 0 0 4px 0px #aaa; }
  .bottom_message_container h2 {
    color: #fff; }

.our_details_container {
  width: 100%;
  height: 572px;
  background: #edefee;
  padding: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ourdetailHeading h2 {
  color: #fff;
  text-align: left;
  font-size: 32px; }

.right_map_image_container {
  float: right;
  width: 600px;
  height: 532px;
  top: 0;
  bottom: 0;
  background: url(../images/map.png) no-repeat;
  background-size: cover;
  position: relative; }

.ourdetail_text_container {
  width: 400px;
  height: 339px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 43px;
  font-size: 17px;
  line-height: 25px; }
  .ourdetail_text_container h2 {
    text-align: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
    background-image: -webkit-linear-gradient(left, #7fe1d1, #67a197);
    background-image: -o-linear-gradient(left, #7fe1d1, #67a197);
    background-image: linear-gradient(to right, #7fe1d1, #67a197);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .ourdetail_text_container .our_details_address, .ourdetail_text_container .contact_digital_info {
    margin-top: 20px; }
  .ourdetail_text_container .address_info_link {
    color: #67a197; }

.map_pointer {
  height: 50px;
  position: absolute;
  left: 176px;
  top: 213px;
  background: #fff;
  color: #707070;
  font-size: 17px;
  padding-top: 16px; }

.only_mob {
  display: none; }

.video_btn {
  margin-left: 15px; }

#html5-watermark {
  display: none !important; }

.aboutUsVideo_container {
  background: #aaa;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden; }

video {
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }

.overlay_video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/bg_mesh.png) repeat; }

.center_container_video_content {
  width: 700px;
  margin: auto;
  position: absolute;
  bottom: 10px;
  height: 300px;
  left: 0;
  right: 0; }
  .center_container_video_content h1 {
    color: #87b6ae;
    font-size: 40px;
    letter-spacing: 2px;
    margin-top: 120px;
    text-align: center; }
  .center_container_video_content .play_icon {
    background: url(../images/play-icon.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0; }

.video_btn_abt_bnr {
  position: absolute;
  right: 100px;
  bottom: 100px; }

.border_about_text {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#7fe1d1), to(#67a197));
  background: -webkit-linear-gradient(left, #7fe1d1, #67a197);
  background: -o-linear-gradient(left, #7fe1d1, #67a197);
  background: linear-gradient(to right, #7fe1d1, #67a197);
  width: 600px;
  margin: auto;
  margin-bottom: 25px; }

.about_video_container {
  width: 100%;
  height: 594px;
  position: relative;
  margin-top: 40px; }

.small_vid {
  width: 1100px;
  height: 467px;
  min-height: 421px;
  top: 0px; }

.video_bg_container {
  position: relative;
  width: 1100px;
  height: 467px;
  top: 70px; }

.overlay_bg_gradient {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(0, 150, 146, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(0, 150, 146, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(0, 150, 146, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(0, 150, 146, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.bg_mesh {
  background: url(../images/bg_mesh.png) repeat;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.center_container_video_content {
  z-index: 9999; }

.founder_container {
  background: #fbfbfb;
  padding: 30px 0;
  height: 448px;
  position: relative; }
  .founder_container .heading_container_opages {
    top: 60px; }
  .founder_container:hover .profile_container {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.profile_container {
  background: #7fe1d1;
  height: 278px;
  margin-top: 101px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 1076px;
  margin: auto;
  margin-top: 125px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.left_image_container {
  background: url(../images/MTR_1366.jpeg) no-repeat;
  float: left;
  width: 363px;
  height: 248px;
  background-size: cover;
  margin: 15px;
  margin-right: 0px; }

.right_text_container {
  width: 673px;
  float: left;
  margin-left: 20px; }
  .right_text_container p {
    font-family: "Merriweather", serif;
    font-weight: 400;
    margin-top: 20px;
    line-height: 21px;
    letter-spacing: 0.6px;
    font-size: 14px;
    width: 610px; }

.about_btn_container {
  width: 373px;
  margin: auto; }
  .about_btn_container .km_mobile {
    position: relative;
    float: left;
    margin-top: 25px;
    bottom: auto; }

.fullscreenvideo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto !important;
  width: auto;
  height: auto;
  background: url(../images/IMG_9045.JPG) no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  -o-transition: 1s opacity;
  transition: 1s opacity; }

#banner_parent {
  height: 624px; }

.btn_about_mobile_center {
  padding: 10px;
  margin: auto;
  display: block;
  background: #009692;
  margin-top: 20px;
  padding: 8px 27px;
  font-size: 14px;
  display: block;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  text-align: center;
  color: #fff;
  width: 103px;
  border: 1px solid #87b6ae;
  border-radius: 20px; }

.abt_approach_fullscreen_home_vid {
  min-width: 100%; }

.ourapproachpageVideobtn {
  float: none;
  margin: auto;
  margin-top: 26px; }

.blue_text {
  color: #67a197;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

.button_rekie {
  float: right;
  background: #009692;
  border: 1px solid #009692;
  padding: 6px 15px;
  font-size: 14px;
  margin-top: -9px;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }
  .button_rekie:hover {
    border: 1px solid #67a197;
    color: #009692;
    background: transparent; }

.social_media_container {
  float: right; }
  .social_media_container .social_media_icon {
    width: 32px;
    height: 32px;
    background-size: cover;
    background: tomato;
    margin-top: 15px;
    margin-left: 15px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }
  .social_media_container .fb_icon {
    background: url(../images/facebook.png) no-repeat;
    background-size: cover; }
    .social_media_container .fb_icon:hover {
      opacity: 0.8; }
  .social_media_container .insta_icon {
    background: url(../images/instagram.png) no-repeat;
    background-size: cover; }
    .social_media_container .insta_icon:hover {
      opacity: 0.8; }

.testimonial_user {
  background: none;
  font-family: "Merriweather", serif !important; }

.underline_testimonial {
  border-top: 1px solid #fff;
  margin: 15px auto;
  width: 200px;
  display: block; }

.text {
  font-family: "Roboto", serif !important;
  letter-spacing: 0.5px; }

.mySlides {
  display: none; }

/* img {vertical-align: middle;}*/
/* Slideshow container */
/* .slideshow-container {
         max-width: 1000px;
         position: relative;
         margin: auto;
         } */
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  color: #009692;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: white;
  border-radius: 50% !important;
  -webkit-box-shadow: 10px 20px 65px 0 rgba(1, 89, 64, 0.15);
  box-shadow: 10px 20px 65px 0 rgba(1, 89, 64, 0.15);
  top: 50%;
  margin-top: -16px; }

/* Position the "next button" to the right */
.next {
  right: -22px; }

.prev {
  left: -22px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Caption text */
.text {
  font-size: 15px;
  /* padding: 8px 12px;*/
  /* position: absolute; */
  /* bottom: 8px;*/
  width: auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 60px;
  line-height: 1.3;
  font-family: "Merriweather", serif; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease; }

.dotRepresent > .active, .dot:hover {
  background-color: #009692; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

.mySlides div:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  margin-right: 10px;
  position: absolute;
  margin-top: -45px;
  margin-left: -45px;
  /*left: 25%;*/
  font-size: 50px; }

.slideshow {
  /* height: auto;
             width: 60%;
             margin: 0 auto;
             background-color: #009692;
             border-radius: 0.4rem; */
  height: 500px;
  width: 80%;
  margin: 0 auto;
  background-color: #009692;
  border-radius: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 75px; }

.dotRepresent {
  text-align: center;
  margin: 50px 0px; }

.app_right_text_container p:first-child {
  margin-top: 0px; }
