@charset "utf-8";
/* CSS Document */
 body {
     overflow-x:hidden;
}
/*global css*/
 *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;
}
 body{
     margin:0;
     padding:0;
     font-size:15px;
     font-family: 'Lato', sans-serif;}
 ul{
     margin:0;
}
 ul, li {
    list-style:none;
     color:#FFFFFF;
     font-family: 'Lato', sans-serif;
}
 a{
     color:#a9a9a9;
    ;
     text-decoration:none;
     outline:none;
     border:none;
    font-family: 'Lato', sans-serif;
}
 a:hover{
     text-decoration:none;
}
 a:focus{
    outline: none;
}
 h1, h2, h3, h4, h5, h6{
     font-family: 'Lato', sans-serif;
     font-weight:bold;
     text-transform:uppercase;
}
 h2{
     color:#25417b;
     font-size:25px;
     text-transform:uppercase;
     font-weight:bold;
     font-family: 'Lato', sans-serif;
 }
 h6{
    color:#ffffff;
     font-size:14px;
    font-family: 'Lato', sans-serif;
}
/* close global css*/
 p{
     margin-bottom:15px;
     font-family: 'Lato', sans-serif;
     color:#909090;
     font-size:16px;
     margin-bottom:25px;
}
 section{
     padding:25px 0;
}
 .padding-top40{
     padding-top:40px;
}
 .text-white{
     color:#ffffff;
}
.form-group {
    margin-top: 10px;
}
label {
    font-size: 14px;
    color: #676767;
}
.row.white {
    background: #fff;
}

/*close global css*/



/*top-area*/


/*.top-content ul li i {
    display: inline-block;
    line-height: 31px;
    font-size: 15px;
    background: #976767;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}*/
.top-content p {
    font-size: 16px;
    color: #fff;
    margin: 16px 0px;
}
.top-content p a{
    color: #fff;
}
.top-content ul li {
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #242424;
    margin-top: 0px;
    margin: 10px 5px;
}
.top-content ul li a {
    color: #000;
}
.top-area {
    background: #000000;
}
.top-content img {
    width: 360px;
    margin: 12px 0px;
}
.logo-content img {
    width: 310px;
    margin: 22px 0px;
}
/*close-top-area*/



/*banner-area*/

.banner-area {
    background: url(../img/banner.jpg) no-repeat 0 0;
    background-size: cover;
    height: auto;
    width: 100%;
}

.banner-pic img {
    width: 100%;
}
.banner-content h2 span {
    color: #ffffff;
    font-weight: 900;
    font-size: 36px;
}
.banner-content h3 {
    color: #ffff;
    margin: 10px 0px;
    font-size: 26px;
}
.banner-content {
    padding: 82px 0px;
}
.banner-content h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 1px;
    margin-top: 8px;
}
.banner-content p {
    color: #fffbee;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 7px;
    /* padding: 1px 20px; */
    margin-top: 12px;
}
.banner-content p a {
    color: #ffffff;
}
/*.banner-content {
    margin-top: 19em;
}*/
.banner-content img {
    width: 170px;
    margin: 5px 0px;
}
/*.banner-content h2:after {
    width: 92px;
    height: 85px;
    background: url(../img/top.png);
    position: absolute;
    content: "";
    /* left: 1px;

}*/

