.container {
    max-width: 1430px;
}

.header_top_menu {
    background: #1b346e;
    padding: 12px 0 12px;
    border-top: 3px solid #ff6b00;
    display: none !important;
}

.header_top_menu .col-lg-12 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 80px;
}

.header_top_gold_rate {
    display: flex;
    align-items: center;
}

.header_top_gold_rate .menu-title {
    flex: 0 0 auto;
    margin-right: 15px;
}

.gold-marquee {
    flex: 1;
    width: 100%;
}

.gold-marquee span {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.header_top_menu_icon {
    display: flex;
    align-items: center;
}

.menu-title {
    margin-right: 10px;
    display: inline-block;
}

.menu-title h6 {
    font-size: 15px;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}

.menu-title h6:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 8px;
    height: 2px;
    width: 35px;
    background: #ff6b00;
}

.header_top_menu_icon_inner {
    display: inline-block;
}

.header_top_menu_icon_inner ul li {
    display: inline-block;
    list-style: none;
}

.header_top_menu_icon_inner ul li a {
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}

li.menu-icon a {
    color: #e04b85 !important;
    display: inline-block;
}

/*================================
<--  finvent Nav Menu Area Css -->
==================================*/
.finvent_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 100px;
    margin-bottom: -88px;
}

.finvent_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: .5s;
    z-index: 9;
}

/* finvent Menu Css*/
nav.finvent_menu {
    text-align: right;
}

.finvent_menu ul {
    list-style: none;
    display: inline-block;
}

.finvent_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-right: 1px dashed #1b346e
}

.finvent_menu>ul>li:last-child {
    border-right: none;
}

.finvent_menu>ul>li>a {
    display: block;
    margin: 0px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    font-size: 18px;
}

nav.finvent_menu span {
    font-size: 16px;
    padding-left: 6px;
    font-family: FontAwesome;
}

.finvent_menu>ul>li>a:hover {
    color: #ff6b00;
}

/*menu button*/
.header-button {
    display: inline-block;
    padding-left: 32px;
}

.header-button a {
    padding: 12px 35px;
    color: #fff;
    background: #ff6b00;
    border-radius: 30px;
    display: inline-block;
    font-family: 'Fira Sans';
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #ff6b00;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

.style-two.finvent_nav_manu {
    background: #fff;
    transition: .5s;
    z-index: 2;
    position: relative;
    margin-bottom: -110px;
    border-top: 3px solid #ff6b00;
}

.style-two.sticky {
    background: #fff !important;
    box-shadow: none;
}

.row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.style-two nav.finvent_menu {
    text-align: right;
}

.style-two .finvent_menu>ul>li>a {
    color: #1b346e;
}

.style-two .header-button {
    padding-left: 18px;
}

.style-two .finvent_menu>ul>li>a:hover {
    color: #ff6b00;
}

/* Style Three */
.finvent_nav_manu.style-three {
    margin-bottom: 0;
}

.finvent_nav_manu.style-three.sticky {
    background: #fff !important;
}

/*** Sub Menu Style ***/
.finvent_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ff6b00;
    opacity: 0;
}

.finvent_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.finvent_menu ul .sub-menu li {
    position: relative;
}

.finvent_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #000 !important;
}

.finvent_menu ul .sub-menu li:hover>a,
.finvent_menu ul .sub-menu .sub-menu li:hover>a,
.finvent_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.finvent_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ff6b00;
    color: #fff !important;
}

/* sub menu 2 */
.finvent_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.finvent_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.finvent_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.finvent_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.finvent_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ff6b00;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 */
.finvent_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.finvent_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.finvent_menu li a:hover:before {
    width: 101%;
}

.finvent_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.finvent_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .finvent_menu li a {
    color: #fff;
}

.finvent_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.finvent_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
    padding: 10px 0;
}


.mobile-logo {
    position: relative;
    z-index: 999;
}

.mobile-logo img {
    width: 230px;
    position: absolute;
    top: 10px;
    left: 20px;
}

/*Sub menu style three*/
.finvent_nav_manu.style-three .finvent_menu>ul>li>a {
    color: #232323;
    font-weight: 500;
}

.finvent_nav_manu.style-three .header-button a {
    border-radius: 0;
    border: 1px solid #ff6b00;
}

.finvent_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}

.finvent_nav_manu.style-three .header-button a:hover {
    border: 1px solid #10102E;
}

/*
<!-- ============================================================== -->
<!-- Start finvent Slider Area Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(../images/slider/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 830px;
    z-index: 1;
    position: relative;
}

.slider2 {
    background: url(../images/slider/hero-bg2.jpg);
    background-size: cover;
    background-position: 35%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}

.slider-area-inner {
    height: 750px;
}

/*slider content*/

.slider-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 0 10px 56px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.slider-content {
    text-align: center;
}

.slider-content p {
    text-align: center;
}

.slider-content h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 40px;
    height: 2px;
    background: #ff6b00;
}

/* .slider-area::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.4;
} */

.slider-content h1 {
    font-size: 58px;
    color: #1b346e;
    line-height: 1;
    /* text-shadow: 1px 1px 4px #000; */
}

.slider-content span {
    color: #ff6b00;
}

.slider-content p {
    font-size: 17px;
    color: #B6B9C0;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.slider-thumb img {
    filter: brightness(.5);
}

@media screen and (min-width:992px) {
    .slider-thumb {
        padding-left: 3rem;
    }
}


/*slider button*/
.slider-button a {
    padding: 11px 20px 16px 30px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff6b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.slider-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #ff6b00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.slider-button a:hover {
    color: #ff6b00;
}

.slider-button a:hover:before {
    width: 100%;
    left: 0;
}

.slider-button a:hover i {
    background: #ff6b00;
    color: #fff;
}

/*video button*/
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px dashed #fff;
    border-radius: 50%;
    padding: 7px;
    transform: translate(-50%, -50%);
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #ff6b00;
    background: #fff;
    display: inline-block;
    font-size: 26px;
}

.style-two.video-icon {
    position: absolute;
    top: 80px;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 0;
}

.style-two.video-icon a {
    width: 48px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    font-size: 15px;
}


/*video*/
.style-three .upp.style-two.video-icon {
    position: absolute;
    top: 40px;
    right: 169px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 1;
}

.style-three .upp.style-two.style-two.video-icon a {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    font-size: 16px;
}

/*slider shape*/
.slider-shape-thumb {
    position: absolute;
    left: -30px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
    z-index: -1;
    opacity: .3;
}

.slider-shape-thumb2 {
    position: absolute;
    left: 0px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
    z-index: -1;
    opacity: .5;
}


