:root {
	--secondary:#6D9CC3;
	--primary:#CD131F;
	--black:#161414;
	--yellow:#F5C151;
	--shadow-color: 286deg 36% 56%;
    --body-font:'Roboto Regular', sans-serif;   
    /*--body-font:'Plus Jakarta Sans Regular';*/
    --hemi-head-font:'Hemi Head Rg';
	--main-font:'Montserrat Bold', sans-serif;
	--heading-font-regular:'Montserrat Regular', sans-serif;   
	--heading-font-medium:'Montserrat Medium', sans-serif;
	--heading-font-bold:'Montserrat Bold', sans-serif;
	--heading-font-extrabold:'Montserrat ExtraBold', sans-serif;    
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
	font-family: 'Hemi Head Rg';
	font-style: normal;
	font-weight: normal;
	src: local('Hemi Head Rg'), url('../fonts/hemi-head/hemi-head-bd-it.otf') format('openType');
}
@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), url('../fonts/roboto/Roboto-Regular.ttf') format('trueType');
}
@font-face {
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium'), url('../fonts/roboto/Roboto-Medium.ttf') format('trueType');
}
@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold'), url('../fonts/roboto/Roboto-Bold.ttf') format('trueType');
}

@font-face {
	font-family: 'Montserrat Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat Regular'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('trueType');
}
@font-face {
	font-family: 'Montserrat Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat Medium'), url('../fonts/montserrat/Montserrat-Medium.ttf') format('trueType');
}
@font-face {
	font-family: 'Montserrat Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat Bold'), url('../fonts/montserrat/Montserrat-Bold.ttf') format('trueType');
}
@font-face {
	font-family: 'Montserrat ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat ExtraBold'), url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('trueType');
}


@font-face {
	font-family: 'Plus Jakarta Sans Light';
	font-style: normal;
	font-weight: normal;
	src: local('Plus Jakarta Sans Light'), url('../fonts/jakarta/PlusJakartaSans-Light.ttf') format('trueType');
}
@font-face {
	font-family: 'Plus Jakarta Sans Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Plus Jakarta Sans Regular'), url('../fonts/jakarta/PlusJakartaSans-Regular.ttf') format('trueType');
}
@font-face {
	font-family: 'Plus Jakarta Sans Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Plus Jakarta Sans Medium'), url('../fonts/jakarta/PlusJakartaSans-Medium.ttf') format('trueType');
}
@font-face {
	font-family: 'Plus Jakarta Sans Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Plus Jakarta Sans Bold'), url('../fonts/jakarta/PlusJakartaSans-Bold.ttf') format('trueType');
}
@font-face {
	font-family: 'Plus Jakarta Sans ExtraBold';
	font-style: normal;
	font-weight: normal;
	src: local('Plus Jakarta Sans ExtraBold'), url('../fonts/jakarta/PlusJakartaSans-ExtraBold.ttf') format('trueType');
}

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

body {
  color: var(--black);
  background:#ffffff;
  font-size: 16px;
    line-height: 28px;
  font-family: 'Roboto Regular', sans-serif;
  font-weight: 400;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
}

input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    font-family: 'Roboto Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #141415;
  }
  input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Roboto Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #141415;
  }
  input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Roboto Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #141415;
  }
  input::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Roboto Regular', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #141415;
  }

  input, button, select, optgroup, textarea {
    font-family: 'Roboto Regular', sans-serif;
    color: #141415;
  }

iframe {
    vertical-align: bottom;
}
a {cursor: pointer;}
.bg-gray {
  background-color: #e5e2e2;
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}
section {
    position: relative;
}
.table th, .table td {
    padding: 1rem 1rem;
    vertical-align: middle;
}
.youtubeVideoSection {
  overflow: hidden;
}
.youtubeVideoSection {
  height: 100vh;
  position: relative;
}
/* .youtubeVideoSection::before, section.banner-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background-image: url(../images/slider_shadow.png);
  background-position: center top;
  background-repeat: no-repeat;
} */
.youtube_video, .youtubeVideoSection iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
.youtubeVideoSection iframe {
  opacity: 0;
}
.youtubeVideoSection iframe.loaded {
  opacity: 1;
}
.youtube_video_hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.youtube_video_hero_content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-section {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  z-index: 1;
}
.youtube_video_hero_content .header-section {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  max-width: 75%;
  text-align: center;
}
.youtube_video_hero_content .header-section .hero_content_title {
    font-size: 85px;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: var(--hemi-head-font);
    display: inline-block;
}
.youtube_video_hero_content .header-section .hero_content_title sup {
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 17px;
    top: -10px;
    right: -10px;
    position: absolute;
}
.youtube_video_hero_content .header-section .hero_content_subtitle {
    color: #000;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: var(--heading-font-regular);
}
.youtube_video_hero_content .header-section .hero_content_subtitle span {
    font-size: 10px; 
    font-family: var(--heading-font-regular);
    letter-spacing: 0.6px;
}

@media (min-width:1024px) {
    .youtubeVideoSection {
        height: 70vh;
        position: relative;
    }
}

@media (max-width:768px) {
    .youtubeVideoSection {
        height: 70vh;
        position: relative;
    }
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--black);
    font-weight: 500;
    font-family: var(--heading-font-medium);
}   
span.required {
    color: red;
    font-size: 20px;
}
small, .small {
    font-family: var(--heading-font-medium);
    letter-spacing: 0.6px;
}
a.small {
    color: var(--primary);
}

.ma5MobileMenu {
    display: flex;
    align-items: center;
}
.ma5MobileMenu h3 {
    font-size: 22px;
    margin-left: 0.85rem;
    color: var(--primary);
	margin-bottom:0;
}

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

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  color:inherit;
}

a:hover, a:focus{
  text-decoration:none;
  outline:none;
  color:var(--primary);
}

input,button,select,textarea{
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 1.3rem;
  transition: all 500ms ease;
  color: var(--black);
}
p:last-child {margin-bottom:0px;}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--main-font);
  font-weight: 600;
  color: var(--black);
  margin-bottom: 1.3rem;
  transition: all 500ms ease;
}


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;
}


.theme-btn{
      position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight:500;
    line-height: 1;
    font-family: var(--body-font);
    letter-spacing: 0.6px;
    color: #000;
    text-align: center;
    padding: 13px 54px;
    border-radius: 40px;
    z-index: 1;
    transition: all 500ms ease;
    /* box-shadow: 0 0 10px 5px #414344; */
}

.theme-btn.white-bg {
    background-color: #fff;
}
.theme-btn.white-bg:hover {
    background-color: var(--primary);
	color:#fff;
}
.theme-btn.dark-bg {
    background-color: var(--primary);
    color: #fff;
}
.theme-btn.dark-bg:hover, .theme-btn.dark-bg:focus {
    background-color: var(--secondary);
    color: #fff;
    outline: 0;
}

.outline-btn {
    border: 2px solid var(--primary);
    background: transparent;
}
.outline-btn:hover, .outline-btn:focus {
    background: var(--yellow);
    border-color: var(--yellow);
    color: #000;
    outline: 0;
}

@media (max-width:992px) {
    .theme-btn{
        font-size: 1rem;
    }
}

