/*-----------------------------------------------------------------------------------

    Template Name: TraveLand - Tour and Travel Agency Template
    Author: UIdeck

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  /* color: rgba(150, 150, 248, 0.603); */
  text-shadow: 0px 3px 22px rgb(0, 29, 255);
}

a{color: blue;}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px;
  text-align: justify !important;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #194cb3;
  width: 160px;
}

.main-btn:hover {
  background-color: rgb(0 0 0);
  color: #fff;
  -webkit-box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
  box-shadow: rgb(0 29 255) 0px 3px 22px 0px;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #EEC41E;
  border-color: #EEC41E;
}

.main-btn.main-btn-2:hover {
  background-color: #EEC41E;
  border-color: #EEC41E;
  color: #fff;
}

/*===== Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title .title span {
  color: #0011ff;
}

.section_title p {
  margin-top: 20px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #EEC41E #EEC41E #F9FAFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9FAFB;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9FAFB;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.21); */
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.nav-logo {
  height: 70px;
  margin: 10px;
}

@media (max-width: 575px) {
  .nav-logo {
    height: 50px;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 25px 15px;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0011ff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #EEC41E;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #0011ff;
}

/*===== SLIDER =====*/
.single_slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* border-bottom-left-radius: 165px; */
}

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 100vh;
  }
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    border-bottom-left-radius: 105px;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 100vh;
    /* border-bottom-left-radius: 85px; */
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  background-color: rgba(56, 66, 77, 0.24);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 80px;
}

.slider_content .slider_title {
  font-size: 54px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #0011ff;
}

.slider_content p {
  font-family: "Josefin Sans", serif;
  font-size: 26px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .slider_content p {
    font-size: 23px;
  }
}

.slider_content .main-btn {
  margin-top: 45px;
}

/*===========================
        03.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
}

.about_image {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image {
    border-top-right-radius: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 170px;
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_content {
    margin-top: 45px;
  }
}

.about_content .main-btn {
  margin-top: 45px;
}

.about_content .main-btn:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: rgb(0 29 255) 0px 0px 12px 5px;
}

.about_counter {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.single_counter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  width: 192px;
  height: 142px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter {
    width: 20.6%;
  }
}

@media (max-width: 767px) {
  .single_counter {
    width: 40%;
    padding: 10px;
  }
}

.single_counter span {
  font-size: 34px;
  font-weight: 700;
  color: #38424D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_counter span {
    font-size: 24px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 14px;
  }
}

.single_counter.counter_1 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.single_counter.counter_2 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*===========================
     04.DESTINATION css 
===========================*/
.destination_area {
  background-color: #F9FAFB;
}

.single_destination .destination_image img {
  width: 100%;
}

.single_destination .destination_content {
  background-color: #fff;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  position: relative;
}

.single_destination .destination_content .main-btn {
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background-color: #fff;
  color: #38424D;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  position: absolute;
  right: 25px;
  top: -18px;
}

.single_destination .destination_content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_destination .destination_content .title a {
    font-size: 18px;
  }
}

.single_destination .destination_content .price {
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_destination .destination_content .more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #EEC41E;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single_destination:hover .destination_content {
  background-color: #EEC41E;
}

.single_destination:hover .destination_content .title a {
  color: #fff;
}

.single_destination:hover .destination_content .price {
  color: #fff;
}

.single_destination:hover .destination_content .more {
  color: #EEC41E;
  background-color: #fff;
}

/*===========================
      05.SERVICE css 
===========================*/
.single_service {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  padding: 25px 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_icon i {
  width: 75px;
  height: 75px;
  border: 2px solid #EEC41E;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #EEC41E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_content .title {
  margin-top: 25px;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_service .services_content .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single_service .services_content .title {
    font-size: 20px;
  }
}

.single_service .services_content p {
  margin-top: 15px;
}

.single_service:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
}

.single_service:hover .services_icon i {
  background: #EEC41E;
  color: #fff;
}

/*===========================
      06.GELLARY css 
===========================*/
.single_gallery {
  position: relative;
}

