/*!
Theme Name: Mountain Helicopters
Theme URI: https://thesparkdesign.com/
Author: DevlopArk
Author URI: https://thesparkdesign.com/
Description: A semantic, HTML5, Custom jQuery, Minimal WordPress Theme Designed and Developed by Catch Square.
Version: 2.0.1
License:Copyright &copy; 2023 Mountain helicopters.
Text Domain: Mountain helicopters
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, custom-post-type, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:before {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  color: #000000;
  outline: 0;
}

a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left,
.alignleft,
.floatleft {
  float: left;
}

.pull-right,
.alignright,
.floatright {
  float: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.625em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.125em;
}

.bold,
strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

.contentBig p {
  font-size: 20px;
  line-height: 34px;
}

blockquote {
  font-family: "Outfit", sans-serif;
  padding: 0 0 20px 40px;
}

sup,
sub {
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Keyframe Animations
--------------------------------------------------------------*/
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Icon 1 */
#nav-icon2 {
  width: 60px;
  height: 45px;
  margin-top: 25px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -webkit-transform: scale(0.449);
          transform: scale(0.449);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 17px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 35px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea,
form select {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  color: #333333;
  border: none;
  border-radius: 8px;
}

form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  padding: 10px 30px;
  line-height: normal;
  border: 2px solid;
  border-radius: 6px;
}

.getQuotes {
  position: relative;
}

.getQuotes form .wpcf7-response-output {
  border: none;
  color: #35c2ef;
  padding: 0;
}

.getQuotes form .wpcf7-not-valid-tip {
  color: #35c2ef;
  color: #35c2ef;
  font-weight: 300;
  font-size: 13px;
}

.bgImg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.2;
}

.packageContent figure {
  height: 355px;
  background-size: cover;
  background-position: center;
  position: relative;
  width: calc(100% + 8px);
  margin-left: -4px;
  margin-top: -4px;
}

.packageContent figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4b838c;
  opacity: 0.8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.packageContent figure a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
  opacity: 0;
}

.packageContent .details {
  padding: 20px;
  text-align: center;
}

.packageContent .details h6 {
  margin: 0;
  font-weight: 500;
}

.packageContent .details .titleWrapper {
  position: relative;
}

.packageContent .details .titleWrapper .tooltips {
  position: absolute;
  background: white;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 15px;
  top: -53px;
  z-index: 3;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  left: 10px;
}

.packageContent .details .titleWrapper .tooltips:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
}

.packageContent .details h4 {
  font-size: 24px;
  margin: 0;
}

.packageContent .details h4 a {
  color: #000000;
}

.packageContent .details label {
  text-transform: uppercase;
}

.packageContent .packageListDetails li {
  display: inline-block;
  margin-right: 15px;
}

.packageContent .packageListDetails li object {
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.packageContent .packageListDetails li object svg {
  fill: red;
}

.packageContent .packageListDetails li span {
  font-size: 18px;
  font-weight: 500;
}

.packageContent .box {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.packageContent .box:hover figure:after {
  opacity: 0.8;
}

.packageContent .box:hover figure a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all ease-in-out 0.2s;
  transition: 0.3s all ease-in-out 0.2s;
}

.packageContent .box:hover h4 a {
  color: #4b838c;
}

.packageContent .box:hover .details .titleWrapper .tooltips {
  opacity: 1;
  top: -43px;
}

.news h4 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.calltoaction .container {
  position: relative;
}

.calltoaction figure {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}

.calltoaction h2 {
  margin: 0;
}

.calltoaction h6 {
  font-family: "Grape Nuts", cursive;
  font-size: 45px;
  color: #ffffff;
  font-weight: 400;
}

.calltoaction p {
  color: #ffffff;
}

.activitiesListing {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.activitiesListing .activity {
  margin-bottom: 30px;
}

.activitiesListing .activity .box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: white;
}

.activitiesListing .activity figure {
  width: 180px;
  height: 185px;
  float: left;
  background-position: center;
  background-size: cover;
}

.activitiesListing .activity .contents {
  float: right;
  width: calc(100% - 180px);
  padding: 20px 0 20px 30px;
}

.activitiesListing .activity h4 {
  font-size: 24px;
  line-height: 32px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.activitiesListing .activity .date {
  position: absolute;
  left: calc(180px + 30px);
  bottom: 7px;
}

.activitiesListing .activity .viewMoreBtn {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #35c2ef;
  color: white;
  font-weight: 400;
  border-radius: 8px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
}

.activitiesListing .activity .viewMoreBtn:hover {
  background-color: #4b838c;
}

.activitiesListing {
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Style the tab content */
}

.activitiesListing .tabWrapper {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.activitiesListing .tab {
  display: inline-block;
}

.activitiesListing .tab button {
  background-color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px 0px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: 700;
}

.activitiesListing .tab button:hover,
.activitiesListing .tab button.active {
  color: #4b838c;
  position: relative;
}

.activitiesListing .tab button:hover:before,
.activitiesListing .tab button.active:before {
  content: "";
  display: block;
  background-color: #4b838c;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.activitiesListing .tabcontent {
  display: none;
}

.single-article .individualTitle {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  color: #333333;
}

.single-article .subBanner .sectionTitle {
  color: #333333;
  font-size: clamp(20px, 4vw, 36px);
  line-height: clamp(24px, 4vw, 50px);
  padding: 30px 0;
}

.single-article .activityInfo label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bdbdbd;
}

.moreactivities {
  border-top: 1px solid #e1e1e1;
  margin-top: 80px;
}

.activityGallery .owl-wrapper {
  width: 100%;
  overflow: hidden;
}

.activityGallery .owl-carousel {
  position: relative;
}

.activityGallery .owl-carousel:before, .activityGallery .owl-carousel:after {
  width: 350px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}

.activityGallery .owl-carousel:before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#4b838c), to(transparent));
  background-image: linear-gradient(to right, #4b838c, transparent);
}

.activityGallery .owl-carousel:after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#4b838c));
  background-image: linear-gradient(to right, transparent, #4b838c);
}

.activityGallery figure {
  background-size: cover;
  background-position: center;
  height: 480px;
}

.activityGallery .owl-nav {
  width: 100%;
}

.activityGallery .owl-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.activityGallery .owl-nav button span {
  display: none;
}

.activityGallery .owl-nav button.owl-prev {
  background-image: url(./../src/img/arrow-left.png);
  left: 20px;
  margin-right: 10px;
}

.activityGallery .owl-nav button.owl-next {
  background-image: url(./../src/img/arrow-right.png);
  right: 20px;
}

.activityGallery .owl-nav button:hover {
  background-color: none !important;
}

.activityGallery .owl-dots {
  display: none !important;
}

#awareness {
  background-color: #4b838c;
  color: white;
  position: relative;
}

#awareness .bgImage {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

#awareness .sectionTitle {
  color: white;
}

#awareness .awarenessListing {
  margin-bottom: 20px;
  padding-right: 50px;
}

#awareness .awarenessListing li {
  background: url(./../src/img/listing-icon.png) no-repeat left top;
  margin-bottom: 15px;
  padding-left: 40px;
}

.images-listing {
  position: relative;
  text-align: center;
}

.images-listing .imager {
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  width: 310px;
  height: 190px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  position: relative;
  z-index: 1;
}