/***slider two***/

/*slider content*/
.slider2 .slider-content h1 {
    font-size: 66px;
}

.slider2 .slider-content p {
    font-size: 25px;
    color: #000;
    /* max-inline-size: 40ch; */
    line-height: 30px;
    position: relative;
    z-index: 1;
    /* border-left: 3px solid #ff6b00; */
    padding-left: 1rem;
}


/*slider button2*/
.slider2 .slider-button a {
    padding: 13px 40px;
    display: inline-block;
}

.slider2 .slider-button a i {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 6px;
    width: inherit;
    height: inherit;
    background: inherit;
    color: #fff;
    transition: .5s;
}

.slider2 .slider-button a:hover i {
    background: #fff;
    color: #ff6b00;
}

/*slider shape*/
.slider-shape-thumb3 {
    position: absolute;
    left: -12px;
    top: 0;
    z-index: -1;
}

.slider-shape-thumb4 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    animation: moveLeftBounce 4s linear infinite;
}

.slider-shape-thumb5 {
    position: absolute;
    left: 85px;
    top: 310px;
    z-index: -1;
     opacity: 0.5;
}

.slider-shape-thumb6 {
    position: absolute;
    left: 40%;
    top: 18%;
}

.slider-shape-thumb7 {
    position: absolute;
    left: 165px;
    bottom: 101px;
     opacity: 0.5;
}

.slider-shape-thumb8 {
    position: absolute;
    left: 46%;
    top: 18%;
}

.slider-shape-thumb9 {
    position: absolute;
    left: 49%;
    bottom: 7%;
    z-index: -1;
}




/**
======================================================
<--  finvent Section Title Css -->
======================================================**/

.banner-area {
    background: url(../images/slider/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
}

.banner-area.style-two {
    background: url(../images/slider/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
}

.banner-content h3 {
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 23px 10px 82px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 22px;
}

.banner-content h3::before {
    position: absolute;
    content: "";
    left: 22px;
    top: 19px;
    height: 2px;
    width: 45px;
    background: #ff6b00;
}

.banner-content h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.banner-content p {
    color: #fff;
    font-size: 24px;
    padding: 30px 0 24px;
}

.banner-button a {
    display: inline-block;
    background: #ff6b00;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}

.banner-button a:hover:before {
    transform: scale(1);
}

.banner-year-thumb {
    position: absolute;
    right: -158px;
    top: -25px;
}

.banner-list .owl-dots {
    text-align: center;
    padding: 18px 0 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}



/**
======================================================
<--  finvent Section Title Css -->
======================================================**/
.finvent-section-title h2 {
    font-size: 36px;
    margin: 0;
}

.finvent-section-title span {
    color: #ff6b00;
}

.finvent-section-title p {
    opacity: 70%;
    padding: 13px 0 0;
}

/*style two*/
.finvent-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ff6b00;
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
}

.finvent-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: #ff6b00;
}

.about-area .upper.finvent-section-title h5 {
    margin-left: 60px;
}

/*center before after*/
.upper.finvent-section-title h5 {
    left: 0px;
    margin-left: 0;
}

.upper.finvent-section-title h5::before {
    position: absolute;
    content: "";
    top: 10px;
    left: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #ff6b00;
}

.upper.finvent-section-title h5:after {
    position: absolute;
    content: "";
    top: 10px;
    right: -55px;
    margin: auto;
    height: 2px;
    width: 41px;
    background: #ff6b00;
}

/**
======================================================
<--  finvent Service Area css -->
======================================================**/
.service-area {
    background: url(../images/resource/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 70px;
}

/*service box*/
.dreamit-service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dreamit-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.em-service-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #ff6b00;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
}

.em-service-icon img {
    transition: .5s;
}

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.em-service-text p {
    transition: .5s;
}

/*finvent box button*/

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #1b346e;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b346e;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.service-button a i {
    font-size: 18px;
    color: #ff6b00;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}

/*finvent button*/
.finvent-button a {
    padding: 10px 14px 15px 42px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff6b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.finvent-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.finvent-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #ff6b00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.finvent-button a:hover {
    color: #ff6b00;
}

.finvent-button a:hover:before {
    width: 100%;
    left: 0;
}

.finvent-button a:hover i {
    background: #ff6b00;
    color: #fff;
}

/*all hover*/
.dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
    color: #fff;
}

.dreamit-service-box:hover .em-service-text p {
    color: #fff;
}

.dreamit-service-box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.dreamit-service-box:hover .em-service-icon {
    background: #ff6b00;
}

.dreamit-service-box:hover .service-button a:before {
    transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
    color: #fff;
}

.dreamit-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


/*style two upper*/
.upper .row.serivce-bg {
    position: relative;
    z-index: 1;
    top: 0;
    margin-top: -130px;
}

/**Service style three**/
.style-three.service-area {
    background: url(../images/resource/service-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 40px;
    position: relative;
    z-index: 1;
}

.style-three.service-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b346e;
    opacity: 0.9;
}

.style-three .dreamit-service-box {
    padding: 36px 15px 30px;
    background-color: #fff;
    border: 0;
    border-radius: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.services-area-inner .dreamit-service-box {
    background-color: #fd791e5e;
}

.style-three .dreamit-service-box::before {
    background: url(../images/resource/box-bg3-3.png);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}


.style-three .em-service-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    height: 60px;
    width: 60px;
    background: #f6f5f5;
    border-radius: 100%;
    z-index: -1;
    transition: .5s;
}

.em-service-icon1 img {
    transition: .5s;
}

.style-three .em-service-title h3 {
    margin: 10px 0 20px;
    font-size: 22px;
    font-weight: 600;
    transition: .5s;
}

/*service bar*/
.style-three .service-bar {
    background: #ff6b00;
    height: 2px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: 0 auto 19px;
    transition: .5s;
}

.style-three .service-bar:before {
    height: 2px;
    transition: .5s;
}

/*serivce button*/
.style-three .service-button a {
    padding: 10px 22px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 30px;
    background-color: #f6f5f5;
    border: 0;
}


/*service all hover*/
.style-three .dreamit-service-box:hover .em-service-icon1 img {
    filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
    background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
    background: #FF784E;
}

.style-three .dreamit-service-box:hover .service-bar:before {
    background: #ff6b00;
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
    color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
    color: #fff;
    border: 0;
}

/*service shape */
.service-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.service-shape1 {
    position: absolute;
    left: 35px;
    bottom: -190px;
}


/* Service New Style */
.service-area.new-style {
    background: #fff;
}

.service-area.new-style .single-service-box {
    border: 1px dashed #CCCCCC;
    padding: 10px;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
    width: 100%;
}