.single_gallery img {
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.single_gallery a {
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: #EEC41E;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.single_gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*===========================
      07.TEAM css 
===========================*/
.team_area {
  background-color: #F9FAFB;
}

.single_team {
  position: relative;
}

.single_team .team_image {
  position: relative;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-100%);
  transform: skewX(-30deg) translateX(-100%);
  background-color: rgba(238, 196, 30, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_image::before {
    left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_image::before {
    left: -103px;
  }
}

@media (max-width: 767px) {
  .single_team .team_image::before {
    left: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_image::before {
    left: -75px;
  }
}

.single_team .team_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_content {
    padding: 20px;
  }
}

.single_team .team_content .team_name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content p {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social {
  margin-top: 15px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  background-color: #fff;
  color: #EEC41E;
}

.single_team:hover .team_image::before {
  -webkit-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
}

.single_team:hover .team_content .team_name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.single_team:hover .team_content p {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.single_team:hover .team_content .social li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single_team:hover .team_content .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single_team:hover .team_content .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single_team:hover .team_content .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*===========================
     08.TESTIMONIUAL css 
===========================*/
.single_testimonial {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  position: relative;
  margin: 30px 0;
}

.single_testimonial i {
  font-size: 60px;
  line-height: 60px;
  color: #EEC41E;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_testimonial img {
  border-radius: 5px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.single_testimonial .sub_title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 20px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #EEC41E;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #EEC41E;
}

/*===========================
         09.BLOG css 
===========================*/
.single_blog {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single_blog {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog {
    padding: 20px;
  }
}

.single_blog:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
}

/* .single_blog .blog_image img {
  width: 100%;
} */

.blog2 {
  height: 196px;
  width: 117px;
}

.blog2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .blog2 {
    width: 100%;
  }
}

.single_blog .blog_content {
  padding-top: 25px;
}

.single_blog .blog_content .blog_meta ul li {
  font-size: 16px;
  color: #747E88;
  display: inline-block;
}

.single_blog .blog_content .blog_meta ul li + li {
  margin-left: 30px;
}

.single_blog .blog_content .blog_meta ul li a {
  color: #747E88;
}

.single_blog .blog_content .blog_title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

.single_blog .blog_content .blog_title a:hover {
  color: #0011ff;
}

.single_blog .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .more {
  margin-top: 15px;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.single_blog .blog_content .more:hover {
  color: #1b4eb3;
}

.single_blog .blog_content_2 {
  padding-left: 30px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single_blog .blog_content_2 .blog_title a {
  margin-top: 0;
}

.blog_share {
  padding-top: 20px;
}

.blog_share span {
  font-size: 24px;
  font-weight: 500;
  color: #38424D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog_share span {
    font-size: 18px;
  }
}

.blog_share .social li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

.blog_share .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.blog_share .social li .social_1 {
  background-color: #4977D9;
}

.blog_share .social li .social_2 {
  background-color: #55ACEE;
}

.blog_share .social li .social_3 {
  background-color: #E4405F;
}

.blog_share .social li .social_4 {
  background-color: #0077B5;
}

/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  background-color: #F9FAFB;
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border-radius: 30px;
  background-color: #fff;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input:-ms-input-placeholder,
.single_form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input::-ms-input-placeholder,
.single_form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input::placeholder,
.single_form textarea::placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #184bb2;
}

.single_form input:focus,
.single_form textarea:focus {
  border-color: blue;
}

.single_form textarea {
  height: 230px;
  padding-top: 15px;
  resize: none;
}

.single_form .main-btn {
  border-radius: 50px;
}

.single_form .main-btn:hover {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(238, 196, 30, 0.3);
}

.single_form .nice-select {
  float: none;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
}

.single_form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 25px;
  border-color: #747E88;
}

.single_form .nice-select:focus {
  border-color: #EEC41E;
}

.single_form .nice-select .current {
  font-size: 16px;
  color: #747E88;
  font-weight: 600;
  line-height: 58px;
}

.single_form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single_form .nice-select .list .option {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 30px;
  min-height: 30px;
}

/*===========================
        11.FOOTER css 
===========================*/
.footer_area {
  background-color: #0914f773;
}

.footer_about p {
  color: #fff;
  margin-top: 25px;
}

.footer_about .social li {
  display: inline-block;
  margin-top: 35px;
}

.footer_about .social li + li {
  margin-left: 15px;
}

.footer_about .social li a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.footer_about .social li .social_1 {
  background-color: #4977D9;
}

.footer_about .social li .social_2 {
  background-color: #55ACEE;
}

.footer_about .social li .social_3 {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}

.footer_about .social li .social_4 {
  background-color: #25d366;
}

.footer_about .social li .social_4 .fa-brands, .fa-whatsapp {
  font-size: 22px;
}

.footer_title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_title {
    font-size: 20px;
  }
}

.footer_link {
  width: 50%;
}

.footer_link .link {
  padding-top: 30px;
}

.footer_link .link li {
  margin-top: 15px;
}

.footer_link .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
  color: #1b4eb3;
}

.footer_subscribe p {
  color: #fff;
  margin-top: 45px;
}

.footer_subscribe .subscribe_form {
  position: relative;
  margin-top: 30px;
}

.footer_subscribe .subscribe_form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 25px;
  border: 0;
  color: #38424D;
}