.btn.disabled, .btn:disabled {
    opacity: 0.25;
}
.theme-btn.btn.btn-disabled {
    cursor: default;
}
.yellow-btn {
    background: var(--yellow);
    border: 2px solid #fff;
}
.yellow-btn:hover, .yellow-btn:focus {
    background: #CD131F;
    color: #fff;
}
.black-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.black-btn:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
.fixed-header .black-btn:hover {
    background: var(--primary);
}
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    /* transform: rotate(90deg); */
    z-index: 99;
    width:55px;
}
.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}
.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}
.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.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;
}

.header-top-mobile {
    border-bottom: 1px solid rgba(255,255,255,0.35);
    background:var(--primary);
}
.header-top-mobile a {
    line-height: 45px;
    padding: 0 1rem;
    border-right: 1px solid rgba(255,255,255,0.35);
    color: #fff;
}
.header-top-mobile a:last-child {
    border-right:medium none;
}
.header-lower {
    position: relative;
    /*max-width: 1320px;*/
	max-width:100%;
    margin: 0 auto;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 1.4rem;
}

.menu-list-item.header-btn li.menu-item-has-children > .sub-menu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 275px;
    z-index: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-list-item.header-btn li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu-list-item.header-btn li.menu-item-has-children > .sub-menu > a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
}
.menu-list-item.header-btn li.menu-item-has-children > .sub-menu > a:hover {
    background: var(--primary);
    color: #fff;
}

.main-header .logo-box .logo{
  max-width: 270px;
  height:auto;
}

header.main-header.fixed-header .outer-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}
.table .thead-dark th {
    font-weight: normal;
    letter-spacing: 1px;
}
.userMember {
    font-size: 1.2rem;
    font-weight: 500;
    color:#000;
    line-height: 44px;
    display: inline-block;
}
.main-header .menu-list-item .dropdown-menu {
    padding: 0;
    border: medium none;
}
.main-header .menu-list-item .dropdown-menu .dropdown-item {
    padding: 0.7rem 1rem;
    line-height: 1.3;
    color: #000 !important;
}
.main-header .menu-list-item .dropdown-menu .dropdown-item:active, .main-header .menu-list-item .dropdown-menu .dropdown-item:hover, .main-header .menu-list-item .dropdown-menu .dropdown-item:focus {
    background: var(--primary);
    color: #fff !important;
}
form.quick-search .form-control {
    border-radius: 0;
}
.quick-search button.theme-btn {
    line-height: 1;
    height: 55px;
    line-height: 55px;
    padding: 0;
    border-radius: 0;
}


@media (min-width:768px) {
    .main-header{
        position:absolute;
    }
    .quick-search div > .col:last-child {
        max-width: 65px;
    }
}

@media (max-width:767px) {
    .quick-search button.theme-btn {
        padding: 0 25px;
        border-radius: 30px;
        border: medium none;
    }
}


/** banner-section **/

.main-header:not(.fixed-header) .header-btn a:not(.theme-btn) {
    color: #000;   
}
body.ci_hangartrader_joinwaitinglist .main-header:not(.fixed-header) .header-btn a:not(.theme-btn) {
    color: #f8f8f7;
}
.main-header:not(.fixed-header) .header-btn a:not(.theme-btn):hover {
    color: var(--primary);
}    
.main-header:not(.fixed-header) .header-right .ma5MobileMenu h3 {
    color: #fff;
}
.main-header:not(.fixed-header) .header-btn a.theme-btn.dark-bg {
    color: #fff;
}

@media (min-width:1200px) {
  .main-header .logo-box {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    top: auto;
}
}

.background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.entry-title {
    /* font-family: 'Poppins Bold'; */
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

section.banner-carousel .owl-nav, 
.three-item-carousel .owl-nav, 
.single-item-carousel .owl-nav {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    transform: translateY(-50%);
}
section.banner-carousel .owl-nav [class*="owl-"], 
.three-item-carousel .owl-nav [class*="owl-"], 
.single-item-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
section.banner-carousel .owl-nav .owl-prev, 
.three-item-carousel .owl-nav .owl-prev,
.single-item-carousel .owl-nav .owl-prev {
    left: 0px;
}
section.banner-carousel .owl-nav .owl-next, 
.three-item-carousel .owl-nav .owl-next,
.single-item-carousel .owl-nav .owl-next {
    right: 0px;
}
section.banner-carousel .owl-nav [class*="owl-"], 
.three-item-carousel .owl-nav [class*="owl-"],
.single-item-carousel .owl-nav [class*="owl-"], 
.four-item-carousel .owl-nav [class*="owl-"] {
    background: var(--primary);
}

section.cta-section {
    background-color: #e5e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-content h3 {
    color: var(--primary);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.cta-content label {
    color: #000;
}

.cta-section{
  position: relative;
}

.main-footer{
  position: relative;
  background: #fff;
}

.main-footer .widget-section{
  position: relative;
  padding: 68px 0px 51px 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
}

.main-footer .widget-title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #212122;
    margin-bottom: 1rem;
    font-family: 'Plus Jakarta Sans Bold';
    letter-spacing: 1px;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  line-height: 28px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 0.75rem 1rem;
    background-color: rgb(229, 226, 226);
}

.main-footer .footer-bottom p {
    margin-bottom: 0;
}

.main-footer .footer-bottom p a {
    color: var(--primary);
}

.widget-content ul.social {
    display: flex;
    flex-wrap: wrap;
}
.widget-content ul.social li {
    margin-right: 20px;
}
.widget-content ul.social li:last-child {
    margin-right: 0;
}

.address-widget .media {
    margin-bottom: 1rem;
}
.address-widget .media .media-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    color: var(--primary);
}
.address-widget .media .media-body h5 {
    color: var(--primary);
    font-size: 18px;
    letter-spacing: 0.6px;
}

.faq-section{
  position: relative;
  overflow: hidden;
}
.form-control {
    height: 55px;
    color:#141415;
}

section.popularSearch-section {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #e5e2e2;
}
.search-tabs .search-tabs-title {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.search-tabs .search-tabs-title {
    background: url(../images/arrow-down-sign.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20px;
}
.search-tabs .search-tabs-content {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}
.search-tabs .search-tabs-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.search-tabs .search-tabs-content ul li {
    list-style: none;
    margin: 4px;
}
.search-tabs .search-tabs-content ul li a {
    /* font-size: 15px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff; */
    padding: 8px 10px;
    line-height: 1;
    display: block;
    border-radius: 30px;
}   
.search-tabs-close {
    display: inline-block;
    padding: 0 35px;
    line-height: 35px;
    background-color: #666;
    color: #fff;
    border-radius: 35px;
    cursor: pointer;
}
.search-tabs-close:hover, .search-tabs-close:focus {
    background-color: #000;
    color: #fff;
}

span.theme-color {
    color: var(--secondary);
}

.main-footer .footer-title {
    background: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-footer .footer-title .footer-big-title h3 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
}
.main-footer.style-two .widget-section {
    padding: 60px 0px 30px 0px;
}
.main-footer .footer-column .footer-widget {
    margin-bottom: 30px;
    height: 100%;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .logo-widget p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 23px;
}

.main-footer .logo-widget .social-links li{
  position: relative;
  display: inline-block;
}

.main-footer .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.main-footer .logo-widget .social-links li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

/* .section-header .entry-title {
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
} */
section.process-section {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f1f2f7;*/
}
section.process-section .section-header {
    margin-bottom: 30px;
}

.process-items {
    position: relative;
    padding: 40px 25px 30px;
    padding-top: 200px;
    overflow: hidden;
    height: 100%;
    /* filter: grayscale(100%); */
    margin-bottom: 30px;
}
.process-items .process-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 500ms ease 0s;
}
.process-items .process-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 13%, rgba(255,255,255,0) 86%);
    opacity: 0.85;
    transition: all 500ms ease;
}
.process-items .process-content {
    /*position: inherit;
    z-index: 1;*/
    transition: all 500ms ease;
}
.process-items .process-content .process-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    height: 40px;
}
.process-items .process-content span.tags {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.6px;
    border-radius: 0.25rem;
}
.process-items .process-content span.tags:nth-child(2) {
    right: 20px;
    left: auto;
    background: var(--primary);
}
.equal > div, .equal > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

