      @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
  font-family: "Poppins", sans-serif;
  
}
       #navimg{
           background-color:#ffffff;
    }
 .navbar .navbar-nav .nav-link {
    color: black;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: green;
}
.sm-icons {
  flex-direction: row;
}
@media only screen and (max-width: 960px) {
  .sm-icons .nav-item {
    padding-right: 1em;
  }
}


* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
#__bs_notify__ {
    display: none !important;
}
main {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1280px;
    width: 100%;
}
.module {
    margin: 8rem 0;
    padding: 2rem;
}
.flex-grid {
    display: flex;
    justify-content: center;
}
.col {
    flex: 1;
    padding: 2rem;
    position: relative;
}
.col:nth-child(n+1) {
    margin-left: 2rem;
}
.col.vertical-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.single-column .col {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    width: 100%;
}
@media (max-width: 680px) {
    .flex-grid {
        display: block;
    }
    .single-column .col {
        margin: 2rem;
        width: auto;
    }
}
/* Text styles */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
/*html {
    background: #F9FCFF;
    color: #333;
    font-size: 10px;
    font-family: Open Sans, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}*/
/*body {
    font-size: 1.8rem;
}
h2, h3 {
    margin-bottom: 0;
}
h1 {
    font-size: 4.8rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.8rem;
}
h4, h5 {
    font-size: 1.4rem;
    text-transform: uppercase;
}
p, li {
    font-size: 1.8rem;
    line-height: 1.5;
}
a {
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}*/
footer {
    background: #FEFCFF;
    color: #fff;
    padding: 6rem;
    text-align: center;
}
footer a {
    color: #fff;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer li {
    display: inline-block;
    margin: 0;
}
footer li:before {
    content: "\2022 \A0";
}
footer li:first-child:before {
    content: "";
}
/* Custom styling for the content */
.badge {
    border-radius: 50%;
    background: green;
    display: flex;
    flex-shrink: 0;
    height: 10rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-width: 10rem;
    width: 10rem;
    position: relative;
    box-shadow: 0 .2rem .1rem .1rem rgba(0,0,0,0.2);
}
.badge:before {
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    bottom: 2.5px;
    left: 2.5px;
    border: 6px solid #fff;
}
.badge.first {
    background: red;
}
.badge.third {
    background: yellow;
}
.calls-to-action {
    margin: 8rem 0 16rem;
}
.calls-to-action h2 {
    margin-bottom: 2rem;
}
.calls-to-action .col {
    min-height: 32rem;
    margin-top: 2rem;
    text-align: center;
}
.calls-to-action .col p:nth-child(2) {
    flex-grow: 1;
}
.calls-to-action .col.most-popular {
    background: #fff;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: .8rem;
    margin-top: 4em;
    transform: scale(1.2);
}
.section-title {
    text-align: center;
}
.button {
    background: #1518BA;
    
    border-radius: .8rem;
    color: #fff;
    display: block;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    width: 15rem;
    text-decoration: none;
}
.button:hover{
  color:black;
}
.js-loading *, .js-loading *:before, .js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;

  -webkit-perspective: 100px;

          perspective: 100px;
}

header:before {
  -webkit-animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
          animation: no-transform 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
   /*background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8)),
              url(https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?dpr=2&auto=format&fit=) no-repeat bottom;*/
  /*background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)),
              url(https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?dpr=2&auto=format&fit=) no-repeat bottom;*/

             /* background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(150,186,222,1) 0%, rgba(0,212,255,1) 100%);
  background-size: cover;*/


    bottom: 0;
  content: "";
    left: 0;
  opacity: 0;
  position: absolute;
    right: 0;
    top: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
  z-index: -1;
}

header:after {
  -webkit-animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
          animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: #dae5dc;
  content: "";
  height: 40rem;
  left: -5%;
  position: absolute;
    right: -5%;
    top: 90%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 0;
}

.header-title, .header-subtitle {
  color: #fff;

}
.header-title{
  font-size: 60px;
  font-weight: 900;
}