.service-area.new-style .service-content {
    padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
    font-size: 22px;
}

.service-area.new-style .service-content p {
    padding-top: 12px;
}

.service-area.new-style .service-content a {
    color: #232323;
    font-weight: 600;
    font-size: 15px;
    padding-left: 38px;
    position: relative;
    transition: .5s;
}

.service-area.new-style .service-content a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 2px;
    width: 30px;
    background: #ff6b00;
}

.service-area.new-style .single-service-box:hover {
    border-color: #ff6b00;
}

.service-area.new-style .service-content a:hover {
    color: #ff6b00;
}






/**
======================================================
<--  finvent Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 100px 0 70px;
}

.service-detials-area .finvent-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 20px 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #ff6b00;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #ff6b00;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ff6b00;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ff6b00;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #ff6b00;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #ff6b00;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #ff6b00;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../images/resource/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #ff6b00;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}

/**
======================================================
<--  finvent About Area Css -->
======================================================**/
.about-area {
    background: url(../images/about/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 80px;
    background-size: cover;
    position: relative;
}

.about-area .dreamit-about-thumb {
    margin: 0px 0 0 -128px;
    position: relative;
    z-index: 1;
}

.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 2px 0 10px;
    font-style: italic;
}

.dreamit-icon-title h4 span {
    color: #ff6b00;
}

.dreamit-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #ff6b00;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}

.dreamit-icon-list ul li span {
    color: #fff;
}

.feature-area.style-two .dreamit-icon-list ul li i {
    line-height: 22px;
}

/* Feature Area New Style */

.feature-area.new-style {
    background: #ff6b00;
    padding: 40px 0 26px;
}

.single-feature {
    margin-bottom: 30px;
}

.feature-area.new-style .single-feature-icon {
    margin-top: 6px;
    float: left;
    margin-right: 24px;
}

.feature-area.new-style .single-feature-content h3 {
    font-size: 22px;
    color: #fff;
    padding-left: 170px;
    position: relative;
    font-weight: 600;
}

.feature-area.new-style .single-feature-content h3:before {
    position: absolute;
    content: "";
    left: 85px;
    top: 13px;
    height: 1px;
    width: 65px;
    background: #fff;
}

.feature-area.new-style .single-feature-content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}


/*about button*/
.about-button a {
    padding: 10px 20px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff6b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.about-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #ff6b00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.about-button a:hover {
    color: #ff6b00;
}

.about-button a:hover:before {
    width: 100%;
    left: 0;
}

.about-button a:hover i {
    background: #ff6b00;
    color: #fff;
}

/*about shape*/
.about-shape-thumb1 {
    position: absolute;
    left: -61px;
    bottom: -102px;
    z-index: -1;
}

.about-shape-thumb2 {
    position: absolute;
    right: 72px;
    top: -111px;
}

/***About style two***/

.ceo-cod-area {
    background: url(../images/about/ceo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 65px;
}

p.about-text {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #232323 !important;
    line-height: 32px;
    font-style: italic;
    opacity: inherit;
    margin-bottom: 12px;
}

p.about-text2 {
    opacity: inherit;
    padding: 0;
}

/*dreamit ceo box*/
.dreamit-ceo-title h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Fira Sans';
    padding: 8px 0 0 32px;
    position: relative;
    z-index: 1;
}

.dreamit-ceo-title h4:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 18px;
    width: 22px;
    border: 1px solid #ff6b00;
}

.dreamit-ceo-title span {
    font-size: 15px;
    padding: 7px 0 0;
    display: inline-block;
}

/*about button*/
.style-two.about-area .about-button a {
    margin-top: 28px;
}

/*about thumb*/
.dreamit-about-thumb1 {
    margin-left: 64px;
}

.about-shape-box {
    position: relative;
    z-index: 1;
}

.about-shape-thumb img {
    position: absolute;
    top: -280px;
    left: 26px;
}

/*<--About Area Style Three-->*/
.style-three.about-area {
    background: #fff;
    padding: 60px 0 50px;
}

/*upper style*/
.upper.style-three.about-area {
    padding: 90px 0 90px;
}

/*upper end*/
p.about-text1 {
    opacity: inherit;
    padding: 10px 0 0;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
}

/*about thumb*/
.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 -40px;
}

.style-three.msg-area-inner .dreamit-about-thumb {
    margin: 0;
}

.msg-area-inner .about-inner-details {
    padding-bottom: 10px;
    border-bottom: 4px solid #ff6b00;
}

.md-info {
    margin-top: 20px;
    text-align: center;
}

.md-info h3 {
    font-size: 18px;
}

.md-info p {
    font-size: 15px;
    color: #ff6b00;
    margin-bottom: 0;
}

.style-three.msg-area-inner .dreamit-about-thumb img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.style-three .dreamit-icon-list ul li {
    padding: 12px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
    color: #232323;
    font-family: 'Fira Sans';
}

.style-three .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff6b00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*about syle two*/
.style-three .about-button a {
    padding: 10px 20px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #ff6b00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
}

.style-three .about-button a i {
    font-size: 19px;
    width: 0;
    height: 0;
    line-height: 0;
    color: #fff;
    margin-left: 22px;
    top: 2px;
    left: -24px;
}

.style-three .about-button a:hover {
    color: #ff6b00;
}

.style-three .about-button a:hover i {
    color: #ff6b00;
}



/*about shape two*/
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 27px;
    top: 0px;
    z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
    padding: 88px 0 82px;
    background: url(../images/resource/why-choose-bg.png);
}

.upper1.style-three.about-area .dreamit-about-thumb {
    margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}

/* Abpit New Style */
.about-area.new-style {
    background: url(../images/about/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .about-thumb img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: #ff6b00;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}


/***
======================================================
<--  finvent Counter Area Css -->
======================================================***/
.counter-vip {
    padding: 85px 0 0;
}

.couter-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.couter-top-title h3:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-title span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    color: #ff6b00;
}

.counter-title p {
    color: #9D9EA6;
}

/***
======================================================
<--  finvent Case Study Area Css -->
======================================================***/
/*==============================
      NEWS & EVENTS
===============================*/

.news-area {
    padding: 30px 0;
    background: #fff;
}

.news-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
    margin-bottom: 30px;
}

.news-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
}

.news-thumb {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.news-box:hover .news-thumb img {
    transform: scale(1.08);
}

.news-date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    background: #ff6b00;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    padding-top: 8px;
    line-height: 20px;
}

.news-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.news-content {
    padding: 28px;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #777;
}

