* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

.hidden-h1{
  opacity: 0;
  height: 0;
  margin: 0;
}


/*** 

====================================================================
Global
====================================================================

***/


:root{
  --theme-color: #f89f4d;
  --theme-dark-color: #ee3e3a;
  --theme-light-color: #fdc983;
  --secondary-color: #231f1f;
  --white-color: #FFFFFF;
  --text-color: #2e2e2e;
  
  --title-font: 'Teko', sans-serif;
  --text-font: 'Manrope', sans-serif;
}


html,
body {
  font-size:16px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: var(--white-color);
  font-family: var(--title-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

.container-fluid{
  padding: 0px;
}

.mkt-container{
  position: static;
  max-width: 1620px;
  padding: 0px 15px;
  margin: 0 auto;
}

.mkt_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }
  
  a{
    text-decoration:none;
    color: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  a:hover{
    text-decoration: none;
    outline: none;
  }
  
  input,button,select,textarea{
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    background: transparent;
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
  }
  
  ::-moz-input-placeholder {
    color: inherit;
  }
  
  ::-ms-input-placeholder {
    color: inherit;
  }
  
  ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px; 
  }
  
  input{
    transition: all 500ms ease;
  }
  
  button:focus,
  input:focus,
  textarea:focus{
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
  }
  
  p{
    position: relative;
    font-family: var(--text-font);
    color: var(--text-color);
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  h1,h2,h3,h4,h5,h6{
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0px;
    transition: all 500ms ease;
  }
  
  
  /*** 
  
  ====================================================================
  Basic Settings
  ====================================================================
  
  ***/
  
  .sec-padding{
    padding: 150px 0;
  }
  
  .sec-padding-s{
    padding: 100px 0;
  }
  
  .sec-sub-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .sec-title{
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
  }
  
  .title-shape {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    animation: movebounce 10s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    -webkit-animation: movebounce 10s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  }
  
  .bg-color-1{
    background: var(--theme-color);
  }
  
  .bg-color-2{
    background: var(--secondary-color);
  }
  
  
  @media only screen and (max-width: 1440px){
    
    .title-shape {
      right: 145px;
    }
    
  }
  
  @media only screen and (max-width: 1250px){
    
    .title-shape {
      right: 80px;
    }
    
  }
  
  @media only screen and (max-width: 1110px){
    
    .title-shape {
      right: 0;
    }
    
  }
  
  @media only screen and (max-width: 950px){
    
    .title-shape {
      right: -80px;
    }
    
  }
  
  @media only screen and (max-width: 670px){
    
    .title-shape {
      right: -120px;
    }
    
  }
  
  @media only screen and (max-width: 425px){
    
    .title-shape {
      background-position: top center;
      top: -20px;
    }
    
  }
  
  .title-box{
    margin-bottom: 60px;
    display: inline-block;
  }
  
  
  @media only screen and (max-width: 1024px){
    
    .sec-padding{
      padding: 100px 0;
    }
    
    .sec-padding-s{
      padding: 90px 0;
    }
    
  }
  
  @media only screen and (max-width: 768px){
    
    .sec-padding{
      padding: 70px 0;
    }
    
    .sec-padding-s{
      padding: 80px 0;
    }
    
    .sec-sub-title{
      font-size: 20px;
    }
    
    .sec-title{
      font-size: 38px;
      line-height: 48px;
    }
    
    .sec-title br,
    .title-shape {
      display: none;
    }
    
  }
  
  @media only screen and (max-width: 425px){
    
    .sec-padding{
      padding: 50px 0;
    }
    
    .sec-padding-s{
      padding: 45px 0;
    }
    
  }
  
  
  /*** 
  
  ====================================================================
  Preloader
  ====================================================================
  
  ***/
  
  .mkt_preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  
  .mkt_preloader_bg {
    text-align: center;
    height: 100%;
    width: 100%;
  }
  
  .mkt_preloader_in {
    width: 120px;
    height: 120px;
    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;
    padding: 28px;
    border: 3px solid rgba(233, 161, 50, 0.3);
    border-radius: 50%;
  }
  
  .mkt_preloader_in:after {
    content: "";
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: 50%;
    top: 50%;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    margin-left: -60px;
    margin-top: -60px;
  }
  
  
  /*** 
  
  ====================================================================
  Image
  ====================================================================
  
  ***/
  
  figure{
    margin: 0px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
  }
  
  
  /*** 
  
  ====================================================================
  Header
  ====================================================================
  
  ***/
  
  .mkt_main-header{
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .sticky-header{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .fixed-header .sticky-header{
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  .sticky-header{
    background: var(--white-color) !important;
  }
  
  
  /*** 
  
  ====================================================================
  Header Top
  ====================================================================
  
  ***/
  
  
  
  .header-top{
    position: relative;
    width: 100%;
    background: var(--secondary-color);
    padding: 15px 30px 18px 30px;
  }
  
  .header-top .top-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .header-top .info-list li{
    position: relative;
    display: inline-block;
    font-family: var(--text-font);
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
  }
  
  .header-top .info-list li:last-child{
    margin: 0px !important;
  }
  
  .header-top .info-list li a,
  .header-top .info-list li span{
    color: var(--white-color);
  }
  
  .header-top .top-right{
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .header-top .top-right .form-group .nice-select.wide {
    padding: 10px 35px 10px 20px;
    line-height: 1em;
    border: 1px solid var(--border-color);
    color: var(--white-color);
  }
  
  .header-top .top-right .form-group .nice-select:after{
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid  var(--white-color);
    border-right: 1px solid  var(--white-color);
    color: var(--white-color);
  }
  
  .mkt_main-header .logo-box .logo{
    max-width: 185px;
  }
  
  .mkt_main-header .logo-box .logo img{
    width: 100%;
  }  
  
  .header-top ul.info-list li {
    position: relative;
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  
  .header-top ul.info-list i {
    font-size: 16px;
  }
  
  .header-top .top-right ul.info-list li:hover {
    transform: translateY(-3px);
  }
  
  .header-top ul.info-list li:before {
    content: "|";
    position: relative;
    margin: 0 5px;
  }
  
  .header-top .info-list li:first-child:before {
    display: none;
  }
  
  .mkt_main-header .sticky-header .menu-right-content .search-box-outer {
    color: var(--white-color);
    margin-left: 40px;
  }
  
  
  /*** 
  
  ====================================================================
  Header Style Two
  ====================================================================
  
  ***/
  
  .mkt_main-header.header-style-2 {
    position: absolute;
  }
  
  .mkt_main-header.header-style-2 .main-menu .navigation > li > a{
    color: var(--white-color);
  }
  
  .mkt_main-header.header-style-2 .call-us-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .mkt_main-header.header-style-2 .icon-box i {
    font-size: 30px;
    height: 55px;
    width: 55px;
    color: #fff;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  
  .mkt_main-header.header-style-2 .info span {
    color: #fff;
    font-family: var(--text-font);
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
  
  .mkt_main-header.header-style-2 .info {
    margin-top: 10px;
  }
  
  .mkt_main-header.header-style-2 .info .h5 {
    color: #fff;
  }
  
  .mkt_main-header.header-style-2 .header-lower {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    /* background: rgb(255 255 255 / 5%); */
  }
  
  .mkt_main-header.header-style-2 .logo-box {
    position: relative;
    padding: 20px 0px;
  }
  
  /*** 
  
  ====================================================================
  Search Popup
  ====================================================================
  
  ***/
  
  .search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
  }
  
  .search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  
  .search-popup .popup-inner{
    width: 100%;
    background: var(--white-color);
    height: 100%;
  }
  
  .search-popup .upper-box{
    position: relative;
    padding: 70px 70px;
    z-index: 99;
  }
  
  .search-popup .upper-box .logo-box{
    max-width: 182px;
  }
  
  .search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  
  .search-popup .close-search {
    position: relative;
    font-size: 25px;
    color: var(--secondary-color);
    cursor: pointer;
    z-index: 5;
    text-align: right;
    transition: all 500ms ease;
  }
  
  .search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
  }
  
  .search-popup .search-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 100px;
    padding: 20px 30px;
    line-height: 30px;
    font-size: 24px;
    color: var(--white-color);
    border: none;
    font-weight: 400;
    border-radius: 50px;
    padding-right: 50px;
    border: 1px solid var(--secondary-color);
  }
  
  .search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 25px;
    right: 30px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 25px;
    background: var(--secondary-color);
    color: var(--white-color);
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .search-popup .search-form fieldset input::placeholder {
    color: var(--white-color);
  }
  
  .search-popup .form-control:focus{
    box-shadow: none !important;
  }
  
  .mkt_main-header .logo-box{
    position: relative;
  }
  
  .mkt_main-header .outer-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 1620px;
    margin: 0 auto;
    border-bottom: 1px solid var(--border-color);
  }
  
  .mkt_main-header .menu-area,
  .mkt_main-header .menu-right-content{
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .mkt_main-header .menu-right-content{
    gap: 35px;
  }
  
  .mkt_main-header .menu-right-content li {
    line-height: 0;
  }
  
  .mkt_main-header .menu-right-content li.search-box-outer.search-toggler,
  .mkt_main-header .menu-right-content li.user-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.10);
    line-height: 0;
  }
  
  .mkt_main-header .menu-right-content li.search-box-outer.search-toggler,
  .mkt_main-header .menu-right-content li.offcanvas-box{
    font-size: 25px;
    color: var(--secondary-color);
  }
  
  .sticky-header .menu-right-content li.search-box-outer.search-toggler,
  .sticky-header .menu-right-content li.offcanvas-box{
    color: var(--secondary-color);
  }
  
  .mkt_main-header .main-menu{
    position: relative;
    /* padding-right: 110px; */
    /* margin-right: 110px; */
  } 
  
  .top_bar_left_item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 35px;
  }
  
  .top_Bar_left_icon {
    font-size: 25px;
    margin-right: 20px;
  }
  
  .offcanvas_right_wrapper h4 {
    margin: 20px 0;
  }
  
  .offcanvas-header img {
    margin-top: 20px;
  }
  
  .offcanvas_follow_area ul {
    display: flex;
  }
  
  .offcanvas_follow_area ul li {
    margin-right: 20px;
  }
  
  .mkt-header-sidebar.offcanvas {
    /* border-left: 5px solid var(--theme-color); */
  }
  
  
  /*** 
  
  ====================================================================
  Main menu 
  ====================================================================
  
  ***/
  
  .main-menu{
    float: left;
  }
  
  .main-menu .navbar-collapse{
    padding:0px;
    display:block !important;
  }
  
  .main-menu .navigation{
    margin:0px;
    display: flex;
    align-items: center;
  }
  
  .main-menu .navigation > li{
    position:inherit;
    float:left;
    z-index:2;
    margin: 0px 30px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
  }
  
  .main-menu .navigation > li:last-child{
    margin-right:0px !important;
  }
  .main-menu .navigation > li:last-child a{
    background-color: var(--theme-color);
    padding: 5px 10px;
    border-radius: 5px;
  }
  .sticky-header .main-menu .navigation > li:last-child > a{
    color: white !important;
    padding: 5px 10px;
  }
  
  .main-menu .navigation > li:first-child{
    margin-left: 0px !important;
  }
  
  .main-menu .navigation > li > a{
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    text-transform: uppercase;
    padding-top: 37px;
    padding-bottom: 37px;
    font-weight: 800;
    font-family: var(--text-font);
    opacity: 1;
    color: var(--secondary-color);
    z-index: 1;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .main-menu .navigation > li.dropdown > a{
    padding-right: 17px;
  }
  
  .main-menu .navigation > li.dropdown > a:before{
    position: absolute;
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    top: 37px;
    right: -3px;
    font-size: 12px;
    font-weight: 500;
    transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > .megamenu{
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    z-index: 100;
    display: none;
    background-color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    border-left: 3px solid var(--theme-color);
    border-radius: 0px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul.from-right{
    left: auto;
    right: 0px;  
  }
  
  .main-menu .navigation > li > ul > li{
    position: relative;
    width: 100%;
  }
  
  .main-menu .navigation > li > ul > li > a,
  .main-menu .navigation > li > .megamenu li > a{
    position: relative;
    display: block;
    padding: 10px 35px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: var(--text-font);
    color: var(--white-color);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  } 
  
  
  .main-menu .navigation > li > ul > li:hover > a:before {
    opacity: 1;
    margin-right: 20px;
  }
  
  .main-menu .navigation > li > ul > li > a{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    color: var(--secondary-color);
  }
  
  .main-menu .navigation > li > .megamenu li > a{
    padding-left: 0px;
  }
  
  .main-menu .navigation > li > .megamenu h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
  }
  
  .main-menu .navigation > li > ul > li > a:hover,
  .main-menu .navigation > li > .megamenu li > a:hover{
    padding-left: 40px;
  }
  
  .main-menu .navigation > li > ul > li:last-child > a,
  .main-menu .navigation > li > .megamenu li:last-child > a{
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li.dropdown > a:after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;  
  }
  
  .main-menu .navigation > li > ul > li > ul{
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    background: var(--secondary-color);
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li > ul.from-right{
    left: auto;
    right: 0px;  
  }
  
  .main-menu .navigation > li > ul > li > ul > li{
    position: relative;
    width: 100%;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom: none; 
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a{
    position: relative;
    display: block;
    padding: 10px 25px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--white-color);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:last-child > a{
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a:hover{
    padding-left: 35px;
  }
  
  .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    z-index:5;  
  }
  
  .main-menu .navigation > li.dropdown:hover > ul,
  .main-menu .navigation > li.dropdown:hover > .megamenu{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
    transform: scaleY(1);
  }
  
  .mkt_main-header.header-style-2 .main-menu .navigation > li.dropdown:hover > ul,
  .mkt_main-header.header-style-2 .main-menu .navigation > li.dropdown:hover > .megamenu{
    top: 100%;
  }
  
  .main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility: visible;
    opacity: 1;
    top: 0%; 
    margin-top: 0px;
  }
  
  .main-menu .navigation li.dropdown .dropdown-btn{
    position: absolute;
    right:-32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary-color);
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
  }
  
  .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
    display: none;
  }
  
  .menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    background: var(--secondary-color);
    display: none;
  }
  
  .mobile-menu .nav-logo img{
    max-width: 160px;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar{
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .menu-area .mobile-nav-toggler .icon-bar:last-child{
    margin-bottom: 0px;
  }
  
  .sticky-header .main-menu .navigation > li > a{
    padding-top: 27px;
    padding-bottom: 27px;
    color: var(--secondary-color) !important;
  }
  
  .sticky-header .logo-box{
    padding: 15px 0px;
  }
  
  .sticky-header .nav-right{
    margin: 15px 0px;
  }
  
  .sticky-header .main-menu .navigation > li.dropdown > a:before{
    top: 27px;
  }
  
  .sticky-header .main-menu:before{
    top: 15px;
  }
  
  
  /*** 
  
  ====================================================================
  Mobile menu
  ====================================================================
  
  ***/
  
  .nav-outer .mobile-nav-toggler{
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color:var(--secondary-color);
    display: none;
  }
  
  .mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right:30px;
    max-width:100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
  }
  
  .mobile-menu .navbar-collapse{
    display:block !important; 
  }
  
  .mobile-menu .nav-logo{
    position:relative;
    padding:50px 25px;
    text-align:left;
  }
  
  .mobile-menu-visible{
    overflow: hidden;
  }
  
  .mobile-menu-visible .mobile-menu{
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-menu .menu-backdrop{
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: var(--secondary-color);
  }
  
  .mobile-menu-visible .mobile-menu .menu-backdrop{
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    transition: all 500ms ease-in-out;
  }
  
  .mobile-menu .menu-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--secondary-color);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
  }
  
  .mobile-menu-visible .mobile-menu .menu-box{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  
  .mobile-menu .close-btn{
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
  }
  
  .mobile-menu-visible .mobile-menu .close-btn{
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
  
  .mobile-menu .close-btn:hover{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
  }
  
  .mobile-menu .navigation{
    position: relative;
    display: block;
    width: 100%;
    float: none;
  }
  
  .mobile-menu .navigation li{
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  
  .mobile-menu .navigation:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  
  .mobile-menu .navigation li > ul > li:first-child{
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  
  .mobile-menu .navigation li > a{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
  }
  
  .mobile-menu .navigation li ul li > a{
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
  }
  
  .mobile-menu .navigation li > a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:0;
    border-left:5px solid var(--white-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
  }
  
  .mobile-menu .navigation li.current > a:before{
    height: 100%;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--white-color);
    background: rgba(255,255,255,0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
    z-index: 5;
  }
  
  .mobile-menu .navigation li.dropdown .dropdown-btn.open{
    color: var(--white-color);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);  
  }
  
  .mobile-menu .navigation li > ul,
  .mobile-menu .navigation li > ul > li > ul,
  .mobile-menu .navigation > li.dropdown > .megamenu{
    display: none;
  } 
  
  
  /*** 
  
  ====================================================================
  Theme Button
  ====================================================================
  
  ***/
  
  .theme-btn{
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    padding: 15px 20px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1.6px;
  }
  
  
  .btn-style-one .txt{
    z-index: 2;	
    display: block;
    position: relative;
    width: 100%;
    height: 100%;	
  }
  
  .btn-style-one::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: var(--secondary-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: skewX(-180deg)  scale(1,1);
    transform: skewX(-180deg)  scale(1,1);
  }
  
  .btn-style-one:hover{
    border-color:var(--white-color);
  }
  
  .btn-style-one:hover .txt{
    color: var(--white-color);
  }
  
  /* btn style two */
  
  .btn-style-two{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--secondary-color);
    background-color: var(--white-color);
    padding: 10px 20px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1.6px;
    border: 1px solid var(--secondary-color);
  }
  
  .btn-style-two .txt{
    z-index: 2;	
    display: block;
    position: relative;
    width: 100%;
    height: 100%;	
  }
  
  .btn-style-two::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: var(--secondary-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: skewX(-180deg)  scale(1,1);
    transform: skewX(-180deg)  scale(1,1);
  } 
  
  
  .btn-style-two:hover .txt{
    color: var(--white-color);
  }
  
  
  /* btn style three */
  
  .btn-style-three{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 10px 20px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1.6px;
  }
  
  .btn-style-three .txt{
    z-index: 2;	
    display: block;
    position: relative;
    width: 100%;
    height: 100%;	
  }
  
  .btn-style-three::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: var(--theme-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: skewX(-180deg)  scale(1,1);
    transform: skewX(-180deg)  scale(1,1);
  } 
  
  
  .btn-style-three:hover .txt{
    color: var(--white-color);
  }
  
  /*** 
  
  ====================================================================
  Contact Form
  ====================================================================
  
  ***/
  
  
  .default-form input[type='text'],
  .default-form input[type='email'],
  .default-form input[type='tel'],
  .default-form input[type='password'],
  .default-form textarea,
  .default-form .nice-select{
    position: relative;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.10);
    font-family: var(--title-font);
    letter-spacing: 1.6px;
    font-size: 16px;
    color: var(--white-color);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 500ms ease;
  }
  
  .default-form input:focus,
  .default-form textarea:focus{
    border-color: var(--theme-color);
  }
  
  
  /*** 
  
  ====================================================================
  Top To Bottom
  ====================================================================
  
  ***/
  
  .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: var(--white-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
  }
  
  .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
  }
  
  .go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s
  }
  
  .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
  }
  
  .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--secondary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%
  }
  
  .go-top:hover,
  .go-top:focus {
    color: var(--white-color);
  }
  
  .go-top:hover::before,
  .go-top:focus::before {
    opacity: 1;
    visibility: visible
  }
  
  .go-top:hover i:first-child,
  .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
  }
  
  .go-top:hover i:last-child,
  .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
  }  
  
  
  /*** 
  
  ====================================================================
  accordion
  ====================================================================
  
  ***/
  
  
  .accordion{
    position: relative;
    background: var(--white-color);
    margin-bottom: 10px;
  }
  
  .accordion-box .block .acc-content{
    position:relative;
    display:none; 
    border: 1px solid #ACACAC;
    background: var(--white-color);
    margin: 10px 0;
  }
  
  .accordion-box .block .acc-content.current{
    display:block;  
  }
  
  
  .accordion:last-child{
    margin-bottom: 0px;
  }
  
  .accordion .acc-btn{
    position: relative;
    padding: 17px 70px 17px 50px;
    cursor: pointer;
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.25);
  }
  
  .accordion .acc-btn h4{
    position: relative;
    display: block;
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  
  .accordion .acc-btn .icon-box{
    position: absolute;
    top: 22px;
    right: 50px;
    font-size: 15px;
    cursor: pointer;
    transition: all 500ms ease;
    background: var(--secondary-color);
    height: 25px;
    width: 26px;
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .accordion .acc-btn.active{
    border: none;
    background: var(--white-color);
  } 
  
  .accordion .acc-content{
    padding: 32px 40px 36px 40px
  }
  
  .accordion .acc-content p{
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
  }
  
  .accordion .acc-btn.active .icon-box i{
    display: none;
  }
  
  .accordion .acc-btn.active .icon-box:before{
    position: absolute;
    content: '\f068';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    top: -2px;
    right: 5px;
    opacity: 1;
  }
  
  .accordion .acc-btn.active h4{
    /* color: var(--theme-color); */
  }
  ul.accordion-box {
    margin-top: 60px;
  } 
  
  
  
  /*** 
  
  ====================================================================
  Animation
  ====================================================================
  
  ***/
  
  
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  @keyframes slide{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
  }
  
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  } 
  
  
  @keyframes movebounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  
  @keyframes rotate3d {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  
  
  @keyframes animationFramesOne {
    0% {
      transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
      transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
      transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
      transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
      transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0deg);
    }
  }
  
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  
  
  @keyframes MOVE-BG {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(60px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  
  @keyframes text_scroller {
    0% {
      transform: translate(0, 0);
    }
    
    100% {
      transform: translate(-100%, 0);
    }
  }
  
  @keyframes text_scroller_reverse {
    0% {
      transform: translate(0, 0);
    }
    
    100% {
      transform: translate(100%, 0);
    }
  }
  
  
  /*** 
  
  ====================================================================
  Footer
  ====================================================================
  
  ***/
  
  .main-footer {
    background-color: var(--secondary-color);
  }
  
  .footer-upper {
    padding: 100px 0 80px 0;
  }
  
  .footer-widget-title {
    color: var(--white-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
  }
  
  .main-footer .newsletter-form input[type="email"] {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 0;
    max-width: 416px;
    width: 100%;
  }
  
  .main-footer .newsletter-form button {
    position: absolute;
    top: 7px;
    right: 0;
    transition: all 500ms ease;
  }
  
  .main-footer .newsletter-form button {
    color: var(--white-color);
  }
  
  .main-footer .newsletter-form {
    margin-bottom: 50px;
    position: relative;
    margin-top: 25px;
  }
  
  .footer-middle-widgets {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: start;
  }
  
  .footer-middle-widgets .footer-widget-title {
    margin-bottom: 16px;
  }
  
  ul.footer-menu-list li {
    color: var(--white-color);
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
  }
  
  .footer-contact-widget .h6 {
    color: var(--theme-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
  }
  
  .main-footer ul.contact-info-list li {
    position: relative;
    z-index: 1;
    color: var(--white-color);
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  
  .footer-bottom {
    position: relative;
    z-index: 1;
    padding: 16px 0;
    background-color: #232323;
  }
  
  .footer-bottom p {
    font-size: 12px;
    color: var(--white-color);
  }
  
  .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
  }
  
  
  /*** 
  
  ====================================================================
  Banner Section
  ====================================================================
  
  ***/
  
  .banner-section {
    padding: 260px 0 330px 0;
    background-color: #be0000;
    background-repeat: no-repeat;
    background-size: 67% 100%;
    background-position: center right;
    background-blend-mode: overlay;
  }
  
  .banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #151515;
    width: 637px;
    height: 100%;
  }
  
  .banner-subtitle {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    letter-spacing: 21px;
    text-transform: uppercase;
  }
  
  .banner-title {
    color: var(--white-color);
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 110px; 
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .banner-title span {
    color: var(--color,var(--theme-color));
    -webkit-text-stroke: 1px var(--white-color);
  }
  .banner-text{
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 30px;
  }
  figure.banner-image {
    position: absolute;
    bottom: 0;
    right: 260px;
    z-index: 1;
  }
  
  figure.banner-image img {
    width: 100%;
  }
  
  .banner-content .shape-1 {
    position: absolute;
    top: -100px;
    left: -50px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    animation: pulse 6s linear infinite;
    -webkit-animation: pulse 6s linear infinite;
  }
  
  .banner-content .shape-2 {
    position: absolute;
    z-index: 1;
    top: 25px;
    right: -50px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    animation: tada 6s linear infinite;
    -webkit-animation: tada 6s linear infinite;
  }
  
  .banner-section .shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 637px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  
  .banner-section .shape-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    animation: bounce 6s linear infinite;
    -webkit-animation: bounce 6s linear infinite;
  }
  
  
  /*** 
  
  ====================================================================
  Choose Section
  ====================================================================
  
  ***/
  
  .choose-section .icon {
    font-size: 75px;
    color: var(--secondary-color);
    z-index: 1;
    position: relative;
    transition: all 500ms ease;
  }
  
  .choose-section .content h2 {
    color: var(--secondary-color);
    padding: 15px 0;
    transition: none;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
  }
  .choose-section .choose-box p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .choose-section .choose-box {
    padding: 20px;
    position: relative;
  }
  
  .choose-section .choose-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--theme-color);
    transition: all 500ms ease;
  }
  
  .choose-section .choose-box:hover:before {
    width: 100%;
    left: 0;
  }
  
  .choose-section .choose-box:hover .icon,
  .choose-section .choose-box:hover h2,
  .choose-section .choose-box:hover p {
    color: var(--white-color);
  }
  
  .choose-section .choose-box:hover .icon-2 {
    filter: brightness(1);
  }
  
  
  /*** 
  
  ====================================================================
  work showcase
  ====================================================================
  
  ***/
  
  .work-showcase-section {
    padding-bottom: 95px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    margin-bottom: -150px;
  }
  .work-showcase-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  
  .work-showcase-container .left-box .h1 {
    color: var(--secondary-color);
    padding-top: 20px;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
  }
  
  .work-showcase-container .left-box span {
    font-size: 30px;
  }
  
  .work-showcase-container .left-box h3 {
    color: var(--secondary-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 6px;
  }
  
  .work-showcase-container .right-box .btn-box i {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    color: var(--white-color);
    transition: all 500ms ease;
  }
  
  .work-showcase-container .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 35px;
  }
  .work-showcase-container .left-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  
  .work-showcase-container .right-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 206px;
  }
  
  .work-showcase-container .inner-box .image {
    position: absolute;
    top: 0;
    right: 120px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(20deg);
    transition: all 500ms ease;
  }
  
  .work-showcase-container .inner-box:hover .image {
    opacity: 1;
    visibility: visible;
  }
  
  .work-showcase-container .right-box:hover .btn-box i {
    background-color: var(--secondary-color);
    transform: rotate(45deg);
  }
  
  
  /*** 
  
  ====================================================================
  connect section
  ====================================================================
  
  ***/
  .connect-section{
    padding: 100px 0;
  }
  .connect-content-box {
    position: relative;
  }
  
  .connect-section .title-box {
    margin-bottom: 20px;
  }
  
  .connect-content-box p{
    margin-bottom: 10px;
  }
  .connect-content-box ul{
    padding-left: 15px;
    font-family: var(--text-font);
  }
  .connect-content-box ul li{
    margin-bottom: 10px;
    list-style: circle;
  }
  
  
  .connect-section figure.image{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .05;
    width: 100%;
  }
  
  .connect-section figure.image img{ 
    width: 100%;
  }
  
  .connect-section figure.image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
  }
  
  .connect-section:hover figure.image:before {
    animation: shine 2s;
  }
  
  
  .progress-inner {
    margin-top: 20px;
  }
  
  .progress-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .progress-box:last-child{
    margin-bottom: 0px;
  }
  
  .progress-box .bar{
    position: relative;
    max-width: 265px;
    height: 10px;
    background: #EDEDED;
  }
  
  .progress-box .bar-inner{
    position: relative;
    display: block;
    background: var(--theme-color);
    width: 0px;
    height: 10px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease; 
  }
  
  .progress-box .count-text{
    color: var(--secondary-color);
    position: absolute;
    top: -7px;
    right: -40px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
  
  .progress-box p{
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 6px;
    margin-bottom: 10px;
  }
  
  .connect-content-box-two {
    padding: 80px 115px 80px 130px;
  }
  
  p.connect-text-2 {
    max-width: 470px;
  }
  
  .progress-circle {
    position: absolute;
    bottom: -60px;
    right: 85px;
  }
  
  
  p.connect-text-2 {
    max-width: 500px;
  }
  
  .progress-circle {
    position: absolute;
    bottom: -40px;
    right: 86px;
  }
  
  .diagram-list span {
    color: var(--text-color);
    font-family: var(--text-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    position: relative;
  }
  
  .diagram-list {
    max-width: 161px;
    text-align: center;
    margin-top: 15px;
  }
  
  .diagram-list span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 15px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
  
  .diagram-list span:nth-child(1):before {
    background-color: #ED3B3B;
  }
  
  .diagram-list span:nth-child(2):before {
    background-color: #666;
  }
  
  .diagram-list span:nth-child(3):before {
    background-color: #151515;
  }
  
  .diagram img{
    animation: rotation 20s linear infinite;
  }
  
  
  /*** 
  
  ====================================================================
  price section
  ====================================================================
  
  ***/
  
  
  h5.price-sub-title {
    color: var(--theme-color);
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }
  
  h2.price-sub-title {
    color: var(--secondary-color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 10px;
  }
  
  h2.price-sub-title span {
    color: var(--secondary-color);
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
  }
  
  .price-box ul.price-list li {
    color: var(--text-color);
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
  }
  
  .price-box .btn-box {
    padding-top: 20px;
  }
  
  .price-box {
    background: #FBF9F9;
    padding: 60px 90px;
    position: relative;
  }
  
  .price-box .line {
    position: absolute;
    top: 0;
    left: 60px;
    width: 1px;
    height: 241px;
    background-color: rgba(21, 21, 21, 0.20);
    transition: all 500ms ease;
  }
  
  .price-box:hover .line {
    left: 40px;
    width: 5px;
  }
  
  
  /*** 
  
  ====================================================================
  brand section
  ====================================================================
  
  ***/
  
  .feature-three-wrap {
    position: relative;
    display: block;
    animation: text_scroller 50s linear infinite;
    will-change: transform;
    white-space: nowrap;
  }
  
  .feature-three-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-width: 200vw;
  }
  
  .feature-three-list li {
    position: relative;
    display: block;
  }
  
  .feature-three-list li+li {
    margin-left: 30px;
  }
  
  @media (min-width: 768px) {
    .feature-three-list li+li {
      margin-left: 50px;
    }
  }
  
  @media (min-width: 1200px) {
    .feature-three-list li+li {
      margin-left: 100px;
    }
  }
  
  .feature-three-title-box {
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
    color: white;
  }
  
  .feature-three-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
  }
  
  .feature-three-title span {
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; 
    letter-spacing: 10px;
    text-transform: uppercase;
  }
  
  
  /*** 
  
  ====================================================================
  testimonials section
  ====================================================================
  
  ***/
  
  .testimonials-container {
    max-width: 1190px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
  }
  
  .testimonials-container .icon-box img {
    width: auto;
    margin: 0 auto;
  }
  
  .testimonials-container .content p {
    color: var(--secondary-color);
    text-align: center;
    font-family: var(--title-font);
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
    margin-top: 18px;
  }
  
  .testimonials-container h5.author-name {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 9px;
    text-transform: uppercase;
  }
  
  .testimonials-section .owl-nav button {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 4px 40px 0px rgba(181, 181, 181, 0.50);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
  }
  
  .testimonials-section .owl-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .testimonials-section button.owl-prev {
    position: absolute;
    top: 50%;
    left: 12%;
  }
  
  .testimonials-section button.owl-next {
    position: absolute;
    top: 50%;
    right: 12%;
  }
  
  .testimonials-section .owl-nav button:hover{
    background-color: var(--theme-color) !important;
    color: var(--white-color);
  }
  
  /*** 
  
  ====================================================================
  team section
  ====================================================================
  
  ***/
  
  .team-box {
    background: #F5F5F5;
  }
  
  .team-info {
    background: rgba(21, 21, 21, 0.25);
    backdrop-filter: blur(20px);
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 15px 15px 15px;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 500ms ease;
  }
  
  .team-box:hover .team-info {
    transform: scale(1,1);
  }
  
  .team-info h3 {
    color: var(--white-color);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
  }
  
  .team-info h5 {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  
  .team-info .social-links {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  
  .team-box .image img {
    width: 100%;
    z-index: 1;
    position: relative;
  }
  
  .team-info .social-links li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    background: transparent;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-top: 10px;
    transition: all 500ms ease;
    line-height: 0;
  }
  
  .team-box .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
  }
  
  .team-box .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  
  .team-section .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
  
  .team-section button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BDBDBD !important;
    margin-right: 7px;
  }
  
  .team-section button.owl-dot.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--theme-color) !important;
    margin-right: 7px;
  }
  
  .app-section{
    padding: 80px 0;
  }
  .app-section .app-gallery{
    height: 600px;
    width: 100%;
    display: flex;
    position: relative;
  }
  .app-section .app-gallery img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s ease-in-out;
    opacity: 1;
  }
  .app-section .app-gallery img.hidden{
    opacity: 0;
  }
  
  /*** 
  
  ====================================================================
  contact-info-section
  ====================================================================
  
  ***/
  
  .contact-info-section {
    margin-top: 150px;
    position: relative;
  }
  
  .contact-info-section .map-area {
    height: 500px;
  }
  .contact-info-section .map-area iframe {
    height: 100%;
    width: 100%;
    border: none;
  }
  
  .contact-info-section .inner-box .h3 {
    color: var(--white-color);
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
  }
  
  .contact-info-section .inner-box h5 {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2px;
  }
  
  .contact-info-section .inner-box p {
    color: var(--white-color);
  }
  
  .contact-info-section .inner-box {
    padding: 30px 30px;
    text-align: center;
  }
  
  .contact-info-section .main-box {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 35px;
  }
  
  .contact-info-section .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;;
  }
  
  .contact-info-section .dealer-carousel img{
    height: 220px;
    object-fit: cover;
  }
  /*** 
  
  ====================================================================
  blog-section 
  ====================================================================
  
  ***/
  
  
  
  .blog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }
  
  .blog-container figure.image{
    position: relative;
    transition: all 500ms ease;
    overflow: hidden;
    flex: none;
  }
  
  .blog-container figure.image img{ 
    width: 100%;
  }
  
  .blog-container figure.image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
  }
  
  .blog-container:hover figure.image:before {
    animation: shine 2s;
  }
  
  
  .blog-container ul.author-info-1 {
    display: flex;
    justify-content: start;
    gap: 40px;
    font-family: var(--text-font);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
  }
  
  .blog-container ul.author-info-1 li i {
    margin-right: 10px;
  }
  
  .blog-container h3.blog-title {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 30px;
    transition: inherit;
  }
  
  .blog-container .blog-content p {
    margin-bottom: 25px;
  }
  
  /*** 
  
  ====================================================================
  subscribe-section 
  ====================================================================
  
  ***/
  
  
  .subscribe-section h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
  }
  
  .subscribe-section .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .subscribe-section {
    padding-bottom: 100px;
  }
  
  .subscribe-section input[type="email"] {
    color: var(--text-color);
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.20);
    width: 416px;
    padding-bottom: 10px;
  }
  
  .subscribe-section .subscribe-form {
    position: relative;
  }
  
  .subscribe-section .subscribe-form button {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-family: var(--text-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    transition: all 500ms ease;
  }
  
  
  /*** 
  
  ====================================================================
  Banner Style Two 
  ====================================================================
  
  ***/
  
  .banner-two-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
  }
  
  .banner-two-section .banner-content {
    padding: 360px 0px 290px;
    max-width: 80%;
  }
  
  .banner-two-section .banner-content .shape-1 {
    position: absolute;
    top: -190px;
    left: 50px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotation 60s linear infinite;
    -webkit-animation: rotation 60s linear infinite;
    z-index: 2;
    pointer-events: none;
  }
  
  .banner-two-section .banner-content .shape-2 {
    position: absolute;
    z-index: 2;
    top: 165px;
    right: -200px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    animation: pulse 6s linear infinite;
    -webkit-animation: pulse 6s linear infinite;
    pointer-events: none;
  }
  
  .banner-two-section .bg-shape-1 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:cover;
    pointer-events: none;
  }
  
  .banner-two-section .bg-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 3;
    pointer-events: none;
  }
  
  .banner-two-section .bg-shape-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 3;
    pointer-events: none;
  }
  
  .banner-two-section .bg-shape-4 {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
  }
  
  .banner-two-section .bg-shape-5 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    pointer-events: none;
  }
  .banner-two-section .banner-two-slider{
    height: 100%;
    overflow: hidden;
  }
  .banner-two-section .banner-two-slider .owl-stage-outer{
    height: 100%;
    overflow: hidden;
  }
  .banner-two-section .banner-two-slider .owl-stage{
    display: flex;
    height: 100%;
  }
  .banner-two-section .banner-two-slider .owl-item{
    position: relative;
    height: 100%;
    overflow: hidden;
    float: none;
    flex: 0 0 auto;
  }
  .banner-two-section .banner-two-slider .mkt-container{
    z-index: 3;
    position: relative;
  }
  .banner-two-section .banner-two-slider img,
  .banner-two-section .banner-two-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  /*** 
  
  ====================================================================
  service list
  ====================================================================
  
  ***/
  
  .service-list {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 55px;
  }
  
  .service-list-box {
    padding: 50px 15px 40px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 40px 0px rgba(181, 181, 181, 0.10);
    transition: all 500ms ease;
    height: 400px;
  }
  .service-list-box:hover .shape-1,
  .service-list-box .shape-2{
    opacity: 0;
    transition: .3s ease-in-out;
  }
  .service-list-box:hover .shape-2{
    opacity: .35;
    transition: .3s ease-in-out;
  }
  
  .service-list .content .h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    transition: none;
  }
  
  .service-list .icon {
    font-size: 70px;
    margin-bottom: 30px;
    transition: all 500ms ease;
  }
  
  .service-list-box span {
    color: #FFF;
    font-family: var(--text-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 30px;
    width: 30px;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
  }
  
  .service-list-box span:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 14px;
    height: 50px;
    width: 1px;
    background-color: #E7E7E8;
  }
  
  .service-list-box:hover {
    box-shadow: 0px 4px 0px 0px var(--theme-color);
  }
  
  .service-list-box .shape-1,
  .service-list-box .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    background-size: cover;
  }
  
  .service-list .owl-nav {
    position: absolute;
    top: -165px;
    right: 0;
    display: flex;
    column-gap: 20px;
  }
  
  .service-list .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--white-color) !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color) !important;
    transition: all 500ms ease;
  }
  
  .service-list .owl-nav button:hover {
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
  }
  
  .service-list .owl-carousel .owl-stage-outer {
    padding: 5px;
    margin-bottom: -110px;
  }
  
  
  /*** 
  
  ====================================================================
  success-section
  ====================================================================
  
  ***/
  
  .success-section{
    padding: 150px 0 100px;
  }
  .success-section .left-box .left-text {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 60px;
  }
  
  .circle-main {
    text-align: center;
    height: 230px;
    width: 230px;
    background: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 0;
  }
  
  .circle-main .circle .h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 1.8em;
    padding-top: 12px;
    color: var(--white-color);
  }
  
  .circle-main:before {
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    border: 1px dashed #fff;
    top: 10px;
    right: 10px;
  }
  
  .round-text {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  
  .round-text .text_1{
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 20s linear infinite;
    top: -196px;
    right: -5px;
  }
  
  @keyframes anim {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }
  
  .text_1 span{
    position: absolute;
    left: 50%;
    transform-origin: 0 100px;
  }
  
  .text_1 .text_2 {
    font-size: 14px;
    font-family: var(--title-font);
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
  }
  
  .success-section .left-box figure img {
    filter: grayscale(.85);
    width: 100%;
  }
  
  .success-section .left-box figure img {
    padding-top: 100px;
  }
  
  .success-section .shape-1 {
    position: absolute;
    top: -45px;
    right: 20px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    animation: movebounce 6s linear infinite;
  }
  
  .success-section .right-box h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .success-section .right-box {
    padding-left: 65px;
  }
  .success-section .right-box p{
    margin-bottom: 10px;
  }
  
  .success-section .right-box .icon-box i {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 8px;
  }
  
  .success-section .right-box p.right-box-text {
    margin-bottom: 25px;
  }
  
  .success-section .right-box .icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
  
  .success-section .right-box .icon-box h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
  }
  
  .success-section .right-box hr {
    max-width: 200px;
  }
  
  /* .success-section .right-box .col-6:first-child .icon-box {
  flex-direction: row-reverse;
  }
  .success-section .right-box .col-6:first-child hr {
  margin-right: 0;
  margin-left: auto;
  } */
  
  
  .success-section .right-box .btn-box{
    padding-top: 40px;
  }
  
  .success-section .bario-our-story-type-single {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .success-section .bario-our-story-type-single:last-child {
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 0;
  }
  .success-section .bario-our-story-type-single .bario-our-story-icon {
    min-width: 150px;
    width: 150px;
    margin-right: 1em;
  }
  .success-section .bario-our-story-type-single .bario-our-story-icon p{
    font-size: 9px;
    line-height: 1.25;
    color: #aaaaaa;
    letter-spacing: 1px;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content .bario-our-story-count {
    margin-right: 50px;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content .bario-our-story-count p {
    font-size: 60px;
    line-height: 70px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0;
  }
  .success-section .bario-our-story-type-single .bario-our-story-content .bario-our-story-count-text p {
    font-size: 20px;
    color: #999999;
    margin: 0;
  }
  
  /*** 
  
  ====================================================================
  project section
  ====================================================================
  
  ***/
  
  
  .project-section .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
  }
  
  .project-container {
    padding: 90px 30px 30px;
    background-color: #E7E7E7;
  }
  
  .project-box {
    border-radius: 5px;
    overflow: hidden;
  }
  
  
  .project-box figure.image {
    filter: grayscale(1);
    transition: all 500ms ease;
  }
  
  .project-box figure.image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
  
  .project-box:hover figure.image {
    filter: grayscale(0);
  }
  
  .project-box .content-box {
    position: absolute;
    bottom: 0;
    left: 32px;
    right: 32px;
    background-color: var(--theme-color);
    padding: 10px 40px 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .project-box:hover .content-box {
    opacity: 1;
    visibility: visible;
  }
  
  .project-box .text-left h6 {
    color: var(--white-color);
    font-family: Teko;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
  }
  
  .project-box .text-left h4 {
    color: var(--white-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  
  .project-box .text-left {
    text-align: left;
  }
  
  .project-box .text-right {
    text-align: right;
  }
  
  .project-box .text-right h2 {
    color: rgba(255, 255, 255, 0.20);
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
  }
  
  .project-box figure.image {
    position: relative;
  }
  
  .project-box figure.image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.90) 0%, rgba(21, 21, 21, 0.00) 100%);
    transition: all 500ms ease;
    pointer-events: none;
  }
  
  .project-box:hover figure.image:before {
    width: 100%;
    right: 0;
  }
  
  
  .project-box.style-2.project-box figure.image {
    filter: grayscale(0);
  }
  
  .bg-white-section {
    background-color: #fff !important;
  }
  
  .center {
    margin: 0 auto;
    text-align: center;
  }
  
  /*** 
  
  ====================================================================
  cta section
  ====================================================================
  
  ***/
  
  .cta-section {
    padding-bottom: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #666;
    background-blend-mode: luminosity;
  }
  
  .cta-section .content-box {
    background-color: var(--theme-color);
    padding: 77px 130px 77px 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 51px;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: luminosity;
    border-radius: 0 0 5px;
  }
  
  .cta-section .content-box h2 {
    color: var(--white-color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
  }
  
  .cta-section .content-box .shape-1 {
    position: absolute;
    top: 0;
    left: -285px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: rotation 60s linear infinite;
    -webkit-animation: rotation 60s linear infinite;
    
  }
  
  /*** 
  
  ====================================================================
  Brand section two
  ====================================================================
  
  ***/
  
  .brand-section.two {
    padding: 50px 0;
    background-color: var(--secondary-color);
  }
  
  .brand-section.two .feature-three-title {
    color: #fff;
  }
  
  .brand-section.two.three {
    background-color: var(--theme-color);
  }
  .brand-section .sec-title{
    padding: 0 20px;
  }
  .brand-section .sec-title span{
    float: left;
    font-size:28px;
    color: var(--theme-color);
  }
  .brand-section .sec-title span:last-child{
    float: right;
  }
  
  /*** 
  
  ====================================================================
  work process
  ====================================================================
  
  ***/
  
  .work-process-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  
  .work-process-section figure.image img{
    border-radius: 5px;
    filter: grayscale(1);
    width: 100%;
    transition: all 500ms ease;
  }
  
  .work-process-section figure.image {
    overflow: hidden;
    border-radius: 5px;
  }
  
  .work-process-section figure.image:hover img {
    transform: scale(1.1);
  }
  
  .work-process-section .btn-box .h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
  }
  
  .work-process-section .icon-box {
    background-color: var(--secondary-color);
    padding: 25px;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-bottom: 23px;
    border-radius: 5px;
  }
  
  .work-process-section a.theme-btn.btn-style-one {
    padding: 5px 20px;
  }
  
  .work-process-section .icon-1 {
    color: #fff;
    font-size: 50px;
    margin-top: 10px;
  }
  
  .work-process-box-container .work-process-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 5px;
    background: #F5F5F5;
    margin-bottom: 34px;
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 23px;
  }
  
  .work-process-box-container .work-process-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--theme-color);
    transition: all 500ms ease;  
  }
  
  .work-process-box-container .work-process-box:hover:before {
    width: 100%;
    left: 0;
  }
  
  .work-process-box-container .work-process-box h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    transition: none;
  }
  
  .work-process-box-container .work-process-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    color: var(--theme-color);
    transition: all 500ms ease;
  }
  
  
  .work-process-box-container .work-process-box:hover h3,
  .work-process-box-container .work-process-box:hover p{
    color: #fff;
  }
  
  .work-process-box-container .work-process-box:hover .icon-box {
    background-color: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
  }
  
  .work-process-section .shape-1 {
    position: absolute;
    top: 150px;
    left: 150px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    animation: pulse 6s linear infinite;
    -webkit-animation: pulse 6s linear infinite;
  }
  
  .work-process-section .shape-2 {
    position: absolute;
    top: 0;
    right: 45px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    animation: pulse 6s linear infinite;
    -webkit-animation: pulse 6s linear infinite;
  }
  
  /*** 
  
  ====================================================================
  Team Section Two
  ====================================================================
  
  ***/
  
  .team-section.two .team-box .image img {
    padding-top: 65px;
    filter: grayscale(1);
  }
  
  .team-section.two .team-box:hover .image img {
    filter: grayscale(0);
  }
  
  /*** 
  
  ====================================================================
  Blog Section Two
  ====================================================================
  
  ***/
  .blog-section-two{
    padding: 80px 0;
  }
  .blog-container-two .blog-content {
    border: 1px solid #00000026;
    padding: 30px 50px 36px 50px;
  }
  
  .blog-container-two .blog-title {
    text-transform: capitalize;
    padding: 15px 0;
  }
  .blog-container-two .blog-text {
    margin-bottom: 15px;
  }
  
  .blog-container-two .author-info-1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    font-family: var(--text-font);
    font-size: 14px;
  }
  
  .blog-container-two .author-info-1 li i {
    color: var(--theme-color);
    margin-right: 5px;
  }
  
  .blog-container-two .image {
    filter: grayscale(1);
    transition: all 700ms ease;
  }
  
  .blog-container-two:hover .image {
    filter: grayscale(0);
  }
  
  .blog-container-two .image img{
    height: 450px;
    object-fit: cover;
  }
  
  /*** 
  
  ====================================================================
  Brand Section
  ====================================================================
  
  ***/
  
  .brand-section.border-top {
    margin-top: 100px;
    text-align: center;
  }
  
  .brand-section.border-top .inner {
    padding: 60px 0;
  }
  
  .brand-section.border-top .inner img {
    max-width: 150px;
    min-height: 74px;
    margin: 0 auto;
    opacity: 0.3 !important;
    transition: all 700ms ease;
    filter: grayscale(1);
  }
  .brand-section.border-top .inner img:hover {
    filter: grayscale(0);
    opacity: 1;
  }
  /*----------------------------------------*/
  /*  PAGE TITLE
  /*----------------------------------------*/
  
  .breadcrumb__area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .breadcrumb__area:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
  }
  
  .breadcrumb__area .breadcrumb__wrapper {
    padding: 240px 0 100px 0;
    z-index: 1;
    position: relative;
    max-width: 800px;
  }
  
  .breadcrumb__title {
    font-size: 48px;
    line-height: 58px;
    color: white;
  }
  .breadcrumb__disc {
    color: white;
    margin-bottom: 1em;
  }
  
  .breadcrumb__menu ul {
    display: flex;
    align-items: start;
    gap: 10px;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 24px;
  }
  .breadcrumb__menu ul li{
    white-space: nowrap;
  }
  .breadcrumb__menu ul li:last-child{
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 10px;
    text-align: left;
  }
  .breadcrumb__menu ul li:before {
    content: "-";
    position: relative;
    top: 0;
    left: -10px;
  }
  
  .breadcrumb__menu ul li:first-child::before {
    display: none;
  }
  
  .breadcrumb__area.style-2 .breadcrumb__wrapper{
    padding: 55px 0;
  }
  
  .breadcrumb__area.style-2 .breadcrumb__wrapper *{
    color: #fff;
  }
  
  /*----------------------------------------*/
  /*  BLOG GRID
  /*----------------------------------------*/
  
  .blog-list-style ul.author-info-1 {
    display: flex;
    gap: 40px;
    font-family: var(--text-font);
    font-weight: 600;
    font-size: 14px;
  }
  
  .blog-list-style .author-info-1 li a i {
    margin-right: 10px;
    color: var(--theme-color);
  }
  
  .blog-list-style .blog-title {
    font-size: 50px;
    line-height: 60px;
  }
  .blog-list-style .blog-text h2,
  .blog-list-style .blog-text h3{
    margin-bottom: 15px;
  }
  .blog-list-style .blog-text p {
    margin-bottom: 30px;
  }
  
  .blog-list-style .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .blog-list-style .bottom-box ul {
    display: flex;
    gap: 35px;
    font-size: 30px;
    text-transform: uppercase;
  }
  
  .blog-list-style .bottom-box ul li a{
    color: var(--secondary-color);
  }
  
  .blog-list-style .bottom-box ul li:hover a{
    color: var(--theme-color);
  }
  
  .blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    gap: 30px;
    font-weight: 600;
  }
  
  .blog-pagination li a{
    color: var(--secondary-color);
  }
  
  .blog-pagination li.active a,
  .blog-pagination li:hover a{
    color: var(--theme-color);
  }
  
  .blog-sidebar-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 6px;
    font-weight: 500;
  }
  
  .blog-sidebar-area .form-area input {
    border-bottom: 1px solid #BBBBBB;
    width: 400px;
    font-family: var(--text-font);
    height: 45px;
    font-size: 14px;
  }
  
  .blog-sidebar-area .form-area button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
  
  .blog-sidebar-area .category ul li {
    font-family: var(--text-font);
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: var(--secondary-color);
  }
  
  .blog-sidebar-area .category ul li:hover a {
    color: var(--theme-color);
  }
  
  .recent-post ul.author-info-1 {
    display: flex;
    gap: 40px;
    font-family: var(--text-font);
    font-weight: 600;
    font-size: 14px;
  }
  
  .recent-post .author-info-1 li a i {
    margin-right: 10px;
    color: var(--theme-color);
  }
  
  .recent-post .blog-title{
    font-size: 20px;
    font-weight: 400;
  }
  
  .blog-sidebar-area .post {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 40px;
  }
  
  .blog-sidebar-area .post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .blog-sidebar-area  .tags ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 4px;
    color: var(--secondary-color);
  }
  
  .blog-sidebar-area  .tags ul li:hover a{
    color: var(--theme-color);
    text-decoration: underline;
  }
  
  blockquote {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
  }
  
  blockquote p {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--title-font);
    font-weight: 400;
  }
  .blog-details{
    padding: 150px 0 50px;
  }
  .blog-details .socials ul {
    display: flex;
    gap: 35px;
    font-size: 30px;
    text-transform: uppercase;
    justify-content: flex-end;
  }
  
  .blog-details .socials ul li a{
    color: var(--secondary-color);
  }
  
  .blog-details .socials ul li:hover a{
    color: var(--theme-color);
  }
  
  .blog-details-pagination ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
  }
  
  .blog-details-pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    color: var(--secondary-color);
  }
  
  .blog-details-pagination ul li:hover a{
    color: var(--theme-color);
  }
  
  
  .blog-details-wrapper .blog-sidebar-area .blog-image {
    height: 450px;
    background-color: #EEEEEE;
    position: relative;
  }
  
  .blog-details-wrapper .blog-sidebar-area .blog-image .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 120px;
    color: #fff;
  }
  
  .blog-details-wrapper .blog-sidebar-area .blog-image .video-box h2{
    color: #D1D1D1;
    
    font-family: Teko;
    font-size: 100px;
    font-weight: 400;
  }
  
  .blog-details-wrapper .blog-sidebar-area .content .post-date li i {
    color: #ED3B3B;
    margin-right: 5px;
  }
  
  .blog-details-wrapper .blog-sidebar-area .content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .blog-details-wrapper .blog-sidebar-area .content .button-items {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  
  .blog-details-wrapper .blog-sidebar-area .content .button-items .social-text a {
    font-family: Teko;
    font-size: 30px;
    color: #151515;
    font-weight: 400;
    transition: all .3s ease-in-out;
  }
  
  .blog-details-wrapper .blog-sidebar-area .content .button-items .social-text a:hover {
    color: #ED3B3B;
  }
  
  .blog-details-wrapper .blog-sidebar-area .blog-sidebar-items blockquote {
    border: 1px solid #ED3B3B;
    display: inline-block;
    padding: 40px 30px 70px;
    width: 100%;
    text-align: center;
  }
  
  .blog-details-wrapper .blog-sidebar-area .blog-sidebar-items blockquote h3 {
    font-size: 30px;
    font-family: Teko;
    font-weight: 400;
  }
  
  .page-nav-wrap ul li {
    display: inline-block;
    margin-right: 30px;
  }
  
  .page-nav-wrap ul li a {  
    color: #000;
    font-family: Teko;
    font-size: 50px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  
  .page-nav-wrap ul li a:hover {
    color: #ED3B3B;
    background-size: 100% 2px;
    text-decoration: underline;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h2 {
    font-family: Teko;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 5px;
  }
  
  @media screen and (max-width: 991px) {
    .blog-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h3 {
      font-size: 42px;
    }
    .blog-details-wrapper .blog-sidebar-area .content h2 {
      font-size: 42px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .blog-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h3 {
      font-size: 36px;
    }
    .blog-details-wrapper .blog-sidebar-area .content h2 {
      font-size: 36px;
    }
    .project-box figure.image img{
      height: 150px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .blog-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h3 {
      font-size: 28px;
    }
    .blog-details-wrapper .blog-sidebar-area .content h2 {
      font-size: 28px;
    }
    .project-box figure.image img{
      height: 100px;
    }
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .search-widget {
    position: relative;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .search-widget input {
    border: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #BBB;
    padding-bottom: 15px;
    font-weight: 400;
    font-family: Manrope;
    position: relative;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .search-widget button {
    position: absolute;
    top: 5px;
    right: 0;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .search-widget::placeholder {
    font-weight: 400;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li a {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li a:hover {
    color: #ED3B3B;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child){
    margin-bottom: 15px;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .recent-post-area .post-content .post-date li i {
    color: #ED3B3B;
    margin-right: 5px;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .recent-post-area .post-content h3 {
    font-family: Teko;
    font-size: 20px;
    font-weight: 400;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .recent-post-area .post-content h3 a {
    color: #151515;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .recent-post-area .post-content h3 a:hover {
    color: #ED3B3B;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .recent-post-area .post-content:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #BBBBBB;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .tagcloud a {
    color: #151515;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .blog-details-wrapper .main-sidebar .single-sidebar-widget .tagcloud a:hover {
    color: #ED3B3B;
  }
  
  .commnets-area .author-comments {
    display: flex;
    gap: 20px;
    
  }
  
  .commnets-area .author-comments .thumb {
    width: 90px;
    height: 80px;
  }
  
  .commnets-area .author-comments .content .date span {
    color: #ED3B3B;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.8px;
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .commnets-area .author-comments .content .date .reply-btn {
    color: #ED3B3B;
    font-family: Teko;
    font-size: 20px;
    font-weight: 400;
  }
  
  .commnets-area .author-comments .content h5 {
    color: #151515;
    font-family: Teko;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 7px;
  }
  
  .commnets-box-items-2 {
    background-color: #F5F5F5;
    padding: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .commnets-box-items-2  {
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      text-align: center;
      padding: 40px 20px;
    }
    
    br {
      display: none;
    }
    
    .commnets-area .author-comments  {
      flex-wrap: wrap;
      gap: 20px;
    }
  }
  
  /*----------------------------------------*/
  /* Contact
  /*----------------------------------------*/
  
  .contact-wrapper .contact-content h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .contact-wrapper .contact-content .form-clt{
    position: relative;
  }
  .contact-wrapper .contact-content .form-clt .form-select {
    outline: none;
    border: none;
    letter-spacing: 3.2px;
    font-weight: 400;
    color: #262626;
    font-family: Manrope;
    font-size: 16px;
    border-bottom: 1px solid #BBB;
    width: 100%;
    padding-bottom: 30px;
    border-radius: 0;
    padding-left: 0;
  }
  
  .contact-wrapper .contact-content .form-clt input:not([type=checkbox]),textarea {
    outline: none;
    border: none;
    letter-spacing: 3.2px;
    font-weight: 400;
    color: #262626;
    font-family: Manrope;
    font-size: 16px;
    border-bottom: 1px solid #BBB;
    width: 100%;
    padding-bottom: 30px;
  }
  .contact-wrapper .contact-content .form-clt input[type=checkbox]{
    margin-right: 5px;
  }
  
  .contact-wrapper .contact-content .form-clt textarea {
    padding-bottom: 100px;
  }
  
  .contact-wrapper .contact-content .from-customradio .form-check-label {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: Manrope;
    font-weight: 400;
  }
  .map-banner{
    display: flex;
  }
  .map-banner iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(1);
    pointer-events: none;
  }
  .map-banner iframe:first-child {
    border-right: 5px solid var(--theme-color);
  }
  
  /* background */
  .bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
  }
  
  /* About history horizontal */
  .about-history-horizontal {
    overflow: hidden;
    width: 100%;
    padding: 0 4vw;
  }
  
  .about-history-track {
    position: relative;
    display: flex;
    gap: 32px;
    width: max-content;
    align-items: stretch;
  }
  
  .about-history-track::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    height: 1px;
    background: #cfcfcf;
  }
  
  .about-history-card {
    width: min(78vw, 540px);
    flex: 0 0 auto;
  }
  .about-history-card:last-child{
    width: 300px;
  }
  
  .about-history-year {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
  }
  
  .about-history-year span {
    display: inline-block;
    background: white;
    padding: 0 10px;
    color: #111111;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
  }
  
  .about-history-content {
    background: #ffffff;
  }
  
  .about-history-image {
    border-radius: 10px;
    overflow: hidden;
  }
  
  .about-history-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
  
  .about-history-content .title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  
  .about-history-content .disc {
    margin-bottom: 0;
  }
  
  .contact-list-item {
    padding: 40px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 100%;
    background: #fff;
  }
  
  .contact-list-item i {
    color: var(--theme-color);
    font-size: 22px;
  }
  
  .contact-card-title {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1.3;
  }
  .contact-card-title2 {
    font-size: 20px !important;
  }
  
  .contact-list-item a {
    color: var(--text-color);
    font-size: 16px;
  }
  
  .modal-body p,
  .modal-body ul{
    font-family: var(--text-font);
  }
  .modal-body ul{
    padding-left: 15px;
  }
  .modal-body ul li{
    list-style:square
  }
  .modal-body h2{
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
  }
  .modal-body h3{
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
  }