/*
@File: Orpi Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS
** - Buttons
** - Index 01 Banner Area
** - Index 01 Features Area
** - Index 01 About Area
** - Index 01 Services Area
** - Index 01 Why Only We Area
** - Index 01 Project Area
** - Index 01 Fun Facts Area 
** - Index 01 Why Choose US Area
** - Index 01 Testimonial Area
** - Index 01 Booking Area
** - Index 01 Blog Area

** - Index 02 Banner Area
** - Index 02 Features Area
** - Index 02 About Area
** - Index 02 Services Area
** - Index 02 Why Only We Area
** - Index 02 Fun Facts Area 
** - Index 02 Team Area
** - Index 02 Why Choose US Area
** - Index 02 Testimonial Area
** - Index 02 Blog Area

** - Index 03 Banner Area
** - Index 03 Features Area
** - Index 03 About Area
** - Index 03 Services Area
** - Index 03 Why Only We Area
** - Index 03 Project Area
** - Index 03 Fun Facts Area 
** - Index 03 Team Area
** - Index 03 Why Choose US Area
** - Index 03 Testimonial Area
** - Index 03 Blog Area


*/
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Nunito+Sans:wght@300;400;700&display=swap');
:root {
  --fontFamily: 'Nunito Sans', sans-serif;
  --fontFamily2: 'Nunito Sans', sans-serif;
  --mainColor: #0dcaf0;
  --secondColor: #20c997;
  --secondColor: #afa697;
  --threeColor: #091c40;
  --whiteColor: #ffffff;
  --white: #ffffff;
  --blackColor: #202020;
  --paragraphColor: #606060;
  --card-title-fontSize: 24px;
  --light-3: #fafafa;
  --fontSize: 15px;
  --transition: 0.5s;
  --boxShadow: rgba(163, 163, 163, 0.52) 0px 10px 10px;
}


body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
          background: #ffffff;
          font-family:var(--fontFamily2);
          
}

html {
  scroll-behavior: smooth;
}

