body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}


/*header section*/

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  /* Ensures the video stays behind other content */
}

.hero_area {
  position: relative;
  z-index: 1;
  /* Ensures content is above the video */
  color: white;
  text-align: center;
  height: 100vh;
  background-color: #000;
}

.logo {
  position: absolute;
  top: 25px;
  left: 25px;
  height: 100px;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% opacity */
  z-index: -1;
  /* Ensures the overlay stays behind other content */
}



.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/

.slider_section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.slider_section .detail-box {
  text-align: center;
  /* margin-bottom: 110px; */
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
}

.slider_section .detail-box p {
  margin-top: 25px;
  font-size: 20px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  bottom: 0;
}

.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}



.do_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 25px 0 25px;
}

.do_section .do_container .box .img-box {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b4e67;
  border-radius: 100%;
}

.do_section .do_container .box .img-box img {
  width: 45px;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.do_section .do_container .box:hover .img-box {
  background-color: #74abc4;
}

.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}


.do_section .iframe {
  height: 50vh;
  width: 80%;
} 

.linehight-30 {
  line-height: 30px;
}

.border4 {
  border: solid rgba(0, 0, 0, .35);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 1px 1px 2px;
  padding: 1px !important;
  border-radius: 100px;
}

.who_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.who_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.who_section .highlight {
  color: #0b4e67 !important;
}

.who_section .img-box img {
  width: 100%;
}

.who_section .detail-box {
  margin-left: 65px;
}

.who_section .detail-box p {
  margin-top: 35px;
}

.who_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #ffffff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
}
.who_section .card .card-body .name{
  font-size: 1.5rem;
  font-weight: bold;
}

.who_section .card .card-body .title{
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.who_section .card .card-body .quote{
  margin-top: 10px;
  font-size: 1rem;
  color: rgba(80, 75, 75, 0.67);
}


/* christina section  */
.christina_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.christina_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.christina_section .highlight {
  color: #0b4e67 !important;
}

.christina_section .img-box{
  text-align: center;
}

.christina_section .img-box img {
  width: 70%;
  border-radius: 50px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.336);
}

/* end christina section  */

.client_section {
  padding-bottom: 150px;
}

.client_section .highlight {
  color: #0b4e67 !important;
}


.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.client_section .box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 20px;
}

.client_section .box .img-box {
  width: 60px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 50px;
}

.client_section .box .detail-box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70vh;
}

@media screen and (max-width: 767px){
  .client_section .box .detail-box {
    min-height: auto;
  }
}

.client_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.client_section .box .detail-box h5 span {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #74abc4;
}

.client_section .box .detail-box img {
  width: 15px;
  margin: 35px 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.client_section .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #0b4e67;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: 50%;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}

.client_section .owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../images/next.png);
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.client_section .owl-item.active.center .box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.include_section {
  background-color: #0b4e67;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  margin-top: 5rem ;
}

