/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne | Creative-Piling
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Slider
    - Header And Navigation
    - Services
    - Team
    - Portfolio
    - Contact Us
    - Cursor
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.main-font {
  font-family: "Open Sans", sans-serif;
}
.alt-font {
  font-family: "Poppins", sans-serif;
}
.leater-space {
  letter-spacing: 1px;
}
.color-black {
  color: #384141;
}
.color-blue {
  color: #21c2c2;
}

/* ===================================
    General
====================================== */

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

.bg-black {
  background: #000000;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-in-out !important;
}
/* button size */
.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px;
}
.btn.btn-small {
  font-size: 11px;
  padding: 4px 24px;
}
.btn.btn-medium {
  font-size: 12px;
  padding: 6px 25px 5px;
}
.btn.btn-large {
  font-size: 13px;
  padding: 9px 34px;
  line-height: 25px;
}
.btn.btn-extra-large {
  font-size: 15px;
  padding: 12px 40px 13px;
  line-height: 25px;
}
.btn-dual .btn {
  margin: 0 10px;
}
.btn i {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn.btn-black {
  background: #000000;
  border-color: #000000;
  color: #fff;
  font-size: 15px;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background: transparent;
  color: #000;
  font-size: 15px;
}
.btn.btn-pak {
  background-color: #439f76;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 15px;
}
.btn.btn-pak:hover,
.btn.btn-pak:focus {
  background-color: #ffffff;
  border-color: #439f76;
  color: #439f76;
  font-size: 15px;
}
.btn.btn-sky {
  background-color: #384141;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 15px;
}
.btn.btn-sky:hover,
.btn.btn-sky:focus {
  background-color: #ffffff;
  border-color: #384141;
  color: #384141;
  font-size: 15px;
}
.btn.btn-pink {
  background-color: #e23939;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 15px;
}
.btn.btn-pink:hover,
.btn.btn-pink:focus {
  background-color: #ffffff;
  border-color: #e23939;
  color: #e23939;
  font-size: 15px;
}
.btn.btn-green {
  background-color: #53be53;
  border-color: #53be53;
  color: #ffffff;
  font-size: 15px;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background: transparent;
  color: #53be53;
  font-size: 15px;
}
.btn.btn-blackish {
  background: #384141;
  border-color: #384141;
  color: #fff;
  font-size: 15px;
}
.btn.btn-blackish:hover,
.btn.btn-black:focus {
  background: transparent;
  color: #384141;
  font-size: 15px;
}
.btn.btn-blue {
  background: #24c4f4;
  border-color: #24c4f4;
  color: #fff;
  font-size: 15px;
  transition: 0.5s !important;
}
.btn.btn-blue:hover,
.btn.btn-black:focus {
  background: transparent;
  color: #24c4f4 !important;
  font-size: 15px;
  transition: 0.5s !important;
}
.btn.btn-green-blue {
  background: #53be53;
  border-color: #53be53;
  color: #fff;
  font-size: 15px;
}
.btn.btn-green-blue:hover,
.btn.btn-green-blue:focus {
  background-color: #24c4f4;
  border-color: #24c4f4;
  color: #ffffff;
  font-size: 15px;
}

/* button rounded */
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-rounded.btn-very-small {
  padding: 2px 23px 1px;
}
.btn.btn-rounded.btn-small {
  padding: 5px 29px;
}
.btn.btn-rounded.btn-medium {
  padding: 6px 32px;
}
.btn.btn-rounded.btn-large {
  padding: 9px 38px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 12px 45px 13px;
}

body {
  overflow-x: hidden !important;
}

section {
  position: relative;
}

a:active,
a:hover,
a {
  text-decoration: none;
}

.full-screen {
  min-height: 100vh;
  padding: 20px 15px;
}

#pp-nav.right ul {
  list-style-type: none;
}

#page-scroll .section {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}

.slider-social {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  z-index: 13;
}

.slider-social a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  margin: 9px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.slider-social a:hover {
  background-color: #ffffff;
}

.slider-social .animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}

/* center-block */
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ===================================
    Header
====================================== */

