.animate1 {width: 80px; }
.animate1 {-webkit-animation: up-down 1.5s infinite alternate; animation: up-down 1.5s infinite alternate; }
@keyframes up-down {0% {-webkit-transform: translatey(0); transform: translatey(0); } 100% {-webkit-transform: translatey(-10px); transform: translatey(-10px); } }
.animate-wave {-webkit-animation: left-right 1.5s infinite alternate; animation: left-right 1.5s infinite alternate; }
@keyframes left-right {0% {-webkit-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(-10px); transform: translateX(-10px); } }
.animate-rotate {-webkit-animation: rotation 20s linear infinite; animation: rotation 20s linear infinite; }
@keyframes rotation {0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% {-webkit-transform: rotate(1turn); transform: rotate(1turn); } }
.main-page-slider:after {background-image: url(../images/bg1.svg); background-position: 0 100%; background-repeat: no-repeat; background-size: 100%; bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; z-index: -1; }

#background-video {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; right: 0; top: 13%; bottom: 0; z-index: -1; }
.slider-bg-video video{width: 100%}

.method-section{position: relative; overflow: hidden; position: relative; z-index: 1;}

.method-section:after {background-image: url(../images/bg1.svg); background-position: 0 100%; background-repeat: no-repeat; background-size: 100%; bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; z-index:1; }
.about-content-info {display: flex; align-items: center;  z-index: 9; position: relative;top: 10%; overflow: hidden;height: 62vh;padding-top: 2%;background: url(../images/method-bg-banner1.jpg);background-position: center;background-repeat: no-repeat;object-fit: cover;}



.about-banner-page-text h6 {color: #fff; font-size: 18px; font-weight: 300; letter-spacing: 0.5px; margin: 0 0 10px 0; padding: 0; }
.about-banner-page-text h1 {color: #fff; font-size: 55px; font-weight: 900; letter-spacing: 0.5px; margin: 0 0 10px 0; padding: 0; }
a.btn-book {background: #922990; box-shadow: 0px 18px 24px rgb(0 0 0 / 10%); border-radius: 5px; padding: 10px 30px; text-shadow: 0px 18px 24px rgb(0 0 0 / 25%); display: inline-block; position: relative; color: #fff; text-align: center; font-weight: 500; font-size: 16px; }



.main-about-section {position: relative; padding: 2rem 0; }

.main-about-text h6 {color: #1d66a0; font-size: 18px; font-weight: 300; letter-spacing: 0.5px; margin: 0 0 10px 0; padding: 0; }
.main-about-text h1 {color:#8dc63f; font-size: 35px; font-weight: 600; letter-spacing: 0.5px; margin: 0 0 10px 0; padding: 0; }
.main-about-text p{color:#68696c; font-size: 14px; line-height: 32px;  letter-spacing: 0.5px; margin: 0 0 10px 0; padding: 0; text-align:justify; }

a.btn-book {background: #922990; box-shadow: 0px 18px 24px rgb(0 0 0 / 10%); border-radius: 5px; padding: 10px 30px; text-shadow: 0px 18px 24px rgb(0 0 0 / 25%); display: inline-block; position: relative; color: #fff; text-align: center; font-weight: 500; font-size: 16px; }

.round-shape-one {position: absolute; width: 200px; height: 200px; border-radius: 50%; /*    border: 2px dashed #1d66a0;*/ background: #e6eef4; animation: rotated 3s infinite linear; margin: auto; right: 0; top: 0; left: 0; bottom: 0; }
/*.round-shape-one:before {content: ""; width: 18px; height: 18px; position: absolute; top: 50%; left:-10px; background: #1d66a0; border-radius: 50%; }*/

.round-shape-two {position: absolute; right: 26%; bottom: 20%; width: 300px; height: 300px; border-radius: 50%; border:2px dashed #f2e4eb; animation: rotated 30s infinite linear; margin: auto; right: 0; top: 0; left: 0; bottom: 0; }
.round-shape-two:before {content: ""; width: 20px; height: 20px; position: absolute; top: 50%; left: -12px; background: #922990; border-radius: 50%; }
/* .round-shape-four {position: absolute; margin: auto; right: 0; top: 0; left: 0; bottom: 0; width: 450px; height: 450px; border-radius: 50%; border: 2px dashed #eefadd; animation: rotated 10s infinite linear; }
.round-shape-four:before {content: ""; width: 24px; height: 24px; position: absolute; top: 50%; left: -13px; background: #8dc63f; border-radius: 50%; } */

.contact-form {
  width: 100%;
}
input {
  width: 100%;
}
textarea {
  width: 100%;  
}
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/lake-696098_1920.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.work {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/769286/forest-208517_1280.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}



.spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

h1.address-title {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about-content-info img{width: 50%;margin: 0 auto;display: block; margin-top: 37%;}
a.contact-us { background: #922990; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; border-radius: 5px; padding: 8px 30px; text-shadow: 0px 18px 24px rgb(0 0 0 / 25%); display: inline-block; position: relative;  color: #fff; text-align: center; font-weight: 500; font-size: 16px; }
.float { display: inline-block; transition-duration: 0.3s; transition-property: transform;  -webkit-tap-highlight-color: transparent;  transform: translateZ(0); box-shadow: 0 0 1px transparent; }
.float:hover { transform: translateY(-5px); }
.youtube-video{background-color: #fef9fe;padding: 35px 0;margin-top: 50px;}
.youtube-video iframe { border-radius: 10px; }
.method-section .about-content-info h1{font-weight: 700;font-size: 53px;text-align: center;margin-top: 10%;letter-spacing: 3px;}
.method-section .about-content-info  h6{font-size: 25px;width: 80%;margin: 0 auto;line-height: 2rem;}
.method-image{margin-bottom: 50px;margin-top: 50px;}
.method-image img{margin: 0 auto;display: block; height: 90vh;width: auto;}
.your-goal{margin-top: 50px;margin-bottom: 50px;}
.your-goal h1{color: #922990;font-size: 35px;font-weight: bold;text-transform: uppercase;}
.your-goal .goal-box{width: 60%;margin: 0 auto;}
.your-goal .goal-box h4{font-weight: bold;font-size: 1.2rem;margin-bottom: 10px;padding: 0;}
.your-goal .goal-box  a{font-weight: bold;color: #0170b9;}
.your-goal .goal-box  a:hover{color: #922990}
.your-goal p, .your-goal li{font-size: 14px;}
.videos-secion{margin-bottom: 50px;background-color: #fff6ff;padding: 50px 0px 0px 0px;}
.video-card h4{text-transform: uppercase;font-weight: bold;color: #922990;font-size: 20px;}
.video-card  p{font-size: 16px;font-weight: 600;}
.videos-secion .col-md-4{margin-bottom: 50px;}
.video-card{margin: 0 auto;}
.m-top{margin-top: 40px;}
.ytp-large-play-button{width: 38px!important;margin-top: -11px!important;margin-left: auto!important;}
.iframe-box{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;padding-top: 30px;padding-bottom: 30px;}