@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/*================================================ 02 - DEFAULT CSS ==================================================*/
.finance-btn:before, .finance-white-btn:before {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.finance-btn, .finance-white-btn {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    vertical-align: middle
}

a:focus, a:hover {
    text-decoration: none
}

body {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    font-family: Montserrat,sans-serif;
    font-weight: 400
}

body, html {
    height: 100%;
}

.about p {
    color: black
}

img {
    max-width: 100%;
    height: auto
}

.finance-btn:before {
    background: #009688;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.finance-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}

.finance-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 3px solid #009688;
    color: #fff !important;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    transition-property: color
}

.finance-white-btn:before {
    background: #fff;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #000 !important
}

.finance-white-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    color: #000 !important
}

.finance-white-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 3px solid #fff;
    font-weight: 500;
    margin-top: 40px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: color;
    transition-property: color;
    color: #fff
}

.finance-section-title-center {
    text-align: center
}

    .finance-section-title-center > .title-line {
        margin: 0 auto
    }

.finance-section-title, .finance-section-title-center {
    margin-bottom: 30px;
    position: relative
}

    .finance-section-title > img {
        height: auto;
        left: 100px;
        opacity: .23;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
        position: absolute;
        top: -14px;
        width: 85px;
        z-index: -1
    }

    .finance-section-title-center > h3, .finance-section-title > h3 {
        color: #444;
        font-family: Poppins,sans-serif;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

a, a:focus, a:hover {
    color: inherit
}

.title-line {
    background: #f15a2a;
    height: 3px;
    width: 100px;
    background: #db0e4b;
    height: 3px;
    width: 100px;
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

    a:focus {
        outline: 0
    }

li {
    list-style-type: none
}

.section_100 {
    padding: 50px 0
}

.section_50 {
    padding: 30px 0
}

.section_15 {
    padding: 0
}

.section_25 {
    padding: 25px 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_70 {
    padding: 70px 0
}

/*================================================
03 - PAGINATION CSS
==================================================*/
.about-left p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}

.pagination {
    margin: 50px 0 0
}

.pagination-box {
    text-align: center
}

.pagination a {
    color: #555 !important;
    border: 1px solid #009688 !important
}

    .pagination .active > a, .pagination a:hover {
        background: #009688 !important;
        color: #fff !important
    }

/*================================================
04 - BREADCROMB CSS
==================================================*/
.finance-breadcromb-area {
    background: #ececeb url(../image/bg_1.jpg)no-repeat;
    padding: 65px 0px;
    background-size: cover !important;
}

.breadcromb-left {
    text-align: left
}

.breadcromb-right {
    text-align: right
}

.breadcromb-left > h3 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}

.breadcromb-right li {
    display: inline-block;
    margin: 0 3px;
    text-transform: capitalize
}

.breadcromb-right a {
    color: #000
}

    .breadcromb-right a i {
        margin-right: 5px;
        color: #009688
    }

    .breadcromb-right a:hover {
        color: #009688
    }
/*================================================
05 - SITE PRELOADER CSS
==================================================*/

.finance-site-preloader {
    background: #009688;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999
}

.sk-cube-grid {
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #fff;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


.finance-logo {
    padding: 5px 0px;
}


.about ul {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
}

.about li {
    list-style-type: disc;
}

.profile_manage {
    float: left !important;
    margin: 0px 15px 15px 0px !important;
    width: 200px !important;
    height: auto !important;
    border: 2px solid black !important;
}

/*================================================
06 - BTN TO TOP CSS
==================================================*/

.btntoTop:before {
    color: #ff7d05;
    content: "\f106";
    display: inline-block;
    font: 20px FontAwesome;
    vertical-align: middle
}

.btntoTop {
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    width: 44px;
    z-index: 999
}

    .btntoTop.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

        .btntoTop.active:hover {
            background: rgba(0,0,0,0);
            border: 2px solid #fab416;
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
        }

        .btntoTop.active.btntoTop:hover:before {
            color: #ffffff;
        }

/*================================================
07 - REPONSIVE MENU CSS
==================================================*/
.finance-responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.slicknav_nav a {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    color: #000
}

.slicknav_menu {
    background: 0 0;
    margin-top: -8px;
}

.slicknav_menutxt {
    display: none !important
}

.slicknav_arrow {
    float: right;
    color: #000
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    border-radius: 0;
    background: #009688;
    color: #fff !important
}

.slicknav_nav li {
    border-bottom: 1px solid #aaa
}

    .slicknav_nav li:last-child {
        border-bottom: 0 solid #aaa
    }

.slicknav_menu ul li a i {
    display: none
}

.slicknav_nav {
    background: #fff;
    border-top: 0px solid #009688
}

.slicknav_btn {
    margin-right: 20px;
    background-color: #b8282f !important;
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 24px;
    margin-bottom: 47px;
    top: 30px;
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}

.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

/*================================================
08 - HEADER TOP CSS
==================================================*/

.finance-header-top-area {
    position: relative;
    background: #09ae62;
}

.header-top-language > p {
    display: inline-block;
    text-transform: capitalize;
}

.header-top-language a {
    background-color: #ff7f04;
    
    width: 80px;
    height: 100%;
    font-size: 16px;
    line-height: 38px;
    border-radius: 0px;
    margin: 10px 0px;
    border-radius: 6px;
    color: white;
    text-align: center;
    display: block;
    float: right;
    font-weight: bold;
}

.header-top-language .dropdown {
    color: #000;
    display: inline-block;
    padding-left: 10px;
}

.header-top-language > .dropdown > #dropdownlang {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 13px;
    font-weight: 500
}

.dropdown-menu {
    margin-left: 10px;
    min-width: 105px;
}

    .dropdown-menu > li {
        border-bottom: 1px dashed #999;
        cursor: pointer;
        padding: 0px 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s
    }

        .dropdown-menu > li:last-child {
            border-bottom: 0px dashed #999;
        }

        .dropdown-menu > li:hover {
            color: #0d9587
        }

.header-top-right {
    float: right;
    padding: 16px 0;
}

.single-top-right {
    display: inline-block;
    color: white;
    position: inherit;
    margin: 0
}

    .single-top-right > p {
        display: inline-block;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
    }


.button-primary {
    display: inline-block;
    font-size: 14.5px;
    font-weight: 600;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #820606;
    border-radius: 5px;
    background: #830606;
    text-align: center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 2px solid #000000;
    border-radius: 5px;
    background: #ff8005;
    margin: 15px 0px;
}

    .button-primary:hover {
        border: 2px solid white;
        color: white;
    }


/*================================================
09 - MAIN HEADER CSS
==================================================*/

/*.header-top-language {margin-top :15px;}*/

header .finance-logo:before {
    /*
    
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    width: 2000px;
    z-index: 999;border-right: 0px solid #feb811;
*/
}
/*
header .finance-logo {
    height: 100%;
    margin: 0;
      padding: 3px 30px 3px 0;   margin-top: -45px;
    position: relative;    margin-top: -60px
}
*/

/*
header .finance-logo:before {    position: absolute;
    content: '';
    left:-150px ;
    top: -4px; background:url(../image/logo-back.png)no-repeat; height: 135px; width: 200px; } 
*/

.finance-logo > a > img {
    position: relative;
    z-index: 9999;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.finance-mainmenu ul {
    text-align: right;
}

    .finance-mainmenu ul li {
        display: inline-block;
        position: relative;
    }

.header-top-right:after {
    position: absolute;
    top: 0;
    right: -27px;
    bottom: auto; /* left: 0; */
    background: #ff8204;
    content: "";
    height: 58px;
    width: 46px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    transform: skewX(33deg);
}


/*.finance-mainmenu   {background: #ff7d24;}*/

/*
.finance-mainmenu:before {
    position: absolute;
    content: '';
    left: -46px;
    top: 4px;
    border-top: 58px solid #ff7d24;
    transform: rotate(90deg);
    border-left: 66px solid transparent;
}
*/


.finance-mainmenu ul li a {
    color: #000000;
    display: block;
    text-transform: capitalize;
    padding: 39px 10px;
    font-size: 16px;
    padding: 42px 10px;
}


/*
#finance_navigation:after {
    position: absolute;
    content: '';
    left: 98%;
    top: 0px;
    height: 100%;
    width: 20000px;
    background-color: #ff7d24;
}
*/

.parent-header {
    overflow: hidden;
}

.finance-mainmenu ul .current-page-item > a, .finance-mainmenu ul li a:hover {
    color: #23aa4b !important;
}

.finance-mainmenu ul li ul {
    background: #2b2c36 none repeat scroll 0 0;
    border-top: 5px solid #ffffff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    visibility: hidden;
    width: 215px;
    text-align: left;
    z-index: 99
}

.finance-mainmenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .85, .92);
    transition-timing-function: cubic-bezier(.52, 1.64, .85, .92)
}

