* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;

}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}
.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}
.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes borderGlow {
  0% {
    box-shadow: 0 0 4px #e94f35;
  }
  50% {
    box-shadow: 0 0 12px #e94f35;
  }
  100% {
    box-shadow: 0 0 4px #e94f35;
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes zumpShape {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
/*header*/
header {
  background-color: #fff;
  overflow-x: clip;
}
header .main-head {
  background-size: contain;
  position: relative;
}
header .main-head .container {
  position: relative;
}
header .main-head .slogan {
  position: relative;
}
header .main-head .slogan h1 {
  color: #154f8b;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 44px;
}
header .main-head .slogan small {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header .main-head .logo-wrap {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: center;
}
header .main-head .logo-wrap a {
  position: relative;
  flex-shrink: 0;
}
header .main-head .logo-wrap a img {
  max-width: 190px;
  width: 100%;
}
header .main-head .head-right {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  margin: 0;
  align-items: flex-end;
}
header .main-head .head-right .phone-email {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #154f8b;
  padding: 5px 10px 10px 30px;
  border-radius: 0 0 0 50px;
  box-shadow: inset 3px -2px 6px -1px rgba(0, 0, 0, 0.5);
}
header .main-head .head-right .phone-email:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -999999px;
  background-color: #154f8b;
  z-index: 9;
  box-shadow: inset -4px -2px 6px -1px rgba(0, 0, 0, 0.5);
}
header .main-head .head-right .phone-email .eml {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
header .main-head .head-right .phone-email .eml:hover {
  color: #e94f35;
}
header .main-head .head-right .phone-email .eml i {
  display: inline-block;
  text-align: center;
  color: #154f8b;
  margin: 0 5px 0 0;
  border-radius: 50%;
  font-size: 14px;
  background-color: #fff;
  padding: 5px;
}
header .main-head .head-right .donate-wrap {
  display: flex;
  gap: 10px;
}
header .main-head .head-right .donate-wrap .social-bar {
  position: relative;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
header .main-head .head-right .donate-wrap .social-bar li a {
  border-radius: 0;
  display: inline-block;
  text-align: center;
  color: #154f8b;
  margin: 0 0 0 5px;
  border-radius: 50%;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #e94f35;
  color: #e94f35;
}
header .main-head .head-right .donate-wrap .social-bar li a:hover {
  color: #154f8b;
  border-color: #154f8b;
}
header .main-head .head-right .donate-wrap > a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
  border: 2px solid #e94f35;
  background-color: #e94f35;
  font-weight: 500;
}
header .main-head .head-right .donate-wrap > a:hover {
  background-color: #154f8b;
}
header .main-head .head-right .donate-wrap > a i {
  margin: 0 5px 0 0;
  font-size: 20px;
}
header .main-head .head-right .donate-wrap > a.qck {
  background-color: #fff;
  color: #e94f35;
}
header .main-head .head-right .donate-wrap > a.qck:hover {
  background-color: #154f8b;
  color: #fff;
}

.nav-sec {
  background-color: #154f8b;
  position: relative;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding: 5px 0;
}
.nav-sec .navbar {
  padding: 0;
}
.nav-sec .navbar-collapse {
  justify-content: flex-start;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  gap: 10px;
}
.nav-sec .main-navigation .menu-item {
  position: static;
}
.nav-sec .main-navigation .menu-item:last-child {
  border: none;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #154f8b;
  transition: 0.4s ease-in-out;
  border-color: #154f8b;
  color: #e94f35;
}
.nav-sec .main-navigation .menu-item:hover a {
  color: #e94f35;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 10px;
  border-left: none;
  border-right: none;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  color: #154f8b;
  box-shadow: inset 3px -2px 6px -1px rgba(0, 0, 0, 0.5);
}
.nav-sec .main-navigation .menu-item a:hover {
  transition: 0.4s ease-in-out;
  background-color: #e94f35;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  background-color: #e94f35;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  z-index: 999999;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #154f8b;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
  border-radius: 0 0 10px 10px;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  border: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item:last-child a {
  border-radius: 0 0 10px 10px;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 0;
  display: block;
  background-color: transparent;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #154f8b;
  color: #e94f35;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu {
  width: 100% !important;
  z-index: 9;
  left: 0 !important;
  right: 0 !important;
  background-image: url(../images/act-bg.jpeg) !important;
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px !important;
  max-height: 400px;
  overflow-y: auto;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul h3 {
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #154f8b;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item {
  border-bottom: 1px dashed #999;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:hover {
  background-color: transparent !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a {
  color: #1e383a !important;
  font-size: 14px !important;
  font-weight: 500;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item a:hover {
  background-color: none !important;
  color: #fff !important;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .mega-menu ul .menu-item:last-of-type {
  border: none;
}
.nav-sec .right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.nav-sec .right-menu .rm-item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-sec .right-menu .rm-item:last-of-type {
  border: none;
}
.nav-sec .right-menu .rm-item a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 10px;
  border-left: none;
  border-right: none;
  font-weight: 500;
  position: relative;
  border: 1px solid #e94f35;
  border-radius: 50px;
}
.nav-sec .right-menu .rm-item a:hover {
  color: #e94f35;
}
.nav-sec .right-menu .rm-item a i {
  margin: 0 5px 0 0;
}

/*slider section*/
.slider-wrap {
  position: relative;
  overflow: hidden;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
  overflow: hidden;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .slider-cap {
  text-align: center;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 5;
  transition: 0.4s ease-in-out;
  max-width: 800px;
  border-radius: 150px 30px 150px 30px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 30px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap small {
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #eee;
  display: inline-block;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 0 0 20px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap small:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e94f35;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.slider-wrap .slider-bg .slide-sec .slider-cap h2 {
  color: #fff8dc;
  font-size: 42px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.slider-wrap .slider-bg .slide-sec .slider-cap h2 span {
  color: #e94f35;
  display: block;
  font-size: 52px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap P {
  color: #eee;
  margin: 0 0 30px 0;
  font-size: 20px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a {
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #e94f35;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a span {
  vertical-align: middle;
  font-size: 18px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap a:hover {
  background-color: #154f8b;
}
.slider-wrap .slider-bg .owl-item.active .slider-cap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  right: 30px;
  top: 30px;
}
.slider-wrap .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #e94f35;
  border-radius: 10px;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #154f8b;
}

.lightbox-content {
  position: relative;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
}
.lightbox-content.landscape {
  aspect-ratio: 16/9;
}
.lightbox-content.portrait {
  aspect-ratio: 9/16;
}
.lightbox-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  background: #000;
}

.close-btn {
  position: absolute;
  top: 50px;
  right: -20px;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/*headings*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}
.headings small {
  text-transform: capitalize;
  color: #154f8b;
  padding: 2px 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  position: relative;
  
}
/*.headings small:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  width: 50px;*/
/*  height: 10px;*/
/*  background-color: #154f8b;*/
/*  transform: translatey(-50%);*/
/*}*/
.headings h3 {
  color: #000;
  font-size: 2.6rem;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px 20px 0;
}
/*.headings h3:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  height: 1px;*/
/*  width: 100px;*/
/*  background-color: #e94f35;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  bottom: 0;*/
/*}*/
/*.headings h3:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  height: 1px;*/
/*  width: 150px;*/
/*  background-color: #e94f35;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  bottom: -5px;*/
/*}*/
.headings a {
  padding: 10px 15px;
  background-color: transparent;
  color: #000;
  border-radius: 5px;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #fff;
  box-shadow: inset 2px 2px 12px 2px rgba(0, 0, 0, 0.2);
}
.headings a span {
  font-size: 20px;
  vertical-align: middle;
}
.headings a:hover {
  background-color: #e94f35;
}

/*events section*/
.events {
  padding: 100px 0 70px 0;
}
.events .event-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.events .event-card .img-wrap figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.events .event-card .event-dtl {
  display: flex;
  padding: 10px;
}
.events .event-card .event-dtl .dates {
  text-align: center;
  width: 80px;
  flex-shrink: 0;
}
.events .event-card .event-dtl .dates i {
  padding: 6px;
  background-color: #154f8b;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
.events .event-card .event-dtl .dates .e-date {
  margin-top: -10px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  background-color: rgba(21, 80, 139, 0.2);
}
.events .event-card .event-dtl .dates .e-time {
  background-color: #e94f35;
  color: #fff;
  margin-top: 0;
}
.events .event-card .event-dtl .e-title {
  padding: 0 0 0 10px;
}
.events .event-card .event-dtl .e-title h3 a {
  font-size: 24px;
}
.events .event-card .event-dtl .e-title h3 a:hover {
  color: #154f8b;
}
.events .event-card .event-dtl .e-title P {
  margin: 0 0 20px 0;
}
.events .event-card .event-dtl .e-title .r-more {
  text-align: right;
}
.events .event-card .event-dtl .e-title .r-more a {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #e94f35;
  border-radius: 50px;
  color: #fff;
}
.events .event-card .event-dtl .e-title .r-more a:hover {
  background-color: #154f8b;
}

/*welcome section*/
.welcome-sec {
  padding: 50px 0;
}
.welcome-sec .headings {
  padding: 0;
  display: block;
  text-align: left;
  margin: 0 0 30px 0;
}
.welcome-sec .headings h3 {
  display: block;
}
.welcome-sec .headings h3:before {
  left: 0;
  transform: initial;
}
.welcome-sec .headings h3:after {
  left: 0;
  transform: initial;
}
.welcome-sec .img-wrap img {
  border-radius: 10px;
}
.welcome-sec .wel-img .img-wrap {
  padding: 0 60px 60px 0;
}
.welcome-sec .wel-img .img-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 400px;
  width: 400px;
  background-image: url(../images/dot-pattern.png);
  background-position: bottom right;
  background-size: contain;
  opacity: 0.3;
}
.welcome-sec .wel-img .img-wrap figure {
  padding-top: 100%;
}
.welcome-sec .wel-wrap p {
  margin: 0 0 30px 0;
}
.welcome-sec .wel-wrap .wel-points {
  display: flex;
  gap: 20px;
  margin: 0 0 30px 0;
}
.welcome-sec .wel-wrap .wel-points .wp-wrap i {
  padding: 15px;
  border-radius: 50%;
  background-color: #e94f35;
  color: #fff;
  margin: 0 0 15px 0;
}
.welcome-sec .wel-wrap .wel-points .wp-wrap strong {
  display: block;
  font-size: 18px;
}
.welcome-sec .wel-wrap .wel-points .wp-wrap small {
  color: #555;
}
.welcome-sec a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #e94f35;
  color: #fff;
}
.welcome-sec a:hover {
  background-color: #154f8b;
}

/*services*/
.services {
  padding: 100px 0 50px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.services:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 80, 139, 0.6);
}
.services .headings h3 {
  color: #fff;
}
.services .container {
  position: relative;
}
.services .serv-card {
  margin: 0 0 50px 0;
  padding: 0 0 20px 0;
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid #e94f35;
}
.services .serv-card .img-wrap {
  position: relative;
  margin: 0 0 10px 0;
}
.services .serv-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.services .serv-card .img-wrap:hover h4 {
  background-color: rgba(105, 151, 103, 0.6);
}
.services .serv-card .serv-dtl h4 {
  border-radius: 50%;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  margin: 0;
}
.services .serv-card .serv-dtl h4 a {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.services .serv-card .serv-dtl h4 a:hover {
  color: #e94f35;
}

/*gallery*/
.gallery-sec {
  padding: 100px 0 50px 0;
  background-color: #f4f5ff;
}
.gallery-sec .gallery-card {
  margin: 0 0 50px 0;
  position: relative;
}
.gallery-sec .gallery-card .vid-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-sec .gallery-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-sec .gallery-card .gallery-dtl {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.gallery-sec .gallery-card .gallery-dtl h4 {
  background-color: rgba(21, 80, 139, 0.8);
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  margin: 0;
  font-size: 20px;
  transition: 0.4s ease-in-out;
  border-bottom: 3px solid #e94f35;
}
.gallery-sec .gallery-card:hover .gallery-dtl h4 {
  background-color: #e94f35;
}

/*mid banner*/
.banner {
  padding: 50px 0;
  position: relative;
}
.banner:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner .container {
  position: relative;
}
.banner .banr-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.banner .banr-wrap .icon-wrap {
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #e94f35;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0 30px 0;
  animation: borderGlow 1.5s infinite ease-in-out;
}
.banner .banr-wrap .icon-wrap i {
  color: red;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.banner .banr-wrap h3 {
  color: #fff;
  margin: 0 0 30px 0;
}
.banner .banr-wrap small {
  display: block;
  margin: 0 0 30px 0;
  color: #154f8b;
  font-size: 24px;
  font-weight: 500;
}
.banner .banr-wrap a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #e94f35;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.banner .banr-wrap a:hover {
  background-color: #154f8b;
}

/*top 30 adds*/
.highlights {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.highlights .headings {
  text-align: center;
  justify-content: center;
}
.highlights .headings h3 {
  color: rgb(213, 5, 5);
}
.highlights .headings h3::before {
  display: none;
}
.highlights .headings h3 i {
  margin: 0 15px;
  color: #154f8b;
  font-size: 28px;
}
.highlights .high-card {
  border-radius: 5px;
  text-align: center;
  margin: 0 0 60px 0;
  box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.4);
  position: relative;
}
.highlights .high-card .img-wrap {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.highlights .high-card .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.highlights .high-card .img-wrap figure {
  padding-top: 55%;
}
.highlights .high-card .high-dtl {
  z-index: 2;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.highlights .high-card .high-dtl h4 {
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  padding: 10px;
  display: block;
  background-color: rgba(24, 111, 150, 0.8);
  font-weight: 700;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
  transition: 0.4s ease-in-out;
}
.highlights .high-card .high-dtl h4:hover {
  color: #e94f35;
}
.highlights .high-card .high-dtl .loctn {
  padding: 5px;
}
.highlights .high-card .high-dtl .loctn i {
  color: #154f8b;
}
.highlights .high-card:hover .img-wrap:before {
  left: 100%;
}
.highlights .high-card:hover .high-dtl h4 a {
  background-color: #154f8b;
  transition: 0.4s ease-in-out;
}
.highlights .high-card .icon-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}
.highlights .high-card .icon-wrap a {
  color: #e94f35;
  font-size: 14px;
}
.highlights .high-card .icon-wrap a:hover {
  color: #fff;
}
.highlights .high-card .icon-wrap a span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e94f35;
  transition: 0.4s ease-in-out;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
}
.highlights .high-card .icon-wrap a span:hover {
  background-color: #154f8b;
}

/*my listings*/
.my-listing {
  padding: 100px 0 70px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.my-listing:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.my-listing .container {
  position: relative;
}
.my-listing .headings h3,
.my-listing .headings a {
  color: #fff;
}
.my-listing .mylist-card {
  margin: 0 0 30px 0;
}
.my-listing .mylist-card .img-wrap {
  margin: 0 0 10px 0;
}
.my-listing .mylist-card .img-wrap figure {
  padding-top: 55%;
}
.my-listing .mylist-card .img-wrap .loctn {
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  border-radius: 5px;
  background-color: rgba(24, 111, 150, 0.8);
}
.my-listing .mylist-card .img-wrap .loctn i {
  color: #e94f35;
}
.my-listing .mylist-card .mylist-dtl h4 a {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding: 0 0 0 10px;
  border-left: 2px solid #e94f35;
}
.my-listing .mylist-card .mylist-dtl h4 a:hover {
  color: #154f8b;
}

/*app modules*/
.app-mode {
  background-color: #154f8b;
  padding: 30px 0 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.app-mode:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 52, 102, 0.6);
}
.app-mode .headings h3 {
  color: #eee;
}
.app-mode .container {
  position: relative;
}
.app-mode .bb-dtl ul {
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.app-mode .bb-dtl ul li {
  font-size: 20px;
  text-transform: capitalize;
  flex: 1;
  text-align: center;
  border: 2px solid #154f8b;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-weight: 600;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.app-mode .bb-dtl ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  top: 7px;
  border: 1px dashed #e94f35;
  border-radius: 9px;
}
.app-mode .bb-dtl ul li:after {
  content: "\e10e";
  font-family: "Material Symbols Outlined";
  position: absolute;
  font-size: 35px;
  top: 10px;
  right: 10px;
  color: #e94f35;
  opacity: 0.5;
}
.app-mode .bb-dtl ul li span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #e94f35;
  position: absolute;
  right: -30px;
  z-index: 1;
  top: 50%;
  transform: translatey(-50%);
}

/*banner counter*/
.mid-banner {
  padding: 50px 0 30px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.mid-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #154f8b;
}
.mid-banner .container {
  position: relative;
  z-index: 1;
}
.mid-banner .contn {
  margin: 0 0 50px 0;
  text-align: center;
}
.mid-banner .contn h4 {
  font-size: 24px;
  color: #eee;
}
.mid-banner .contn strong {
  font-size: 34px;
  color: #fff;
}
.mid-banner .banner-card {
  min-height: 210px;
  text-align: center;
  position: relative;
  border: none;
  padding: 20px;
  background-color: #fde9eb;
  margin: 0 20px 30px 20px;
  border-radius: 10px;
}
.mid-banner .banner-card:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  bottom: -10px;
  left: 30%;
  border: 2px solid #e94f35;
  z-index: -1;
  border-radius: 10px;
}
.mid-banner .banner-card .icon-wrap {
  margin: 0 0 10px 0;
}
.mid-banner .banner-card .icon-wrap span {
  font-size: 32px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #eee;
  background-color: #e94f35;
}
.mid-banner .banner-card .counter {
  font-size: 18px;
  color: #e94f35;
  font-weight: 500;
}
.mid-banner .banner-card .counter span {
  display: block;
  font-size: 28px;
  color: #1e383a;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin: 0 0 10px 0;
}

/*blogs*/
.blogs {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.blogs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
}
.blogs .container {
  position: relative;
}
.blogs .img-wrap {
  position: relative;
}
.blogs .img-wrap figure {
  border-radius: 5px;
  overflow: hidden;
}
.blogs .blog-card {
  margin: 0 0 30px 0;
}
.blogs .blog-card .img-wrap figure {
  padding-top: 100%;
}
.blogs .blog-card .b-date {
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}
.blogs .blog-card .b-date span {
  font-size: 20px;
  color: #e94f35;
}
.blogs .blog-card .b-date strong {
  line-height: 20px;
  display: block;
  color: #154f8b;
}
.blogs .blog-card .b-date small {
  color: #154f8b;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.blogs .blog-card .blog-dtl {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #eee;
}
.blogs .blog-card .blog-dtl h4 {
  display: block;
  font-size: 1.3rem;
  line-height: 28px;
  font-weight: 700;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #1e383a;
  display: block;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #e94f35;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more {
  display: block;
  text-align: right;
}
.blogs .blog-card .blog-dtl .r-more a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #154f8b;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  border-radius: 10px;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  color: #e94f35;
}
.blogs .blog-card .blog-dtl .r-more a span {
  margin: 0 0 5px 5px;
  font-size: 20px;
  line-height: 14px;
  vertical-align: middle;
}

/*book banner*/
.book-banner {
  background-color: #526335;
  padding: 30px 0;
}
.book-banner .banr-contn h4 {
  color: #fff;
  font-size: 48px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.book-banner .banr-contn .banr-btns {
  display: flex;
  gap: 50px;
  align-items: center;
}
.book-banner .banr-contn .banr-btns a {
  padding: 15px 30px;
  display: inline-block;
  background-color: #154f8b;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #eee;
}
.book-banner .banr-contn .banr-btns a:hover {
  background-color: #e94f35;
}
.book-banner .banr-contn .banr-btns a span {
  vertical-align: middle;
  color: #526335;
  font-size: 30px;
  margin: 0 0 0 5px;
}
.book-banner .banr-contn .banr-btns .call-btn {
  background-color: transparent;
  font-size: 38px;
  border: 1px solid #eee;
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
}
.book-banner .banr-contn .banr-btns .call-btn:hover {
  background-color: transparent;
  color: #e94f35;
}
.book-banner .banr-contn .banr-btns .call-btn span {
  font-size: 45px;
  background-color: #154f8b;
  padding: 10px;
  margin: 0 10px 0 0;
  color: #fff;
}

/*testimonials*/
.testimonials {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
.testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.testimonials .container {
  position: relative;
  z-index: 2;
}
.testimonials .testi-main .testi-card {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: left;
  border: 1px solid #e94f35;
  margin: 0 15px;
  padding: 40px;
  border-radius: 10px;
}
.testimonials .testi-main .testi-card q {
  color: #111;
  display: block;
  text-align: left;
  font-style: italic;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
.testimonials .testi-main .testi-card .i-wrap {
  margin: 0 0 20px 0;
  position: absolute;
  right: 50px;
  top: 30px;
}
.testimonials .testi-main .testi-card .i-wrap i {
  font-size: 42px;
  color: #e94f35;
  text-align: center;
  border-radius: 0;
  opacity: 0.5;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e94f35;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #111;
  font-size: 20px;
  display: block;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #777;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
  letter-spacing: 4px;
}
.testimonials .testi-main .testi-card .img-wrap {
  display: inline-block;
  padding: 7px;
  border-radius: 0;
  margin: 0;
}
.testimonials .testi-main .testi-card .img-wrap figure {
  padding-top: 70px;
  width: 70px;
  line-height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #fff;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 15px;
  height: 5px;
  border-radius: 0;
  background: #999;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #154f8b;
  opacity: 1;
}

.sngle .testi-card {
  margin: 0 0 30px 0 !important;
}

/*book tour section*/
.book-package {
  padding: 100px 0 70px 0;
  background-color: rgba(82, 99, 53, 0.05);
}
.book-package .bp-card {
  background-color: #fff;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 20px 10px 10px 10px;
  border: 2px solid rgba(82, 99, 53, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.book-package .bp-card .img-wrap {
  margin: 0 0 20px 0;
}
.book-package .bp-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.book-package .bp-card .bp-dtl h4 {
  margin: 0;
}
.book-package .bp-card .bp-dtl h4 a {
  display: block;
  background-color: #154f8b;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
}
.book-package .bp-card .bp-dtl h4 a:hover {
  background-color: #e94f35;
}

/*blogs*/
/*portfolio*/
.portfolio {
  padding: 100px 0 70px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.portfolio:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.portfolio .container {
  position: relative;
}
.portfolio .port-images .portimg-card {
  position: relative;
  margin: 0 0 30px 0;
}
.portfolio .port-images .portimg-card .port-dtl {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 20px;
  transition: 0.4s ease-in-out;
}
.portfolio .port-images .portimg-card .port-dtl .tags small {
  color: #e94f35;
  font-weight: 500;
}
.portfolio .port-images .portimg-card .port-dtl a {
  font-weight: 500;
  font-size: 20px;
  color: #154f8b;
}
.portfolio .port-images .portimg-card .port-dtl a:hover {
  color: #e94f35;
}
.portfolio .port-images .portimg-card:hover .port-dtl {
  bottom: -10px;
}
.portfolio .port-images .v-more {
  text-align: center;
}
.portfolio .port-images .v-more a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #154f8b;
  border: 2px solid #e94f35;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 0;
  display: inline-block;
}
.portfolio .port-images .v-more a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e94f35;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.portfolio .port-images .v-more a:hover {
  color: #fff;
}
.portfolio .port-images .v-more a:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.portfolio .port-images .v-more a span {
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 5px;
}
.portfolio .port-video .vid-wrap {
  margin: 0 0 30px 0;
}
.portfolio .port-video .v-more {
  text-align: center;
}
.portfolio .port-video .v-more a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #154f8b;
  border: 2px solid #e94f35;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 0;
  display: inline-block;
}
.portfolio .port-video .v-more a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e94f35;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.portfolio .port-video .v-more a:hover {
  color: #fff;
}
.portfolio .port-video .v-more a:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.portfolio .port-video .v-more a span {
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 5px;
}

/*contact section*/
/*modal form*/
#quoteModal .modal-dialog .modal-header {
  background-color: #154f8b;
}
#quoteModal .modal-dialog .modal-header h5 {
  color: #fff;
}
#quoteModal .modal-dialog .modal-content {
  background-color: #e94f35;
}
#quoteModal .form-wrap form .form-control,
#quoteModal .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border: 1px solid #999;
  border-radius: 0;
  color: #fff;
}
#quoteModal .form-wrap form .form-control::-moz-placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-control::-moz-placeholder,
#quoteModal .form-wrap form .form-select::-moz-placeholder,
#quoteModal .form-wrap form .form-control::placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-select::placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-select option {
  color: #1e383a;
}
#quoteModal .form-wrap form .btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #eee;
  text-transform: uppercase;
  text-align: center;
  background-color: #154f8b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 5px;
  display: inline-block;
}
#quoteModal .form-wrap form .btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e94f35;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
#quoteModal .form-wrap form .btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
#quoteModal .form-wrap form .btn span {
  vertical-align: middle;
}

/*service single page*/
.serv-single {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.serv-single .book-btn {
  text-align: center;
  margin: 30px 0;
}
.serv-single .book-btn a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #154f8b;
  border: 2px solid #e94f35;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 0;
  display: inline-block;
}
.serv-single .book-btn a:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e94f35;
  z-index: -1;
  transition: all 0.3s ease-out;
  border-radius: 0;
  transform: scale(0) rotate(45deg);
}
.serv-single .book-btn a:hover {
  color: #fff;
}
.serv-single .book-btn a:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(0);
}
.serv-single .book-btn a span {
  vertical-align: middle;
  font-size: 25px;
  margin: 0 5px 0 0;
}
.serv-single .single-contn h2 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.contact-section {
  background-color: #f4f5ff;
  position: relative;
  padding: 50px 0;
}
.contact-section:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #154f8b;
}
.contact-section .container {
  position: relative;
}
.contact-section .headings {
  justify-content: flex-start;
  margin: 0 0 30px 0;
  padding-left: 0;
}
.contact-section .headings h3:before {
  left: 0;
  transform: initial;
}
.contact-section .headings h3:after {
  left: 0;
  transform: initial;
}
.contact-section .whyus-wrap h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.contact-section .whyus-wrap p {
  margin: 0 0 20px 0;
  color: #333;
}
.contact-section .whyus-wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .whyus-wrap ul li {
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
}
.contact-section .whyus-wrap ul li .why-list {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.contact-section .whyus-wrap ul li .why-list .icon-wrap i {
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e94f35;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.contact-section .whyus-wrap ul li .why-list .list-dtl strong {
  font-size: 20px;
  color: #555;
}
.contact-section .whyus-wrap ul li .why-list .list-dtl strong span {
  color: #e94f35;
}
.contact-section .contact-form {
  padding: 0 40px;
}
.contact-section .contact-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1;
  display: block;
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e94f35;
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-control,
.contact-section .contact-form .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border: 1px solid #999;
  border-radius: 10px;
  color: #eee !important;
}
.contact-section .contact-form .form-wrap form .form-control::-moz-placeholder {
  color: #eee !important;
}
.contact-section .contact-form .form-wrap form .form-control::placeholder {
  color: #eee !important;
}
.contact-section .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-select::placeholder {
  color: #fff;
}
.contact-section .contact-form .form-wrap form .form-select option {
  color: #1e383a;
}
.contact-section .contact-form .form-wrap form fieldset {
  margin: 0 0 20px 0;
}
.contact-section .contact-form .form-wrap form fieldset .form-check {
  color: #eee;
}
.contact-section .contact-form .form-wrap form fieldset .form-check-input:checked {
  background-color: #e94f35;
  border-color: #e94f35;
}
.contact-section .contact-form .form-wrap form .btn {
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #e94f35;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}
.contact-section .contact-form .form-wrap form .btn:hover {
  background-color: #154f8b;
}
.contact-section .contact-form .form-wrap form .btn i {
  vertical-align: middle;
}

.sngle .contact-form {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}
.sngle .contact-form h3 {
  font-size: 24px;
  color: #fff;
  padding: 10px 20px 0 0;
  margin: 0 0 30px 0;
  position: relative;
  display: inline-block;
}
.sngle .contact-form h3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #e94f35;
  top: 50%;
  transform: translatey(-50%);
  left: 100%;
}
.sngle .contact-form .form-wrap form h5 {
  color: #fff;
  font-size: 14px;
}
.sngle .contact-form .form-wrap form .form-control,
.sngle .contact-form .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border: 1px solid #999;
  border-radius: 0;
  color: #fff;
  color-scheme: dark;
}
.sngle .contact-form .form-wrap form .form-control::-moz-placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-control::-moz-placeholder,
.sngle .contact-form .form-wrap form .form-select::-moz-placeholder,
.sngle .contact-form .form-wrap form .form-control::placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-select::placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-select option {
  color: #1e383a;
}
.sngle .contact-form .form-wrap form .btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #999;
  text-transform: uppercase;
  text-align: center;
  background-color: #154f8b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 0;
  display: inline-block;
}
.sngle .contact-form .form-wrap form .btn span {
  vertical-align: middle;
  font-size: 18px;
}
.sngle .bp-card .bp-dtl ul {
  text-align: left;
  padding: 20px 20px 20px 30px;
  list-style: none;
}
.sngle .bp-card .bp-dtl ul li {
  margin: 0 0 10px 0;
  position: relative;
}
.sngle .bp-card .bp-dtl ul li:before {
  content: "\f560";
  position: absolute;
  left: -25px;
  top: 0;
  transition: 0.4sease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #54a3b9;
}
.sngle .bp-card .bp-dtl ul li:last-of-type {
  margin: 0;
}
.sngle .bp-card .bp-dtl ul li strong {
  color: #526335;
}

/*working areas*/
.sngl .container {
  position: relative;
  z-index: 2;
}
.sngl .wa-card {
  margin: 0 0 30px 0;
}
.sngl .wa-card .wa-dtl {
  padding: 20px 0 0 20px;
}
.sngl .wa-card .wa-dtl ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sngl .wa-card .wa-dtl ul li {
  display: block;
}
.sngl .wa-card .wa-dtl ul li a {
  color: #e94f35;
  font-weight: 600;
}
.sngl .wa-card .wa-dtl ul li a:hover {
  color: #154f8b;
}
.sngl .wa-card .wa-dtl ul li a span {
  vertical-align: middle;
}
.sngl .testi-main .testi-card {
  margin: 0 0 30px 0;
}
.sngl .testi-main .page-link {
  border-color: #eee !important;
  color: #eee !important;
}

/*review page*/
/*gallery page*/
.pictures-wrap {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap .headings {
  margin: 0 0 30px 0;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  border-radius: 10px;
}
.pictures-wrap .picture-card .img-wrap {
  border-radius: 0;
}
.pictures-wrap .picture-card .img-wrap figure {
  border-bottom: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  background-color: rgba(21, 80, 139, 0.8);
  padding: 20px 10px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #e94f35;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.2rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #e94f35;
  opacity: 0.5;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}

/*faqs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #154f8b;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #eee;
  color: #1e383a;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.faq-body .container .card .card-body ul {
  margin: 0 0 20px 0;
}
.faq-body .container .card .card-body .btn-wrap a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e94f35;
  color: #000;
  text-transform: capitalize;
}
.faq-body .container .card .card-body .btn-wrap a:hover {
  background-color: #154f8b;
  color: #fff;
}

#career-form .modal-header {
  background-color: #154f8b;
  color: #fff;
}
#career-form .modal-body {
  border: 1px solid #154f8b;
}
#career-form .modal-body .btn {
  border-radius: 5px;
  background-color: #e94f35;
  color: #000;
}
#career-form .modal-body .btn:hover {
  background-color: #154f8b;
  color: #fff;
}

/*footer*/
footer {
  padding: 40px 0 0 0;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
}
footer .container {
  position: relative;
}
footer .f-logo {
  margin: 0;
  border-radius: 0;
  margin: 0 0 20px 0;
}
footer .f-logo img {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
footer .foot-wrap.mid {
  text-align: center !important;
}
footer .foot-wrap .mob-aps h5 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
}
footer .foot-wrap .mob-aps strong {
  margin: 0 0 10px 0;
  display: block;
  color: #e94f35;
}
footer .foot-wrap .mob-aps .app {
  display: flex;
  gap: 10px;
}
footer .foot-wrap .mob-aps .app a {
  flex: 1;
  display: inline-block;
}
footer .foot-wrap .mob-aps .app a img {
  height: 50px;
  transition: 0.4s ease-in-out;
}
footer .foot-wrap .mob-aps .app a img:hover {
  transform: scale(1.1);
}
footer .foot-wrap h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1;
  display: block;
  position: relative;
  padding: 0 0 20px 0;
  background-color: transparent;
  font-weight: 700;
  color: #000;
}
footer .foot-wrap h4:before {
  content: "";
  position: absolute;
  left: 100%;
  height: 1px;
  width: 100px;
  background-color: #e94f35;
  left: 0;
  bottom: 0;
}
footer .foot-wrap h4:after {
  content: "";
  position: absolute;
  left: 100%;
  height: 1px;
  width: 150px;
  background-color: #e94f35;
  left: 0;
  bottom: -5px;
}
footer .foot-wrap h4 span {
  position: relative;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\f684";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e94f35;
  opacity: 0.6;
  font-size: 14px;
}
footer .foot-wrap .foot-list li:last-of-type {
  border: none;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
footer .foot-wrap .foot-list li a:hover {
  color: #e94f35;
}
footer .foot-wrap .list-flex {
  display: flex;
  flex-wrap: wrap;
}
footer .foot-wrap .list-flex li {
  width: 100%;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 5px 0;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #000;
  display: flex;
  align-items: center;
  line-break: loose;
  font-weight: 500;
}
footer .foot-wrap .foot-contact li a strong {
  margin: 0 5px 0 0;
  color: #e94f35;
  vertical-align: middle;
}
footer .foot-wrap .foot-contact li a strong span {
  vertical-align: middle;
  color: #e94f35;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #e94f35;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
footer .social-bar h5 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
}
footer .social-bar li {
  display: flex;
  gap: 20px;
  justify-content: center;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 20px;
  color: #e94f35;
  height: 45px;
  width: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  border: 1px solid #111;
}
footer .social-bar li a:hover i {
  background-color: #154f8b;
  color: #fff;
}
footer .copy-r {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #000;
}
footer .copy-r .copy-contn strong {
  font-weight: 500;
}
footer .copy-r .copy-contn a {
  color: #e94f35;
  font-weight: 500;
}
footer .copy-r .copy-contn a:hover {
  color: #fff;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 60px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop span {
  color: #fff;
  background-color: #e94f35;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*about page*/
.welcome-sec {
  padding: 50px 0;
}
.welcome-sec .welcome-wrap {
  padding: 0 0 30px 0;
}
.welcome-sec .welcome-wrap h2 {
  color: #154f8b;
  font-weight: 700;
}
.welcome-sec .welcome-wrap h2 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #e94f35;
  margin: 0 0 10px 0;
}
.welcome-sec .welcome-wrap p {
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #154f8b;
  color: #154f8b;
  position: relative;
  z-index: 0;
  background-color: #154f8b;
  color: #fff;
  text-align: center;
}
.welcome-sec .welcome-wrap a span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.welcome-sec .welcome-wrap a:before {
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 5px;
  top: -1px;
  left: 50%;
  right: 50%;
  bottom: -1px;
  opacity: 0;
  content: "";
  background-color: #e94f35;
  z-index: -1;
}
.welcome-sec .welcome-wrap a:hover {
  color: #fff;
}
.welcome-sec .welcome-wrap a:hover:before {
  transition: all 0.5s ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}

.form-wrap h3 {
  color: #154f8b;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  font-size: 2.6rem;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder,
.form-wrap form .form-select::-moz-placeholder,
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #154f8b;
  box-shadow: none;
}
.form-wrap form textarea {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 5px;
}
.form-wrap form textarea::-moz-placeholder {
  color: #777;
}
.form-wrap form textarea::-moz-placeholder, .form-wrap form textarea::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid #154f8b;
  color: #154f8b;
  position: relative;
  z-index: 0;
  background-color: #154f8b;
  color: #fff;
  text-align: center;
}
.form-wrap form .btn span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.form-wrap form .btn:hover {
  color: #fff;
}

/*about page*/
.page-banner {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #fff;
  padding: 10px;
}
.page-banner .container .banr-wrap h2:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 50px;
  height: 1px;
  background-color: #e94f35;
  bottom: 0;
  transform: translateX(-50%);
}
.page-banner .container .banr-wrap h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #e94f35;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.page-banner .container .banr-wrap span {
  display: inline-block;
  text-align: center;
  position: relative;
  transform: scaleX(-1);
  color: #e94f35;
  margin: 0 10px 0 0;
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #e94f35;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #000;
  border-radius: 50%;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #e94f35;
  border-color: #e94f35;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #154f8b;
  border-color: #154f8b;
  color: #fff;
}

/*about us page*/
.about {
  padding: 100px 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.about:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/logo-tree.png);
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0.1;
}
.about .container {
  position: relative;
}
.about .about-image {
  position: relative;
}
.about .about-image .main-image .img-wrap figure {
  padding-top: 100%;
}
.about .about-image .small-image {
  border: 5px solid #fff;
  position: absolute;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.about .about-image .small-image .img-wrap figure {
  width: 200px;
  padding-top: 200px;
}
.about .about-image .small-image2 {
  border: 5px solid #fff;
  position: absolute;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
  bottom: 0;
  animation-name: float-bob-y;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.about .about-image .small-image2 .img-wrap figure {
  width: 200px;
  padding-top: 200px;
}
.about .about-wrap small {
  font-size: 16px;
  background-color: #e94f35;
  font-weight: 500;
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
}
.about .about-wrap small:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e94f35;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.about .about-wrap small span {
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 22px;
}
.about .about-wrap h2 {
  font-size: 3.4rem;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  color: #154f8b;
  margin: 0 0 10px 0;
}
.about .about-wrap p {
  margin: 0 0 20px 0;
  color: #000;
}
.about .about-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.about .about-wrap ul li {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  color: #555;
}
.about .about-wrap ul li span {
  vertical-align: middle;
  color: #154f8b;
}
.about .about-wrap a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #e94f35;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 10px;
  display: inline-block;
}
.about .about-wrap a:hover {
  background-color: #154f8b;
}
.about .about-wrap a span {
  vertical-align: middle;
}

/*login page*/
.register-sec {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.register-sec:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 69, 47, 0.2);
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.register-sec .container {
  position: relative;
}
.register-sec .form-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.register-sec .form-wrap h4 {
  color: #1e383a;
  font-size: 18px;
}
.register-sec .form-wrap .terms {
  color: #154f8b;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
}
.register-sec .form-wrap .terms:hover {
  color: #000;
}
.register-sec .form-wrap .btn {
  background-color: #154f8b;
  border-radius: 5px;
}
.register-sec .form-wrap .btn:hover {
  background-color: #e94f35;
}
.register-sec .goto-login {
  margin: 20px 0;
  padding: 20px;
  background-color: #eee;
  border-radius: 5px;
}
.register-sec .goto-login h5 {
  font-size: 18px;
}
.register-sec .goto-login .btns {
  display: flex;
  justify-content: space-between;
}
.register-sec .goto-login .btns .login-btn a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  border: 1px solid #b22b2c;
  position: relative;
  z-index: 0;
  background-color: #b22b2c;
  color: #fff;
  text-align: center;
}
.register-sec .goto-login .btns .login-btn a span {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.register-sec .goto-login .btns .login-btn a:before {
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 5px;
  top: -1px;
  left: 50%;
  right: 50%;
  bottom: -1px;
  opacity: 0;
  content: "";
  background-color: #e94f35;
  z-index: -1;
}
.register-sec .goto-login .btns .login-btn a:hover {
  color: #fff;
}
.register-sec .goto-login .btns .login-btn a:hover:before {
  transition: all 0.5s ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}

.f-pw a {
  color: #154f8b;
  text-transform: capitalize;
  font-size: 14px;
}
.f-pw a:hover {
  color: #154f8b;
}

/*sub category page*/
.sub-c .prov-search {
  position: initial;
  left: initial;
  transform: initial;
  padding: 20px 0 0 0;
}

.inner-category {
  padding: 30px 0;
}
.inner-category .cat-wrap {
  display: flex;
  gap: 20px;
}
.inner-category .cat-wrap h4 {
  font-weight: 700;
}
.inner-category .cat-wrap .cat-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.inner-category .cat-wrap .cat-list .has-sub {
  position: relative;
}
.inner-category .cat-wrap .cat-list .has-sub > a {
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}
.inner-category .cat-wrap .cat-list .has-sub > a:hover {
  background-color: #154f8b;
  color: #fff;
}
.inner-category .cat-wrap .cat-list .has-sub .sub-cat {
  width: 250px;
  background-color: #154f8b;
  border-radius: 5px;
  list-style: none;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  animation-duration: 0.2s;
}
.inner-category .cat-wrap .cat-list .has-sub .sub-cat li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inner-category .cat-wrap .cat-list .has-sub .sub-cat li:last-of-type {
  border: none;
}
.inner-category .cat-wrap .cat-list .has-sub .sub-cat li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.inner-category .cat-wrap .cat-list .has-sub .sub-cat li a:hover {
  background-color: #e94f35;
  color: #000;
}
.inner-category .cat-wrap .cat-list .has-sub:hover .sub-cat {
  display: block;
}
.inner-category .cat-wrap .cat-list .has-sub:hover > a {
  background-color: #154f8b;
  color: #fff;
}

.connect-title {
  background-color: rgba(24, 111, 150, 0.4);
}
.connect-title h2 {
  text-align: center;
  padding: 20px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}
.connect-title h4 {
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.mid-slider {
  padding: 30px 0;
  text-align: center;
  background-color: rgba(238, 238, 238, 0.6);
}
.mid-slider .midslider-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.mid-slider .midad-card {
  max-width: 500px;
  display: flex;
}
.mid-slider .midad-card .img-wrap {
  flex: 1;
}
.mid-slider .midad-card .dtl {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mid-slider .midad-card .dtl a {
  background-color: #e94f35;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
}
.mid-slider .midad-card .dtl a:hover {
  background-color: #154f8b;
  color: #fff;
}
.mid-slider .midad-card .dtl a span {
  font-size: 18px;
  margin: 0 0 0 5px;
}

.catlist-block {
  padding: 30px 0;
}
.catlist-block .result-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.catlist-block .result-bar .pgnation .pagination {
  margin: 0;
}
.catlist-block .catlist-listing {
  padding: 30px 0 0 0;
}
.catlist-block .catlist-listing .cl-card {
  height: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 30px 0;
  padding: 10px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.catlist-block .catlist-listing .cl-card .img-wrap {
  margin: 0 auto;
}
.catlist-block .catlist-listing .cl-card .img-wrap figure {
  padding-top: 250px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.catlist-block .catlist-listing .cl-card .img-wrap .p-tag {
  position: absolute;
  top: 10px;
  right: -10px;
  text-align: center;
}
.catlist-block .catlist-listing .cl-card .img-wrap .p-tag small {
  background-color: rgba(249, 212, 8, 0.9);
  border-radius: 5px 0 0 5px;
  padding: 5px;
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  border: 1px solid #fff;
  border-bottom: none;
}
.catlist-block .catlist-listing .cl-card .img-wrap .p-tag small:before {
  content: "";
  position: absolute;
  border-left: 5px solid #555;
  border-top: 5px solid #555;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  right: 0;
}
.catlist-block .catlist-listing .cl-card .img-wrap .p-tag .feat {
  background-color: rgba(213, 5, 5, 0.9);
  color: #fff;
}
.catlist-block .catlist-listing .cl-card .img-wrap .p-tag .new {
  background-color: rgba(24, 111, 150, 0.9);
  color: #fff;
}
.catlist-block .catlist-listing .cl-card .dtl {
  padding: 15px;
}
.catlist-block .catlist-listing .cl-card .dtl h4 a {
  font-size: 20px;
  font-weight: 600;
}
.catlist-block .catlist-listing .cl-card .dtl h4 a:hover {
  color: #154f8b;
}
.catlist-block .catlist-listing .cl-card .dtl .prc {
  margin: 0 0 15px 0;
}
.catlist-block .catlist-listing .cl-card .dtl .prc strong {
  font-size: 24px;
  color: #555;
}
.catlist-block .catlist-listing .cl-card .dtl .v-more a {
  text-transform: capitalize;
  color: #154f8b;
  font-size: 14px;
  font-weight: 500;
}
.catlist-block .catlist-listing .cl-card .dtl .v-more a:hover {
  color: #000;
}
.catlist-block .catlist-listing .cl-card .dtl .v-more a i {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.muni-list .cl-card .img-wrap figure {
  max-width: 100% !important;
  padding-top: 55% !important;
}

/*sub category single page*/
.level-menu {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.level-menu .breadcrumb {
  margin: 0;
}

.pdetail-wrap {
  padding: 50px 0;
}
.pdetail-wrap .prop-details h3 {
  margin: 0 0 20px 0;
}
.pdetail-wrap .prop-price {
  font-size: 28px;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-top: 3px solid rgba(23, 110, 150, 0.2);
  border-bottom: 3px solid rgba(23, 110, 150, 0.2);
}
.pdetail-wrap .p-locns {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}
.pdetail-wrap .p-locns .tags {
  display: inline-block;
  background-color: #e94f35;
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 5px;
}
.pdetail-wrap .prod-images {
  margin: 0 0 30px 0;
}
.pdetail-wrap .prod-images .img-wrap {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #154f8b;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 75%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.pdetail-wrap .prod-images .img-wrap img {
  position: absolute;
  display: block;
  max-width: 1500px;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s ease-in-out;
}
.pdetail-wrap .prod-images .img-wrap:hover img {
  transform: scale(1.5, 1.5);
}
.pdetail-wrap .prod-images .carousel-indicators {
  position: initial;
  width: auto;
  margin: 0 -5px;
  letter-spacing: -5px;
  bottom: 20px;
  margin-top: 20px;
}
.pdetail-wrap .prod-images .carousel-indicators li {
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  border-radius: 5px;
  margin: 0 5px;
  cursor: default;
  text-indent: 0;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  text-align: center;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.pdetail-wrap .prod-images .carousel-indicators li.active {
  border: 2px solid #e94f35;
}
.pdetail-wrap .prod-images .carousel-indicators li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pdetail-wrap .prop-spec .table thead tr th {
  text-transform: capitalize;
  font-size: 14px;
  background-color: #154f8b;
}
.pdetail-wrap .prop-des {
  padding: 20px;
  background: rgba(24, 111, 150, 0.1);
  margin: 0 0 20px 0;
}
.pdetail-wrap .prop-des h4 {
  text-transform: capitalize;
}
.pdetail-wrap .prop-des p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.pdetail-wrap .prop-summary h4 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #154f8b;
}
.pdetail-wrap .prop-summary table {
  overflow-x: auto;
  font-size: 12px;
}
.pdetail-wrap .contact-selr {
  margin: 0 0 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 0 0;
}
.pdetail-wrap .contact-selr a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 500;
  touch-action: manipulation;
  position: relative;
  background-color: #f0f7fa;
  box-shadow: inset 0 -4px 8px #87bfd8, 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #000;
  transition: transform 0.4s cubic-bezier(0.55, 1, 0.15, 1);
  will-change: transform;
  transition: 0.4s ease-in-out;
}
.pdetail-wrap .contact-selr a:hover {
  background-color: #e94f35;
}
.pdetail-wrap .book-form {
  padding: 20px;
  background-color: rgba(226, 191, 94, 0.4);
  border-radius: 5px;
}
.pdetail-wrap .book-form h4 {
  background-color: #e94f35;
  padding: 5px 10px;
  color: #154f8b;
  margin: 0 0 15px 0;
  border-radius: 5px;
}
.pdetail-wrap .book-form .form-wrap form h5 {
  color: #1e383a;
  text-transform: capitalize;
  font-size: 14px;
}
.pdetail-wrap .book-form .form-wrap form .form-control {
  border: 1px solid #e94f35;
}
.pdetail-wrap .book-form .form-wrap form .btn {
  background-color: #b22b2c;
}

/*live stream page*/
.live-streaming {
  padding: 50px 0 20px 0;
}
.live-streaming .vid-card {
  text-align: center;
  text-align: -webkit-center;
  margin: 0 0 30px 0;
}
.live-streaming .vid-card .img-wrap .live-tag {
  background-color: rgb(213, 5, 5);
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
}
.live-streaming .vid-card .img-wrap .live-tag span {
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 3px 0;
}
.live-streaming .vid-card .story-item {
  background: #eee;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.live-streaming .vid-card .story-item p {
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(24, 111, 150, 0.8);
  color: #fff;
  transition: 0.4s ease-in-out;
}
.live-streaming .vid-card .story-item .img-wrap > i {
  position: absolute;
  color: rgb(213, 5, 5);
  opacity: 0.6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
  font-size: 42px;
}
.live-streaming .vid-card .story-item .img-wrap .heart-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 5;
}
.live-streaming .vid-card .story-item .img-wrap .heart-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s ease;
  height: 40px;
  width: 40px;
}
.live-streaming .vid-card .story-item .img-wrap .heart-btn i {
  color: #e74c3c;
  transition: color 0.3s ease;
}
.live-streaming .vid-card .story-item .img-wrap .heart-btn.liked i {
  color: red;
}
.live-streaming .vid-card .story-item .img-wrap .heart-btn.animate {
  animation: pop 0.3s ease;
}
.live-streaming .vid-card .story-item .img-wrap .heart-count {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-top: 4px;
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.live-streaming .vid-card .story-item .img-wrap figure {
  padding-top: 160%;
}
.live-streaming .vid-card .story-item:hover .img-wrap i {
  opacity: 1;
}
.live-streaming .vid-card .story-item:hover p {
  background-color: rgb(24, 111, 150);
}

.recorded-live {
  background-color: rgba(23, 110, 150, 0.2);
  padding: 50px 0 20px 0;
}
.recorded-live .vid-card {
  text-align: center;
  text-align: -webkit-center;
}
.recorded-live .vid-card .story-item {
  background: #eee;
  cursor: pointer;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
  border-radius: 5px;
}
.recorded-live .vid-card .story-item p {
  font-size: 16px;
  font-weight: 700;
  background-color: rgba(24, 111, 150, 0.8);
  color: #fff;
  transition: 0.4s ease-in-out;
}
.recorded-live .vid-card .story-item .img-wrap i {
  position: absolute;
  color: rgb(213, 5, 5);
  opacity: 0.6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
  font-size: 42px;
}
.recorded-live .vid-card .story-item .img-wrap figure {
  padding-top: 160%;
}
.recorded-live .vid-card .story-item:hover .img-wrap i {
  opacity: 1;
}
.recorded-live .vid-card .story-item:hover p {
  background-color: rgb(24, 111, 150);
}

/*contact us*/
.contactus-wrap {
  padding: 50px 0;
}
.contactus-wrap .contct-card {
  text-align: center;
  padding: 20px;
  min-height: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px 0 0 50px;
  border-radius: 10px;
}
.contactus-wrap .contct-card .icon-wrap {
  margin-top: -50px;
  margin-left: -50px;
}
.contactus-wrap .contct-card .icon-wrap span {
  font-size: 38px;
  background-color: #154f8b;
  color: #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  border-bottom: 3px solid #e94f35;
}
.contactus-wrap .contct-card .contct-dtls {
  text-align: left;
  position: relative;
  flex: 1;
}
.contactus-wrap .contct-card .contct-dtls small {
  padding: 2px 10px 2px 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
  line-height: 1;
  display: block;
  position: relative;
  color: #e94f35;
  padding: 5px;
  display: block;
  font-weight: 500;
}
.contactus-wrap .contct-card .contct-dtls strong {
  font-size: 18px;
  transition: 0.4s ease-in-out;
  color: #111;
}
.contactus-wrap .contct-card .contct-dtls a strong {
  font-size: 18px;
  transition: 0.4s ease-in-out;
  color: #111;
}
.contactus-wrap .contct-card .contct-dtls a strong:hover {
  color: #154f8b;
}

.socio-sec {
  background-color: rgba(24, 111, 150, 0.2);
  padding: 20px 0;
}
.socio-sec .social-bar {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.socio-sec .social-bar li {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.socio-sec .social-bar li a i {
  display: inline-block;
  font-size: 26px;
  color: #555;
  height: 55px;
  width: 55px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  background-color: #e94f35;
  border: 1px solid #154f8b;
}
.socio-sec .social-bar li a:hover i {
  background-color: #154f8b;
  color: #fff;
}

/*team page*/
.team-wrap {
  padding: 50px 0 0 0;
}
.team-wrap .team-card {
  margin: 0 0 50px 0;
  text-align: center;
  border-radius: 10px;
  display: block;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}
.team-wrap .team-card .img-wrap {
  margin: 0 0 20px 0;
}
.team-wrap .team-card .img-wrap figure {
  width: 150px;
  padding-top: 150px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.team-wrap .team-card .team-dtl {
  flex: 1;
  text-align: center;
  border-radius: 80px;
  padding: 10px;
}
.team-wrap .team-card .team-dtl strong {
  color: #154f8b;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin: 0 0 10px 0;
}
.team-wrap .team-card .team-dtl small {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 12px;
  color: #111;
  display: block;
  border-radius: 30px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.team-wrap .team-card .team-dtl .team-mail a {
  color: #e94f35;
}
.team-wrap .team-card .team-dtl .team-mail a:hover {
  color: #154f8b;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
  text-align: center;
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  text-align: center;
}
.team-wrap .team-card .team-dtl .team-contact li a {
  display: inline-block;
  text-align: center;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #eee;
  transition: 0.4s ease-in-out;
  background-color: #e94f35;
  border-radius: 50px;
}
.team-wrap .team-card .team-dtl .team-contact li a:hover i {
  background-color: #154f8b;
  color: #fff;
}

#inqModal form .btn {
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #e94f35;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
#inqModal form .btn:hover {
  background-color: #154f8b;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #b22b2c;
  animation: slideInDown 1s linear;
  left: 0;
  right: 0;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  animation: slideInDown 1s linear;
}

.fixed-topbar {
  position: fixed !important;
  top: 48px;
  right: 10px;
  left: 10px;
  z-index: 1030;
  animation: slideInDown 1s linear;
}

.main-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  background-color: #ffffff;
}
.main-loader .logo-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-loader .logo-wrap img {
  width: 150px;
}

.fixed-mid-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 50px 0 0 0;
}

.section-after-mid-slider {
  margin-top: 120px; /* match height of .mid-slider */
}

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

.hidden-on-load {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
}

.show-on-scroll {
    opacity: 1;
    transform: translateY(0);
}