.news-meta i {
    color: #ff6b00;
    margin-right: 5px;
}

.news-content h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 15px;
}

.news-content h3 a {
    color: #10102E;
    transition: .3s;
}

.news-content h3 a:hover {
    color: #ff6b00;
}

.news-content p {
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.read-btn {
    color: #ff6b00;
    font-weight: 600;
    transition: .3s;
}

.read-btn i {
    margin-left: 5px;
    transition: .3s;
}

.read-btn:hover {
    color: #10102E;
}

.read-btn:hover i {
    margin-left: 10px;
}

@media(max-width:991px) {

    .news-thumb {
        height: 220px;
    }

}

@media(max-width:767px) {

    .news-content {
        padding: 22px;
    }

    .news-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .news-thumb {
        height: 200px;
    }

    .news-meta {
        flex-direction: column;
        gap: 5px;
    }

}

.message-area {
    padding: 50px 0 40px;
}

.message-area .about-button {
    text-align: right;
}

.md-message-box {
    display: flex;
    gap: 30px;
    align-items: center;
    background: #fff;
    padding: 30px 30px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    position: relative;
    border-left: 2px solid #10102E;
}

.md-left {
    /* width: 260px; */
    flex-shrink: 0;
    text-align: center;
}

.md-image {
    /*width: 180px;*/
    /*height: 180px;*/
    margin: auto;
    /* border-radius: 50%; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.md-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.md-left h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.md-left span {
    color: #ff6600;
    font-weight: 600;
}

.md-content {
    flex: 1;
    position: relative;
}

.md-content h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.md-content p {
    line-height: 2;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

.quote {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 80px;
    color: #ff6600;
    opacity: .08;
}

.theme-btn {
    display: inline-block;
    margin-top: 10px;
    color: #ff6600;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
}

.theme-btn:hover {
    color: #000;
}


/***
======================================================
<--  finvent Testimonial Area Css -->
======================================================***/
.testimonial-area {
    background: url(../images/resource/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 40px;
    position: relative;
    z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../images/resource/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../images/resource/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.quote-title p {
    color: #ff6b00;
    transition: .5s;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
    text-align: justify;
    line-height: 30px;
}

.em-testi-start-icon i {
    color: #ff6b00;
    transition: .5s;
    display: inline-block;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
}

.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .owl-dot {
    width: 19px;
    height: 5px;
    border-radius: 2px;
    background-color: #131323;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #ff6b00;
    display: inline-block;
    position: relative;
    top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
    background: url(../images/resource/testi-bg.jpg);
}

.testimonial-icon-thumb {
    float: left;
}

.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}

.testimonial-ratting i {
    color: #ff6b00;
    font-size: 13px;
}

.testimonial-text {
    padding: 25px 19px 10px 0;
}

.testimonial-title {
    border-top: 1px solid#E5E5E7;
    padding-top: 15px;
}

.testimonial-title h2 {
    font-size: 22px;
}

.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}

.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: #f00;
}




/***
==================================================
<-- finvent Brand Section Css -->
==================================================***/

.brand-section {
    padding: 50px 0 50px;
}

.single-brand img {
    width: 100%;
}

/*style two*/

.upper1.brand-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.srv-page {
    padding: 50px 0 50px;
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.new-style {
    background: #ff6b00;
    padding: 60px 0 60px;
}

/***
==================================================
<-- finvent Call Do Section Css -->
==================================================***/
.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../images/resource/cda1.jpg) no-repeat center/cover;
    padding: 100px 0 115px;
}

.call-do-action-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
    padding: 15px 0 0;
}

/*button*/
.btn-common a {
    color: #fff;
    font-size: 17px;
    background: #ff6b00;
    padding: 14px 31px;
    border: 1px solid #ff6b00;
    border-radius: 5px;
    transition: .5s;
    text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: #ff6b00;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #ff6b00;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

/***
==================================================
<-- finvent Form Box Css -->
==================================================***/
.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #ff6b00;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #ff6b00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #ff6b00;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: #ff6b00;
}

.quote_button button:hover i {
    color: #fff;
}

/***
======================================================
<-- finvent Brand Area Css -->
======================================================***/
.dreamits-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 44px;
}

.dreamits-top-title h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}


/***
======================================================
<--  finvent Skill Area Css -->
======================================================***/
.skill-area {
    background: url(../images/resource/skill-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.skill-area.style-two {
    background: url(../images/resource/skill-bg2.jpg);
}

.call-do-action-area {
    background: url(../images/resource/call-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

p.slill-text {
    padding: 12px 0 0;
    color: #fff;
    opacity: 67%;
}

/*skill right thumb*/
.slill-single-thumb {
    position: relative;
    z-index: 1;
}

.skill-thumb-content {
    position: absolute;
    bottom: 0;
    left: 50px;
    background-color: rgba(255, 60, 0, 0.74556944);
    padding: 26px 35px 28px 30px;
    border-radius: 0px 319px 0 0;
}

.skill-title h3 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
}

.skill-title span {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Fira Sans';
    color: #fff;
}

.skill-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

/*skill thumb*/
.skill-shape img {
    position: absolute;
    left: 240px;
    bottom: 120px;
}

.skill-shape1.bounce-animate2 {
    position: absolute;
    right: -67%;
    top: -45%;
}


/***
======================================================
<--  finvent footer Area Css -->
======================================================***/
.footer-middle {
    background: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
    background-position: center center;
}

.footer-bg {
    padding: 85px 0 100px;
    position: relative;
}

.style-two .footer-bg {
    padding: 40px 0 10px;
}

/*widget title*/
h4.widget-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 42px;
    background: #ff6b00;
    width: 50px;
    height: 2px;
    transition: .5s;
}

.company-info-desc p {
    color: #fff;
    padding: 15px 0 14px;
    opacity: .6;
}

/*social icon*/
.follow-company-icon a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #187DFF;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #11112E;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
}

a.social-icon-color1 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #219ff9;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color2 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color3 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #F70102;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    ;
    margin-right: 8px;
}

/*footer menu*/
.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

ul.footer-menu li a {
    font-family: 'Fira Sans';
    color: #fff;
    transition: .5s;
}

