@font-face {
    font-family: Inter-Regular;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('../fonts/Inter-Bold.ttf');
}

@font-face {
    font-family: LondrinaShadow-Regular;
    src: url('../fonts/LondrinaShadow-Regular.ttf');
}

:root{
    --theme-color-1: #FFA301;
    --theme-color-2: #222222;

    --body-bg: #010B0E;
    --font-color: #FFFFFF;
    --font-color1: #FFFCFC;
    --heading-color1: #FFFFFF;
    --heading-color2: #999999;
    --font-white: #ffffff;
    --border: 1px solid rgba(255, 252, 252, 0.20);
    --border-radius: 12px;
}

body{
    background-color: var(--body-bg);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-color);
}


h1, h2, h3{
    color: var(--heading-color1);
    margin-bottom: 0;
    font-family: 'Inter-SemiBold', sans-serif;
    font-weight: normal;
}

h4, h5{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-SemiBold', sans-serif;
    font-weight: normal;
}

p{
    margin-bottom: 0;
}

a, a:hover, a:active, a:focus{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn{
    border-radius: 6px;
    height: 48px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding:10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter-Medium', sans-serif;
    font-weight: normal;
}

.btn-main{
    color: #fff;
    background: var(--theme-color-1);
    transition: all .5s ease-out;
    white-space: nowrap;
}

.btn-main:hover{
    background-position: left bottom;
    color: #fff;
    background: #976610;
    transition: all .5s ease-out;
}

.btn-secondary{
    color: #fff;
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
}

.btn-secondary:hover{
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    transition-duration: 0.5s;
    transition: all 0.35s ease;
} 

.navbar.fixed-top{
    position: fixed;
    background-color: var(--body-bg);
    transition-duration: 0.5s;
    transition: all 0.35s ease;
}

.navbar-dark .navbar-nav .nav-link{
    color: var(--font-white);
    font-family: 'Inter-Medium', sans-serif;
    font-weight: normal;
    height: 100%;
    position: relative;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link{
    color: var(--theme-color-1);
}

.navbar-dark .navbar-brand {
    color: #fff;
    width: 150px;
}

.dropdown .nav-link:after{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.navbar{
    background: transparent;
    height: 80px;
}

.dropdown-menu{
    min-width: 12rem;
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--heading-color1);
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
    /* position: relative; */
    background-color: var(--theme-color-2);
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}

.dropdown-menu{
    transition: ease-in-out 0.3s;
}

.policy-main-heading{
    font-size: 20px;
    margin-bottom: 20px;
}

.policy-description{
    margin-bottom: 20px;
}

.page-full-coming{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* background-image: url('../images/coming-soon-bg.jpg'); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coming-soon-bg.jpg');
}
  
.page-coming-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
  
.page-coming-inner h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--font-white);
}
  
.page-coming-inner p{
    margin-bottom: 20px;
    color: var(--font-white);
}
  
.soon-subscribe{
    width: 100%;
}
  
.soon-form-wrapper{
    position: relative;
    width: 100%;
}
  
.soon-input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}
  
.soon-submit{
    background-color: var(--theme-color-2);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px;
}
  
.soon-counter-list{
    display: flex;
}
  
.soon-counter-list > div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 30px 8px 0px 8px;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--theme-color-1);
    font-family: 'Inter-Bold', sans-serif;
    font-weight: normal;
    font-size: 32px;
}
  
.soon-counter-list > div span{
    font-family: 'Inter-Regular', sans-serif;
    font-weight: normal;
    /* margin: 10px 0px; */
    color: var(--font-white);
    font-size: 14px;
}
  
.coming-soon .footer-heading {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
  
.coming-soon .footer-social-list {
    margin-top: 20px;
}
  
.coming-soon .footer-social-list li {
    display: inline-block;
    margin-right: 20px;
}
  
.coming-soon .footer-social-list li a {
    display: inline-block;
    color: #fff;
}

.error-page{
    height: calc(100vh - 1px);
    display: inline-block;
    width: 100%;
}

.error-page-image{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page-content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.error-page-content h1{
  font-size: 120px;
  color: #010B0E;
  width: 100%;
}

.error-page-content h3{
  font-size: 40px;
  font-family: 'Inter-Bold', sans-serif;
  color: var(--theme-color-2);
  width: 100%;
}

.error-page-content p{
  font-size: 20px;
  margin: 20px 0px;
  color: var(--theme-color-2);
  width: 100%;
}

.faq .accordion-item{
    margin-bottom: 0px;
    border: transparent;
    background-color: transparent;
}

.faq .accordion-button{
    border: transparent;
}

.faq .accordion-button{
    border-radius: 0px !important;
    background-color: transparent;
    font-size: 14px;
    padding: 1.5rem 1rem;
    color: var(--font-white);
    /* border-bottom: var(--border); */
}

.faq .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: var(--font-white);
}

.faq .accordion-button span{
    margin-right: 10px;
}

.faq .accordion-body p span{
    margin-right: 10px;
}

.faq .accordion-button:not(.collapsed)::after{
    background-image: none;
    content: '\f068';
    font-family: Fontawesome;
    transform: none;
    color: var(--theme-color-2);
}

.faq .accordion-button::after{
    background-image: none;
    content: '\f067';
    font-family: Fontawesome;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-white);
}