section.testimonials-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
section.testimonials-section .section-header {
    margin-bottom: 1.5rem;
}
.single-item-carousel .items, .three-item-carousel .items {
    padding: 40px 20px;
    background: #f1f2f7;
    border-radius: 5px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-item-carousel.owl-carousel .owl-stage, .three-item-carousel.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.single-item-carousel.owl-carousel .owl-stage .owl-item, .three-item-carousel.owl-carousel .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
}
.single-item-carousel .items .author-box, .three-item-carousel .items .author-box {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.three-item-carousel .items .author-box h6 {
    font-size: 14px;
    font-weight: normal;
    font-family: var(--heading-font-medium);
    margin: 0;
}
.three-item-carousel .items img.quote-icon {
    width: 50px;
    /* filter: grayscale(0.2); */
    /* filter: grayscale(50%); */   
}
.three-item-carousel .items .star-rating {
    margin-bottom: 1rem;
}
.single-item-carousel .items .author-box figure.author-thumb img, 
.three-item-carousel .items .author-box figure.author-thumb img {
    width: 85px;
    height: 85px;
    border-radius: 85px;
    margin-right: 1rem;
}
.testimonial-items {
    text-align: center;
    position: relative;
}
.testimonial-items .text {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testimonial-items .text p {
    color: #000;
    line-height: 32px;
}
.testimonial-items .author-box h5 {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    text-transform: capitalize;
}
/* .testimonial-items .author-box span {
    display: block;
    font-size: 17px;
    color: #000;
    letter-spacing: 0.6px;
} */
.owl-item .testimonial-items .author-box .media img {
    width: 100px;
}
.btn-gap {
    gap: 0.5rem;
}

.footer-logo{
  max-width: 250px;
}



.hamburger .line {
  width: 40px;
  height: 3px;  
  background-color: #666;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-header:not(.fixed-header) .hamburger .line {
    background-color: #000;
}
body.ci_hangartrader_joinwaitinglist .main-header:not(.fixed-header) .hamburger .line,
body.ci_hangartrader_brokerage .main-header:not(.fixed-header) .hamburger .line {
    background-color: #fff;
}
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(90deg);
  -ms-transform: translateY(-11px) rotate(90deg);
  -o-transform: translateY(-11px) rotate(90deg);
  transform: translateY(-11px) rotate(90deg);
}

.responsive-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #f1f2f7;
  padding: 80px 50px;
  z-index: 1000;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.responsive-mobile-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-mobile-menu .close-menu {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.responsive-mobile-menu .close-menu i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  background-color: #fff;
}
.responsive-mobile-menu .close-menu:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive-mobile-menu .mobile-menu-nav .navigation-widget .widget-title {
    color: #000;
    font-size: 22px;
    line-height: 1;
}
.responsive-mobile-menu .mobile-menu-nav .navigation-widget dt a, 
.responsive-mobile-menu .mobile-menu-nav .navigation-widget dd a, 
.responsive-mobile-menu .mobile-menu-nav .navigation-widget li a {
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
.responsive-mobile-menu .mobile-menu-nav .navigation-widget dt a {
    font-size: 18px;
    font-family: var(--heading-font-medium);
}
.responsive-mobile-menu .mobile-menu-nav .navigation-widget dt {
    margin-bottom: 0px;
}
.responsive-mobile-menu .mobile-menu-nav .navigation-widget dd {
    margin: 0;
    margin-left: 20px;
}
.responsive-mobile-menu .mobile-menu-nav .navigation-widget ul {
    margin-bottom: 1rem;
}
.responsive-mobile-menu .mobile-menu-nav, 
.responsive-mobile-menu .social-links, 
.responsive-mobile-menu .rep-copyright {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    transform: translateY(3rem);
}
.responsive-mobile-menu.active .mobile-menu-nav, 
.responsive-mobile-menu.active .social-links, 
.responsive-mobile-menu.active .rep-copyright {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.responsive-mobile-menu .mobile-menu-nav {
    width: 100%;
    overflow: hidden;
    /* overflow-y: scroll; */
    /* height: 400px; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.responsive-mobile-menu .social-links {
    display: flex;
    margin: 25px 0;
}
.responsive-mobile-menu .social-links li {
    margin-right: 8px;
}
.responsive-mobile-menu .social-links li a {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}
.responsive-mobile-menu .social-links li a:hover, .responsive-mobile-menu .social-links li a:focus {
    background-color: #ff0000;
    color: #fff;
}
.rep-copyright {
    width: 100%;
}
.responsive-mobile-menu .mobile-menu-nav::-webkit-scrollbar {
	width: 4px;
}
.responsive-mobile-menu .mobile-menu-nav::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,0.50);
}
.responsive-mobile-menu .mobile-menu-nav::-webkit-scrollbar-thumb {
	background-color: #ffffff;
}
.responsive-mobile-menu .rep-copyright a {
    color: var(--primary);
}
section.banner-title {
    padding: 80px 0;
    position: relative;
    padding-top: 280px;
}
.banner-content .entry-title {
    color: #000;
    font-size: 40px;
}
.feature-col {
    box-shadow: 0 11px 21px #dcdcdd;
    background-color: #fff;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 8px;
    transition: all 300ms ease;
}
.feature-col:hover {
    background: var(--black);
    color: #fff;
}
.feature-col .feature-icons {
    max-width: 70px;
    margin: 0 auto 1rem;
}
.feature-col .featured-content h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.feature-col .featured-content p {
    font-size: 0.90rem;
}
.feature-col .featured-links {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.feature-col:hover .featured-content h3 {
    color: var(--primary);
}
.feature-col:hover .featured-content p {
    color: #fff;
}
.feature-col:hover .feature-icons img {
    filter: brightness(0) invert(1);
}
section.hangar-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hservices .hservices-inner {
    width: 350px;
    height: 350px;
    border-radius: 15px;
    margin: auto;
    border: 1px solid #cccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #E6E6E6;
    padding: 45px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.hservices .hservices-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
    border-radius: 15px;
}
.hservices .hservices-inner h3.entry-title {
    font-size: 36px;
    margin: 0;
    font-weight: 600;
	position:relative;
	color:#fff;
}
.hservices {
    gap: 35px;
}
.hservices .hservices-content {
    flex: 1;
}
.pagination {
    flex-wrap: wrap;
}
#togglePassword, #togglePasswordNew {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    /* background: var(--primary); */
    color: var(--primary);
    border-radius: 0.25rem;
    z-index: 5;
}

#togglePasswordNew:focus {
    outline:0;
}

.advertisement-form .entry-title {
    margin-bottom: 2.5rem;
    font-size: 36px;
}
.btn-upload {  
    padding: 10px 20px;  
    margin-left: 1rem;  
}  
.controls .upload-input-group {  
    margin-bottom: 1rem;  
}
.controls .upload-input-group:last-child {
    margin-bottom: 0;
}  
.controls .input-group>.custom-select:not(:last-child) {  
  height: 45px;  
}  
.controls .input-group>.form-control:not(:last-child) {  
  height: 45px;  
} 
.advertisement-form fieldset {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: -1px;
}
.advertisement-form fieldset legend {
    width: auto;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 45px;
    position: absolute;
    top: -18px;
    left: 18px;
    margin: 0;
}

section.custom-page {
  padding-top: 70px;
  padding-bottom: 100px;   
}  

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}.accordion > .card .card-head h2 {    font-size: 18px;    font-family: var(--body-font);    padding: 1rem;    cursor: pointer;}
main.main-content ul {
    margin-bottom: 1rem;
    padding-left: 1rem;
}
main.main-content ul li {
    list-style: disc;
}
.hangar-details .hangar-gallery {
    margin-bottom: 30px;
    position: relative;
}
section.widget-area {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
section.widget-area h4 {
    background: #212121;
    color: #fff;
    font-size: 19px;
    padding: 0 1rem;
    line-height: 45px;
    margin: 0;
}
section.widget-area .widget-content {
    padding: 1rem 1rem;
}
.hangar-details .title-area {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
    justify-content: space-between;
}
.hangar-details .title-area .title, .hangar-details .title-area .price {
    margin-bottom: 1rem;
}
.hangar-details .title-area .price h5 {
    font-size: 1.35rem;
    color: var(--primary);
}
section.widget-area:last-child {
    margin: 0;
}
.hangar-sidebar {
    position: sticky;
    top: 95px;
    background: #f1f2f7;
    padding: 1.2rem;
}
.hangarbadge {
    position: absolute;
    top: 20px;
    right: 20px;
}
.hangarbadge span {
    display: inline-block;
    margin-right: 6px;
    font-family: var(--heading-font-medium);
    background: var(--primary);
    color: #fff;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 5px;
}
.hangarbadge span:last-child {
    margin-right: 0;
}
.hangar-items {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    background: #fff;
    transition: all 300ms ease-in-out 0s;
}
.hangar-items.highlight {
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.27);
    background: #dddee3;
}
.hangar-items .hangar-content {
    padding: 1rem 1rem;   
    /* padding-bottom: 80px; */
}
.hangar-items .hangar-thumbnail {
    position: relative;
}
.expired_ads_items .expire_ad_meta {
    gap: 15px;
}
.expired_ads_items .hangar-thumbnail img {
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.050980392156862744);
    border: 1px solid #E9E9E9;
    position: relative;
}
.hangar-items .hangar-thumbnail span.tags, 
.expired_ads_items .hangar-thumbnail span.tags {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.6px;
    border-radius: 30px;
    font-family: var(--heading-font-regular);
}
.hangar-items .hangar-thumbnail span.tags.expired {
    top: 50px;
}
.hangar-items .hangar-thumbnail span.tags.featured, 
.expired_ads_items .hangar-thumbnail span.tags.expired {
    /* left: 90px; */
    top:60px;
}
.hangar-items .grid_button {
    /* text-align: left; */
    margin-bottom: 1rem;
}
.hangar-items .grid_button .tags {
    background: var(--primary);
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.6px;
    border-radius: 6px;
    font-family: var(--heading-font-regular);
    display: inline-block;
}
.expired_ads_items .hangar-items {
    text-align: left;
}
.expired_ads_items h3.hangar-title {
    color: var(--primary);
}
.expired_ads_items .expire_ad_meta strong {
    color: var(--primary);
}
.expired_ads_loop:not(:first-child) {
    margin-top: 45px;
}
.hangar-items .hangar-thumbnail button.add-to-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}
.hangar-items .hangar-thumbnail button.add-to-wishlist img {
    width: 45px;
    height: auto;
}
.hangar-items .hangar-thumbnail button.add-to-wishlist:hover,
.hangar-items .hangar-thumbnail button.add-to-wishlist:focus {outline:0;}
.hangar-items .hangar-thumbnail span.tags.expire {
    right: 20px;
    left: auto;
}
.hangar-items .hangar-thumbnail .hangar_action {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateX(100px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.hangar-items:hover .hangar_action {
    transform: translateX(0);
}
.hangar-items .hangar-thumbnail .hangar_action a, .delete_wishlist_item {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--secondary);
    color: #fff;
    font-size: 13px;
    border-radius: 40px;
    margin-bottom: 8px;
}
.hangar-items .hangar-thumbnail .hangar_action a:last-child {
    margin-bottom: 0px;
}
.hangar-items .hangar-thumbnail .hangar_action a:hover, 
.hangar-items .hangar-thumbnail .hangar_action a:focus,
.delete_wishlist_item:hover, .delete_wishlist_item:focus {
    background: var(--black);
    color:var(--yellow);
}
.hangar-items .hangar-content .hangar-title
 {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.hangar-items:hover .hangar-content .hangar-title > a {
    color: var(--primary);
}
.ht_customer {
    color: #777;
}
/* .hangar-items .hangar-content .hangarprice {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
.hangar-items .hangarlinks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hangar-items .hangar-thumbnail img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}
.hangar-items .hangar-content .hangarprice span.htPrices {
    font-family: var(--heading-font-bold);
    color: var(--secondary);
}
.hangar-items .hangar-meta-details {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #f1f2f7;
}
.hangar-items .hangar-meta-details .items {
    flex: 1 1 auto;
    border-right: 1px solid #ccc;
    padding:7px 0;
}
.hangar-items .hangar-meta-details .items:last-child {
    border-right: medium none;
}
.hangar-items .hangar-meta-details .items span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.6px;
}
.hangar-items .hangar-meta-details .items span:last-child {
    font-size: 12px;
    line-height: 20px;
}
.hangar-items .hangar-content .meta-items {
    margin-bottom: 0;
    font-size: 15px;
}



.column-thumbnail img {
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
}
.column-thumbnail.img350 img {
    height: 350px;
}
section.testimonials-content {
    padding-bottom: 90px;
    padding-top: 120px;
    background: #FAFAFA;
}
main.main-content .testimonial-card {
    background: #fff;
    border-radius: 6px;
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    padding: 1.5rem;
    border: medium none;
    box-shadow: 0 0 4px #e6e6e6;
}
main.main-content .testimonial-card img.quote-icon {
    opacity: 0.1;
    height: 45px;
    width: 45px;
}
main.main-content .testimonial-card h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 1rem;
}
main.main-content .testimonial-card p {
    color: #666;
    margin-top: 1rem;
}
main.main-content .testimonial-card .media {
    margin-top: 25px;
}
main.main-content .testimonial-card .media img {
    border-radius: 50%;
}
main.main-content .testimonial-card p {
    color: #666;
}
main.main-content .testimonial-card .media-body h5 {
    font-family: var(--heading-font-medium);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    letter-spacing: 0.6px;
}
main.main-content .testimonial-card .media-body h6 {
    margin: 0;
    font-family: var(--heading-font-medium);
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 0.6px;
}
section.myaccount .user_dashboard_right h2 {
    margin-bottom: 1rem;
    line-height: 1;
}
main.main-content .myaccount .user_dashboard_sidebar {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    overflow: hidden;
}
main.main-content .myaccount .user_dashboard_sidebar ul {
    padding: 0;
    margin: 0;
}
main.main-content .myaccount .user_dashboard_sidebar ul li {
    list-style: none;
}
main.main-content .myaccount .user_dashboard_sidebar ul li a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background: #fff;
    position: relative;
    overflow: hidden;
}
main.main-content .myaccount .user_dashboard_sidebar ul li a span {
    position: relative;
}
main.main-content .myaccount .user_dashboard_sidebar ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height:100%;
    background: var(--primary);
    text-decoration: none;
    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.main-content .myaccount .user_dashboard_sidebar ul li:hover a::before, 
main.main-content .myaccount .user_dashboard_sidebar ul li a.active::before {
    width: calc(100% - 45px);
}
main.main-content .myaccount .user_dashboard_sidebar ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;  
    height: 100%;
    width: 45px;
    background: var(--black);
}
main.main-content .myaccount .user_dashboard_sidebar ul li a i {
    color: #ffff;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
main.main-content .myaccount .user_dashboard_sidebar ul li a:hover, 
main.main-content .myaccount .user_dashboard_sidebar ul li a:focus,
main.main-content .myaccount .user_dashboard_sidebar ul li a.active {
    /* background: var(--primary); */
    color: #fff;
}

section.sticky-height-section {
    display: table;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 1000ms cubic-bezier(.55,.085,0,.99);
    -moz-transition: all 1000ms cubic-bezier(.55,.085,0,.99);
    -o-transition: all 1000ms cubic-bezier(.55,.085,0,.99);
    transition: all 1000ms cubic-bezier(.55,.085,0,.99);
    -webkit-transition-timing-function: cubic-bezier(.55,.085,0,.99);
    -moz-transition-timing-function: cubic-bezier(.55,.085,0,.99);
    -o-transition-timing-function: cubic-bezier(.55,.085,0,.99);
    transition-timing-function: cubic-bezier(.55,.085,0,.99);
    border-bottom-right-radius: 150px;
    padding-bottom: 70px;
    padding-top: 150px;
    position: relative;
}
section.sticky-height-section.header-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFFB5 0%, #F2295B00 50%);
}
form#payment-form .form-control {
    height: 3.2em;
    line-height: 3.2em;
}
.panel-shadow {
    box-shadow: 0px 0px 117.586px 0px rgba(219.00000000000003, 208, 248, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 15px;
}
.sticky-inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.sticky-inner.middle {
    vertical-align: middle;
}
.sticky-inner.mobile-bottom {
    vertical-align: bottom;
}
.sticky-inner .column-content.custom-position-text {
    position: absolute;
    max-width: 450px;
}
.sticky-inner .column-content.custom-position-text.bottom-left {
    bottom: 30px;
    left: 30px;
}
.sticky-inner .column-content.custom-position-text.top-left {
    left: 20px;
    top: 100px;
}
.stroke-page-title {
    position: absolute;
}
section.sticky-height-section .column-content .entry-title {
    color: #000;
    text-transform: math-auto;
}
section.sticky-height-section .column-content .entry-title.black-text {
    color: #000;
}
section.sticky-height-section .column-content p {
    color: #fff;
}
.stroke-page-title.bottom-right {
    bottom: 15px;
    right: 30px;
}
.stroke-page-title .stroke-title {
    margin: 0;
    color: #020202a6;
    font-size: 110px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #020202a6;
    stroke: #020202a6;
}

.product-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
    outline: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 1rem;
}
.product-wrapper:hover {
    outline-color: var(--primary);
}
.product-wrapper .product-thumbnail {
    position: relative;
    overflow: hidden;
}
.product-wrapper .product-thumbnail img
 {
    transition: all 300ms ease-in;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.product-wrapper:hover .product-thumbnail img {
    transform: scale(1.35);
}
.product-wrapper .product-thumbnail .product-group-button .loop-add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 300ms ease-in;
    transform: translateY(100%);
    display:flex;
}
.product-wrapper:hover .product-thumbnail .product-group-button .loop-add-to-cart {
    transform: translateY(0);
}
.btn-block + .btn-block {
    margin-top: 0;
}
.cart_calculation .cart-data {
    display: inline-block;
    line-height: 45px;
    padding: 0 15px;
    background: var(--primary);
    color: #fff;
    border-radius: 30px;
}
.btn-store {
    background: #f1f2f7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 1rem 1rem;
    transition: all 300ms ease-in;
    border:medium none;
    border-radius:0;
}
.btn-store:hover, .btn-store:focus {
    background: var(--primary);
    color: #fff;
}
.product-wrapper .product-meta {
    margin-top: 20px;
    position: relative;
}
.product-wrapper .product-meta .heading-title {
    font-size: 18px;
    line-height: 1.3;
}
.product-wrapper .product-meta > .price, section.store-single .store-information > .price {
    /* display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1 !important; */
    letter-spacing: 0.075em;
    font-weight: 600;
    display:block;
    margin-bottom: 1rem;
}
.product-wrapper .product-meta > .price span.amount, section.store-single .store-information > .price span.amount {
    font-size: 22px;
}
section.store-single .store-information > .price span.out-of-stock {
    margin-left: 15px;
    color: #ff0000;
}
section.store-single .store-information > .price span.in-stock {
    margin-left:15px;
    color:#28a745;
}
.price del + ins {
    margin-right: 10px;
}
ins {
    text-decoration: none;
}
.product-wrapper .product-meta > .price del, section.store-single .store-information > .price del {
    color: rgb(153 150 150);
}
.price del {
    order: 2;
}
.product-wrapper .product-thumbnail .badge-group {
    position: absolute;
    top: 15px;
    left: 15px;
}
.product-wrapper .product-thumbnail .badge-group span.category {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.6px;
    padding: 6px 8px;
    border-radius: 4px;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}
