@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&amp;display=swap');
@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignature.ttf');
    font-weight: normal;
    font-style: normal;
}
:root {
  --c-primary: #054571;
  --c-secondary: #009e61;
  --c-red: #ff0000;
  --f-primary: "Jost", sans-serif;
  --f-secondary: "Poppins";
  --thm-dancing-script-font: 'Dancing Script', cursive;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: var(--c-secondary);
}

a:hover {
  color: var(--c-primary);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
}
.tawk-custom-color.tawk-custom-border-color.tawk-button{
  bottom: 45px;
}
#hero .overlay::before{
  background-color: red;
}
.spinning{
        pointer-events: none;
      }
.text-left{
  text-align: left!important;
}
#hero{
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
/*    background-position: bottom!important; */
}
a.call.btn.btn-primary:hover {
    background: #000000;
    border: 1px solid #000000;
}
.card-body button.btn.btn-primary:hover {
    background: #000000;
    border: 1px solid #000000;
}
button.btn.btn-primary:hover{
    background: #000000;
    border: 1px solid #000000;
}
.offerings {
    position: relative;
    display: block;
    background-color: #076aad;
    z-index: 1;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.book-now-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
}
.col-lg-2.col-md-2.col-6.text-center.py-4 {
    border-left: 2px solid #fdfdfd;
    padding: 16px !important;
    color: #fff;
}
.col-lg-2.col-md-2.col-6.text-center.py-4 p{
    margin-bottom: 0;
    font-family: var(--f-primary);
}
.col-lg-2.col-md-2.col-6.text-center.py-4 .icon{
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff1f;
    border-radius: 50%;
}
.col-lg-2.col-md-2.col-6.text-center.py-4 .icon:before{
    padding: 8px;
    background: #ffffff30;
    border-radius: 50%;
}
.col-lg-2.col-md-2.col-6.text-center.py-4:nth-child(1) {
    border-left: none;
    padding: 16px !important;
    color: #fff;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--c-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6dc4ec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

#header .logo a {
  color: #0f394c;
}

#header .logo img {
/*  max-height: 60px;*/
  margin-right: 10px;
}
#header .logo h4{
  font-size: 35px;
  font-weight: 600;
  font-family: var(--f-primary);
  text-transform: capitalize;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: var(--f-primary);
  font-size: 15px;
  font-weight: 600;
  color: #0f394c;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #49b5e7;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #49b5e7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #0f394c;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .col-lg-2.col-md-2.col-6.text-center.py-4:nth-child(1),
  .col-lg-2.col-md-2.col-6.text-center.py-4:nth-child(3),
  .col-lg-2.col-md-2.col-6.text-center.py-4:nth-child(5) {
    border-left: none;
    padding: 16px !important;
    color: #fff;
}
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(7, 25, 33, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0f394c;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #49b5e7;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #49b5e7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
#hero {
  width: 100%;
}

#hero .container {
  padding-top: 84px;
}

#hero h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--f-primary);
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-family: var(--f-primary);
  font-weight: 400;
}
.banner-text{
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #0000000d, 2px 1px 1px #00000040, 1px 2px 1px #0000000d, 3px 2px 1px #00000040, 2px 3px 1px #0000000d, 4px 3px 1px #00000040;
}
#hero .btn-get-started {
  font-family: var(--f-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 25px;
  color: #fff;
  background: #49b5e7;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #76c7ed;
}

@media (min-width: 992px){
  .thank_you a{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer_button{
    display: none;
  }
}

@media (max-width: 991px) {
  #hero{
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; 
  }
  .thank_you a{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  footer#footer {
    margin-bottom: 40px;
  }
  .footer_button {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  section.icons_section .col-md-2 {
    width: 50%;
  }
  #hero h2{
    margin-bottom: 20px;
  }
  #hero {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero{
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; 
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 80%;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4fbfe;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--c-primary);
  font-family: var(--f-primary);
}