/*.banner-content h2:before {
    width: 92px;
    height: 85px;
    background: url(../img/bottom.png);
    position: absolute;
    content: "";
    margin-top: 275px;
    left: -60px;
}*/
.banner-content ul li {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.banner-content ul li a{
    color: #fff;
}

/*about-area*/

.about-pic img {
    width: 100%;
    margin: 45px 0px 10px;
    /* position: relative; */
    /* z-index: 999; */
}
.about-pic p {
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    background: #39beb0;
    padding: 11px 0px;
    text-transform: unset;
}
.about-content h2 {
    color: #2c2b6c;
    font-size: 34px;
    font-weight: 900;
    line-height: 36px;
}
.about-content p {
    color: #000;
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 12px;
    font-weight: 300;
}

.line {
    display: block;
    text-align: center;
    /* padding-bottom: 30px; */
}
.line span {
    display: inline-block;
    width: 100px;
    border-top: 3px #39beb0 solid;
    margin-bottom: 15px;
    margin-top: 3px;
}
/*.about-content h2:after {
    width: 60px;
    height: 5px;
    background: #4eb3bd;
    position: absolute;
    content: "";
    margin-left: 16px;
    margin-top: 20px;
}*/
.about-content {
    margin-top: 3em;
}
.about-content ul li {
    display: inline-block;
    padding: 0px 13px 0px 0px;
}
button.btn.btn-default.lear {
    background: none;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 25px;
    border: 1px #ffffff solid;
    border-radius: 2px;
    margin: 16px 0px;
}
button.btn.btn-default.lear:hover {
    background: #fff;
    color: #000000;
}
button.btn.btn-default.lear.about {
    background: #2c2b6c;
    color: #ffffff;
    margin: 10px 0px;
    border-radius: 50px;
}
button.btn.btn-default.lear.about:hover{
    background: #39beb0;
}
/*close-about-area*/

/*service-area*/
.service-head h2 {
    color: #fff;
    text-transform: unset;
    font-size: 41px;
    font-weight: 300;
    margin: 10px 0px;
}
.service-area {
     background: url(../img/service.jpg) no-repeat top center; 
    width: 100%;
    background-size: cover;
    margin-top: 2em;
    padding: 30px 0px 50px;
}
/*.service-content {
    padding-top: 20px;
}*/
button.btn.btn-default.lear.pic {
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    /* top: -28px; */
    margin: 10px 0px;
}
.service-content {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #39beb0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-left: 5px #fff solid;
    border-right: 5px #fff solid;
}
.text h2 {
    color: #fff;
    font-size: 22px;
    margin: 7px 0px;
}
.text p {
    color: #222;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
}
.service-content:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/*.service-content h2 {
    color: #fff;
    font-weight: 800;
}*/
/*.service-content img {
    width: 100%;
}*/
/*.service-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 41px;
}*/
.service-content ul li {
    display: inline-block;
    padding: 10px 27px;
}
/*close-service-area*/

/*spa-area*/

.spa-head h2 {
    color: #222;
    font-weight: 300;
    padding: 0px 270px;
    line-height: 40px;
    font-family: 'EB Garamond', serif;
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: unset;
    letter-spacing: 1px;
}
.spa-head h2 span {
    color: #88ce09;
    font-weight: 900;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}
.spa-content{
  position: relative;
  text-align: center;
  color: white;
}
.centered p {
    color: #fff;
    font-size: 22px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
}
.col-12.col-sm-3.col-md-3.col-lg-3.col-xl-3.pad {
    padding: 0px;
}
.centered p:before {
    width: 60px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
    left: 41%;
    margin-top: 50px;
    right: -50%;
}
.spa-content:hover img {
    filter: sepia(100%);
    box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.59), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.spa-area {
    margin-bottom: 40px;
}
/*close-spa-area*/

/*vid-area*/

.vid-head h2 {
    color: #203850;
    font-size: 42px;
    font-weight: 800;
}
.vid-head h2 span {
    font-weight: 400;
    font-size: 28px;
}
.vid-head h2 {
    color: #1d96a7;
    font-size: 51px;
    font-weight: 800;
    line-height: 48px;
}
.vid-content h2 {
    color: #000000;
    font-size: 34px;
    line-height: 41px;
    margin-top: 2em;
    font-weight: 800;
}
.vid-head h2:after {
    width: 140px;
    height: 4px;
    background: #1d96a7;
    position: absolute;
    content: "";
    margin-left: 16px;
    margin-top: 24px;
}
.vid-area {
    margin: 50px 0px;
}
.vid-content {
    margin-top: 1em;
}
.vid-content p span {
    color: #4eb3bd;
    font-size: 22px;
}
.vid-content h2 span {
    color: #88ce09;
    font-size: 44px;
}
.vid-content p {
    color: #222;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
}
button.btn.btn-default.lear.about.blu {
    background: #1d96a7;
    color: #fff;
}
.video-box {
    margin-top: 23px;
}
/*close-vid-area*/

/*footer-area*/


.footer-content.second {
    margin-left: 50px;
}
.footer-head h2 {
    color: #fff;
}
.footer-head p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.footer-head {
    border-bottom: 1px #fff solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.footer-area {
    background: #e9e9e9;
    padding: 10px 0px;
}
.footer-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    text-transform: unset;
}
.footer-content p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-bottom: 4px;
}
.footer-content img {
    width: 186px;
    padding: 0px 0px;
}
.footer-content.pic {
    border-right: 2px #2abba7 solid;
}
.footer-content p a {
    color: #000;
}
.footer-content p i {
    margin-right: 6px;
}
.footer-content ul li {
    display: inline-block;
    line-height: 29px;
    font-size: 16px;
    background: #3fbfb3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #242424;
    margin-top: 0px;
    margin: 7px 3px;
}
.footer-content.top {
    margin-top: 2.5em;
}
.footer-content ul li i {
    color: #fff;
}


.footer-content.mid {
    margin-left: 60px;
}
.footer-content p span {
    font-weight: 700;
}
.footer-content.last {
    margin-left: 7em;
}
.bottom-footer {
}
.poly-area p {
    color: #222;
    padding: 8px 0px;
    font-size: 14px;
    margin: 5px;
}
.poly-area p a {
    color: #222;
}