.table.table-fixed td, .table.table-fixed th {
    white-space: unset;
}
.cart-details td.product-quantity input.cart-qty {
    width: 75px;
    border: 1px solid #ddd;
    line-height: 45px;
    padding-left: 15px;
    border-radius: 5px;
    text-align: center;
}

.checkout-product-content {
    display: flex;
    align-items: center;
}
.checkout-product-content .checkout-product-img {
    margin-right: 15px;
}
.checkout-product-content .checkout-product-img img {
    border-radius: 6px;
    border: 1px solid #ddd;
}
.checkout-product-content .checkout-product-title span.cart-product-label {
    font-size: 19px;
}
.checkout-product-content .checkout-product-title span.quantity {
    display: block;
}
.order_details {
    background: #f9f8f7;
    border-radius: 10px;
}
.order_details .order-total {
    background: var(--primary);
}
.order_details .order-total .checkout_total, 
.order_details .order-total .checkout_total_value {
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
}
.order_details .order_table {
    background: #fff;
    padding: 1rem;
}
.order_details .order_table .table thead th {
    border-top: medium none;
    border-bottom-width: 1px;
}
.order_details ul.payment_methods {
    padding: 0;
}
.order_details ul.payment_methods li {
    list-style: none;
}
.order_details ul.payment_methods li label {
    margin: 0;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}