.finance-mainmenu ul li:nth-last-child(-n+2) ul {
    left: auto;
    right: 0;
}

.finance-mainmenu ul li ul li {
    border-bottom: 1px solid #555;
    display: block;
}

.seacrh_li {
    display: block
}

.finance-mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #555;
}

.finance-mainmenu ul li ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff !important
}

.finance-mainmenu ul li ul li a {
    padding: 10px 15px !important;
}

    .finance-mainmenu ul li ul li a:hover {
        background: #ff8003 none repeat scroll 0 0;
        color: #ffffff !important;
    }

.finance-mainmenu ul li:hover a {
    /*  color: #00aff0;*/
}

.search_icon {
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 30px 10px;
}

.modal-dialog {
    margin: 135px auto;
    width: 500px
}

.modal-header {
    border-bottom: 1px solid transparent;
    padding: 10px;
}

.search_box_container > form {
    border: 1px solid #ddd;
    height: 45px;
    position: relative;
}

.search_box_container button {
    background: #009688 none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff
}

    .search_box_container button:hover {
        background: #018175 none repeat scroll 0 0;
    }

.search_box_container input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    width: 100%;
    color: #000;
    padding: 5px 100px 5px 10px
}

.modal-header i {
    font-size: 15px;
}

.modal {
    background: rgba(11, 11, 11, 0.47) none repeat scroll 0 0;
}