.section-title p {
  margin-bottom: 35px;
  font-family: var(--f-primary);
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d0ecf9;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #49b5e7;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #49b5e7;
  border-color: #49b5e7;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #49b5e7;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .about .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(73, 181, 231, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #49b5e7;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.counts {
  background: url("../img/counts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #0f394c;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: #49b5e7;
  font-family: var(--f-primary);
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #444444;
}

@media (min-width: 1200px) {
  .counts {
    background-attachment: fixed;
  }
}
.clients .clients-wrap {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.clients .client-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  height: 120px;
}

.clients .client-logo img {
  height: 50%;
  filter: grayscale(100%);
  transition: 0.3s;
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #49b5e7;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 10px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #49b5e7;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #bdc6ca;
  border-left: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #bdc6ca;
  border-right: 3px solid #bdc6ca;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #0f394c;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #0f394c;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #49b5e7;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8dd0f0;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #49b5e7;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49b5e7;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(15, 57, 76, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}
.testimonials {
  padding: 80px 0;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(11, 41, 55, 0.9);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #49b5e7;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #0f394c;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(73, 181, 231, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #76c7ed;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0f394c;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--c-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h2{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000;
  font-family: var(--f-primary);
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0f394c;
  font-family: var(--f-primary);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-family: var(--f-primary);
}

.contact .info .email,
.contact .info .phone {
  margin-top: 15px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--c-primary);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #49b5e7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1da2e0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbs {
  padding: 15px 0;
  background: #f0f9fd;
  margin-top: 84px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--f-primary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #175977;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
#footer {
  background: #fff;
  color: #fff;
  font-size: 14px;
  background: #000;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f0f9fd;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #0f394c;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .copyright {
    text-align: center;
    color: #ffff !important;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #fff !important;
}
.credits a{
  color: var(--c-primary);
  font-weight: 700;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #49b5e7;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1da2e0;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--f-primary);
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0f394c;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #49b5e7;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #49b5e7;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #49b5e7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1da2e0;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  color: #0f394c;
}

#footer .credits {
  float: right;
  font-size: 13px;
  color: #0f394c;
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
  }
}

.form-group input {
    line-height: 30px;
}

.form-group .form-select {
  line-height: 30px;
}