.include_section iframe{
  height: 60vh;
  width:100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.include_section .card{
  color :#000;
}



.include_section .menu .menu-item{
  text-align: start;
  color: #ffffff;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
}
.include_section .menu .menu-item.item-1{
  margin-top: 0;
  padding-top: 0;
}
.include_section .menu .menu-item .header{
  font-weight: bold;
}
.include_section .menu .menu-item p{
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .include_section .menu{
    margin-top: 3rem;
  }
  
}
.include_section .price-box{
  display: flex;
  justify-content:space-around;
  padding: 15px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: solid 1px white;
  background-color: #FFA500;
  font-weight: 600;
  /* border-radius: 10px; */
  margin-left: 50px;
  margin-right: 50px;
}
.include_section .price-box h3{
  font-weight: 600;
}
.include_section .price-box button{
  font-weight: 600;
}


.include_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.include_section .heading_container  h2 {
  text-shadow: 2px 2px 4px #000000;
  color: #6da6ba;
}
.include_section .heading_container  h2 span {
  color: white; 
}

.include_section .detail-box {
  margin: 30px 0;
}

.include_section h2 {
  font-weight: bold;
}

.include_section h5 {
  font-size: 18px;
  font-weight: 500;
}

/* options section  */

.options_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.options_section .highlight {
  color: #0b4e67 !important;
}

.options_section .card {
  /* border-radius: 1rem 0 ; */
  box-shadow: 2px 2px 5px rgb(128, 128, 128);
  border: none;
  border-radius: 15px;
}

.options_section .card:hover {
  /* add transition  */
  box-shadow: 5px 5px 10px rgba(128, 128, 128, 0);
  transform: scale(1.05);
  transition-duration: 400ms;

}
@media screen and (max-width: 991px) {
  .options_section .card{
    margin-top: 3rem;
    height: auto !important;
  }
}


.options_section .card .card-body{
  text-align: start;
  padding: 0;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}
.options_section .card .card-body h5{
  text-align: center;
}
.options_section .card .card-body li{
  margin-top: 5px;
  font-size: 0.9rem;
  /* color: rgb(99, 99, 99); */
  font-weight: 500;
  /* list-style: none; */
  margin-left: 0;
}

/* elite card  */

.options_section .elite .card-header{
  background: linear-gradient(to bottom right, #008080, #014b4bb0, #008080);
  background-color: #008080;
  color: #ffffff; 
  font-size: 30px;
  border-radius: 15px  15px 0 0 ;
  
}

.options_section .elite .card-body{
  background-color: #006a6a30;
}

.options_section .elite .card-footer{
  background: linear-gradient(to bottom right, #008080, #014b4bb0, #008080);
  background-color: #008080;
  color: #ffffff  !important; 
  border-radius: 0 0 15px 15px;
}

/* pro elite card  */

.options_section .pro-elite .card-header{
  background: linear-gradient(to bottom right, #CD7F32, #5a2e03b0, #CD7F32);
  background-color: #CD7F32;
  color: #ffffff; 
  font-size: 30px;
  border-radius: 15px  15px 0 0 ;
}

.options_section .pro-elite .card-body{
  background-color: #ac672430;
}

.options_section .pro-elite .card-footer{
  background: linear-gradient(to bottom right, #CD7F32, #5a2e03b0, #CD7F32);
  background-color: #CD7F32;
  color: #ffffff  !important; 
  border-radius: 0 0 15px 15px;
}

/* power elite card  */

.options_section .power-elite .card-header{
  background: linear-gradient(to bottom right, #C0C0C0, #575656b0, #C0C0C0);
  background-color: #C0C0C0;
  color: #ffffff; 
  font-size: 30px;
  border-radius: 15px  15px 0 0 ;
}

.options_section .power-elite .card-body{
  background-color: #57565630;
}

.options_section .power-elite .card-footer{
  background: linear-gradient(to bottom right, #C0C0C0, #575656b0, #C0C0C0);
  background-color: #C0C0C0;
  color: #ffffff  !important; 
  border-radius: 0 0 15px 15px;
}

/* vip elite card  */

.options_section .vip-elite .card-header{
  background: linear-gradient(to bottom right, #FFD700, #705f00b0, #FFD700);
  background-color: #FFD700;
  color: #ffffff; 
  font-size: 30px;
  border-radius: 15px  15px 0 0 ;
}

.options_section .vip-elite .card-body{
  background-color: #705f0030;
}

.options_section .vip-elite .card-footer{
  background: linear-gradient(to bottom right, #FFD700, #705f00b0, #FFD700);
  background-color: #FFD700;
  color: #ffffff  !important; 
  border-radius: 0 0 15px 15px;
}


/*end options section  */

/* footer section  */

.footer-section{
  background-color: #0b4e67;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  margin-top: 5rem ;
}

.footer-section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footer-section .heading_container  h2 span {
  color: white; 
  text-shadow: 2px 2px 4px #000000;
}

.footer-section .btn-primary{
  background-color: #FFA500;
  border: white solid 1px;
}

/*# sourceMappingURL=style.css.map */