/*footer all hover*/
ul.footer-menu li a:hover {
    color: #ff6b00;
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.recent-post-text a:hover {
    color: #ff6b00;
}

/**footer bottom area**/
.footer-bottom-area {
    background: #11112E;
    padding: 10px 0;
}

a.logo_thumb img {
    width: 28%;
}

.footer-bottom-content {
    text-align: center;
    padding: 0px 0 0;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 0px;
}

.footer-middle.new-style .footer-bottom-content-copy p {
    opacity: .7;
}

.footer-bottom-content-copy span {
    color: #ff6b00;
}

/**footer shape**/
.footer-thumb img {
    position: absolute;
    right: -225px;
    top: 106px;
    animation: moveLeftBounce 4s linear infinite;
}

.footer-thumb1.bounce-animate2 {
    position: absolute;
    left: -324px;
    top: -198px;
}

/**footer area style two**/
.style-two.footer-middle {
    /* background: url(../images/resource/footer-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.style-two .footer-bottom-area {
    background: transparent;
    border-top: 1px solid #626065;
}


.recent-post-thumb1 {
    float: left;
    margin-right: 8px;
    margin-top: 15px;
}

.recent-post-thumb {
    margin-top: 15px;
    display: inline-block;
}

/*style upper*/
.upper.style-two.footer-middle {
    padding: 0 0 0px;
}

/* Footer New Style */

.footer-middle.new-style {
    background: #050a1e;
}

.footer-middle.new-style .footer-new-logo {
    margin-bottom: 30px;
}

.footer-middle.new-style .widget.widget-nav-menu.one {
    padding-left: 30px;
}

.footer-middle.new-style ul.footer-menu li a {
    opacity: .7;
}

.footer-middle.new-style .widget-location h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 12px 0 12px;
}

.footer-middle.new-style .widget-location span {
    color: #fff;
    opacity: .7;
}

.footer-middle.new-style .footer-bottom-content {
    text-align: left;
}

.footer-middle.new-style .footer-bottom-menu ul li {
    list-style: none;
    display: inline-block;
}

.footer-middle.new-style .footer-bottom-menu ul {
    text-align: right;
}

.footer-middle.new-style .footer-bottom-menu ul li a {
    color: #fff;
    opacity: 0.7;
    margin-left: 25px;
}

.footer-middle.new-style .footer-bottom-menu ul li a:hover {
    color: #ff6b00;
}


/***
======================================================
<--  finvent Lines CSS -->
======================================================***/
.lines .line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ff6b00;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*style two*/
.style-two.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ff6b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.style-two.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(538px);
        transform: translateX(538px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/** style three **/
.style-three.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ff6b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

/*style four*/
.style-four.lines {
    position: absolute;
    top: 54px;
    left: 48px;
    right: 0;
}

.style-four.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    top: 105px;
    left: 24%;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-four.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #ff6b00;
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/**====================================================
<-- finvent Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Fira Sans';
}

.barfiller {
    width: 100%;
    height: 4px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
    background-color: #fff;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #ff6b00 !important;
    border-radius: 5px;
}

/*
<!-- ============================================================== -->
<!-- finvent Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 99;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #ff6b00;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*
<!-- ============================================================== -->
<!-- finvent Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- finvent Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*--==============================================->
<!-- finvent Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../images/resource/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #ff6b00;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}

/*breadcumb shape*/
.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff6b00;
    width: 32%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
    color: #fff;
}

/*====================================================
--< finvent abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 130px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #FF3A00;
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}

/*about inner all hover*/
.abouts_titles h3:hover {
    background: #10102E;
}

/*====================================================
<-- finvent Feture-Area Css -->
======================================================*/

.feature-area {
    background: #fff;
    padding: 0 0 50px;
}

.row.feature-bg {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

.single-feature-box {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #ff6b00;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}

.single-feature-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-bg2.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
}

.feature-box-inner {
    transition: .4s;
}

.feature-title h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}

.feature-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.feature-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}

.feature-text p {
    margin: 0 0 35px;
    line-height: 25px;
}

/*serivece ber*/
.feature-bar {
    background: #ff6b00;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
}

.feature-bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}

/*feature back title*/
.finvent-feature-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
    transition: .5s;
}

.feature-back-title h3 {
    color: #ff6b00;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin: 0 0 0;
    position: relative;
    left: 40px;
}

.feature-back-title h3:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #ff6b00;
}

.feature-back-title h2 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.feature-back-icon a {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #ff6b00;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
}

/*service all hover*/
.single-feature-box:hover .feature-box-inner {
    opacity: 0;
}

.single-feature-box:hover .finvent-feature-back {
    transform: perspective(500px)rotateX(0deg);
}

.single-feature-box:hover .feature-content-back {
    opacity: 0;
}

.single-feature-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.single-feature-box:hover .feature-icon1 img {
    opacity: 0;
}

.single-feature-box:hover .feature-icon1:after {
    opacity: 0;
}

/*feature shape*/
.feature-shape {
    position: absolute;
    right: -220px;
    bottom: -160px;
}

.style-two.feature-area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 100px;
}

.style-two .dreamit-icon-list ul li span {
    color: #686868;
}

/*tabe*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.tab {
    padding-top: 50px;
    position: relative;
    left: 10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li a {
    background-color: #10102E;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 5px 26px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #ff6b00;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tabs_item img {
    width: 210px;
    float: left;
    margin-right: 12px;
}

li.current a {
    background: #ff6b00 !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: #ff6b00;
    font-size: 15px;
}

.feture-area .dreamit-icon-list ul li span {
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
}

.feture-area .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff6b00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/* iner counter */
.counter-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/*========================================
<-- finvent Pricing Section Css -->
==========================================*/
.pricing-section {
    padding: 95px 0 70px;
    background: url(../images/resource/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #ff6b00;
}

.pricing-single-items.style-2 {
    background: #ff6b00;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: #ff6b00
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #ff6b00;
    border-color: #fff;
}

/*=============================================
<-- finvent Web Development Section CSS
===============================================*/
.web-dev-section {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.web-dev-thumb-section img {
    width: 100%;
}

.web-dev-single-content {
    margin-bottom: 30px;
}

.content-position {
    font-size: 18px;
    color: #ff6b00;
    font-weight: 600;
    font-family: 'Fira Sans';
}

.content-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 5px 0 10px 0;
    font-family: 'Fira Sans';
}

.content-text {
    padding: 0 10px 0 0;
}

/*Feature Content*/
.feature-content-section {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
    font-size: 40px;
    margin-right: 30px;
    color: #ff6b00;
}

.feature-content-section .content-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    padding: 0px 0 4px;
}

.feature-content-section .single-content {
    border: 1px solid #e6e6e6;
    padding: 25px 15px;
    transition: .5s;
    margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

/*===================================
<-- finvent Contact  US Css -->
=====================================*/
.contact-us {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff6b00;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #10102E;
    padding: 21px 0;
}


.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}


/*categories*/
.widget-title {
    margin-bottom: 45px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff6b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ff6b00;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}



element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}



