@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import "responsive.css";
@font-face {
    font-family:StillTime-Regular;
    src: url("../fonts/still_time/still time.ttf");
}
:root{
    --theme-primary-clr: lightblue;
    --theme-dark-ink-clr: #000;
    --theme-dark-clr: #0d0d0d;
    --theme-mediam-gray-clr: #f7f7f7;
    --theme-light-gray-clr: #f9f9fc;
    --theme-secondary-clr: #101d31;
    --theme-orange-clr : lightblue;
    --theme-tiny-clr : #17a2b8;
}
body{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.container-wd {
    max-width: 82%;
}
.page-content-wrapper{
    margin-top: 100px;
}
.section-light-bg{
    background-color: #f9f9fc;
}
.dropdown-menu{
    box-shadow: 11px 7px 28px -15px rgba(71, 71, 71, 0.69);
}
/* page header sticky */
#main_header{
    background-color: #FFF;
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 1s ease-in-out;
    z-index: 9999;
    box-shadow: 1px 0px 10px 4px rgba(0, 0, 0, 0.04);
}
.nav-up {
    top: -100% !important;
}
/* page header sticky end */
/* forms*/
.form-control {
    border-radius: 0!important;
}
/* hero jumber */
.revolution__slider__wrapper{
    position: relative;
}
.hero-jumber{
    background: #101d31;
    padding: 8px 10px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    margin-left: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 35px;
    box-shadow: 1px 1px 1px 1px #000;
}
.hero-jumber .jumber-circle{
    width: 8px;
    height: 8px;
    background: var(--theme-primary-clr);
    display: block;
    margin: 5px 0px;
    border-radius: 50%;
}
.hero-jumber .jumber-circle:first-child{
    margin-top: 0;
}
.hero-jumber .jumber-circle:last-child{
    margin-bottom: 0;
}
.jumber-circle.wave1{
    animation: wave1 2s infinite;
    animation-delay: 1s;
}
.jumber-circle.wave2{
    animation: wave2 2s infinite;
    animation-delay: 2s;
}
.jumber-circle.wave3{
    animation: wave3 2s infinite;
    animation-delay: 1s;
}
@keyframes wave1 {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes wave2 {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes wave3 {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
/* hero jumber end */
/*banner btn*/
.wprt-button:hover{
    background: #000;
    color: #fff;
}
/* main header */
/*container width*/
/* section style */
.section-block{
    padding: 40px 0;
}
/* flex */
.flex-center-justify-center{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: initial !important;
}
.head-btm{
    padding-bottom: 20px;
}
/* flex end*/
/*header sec*/
#main_header.main-header-wrapper .home-btn{
    background: #000;
    padding: 1px 5px;
    margin-bottom: 10px;
}
#main_header.main-header-wrapper .main-menu-wrapper ul{
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}
#main_header.main-header-wrapper .main-menu-wrapper ul li{
    padding: 0px 5px;
    list-style: none;
    position: relative;
}
#main_header.main-header-wrapper .main-menu-wrapper ul li.active a {
    background: var(--theme-primary-clr);
}
#main_header.main-header-wrapper .main-menu-wrapper ul li .dropdown-menu a.active{
    background: var(--theme-primary-clr);
}
#main_header.main-header-wrapper .main-menu-wrapper ul li .menus{
    margin: 0px;
    color: #000!important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 13px!important;
    text-decoration: none;
    transition: .4s;
}
#main_header.main-header-wrapper .main-menu-wrapper ul li .menus:hover{
    margin: 0px;
    background: #000!important;
    color: var(--theme-primary-clr)!important;
}
#main_header.main-header-wrapper .header-pd{
    padding:10px 0px;
    position: relative;
}
#main_header .navbar .logo{
    /*position: absolute;*/
    max-width: 110px;
    top: 5px;
    left: -15px;
}
#main_header.main-header-wrapper .header-contact-support-wrapper .header-support{
    max-width: 80px;
}
#main_header.main-header-wrapper .header-contact-support-wrapper .call-support{
    font-size: 14px;
    color: #242424;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: var(--theme-primary-clr);
    padding: 3px 22px;
    border-radius: 25px;
}
/*end header sec*/
/*footter*/
#main_footer.main-footer-wrapper .main-footer-bg{
    position: relative;
    width: 100%;
    background: #212121;
}
#main_footer.main-footer-wrapper .footer-sec {
    margin: 0;
}
#main_footer.main-footer-wrapper .footer-sec h3{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid var(--theme-primary-clr);
    width: 18%;
    padding-bottom: 8px;
}
#main_footer.main-footer-wrapper .footer-sec ul{
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}
#main_footer.main-footer-wrapper .footer-sec ul li{
    padding: 3px 0px;
    list-style-type: none;
    line-height: 22px;
}
#main_footer.main-footer-wrapper .footer-sec ul li .footer-link{
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
#main_footer.main-footer-wrapper .footer-sec ul li .footer-link:hover{
    color: var(--theme-primary-clr);
}
#main_footer.main-footer-wrapper .sec-2{
    text-align: right;
}
.footer-logo-gird{
    /*display: inline-grid;*/
}
#main_footer.main-footer-wrapper .footer-logo-gird img{
    width: 130px;
    border: 0px solid #fff;
    background-color: #FFF;
    margin:0 auto;
}
#main_footer.main-footer-wrapper .footer-bottom{
    position: relative;
    width: 100%;
    /*height: 68px;*/
    background: #000;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec{
    padding: 20px 0px;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec{
    color: #fff;
    font-size: 15px;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec p{
    margin: 0;
    padding-left: 17px;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec .company{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec .company:hover{
    color: var(--theme-primary-clr);
    text-decoration: none;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec .terms{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
#main_footer.main-footer-wrapper .footer-bottom .footer-bottom-sec .terms:hover{
    color: var(--theme-primary-clr);
}
/*learn more sec*/
#learn-more-sec.learn-bg{
    background: var(--theme-primary-clr);
}
#learn-more-sec.learn-bg .learn-txt{
    padding: 20px 0px;
    text-align: center;
}
#learn-more-sec.learn-bg .learn-txt p{
    font-size: 18px;
    color: #242424;
    margin: 0;
    font-weight: 500;
}
#learn-more-sec.learn-bg .learn-btn a{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    border: 2px solid #333;
    text-decoration: none;
    border-radius: 0px;
    padding: 8px 25px;
}
#learn-more-sec.learn-bg .learn-btn a:hover{
    color: #fff;
    border: 2px solid #000;
    background: #000;
}
/*money_exchange_rate sec*/
#money_exchange.money-exchange-bg {
    background: #f7f7f7;
}
#money_exchange.money-exchange-bg .money-main-head{
    padding-bottom:38px;
}
.money-watermark h2{
    font-size: 50px;
    text-align: center;
    /*  padding: 30px 0px;*/
    margin: 0;
    filter: Alpha(opacity=50);
    color: rgba(173, 172, 171, 0.09);
    text-transform: uppercase;
    font-weight: normal;
}
.money-head h3{
    font-size: 29px;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: -45px;
}
#money_exchange.money-exchange-bg .currency-bg{
    background: #ebebeb;
    -webkit-box-shadow: 17px 14px 28px -11px rgba(214,214,214,1);
    -moz-box-shadow: 17px 14px 28px -11px rgba(214,214,214,1);
    box-shadow: 11px 10px 28px -11px rgba(140, 140, 140, 0.41);
}
#money_exchange.money-exchange-bg .currency-bg .province{
    text-align: center;
    padding: 40px 0px;
}
.province1{
    padding: 0px;
}
#money_exchange.money-exchange-bg .currency-bg .province .select{
    text-align: left;
    font-size: 15px;
    color: #ebebeb;
    background: #101d31;
    padding: 1px 28px;
    padding: 7px 30px;
    border: 1px solid #808285;
    border-radius: 22px !important;
    -webkit-appearance: none;
    position: relative;
    -moz-apperance: none;
    -ms-apperance: none;
    -o-apperance: none;
    margin: 0 auto;
    max-width: 430px;
}
#money_exchange.money-exchange-bg .currency-bg .province .select .select-carot{
}
#money_exchange.money-exchange-bg .currency-bg .province .select span{
    float: right;
    font-size: 18px;
}
#money_exchange.money-exchange-bg .currency-bg .currency-details{
    background: #fff;
    -webkit-box-shadow: 17px 14px 28px -15px rgba(71,71,71,1);
    -moz-box-shadow: 17px 14px 28px -15px rgba(71,71,71,1);
    box-shadow: 11px 7px 28px -15px rgba(71, 71, 71, 0.69);
}
#money_exchange.money-exchange-bg .currency-bg .currency-details .currency-table{
    /*border-collapse: inherit;*/
}
#money_exchange.money-exchange-bg .currency-bg .currency-details .currency-table .buy{
    background: var(--theme-primary-clr);
    border:  var(--theme-primary-clr);
}
#money_exchange.money-exchange-bg .currency-bg .currency-details .currency-table th{
    font-size: 15px;
    color: #fff;
    padding: 7px;
    background: #101d31;
    text-align: center;
    text-transform: uppercase;
    border: #101d31;
}
#money_exchange.money-exchange-bg .currency-bg .currency-details .currency-table td{
    color: #0d0d0d;
    font-size: 15px;
    text-align: left;
    padding: 8px 24px;
    border: none;
    font-weight: 700;
}
#money_exchange.money-exchange-bg .currency-bg .converter{
    background: #fff;
    -webkit-box-shadow: 17px 14px 28px -15px rgba(71,71,71,1);
    -moz-box-shadow: 17px 14px 28px -15px rgba(71,71,71,1);
    box-shadow: 11px 7px 28px -15px rgba(71, 71, 71, 0.69);
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-table .converter-head{
    background: var(--theme-primary-clr);
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 7px;
    border:  var(--theme-primary-clr);
    text-transform: uppercase;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .arrow img{
    text-align: center;
    padding: 10px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .money{
    margin: 0;
    padding: 0;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .money .from-select{
    background: #ebebeb;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border: #ebebeb;
    border-radius: 0;
    padding: 12px;
}
.from-select i{
}
#money_exchange.money-exchange-bg .currency-bg .converter .money .from-select span{
    float: right;
    color: #000;
    font-size: 17px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .money .to-select{
    background: #ebebeb;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border: #ebebeb;
    border-radius: 0;
    padding: 12px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .money .to-select span{
    float: right;
    color: #000;
    font-size: 17px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .money .from-currency input{
    background: #ebebeb;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border: #ebebeb;
    border-radius: 0;
    padding: 12px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .money .to-currency input{
    background: #ebebeb;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    border: #ebebeb;
    border-radius: 0;
    padding: 12px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .convert-btn{
    width: 100%;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .convert-btn a{
    background: #101d31;
    border: #101d31;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .convert-btn a:hover{
    background: #000;
    border: #000;
    border-radius: 0;
    font-weight: 500;
    padding: 12px;
    color: #fff;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .transfer{
    margin-top: 25px;
    font-size: 15px;
}
#money_exchange.money-exchange-bg .currency-bg .converter .converter-details .transfer .locate{
    font-size: 14px;
    color: #f37121;
    text-decoration: underline;
    font-weight: 700;
}
#money_exchange.money-exchange-bg .money-exchange-date{
    text-align: center;
    padding: 0;
    font-size: 15px;
    padding: 20px 0px;
}
/*fastest way sec*/
#money_transfer.quick-transfer .quick-transfer-bg{
    background-image: url("../images/bg/money_exchange.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
    /*background: linear-gradient(
    rgba(255, 0, 0, 0.45),
    rgba(255, 0, 0, 0.45)
    );*/
}
#money_transfer.quick-transfer .quick-transfer-bg .money-transfer-details .money-transfer-sec{
    padding: 25px 0px;
    margin: 0;
    text-align: center;
    justify-content: center;
}
.quick-transfer{
    position: relative;
}
.overlayer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 20, 62, 0.6392156862745098);
    top: 0;
    left: 0;
}
#money_transfer.quick-transfer .quick-transfer-bg .money-transfer-details .transfer .head{
    font-size: 26px;
    margin: 0;
    color: #fff;
}
#money_transfer.quick-transfer .quick-transfer-bg .money-transfer-details .transfer .head span{
    font-size: 26px;
    font-family: 'Ledger', serif;
    font-weight: bold;
}
#money_transfer.quick-transfer .quick-transfer-bg .money-transfer-details .transfer .text-light{
    font-size: 15px;
    margin: 0;
}
/*offer_sec*/
#offer_sec.we-offer {
    width: 100%;
    position: relative;
}
#offer_sec.we-offer .offer-bg{
    background:url('../images/bg/money_exchange.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.offer-over-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 227, 227, 0.94);
    left: 0;
    min-height: 100%;
    max-height: 100%;
}
.over-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 20, 62, 0.6392156862745098);
    top: 0;
    left: 0;
    z-index: 1;
}
.we-offer .offer-items .overlay a{
    position: absolute;
    right: 7%;
    bottom: -5%;
}
#offer_sec.we-offer .offer-bg .offer-txt p{
    text-align: center;
    padding-bottom: 25px;
    margin: 0px;
    font-size: 15px;
}
#offer_sec.we-offer .offer-bg .offer-items {
    display: flex;
    /*background-color: #ccc;*/
}
.we-offer .offer-items .offer-sec{
    background-color: #fff;
    margin: 5px;
    padding: 15px;
    font-size: 30px;
    border-bottom: 6px solid var(--theme-primary-clr);
    max-width: 24%;
    transition: 0.3s top cubic-bezier(0.51, 0.01, 0.67, 0.53);
    overflow: hidden;
    box-shadow: 11px 7px 28px -15px rgba(71, 71, 71, 0.69);
}
.we-offer .offer-items .offer-sec:hover .overlay{
    top: 0;678
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec img{
    max-width: 80px;
    max-height: 60px;
    min-height: 56px;
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec h3{
    font-size: 17px;
    font-weight: 700;
    color: #0d0d0d;
    text-transform: uppercase;
    text-align: left;
    padding: 18px 0px;
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec p{
    font-size: 14px;
    color: #0d0d0d;
    line-height: 1.9;
    max-height: 78px;
    overflow: hidden;
    text-align: justify;
}
/*#news_blog.news-blogs-update{
width: 100%;
height: 896px;
}*/
.news-blogs-update .blog-head{
    float: left;
}
.news-blogs-update .blog-head-align{
    margin: 0;
    padding:0;
}
.news-blogs-update .blog-head .money-watermark{
    padding: 0;
    margin-top: -15px;
}
.news-blogs-update .blog-head .money-watermark h2{
    color: #fff;
}
.news-blogs-update .news-blog-details .blog-bg{
    background-color: #ededed;
    margin: 5px;
    padding: 10px;
    transition: .5s;
}
.news-blogs-update .news-blog-details .blog-bg:hover{
    -webkit-box-shadow: 24px 24px 32px -23px rgba(0,0,0,0.52);
    -moz-box-shadow: 24px 24px 32px -23px rgba(0,0,0,0.52);
    box-shadow: 5px 5px 20px 0px rgba(8, 0, 0, 0.34);
}
.date h1{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: var(--theme-primary-clr);
    text-align: center;
    min-width: 45px;
    margin-right: 5px;
    margin: 0px 15px 3px 0px;
}
.date span{
    font-size: 12px;
    background: #242424;
    min-width: 45px;
    text-align: center;
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-style: normal;
}
.blog-box .blog-text{
    vertical-align: top;
    overflow: hidden;
}
.blog-box .blog-text .blog-read-btn{
    font-size: 14px;
    color: #000;
    /*background: var(--theme-primary-clr);*/
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #000;
    text-decoration: none;
    transition: .5s;
    border-radius: 0px;
}
.blog-box .blog-text .blog-read-btn:hover{
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
/*.clearfix{
overflow: hidden;
}*/
/*news*/
.news-section a{
    text-decoration: none;
}
.news-blogs-update .news-blog-details .news-bg{
    background: #ededed;
    min-height: 410px;
    max-height: 410px;
    box-shadow: 2px 1px 20px -2px rgba(0, 0, 0, 0.10196078431372549);
    border: 1px solid #e8e8e8;
}
.news-blogs-update .news-blog-details .news-bg .news-details:hover{
    text-decoration: none;
}
.news-blogs-update .news-blog-details .news-bg .news{
    padding: 0px 20px;
    transition: .5s;
}
.news-blogs-update .news-blog-details .news-bg .news:hover{
    -webkit-box-shadow: 24px 24px 32px -23px rgba(0,0,0,0.52);
    -moz-box-shadow: 24px 24px 32px -23px rgba(0,0,0,0.52);
    box-shadow: 5px 5px 20px 0px rgba(8, 0, 0, 0.34);
}
.news-blogs-update .news-blog-details .news-bg .news .border-btm{
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 15px 0px;
}
.news-blogs-update .news-blog-details .news-pic{
    float: left;
    margin: 0px 15px;
}
.news-blogs-update .news-blog-details .news-pic img{
    border: 3px solid var(--theme-primary-clr);
}
.news-blogs-update .news-blog-details .news-text p{
    text-align: left;
    font-size: 14px;
    color: #0d0d0d;
    padding: 0px 15px;
}
.news-blogs-update .news-blog-details .news-text span{
    color: var(--theme-primary-clr);
    font-size: 15px;
    padding: 0px 15px;
    text-transform: capitalize;
}
.news-blogs-update .news-blog-details .news-text .news-read-btn{
    text-align: center;
    font-size: 14px;
    color: #000;
    background: var(--theme-primary-clr);
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 18px;
    border: 1px solid var(--theme-primary-clr);
    text-decoration: none;
    transition: .5s;
}
.news-blogs-update .news-blog-details .news-text .news-read-btn:hover{
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
/*join_us sec*/
#join_us.join-us-for .join-over-bg{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    left: 0;
}
#join_us.join-us-for .join-us-bg{
    background:url('../images/bg/white-social-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding:10px 0px;
}
#join_us.join-us-for .join-us-bg .money-watermark h2{
    color: rgba(99, 97, 92, 0.11);
}
#join_us.join-us-for .join-us-bg .money-head h3 {
    font-size: 29px;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
#join_us.join-us-for .join-us-bg .social{
    display: flex;
    justify-content: center;
}
#join_us.join-us-for .join-us-bg .social .social-sec{
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram{
    text-align: center;
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram .social-icon{
    width: 58px;
    height: 58px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid var(--theme-primary-clr);
    position: relative;
    transition: .5s;
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram .social-icon:hover{
    background: var(--theme-primary-clr);
}
#join_us.join-us-for .join-us-bg .social .social-sec a{
    text-decoration: none;
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram .social-icon i{
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram img{
    background: #fff;
    padding: 15px;
    border: 2px solid var(--theme-primary-clr);
    border-radius: 50%;
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram img:hover{
    background: var(--theme-primary-clr);
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram h5{
    font-size: 15px;
    color: #0d0d0d;
    padding: 12px 0px 3px 0px;
    text-transform: capitalize;
}
#join_us.join-us-for .join-us-bg .social .social-sec .telegram p{
    color: #7b7b7b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
/*offer*/
#offer_sec.we-offer .offer-bg .offer-items .offer-sec .overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: var(--theme-primary-clr);
    width: 100%;
    height: 100%;
    transition: 0.3s top cubic-bezier(0.51, 0.01, 0.67, 0.53);
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec .overlay .over-align{
    padding: 15px;
    height: 100%;
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec .overlay .over-align h3{
    color: #000;
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec .overlay .over-align p{
    color: #000;
    font-size: 14px;
    text-align: justify;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#offer_sec.we-offer .offer-bg .offer-items .offer-sec .overlay .over-align .right-arrow{
    width: 33px;
    height: 33px;
    float: right;
    padding: 0px;
}
/*blog internal page */
.blog-internal-bg{
    background: var(--theme-dark-ink-clr);
    border-bottom: 3px solid var(--theme-primary-clr);
}
.internal-head {
    padding: 0px 15px;
}
.internal-head .breadcrumb-title{
    background: var(--theme-dark-ink-clr);
    float: left;
    padding: 12px 0px;
    margin: 0;
}
.internal-head .breadcrumb-title li a{
    font-size: 15px;
    color: #ccc;
    text-transform: capitalize;
}
.internal-head .breadcrumb-title li a:hover{
    text-decoration: none;
}
.internal-head .breadcrumb-title .active{
    font-size: 15px;
    color: #ccc;
    text-transform: capitalize;
}
.internal-head .internal-title h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid var(--theme-primary-clr);
    /*width: 8%;*/
    padding-bottom: 8px;
    margin: 0px;
}
.single-blog-details{
    margin: 0;
}
.single-blog{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.single-blog h3{
    font-size: 30px;
    color: #0d0d0d;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 12px;
    line-height: 1.4;
}
.single-blog p{
    text-align: left;
    font-size: 14px;
    color: #0d0d0d;
    padding: 17px 0px;
    margin: 0;
    text-align: justify;
    width: 100%;
}
.single-blog .blog-main-txt{
    text-align: left;
    font-size: 14px;
    color: #0d0d0d;
    margin: 0;
    font-style: italic;
    font-weight: 700;
    text-align: justify;
}
.single-blog .single-blog-details{
    display: flex;
    padding-bottom: 25px;
}
.single-blog .single-blog-details .date{
    font-size: 14px;
    color: #636363;
    margin-right: 25px;
}
.news-tag {
    font-size: 14px;
    color: #e41c1c;
    text-transform: capitalize;
    margin-right: 25px;
}
.news-tag i{
    color: #000;
    padding: 0px 4px;
}
.single-blog .single-blog-details .comments{
    font-size: 14px;
    color: #e41c1c;
    text-transform: capitalize;
}
.single-blog .single-blog-details .comments i{
    color: #000;
    padding: 0px 4px;
}
.categories-head{
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    background: var(--theme-dark-ink-clr);
    padding: 14px 18px;
    color: #fff;
    margin: 15px 0px 5px 0px;
    font-weight: 600;
}
.categories-link{
    background: #e9eaec;
}
.categories-link{
    list-style-type: none;
    padding: 0px 18px;
}
.categories-link a{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.categories-link li{
    padding:15px 0px;
    border-bottom: 1px solid #fff;
}
.categories-link a:hover{
    color: #fdcf0a;
    text-decoration: none;
}
.our-offer-head{
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    background: #fdcf0a;
    padding: 14px 18px;
    color: #000;
    /*margin: 15px 0px 5px 0px;*/
    font-weight: 600;
}
/* BLOG STYLE */
.blog-box {
    background: #ededed;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 2px 1px 20px -2px rgba(0, 0, 0, 0.10196078431372549);
    border: 1px solid #e8e8e8;
}
.blog-title{
    font-size: 16px !important;
    font-weight: 600;
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify;
}
.blog-box .blog-text .blog-texture{
    font-size: 14px;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 67px;
    white-space: pre-line;
    min-height: 67px;
    text-align: justify;
}
/* BLOG STYLE END */
/* NEWS STYLE START */
.news-section .news-wrapper{
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.news-section .news-wrapper .news-imgs{
    max-width: 140px;
    min-height: 100px;
    float: left;
    margin-right: 15px;
    /*border: 3px solid var(--theme-primary-clr);*/
}
.news-section .news-wrapper .news-imgs img{
    max-height: 80px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-section .news-wrapper .news-content{
    font-size: 14px;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 69px;
    white-space: pre-line;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
    text-align: justify;
}
.date-box{
    color: #927c1c;
}
.date-box .month{
    font-size: 14px;
    padding:0px 5px;
}
.date-box .date{
    font-size: 14px;
}
.date-box .year{
    font-size: 14px;
}
/* NEWS STYLE END */
/*ALL BLOCK SEC START*/
.all-blog-bg{
    background: #fff!important;
    border: 0px;
}
.all-news-sec{
    display: flex;
}
.all-news-sec .blog-text a{
    margin: 0px!important;
}
.blog-text .all-blog-title {
    font-size: 17px !important;
    font-weight: 500;
    max-width: 100%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.blog-box .all-blog-btn{
    text-align: right;
}
.blog-box .all-blog-btn a{
    font-size: 14px;
    background: #fff;
    border: navajowhite;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
}
.blog-box .all-blog-btn a:hover{
    background: var(--theme-primary-clr);
}
.all-blog-imgs{
    height: 204px;
}
.all-blog-imgs img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.news-sec-date{
    background: #fff;
}
/*ALL BLOCK SEC END*/
/*ABOUT US SEC*/
/*ABOUT US SEC*/
.border-theme-primary{
    border-top: 4px solid var(--theme-primary-clr) !important;
}
.border-theme-secondary{
    border-top: 4px solid #1b0c46 !important;
}
.border-theme-third{
    border-top: 4px solid var(--theme-orange-clr) !important;
}
hr.tall {
    margin: 44px 0;
}
hr {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#DBDBDB), to(transparent));
    background-image: linear-gradient(to left, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
/*ABOUT US PAGE STYLE */
.about-sec .single-blog-details{
    margin: 0px 20px;
}
.page-title-style-1{
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.page-title-style-1:after{
    content: "";
    position: absolute;
    width: 95px;
    height: 5px;
    background-color: var(--theme-primary-clr);
    bottom: -15px;
    left: 0;
    border-radius: 10px;
}
.about-us-img {
    max-height: 285px;
    width: 100%;
    object-fit: cover;
    box-shadow: 3px 5px 16px -2px rgba(0, 0, 0, 0.3686274509803922);
}
ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
ul.history li {
    margin: 25px 0;
    padding: 0;
    clear: both;
}
ul.history li .thumb {
    background: transparent url("../images/bg/history-thumb.png") no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left;
}
ul.history li .thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px;
    object-fit: cover;
    object-position: right;
}
ul.history .featured-box {
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFF), color-stop(98%, #fcfcfc)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
ul.history li .featured-box {
    text-align: left;
    margin-left: 225px;
    margin-bottom: 50px;
    min-height: 115px;
}
ul.history .featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
    text-align: justify;
}
/* ABOUT US PAGE STYLE END */
/* CONTACT US PAGE STYLE */
.heading-theme-secondary{
    color: var(--theme-dark-ink-clr);
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons.list-icons-style-3 li {
    margin-bottom: 15px;
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li > .fas:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child, .list.list-icons.list-icons-style-3 li > .far:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .far:first-child, .list.list-icons.list-icons-style-3 li > .fal:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child, .list.list-icons.list-icons-style-3 li > .fab:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: var(--theme-primary-clr);
}
.list.list-icons.list-icons-style-3 li > .fa:first-child, .list.list-icons.list-icons-style-3 li > .fas:first-child, .list.list-icons.list-icons-style-3 li > .far:first-child, .list.list-icons.list-icons-style-3 li > .fab:first-child, .list.list-icons.list-icons-style-3 li > .fal:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .far:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    color: var(--theme-dark-ink-clr);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.3;
}
.btn-theme-secondary {
    background: var(--theme-dark-ink-clr);
    color: #FFF;
    border-radius: 0;
}
.decoration-none{
    text-decoration: none !important;
}
.text-theme-thrid{
    color: #f37121;
}
a.text-theme-thrid:hover{
    color: #f37121;
}
.contact-internal-details .single-blog-details{
    margin: 0px 15px;
}
/* CONTACT US PAGE STYLE END */
.about-internal-details .single-blog-details{
    margin: 0 0;
}
.single-blog-details .about-us{
    text-align: justify;
}
/* TERMS AND CONDITIONS STYLE */
.termsandcondition p, .termsandcondition ul li{
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.terms-title{
    width: 100%;
    background: #f3efe0;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 600;
    border: #ebe4cd 1px solid;
}
/* TERMS AND CONDITIONS STYLE END */
/* page top scroll */
.back-to-top.back-to-top--is-visible {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    height: 60px;
    width: 60px;
    position: fixed;
    z-index: 10;
    bottom: 16px;
    left: 16px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.85) url(../images/icons/icon-back-to-top.svg) no-repeat center center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    border: 2px;
    box-shadow: 1px 0px 7px 3px rgba(0, 0, 0, 0.12156862745098039);
}
/* page top scroll end */
/* mouse-down-indicator page down indicator */
.mouse-down-indicator {
    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 38px;
    height: 68px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgemouse-down-indicator 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgemouse-down-indicator 5s ease-out infinite;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    box-shadow: 1px 1px 14px 6px rgba(0, 0, 0, 0.27);
}
.mouse-down-indicator:before, .mouse-down-indicator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mouse-down-indicator:before {
    width: 32px;
    height: 60px;
    background-color: #222a30;
    border-radius: 100px;
}
.mouse-down-indicator:after {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}
@-webkit-keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #4e5559;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #4e5559;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #4e5559;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #4e5559;
    }
    90%,
    100% {
        background-color: #ffffff;
    }
}
@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}
@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    6% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    14% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    36% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    44% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
    66% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(5px);
        transform: scale(0.9) translateY(5px);
    }
    74% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(40px);
        transform: scale(0.4) translateY(40px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-20px);
        transform: scale(0.4) translateY(-20px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-20px);
        transform: scale(1) translateY(-20px);
    }
}
/* mouse-down-indicator page down indicator style end */
/*product service sec start*/
.product-sec .offer-bg{
    background: unset!important;
}
/* promotion page style */
.promotion-img {
    object-fit: cover;
    box-shadow: 3px 5px 16px -2px rgba(0, 0, 0, 0.3686274509803922);
    object-position: center;
    max-height: 285px;
    width: 100%;
    object-fit: cover;
    float: left;
}
.promotion-page .video-section .desktop-img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.circle-box{
    width: 45px;
    height: 45px;
    background-color: #CCC;
    border-radius: 50%;
}
.promotion-page .circle-box{
    float: left;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
}
.promotion-page .promotion-ideas h2{
    font-size: 16px;
}
.video-section .video-small{
}
/* promotion page style end */
/*product service sec start*/
.product-sec .offer-bg{
    background: unset!important;
}
.product-sec .offer-over-bg{
    background-color: unset!important;
}
/*careers sec start*/
.careers-details{
    /*padding: 15px 30px 10px 15px;*/
    position: relative;
    top: -1px;
    text-align: justify;
}
.careers-details .careers-head{
    font-weight: 500;
    position: relative;
}
.careers-imgs img{
    max-height: 252px;
    width: 100%;
    object-fit: cover;
    box-shadow: 3px 5px 16px -2px rgba(0, 0, 0, 0.3686274509803922);
}
.careers-details .careers-head:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 5px;
    background-color: var(--theme-primary-clr);
    left: 0;
    border-radius: 10px;
    bottom: -15px;
}
/* Branches page style*/
.btn-flat{
    border-radius: 0 !important;
}
.branches-selector-box{
}
.branches-box-wrapper .branch-box .card{
    height: 100%;
}
.branches-selector-box .branch-selector{
    max-width: 420px;
    margin: 0 auto;
}
.branch-box .card-header{
    font-size: 15px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
}
.text-d-align-center{
    display: block;
    text-align: center;
    text-transform: uppercase;
}
/* Branches page style end*/
/*blog and news share section*/
.entry-share {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.6rem;
}
.entry-share  h3{
    font-size: 20px;
}
.entry-share .social-icons {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.entry-share .social-icon.social-facebook {
    color: #fff;
    background-color: #3b5a9a;
}
.entry-share .social-icon.social-twitter {
    color: #fff;
    background-color: #1aa9e1;
}
.entry-share .social-icon.social-linkedin {
    color: #fff;
    background-color: #0073b2;
}
.entry-share .social-icon.social-gplus {
    color: #fff;
    background-color: #dd4b39;
}
.entry-share .social-icon.social-mail {
    color: #fff;
    background-color: #dd4b39;
}
.entry-share .social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    margin-right: 5px;
}
.entry-share .social-icons .social-icon:last-child{
    margin-right: 0 !important;
}
/* end of blog and news share section*/
.custom-select-picker{
    position: relative;
    display: block;
}
.custom-select-picker .caret-dwn{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-select-picker .selectpicker{
    -webkit-appearance: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
}
.money-exchange-section .custom-select-picker-default{
    position: relative;
    display: block;
    max-width: 420px;
    margin: 0 auto;
}
.money-exchange-section .custom-select-picker-default i{
    color: #FFF;
    z-index: 1;
    right: 20px;
}
.money-exchange-section .currency-bg .currency-details{
    padding:15px;
    height: 360px;
    max-height: 372px;
}
.money-exchange-section .converter{
    padding:15px;
}
.money-exchange-table-view{
    padding: 0 35px;
}
/*faq section start*/
.faq-details .faq-questions{
    font-weight: 700;
    padding: 10px;
}
.faq-details .faq-ans{
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.faq-details .all-questions{
    text-align: justify;
}
.faq-details .all-questions ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq-details .all-questions ul li a{
    font-size: 13px;
    color: #868282;
    margin-bottom: 15px !important;
    display: block;
    text-decoration: none;
    transition: .2s;
    text-align: justify;
}
.faq-details .all-questions ul li a:hover{
    color: var(--theme-dark-clr);
}
.footer-nav li.active a{
    color: var(--theme-primary-clr) !important;
}
/* share social bar */
.share-bar ul.sharing-providers{
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    margin-left: 15px;
}
.share-bar ul.sharing-providers li.facebook a{
    background-color: #3b5a9a;
}
.share-bar ul.sharing-providers li.twitter a{
    background-color: #1aa9e1;
}
.share-bar ul.sharing-providers li.linkedin a{
    background-color: #0073b2;
}
.share-bar ul.sharing-providers li.googleplus a{
    background-color: #dd4b39;
}
.share-bar ul.sharing-providers li.email a{
    background-color: #dd4b39;
}
.share-bar ul.sharing-providers li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    margin-right: 5px;
}
/* share social bar end */
.view-img{
    max-height: 240px;
    /*float: left;*/
    margin-right: 15px;
    margin-top: 20px;
}
.tp-caption{
    font-family: 'Ledger', serif;
}
/*converter style start*/
.converter-block .section-light-bg{
    background-color: #f9f9fc!important;
}
/*privacy-policy-section*/
.privacy-policy-wrapper .single-blog-details {
    text-align: justify;
}
/*footer section*/
#main_footer.main-footer-wrapper .footer-logo-gird span{
    color: #fff;
    font-size: 8px;
}
.logo-txt{
    margin-top: 0px;
    font-weight: bold;
}
/*news page*/
.news-pic{
    max-width: 100%;
    max-height: 400px;
}
.news-pic img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 400px;
}
/*footer download sec*/
.download{
    margin-top: 15px;
}
.download p{
    font-size: 15px;
    color: #fff;
}
.download a{
    font-size: 14px;
    color: #fff;
    min-width: 130px !important;
    max-width: 130px;
}
.download .btn{
    border: 1px solid #585757;
}
.download .btn:hover{
    border: 1px solid #585757;
    background: var(--theme-primary-clr);
    color: #000;
}
.download .btn:hover span{
    color: #000 !important;
}
.download span{
    font-size: 10px!important;
}
/*product and service sec*/
.more-offer{
    text-align: center;
    padding-top: 25px;
}
.more-offer a{
    font-size: 14px;
    color: #f37121;
    text-decoration: underline;
    font-weight: 700;
}

/*modal*/
.modal{
    z-index: 99999;
}
.modal .modal-dialog .modal-content{
    border-radius: 40px;
    overflow: hidden;
}
.modal .modal-header{
    border : 0px !important;
    padding: 0 !important;
}
.modal .modal-body{
}
.modal-dialog {
    max-width: 95%!important;
}
.modal-backdrop.show {
    opacity: 1;
    background-color: #FFF;
}
.offer-bg{
    background: unset;
}
.modal .modal-header{
    height: 150px;
    position: relative;
    background: #efefef;
}
.modal-header-bg{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom;
}
.modal .modal-header img{
    width: 100%;
    max-height: 100px;
}
.modal .modal-header .modal-title{
    position: absolute;
    margin-left: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.modal .modal-header .close{
    position: absolute;
    right: 30px;
    width: 50px;
    height: 50px;
    background: black;
    top: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #FFF;
    font-size: 45px;
}
.modal .we-offer .offer-over-bg{
    background-color: unset !important;
}
.modal .we-offer .offer-bg{
    background: unset !important;
}
.modal .modal-body .left-box{
}
.modal .modal-body .left-box img{
    max-width: 170px;
}
.modal .modal-body .left-box h2{
    font-weight: bold;
    margin-top: 15px;
    font-size: 20px;
}
.modal .modal-body .left-box p{
    font-size: 14px;
}
.modal .modal-body{
    background: #efefef;
}
.modal .modal-body {
    padding: 20px 20px 80px 20px;
}
.modal .we-offer .offer-items .offer-sec{
    max-width: 30%;
}
.modal .section-block{
    padding:  0 !important;
}


/*table fixed*/
.table-fixed {
    table-layout:fixed;
}
.table-fixed th, td {
    padding:5px 10px;
    border:1px solid #fff;
}
.table-fixed thead, .table-fixed tfoot {
    background:#f9f9f9;
    display:table;
    width:100%;
    width:calc(100% - 18px);
}
.table-fixed tbody {
    height:300px;
    overflow:auto;
    overflow-x:hidden;
    display:block;
    width:100%;
}
.table-fixed tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.table-fixed thead th,.table-fixed tbody td{
    width: 33.33%;
    text-align: center !important;

}
.mCSB_scrollTools .mCSB_draggerContainer{
    right: -10px !important;
}