@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%}
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:25px;font-weight:600;margin-bottom:20px;text-transform:capitalize}a,a:focus,a:hover{color:inherit}.title-line{background:#3d61b1;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}


.about img {
      float: right;
    padding: 15px;
}


.about-content ul {margin: 0px; padding: 0px;margin:0px 0px 0px 50px;}

.about-content ul li {list-style-type: disc; margin: 4px 0px 0px 0px;}

.about-content p {
    font-size: 16px;
    line-height: 33px;
}
    



/*================================================
03 - PAGINATION CSS
==================================================*/ 

.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:#eee}
.breadcromb-left             {text-align:left}
.breadcromb-right            {text-align:right}
.breadcromb-left>h3          {color:#555;font-size:25px;text-transform:capitalize}
.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);
    } 
}

/*================================================
06 - BTN TO TOP CSS
==================================================*/

.btntoTop:before     {color:#fff;content:"";display:inline-block;font:20px FontAwesome;vertical-align:middle}
.btntoTop            {background-color:#6f84cc;border:2px solid #2c3e50;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 #009688;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}.btntoTop.active.btntoTop:hover:before{color:#009688}

/*================================================
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}
.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:1px solid #009688}
.slicknav_btn                 {margin-bottom:15px;margin-right:20px;background-color:#000!important;line-height:0;margin-top:20px}
.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 {
     background: #2b292a none repeat scroll 0 0;
    color: #eee;
}
.header-top-language > p {
    display: inline-block;
    text-transform: capitalize
}
.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: 15px 0;
}
.single-top-right {
    display: inline-block;
    padding-right: 25px;
    margin: 0
}
.single-top-right > p {
    display: inline-block;
    margin-left: 10px;
}

/*================================================
09 - MAIN HEADER CSS
==================================================*/

.header-top-language {margin-top :15px;}

header .finance-logo:before {
    background:#f1f1f1  none repeat scroll 0 0;
    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: 13px 30px 13px 0;
    position: relative;
}
.finance-logo > a > img {
    position: relative;
    z-index: 9999;
}
.finance-mainmenu ul {
    text-align: right;
}
.finance-mainmenu ul li {
    display: inline-block;
    position: relative
}
.finance-mainmenu ul li a {
    color: #000;
    display: block;
    padding: 38px 10px;
    text-transform: capitalize;
    font-size: 16px
}
.finance-mainmenu ul .current-page-item > a, .finance-mainmenu ul li a:hover {
    color:#8a9fcb !important;
}
.finance-mainmenu ul li ul{
    background:#2b2c36 none repeat scroll 0 0;
    border-top: 5px solid #2b292a;
    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
}

.bg-systematic {
    background-color: #f6f6f6;
    padding-bottom: 70px;
    padding-top: 70px;
}
a.readmore {
    border: 1px solid #2a2829;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 500;
    margin: 15px 0px;
    display: inline-block;
}

.cal-sp1 {    background: #035398; display: table-cell; height: 95px !important; width: 95px !important; vertical-align: middle; border-radius: 50%; border:6px solid #0c1050;}
.cal-sp1 i                            {font-size: 52px; color: white;}
.gdlr-color-wrapper a:hover .cal-sp1  {background: #9c9b9b;
    border: 6px solid #035398; }
.gdlr-color-wrapper a:hover i         {color:white;}

.invest {
    font-size: 35px;
    line-height: initial;
    color: #3c4e61;
    border-bottom: 1px solid #939597;
    margin-top: 43px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.invest1 {
    font-size: 15px;
    color: #000e46;
    font-weight: 700;
    padding-top: 10px;
}

.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:hover{
    background:#f1f1f1 none repeat scroll 0 0;
    color: #000 !important
}
.finance-mainmenu ul li:hover a{
    color: #2b2c36
}
.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;
}
.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;margin-bottom: 1px;
}
.stuck {
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1041;
    box-shadow: 7px 0px 7px #aaa 
}

/*================================================
10 - MAIN SLIDER CSS
==================================================*/

.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("../image/rev-slider3.jpg") repeat scroll 0 0;
}
.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../image/rev-slider1.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: #2b292a 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: #2b292a 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:#3e62b1 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-family: "Playfair Display",serif;*/
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 20px;
}
.about-right {
    display: block;
    overflow: hidden;
    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;
}

/*================================================
15 - CORE SERVICE CSS
==================================================*/

.single-core-service {
    margin-top: 50px;
}
.single-core-service > img {
    float: left;
}
.core-text > p {
    margin-top: 10px;
}
.core-text {
    margin-left: 70px;
}
.core-text h4 > a:hover{
    color: #009688 
}

/*================================================
16 - FAQ CSS
==================================================*/


/*================================================
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}
.client-name              {color:#e9563d!important;margin-top:30px;text-transform:uppercase}
.testimonial-rating li    {display:inline-block}
.testimonial-rating li i  {color:#fac113}
.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:#fff 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:#6f84cc none repeat scroll 0 0}

/*================================================
19 - FOOTER AREA CSS
==================================================*/
.finance-footer-top-area  {background:#252525 none repeat scroll 0 0;color:#999;}
.single-footer            {margin:0}
.single-footer img        {margin-bottom:15px;}
.footer-social-icon       {margin-top:30px;}
.footer-social            {margin-top:20px}
.footer-social>li         {display:inline-block;}
.footer-social li a       {background-color:#6f84cc;border-radius:50%;color:#fff;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;}
.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:#dd4d41 none repeat scroll 0 0;color:#fff;-webkit-transform:rotate(360deg);transform:rotate(360deg)}
.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}



/*================================================
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: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    padding:0px 50px;
}
.contact-page-form form label, .contact3-left-form form label{
    color: #333;
    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 ;
}
.contact-page-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%;
}
.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: 30px;
}
.contact-page-right h4 i {
    color: #009688 ;
    margin-right: 5px
}
.single-contact-right {
    margin-bottom: 0px
}
.contact-page-right h4 {
    font-size: 17px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px
}
.contact-page-right p > a:hover{
    color: #009688
}
.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;
 }

/*================================================
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: 50px 0px;}
.about img  {    max-width: 100%;
    height: 215px;
    border-radius: 50%;
    width: 215px;
    border: 1px solid #f6f6f6;
    padding: 0px;}
.login      {padding: 100px 0px;}


.single-footer p {text-transform: capitalize;} 
.single-footer .contact-details {text-transform:lowercase;} 



.sect_10 a {     width: 23.7%;
    display: inline-block;
    margin: 0px 3px 10px 3px;}
.sect_10 a img {object-fit: cover; height: 250px; width: 100%;}
.des p {margin-bottom: 13px;}
.firts-col {text-align: center;}



.final_plan           {padding: 50px 0px 50px 0px;}
.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;}
.final_plan ul li a.active {
    background: #8a9fcb;
    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%;
}

