*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    /* color: #2A3749; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 
    37.5em  = phone
    56.25em = tab-port
    75em    = tab-land
    112.5em = big desktop
*/
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
ol, ul {
    padding-left: 0px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: auto;
}
#container-fluid-overrides {
    padding: 0;
}
@media only screen and (max-width: 75em) {
    html { font-size: 90%; } }
@media only screen and (max-width: 64em) {
    html { font-size: 75%; } }
@media only screen and(max-width: 37.5em) {
    html {font-size: 50%} }
@media only screen and (min-width: 112.5em) {
    html { font-size: 120%; } }
body {
    background-color: #ECFAFB;
}
h1, h2 {
    font-family: freight-display-pro, 'Playfair Display', serif;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.5rem;
}

h3 {
    line-height: 1.3;
}
h4 {
    font-size: 18px;
}
@media only screen and (max-width: 75em) {
    h1,h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.75rem;
    }
}
@media only screen and (max-width: 64em) {
    h3 {
        font-size: 1.5rem;
    }
}
span, p, h3, button{
    font-family: 'Jost', sans-serif;
}
span {
    font-size: 17px;
    
}
p {
    font-size: 19px;
    margin: 0;
}
@media only screen and (max-width: 64em) {
    p {
        font-size: 1.5rem;
    }
}
a {
    color: #2A3749;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
button {
    border-radius: 6px;
    background-color: #4260DA;
    color:white;
    font-weight: 700;
    height: 1rem;
    padding: 2.5rem;
    padding-top: 12px;
    padding-bottom: 21px;
    font-size: 17px;
    font-weight: 500;
    border: none;
}
@media only screen and (max-width: 75em) {
    button {
        height: 1.5rem;
    }
}

button:focus {
    outline: none;
    box-shadow: none;
}
.margin-bottom-helper {
    margin-bottom: 1rem;
}
.menu {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 100;
}
.menu_nav {
    display: flex;
    justify-content: space-between;
    width: 240px;
    font-size: 1rem;
}
.logo {
    margin: 0;
    position: fixed;
    top: 1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4.5rem;
}
.logo_footer {
    width: 7rem;
}
.navigation {
    display: none;
}
.navigation__checkbox {
    display: none; }
  
  .navigation__button {
    background-color: #ECFAFB;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 2000;
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); */
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 56.25em) {
      .navigation__button {
        top: 1.5rem;
        right: 1.5rem; } }
  
  .navigation__background {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    background-image: radial-gradient(#2A3749, #2A3749);
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
    @media only screen and (max-width: 56.25em) {
      .navigation__background {
        top: 2rem;
        right: 2rem; } }
  
  .navigation__nav {
      display: none;
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  
  .navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%; }
  
  .navigation__item {
    margin: 1rem; }
  
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all .4s; }
    .navigation__link:link span, .navigation__link:visited span {
      display: inline-block;
      padding-right: 1rem; }
  
  .navigation__link:hover, .navigation__link:active {
    background-position: 100%;
    color: #567CF5;
    transform: translateX(1rem); }
  
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(200); }
  
  .navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    display: block;
    width: 100%; }
  
  .navigation__icon {
    position: relative;
    margin-top: 1.5rem; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after {
      width: 2rem;
      height: 2px;
      background-color: #333;
      display: inline-block; }
    .navigation__icon::before, .navigation__icon::after {
      content: "";
      position: absolute;
      left: 0;
      transition: all .2s; }
    .navigation__icon::before {
      top: -.7rem; }
    .navigation__icon::after {
      top: .7rem; }
  
  .navigation__button:hover .navigation__icon::before {
    top: -.7rem; }
  
  .navigation__button:hover .navigation__icon::after {
    top: .7rem; }

    .navigation__checkbox:checked + .navigation__button {
        background-color: #fff;
    }
  
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg); }
  
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg); }
  
