/*==============================================================================================*/
/*=================[                                                           ]=================*/
/*=================[     !!!!!!!!   CSS ADDED BY KINJAL VHORA     !!!!!!!!     ]=================*/
/*=================[                                                           ]=================*/
/*===============================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
01.  #000000                 -
02.  #0f0e0e                 -
03.  #ffffff                 -
04.  #334046                 -
05.  #0094da                 -
06.  #f6fbff                 -
*/
/* =========================== */
/* =========================== */
/* !! THEME COLOR            !! -
01.   #212121                 -
02.   #FF9800                 -
03.   #5E5E5E                 -
04.   #333333                 -
05.   #222222                 -
*/
/* =========================== */
/* =========================== */
/* !! SITE PAGE USE !!         -
01. HOME                       -
02. ABOUT US                   -
03. SERVICES                   -
04. GAllERY                    -
05. BOOKING                    -
06. CONTACT                    -
*/
/* =========================== */
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,400,500,600,700|Playfair+Display:400,500,600,700,800,900|Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');
/* -----------------------------
!!  SITE  ( " font-family: 'Josefin Sans', sans-serif; " ) FONT-WEIGHT !!
!!  SITE  ( " font-family: 'Work Sans', sans-serif; " ) FONT-WEIGHT !!
!!  SITE  ( " font-family: 'Playfair Display', serif; " ) FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff2"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon.svg") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon; 
font-style: normal; 
}
.flaticon-play-button:before { content: "\f100"; }
.flaticon-multimedia-option:before { content: "\f101"; }
.flaticon-chevron:before { content: "\f102"; }
.flaticon-send:before { content: "\f103"; }
.flaticon-next:before { content: "\f104"; }
.flaticon-arrow:before { content: "\f105"; }
.flaticon-back:before { content: "\f106"; }
.flaticon-call:before { content: "\f107"; }
.flaticon-envelope:before { content: "\f108"; }
.flaticon-placeholder:before { content: "\f109"; }
.flaticon-human-resources:before { content: "\f10a"; }
.flaticon-tick:before { content: "\f10b"; }
.flaticon-cancel:before { content: "\f10c"; }
.flaticon-beauty-treatment:before { content: "\f10d"; }
.flaticon-relax:before { content: "\f10e"; }
.flaticon-flower:before { content: "\f10f"; }
.flaticon-padmasana:before { content: "\f110"; }
.flaticon-herbal:before { content: "\f111"; }
.flaticon-massage:before { content: "\f112"; }
.flaticon-relax-1:before { content: "\f113"; }
.flaticon-legs:before { content: "\f114"; }
.flaticon-woman:before { content: "\f115"; }
.flaticon-beauty:before { content: "\f116"; }
.flaticon-stones:before { content: "\f117"; }
.flaticon-essential-oil:before { content: "\f118"; }
.flaticon-stones-1:before { content: "\f119"; }
.flaticon-call-1:before { content: "\f11a"; }
.flaticon-envelope-1:before { content: "\f11b"; }
.flaticon-pin:before { content: "\f11c"; }
.flaticon-24-hours:before { content: "\f11d"; }
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  color: #334046;
  font-family: 'Work Sans', sans-serif;
}
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.main_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
img {
  max-width: 100%;
}
a,
.btn,
button {
  cursor: pointer;
}
:focus,
:active,
.active {
  outline: 0 none;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type='reset']:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='button']::-moz-focus-inner {
  border: none;
  padding: 0;
} 
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #333333;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.5px;
}
ul,
ol {
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Work Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {  
  font-family: 'Playfair Display', serif;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 46px;
  line-height: 52px;
}
h3 {
  font-size: 32px;
  line-height: 44px;
}
h4 {
  font-size: 26px;
  line-height: 38px;
}
h5 {
  font-size: 22px;
  line-height: 32px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
a:hover,
a:focus {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-moz-placeholder {
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-ms-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::-ms-input-placeholder {
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:-moz-placeholder {
  color: #a7a7a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* !! field focus !! */
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.navbar__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
}
.navbar {
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-brand {
    margin: 0;
    padding: 10px 0;
    max-width: 150px;
}
.navbar-nav {
  padding: 0;
}
.navbar .navbar-nav > li {
  margin: 0 0 0 15px;
  padding: 31px 0;
  position: relative;
}
.navbar .navbar-nav > li > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0 22px;
  margin: 0;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.4px;
}
.call-btn {
    line-height: 60px;
}
.call-btn i {
    font-size: 20px;
    color: #e73c48;
    font-weight: 600;
}
.call-btn span{
    color: #50c297;
    font-weight: 600;
}
.contact_phone a {
    display: flex !important;
    align-items: center;
}
.contact_phone a p {
    font-size: 20px;
    font-weight: 600;
    color: #041340;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.contact_phone a:hover p {
    color: #FF9800;
}
.contact_phone a i {
    margin-right: 10px;
    color: #FF9800;
    line-height: normal;
}
.navbar__wrapper .navbar .navbar-nav >  li > a {
  padding: 0;
}
.navbar__wrapper .navbar .navbar-nav  > li a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  content: '';
  line-height: 10px;
  color: #FF9800;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #FF9800;
}
.navbar__wrapper .navbar .navbar-nav > li a.active:before {
  opacity: 1;
}
.navbar__wrapper .navbar .navbar-nav > li:last-child a:hover:before {
  opacity: 0;
}
.navbar__wrapper .navbar .navbar-nav > li:first-of-type {
    margin-left: 0;
}
.navbar__wrapper .navbar .navbar-nav > li:last-child a {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
/* !! :hover & :focus & active !! */
.navbar .navbar-nav li > a.active,
.navbar .navbar-nav li > a:hover,
.navbar .navbar-nav li > a:focus,
.navbar .navbar-nav .current-menu-item.nav-item > a {
  color: #50c297;
}
.dropdown-menu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-left: 3px solid transparent;
  letter-spacing: 1px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active,
.dropdown-menu li a:active {
  color:#0a1245 !important;
  text-decoration: none;
  background-color: #ffffff;
} 
.navbar__wrapper.sticky {
  position: fixed;
        top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.14);
  background-color: #fff!important;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: .5s;
  transition: .5s;
}  
header.navbar__wrapper.sticky .navbar .navbar-nav > li > a {
    color: #204b5d;
}
.navbar__wrapper.sticky .navbar-brand {
    max-width: 80px;
    padding: 0;
}  
.right-nav {
    margin: 0 17px;
}
.menu_right {
    position: relative;
    padding-right: 36px;
}
/*--Side Nav--*/
.burger-menu {position: absolute;z-index: 2000;top: 39px;right: 96px;border: none;width: 3em;height: 3em;outline: none;transition: opacity 0.2s ease-out;cursor: pointer;}
.menu-open .burger-menu{position: fixed;right: 20px;}
.menu-toggle, .menu-toggle::after, .menu-toggle::before { -webkit-transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s; transition: top .2s .2s, left .1s, transform .2s, background-color .4s .2s; }
.menu-toggle, .menu-toggle::after, .menu-toggle::before {pointer-events: none;display: block;content: "";width: 100%;background-color: #50c297;height: 2px;position: absolute;-webkit-transform: rotate(0);transform: rotate(0);}
.menu-toggle::before {right: 2px; top: 10px;}
.menu-toggle::after, .menu-toggle::before { width: 2em; }
.menu-toggle::after { right: 2px; top: -10px; }
.menu-toggle:active { transform: translateY(2px); }
.menu-toggle:hover { opacity: 1; }
.menu-toggle { top: 50%; margin-top: -.125em; }
.menu-open .menu-toggle {background-color: initial;}
.menu-open .menu-toggle::after, .menu-open .menu-toggle::before { left: .5em; top: 0; }
.menu-open .menu-toggle::before {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background: white;}
.menu-open .menu-toggle::after {-webkit-transform: rotate(45deg);transform: rotate(45deg);background: #ffffff;}
.menu-2 { z-index: 1500; position: fixed; top: -100%; right: 0; width: 30%; height: 100%; transform: translate3d(0, 0, 0); backface-visibility: hidden; overflow: hidden; }
.menu-2:before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background: #12141d;width: 100%;height: 100%;padding-bottom: 0;transform: scale(0.04), translateY(9999px);overflow: hidden;}
.menu-open .menu-2 { top: 0; }
.menu-open .menu-2:before { animation: menu-animation 0.9s ease-out forwards; }
.media-info {padding-right: 30px;opacity: 0;display: block;position: absolute;top: 50%;transform: translate(0%,-50%);left: 0;backface-visibility: hidden;perspective: 1000;color: white;}
.menu-open .media-info { opacity: 1; left: 30px; transition: left 0.8s ease-out, opacity 0.8s ease-out; transition-delay: 1s; }
.media-info li {color: #fff;}
.media-info li a {color: #fff; display: block;}
.media-info li h6 {color: #fff; font-size: 24px;}
.media-info .hero-social li{padding-right: 10px;}
.list-unstyled { display: flex;} 
.contact-media a {
    color: #e73c48;
    font-weight: 500;
    font-size: 17px;
}
/* ------------------------
    Footer
------------------------*/
.footer {position: relative;padding: 40px 0 16px;background: #12141d;position: relative;overflow: hidden;z-index: 9;}
.primary-footer { position: relative; z-index: 99; font-size: 16px; color: rgba(255,255,255,0.8); }
.primary-footer p {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
}
.secondary-footer {padding-top: 16px;margin-top: 30px;border-top: 1px solid rgba(255,255,255,0.1);}
.footer-logo img {max-width: 140px;}
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 25px; font-size: 16px; font-weight: 400; }
.media-icon li:last-child { margin-bottom: 0; }
.media-icon li i { font-size: 30px; color: #00f2aa; vertical-align: middle; line-height: 30px; margin-right: 10px;}
.media-icon li a { color: rgba(255,255,255,0.8); }
.media-icon li a:hover { color: #00f2aa; }
.footer-list li { margin-right: 20px; margin-bottom: 30px; text-transform: capitalize; display: inline-block;}
.footer-list li:last-child { margin-right: 0; }
.footer-list li a {font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.8); position: relative; padding-bottom: 10px;}
.footer-list li a:hover {color: #0083ff;}

.footer-list li a::before, .footer-list li a::after { content: ""; width: 100%; height: 1px; bottom: 0; position: absolute; left: auto; right: 0; -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; background: rgba(255,255,255,0.3); }
.footer-list li a:hover::before {width: 0}
.footer-list li a::after {width: 10%;left: 0;right: auto;background: #0083ff;}
.footer-list li a:hover::after { width: 100%;}

.footer-social li{display: inline-block;margin-right: 5px;}
.footer-social li:last-child { margin-right: 0; }
.footer-social li a{color: #ffffff;display: inline-block;height: 40px;width: 40px;line-height: 35px;border: 2px solid #fff;text-align: center;font-size: 16px;border-radius: 100%;}
.footer-social li a:hover{transform: scale(1.1);color: #e73c48;border-color: #e73c48;}

.copyright span { color: rgba(255,255,255,0.8);}
.copyright span a { color: #ffffff }

.footer .dot-bg {left: 0; bottom: 0; top: inherit; z-index: -1;} 
/* Star Push Effect */
@-webkit-keyframes starPush {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
  }
}
@keyframes starPush {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
  }
}
.star-group img {
  position: absolute;
  -webkit-animation: starPush 7s linear infinite;
  animation: starPush 7s linear infinite;
}
.star-group img:nth-child(1) {
  left: 215px;
  top: 340px;
} 
.star-group img:nth-child(2) {
  left: 35.5%;
  top: 145px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
} 
.star-group img:nth-child(3) {
  left: 50%;
  top: 220px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.star-group img:nth-child(4) {
  right: 250px;
  top: 80px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
} 
.star-group img:nth-child(5) {
  right: 34%;
  top: 380px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} 
.star-group img:nth-child(6) {
  right: 39%;
  top: 480px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} 
.star-group img:nth-child(7) {
  right: 45%;
  top: 180px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.star-group img:nth-child(7) {
  right:55%;
  top: 280px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} 
.star-group img:nth-child(8) {
  right:25%;
  top: 150px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.star-group img:nth-child(9) {
  right:95%;
  top: 150px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} 
.star-group img:nth-child(10) {
  right:0%;
  top: 100px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} 
.footer_contact ul li   i {font-size: 23px;flex: 0 0 11%;margin-top: 1px;}
.footer_contact ul li p,
.footer_contact ul li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    display: flex;
}
.footer_contact ul li a:hover {
    color: #50c297;
}
.footer_contact ul li   span {
    flex: 0 0 90%;
}

.footer_contact ul li {
    margin-bottom: 16px;
}
.grey-bg {
    background-color: #f3f5ff;
}
.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
.subscribe_form{
  margin-top: 30px;
} 
.subscribe_form p {
    position: relative;
}
.subscribe_form input[type="text"] {
    width: 100%;
    padding: 13px 22px;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    box-shadow: 0 2px 20px 0 hsla(0, 0%, 0%, 0.06);
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    transition: all .4s;
    -webkit-transition: all .4s;
}
.subscribe_form input[type="text"]::placeholder {
    color: #a1afc3;
}
.subcribe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: #e73c48;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 10px 45px;
}
.subscribe_form input[type="text"]:focus {
    border-color: #50c297;
}  
.footer-top {
    padding: 0 0 50px 0;
}
/*----------   Back To Top Button  ----------*/
.enquiry_btn{
  position: fixed;
  z-index: 100;
  top: auto;  
  right: 20px;
  bottom: 20px;
  left: auto;
}
#back-top .top-btn {
  position: fixed;
  z-index: 100;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
  opacity: 0;
  background: #204b5d;
  border-radius: 100%;
  font-size: 28px;
  color: #d33f4c;
}
#back-top .top-btn img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
#back-top .show-btn {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6px);
  }
} 
/********************* MAIN SLIDER CSS  ********************/
 
.btn-custom {
	 color: #fff;
	 font-size: 18px;
	 background: #e73c48;
	 cursor: pointer;
	 border: none;
	 padding: 15px 20px;
	 transition: all 0.25s ease;
	 overflow: hidden;
	 position: relative;
}
 .btn-custom::after {
	 position: absolute;
	 content: '';
	 top: 0;
	 left: 0;
	 bottom: 0;
	 width: 0%;
	 background-color: #204b5d;
	 transform-origin: left;
	 transition: width 0.25s ease;
	 z-index: 1;
}
 .btn-custom:hover {
	 color: #fff !important;
}
 .btn-custom:hover .icon-arrow-right, .btn-custom:hover .btn-text {
	 position: relative;
	 z-index: 2;
}
 .btn-custom .icon-arrow-right {
	 vertical-align: text-top;
	 font-size: 18px;
}
 .btn-custom:hover::after {
	 width: 100% !important;
}
/**************  SECTION TITLE **************/ 
.section-padding{
  position: relative;
  z-index: 1;
  padding: 70px 0;
} 
h2, .h2 {
    font-size: 42px;
    font-style: normal;
    line-height: 64px;
    font-weight: 700;
    color: #0a1245;
    text-transform: capitalize;
}
.section-title { margin-bottom: 50px; position: relative; }
.section-title p { font-size: 16px; margin-bottom: 0; }
.title {position: relative;margin-bottom: 0;color: #0c1447 !important;font-size: 42px;line-height: 50px;}
.section-title h2 span{color: #0083ff; font-weight: 500;}
.dark-bg .title, .theme-bg .title, .theme-bg .section-title h6 { color: #ffffff }
.section-title h6 {font-family: 'Josefin Sans', sans-serif;position: relative;display: inline-block;font-weight: 600;text-transform: uppercase;margin-bottom: 10px;color: #50c297;}
.section-title h2 { margin-bottom: 15px; }
.section-title.text-center h2:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 125px;
    background: -webkit-linear-gradient(left, transparent, #e73c48, transparent);
    background: linear-gradient(to left, transparent, #e73c48, transparent);
}
.section-title.text-right h2:before{
    right: 0%; 
    left: auto; 
    width: 125px;
    background: -webkit-linear-gradient(right, transparent, #e73c48, transparent);
    background: linear-gradient(to left, transparent, #e73c48, transparent);
}
/* ------------------------
    Testimonials
------------------------*/
.testimonial{position: relative;}
.testimonial:before{content: ""; background: #50c297; border-top-left-radius: 7px; border-bottom-left-radius: 7px; width: 20%; height: 100%; position: absolute; left: -30px; top: 0;}
.testimonial-content{position: relative; font-size: 18px; line-height: 28px; font-weight: 600; margin-bottom: 0;}
.testimonial .testimonial-content{padding: 30px; margin-right: 50px; border-radius: 7px; background: #ffffff; overflow: hidden;}
.testimonial-content p{font-size: 18px; line-height: 34px; font-weight: 500; margin-bottom: 0; color: #204b5d; position: relative;}
.testimonial .testimonial-content p{position: relative; z-index: 9;}
.testimonial .testimonial-caption{ z-index: 9; position: relative;}
.testimonial .testimonial-caption label{margin-bottom: 0; font-weight: 500; color:#204b5d; display: block;}
.testimonial .testimonial-caption h5{color: #50c297; font-weight: bold; display: inline-block; margin-bottom:10px;}
.testimonial .testimonial-quote {color:#ffe2e1;z-index: -1;font-size: 129px;line-height: 163px;transform: rotate(90deg);position: absolute;top: 0;right: 25px;}
.testimonial .testimonial-quote{z-index: 9;}
.grey-bg .testimonial-content p{color:#204b5d}
.testimonial .testimonial-content::before {background: #fafaff; content: ""; height: 300px; left: -25%; position: absolute; top: 10%; transform: rotate(-10deg); width: 150%;}
.testimonial  {
    padding: 30px 0 30px 30px;
    margin: 40px 0 0 0;
}
.testimonial-caption{position: relative; padding-top: 20px; margin-top: 20px; display: inline-block;}
.testimonial-caption:before, .testimonial-caption:after{content: ''; position: absolute; z-index: 1; height: 3px; border-radius: 2px; top: 0;}
.testimonial-caption:before{background:#bf1a26; width: 100px; left:0;}
.testimonial-caption:after{background: #e73c48; width: 20px; left:110px;}

.testimonial-carousel .controls{padding:0;  margin:0; white-space: nowrap; text-align: center; position: relative;}
.testimonial-carousel .controls li {position: relative;margin: 0 2%;border-radius: 50%;width: 46%;box-shadow:0 30px 70px rgba(0,0,0,.2);height: 202px;}
.testimonial-carousel .controls li a{position: relative; z-index: 9; overflow: hidden; border-radius: 50%; display: inline-block; width: 100%; height: 100%;}
.testimonial-carousel .controls li:last-child {float: none; margin: 0 auto;}
.testimonial-carousel .controls li img{/* width: 150px; *//* height: 150px; */border-radius: 100%;}

.testimonial-carousel .controls li.active:after,
.testimonial-carousel .controls li.active:before {content: ''; border: 10px solid #50c297; width: 100%; height: 100%; -webkit-border-radius: 100%; border-radius: 100%;
 position: absolute; left: 0%; top: 0%; opacity: 1; -webkit-animation: 2s videomodule-anim linear infinite; animation: 2s videomodule-anim linear infinite; }
.testimonial-carousel .controls li.active:before {-webkit-animation-delay: .5s; animation-delay: .5s; }
.section-title h2:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 70px;
  background: -webkit-linear-gradient(left, #50c297, transparent);
  background: linear-gradient(to right, #e73c48, transparent);
  bottom: -24px;
  left: 0%;
}
/*--videomodule--*/

@-webkit-keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes videomodule-anim {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anti-01-holder {width: 110px; height: 110px; opacity: 0.1; position: absolute; left: 0; top: 50%; -webkit-animation: rotation 6s infinite linear;}
.anti-01 {width: 100px;height: 100px;border-radius: 50%;background: #e73c48;position: absolute;left: 0px;top: 0px;}
.anti-02-holder {width: 70px; height: 70px; opacity: 0.1; position: absolute; left: 50%; top: 0; margin-left: -35px; -webkit-animation: rotation 6s infinite linear; animation-delay: 0s; -webkit-animation-delay: 3s;}
.anti-02 {width: 60px;height: 60px;border-radius: 50%;background: #e73c48;position: absolute;left: 0px;top: 0px;}
.anti-03-holder {width: 75px; height: 75px; opacity: 0.1; position: absolute; right: 30px; top: 55%; -webkit-animation: anti-rotation 8s infinite linear; animation-delay: 0s; -webkit-animation-delay: 1s;}
.anti-03 {width: 66px;height: 66px;border-radius: 50%;background: linear-gradient(to right, #204b5d , #50c297);position: absolute;left: 0px;top: 0px;}

.butterfly {
    position: relative; 
}
.butterfly img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 166px;
    z-index: 999;
}
/*-------------------------------------------------------------------------------------
    team area
---------------------------------------------------------------------------------------*/

#team-area { 
    background-image: url(../images/team-bg-left.png), url(../images/team-bg-right.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain
} 
/* ------------------------
    Banner
------------------------*/ 
.hiro_title {
/*  background: -webkit-linear-gradient(transparent, transparent), url(../images/bubbles.png) repeat;*/
  background-size: 200px auto;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: background 10s infinite linear;
  font-size: 59px;
  line-height: 71px;
  background-color: #0a1245;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin-bottom: 30px;
}
.main_banner {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}  
.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.anim-icon .icon-7 {
    width: 130px;
    height: 107px;
    right: 80px;
    top: 10%;
    -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
.anim-icon .icon {
    position: absolute;
}
.anim-icon .icon-8 {
    width: 70px;
    height: 58px;
    right: 220px;
    top: 0%;
    -webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
@-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}

@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); 
  } 
}
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); 
  } 
}
.btn-default {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    min-width: 200px;
    vertical-align: middle;
    background: #2f6d56;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-clip-path: polygon(100% 0, 100% 79%, 95% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 79%, 95% 100%, 0 100%, 0 0);
    padding: 14.5px 55.5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
}
.btn-default span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    will-change: transform;
}
.btn-default svg {
    position: absolute;
    width: 23px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    will-change: right, opacity;
}
.btn-default.arrow_show svg {
    opacity: 1;
    right: -2.3rem;
}
.btn-default.arrow_show span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
/*    color: #ffffff;*/
}
.btn-default.arrow_show.btn-justify {
    width: 200px;
    padding: 15px 26px;
    text-align: left;
}
.btn-default.arrow_show.btn-justify span {
    -webkit-transform: translate3d(0.2rem, 0, 0);
    transform: translate3d(0.2rem, 0, 0);
}
.btn-default.arrow_show.btn-justify svg {
    right: -5rem;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #e73c48;
    color: #ffffff;
}
.btn-default:hover span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
    color: #ffffff;
}
.btn-default:hover svg {
    opacity: 1;
    right: -2rem;
}
.btn-default.arrow_show:hover svg {
    opacity: 0;
    right: 0rem;
}
.btn-default.arrow_show:hover span {
    -webkit-transform: translate3d(0rem, 0, 0);
    transform: translate3d(0rem, 0, 0);
/*    color: #ffffff;*/
}
.btn-default.arrow_show.btn-justify:hover span {
    -webkit-transform: translate3d(2.5rem, 0, 0);
    transform: translate3d(2.5rem, 0, 0);
}
.btn-default.arrow_show.btn-justify:hover svg {
    right: -15rem;
}
.img-bg{
  position: relative;
} 
.hero-content-left p {
    font-size: 20px;
    margin: 0px 0 30px;
    color: #000000;
}
.main_banner .carousel-item {
    height: 650px;
}
.main_banner:before{
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background: url(../images/slider.png);
    top: 0;
    right: 0;
    height: 600px;
    background-position:top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.hiro_banner_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translate(0%,-50%);
    width: 100%;
}

.main_banner .carousel-controls {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    bottom: 40px;
}
.main_banner  .carousel-controls a {
    color: #c7222d;
}
/** technology-section **/

.technology-section{
	position: relative; 
}
.left-anim .anim-icon .icon-7{
    left: 150px;
    -webkit-animation: animateBubble 30s linear infinite,sideWays 4s ease-in-out infinite alternate;
    -moz-animation: animateBubble 30s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 30s linear infinite,sideWays 4s ease-in-out infinite alternate;
}
.left-anim .anim-icon .icon-8{
    right: auto;
    left: 200px;
    -webkit-animation: animateBubble 20s linear infinite,sideWays 5s ease-in-out infinite alternate;
    -moz-animation: animateBubble 20s linear infinite,sideWays 5s ease-in-out infinite alternate;
    animation: animateBubble 20s linear infinite,sideWays 5s ease-in-out infinite alternate;
}
.technology-section .anim-icon {
    right: auto;
    left: 0;
    z-index: 99999999;
} 
.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.technology-block-one {
    padding-bottom: 220px;
}

.tecno-content h4 a {
    font-size: 24px;
    color: #e73c48;
    font-family: initial;
    font-weight: bold;
}

.tecno-content p {
    line-height: 22px;
    min-height: 80px;
}
.techno-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: relative;
    border-radius: 10px;
}

.techno-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.inner-box {
    position: relative;
}
.tecno-content{
        box-shadow: 0 13px 50px rgba(0, 0, 0, 0.1);
    width: 80%;
    padding: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.96);
    text-align: center;
    margin: 60px auto;
    flex-direction: column;
    border-radius: 20px;
}
/** team-section **/

.team-section{
	position: relative; 
}
.team-block {
    margin-bottom: 30px;
}
.image-box {
    position: relative;
}
.team-block .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: none;
}
.team-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 60%;
    background: url(../images/unnamed.png);
    background-position: top right;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.team-block-one .inner-box .lower-content{
	padding-top: 26px;
	text-align: center;
}

.team-block-one .inner-box .lower-content h4{
	margin-bottom: 0px;
	font-family: 'Josefin Sans', sans-serif;
}

.team-block-one .inner-box .lower-content .designation{
	position: relative;
	display: block;
	line-height: 20px;
	color: #50c297;
	font-size: 20px;
}
.team-block-one .inner-box .lower-content h4 a {
    color: #e73c48;
}
.team-section .more-btn{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 36px;
}


/** about-section **/
 
.about-section  {
    position: relative;
    background: url(../images/banner_shap.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.content_block_03 .content-box .text{
	position: relative;
	padding-bottom: 43px;
	margin-bottom: 39px;
	border-bottom: 1px solid #e5e5e5;
}
.content_block_03 .content-box .lower-box{
	position: relative;
	padding: 0px 0px 0px 85px;
}
.content_block_03 .content-box .lower-box .icon-box{
	position: absolute;
	left: 0px;
	top: -6px;
	width: 63px;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
.content_block_03 .content-box .lower-box .icon-box i{
	position: relative;
	font-size: 30px;
	line-height: 63px;
	color: #204b5d;
	font-weight: 600;
}
.content_block_03 .content-box .lower-box .icon-box .bg-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 63px;
	height: 63px;
	background-repeat: no-repeat;
}
.content_block_03 .content-box .lower-box h5{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #e73c48;
	font-weight: 700;
	margin-bottom: 2px;
}
.content_block_03 .content-box .lower-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Josefin Sans', Sans-serif;
	font-weight: 600;
	color: #50c297;
}
.content_block_03 .content-box .lower-box a:hover{
	text-decoration: underline;
}
.content_block_03 .content-box .lower-box a i{
	font-size: 27px;
	font-weight: 500;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	color: #e73c48;
}
.content_block_03 .content-box .sec-title{
	margin-bottom: 32px;
}
.image_block_01 .image-box{
	position: relative;
}
.image_block_01 .image-box img{
	position: relative;
	width: 100%;
}
.image_block_01 .image-box .pattern-layer{
	position: absolute;
	right: 0;
	top: 0;
	width: 568px;
	height: 501px;
	background-repeat: no-repeat;
} 
.content_block_03 .content-box{
	position: relative;
	z-index: 1;
}
.map-section {
    position: relative;
    height: 100%;
    border-top: 4px solid #061242;
}
.map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.special_offer {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.special_offer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 12, 14, 0.78);
}
.special_offer h2 {color: #f3f3f3 !important;margin: 0 !important;}

.special_offer h1 {
    color: #ffffff;
    font-size: 122px;
    font-weight: 900;
    line-height: 130px;
}  
.special_offer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.special_offer h6 {
    color: #e83b47;
}