.navbar-standard {
  position: absolute;
  top: 0;
  z-index: 99;
  padding: 33px 0 0 0;
  width: 100%;
}

.logo-dark {
  max-width: 100%;
}

.size {
  height: 50px;
  width: 200px;
}

/* Side Menu */
.side-menu {
  width: 100%;
  opacity: 0;
  position: fixed;
  background: linear-gradient(to right, #212c2c -50%, #24c4f4 93%);
  z-index: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  visibility: hidden;
}

.whitecolor {
  color: #ffffff;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  opacity: 0.9;
  visibility: visible;
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 29px;
  right: 47px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.just-sidemenu #sidemenu_toggle {
  position: fixed;
  z-index: 999;
  /*background: #fff;*/
  right: 0;
  top: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-menu.right-btn .btn-close {
  right: 47px;
  left: auto;
}

.side-nav-btn {
  position: absolute;
  top: 37px;
  right: 22px;
  font-size: 18px;
  color: #ffffff;
  transform: rotate(180deg);
  transition: all 0.3s ease;
  width: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all linear 300ms;
}

.side-nav-btn span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: relative;
  top: 50%;
  margin-top: 6px;
  right: 0;
  -webkit-transition: all linear 300ms;
}

.side-nav-btn:hover span:nth-child(1),
.side-nav-btn:hover span:nth-child(3) {
  width: 60%;
  -webkit-transition: all linear 300ms;
}
.side-nav-btn.active {
  display: none;
}

.header-appear .side-nav-btn {
  left: 40px;
  top: 19px;
}

.header-appear .navbar-top-default {
  height: 80px;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #171717;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.inner-wrapper .navbar-nav {
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 0 auto;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav-item a {
  transition: all 0.3s ease;
}

.top-center-logo .navbar-nav .text-black:hover,
.top-fixed-nav .navbar-nav .whitecolor:hover,
.top-center-logo .navbar-nav .whitecolor:hover {
  color: #f5218a !important;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.side-logo-nav .navbar-nav .nav-link {
  position: relative;
}

.side-logo-nav .navbar-nav .nav-link:hover,
.side-logo-nav .navbar-nav .nav-link:focus {
  color: #ffffff;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.side-footer {
  text-align: center;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
  padding: 0;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icons-simple li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ===================================
    Services Section
====================================== */
.services-wrapper {
  @media (max-width: 767px) {
    display: flex;
    flex-direction: column;
    height: 100vh !important;
  }
}
.bg-services {
  background-size: cover;
  background-repeat: no-repeat;
}

.services-item {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.per-slide {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in 0.3s;
  -o-transition: all 0.7s ease-in 0.3s;
  transition: all 0.7s ease-in 0.3s;
}

#services_slider .owl-item.active .services-item .per-slide {
  opacity: 1;
}

.services-item .services-icon {
  font-size: 2.5rem;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  -webkit-transition: all 0.7s ease-in 0.3s;
  -o-transition: all 0.7s ease-in 0.3s;
  transition: all 0.7s ease-in 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 2rem;
}

.services-item:hover .services-icon {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#services_slider .owl-item.active .services-item .testimonial-line,
services-quote {
  width: 140px;
  opacity: 1;
}

.services-item .testimonial-line {
  width: 5px;
  opacity: 0;
  height: 3px;
  left: 73%;
  position: relative;
  text-align: right;
  margin-bottom: 40px;
  background-color: #d00520;
}

.services-item .destination {
  font-size: 13px;
  font-weight: 400;
  color: #9c9c9c;
}

#services_slider .owl-dots {
  position: relative;
  bottom: 0;
  display: block;
  text-align: right;
  width: 100%;
}

/* owl carousel bullets */
#services_slider .owl-dots .owl-dot {
  height: 11px;
  width: 11px;
  margin: 2px 10px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e5e5e5 !important;
  cursor: pointer;
}

#services_slider .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #e5e5e5;
}

#services_slider .owl-dots .owl-dot.active {
  background: #d00520 !important;
}

/* ===================================
    Team Section
====================================== */