.section-portofolio {
  background-color: #FAFAFa;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--fontFamily);
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

.btn-main {
  background: -webkit-gradient(linear, left top, right top, from(#3182cb), to(#2eb19c));
  background: linear-gradient(to right, #3182cb, #2eb19c);
  color: #ffffff;
  padding: 10px 75px;
  border-radius: 45px;
  margin-top: 10px;
}



.btn-main:hover {
  border: 1px solid #3182cb;
  color: var(--mainColor);
  background:transparent;
  padding: 10px 75px;
  border-radius: 45px;
  margin-top: 10px;
}


.btn-learn {
  border: 1px solid #3182cb;
  color: var(--mainColor);
  background:transparent;
  padding: 10px 75px;
  border-radius: 45px;
  margin-top: 10px;
}


.btn-learn:hover {
     background: -webkit-gradient(linear, left top, right top, from(#3182cb), to(#2eb19c));
  background: linear-gradient(to right, #3182cb, #2eb19c);
  color: #ffffff;
  padding: 10px 75px;
  border-radius: 45px;
  margin-top: 10px;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control {
  border: 1px solid transparent !important;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.form-control:focus {
  border: 1px solid var(--mainColor) !important;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: var(--fontFamily2);
  color: var(--paragraphColor);
  font-size: var(--fontSize);
  margin-bottom: 15px;
  line-height: 1.5;
}

.default-btn {
display: inline-block;
  position: relative;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 5px;  font-weight: 600;
transition: all .5s ease;
   font-size: 18px;
  cursor: pointer;
  /*margin: 10px 10px;*/
} 




.default-btn:hover {
  background-color: var(--whiteColor);
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


p:last-child {
  margin-bottom: 0;
}
/*.section-title {*/
/*  padding-bottom: 40px;*/
/*}*/

.section-title span {
  font-size: 28px;
  font-weight: 800;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  color: #aaaaaa;

}

.section-title span::after {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: var(--mainColor);
  margin: 4px 10px;
}

.section-title span::before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: var(--mainColor);
  margin: 4px 10px;
}



.section-title h2 {
  margin-bottom: 20px;
  font-size: 50px;
  margin: 15px 0 20px 0;
  margin-left: 20px;
  font-weight: 800;
  font-family: var(--montserrat);
  color:var(--purpleColor);
  
}



.section-title-contact span {
  font-size: 14px;
  font-weight: 800;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;

}

.section-title-contact h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  
}



.section-title-about span {
  font-size: 14px;
  font-weight: 800;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;

}

.section-title-about h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  
}

.section-title-about span::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--mainColor);
  margin: 4px 10px;
}

.section-bg {
  background: #f3f5fa;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  
}



.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}
.mst-30 {
  margin-top: 0px;
}

.plr-100 {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1900px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.section-content {
  margin-top: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 39, 43, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 13, 14, 0.8);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #428bca;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #5697d0;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.sy-caption-wrap {
  display: none;
}

  /* :: 5.0 Hero Slides Area */
  .hero-area,
  .hero-post-slides {
    position: relative;
    z-index: 1;
  }
  
  .single-hero-post {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 3;
    overflow: hidden;
  }


  .single-hero-post .hero-slides-content h6{
    font-size: 18px;
    
    font-weight: 600;
    letter-spacing: 5px;
    color: var(--mainColor);
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  
  .single-hero-post .content-slider .sucay {
      margin-top:50px;
  }
 
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post {
      height: 100vh;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
      height: 600px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-hero-post {
      height: 650px;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post {
      height: 500px;
    }
  }
  
  .single-hero-post .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .single-hero-post .hero-slides-content {
    position: relative;
    z-index: 1;

  }
  
  @media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content {
      margin-top: 0px;
    }
  }
  
  .single-hero-post .hero-slides-content h2 {
    font-size:60px;
    font-family: "Poppins";
    font-weight: 600;
    letter-spacing: 0px;
    color: white;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
        text-shadow: 2px 2px #000000;
    /* background: -webkit-linear-gradient(#1E90FF, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post .hero-slides-content h2 {
      font-size: 36px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .hero-slides-content h2 {
      font-size: 78px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content h2 {
      font-size: 40px;
      margin-top:30px;
      letter-spacing: 0px;
    }
  }
  
  .single-hero-post .hero-slides-content p {
    font-size: 16px;
    color: #fff;
    /* background: -webkit-linear-gradient(#87CEFA, #1E90FF); */
    /* border-radius: 0px 0px 30px 30px; */
    margin-bottom: 50px;
    font-weight: 500;
    /* padding: 10px 10px 10px 10px; */
  }
  .single-hero-post .hero-slides-content h6{
    font-size: 18px;
  
    font-weight: 600;
    letter-spacing: 5px;
    color: var(--mainColor);
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .hero-slides-content p {
      font-size: 10px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content i {
      font-size: 10px;
      padding: 5px 10px 5px 10px;
    }
    .single-hero-post .hero-slides-content h6 {
      font-size: 13px;
      font-family: "Poppins";
      font-weight: 400;
      letter-spacing: 5px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: -6px;
    }
    .single-hero-post .hero-slides-content p {
      font-size: 13px;
      line-height: 14px;
      margin-top: 5px;
      margin: 15px !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content a {
      min-width: 125px;
      padding: 8px 10px;
    }
  }
  
  .slider_area .single-hero-post .slide-img {
    -webkit-animation: zoom 24s linear infinite;
    animation: zoom 24s linear infinite;
  }
  
  @-webkit-keyframes zoom {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes slide {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .slider_area .single-hero-post .detail-box {
    color: #ffffff;
  }
  
  .slider_area .single-hero-post .detail-box h1 {
    font-weight: bold;
    font-size: 3rem;
  }
  
  .slider_area .single-hero-post .detail-box p {
    margin-top: 20px;
    font-size:24px;
    color:var(--whiteColor);
  }
  
  .slider_area .single-hero-post .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px -5px 0 -5px;
  }
  
  .slider_area .single-hero-post .detail-box .btn-box a {
    width: 185px;
    text-align: center;
    margin: 5px;
  }
  
  .slider_area .single-hero-post .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 0;
    background-color: transparent;
     border: 1.5px solid var(--mainColor );
   color: var(--white );
    border-radius: 0;
  }
  
  .slider_area .single-hero-post .detail-box .btn-box .btn1:hover {
    background-color: var(--mainColor );
    color: var(--white );
     
  }
  
  .slider_area .single-hero-post .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 0;
    background-color: var(--secondColor );
    color: #000000;
    border: 1.5px solid var(--secondColor );;
    border-radius: 0;
  }
  
  .slider_area .single-hero-post .detail-box .btn-box .btn2:hover {
    background-color: transparent;
    color: var(--secondColor );
  }
  
  .content-slider {
      height:100% !important;
      margin-top:100px;
  }

/*================================================
Extra CSS
=================================================*/
.nabvar-1 {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eeeeee50;
}

.nabvar-1 .main-nav nav .navbar-nav .nav-item a {
  color: var(--whiteColor);
  text-transform: uppercase;
}

.nabvar-1 .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--secondColor);
}

.nabvar-1 .main-nav nav .navbar-nav .nav-item .active {
  color: var(--secondColor);
}

.nabvar-1 .menu-sidebar ul .cart-btn i {
  color: var(--whiteColor);
}

.nabvar-1 .sticky {
  background-color: var(--mainColor) !important;
}

/*================================================
Header Responsive Area CSS
=================================================*/
@media only screen and (max-width: 767px) {
  .topbar-right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
  .topbar-left-side ul li {
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-right-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-left-side {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 13px;
    margin-right: 13px;
    margin-top:10px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    background-color: #ffffff;
    height: 65px;
    position: relative;
    z-index: 5;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    top: 8px;
    left: 0px;
    z-index: 999;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-nav nav .navbar-nav {
    max-height: 64vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-nav nav .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 2px 0 0;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .main-nav {
    display: none !important;
  }
  .menu-sidebar {
    display: none;
  }
  .menu-small-device {
    z-index: 2;
    right: 45px;
    top: 14px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-small-device .default-button {
    padding: 7px 20px;
    font-size: 14px;
  }
  .meanclose {
    top: 60% !important;
  }
  .topbar-left-area {
    text-align: start;
  }
  .topbar-left-area ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile-nav .call-button {
    top: 0;
  }
}

.footer {
  background-color: #242424;
}

.footer-logo-area p {
  color: #d5d5d5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-logo-area .newsletter-form {
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #eeeeee50 !important;
}

.footer-logo-area .newsletter-form .form-control {
  background-color: transparent;
  color: var(--whiteColor);
  border: 0px solid !important;
}

.footer-logo-area .newsletter-form .btn {
  margin: 3px;
  padding: 8px 15px;
  color: var(--whiteColor);
  border-radius: 5px !important;
  background-color: var(--mainColor);
}

.footer-logo-area .newsletter-form .btn i {
  font-size: 20px !important;
}

.footer-social-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.footer-social-area span {
  color: var(--whiteColor);
  margin-right: 15px;
  font-size: 15px;
  font-family: var(--fontFamily2);
}

.footer-social-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-social-area ul li {
  display: inline-block;
}

.footer-social-area ul li a i{
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin: 0px 3px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--mainColor) !important;
  background-color: var(--whiteColor);
}

.footer-social-area ul li a i:hover {
  color: var(--whiteColor) !important;
  background-color: var(--mainColor);
}

.footer-links h3 {
  color: var(--whiteColor);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-size: var(--card-title-fontSize);
  font-weight: 600;
}

.footer-links h3::before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-links ul li {
  margin-top: 14px;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.footer-links ul li a {
  color: #d5d5d5;
}

.footer-links ul li a i {
  margin-right: 5px;
  color: var(--mainColor);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.footer-links ul li a:hover {
  color: var(--mainColor);
}

.footer-links ul li a:hover i {
  margin-right: 7px;
}

.footer-contact-card {
  position: relative;
  padding-left: 25px;
  margin-top: 12px;
}

.footer-contact-card i {
  color: var(--mainColor);
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-contact-card h5 {
  color: var(--whiteColor);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}

.footer-contact-card p a {
  color: #d5d5d5;
}

.footer-lp {
  padding-left: 70px;
}

.validation-danger {
  color: red;
}

.validation-success {
  color: green;
}

/*================================================ 
CopyRight Area CSS
=================================================*/
.copyright {
  text-align: center;
  background-color: #000;
  color: var(--whiteColor);
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
}

.copyright p {
  color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  font-size: 10px;
  font-family: var(--fontFamily);
}

.copyright p a {
  font-weight: 600;
  text-decoration: none;
  color: var(--mainColor);
}

.copyright p strong {
  color: var(--whiteColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 00px;
  right: 20px;
  border-radius: 5px;
  color: var(--mainColor);
  z-index: 9;
  height: 40px;
  width: 50px;
  display: inline-block;
  padding: 0 10px 45px;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  font-size: 25px;
  background-color: var(--whiteColor);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 2px rgba(7, 7, 7, 0.1);
  -webkit-animation: top-bottom 10s infinite linear forwards;
          animation: top-bottom 10s infinite linear forwards;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
  -webkit-animation: top-bottom 5s infinite linear;
          animation: top-bottom 5s infinite linear;
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

/*================================================
Default button Area CSS
=================================================*/
.default-button {
  padding: 6px 25px;
  border-radius: 10px;
  position: relative; 
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden !important;
  color: var(--blackColor);
  border: 1px solid var(--mainColor);
  background-color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}



.default-button-product {
  padding: 6px 25px;
  border-radius: 25px;
  width:100%;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden !important;
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  font-size: 14px;
  font-weight: 500; 
  font-family: var(--fontFamily);
}
.default-button-product:hover {
  color: #000;
  border-color: var(--mainColor);
  background-color: #fff;
}

.default-button i{
 margin:0px 5px;
}


.default-button span {
  position: relative;
  z-index: 1;
}

.default-button:hover {
  color: var(--white);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  font-weight: 500;
  font-family: var(--fontFamily);
}

.read-more-button {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--fontFamily2);
}

.read-more-button i {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  font-size: 15px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-left: 5px;
}

.read-more-button:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: var(--mainColor);
}

/*================================================
Default Section Title Area CSS
=================================================*/
.default-section-title span {
  color: var(--mainColor);
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: var(--fontSize);
  font-family: var(--fontFamily2);
}

.default-section-title h3 {
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 800;
}


.default-section-title h3:last-child {
  margin-bottom: 0px;
}

.default-section-title-middle span,
.content-title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: var(--blackColor);
}
.default-section-title-middle span::after {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: var(--mainColor);
  margin: 4px 10px;
}

.default-section-title-middle span::before {
  content: "";
  width: 40px;
  height: 2px;
  display: inline-block;
  background: var(--mainColor);
  margin: 4px 10px;
}
.default-section-title-2 span {
  padding-left: 0;
}

.default-section-title-2 span::before {
  display: none;
}

.default-section-title-middle {
  max-width: 635px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Index 01 Banner Area CSS
=================================================*/
.header-1 .main-nav, .header-1 .sticky {
  background-color: #091c40 !important;
}

.header-1 .main-nav nav .navbar-nav .nav-item a, .header-1 .sticky nav .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.header-1 .main-nav nav .navbar-nav .nav-item a:hover, .header-1 .sticky nav .navbar-nav .nav-item a:hover {
  color: var(--mainColor);
}

.header-1 .main-nav nav .navbar-nav .nav-item .active, .header-1 .sticky nav .navbar-nav .nav-item .active {
  color: var(--mainColor);
}

.header-1 .menu-sidebar ul li .default-button {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}

.header-1 .menu-sidebar ul li .default-button:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.header-1 .popup-button {
  color: var(--whiteColor);
}

.main-banner {
  background-color: #091c40;
  overflow: hidden;
  position: relative;
}

.main-banner .plr-100 {
  padding-right: 0px;
}

.main-banner .shape .shape-1 {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: top-bottom 5s infinite linear forwards;
          animation: top-bottom 5s infinite linear forwards;
}

.banner-text-area h6 {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 600;
}

.banner-text-area h1 {
  color: var(--whiteColor);
  font-size: 52px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 20px;
}

.banner-text-area p {
  max-width: 670px;
  color: #eeeeee;
}

.banner-text-area .default-button {
  margin-top: 15px;
}

.main-banner-img {
  padding-top: 50px;
  position: relative;
}

.main-banner-img .shape-2 {
  position: absolute;
  left: 0%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: half-spin 15s infinite linear forwards;
          animation: half-spin 15s infinite linear forwards;
}

.main-banner-img img {
  position: relative;
  right: -20px;
}


.owl-slider {
  background-image: url(../../assets/img/hot-deal-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
/* .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
} */
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 40px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

.owl-carousel .item img {
  border-radius: 7px;
}

.owl-carousel .item h3 {
  text-align: center;
  margin-top: 15px;
  font-weight: 800;
  color:var(--whiteColor);
  font-family: var(--fontFamily);
}

.section-content {

  padding: 90px 0px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.text-lg {
  font-size: 52px;
  line-height: 1.1;
}

.about-img {
  box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.about-img .img-block {
  position: absolute;
  content: "";
  bottom: -270px;
  right: 0px;
  left: 30%;
  width: 100%;
  border: 10px solid #ffffff;
}

@media (max-width: 991px) {
  .about-img .img-block {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    bottom: -20px;
  }
}

.stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ddd;
  font-size: 120px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 767px) {
  .stroke-text {
    font-size: 90px;
  }
}

@media (max-width: 480px) {
  .stroke-text {
    font-size: 50px;
  }
}

.btn {
  line-height: 1;
  padding: 16px 32px;
  box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
  transition: all .2s ease-in-out;
  will-change: box-shadow;
  font-size: 13px;
  border-radius: 0px;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 2px solid transparent;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.btn-rounded {
  border-radius: 60px;
}

.btn-hero {
  background: #ff007a;
  color: #ffffff;
  border-color: #ff007a;
}

.btn-hero:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.ml-90 {
  margin-left:160px;
}







.single-products-box .content  {
  padding: 40px 10px 20px 10px;
  text-align: left;
  
}

.single-products-box  a {
  margin:20px 0 20px 0
}

.single-products-box .content p  {
 margin:0;
font-weight: 400;
font-size: 14px;

}

.single-products-box {
  
  margin-bottom: 30px;
  /* padding: 20px 10px; */
  box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.21);
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.21);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.21);
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-products-box .image {
  position: relative;
  margin-top:-20px;
  /* overflow: hidden; */
  border-radius: 10px;
}

.single-products-box .content ul {
  margin-left:-35px;
}

.single-products-box .content ul li{
  margin:0;
font-weight: 400;
font-size: 14px;
display: flex;
color: #6c757d !important;
}
.single-products-box .image img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-products-box .image .new {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 1px 12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
}

.single-products-box .image .sale {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  background-color: red;
  color: var(--whiteColor);
  padding: 1px 12px;
  font-size: 14px;
  font-weight: 600;
}

.single-products-box .image .buttons-list {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
}

.single-products-box .image .buttons-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-products-box .image .buttons-list ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}

.single-products-box .image .buttons-list ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: var(--blackColor);
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--whiteColor);
  height: 40px;
}

.single-products-box .image .buttons-list ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-products-box .image .buttons-list ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: .3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.single-products-box .image .buttons-list ul li a .tooltip-label::before {
  content: "\e9ff";
  color: var(--blackColor);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

.single-products-box .image .buttons-list ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}

.single-products-box .image .buttons-list ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-products-box .image .buttons-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-products-box .image .buttons-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-products-box .content {
  
  border-top: 1px solid #00000021;
  padding-top: 15px;
}

.single-products-box .content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  color: var(--blackColor);
}

.single-products-box .content .price span {
  color: var(--mainColor);
  font-size: 14.5px;
  font-weight: 600;
}

.single-products-box .content .price span.old-price {
  color: var(--optionalColor);
  text-decoration: line-through;
}

.single-products-box:hover  {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-products-box:hover  .buttons-list ul li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}



.products-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -82px;
}



/*=================================
Gallery Area
====================================*/

/*================================================
Index 01 Company State Area CSS
=================================================*/
.gallery-card {
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.gallery-card img{
  height: 250px;
  object-fit: cover;
}

.gallery-card::before {
  content: '';
  width: 0%;
  height: 0%;
  border-radius: 50%;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  background: linear-gradient(rgba(7, 160, 195, 0.2), rgba(7, 160, 195, 0.3));
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-card .gallery-card-text-area {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 25px;
  opacity: 0;
}

.gallery-card .gallery-card-text-area p {
  margin-bottom: 12px;
}

.gallery-card .gallery-card-text-area p a {
  color: var(--whiteColor);
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--mainColor);
}

.gallery-card .gallery-card-text-area h4 {
  margin-bottom: 0px;
  color: var(--whiteColor);
}

.gallery-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

.gallery-card:hover .gallery-card-text-area {
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f3f5fa;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
 font-family: var(--fontFamily2);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--mainColor);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: var(--mainColor);
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: var(--secondColor);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


.choose-section-two {
  position: relative;
  overflow: hidden;
  background: url(../images/choose-bg-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.choose-section-two::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(27, 25, 25, 0.3);
  z-index: -1;
}

.choose-section-two .content {
  padding: 40px 30px;
  background: #ffffff;
  max-width: 786px;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
}

.choose-section-two .content .section-title {
  margin-bottom: 30px;
}

.choose-section-two .content .section-title .sub-title::after {
  left: 0;
}

.choose-section-two .content .section-title {
  text-align: left;
}

.choose-section-two .content .text {
  margin-bottom: 25px;
}

.choose-section-two .content .title {
  margin-bottom: 20px;
}

.choose-section-two .content .features {
  margin-bottom: 5px;
}

.choose-section-two .content .features .item-single {
  padding: 15px 15px 15px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
          box-shadow: 0px 0px 25px 0px rgba(78, 76, 76, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choose-section-two .content .features .item-single .icon {
  font-size: 45px;
  color: #ff5e15;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

.choose-section-two .content .features .item-single h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.choose-section-two .content .features .item-single:hover .icon i {
  -webkit-animation: bounce .5s linear 1;
          animation: bounce .5s linear 1;
}

.choose-section-two .image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 100%;
  margin-right: 50px;
}

.choose-section-two .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #ff5e15;
  z-index: 1;
}

.choose-section-two .image::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background: #ff5e15;
  z-index: -1;
}

.choose-section-two .image img {
  width: 100%;
}

.choose-section-two.style-two {
  background: url(../images/choose-bg-2.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
}

.choose-section-two.style-two::after {
  content: none;
}


/* Home-Two-About */
.home-two-about{
  height: 1481px;
  padding-top: 248px;
  position: relative;
  background: #F7F8FA;
}
.home-two-about .home-two-pattern-layer{
  height: 1049px;
  top: 0;
}
.home2-about-icon1{
  position: absolute;
  bottom: 400px;
  left: 96px;
  z-index: 1;
}
.home2-about-icon2{
  position: absolute;
  top: 200px;
  left: 46%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.home2-about-icon3 {
  position: absolute;
  top: 110px;
  right: 200px;
  z-index: 1;
}
.home-two-about .common-title{
  margin-bottom: 35px;
    position:relative;
}
.home-two-about-content p{
    position:relative;
  font-family: var(--fontFamily2);
  font-size: 16px;
  line-height: 29px;
  color: #242C31;
}
.home-two-about-list{
  margin-top: 35px;
}
.home-two-about-list ul li{
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #004274;
}
.home-two-about-list ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/icons/list-arrow.png');
}
.home-two-about-btn{
  margin-top: 30px;
}
.about-right-image{
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.about-right-image-top{
  height: 330px;
}
.about-right-image-bottom{
  height: 254px;
}
/* Home-Two-About */


.home-two-pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 200px;
  width: 100%;
  height: 530px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
}

/* ====================
About page
=======================*/
.about-page{
  background: #ffffffff;
  height: 900px;
}
.about-page .home2-about-icon1 {
  bottom: 0;
}
.tour-guide{
  padding-bottom: 90px;
}
.tour-guid-page{
  padding-top: 140px;
}
.tour-guide-container{
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(141, 139, 139, 0.1);
  border-radius: 10px;
  padding: 59px 34px;
  margin-bottom: 60px;
}
.tour-guid-image{
  width: 238px;
  height: 145px;
  margin-bottom: 20px;
}
.tour-guid-content span{
  display: block;
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FE7524;
}
.tour-guid-content a{
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #094174;
  transform: 0.3s;
}
.tour-guid-content a:hover{
  color: #FE7524;
}

/* popup form ends*/
/* header ends */

/* banner starts */
.banner{
  position: relative;
  height: 934px;
}
.banner-icon1{
  position: absolute;
  left: 80px;
  top: 240px;
}
.banner-icon2{
  position: absolute;
  bottom: 60px;
  left: 130px;
}
.pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 934px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
  z-index: -1;
}
@keyframes slide{
  0%{
    background-position: 0 0;
  }

  100%{
    background-position: 1920PX 0;
  }
}
.banner-carousel{
  height: 100%;
}
.banner-content-wrapper {
  height: 934px;
  display: flex;
  align-items: center;
}
.banner-content-wrapper-inner h4{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 10px;
  color: #777777;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.banner-carousel .active .banner-content-wrapper-inner h4{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.banner-content-wrapper-inner h2{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 70px;
  line-height: 102px;
  color: #094174;
}
.banner-content-wrapper-inner h2 span{
  color: #FE7524;
  position: relative;
}
.banner-text-shape{
  position: absolute;
  bottom: -20px;
  left: 0;
}
#signature1, #signature2, #signature3, #signature4, #signature5, #signature6{
  stroke-dasharray: 247;
  stroke-dashoffset: 247;
  animation: sign 7s infinite;
}
@keyframes sign{
  to{
    stroke-dashoffset: 0;
  }
}
.banner-content-wrapper-inner p{
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin: 20px 0 30px 0;
  color: #242C31;
}
.banner-btn-media{
  display: flex;
  align-items: center;
}
.banner-media ul{
  display: flex;
  margin-left: 20px;
}
.banner-media ul li{
  margin: 0 20px;
}
.banner-media ul li a{
  display: inline-block;
  color: #FE7524;
  font-size: 28px;
  transition: 0.3s;
}
.banner-media ul li a:hover{
  color: #094174;
}
.banner-media ul li a svg:hover .bannar-inastagram{
  color: #094174;
}
.banner-image{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-right-content{
  position: relative;
  height: 934px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-right-image {
  position: absolute;
  right: -100px;
  width: 584px;
  height: 584px;
  border-radius: 50%;
}
.banner-right-image::after {
  content: '';
  position: absolute;
  background: url(../images/shape/banner-right-base.png) no-repeat;
  bottom: -1px;
  left: 20px;
  width: 544px;
  height: 544px;
  border-radius: 50%;
  z-index: -1;
}
.border-image{
  position: absolute;
  right: -125px;
  bottom: 130px;
  height: 634px;
  width: 634px;
  z-index: -1;
}
.banner-vedio{
  position: absolute;
  left: 60px;
  top: 200px;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(207, 207, 207, 0.25) 0px 4px 20px;
}
.banner-blank1{
  margin-top: 15px;
  width: 274px;
  height: 10px;
  border-radius: 4px;
  background: #E0E0E0;
}
.banner-blank2{
  margin-top: 15px;
  width: 247px;
  height: 10px;
  border-radius: 4px;
  background: #E0E0E0;
}
.banner-vedio-image{
  position: relative;
  width: 286px;
  height: 163px;
  border-radius: 30px;
}
/* banner video button */
.missiom-video-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
i.fas.fa-play {
    color: rgb(182, 227, 245);
    font-size: 20px;
}
a.hv-popup-link{
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.hv-popup-link:after{
    content: '';
    position: absolute;
    border: 30px solid #ffffff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: anim 1.5s linear infinite;
    opacity: 0;
}
@keyframes anim{
    0%{transform: scale(.5);}
    50%{opacity: 1;}
    100%{transform: scale(1);}
}
a.hv-popup-link .svg-inline--fa{
  color: skyblue;
}
/* banner video button ends */

.banner-track{
  position: absolute;
  right: -100px;
  bottom: 200px;
  background: #ffffff;
  padding: 10px 35px;
  border-radius: 38px;
  box-shadow: 0px 4px 20px rgba(207, 207, 207, 0.25);
  z-index: 1;
}
.banner-track h5{
  font-weight: 600;
  font-size: 18px;
  color: #094174;
}
.banner-track-image{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-track-image img{
  width: 82px;
}
.banner-track-shape{
  width: 55px;
  position: relative;
  margin-left: 30px;
}
.banner-track-shape .location{
  position: absolute;
  top: -21px;
  right: -5px;
  color: #094174;
  animation: location 1s linear infinite alternate;
  transform: scale(1);
}
.banner-track-shape .location svg{
  width: 14px;
  height: 28px;
  
}
.banner-track-shape .location svg path{
  fill: #094174 !important;
}
@keyframes location{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.5);
  }
}
.banner-plane{
  position: absolute;
  bottom: 300px;
  left: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms ease;
}
.banner-car{
  position: absolute;
  top: 140px;
  right: -160px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1000ms ease;
}
.banner-carousel .active .banner-plane{
opacity: 1;
transform: translateX(0);
transition-delay: 1500ms;
}
.banner-carousel .active .banner-car{
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2000ms;
}
/* banner ends */

/* service */
.service{
  padding: 100px 0;
  background: #F7F8FA;
  position: relative;
}
.service-icon1{
  position: absolute;
  top: 150px;
  left: 40px;
  animation: angle 2s linear infinite alternate;
}
@keyframes angle {
  0%{
    transform: rotate(-25deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.service-icon2{
  width: 114px;
  position: absolute;
  top: 60px;
  right: 33%;
}
.service-icon3{
  width: 54px;
  position: absolute;
  top: 180px;
  right: 220px;
  animation: victor 2s linear infinite alternate;
}
@keyframes victor{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.3);
  }
}
.service-container{
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 83.5px;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
}
.service-content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.service-content::after{
  content: '';
  background-color: #E0E0E0;
  height: 41px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-last-child::after{
  display: none;
}
.service-icon{
  color: #FE7524;
  font-size: 26px;
}
.service-form{
  margin-left: 22px;
}
.service-form-option{
  position: relative;
  z-index: 1;
  display: block;
}
.service-form-option label{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #777777;
}
.service-form-option .nice-select{
  border: 1px solid transparent;
  padding: 0;
}
.service-form-option .nice-select span{
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #242C31;
  text-transform: capitalize;
}
.service-form-option .nice-select:after {
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}
input[type="date"], input[type="search"] {
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #242C31;
  cursor: pointer;
  position: relative;
}
::-webkit-calendar-picker-indicator { 
  cursor: pointer;
}
.service-form-option input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.service-button a{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  background: #094174;
  color: #ffffff;
  font-size: 32px;
  transition: 0.3s;
}
.service-button a:hover{
  color: #FE7524;
}
.service-button a .svg-inline--fa{
  font-size: 23px;
}
.service-form-option .common-label .svg-inline--fa {
  font-size: 13px;
  color: #094174;
}
/* service */

/* category */
.category{
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}
.sail-image{
  position: absolute;
  top: 50px;
  left: 20%;
  animation: blog 2s linear infinite alternate;
}
.category-content{
  position: relative;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F8FA;
  transition: 0.3s;
}
.category-content-inner {
  transition: 0.3s;
}
.category-image-container{
  width: 104px;
  height: 104px;
  line-height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 15px rgba(205, 205, 205, 0.05);
  margin-bottom: 10px;
}
.category-image{
  width: 63px;
  height: 45px;
  margin: 0 auto;
}
.category-content h5{
  font-weight: 600;
  font-size: 18px;
  color: #094174;
  margin: 5px 0;
}
.category-btn{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background: #094174;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.category-btn:hover{
  color: #FE7524;
}
.category-content:hover .category-btn{
  opacity: 1;
  visibility: visible;
}
.category-content:hover .category-content-inner{
  margin-top: -60px;
}
/* category */

/* deals */
.deals{
  padding: 40px 0;
}
.deals .common-title{
  position: relative;
}
.deals .common-title .deal-icon{
  position: absolute;
  top: 0;
  left: 450px;
}
.deals-slider-wrapper{
  margin: 0 -108px;
}
.deals-slider{
  display: flex;
}
.deals-content{
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(141, 139, 139, 0.1);
  border-radius: 20px;
}
.deals-image{
  border-radius: 20px;
}
.deals-info{
  padding: 40px 20px 40px 20px;
}
.deals-info ul{
  display: flex;
  justify-content: space-between;
}
.deals-info ul li .svg-inline--fa{
  color: #FE7524;
}
.deals-info ul li span{
  display: inline-block;
  color: #FE7524;
  font-size: 24px;
  font-weight: 700;
}
.deals-info-link{
  display: inline-block;
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #094174;
  margin: 10px 0;
  transition: 0.3s;
}
.deals-info-link:hover{
  color: #FE7524;
}
.deals-info p .svg-inline--fa{
  color: #777777;
  margin-right: 10px;
}

.deals-info p{
  padding-left: 27px;
}

.deals-info p i{
  color: #094174;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* deals */

/* video */
.video{
  padding-top: 140px;
  padding-bottom: 204px;
  position: relative;
} 
.video .pattern-layer{
  height: 950px;
}
.video-container{
  position: relative;
}
.video-image{
  width: 100%;
  height: 605px;
  border-radius: 20px;
}
.video-content{
  width: 262px;
  height: 250px;
  position: absolute;
  top: -50px;
  left: 200px;
  background: #FFFFFF;
  box-shadow: 11px -10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 37px 20px;
}
.video-container .destination-video-btn{
  position: absolute;
  top: 55%;
  left: 78%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 285px;
  width: 100%;
}
.video-container .destination-video-btn a{
  width: 80px;
  height: 80px;
  font-size: 24px;
}
.destination-vedio h5{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.video-content p{
  color: #FE7524;
}
.video-content h5{
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #094174;
}
.video-content h5 span{
  display: inline-block;
  color: #FE7524;
  font-family: 'Permanent Marker';
}
.video-info{
  display: flex;
  margin-top: 10px;
}
.video-info img{
  width: 45px;
  height: 45px;
}
.video-info ul{
  margin-left: 10px;
}
.video-info ul li{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FE7524;
}
.video-info ul li:last-child{
  color: #094174;
}
/* video */

/* funfact */
section.fanfact {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.funfact-container{
  display: flex;
  justify-content: center;
}
.count-text, .count-after{
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  color: #094174;
}
.funfact-inner-box p{
  color: #FE7524;
  font-size: 14px;
}
.funfact-inner-box h6{
  color: #777777;
  font-size: 24px;
  line-height: 34px;
}
/* funfact */

/* destination */
.destination{
  padding: 140px 0;
  position: relative;
}
.destination-icon{
  position: absolute;
  top: 140px;
  right: 25%;
  animation: plan 20s linear infinite;
}
@keyframes plan{
  0%{
    top: 140px;
    right: 25%;
  }
  25%{
    top: 140px;
    right: 5%;
  }
  50%{
    top: 180px;
    right: 5%;
    transform: rotate(90deg);
  }
  75%{
    top: 180px;
    right: 25%;
    transform: rotate(180deg) scaleX(1.2);
  }
  100%{
    top: 140px;
    right: 25%;
    transform: rotate(360deg);
  }
}
.destination-container{
  position: relative;
  transition: 0.3s;
}
.mb-24{
  margin-bottom: 24px;
}
.destination-image{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.destination-content{
  position: absolute;
  padding: 46px 22px;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.5);
  color: #094174;
  z-index: 1;
  transition: 0.3s;
}
.destination-content h6{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.destination-content p{
  font-size: 18px;
  text-align: center;
}
.destination-container:hover .destination-content{
  background: #FE7524;
  color: #ffffff;
}
.destination-content-1{
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 0px;
}
.destination-content-2{
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 20px 0px;
}
.destination-content-3{
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 0px 20px;
}
/* destination */

/* testimonial */
.testimonial{
  background: url('../images/gallery/testimonial-bg.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  position: relative;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}
.testimonial-container{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 76px 60px;
  background: #ffffff;
  width: 838px;
  height: 500px;
  border-radius: 0px 20px 0px 0px;
}
.test-bus{
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-content h5 {
  font-family: 'Permanent Marker';
  font-size: 24px;
  line-height: 29px;
  color: #FE7524;
}
.testimonial-content h4{
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #094174;
  margin: 26px 0;
}
.testimonial-info{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial-image{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-rating p{
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}
.testimonial-rating ul{
  display: flex;
  margin-left: -30px;
    color: #fe7524;
}
.testimonial-rating ul li{
  margin-right: 5px;
  list-style:none;
}
.testimonial-rating ul li .svg-inline--fa{
  color: #FE7524;
  font-size: 12px;
}

.testimonial .owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: #094174;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  border: 1.5px solid transparent;
  background: #E6E6E6;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
/* testimonial */

/* news letter */
.news-leter{
  position: relative;
}
.news-leter .banner-icon1{
  top: 140px;
  left: 100px;
  width: 90px;
  height: auto;
}
.news-letter-container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.news-letter-container-inner{
  width: 100%;
}
.news-letter-container-inner .common-title{
  margin-bottom: 35px;
}
.news-letter-container-inner form{
  position: relative;
  width: 100%;
  background: #F7F8FA;
  border-radius: 5px;
}
.news-letter-container-inner form .email{
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background: transparent;
  color: #777777;
}
.news-letter-container-inner .read-more{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 5px;
  background: #FE7524;
  color: #ffffff;
}
.news-letter-image{
  height: 688px;
  width: 914px;
}
.newsletter-slider {
  margin-top: 85px;
}
.newsletter-slider .newsletter-slider-image{
  height: 40px;
  margin: 0 10px;
}
.home-two-pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 200px;
  width: 100%;
  height: 530px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
}
@keyframes homemap{
  0%{
    background-position: 0 0;
  }

  100%{
    background-position: 858PX 0;
  }
}

/* testimonial */
.testimonial{
  background: url('../images/gallery/testimonial-bg.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  position: relative;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}
.testimonial-container{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 76px 60px;
  background: #ffffff;
  width: 838px;
  height: 500px;
  border-radius: 0px 20px 0px 0px;
}
.test-bus{
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-content h5{
  font-family: 'Permanent Marker';
  font-size: 24px;
  line-height: 29px;
  color: #FE7524;
}

.testimonial-content p {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0px;
}
.testimonial-content h4{
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #094174;
  margin: 26px 0;
}
.testimonial-info{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.testimonial-image{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-rating p{
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
}
.testimonial-rating ul{
  display: flex;
}
.testimonial-rating ul li{
  margin-right: 5px;
}
.testimonial-rating ul li .svg-inline--fa{
  color: #FE7524;
  font-size: 12px;
}

.testimonial .owl-dots {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
  background: #094174;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  border: 1.5px solid transparent;
  background: #E6E6E6;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}



.testimonial-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 76px 60px;
    background: #ffffff;
    width: 838px;
    height: 500px;
    border-radius: 0px 20px 0px 0px;
}



.testimonial {
    background: url(../images/gallery/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    position: relative;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
}

.faq-image {
    width: 100%;
}
.faq-image img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
/* testimonial */