.order_details .place_order .validate-required label.form__label-for-checkbox {
    padding-left: 1.5rem;
}

section.store-single .store-information .product-title {
    font-size: 2.5rem;
    color:var(--primary);
}
section.store-single .store-information strong {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.cart-collaterals {
    padding: 30px;
    border-radius: 0;
    background: rgb(239 239 239);
    color: #000;
    margin-top: 1.5rem;
}
.cart-collaterals .cart_totals table {
    margin: 0;
}
.cart-collaterals .cart_totals table th {
    padding: 22px 0;
    vertical-align: top;
    text-align: start;
    font-size: 16px;
    font-family: 'Roboto Medium', sans-serif;
    letter-spacing: 0.6px;
}
.cart-collaterals .cart_totals table td {
    padding: 22px 0 22px 15px;
    vertical-align: top;
    text-transform: none;
    text-align: right;
}
.cart-collaterals .cart_totals table tr:last-child th, 
.cart-collaterals .cart_totals table tr:last-child td {
    padding-bottom: 0;
}
.cart-collaterals .cart_totals h3 {
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0.6px;
}
.wc-proceed-to-checkout {
    margin-top: 30px;
}
.wc-proceed-to-checkout .checkout-button {
    text-align: center;
    display: block;
    padding: 12px 25px;
    background: #212127;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto Medium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background: var(--primary);
}
div#policy-content {
    margin-top: 170px;
}
h2.order-received {
    margin-bottom: 45px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}