.bg-team {
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-line {
  width: 5px;
  height: 3px;
  opacity: 0;
  background-color: #d00520;
  transition: width 0.5s ease-in;
}

#team-quote .owl-item.active .testimonial-line,
#services-quote .owl-item.active .testimonial-line {
  opacity: 1;
  width: 140px;
}

.team-img {
  max-width: 135px;
  min-height: 135px;
  transform: scale(0.5);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 70px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

#team-quote .owl-item.active .team-img {
  transform: scale(1);
}

.team-quote,
h2,
p {
  color: #ffffff;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted,
.team-quote {
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
  text-align: center;
}

.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
  display: inline-block;
}

.testimonial-wrapp .quoted {
  background: #643094;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}

.testimonial-wrapp .testimonial-text {
  background: #f6f6f6;
  padding: 4.25rem 2.5rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}

.testimonial-wrapp .testimonial-photo {
  height: 100px;
  width: 100px;
  margin-top: -50px;
}

.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider
  .owl-item:nth-child(2n)
  .testimonial-wrapp:hover
  .testimonial-text {
  background: #00bcd4;
}

.testimonial-wrapp:hover .testimonial-text {
  background: #643094;
  color: #fff;
}

.team-quote,
h1:active {
  opacity: 1;
}
#owl-thumbs-service {
  margin-top: auto;
  margin-bottom: 5rem;
}
#owl-thumbs {
  margin-bottom: 3rem;
}
#owl-thumbs.owl-dots,
#owl-thumbs-service.owl-dots {
  text-align: left;
}

#owl-thumbs.owl-dots .owl-dot,
#owl-thumbs-service.owl-dots .owl-dot {
  background: transparent;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 60px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  margin-left: -30px;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.65;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
  border: 5px solid rgba(0, 0, 0, 0.3);
}

#owl-thumbs.owl-dots .owl-dot > img,
#owl-thumbs-service.owl-dots .owl-dot > img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#owl-thumbs.owl-dots .owl-dot:first-child,
#owl-thumbs-service.owl-dots .owl-dot:first-child {
  margin-left: 0;
}

#owl-thumbs.owl-dots .owl-dot::after,
#owl-thumbs-service.owl-dots .owl-dot::after {
  display: none;
}

#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active,
#owl-thumbs-service.owl-dots .owl-dot:hover,
#owl-thumbs-service.owl-dots .owl-dot.active {
  z-index: 5;
  opacity: 1;
  border: 5px solid rgba(255, 255, 255, 0.53);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
  border: 5px solid rgba(0, 0, 0, 0.53);
}

/* ===================================
    Progress Bar
====================================== */

.team-progress {
  padding-bottom: 1rem;
}

.bg-skills {
  background-size: cover;
  background-repeat: no-repeat;
}

.team-progress .progress-item {
  margin-bottom: 2rem;
  list-style: none;
}

.progress-item {
  letter-spacing: 2px;
}
.team-progress .progress {
  height: 12px;
  margin-top: 12px;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-color: #eaeaea;
}

.team-progress .progress-item .count {
  font-weight: 500;
}

.team-progress .progress-bar {
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #21c2c2;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}

/* ===================================
    Portfolio
====================================== */

#content-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  height: 100%;
  width: 100%;
}

#showcase-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  perspective: 1000px;
}

#showcase-tilt-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  perspective: 1000px;
  overflow: hidden;
}

#showcase-tilt {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: visible;
  transform-style: preserve-3d;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#showcase-tilt.disabled {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05) !important;
  transform: translate3d(0, 0, 0) scale(1.05) !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#showcase-slider {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

.swiper-slide::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff00000', endColorstr='#a6000000', GradientType=0);
}

.img-mask {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  opacity: 0.5;
}

.section-image,
.section-video {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
}

.title {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: block;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 3.5vw;
  line-height: 90px;
}

.swiper-pagination-bullet:first-child .title {
  opacity: 0;
  -webkit-transform: translateY(15vh) scale(1);
  transform: translateY(15vh) scale(1);
}

.title span {
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  min-width: 10px;
  width: auto;
  line-height: 90px;
  height: 90px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateX(100px) scale(1.1);
  transform: translateX(100px) scale(1.1);
}