.images-listing .imager:nth-child(2) {
  height: 260px;
  z-index: 2;
  width: 440px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.embed-container {
  border-radius: 8px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html,
body {
  width: 100%;
}

.post,
.page {
  margin: 0;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.bigger p {
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a:visited, a:focus {
  color: #333333;
  outline: none;
}

a:hover {
  color: #4b838c;
  text-decoration: none;
  outline: none;
}

.basePadding {
  padding-top: 150px;
  padding-bottom: 150px;
}

.basePadding.small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.basePadding.mid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.basePaddingBottom {
  padding-bottom: 200px;
}

.basePaddingBottom.small {
  padding-bottom: 50px;
}

.basePaddingBottom.mid {
  padding-bottom: 100px;
}

.basePaddingTop {
  padding-top: 200px;
}

.label {
  font-size: clamp(12px, 4vw, 18px);
  line-height: clamp(16px, 4vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.label.secondary {
  color: #35c2ef;
}

.sectionTitle {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 40px);
  line-height: clamp(24px, 4vw, 44px);
}

.sectionTitle.colored {
  color: #4b838c;
}

.sectionTitle.white {
  color: #ffffff;
}

.sectionLabel {
  margin-bottom: 10px;
}

.sectionLabel img {
  margin-bottom: 10px;
}

.sectionLabel .excerpt {
  margin-top: 10px;
}

.sectionLabel .excerpt p {
  font-size: 18px;
  line-height: 34px;
}

section.dark {
  color: #ffffff;
}

.titleDescription {
  padding: 0 13%;
}

.relative {
  position: relative;
}

.cursive {
  font-family: "Grape Nuts", cursive;
  font-size: 200px;
  opacity: 0.05;
  position: absolute;
  top: -150px;
  left: 0;
  line-height: 150px;
}

.cursive.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
}

.cursive.top {
  top: -30%;
  left: 0;
}

.topindex {
  position: relative;
  z-index: 10;
}

.mid-wrapper {
  max-width: 70%;
  margin: 0 auto;
}

.btn {
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  background: #4b838c;
  color: #ffffff !important;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.btn span {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
  background-image: linear-gradient(to right, transparent, black);
  opacity: 0.2;
  height: 100px;
  width: 150px;
  top: -40px;
  left: -180px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.btn:hover {
  background: #35c2ef;
}

.btn:hover span {
  left: 200px;
}

.btn.secondary {
  background: none;
  border-color: #4b838c;
  color: #4b838c !important;
}

.btn.secondary.white {
  border-color: #ffffff;
  color: #ffffff !important;
}

.btn.white {
  background: white;
  color: #4b838c !important;
}

.bg_dark {
  background-color: #4b838c;
}

.bg_dark .sectionTitle {
  color: #ffffff;
}

.titleWrapper {
  text-align: left;
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@-webkit-keyframes action {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08) !important;
}

.shadow.darker {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09) !important;
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.09) !important;
}

.subBanner {
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 50px black inset;
          box-shadow: 0 0 50px black inset;
  position: relative;
  min-height: 475px;
}

.subBanner.full {
  height: 100vh;
}

.subBanner.semifull {
  height: 90vh;
}

.subBanner.mid {
  height: 80vh;
}

.subBanner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4b838c;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.subBanner .container {
  position: relative;
  z-index: 2;
}

.subBanner .titleWrapper {
  margin-top: 100px;
}

.subBanner h2 {
  margin-bottom: 0;
}

.subBanner .sectionTitle {
  color: #ffffff;
  font-size: clamp(20px, 4vw, 44px);
  line-height: clamp(40px, 4vw, 60px);
}

.subBanner .label {
  font-family: "Grape Nuts", cursive;
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  line-height: clamp(28px, 4vw, 45px);
  font-size: clamp(20px, 4vw, 40px);
}

.breadcrumbs {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  left: 50%;
  background: #ffffff;
  border-radius: 50px;
  z-index: 3;
  font-size: 16px;
  padding: 15px 40px;
  color: #333333;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
  padding-left: 10px;
}

.entry-content ul li,
.entry-content ol li {
  text-decoration: none;
  list-style: disc;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
}

blockquote {
  font-style: normal;
  border-left: 3px solid #000000;
  padding: 0 0 0 15px;
  margin: 0 0 30px 0;
}

.noBg {
  background: none !important;
}

.abstractBg {
  background: url(./../src/img/line-background.png) right top no-repeat;
}

.container {
  max-width: 1140px;
}

.readmorebtn {
  font-size: 16px;
  letter-spacing: 3px;
  color: #4b838c;
  text-transform: uppercase;
}

.entry-content p strong {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

.summaryText blockquote {
  background-color: #4b838c;
  border: none;
  padding: 30px;
}

.summaryText blockquote p {
  color: #ffffff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

/*--------------------------------------------------------------
# Bootstrap Resets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#masthead .container {
  position: relative;
}

#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#primary-menu li {
  font-weight: 700;
}

#primary-menu li a {
  text-transform: uppercase;
  padding: 20px 15px;
  display: block;
  color: #ffffff;
  position: relative;
}

#primary-menu li a:after {
  height: 5px;
  background: #4b838c;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.logo-wrapper {
  background-color: white;
  text-align: center;
  padding: 10px 0;
  width: calc(100% + 10px);
}

.logo-wrapper a {
  display: block;
}

.site-branding {
  padding: 0;
  height: 70px;
}

.infobar {
  position: absolute;
  color: white;
  left: 120px;
  font-size: 13px;
  padding: 6px 0;
}

.hamburger {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  background-color: #4b838c;
  color: white;
}

footer#colophon .footer-logo {
  display: inline-block;
  background: white;
  padding: 5px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

footer#colophon .address {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

footer#colophon .payment h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

footer#colophon .payment li {
  display: inline-block;
  margin-right: 10px;
}

footer#colophon .payment li img {
  max-height: 50px;
  width: auto;
}

footer#colophon .menu li a {
  font-size: 14px;
  line-height: 28px;
  color: white;
  font-weight: 700;
}

.footer-topBar {
  padding: 20px 0;
  font-size: 18px;
  padding-top: 80px;
}

.footer-topBar .caption {
  text-align: center;
}

.footer-topBar .caption h4,
.footer-topBar .caption h6 {
  margin: 0;
}

.footer-topBar .caption h4 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 40px;
}

.footer-topBar .caption h6 {
  font-size: 16px;
  font-weight: 500;
}

.footer-topBar .socialmedia {
  text-align: center;
  margin-top: 15px;
}

.footer-topBar .socialmedia a {
  display: inline-block;
  padding: 0 5px;
}

.footer-topBar .socialmedia img:hover {
  -webkit-filter: sepia(60%) saturate(3461%) hue-rotate(321deg) brightness(98%) contrast(91%);
          filter: sepia(60%) saturate(3461%) hue-rotate(321deg) brightness(98%) contrast(91%);
}

.footer-topBar li {
  display: inline-block;
  margin-right: 30px;
}

.footer-topBar li img {
  margin-right: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer-topBar .info img {
  margin-right: 5px;
}

.payment {
  display: block;
}

.site-info {
  padding: 0 0 20px 0;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05);
}

.site-info a,
.site-info span {
  color: #ffffff;
  font-weight: 700;
}

.infoBar {
  text-align: center;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
}

.infoBar p {
  font-weight: 700;
  margin: 0;
}

.infoBar a {
  color: #4b838c;
  text-decoration: underline;
}

.footer-wrapper {
  padding-top: 60px;
  font-size: 16px;
  max-width: 80%;
  font-weight: 400;
  margin: 0 auto;
}

.footer-wrapper figure {
  margin-bottom: 20px;
}

.footer-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
}

.footer-menu #explore-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
}

.footer-menu #explore-menu a {
  font-size: 14px;
  padding: 20px 10px;
  display: block;
}

.footer-menu #explore-menu a:hover {
  color: #35c2ef;
}

/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
#banner {
  position: relative;
  height: 850px;
  background-color: #4b838c;
  overflow: hidden;
  z-index: 3;
  padding-bottom: 200px;
}

#banner:after {
  display: block;
  content: "";
  background-color: white;
  width: 100%;
  height: 106px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#banner .backgroundImager {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

#banner .bannerInfos {
  color: white;
}

#banner #curved {
  width: 45%;
  height: 280px;
  left: -110px;
  bottom: 105px;
  overflow: hidden;
  position: absolute;
}

#banner #curved:before {
  bottom: 0;
  left: 0;
  -webkit-box-shadow: -450px 50px 0 0 white;
          box-shadow: -450px 50px 0 0 white;
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}

#banner #curved1 {
  width: calc(60% + 50px);
  height: 550px;
  right: 0;
  bottom: 105px;
  overflow: hidden;
  position: absolute;
}

#banner #curved1:before {
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 570px 110px 0 0 white;
          box-shadow: 570px 110px 0 0 white;
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}

#banner .circular_slider {
  position: absolute;
  width: 730px;
  height: 730px;
  right: -125px;
  top: -90px;
  z-index: 10;
}

#banner .circular_slider .owl-item,
#banner .circular_slider .owl-stage,
#banner .circular_slider .owl-stage-outer {
  height: 100%;
  width: 100%;
}

#banner .circular_slider .owl-nav,
#banner .circular_slider .owl-dots {
  display: none;
}

#banner .circular_slider:before {
  background-color: #35c2ef;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -4px;
  bottom: -30px;
  border-radius: 500px;
  z-index: 2;
}

#banner .circular_slider .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 500px;
  z-index: 3;
  position: relative;
}

#banner .circular_slider .imager {
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
}

#banner .container {
  height: 100%;
  position: relative;
}

#banner .container .bannerInfos {
  top: 35%;
  position: relative;
}

#banner .descriptionWrapper {
  max-width: 600px;
  position: relative;
}

#banner .descriptionWrapper:before {
  display: block;
  content: "";
  height: 5px;
  width: 180px;
  border-radius: 50px;
  background-color: white;
  margin-bottom: 20px;
}

#banner .descriptionWrapper p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.arrow {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAMFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAv3aB7AAAAD3RSTlMAGNe9CgcGtbOytLe2f5VrjfCKAAADsElEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDZpRvTiIEYiMLkzivb65/Xf7eBLSFkYAQzDUjwvS6rZ3N9LduekvuffFOAq/+Xs+T+pABffzhL7p8CfP3FBdQB3gXEH45S+psXEP9VgM7fvoD4rwJ0/v4FxF9TQE1IAT38YZbcPwV4+YsLGBNSQB9/mONf/XdIAZ38YR9y/xTg678KkPunAF//VYDcPwU4+IsLGDekgI7+cA+5fwow8hcUsPxTgLG/uIBxQQro6w/XEPinABd/bQHLPwUY+6sLeCEFdPeH989Hfj4poL//55ddOqgCAIQBKKT9S5vB294+GeAeA/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbM9DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAP//AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwPm+hvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA34Bd/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvQMXfAP4G8DeAvwH8DeBvQNPfAP4G8Deg7G8AfwPa/gbE/Q2I+xvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gYs8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbs9zeAvwH8DeBvAH8D+BvA3wD+BvT8DeBvAH8D+BvQ9TeAvwFtfwPi/gbwf+3BsQAAAADAIH/rYeypAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAUHBYk13Z7LTsAAAAASUVORK5CYII=);
  background-size: contain;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#whatWeDo {
  background-color: #f2f2f2;
}

.whatWeDo_listing {
  margin-top: 60px;
}

.whatWeDo_listing .box {
  min-height: 380px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}

.whatWeDo_listing .box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4b838c));
  background-image: linear-gradient(transparent, #4b838c);
}

.whatWeDo_listing .box .icons {
  width: 55px;
  height: 55px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
  background-color: #4b838c;
  background-image: url(./../src/img/icon1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.whatWeDo_listing h4 {
  color: white;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  padding: 0 5%;
  z-index: 2;
}

.whatWeDo_listing li:nth-child(2) .box .icons {
  background-image: url(./../src/img/icon2.png);
  background-color: #ffac00;
}

.whatWeDo_listing li:nth-child(3) .box .icons {
  background-image: url(./../src/img/icon3.png);
  background-color: #ff2e24;
}

.informativeCircles {
  position: absolute;
  bottom: 105px;
  left: 0;
  z-index: 2;
}

.informativeCircles figure {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 8px solid #4b838c;
  margin-left: 25px;
  position: relative;
  overflow: hidden;
  padding: 4px;
  background: white;
}

.informativeCircles figure:nth-child(1) {
  bottom: 0px;
}

.informativeCircles figure:nth-child(2) {
  bottom: -65px;
}

.informativeCircles figure:nth-child(3) {
  bottom: -85px;
}

.informativeCircles figure:nth-child(4) {
  bottom: -105px;
}

.informativeCircles figure:nth-child(5) {
  bottom: -75px;
}

.informativeCircles figure:nth-child(6) {
  bottom: -40px;
}

#counter {
  padding: 50px 0;
  text-align: center;
}

#counter .counterList {
  border-radius: 20px;
  height: 100%;
  padding: 40px 20px;
  background-size: cover;
  position: relative;
}

#counter .counterList .title,
#counter .counterList .text {
  position: relative;
  padding: 0 20px;
  z-index: 2;
}

#counter .counterList .title {
  color: #4b838c;
  font-size: clamp(40px, 3vw, 80px);
  font-weight: 700;
  line-height: 40px;
}

#counter .counterList .text {
  margin-top: 20px;
  font-size: clamp(20px, 10vw, 30px);
  line-height: 34px;
  color: #4b838c;
  font-weight: 700;
}

#counter .center .counterList {
  position: relative;
}

#counter .center .counterList:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 11px;
  height: 179px;
  background-image: url(./../src/img/shadow-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

#counter .center .counterList:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 11px;
  height: 179px;
  background-image: url(./../src/img/shadow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

#aboutContent .imager {
  width: 100%;
  height: 100%;
  position: relative;
}

#aboutContent .imager:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  left: -40px;
  bottom: -40px;
  z-index: 1;
}

#aboutContent figure {
  position: absolute;
  height: 100%;
  display: block;
  background-size: cover;
  position: relative;
  z-index: 2;
}

#carouselFade {
  background-color: grey;
}

.mainSlider {
  background: black;
}

.carousel-caption {
  z-index: 3;
  bottom: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

#coverage {
  position: relative;
}

.mapImager {
  width: 49%;
  position: absolute;
  left: 3cqmin;
  top: 0;
}

#videoSection iframe {
  min-width: 1024px;
  min-height: 576px;
  border-radius: 20px;
}

.comma {
  margin-bottom: 50px;
}

.owl-theme .owl-dots {
  margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 6px;
  margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  height: 6px;
  background-color: #4b838c;
}

.lab-image .imager {
  width: 19%;
  text-align: center;
  display: inline-block;
}

.lab-image .imager figure {
  background-size: cover;
  background-position: center;
  display: inline-block;
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 0.5);
}

.lab-image .imager h6 {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}

#aboutJata .cursive {
  top: -90px;
  left: -40px;
}

#aboutJata .sectionTitle {
  font-size: 20px;
  line-height: 34px;
}

#aboutJata label {
  font-family: "Grape Nuts", cursive;
  font-size: 45px;
}

#aboutJata ul li {
  font-size: 20px;
  line-height: 34px;
  background: url(../src/img/list-icon.png) no-repeat left center;
  padding-left: 39px;
  margin-bottom: 2px;
}

.subBanner.aboutPage .titleWrapper {
  margin-bottom: 0 !important;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.subBanner.aboutPage .sectionTitle {
  background-color: #ffffff;
  border-radius: 50px;
  color: #4b838c;
  width: auto;
  display: inline-block;
  padding: 0 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 2;
}

.subBanner.aboutPage label {
  font-size: clamp(16px, 4vw, 24px);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #4b838c;
  padding: 50px 20px 30px 20px;
  line-height: clamp(24px, 4vw, 34px);
}

.aboutUsPage .whatWeDo_listing .column {
  display: inline-block;
  margin-bottom: 25px;
}

.aboutUsPage .whatWeDo_listing .column:nth-child(1), .aboutUsPage .whatWeDo_listing .column:nth-child(4) {
  width: 40%;
}

.aboutUsPage .whatWeDo_listing .column:nth-child(2), .aboutUsPage .whatWeDo_listing .column:nth-child(3) {
  width: 60%;
}

#history .intro {
  max-width: 800px;
  margin: 0 auto;
}

#history .intro strong {
  font-size: 20px;
  font-weight: 400;
}

#history .logos {
  background-color: #bdbdbd;
}

#history .logos figure {
  min-height: 100px;
}

#history .logos a {
  display: block;
}

#history .logos .column {
  padding: 100px 0;
}

#history .logos .column h2 {
  font-size: 30px;
  margin: 0;
}

#history .logos .column1 {
  background: #e0e0e0;
}

#history .logos .column2 {
  background: #bdbdbd;
}

#history .headquaterHistory figure {
  height: 100%;
  background-size: cover;
  display: block;
  width: 100%;
  background-position: center;
}

#history .headquaterHistory .textColumn {
  background-color: #e0e0e0;
}

#history .headquaterHistory .countWrapper {
  width: 80%;
  padding: 75px;
}

#history .headquaterHistory .countings {
  text-align: center;
}

#history .headquaterHistory .countings aside {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #4b838c;
  text-align: center;
  padding: 20px 40px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, rgba(0, 0, 0, 0), #4b838c, rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(#4b838c), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to top, rgba(0, 0, 0, 0), #4b838c, rgba(0, 0, 0, 0)) 1 100%;
  border-right: none;
}

#history .headquaterHistory .countings aside:first-child {
  border: none;
}

#history .headquaterHistory .countings aside h2 {
  font-size: 44px;
  color: #4b838c;
  line-height: 30px;
  margin: 0;
}

#history .headquaterHistory .historyText p {
  font-size: 20px;
}

.aboutPageTeam .packageContent figure {
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
  width: 100%;
  margin: 0;
}

.aboutPageTeam .packageContent .details h4 {
  font-size: 16px;
}

.moreAbout {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left center;
  background-attachment: fixed;
}

.benefitsList .box {
  background: white;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.benefitsList .box figure {
  display: inline-block;
  width: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.benefitsList .box h6 {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  width: calc(100% - 65px);
}

.benefitsList .box span {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(black));
  background-image: linear-gradient(to right, transparent, black);
  opacity: 0.1;
  height: 220px;
  width: 150px;
  top: -40px;
  left: -180px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: 0.001s all ease-in-out;
  transition: 0.001s all ease-in-out;
}

.benefitsList .box:hover span {
  left: 300px;
  -webkit-transition: 0.9s all ease-in-out;
  transition: 0.9s all ease-in-out;
}

.heliSection figure {
  position: relative;
  text-align: center;
}

.heliSection label {
  font-size: clamp(60px, 12vw, 160px);
  line-height: clamp(120px, 12vw, 230px);
  text-transform: uppercase;
  color: #4b838c;
  opacity: 0.1;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.heliSection img {
  -webkit-animation: action 1.5s infinite alternate;
          animation: action 1.5s infinite alternate;
}

.heliSection .contents {
  text-align: center;
  padding: 0 5%;
}

.heliSection .contents p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 60px;
}

.heliSection .contents p strong {
  color: #4b838c;
}

.alliances {
  text-align: center;
  position: relative;
}

.alliances .title {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background: #ffffff;
  border-radius: 50px;
  z-index: 3;
  font-size: 18px;
  padding: 15px 60px;
  color: #4b838c;
  font-weight: 700;
  text-transform: uppercase;
}

.alliances .allianceListing {
  padding: 70px 0;
  -webkit-box-shadow: inset 0 -80px 110px rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 -80px 110px rgba(0, 0, 0, 0.03);
}

.alliances .allianceListing li {
  display: inline-block;
  padding: 0 30px;
}

.alliances .allianceListing li img {
  max-width: 150px;
  height: auto;
  max-height: 70px;
}

.alliances .allianceListing.singlePage {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alliances .allianceListing.singlePage li {
  margin-bottom: 30px;
}

.alliances .allianceListing.singlePage li img {
  max-width: 240px;
  max-height: 150px;
}

.projectContent .sectionTitle {
  color: #4b838c;
}

.projectContent .subTitle {
  line-height: 30px;
}

.innerContent {
  background-color: #ffffff;
  margin-top: -100px;
  padding: 40px;
}

.slogan {
  background-color: #f2f2f2;
  padding: 30px;
}

.projectBanner.subBanner .titleWrapper {
  top: -45px;
  position: relative;
}

#jataActivities {
  background-color: #4b838c;
  color: #ffffff;
  background-position: right top;
  background-repeat: no-repeat;
}

#jataActivities .activitiesContent p {
  font-size: 20px;
}

.categoryListing li {
  width: calc(25% - 22px);
  display: inline-block;
  margin-left: 25px;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.categoryListing li:before {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(black));
  background-image: linear-gradient(to left, transparent, black);
  opacity: 0.07;
  height: 140%;
  width: 150px;
  top: -20px;
  left: 50%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  content: "";
  display: block;
  position: absolute;
}

.categoryListing li:after {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background-color: #4b838c;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.categoryListing li:first-child {
  margin-left: 0;
}

.categoryListing li a {
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  position: relative;
  z-index: 2;
  padding: 35px 35px;
}

.categoryListing li.active a {
  color: #ffffff;
}

.categoryListing li.active:after {
  height: 100%;
}

.categoryListing li:hover a {
  color: #ffffff;
}

.categoryListing li:hover:after {
  height: 100%;
}

.servicesSingle .subBanner h2 {
  max-width: 50%;
}

.servicesSingle .subBanner .titleWrapper {
  margin-top: 0;
  margin-bottom: 55px;
}

.servicesSingle .breadcrumbsWrapper .container {
  position: relative;
}

.servicesSingle .breadcrumbs {
  left: 0;
  -webkit-transform: translateX(0) translateY(50%);
          transform: translateX(0) translateY(50%);
}

.servicesSingle .packageHighlightsDetail {
  background-color: #4b838c;
  color: #ffffff;
  padding: 50px 0 20px;
}

.servicesSingle .detailListing aside {
  padding: 0 20px 0 70px;
  position: relative;
}

.servicesSingle .detailListing aside.fleetList span {
  position: relative;
}

.servicesSingle .detailListing aside.fleetList span:before {
  display: inline-block;
  content: "/";
  margin: 0 5px 0 2px;
}

.servicesSingle .detailListing aside.fleetList span:first-child:before {
  display: none;
}

.servicesSingle .detailListing aside:before {
  content: "";
  display: inline-block;
  background-image: url(./../src/img/divider.png);
  background-repeat: no-repeat;
  width: 2px;
  height: 63px;
  position: absolute;
  left: -10px;
  top: 0;
}

.servicesSingle .detailListing aside figure {
  position: absolute;
  left: 30px;
  top: 10px;
}

.servicesSingle .detailListing aside figure object {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.servicesSingle .detailListing aside:first-child {
  padding-left: 50px;
}

.servicesSingle .detailListing aside:first-child:before {
  display: none;
}

.servicesSingle .detailListing aside:first-child figure {
  left: 10px;
}

.servicesSingle .detailListing aside label {
  font-size: 18px;
  font-weight: 500;
}

.servicesSingle .detailListing aside h6 {
  font-size: 16px;
  font-weight: 300;
}

.navigateLinks {
  position: sticky;
  top: 100px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.navigateLinks li {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navigateLinks li a {
  padding: 15px 30px;
  display: block;
  position: relative;
  z-index: 2;
}

.navigateLinks li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
  background-image: linear-gradient(to right, black, transparent);
  width: 60%;
  height: 100%;
  top: 0;
  opacity: 0.03;
  z-index: 1;
}

.navigateLinks li:hover, .navigateLinks li.active {
  background: #35c2ef;
}

.navigateLinks li:hover a, .navigateLinks li.active a {
  color: black;
}

.navigateDetails {
  position: relative;
  z-index: 2;
}

.navigateDetails p {
  text-align: justify;
}

.navigateDetails hr {
  border-color: #e8e8e8;
  margin: 45px 0;
}

.navigateDetails ul,
.navigateDetails ol {
  padding-left: 30px;
}

.navigateDetails ul li,
.navigateDetails ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  list-style: disc;
  margin-bottom: 3px;
}

.singleCalltoaction .calltoaction {
  padding: 35px !important;
  border-radius: 10px;
  padding-bottom: 135px !important;
}

.singleCalltoaction .calltoaction figure {
  position: absolute;
  width: auto;
  right: -50px;
  left: -50px;
  bottom: -170px;
  top: inherit;
}

.singleCalltoaction .calltoaction .col-lg-8,
.singleCalltoaction .calltoaction .col-lg-4 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}

.singleCalltoaction .calltoaction h2 {
  font-size: 30px;
  line-height: 35px;
}

.contactUsSection {
  background: #4b838c;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.contactUsSection h4 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  line-height: 30px;
}

.contactUsSection img {
  position: absolute;
  right: -30px;
  top: -16px;
  max-width: 44%;
}

#pricing {
  background-color: #f2f2f2;
  padding: 40px;
}

#fleets .box {
  background-color: #f2f2f2;
  padding: 25px;
}

#photos a {
  display: block;
}

#photos .galleryListing {
  background-size: cover;
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.buttons-package a {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 10px;
}

.buttons-package a:hover {
  color: #ffffff;
  background-color: #4b838c;
}

.sidebarPackageListing {
  margin-top: 70px;
}

.sidebarPackageListing .box {
  border-radius: 8px;
  text-align: right;
  margin-bottom: 15px;
  overflow: hidden;
}

.sidebarPackageListing .box figure {
  background-size: cover;
  background-position: left center;
  position: relative;
}

.sidebarPackageListing .box figure a {
  position: relative;
  z-index: 3;
  font-size: 21px;
}

.sidebarPackageListing .box figure:before {
  display: block;
  content: "";
  position: absolute;
  width: 125%;
  right: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#f1f1f1));
  background-image: linear-gradient(to right, transparent, #f1f1f1);
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.sidebarPackageListing .box figure:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background: #4b838c;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.sidebarPackageListing .box figure:hover a {
  color: #ffffff;
}

.sidebarPackageListing .box figure:hover:after {
  opacity: 0.8;
}

.sidebarPackageListing .box h4 {
  margin: 0 0 0 auto;
  padding: 30px;
  font-size: 25px;
  line-height: 27px;
}

.sidebarPackageListing .box a {
  padding: 0;
  display: block;
  position: relative;
  z-index: 2;
  color: black;
}

.sidebarPackageCategory ul {
  padding: 0;
}

.sidebarPackageCategory ul li {
  list-style: none;
  margin-bottom: 4px;
  border-radius: 3px;
}

.sidebarPackageCategory ul li a {
  padding: 13px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: black;
  background: #e1e1e1;
}

.sidebarPackageCategory ul li a:hover {
  background: #4b838c;
  color: white;
}

.testimonials {
  background-size: cover;
  background-position: center;
  padding-top: 300px;
  position: relative;
  margin-top: -250px;
  z-index: 1;
}

.testimonials.noTransform {
  margin-top: 0;
  padding-top: 150px;
}

.testimonials:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
}

.testimonials:after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent));
  background-image: linear-gradient(white, transparent);
  width: 100%;
  height: 300px;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.testimonials .innerWrapper {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .box {
  position: relative;
}

.testimonials .box .details {
  text-align: center;
  border-radius: 5px;
}

.testimonials .box .details p {
  font-family: "Grape Nuts", cursive;
  font-size: 28px;
  line-height: 40px;
}

.testimonials .box .details h4,
.testimonials .box .details h6 {
  margin-bottom: 0;
}

.testimonials .box .details h4 {
  color: #4b838c;
  font-size: 19px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 40px;
}

.testimonials .box .details h6 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.packageListing.team .packageContent .details h4 {
  color: #4b838c;
}

.packageListing.team .packageContent .details label {
  font-size: 18px;
  color: #000000;
}

.packageListing.team .box:hover h4 {
  color: #4b838c;
}

.packageListing.team .box:hover figure:after {
  opacity: 0.2;
}

.packageListing.team .packageContent figure {
  border-radius: 10px;
  overflow: hidden;
}

.packageListing.team.grey {
  background: #f2f2f2;
}

.packageListing.team.grey .box {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  border: none;
}

.packageListing.team.grey figure {
  height: 245px;
  border-radius: 50%;
  overflow: hidden;
  width: 245px;
  margin: 0 auto;
}

.packageListing.team.grey .details h4 {
  font-size: 22px;
}

#joinTeam {
  background-color: #4b838c;
  background-position: right top;
  background-repeat: no-repeat;
}

#joinTeam .caption {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 18px;
}

#joinTeam .excerpt {
  max-width: 70%;
}

#joinTeam .excerpt p {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}

#joinTeam .box {
  background-image: url(../img/job-thumbnail.png);
  background-color: #44767e;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
}

#joinTeam .box .jobTitle {
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  bottom: 15%;
  width: 100%;
}

#joinTeam .box .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(50%);
          transform: translateX(-50%) translatey(50%);
}

#joinTeam .resume {
  margin-top: 150px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#joinTeam .resume .sectionTitle {
  margin-bottom: 0;
}

#joinTeam .resume h6 {
  font-size: 20px;
  font-weight: 600;
}

.resumePopup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}

.resumePopup:before {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.resumePopup p,
.jataForm p {
  margin: 0;
}

.resumePopup input[type="text"],
.resumePopup input[type="number"],
.resumePopup input[type="email"],
.jataForm input[type="text"],
.jataForm input[type="number"],
.jataForm input[type="email"] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.resumePopup label,
.jataForm label {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}

.resumePopup input[type="submit"],
.jataForm input[type="submit"] {
  border: none;
  background: #4b838c !important;
}

.resumePopup .attachment,
.jataForm .attachment {
  border: 1px dashed #e1e1e1;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
}

.resumePopup .attachment label,
.jataForm .attachment label {
  margin: 0;
}

.resumePopup .innerWrapper,
.jataForm .innerWrapper {
  position: absolute;
  width: 700px;
  max-width: 80%;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translatey(10%);
          transform: translateX(-50%) translatey(10%);
}

.resumePopup .innerWrapper .close,
.jataForm .innerWrapper .close {
  background: #35c2ef;
  padding: 10px;
  position: absolute;
  right: -50px;
  top: 10px;
  width: 50px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.resumePopup .innerWrapper .close:hover,
.jataForm .innerWrapper .close:hover {
  opacity: 1;
}

.resumePopup .innerWrapper h4,
.jataForm .innerWrapper h4 {
  color: #4b838c;
  margin: 0;
}

.resumePopup .innerWrapper span.label,
.jataForm .innerWrapper span.label {
  font-family: "Grape Nuts", cursive;
  color: #000000;
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 400;
}

.bookPage {
  background-color: #f2f2f2;
}

.bookPage form input,
.bookPage form select {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.bookPage form .btn.secondary {
  border: none;
  color: white !important;
  background-color: #4b838c;
}

.bookPage .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.careerDetails .titling p {
  font-size: clamp(20px, 4vw, 64px);
  line-height: clamp(20px, 4vw, 64px);
  color: #000000;
  font-weight: 700;
}

.careerDetails .titling p strong {
  color: #4b838c;
}

.careerDetails .details p {
  font-size: clamp(16px, 4vw, 30px);
  line-height: clamp(24px, 4vw, 45px);
  font-weight: 700;
  color: #000000;
}

.careerLists .box {
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.careerLists .box:before {
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(to bottom, transparent, black);
}

.careerLists .box h6 {
  color: white;
  text-align: center;
  font-size: 30px;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.faqListing .accordion {
  color: #000000;
  cursor: pointer;
  padding: 18px 55px 18px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: none;
  font-weight: 700;
  position: relative;
}

.faqListing .accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background-color: #5ec2a7;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
}

.faqListing .active:after {
  content: "\2212";
}

.faqListing .panel {
  padding: 0 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.faqListing .accordionParent {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}

.contactDetails .aside {
  position: relative;
  padding-left: 40px;
}

.contactDetails .aside figure {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.lowerContent .box {
  padding: 35px 25px;
  background: url(./../src/img/rectangle-29.png) no-repeat 115% center;
  background-size: 55%;
}

.lowerContent .box h4 {
  color: #4b838c;
  font-size: 24px;
  margin: 0 0 10px;
}

.lowerContent .box h6 {
  font-size: 15px;
  margin: 0;
}

.lowerContent .box p {
  margin: 0;
}

.contactForm {
  padding: 50px;
  background-color: white;
}

.singlePage .projectBanner {
  height: 80vh;
}

.singlePage .subBanner:after {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(to bottom, transparent, black);
  opacity: 0.5;
  width: 100%;
  bottom: 0;
  left: 0;
}

.singlePage .subBanner .container,
.singlePage .subBanner .row {
  position: relative;
  height: 100%;
}

.singlePage .subBanner .titleWrapper {
  margin: 0;
  position: absolute;
  bottom: 0;
}

.newsBanner {
  padding-top: 150px;
}

.newsBanner h2 {
  font-size: clamp(16px, 4vw, 40px);
  line-height: clamp(22px, 4vw, 50px);
  border-bottom: 1px solid #e1e1e1;
  padding: 25px 0;
}

.blogListing {
  background-color: #f5f5f5;
}

.blogListing .box {
  background-color: white;
  border: 5px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blogListing .box:hover {
  border: 5px solid #4b838c;
}

.blogListing .box .content {
  padding: 20px;
}

.blogListing .box figure {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blogListing .box figure .date {
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.blogListing .box h5 {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogListing .box h5 a {
  color: #333333;
}

.blogListing .box h5 a:hover {
  color: #4b838c;
}

.blogListing .box .readBtn {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  display: block;
  font-weight: 700;
}

.coverageDetails figure {
  margin: 70px 0;
}

.dotsCenterBox {
  background-color: #efefef;
}

.dotsCenterBox .tableHeader {
  background-color: #4b838c;
  color: white;
  padding: 15px 20px;
  font-size: 24px;
  margin: 0;
}

.dotsCenterBox .dotsListing {
  padding: 15px 20px 15px 40px;
  font-size: 20px;
  line-height: 34px;
}

.dotsCenterBox .dotsListing li {
  list-style: decimal;
}

.additionalInfo {
  background: #f2f2f2;
}

.galleryListing .box {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.galleryListing .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background-color: #4b838c;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.galleryListing .box:hover:before {
  opacity: 0.8;
}

.galleryListing .contents {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.galleryListing .contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
}

.galleryListing .contents h4 {
  font-size: 20px;
  position: relative;
  z-index: 3;
  margin: 0;
  color: white;
}

.galleryListing .contents h4 a {
  display: block;
}

.galleryBanner {
  background: url(./../src/img/blacklines.png) right top no-repeat #4b838c;
  padding-top: 170px !important;
  padding-bottom: 30px;
  height: auto !important;
}

.galleryBanner .slide .imager {
  border: 15px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.galleryBanner .slide figure {
  min-height: 400px;
  width: 100%;
  background-size: cover;
}

.galleryBanner .slide .contents {
  color: #ffffff;
}

.galleryBanner .slide .contents h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.galleryBanner .slide .contents h4 a {
  color: #ffffff;
}

.galleryBanner .owl-nav {
  position: absolute;
  left: 30px;
  bottom: 45px;
}

.galleryBanner .owl-nav button {
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.galleryBanner .owl-nav button span {
  display: none;
}

.galleryBanner .owl-nav button.owl-prev {
  background-image: url(./../src/img/arrow-left.png);
  margin-right: 10px;
}

.galleryBanner .owl-nav button.owl-next {
  background-image: url(./../src/img/arrow-right.png);
}

.galleryBanner .owl-nav button:hover {
  background-color: #4b838c !important;
}

.singlePage .subBanner.gallery:after {
  height: 40%;
  opacity: 0.8;
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b838c), to(transparent));
  background-image: linear-gradient(to bottom, #4b838c, transparent);
}

.post-edit-link {
  display: none;
}

/*--------------------------------------------------------------
# Responsive css
--------------------------------------------------------------*/
/*$laptop:"screen and (max-width: 1200px)";
$desktop:"screen and (max-width: 991px)";
$tablet:"screen and (max-width: 768px)";
$mobile:"screen and (max-width: 575px)";
$midmobile:"screen and (max-width: 479px)";
$smallmobile:"screen and (max-width: 400px)";
$minimobile:"screen and (max-width: 300px)";*/
@media screen and (max-width: 1800px) {
  .informativeCircles figure {
    margin-left: 15px;
  }
  #banner .circular_slider {
    width: 650px;
    height: 650px;
  }
  #history .headquaterHistory .countings {
    text-align: left;
  }
  #history .headquaterHistory .countings aside {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1600px) {
  #history .headquaterHistory .countWrapper {
    width: 95%;
    padding: 50px 30px;
  }
  #history .headquaterHistory .countings aside {
    padding: 10px 20px;
  }
  #history .headquaterHistory .countings aside h2 {
    font-size: 30px;
    line-height: 20px;
  }
  .informativeCircles {
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    text-align: center;
  }
  .informativeCircles figure {
    height: 140px;
    width: 140px;
    padding: 2px;
    border-width: 2px;
    bottom: 0 !important;
  }
  #primary-menu li a {
    padding: 20px 10px;
  }
  #banner {
    height: 700px;
  }
  #banner #curved1 {
    height: 290px;
  }
  #banner #curved,
  #banner #curved1 {
    display: none;
  }
  #banner .circular_slider {
    width: 550px;
    height: 550px;
    top: -100px;
    right: -105px;
  }
  .cursive {
    font-size: 130px;
  }
  .cursive.top {
    top: -24%;
  }
  #banner .circular_slider {
    width: 400px;
    height: 400px;
    top: -20px;
    right: -75px;
  }
  #banner .circular_slider:before {
    bottom: -15px;
    left: 7px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 95%;
  }
  .informativeCircles {
    width: 100%;
  }
  .lab-image .imager {
    width: 27%;
  }
  #banner:after {
    display: none;
  }
  #banner .backgroundImager {
    display: none;
  }
  #banner .container {
    padding: 50px;
  }
  #banner .container .bannerInfos {
    z-index: 999;
  }
  #primary-menu li a {
    padding: 15px 7px;
  }
  #counter {
    padding: 15px 0;
  }
  #counter .counterList {
    text-align: center;
  }
  .testimonials .testimonialList .box .details {
    padding-left: 90px;
  }
  .testimonials .testimonialList .box .figure .imager {
    width: 120px;
    height: 120px;
  }
  .testimonials .testimonialList .box .figure .quotesIcon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #banner .slide {
    height: 80vh;
  }
  .categoryListing li a {
    font-size: 22px;
    line-height: 28px;
    padding: 35px 40px;
  }
  .servicesSingle .detailListing aside {
    padding: 0 20px 0 36px;
  }
  .servicesSingle .detailListing aside:first-child {
    padding-left: 45px;
  }
  .servicesSingle .detailListing aside figure {
    left: 0;
    width: 25px;
  }
  .navigateLinks {
    top: 87px;
  }
  .singleCalltoaction .calltoaction {
    padding: 20px !important;
    padding-bottom: 20px !important;
  }
  .singleCalltoaction .calltoaction figure {
    display: none;
  }
  .sidebarPackageListing {
    margin-top: 30px;
  }
  .sidebarPackageListing .box h4 {
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  #counter .counterList .text {
    font-size: clamp(14px, 10vw, 16px);
    line-height: 18px;
  }
  .servicesSingle .breadcrumbs {
    left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .singlePage .projectBanner {
    min-height: 600px;
  }
  #site-navigation {
    z-index: 9;
  }
  .whatWeDo_listing li {
    margin-bottom: 15px;
  }
  .mapImager {
    width: 100%;
    position: static;
  }
  .aboutPageTeam .responsiveTeam {
    margin-bottom: 50px;
  }
  #history .headquaterHistory .countWrapper {
    text-align: center;
  }
  #history .headquaterHistory .countings {
    text-align: center;
  }
  #history .logos .column {
    padding: 50px;
  }
  #history .logos figure {
    min-height: auto;
    margin-bottom: 20px;
  }
  .whatWeDo_listing .box {
    min-height: 260px;
    margin-bottom: 0;
  }
  #videoSection iframe {
    min-height: auto;
    min-width: auto;
  }
  .cursive {
    font-size: 100px;
  }
  .footer-menu {
    display: none;
  }
  .site-info {
    padding-top: 20px;
  }
  .lab-image .imager {
    width: 34%;
  }
  .calltoaction h6 {
    font-size: 30px;
  }
  .calltoaction .imageresponsive {
    margin-top: -60px;
  }
  .calltoaction .imageresponsive figure {
    max-width: 80%;
    margin: 0 auto;
  }
  .calltoaction .responsiveClass {
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .images-listing {
    display: none;
  }
  .images-listing .imager {
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
  .testimonials .box .details p {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonials {
    margin-top: 0;
  }
  .container {
    width: 90%;
  }
  #masthead .container {
    width: 100%;
  }
  #site-navigation {
    text-align: center;
    top: 55px;
  }
  #site-navigation li a {
    color: #4b838c;
  }
  #aboutContent a.btn {
    position: absolute;
    right: 0;
    top: -20px;
  }
  #masthead {
    background-color: #4b838c;
  }
  .whatWeDo_listing h4 {
    width: 100%;
  }
  .responsiveHeaderClass {
    height: 0;
  }
  .infobar {
    background-color: #4b838c;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 18px 60px 18px 160px;
  }
  .logo-wrapper {
    width: 110px;
    position: relative;
    z-index: 3;
    left: 20px;
  }
  #nav-icon2 {
    z-index: 5;
    margin-top: 6px;
  }
  .basePadding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .basePadding.small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .basePadding.mid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .basePaddingBottom {
    padding-bottom: 75px;
  }
  .basePaddingTop {
    padding-top: 75px;
  }
  #banner .circular_slider {
    width: 100%;
    position: static;
  }
  #banner .circular_slider:before {
    display: none;
  }
  #banner .circular_slider .slide {
    border-radius: 0;
  }
  #banner {
    height: auto;
    padding-bottom: 50px;
  }
  #banner .informativeCircles {
    position: static;
    text-align: left;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding: 0 20px 0 30px;
  }
  #banner .informativeCircles figure {
    width: 31%;
    margin: 0 2% 2% 0;
    height: auto;
  }
  .hamburger {
    display: inline-block;
  }
  .calltoaction figure {
    position: static;
  }
  #primary-menu {
    display: block;
  }
  #site-navigation {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: white;
  }
  #site-navigation.open {
    height: 100vh;
  }
  #site-navigation li {
    display: block;
    width: 100%;
    border-top: 1px solid #e1e1e1;
  }
  #site-navigation li a {
    display: block;
  }
  #site-navigation li a:after {
    display: none;
  }
  .ContactInfo {
    text-align: right;
  }
  .ContactInfo figure {
    float: right;
    margin: 6px 6px 6px 10px;
  }
  .footer-topBar li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .bottomBar {
    text-align: center;
    background: none;
  }
  .bottomBar h4 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  .moreAbout .titleWrapper {
    margin-bottom: 30px;
  }
  .testimonialList .col-lg-6:first-child {
    margin-bottom: 40px;
  }
  .getQuotes .titleWrapper {
    margin-bottom: 30px;
  }
  .getQuotes .titleWrapper br {
    display: none;
  }
  .site-info {
    text-align: center;
  }
  .heli-animations:before,
  .heli-animations:after {
    display: none;
  }
  #banner .slide .buttons .btn {
    margin-bottom: 10px;
  }
  #banner .slide {
    height: 70vh;
  }
  #banner .slide .sectionTitle {
    margin-bottom: 20px;
  }
  footer#colophon .heli-bg {
    background: none;
  }
  .categoryListing li a {
    font-size: 19px;
    line-height: 23px;
    padding: 25px 22px;
  }
  .servicesSingle .detailListing {
    display: block !important;
  }
  .servicesSingle .detailListing aside {
    padding: 0 20px 0 36px;
    width: 33% !important;
    display: inline-block !important;
  }
  .servicesSingle .detailListing aside:first-child {
    padding-left: 36px;
  }
  .servicesSingle .detailListing aside:first-child figure {
    left: 0;
  }
  .servicesSingle .detailListing aside:nth-child(4):before {
    display: none;
  }
  .servicesSingle .detailListing aside figure {
    left: 0;
    width: 25px;
  }
  .contactUsSection img {
    display: none;
  }
  .buttons-package a {
    font-size: 20px;
  }
  .packageContent .details h4 {
    font-size: 22px;
  }
  .packageContent .packageListDetails li object {
    width: 15px;
  }
  .packageContent .packageListDetails li span {
    font-size: 14ppx;
  }
}