main.main-content ul.ht-order-overview {
    padding: 0;
    margin: 0;
}
main.main-content ul.ht-order-overview {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
main.main-content ul.ht-order-overview li {
    flex: 1 1 0%;
    padding-right: 20px;
    padding-left: 20px;
    border-inline-end: 1px solid rgba(0, 0, 0, 0.105);
    color: #777;
    text-align: center;
    list-style: none;
    font-size: 14px;
}
main.main-content ul.ht-order-overview li:last-child {
    border-inline-end: none;
}
main.main-content ul.ht-order-overview li strong {
    color: #242424;
    display: block;
    margin-top: 10px;
}
.ht-customer-details .ht_customer h3.details_title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}
.ht-customer-details .ht_customer address span {
    display: block;
    margin-bottom: 10px;
    color: #777;
}


section.search_result_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FAF9F8;
}
section.search_result_section .hangar_result_grid {
    height: 100%;
    background:#FAF9F8;
}
section.search_result_section #map {height:400px;}
#map {
    /* height: 100%; */
}
section.search_result_section .hangar_result_grid .search-form-template .quick-search div > .col:last-child {
    max-width: 100%;
}
.pagination li.page-item {
    list-style: none;
}
.pagination li.page-item .page-link {
    color: #000;
    line-height: 33px;
    padding: 0.5rem 1.5rem;
    background: #f1f2f7;
}
.pagination li.page-item .page-link:hover, 
.pagination li.page-item .page-link:focus, 
.pagination li.page-item.active .page-link {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
section.search_result_section .no-result-found {
    height: 450px;
    /* background: #FAF9F8; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.search_result_section .no-result-found h3 {
    font-size: 65px;
    margin-bottom: 40px;
}

.modal {
    height:auto;
}
.modal-content {border:medium none;}
section.forum_categories {
    background-color: rgb(248, 249, 250);
}
.forum-sidebar {
    padding: 2rem;
    background: #f1f2f7;
    border-radius:10px;
}
section.forum_categories .forum-sidebar {
    background: #fff;
}
.forum-sidebar .widget {
    margin-bottom: 40px;
}
.forum-sidebar .widget + .widget {
    margin-bottom: 0;
}
.forum-sidebar .widget h3.widget-title {
    font-size: 25px;
}
.forum-sidebar .widget ul.related-posts {
    margin: 0;
    padding: 0;
}
.forum-sidebar .widget ul.related-posts li {
    list-style: none;
}
.forum-sidebar .widget ul.related-posts li a {
    display: block;
    padding: 12px 0;
    color: #000;
    transition: all 300ms ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: capitalize;
}
.forum-sidebar .widget ul.related-posts li:last-child a {
    border-bottom: medium none;
}
.forum-sidebar .widget ul.related-posts li a:hover {
    color: var(--primary);
}
.forum-sidebar .widget ul.related-posts.category li {
    display: inline-block;
}
.forum-sidebar .widget ul.related-posts.category li a {
    padding: 6px 8px;
    background: #000;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
    border-radius: 4px;
    line-height: 1.5;
}
.forum-description h2 {
    font-size: 21px;
    line-height: 1.5;
}
.no-content-found {
    margin-bottom: 3rem;
}
.forum-data-left {
    margin-bottom: 3rem;
}
.forum-post {
    margin-bottom: 30px;
}
.forum-post .forum-post-item {
    padding: 1.3rem;
    background: #f1f2f7;
    border-radius: 10px;
}
.forum-post .forum-post-item > a > span {
    color: var(--primary);
    font-weight: 600;
}
.no-content-found h3 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: var(--heading-font-medium);
    letter-spacing: 0.6px;
}
.forum-post .forum-post-item h3 {
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.forum-post .forum-post-item .meta-details {
    margin-bottom: 1rem;
}
.forum-post .forum-post-item .meta-details span {
    color: #777;
    margin-right: 1rem;
    text-transform: capitalize;
}
.forum-post .forum-post-item .meta-details span:last-child {
    margin-right: 0;
}

.solutions-item {
    margin-bottom: 30px;
}
.solutions-item .content-part h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    min-height: 50px;
}
.solutions-item .thumbnail-part {
    position: relative;
    overflow: hidden;
}
.solutions-item .thumbnail-part img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.solutions-item .thumbnail-part .solution-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 120%;
    transition: all 300ms ease-in 0s;
    opacity: 0;
    visibility: hidden;
}
.solutions-item:hover .thumbnail-part .solution-button {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.solutions-item .thumbnail-part .solution-button a {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 0 25px;
    line-height: 45px;
    border-radius: 30px;
    letter-spacing: 0.6px;
}
.solutions-item .thumbnail-part .solution-button button.theme-btn {
    padding: 13px 30px;
    background: var(--primary);
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}
.login-page-section {
    background-color: rgb(248, 249, 250);
}

.right-side-banner {
    height: 100%;
}
.myaccountForm-inner.login-panel .card-body {
    padding: 65px 65px;
}

.user_dashboard_right .desc {
    margin-bottom: 0.7rem;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.title-container .content {
    display: none;
}
.title-container .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-container .title button.toggle-btn {
    width: 35px;
    height: 35px;
    border: medium none;
    background: #f5f5f5;
    border-radius: 35px;
    transition: all 500ms ease-in 0s;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25); */
    margin-left: 1.3rem;
}
.title-container .title button.toggle-btn:focus, .title-container .title button.toggle-btn:hover {
    outline: 0;
    background: #fff;
}
.title-container .title span {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.title-container .content ul {
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.title-container .content ul li {
    list-style: none;
    width: 33.33%;
    margin-bottom: 1rem;
}
.custom-big-content p {
    font-size: 28px;
    font-weight: 100;
    line-height: 45px;
}

.hangar_ads_column_content h1 {
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
}

.hangar_ads_column_content .hangar_title_price .hangar_ads_meta span {
    color: var(--primary);
    margin-right: 15px;
}
.hangar_ads_column_content .hangar_more_details h3 {
    font-size: 22px;
    color: var(--primary);
    margin-bottom:0px;
}
.hangar_ads_column_content .hangar_more_details span {
    margin-top: 1rem;
    display: block;
    font-size: 14px;
}
.hangar_ads_column_content .hangar_more_details span strong {
    text-transform: uppercase;
    margin-right: 6px;
}
.hangar_ads_column_content .hangar_ads_description div {
    margin-bottom: 1rem;
}

@media print {
    /* Hide the print button when printing */
    .print-button {
        display: none;
    }
}

button.print-button {
    /* width: 45px; */
    line-height: 45px;
    padding: 0 20px;
    /* height: 45px; */
    border: medium none;
    background: var(--yellow);
    color: #fff;
    border-radius: 6px;
    transition: all 500ms ease-in 0s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
button.print-button:hover, button.print-button:focus {
    background: var(--secondary);
    outline: 0;
}
.error p {
    color: var(--primary);
    font-size: 14px;
}

.hangar_package {
    height: 100%;
    position: relative;
    text-align: center;
}
.hangar_package .card-header {
    font-size: 25px;
    font-family: var(--main-font);
    background: var(--secondary);
    color: #fff;
    padding: 1.5rem 1rem;
    letter-spacing: 0.6px;
}
.hangar_package .card-title {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.hangar_package .card-title span {
    color:var(--yellow)
}
main.main-content .hangar_package ul {
    padding: 0;
    margin-bottom: 2rem;
}
main.main-content .hangar_package ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    border-radius: 15px;
    font-size: 16px;
    color: #5a5353;
}
.hangar_package .card-body .price-tags {
    font-size: 45px;
    line-height: 56px;
    font-family: var(--main-font);
    color: var(--yellow);
    margin-bottom: 1rem;
}
.hangar_package .card-body {
    background: #f5f5f5;
}

.scroll-down {
    position: relative;
    /* bottom: 2.5rem; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
    
.text-black {color:#000 !important;}

/* .scroll {
    width: 2rem;
    height: 4rem;
    border: 2px solid var(--white);
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background:var(--primary)
} */
.scroll {
    width: 60px;
    height: 60px;
    border: medium none;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/paper-plane-down.png);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    /* animation: arrow-pulse 1.15s linear infinite; */
    /* transform: rotate(180deg); */
}   
body.ci_hangartrader_index .scrollArrowDown {
    /* display: none; */
}
.scrollArrowDown {
    position: absolute;
    top: 15%;
    /* transform: translateX(-50%); */
    right: 30px;
    z-index: 1;
    /* background: #fff; */
    border-radius: 50%;
    /* padding: 10px; */
    z-index:2;
}
body.ci_hangartrader_joinwaitinglist .scrollArrowDown {
    background: #fff;
}
main.main-content .scrollArrowDown {
    display: none;
}
/* .scroll span {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    background: var(--white);
    border-radius: 50%;
    animation: cursor-slide 1.15s linear infinite;
}
  
.arrow-down {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid transparent;
    border-right-color: var(--primary);
    border-bottom-color: var(--primary);
    transform: rotate(45deg);
    margin-top: 0.3rem;
    animation: arrow-pulse 1.15s linear infinite;
} */
  
  /* Keyframes */
  
@keyframes cursor-slide {
    0% {
      opacity: 0;
      transform: translateY(-1rem);
    }
    100% {
      opacity: 1;
      transform: translateY(1rem);
    }
}
  
@keyframes arrow-pulse {
    0 {
      opacity: 0;
    }
    25% {
      opacity: 0.25;
    }
    50% {
      opacity: 0.50;
    }
    75% {
      opacity: 0.75;
    }
    100% {
      opacity: 1;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    border-bottom-right-radius: 150px;
}


@media (min-width:992px) {
    .main-footer .footer-title .footer-big-title h3 {font-size:65px;}
    .hservices .hservices-content {
        padding-left: 45px;
        padding-right: 85px;
    }
    .single-item-carousel .items {
        text-align: center;
    }
}

@media (min-width:1024px) {
    .responsive-mobile-menu {width:800px;}
}



@media (max-width:992px) {
    .stroke-page-title .stroke-title {
        font-size: 80px;
    }
    .main-header .logo-box .logo {
        max-width: 250px;
        height: auto;
    }
    .hservices .hservices-content h2 {
        font-size: 1.3rem;
        line-height: 1.3;
        font-weight: 500;
    }
    section.testimonials-section {
        background: #f1f2f7;
    }
    .feature-col {
        margin-bottom: 30px;
    }
    .youtube_video_hero_content .header-section .hero_content_title {
        font-size: 36px;
    }
    .youtube_video_hero_content .header-section .hero_content_subtitle {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media (max-width:768px) {
    .hservices .hservices-content {padding-left: 0px;}
    .stroke-page-title .stroke-title {
        font-size: 50px;
    }
    .services-form {
        margin-top: 50px;
    }
    .column-thumbnail img {
        height: 450px;
    }
}


#testimonialForm .star-rating {
    display: inline-flex;
    font-size: 2rem;
}

#testimonialForm .star-rating input[type="radio"] {
    display: none;
}

#testimonialForm .star-rating label {
    color: #ccc;
    cursor: pointer;
    padding: 0 0.1rem;
}

/* #testimonialForm .star-rating label:before {
    content: "*";
} */

#testimonialForm .star-rating input[type="radio"]:checked ~ label {
    color: #f5b301;
}

#testimonialForm .star-rating input[type="radio"]:checked + label ~ label {
    color: #ccc;
}

#testimonialForm .star-rating label:hover,
#testimonialForm .star-rating label:hover ~ label {
    color: #f5b301;
}

.star-rating {
    color: gold;
    font-size: 20px;
}

.customer_listing .section-header .entry-title {
    max-width: 750px;
    font-size: 32px;
    line-height: 1.3;
}

.full-width-section {
    padding: 65px 45px;
}


/* Popup Overlay */
.popup-overlay {
    display: none; /* Hide the overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Ensure it is above other content */
}

/* Popup Content */
.popup-content {
    display: none; /* Hide the content by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Ensure it is above the overlay */
    width: 650px; /* Adjust width as needed */
}

/* Popup Close Button */
.popup-close-btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.popup-close-btn:hover {
    background: #555;
}

section .backButton {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display:none;
}



section.no-banner-header .backButton {
    bottom: auto;
    top: 150px;
    
}

.inside-container .backButton {
    bottom:auto;
    top:30px;
}

section .backButton button {
    background-color: #E62626;
    border: medium none;
    padding: 0 25px;
    line-height: 35px;
    border-radius: 35px;
    color: #fff;
}

section .backButton button:focus, section .backButton button:hover {
    outline: 0;
    background-color: #000;
    color: #fff;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.faq-header {
    background-color: #f8f9fa;
    cursor: pointer;
    padding: 20px 25px;
    position: relative;
    border-radius: 15px;
}

.faq-header:hover {
    background-color: #e2e6ea;
}

.faq-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-icon.rotate {
    transform: translateY(-50%) rotate(180deg);
}

.faq-body {
    padding: 15px;
}
.faq-header h5 {
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    font-family: var(--heading-font-medium);
}
section.aboutSection-section {
    padding: 150px 0;
}


.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .toggle-password i {
    font-size: 20px;
  }

  
  .scroll-box {
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  
  .scroll-text {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-text h3 {
    opacity: 0.3;
    color:#fff;
    margin-bottom:1rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    transition: opacity 2s ease-in-out;
    font-family: var(--heading-font-extrabold);
  }

  @media (max-width:992px) {
        .scroll-text h3 {
            font-size: 2rem;
        }
  }
  


.search-form-template .col {
    padding: 0 0.5px;
}

.directoryActionButtons {
    display: flex;
    gap: 10px;    
}
.directorySearchFilter form#directorySearchForm {
    position: relative;
}
.directorySearchFilter form#directorySearchForm input[type="text"] {
    border: 1px solid var(--primary);
    padding: 0 15px;
    height: 48px;
    border-radius: 30px;
    min-width: 300px;
}
.directorySearchFilter form#directorySearchForm button.btn-search {
    position: absolute;
    right: 15px;
    color: var(--primary);
}
.mb-6 {
    margin-bottom: 4rem;
}
.three-item-carousel .owl-nav {
    position: absolute;
    top: -70px;
}
.three-item-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 55px;
}
.userTestimonials .owl-carousel .owl-nav {
    top: -70px;
}
.userTestimonials .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 60px;
}