.newcl .single-contact-right {
    margin: 35px 0px 0px;
    padding: 35px;
    min-height: 295px;
}

    .newcl .single-contact-right h4 {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin: 18px 0px;
    }

    .newcl .single-contact-right p {
        text-align: center;
        font-weight: 500;
    }

    .newcl .single-contact-right:before {
        content: "";
        border-top: 10px solid #00aff0;
        border-left: 10px solid #303463;
        border-right: 10px solid #00aff0;
        width: 100%; /* display: block; */
        height: 30%;
        position: absolute;
        left: 0px;
        top: 0px;
    }


    .newcl .single-contact-right:after {
        content: "";
        border-bottom: 10px solid #00aff0;
        border-left: 10px solid #00aff0;
        border-right: 10px solid #00aff0;
        width: 100%;
        display: block;
        height: 30%;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }


.single-contact-right {
    padding: 35px 20px;
}

    .single-contact-right:before {
        content: "";
        border-top: 10px solid #4dbd83;
        border-left: 10px solid #fbb815;
        border-right: 10px solid #fab715;
        width: 100%;
        /* display: block; */
        height: 30%;
        position: absolute;
        left: 0px;
        top: 0px;
    }


    .single-contact-right:after {
        content: "";
        border-bottom: 10px solid #b8282f;
        border-left: 10px solid #fbb815;
        border-right: 10px solid #fbb815;
        width: 100%;
        display: block;
        height: 30%;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }




.sticky {
    background: #fff none repeat scroll 0 0;
    position: static;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: linear-gradient(121deg, #fff 31%, #283890 29%);
}

.stuck {
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1041;
    box-shadow: 7px 0px 7px #aaa
}


/*
.stuck .finance-mainmenu:before {
    position: absolute;
    content: '';
    left: -76px;
    top: -7px;
    border-top: 95px solid #ff7d24;
    transform: rotate(90deg);
    border-left: 95px solid transparent;
}
*/

/*.stuck .finance-logo {margin-top: 0px;     padding: 0px 30px 8px 0;}*/


/*.stuck .finance-logo > a > img {    height: 80px;}*/


.finance-main-header-area {
    background: white;
    border-bottom: 25px solid #ff8204;
}


.stuck .finance-mainmenu ul li a {
    color: #000000;
    display: block;
    text-transform: capitalize;
    padding: 31px 10px;
    font-size: 16px;
}

.finance-logo {
    position: relative;
}

    .finance-logo:after {
        border-color: rgb(255, 255, 255) transparent;
        border-style: solid;
        border-width: 17px 22px 0px 22px;
        content: "";
        overflow: visible;
        position: absolute;
        width: 80%;
        right: 0;
        bottom: -9px;
        z-index: 999;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }


    .finance-logo:before {
        border-color: rgb(255, 255, 255) transparent;
        border-style: solid;
        border-width: 17px 22px 0px 22px;
        content: "";
        overflow: visible;
        position: absolute;
        width: 80%;
        right: 0;
        top: -9px;
        z-index: 999;
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate( -180deg);
        transform: rotate( -180deg);
        left: 0px;
        margin: 0 auto;
    }


.finance-header-top-area:after {
    border-color: rgb(9 174 98) transparent;
    border-style: solid;
    border-width: 17px 0px 0px 22px;
    content: "";
    overflow: visible;
    position: absolute;
    width: 19%;
    right: 0;
}


.stuck .finance-logo:before {
    display: none;
}



.about-left h3 {
    text-align: right;
}

.about-left h3 {
    text-align: left;
}

.about-left .title-line {
    float: left;
}

/*================================================
10 - MAIN SLIDER CSS
==================================================*/

.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("../image/about-us.jpg") repeat scroll 0 0;
}

.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../image/rev-slider3.jpg") repeat scroll 0 0;
}

.finance-main-caption {
    background: rgba(26, 26, 26, 0.45) none repeat scroll 0 0
}

.finance-main-slide {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    height: 560px;
}

