/* Root variables start */
:root {
    --theme: #e52a30;
    --light-bg: #dae8e9;
    --btn-dark: #252628;
    --icon-bg: #aba6a7;
    --text-color: #888888;
  }
/* Root variables end */

/* Custom spacings styles start  */
@media only screen and (min-width: 768px){
    .pt_md_40{
        padding-top: 40px;
    }
}

.g_color{
    background: -webkit-linear-gradient(180deg, #252628 5%, #e52a30 100%)
}

/* Custom spacings styles end  */

/* Perloader custom styles starts */

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.8s ease-out;
  }

.handle-preloader{
    background: -webkit-linear-gradient(0deg, black, var(--theme) 100%)
}
/* Perloader custom styles ends */

/* Button styles start */

.theme-btn-ten{
    border-radius: 16px;
    padding: 14px 50px;
    font-size: 17px;
    background: var(--light-bg);
    color: var(--btn-dark) !important;
}

.theme-btn-eleven{
    background: var(--theme) !important;
}

.max-w-content{
    max-width: max-content;
}
/* Button styles end */

/* Common class custom style starts */

.sec-pad {
    padding: 80px 0;
}

/* Common class custom style ends */


/* Sidebar custom styles starts here */

.xs-sidebar-group .social-inner li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 12px;
}

.xs-sidebar-group .social-inner li a{
    color: var(--theme);
}

.xs-bg-black{
    background-color: black;
}

 
/* Sidebar custom styles ends here */

.pagination li a:hover, .pagination li a.current{
    background: var(--theme);
    border-color: var(--theme);
}

/* Header styles starts */
@media only screen and (max-width: 1200px){
    .menu-area .mobile-nav-toggler {
      display: block;
      padding: 10px;
    }
    
    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before{
      display: none !important;
    }
}

.mobile-menu .contact-info {
    position: relative;
    padding: 40px 30px 20px 30px;
  }

.header-style-two .main-menu .navigation > li > a:before{
    content: none;
}

.sticky-header .logo{
    max-width: 142px;
}

.header-style-two .main-menu .navigation > li.current > a, .header-style-two .main-menu .navigation > li:hover > a{
    color: var(--theme);
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover{
    color: var(--theme);
}

.header-style-two .nav-right .nav-btn:hover{
    color: var(--theme);
}


/* Header styles ends */

/* Marquee styles start */

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
  }
.marquee{
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 128s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
}

.marquee-container {
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    position: relative;
    width: 100%;
}

/* Exchange rate custom style start */

/* Exchange rate custom style end */


/* Marquee styles end */

/* Common background color style starts */
.bg-theme{
    background-color: var(--theme);
}
.text-theme{
    color: var(--theme) !important;
}
/* Common background color style ends */

/* Custom title style starts */

.sec-title-two span{
    background: var(--theme);
}

/* Custom title style starts */


/*Owl slider custom style starts */
.slider-two .banner-carousel .content-box{
    text-align: left;
}

/*Owl slider custom style ends */

