/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
 
                
:root {
    --jetly-font: Georgia, sans-serif;
    --jetly-reey-font: "reeyregular";
    --jetly-gray: #79817c;
    --jetly-gray-rgb: 121, 129, 124;
    --jetly-white: #ffffff;
    --jetly-white-rgb: 255, 255, 255;
    --jetly-base: #a79132;
    --jetly-base-rgb: 167, 145, 50;
    --jetly-black: #123821;
    --jetly-black-rgb: 18, 56, 33;
    --jetly-primary: #f8f7f1;
    --jetly-primary-rgb: 248, 247, 241;
    --jetly-letter-spacing: -0.04em;
  
  }
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}.nb-form {
    position: fixed;
    z-index: 9999;
    width: 400px;
    background: #FFF;
    right: -355px;
    transform: rotate(-90deg);
    top: 25%;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    right: 0px;
}
.ml-5{
    margin-left:5px;
}
.mr-5{
    margin-right:5px;
}
/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
   background: #cf9822;
    font-size: 16px !important;
    /* padding: 20px 18px !important; */
    text-align: center;
    color: #fff !important;
    border-radius: 10px 10px 0 0;

}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
    
}

 

/*-- Form Elements --*/

.nb-form form {
    padding: 1px 1px 1px 1px;
    transform: rotate(90deg);
}