.finance-main-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.finance-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.finance-main-caption h4 {
    color: #fff;
    /*    font-family: "Playfair Display",serif;*/
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.finance-main-caption h2 {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.finance-main-caption p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: capitalize;
}

.finance-main-caption a {
    margin: 0 5px;
}

.finance-slide .owl-nav > .owl-prev {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.finance-slide:hover .owl-nav > .owl-prev {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.finance-slide .owl-nav > .owl-next {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.finance-slide:hover .owl-nav > .owl-next {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.finance-slide .owl-prev {
    background: #db0e4b none repeat scroll 0 0;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 39px;
    position: absolute;
    top: 45%;
    left: 3%;
    width: 50px;
    padding: 5px;
    text-align: center
}

.finance-slide .owl-next {
    background: #db0e4b none repeat scroll 0 0;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 27px !important;
    height: 50px;
    line-height: 39px;
    position: absolute;
    top: 45%;
    right: 3%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    padding: 5px;
    text-align: center
}

    .finance-slide .owl-prev:hover, .finance-slide .owl-next:hover {
        background: #fbb814 none repeat scroll 0 0;
        color: #fff;
    }

/*================================================
11 - SERVICE AREA CSS
==================================================*/

.finance-service-area {
    margin-top: -75px;
}

.service-box {
    background: #fff url("../image/service-left.jpg") no-repeat scroll -50px 0px;
    padding: 50px 0;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26)
}

.service-left {
    padding: 20px 35px 0;
    width: 315px;
}

.service-right {
    margin-top: 0px;
    padding-left: 0px;
}

.service-left > h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff
}

.service-left > p {
    color: #fff
}

.single-service {
    margin: 40px 0;
    padding-right: 30px;
}

    .single-service > img {
        float: left;
    }

.service-text {
    margin-left: 65px;
}

    .service-text > h3 {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 10px
    }

/*================================================
11.1 - HOME PAGE 2 STYLE
==================================================*/
.finance--home2-service-area {
    background: #f9f9f9 none repeat scroll 0 0;
}

.head-service-right > h3 {
    background: #3db8db none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    text-transform: capitalize;
}

.head-service-right > form {
    padding: 20px 40px;
}

.head-service-right input {
    border-color: currentcolor currentcolor #ddd;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
}

.head-service-right form p textarea {
    border-color: currentcolor currentcolor #ddd;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 110px;
    width: 100%;
}

.head-service-right p {
    margin: 5px 0;
}

.head-service-right {
    background: #fff none repeat scroll 0 0;
    margin-top: -136px;
    position: relative;
    z-index: 9;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26)
}

    .head-service-right button {
        background: #009688 none repeat scroll 0 0;
        border: 1px solid #009688;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 500;
        line-height: 17px;
        margin-top: 30px;
        padding: 12px 18px;
        text-transform: capitalize;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
    }

        .head-service-right button:hover {
            background: #0b776d none repeat scroll 0 0;
        }
/*================================================
12 - ABOUT AREA CSS
==================================================*/
.about-left > h3 {
    color: #354a6b;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}

.about-right {
    display: block;
    position: relative;
}

    .about-right > a > img {
        height: auto;
        transform: scale(1);
        transition-duration: 1200ms;
        transition-timing-function: ease-out;
        width: 100%;
    }

    .about-right:hover .about-right-overlay {
        opacity: 1;
        visibility: visible;
    }

    .about-right:hover img {
        transform: scale(1.1);
    }

.about-right-overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
}

/*================================================
13 - PROJECT AREA CSS
==================================================*/

.finance-project-area {
    background: #f9f9f9 none repeat scroll 0 0;
}

.project-text {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #0d9587;
    box-shadow: 3px 0 29px rgba(49, 49, 49, 0.43);
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: -150px;
    padding: 25px 40px;
    width: 35%;
}

.single-project-slide > img {
    position: relative;
    z-index: -1;
}

.project-text > h3 {
    color: #10242b;
    font-size: 19px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.project-text h5 {
    color: #e9563d;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
}

.finance-project-slide .owl-prev {
    bottom: 35px;
    font-size: 25px;
    position: absolute;
    right: 55px;
    color: #e9563d;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.finance-project-slide .owl-next {
    bottom: 35px;
    font-size: 25px;
    position: absolute;
    right: 0;
    color: #e9563d;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .finance-project-slide .owl-prev:hover, .finance-project-slide .owl-next:hover {
        color: #333;
    }

/*================================================
14 - QUOTES AREA CSS
==================================================*/

.finance-quotes-area {
    background: rgba(0, 0, 0, 0) url("../image/quotes-bg.jpg") no-repeat fixed center center / cover;
    text-align: center;
}

.finance-quotes-text > h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.finance-quotes-text > p {
    color: #fff;
    padding: 0 100px;
}

.quotes-button .finance-white-btn {
    margin: 40px 10px 0;
}

.services {
    background: #efefef;
    background-size: 15px 15px;
    background-image: -webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0),-webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0); /* background-image: radial-gradient(rgba(77,67,92,.04) 15%,transparent 0),radial-gradient(rgba(77,67,92,.04) 15%,transparent 0); */
    background-image: -webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0),-webkit-radial-gradient(rgba(77,67,92,.04) 15%,transparent 0);
}

/*================================================
15 - CORE SERVICE CSS
==================================================*/

.single-core-service {
    margin-top: 50px;
}

    .single-core-service > img {
        float: left;
    }

.core-text > p {
    margin-top: 10px;
    min-height: 126px;
}

.core-text {
    display: inline-block;
    width: 77%;
    text-align: right;
}

.lft-text {
   background: #1eac56;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    float: right;
    border: 3px solid #fb7d04;
}

    .lft-text i {
        color: white;
        vertical-align: middle;
        font-size: 45px;
    }

.core-text h4 {
    color: #000000;
    font-weight: bold;
}

.rightsect .core-text {
    text-align: left;
    margin-left: 20px;
}

.rightsect .lft-text {
    float: left;
    margin-left: 0px;
}

.core-text h4 > a:hover {
    color: #000000;
}

.bg-systematic {
    background-color: #f6f6f6;
    padding-bottom: 70px;
    padding-top: 70px;
}

    .bg-systematic h2 {
        margin-bottom: 50px;
    }

.invest1 {
    font-size: 15px;
    color: #000e46;
    font-weight: 700;
    padding-top: 10px;
}