/* Feature block custom style starts*/
@media only screen and (max-width: 991.91px){
    .feature-two .inner-container{
        padding-bottom: 0;
    }
    
    .feature-block-two .inner-box{
        min-height: 50px;
    }

    .feature-block-two .inner-box h4{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767.91px){
    .feature-two .inner-container{
        padding-bottom: 0;
    }
    
    .feature-block-two .inner-box{
        min-height: 0px;
        padding: 0;
    }

}
/* Feature block custom style starts*/

/* Who we are block custom style starts */

.service-block-two .inner-box .icon-box .icon-shape{
    left: -39px;
    top: -25px;
    width: 130px;
    height: 100px;
    background: var(--icon-bg);
    opacity: 0.1;
}

.service-block-two .inner-box .link a:hover{
    color: var(--theme);
}

.select-box .wide{
    background-color: var(--light-bg);
    border: inherit;
}

.forex-info-box{
    background-color: var(--light-bg);
    border-radius: 5px;
    font-size: 15px;
    color: #808080;
    padding: 11px 16px;
}

/* Who we are block custom style ends */

/* Why choose us block custom style starts */
.service-block-two .inner-box .link a i{
    font-size: 10px;
    top: 0;
}
/* Why choose us block custom style ends */

/* Subscription custom style starts */
.subscribe-one .form-inner .form-group button{
    /* background: var(--theme); */
}

.subscribe-one .pattern-layer .pattern-1{
    width: 522px !important;
    background-size: cover;
}

.subscribe-one .pattern-layer .pattern-2{
    background-size: cover;
    height: 112px;
    background-position: right;

}
/* Subscription custom style ends */

/* Footer custom styles starts */

footer .footer-logo, .mobile-menu .nav-logo img{
    max-width: 142px;
}

.footer-social li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.footer-social li a{
    color: var(--theme);
}

.footer-top-two .footer-menu li a:hover,
.footer-two .footer-widget-section a:hover{
    color: var(--theme) !important;
}

/* Footer custom styles ends */

/* Scroll to top custom style starts */

.scroll-to-top .scroll-bar-text{
    color: var(--theme);
}

/* Scroll to top custom style ends */

/* About us page custo style starts */

.about-us .icon-img img{
    width: 50px;
    color: var(--theme);
}

/* About us page custo style ends */

/*Our service  page custo style starts */

.services .inner-box .icon-box,
.services .inner-box .image-box{
    background: var(--theme);
}

.services .more-btn .theme-btn:hover:after{
    border-right: 2px solid var(--theme);
    border-top: 2px solid var(--theme);
  }

  .services .more-btn .theme-btn span:after,
  .service-block-12 .inner-box .lower-content .link a:hover,
  .service-block-12 .inner-box .lower-content h3 a:hover{
    color: var(--theme);
  }

/*Our service  page custo style starts */

.contactinfo-one .sec-title h5 {
    color: var(--theme);
}

.contactinfo-one .info-block-one .inner-box .icon-box {
    color: var(--theme);
}

/*Our service  page custo style ends */

/*info block custom style starts*/

@media only screen and (min-width: 992px){
    .info-block-one, .info-block-one .inner-box,
    .service-block-12 , .service-block-12  .inner-box {
        height: 100%;
    }
}

/*info block custom style ends*/

/* Transfer page custom styles starts */

.form-group input[type='number'],
.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='tel']{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    color: #808080;
    border-radius: 5px;
    padding: 10px 20px;
}

label.error{
    color: var(--theme);
    font-size: 12px;
    font-style: italic;
}

.content_block_six .content-box .form-group input:focus{
    border-color: var(--theme) !important;
}

.payment-type .icon-img img{
    max-width: 40px;
    width: 100%;
}

.content_block_six .content-box .tab-btns li:before{
    background: var(--theme);
}

.content_block_six .content-box .form-group input{
    border: 1px solid #f7f7f7;
}
/* Transfer page custom styles ends */

/* Global FootPrint page custom style starts */

.news-block-one .inner-box .image img{
    max-height: 130px;
    min-height: 130px;
    object-fit: cover;
}

.blog-grid-one .news-block-one .inner-box .image,
.news-block-one .inner-box{
    background: none;
}

.news-block-one .inner-box:hover .image img{
    opacity: 1;
    transform: scale(1);
}
/* Global FootPrint page custom style ends */

/* Table custom style starts  */

.table-section .table-responsive > .table-bordered {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.table-section .table th{
    font-weight: 500;
}

.table-section .table td{
    padding: 0.5rem 0.75rem;
}

.table-section .book-rate-link {
    color: var(--theme);
}
/* Table custom style ends  */

/* List style starts here */

.list-style-one li{
    width: 100%;
}
/* List style ends here */
.cta-two {
    background: #000000;
}
.cta-two .pattern-layer .pattern-1 {
    width: 699px;
}

.cta-two .pattern-layer .pattern-2 {
    background-position-y: 42%
}

.cta-two .inner-box{
    max-width: inherit;
}

.cta-two .inner-box .lower-content h3{
    color: white;
}

.cta-two .inner-box .lower-content p{
    color: white;
}

.feature-block-six .inner-box{
    background-color: none;
}