@media screen and (max-width: 768px) {
  .galleryBanner .slide .imager {
    margin-bottom: 30px;
  }
  .galleryBanner .slide figure {
    min-height: 280px;
  }
  .entry-content p strong {
    font-size: 18px;
    line-height: 32px;
  }
  #joinTeam .excerpt {
    max-width: 100%;
  }
  #joinTeam .resume {
    margin-top: 50px;
  }
  #joinTeam .box {
    margin-bottom: 50px;
  }
  #joinTeam .excerpt {
    width: 100%;
  }
  .mid-wrapper {
    max-width: 100%;
  }
  #counter .counterList {
    padding: 20px 0;
  }
  #counter .counterList:before, #counter .counterList:after {
    display: none !important;
  }
  #counter .counterList .text {
    margin: 0 !important;
  }
  #counter .px-5 {
    padding: 0 !important;
  }
  #banner .container {
    margin: 0;
  }
  .innerContent {
    padding: 20px 0;
    margin-top: 0;
  }
  .contactFormWrapper .col-md-6:first-child {
    margin-bottom: 20px;
  }
  .activitiesListing .activity .contents {
    padding: 15px 0 20px 20px;
  }
  .activitiesListing .activity figure {
    height: 138px;
  }
  .activitiesListing .activity h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .lab-image .imager {
    width: 45%;
  }
  .activitiesListing .tabWrapper {
    border: none;
  }
  .activitiesListing .tab {
    width: 100%;
  }
  .activitiesListing .tab button {
    display: block;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #4b838c;
  }
  .activitiesListing .tab button.active {
    background-color: #4b838c;
    color: #ffffff;
    border: none;
  }
  .activitiesListing .tab button.active:before {
    display: none;
  }
  .cursive {
    font-size: 80px;
  }
  #banner .container .bannerInfos h4 {
    font-size: 20px;
  }
  #banner .descriptionWrapper p {
    font-size: 16px;
    line-height: 30px;
  }
  #banner .informativeCircles figure {
    border: none;
    width: 30%;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 1.5rem !important;
  }
  #counter .col-md-3 {
    width: 50%;
    margin-top: 20px;
    text-align: center;
  }
  #counter .col-md-3:first-child {
    margin-top: 20px;
  }
  .packageContent .col-lg-4 {
    margin-bottom: 30px;
  }
  .packageContent .details h4 {
    min-height: auto;
    margin-top: 10px;
    font-size: 20px;
    min-height: 0;
  }
  #nav-icon2 {
    margin-top: 8px;
  }
  #banner {
    overflow: hidden;
  }
  #banner .videowrapper {
    width: 140%;
    margin-left: -20%;
  }
  #banner .slide .sectionTitle {
    margin-top: 10px;
  }
  #banner .slideInnerWrap {
    text-align: center;
  }
  #banner .slideInnerWrap figure {
    display: none;
  }
  .footer-topBar {
    font-size: 16px;
  }
  .heliSection label {
    font-size: clamp(35px, 7vw, 60px);
    line-height: clamp(40px, 7vw, 190px);
  }
  .heliSection .contents p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .subBanner {
    height: 350px;
  }
  .subBanner.big {
    height: 450px;
  }
  .categoryListing li {
    width: 100%;
    margin: 0;
    border-radius: 0;
    display: block;
    margin-bottom: 2px;
  }
  .categoryListing li.active a {
    background-color: #4b838c;
  }
  .categoryListing li:before, .categoryListing li:after {
    display: none;
  }
  .categoryListing li a {
    padding: 8px 22px;
  }
  .servicesSingle .subBanner h2 {
    max-width: 100%;
  }
  .navigateLinks li {
    font-size: 16px;
  }
  .navigateLinks li a {
    padding: 12px 15px;
  }
  .servicesSingle .detailListing {
    display: block !important;
  }
  .servicesSingle .detailListing aside {
    width: 49% !important;
  }
  .servicesSingle .detailListing aside:before {
    display: none !important;
  }
  .servicesSingle .detailListing aside:first-child figure {
    left: 0;
  }
  .navigateLinks {
    top: 62px;
  }
  .buttons-package {
    margin-bottom: 20px;
  }
  .buttons-package .col-sm-4 {
    margin-bottom: 10px;
  }
  .sidebarPackageListing .box h4 {
    padding: 50px 15px;
    font-size: 24px;
    line-height: 26px;
  }
  .navigateDetails h4 {
    font-size: 24px;
  }
  .alliances .allianceListing li img {
    max-width: 100px;
    max-height: 60px;
  }
}