.side_form {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}
.side_form .form-group {
    margin-bottom: 10px;
}
.side_form h2 {
    margin-bottom: 15px !important;
    text-transform: uppercase;
    color: var(--c-secondary)!important;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: var(--f-primary);
    font-weight: 700;
    text-align: center;
}
.icons {
    text-align: center;
    margin-top: 10px;
}
.icons .icon {
    font-size: 25px;
    color: #fff;
}
.icons p {
    font-size: 16px;
}
.card {
    padding: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: #0075c440;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 3px 0px 9px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 3px 0px 9px 2px rgb(0 0 0 / 9%);
    box-shadow: 3px 0px 9px 2px rgb(0 0 0 / 9%);
}
.formmodal .form-group {
    margin-bottom: 10px;
}
button.btn.btn-primary {
    background-color: var(--c-secondary);
    border: 1px solid var(--c-secondary);
    padding: 8px 30px;
    font-size: 16px;
    font-family: var(--f-primary);
    font-weight: 500;
}
#hero .side_form h2 {
    margin-bottom: 15px !important;
    text-transform: uppercase;
    color: var(--c-primary)!important;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: var(--f-primary);
    font-weight: 700;
    text-align: center;
}
.side_content_about {
    padding: 30px 20px 0 0;
}
.side_content_about p {
    line-height: 28px;
    font-size: 20px;
}
.footer_form .form-group{
  margin-bottom: 15px;
}
.tour_destination img {
    width: 100%;
}
.tour_destination {
    border: 1px solid var(--c-primary);
    margin-bottom: 20px;
}
.tour_destination button.btn.btn-primary {
    display: block;
    width: 100%;
    border-radius: 0;
}
a.phone {
    font-size: 18px;
    color: var(--c-primary);
    font-weight: 600;
}
.footer_form form {
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}
.footer_form form h2{
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: var(--c-primary)!important;
    margin: 10px 0 0 0;
    font-size: 25px;
    font-family: var(--f-primary);
    font-weight: 700;
    text-align: center;
}
.footer_form form button.btn.btn-primary{
    width: 100%;
}
a.mail2 {
    font-size: 20px;
    color: #000;
    font-family: var(--f-primary);
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
a.mail {
    font-size: 20px;
    color: #000;
    font-family: var(--f-primary);
    word-wrap: break-word;
    font-weight: 500;
}
a.phone2 {
    font-size: 20px;
    color: #000;
    font-family: var(--f-primary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
}
a.mail:hover,
a.mail2:hover {
    color: var(--c-primary);
}
a.phone2:hover {
    color: var(--c-primary);
}
@media (max-width: 991px){
  section#hero .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.card-body {
    flex: 1 1 auto;
    color: #000;
    padding: 10px 0px 10px 0px;
}
.form-group {
    margin-bottom: 15px;
}
.pkgs .tag {
    position: absolute;
    width: auto;
    top: 28px;
    color: #fff;
    background: var(--c-secondary);
    left: 0px;
    padding: 8px 18px 8px 18px;
    font-size: 18px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.card-img{
  position: relative;
}
.date {
    position: absolute;
    width: auto;
    bottom: 0;
    color: #000;
    font-weight: 900;
    background: #ffffff75;
    right: -1px;
    padding: 8px 18px 8px 18px;
    font-size: 14px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 0px;
    text-align: center;
    backdrop-filter: blur(2px);
    text-transform: capitalize;
    border: 1px solid #fff;
    box-shadow: 0px -7px 16px -9px rgb(0 0 0 / 22%);
}
.pkgs .tag::after {
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-top: 7px solid #2d2d55;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
}
.itnry {
    padding: 0px 0 0 0;
    list-style-type: none;
    border-bottom: solid 1px var(--c-primary);
    margin-bottom: 0;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 23%;
    text-align: center;
    font-size: 13px;
    color: var(--c-primary);
    margin-bottom: 5px;
}
.itnry li figure,
.itnry li p{
    margin-bottom: 5px;
    color: var(--c-primary);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--f-primary);
}
.itnry li figure img{
    width: 60%;
}
.itnry li figure  i.fa {
  color: var(--c-primary) !important;
}
.days_cal {
    font-size: 14px;
    margin-bottom: 5px;
}
.days_cal i{
    color: var(--c-primary);
}
p.card-text {
    display: none;
}
h3.card-title {
    font-family: var(--f-primary);
    font-size: 20px;
    font-weight: 700;
}
a.call.btn.btn-primary {
    background-color: #0067ff;
    border: 1px solid #0067ff;
    padding: 5px 15px;
    margin: 7px;
    font-size: 20px;
/*    display: flex;*/
    align-items: center;
    width: max-content;
}
a.wpbtn.btn.btn-primary {
    background-color: #4ec247;
    border: 1px solid #4ec247;
    padding: 5px 15px;
    margin: 7px;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: max-content;
}
a.wpbtn.btn.btn-primary:hover {
    background-color: #000000;
    border: 1px solid #000000;
}
.card-body button.btn.btn-primary {
    padding: 5px 15px !important;
}

.two_buttons {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.two_buttons_footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--c-primary);
}
.two_buttons_footer button.btn.btn-primary.footer_button1 {
    width: 50%;
    padding: 7px 0;
    border-right: 1px solid #fff;
    border-radius: 0;
}
.two_buttons_footer a.call.btn.btn-primary {
    width: 50%;
    margin: 0;
    padding: 7px 0;
    border-left: 1px solid #fff;
    border-radius: 0;
}
.two_buttons_footer {
  display: none;
}
.center-image img {
  width: 100%;
  border: 7px solid #fff;
  border-radius: 7px;
}
section.bg_image_section {
    padding: 80px 0;

}
section.bg_image_section::before {
    background-color: rgba(41, 40, 55, .80);
    
}
.center-texts h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px 0;
}
.center-texts p {
/*  font-weight: 300;*/
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
img.card-img-top {
/*    min-height: 275px;*/
}

#hero .banner_btn {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
@media (max-width: 767px){
  #hero .banner_btn {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    #footer {
        background-color: #000;
    }
    .itnry li .fa-3x {
        font-size: 18px !important;
    }
  .center-image {
    margin-top: 40px;
  }
  .two_buttons_footer {
    display: flex;
    z-index: 9;
  }
  #header .container.d-flex.align-items-center.justify-content-between {
    flex-direction: column !important;
  }
  #hero {
    margin-top: 70px;
  }
  a.mail2,
  a.mail,
  a.phone2 {
    font-size: 15px
}
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 15px !important;
    text-transform: uppercase;
    color: var(--c-primary)!important;
    margin: 10px 0 0 0;
    font-size: 25px;
    font-family: var(--f-primary);
    font-weight: 700;
    text-align: center;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.enquire-now-gif {
    position: fixed;
    top: 40%;
    transform: rotate(-90deg) translateY(-50%);
    z-index: 9;
    right: -100px;
    width: 190px;
}
.enquire-now-gif a img{
    width: 100%;
}
.help-them-two__list-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.help-them-two__list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 36px;
}
.help-them-two__list li {
    display: flex;
/*    align-items: center;*/
}
.help-them-two__icon-box i {
    font-size: 15px;
    color: var(--c-primary);
}
.help-them-two__text-box {
    margin-left: 5px;
}
.help-them-two__text-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--f-primary);
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa{
  color: var(--c-primary);
}
.testi-prev4 i, .testi-next4 i {
/*    background: linear-gradient(90deg, rgba(254,147,5,1) 0%, rgba(255,227,3,1) 100%);*/
    background: var(--c-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
}
.testimonial-card-beta {
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 790px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}
.testimonial-card-beta::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: var(--c-primary);
    z-index: 2;
    transition: .45s ease-out 0s;
    transition-delay: .35s;
}
.testimonial-card-beta .testimonial-quote-icon {
    position: absolute;
    right: 25px;
    top: 45px;
}
.testimonial-card-beta .testimonial-card-body {
    padding: 30px;
    margin-top: 20px;
    background: #49b5e72e;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info {
    display: flex;
    justify-content: start;
    align-items: center;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info .single-thumb {
    margin-right: 15px;
    max-width: 60px;
    width: 100%;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info .single-thumb img {
    max-width: 100%;
    height: auto;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviwer-info-cotn h5 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #696969;
    margin-bottom: 0;
    font-family: var(--f-primary);
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewer-rating {
    padding-top: 5px;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.testimonial-card-beta ul li {
    list-style: none;
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewer-rating .bi {
    color: #ffc107;
}
.testimonial-card-beta .testimonial-card-body .review-texts {
    margin-top: 20px;
}
.testimonial-card-beta .testimonial-card-body .review-texts p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    transition: all .5s ease-out 0s;
    margin-bottom: 0;
}
.testimonial-card-beta .testimonial-card-body .review-texts p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    transition: all .5s ease-out 0s;
    margin-bottom: 0;
}
.clearboth a {
/*    color: #ffc107;*/
}
.clearboth a:hover {
    color: var(--c-primary);
}
.testimonial-card-beta::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: var(--c-primary);
    z-index: 2;
    transition: .45s ease-out 0s;
    transition-delay: .35s;
}
.testimonial-card-beta:hover::before {
    width: 100%;
}
.testimonial-card-beta:hover {
    background: #000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.testimonial-card-beta:hover .testimonial-card-body .testimonial-info .reviwer-info-cotn h5{
    color: #fff;
}
.testimonial-card-beta:hover .testimonial-quote-icon{
    color: #ffffff4a;
}
.testimonial-card-beta:hover .testimonial-card-body .review-texts p{
    color: #fff;
}
.testimonial-card-beta::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 60px;
    height: 80px;
    background: #9f9b9a45;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.icon-bar {
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border: 1px solid #fff;
}


.facebook {
  background: #0345a7;
  color: white;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
  border-top: 0!important;
  border-bottom: 0!important;
}

.youtube {
  background: red;
  color: white;
}
.icon-bar a:hover {
  background: #000;
}
@media (max-width: 991px){  
.enquire-now-gif a img{
    width: 70%;
}}
.whatsappbtn i{
  font-size: 30px;
/*  margin-right: 6px;*/
}

.whatsappbtn {
  background: #4ec247;
  bottom: 60px;
  position: fixed;
  color: #fff;
  height: 50px;
  left: 20px;
  width: 50px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 20px;
}
.whatsappbtn:hover {
  cursor: pointer;
  color: #fff;
}
.whatsappbtn::after, .whatsappbtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #4ec24761;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 1s ease-in-out infinite;
          animation: grow 1s ease-in-out infinite;
}
.whatsappbtn::after {
  background: #4ec24761;
}
.whatsappbtn::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #5f84ff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 1s ease-in-out infinite;
          animation: grow 1s ease-in-out infinite;
}
.whatsappbtn::before {
  background: #4ec24761;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@media only screen and (max-width: 767px) {
.whatsappbtn {
    background: #4ec247;
    bottom: 60px;
    position: fixed;
    color: #fff;
    height: 40px;
    left: 20px;
    width: 40px;
    text-align: center;
    z-index: 500;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 20px;
}
.whatsappbtn i{
  font-size: 25px;
/*  margin-right: 5px;*/
}
.whatsappbtn::after, .whatsappbtn::before {
  width: 40px;
  height: 40px;
}
.whatsappbtn::after::before {
  width: 45px;
  height: 45px;
}
#hero .container {
    padding-top: 0px;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 6px;
    transition: all 0.3s ease;
    color: white;
    font-size: 12px;
}
}
.gradient-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    /* height: 45vh; */
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