.map-section {
    position: relative;
    margin-bottom: -7px;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ff6b00;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

/*===========================
<-- finvent Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #ff6b00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #000;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.footer-middle {
    background: #1b346e;
    color: #fff;
}

.footer-bg {
    padding: 70px 0 40px;
}

.widget-title {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 50px;
}

.widget h6 {
    color: #ff6b00;
}

.widget button {
    font-size: 15px;
    padding: 5px 10px;
}

.btn-danger {
    border: 1px solid #fff;
    background-color: #ff6b00;
}

.btn-danger:hover {
    color: #ff6b00;
    background-color: #fff;
}

.gap-20px {
    gap: 20px;
}

.footer-middle a {
    color: #ff6b00;
    font-size: 16px;
    text-decoration: none;
}

.footer-middle a:hover {
    color: #fff;
}

.footer-middle .form-control {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.footer-middle .form-control::placeholder {
    color: #aaa;
}

.footer-links {
    padding-top: 30px;
}


.footer-links a {
    font-size: 15px;
    color: #ddd;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #fff;
}

.footer-links .border-right {
    border-right: none !important;
    padding-right: 0;
}

.footer-bottom-area {
    background: #000;
    padding: 8px 0;
}

.footer-bottom-area p {
    color: #ccc;
    font-size: 15px;
}

.footer-bottom-area i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #ff6200;
    color: #fff;
    display: inline-block;
    transition: .3s;
}

.footer-bottom-area i:hover {
    background: #fff;
    color: #ff6200;
}

.banner-area {
    background-image: url('../images/resource/banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px 0;
}

.banner-area::before {
    content: '';
    background-color: #000;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}

.banner-caption {
    text-align: center;
    position: relative;
    z-index: 0;
}

.banner-area .banner-caption h1 {
    color: #ff6b00;
    font-size: 55px;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px #000;

}

.banner-area .banner-caption p {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
}

.single-quote-icon {
    display: flex;
}

.single-quote-icon img {
    width: 50px;
    height: 50px;
}

.fixed-social-icons {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99;
}

.fixed-social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.fixed-social-icons .facebook {
    background: #0766ff;
}

.fixed-social-icons .instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.fixed-social-icons .twitter {
    background: #000;
}

.fixed-social-icons .linkedin {
    background: #0073b2;
}

.fixed-social-icons a:hover {
    transform: translateX(-5px) scale(1.1);
}

.floating-whatsapp {
    position: fixed;
    right: 120px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    z-index: 9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
    z-index: 1;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.floating-whatsapp i {
    position: relative;
    z-index: 2;
}

.header_top_gold_rate {
    display: flex;
    align-items: center;
}

.gold-marquee {
    width: 300px;
}

.gold-marquee span {
    color: #fff;
    font-weight: 600;
}

.about-inner-img {
    float: left;
    margin-right: 20px;
}

.director-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
    border: 1px solid #eee;
}

.director-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.director-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.director-card h4 {
    font-weight: 700;
    color: #183153;
    font-size: 18px;
}

.director-designation {
    display: inline-block;
    color: #ff6b00;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 5px;
}

.director-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}

@media(max-width:768px) {

    .director-img {
        min-height: 220px;
    }

}

.directors-inner-details .col-lg-6 {
    margin-bottom: 30px;
}

.director-card .col-8 {
    padding-left: 0;
}

.contact-wrapper {
    width: 1000px;
    margin: 30px auto 0;
    position: relative;
}

/* Left Box */


.info-box {
    width: 500px;
    background: #ffffff;
    padding: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}


.contact-wrapper .card {
    text-align: center;
    padding: 10px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.contact-wrapper .icon {
    width: 50px;
    height: 50px;
    margin: auto;
    background: #1b346e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.form-box input,
textarea {
    border-radius: 8px;
}

.contact-wrapper .card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ff6b00;
}

.contact-wrapper .card p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

.contact-wrapper .card p a {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

/* Right Box */

.form-box {
    width: 600px;
    background: #1b346e;
    margin-left: 450px;
    border-radius: 10px;
    padding: 60px 40px 50px 90px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
}

.form-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #111;
}

form input,
form textarea {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    outline: none;
}

textarea {
    height: 90px;
    resize: none;
}


/* Responsive */

@media(max-width:768px) {

    .contact-wrapper {
        width: 95%;
    }

    .info-box {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
    }

    .form-box {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

}

.photo-area-inner .row .col {
    margin-bottom: 30px;
}

.video-area-inner .row .col {
    margin-bottom: 30px;
}

/* .job-openings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
} */

.job {

    text-decoration: none;
    color: #111827;
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
    transition: .35s ease;
}

/* .job:hover {
    padding-left: 20px;
} */

.job h3 {
    font-size: 22px;
    margin-bottom: 8px;
    transition: .3s;
    color: #ff6b00;
}

.job p {
    color: #6b7280;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.job-openings a {
    color: #1b346e;
    font-size: 18px;
    font-weight: 600;
}

.job-openings a:hover {
    color: #ff6b00;
}

.job:hover h3 {
    color: #1b346e;
}

.job:hover span {
    transform: translateX(8px);
}

@media(max-width:768px) {

    .job {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .section-header h2 {
        font-size: 42px;
    }



}

.form-container {
    width: 100%;
    max-width: 850px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 40px;
    border-top: 2px solid #ff6b00;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.apply-form .input-box {
    flex: 1;
}

.apply-form .input-box label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

.apply-form .input-box input,
.apply-form .input-box textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
    transition: .3s;
    background: #fafafa;
}

.apply-form .input-box input:focus,
.apply-form .input-box textarea:focus {
    border-color: #667eea;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, .15);
}

.apply-form textarea {
    resize: vertical;
    min-height: 130px;
}

.apply-form button {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.apply-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(102, 126, 234, .35);
}

.apply-form button:active {
    transform: translateY(0);
}

@media(max-width:768px) {

    .form-container {
        padding: 25px;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

}

.investors-area-inner .card a {
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    background: linear-gradient(to right, #1b346e 50%, #ff6b00 100%);
}

.investors-area-inner .card a:hover {
    background: linear-gradient(to left, #1b346e 50%, #ff6b00 100%);
}

.service-detail .service-det-img {
    float: left;
    margin-right: 30px;
}

.service-detail {
    margin-top: 30px;
}

.service-detail .service-det-img img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-det-content p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.privacy-detail {
    margin-top: 40px;
}

.privacy-detail p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #000;
}

.privacy-detail h4 {
    font-size: 18px;
    margin: 10px 0;
}

.privacy-detail ul {
    padding-left: 0;
}

.privacy-detail ul li {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #000;
}

@media (min-width: 300px) and (max-width: 800px) {
    .scroll-area {
        display: none;
    }

    .style-three.about-area .dreamit-about-thumb {
        display: none;
    }

    .floating-whatsapp {
        right: 20px !important;
        bottom: 20px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .about-area {
        margin: 0 20px;
    }

    .finvent-section-title h5 {
        display: block;
        text-align: center;
    }

    .about-area .upper.finvent-section-title h5 {
        margin-left: 0px;
    }

    .fixed-social-icons a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .dreamit-service-box {
        margin: 0 20px;
    }

    .style-three .em-service-icon1 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .style-three .em-service-title h3 {
        font-size: 20px;
    }

    .em-service-text {
        margin: 0 10px;
    }

    .em-service-text p {
        font-size: 15px !important;
        text-align: justify;
    }

    .message-area {
        padding: 0 0 10px;
    }

    .md-message-box {
        display: block;
        margin: 30px 20px 0;
        padding: 0;
        border-left: none;
        box-shadow: none;
    }

    .md-left h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .md-left span {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .md-content p {
        line-height: 30px;
        font-size: 15px;
    }

    .md-left {
        margin-bottom: 10px;
    }

    .message-area .about-button {
        text-align: center;
    }

    .banner-area .banner-caption h1 {
        font-size: 34px;
    }

    .banner-area .banner-caption p {
        font-size: 18px;
        line-height: 30px;
    }

    .news-area {
        padding: 0px 0 40px;
        background: #fff;
    }

    .banner-area {
        margin-bottom: 0px;
    }

    .news-date {
        width: 55px;
        height: 55px;
    }

    .news-date span {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }

    .news-date {
        font-size: 16px;
    }

    .news-box {
        margin-left: 20px;
        margin-right: 20px;
    }

    .news-content h3 {
        font-size: 18px;
    }

    .news-content p {
        line-height: 26px;
        text-align: justify;
        font-size: 15px;
    }

    .read-btn {
        font-size: 16px;
    }

    .testimonial-area .finvent-section-title {
        padding-bottom: 0 !important;
    }

    .style-two .footer-bg {
        padding: 30px 0 10px;
        margin: 0 20px;
    }

    .footer-bottom-area p {
        font-size: 14px;
    }

    .footer-bottom-area p a {
        font-size: 14px;
    }

    .ratio iframe {
        width: auto;
    }

    .footer-links .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-links .d-flex a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        border-right: none;
    }

    .style-three.about-area-inner {
        padding: 40px 0 30px !important;
    }

    .msg-area-inner {
        padding: 40px 0 30px !important;
    }

    .msg-area-inner .about-inner-details {
        margin-top: 10px !important;
    }

    .msg-area-inner .dreamit-about-thumb {
        display: block !important;
    }

    .director-card {
        box-shadow: none;
    }

    .director-card .row {
        display: block;
    }

    .directors-area-inner {
        padding: 40px 0 30px !important;
    }

    .director-card .col-4,
    .col-8 {
        max-width: 100%;
    }

    .service-detail .service-det-img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .service-det-content p {
        font-size: 15px;
        line-height: 30px;
    }

    .photo-area-inner {
        padding: 40px 0 30px !important;
    }

    .job h3 {
        font-size: 20px;
    }

    .job-openings a {
        font-size: 16px;
    }

    .apply-form .input-box label {
        font-size: 14px;
    }

    .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .video-area-inner {
        padding: 40px 0 30px !important;
    }

    .contact-area-inner {
        padding: 40px 0 30px !important;
    }

    .form-box {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding-left: 40px;
    }

    .contact-wrapper .card {
        margin-bottom: 20px;
    }

    .privacy-detail h4 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .privacy-detail p {
        font-size: 15px;
        line-height: 30px;

    }

    .privacy-detail {
        margin-top: 20px;
    }

    .branch-card h3 {
        font-size: 18px;
    }

    .branch-card p {
        line-height: 26px;
        font-size: 14px;
    }

    .map-btn {
        padding: 3px 12px;
        font-size: 14px;
    }

    .branch-locator {
        padding: 15px 6px !important;
        font-size: 14px !important;
    }

    .footer-quick-links ul li a {
        font-size: 16px;
    }
        .popup-content {
        width: 90% !important;
    }
        .popup-content .close-btn {
        top: 0;
        right: 0;
        font-size: 32px;
    }
    .services-area-inner {
        padding-top: 25px !important;
    }
    .services-area-inner .row{
        margin-top: 25px !important;
    }
}





.footer-quick-links ul li {
    list-style: none;
}

.footer-quick-links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #fff;
    line-height: 34px;
    font-size: 18px;
}

.footer-quick-links ul li a:hover {
    color: #ff6b00;
}

.footer-quick-links ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #ff6b00;
    transform: translateY(-50%);
}

.branch-locator {
    position: fixed;
    left: 0;
    top: 50%;

    background: #1b346e;
    color: #fff;

    padding: 15px 10px;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    transform: translateY(-50%) rotate(180deg);

    font-size: 16px;
    font-weight: bold;

    text-decoration: none;
    border-radius: 8px 0px 0px 8px;

    z-index: 99;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.branch-locator:hover {
    color: #ff6b00;
}


.branch-section {
    padding: 40px 0 50px;
    background: #f7f7f7;
    font-family: 'Poppins', sans-serif;
}


/* Search Box */

.branch-search {

    display: flex;
    justify-content: center;
    margin-bottom: 40px;

}


.branch-search input {

    width: 400px;
    padding: 15px 20px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 15px;

}


.branch-search button {

    padding: 15px 20px;
    border: none;
    background: #f58220;
    color: white;
    font-weight: bold;
    border-radius: 0 30px 30px 0;
    cursor: pointer;

}



/* Cards */

.branch-container {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}



.branch-card {

    background: white;
    padding: 30px;
    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);

    position: relative;

    transition: .4s;

    border-top: 4px solid #f58220;

}


.branch-card:hover {

    transform: translateY(-10px);

    box-shadow:
        0 20px 40px rgba(0, 0, 0, .15);

}



.branch-card h3 {

    color: #1b346e;

    font-size: 20px;

    margin-bottom: 12px;

}



.branch-card p {

    color: #333;

    line-height: 1.8;

    font-size: 15px;

}



.branch-card .contact {
    margin-top: 15px;
}

.branch-card .contact a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.branch-card .contact a:hover {
    color: #1b346e;
}

.map-btn {

    display: inline-block;

    margin-top: 20px;

    padding: 5px 15px;

    background: #1b346e;

    color: white;

    text-decoration: none;

    border-radius: 25px;

    font-size: 15px;

    transition: .3s;

}


.map-btn:hover {

    background: #f58220;

}



/* Responsive */

@media(max-width:900px) {

    .branch-container {

        grid-template-columns: 1fr 1fr;

    }

}


@media(max-width:600px) {

    .branch-container {

        grid-template-columns: 1fr;

    }


    .branch-search input {

        width: 200px;

    }

}

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    width: max-content;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 0;
    right: -18px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.popup-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border: 10px solid #fff;
}

.downloads-section-content .documents-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.downloads-section-content .doc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
    background: #fff;
    transition: 0.3s ease;
    min-height: 75px;
}

.downloads-section-content.doc-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.downloads-section-content .icon {
    font-size: 24px;
    margin-right: 12px;
}

.downloads-section-content .text {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1b346e;
    text-transform: capitalize;
}

.downloads-section-content .arrow {
    font-size: 20px;
    color: #555;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .downloads-section-content .documents-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .downloads-section-content .documents-list {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 801px) and (max-width: 1366px) {
    .popup-content {
        width: 30% !important;
    }
}

@media (max-width: 1366px) {
    .close-btn {
        top: 4px !important;
        right: 0px !important;
        font-size: 30px !important;
    }

    a.logo_img img {
        width: 285px !important;
    }

    .menu-title h6 {
        font-size: 14px;
    }

    .gold-marquee span {
        font-size: 14px;
    }

    .fixed-social-icons a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .branch-locator {
        padding: 15px 5px !important;
        font-size: 15px !important;
    }

    .floating-whatsapp {
        right: 115px;
        bottom: 25px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .top-wrap .go-top-button i {
        font-size: 15px;
        font-weight: 700;
        padding-left: 4px;
        color: #fff;
    }

    .top-wrap .go-top-button {
        width: 40px;
        height: 40px;
    }

    .top-wrap .go-top-button::after {
        left: 0px;
        width: 40px;
        height: 39px;
    }

    .header_top_menu {
        padding: 5px 0 5px;
    }

    .style-two.finvent_nav_manu {
        margin-bottom: 0;
    }

    .row.header-bg {
        height: 90px;
    }

    .slider-area {
        height: 515px;
    }

    .slider2 .slider-content h1 {
        font-size: 42px;
    }

    .slider2 .slider-content p {
        font-size: 20px;
        margin-top: 12px;
    }

    .container {
        max-width: 1150px;
    }

    .dreamit-about-thumb img {
        width: 480px;
    }

    .finvent-section-title h2 {
        font-size: 30px;
    }

    .main_sticky img {
        width: 300px;
    }

    .bounce-animate4 img {
        width: auto !important;
    }

    .finvent-section-title h5 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    p.about-text1 {
        line-height: 26px;
        font-size: 15px;
    }

    .style-three .about-button a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .style-three.about-area {
        padding: 60px 0 30px;
    }

    .em-service-text p {
        font-size: 15px;
    }

    .style-three .service-button a {
        padding: 6px 10px;
        font-size: 14px;
    }

    .style-three .em-service-icon1 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .style-three .em-service-title h3 {
        font-size: 20px;
    }

    .style-three .dreamit-service-box {
        padding: 25px 15px 25px;
        margin-bottom: 25px;
    }

    .about-button a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .md-content p {
        line-height: 28px;
        font-size: 15px;
    }

    .md-image {
        width: 160px;
        height: 160px;
    }

    .md-left h4 {
        font-size: 17px;
    }

    .md-left span {
        font-size: 14px;
    }

    .message-area {
        padding: 50px 0 20px;
    }

    .banner-area .banner-caption h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .banner-area .banner-caption p {
        font-size: 22px;
        line-height: 35px;
    }

    .banner-area {
        height: 460px;
    }

    .news-date span {
        font-size: 16px;
    }

    .news-date {
        width: 55px;
        height: 55px;
    }

    .news-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .news-content p {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .read-btn {
        font-size: 14px;
    }

    .em-testimonial-text p {
        line-height: 26px;
        font-size: 15px;
    }

    .em-testimonial-text p {
        line-height: 26px;
        font-size: 15px;
    }

    .single-quote-icon img {
        width: 45px;
        height: 45px;
    }

    .quote-title h4 {
        font-size: 16px;
    }

    .quote-thumb {
        margin-right: 5px;
    }

    .testimonial-area .finvent-section-title {
        padding-bottom: 20px !important;
    }

    .testimonial-area {
        padding-bottom: 0;
    }

    .widget-title {
        margin-bottom: 40px;
    }

    h4.widget-title {
        font-size: 18px;
    }

    .footer-quick-links ul li a {
        line-height: 30px !important;
        font-size: 15px !important;
    }

    .widget h6 {
        font-size: 15px;
    }

    .widget p {
        font-size: 15px;
    }

    .widget iframe {
        width: auto;
    }

    .footer-links {
        padding-top: 10px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom-area p {
        font-size: 14px;
    }

    .footer-middle a {
        font-size: 14px;
    }

    .slider-area-inner {
        height: 430px;
    }

    .msg-area-inner .dreamit-about-thumb img {
        width: auto;
    }

    .director-card p {
        line-height: 26px;
        font-size: 15px;
    }

    .director-card h4 {
        font-size: 16px;
    }

    .director-designation {
        font-size: 14px;
    }

    .service-det-content p {
        font-size: 15px;
        line-height: 30px;
    }

    .investors-area-inner .card a {
        font-size: 15px;
    }

    .job h3 {
        font-size: 18px;
    }

    .job p {
        line-height: 26px;
    }

    .job-openings a {
        font-size: 15px;
    }

    .finvent_menu ul .sub-menu li a {
        font-size: 14px;
    }

    .downloads-section-content .text {
        font-size: 15px;
    }

    .downloads-section-content .doc-item {
        min-height: 60px !important;
    }

    .contact-wrapper .card h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact-wrapper .card p {
        font-size: 13px;
        line-height: 20px;
    }

    .contact-wrapper .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .form-box {
        padding: 60px 40px 30px 90px;
    }
    .style-two .footer-bg {
    padding: 30px 0 10px;
}
 .privacy-detail p {
        font-size: 15px;
        line-height: 26px !important;
    }

    .privacy-detail h4 {
        font-size: 16px;
    }

    .privacy-detail ul li {
        font-size: 15px;
        line-height: 28px !important;
    }
     .slider-shape-thumb2 img {
        width: 270px;
    }

    .slider-shape-thumb4 img {
        width: 270px;
    }
    
.slider-shape-thumb2 {
    top: -30px;
}
}
