* {
  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: "Catamaran", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans", 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;
  -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 float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes zoom-z {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@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);
  }
}
/*header*/
header {
  background-color: rgb(247, 247, 247);
  z-index: 2;
}
header .top-bar {
  background-color: rgba(251, 152, 23, 0.7);
  padding: 5px 0;
}
header .top-bar .social-bar {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
header .top-bar .social-bar li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background-color: #32afe8;
  display: inline-block;
  text-align: center;
  color: #fff;
  transition: 0.4s ease-in-out;
}
header .top-bar .social-bar li a i:hover {
  background-color: #1ea9e2;
}
header .top-bar .h-email a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
}
header .top-bar .h-email a:hover {
  color: #1ea9e2;
}
header .top-bar .h-email a span {
  color: #32afe8;
}
header .top-bar .h-email.h-call a {
  justify-content: flex-start;
}
header .logo-wrap {
  padding: 10px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
header .logo-wrap a img {
  max-width: 200px;
}
header .slogan {
  margin: 0 0 15px 0;
}
header .slogan h1 {
  color: #1ea9e2;
  font-weight: 700;
  margin: 0;
}
header .slogan small {
  color: #cae502;
  font-weight: 700;
  font-size: 20px;
}
header .quick-contacts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
header .quick-contacts .h-call {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1ea9e2;
  border-radius: 20px;
}
header .quick-contacts .h-call .icon-wrap span {
  line-height: 50px;
  width: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  color: #1ea9e2;
}
header .quick-contacts .h-call .call-dtl strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
header .quick-contacts .h-call .call-dtl a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
header .quick-contacts .h-call .call-dtl a:hover {
  color: #cae502;
}
header .quick-contacts .q-inq a {
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 47px;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #fb9816;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}
header .quick-contacts .q-inq a:hover {
  background-color: #cae502;
}
header .quick-contacts .q-inq a span {
  font-size: 42px;
  color: #fb9816;
}

.nav-sec {
  position: relative;
  z-index: 9;
  border: 2px solid #1ea9e2;
  border-right: none;
  border-radius: 20px 0 0 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.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;
  border-radius: 50px;
}
.nav-sec .main-navigation .menu-item {
  position: static;
}
.nav-sec .main-navigation .menu-item:hover {
  transition: 0.4s ease-in-out;
}
.nav-sec .main-navigation .menu-item:hover a {
  transition: 0.4s ease-in-out;
  color: #fff;
  background-color: #32afe8;
  border-radius: 20px;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  padding: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #111;
  border-radius: 0;
  border-left: none;
  border-right: none;
  font-weight: 600;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  color: #fff;
  background-color: #32afe8;
  border-radius: 18px;
}
.nav-sec .main-navigation .menu-item.active a:hover {
  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;
  display: none;
  position: absolute;
  margin: 0;
  background: transparent;
  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::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 10px;
  display: block;
  border: none;
  margin: 0;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #1ea9e2;
  border: none;
}
.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 > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.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: #1ea9e2;
  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: #111 !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;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 80px;
  background-image: url(../images/slider-bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}
.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: rgba(0, 0, 0, 0.4);
  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 {
  padding: 30px;
  text-align: center;
  margin: 0 0 50px 0;
  position: absolute;
  left: 5%;
  top: 100%;
  transform: translateY(-50%);
  z-index: 5;
  transition: 0.4s ease-in-out;
  max-width: 600px;
  border-radius: 225px 45px 325px 75px/15px 125px 35px 155px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 5px solid #fb9816;
}
.slider-wrap .slider-bg .slide-sec .slider-cap small {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #cae502;
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 50px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap h2 {
  font-size: 62px;
  margin: 0 0 20px 0;
  color: #1ea9e2;
}
.slider-wrap .slider-bg .slide-sec .slider-cap p {
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 24px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap .sl-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap .sl-btns a {
  display: inline-block;
  background-color: #fb9816;
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
}
.slider-wrap .slider-bg .slide-sec .slider-cap .sl-btns a:hover {
  background-color: #1ea9e2;
}
.slider-wrap .slider-bg .owl-item.active .slider-cap {
  top: 55%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translatex(-50%);
  z-index: 2;
}
.slider-wrap .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
  background: #cae502;
  border-radius: 20px;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #1ea9e2;
}
.slider-wrap .book-form {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translatey(-50%);
  max-width: 500px;
  z-index: 2;
  background: rgba(30, 169, 226, 0.8);
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.slider-wrap .book-form h3 {
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  color: #eee;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
.slider-wrap .book-form .bform-wrap form .form-control {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 10px;
  border: none;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  border-radius: 20px;
  margin: 0 0 10px 0;
}
.slider-wrap .book-form .bform-wrap form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form input::-moz-placeholder, .slider-wrap .book-form .bform-wrap form textarea::-moz-placeholder {
  color: #eee;
}
.slider-wrap .book-form .bform-wrap form input::placeholder,
.slider-wrap .book-form .bform-wrap form textarea::placeholder {
  color: #eee;
}
.slider-wrap .book-form .bform-wrap form .form-select {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 10px;
  border: none;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  border-radius: 20px;
  margin: 0 0 10px 0;
}
.slider-wrap .book-form .bform-wrap form .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form .form-select option {
  color: #333;
}
.slider-wrap .book-form .bform-wrap form textarea {
  font-size: 14px;
  width: 100%;
  color: #ffffff;
  padding: 0 10px;
  border: none;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  border-radius: 20px 0 0 20px;
  margin: 0 0 10px 0;
  height: 80px;
  line-height: 80px;
}
.slider-wrap .book-form .bform-wrap form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.slider-wrap .book-form .bform-wrap form .btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 20px;
  display: inline-block;
  background-color: #fb9816;
  transition: 0.4s ease-in-out;
}
.slider-wrap .book-form .bform-wrap form .btn:hover {
  background-color: #1ea9e2;
}

.headings {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.headings h3 {
  color: #111;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 50px 30px 50px;
}
.headings h3 .head-dots {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/heading-img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
  opacity: 1;
}
.headings h3 .head-dots:before {
  content: "";
  position: absolute;
  right: 130%;
  top: 50%;
  transform: translatey(-50%);
  width: 50px;
  height: 2px;
  background-color: #fb9816;
}
.headings h3 .head-dots:after {
  content: "";
  position: absolute;
  left: 130%;
  top: 50%;
  transform: translatey(-50%);
  width: 50px;
  height: 2px;
  background-color: #fb9816;
}

/*our programs*/
.services {
  padding: 60px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.services .container {
  position: relative;
}
.services .service-program .serv-card {
  margin: 0 0 30px 0;
  background-color: #fdfbe8;
  border: 2px solid rgba(251, 152, 23, 0.2);
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.services .service-program .serv-card .img-wrap figure {
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.services .service-program .serv-card .img-wrap .age-group {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background-color: #fb9816;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
.services .service-program .serv-card .img-wrap .age-group span {
  display: block;
  font-size: 16px;
}
.services .service-program .serv-card .serv-dtl {
  border-top: 0;
  border-radius: 10px;
  position: relative;
}
.services .service-program .serv-card .serv-dtl h4 {
  font-size: 24px;
  margin: 0 0 30px 0;
  margin-top: -30px;
}
.services .service-program .serv-card .serv-dtl h4 a {
  padding: 10px;
  display: inline-block;
  font-weight: 500;
  background-color: #1ea9e2;
  color: #fff;
  border-radius: 20px;
}
.services .service-program .serv-card .serv-dtl h4 a:hover {
  background-color: #fb9816;
}
.services .service-program .serv-card .serv-dtl P {
  color: #111;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.services .service-program .serv-card .serv-dtl .prog-dtl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 0 0 10px 0;
}
.services .service-program .serv-card .serv-dtl .prog-dtl small {
  color: #fff;
}
.services .service-program .serv-card .serv-dtl .prog-dtl small span {
  color: #32afe8;
}
.services .service-program .serv-card .serv-dtl .r-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services .service-program .serv-card .serv-dtl .r-more a {
  display: inline-block;
  background-color: #fb9816;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.services .service-program .serv-card .serv-dtl .r-more a:hover {
  background-color: #1ea9e2;
}
.services .service-program .serv-card .serv-dtl .r-more .book-n {
  display: inline-block;
  background-color: #cae502;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.services .service-program .serv-card .serv-dtl .r-more .book-n:hover {
  background-color: #1ea9e2;
}

/*activities*/
.activities {
  padding: 100px 0 70px 0;
  background-color: #eff5f6;
  position: relative;
}
.activities:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 200px;
  background-image: url(../images/act-shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.activities:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
  width: 200px;
  background-image: url(../images/act-shape-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 0;
}
.activities .container {
  position: relative;
  z-index: 1;
}
.activities .act-contn .img-wrap {
  margin: 0 0 20px 0;
}
.activities .act-contn .img-wrap img {
  border-radius: 20px;
}
.activities .act-contn P {
  margin: 0 0 20px 0;
}
.activities .act-card {
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 10px;
  border-radius: 100px;
  transition: 0.4s ease-in-out;
  margin: 0 0 30px 0;
}
.activities .act-card:hover {
  border-color: #32afe8;
}
.activities .act-card .img-wrap {
  flex-shrink: 0;
}
.activities .act-card .img-wrap figure {
  width: 180px;
  padding-top: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.activities .act-card .act-dtl h4 a {
  border-bottom: 3px solid #eee;
  display: inline-block;
  color: #1ea9e2;
}
.activities .act-card .act-dtl h4 a:hover {
  color: #cae502;
}

/*highlights*/
.highlights {
  padding: 100px 0 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.highlights:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(117, 68, 4, 0.7);
}
.highlights .container {
  position: relative;
}
.highlights .headings {
  margin: 0 0 50px 0;
}
.highlights .headings h3 {
  color: #fff;
}
.highlights .high-card {
  border-radius: 50px;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
}
.highlights .high-card .icon-wrap {
  text-align: center;
  margin: 0 0 10px 0;
}
.highlights .high-card .icon-wrap span {
  font-size: 82px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background-color: rgba(31, 170, 226, 0.7);
  color: #fb9816;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 5px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.highlights .high-card strong {
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
}

/*why us*/
.why-us {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.why-us .headings {
  text-align: left;
}
.why-us .headings h3 {
  color: #111;
  text-align: left;
  padding-left: 0;
}
.why-us .headings h3 span {
  right: initial;
  left: 0;
  transform: initial;
}
.why-us .headings h3 span:before {
  display: none;
}
.why-us .container {
  position: relative;
  z-index: 2;
}
.why-us .img-wrap img {
  border-radius: 10px;
}
.why-us .whyus-wrap h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
}
.why-us .whyus-wrap p {
  margin: 0 0 20px 0;
}
.why-us .whyus-wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.why-us .whyus-wrap ul li {
  margin: 0 0 20px 0;
  padding: 10px;
  display: block;
  width: 48%;
  border-radius: 20px;
  border: 2px solid #cae502;
}
.why-us .whyus-wrap ul li .why-list {
  display: flex;
  gap: 15px;
}
.why-us .whyus-wrap ul li .why-list .icon-wrap span {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background-color: #cae502;
  display: inline-block;
  border-radius: 18px;
}
.why-us .whyus-wrap ul li .why-list .icon-wrap span img {
  width: 100%;
}
.why-us .whyus-wrap ul li .why-list .list-dtl strong {
  font-size: 18px;
  color: #111;
  font-weight: 500;
}
.why-us .whyus-wrap a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #cae502;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #1ea9e2;
}
.why-us .whyus-wrap a span {
  vertical-align: middle;
}
.why-us .whyus-wrap a:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: -120%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -o-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.why-us .whyus-wrap a:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: -120%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  -o-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.why-us .whyus-wrap a:hover:before {
  left: -10%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.why-us .whyus-wrap a:hover:after {
  left: -20%;
}

/*testimonials*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  background-color: #f4f1ea;
}
.testimonials:before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  background-image: url(../images/cloud-icon.png);
  background-repeat: no-repeat;
  top: 0;
  left: 50px;
  animation: float-bob-x 5s infinite;
}
.testimonials .container {
  position: relative;
  z-index: 2;
}
.testimonials .testi-main {
  background-image: url(../images/paper-bg.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 50px;
  margin: 0 100px;
}
.testimonials .testi-main .testi-card {
  padding: 10px 10px 20px 10px;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: center;
  border: 1px solid #eee;
  margin: 0 15px;
  border-radius: 10px;
}
.testimonials .testi-main .testi-card .img-wrap {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.testimonials .testi-main .testi-card .img-wrap figure {
  padding-top: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fb9816;
}
.testimonials .testi-main .testi-card .i-wrap {
  margin: 0 0 20px 0;
  position: absolute;
  left: 30px;
  top: 5px;
}
.testimonials .testi-main .testi-card .i-wrap i {
  font-size: 100px;
  text-align: center;
  opacity: 0.2;
  color: #cae502;
  transform: rotate(-180deg);
}
.testimonials .testi-main .testi-card .testi-profile {
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 30px;
  position: relative;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0 10px 0;
}
.testimonials .testi-main .testi-card .testi-profile q {
  color: #333;
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  position: relative;
}
.testimonials .testi-main .testi-card .testi-dtl {
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  margin: 0 auto 30px auto;
}
.testimonials .testi-main .testi-card .testi-dtl strong {
  color: #1ea9e2;
  font-size: 22px;
  display: block;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials .testi-main .testi-card .testi-dtl small {
  color: #fb9816;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.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: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #1ea9e2;
  opacity: 1;
}

/*contact info*/
.contact-section {
  background-color: rgba(31, 170, 226, 0.2);
  position: relative;
  padding: 100px 0 20px 0;
}
.contact-section .container {
  position: relative;
}
.contact-section .headings {
  text-align: left;
}
.contact-section .headings h3 {
  color: #111;
  text-align: left;
  padding-left: 0;
}
.contact-section .headings h3 span {
  right: initial;
  left: 0;
  transform: initial;
}
.contact-section .headings h3 span:before {
  display: none;
}
.contact-section .contact-form {
  margin: 0 0 30px 0;
}
.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 #1ea9e2;
  border-radius: 10px;
  color: #111;
}
.contact-section .contact-form .form-wrap form .form-control::-moz-placeholder, .contact-section .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #111;
}
.contact-section .contact-form .form-wrap form .form-control::placeholder,
.contact-section .contact-form .form-wrap form .form-select::placeholder {
  color: #111;
}
.contact-section .contact-form .form-wrap form .form-select option {
  color: #111;
}
.contact-section .contact-form .form-wrap form .btn {
  display: inline-block;
  background-color: #fb9816;
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  border: none;
}
.contact-section .contact-form .form-wrap form .btn:hover {
  background-color: #1ea9e2;
}
.contact-section .contact-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  padding: 0 15px 0 0;
  margin: 0 0 30px 0;
}
.contact-section .contact-box .c-box {
  padding: 20px;
  background-color: #1ea9e2;
  border-radius: 20px;
  border: 2px solid #fff;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-section .contact-box .c-box .icon-wrap span {
  width: 120px;
  height: 120px;
  display: inline-block;
  line-height: 120px;
  border-radius: 20px;
  background-color: #cae502;
  text-align: center;
  font-size: 50px;
  color: #111;
}
.contact-section .contact-box .c-box .cont-dtl a {
  color: #fff;
  display: block;
  font-size: 28px;
}
.contact-section .contact-box .c-box .cont-dtl a:hover {
  color: #111;
}

/*about us*/
.about {
  padding: 150px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.about .about-image {
  position: relative;
  z-index: 1;
}
.about .about-image .main-image .img-wrap {
  position: relative;
  padding: 50px;
}
.about .about-image .main-image .img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/about-img-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-z 3s infinite linear;
}
.about .about-image .main-image .img-wrap figure {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.about .about-wrap small {
  font-size: 14px;
  color: #cae502;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
.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: 600;
  margin: 0 0 20px 0;
  color: #1ea9e2;
}
.about .about-wrap .p-content {
  margin: 0 0 20px 0;
}
.about .about-wrap .p-content p {
  margin: 0 0 20px 0;
}
.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: 45%;
  gap: 10px;
  align-items: flex-start;
}
.about .about-wrap ul li span {
  vertical-align: middle;
  color: #1ea9e2;
}
.about .about-wrap a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 50px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-image: -webkit-linear-gradient(0deg, rgb(251, 158, 65) 0%, rgb(50, 175, 232) 100%);
}
.about .about-wrap a span {
  vertical-align: middle;
}
.about .about-wrap a:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0deg, rgb(251, 158, 65) 0%, rgb(50, 175, 232) 100%);
  transition: 0.4s ease-in-out;
}
.about .about-wrap a:hover:after {
  top: 0;
}
.about .about-wrap a:last-of-type {
  background-color: #1ea9e2;
}

/*features*/
.features {
  padding: 100px 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
.features .feat-card {
  margin: 0 15px;
}
.features .feat-card .img-wrap {
  margin: 0 0 10px 0;
}
.features .feat-card .img-wrap figure {
  border-radius: 10px;
  overflow: hidden;
}
.features .feat-card .feat-dtl {
  text-align: center;
  padding: 10px;
  background-color: #1ea9e2;
  border-radius: 10px;
}
.features .feat-card .feat-dtl h4 {
  margin: 0;
}
.features .feat-card .feat-dtl h4 a {
  color: #fff;
  display: block;
}
.features .feat-card .feat-dtl h4 a:hover {
  color: #cae502;
}

/*about new*/
.abt .about-image {
  overflow: visible;
  margin: 0 0 30px 0;
}
.abt .about-image .main-image .img-wrap {
  margin: 0;
}
.abt .about-image .main-image .img-wrap figure {
  border-radius: 50px;
}
.abt .about-image .main-image:before {
  right: 0;
  bottom: -80px;
  top: initial;
  background-size: 90%;
}
.abt .about-image .small-img {
  position: absolute;
  top: -30px;
  left: -80px;
  background-color: #fff;
  border: 30px;
  padding: 20px;
  border-radius: 50%;
}

/*gallery*/
.pictures-wrap {
  padding: 100px 0 70px 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 .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: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.pictures-wrap .picture-card .img-wrap figure {
  border-bottom: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 20px;
  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(251, 152, 23, 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: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: 5px;
  top: 5px;
  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: #cae502;
  opacity: 0.5;
  font-size: 20px;
  border-radius: 15px;
  color: #fff;
  box-shadow: -5px -5px 15px 5px rgba(0, 0, 0, 0.5);
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}
.pictures-wrap .picture-card .pic-title {
  background-color: rgba(50, 175, 232, 0.7);
  padding: 20px 10px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 20px;
  text-align: center;
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: center;
}
.pictures-wrap .picture-card .pic-title strong {
  font-size: 1.2rem;
}

/*our blogs*/
.blogs {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blogs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/tree-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.blogs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/tree-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  transform: scalex(-1);
}
.blogs .container {
  position: relative;
  z-index: 1;
}
.blogs .blog-card {
  margin: 0 0 30px 0;
}
.blogs .blog-card .img-wrap figure {
  padding-top: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blogs .blog-card .blog-dtl {
  position: relative;
  padding: 0 20px 20px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.blogs .blog-card .blog-dtl .b-date {
  text-align: center;
  position: relative;
  font-size: 18px;
  margin: 0 0 20px 0;
  margin-top: -25px;
  overflow: hidden;
}
.blogs .blog-card .blog-dtl .b-date .date-wrap {
  background-color: #cae502;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 5px;
  justify-content: center;
  color: #fff;
  position: relative;
  flex-shrink: 0;
}
.blogs .blog-card .blog-dtl .b-date .date-wrap strong {
  line-height: 1;
}
.blogs .blog-card .blog-dtl .b-date .date-wrap small {
  line-height: 1;
}
.blogs .blog-card .blog-dtl .b-date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  height: 5px;
  width: 100%;
  background-color: #1ea9e2;
}
.blogs .blog-card .blog-dtl h4 {
  display: block;
  font-size: 1.6rem;
  line-height: 34px;
  padding: 0 0 10px 0;
  text-align: center;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #111;
  display: block;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #1ea9e2;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more {
  text-align: right;
}
.blogs .blog-card .blog-dtl .r-more a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px 0 0;
  color: #1ea9e2;
  position: relative;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  color: #cae502;
}
.blogs .blog-card .blog-dtl .r-more a:before {
  content: "";
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  height: 2px;
  width: 20px;
  background-color: #1ea9e2;
}
.blogs .blog-card .blog-dtl .r-more a:hover:before {
  right: -5px;
}

/*float shapes*/
.stone-flow {
  height: 250px;
  width: 200px;
  position: absolute;
  right: 10%;
  top: -50px;
  background-image: url(../images/abc-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  animation: float-bob-y 5s infinite;
  opacity: 0.6;
}

.leaf-float {
  height: 400px;
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/leaf-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 0;
  animation: float-bob-y 5s infinite;
}

/*modal form*/
#quoteModal .modal-dialog .modal-header {
  background-color: #cae502;
}
#quoteModal .modal-dialog .modal-header h5 {
  color: #fff;
}
#quoteModal .modal-dialog .modal-content {
  background-color: #32afe8;
}
#quoteModal .form-wrap form .form-control,
#quoteModal .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#quoteModal .form-wrap form .form-control::-moz-placeholder, #quoteModal .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-control::placeholder,
#quoteModal .form-wrap form .form-select::placeholder {
  color: #fff;
}
#quoteModal .form-wrap form .form-select option {
  color: #111;
}
#quoteModal .form-wrap form .btn {
  display: inline-block;
  background-color: #fb9816;
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
  border: none;
  transition: 0.4s ease-in-out;
}
#quoteModal .form-wrap form .btn:hover {
  background-color: #1ea9e2;
}

/*footer*/
footer {
  padding: 40px 0 0 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  background-color: #dce4ea;
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 90%;
  left: 0;
  background-image: url(../images/footer-grass.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
footer .container {
  position: relative;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
footer .social-bar li {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #fb9816;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  border: 1px solid #fb9816;
}
footer .social-bar li a:hover i {
  background-color: #cae502;
  color: #fff;
}
footer .f-logo {
  margin: 0;
  text-align: left;
  border-radius: 0;
  margin: 0 0 20px 0;
}
footer .f-logo img {
  max-width: 180px;
  border-radius: 10px;
}
footer .foot-wrap h4 {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #111;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 15px 0;
}
footer .foot-wrap h4:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #fb9816;
  border-radius: 10px;
}
footer .foot-wrap h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #fb9816;
  border-radius: 10px;
}
footer .foot-wrap h4 span {
  color: #111;
  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: "\f5eb";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cae502;
}
footer .foot-wrap .foot-list li:last-of-type {
  border: none;
}
footer .foot-wrap .foot-list li:nth-last-child(2) {
  border: none;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
}
footer .foot-wrap .foot-list li a:hover {
  color: #1ea9e2;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
  flex-shrink: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 5px 0;
  width: 100%;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-break: loose;
  font-weight: 500;
  font-size: 20px;
}
footer .foot-wrap .foot-contact li a span {
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
footer .foot-wrap .foot-contact li a strong {
  margin: 0 5px 0 0;
  color: #32afe8;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #1ea9e2;
}
footer .foot-wrap .foot-contact li.foot-num a {
  font-size: 28px;
}
footer .foot-wrap .foot-contact li.foot-num a span {
  font-size: 36px;
}
footer .foot-bar {
  background-color: #02497f;
  position: relative;
}
footer .foot-bar .fm-card {
  text-align: center;
  padding: 20px;
}
footer .foot-bar .fm-card a {
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  line-break: loose;
  font-weight: 500;
  font-size: 24px;
}
footer .foot-bar .fm-card a span {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #cae502;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
footer .foot-bar .fm-card a strong {
  margin: 0 5px 0 0;
  color: #1ea9e2;
}
footer .foot-bar .fm-card a:hover {
  color: #cae502;
}
footer .foot-bar .fm-card a:hover span {
  color: #fff;
}
footer .copy-r {
  padding: 35px 0;
  border-top: 1px solid rgba(50, 175, 232, 0.6);
  position: relative;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #111;
}
footer .copy-r .copy-contn strong {
  font-weight: 500;
}
footer .copy-r .copy-contn a {
  color: #32afe8;
  font-weight: 500;
}
footer .copy-r .copy-contn a:hover {
  color: #fb9816;
}

.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: #cae502;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*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: capitalize;
  text-align: center;
  background-color: #cae502;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  border-radius: 60px;
  display: inline-block;
}
.serv-single .book-btn a span {
  vertical-align: middle;
}
.serv-single .book-btn a:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5);
}
.serv-single .single-contn h2 {
  background-color: #1ea9e2;
  border-radius: 20px;
  color: #fff;
  padding: 15px;
}

.sngle:before {
  background-color: #1ea9e2;
}
.sngle .contact-form {
  padding: 50px;
  background-color: #32afe8;
  border-radius: 10px;
}
.sngle .contact-form h3 {
  padding: 10px;
  color: #fff;
  margin: 0 0 20px 0;
  border-radius: 10px;
  font-size: 24px;
}
.sngle .contact-form .form-wrap form .form-control,
.sngle .contact-form .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-control::-moz-placeholder, .sngle .contact-form .form-wrap form .form-select::-moz-placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-control::placeholder,
.sngle .contact-form .form-wrap form .form-select::placeholder {
  color: #fff;
}
.sngle .contact-form .form-wrap form .form-select option {
  color: #111;
}
.sngle .contact-form .form-wrap form .btn {
  display: inline-block;
  background-color: #fb9816;
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
}
.sngle .contact-form .form-wrap form .btn:hover {
  background-color: #1ea9e2;
}

/*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: #cae502;
  font-weight: 600;
}
.sngl .wa-card .wa-dtl ul li a:hover {
  color: #1ea9e2;
}
.sngl .wa-card .wa-dtl ul li a span {
  vertical-align: middle;
}

/*review page*/
.sngl .testi-main .testi-card {
  margin: 0 0 30px 0;
}
.sngl .testi-main .page-link {
  border-color: #eee !important;
  color: #eee !important;
}

/*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: #1ea9e2;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #fff;
}
.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: #111;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.faq-body .container .card .card-body ul {
  margin: 0 0 20px 0;
}

/*contact us page*/
.contact-body {
  padding: 50px 0 20px 0;
}
.contact-body .contact-dtl {
  padding: 0;
  margin: 0 0 30px 0;
}
.contact-body .contact-dtl h3 {
  background-color: #1ea9e2;
  padding: 10px;
  color: #fff;
  margin: 0 0 15px 0;
  border-radius: 0 50px 50px 0;
}
.contact-body .contact-dtl .contact-list {
  list-style: none;
  padding: 0;
}
.contact-body .contact-dtl .contact-list li {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #999;
}
.contact-body .contact-dtl .contact-list li:last-of-type {
  border: none;
}
.contact-body .contact-dtl .contact-list li a {
  font-size: 18px;
  font-weight: 600;
}
.contact-body .contact-dtl .contact-list li a:hover {
  color: #1ea9e2;
}
.contact-body .contact-dtl .contact-list li a span {
  margin: 0 10px 0 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #1ea9e2;
  position: relative;
}
.contact-body .contact-dtl .contact-list li a span:before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  top: 4px;
  border: 1px dashed #999;
  border-radius: 50%;
}
.contact-body .map-wrap {
  margin: 0 0 30px 0;
}

/*about page*/
.welcome-sec {
  padding: 50px 0;
}
.welcome-sec .welcome-wrap {
  padding: 0 0 30px 0;
}
.welcome-sec .welcome-wrap h2 {
  color: #1ea9e2;
  font-weight: 700;
}
.welcome-sec .welcome-wrap h2 small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #cae502;
  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 #1ea9e2;
  color: #1ea9e2;
  position: relative;
  z-index: 0;
  background-color: #1ea9e2;
  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: #cae502;
  z-index: -1;
}
.welcome-sec .welcome-wrap a:hover:before {
  transition: all 0.5s ease;
  left: -1px;
  right: -1px;
  opacity: 1;
}
.welcome-sec .welcome-wrap a:hover {
  color: #fff;
}