.swiper-pagination-bullet:first-child .title span {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
}

.subtitle {
  margin-bottom: 0;
  opacity: 1;
  line-height: 20px;
  position: relative;
  left: 0;
  top: 35%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px) scale(1);
  transform: translateX(20px) scale(1);
  color: #fff;
}

.swiper-pagination-bullet:first-child .subtitle {
  opacity: 0;
  -webkit-transform: translateY(15vh) scale(1);
  transform: translateY(15vh) scale(1);
}

#showcase-holder .showcase-pagination-wrap {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -13%;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  height: 100%;
  display: table;
  pointer-events: none;
  transform: translateY(-30vh);
  -webkit-transform: translateY(-30vh);
}

#showcase-holder .showcase-pagination {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  pointer-events: none;
}

#showcase-holder .swiper-pagination-bullet {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
}

#showcase-holder .swiper-pagination-bullet-active {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#showcase-holder .swiper-pagination-bullet {
  color: #fff;
  text-align: center;
}

.light-content #showcase-holder .swiper-pagination-bullet {
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.showcase-counter {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.counter-wrap {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.counter {
  height: 20px;
  width: 50px;
  position: absolute;
  bottom: 38px;
  left: 230px;
  text-align: center;
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  -webkit-transform: translateY(20px) scale(1);
  transform: translateY(20px) scale(1);
}

.light-content .counter,
.light-content .showcase-counter span::after {
  color: #fff;
}

.showcase-counter span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 38px;
  left: 300px;
  opacity: 1;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.showcase-counter span::after {
  content: attr(data-total);
  position: relative;
}

.showcase-counter::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  bottom: 44px;
  left: 282px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.light-content .showcase-counter::before {
  background-color: rgb(255, 255, 255);
}

.scale-up .counter-wrap,
.scale-up .showcase-counter::after,
.scale-up .showcase-counter::before {
  opacity: 0 !important;
}

.swiper-pagination-bullet:first-child .counter {
  opacity: 0;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}

.caption-border {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  margin: 0 auto;
  bottom: 50px;
  transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
  -webkit-transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
}

.light-content .caption-border {
  background-color: rgba(255, 255, 255, 0.15);
}

.caption-border.left {
  left: 400px;
}

.caption-border.right {
  right: 400px;
}

.caption-border.left::before {
  content: "";
  width: 90px;
  height: 1px;
  position: fixed;
  left: 80px;
  bottom: 50px;
  background-color: rgba(255, 255, 255, 0.4);
}

.caption-border.right::after {
  content: "";
  width: 90px;
  height: 1px;
  position: fixed;
  right: 80px;
  bottom: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.caption-border.left .btn-hold-progress-bar {
  right: 0;
}

.caption-border.right .btn-hold-progress-bar {
  left: 0;
}

.arrows-wrap {
  width: 160px;
  height: 80px;
  position: absolute;
  right: 200px;
  pointer-events: initial;
  bottom: 10px;
  opacity: 0;
}

.prev-wrap,
.next-wrap {
  width: 80px;
  height: 80px;
  float: left;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.arrows-wrap .swiper-button-next,
.arrows-wrap .swiper-button-prev {
  position: relative;
  top: auto;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 11px 20px;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  background-image: none !important;
}

.arrows-wrap .swiper-button-prev::before {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: LineIcons;
  content: "\EA44";

  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.arrows-wrap .swiper-button-next::before {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-family: LineIcons;
  content: "\EA46";
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.swiper-thumbnails {
  position: absolute;
  left: 29%;
  bottom: 10%;
  transform: translateX(50%);
}

.bullet {
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 50%;
  padding: 0px;
  border: 2px solid white;
}

.swiper-thumbnails .bullet img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.swiper-thumbnails .bullet {
  background: transparent;
  height: 60px;
  margin: 0;
  position: relative;
  width: 60px;
  outline: none;
  border: 5px solid rgba(255, 255, 255, 0.3);
  margin-left: -30px;
  opacity: 0.65;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.swiper-thumbnails .bullet.is-active {
  background: transparent;
  height: 60px;
  margin: 0;
  position: relative;
  width: 60px;
  z-index: 99;
  border: 5px solid rgba(255, 255, 255, 1);
  margin-left: -30px;
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.swiper-thumbnails .bullet:hover {
  opacity: 0.8;
  border: 5px solid rgba(255, 255, 255, 0.66);
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.swiper-thumbnails .bullet.is-active:hover {
  opacity: 1;
  border: 5px solid rgba(255, 255, 255, 1);
}
div[data-title="THE QUEEN"] {
  font-size: 20px;
}

/* ===================================
   Contact Section
====================================== */
.grecaptcha-badge {
  top: 775px;
  right: 827px;
}

.contact-form-wrapper input[type="submit"] {
  margin: unset !important;
}
.contact-body {
  width: 100%;
  margin-top: 10rem;

  @media (max-height: 1050px) {
    margin-top: 5rem;
  }

  @media (max-height: 910px) {
    margin-top: unset;
  }
}
#contact .gform_title {
  display: none;
}
.main-title {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}

.main-title h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #24c1dd;
}

.main-title h2 {
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.2;
  max-width: 650px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-title p {
  max-width: 720px;
  margin: 0 auto;
}

.contact-form-textfield input,
.contact-form-textfield textarea {
  font-size: 14px;
  border: 1px solid #dcdbdb;
  color: #535353 !important;
  border-radius: 30px;
  -webkit-transition: 300ms ease-in all;
  -o-transition: 300ms ease-in all;
  transition: 300ms ease-in all;
}

.contact-form-textfield input::-webkit-input-placeholder,
.contact-form-textfield textarea::-webkit-input-placeholder,
.contact-form-textfield input:-moz-placeholder,
.contact-form-textfield textarea:-moz-placeholder,
.contact-form-textfield input::-moz-placeholder,
.contact-form-textfield textarea::-moz-placeholder,
.contact-form-textfield input:-ms-input-placeholder,
.contact-form-textfield textarea:-ms-input-placeholder,
.contact-form-textfield input::placeholder,
.contact-form-textfield textarea::placeholder {
  color: #ffffff !important;
}

.contact-form-textfield input:focus,
.contact-form-textfield textarea:focus {
  border-color: #dcdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
}

.contact-form-textfield textarea {
  height: 120px;
  resize: none;
}

.form-control {
  box-shadow: none;
}

.contact-box-shadow {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 16px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 26px 16px rgba(0, 0, 0, 0.02);
  padding: 30px 25px;
}

.contact-form-center {
  max-width: 950px;
  margin: 0 auto;
}

.company-contact-form .form-control,
.company-contact-form .form-control:focus {
  background-color: transparent;
}

.contact-form-textfield input,
.contact-form-textfield textarea {
  color: #ffffff !important;
  border-radius: 30px;
  border-color: #5d5b5b;
}

.company-contact-form .form-control::placeholder {
  color: #ffffff;
}
.company-contact-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.company-contact-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.contact-form-name .ginput_container,
.contact-form-email .ginput_container,
.contact-form-contact-num .ginput_container,
.contact-form-subject .ginput_container,
.contact-form-message .ginput_container {
  width: 100%;
}

.contact-form-email input,
.contact-form-subject input {
  margin-left: auto;
}

.contact-form-name input,
.contact-form-contact-num input {
  margin-right: auto;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  color: #ffffff !important;
  border-radius: 30px !important;
  border-color: #5d5b5b !important;
  background-color: transparent !important;
  padding: 0.7rem 1.2rem !important;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"] {
  width: 95%;
  height: 50px !important;
}

.contact-form-wrapper textarea {
  width: 100%;
  height: 10rem;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
  border-color: white;
  transition: ease-in-out 0.5s !important;
}

.contact-form-wrapper input[type="submit"] {
  border-radius: 1.875rem !important;
  background-color: #24c4f4 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.563rem 2.375rem !important;
  font-size: 0.938rem !important;
  transition: ease-in-out 0.5s !important;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: transparent;
  border: 0.125rem solid #24c4f4 !important;
  color: white !important;
  font-size: 0.938rem;
  transition: ease-in-out 0.5s !important;
}

#gform_confirmation_message_1 {
  text-align: center;
  color: white;
}

.h-100 {
  height: 100%;
}

/* Centre button in div */
.contact-form-message {
  width: 100%;
}
.gform_footer {
  display: flex;
  justify-content: center;
}
.contact-form-email div,
.contact-form-subject div {
  margin-left: auto;
}
/* Hide all form labels */
.company-contact-form label {
  display: none;
}

/* ===================================
    Footer
====================================== */

footer.bg-black2 {
  background: #f8f9fa;
}

.footer-icons li {
  display: inline-block;
}

.footer-icons li a {
  display: block;
  height: 55px;
  width: 55px;
  font-size: 18px;
  color: #676767;
  line-height: 60px;
  text-align: center;
  margin: 0 0.1rem;
  border-radius: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.copyrights,
.copyrights a {
  font-size: 14px;
  color: #535353;
}

.copyrights a:hover,
.copyrights a:focus {
  color: #24c1dd;
}
.footer-icons li a:hover,
.footer-icons li a:focus {
  color: #ffffff;
}

.footer-icons li a.facebook:hover,
.footer-icons li a.facebook:focus {
  -webkit-box-shadow: 0 0 15px 30px #4267b2 inset;
  box-shadow: 0 0 15px 30px #4267b2 inset;
}

.footer-icons li a.twitter:hover,
.footer-icons li a.twitter:focus {
  -webkit-box-shadow: 0 0 15px 30px #1da1f2 inset;
  box-shadow: 0 0 15px 30px #1da1f2 inset;
}

.footer-icons li a.google:hover,
.footer-icons li a.google:focus {
  -webkit-box-shadow: 0 0 15px 30px #db4437 inset;
  box-shadow: 0 0 15px 30px #db4437 inset;
}

.footer-icons li a.linkedin:hover,
.footer-icons li a.linkedin:focus {
  -webkit-box-shadow: 0 0 15px 30px #0077b5 inset;
  box-shadow: 0 0 15px 30px #0077b5 inset;
}

.footer-icons li a.instagram:hover,
.footer-icons li a.instagram:focus {
  -webkit-box-shadow: 0 0 15px 30px #c32aa3 inset;
  box-shadow: 0 0 15px 30px #c32aa3 inset;
}

.footer-icons li a.pinterest:hover,
.footer-icons li a.pinterest:focus {
  -webkit-box-shadow: 0 0 15px 30px #bd081c inset;
  box-shadow: 0 0 15px 30px #bd081c inset;
}

.footer-icons li a i:hover {
  color: #ffffff;
  border-radius: 40px;
}

/* ===================================
    Cursor
====================================== */

#aimated-cursor {
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#cursor {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#cursor:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
}

#cursor-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

/* ===================================
    Slider 2.0
====================================== */

.img-container-mob {
  display: none;
  width: 100%;
  height: 100vh;
}

.img-mob {
  position: relative;
  height: 275px;
}

.img-mob img {
  position: absolute;
  object-position: center;
}

.img-comp-container h1,
.img-container-mob h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  z-index: 11;
}

.img-comp-container .excerpt,
.img-container-mob .excerpt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Open-Sans", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 17px;
  width: 100%;
  text-align: center;
  z-index: 11;
}

.img-comp-container #contact-form-button,
.img-container-mob #contact-form-button {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.img-comp-container {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 10px 50px 15px #00000085;
  overflow: hidden;
}

.img-comp-container .slider-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.img-comp-responsive {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  max-width: none;
  width: 100vw;
}

.img-comp-overlay {
  width: 50%;
}
.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%) rotateZ(90deg);
}
.img-comp-slider img {
  width: 70px;
  height: 70px;
}

/* ===================================
    Rev-Slider Before After
====================================== */

.rs-before-after-addon {
  overflow: hidden !important;
}

.rs-before-after-addon .tparrows {
  z-index: 1000 !important;
}

.rs-addon-beforeafter-btn {
  position: absolute;
  display: table;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  z-index: 102;
}

.rs-addon-beforeafter-btn i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
  display: block;
}

.rs-addon-beforeafter-line {
  display: block;
  position: absolute;
  z-index: 102;
}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
  top: 0;
  height: 100%;
}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {
  left: 0;
  width: 100%;
}