.header-subtitle {
  margin-bottom: 5rem;
  text-transform: uppercase;
}

.header-button {
  position: relative;
  -webkit-transform: translateZ(.1px);
          transform: translateZ(.1px);
  z-index: 10;
}

.animate-pop-in {
  -webkit-animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
          animation: no-transform .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
  -webkit-transform: translateY(-4rem) scale(.8);
          transform: translateY(-4rem) scale(.8);
}

.rocky-dashed {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.header-title {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.header-subtitle {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.header-button {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.header-down-arrow {
  -webkit-animation: pulse 2s 3s ease-out infinite;
          animation: pulse 2s 3s ease-out infinite;
    bottom: 4vh;
    left: 0;
  position: absolute;
    right: 0;
  text-align: center;
  z-index: 10;
}

.header-down-arrow img {
  -webkit-animation: no-transform 1s 1s ease-out forwards;
          animation: no-transform 1s 1s ease-out forwards;
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

/* Animations */

@-webkit-keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes no-transform {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    opacity: .8;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    opacity: .8;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes rotate-up {
  100% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
}

@keyframes rotate-up {
  100% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
  }
}


   nav{
      background-color: #FEFCFF;
    }
   
 .card{
  
  background-color: rgba(255, 255, 255, 0.95);
  border-radius:30px;
  border:none;
  
 }
 @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
     
  .card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);  
  }
  .warning {
    display: none;
  }
}



 .sticky-icon  {
  z-index:1;
  position:fixed;
  top:35%;
  right:0%;
  width:200px;
  display:flex;
  flex-direction:column;}  
.sticky-icon a  {
  transform:translate(160px,0px);
  border-radius:20px 0px 0px 20px;
  text-align:left;
  margin:2px;
  text-decoration:none;
  text-transform:uppercase;
  padding:6px;
  font-size:15px;
  font-family:'Poppins', sans-serif;
  transition:all 0.8s;}
.sticky-icon a:hover  {
  color:#fff;
  transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
  transform:rotate(360deg);}
/*.search_icon a:hover i  {
  transform:rotate(360deg);}*/
.Facebook  {
  background-color:#3b5998;
  color:#fff;
}
  
 .Instagram  {
  background-color:#C13584;
  color:#fff;}

  .Youtube  {
  background-color:#cd201f;
  color:#FFF;}

  .Twitter  {
  background-color:#55acee;
  color:#FFF;}
  
.Enquiry  {
  background-color:#4a154b;
  color:#FFF;}
.whatsapp  {
  background-color:#075e54;
  color:#FFF;}  
.contact {
  background-color: #aa2200;
  color:#FFF;}  

.sticky-icon a i {
  background-color:#FFF;
  height:20px;
  width:20px;
  color:#000;
  text-align:center;
  line-height:20px;
  border-radius:50%;
  margin-right:20px;
  transition:all 0.5s;}
.sticky-icon a i.fa-phone  {
  background-color:#FFF;
  color:#aa2200;}
  
 
.sticky-icon a i.fa-address-book-o  {
  background-color:#FFF;
  color:#4a154b;}
  
 .sticky-icon a i.fa-whatsapp  {
  background-color:#FFF;
  color:#075e54;}
  
   .sticky-icon a i.fa-twitter  {
  background-color:#FFF;
  color:#55acee;
}

.sticky-icon a i.fa-facebook  {
  background-color:#FFF;
  color:#3b5998;
}
.sticky-icon a i.fa-instagram {
  background-color:#FFF;
  color:#C13584;
}

.sticky-icon a i.fa-youtube  {
  background-color:#FFF;
  color:#cd201f;
}

footer{
   background-color: #FEFCFF;
}
 
.btn-primary{
  background-color:  #00aae5;
  border: none;
}


header{
   
  background-color: ;
}











  
.nav-item{
   /*border: 1px solid #cccfdb;*/
   border-radius: 2px;
} 
.nav-link {
  display: inline-block;
  position: relative;
  
}

.nav-link:after {
 
  content: '';

  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color:green;
  color: green;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
 