.form-wrap h3 {
  color: #1ea9e2;
  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::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #1ea9e2;
  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::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  background-color: #fb9816;
  padding: 20px 30px;
  color: #fff;
  border-radius: 20px;
  transition: 0.4s ease-in-out;
  border: none;
}
.form-wrap form .btn:hover {
  background-color: #1ea9e2;
}

/*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.5);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  margin: 0;
  background-color: #cae502;
  color: #111;
  border-radius: 20px;
}

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

/*contact us*/
.contact-body {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-body .container {
  position: relative;
}
.contact-body .ft-card {
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 0 10px 10px 10px;
  flex-direction: column;
  min-height: 142px;
  background-color: #eee;
  border-radius: 5px;
  justify-content: flex-start;
  border-top: 5px solid #cae502;
}
.contact-body .ft-card .icon-wrap {
  display: block;
  margin-top: -30px;
  margin-bottom: 20px;
}
.contact-body .ft-card .icon-wrap span {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 34px;
  background-color: #cae502;
  border-radius: 5px;
}
.contact-body .ft-card .ft-dtl {
  text-align: left;
}
.contact-body .ft-card .ft-dtl strong {
  text-transform: capitalize;
  color: #111;
  font-size: 16px;
  display: block;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #b22b2c;
  font-size: 18px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #b22b2c;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #1ea9e2;
}

.sub-contact {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(20, 69, 47, 0.1);
}
.sub-contact .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.sub-contact .form-wrap {
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.sub-contact .form-wrap .f-headings h3 {
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.sub-contact .form-wrap h4 {
  color: #1ea9e2;
}
.sub-contact .form-wrap .btn {
  border-radius: 5px;
}
.sub-contact .map-wrap {
  overflow: hidden;
}

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

header .main-head.fixed-top .logo-wrap img {
  width: 80px;
}

.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;
}/*# sourceMappingURL=custom.css.map */