.rs-before-after-element {
  opacity: 0;
  visibility: hidden;
}

.rs-before-after-element,
.rs-before-after-element:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rs-addon-beforeafter-bg {
  opacity: 0;
  z-index: 999;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
  width: 100%;
  height: 100%;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
  position: absolute;
  overflow: hidden;
}

.rs-addon-beforeafter-before {
  top: 0;
  left: 0;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
  top: 0;
  right: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
  bottom: 0;
  left: 0;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
  opacity: 0;
}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
  right: 0;
  top: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
  left: 0;
  bottom: 0;
}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
  width: 100% !important;
  height: 100% !important;
}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging
  .rs-addon-beforeafter-btn
  i:before {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
  pointer-events: none;
}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
  pointer-events: auto;
}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
  pointer-events: none;
}

div .tp-leftarrow,
div .tp-rightarrow {
  display: none;
}

.rs-addon-beforeafter-revealer.rs-addon-beforeafter-after {
  background-image: var(--background-image-after);
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-addon-beforeafter-revealer.rs-addon-beforeafter-before {
  background-image: var(--background-image-before);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===================================
   Loader
====================================== */

.loader {
  background: #fff;
  text-align: center;
  height: 100vh;
  z-index: 999;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linear-activity {
  overflow: hidden;
  width: 100%;
  height: 4px;
  background-color: transparent;
  margin: 20px auto;
}

.determinate {
  position: relative;
  max-width: 100%;
  height: 100%;
  -webkit-transition: width 500ms ease-out 1s;
  -moz-transition: width 500ms ease-out 1s;
  -o-transition: width 500ms ease-out 1s;
  transition: width 500ms ease-out 1s;
  background-color: #03a9f4;
}

.indeterminate {
  position: relative;
  width: 100%;
  height: 100%;
}

.indeterminate:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #03a9f4;
  animation: indeterminate_first 1.5s infinite ease-out;
}

.indeterminate:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #4fc3f7;
  animation: indeterminate_second 1.5s infinite ease-in;
}

@keyframes indeterminate_first {
  0% {
    left: -100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}

@keyframes indeterminate_second {
  0% {
    left: -150%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}

/* ===================================
   Carousel
====================================== */

/* ===================================
   Media Queries
====================================== */

@media screen and (max-width: 1199px) {
  .swiper-thumbnails {
    left: 24%;
  }
  .header-appear .side-nav-btn {
    left: 15px;
  }
  .side-logo-nav .social_icons {
    display: none;
  }
  .top-fixed-nav .collapse .mr-0 {
    margin-right: -30px !important;
    right: 0 !important;
  }
  .top-fixed-nav .side-nav-btn {
    left: 15px;
  }
  .slide-text {
    font-size: 60px;
    font-weight: 700;
  }
  .side-logo-nav .side-nav-btn {
    position: inherit;
    top: 0;
    color: #000000;
    transition: all 0.3s ease;
    width: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  #pp-nav {
    display: none !important;
  }
  .slider-social {
    display: none !important;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
  html {
    scroll-behavior: smooth;
  }
  #aimated-cursor {
    display: none;
  }
  .bg-services,
  .bg-team,
  .bg-skills,
  .portfolio-sec,
  .bg-contact {
    height: auto;
  }
  .portfolio-sec,
  .slider,
  .bg-contact {
    padding: 0;
  }
  .arrows-wrap {
    right: 38%;
    top: 100%;
  }
  #content-scroll {
    position: relative;
  }
  .img-comp-container h1 {
    font-size: 48px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .swiper-thumbnails {
    left: 12%;
  }
  .inner-wrapper .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 9px auto;
  }
  .side-menu.side-btn-style2 .btn-close {
    left: auto;
    right: 47px;
  }
  .top-fixed-nav a.logo {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .top-fixed-nav .side-nav-btn {
    position: relative;
    top: 0;
    left: 0;
  }
  header.header-appear .top-center-logo a.logo {
    top: 0;
    position: relative;
    left: 0;
    transform: translateX(0);
  }
  .header-appear .side-nav-btn {
    position: inherit;
    top: 45px;
    left: 0;
  }
  .header-appear .side-menu .btn-close {
    right: 47px;
    left: auto;
  }
  .img-comp-container .excerpt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden !important;
  }
  html {
    scroll-behavior: smooth;
  }
  .bg-services,
  .bg-team,
  .bg-skills,
  .portfolio-sec,
  .bg-contact {
    height: auto;
    padding: 8rem 0;
    text-align: center;
  }
  .portfolio-sec {
    padding: 0;
    text-align: center;
  }
  .bg-contact {
    padding: 4rem 0;
    text-align: center;
  }
  .swiper-thumbnails {
    display: none;
  }
  #services_slider h1 {
    font-size: 1.75rem;
  }
  .logo-dark {
    margin-left: 20px;
  }
  .img-comp-container {
    display: none;
  }
  .img-container-mob {
    display: block;
  }
  .img-container-mob h1 {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }
  .img-container-mob .excerpt {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="email"] {
    width: 95%;
    height: 40px !important;
  }

  .services-item .testimonial-line {
    width: 5px;
    opacity: 0;
    height: 3px;
    left: auto;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    background-color: #d00520;
  }
  #services_slider .owl-dots {
    position: relative;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .team-quote {
    text-align: center;
  }
  .team-quote h1 {
    font-size: 1.75rem;
  }
  .team-img {
    margin: 0 auto;
  }
  .testimonial-line {
    margin: 0 auto;
  }
  #owl-thumbs.owl-dots,
  #owl-thumbs-service.owl-dots {
    text-align: center;
  }
  .caption-border.left::before {
    background-color: rgba(255, 255, 255, 0);
  }
  .caption-border.right::after {
    background-color: rgba(255, 255, 255, 0);
  }
  #content-scroll {
    position: relative;
  }
  .showcase-counter::after {
    display: none;
  }
  .showcase-counter::before {
    display: none;
  }
  .showcase-counter span {
    display: none;
  }
  .counter-wrap {
    display: none;
  }
  .arrows-wrap {
    right: 38%;
    top: 100%;
  }
  .tparrows {
    top: 95% !important;
  }

  #page-scroll .section {
    height: 100%;
  }
  #aimated-cursor {
    display: none;
  }

  .max-width {
    width: 50%;
  }
  .main-title {
    margin-bottom: 2.5rem;
  }
  .form-control.message {
    height: 90px;
  }
  .side-nav-btn {
    top: 25px;
  }
  .navbar-standard {
    padding: 18px 0;
  }
  .title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .owl-carousel {
    padding: 75px 0;
  }
}
@media screen and (max-width: 599px) {
  .title span {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .side-nav-btn {
    left: auto;
    right: 0;
    margin-right: 20px;
  }
  .side-menu .btn-close {
    right: 47px;
    left: auto;
  }
  .side-logo-nav .logo .logo-dark,
  .side-logo-nav .logo .logo-light.default {
    margin-left: 10px;
  }
  .arrows-wrap {
    right: 27%;
    top: 100%;
  }
  .title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 359px) {
  .team-progress .progress-item {
    margin-bottom: 1rem;
  }
  .counter,
  .showcase-counter span {
    pointer-events: initial;
  }
}

.download-brochures div.ginput_container div div label.gform-field-label {
  color: white;
}

/* ===================================
    Policy Pages and menu link
====================================== */
.policy-section {
  background-color: #0a2342;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 0 0;
}

.policy-title {
  color: white;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.policy-content {
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  line-height: 1.7;
  text-align: left;
  background: none;
  overflow-y: scroll;
  padding: 0 20% 2rem 20%;

  @media (max-width: 761px) {
    padding: 0 1rem 2rem 1rem;
  }
}

.policy-menu-link {
  color: white;
}

.policy-menu-link:hover {
  color: white;
  text-decoration: underline;
}

/* cookie consent ID overflows without this */
#CookieDeclarationUserStatusLabelConsentId {
  width: -webkit-fill-available;
}