@media screen and (max-width: 630px) {
  .container {
    width: 100%;
  }
  .aboutUsPage .whatWeDo_listing .column {
    width: 100% !important;
  }
  .subBanner {
    height: 350px;
    min-height: 350px;
  }
  .activitiesListing .activity figure {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
  }
  .activitiesListing .activity .contents {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .activitiesListing .activity .date {
    left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .logo-wrapper {
    width: auto;
    left: 0;
  }
  .lab-image .imager {
    margin: 0 5px;
  }
  .lab-image .imager figure {
    height: auto;
    width: 100%;
    border-width: 6px;
    padding-bottom: 50%;
    border-radius: 5px;
  }
  .cursive {
    display: none;
  }
  #banner .container {
    width: 100%;
  }
  #aboutContent a.btn {
    position: static;
    margin-bottom: 20px;
  }
  .benefitsList .box {
    text-align: center;
  }
  .benefitsList .box figure {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .testimonials .testimonialList .col-lg-6 {
    margin-top: 90px;
  }
  .testimonials .testimonialList .box .details {
    width: 100%;
    margin-left: 0;
    padding: 70px 30px 30px;
    text-align: center;
  }
  .testimonials .testimonialList .box .figure {
    left: 50%;
    margin-left: -60px;
    top: 0;
  }
  .testimonials .testimonialList .box .figure .quotesIcon {
    bottom: -25px;
    top: auto;
    right: 50%;
    margin-right: -25px;
  }
  .packageContent .details {
    padding: 20px;
  }
  .packageContent .details hr {
    margin: 10px 0;
  }
  .packageContent .details h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #masthead .col-md-1 {
    position: static;
  }
  .ContactInfo {
    display: none;
  }
  #banner .videowrapper {
    width: 150%;
    margin-left: -25%;
  }
  .basePaddingBottom {
    padding-bottom: 40px;
  }
  .heliSection .contents p {
    font-size: 16px;
    line-height: 27px;
  }
  .subBanner {
    height: 250px;
  }
  .subBanner h2 br {
    display: none;
  }
  .navigateLinks {
    display: none;
  }
  #counter .counterList {
    padding: 25px 30px;
  }
  .moreAbout {
    background-image: none !important;
  }
}

@media screen and (max-width: 479px) {
  .infobar {
    padding-left: 140px;
  }
  .lab-image .imager {
    width: 100%;
    margin: 0;
  }
  .ContactInfo label,
  .ContactInfo h5 {
    display: none;
  }
  .navigateDetails h4 {
    font-size: 20px;
  }
  .servicesSingle .detailListing aside {
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .servicesSingle .detailListing aside figure {
    top: 17px;
  }
  .servicesSingle .detailListing aside:first-child {
    border: none;
  }
  .servicesSingle .detailListing aside h6 {
    margin: 0;
  }
  .breadcrumbs {
    padding: 10px 15px;
    max-width: calc(100% - 30px);
    line-height: 18px;
  }
  .servicesSingle .packageHighlightsDetail {
    padding-top: 30px;
  }
}
.galleryListing .contents{
    width:100%;
}
/*# sourceMappingURL=style.css.map */