.footer_subscribe .subscribe_form button {
  height: 40px;
  width: 40px;
  border: 0;
  font-size: 28px;
  color: #fff;
  background-color: #0011ff;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #EEC41E;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #EEC41E;
}
/*# sourceMappingURL=style.css.map */


/* .services_area {
  background-color: #aaafe930;
} */

.service_details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service_img {
  padding-left: 0;
  padding-right: 0;
}

.service_img img{
  width: 100%;
  height: 290px;
  object-fit: cover;
}


/*===== SLIDER =====*/
.base_slider {
  height: 20vh;
  position: relative;
  overflow: hidden;
  /* border-bottom-left-radius: 165px; */
}

/* @media only screen and (min-width: 1400px) {
  .base_slider {
    height: 20vh;
  }
} */

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .base_slider {
    border-bottom-left-radius: 105px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .base_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .base_slider {
    height: 600px;
    border-bottom-left-radius: 85px;
  }
} */

.base_slider::before {
  position: absolute;
  content: '';
  /* background-color: rgba(56, 66, 77, 0.24); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.about_title {
  margin-top: 7%;
  width: 100vw;
  text-align: center;
}

@media (max-width: 767px) {
  .about_title {
    margin-top: 25%;
  }
}

.about_title h2 {
  color: white;
}

.section_title .about_p {
  margin-top: 40px;
}

.why_img {
  height: 500px;
  width: 90%;
  position: relative;
}

.why_img img {
  height: inherit;
  object-fit: cover;
}

.why_img_2 {
  height: 500px;
  width: 82%;
  position: absolute;
  top: 50px;
  left: 60px;
}

.why_img_2 img {
  height: inherit;
  object-fit: cover;
}

.why_contents {
  gap: 30px;
  margin-left: 20px;
}

.why_content .why_contents p {
  text-align: justify;
}

.mt-lg-80 {
  margin-top: 80px;
}

@media (max-width: 767px){
  .mt-sm-20 {
    margin-top: 20px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .g-sm-20 {
    gap: 20px;
  }
}

.g-10 {
  gap: 10px;
}

.packages {
  width: 100%;
  position: relative;
}

.package_img {
  height: 328px;
  width: 72%;
}

.package_img img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.package_desc {
  position: absolute;
  top: 23%;
  left: 30%;
  background-color: white;
  border-radius: 10px;
  padding: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.package_desc1 {
  position: absolute;
  top: 23%;
  right: 30%;
  background-color: white;
  border-radius: 10px;
  padding: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px){
  .package_desc {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .package_desc1 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}


/* GALLERY PAGE */

.gallery img {
  border-radius: 10px;
}

.gallery-img-1 {
  height: 250px;
  width: 100%;
}

.gallery-img-1 img {
  height: inherit;
  width: inherit;
}

.gallery-img-2 {
  height: 370px;
  width: 100%;
}

.gallery-img-2 img {
  height: inherit;
  width: inherit;
  object-fit: cover;
}


.effect-milo {
	background: #2e5d5a;
}

.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-milo {
	position: relative;
	float: left;
	overflow: hidden;
  margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
  border-radius: 10px;
}

.effect-milo img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figcaption::before,
figcaption::after {
	pointer-events: none;
}

figcaption,
figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figcaption h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figcaption h2 span {
	font-weight: 800;
}

figcaption h2,
figcaption p {
	margin: 0;
}

figcaption p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.effect-milo:hover img {
	/* opacity: 0.5; */
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.effect-milo h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

.effect-milo p {
	padding: 0 10px 0 0;
	width: 64%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  color: white;
}



.fixed-telephone, .fixed-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  animation: pulse 1.5s infinite ease-in-out;
}

.fixed-telephone {
  background-color: #1c6297;
  border: 2px solid white;
  bottom: 135px;
  right: 8px;
}

.fixed-whatsapp {
  background-color: #25D366;
  border: 2px solid white;
  bottom: 50px;
  right: 8px;
  transition: transform 0.3s ease-in-out;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* FontAwesome Icons */
.fa-solid, .fa-phone, .fa-brands, .fa-whatsapp {
  font-size: 30px;
  color: white;
}

/* Pulse animation */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Pulse Wave Effect */
.fixed-telephone::before,
.fixed-whatsapp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse-wave 1.5s infinite ease-out;
}

@keyframes pulse-wave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}