.faq .accordion-button:focus{
    box-shadow: none;
}

.faq .accordion-body {
    padding: 1rem 1rem;
}

.faq .accordion-button:not(.collapsed){
    border-radius: 12px 12px 0px 0px !important;
    border: var(--border);
    border-bottom: transparent;
    background-color: #121D28;
}

.faq .accordion-collapse.collapse.show .accordion-body{
    border-radius: 0px 0px 12px 12px !important;
    border: var(--border) !important;
    border-top: transparent !important;
    background-color: #121D28 !important;
    padding-top: 0;
    color: #fff;
}


#backTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme-color-2);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 18px;
}
  
#backTop:hover {
    background-color: var(--theme-color-2);
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.section-main-heading{
    color: var(--heading-color1);
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
}

.section-heading-description{
    text-align: center;
}

.section{
    padding: 60px 0px;
    position: relative;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
  
/* the parent */
.slick-list {
    margin: 0 -10px;
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}

.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}

.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}

.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 13px;
    background: var(--theme-color-2);
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    bottom: 0;
    left: 50%;
    color: #fff;
    width: 265px;
    border-radius: 30px;
    top: 35%;
    transform: translate(-50%, -50%);
    height: 200px;
}

.success-msg-contact-display p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
  
.check-success-icon{
    padding: 10px 13px;
    color: #fff;
    background-color: var(--theme-color-1);
    border-radius: 50%;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin: 0;
    margin-bottom: 20px;
}

.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}

.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

/* header */
.header-social ul li{
    display: inline-block;
    margin-left: 15px;
}

.header-social ul li a{
    color: rgba(255, 255, 255, 0.7);
    transition: ease-in 0.3s;
}

.header-social ul li a:hover{
    transition: ease-in 0.3s;
    color: var(--theme-color-1);
}

/* home */
.main-image-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/main-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
    padding-bottom: 4rem;
}

.main-image-container::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
    background: linear-gradient(180deg, rgba(1, 11, 14, 0.1) 10%, rgba(1, 11, 14, 0.8) 100%);
}

.mainimage-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 10;
}

.mainimage-wrapper h1{
    font-size: 33px;
    margin-bottom: 15px;
}