/*close-bottom-footer*/


/*responsive-start*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
.banner-content h2 {
    font-size: 35px !important;
    line-height: 49px !important;
}
.vid-content h2 {
    margin-top: 1.5em !important;
}
/*.centered p::before{
    display: none;
}*/
.centered p {
    font-size: 18px;

}
.footer-content.mid {
    margin-left: 20px;
}
.footer-content.last {
    margin-left: 2em;
}
}



@media screen and (min-width: 991px) and (max-width: 1199px){
.top-content p {
    margin-top: 18px !important;}
.about-content h2 {
    margin-top: 3em !important;
}
.vid-content h2 {

    margin-top: 20px !important;
    text-align: center !important;
}
.text p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
.text h2 {
  font-size: 18px;
  margin: 5px 0px;
}

 }


@media screen and (min-width: 320px) and (max-width: 1024px){ 

.top-area {
  padding: 10px 0px;
}
.top-content {
    text-align: center;
}
.top-content img {
  width: 268px;
  margin: 12px 0px 5px;
}
.service-area {
  background: #222;
}
.top-content p {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 15px;
}
.top-content ul li i {
    line-height: 30px;
width: 30px;
height: 30px;
}
.logo-content img {
    width: 160px;
}
button.btn.btn-default.contact {
    font-size: 15px;
    padding: 8px 18px 8px 18px;
    margin-bottom: 20px;
}
.banner-content img {
    width: 120px;
}
.top-content ul li {
    margin: 0px 0px;
}
.banner-content h2 {
    font-size: 21px;
    line-height: 32px;
}
.banner-content h2::before{
    display: none;
}
.banner-content h2::after{
    display: none;
}
.banner-content p {
    font-size: 16px;
    margin: 10px 0px;
    line-height: 25px;
    padding: 0px 0px 0px 0px;
}
.banner-content p span {
    font-size: 24px;
}
.banner-area {
    height: auto;
}
.banner-content h2 span {
    font-size: 25px;
}
.banner-content {
    margin-top: 1em;
    margin-bottom: 5em;
    background: #2222228a;
}
button.btn.btn-default.learn {
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}
.service-head h2 {
    font-size: 26px;
}
.about-pic img {
    margin: 20px 0px;
    width: 100%;
}
.about-content {
    padding-left: 0px;
    margin-top: 1em;
}
.about-content h2 {
    font-size: 20px;
    margin-top: 1em;
    line-height: 28px;
}
.about-content p {
    font-size: 15px;
    line-height: 24px;
}
.spa-head h2 {
    padding: 0px;
    line-height: 27px;
    font-size: 21px;
}
.centered p {
    font-size: 20px;
}
.centered p::before {
    display: none;
}
.container_service {
    margin-bottom: 20px;
}
.vid-head h2 {
  font-size: 30px;
  line-height: 43px;
}
.vid-head h2 span {
  font-size: 21px;
}
.service-content h2 {
    font-size: 20px;
}
.service-content img {
  margin-top: 20px;
}
.service-content {
    margin-top: 12px;
    padding-bottom: 5px;
}
.service-content p {
    font-size: 15px;
    padding: 0px;
    line-height: 24px;
}
.vid-content {
    margin-top: 10px;
}
.vid-content h2 span {
    font-size: 28px;
}
.vid-content h2 {
    font-size: 18px;
    margin-top: 4px;
    line-height: 28px;
}
.vid-content h2::before {
    display: none;
}
.vid-content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 0px;
}
.vid-content img {
    width: 100%;
}
button.btn.btn-default.know {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}
.footer-content.mid {
    margin-left: 0px;
}
.footer-content.last {
    margin-left: 0px;
}
.footer-content.second {
  margin-left: 0;
}
.add-area {
    margin-top: 1em;
}
.add-area {
    margin-bottom: 15px;
}
.add-area.last {
    margin-left: 0px;
}
.add-area.last h3::before {
    left: 0px;
}
.add-area.second {
    margin-left: 0px;
}
.add-area.second h3::before {
    left: 0px;
}

.footer-content img {
    width: 170px;
}
.footer-content h2 {
    font-size: 17px;
}
.footer-content.pic {
  border-right: none;
}
.footer-content h3 {
  margin-top: 25px;
}
.footer-content p {
    font-size: 15px;
}
.poly-area p {
    font-size: 13px;
    line-height: 18px;

}
.poly-area {
    text-align: left;
}

}


/* @media only screen and (max-width: 768px) {


 @media only screen and (max-width: 480px) {
    
}*/
/*jssor slider loading skin spin css*/
 








 