.package_info td {
    text-transform: capitalize;
}

.theme-gray-bg {
    background-color: rgb(248, 249, 250);
}

.download_calender_popup {
    padding: 0 !important;
}

.download_calender_popup .modal-content {
    max-width: 750px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}

.download_calender_popup span#close-popup {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 1;
}

select {
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    color:#495057;
}

.select2-container {
    width: 100% !important;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown::after {
    content: "";
    font-size: 12px;
    position: absolute;
    color: #888;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    width: 0;
    height: 0;
}

.store_thumbnail_carousel .owl-nav button.owl-prev, 
.store_thumbnail_carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 31px;
    background: #212127;
    color: #fff;
    border-radius: 50%;
    border: medium none;
    transform: translateY(-50%);
}

.store_thumbnail_carousel .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

.related_products .owl-carousel .owl-nav button.owl-prev, 
.related_products .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 6px;
    left: 15px;
}

.related_products .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

.hangar_ads_column_content .hangar_ads_gallery .hangar_ads_meta span.hangar_ads_type, 
.hangar_ads_column_content .hangar_ads_gallery .hangar_price_meta span.hangar_ads_price {
    display: inline-block;
    background: var(--primary);
    padding: 0 25px;
    color: #fff;
    line-height: 35px;
    border-radius: 35px;
    position: absolute;
    top: 15px;
}