.nb-form input,
.nb-form textarea,
.nb-form label{
       font-family:Georgia, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 10px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
            display: none;
    }
}
  .row {
    --bs-gutter-x: 30px;
  }
  
  .gutter-y-30 {
    --bs-gutter-y: 30px;
  }
  
  body {
    font-family: Georgia, sans-serif;
                                                
    color: gray;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }
  
  body.locked {
    overflow: hidden;
  }
  
  a {
    color: gray;
  }
  
  a,
  a:hover,
  a:focus,
  a:visited {
    text-decoration: none;
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  :-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #fffff;
    margin: 0;
    letter-spacing: var(--jetly-letter-spacing);
  }
  
  p {
    margin: 0;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  :-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  :-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  
  ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  .section-separator {
    border-color: var(--jetly-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
  }
  
  /*--------------------------------------------------------------
  # Custom Cursor
  --------------------------------------------------------------*/
  .custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #cf9822;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
  }
  
  .custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #cf9822;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
  }
  
  .custom-cursor__hover {
    background-color: #cf9822;
    opacity: 0.4;
  }
  
  .custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
  }
  
  
  .thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #0070c1;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    padding: 5px 10px 5px;
    border-radius: 20px;
    transition: all 0.5s linear;
    z-index: 1;
}
  
  .thm-btn::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #cf9822;
    content: "";
    border-radius: 30px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
  }
  
  .thm-btn:hover {
    color: white;
  }
  
  .thm-btn:hover:before {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  
  
  .section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 47px;
    z-index: 3;
  }
  
  .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #cf9822;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
  }
  
  .section-title__title {
    margin: 0;
    color: #0070c1;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 5px;
  }
  .section-title__title span{
    color: #cf9822;
  }
  .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
  .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
  .bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  
  .bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .bootstrap-select .dropdown-toggle:focus,
  .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
  }
  
  .bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
  }
  
  .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--jetly-primary);
    color: #fff;
  }
  
  .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: #cf9822;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .bootstrap-select .dropdown-menu>li>a:hover {
    background: #0070c1;
    color: white;
    cursor: pointer;
  }
  
  .preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
  }
  
  /* scroll to top */
  .scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #cf9822;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
  }
  
  .scroll-to-top i {
    color: white;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
  }
  
  .scroll-to-top:hover {
    background-color: #0070c1;
  }
  
  .scroll-to-top:hover i {
    color: #fff;
  }
  
  
  /*--------------------------------------------------------------
  # Navigations One
  --------------------------------------------------------------*/
  .main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
  }
  
  .main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .main-menu {
    position: relative;
    display: block;
  }
  
  .main-menu__wrapper {
    position: relative;
    display: block;
    padding: 0 55px;
  }
  
  .main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .main-menu__left {
    display: block;
  }
  
  .main-menu__logo {
    display: block;
    padding: 26px 0;
  }
  
  .main-menu__main-menu-box {
    display: block;
  }
  
  .main-menu__right {
    position: relative;
    display: block;
  }
  
  .main-menu__search-cart-call-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  
  .main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
  }
  
  .main-menu__search-cart-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .main-menu__search-box {
    position: relative;
    display: block;
  }
  
  .main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__search:hover {
    color: #cf9822;
  }
  
  .main-menu__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
  }
  
  .main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__cart:hover {
    color: #cf9822;
  }
  
  .main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  
  .main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #cf9822;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__call-icon:hover {
    background-color: white;
    color: #cf9822;
  }
  
  .main-menu__call-content {
    margin-left: 10px;
  }
  
  .main-menu__call-sub-title {
    font-size: 13px;
    font-weight: 500;
    color: rgba(var(--jetly-white-rgb), .40);
    line-height: 13px;
  }
  
  .main-menu__call-number {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 6px;
    letter-spacing: 0;
  }
  
  .main-menu__call-number a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu__call-number a:hover {
    color: #cf9822;
  }
  
  .stricky-header.main-menu {
    background-color: #0070c1;
  }
  
  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }
  
  
  
  @media (min-width: 1200px) {
  
    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  .main-menu .main-menu__list>li,
  .stricky-header .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
  }
  
  .main-menu .main-menu__list>li+li,
  .stricky-header .main-menu__list>li+li {
    margin-left: 20px;
  }
  
  .main-menu .main-menu__list>li>a,
  .stricky-header .main-menu__list>li>a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  
  .main-menu .main-menu__list>li.current>a,
  .main-menu .main-menu__list>li:hover>a,
  .stricky-header .main-menu__list>li.current>a,
  .stricky-header .main-menu__list>li:hover>a {
    color: #cf9822;
  }
  
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: rgb(255, 255, 255);
   padding: 12px 15px 27px;
  }
  
  .shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  }
  
  .main-menu .main-menu__list>li>ul>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
  }
  
  .main-menu .main-menu__list>li:hover>ul,
  .main-menu .main-menu__list>li>ul>li:hover>ul,
  .stricky-header .main-menu__list>li:hover>ul,
  .stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
  }
  
  .main-menu .main-menu__list>li>ul>li,
  .main-menu .main-menu__list>li>ul>li>ul>li,
  .stricky-header .main-menu__list>li>ul>li,
  .stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
  }
  
  .main-menu .main-menu__list>li>ul>li+li,
  .main-menu .main-menu__list>li>ul>li>ul>li+li,
  .stricky-header .main-menu__list>li>ul>li+li,
  .stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: none;
   
  }
  
  .main-menu .main-menu__list>li>ul>li>a,
  .main-menu .main-menu__list>li>ul>li>ul>li>a,
  .stricky-header .main-menu__list>li>ul>li>a,
  .stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: gray;
    letter-spacing: 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px 5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: white;
    letter-spacing: var(--jetly-letter-spacing);
  }
  
  .main-menu .main-menu__list>li>ul>li:hover>a,
  .main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
  .stricky-header .main-menu__list>li>ul>li:hover>a,
  .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    background-color: var(--jetly-primary);
    color: #0070c1;
  }
  
  .main-menu .main-menu__list>li>ul>li>a::before,
  .main-menu .main-menu__list>li>ul>li>ul>li>a::before,
  .stricky-header .main-menu__list>li>ul>li>a::before,
  .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #cf9822;
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .main-menu .main-menu__list>li>ul>li:hover>a::before,
  .main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
  .stricky-header .main-menu__list>li>ul>li:hover>a::before,
  .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
    transform: translateY(-50%) scale(1);
  }
  
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
  }
  
  .main-menu .main-menu__list li ul li>ul.right-align,
  .stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
  }
  
  .main-menu-three__main-menu-box .main-menu__list>.megamenu,
  .main-menu-two__main-menu-box .main-menu__list>.megamenu,
  .main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
  }
  
  .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
  .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
  .main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
  }
  
  .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
  .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
  .main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
  }
  
  .stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  }
  
  @media (max-width: 1199px) {
    .stricky-header {
      display: none !important;
    }
  }
  
  .stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  
  .stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
  
  .mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
  }
  
  @media (min-width: 1200px) {
    .mobile-nav__buttons {
      display: none;
    }
  }
  
  .mobile-nav__buttons a {
    font-size: 20px;
    color: #cf9822;
    cursor: pointer;
  }
  
  .mobile-nav__buttons a+a {
    margin-left: 10px;
  }
  
  .mobile-nav__buttons a:hover {
    color: #cf9822;
  }
  
  .main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: #cf9822;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .main-menu .mobile-nav__toggler:hover {
    color: #0070c1;
  }
  
  @media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
      display: none;
    }
  }
  
  /*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
  }
  
  .mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  
  .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
  }
  
  .mobile-nav__content {
    width: 300px;
    background-color: #0070c1;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  
  .mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  
  .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: white;
    cursor: pointer;
  }
  
  .mobile-nav__content .main-menu__list,
  .mobile-nav__content .main-menu__list>li>ul,
  .mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .mobile-nav__content .main-menu__list>li>ul,
  .mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
  }
  
  .mobile-nav__content .main-menu__list>li:not(:last-child),
  .mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important;
  }
  
  .mobile-nav__content .main-menu__list>li>a,
  .mobile-nav__content .main-menu__list>li>ul>li>a,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--jetly-font, "Rubik", Georgia, sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: #cf9822;
  }
  
  .mobile-nav__content .main-menu__list>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: #cf9822;
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
  }
  
  .mobile-nav__content .main-menu__list>li>a>button.expanded,
  .mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: #cf9822;
  }
  
  /* no menu after 2rd level dropdown */
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
  .mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
  }
  
  .mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
  }
  
  .mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .mobile-nav__top .main-menu__login a {
    color: var(--jetly-text-dark);
  }
  
  .mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .mobile-nav__social a {
    font-size: 16px;
    color: white;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .mobile-nav__social a+a {
    margin-left: 30px;
  }
  
  .mobile-nav__social a:hover {
    color: #cf9822;
  }
  
  .mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .mobile-nav__contact li {
    color: var(--jetly-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .mobile-nav__contact li+li {
    margin-top: 15px;
  }
  
  .mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .mobile-nav__contact li a:hover {
    color: #cf9822;
  }
  
  .mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #cf9822;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
  }
  
  .mobile-nav__container .main-logo,
  .mobile-nav__container .topbar__buttons,
  .mobile-nav__container .main-menu__language,
  .mobile-nav__container .main-menu__login {
    display: none;
  }
  
  
  
  /*--------------------------------------------------------------
  # Home Showcase
  --------------------------------------------------------------*/
  .home-showcase {
    margin-top: -31px;
    margin-bottom: -31px;
  }
  
  .home-showcase__inner {
    padding: 40px 40px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  }
  
  .home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
  }
  
  .home-showcase__image {
    position: relative;
    background-color: #cf9822;
    overflow: hidden;
  }
  
  .home-showcase__image>img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .home-showcase__image:hover>img {
    opacity: 0.75;
  }
  
  .home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
  
  .home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
  }
  
  .home-showcase__buttons__item {
    padding: 10px 20px;
    width: 150px;
    text-align: center;
  }
  
  .home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
  }
  
  .home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0070c1;
    margin-top: 17px;
  }
  
  .mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
  }
  
  .mobile-nav__wrapper .home-showcase__title {
    color: var(--jetly-white, #ffffff);
  }
  
  /*--------------------------------------------------------------
  # Navigations Two
  --------------------------------------------------------------*/
  .main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
  }
  
  .main-header-two__top {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding: 2px 0;
  }
  
  .main-header-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .main-header-two__top-left {
    position: relative;
    display: block;
  }
  
  .main-header-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
  
  .main-header-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-two__contact-list li+li {
    margin-left: 30px;
  }
  
  .main-header-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-two__contact-list li .icon i {
    font-size: 12px;
    color: #cf9822;
  }
  
  .main-header-two__contact-list li .text {
    margin-left: 10px;
  }
  
  .main-header-two__contact-list li .text p {
    font-size: 13px;
    font-weight: 500;
    color: #889f91;
  }
  
  .main-header-two__contact-list li .text p a {
    color: #889f91;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-header-two__contact-list li .text p a:hover {
    color: #cf9822;
  }
  
  .main-header-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-two__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding: 12.5px 0;
  }
  
  .main-header-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-header-two__social a:hover {
    color: #cf9822;
  }
  
  .main-header-two__social a+a {
    margin-left: 25px;
  }
  
  .stricky-header.main-menu-two {
    background-color: #0070c1;
  }
  
  .main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .main-menu-two__wrapper-inner-border {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
  
  .main-menu-two__left {
    display: block;
    margin-right: 135px;
  }
  
  .main-menu-two__logo {
    display: block;
    padding: 26px 0;
  }
  
  .main-menu-two__main-menu-box {
    display: block;
  }
  
  .main-menu-two__right {
    display: flex;
    align-items: center;
  }
  
  .main-menu-two__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 178px;
    padding: 38px 0;
  }
  
  .main-menu-two__search-cart-box:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: -30px;
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-two__search:hover {
    color: #cf9822;
  }
  
  .main-menu-two__cart-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  
  .main-menu-two__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-two__cart:hover {
    color: #cf9822;
  }
  
  .main-menu-two .main-menu__list>li+li,
  .stricky-header.main-menu-two .main-menu__list>li+li {
    margin-left: 60px;
  }
  
  .main-menu-two .main-menu__list>li>a,
  .stricky-header.main-menu-two .main-menu__list>li>a {
    color: white;
  }
  
  .main-menu-two .main-menu__list>li.current>a,
  .main-menu-two .main-menu__list>li:hover>a,
  .stricky-header.main-menu-two .main-menu__list>li.current>a,
  .stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # Navigations Three
  --------------------------------------------------------------*/
  .main-header-three {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  
  .stricky-header.main-menu-three {
    background-color: white;
  }
  
  .main-header-three__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #eeede5;
    padding: 2px 0;
    z-index: 1;
  }
  
  .main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 60px 0;
  }
  
  .main-header-three__top-left {
    position: relative;
    display: block;
  }
  
  .main-header-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
  
  .main-header-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-three__contact-list li+li {
    margin-left: 30px;
  }
  
  .main-header-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 1px;
  }
  
  .main-header-three__contact-list li .icon i {
    font-size: 12px;
    color: #cf9822;
  }
  
  .main-header-three__contact-list .text {
    margin-left: 10px;
  }
  
  .main-header-three__contact-list .text p {
    font-size: 15px;
    font-weight: 700;
    color: gray;
  }
  
  .main-header-three__contact-list .text p a {
    color: gray;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-header-three__contact-list li .text p a:hover {
    color: #cf9822;
  }
  
  .main-header-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-three__social {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-header-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-header-three__social a:hover {
    color: #cf9822;
  }
  
  .main-header-three__social a+a {
    margin-left: 25px;
  }
  
  .main-menu-three__wrapper {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 60px 0;
  }
  
  .main-menu-three__left {
    position: relative;
    display: block;
  }
  
  .main-menu-three__logo {
    position: relative;
    display: block;
    padding: 0px 0;
  }
  .main-menu-three__logo img{
    width: 257px;
  }

  .stricky-fixed .main-menu-three__logo img{
    width: 200px;
  }
  .main-menu-three__right {
    position: relative;
    display: block;
  }
  
  .main-menu-three__main-menu-box {
    display: block;
  }
  
  .main-menu-three__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 38px 0;
  }
  
  .main-menu-three__search-cart-box:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: -30px;
    width: 1px;
    background-color: #eeede5;
  }
  
  .main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-three__search:hover {
    color: #cf9822;
  }
  
  .main-menu-three__cart-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  
  .main-menu-three__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .main-menu-three__cart:hover {
    color: #cf9822;
  }
  
  .stricky-header.main-menu-three {
    background-color: white;
  }
  
  .main-menu-three .main-menu__list>li>a,
  .stricky-header.main-menu-three .main-menu__list>li>a {
    color: gray;
    font-weight: 500;
    border-bottom: 1px solid #cf9822;
  }
  
  .main-menu-three .main-menu__list>li.current>a,
  .main-menu-three .main-menu__list>li:hover>a,
  .stricky-header.main-menu-three .main-menu__list>li.current>a,
  .stricky-header.main-menu-three .main-menu__list>li:hover>a {
    color: #0070c1;
  }
  
  
  /*--------------------------------------------------------------
  # Search Popup
  --------------------------------------------------------------*/
  .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  }
  
  .search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0070c1;
    opacity: 0.75;
    cursor: pointer;
  }
  
  .search-popup__content {
    width: 100%;
    max-width: 610px;
  }
  
  .search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .search-popup__content form input[type="search"],
  .search-popup__content form input[type="text"] {
  width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    color: #0000006b;
    outline: none;
    height: 66px;
    padding-left: 18px;

  }
  
  .search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 109px;
    right: -1px;
    border-radius: 0;
    background-color: #cf9822;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .search-popup__content .thm-btn:hover:before {
    width: 150%;
  }
  
  /*--------------------------------------------------------------
  # Main Slider
  --------------------------------------------------------------*/
  .main-slider {
    position: relative;
    display: block;
    z-index: 2;
  }
  
  .main-slider .swiper-slide {
    position: relative;
    background-color: #0070c1;
  }
  
  .main-slider .container {
    position: relative;
    padding-top: 224px;
    padding-bottom: 230px;
    z-index: 30;
  }
  
  .main-slider .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    mix-blend-mode: luminosity;
    opacity: .15;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
  }
  
  .main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  
  .main-slider__content {
    position: relative;
    display: block;
    text-align: center;
  }
  
  .main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: white;
    font-weight: 500;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider__title {
    position: relative;
    font-size: 100px;
    color: white;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 39px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider__btn {
    background-color: #cf9822;
  }
  
  .main-slider__btn:hover {
    color: #cf9822;
  }
  
  .main-slider__btn:before {
    background-color: white;
  }
  
  .main-slider__btn-two {
    background-color: white;
    color: #0070c1;
    margin-left: 10px;
  }
  
  .main-slider__btn-two:hover {
    color: white;
  }
  
  .main-slider__btn-two:before {
    background-color: #cf9822;
  }
  
  .main-slider .swiper-slide-active .main-slider__title,
  .main-slider .swiper-slide-active .main-slider__sub-title,
  .main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  
  /*--------------------------------------------------------------
  # Main Slider Two
  --------------------------------------------------------------*/
  .main-slider-two {
    position: relative;
    display: block;
    z-index: 91;
  }
  
  .main-slider-two .swiper-slide {
    position: relative;
    background-color: #0070c1;
  }
  
  .main-slider-two .container {
    position: relative;
    padding-top: 388px;
    padding-bottom: 175px;
    z-index: 30;
  }
  
  .image-layer-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
  }
  
  .main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  
  .image-layer-two:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--jetly-black-rgb), .50);
  }
  
  .main-slider-two__content {
    position: relative;
    display: block;
  }
  
  .main-slider-two__title {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 32px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider-two .swiper-slide-active .main-slider-two__title,
  .main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  
  .main-slider-two__shape-1 {
    position: absolute;
    top: -65px;
    left: 0;
    transform: translateX(-200px);
    opacity: 0;
  }
  
  .swiper-slide-active .main-slider-two__shape-1 {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1000ms ease;
    transition-delay: 1200ms;
  }
  
  .main-slider-two__shape-1 img {
    width: auto;
  }
  
  .main-slider__nav {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
  }
  
  
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--jetly-black-rgb), 1);
    background-color: rgba(var(--jetly-white-rgb), .20);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 23px 0;
  }
  
  .main-slider__nav .swiper-button-next:hover,
  .main-slider__nav .swiper-button-prev:hover {
    color: rgba(var(--jetly-black-rgb), 1);
    background-color: rgba(var(--jetly-white-rgb), 1);
  }
  
  .main-slider__nav .swiper-button-next::after,
  .main-slider__nav .swiper-button-prev::after {
    display: none;
  }
  
  .main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
  }
  
  /*--------------------------------------------------------------
  # Main Slider Two
  --------------------------------------------------------------*/
  .main-slider-three {
    position: relative;
    display: block;
    z-index: 91;
  }
  
  .main-slider-three .swiper-slide {
    position: relative;
    /* background-image: linear-gradient(0deg, rgb(246, 245, 238) 0%, rgba(255, 255, 255, 0) 100%); */
    background-color: rgb(246, 245, 238);
  
  }
  
  .main-slider-three .container {
    position: relative;
    padding-top: 300px;
    padding-bottom: 130px;
    z-index: 30;
  }
  
  .image-layer-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 100%;
    background-repeat: repeat-x;
    background-position: -1920px 100%;
    z-index: 1;
    animation: cloudMove 80s linear 0s infinite;
    mix-blend-mode: luminosity;
  }
  
  @keyframes cloudMove {
    0% {
      background-position: -1920px 100%;
    }
  
    100% {
      background-position: 0 100%;
    }
  }
  
  .main-slider-three__img {
    position: absolute;
    bottom: 170px;
    margin-right: 420px;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    z-index: 1;
  }
  
  .main-slider-three__img img {
    width: auto;
  }
  
  .main-slider-three .swiper-slide-active .main-slider-three__img {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 3000ms;
    transition-delay: 3000ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease,
      background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease,
      background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
      background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
      background 500ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider-three__content {
    position: relative;
    display: block;
  }
  
  .main-slider-three__sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #cf9822;
    font-weight: 700;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider-three__title {
    position: relative;
    font-size: 46px;
    color: #0070c1;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 32px;
    opacity: 0;
    text-shadow: 2px 2px #ffffff;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  .main-slider-three__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  }
  
  
  .main-slider-three .swiper-slide-active .main-slider-three__sub-title,
  .main-slider-three .swiper-slide-active .main-slider-three__title,
  .main-slider-three .swiper-slide-active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  
  
  /*--------------------------------------------------------------
  # Feature One
  --------------------------------------------------------------*/
  .feature-one {
    position: relative;
    display: block;
    background-color: #cf9822;
    padding: 220px 0 90px;
    z-index: 4;
  }
  
  .feature-one__shape-1 {
    position: absolute;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .feature-one__shape-1>img {
    width: auto;
  }
  
  .feature-one__shadow {
    position: absolute;
    bottom: -56px;
    background-blend-mode: multiply;
    background-color: #cf9822;
    z-index: -1;
  }
  
  .feature-one__shadow>img {
    width: auto;
    mix-blend-mode: multiply;
  }
  
  .feature-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #b4a151;
    padding: 36px 39px 32px;
    z-index: 1;
  }
  
  .feature-one__single:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    background-color: white;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .feature-one__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
  }
  
  .feature-one__icon {
    position: relative;
    display: block;
    margin-bottom: 13px;
  }
  
  .feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: #0070c1;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .feature-one__single:hover .feature-one__icon span {
    color: #cf9822;
    transform: scale(.9);
  }
  
  .feature-one__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 28px;
  }
  
  .feature-one__title a {
    color: white;
    transition: all 0.4s linear;
  }
  
  .feature-one__single:hover .feature-one__title a {
    color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # About One
  --------------------------------------------------------------*/
  .about-one {
    position: relative;
    display: block;
    padding: 120px 0 160px;
  }
  
  .about-one__left {
    position: relative;
    display: block;
  }
  
  .about-one__left .section-title {
    margin-bottom: 28px;
  }
  
  .about-one__points {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  
  .about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .about-one__points li+li {
    margin-top: 6px;
  }
  
  .about-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .about-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cf9822;
  }
  
  .about-one__points li .text {
    margin-left: 15px;
  }
  
  .about-one__points li .text p {
    font-size: 18px;
    font-weight: 700;
    color: #0070c1;
  }
  
  .about-one__btn-call {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .about-one__btn-box {
    position: relative;
    display: block;
  }
  
  .about-one__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  
  .about-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 237, 229);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    width: 57px;
    height: 57px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .about-one__call-icon:hover {
    background-color: #cf9822;
    border-color: #cf9822;
  }
  
  .about-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #cf9822;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .about-one__call-icon:hover span {
    color: white;
  }
  
  .about-one__call-content {
    margin-left: 10px;
  }
  
  .about-one__call-sub-title {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 20px;
    font-weight: 500;
  }
  
  .about-one__call-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  
  .about-one__call-number a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .about-one__call-number a:hover {
    color: #cf9822;
  }
  
  .about-one__right {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 40px;
    z-index: 1;
  }
  
  .about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .about-one__img-box:before {
    content: "";
    position: absolute;
    top: 90px;
    left: -40px;
    right: 40px;
    bottom: -40px;
    background-color: var(--jetly-primary);
    z-index: -1;
  }
  
  .about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .about-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .about-one__img-box:hover .about-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
  }
  
  .about-one__img>img {
    width: 100%;
  }
  
  .about-one__satisfied {
    position: absolute;
    bottom: 70px;
    right: -40px;
    background-color: #cf9822;
    display: flex;
    align-items: center;
    padding: 27px 40px 27px;
    z-index: 2;
  }
  
  .about-one__satisfied:before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #9a8528;
  }
  
  .about-one__satisfied-icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .about-one__satisfied-icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #0070c1;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .about-one__satisfied:hover .about-one__satisfied-icon span {
    transform: scale(.9);
  }
  
  .about-one__satisfied-content {
    margin-left: 20px;
  }
  
  .about-one__satisfied-content h3 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--jetly-font) !important;
    letter-spacing: 0;
  }
  
  .about-one__satisfied-content p {
    font-size: 14px;
    color: #ede2b1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 20px;
  }
  
  .about-one__satisfied .odometer-formatting-mark {
    display: none;
  }
  
  /*--------------------------------------------------------------
  # Feature Two
  --------------------------------------------------------------*/
  .feature-two {
    position: relative;
    display: block;
    padding: 0 0 90px;
  }
  
  .feature-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .feature-two__img-box {
    position: relative;
    display: block;
  }
  
  .feature-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  
  .feature-two__img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: rgb(19, 44, 26);
    background: rgb(19, 44, 26);
    background: linear-gradient(180deg, rgba(19, 44, 26, 0) 47%, rgba(19, 44, 26, 0.8911939775910365) 96%);
    z-index: 1;
  }
  
  .feature-two__img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(var(--jetly-black-rgb), .30);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
  }
  
  .feature-two__single:hover .feature-two__img:after {
    transform: scaleY(1.0);
  }
  
  .feature-two__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-two__single:hover .feature-two__img img {
    transform: scale(1.05);
  }
  
  .feature-two__tilte-box {
    position: absolute;
    bottom: 42px;
    left: 49px;
    z-index: 2;
  }
  
  .feature-two__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }
  
  .feature-two__title a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-two__title a:hover {
    color: #cf9822;
  }
  
  .feature-two__arrow {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 2;
  }
  
  .feature-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    font-size: 15px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-two__arrow a:hover {
    background-color: #cf9822;
    color: white;
  }
  
  .feature-two__content-box {
    position: relative;
    display: block;
    background-color: #cf9822;
    z-index: 2;
  }
  
  .feature-two__content-box-inner {
    position: relative;
    display: block;
    padding: 48px 50px 50px;
    overflow: hidden;
    z-index: 2;
  }
  
  .feature-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  
  .feature-two__shape-1>img {
    width: 100%;
  }
  
  .feature-two__dot {
    position: absolute;
    bottom: -10px;
    left: -10px;
    opacity: .10;
    z-index: -1;
  }
  
  .feature-two__dot>img {
    width: auto;
  }
  
  .feature-two__content-box-top {
    position: relative;
    display: block;
  }
  
  .feature-two__content-box-sub-tilte {
    font-size: 14px;
    color: #ede2b1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    line-height: 14px;
  }
  
  .feature-two__content-box-title {
    font-size: 30px;
    color: white;
    font-weight: 700;
    line-height: 35px;
    margin-top: 6px;
  }
  
  .feature-two__content-box-title a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .feature-two__content-box-title a:hover {
    color: #0070c1;
  }
  
  .feature-two__content-box-text {
    color: #ede2b1;
    font-weight: 500;
    padding-top: 19px;
    padding-bottom: 30px;
  }
  
  .feature-two__btn {
    background-color: white;
    color: #0070c1;
  }
  
  .feature-two__btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Get Flight
  --------------------------------------------------------------*/
  .get-flight {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding: 120px 0 109px;
    z-index: 1;
  }
  
  .get-flight:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 363px;
    background-color: white;
    z-index: -1;
  }
  
  .get-flight-img {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .get-flight-img img {
    width: auto;
  }
  
  .get-flight__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: soft-light;
    opacity: .10;
    z-index: -1;
  }
  
  .get-flight__shape-1 img {
    width: auto;
  }
  
  .get-flight__shape-2 {
    position: absolute;
    bottom: 0;
    right: 560px;
    opacity: .10;
    z-index: -1;
  }
  
  .get-flight__shape-2 img {
    width: auto;
  }
  
  .get-flight__content-box {
    position: relative;
    display: block;
  }
  
  .get-flight__content-box .section-title__title {
    color: white;
  }
  
  .get-flight__form {
    position: relative;
    display: block;
  }
  
  .get-flight__form .row {
    --bs-gutter-x: 20px;
  }
  
  .get-flight__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .get-flight__form-input-box input[type="text"] {
    height: 60px;
    width: 100%;
    background-color: #0d2b19;
    border: none;
    outline: none;
    padding: 0 30px;
    color: #889f91;
    line-height: 60px;
    font-weight: 400;
    font-size: 14px;
  }
  
  .get-flight__icon-box {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  
  .get-flight__icon-box i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: white;
  }
  
  .get-flight__form .select-box .nice-select {
    background-color: #0d2b19;
    border-radius: 0;
    color: #889f91;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .get-flight__form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
  }
  
  .get-flight__btn {
    border: none;
    background-color: #cf9822;
  }
  
  .get-flight__btn:hover {
    color: #0070c1;
  }
  
  .get-flight__btn:before {
    background-color: white
  }
  
  .get-flight__content-text {
    font-size: 16px;
    color: #889f91;
    line-height: 30px;
  }
  
  .get-flight__content-text span {
    position: relative;
    display: inline-block;
    color: #cf9822;
  }
  
  
  /* ui css */
  
  #ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0070c1;
    color: #252525;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
  }
  
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #cf9822 none repeat scroll 0 0;
    border: 2px solid #cf9822;
    border-radius: 0;
    color: white;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
  }
  
  .ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
  }
  
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
  }
  
  .ui-datepicker .ui-datepicker-prev {
    left: 5px;
  }
  
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
  }
  
  .ui-datepicker .ui-datepicker-next {
    right: 5px;
  }
  
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
  }
  
  .ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
  }
  
  .ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
  }
  
  .ui-datepicker-calendar .ui-state-default:hover,
  .ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
  }
  
  #ui-datepicker-div.ui-widget {
    font-family: var(--thm-font);
  }
  
  #ptTimeSelectCntr .ui-widget {
    font-family: var(--jetly-font);
  }
  
  /*--------------------------------------------------------------
  # Services One
  --------------------------------------------------------------*/
  .services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .services-one .container {
    max-width: 1600px;
  }
  
  .services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .services-one__img {
    position: relative;
    display: block;border-radius: 10px;
    overflow: hidden;
    z-index: 1;
  }
  
  .services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--jetly-black-rgb), .40);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .services-one__single:hover .services-one__img:before {
    transform: translateY(0);
    width: 100%;
  }
  
  .services-one__img img {
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 250px;
  }
  


  .services-one__single:hover .services-one__img img {
    transform: scale(1.1);
    
  }
  
  .services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgb(207 152 34 / 51%);
    margin-top: -19px;
    margin-right: 40px;
    
    height: 90px;

    padding: 18px 20px 5px;
    z-index: 2;
  }
  
  .services-one__title-box {
    position: relative;
    display: block;
  }
  
  .services-one__sub-title {
    font-size: 12px;
    color: #cf9822;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    line-height: 12px;
  }
  
  .services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 14px;
  }
  
  .services-one__title a {
    color: #0070c1;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;

  }
  
  .services-one__title a:hover {
    color: #cf9822;
  }
  
  .services-one__arrow {
    position: absolute;
    top: -20px;
    right: 20px;
  }
  
  .services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #cf9822;
    font-size: 15px;
    color: white;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .services-one__arrow a:hover {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Counter One
  --------------------------------------------------------------*/
  .counter-one {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .counter-one__box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #0070c1;
    padding-top: 49px;
    padding-bottom: 8px;
    z-index: 1;
  }
  
  .counter-one__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    z-index: 1;
  }
  
  .counter-one__single:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .counter-one__single:first-child:before {
    display: none;
  }
  
  .counter-one__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 1;
  }
  
  .counter-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #cf9822;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
  }
  
  .counter-one__single:hover .counter-one__icon i {
    transform: scale(0.9);
  }
  
  .counter-one__shape {
    position: absolute;
    top: 1px;
    left: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(var(--jetly-base-rgb), .10);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    z-index: -1;
  }
  
  .counter-one__single:hover .counter-one__shape {
    transform: scale(1.2);
  }
  
  .counter-one__content {
    position: relative;
    display: block;
  }
  
  .counter-one__single h3 {
    font-size: 40px;
    line-height: 40px !important;
    color: white;
    font-weight: 700;
    font-family: var(--jetly-font) !important;
  }
  
  .counter-one__text {
    font-size: 18px;
    color: #889f91;
  }
  
  /*--------------------------------------------------------------
  # Testimonial One
  --------------------------------------------------------------*/
  .testimonial-one {
    position: relative;
    display: block;
   
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .testimonial-one__shape-1 {
    position: absolute;
    top: 130px;
    left: 113px;
  }
  
  .testimonial-one__shape-1 img {
    width: auto;
  }
  
  .testimonial-one__shape-2 {
    position: absolute;
    top: 200px;
    right: 230px;
  }
  
  .testimonial-one__shape-2 img {
    width: auto;
  }
  
  .testimonial-one__shape-3 {
    position: absolute;
    bottom: 155px;
    right: 0;
  }
  
  .testimonial-one__shape-3 img {
    width: auto;
  }
  
  .testimonial-one__bottom {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .testimonial-one__shape-4 {
    position: absolute;
    top: -234px;
    left: 10px;
    height: 560px;
    width: 1157px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
  }
  
  .testimonial-one__single {
    position: relative;
    display: block;
    padding: 40px 50px 41px 121px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    margin-left: 64px;
    border-left: 5px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-one__single:hover {
    border-left: 5px solid #cf9822;
  }
  
  .testimonial-one__client-img-box {
    position: absolute;
    left: -70px;
    top: 50px;
  }
  
  .testimonial-one__img {
    position: relative;
    display: inline-block;
    width: 140px;
    border-radius: 50%;
  }
  
  .testimonial-one__img img {
    width: 100% !important;
    border-radius: 50%;
  }
  
  .testimonial-one__icon-box {
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
  }
  
  .testimonial-one__icon-box span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    width: 67px;
    height: 67px;
    background-color: #cf9822;
    border-radius: 50%;
    color: white;
  }
  
  .testimonial-one__content-text {
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    color: gray;
  }
  
  .testimonial-one__rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
  }
  
  .testimonial-one__rating-icon {
    position: relative;
    display: flex;
    align-items: center;
    top: -3px;
  }
  
  .testimonial-one__rating-icon i {
    font-size: 15px;
    color: #cf9822;
  }
  
  .testimonial-one__user {
    position: relative;
    display: block;
  }
  
  .testimonial-one__user-name {
    position: relative;
    display: block;
    text-align: right;
  }
  
  .testimonial-one__user-name h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #0070c1;
  }
  
  .testimonial-one__user-name p {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #878680;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  /*--------------------------------------------------------------
  # Special Offer One
  --------------------------------------------------------------*/
  .special-offer-one {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .special-offer-one__wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  
  .special-offer-one__left {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-right: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #cf9822;
    z-index: 1;
  }
  
  .special-offer-one__shape-1 {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 364px;
    opacity: 0.08;
    z-index: -1;
  }
  
  .special-offer-one__shape-2 {
    position: absolute;
    left: 75px;
    top: 140px;
    opacity: .10;
    z-index: -1;
  }
  
  .special-offer-one__shape-2 img {
    width: auto;
  }
  
  .special-offer-one__left .section-title__tagline {
    color: #ede2b1;
  }
  
  .special-offer-one__left .section-title {
    margin-bottom: 27px;
  }
  
  .special-offer-one__left .section-title__title {
    color: white;
  }
  
  .special-offer-one__content {
    position: relative;
    display: block;
    max-width: 483px;
    width: 100%;
    float: right;
  }
  
  .special-offer-one__left-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #ede2b1;
    margin-bottom: 40px;
  }
  
  .special-offer__btn:hover {
    color: #0070c1;
  }
  
  .special-offer__btn:before {
    background-color: white;
  }
  
  .special-offer-one__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    min-height: 663px;
  }
  
  .special-offer-one__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .special-offer-one__toggle {
    position: absolute;
    bottom: 134px;
    left: 80px;
    height: 130px;
    width: 130px;
    background-color: #cf9822;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 20px 0px rgba(21, 29, 42, 0.1);
    animation: fa-spin 5s ease infinite;
  }
  
  .special-offer-one__toggle:before {
    position: absolute;
    bottom: 0px;
    right: 21px;
    content: "";
    height: 10px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/shapes/special-offer-one-toggle-shape.png);
    transform: rotate(-28deg);
  }
  
  .special-offer-one__toggle p {
    font-size: 20px;
    font-weight: 700;
    color: white;
    position: relative;
    text-align: center;
    line-height: 24px;
  }
  
  /*--------------------------------------------------------------
  # Price One
  --------------------------------------------------------------*/
  .price-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .price-one__left {
    position: relative;
    display: block;
    /*margin-right: 20px;*/
    z-index: 5;
  }
  
  .price-one__left .section-title {
    margin-bottom: 28px;
  }
  
  .price-one__right {
    position: relative;
    display: block;
  }
  
  .price-one__carousel {
    position: relative;
    display: block;
  }
  
  .price-one__single {
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  
  .price-one__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eeede5;
    padding: 15px 60px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__single:hover .price-one__top {
    background-color: #0070c1;
  }
  
  .price-one__top p {
    font-size: 18px;
    color: #0070c1;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__single:hover .price-one__top p {
    color: white;
  }
  
  .price-one__top i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__single:hover .price-one__top i {
    color: white;
  }
  
  .price-one__content {
    position: relative;
    display: block;
        height: 255px;
    border: 1px solid #ecebe3;
    text-align: center;
    padding: 20px 0 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__single:hover .price-one__content {
    border: 1px solid #0070c1;
  }
  
  .price-one__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-one__img img {
    width: auto !important;
    mix-blend-mode: luminosity;
    opacity: .50;
  }
  
 .price-one_list {
    position: relative;
    display: block;
    margin-top: 21px;
    margin-bottom: 20px;
    text-align: left;
    /* padding: 5px; */
    margin-left: 36px;
}
  .price-one_list li {
    position: relative;
    display: block;
  }
  
  .price-one_list li+li {
    margin-top: 6px;
  }
  
  .price-one_list li span {
    color: #0070c1;
    font-weight: 700;
  }
  
  .price-one__btn-box {
    position: relative;
    display: block;
  }
  
  .price-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .price-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .price-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .price-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 97px;
    left: -400px;
    margin: 0;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-next span,
  .price-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-one__carousel.owl-theme .owl-nav .owl-next:hover,
  .price-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #cf9822;
    color: white;
  }
  
  
  /*--------------------------------------------------------------
  # Destination One
  --------------------------------------------------------------*/
  .destination-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: #0070c1;
    z-index: 1;
  }
  
  .destination-one__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.02;
    z-index: -1;
  }
  
  .destination-one .section-title__title {
    color: white;
  }
  
  .destination-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .destination-one__img-box {
    position: relative;
    display: block;
  }
  
  .destination-one__img {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .destination-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(18, 56, 33, .30);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: 1;
  }
  
  .destination-one__single:hover .destination-one__img:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  
  .destination-one__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  }
  
  .destination-one__single:hover .destination-one__img img {
    transform: scale(1.05);
  }
  
  .destination-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    background-color: #0070c1ad;
    padding: 26px 40px 28px;
    z-index: 2;
  }
  .main-menu-three__logo a {
    font-size: 22px;
font-weight: 700;
color: #0070c1;
background: linear-gradient(to right, #ce9822 35%, #006ebe 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;

}
  .destination-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
  
  .destination-one__title a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .destination-one__title a:hover {
    color: #cf9822;
  }
  
  .destination-one__time {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .destination-one__paris-time p {
    font-size: 15px;
    color: white;
  }
  
  .destination-one__paris-time span {
    font-weight: 500;
    color: #cf9822;
  }
  
  .destination-one__barcelona-time {
    position: relative;
    display: block;
    margin-left: 16px;
  }
  
  .destination-one__barcelona-time p {
    font-size: 15px;
    font-weight: 400;
    color: white;
    line-height: 30px;
  }
  
  .destination-one__barcelona-time span {
    font-size: 15px;
    font-weight: 500;
    color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # Brand One
  --------------------------------------------------------------*/
  .brand-one {
    position: relative;
    display: block;
    padding: 112px 0 100px;
  }
  
  .brand-one__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1170px;
    text-align: center;
    margin: 0 auto;
  }
  
  .brand-one__title:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    background-color: #e1eaea;
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .brand-one__title:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #e1eaea;
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.2;
    max-width: 100%;
  }
  
  .brand-one .swiper-slide img:hover {
    opacity: 0.6;
  }
  
  /*--------------------------------------------------------------
  # Blog One
  --------------------------------------------------------------*/
  .blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
  }
  
  .blog-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 497px;
    content: "";
    background-color: var(--jetly-primary);
    z-index: -1;
  }
  
  .blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  
  .blog-one__img>img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
  }
  
  .blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--jetly-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
  }
  
  .blog-one__img>a>span {
    position: relative;
  }
  
  .blog-one__img>a>span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
  }
  
  .blog-one__img>a>span::after {
    content: "";
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .blog-one__img>a:hover>span::before,
  .blog-one__img>a:hover>span::after {
    background-color: #cf9822;
  }
  
  .blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
  }
  
  .blog-one__content {
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 10px 10px;
  }
  
  .blog-one__date {
    position: relative;
    display: inline-block;
    background-color: #cf9822;
    padding: 0 22px 0;
    border-radius: 15px;
    margin-bottom: 13px;
  }
  
  .blog-one__date p {
    font-size: 11px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  .blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .blog-one__meta li+li {
    margin-left: 10px;
  }
  
  .blog-one__meta li a {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__meta li a:hover {
    color: #cf9822;
  }
  
  .blog-one__meta li a i {
    color: #cf9822;
    padding-right: 3px;
    font-size: 15px;
  }
  
  .blog-one__title {
        font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    margin-top: 6px;
    margin-bottom: 13px;
  }
  
  .blog-one__title a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__title a:hover {
    color: #cf9822;
  }
  
  .blog-one__btn {
    position: relative;
    display: block;
  }
  
  .blog-one__btn a {
    font-size: 18px;
    font-weight: 400;
    color: #cf9822;
    line-height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__btn a:hover {
    color: #cf9822;
  }
  
  .blog-one__btn a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 16px;
    background-color: var(--jetly-primary);
    border-radius: 50%;
    margin-left: 20px;
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__btn a span:hover {
    background-color: #cf9822;
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Newsletter
  --------------------------------------------------------------*/
  .newsletter {
    position: relative;
    display: block;
    background-color: #cf9822;
    padding: 100px 0 88px;
    overflow: hidden;
    z-index: 1;
  }
  
  .newsletter__shape-1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: .10;
    z-index: -1;
  }
  
  .newsletter__shape-1 img {
    width: auto;
  }
  
  .newsletter__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .20;
    z-index: -1;
  }
  
  .newsletter__shape-2 img {
    width: auto;
  }
  
  .newsletter .section-title {
    margin-bottom: 0;
  }
  
  .newsletter .section-title__tagline {
    color: #ede2b1;
  }
  
  .newsletter .section-title__title {
    color: white;
  }
  
  .newsletter__right {
    position: relative;
    display: block;
    margin-top: 11px;
    margin-left: 50px;
  }
  
  .newsletter__form {
    position: relative;
    display: block;
  }
  
  .newsletter__input-box {
    position: relative;
    display: block;
  }
  
  .newsletter__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    padding-right: 240px;
    font-size: 16px;
    color: gray;
    font-weight: 400;
    background-color: white;
    border-radius: 33px;
    padding-left: 40px;
  }
  
  .newsletter__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 50px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #0070c1;
    border: 0;
    transform: translateY(-50%);
    transition: all 500ms ease;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
  }
  
  .newsletter__btn i {
    font-size: 14px;
    color: var(--jetly-primary);
    margin-left: 10px;
  }
  
  .newsletter__btn:hover {
    background-color: #cf9822;
  }
  
  .newsletter__right .checked-box {
    position: relative;
    display: block;
    min-height: 30px;
    margin-top: 16px;
    margin-left: 40px;
  }
  
  .newsletter__right .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #ede2b1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    min-height: 30px;
  }
  
  .newsletter__right .checked-box input[type="checkbox"] {
    display: none;
  }
  
  .newsletter__right .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    border: 1px solid #b9a75b;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .newsletter__right .checked-box label span:before {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    content: '';
    width: 5px;
    height: 8px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
  }
  
  .newsletter__right .checked-box input[type="checkbox"]:checked+label span {
    border-color: #b9a75b;
  }
  
  .newsletter__right .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
  
  
  .site-footer__inner {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .site-footer__shape-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.05;
    z-index: -1;
  }
  
  .site-footer__shape-1 img {
    width: auto;
  }
  
  .site-footer__top {
    position: relative;
    display: block;
    padding: 92px 0 93px;
  }
  
  .footer-widget__about {
    position: relative;
    display: block;
    margin-top: 8px;
  }
  
  .footer-widget__logo {
    position: relative;
    display: block;
  }
  
  .footer-widget__about-text-box {
    position: relative;
    display: block;
    padding-top: 22px;
  }
  
  .footer-widget__about-text {
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 30px;
  }
  
  .footer-widget__Explore {
    position: relative;
    display: block;
    margin-left: 100px;
  }
  
  .footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 13px;
  }
  
  .footer-widget__title {
    font-size: 18px;
    color: white;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
  }
  
  .footer-widget__Explore-list {
    position: relative;
    display: block;
  }
  
  .footer-widget__Explore-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #889f91;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .footer-widget__Explore-list li a:hover {
    color: white;
  }
  
  .footer-widget__links {
    position: relative;
    display: block;
  }
  
  .footer-widget__Contact {
    position: relative;
    display: block;
  }
  
  .footer-widget__Contact-list {
    position: relative;
    display: block;
    padding-top: 2px;
  }
  
  .footer-widget__Contact-list li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .footer-widget__Contact-list li+li {
    margin-top: 7px;
  }
  
  .footer-widget__Contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
  }
  
  .footer-widget__Contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cf9822;
  }
  
  .footer-widget__Contact-list li .text {
    margin-left: 7px;
  }
  
  .footer-widget__Contact-list li .text p {
    font-size: 15px;
    font-weight: 400;
    color: #889f91;
  }
  
  .footer-widget__Contact-list li .text p a {
    color: #889f91;
    transition: all 500ms ease;
  }
  
  .footer-widget__Contact-list li .text p a:hover {
    color: #cf9822;
  }
  
  .site-footer__bottom {
    position: relative;
    display: block;
    padding: 30px 0 30px;
    border-top: 1px solid rgba(var(--jetly-white-rgb), .10);
  }
  
  .site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .site-footer__bottom-left {
    position: relative;
    display: block;
  }
  
  .site-footer__bottom-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #889f91;
  }
  
  .site-footer__bottom-text a {
    color: #8b9e9e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .site-footer__bottom-text a:hover {
    color: #cf9822;
  }
  
  .site-footer__bottom-right {
    position: relative;
    display: block;
  }
  
  .site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #1a452b;
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .site-footer__social a:hover {
    color: #cf9822;
    background-color: white;
  }
  
  .site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: white;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  
  .site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .site-footer__social a+a {
    margin-left: 10px;
  }
  
  /*--------------------------------------------------------------
  # About Two
  --------------------------------------------------------------*/
  .about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .about-two__shape-1 {
    position: absolute;
    top: 45px;
    right: -140px;
  }
  
  .about-two__shape-1 img {
    width: auto;
  }
  
  .about-two__shape-2 {
    position: absolute;
    bottom: 0;
    right: 85px;
  }
  
  .about-two__shape-2 img {
    width: auto;
  }
  
  .about-two__left {
    position: relative;
    display: block;
    margin-right: 135px;
  }
  
  .about-two__img-box {
    position: relative;
    display: block;
  }
  
  .about-two__img-one {
    position: relative;
    display: block;
  }
  
  .about-two__img-one img {
    width: 100%;
  }
  
  .about-two__img-two {
    position: absolute;
    right: -135px;
    bottom: -119px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.07);
  }
  
  .about-two__img-two img {
    width: auto;
  }
  
  .about-two__icon {
    position: absolute;
    top: 145px;
    left: 250px;
    height: 107px;
    width: 107px;
    background-color: #cf9822;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
  .about-two__icon:before {
    content: "";
    position: absolute;
    top: -13px;
    bottom: -13px;
    left: -13px;
    right: -13px;
    border: 1px solid rgba(var(--jetly-white-rgb), .30);
    border-radius: 50%;
  }
  
  .about-two__icon img {
    width: auto;
  }
  
  .about-two__right {
    position: relative;
    display: block;
    margin-left: 69px;
  }
  
  .about-two__right .section-title {
    margin-bottom: 29px;
  }
  
  .about-two__right__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #cf9822;
    margin-bottom: 23px;
    letter-spacing: 0;
  }
  
  .about-two__right-points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  
  .about-two__right-points li {
    position: relative;
    display: flex;
  }
  
  .about-two__right-points li+li {
    margin-left: 26px;
  }
  
  .about-two__right-points li .icon {
    position: relative;
    display: block;
    margin-right: 10px;
    top: 5px;
  }
  
  .about-two__right-points li .icon span {
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    background-color: #cf9822;
    border-radius: 50%;
    color: white;
  }
  
  .about-two__right-points li .text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }
  
  .about-two__btn {
    background-color: #cf9822;
  }
  
  .about-two__btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #0070c1;
    content: "";
    border-radius: 30px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
  }
  
  .about-two__btn:hover {
    color: white;
  }
  
  .about-two__btn:hover:before {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  
  /*--------------------------------------------------------------
  # Feature Three
  --------------------------------------------------------------*/
  .feature-three {
    position: relative;
    display: block;
    padding: 120px 0 104px;
    z-index: 1;
  }
  
  .feature-three:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 435px;
    /*background-color: var(--jetly-primary);*/
    content: "";
    z-index: -1;
  }
  
  .feature-three__shape-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1170px;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
  }
  
  .feature-three__inner {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .feature-three__single {
    position: relative;
    display: block;
    border-radius: 25px;
    height: 345px;
    margin-bottom: 30px;
    padding: 33px 39px 32px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  
  .feature-three__single:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    border-radius: 25px;
    background-color: #0070c1;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .feature-three__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
  }
  
  .feature-three__icon {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .feature-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #cf9822;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .feature-three__single:hover .feature-three__icon span {
    color: #cf9822;
    transform: scale(.9);
  }
  
  .feature-three__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .feature-three__text {
      text-align: center;
  }
  .feature-three__title a {
    color: #0070c1;
    transition: all 0.4s linear;
  }
  
  .feature-three__single:hover .feature-three__title a {
    color: white;
  }
   .feature-three__single:hover .feature-three__text  {
    color: white;
  }
  /*--------------------------------------------------------------
  # Brand Two
  --------------------------------------------------------------*/
  .brand-two {
    position: relative;
    display: block;
    padding: 112px 0 100px;
  }
  
  .brand-two__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1170px;
    text-align: center;
    margin: 0 auto;
  }
  
  .brand-two__title:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    background-color: #eeede5;
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .brand-two__title:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #eeede5;
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .brand-two .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .brand-two .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
   
    max-width: 100%;
  }
  
  .brand-two .swiper-slide img:hover {
    opacity: 0.6;
  }
  
  .brand-two__nav {
    position: absolute;
    top: 11px;
    left: 50%;
    z-index: 100;
    transform: translateY(0) translateX(-50%);
    display: flex;
    align-items: flex-end;
    height: 0;
    line-height: 0;
  }
  
  
  .brand-two__nav .swiper-button-next,
  .brand-two__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #0070c1;
    border: 0;
    background-color: var(--jetly-primary);
    border-radius: 0;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 12px 0;
  }
  
  .brand-two__nav .swiper-button-next:hover,
  .brand-two__nav .swiper-button-prev:hover {
    color: white;
    background-color: #cf9822;
  }
  
  .brand-two__nav .swiper-button-next::after,
  .brand-two__nav .swiper-button-prev::after {
    display: none;
  }
  
  .brand-two__nav .swiper-button-prev {
    margin-right: 5px;
  }
  
  
  /*--------------------------------------------------------------
  # Video One
  --------------------------------------------------------------*/
  .video-one {
    position: relative;
    display: block;
    padding: 160px 0 120px;
    z-index: 1;
    background-color: #0070c1;
    background-image: url(../images/backgrounds/video-one-bg-1.jpg);
    background-size: cover;
  }
  
  .video-one__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  
  .video-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
  }
  
  .video-one__shape-one {
    position: absolute;
    bottom: 23px;
    right: 243px;
    z-index: -1;
  }
  
  .video-one__shape-one img {
    width: auto;
  }
  
  .video-one__video-link {
    position: relative;
    display: inline-block;
    z-index: 3;
  }
  
  .video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #0070c1;
    background-color: white;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .video-one__video-icon:hover {
    background-color: #0070c1;
    color: white;
  }
  
  .video-one__video-icon:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    content: "";
    border: 1px solid rgba(var(--jetly-white-rgb), .20);
    z-index: 1;
  }
  
  .video-one__video-icon::after {
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    content: "";
    border: 1px solid rgba(var(--jetly-white-rgb), .20);
    z-index: 1;
  }
  
  .video-one__video-link .ripple,
  .video-one__video-icon .ripple:before,
  .video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 158px;
    height: 158px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--jetly-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--jetly-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--jetly-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--jetly-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
  }
  
  .video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
  }
  
  .video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
  }
  
  .video-one__title-box {
    position: relative;
    display: block;
    margin-top: 80px;
    margin-bottom: 38px;
  }
  
  .video-one__title-box h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: white;
  }
  
  .video-one__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video-one__btn-one {
    margin-right: 10px;
  }
  
  .video-one__btn-one .thm-btn {
    color: white;
    background-color: #cf9822;
  }
  
  .video-one__btn-one .thm-btn::before {
    background-color: white;
  }
  
  .video-one__btn-one .thm-btn:hover {
    color: #0070c1;
  }
  
  .video-one__btn-two .thm-btn {
    color: #0070c1;
    background-color: white;
  }
  
  .video-one__btn-two .thm-btn:hover {
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Price Two
  --------------------------------------------------------------*/
  .price-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .price-two-shape-1 {
    position: absolute;
    left: 0;
    bottom: 107px;
  }
  
  .price-two-shape-1 img {
    width: auto;
  }
  
  .price-two__left {
    position: relative;
    display: block;
    margin-right: 22px;
    z-index: 5;
  }
  
  .price-two__left .section-title {
    margin-bottom: 28px;
  }
  
  .price-two__right {
    position: relative;
    display: block;
    margin-right: -375px;
  }
  
  .price-two__single {
    position: relative;
    display: block;
  }
  
  .price-two__img {
    position: relative;
    display: block;
    background-color: #0070c1;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-two__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-two__single:hover .price-two__img img {
    transform: scale(1.05);
    opacity: .5;
  }
  
  .price-two__content {
    position: absolute;
    bottom: 30px;
    background-color: white;
    left: 30px;
  }
  
  .price-two__title {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding: 15px 0 15px;
    padding-left: 30px;
  }
  
  .price-two__title h3 {
    font-size: 18px;
    font-weight: 700;
    color: white;
  }
  
  .price-two__title:before {
    position: absolute;
    bottom: -4px;
    left: 30px;
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 4px solid #0070c1;
  }
  
  .price-two__inner-content {
    position: relative;
    display: block;
    padding: 20px 30px 30px;
  }
  
  .price-two__inner-content p {
    font-size: 14px;
  }
  
  .price-two__inner-content span {
    font-size: 14px;
    font-weight: 700;
    color: #0070c1;
  }
  
  .price-two__btn {
    background-color: #cf9822;
    color: white;
    font-size: 12px;
    padding: 5px 30px 5px;
    margin-top: 20px;
  }
  
  .price-two__btn:before {
    background-color: #0070c1;
  }
  
  .price-two__btn i {
    margin-right: 9px;
  }
  
  .price-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .price-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .price-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .price-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 178px;
    left: -400px;
    margin: 0;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-next span,
  .price-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-two__carousel.owl-theme .owl-nav .owl-next:hover,
  .price-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #cf9822;
    color: white;
  }
  
  
  /*--------------------------------------------------------------
  # FAQ One
  --------------------------------------------------------------*/
  .faq-one {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .faq-one__shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .40;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .faq-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
  }
  
  .faq-one__img {
    position: relative;
    display: block;
  }
  
  .faq-one__img:before {
    position: absolute;
    right: -10px;
    top: 30px;
    bottom: 30px;
    width: 40px;
    background-color: #cf9822;
    content: "";
    z-index: -1;
  }
  
  .faq-one__img img {
    width: 100%;
  }
  
  .faq-one__right {
    position: relative;
    display: block;
  }
  
  .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  }
  
  .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 40px 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #0070c1;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
  }
  
  .faq-one-accrodion .accrodion.active .accrodion-title {
    color: #cf9822;
  }
  
  .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #cf9822;
  }
  
  .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    width: 40px;
    height: 40px;
    background-color: #cf9822;
    color: white;
    position: absolute;
    top: 50%;
    right: -25px;
    line-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
  }
  
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: white;
    background-color: #0070c1;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0 40px 32px;
  }
  
  .faq-one-accrodion .accrodion-content p {
    margin: 0;
  }
  
  /*--------------------------------------------------------------
  # Destination Two
  --------------------------------------------------------------*/
  .destination-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .destination-two .container {
    max-width: 1600px;
  }
  
  /*--------------------------------------------------------------
  # Get Flight Two
  --------------------------------------------------------------*/
  .get-flight-two {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
  }
  
  .get-flight-two__shape-1 {
    position: absolute;
    top: 0;
    right: -10px;
  }
  
  .get-flight-two__shape-1 img {
    width: auto;
  }
  
  .get-flight-two__shape-2 {
    position: absolute;
    top: 47px;
    right: -232px;
    z-index: 2;
  }
  
  .get-flight-two__shape-2 img {
    width: auto;
  }
  
  .get-flight-two__shape-3 {
    position: absolute;
    top: 14px;
    left: 215px;
  }
  
  .get-flight-two__shape-3 img {
    width: auto;
  }
  
  .get-flight-two__shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .20;
    z-index: 2;
  }
  
  .get-flight-two__shape-4 img {
    width: auto;
  }
  
  .get-flight-two__content-box {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .get-flight-two__content-box:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100000000px;
    left: 500px;
    bottom: 0;
    background-color: #cf9822;
    z-index: -1;
  }
  
  .get-flight-two__inner {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 100px 100px 90px;
    padding-right: 335px;
    z-index: 1;
  }
  
  .get-flight-two__inner .get-flight__form-input-box input[type="text"] {
    background-color: white;
    color: gray;
  }
  
  .get-flight-two__inner .get-flight__form .select-box .nice-select {
    background-color: white;
    color: gray;
  }
  
  .get-flight-two__inner .get-flight__icon-box i {
    color: gray;
  }
  
  .get-flight-two__inner .get-flight__content-text {
    color: gray;
  }
  
  .get-flight-two__inner .get-flight__content-text span {
    color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Testimonial Two
  --------------------------------------------------------------*/
  .testimonial-two {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding: 120px 0 118px;
    overflow: hidden;
    z-index: 1;
  }
  
  .testimonial-two__shape-1 {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 383px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
  }
  
  .testimonial-two__left {
    position: relative;
    display: block;
    z-index: 5;
  }
  
  .testimonial-two__left .section-title {
    margin-bottom: 0px;
  }
  
  .testimonial-two__left .section-title__title {
    color: white;
  }
  
  .testimonial-two__right {
    position: relative;
    display: block;
    margin-top: 42px;
  }
  
  .testimonial-two__carousel {
    position: relative;
    display: block;
  }
  
  .testimonial-two__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__single:hover {
    transform: translateY(-10px);
  }
  
  .testimonial-two__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.07);
    padding-left: 50px;
    padding-right: 45px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  
  .testimonial-two__content:before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -30px;
    border-top: 30px solid white;
    border-right: 75px solid transparent;
    border-left: 0px solid transparent;
  }
  
  .testimonial-two__img-box {
    position: absolute;
    top: -42px;
    left: 50px;
    height: 104px;
    width: 104px;
    background-color: #cf9822;
    border-radius: 50%;
  }
  
  .testimonial-two__quote {
    position: absolute;
    top: 26px;
    right: 45px;
  }
  
  .testimonial-two__quote span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #cf9822;
  }
  
  .testimonial-two__img {
    position: relative;
    display: inline-block;
    width: 88px;
  }
  
  .testimonial-two__img img {
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-two__text {
    font-size: 18px;
    line-height: 34px;
  }
  
  .testimonial-two__star {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  
  .testimonial-two__star i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cf9822;
  }
  
  .testimonial-two__star i+i {
    margin-left: 1px;
  }
  
  .testimonial-two__client-info {
    position: relative;
    display: block;
    margin-left: 90px;
    margin-top: 23px;
  }
  
  .testimonial-two__client-name {
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 20px;
    margin-bottom: 7px;
  }
  
  .testimonial-two__client-sub-title {
    font-size: 12px;
    color: #889f91;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 12px;
  }
  
  .testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 56px;
    left: -400px;
    margin: 0;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: white;
    background-color: #0d2b19;
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: white;
    background-color: #0d2b19;
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
  .testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
  .testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #cf9822;
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Blog Two
  --------------------------------------------------------------*/
  .blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  /*--------------------------------------------------------------
  # Request
  --------------------------------------------------------------*/
  .request {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding: 80px 0;
    z-index: 1;
  }
  
  .request__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
  }
  
  .request__shape-1 img {
    width: auto;
  }
  
  .request__shape-2 {
    position: absolute;
    bottom: 0;
    right: 5px;
    opacity: 0.08;
    z-index: -1;
  }
  
  .request__shape-2 img {
    width: auto;
  }
  
  .request__top {
    position: relative;
    display: block;
  }
  
  .request__form {
    position: relative;
    display: block;
  }
  
  .request__input-list {
    position: relative;
    display: block;
  }
  
  .request__input-list li {
    position: relative;
    display: block;
    float: left;
    max-width: 250px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .request__input-list>li+li {
    margin-left: 20px;
  }
  
  .request__input-list li:nth-child(4),
  .request__input-list li:nth-child(5) {
    max-width: 170px;
  }
  
  .request__input-box {
    position: relative;
    display: block;
  }
  
  .request__input-box input[type="text"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #0d2b19;
    font-size: 14px;
    color: #889f91;
    padding: 0 30px;
  }
  
  .request__form .select-box .nice-select {
    background-color: #0d2b19;
    border-radius: 0;
    color: #889f91;
    background-color: #0d2b19;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  
  .request__form .select-box .nice-select:after {
    right: 30px;
  }
  
  .request__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
  }
  
  .request__bottom-text {
    color: #889f91;
  }
  
  .request__bottom-text span {
    color: #cf9822;
  }
  
  .request__btn {
    border: none;
    background-color: #cf9822;
    margin-left: 20px;
  }
  
  .request__btn:hover {
    color: #cf9822;
  }
  
  .request__btn:hover:before {
    background-color: white;
  }
  
  /*--------------------------------------------------------------
  # About Three
  --------------------------------------------------------------*/
  .about-three {
    position: relative;
    display: block;
    padding: 20px 20px 40px;;
  }
  
  .about-three__left {
    position: relative;
    display: block;
    margin-right: 70px;
  }
  
  .about-three__img-box {
    position: relative;
    display: block;
  }
  
  .about-three__img {
    position: relative;
    display: block;
  }
  
  .about-three__img>img {
    width: 100%;
    border-top-left-radius: 130px;
  }
  
  .about-three__experience {
    position: absolute;
    top: 16px;
    left: -45px;
  }
  
  .about-three__curved-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: top left;
    transform: rotate(-45deg);
  }
  
  .about-three__curved-circle .curved-circle {
    font-size: 16px;
    font-weight: 700;
    color: #0070c1;
    text-transform: uppercase;
    font-family: var(--conalz-font-two);
  }
  
  .about-three__curved-circle .curved-circle span {
    margin-right: 0.1em;
  }
  
  .about-three__icon-box {
    position: relative;
    display: flex;
    height: 145px;
    width: 145px;
    border: 2px solid #0070c1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  
  .about-three__icon {
    height: 129px;
    width: 129px;
    border: 7px solid #cf9822;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-three__icon>img {
    width: 60px;
  }
  
  .about-three__shape-1 {
    position: absolute;
    bottom: -86px;
    left: -155px;
  }
  
  .about-three__shape-1>img {
    width: auto;
  }
  
  .about-three__right {
    position: relative;
    display: block;
  }
  
  .about-three .section-title {
    margin-bottom: 28px;
  }
  
  .about-three__text-two {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 38px;
  }
  
  .about-three__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 49px;
  }
  
  .about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--jetly-primary);
    padding: 23px;
  }
  
  .about-three__points li+li {
    margin-left: 30px;
  }
  
  .about-three__points-icon {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    top: 1px;
  }
  
  .about-three__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 53px;
    color: #0070c1;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .about-three__points li:hover .about-three__points-icon span {
    transform: scale(.9);
    color: #cf9822;
  }
  
  .about-three__points-text h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
  }
  
  .about-three__btn {
    background-color: #cf9822;
  }
  
  .about-three__btn:before {
    background-color: #0070c1;
  }
  
  .about-three__btn:hover {
    color: white;
  }
  
  /*--------------------------------------------------------------
  # We Fly
  --------------------------------------------------------------*/
  .we-fly {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(180deg, rgb(167, 145, 50) 0%, rgb(0 112 193) 51%);
    background-image: -webkit-linear-gradient(180deg, rgb(167, 145, 50) 0%, rgb(0 112 193) 51%);
    background-image:-webkit-linear-gradient(180deg, rgb(167, 145, 50) 0%, rgb(0 112 193) 51%);
    padding: 70px 0 50px;
    z-index: 1;
  }
  
  .we-fly-bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 94%;
   
    z-index: -1;
  }
  
  .we-fly__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    mix-blend-mode: soft-light;
    opacity: .60;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .we-fly-bg-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 377px;
    content: "";
    background-image: -moz-linear-gradient(180deg, rgba(18, 56, 33, 0) 0%, rgb(0 112 193) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(18, 56, 33, 0) 0%, rgb(0 112 193) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(18, 56, 33, 0) 0%, rgb(0 112 193) 100%);
    z-index: 1;
  }
  
  .we-fly .container {
    position: relative;
  }
  
  .we-fly__badge {
    position: absolute;
    top: 0;
    right: 185px;
    animation: fa-spin 5s ease infinite;
    display: none;
  }
  
  @media (min-width: 1200px) {
    .we-fly__badge {
      display: block;
    }
  }
  
  .we-fly__left {
    position: relative;
    display: block;
  }
  
  .we-fly__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    color: white;
    letter-spacing: -.04em;
  }
  
  .we-fly__count {
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    font-family: var(--jetly-font) !important;
    line-height: 52px !important;
  }
  
  .we-fly__count:before {
    position: absolute;
    bottom: 0px;
    left: -9px;
    height: 10px;
    width: 155px;
    content: "";
    background-image: url(../images/shapes/we-fly-count-shape-1.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .we-fly__title .odometer-formatting-mark {
    display: none;
  }
  
  .we-fly__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: white;
    opacity: .60;
    padding-top: 30px;
    padding-bottom: 38px;
  }
  
  .we-fly__btn-boxes {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .we-fly__btn-one {
    background-color: #cf9822;
  }
  
  .we-fly__btn-one:hover {
    color: #cf9822;
  }
  
  .we-fly__btn-one:before {
    background-color: white;
  }
  
  .we-fly__btn-two {
    background-color: white;
    color: #0070c1;
    margin-left: 10px;
  }
  
  .we-fly__btn-two:before {
    background-color: #cf9822;
  }
  
  .we-fly__btn-two:hover {
    color: white;
  }
  
  /*--------------------------------------------------------------
  # Charters
  --------------------------------------------------------------*/
  .charters {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .charters__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .charters__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .charters__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .charters__single:hover .charters__img img {
    transform: scale(1.05);
    opacity: .5;
  }
  
  .charters__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 23px 40px 40px;
  }
  
  .charters__date {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #cf9822;
    letter-spacing: 0.1em;
  }
  
  .charters__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  
  .charters__title a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .charters__title a:hover {
    color: #cf9822;
  }
  
  .charters__text {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  
  .charters__btn {
    background-color: #cf9822;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 29px 4px;
  }
  
  .charters__btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Benefits One
  --------------------------------------------------------------*/
  .benefits-one {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 120px 0 100px;
    z-index: 1;
  }
  
  .benefits-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 95px;
    z-index: -1;
  }
  
  .benefits-one__shape-1 img {
    width: auto;
  }
  
  .benefits-one__shape-2 {
    position: absolute;
    top: 180px;
    right: 120px;
    z-index: -1;
  }
  
  .benefits-one__shape-2 img {
    width: auto;
  }
  
  .benefits-one__left {
    position: relative;
    display: block;
  }
  
  .benefits-one .section-title {
    margin-bottom: 28px;
  }
  
  .benefits-one__text {
    padding-bottom: 40px;
  }
  
  .benefits-one__btn {
    background-color: #cf9822;
  }
  
  .benefits-one__btn:before {
    background-color: #0070c1;
  }
  
  .benefits-one__right {
    position: relative;
    display: block;
    margin-left: 10px;
  }
  
  .benefits-one__right .row {
    --bs-gutter-x: 20px;
  }
  
  .benefits-one__single {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    padding: 21px 40px 22px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .benefits-one__single:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0070c1;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .benefits-one__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
  }
  
  .benefits-one__content {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .benefits-one__icon {
    position: relative;
    display: inline-block;
    margin-right: 18px;
    top: 5px;
  }
  
  .benefits-one__icon span {
    font-size: 50px;
    color: #cf9822;
  }
  
  .benefits-one__title {
    position: relative;
    display: block;
  }
  
  .benefits-one__title h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
  }
  
  .benefits-one__title a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .benefits-one__single:hover .benefits-one__title a {
    color: white;
  }
  
  .benefits-one__arrow {
    position: relative;
    display: block;
  }
  
  .benefits-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--jetly-primary);
    border-radius: 50%;
    font-size: 14px;
    color: #cf9822;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .benefits-one__single:hover .benefits-one__arrow a {
    color: white;
    background-color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # Counter Two
  --------------------------------------------------------------*/
  .counter-two {
    position: relative;
    display: block;
    background-color: #cf9822;
    padding-top: 72px;
    padding-bottom: 74px;
    z-index: 1;
  }
  
  .counter-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 223px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    z-index: -1;
  }
  
  .counter-two__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .counter-two__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
  }
  
  .counter-two__single:before {
    position: absolute;
    top: 8px;
    bottom: 6px;
    left: 0;
    content: "";
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .counter-two__single:first-child:before {
    display: none;
  }
  
  .counter-two__count-box {
    position: relative;
    display: block;
  }
  
  .counter-two__count-box h3 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--jetly-font) !important;
  }
  
  .counter-two__text {
    font-size: 18px;
    color: #ede2b1;
    text-align: center;
    line-height: 29px;
  }
  
  /*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
  .destination-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
  }
  
  .destination-three__shape-1 {
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: -1;
  }
  
  .destination-three__shape-1 img {
    width: auto;
  }
  
  .destination-three__left {
    position: relative;
    display: block;
  }
  
  .destination-three__left .section-title {
    margin-bottom: 28px;
  }
  
  .destination-three__right {
    position: relative;
    display: block;
    margin-right: -375px;
  }
  
  .destination-three__carousel {
    position: relative;
    display: block;
  }
  
  .destination-three__right .destination-one__single {
    margin-bottom: 0;
  }
  
  .destination-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 87px;
    left: -400px;
    margin: 0;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-next span,
  .destination-three__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
  }
  
  .destination-three__carousel.owl-theme .owl-nav .owl-next:hover,
  .destination-three__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #cf9822;
    color: white;
  }
  
  
  /*--------------------------------------------------------------
  # Live Sports
  --------------------------------------------------------------*/
  .we-do {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .we-do__wrap {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .we-do__left {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    min-height: 658px;
    z-index: 1;
  }
  
  .we-do__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  
  .we-do__real-time {
    position: absolute;
    bottom: 105px;
    right: 90px;
    background-color: white;
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 50px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
  }
  
  .we-do__real-time:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-bottom: 30px solid transparent;
    border-left: 47px solid white;
    z-index: -1;
  }
  
  .we-do__real-time-shape {
    position: absolute;
    top: 11px;
    left: 12px;
    right: 11px;
    bottom: 11px;
    z-index: -1;
  }
  
  .we-do__real-time-shape img {
    width: auto;
  }
  
  .we-do__real-time-icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .we-do__real-time-icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #cf9822;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .we-do__real-time:hover .we-do__real-time-icon span {
    transform: scale(.9);
  }
  
  .we-do__real-time-content-box {
    margin-left: 12px;
  }
  
  .we-do__real-time-content {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }
  
  .we-do__right {
    position: relative;
    display: block;
    float: right;
    width: 60%;
    padding-left: 50px;
    padding-top: 120px;
    background-color: var(--jetly-primary);
    padding-bottom: 110px;
    z-index: 1;
  }
  
  .we-do__shape-1 {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: -1;
  }
  
  .we-do__shape-1 img {
    width: auto;
  }
  
  .we-do__content {
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    z-index: 2;
  }
  
  .we-do__right .section-title {
    margin-bottom: 28px;
  }
  
  .we-do__text {
    padding-bottom: 39px;
  }
  
  .we-do__bottom {
    position: relative;
    display: block;
  }
  
  .we-do__points {
    position: relative;
    display: block;
  }
  
  .we-do__points li {
    position: relative;
    display: flex;
  }
  
  .we-do__points li+li {
    margin-top: 65px;
  }
  
  .we-do__points li .icon {
    position: relative;
    display: block;
  }
  
  .we-do__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #cf9822;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .we-do__points li:hover .icon span {
    transform: scale(.9);
  }
  
  .we-do__points li .content {
    margin-left: 30px;
  }
  
  .we-do__points li .content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 6px;
  }
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta-one {
    position: relative;
    display: block;
    background-color: #cf9822;
    padding: 60px 0 60px;
    z-index: 1;
  }
  
  .cta-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  
  .cta-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .cta-one__title {
    position: relative;
    display: block;
  }
  
  .cta-one__title h3 {
    font-size: 40px;
    font-weight: 700;
    color: white;
  }
  
  .cta-one__btn:hover {
    color: #0070c1;
  }
  
  .cta-one__btn:before {
    background-color: white;
  }
  
  
  /*--------------------------------------------------------------
  # Page Header
  --------------------------------------------------------------*/
  @media(max-width:1365){
      .page-header-bg {
          height:;
      }
      .news-carousel-page{
              margin-top: 4%;
                  height: 615px;
      }
  }
  
  
  
  
  .page-header {
    position: relative;
    display: block;
    
    z-index: 1;
  }
  
  .page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .50;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    z-index: -1;
    height: 566px;
  }
  
  .page-header-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
     
  }
  
  .page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 230px 0 175px;
    z-index: 15;
  }
  
  .page-header__inner h2 {
    font-size: 50px;
    color: #0071c2;
    line-height: 60px;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 700;
  }
  
  .thm-breadcrumb {
    position: absolute;
        bottom: 122px;
    left: 0;
    right: 0;
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .thm-breadcrumb li {
    position: relative;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 700;
    text-transform: uppercase;
    background-color: white;
    color: #0070c1;
    letter-spacing: 0.1em;
    padding: 15px 4px;
  }
  
  .thm-breadcrumb li:first-of-type {
    padding-left: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgb(168 166 162 / 82%);
  }
  
  .thm-breadcrumb li:last-of-type {
    padding-right: 60px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
  }
  
  
  .thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 700;
    text-transform: uppercase;
    color: #0070c1;
    letter-spacing: 0.1em;
  }
  
  .thm-breadcrumb li:hover a {
    color: #cf9822;
    opacity: 1;
  }
  
  .thm-breadcrumb li span {
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # News Details
  --------------------------------------------------------------*/
  .news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .news-details__left {
    position: relative;
    display: block;
  }
  
  .news-details__img {
    position: relative;
    display: block;
  }
  
  .news-details__img img {
    width: 100%;
  }
  
  .news-details__date {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #cf9822;
    padding: 10px 18px 10px;
    z-index: 1;
    border-radius: 20px;
  }
  
  .news-details__date p {
    font-size: 11px;
    font-weight: 700;
    color: white;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .news-details__content {
    position: relative;
    display: block;
    margin-top: 21px;
  }
  
  .news-details__meta {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .news-details__meta li+li {
    margin-left: 10px;
  }
  
  .news-details__meta li a {
    font-size: 14px;
    color: gray;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .news-details__meta li a:hover {
    color: #cf9822;
  }
  
  .news-details__meta li a i {
    color: #cf9822;
  }
  
  .news-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 3px;
    margin-bottom: 11px;
    font-weight: 700;
  }
  
  .news-details__text-2 {
    padding-top: 32px;
  }
  
  .news-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 53px;
    border-top: 1px solid #eeede5;
  }
  
  .news-details__bottom p {
    margin: 0;
  }
  
  .news-details__tags span {
    color: #0070c1;
    font-size: 20px;
    margin-right: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  
  .news-details__tags a {
    position: relative;
    color: white;
    font-size: 12px;
    background-color: #cf9822;
    display: inline-block;
    padding: 5px 20px 5px;
    font-weight: 700;
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .news-details__tags a:hover {
    background-color: #0070c1;
    color: white;
  }
  
  .news-details__tags a+a {
    margin-left: 5px;
  }
  
  .news-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .news-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .news-details__social-list a:hover {
    color: white;
  }
  
  .news-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #cf9822;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  
  .news-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .news-details__social-list a+a {
    margin-left: 10px;
  }
  
  .news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
  }
  
  .news-details__pagenation {
    position: relative;
    display: block;
  }
  
  .news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0070c1;
    font-weight: 700;
    background-color: var(--jetly-primary);
    line-height: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 54px;
    padding-bottom: 54px;
    letter-spacing: -0.04em;
  }
  
  .news-details__pagenation li+li {
    margin-left: 30px;
  }
  
  .news-details__pagenation li:hover {
    background-color: #cf9822;
    color: white;
  }
  
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-one__title,
  .comment-form__title {
    margin: 0;
    color: #0070c1;
    font-size: 30px;
    margin-bottom: 52px;
    font-weight: 700;
  }
  
  .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeede5;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  
  .comment-one__content {
    position: relative;
    margin-left: 45px;
  }
  
  .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: #0070c1;
    margin-bottom: 26px;
    font-weight: 700;
  }
  
  .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    color: white;
    background-color: #cf9822;
    border-radius: 20px;
  }
  
  .comment-one__btn:hover {
    color: white;
  }
  
  .comment-one__btn:before {
    background-color: #0070c1;
  }
  
  .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
  }
  
  .comment-one__image img {
    border-radius: 50%;
  }
  
  .comment-form .comment-form__title {
    margin-top: -7px;
  }
  
  .comment-one__form .row {
    --bs-gutter-x: 20px;
  }
  
  .comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: var(--jetly-primary);
  }
  
  .comment-form__input-box input[type="text"],
  .comment-form__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 400;
  }
  
  .comment-form__input-box textarea {
    font-size: 14px;
    color: gray;
    height: 190px;
    width: 100%;
    background-color: var(--jetly-primary);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
  }
  
  .comment-form__btn {
    border: none;
    background-color: #cf9822;
  }
  
  .comment-form__btn::before {
    background-color: #0070c1;
  }
  
  .comment-form__input-box.text-message-box {
    height: 190px;
  }
  
  /*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 50px;
    }
  }
  
  .sidebar__single+.sidebar__single {
    margin-top: 30px;
  }
  
  .sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  
  .sidebar__search {
    position: relative;
    display: block;
  }
  
  .sidebar__search-form {
    position: relative;
  }
  
  .sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: #cf9822;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
  }
  
  .sidebar__search-form ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
  }
  
  .sidebar__search-form :-ms-input-placeholder {
    color: white;
    opacity: 1;
  }
  
  .sidebar__search-form ::-ms-input-placeholder {
    color: white;
    opacity: 1;
  }
  
  .sidebar__search-form ::placeholder {
    color: white;
    opacity: 1;
  }
  
  .sidebar__search-form :-ms-input-placeholder {
    color: white;
  }
  
  .sidebar__search-form ::-ms-input-placeholder {
    color: white;
  }
  
  .sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: white;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  
  .sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    background-color: var(--jetly-primary);
    overflow: hidden;
    z-index: 1;
  }
  
  .sidebar__post .sidebar__title {
    margin-left: 20px;
  }
  
  .sidebar__post-list {
    margin: 0;
  }
  
  .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .sidebar__post-list li:hover {
    background-color: white;
  }
  
  .sidebar__post-list li+li {
    margin-top: 10px;
  }
  
  .sidebar__post-image {
    margin-right: 20px;
  }
  
  .sidebar__post-image>img {
    width: 70px;
  }
  
  .sidebar__post-content {
    position: relative;
    top: -3px;
  }
  
  .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
  }
  
  .sidebar__post-content-meta {
    font-size: 13px;
    font-weight: 400;
    color: gray !important;
    font-family: var(--jetly-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .sidebar__post-content-meta i {
    color: #cf9822;
    font-size: 14px;
    padding-right: 4px;
  }
  
  .sidebar__post-content h3 a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
  
  .sidebar__category {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 46px 30px 36px;
    overflow: hidden;
    z-index: 1;
  }
  
  .sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
  }
  
  .sidebar__category-list {
    margin: 0;
  }
  
  .sidebar__category-list li+li {
    margin-top: 6px;
  }
  
  .sidebar__category-list li a {
    color: gray;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 7px 20px 7px;
    font-weight: 500;
  }
  
  .sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0070c1;
  }
  
  .sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0070c1;
  }
  
  .sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #cf9822;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
  
  .sidebar__category-list li a:hover span {
    color: #cf9822;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  
  .sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #cf9822;
  }
  
  .sidebar__tags {
    position: relative;
    display: block;
    background: var(--jetly-primary);
    padding: 46px 45px 50px;
    overflow: hidden;
    z-index: 1;
  }
  
  .sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
  }
  
  .sidebar__tags-list {
    margin-top: -10px;
  }
  
  .sidebar__tags-list a {
    font-size: 12px;
    color: #0070c1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: white;
    display: inline-block;
    padding: 5px 20px 5px;
    margin-left: 5px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
  }
  
  .sidebar__tags-list a:hover {
    color: white;
    background: #cf9822;
  }
  
  .sidebar__comments {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 46px 50px 43px;
    overflow: hidden;
    z-index: 1;
  }
  
  .sidebar__comments .sidebar__title {
    margin-bottom: 25px;
  }
  
  .sidebar__comments-list {
    position: relative;
    display: block;
  }
  
  .sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
  }
  
  .sidebar__comments-list li+li {
    margin-top: 23px;
  }
  
  .sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 50%;
    font-size: 15px;
    color: #0070c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: #cf9822;
    color: white;
  }
  
  .sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 400;
  }
  
  .sidebar__comments-text-box p span {
    color: #0070c1;
    font-size: 16px;
  }
  
  .sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: gray;
    font-weight: 500;
    letter-spacing: 0;
  }
  
  /*--------------------------------------------------------------
  # News Sideber
  --------------------------------------------------------------*/
  .news-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .news-sidebar__left {
    position: relative;
    display: block;
  }
  
  .news-sidebar__content {
    position: relative;
    display: block;
  }
  
  .news-sidebar__single {
    position: relative;
    display: block;
  }
  
  .news-sidebar__single+.news-sidebar__single {
    margin-top: 30px;
  }
  
  .news-sidebar__img {
    position: relative;
    display: block;
  }
  
  .news-sidebar__img img {
    width: 100%;
  }
  
  .news-sidebar__date {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #cf9822;
    padding: 0 22px 0;
    border-radius: 15px;
  }
  
  .news-sidebar__date p {
    font-size: 11px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  .news-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 23px;
  }
  
  .news-sidebar__meta {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .news-sidebar__meta li+li {
    margin-left: 10px;
  }
  
  .news-sidebar__meta li a {
    font-size: 14px;
    font-weight: 400;
    color: gray;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .news-sidebar__meta li a:hover {
    color: #cf9822;
  }
  
  .news-sidebar__meta li a i {
    color: #cf9822;
    padding-right: 3px;
    font-size: 15px;
  }
  
  .news-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 2px;
    margin-bottom: 12px;
  }
  
  .news-sidebar__title a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .news-sidebar__title a:hover {
    color: #cf9822;
  }
  
  .news-sidebar__bottom {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  
  .news-sidebar__read-more {
    font-size: 14px;
    color: #0070c1;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .news-sidebar__read-more:hover {
    color: #cf9822;
  }
  
  .news-sidebar__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: var(--jetly-primary);
    border-radius: 50%;
    font-size: 16px;
    color: #0070c1;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .news-sidebar__arrow:hover {
    background-color: #cf9822;
    color: white;
  }
  
  .news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 60px 60px 56px;
    margin-top: 30px;
    z-index: 1;
  }
  
  .news-sidebar__bottom-box-icon {
    margin-bottom: 21px;
  }
  
  .news-sidebar__bottom-box-text {
    font-size: 16px;
    font-weight: 500;
  }
  
  .news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 60px 60px 59px;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
  }
  
  .news-sidebar__load-more-btn {
    background-color: #cf9822;
  }
  
  .news-sidebar__load-more-btn::before {
    background-color: #0070c1;
  }
  
  .news-sidebar__delivering-services-icon {
    margin-bottom: 23px;
  }
  
  .news-sidebar__delivering-services-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }
  
  .news-sidebar__delivering-services-title a {
    color: #0070c1;
    transition: all 500ms ease;
  }
  
  .news-sidebar__delivering-services-title a:hover {
    color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # News Page
  --------------------------------------------------------------*/
  .news-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  /*--------------------------------------------------------------
  # Services Page
  --------------------------------------------------------------*/
  .services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  /*--------------------------------------------------------------
  # Service Details
  --------------------------------------------------------------*/
  .service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .service-details__left {
    position: relative;
    display: block;
  }
  
  .service-details__category {
    position: relative;
    display: block;
  }
  
  .service-details__category-list {
    position: relative;
    display: block;
  }
  
  .service-details__category-list li {
    position: relative;
    display: block;
  }
  
  .service-details__category-list li+li {
    margin-top: 10px;
  }
  
  .service-details__category-list li a {
    color: #0070c1;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 13px 30px 12px;
    background-color: var(--jetly-primary);
    letter-spacing: var(--jetly-letter-spacing);
    z-index: 1;
  }
  
  .service-details__category-list li:hover a {
    color: white;
  }
  
  .service-details__category-list li.active a {
    color: white;
  }
  
  .service-details__category-list li a:after {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
    right: 0px;
    content: "";
    background-color: #0070c1;
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
  }
  
  .service-details__category-list li:hover a:after {
    transform: scaleX(1);
  }
  
  .service-details__category-list li.active a:after {
    transform: scaleX(1);
  }
  
  .service-details__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #0070c1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
  
  .service-details__category-list li a:hover span {
    color: #cf9822;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  
  .service-details__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #cf9822;
  }
  
  
  .service-details__need-help {
    position: relative;
    display: block;
    padding: 60px 50px 55px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: #cf9822;
  }
  
  .service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cf9822;
    opacity: 0.10;
    background-blend-mode: luminosity;
    z-index: -1;
  }
  
  .service-details__need-help-icon {
    position: relative;
    height: 106px;
    width: 106px;
    border: 10px solid rgba(var(--jetly-white-rgb), .10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 32px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .service-details__need-help-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0070c1;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
  }
  
  .service-details__need-help-icon:hover:before {
    background-color: white;
  }
  
  .service-details__need-help-icon span {
    font-size: 30px;
    color: var(--jetly-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .service-details__need-help-icon:hover span {
    color: #cf9822;
  }
  
  .service-details__need-help-title {
    font-size: 26px;
    color: white;
    line-height: 32px;
    font-weight: 700;
  }
  
  .service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 38px;
  }
  
  .service-details__need-help-contact p {
    font-size: 12px;
    color: #0070c1;
    margin: 0;
    line-height: 12px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  
  .service-details__need-help-contact a {
    font-size: 20px;
    color: white;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .service-details__need-help-contact a:hover {
    color: #0070c1;
  }
  
  .service-details__right {
    position: relative;
    display: block;
  }
  
  .service-details__content-box {
    position: relative;
    display: block;
  }
  
  .service-details__img {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .service-details__img img {
    width: 100%;
  }
  
  .service-details__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 21px;
  }
  
  .service-details__quote {
    position: relative;
    display: block;
    border-left: 6px solid #cf9822;
    background-color: #0070c1;
    padding: 20px 30px 20px;
    margin-top: 41px;
    margin-bottom: 41px;
  }
  
  .service-details__quote-text {
    font-size: 18px;
    color: white;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--jetly-letter-spacing);
  }
  
  .service-details__benefit {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  
  .service-details__benefit-img {
    position: relative;
    display: block;
  }
  
  .service-details__benefit-img img {
    width: 100%;
  }
  
  .service-details__benefit-content {
    position: relative;
    display: block;
    margin-top: -3px;
  }
  
  .service-details__benefit-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }
  
  .service-details__benefit-text {
    padding-top: 28px;
    padding-bottom: 28px;
    font-weight: 700;
    color: #cf9822;
    letter-spacing: var(--jetly-letter-spacing);
  }
  
  .service-details__benefit-points {
    position: relative;
    display: block;
  }
  
  .service-details__benefit-points li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .service-details__benefit-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #cf9822;
    font-size: 9px;
    color: white;
  }
  
  .service-details__benefit-points li .text {
    margin-left: 15px;
  }
  
  .service-details__benefit-points li .text p {
    font-size: 16px;
    font-weight: 700;
    color: #0070c1;
  }
  
  .service-details__faq {
    position: relative;
    display: block;
  }
  
  .service-details__faq .faq-one-accrodion .accrodion {
    border: 1px solid #eeede5;
  }
  
  /*--------------------------------------------------------------
  # Contact Page
  --------------------------------------------------------------*/
  .contact-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .contact-page__single {
  position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 7%);
    padding: 29px 20px 40px;
    height: 215px;
    margin-bottom: 30px;
  }
  
  .contact-page__title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  
  .contact-page__title span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #cf9822;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 12px;
  }
  
  .contact-page__title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 2px;
  }
  
  .contact-page__icon {
    position: relative;
    display: flex;
    align-items: center;
  }

  .contact-page__icon  img{
    width:200px;
  }
  
  .contact-page__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #cf9822;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .contact-page__icon--last span {
    font-size: 42px;
  }
  
  .contact-page__single:hover .contact-page__icon span {
    transform: scale(1.2);
  }
  
  .contact-page__text a {
    position: relative;
    display: block;
    color: gray;
    transition: all 500ms ease;
  }
  
  .contact-page__text a:hover {
    color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # Contact Form
  --------------------------------------------------------------*/
  .contact-one {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
  }
  
  .contact-one .container {
    max-width: 770px;
  }
  
  .contact-one__form-box {
    position: relative;
    display: block;
  }
  
  .contact-one__form {
    position: relative;
    display: block;
  }
  
  .contact-one__form .row {
    --bs-gutter-x: 20px;
  }
  
  .contact-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .contact-form__input-box input[type="text"],
  .contact-form__input-box input[type="email"],
  .contact-form__input-box input[type="date"],
  .contact-form__input-box input[type="number"]
  {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 400;
  }
  
  .contact-form__input-box textarea{
    font-size: 14px;
    color: gray;
    height: 155px;
    width: 100%;
    background-color: var(--jetly-primary);
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
  }
    
  .nice-select  {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;margin-bottom: 20px;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 400;
  }
  .contact-form__input-box.text-message-box {
    height: 155px;
  }
  
  .contact-form__btn {
    display: block;
    margin: 0 auto;
    border: none;
    background-color: #cf9822;
  }
  
  .contact-form__btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Google Map
  --------------------------------------------------------------*/
  .google-map {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
  }
  
  .google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 470px;
    width: 100%;
    mix-blend-mode: luminosity;
  }
  
  
  /*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
  .team {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .team__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.07);
  }
  
  .team__single-inner {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 1;
  }
  
  .team__single-inner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #cf9822;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: -1;
  }
  
  .team__single:hover .team__single-inner:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  
  .team__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .team__img img {
    width: 100%;
    transition: all 500ms ease;
  }
  
  .team__single:hover .team__img img {
    transform: scale(1.05);
    opacity: 0.5;
  }
  
  .team__content {
    position: relative;
    display: block;
    padding-top: 34px;
    padding-left: 50px;
  }
  
  .team__name {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 7px;
  }
  
  .team__name a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .team__single:hover .team__name a {
    color: white;
  }
  
  .team__title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .team__single:hover .team__title {
    color: #ede2b1;
  }
  
  .team__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
  }
  
  .team__social a {
    position: relative;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #0070c1;
    background-color: var(--jetly-primary);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .team__single:hover .team__social a {
    color: white;
    background-color: #0070c1;
  }
  
  .team__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #0070c1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
  
  .team__single:hover .team__social a:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .team__social a+a {
    margin-left: 10px;
  }
  
  .team__social a:hover {
    color: #0070c1 !important;
  }
  
  .team__social a:hover:after {
    background-color: white;
  }
  
  /*--------------------------------------------------------------
  # Destinations page
  --------------------------------------------------------------*/
  .destinations-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  /*--------------------------------------------------------------
  # Destination Details
  --------------------------------------------------------------*/
  .destination-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
  }
  
  .destination-details__top {
    position: relative;
    display: block;
  }
  
  .destination-details__top-left {
    position: relative;
    display: block;
  }
  
  .destination-details__top-img {
    position: relative;
    display: block;
  }
  
  .destination-details__top-img img {
    width: 321px;
    height: 200px;

  }
  
  .destination-details__top-right {
    position: relative;
    display: block;
  }
  
  .destination-details__details-box {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 41px 50px 40px;
  }
  
  .destination-details__details-list {
    position: relative;
    display: block;
  }
  
  .destination-details__details-list li {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeede5;
  }
  
  .destination-details__details-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .destination-details__client {
    color: #0070c1;
    font-weight: 700;
  }
  
  .destination-details__name {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
  }
  
  .destination-details__bottom {
    position: relative;
    display: block;
    margin-top: 19px;
  }
  
  .destination-details__bottom-inner {
    position: relative;
    display: block;
  }
  
  .destination-details__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
  }
  
  .destination-details__points {
    position: relative;
    display: block;
    margin-top: 44px;
    margin-bottom: 42px;
  }
  
  .destination-details__points li {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .destination-details__points li+li {
    margin-top: 8px;
  }
  
  .destination-details__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .destination-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #cf9822;
  }
  
  .destination-details__points li .text {
    margin-left: 20px;
  }
  
  .destination-details__points li .text p {
    font-size: 18px;
    color: #0070c1;
    font-weight: 700;
  }
  
  .destination-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #eeede5;
    border-bottom: 1px solid #eeede5;
    padding: 40px 0;
    margin-top: 55px;
  }
  
  .destination-details__pagination li {
    display: inline-block;
  }
  
  .destination-details__pagination li.next {
    float: left;
    position: relative;
  }
  
  .destination-details__pagination li a {
    font-size: 16px;
    color: #0070c1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
  }
  
  .destination-details__pagination li a:hover {
    color: #cf9822;
  }
  
  .destination-details__pagination li.next i {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--jetly-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0070c1;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 10px;
    z-index: 1;
  }
  
  .destination-details__pagination li.previous {
    position: relative;
    float: right;
  }
  
  .destination-details__pagination li.previous i {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--jetly-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0070c1;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 10px;
    z-index: 1;
  }
  
  .destination-details__pagination li a:hover i {
    color: white;
    background-color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # Similar Destination
  --------------------------------------------------------------*/
  .similar-destination {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  /*--------------------------------------------------------------
  # Testimonials Page
  --------------------------------------------------------------*/
  .testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .testimonials-page .testimonial-one__single {
    margin-bottom: 30px;
  }
  
  /*--------------------------------------------------------------
  # Gallery Page
  --------------------------------------------------------------*/
  .gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  
  .gallery-page__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cf9822;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  }
  
  .gallery-page__single:hover .gallery-page__img:before {
    opacity: .80;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
  }
  
  .gallery-page__img img {
    width: 100%;
  }
  
  .gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
  }
  
  .gallery-page__icon a {
    height: 97px;
    width: 97px;
    background-color: #0070c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
  }
  
  .gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
  }
  
  .gallery-page__icon a:hover {
    background-color: white;
    color: #cf9822;
  }
  
  /*--------------------------------------------------------------
  # FAQ Page
  --------------------------------------------------------------*/
  .faq-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--jetly-primary);
  }
  
  .faq-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  /*--------------------------------------------------------------
  # Contact Two
  --------------------------------------------------------------*/
  .contact-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .contact-two__left {
    position: relative;
    display: block;
  }
  
  .contact-two__left .section-title {
    margin-bottom: 37px;
  }
  
  .contact-two .contact-form__input-box.text-message-box {
    height: 150px;
  }
  
  .contact-two .contact-form__input-box textarea {
    height: 150px;
  }
  
  .contact-two .contact-form__btn {
    margin: 0;
  }
  
  .contact-two__right {
    position: relative;
    display: block;
  }
  
  .contact-two__right .service-details__need-help {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  ## Error Page
  --------------------------------------------------------------*/
  .error-page {
    position: relative;
    display: block;
    padding: 71px 0 120px;
    z-index: 1;
  }
  
  .error-page__inner {
    position: relative;
    display: block;
    text-align: center;
  }
  
  .error-page__title-box {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
  
  .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #cf9822;
    z-index: 2;
  }
  
  .error-page-shape-1 {
    position: absolute;
    bottom: 117px;
    right: 15px;
    z-index: 2;
  }
  
  .error-page-shape-1 img {
    width: auto;
  }
  
  .error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    color: #0070c1;
    margin-bottom: 11px;
    margin-top: -30px;
  }
  
  .error-page__text {
    font-size: 20px;
  }
  
  .error-page__form {
    position: relative;
    display: block;
    margin: 47px auto 20px;
  }
  
  .error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
  
  .error-page__form input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--jetly-primary);
    border: 0;
    font-size: 16px;
    color: gray;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0;
  }
  
  .error-page__form button[type="submit"] {
    background-color: transparent;
    color: #0070c1;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .error-page__btn {
    background-color: #cf9822;
  }
  
  .error-page__btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # About For
  --------------------------------------------------------------*/
  .about-four {
    position: relative;
    display: block;
    padding: 120px 0 120px;
  }
  
  .about-four__left {
    position: relative;
    display: block;
    margin-right: 30px;
  }
  
  .about-four__img {
    position: relative;
    display: block;
    z-index: 1;
  }
  
  .about-four__img:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: -30px;
    width: 60px;
    background-color: #cf9822;
    z-index: -1;
  }
  
  .about-four__img img {
    width: 100%;
  }
  
  .about-four__right {
    position: relative;
    display: block;
    margin-left: 70px;
  }
  
  .about-four__right .section-title {
    margin-bottom: 28px;
  }
  
  .about-four__text-1 {
    font-size: 18px;
    color: #cf9822;
    font-weight: 700;
  }
  
  .about-four__text-2 {
    padding-top: 27px;
    padding-bottom: 35px;
  }
  
  /*--------------------------------------------------------------
  # Counter Three
  --------------------------------------------------------------*/
  .counter-three {
    position: relative;
    display: block;
    background-color: #0070c1;
    padding-top: 72px;
    padding-bottom: 74px;
    z-index: 1;
  }
  
  .counter-three__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 223px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
  }
  
  .counter-three__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .counter-three__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
  }
  
  .counter-three__single:before {
    position: absolute;
    top: 8px;
    bottom: 6px;
    left: 0;
    content: "";
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), .10);
  }
  
  .counter-three__single:first-child:before {
    display: none;
  }
  
  .counter-three__count-box {
    position: relative;
    display: block;
  }
  
  .counter-three__count-box h3 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--jetly-font) !important;
  }
  
  .counter-three__text {
    font-size: 18px;
    color: #889f91;
    line-height: 29px;
  }
  
  /*--------------------------------------------------------------
  # Brand Four
  --------------------------------------------------------------*/
  .brand-four {
    border-bottom: 1px solid #eeede5;
  }
  
  /*--------------------------------------------------------------
  # Product
  --------------------------------------------------------------*/
  .product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
  }
  
  .product__sidebar {
    position: relative;
    display: block;
  }
  
  .product__sidebar-single+.product__sidebar-single {
    margin-top: 30px;
  }
  
  .product__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-bottom: 22px;
  }
  
  
  
  .shop-search {
    position: relative;
    display: block;
  }
  
  .shop-search form {
    border-radius: 0px;
    position: relative;
    background-color: #cf9822;
  }
  
  .shop-search form input[type=search],
  .shop-search form input[type=text] {
    width: 100%;
    height: 70px;
    background-color: #cf9822;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: white;
    font-family: var(--jetly-font);
    border: none;
    outline: none;
    font-weight: 500;
  }
  
  .shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  
  
  .product__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: var(--jetly-primary);
  }
  
  .product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
  }
  
  .product__price-ranger .price-ranger .ui-widget-content {
    background: white;
    border: none;
    height: 5px;
  }
  
  .product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: #cf9822;
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
  }
  
  .product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: #cf9822;
  }
  
  .product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
  }
  
  .product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
  }
  
  .product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
  }
  
  .product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: #0070c1;
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
  }
  
  .product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  
  .product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
  }
  
  
  
  .shop-category {
    position: relative;
    display: block;
    background-color: var(--jetly-primary);
    padding: 29px 15px 15px;
  }
  
  .shop-category .product__sidebar-title {
    margin-left: 15px;
    margin-bottom: 13px;
  }
  
  .shop-category ul {
    position: relative;
    display: block;
  }
  
  .shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: gray;
    margin-bottom: 5px;
  }
  
  .shop-category ul li:last-child {
    margin-bottom: 0;
  }
  
  .shop-category ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: gray;
    font-weight: 400;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 8px 15px 8px;
  }
  
  .shop-category ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    border-radius: 0px;
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .shop-category ul li a:hover:before {
    transform: scaleY(1.0);
  }
  
  .shop-category ul li:hover a,
  .shop-category ul li.active a {
    color: #0070c1;
    text-shadow: 1px 0 0 rgba(18, 56, 33, .8);
    background: white;
  }
  
  .shop-category ul li a:after {
    position: absolute;
    right: 20px;
    top: 5px;
    font-family: 'icomoon' !important;
    content: "\e91e";
    opacity: 1;
    font-size: 15px;
    color: #cf9822;
    line-height: 30px;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
  }
  
  .shop-category ul li a:hover:after,
  .shop-category ul li.active a:after {
    color: #cf9822;
    transform: scale(1);
  }
  
  .product__items {
    position: relative;
    display: block;
  }
  
  .product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .product__showing-text-box {
    position: relative;
    display: block;
  }
  
  .product__showing-text {
    font-size: 16px;
    font-weight: 400;
  }
  
  .product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
  }
  
  .product__showing-sort .select-box .nice-select {
    background-color: var(--jetly-primary);
    border-radius: 0;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 0px;
  }
  
  .product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
  }
  
  
  .product__all {
    position: relative;
    display: block;
  }
  
  .product__all-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #eeede5;
    background-color: rgb(255, 255, 255);
    padding: 0 0 30px;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .product__all-single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  }
  
  .product__all-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  
  .product__all-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--jetly-black-rgb), .10);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
  }
  
  .product__all-single:hover .product__all-img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  
  .product__all-img img {
    width: 100%;
    transition: all 500ms ease;
  }
  
  .product__all-single:hover .product__all-img img {
    transform: scale(1.05);
  }
  
  .product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 16px;
  }
  
  .product__all-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 7px;
  }
  
  .product__all-title a {
    color: #0070c1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .product__all-title a:hover {
    color: #cf9822;
  }
  
  .product__all-price {
    font-size: 16px;
    font-weight: 500;
    color: gray;
  }
  
  .product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product__all-review i {
    font-size: 15px;
    color: #cf9822;
  }
  
  .product__all-review i+i {
    margin-left: 5px;
  }
  
  .product__all-btn-box {
    position: relative;
    display: block;
    margin-top: 10px;
    z-index: 2;
  }
  
  .product__all-btn {
    font-size: 12px;
    padding: 5px 20px 5px;
  }
  
  /*--------------------------------------------------------------
  # Product Details
  --------------------------------------------------------------*/
  .product-details {
    position: relative;
    display: block;
    padding: 120px 0px 56px;
  }
  
  .product-details__img {
    position: relative;
    display: block;
    
    margin-bottom: 0px;

    overflow: hidden;
  }
  
  .product-details__img img {
    width: 100%;
    height: 250px;
    padding: 2%;
    border-radius: 10px;
    border: 1px solid #cf9822;
  }
  
  
  .product-details__top {
    position: relative;
    display: block;
    margin-top: 30px;
  }
  
  .product-details__title {
    font-size: 25px;
    line-height: 44px;
    font-weight: 500;
    margin: 0;
  }
  
  .product-details__title span {
    position: relative;
    display: inline-block;
    color: #cf9822;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 0;
  }
  
  .product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 19px;
    padding-bottom: 20px;
    margin-bottom: 21px;
    border-bottom: 1px solid #eeede5;
  }
  
  .product-details__reveiw i {
    font-size: 16px;
    color: #cf9822;
  }
  
  .product-details__reveiw i+i {
    margin-left: 4px;
  }
  
  .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 13px;
    color:  gray;
    margin-left: 6px;
  }
  
  .product-details__content {
    position: relative;
    display: block;
  }
  
  .product-details__content-text1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 31px;
  }
  
  .product-details__content-text2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  
  .product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  
  .product-details__quantity-title {
    margin: 0;
    color: #0070c1;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
  }
  
  .product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
  }
  
  .product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #eeede5;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--jetly-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: gray;
  }
  
  .product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: gray;
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #eeede5;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
  }
  
  .product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #eeede5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 30px;
  }
  
  .product-details__buttons-1 {
    position: relative;
    display: block;
  }
  
  .product-details__buttons-1 .thm-btn {
    background-color: #0070c1;
  }
  
  .product-details__buttons-1 .thm-btn::before {
    background-color: #cf9822;
  }
  
  .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
  }
  
  .product-details__buttons-2 .thm-btn {
    background-color: #cf9822;
  }
  
  .product-details__buttons-2 .thm-btn:before {
    background-color: #0070c1;
  }
  
  .product-details__social {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .product-details__social .title {
    position: relative;
    display: block;
  }
  
  .product-details__social .title h3 {
    color: #0070c1;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
  }
  
  .product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
  }
  
  .product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0070c1;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--jetly-primary);
    border-radius: 50%;
    height: 45px;
    width: 45px;
  }
  
  .product-details__social-link a+a {
    margin-left: 10px;
  }
  
  .product-details__social-link a:hover {
    color: white;
    background-color: #cf9822;
  }
  
  
  /*--------------------------------------------------------------
  # Product Description
  --------------------------------------------------------------*/
  .product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
  }
  
  .product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 27px;
  }
  
  .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  
  .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .product-description__list ul {
    position: relative;
    display: block;
    list-style-position: outside;
  }
  
  .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
    list-style-position: outside;
  }
  
  .product-description__list ul li:last-child {
    margin-bottom: 0px;
  }
  
  .product-description__list ul li p a{
    color: #cf9822;
    margin: 0;
    border-bottom: 1px solid #0070c1;
    font-weight: 500;
  }
  
  .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: #cf9822;
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
  }
  
  .product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
  }
  
  /*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
  .review-one {
    position: relative;
    display: block;
  }
  
  .comments-area {
    position: relative;
    display: block;
    border-top: 1px solid #eeede5;
    padding-top: 56px;
  }
  
  .review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
  }
  
  .review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
  }
  
  
  .comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #eeede5;
  }
  
  .comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .comments-area .comment-box .author-thumb img {
    width: 100%;
  }
  
  .comments-area .comment-box .author-thumb figure {
    margin: 0;
  }
  
  .review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
  }
  
  .review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .review-one__content-top .info {
    position: relative;
    display: block;
  }
  
  .review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
  }
  
  .review-one__content-top .info h2 span {
    color: #cf9822;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid #cf9822;
    letter-spacing: 0;
  }
  
  .review-one__content-top .reply-btn {
    position: relative;
    display: block;
  }
  
  .review-one__content-top .reply-btn i:before {
    color: #cf9822;
    font-size: 15px;
  }
  
  .review-one__content-bottom {
    position: relative;
    display: block;
  }
  
  .review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
  }
  
  /*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
  .review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
  }
  
  .review-form-one__inner {
    position: relative;
    display: block;
  }
  
  .review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }
  
  .review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  
  .review-form-one__rate-text {
    font-size: 16px;
    font-weight: 400;
  }
  
  .review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  
  .review-form-one__rate i {
    font-size: 16px;
    color: #cf9822;
  }
  
  .review-form-one__rate i+i {
    margin-left: 5px;
  }
  
  .review-form-one__form {
    position: relative;
    display: block;
  }
  
  .review-form-one__form .row {
    --bs-gutter-x: 20px;
  }
  
  .review-form-one__input-box textarea {
    font-size: 14px;
    color: gray;
    height: 190px;
    width: 100%;
    background-color: var(--jetly-primary);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
  }
  
  .review-form-one__input-box.text-message-box {
    height: 190px;
  }
  
  .review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .review-form-one__input-box input[type="text"],
  .review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 400;
  }
  
  .review-form-one__btn {
    border: none;
    background-color: #cf9822;
  }
  
  .review-form-one__btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
  .cart-page {
    position: relative;
    display: block;
    background: white;
    padding: 113px 0px 120px;
  }
  
  .cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  @media(max-width: 1199px) {
    .cart-table {
      min-width: 1170px;
    }
  }
  
  .cart-table {
    margin-bottom: 60px;
  }
  
  .cart-table thead th {
    color: #0070c1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
  }
  
  .cart-table thead th:last-child {
    text-align: right;
  }
  
  .cart-table tbody tr {
    vertical-align: middle;
  }
  
  .cart-table tbody tr:last-child {
    border-bottom: 1px solid #eeede5;
  }
  
  .cart-table tbody td {
    font-size: 18px;
    color: gray;
    vertical-align: middle;
    border-top: 1px solid #eeede5;
    border-bottom: 1px solid #eeede5;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .cart-table tbody td:last-child {
    text-align: right;
  }
  
  .cart-table .product-box {
    display: flex;
    align-items: center;
  }
  
  .cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
  }
  
  .cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid #eeede5;
  }
  
  .cart-table h3 {
    color: #0070c1;
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
  }
  
  .cart-table h3 a {
    color: #0070c1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .cart-table h3 a:hover {
    color: #cf9822;
  }
  
  .cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
  }
  
  .cart-table .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid #eeede5;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--jetly-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: gray;
    font-weight: 700;
  }
  
  .cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid #eeede5;
  }
  
  .cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #eeede5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .cart-table .cross-icon {
    position: relative;
    display: block;
  }
  
  .cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: #0070c1;
    font-size: 16px;
  }
  
  .cart-cupon__form {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 0;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    font-family: var(--jetly-font);
    font-size: 14px;
    color: gray;
    height: 60px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-weight: 400;
  }
  
  .cart-cupon__form ::placeholder {
    color: gray;
    opacity: 1;
  }
  
  .cart-cupon__form button {
    top: -1px;
    border: none;
    outline: none !important;
    background-color: #cf9822;
  }
  
  .cart-cupon__form button:before {
    background-color: #0070c1;
  }
  
  .cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
  }
  
  .cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: gray;
    font-size: 18px;
    font-weight: 500;
  }
  
  .cart-total li+li {
    margin-top: 15px;
  }
  
  .cart-total li span:first-child {
    display: block;
    color: #0070c1;
    font-size: 20px;
    margin-right: 80px;
    font-weight: 700;
    width: 135px;
    text-align: right;
    letter-spacing: var(--jetly-letter-spacing);
  }
  
  .cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
  }
  
  .cart-total-amount {
    color: #cf9822;
  }
  
  .cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .cart-page__buttons-1 {
    position: relative;
    display: block;
  }
  
  .cart-page__buttons-1 .thm-btn {
    background: #0070c1;
  }
  
  .cart-page__buttons-1 .thm-btn::before {
    background: #cf9822;
  }
  
  .cart-page__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
  }
  
  .cart-page__buttons-2 .thm-btn {
    background-color: #cf9822;
  }
  
  .cart-page__buttons-2 .thm-btn:before {
    background-color: #0070c1;
  }
  
  /*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
  .checkout-page {
    position: relative;
    display: block;
    padding: 110px 0 120px;
  }
  
  .checkout-page .billing_details {
    position: relative;
    display: block;
  }
  
  .billing_title {
    position: relative;
    display: block;
    margin-bottom: 35px;
  }
  
  .billing_title p {
    font-size: 16px;
    margin: 0;
  }
  
  .billing_title span {
    color: #cf9822;
  }
  
  .billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
  }
  
  .billing_details_form {
    position: relative;
    display: block;
  }
  
  .billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
  }
  
  
  .billing_details_form .btn-light {
    border: none;
  }
  
  .billing_details_form .btn-light:hover {
    border: none;
  }
  
  .billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .billing_input_box input[type="text"],
  .billing_input_box input[type="email"],
  .billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--jetly-primary);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 400;
  }
  
  .billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: -4px;
  }
  
  .billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: gray;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--jetly-font);
  }
  
  .billing_details .checked-box input[type="checkbox"] {
    display: none;
  }
  
  .billing_details .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: #cf9822;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
  }
  
  .billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
  }
  
  .billing_details.checked-box input[type="checkbox"]:checked+label span {
    border-color: #ffffff;
  }
  
  .billing_details .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
  }
  
  .ship_different_address_title {
    margin-top: 45px;
  }
  
  .ship_different_address_title h2 span::before {
    position: relative;
    display: inline-block;
    color: #cf9822;
    font-size: 19px;
    top: -2px;
    left: 15px;
  }
  
  .ship_different_address_form .ship_different_input {
    position: relative;
    display: block;
    height: 120px;
  }
  
  .ship_different_address_form .ship_different_input textarea {
    font-size: 14px;
    color: gray;
    height: 120px;
    width: 100%;
    background-color: var(--jetly-primary);
    padding: 15px 30px 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 0;
    font-weight: 500;
  }
  
  .billing_details_form .select-box .nice-select {
    background-color: var(--jetly-primary);
    border-radius: 0;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
  }
  
  .your_order {
    position: relative;
    display: block;
    padding-top: 56px;
  }
  
  .your_order h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 36px;
  }
  
  .order_table_box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeede5;
    padding-bottom: 24px;
  }
  
  .order_table_detail {
    position: relative;
    width: 100%;
  }
  
  .order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeede5;
    border-top: 1px solid #eeede5;
  }
  
  .order_table_head th {
    font-size: 20px;
    color: #0070c1;
    font-weight: 700;
    margin: 0;
    padding: 23px 0 22px;
  }
  
  .order_table_head th.right {
    float: right;
  }
  
  .order_table_detail tbody td {
    padding: 29px 0 2px;
  }
  
  .order_table_detail tbody td.pro__title {
    color: gray;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }
  
  .order_table_detail tbody td.pro__price {
    color: gray;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .checkout__payment {
    background-color: var(--jetly-primary);
    border-radius: 0;
    padding: 49px 50px 18px;
    margin-bottom: 30px;
  }
  
  .checkout__payment__item+.checkout__payment__item {
    margin-top: 41px;
  }
  
  
  .checkout__payment__title {
    display: flex;
    color: #0070c1;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    align-items: center;
    margin-bottom: 27px;
    cursor: pointer;
  }
  
  .checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid #eeede5;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
  }
  
  .checkout__payment__title img {
    margin-left: 15px;
  }
  
  .checkout__payment__item--active .checkout__payment__title::before {
    background-color: #cf9822;
    border-color: #cf9822;
    content: '\f00c';
  }
  
  .checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: gray;
    font-weight: 400;
  }
  
  /*--------------------------------------------------------------
  # News Carousel Page
  --------------------------------------------------------------*/
  .news-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
  }
  
  .news-carousel-page .blog-one__single {
    margin-bottom: 0;
  }
  
  .carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  
  .carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  
  .carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cf9822;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
  }
  
  .carousel-dot-style.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: #0070c1;
  }
  
  .carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
  }
  
  .carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
  }
  
  /*--------------------------------------------------------------
  # Team Carousel Page
  --------------------------------------------------------------*/
  .team-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
  }
  
  .team-carousel-page .team__single {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Testimonials Carousel Page
  --------------------------------------------------------------*/
  .testimonials-carousel-page {
    position: relative;
    display: block;
    padding: 153px 0 170px;
    background-color: var(--jetly-primary);
  }
  
  /*--------------------------------------------------------------
  # Services Carousel Page
  --------------------------------------------------------------*/
  .services-carousel-page {
    position: relative;
    display: block;
    padding: 20px 0 20px;
        margin-top: 10%;
  }
  
  .services-carousel-page .services-one__single {
    margin-bottom: 25px;
  }
  
  .thm-breadcrumb--two {
    max-width: 300px;
  }
  
  /*--------------------------------------------------------------
  # Gallery Carousel Page
  --------------------------------------------------------------*/
  .gallery-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
  }
  
  .gallery-carousel-page .gallery-page__single {
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Boxed Version
  --------------------------------------------------------------*/
  
  body.boxed-wrapper {
    background-color: var(--jetly-primary);
  }
  
  .boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  }







      

  