.invest {
    font-size: 35px;
    line-height: initial;
    color: #3c4e61;
    border-bottom: 1px solid #939597;
    margin-top: 43px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.cal-sp1 {
    background: #58c37d;
    display: table-cell;
    height: 95px !important;
    width: 95px !important;
    vertical-align: middle;
    border-radius: 50%;
    border: 6px solid #000000;
}

    .cal-sp1 i {
        font-size: 52px;
        color: white;
    }

.calculator-info .text {
    min-height: 60px;
}

.gdlr-color-wrapper a:hover .cal-sp1 {
   background: #fe8103;
    border: 6px solid #58c37d;
}

.gdlr-color-wrapper a:hover i {
    color: white;
}

/*================================================
16 - FAQ CSS
==================================================*/

/*
.header-top-language {position: relative;height: 60px; margin-top:0px;} 
.header-top-language:before {    position: absolute;
    content: '';
    right: 140%;
    top: 0px;
    height: 100%;
    width: 19985px;
    background-color: #0082ca;} 
*/


/*
.finance-logo {position: relative;}

.finance-logo:before {    position: absolute;
    content: '';
    right: 140%;
    top: 0px;
    height: 100%;
    width: 19985px;
    background-color: #ff7d24;} 
*/

/*================================================
17 - TESTIMONIAL CSS
==================================================*/
.finance-testimonial-area {
    background: #ecf1f7 none repeat scroll 0 0
}

.testimonial-img {
    border-right: 1px solid #e1e7ee
}

    .testimonial-img > img {
        border-radius: 50%;
        height: 150px;
        margin: 0 auto;
        width: 150px !important
    }

.textimonial-text {
    margin-top: 0
}

    .textimonial-text > p {
        color: #465053;
        font-weight: 400;
        font-family: "Poppins",sans-serif;
        display: block;
    }

.client-name {
    color: #e9563d !important;
    margin-top: 30px;
    text-transform: uppercase
}

.testimonial-rating li {
    display: inline-block
}

    .testimonial-rating li i {
        color: #149689;
    }

.testimonial-rating > p {
    display: inline-block
}

.testimonial-rating > ul {
    display: inline-block;
    margin-left: 10px
}

.testimonial-rating > p {
    font-weight: 500
}

.testimonial-img > i {
    background: #0d9587 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 26%;
    text-align: center;
    top: 0;
    width: 40px
}

.textimonial-text > i {
    color: #0d9587;
    font-size: 20px;
    position: relative;
    right: -95%
}

.owl-dots {
    margin-top: 20px;
    text-align: center
}

    .owl-dots .owl-dot {
        display: inline-block
    }

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #ff8003 none repeat scroll 0 0;
    display: block;
    height: 10px;
    margin: 5px 7px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 10px
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #b8282f none repeat scroll 0 0;
}

/*================================================
19 - FOOTER AREA CSS
==================================================*/
.finance-footer-top-area {
    background: #201f20 url(../image/ft-b.png);
    color: #fff;
    padding: 40px 0px;
    background-size: 100% 100%;
}

.single-footer {
    margin: 0
}

    .single-footer img {
        margin-bottom: 15px;
        margin-bottom: 15px;
        border-radius: 5px;
        BACKGROUND: WHITE;
        PADDING: 10PX;    height: 95px;
    }

.footer-social-icon {
    margin-top: 30px;
}

.footer-social {
    margin-top: 20px
}

    .footer-social > li {
        display: inline-block;
    }

    .footer-social li a {
        background-color: #22b05c;
        border-radius: 50%;
        color: #ffffff;
        display: block;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 40px;
        border: 3px solid white;
    }

.fb:hover {
    background: #4b6ea9 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.twitter:hover {
    background: #65bbf2 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.gp:hover {
    background: #283890 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 3px solid white;
}

.linkedin:hover {
    background: #0075b5 none repeat scroll 0 0;
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.single-footer > h3, .footer-social-icon > h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

.footer-widget > li {
    border-bottom: 1px dashed#999;
}

    .footer-widget > li:last-child {
        border-bottom: 0px dashed#999;
    }

.footer-widget a {
    display: block;
    padding: 5px 0;
    text-transform: capitalize;
}

    .footer-widget a:hover {
        color: #fff
    }

.contact-details i {
    color: #fff;
    margin-right: 10px;
}

.contact-details {
    margin: 6px 0;
}

.insta-post {
    display: inline-block;
    height: 65px;
    margin: 2px;
    width: 65px;
    position: relative
}

.overlay-insta {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(23,23,23,0.8)none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: perspective(500px)rotateY(-90deg);
    transform: perspective(500px)rotateY(-90deg);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    visibility: hidden;
    width: 100%;
}

.insta-post:hover.overlay-insta {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: perspective(500px)rotateY(0deg);
    transform: perspective(500px)rotateY(0deg);
    visibility: visible;
}

.finance-footer-bottom-area {
    background: #f3f1f1 none repeat scroll 0 0;
    color: #000;
    padding: 10px 0px;
}

.copyright-left {
    text-align: left;
    font-weight: 400
}

.copyright-right {
    text-align: right;
    font-weight: 400
}

    .copyright-right > p > i, .copyright-right > p > span {
        color: #009688;
        margin: 0px 5px;
        font-weight: 600
    }


.header-top-right {
    position: relative;
    width: 100%;
    color: white;
}

    .header-top-right:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        background: #ff8204;
        content: "";
        height: 100%;
        width: 100000%;
    }


/*================================================
34 - CONTACT PAGE ONE CSS
==================================================*/