#testimonials{
  background: #e1e1e154;
}

.video-one {
    position: relative;
    display: block;
    padding: 50px 0 50px;
/*    margin-top: 50px;*/
}

.video-one-bg {
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.video-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #00000085;
    z-index: -1;
}
.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: var(--c-secondary);
    border-radius: 7px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__tagline {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px 0;
    font-family: var(--f-primary);
}

.video-one__title {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-family: system-ui;
}

.video-one__video-icon:before {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: "";
    border: 1px solid #73737d;
    border-radius: 15px;
}


.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 185px;
    height: 75px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--c-secondary), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--c-secondary), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--c-secondary), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 15px;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

#contact{
/*  padding-top: 0;*/
}
.mt-0{
  margin-top: 0!important;
}
.lg-device{
  display: flex;
}
.sm-device{
  display: none;
}
@media only screen and (max-width: 767px) {
.lg-device{
  display: none!important;
}
.sm-device{
  display: block!important;
}
#header .logo img {
    max-height: 75px;
    margin-right: 10px;
}
button.btn.btn-primary.sm-device{
    background-color: var(--c-secondary);
    border: 1px solid var(--c-secondary);
    padding: 8px 15px;
    font-size: 12px;
    font-family: var(--f-primary);
    font-weight: 500;
}
}
.social-icons h4{
  padding-left: 0!important;
}
.social-icons-grp {
    display: flex;
}
.social-icons-grp a.icon {
    padding-right: 15px;
    /* margin-right: 7px; */
    margin-top: 7px;
}
.social-icons-grp .icon i:hover {
    background: #000!important;
}

.social-icons-grp .icon.f-i i {
  background: #0345a7;
  color: white;
}

.social-icons-grp .icon.f-is i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
  border-top: 0!important;
  border-bottom: 0!important;
}

.social-icons-grp .icon.f-y i {
  background: red;
  color: white;
}