.post-date-category{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.post-category{
    width: auto;
    padding: 0px 12px;
    background-color: var(--theme-color-1);
    display: inline-block;
    color: var(--theme-color-2);
    font-family: 'Inter-Medium', sans-serif;
}

.post-date{
    color: var(--font-color1);
    margin-left: 1rem;
}

.blog-card{
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: var(--border-radius);
    border: var(--border);
    display: inline-block;
    position: relative;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.section-heading{
    font-size: 26px;
    color: var(--heading-color2);
}

.section-heading-line{
    width: 65px;
    position: relative;
    display: inline-block;
    height: 3px;
    background-color: var(--theme-color-1);
}

.section-heading span img{
    width: 24px;
    margin-right: 15px;
}

.blog-card-vertical-full{
    width: 100%;
    position: relative;
    display: inline-block;
}

.bcvf-img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 280px;
}

.bcvf-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.bcvf-info{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.bcvf-info a h3{
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-card-horizontal{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: var(--border);
}

.blog-card-horizontal:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.bch-img{
    width: 40%;
    height: 125px;
    position: relative;
    display: inline-block;
}

.bch-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.bch-info{
    width: 53%;
    position: relative;
    display: inline-block;
}

.bch-info a h3{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

.datetext{
    color: var(--font-color1);
}

.trending .blog-card-vertical-full{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: var(--border);
}

.blog-heading{
    font-size: 20px;
}

.layerinfo-blog{
    width: 100%;
    position: relative;
    display: inline-block;
}

.layerinfo-img{
    width: 100%;
    position: relative;
    display: inline-block;
}

.layerinfo-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.layerinfo-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.layerinfo-info{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.latest-post .bch-img{
    height: 180px;
}

.latest-post .bch-info .lp-descrip-text{
    margin-top: 15px;
    color: var(--heading-color2);
}

.policies .layerinfo-img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.articles-card{
    width: 100%;
    position: relative;
    display: inline-block;
}

.articles-img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 200px;
}

.articles-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-info{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.divider-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../images/main-image.png');
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../images/main-image.png), lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 160px;
    border-radius: 12px;
    padding: 30px;
}

footer{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-social{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
    border-top: var(--border);
    margin-top: 1rem;
}

.footer-social ul li{
    display: inline-block;
    margin: 0px 15px;
}

.footer-social-wrapper{
    display: flex;
    align-items: center;
}

.fs-icon{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--theme-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color-1);
    margin-right: 10px;
}

.footer-social-wrapper p{
    color: var(--theme-color-1);
}

.footer-links{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-heading{
    font-size: 24px;
    margin-bottom: 40px;
    color: var(--heading-color2);
}

.footer-links-wrapper a h4{
    font-size: 16px;
    color: var(--heading-color2);
    font-family: 'Inter-Medium', sans-serif;
    margin-bottom: 5px;
}

.footer-links-wrapper p{
    font-size: 12px;
    color: var(--heading-color2);
}

.footer-links ul li{
    margin-bottom: 15px;
}

.footer-links ul li:last-child{
    margin-bottom: 0px;
}

.footer-newsletter-wrapper p{
    color: var(--heading-color2);
    margin-bottom: 20px;
}

.footer-newsletter-form{
    width: 100%;
    position: relative;
    display: inline-block;
}

.fn-input{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 10px 15px;
    border: var(--border);
    border-radius: 12px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-newsletter-form .btn-secondary{
    width: 100%;
    text-transform: uppercase;
    max-width: 100%;
    border-radius: 12px;
}

.footer-bottom{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    margin-top: 1.5rem;
    border-top: var(--border);
}

.footer-bottom ul li{
    display: inline-block;
    margin-left: 10px;
}

.footer-bottom ul li a.active{
    color: var(--theme-color-1);
}

.sli-img{
    width: 110px;
    height: 85px;
    min-width: 110px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.sli-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.blog-heading-small{
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    margin-bottom: 5px;
}

.sidebar-left-image-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.sli-info .datetext{
    font-size: 12px;
}

.more-link{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    text-transform: uppercase;
    color: var(--theme-color-1);
}

.more-link:hover{
    color: var(--theme-color-1);
}

.caregories-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.caregories-wrapper ul li{
    padding: 15px 0px;
    /* margin-bottom: 15px; */
    border-bottom: var(--border);
}

.caregories-wrapper ul li:first-child{
    padding-top: 0;
}

.caregories-wrapper ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}

.caregories-wrapper ul li a{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.caregories-wrapper ul li a p::before{
    position: relative;
    font-family: 'Fontawesome';
    content: '\f101';
    color: var(--theme-color-1);
    margin-right: 10px;
}

.caregories-wrapper ul li a span{
    color: var(--heading-color2);
} 

.sibebar-social{
    width: 100%;
    position: relative;
    display: inline-block;
}

.sibebar-social ul li{
    background-color: var(--theme-color-2);
    padding: 10px 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sibebar-social ul li:last-child{
    margin-bottom: 0px;
}

.ss-left{
    display: flex;
    align-items: center;
}

.ss-left i{
    border-right: 1px solid rgba(255, 252, 252, 0.20);
    margin-right: 10px;
    padding-right: 15px;
}

.ss-right{
    border-left: 1px solid rgba(255, 252, 252, 0.20);
    margin-left: 10px;
    padding-left: 10px;
    line-height: 14px;
}

.recent-comments ul li{
    padding: 15px 0px;
    /* margin-bottom: 15px; */
    border-bottom: var(--border);
}

.recent-comments ul li:first-child{
    padding-top: 0;
}

.recent-comments ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.newsletter h3{
    font-size: 20px;
}

.newsletter p{
    color: var(--heading-color2);
    margin-top: 15px;
}

.newsletter-form-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.nf-input{
    width: 70%;
    padding: 10px 15px;
    border: var(--border);
    border-radius: 6px;
    background-color: #fff;
}

.newsletter-form-wrapper .btn-main{
    width: 25%;
    max-width: 25%;
}

.tags-wrapper ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-wrapper ul li a{
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid var(--theme-color-1);
    color: var(--theme-color-1);
    background-color: transparent;
}

.modern-card{
    width: 100%;
    position: relative;
    display: inline-block;
}

.modern-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 110px;
}

.modern-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.modern-info{
    margin-top: 10px;
}

.modern-info a h3{
    font-size: 14px
}

.ad-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 200px;
    z-index: 10;
}

.ad-wrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 55%);
    z-index: 11;
}

.ad-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
}

.ad-layer{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    font-family: 'Inter-SemiBold', sans-serif;
}

.archives-wrapper ul li{
    margin-bottom: 15px;
}

.page-banner-container{
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
    background-color: #051a20;
}

.page-banner-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2rem;
}

.page-banner-wrapper h1{
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.page-banner-wrapper .page-breadcrumb li{
    display: inline-block;
    margin: 0px 6px;
}

.blog-page-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blogpage-main-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 400px;
}


.blogpage-main-image::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
    background: linear-gradient(180deg, rgba(1, 11, 14, 0.1) 10%, rgba(1, 11, 14, 0.8) 100%);
}