.dizme_tm_all_wrap, .dizme_tm_all_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dizme_tm_portfolio {
        width: 100%;
        height: auto;
       
       
       
        margin-bottom: 165px;
        position: relative
    }

    .dizme_tm_portfolio .portfolio_filter {
        width: 100%;
        height: auto;
        
        text-align: center;
        padding: 78px 0 56px
    }

    .dizme_tm_portfolio .portfolio_filter ul {
        margin: 0;
        list-style-type: none
    }

    .dizme_tm_portfolio .portfolio_filter ul {
        margin: 0;
        list-style-type: none
    }

    .dizme_tm_portfolio .portfolio_filter ul li {
        margin: 0 50px 0 0;
        display: inline-block
    }

    .dizme_tm_portfolio .portfolio_filter ul li:last-child {
        margin-right: 0
    }

    .dizme_tm_portfolio .portfolio_filter ul li a {
        text-decoration: none;
        color: #000;
        font-family: Georgia, sans-serif;
        font-weight: 500;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .dizme_tm_portfolio .portfolio_filter ul li a.current {
        color: #f75023
    }

    .dizme_tm_portfolio .portfolio_filter ul li a:hover {
        color: #f75023
    }

    .dizme_tm_portfolio .portfolio_list {
        width: 100%;
        height: auto;
       
    }

    .dizme_tm_portfolio .portfolio_list ul {
        margin: 0 0 0 -25px;
        list-style-type: none;
        position: relative;
        z-index: 2
    }

    .dizme_tm_portfolio .portfolio_list ul li {
        margin: 0 0 25px;
        width: 33.3333%;
        float: left;
        padding-left: 25px
    }

    .dizme_tm_portfolio .portfolio_list ul li .inner {
        width: 100%;
        height: auto;
        
        position: relative;
        overflow: hidden;
        border-radius: 12px
    }

    .dizme_tm_portfolio .portfolio_list .image {
        position: relative;
        overflow: hidden
    }

    .dizme_tm_portfolio .portfolio_list .inner img {
        min-width: 100%;
        opacity: 0
    }

    .dizme_tm_portfolio .portfolio_list .main {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: scale(1) translateZ(0);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .dizme_tm_portfolio .portfolio_list ul li .inner:hover .main {
        transform: scale(1.1) translateZ(0)
    }

    .dizme_tm_portfolio_titles {
        white-space: nowrap;
        background: #fff;
        font-size: 21px;
        padding: 7px 15px;
        font-family: Georgia, sans-serif;
        font-weight: 500;
        color: #000;
        position: fixed;
        z-index: 5;
        opacity: 0;
        visibility: hidden
    }

    .dizme_tm_portfolio_titles.visible {
        opacity: 1;
        visibility: visible
    }

    .dizme_tm_portfolio_titles .work__cat {
        position: absolute;
        background: #fff;
        top: 100%;
        left: 0;
        margin-top: -10px;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 15px;
        color: #6f6b80
    }

    .entry {
        position: relative
    }

    .dizme_tm_portfolio .mobile_title {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        padding-top: 20px;
        display: none
    }

    .dizme_tm_portfolio .mobile_title h3 {
        font-size: 18px;
        font-weight: 600
    }

    .dizme_tm_portfolio .mobile_title span {
        font-family: poppins;
        font-weight: 500
    }

    .dizme_tm_modalbox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 20;
        background-color: rgba(0, 0, 0, .9);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .dizme_tm_modalbox.opened {
        opacity: 1;
        visibility: visible
    }

    .dizme_tm_modalbox .box_inner {
        position: absolute;
        top: 70px;
        bottom: 70px;
        width: 968px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        margin-top: -20px;
        transition-delay: .3s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .dizme_tm_modalbox.opened .box_inner {
        opacity: 1;
        visibility: visible;
        margin-top: 0
    }

    .dizme_tm_modalbox .close {
        position: fixed;
        left: 100%;
        top: 0;
        margin-left: 30px;
        z-index: 10
    }

    .dizme_tm_modalbox .close a {
        display: block;
        width: 40px;
        height: 40px;
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 10px;
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .dizme_tm_modalbox .close a:hover {
        border-radius: 100%
    }

    .dizme_tm_modalbox .close a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .dizme_tm_modalbox .description_wrap {
        position: relative;
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        padding: 50px;
        overflow-y: scroll
    }

    .dizme_tm_modalbox .description_wrap:before {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #fff;
        z-index: 2
    }

    .dizme_tm_modalbox .description_wrap:after {
        position: fixed;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #fff;
        z-index: 2
    }

    .dizme_tm_modalbox .description_wrap::-webkit-scrollbar {
        width: 11px
    }

    .dizme_tm_modalbox .description_wrap {
        scrollbar-width: thin;
        scrollbar-color: #999 #fff
    }

    .dizme_tm_modalbox .description_wrap:-webkit-scrollbar-track {
        background: #fff
    }

    .dizme_tm_modalbox .description_wrap::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 10px;
        border: 3px solid #fff
    }

    .dizme_tm_portfolio .hidden_content {
        display: none;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: -11
    }

    .dizme_tm_modalbox .popup_details {
        width: 100%;
        height: auto;
        clear: both;
        float: left
    }

    .dizme_tm_modalbox .popup_details .top_image {
        position: relative;
        overflow: hidden;
        margin-bottom: 37px
    }

    .dizme_tm_modalbox .popup_details .top_image img {
        position: relative;
        min-width: 100%;
        opacity: 0
    }

    .dizme_tm_modalbox .popup_details .top_image .main {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 12px
    }

    .dizme_tm_modalbox .portfolio_main_title {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }

    .dizme_tm_modalbox .portfolio_main_title span {
        display: inline-block;
        font-size: 16px;
        font-family: Georgia, sans-serif
    }

    .dizme_tm_modalbox .portfolio_main_title span a {
        text-decoration: none;
        color: #6f6b80
    }

    .dizme_tm_modalbox .portfolio_main_title h3 {
        font-size: 22px;
        margin-bottom: 3px
    }

    .dizme_tm_modalbox .main_details {
        width: 100%;
        height: auto;
        clear: both;
        display: flex;
        margin-bottom: 60px
    }

    .dizme_tm_modalbox .main_details .textbox {
        width: 70%;
        padding-right: 40px
    }

    .dizme_tm_modalbox .main_details .textbox p {
        margin-bottom: 15px
    }

    .dizme_tm_modalbox .main_details .textbox p:last-child {
        margin-bottom: 0
    }

    .dizme_tm_modalbox .main_details .detailbox {
        width: 30%;
        padding-left: 40px
    }

    .dizme_tm_modalbox .main_details .detailbox>ul {
        margin: 0;
        list-style-type: none
    }

    .dizme_tm_modalbox .main_details .detailbox>ul>li {
        margin: 0 0 10px;
        width: 100%;
        float: left
    }

    .dizme_tm_modalbox .main_details .detailbox>ul>li:last-child {
        margin-bottom: 0
    }

    .dizme_tm_modalbox .main_details .detailbox .first {
        font-weight: 500;
        font-size: 18px;
        display: block;
        color: #000;
        font-family: Georgia, sans-serif
    }

    .dizme_tm_modalbox .main_details .detailbox span {
        font-size: 16px;
        font-family: Georgia, sans-serif
    }

    .dizme_tm_modalbox .main_details .detailbox span a {
        text-decoration: none;
        color: #7d7789
    }

    .dizme_tm_modalbox .additional_images {
        width: 100%;
        height: auto;
        clear: both;
        float: left
    }

    .dizme_tm_modalbox .additional_images ul {
        margin: 0 0 0 -30px;
        list-style-type: none
    }

    .dizme_tm_modalbox .additional_images ul li {
        margin: 0 0 30px;
        float: left;
        width: 50%;
        padding-left: 30px
    }

    .dizme_tm_modalbox .additional_images ul li:nth-child(3n-2) {
        width: 100%
    }

    .dizme_tm_modalbox .additional_images ul li .list_inner {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        position: relative
    }

    .dizme_tm_modalbox .additional_images ul li .my_image {
        position: relative
    }

    .dizme_tm_modalbox .additional_images ul li .my_image img {
        opacity: 0;
        min-width: 100%
    }

    .dizme_tm_modalbox .additional_images ul li .my_image .main {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 12px
    }

    .dizme_tm_portfolio .brush_1 {
        position: absolute;
        top: 150px;
        left: 100px
    }

    .dizme_tm_portfolio .brush_2 {
        position: absolute;
        bottom: -120px;
        right: 60px
    }

  
    @media(max-width:1600px) {
        body {
            font-size: 14px
        }

        .container {
            max-width: 1170px
        }

        .dizme_tm_header {
            padding: 15px 0
        }

        .dizme_tm_header.animate {
            padding: 10px 0
        }

        .dizme_tm_header .download_cv a {
            padding: 5px 25px 4px
        }

        .dizme_tm_header .logo img {
            max-width: 110px;
            max-height: 70px
        }

        .dizme_tm_header .menu ul li {
            margin-right: 30px
        }

        .dizme_tm_hero .hello h3 {
            font-size: 25px
        }

        .dizme_tm_hero .name h3 {
            font-size: 60px
        }

        .dizme_tm_hero .job p {
            font-size: 19px
        }

        .dizme_tm_hero .text p {
            font-size: 16px
        }

        .dizme_tm_button a {
            padding: 9px 35px 8px
        }

        .dizme_tm_hero .social {
            padding-left: 24px
        }

        .dizme_tm_hero .name {
            margin-bottom: 13px
        }

        .dizme_tm_hero .job {
            margin-bottom: 23px
        }

        .dizme_tm_hero .text {
            margin-bottom: 30px
        }

        .dizme_tm_down {
            bottom: 30px
        }

        .dizme_tm_hero .avatar img {
            max-height: 400px
        }

        .dizme_tm_hero .skills {
            width: 50px;
            height: 50px
        }

        .dizme_tm_hero .skills .svg {
            width: 25px;
            height: 25px
        }

        .dizme_tm_hero .skills.figma {
            bottom: 20px;
            left: 100px
        }

        .dizme_tm_hero .skills.photoshop {
            right: 110px
        }

        .dizme_tm_hero .skills.illustrator {
            left: -20px
        }

        .dizme_tm_process .icon .brush {
            max-width: 90px
        }

        .dizme_tm_process .icon .svg {
            width: 45px;
            height: 45px
        }

        .dizme_tm_about .right .title span {
            font-size: 22px
        }

        .dizme_tm_about .right .title h3 {
            font-size: 40px
        }

        .dizme_tm_main_title {
            max-width: 550px
        }

        .dizme_tm_main_title span {
            font-size: 22px
        }

        .dizme_tm_main_title h3 {
            font-size: 38px
        }

        .dizme_tm_main_title h3 {
            margin-bottom: 16px
        }

        .dizme_tm_services .service_list .title h3 {
            font-size: 25px;
            margin-bottom: 10px
        }

        .dizme_tm_services .service_list .price {
            font-size: 18px
        }

        .dizme_tm_services .service_list .price span {
            font-size: 20px
        }

        .dizme_tm_testimonials .in {
            max-width: 650px
        }

        .dizme_tm_testimonials .text p {
            font-size: 19px
        }

        .dizme_tm_testimonials .detail h3 {
            font-size: 22px
        }

        .dizme_tm_testimonials .left_details .det_image.two {
            left: 120px
        }

        .dizme_tm_testimonials .left_details .det_image.three {
            left: 200px
        }

        .dizme_tm_testimonials .left_details .border {
            left: 240px
        }

        .dizme_tm_testimonials .right_details .det_image.two {
            right: 170px
        }

        .dizme_tm_testimonials .right_details .border {
            right: 68px
        }

        .dizme_tm_testimonials .right_details .circle.yellow {
            right: 210px
        }

        .dizme_tm_testimonials .right_details .circle.yellow {
            width: 55px;
            height: 55px
        }

        .dizme_tm_about .brush_1 {
            left: 40px
        }

        .dizme_tm_about .numbers .wrapper {
            padding: 25px 30px 21px 26px
        }

        .dizme_tm_about .numbers .wrapper h3 {
            font-size: 50px
        }

        .dizme_tm_about .numbers .wrapper .name {
            font-size: 18px
        }

        .dizme_tm_portfolio .brush_1 {
            left: 50px
        }

        .dizme_tm_portfolio .brush_2 {
            right: 10px
        }

        .dizme_tm_news .brush_1 {
            left: 60px
        }

        .dizme_tm_contact .contact_inner .brush_2 {
            right: -80px
        }

        .dizme_tm_modalbox .description_wrap {
            padding: 40px
        }

        .dizme_tm_modalbox .description_wrap:before {
            height: 40px
        }

        .dizme_tm_modalbox .description_wrap:after {
            height: 40px
        }

        .dizme_tm_modalbox .box_inner {
            top: 50px;
            bottom: 50px;
            width: 800px
        }

        .dizme_tm_modalbox .close {
            margin-left: 20px
        }
    }
 

    @media(max-width:1040px) {
   

        .dizme_tm_portfolio .portfolio_list .main {
            border-radius: 12px
        }

        .dizme_tm_portfolio .mobile_title {
            display: block
        }

        .dizme_tm_portfolio_titles.visible {
            opacity: 0;
            visibility: hidden
        }

        .dizme_tm_portfolio .portfolio_list ul li .inner:hover .main {
            transform: scale(1)
        }
 

    

        .dizme_tm_portfolio .portfolio_list ul li {
            width: 50%
        }

        .dizme_tm_about .brush_1 {
            display: none
        }

        .dizme_tm_about .brush_2 {
            display: none
        }

        .dizme_tm_portfolio .brush_1 {
            display: none
        }

        .dizme_tm_portfolio .brush_2 {
            display: none
        }

 
    }

    @media(max-width:768px) {
      .about-three {
        position: relative;
        display: block;
        padding: 85px 20px 40px;
    }

        .dizme_tm_portfolio .portfolio_list ul {
            margin: 0
        }

        .dizme_tm_portfolio .portfolio_list ul li {
            width: 100%;
            padding-left: 0
        }

    

        .dizme_tm_portfolio {
            padding-top: 113px;
            margin-bottom: 88px
        }

        .dizme_tm_portfolio .portfolio_filter {
            padding-top: 53px;
            padding-bottom: 46px
        }

     
    }






    footer {
      background-color: black;
      background-size: cover;
      background-repeat: no-repeat
  }
  
  footer .footer-top {
      padding: 100px 0px 0;
      border-bottom: 1px solid rgb(207, 152, 34, .5)
  }
  
  footer .footer-top .footer-about {
      padding-top: 100px
  }
  
  @media(max-width:991px) {
      footer .footer-top .footer-about {
          padding: 0 50px;
          text-align: center
      }
  
      footer .footer-top .footer-about .footer-btn {
          justify-content: center
      }
  }
  
  @media(max-width:576px) {
      footer .footer-top .footer-about {
          padding: 0 10px
      }
  }
  
  @media(max-width:576px) {
      footer .footer-top .contact {
          text-align: center
      }
  }
  
  footer .footer-top .social-area {
      max-width: 300px;
      margin: 0 auto;
      border: 1px solid;
      border-color: rgb(207 152 34);
      border-radius: 0 0 200px 200px;
      padding: 40px 20px 60px;
      position: relative
  }
  
  footer .footer-top .social-area .dot1 {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #cf9822;
      background: #343035;
      display: inline-block;
      position: absolute;
      left: 50px;
      top: -11px
  }
  
  footer .footer-top .social-area .dot1::before {
      content: url(https://demo-egenslab.b-cdn.net/html/hotelina/preview/assets/images/icons/footer-dash.svg);
      position: absolute;
      bottom: 9px;
      left: 4px;
      z-index: 9
  }
  
  footer .footer-top .social-area .dot2 {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #cf9822;
      background: #343035;
      display: inline-block;
      position: absolute;
      right: 50px;
      top: -11px
  }
  
  .mb-30 {
      margin-bottom: 30px !important;
  }
  
  footer .footer-top .social-area .dot2::before {
      content: url(https://demo-egenslab.b-cdn.net/html/hotelina/preview/assets/images/icons/footer-dash.svg);
      position: absolute;
      bottom: 9px;
      left: 4px;
      z-index: 9
  }
  
  footer .footer-top .social-area .footer-logo img {
      margin-bottom: 20px;
      width: 212px;
  
  }
  
  footer .footer-top .social-area .footer-logo p {
      font-family: var(--font-jost);
      font-size: 20px;
      font-weight: 300px;
      text-align: center;
      line-height: 35px;
      color: #d6d6d6
  }
  
  footer .footer-top .social-area .footer-logo span {
      width: 5.66px;
      height: 5.66px;
      background: var(--primary-color1);
      transform: rotate(-45deg);
      display: inline-block;
      position: relative
  }
  
  footer .footer-top .social-area .footer-logo span::before {
      content: "";
      width: 84px;
      height: 1px;
      background-color: var(--primary-color1);
      position: absolute;
      left: -77px;
      top: -34px;
      transform: rotate(45deg)
  }
  
  footer .footer-top .social-area .footer-logo span::after {
      content: "";
      width: 84px;
      height: 1px;
      background-color: var(--primary-color1);
      position: absolute;
      right: -75px;
      top: 39px;
      transform: rotate(45deg)
  }
  
  footer .footer-top .footer-items .footer-btn {
      display: flex;
      flex-wrap: wrap;
      gap: 20px
  }
  
  footer .footer-top .footer-items .footer-btn a {
      font-family: var(--font-jost);
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #d6d6d6;
      border: 1px solid #343035;
      border-color: rgba(52, 48, 53, .5);
      padding: 15px 25px
  }
  
  footer .footer-top .footer-items .footer-btn a i {
      font-size: 10px
  }
  
  footer .footer-top .footer-items h4 {
      font-family: var(--font-yeseva);
      font-weight: 400;
      font-size: 25px;
      line-height: 32px;
      text-transform: capitalize;
      letter-spacing: .03em;
      color: #cf9822;
      margin-bottom: 20px
  }
  
  footer .footer-top .footer-items p {
      color: #d6d6d6;
      margin-bottom: 18px;
      letter-spacing: .03em
  }
  
  @media(max-width:767px) {
      footer .footer-top .footer-items p {
          margin-bottom: 30px
      }
  }
  
  footer .footer-top .footer-items ul {
      margin: 0;
      padding: 0
  }
  
  footer .footer-top .footer-items ul li {
      margin-bottom: 10px
  }
  
  footer .footer-top .footer-items ul li a {
      font-family: var(--font-jost);
      font-weight: 500;
      font-size: 16px;
      line-height: 30px;
      color: #efefef;
      transition: .35s
  }
  
  footer .footer-top .footer-items ul li a:hover {
      color: var(--primary-color1)
  }
  
  footer .footer-top .footer-items ul li:last-child {
      margin-bottom: 0
  }
  
  footer .footer-top .footer-items .hotline,
  footer .footer-top .footer-items .email {
      display: flex;
      align-items: center
  }
  
  @media(max-width:576px) {
  
      footer .footer-top .footer-items .hotline,
      footer .footer-top .footer-items .email {
          justify-content: center
      }
  }
  
  footer .footer-top .footer-items .hotline .hotline-icon img,
  footer .footer-top .footer-items .hotline .email-icon img,
  footer .footer-top .footer-items .email .hotline-icon img,
  footer .footer-top .footer-items .email .email-icon img {
      margin-right: 12px
  }
  
  footer .footer-top .footer-items .hotline .hotline-info h6,
  footer .footer-top .footer-items .hotline .email-info h6,
  footer .footer-top .footer-items .email .hotline-info h6,
  footer .footer-top .footer-items .email .email-info h6 {
      margin-bottom: 0
  }
  
  footer .footer-top .footer-items .hotline .hotline-info h6 a,
  footer .footer-top .footer-items .hotline .email-info h6 a,
  footer .footer-top .footer-items .email .hotline-info h6 a,
  footer .footer-top .footer-items .email .email-info h6 a {
      font-size: 12px;
      font-weight: 500;
      font-family: var(--font-jost);
      color: #d6d6d6;
      transition: .35s
  }
  
  footer .footer-top .footer-items .hotline .hotline-info h6 a:hover,
  footer .footer-top .footer-items .hotline .email-info h6 a:hover,
  footer .footer-top .footer-items .email .hotline-info h6 a:hover,
  footer .footer-top .footer-items .email .email-info h6 a:hover {
      color: var(--primary-color1)
  }
  
  footer .footer-top .footer-items .footer-titel {
      font-family: var(--font-yeseva);
      font-weight: 400;
      font-size: 28px;
      letter-spacing: .03em;
      color: var(--white);
      position: relative
  }
  
  @media(max-width:767px) {
      footer .footer-top .footer-items .footer-titel {
          margin-bottom: 20px
      }
  }
  
  footer .footer-top .footer-items .footer-titel::after {
      content: "";
      width: 145px;
      height: 2px;
      background: linear-gradient(90.02deg, #FFFFFF 0.02%, rgba(255, 255, 255, 0) 91.04%);
      border-radius: 20px;
      position: absolute;
      left: 0;
      bottom: -5px
  }
  
  footer .footer-top .footer-items .social-link {
      margin: 0;
      padding: 0;
      gap: 20px;
      padding-top: 15px
  }
  
  footer .footer-top .footer-items .social-link li {
      margin-bottom: 0;
      list-style: none;
  }
  
  footer .footer-top .footer-items .social-link li a {
      height: 34px;
      width: 34px;
      line-height: 35px;
      background: rgba(28, 23, 29, .8);
      border: 1px solid #cf9822;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .35s
  }
  
  footer .footer-top .footer-items .social-link li a i {
      font-size: 20px;
      transition: .35s
  }
  
  footer .footer-top .footer-items .social-link li a:hover {
      background-color: var(--primary-color1)
  }
  
  footer .footer-top .footer-items .social-link li a:hover i {
      color: var(--white)
  }
  
  footer .footer-mdl {
      border-bottom: 1px solid rgba(52, 48, 53, .5)
  }
  
  footer .footer-mdl .quick-menu ul {
      display: flex;
      align-content: center;
      justify-content: center;
      margin: 0;
      padding: 0
  }
  
  @media(max-width:991px) {
      footer .footer-mdl .quick-menu ul {
          flex-wrap: wrap;
          padding: 20px 0
      }
  }
  
  footer .footer-mdl .quick-menu ul li {
      padding: 25px 20px
  }
  
  @media(max-width:991px) {
      footer .footer-mdl .quick-menu ul li {
          padding: 5px 20px
      }
  }
  
  footer .footer-mdl .quick-menu ul li a {
      font-family: var(--font-jost);
      font-weight: 500;
      font-size: 16px;
      color: #efefef;
      transition: .35s
  }
  
  footer .footer-mdl .quick-menu ul li a:hover {
      color: var(--primary-color1)
  }
  
  footer .footer-btm {
      padding: 30px 0
  }
  
  footer .footer-btm .payment-mathort ul {
      margin: 0;
      padding: 0;
      gap: 40px;
      display: flex
  }
  
  @media(max-width:576px) {
      footer .footer-btm .payment-mathort ul {
          gap: 20px
      }
  }
  
  footer .footer-btm .payment-mathort ul li {
      font-family: var(--font-jost);
      font-weight: 300;
      font-size: 20px;
      letter-spacing: .03em;
      color: var(--white)
  }
  
  @media(max-width:576px) {
      footer .footer-btm .payment-mathort ul li:first-child {
          display: none;
          visibility: hidden
      }
  }
  
  footer .footer-btm .payment-mathort ul li a img {
      max-width: 100%
  }
  
  @media(max-width:1199px) {
      footer .footer-btm .devlopar-area {
          display: flex;
          justify-content: center
      }
  }
  .footerl{
         text-align: center;
  }
  footer .footer-btm .devlopar-area p {
      font-family: var(--font-jost);
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      margin-bottom: 0;
      line-height: 27px
  }
  
  footer .footer-btm .devlopar-area p a {
      font-weight: 700;
      transition: .35s;
      color: var(--primary-color1)
  }
  
  footer .footer-btm .devlopar-area p a:hover {
      color: var(--white)
  }
  
  @media(max-width:991px) {
      footer .footer-btm .devlopar-area p {
          padding: 10px 0 0
      }
        .servicesimg{
      width:300px;
      height:200px;
  
  }
  
  
  .hotline-icon i {
      font-size: 25px;
      transition: .35s;
      height: 45px;
      width: 45px;
      line-height: 35px;
      background: rgba(28, 23, 29, .8);
      border: 1px solid #cf9822;
      border-radius: 50%;
      display: flex;
      color: #dddddd;
      justify-content: center;
      align-items: center;
      transition: .35s;
  }
}
.sbsi7l-0{
    display:none !important;
}
.more{
            display: none;
        }
        .hidden{
            display: none;
        }
        
  .btnn{
     background: #cf9822;
    padding: 0px;
    border-radius: 10%;
    color: #fff;
    width: 89px;
    margin-bottom: 8px;
  }