.contact-top-details {
    margin-bottom: 20px;
}

    .contact-top-details > h3, .finance-contact-desc > h3, .contact3-left-form > h3, .contact3-page-details > h3 {
        color: #333;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

.contact-page-form > form {
    background: #ff7d05 none repeat scroll 0 0;
    /* box-shadow: 0 2px 12px rgb(127 87 87 / 7%); */
    padding: 25px 20px;
    border-radius: 12px;
}

.contact-page-form form label, .contact3-left-form form label {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-page-form form p input[type="text"], .contact-page-form form p input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.contact-page-form form p input:focus, .contact-page-form form textarea:focus {
    border: 1px solid #009688;
    margin: 0px;
}

.contact-page-form form textarea {
    background: white none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    margin: 0px;
}

div#captcha {
    margin-bottom: 15px;
}

.contact-page-form form p button {
    background: #007a48 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .contact-page-form form p button:hover {
        background: #0b776d none repeat scroll 0 0;
    }

.contact-page-form form p {
    margin-top: 15px;
}

.contact-page-right {
    margin-top: 0px;
}

    .contact-page-right h4 i {
        color: #db0f4c;
        margin-right: 5px
    }

.single-contact-right {
    margin-bottom: 0px;
    position: relative;
}






.contact-page-right h4 {
    font-size: 17px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px
}

.contact-page-right p > a:hover {
    color: #009688
}

.single-contact-right h4 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 18px 0px;
    font-size: 20px;
}

.single-contact-right p {
    text-align: center;
    font-weight: 500;
    color: black;
}

.weekly-subscribe {
    margin-top: 50px;
}

    .weekly-subscribe form {
        position: relative;
        width: 100%;
        height: 40px
    }

        .weekly-subscribe form input[type="text"] {
            border: 1px solid #ddd;
            color: #000;
            height: 100%;
            padding: 5px 90px 5px 10px;
            width: 100%;
        }

        .weekly-subscribe form button {
            background: #009688 none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            font-size: 20px;
            height: 100%;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 18%;
            top: 0
        }

            .weekly-subscribe form button:hover {
                background: #0b776d none repeat scroll 0 0;
            }

    .weekly-subscribe form {
        position: relative;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.get-connected-with {
    margin-top: 40px;
}

    .get-connected-with ul {
        margin-top: 20px
    }

    .get-connected-with li {
        display: inline-block;
        margin: 0px 5px;
    }

    .get-connected-with a {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        background: #eee;
        color: #555;
    }

        .get-connected-with a:hover {
            background: #009688 none repeat scroll 0 0;
            color: #fff;
        }

#googleMap {
    width: 100%;
    height: 370px;
}


.contact-page-form form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

.contact-page-form form textarea::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

.contact-page-form form textarea:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}

.contact-page-form form textarea:-moz-placeholder { /* Firefox 18- */
    color: black;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}


.final_plan ul {
    margin: 0px;
    padding: 0px;
}

    .final_plan ul li {
        list-style-type: none;
    }

        .final_plan ul li a {
            text-align: center;
            display: block;
            background: #e7e4e4;
            padding: 8px 0px;
            border-radius: 3px;
            text-decoration: none;
            border-bottom: 1px solid #b5a8a8;
            width: 80%;
            font-weight: bold;
            color: #000000;
        }

            .final_plan ul li a img {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

.para {
    margin: 0px 0px 0px 0px;
}

    .para span {
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 0px 0px 10px 0px;
        color: black;
    }

.final_plan {
    margin: 35px 0px 50px 0px;
}

.para p {
    display: none;
}

#content1 {
    display: block;
}

.final_plan ul li a.active {
    color: white;
    background: #006f94;
}

    .final_plan ul li a.active i {
        color: white;
    }

.widget_contact h4 {
    color: white;
}

.para iframe {
    width: 100%;
}

.romana_contact_left h2:after {
    margin: 1px;
}

.final_plan ul li a i {
    font-size: 45px;
    display: block;
    color: #000000;
    margin: 5px 0px;
}

/*================================================
35 - CONTACT PAGE TWO CSS
==================================================*/

.finance-contact-form-right {
    margin-top: 0
}

.finance-contact-desc {
    margin-bottom: 50px;
}

.single-contact-left:first-child {
    margin-top: 0;
}

.single-contact-left {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    padding: 20px;
}

.contact-icon {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #009688;
    display: table-cell;
    float: left;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-right: 10px;
    text-align: center;
    width: 75px;
}

.contact-text > h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.contact-text > p {
    font-size: 15px;
    line-height: 26px;
}

.contact-text > span {
    color: #333;
}

.finance-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 0
}

.finance-contact-form-right form p {
    margin: 10px 0;
}

.finance-contact-form-right input {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
}

.finance-contact-form-right textarea {
    background: #fafafa none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
}

.finance-contact-form-right button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .finance-contact-form-right button:hover {
        background: #0b776d none repeat scroll 0 0;
    }

/*================================================
36 - CONTACT PAGE THREE CSS
==================================================*/

.contact3-page-details {
    margin-top: 40px;
}

.contact-left-form > form {
    margin-top: 30px;
}

.contact3-left-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.contact3-left-form form input:focus, .contact3-left-form form textarea:focus {
    border: 1px solid #009688;
}

.contact3-left-form form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.contact3-left-form form p {
    margin-top: 15px;
}