.hero {
    margin-top: 5.5rem;
    background-color: #ECFAFB;
    height: 500px;
    position: relative;
}
.hero_text {
    padding-top: 4rem;
    position: relative;
    z-index: 10;
}
.hero_subtitle {
    width: 30vw;
}
.hero_cta {
    padding-top: 2rem;
    position: relative;
    z-index: 5;
}
.hero_cta_text {
    font-size: 1rem;
}
.hero_img {
    width: 80vw;
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 1;
}
.lang_btn {
    display: inline;
    font-weight: 600;
    margin-right: 0.5rem;
    font-size: 1rem;
    /* color: #4260DA; */
}@media only screen and (min-width: 90em) {
    .hero_img {
        right: auto;
    }
}
@media only screen and (max-width: 64em) {
    .hero {
        padding-top: 1.5rem;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero_text {
        padding-top: 0px;
        text-align: center;
    }
    .hero_subtitle {
        width: 100%;
        font-size: 1.25rem;
        text-align: center;
    }
    .hero_img {
        position: relative;
        top: 10px;
        left: 0px;
    }
    .menu_nav {
        visibility: hidden;
    }
    .menu_btn {
        visibility: hidden;
    }
    .lang_btn {
        visibility: hidden;
    }
    .navigation {
        display: block;
    }
    .hero_cta_text {
        text-align: center;
    }
    .logo {
        /* margin-right: 1rem; */
        width: 5rem;
    }
    .logo_footer{
        width: 5rem;
    }
}
.about {
    background-color: #FBFAF6;
    margin-top: 17rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* justify-content: space-evenly; */
    position: relative;
    z-index: 10;
}

.about_img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

.about_right {
    margin-left: 2rem;
    margin-right: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about_text {
    width: 50ch;
    text-align: justify;
}
.carousel-img {
    width: 100%;
}
@media only screen and (max-width: 75em) {
    .about { height: auto; } 
    .about_left {
        grid-template-columns: repeat(2, 20rem);
        grid-template-rows: repeat(2, 20rem);
        justify-content: center;
    }
}
@media only screen and (max-width: 64.25em) {
    .about { 
        height: auto; 
        margin-top: 8rem;
    }
}
@media only screen and (max-width: 50em) {
    .about { 
        height: auto;
        grid-template-columns: auto;
    } 
    .about_left {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 0.5fr);
    }
    .about_right {
        align-items: center;
        justify-content: flex-start;
    }
    .about_title {
        margin-top: 2rem;
        text-align: center;
    }
    .about_text {
        width: 70vw;
        margin-top: 1rem;
        margin-bottom: 8rem;
    }
}

.about_btn {
    margin-top: 2rem;
}
.testimonial {
    background-color: #2A3749;
} 
.tex_text{
    text-align: justify;
}
.tes_person {
    color: white;
    margin-top: 20px;
    font-weight: bold;
}
.tes_main {
    width: 60%;
}
.tes_title {
    color: white;
}
.carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: unset;
    padding-top: 0px;
}
.carousel-client {
    width: 120px;
}
.carousel-inner {
    padding: 120px 0px 160px 0px;
}
@media only screen and (max-width: 64em) {
    .carousel-client {
        margin-top: 1rem;
        padding-top: 2rem;
        width: 6rem;
    }
    .carousel-caption {
        padding-bottom: 30px;
    }
}
.coach {
    background-color: #567CF5;
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    height: auto;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
}
.services_card_img {
  margin-right: 18px;
  flex-shrink: 0;
}
@media only screen and (max-width: 50em) {
    .coach {
        display: flex;
        flex-direction: column;
        padding-top: 2rem;
    }
}
.coach_left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.coach_img {
    margin-left: 2rem;
    width: 25rem;
}
@media only screen and (max-width: 75em) {
    .coach_img { width: 19rem;}
}
.coach_right {
    margin-left: 4rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (max-width: 50em) {
    .coach_right {
        align-items: center;
    }
}
.coach_title {
    color:white;
    margin-bottom: 2rem;
}
.title_sticky {
    position: sticky;
    top: 150px;
}
.coach_text {
    color:white;
    width: 60ch;
    line-height: 1.5em;
    text-align: justify;
}
@media only screen and (max-width: 64em) {
    .coach_text {
        width: 60vw;
    }
}
@media only screen and (max-width: 50em) {
    .coach_text {
        width: 80vw;
    }
    .coach_title {
        text-align: center;
    }
}
.coach_btn, .booking_main {
    background-color: #fff;
    color: #4260DA;
}
.coach_btn {
    margin-top: 4rem;
}
@media only screen and (max-width: 50em) {
    .coach_btn {
        margin-top: 2rem;
    }
}
.booking_side {
    color: white;
    margin-left: 10px;
    background-color: transparent;
    border: 1px solid white;
}
.booking_side:hover {
    color: #4260DA;
    background-color: #fff;
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 1s;
}
.services {
    background-color: #ECFAFB;
    height: auto;
    padding-bottom: 6rem;
}
.services_page {
    background-color: #ECFAFB;
    height: auto;
    padding-bottom: 6rem;
}

.services_title {
    margin-top: 8rem;
    font-weight: 600;
}
.services_options {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.services_option {
    margin: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services_circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding:0;
    background-color: white;
    box-shadow: 0 20px 40px rgba(66, 96, 218, .10);
}
.services_circle_img {
    width: 45px;
}
@media only screen and (max-width: 50em) {
    .services_circle {
        height: 50px;
        width: 50px;
    }
    .services_circle_img {
        width: 25px;
    }
    .services {
        height: auto;
    }
    .services_page {
        height: auto;
    }
}
@media only screen and (max-width: 32em) {
    .services {
        height: auto;
    }
    .services_page {
        height: auto;
    }
}
.btn_active {
    background-color: lightskyblue;
}
.service_name {
    margin-top: 2rem;
    text-align: center;
}
.margin-left-4px{
    margin-left: 4px;
}
.services_content {
    margin-top: 4rem;
    display: flex;
}
.services_left {
    margin-left: 1.5rem;
}
.services_card {
    width: 31rem;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(66, 96, 218, .10);
    padding-top: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 30px;
}
.services_left_textgroup {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.services_left_text {
    margin-left: 1rem;
}
.services_right {
    margin-left: 3rem;
}
.services_btn {
    margin-top: 2.5rem;
}
.booking {
    /* background-color: #567CF5; */
    background-image: url("./img/test.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(42,55,73,.6);
    color:white;
    padding-top:6rem;
    padding-bottom: 6rem;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services_right_text {
    margin-top: 20px;
    text-align: justify;
}
@media only screen and (max-width: 46em) {
    .services_card {
        width: 80vw;
    }
    .services_card_img {
        width: 18px;
        height: 18px;
    }
    .services_content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .services_left {
        order: 2;
        margin-top: 2rem;
    } 
    .services_right {
        order: 1;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .services_right_text {
        text-align: center;
    }
    .services_right_tilte {
        text-align: center;
    }
    
}

.booking_title {
    padding-top: 3rem;
}
.booking_text {
    color: white;
    width: 80vw;
}
.booking_btn {
    margin-top: 3rem;
}
.item {
    height: 300px;
}
.footer {
    height: auto;
    padding: 2rem;
}
.footer_top {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.footer_left{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 17px;
}
.footer_group1, .footer_group2 {
    display: flex;
    flex-direction: column;
}
.footer_group2 {
    padding-left: 2rem;
}
.footer_tax {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}
.footer_bottom {
    font-weight: bold;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 64em) {
    .footer_top {
        flex-direction: column;
    }
    .footer_left {
        order: 1;
        margin-top: 1rem;
    }
    .footer_right {
        order:0;
        display: none;
    }
    .footer_tax {
        align-items: baseline;
    }
    .footer_bottom {
        flex-direction: column;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100vw;
}

.whitebgc {
    background-color: #fff;
}
.hidden {
    opacity: 0;
}
.coach_details {
    background-color: #2A3749;
    padding-top:6rem;
    padding-bottom: 6rem;
    height: auto;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
}
.coach_details_left {
    display: flex;
    align-items: flex-start;
    text-align: justify;
    
}
.coach_details_right {
    margin-left: 4rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
}
@media only screen and (max-width: 50em) {
    .coach_details {
        display: flex;
        flex-direction: column;
        padding-top: 2rem;
        justify-content: flex-start;
        height: auto;
        text-align: justify;
    }
    .coach_details_left {
        justify-content: center;
        margin-bottom: 2rem;
        margin-top: 2rem
        text-align: justify;
    }
    .coach_details_right {
        margin-top: 0rem;
        align-items: center;
        text-align: justify;
    }
}
@media only screen and (max-width: 28em) {
    .coach_details {
        height: auto;
    }
}
@media only screen and (max-width: 25em) {
    .coach_details {
        height: auto;
    }
}

.coach_isfor_details {
    background-color: #2A3749;
    padding-top:6rem;
    padding-bottom: 6rem;
    height: auto;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
}
.coach_isfor_details_left {
    display: flex;
    align-items: flex-start;
    text-align: justify;
}
.coach_isfor_details_right {
    margin-left: 4rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
}
@media only screen and (max-width: 50em) {
    .coach_isfor_details {
        display: flex;
        flex-direction: column;
        padding: 2rem 1rem;
        height: auto;
    }

    .coach_isfor_details_left {
        justify-content: center;
        margin-bottom: 2rem;
        margin-top: 2rem;
        display: flex;
        text-align: center;
    }

    .coach_isfor_details_right {
        margin: 0;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 1rem; 
    }
}
@media only screen and (max-width: 28em) {
    .coach_isfor_details {
        height: auto;
    }
}
@media only screen and (max-width: 25em) {
    .coach_isfor_details {
        height: auto;
    }
}

.bluebg {
    background-color: #4260DA;
}
.whitetx{
    color: white;
}

.blacktx{
    color: #2A3749
}

.lightbluebg {
    background-color: #ECFAFB;
}

.small-padbot {
    padding-bottom: 3rem;
}

.small-padtop {
    padding-top: 3rem;
}

.small-martop{
    margin-top: 2rem;
}
.testim {
    width: 100%;
    position: unset;
    z-index: -1;
    background-color: #2A3749;
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 80px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #fff;
cursor: pointer;
font-size: 2em;
top: 150px;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 10;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #4260DA;
}


.testim .arrow.left {
left: 70px;
}

.testim .arrow.right {
right: 70px;
}

@media only screen and (max-width: 46em) {
    .testim .wrap {
        padding: 40px 0px 40px 0px;
    }
    .testim .arrow.left {
        left: 20px;
    }
        
    .testim .arrow.right {
    right: 20px;
    }
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 10;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #4260DA;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #fff;
border-color: #fff;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: cornsilk;
font-family: "Jost";
font-weight: bold;
font-size: 1.2em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #fff;
width: 70%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}
.carousel-inner {
    padding: 0px;
}
.menu_btn,
.menu_btn_gr .menu_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.landing-form input,
.landing-form button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  height: auto;
  min-height: 44px;
  line-height: 1.4;
}
/* Fix mobile horizontal scroll caused by landing form padding */
.landing-form {
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 700px) {
  .landing-form {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}