.blogpage-main-image img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.blogpage-layer{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 30px;
}

.blogpage-layer a h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.blogpage-layer p{
    font-size: 12px;
}

hr{
    margin: 30px 0px 50px 0px;
    border-top: var(--border);
}

.bloglist .bch-img{
    height: 185px;
}

.blog-search{
    position: relative;
    display: inline-block;
    width: 100%;
}

.blog-search-wrapper{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}

.blog-search-input{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 80px 10px 15px;
    height: 55px;
    background-color: transparent;
    border-radius: 6px;
    border: var(--border);
    color: #fff;
}

.blog-search-btn{
    width: max-content;
    height: 48px;
    background-color: var(--theme-color-1);
    color: var(--font-white);
    border-radius: 6px;
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 10px 15px;
    border: none;
}

.lp-descrip-text{
    margin-top: 10px;
}

.blogsingle-card{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
    background-color: #14202D;
    border: var(--border);
    border-radius: 15px;
}

.blogsingle-image{
    width: 220px;
    height: 220px;
    min-width: 220px;
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.blogsingle-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blogsingle-content{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blogsingle-badge{
    width: auto;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-1);
    color: var(--font-white);
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.blogsingle-content a h3{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blogsingle-postinfo{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.blogsingle-postinfo-img{
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 15px;
}

.blogsingle-postinfo-img img{
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.blogsingle-postinfo-author h3{
    font-size: 16px;
    margin-bottom: 5px;
}

.blogsingle-postinfo-author p span::after{
    content: '•';
    font-size: 10px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.blogsingle-postinfo-author p span:last-child:after{
    display: none;
}

.article-contents p{
    margin-bottom: 15px;
}

.article-second-heading{
    margin-bottom: 20px;
    font-size: 20px;
}

.article-tags{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    border-top: var(--border);
    border-bottom: var(--border);
    padding: 20px 0px;
}

.article-tags p{
    color: var(--font-white);
    margin-bottom: 10px;
}

.article-tags ul li{
    display: inline-block;
    margin-right: 10px;
}

.article-share ul li{
    display: inline-block;
    margin-right: 10px;
}

.article-share ul li a{
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #121D28;
    color: var(--heading-color2);
}

.article-reply{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 3rem;
}

.article-reply h3{
    font-size: 24px;
    margin-bottom: 10px;
}

.article-reply-form{
    margin-top: 2rem;
}

.article-reply-group{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.article-reply-input{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: var(--font-white);
    border-radius: 6px;
    border: var(--border);
}

.article-main-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 400px;
}

.article-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.contact-info-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    border: var(--border);
    border-radius: 12px;
}

.ciw-icon{
    color: #fff;
    float: left;
    border-radius: 10px;
    display: block;
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    width: 50px;
    min-width: 50px;
    background: #fe4f70;
    background: -webkit-linear-gradient(left,#FFA301 0%,#f0c47a 100%);
    background: linear-gradient(to right,#FFA301 0%,#f0c47a 100%);
    margin-right: 15px;
}

.ciw-info h3{
    font-size: 20px;
}

.contact-form-group{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.contact-form-input{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: var(--font-white);
    border-radius: 6px;
    border: var(--border);
}

a:hover{
    color: var(--theme-color-1);
}

a:hover h3{
    color: var(--theme-color-1);
}

a:hover h4{
    color: var(--theme-color-1);
}

.accordion-collapse
{
    color: #fff;
}

@media (max-width: 1050px) {
    .comimgsoon-img-hig {
        min-height: fit-content;
        max-height: 1400px !important;
        padding: 24px auto;
    }
}