.vision {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dcdcfd7a;
}

/* .vision-img {
  height: 345px;
  padding: 0;
  
}

.vision-img img {
  height: inherit;
  width: inherit;
}

.vision-img img {
  object-fit: cover; 
  height: 100%;      
  width: 100%;       
}

@media (max-width: 767px) {
  .vision-img {
    height: 300px;
    width: 185px;
  }
} */

.vision-img {
  position: relative;
}

.vision-img img {
  height: 330px;
  width: 100%;
  border-radius: 10px;
}

.vision-desc {
  position: absolute;
  top: 70%;
  background: white;
  border: 1px solid #0000001f;
  height: 70%;
  width: 80%;
  padding: 20px;
  left: 10%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .vision-mission {
    gap: 180px;
  }

  .vision-desc {
    height: 80%;
  }
}

.services {
  display: flex;
  gap: 20px;
  flex-direction: column;
  /* border: 1px solid black; */
  padding: 10px;
  border-radius: 10px;
}

.services img {
  border-radius: 10px;
  height: 200px;
}

.contact-img {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 520px;
  width: 500px;
}

.contact-img img {
  height: inherit;
  width: inherit;
}

@media (max-width: 767px) {
  .contact-img {
    height: auto;
  }
}

.contact-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .contact-icon {
    display: block;
  }
}

.instagram { 
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  border-radius: 20px;
  border: none;
  }

  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -120; /* Ensures the video stays behind the content */
}

.services_img {
  height: 250px;
  border-radius: 10px;
}

.services_img img {
  border-radius: 10px;
}

.service_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.hovers {
  transition: transform 0.3s;
}

.hovers:hover {
  transform: scale(1.05);
}

.contact_form .row{
  padding: 8px;
  border-radius: 10px;
  background-color: #0000ff17
}

.links {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 15px;
}

.link-loc {
  display: flex;
  justify-content: space-between;
  gap: 95px;
}

.link-content {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {
  .link-loc {
    gap: 40px;
  }

  .links p {
    font-size: 14px;
    text-align: unset !important;
  }
}

.contact-img-bottom img {
  height: 244px;
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
}

.service-card {
  background-color: #d2d5d95c !important;
  border-radius: 10px;
  padding: 10px;
  height: 500px;
}


.carousel-item {
  height: 100vh; /* Full screen height */
}


.posters {
  row-gap: 30px;
}




.popup {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

/* Close Button */
.popup .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  /* font-weight: bold; */
  cursor: pointer;
}

/* Popup Image */
.popup-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.dropdown-menu {
  background-color: black;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color: transparent;
}

.dropdown:hover .dropdown-menu{
  display: block;
}

@media (max-width: 767px) {
  .g-map {
    padding: 0;
    height: 300px;
    margin-top: 30px;
  }
}