.contact3-left-form button {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid #009688;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .contact3-left-form button:hover {
        background: #0b776d none repeat scroll 0 0;
    }

.contact-para {
    margin-top: 30px;
}

    .contact-para > p {
        font-size: 16px;
        font-weight: 400;
        margin: 10px 0;
    }

    .contact-para p i {
        color: #009688;
        font-size: 18px;
        line-height: 30px;
        margin-right: 10px;
        text-align: center;
        width: 20px;
    }

    .contact-para p > span {
        color: #000;
        display: inline-block;
        width: 75px;
        font-weight: 600;
    }

    .contact-para a:hover {
        color: #009688;
    }

/******************About us****************************/


.about {
    padding: 65px 0px;
}

    .about img {
        max-width: 100%;
        border: 4px solid black;
        height: 450px;
        width: 100%;
    }

.login {
    padding: 100px 0px;
}

.single-footer p {
    text-transform: capitalize;
}

.single-footer .contact-details {
    text-transform: lowercase;
}

.sect_10 a {
    width: 32%;
    display: inline-block;
    margin: 0px 3px 20px 3px;
    border: 5px solid black;
}

    .sect_10 a img {
        height: 430px;
        width: 100%;
    }

.des p {
    margin-bottom: 5px;
    color: black;
}

.firts-col {
    text-align: center;
}

.final_plan {
    padding: 50px 0px 50px 0px;
}

    .final_plan ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .final_plan ul li {
            list-style-type: none;
        }

        .final_plan ul li {
            list-style-type: none;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 140px;
        }

            .final_plan ul li a {
                padding: 5px 10px;
                border-radius: 3px;
                text-decoration: none;
                border-bottom: 1px solid #b5a8a8;
                width: 100%;
                font-weight: bold;
                color: #000000;
                border-right: 1px solid #383431;
                height: 104px;
                line-height: 15px;
                font-size: 14px;
            }

                .final_plan ul li a img {
                    display: block;
                    text-align: center;
                    margin: 0 auto;
                }

                .final_plan ul li a.active {
                    background: #ff8204;
                    color: white;
                }

.para p {
    display: none;
}

#content1 {
    display: block;
}

.para span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: 0px 0px 10px 0px;
}

.para iframe {
    width: 100%;
}

.Captcha {
    float: left;
    width: 63% !important;
    font-size: 33px;
    padding: 1px 15px !important;
    border: none !important;
    background-image: url(../image/dot.png);
    background-repeat: repeat;
    text-align: center;
    color: black;
}

.refreshbtn {
    background: #48b18e;
    color: #fff;
    font-size: 18px !important;
    padding: 11px !important;
    width: 27% !important;
    float: right;
    outline: none;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 23px 20px;
    border-radius: 30px 0 30px 0;
}

textarea.form-control {
    margin: 0px 0px 20px 0px;
}

.systematic .romana_section_title h2 {
    margin-bottom: 50px;
}

.finance-core-service-area iframe {
    margin-bottom: 30px;
}


.evenText .col-sm-6:nth-child(even) .lft-text {
    float: left;
}

.evenText .col-sm-6 .lft-text .fa {
    padding-top: 17px;
}

.col-md-12.col-xs-6.mt15 .text {
    height: 60px;
}

.footer-social a .fa, .btntoTop:before {
    padding-top: 9px;
}

.contact-page-form form textarea {
    margin: inherit !important;
}

.finance-header-top-area .container {
    display: table;
}

.owl-next .fa, .owl-prev .fa {
    padding-top: 5px;
}

.evenText .col-sm-6:nth-child(even) .core-text {
    text-align: left;
    margin-left: 20px
}
@media (max-width: 576px) {
    .final_plan iframe {
        height: 1100px !important;
    }
}
#benefits span {
    display: block;
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}
/*video section*/
.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

    .owl-controls.clickable .owl-pagination .owl-page span {
        background: #e27919 none repeat scroll 0 0 !important;
        display: inline-block !important;
        height: 5px !important;
        margin: 0 4px;
        width: 20px !important;
    }

    .owl-controls.clickable .owl-pagination .owl-page.active span {
        background: #393991 none repeat scroll 0 0 !important;
    }

.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}

.video-test {
    padding: 50px 0px 70px 330px;
    background: #efefef;
}

    .video-test h2 {
        margin: 10px 0px 40px 0px;
    }
.owl-carousel .owl-refresh .owl-item {
    display: block !important
}
/*gallery section*/

#lcl_wrap {
    background: gray;
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

#lcl_elem_wrap {
    background-size: contain !important;
    border-radius: 12px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 0.2rem;
    padding: 4rem;
}