.hangar_ads_column_content .hangar_ads_gallery .hangar_ads_meta span.hangar_ads_type {
    left: 30px;
}
.hangar_ads_column_content .hangar_ads_gallery .hangar_price_meta span.hangar_ads_price {
    right:30px;
}

.hangar_ads_column_content .hangar_ads_gallery img {
    width: 100%;
    height: auto;
}

.social_media ul.hangar_social {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.social_media ul.hangar_social li a {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    background: #212127;
    color: #fff;
    border-radius: 50%;
}

.social_media ul.hangar_social li {
    list-style: none;
}

.top-spaces {
    height: 80px;
}

.item_meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select2-container--focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-color: #80bdff;
}

.directory_logo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}


.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.search-popup-content {
	background: #fff;
	padding: 20px;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	position: relative;
}

button#closeSearchPopupBtn {
    position: absolute;
    top: -45px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    border: medium none;
    display: inline-block;
}

.hangar-items .hangar-content .hangarprice.meta-items {
    display: none;
}

.gallery_image.edit_gallery_images img {
    height: 150px;
    width: 200px;
    object-fit: cover;
}

.gallery_image.edit_gallery_images .btn
 {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 13px;
    border-radius: 50%;
    line-height: 20px;
}

.ma5menu--active:before {
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none; /* 👈 Add this line */
  z-index: 9000;
  transition: background-color 0.4s ease-in;
}


@media (min-width:768px) {
    .top-spaces {
        height: 150px;
    }
}

@media (min-width:992px) {
    .sticky-inner.top {vertical-align: top;}
    body.ci_hangartrader_escrow section.sticky-height-section .column-content .entry-title {font-size: 75px;}
    body.ci_hangartrader_escrow section.sticky-height-section .column-content p {font-size: 25px;color: #000;line-height: 1.8;}
    body.ci_hangartrader_forum .sticky-inner .column-content {margin-left: -45px;}
    body.ci_hangartrader_faq .sticky-inner .column-content {margin-top: -45px;}
}

@media (min-width:1200px) {
    .aboutuscontent {margin-bottom: 400px;}
}

@media (max-width:992px) {
    .hangar-items .hangar-thumbnail img {
        height: auto;
    }
}

@media (max-width:768px) {
    .full-width-section {padding: 65px 15px;}
    /* .entry-title {font-size: 20px;} */
    .scrollArrowDown {top: 23%;right: 20px;}
    .right-side-banner {height: 450px;}
    h2, .h2 {font-size: 1.6rem;line-height:1.3;}
    .three-item-carousel .owl-nav {position: relative;top: 0;}
    .title-container .title {justify-content: space-between;}
    section.sticky-height-section {height: 50vh;padding-top: 0px;padding-bottom: 0px;border-bottom-right-radius: 0;}
    section.store-single .store-information .product-title {font-size: 2rem;color: var(--primary);max-width: 85%;}
    .pagination li.page-item .page-link {line-height: 13px;padding: 0.5rem 0.6rem;font-size: 12px;}
    .market-page h3 {font-size: 1.4rem;line-height: 1.5;}
    section.sticky-height-section .column-content .entry-title {font-size: 27px;}
    .custom-big-content p {font-size: 20px;line-height: 30px;}
    .myaccountForm-inner .card-body .entry-title {font-size: 27px;}
    body.ci_hangartrader_postyourads .section-padding, 
    body.ci_hangartrader_profile .section-padding,
    body.ci_hangartrader_edit .section-padding,
    body.ci_hangartrader_changepwd .section-padding,
    body.ci_hangartrader_hangarTraderAdsPage .section-padding,
    body.ci_hangartrader_getWaitingListByUserID .section-padding {padding-top: 3.5rem;padding-bottom: 3.5rem;background-color: rgb(248, 249, 250);}
    body.ci_hangartrader_hangarTraderAdsPage .hangar_package .card-body {background: #fff;}
    .form-control {color: #141415;}
    .quick-search button.theme-btn {height:45px;line-height: 45px;}
    body.ci_hangartrader_postyourads .user_dashboard_right .card {border-radius: 10px;}
    body.ci_hangartrader_postyourads .section-padding .entry-title, body.ci_hangartrader_profile .section-padding .entry-title, body.ci_hangartrader_edit .section-padding .entry-title, body.ci_hangartrader_changepwd .section-padding .entry-title {font-size: 30px;}
    .scrollArrowDown {display:none;}
    section.search_result_section {padding-top: 0;}
    .login-page-section .container {max-width: 100%;}
    body.ci_hangartrader_brokerage .sticky-inner .entry-title,
    body.ci_hangartrader_auction .sticky-inner .entry-title,
    body.ci_hangartrader_directemail .entry-title {font-size: 36px !important;}
    body.ci_hangartrader_auction .column-thumbnail.img350 img {height: auto;}
    body.ci_hangartrader_brokerage .sticky-inner,
    body.ci_hangartrader_auction .sticky-inner {vertical-align: middle;}
    body.ci_hangartrader_tugs .sticky-inner .column-content.custom-position-text.top-left {left: 20px;top: 40%;}
}
  