.image img {
    height: auto;
    width: 100%;
    padding: 3.4px 2px;
    border-radius: 12px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

li.nav-item.img_hide {
    display: none;
}

li.nav-item.img_show {
    display: block;
}

/*end gallery section*/

/*gallery popup section*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

.container.description {
    background: white;
    border: 1px solid #eee;
    padding: 10px 25px;
    margin-top: 40px;
}

    .container.description h1 {
        font-size: 35px;
        font-weight: 300;
    }

        .container.description h1 small {
            display: block;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .container.description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .container.description h3 {
        color: #0080a7;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .container.description h5 {
        font-size: 12px;
    }

    .container.description code {
        background: #eee;
        font-size: 12px;
    }
/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider div {
    background: black;
    display: flex !important;
}

    .awesome__slider div img {
        width: auto !important;
        max-height: 97%;
        display: flex;
        margin: auto;
    }

    .awesome__slider div h3 {
        padding-top: 50px;
        color: white;
        font-size: 50px;
    }

/*.container {
    max-width: 800px;
}
*/
.awesome__slider .slick-prev,
.awesome__slider .slick-next {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none;
    background: gainsboro;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px;
}

.awesome__slider .slick-next {
    right: 15px;
    left: auto !important;
    background: gainsboro !important;
}

.awesome__slider .slick-prev {
    left: 9px !important;
    background: gainsboro !important;
}

.next-img:hover {
    background: gray;
}

.prev-img:hover {
    background: gray;
}

.next-img {
    right: 0;
    left: auto;
}
/*.awesome__thumbnails {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 0.2rem;
 
}*/
.awesome__thumbnails {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 0px;
}

.thumb img {
    width: 100% !important;
    height: auto !important;
    padding: 2px;
    border-radius: 11px;
    /*filter: blur(1.2px);*/
}

.awesome__thumbnails .thumb.active img {
    filter: blur(0);
    box-shadow: 0px 0px 8px 0px #e0dbdf;
}

@media screen and (max-width: 749px) {
    .awesome__thumbnails {
        display: none;
    }
}

.awesome__ba,
.awesome__videos {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.2rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 98%;
}

    .awesome__ba small,
    .awesome__videos small {
        display: block;
        font-weight: lighter;
    }

    .awesome__ba:hover,
    .awesome__videos:hover,
    .awesome__ba:focus,
    .awesome__videos:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .awesome__ba:hover,
    .awesome__videos:hover {
        transform: translateY(-1px);
    }

    .awesome__ba:active,
    .awesome__videos:active {
        background-color: #f0f0f1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

.bord {
    width: 98%;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}

.awesome__slider, .slick-list {
    height: 100vh !important;
    max-height: 400px;
}

.slick-slide {
    display: flex;
}

@media screen and (max-width: 749px) {
    .popup__btns {
        display: flex;
        gap: 5px;
    }

        .popup__btns .bord {
            display: none;
        }

    .flex-column-reverse {
        height: auto !important;
        padding: 0 !important;
    }

    .thumbnails-content .modal-dialog {
        max-width: 100% !important;
    }

    .thumbnails-content {
        padding-right: 0 !important;
    }

    .awesome__slider div img {
        max-width: 97% !important;
        height: auto !important;
    }
}

.thumbnails-content .modal-content {
    background-color: #fff !important;
    border-radius: 11px !important;
}

.flex-column-reverse {
    height: 85vh;
}

    .flex-column-reverse .col-md-4 {
        height: 75vh;
        overflow-x: auto;
    }

        .flex-column-reverse .col-md-4::-webkit-scrollbar {
            width: 3px;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb {
            background: #888;
        }

            .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.slick-list.draggable {
    border-radius: 11px;
}

.thumb.active {
    border: 2px solid dodgerblue;
    border-radius: 11px;
}

.custom-close {
    position: absolute;
    right: 10px;
    font-size: 35px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.thumbnails-content .modal-dialog {
    width: 80% !important;
}
.row .mt-5 {
    margin-top: 70px;
}
.row .col-md-4 {
    margin-top: 30px;
}
.thumbnails-content.show {
    z-index: 9999;
}

.thumbnails-content.show .modal-dialog {
    margin: 60px auto;
}
/*legend gallery popup*/
/*end gallery popup section*/
@media screen and (max-width: 1024px) {
    .finance-mainmenu ul li a {
        padding: 18px 5px;
        padding: 26px 4px 20px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .finance-main-caption h2 {
        font-size: 25px !important;
        margin-bottom: 51px;
    }

    .finance-caption-cell {
        text-align: center !important;
    }

    .finance-main-slide {
        background-color: #eee !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 470px;
    }

    .finance-main-caption h4 {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
    .video-test {
        padding: 20px 0px 20px 0px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-stage-outer .owl-stage .owl-item {
        width: 290px !important;
    }
}
@media (min-width: 0px) and (min-width: 769px) {
    .video-test {
        padding: 20px 0px 20px 330px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-stage-outer .owl-stage .owl-item {
        width: 750px !important;
    }
}

#stripimg {
    position: relative;
    text-align: center;
    margin: 5px 0px;    display: none;

}

    #stripimg img {
        text-align: center;
        max-width: 100%;
    }

    #stripimg .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #cbcbcb;
        height: 25px;
        width: 25px;
        color: #000;
        border: 0px;
        font-size: 12px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        border-radius: 0;
        text-shadow: 1px 2px 2px #fff;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 55%) !important;
}

#largeModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*width: 100%;*/
    margin: 0px auto !important;
}

#largeModal .modal-content {
    width: 100%;
}

#largeModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    #largeModal .modal-header h5 {
        font-size: 2rem;
    }

#largeModal .modal-title {
    display: inline-block;
}

@media (min-width:300px) and (max-width: 768px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 2px;
        right: 3px;
    }
}

@media (min-width:769px) and (max-width: 1200px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 3px;
        right: 10px;
    }
}