/* CSS Document */

/* 
    Theme Name   : Wcare 4 U.
    Version      : 1.0.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Header  */
/*   04 - Theme Menu */
/*   05 - Theme Main Banner */
/*   06 - Finance Offer  */
/*   07 - Theme About US  */
/*   08 - Theme Service  */
/*   09 - Finance Project One  */
/*   10 - Finance Short Banner  */
/*   11 - Theme Pricing Plan  */
/*   12 - Theme Client Slider  */
/*   13 - Theme Blog  */
/*   14 - Theme Footer  */
/*   15 - Theme Inner Banner  */
/*   16 - Theme Team  */
/*   17 - Bottom Footer Banner  */
/*   18 - Counter Banner  */
/*   19 - Theme Blog Details  */
/*   20 - Finance Project Two */
/*   21 - Theme Project Details  */
/*   22 - Finance Service Two  */
/*   23 - Theme Service Details  */
/*   24 - Theme Sidebar  */
/*   25 - Shop Page  */
/*   26 - Faq Page  */
/*   27 - Error Page  */
/*   28 - Finance Contact Page  */



/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Source+Sans+Pro:300,400,600,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:40px;
  height:40px;
  position: fixed;
  border-radius: 3px;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
  color:#fff;
  background: #2f4991;
  font-size: 28px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/* --------------------- Global stlye --------------------*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color:rgba(0,0,0,0.6);
  font-size: 16px;
  position: relative;
}
body .main-page-wrapper {overflow-x:hidden;} 
.finance-theme{line-height: 28px;}
.finance-theme a {font-weight: 500;}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
h1 {font-size: 70px; font-weight: 900;}
h2 {font-size: 42px; color:#323232;}
h3 {font-size: 36px; color:#393939;}
h4 {font-size: 24px; color:#393939;}
h5 {font-size: 22px; color:#393939;}
h6 {font-size: 18px; color:rgba(0,0,0,0.6);font-weight: 500;}
h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
ul {list-style-type: none;}
a {text-decoration: none; display: inline-block;color:rgba(0,0,0,0.6)}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%; display: block;}
button {border:none;outline: none;-webkit-box-shadow: none;box-shadow: none;display: block; padding: 0;}
input,textarea {outline: none; -webkit-box-shadow: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {border-radius: 50%;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.fancybox-skin {padding: 5px !important;}
/* ------------------------------ Button Style -------------------*/
.button-one,.button-two,.button-three,.button-four,.button-five {
  font-family: 'Roboto', sans-serif;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  color: #fff;
}
.button-one,.button-three,.button-four,.button-five,.button-six {line-height: 50px;}
.button-one {width: 165px;}
.button-two {width: 150px;line-height: 45px;}
.button-three {width: 230px;}
.button-four {width: 184px;}
.button-five {width: 200px;}
.button-six {
  width: 210px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.button-six i {
  line-height: 50px;
  border-radius: 0 30px 30px 0;
  border-left:1px solid #e8bd37;
  float:right;
  width: 50px;
  font-size: 20px;
  text-align: center;
}
.button-six:hover {color: #fff;}
body .button-seven {
  width: 205px;
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
/* ------------------------ Transition ----------------------*/
.tran3s,.button-one,.button-two,.button-three,.button-four,.button-five,.button-six,.button-six i,body .button-seven,
.dropdown-menu > li > a,.hesperiden.tparrows,.business-theme .client-sldier .owl-theme .owl-dots .owl-dot span,.finance-theme .about-finance .text a:before,
.faq-panel .panel-group .panel-heading a:before,.finance-theme .finance-offer .single-offer,.finance-theme .our-blog-one .blog-grid-post .single-blog .post .learn-more:before,
.owl-theme .owl-nav [class*=owl-],.panel-group .panel-heading a:before,.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span:before,
.ollo-details-page-one .ollo-sidebar-one .ollo-sidebarlist ul li a i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tran4s {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.tran5s {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.tran6s,.img img {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
/* ------------------------- Color Css --------------------*/
.f-p-color,.finance-theme .theme-main-menu #mega-menu-holder > ul> li:hover > a,.finance-theme .theme-main-menu #mega-menu-holder > ul> li.active > a,
.finance-theme .theme-main-menu #mega-menu-holder > ul> li:hover .sub-toggle,.finance-theme .theme-main-menu #mega-menu-holder > ul> li.active .sub-toggle,#banner .tp-caption a.service-button:hover,
.finance-theme .finance-offer .single-offer:hover h5 a,.finance-theme .our-service-style-one .single-service:hover h5 a,.finance-theme .short-banner a:hover,
.finance-theme .our-blog-one .blog-grid-post .single-blog:hover .post h5 a,.finance-theme .our-blog-one .blog-grid-post .single-blog .post .learn-more,.finance-theme .our-team .single-team-member:hover .title h6 a,
.finance-theme .service-large-sidebar .single-service:hover h5 a,.finance-theme .our-service-details .middle-text .right-side ul li,.finance-theme .our-service-details .details-faq .panel-group .panel-heading.active-panel a:before,
.finance-theme .our-service-details .details-faq .panel-group .panel-heading.active-panel a,.finance-theme .blog-inner-page .blog-sidebar .sidebar-categories ul li a:hover,
.finance-theme .blog-inner-page .blog-sidebar .sidebar-recent-news ul li:hover .post h6 a,.finance-theme .service-sidebar .wrapper.project-list ul li a:hover,
.finance-theme .project-details .bottom-text .right-side ul li,.finance-theme .our-blog-one .blog-side-post .show-post:hover .post h5 a {
  color: #2f4991;
}
.f-p-bg-color,.finance-header .right-side li .round-icon:before,.finance-header .right-side li .button-one:hover,.finance-theme .our-service-style-one .finance-title-one a:hover,
.finance-theme .our-project-style-one .single-project .opacity .text a:hover,.finance-theme .client-slider .more:hover,.finance-theme .our-blog-one .blog-grid-post .single-blog .post .learn-more:before,
.owl-theme.blog-side-carousel .owl-nav [class*=owl-]:hover,.finance-theme .blog-inner-page .blog-sidebar .sidebar-keywords ul li a:hover,.finance-theme .blog-inner-page .page-pagination li a:hover,
.finance-theme .project-details .bottom-text .right-side .list-box h6:before,.finance-theme .blog-details-content .share-option .float-right li a:hover,
.finance-theme .blog-details-content .comment-area .single-comment button:hover,.shop-sidebar .search button,.shop-pagination li a:hover,
.shop-details .single-product-details .product-order-details .clearfix a:hover,.shop-details .single-product-details .product-order-details .clearfix li button:hover,
.shop-details .review-tab .nav-tabs > li.active > a, .shop-details .review-tab .nav-tabs > li.active > a:hover, .shop-details .review-tab .nav-tabs > li.active > a:focus {
  background: #2f4991;
}
.finance-header .right-side li .button-one:hover,.finance-theme .our-service-style-one .finance-title-one a:hover,.owl-theme.blog-side-carousel .owl-nav [class*=owl-]:hover,
.finance-theme .our-service-details .details-faq .panel-group .panel-heading.active-panel a:before,.finance-theme .blog-inner-page .blog-sidebar .sidebar-search form input:focus,
.finance-theme .blog-inner-page .blog-sidebar .sidebar-keywords ul li a:hover,.finance-theme .blog-details-content .leave-reply form textarea:focus,.finance-theme .blog-details-content .leave-reply form input:focus,
.finance-theme .contact-us-form form input:focus,.finance-theme .contact-us-form form textarea:focus {
  border-color: #2f4991;
  border-style: solid;
}
.f-s-color,.finance-header .right-side li .round-icon .icon,.finance-header .right-side li .button-one:hover,.finance-theme .theme-main-menu #mega-menu-holder ul.dropdown li a:hover,
#banner .tp-caption a.read-button:hover,.finance-theme .finance-offer #hexagon,.finance-theme .about-finance .text a:hover,.finance-theme .our-service-style-one .single-service .icon,
.finance-theme .our-service-style-one .single-service .learn-more:hover,.finance-theme .pricing-plan .single-price-table:hover a,.finance-theme .our-blog-one .blog-grid-post .single-blog:hover .post .learn-more,
.finance-footer .top-footer .footer-list ul li a:hover,.finance-footer .top-footer .footer-latest-news .single-news:hover h5 a,.finance-theme .theme-inner-banner ul li a:hover,.finance-theme .service-sidebar .wrapper ul li a i,
.finance-theme .service-sidebar .brochure a:hover,.finance-theme .service-sidebar .call-us a:hover,.finance-theme .our-project-style-two .single-project .hover-text a:hover,
.shop-sidebar .sidebar-shop-categories ul li a:hover,.shop-sidebar .shop-popular-product ul li:hover .name h6 a,.finance-theme .finance-header.style-two .theme-main-menu #mega-menu-holder > ul> li:hover > a,
.finance-theme .finance-header.style-two .theme-main-menu #mega-menu-holder > ul> li.active > a,.finance-theme .finance-header.style-two .theme-main-menu #mega-menu-holder > ul> li:hover .sub-toggle,
.finance-theme .finance-header.style-two .theme-main-menu #mega-menu-holder > ul> li.active .sub-toggle,.si-content h4 {
  color: #fff;
}
.f-s-bg-color,.finance-theme .search-form form button:hover,.finance-theme .about-finance .text a:hover:before,.finance-theme .our-blog-one .blog-grid-post .single-blog:hover .post .learn-more:before,
.finance-theme .bottom-footer-banner .button-five:hover,.finance-footer .bottom-footer ul li a:hover,.finance-theme .our-team .single-team-member .title ul li a:hover,
.finance-theme .blog-inner-page .blog-sidebar .sidebar-search form button:hover,.finance-theme .blog-details-content .leave-reply form button:hover,.finance-theme .contact-us-form form button:hover,
.shop-page .bootstrap-select.btn-group .dropdown-menu li.selected a, .shop-page .bootstrap-select.btn-group .dropdown-menu li:hover a,.error-page a:hover {
  background: #159fcf;
}
.finance-theme .pricing-plan .single-price-table:hover a,.finance-theme .bottom-footer-banner .button-five,.finance-footer .bottom-footer ul li a:hover,.finance-theme .our-team .single-team-member .title ul li a:hover {
  border-color: #159fcf;
  border-style: solid;
}
/* ---------------------------- Theme Title -----------------------*/
.finance-title-one {position: relative;}
.finance-title-one h2 {
  font-weight: 900;
  margin-bottom: 14px;
}
.finance-title-one h6 {font-weight: normal; line-height: 28px;}
/* ------------------------------------ Header -------------------------------*/
.finance-header.style-two {
  position: absolute;
  left:0;
  right: 0;
  top:40px;
  z-index: 99;
  background: transparent;
}
.finance-header .top-header {
  padding: 10px 0;
}
.finance-header .right-side li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.finance-header .right-side li.address {
  padding-left: 80px;
  margin-right: 50px;
  margin-top: 30px;	
} 
.finance-header .right-side li .round-icon {
  width: 55px;
  height: 55px;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
}
.finance-header .right-side li .round-icon:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  border-radius:30px 0px 30px 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
.finance-header .right-side li .round-icon .icon {
  font-size: 30px;
  line-height: 55px;
}
.finance-header .right-side li .round-icon .icon.flaticon-multimedia {font-size: 27px;}
.finance-header .right-side li h6 {
  font-size: 20px;
  color: #393939;
  margin: 2px 0;
  font-weight: 700;
}
.finance-header .right-side li .button-one {
  line-height: 45px;
  border-color: #f2f2f2;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 14px;
}
/* ------------------------------------ Theme Menu -------------------------------*/
.finance-theme .theme-main-menu {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.finance-theme .style-two .theme-main-menu {border: none;}
.finance-theme .theme-main-menu #mega-menu-holder > ul > li {position: relative;}
.finance-theme .theme-main-menu #mega-menu-holder > ul > li:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -10px;
}
.finance-theme .theme-main-menu #mega-menu-holder > ul > li:first-child:before {display: none;}
.finance-theme .theme-main-menu #mega-menu-holder > ul > li:first-child>a{padding-left: 0;}
.finance-theme .search-form form {
  height: 66px;
  width: 315px;
  position: relative;
}
.finance-theme .search-form form input {
  font-weight: 300;
  width: 100%;
  height: 100%;
  border: none;
  border-left:1px solid #f1f1f1;
  padding: 0 72px 0 15px;
}
.finance-theme .search-form form button {
  width: 70px;
  color: #fff;
  position: absolute;
  top:-0;
  bottom: 0;
  right: 0;
}
.theme-main-menu .menu-wrapper,
.finance-theme .theme-main-menu .main-container {position: relative;}
.finance-header.style-two #mega-menu-holder>ul> li> a,
.finance-header.style-two #mega-menu-holder li .sub-toggle {color: #fff;}
.finance-header.style-two #mega-menu-holder li>ul.dropdown {border-top-color: #159fcf;}
.finance-theme .finance-header.style-two .theme-main-menu #mega-menu-holder > ul > li:before {display: none;}
.finance-header.style-two #mega-menu-holder>ul> li> a {
  padding-left: 18px;
  padding-right: 18px;
}
.finance-header.style-two #mega-menu-holder>ul> li:last-child> a {padding-right: 0;}
.finance-header.style-two #mega-menu-holder li .sub-toggle {margin-left: -15px;}
.finance-header.style-two .logo {margin-top: 10px;}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-menu.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 999999;
  background: #fff;
  border:none;
  margin:0;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -webkit-animation: menu_sticky  0.70s ease-in-out;
  animation: menu_sticky  0.70s ease-in-out;
}
.style-two .theme-main-menu.fixed {background: #21201e;}
/* ---------------------------------- Theme Main Banner ----------------------------- */
.hesperiden.tparrows:before {
  font-family: 'font-awesome';
  line-height: 46px;
  font-size: 14px;
  color: inherit;
}
.hesperiden.tparrows.tp-leftarrow:before {
  content: '';
  margin: 0;
}
.hesperiden.tparrows.tp-rightarrow:before {
  content: '';
  margin: 0;
}
#banner .tp-caption h1 {color: #282828;}
#banner .tp-caption h6 {line-height: 32px;font-weight: normal;}
#banner .tp-caption a {border: none;}
#banner #finance-main-banner-two .tp-caption h1,
#banner #finance-main-banner-two .tp-caption h6 {color: #fff;}
/* ---------------------------- Finance Offer  ------------------------*/
.finance-theme .finance-offer {margin: 50px 0 80px 0;}
.finance-theme .finance-offer .title {text-align: center;}
.finance-theme .finance-offer .title h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;	
  color: rgba(0,0,0,0.3);
}
.finance-theme .finance-offer .title h2 {
  font-weight: 900;
  line-height: 50px;
  /*padding: 20px 0;*/
}
.finance-theme .finance-offer .single-offer {
  margin-top:120px;
  text-align: center;
  border:1px solid #eaeaea;
  border-radius: 3px;
  padding: 68px 0 30px 0;
  position: relative;
}
.finance-theme .finance-offer .single-offer h5 a {
  font-weight: 700;
  color: #323232;
  display: block;
}
.finance-theme .finance-offer .single-offer p {margin: 15px 26px 0 26px;}
#hexagon {
  width: 80px;
  height: 100px;
  position: absolute;
  top:-50px;
  left:50%;
  margin-left: -40px;
  text-align: center;
  font-size: 40px;
  line-height: 100px;
  background: url(../images/shape/1.png) no-repeat center;
}
.finance-theme .finance-offer .single-offer:hover #hexagon {background: url(../images/shape/2.png) no-repeat center;}
.finance-theme .finance-offer .single-offer:hover #hexagon {color: #fff;}
.finance-theme .finance-offer .single-offer:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.15);
  border-color: #fff;
}
/* ---------------------------- Theme About US  ------------------------*/
.about-top-text-one .title {
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
.about-top-text-one .title:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  top:50%;
  left:0;
  z-index: -1;
}
.about-top-text-one .title h6 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 43px;
  padding: 0 25px;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  color: rgba(0,0,0,0.3);
  background: #fff;
}
.about-top-text-one .img-box {
  width: 47%;
  border-radius: 3px;
  overflow: hidden;
}
.about-top-text-one .text {
  width: 53%;
  padding-left: 75px;
}
.about-top-text-one .text h3 {
  font-weight: 900;
  line-height: 45px;
  margin: -7px 0 24px 0;
}
.about-top-text-one .text>h6 {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.about-top-text-one .text .author {margin: 34px 0 40px 0;}
.about-top-text-one .text .author img.round-border {
  width: 76px;
  height: 76px;
}
.about-top-text-one .text .author .name {padding: 18px 0 0 40px;}
.about-top-text-one .text .author .name h6 {
  font-weight: 700;
  color: #393939;
}
.finance-theme .about-finance .text a {
  font-family: 'Roboto', sans-serif;
  position: relative;
  color: #393939;
  padding-bottom: 4px;
}
.finance-theme .about-finance .text a:hover {
  color: #082b6a;
}
.finance-theme .about-finance .text a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #393939;
  position: absolute;
  left: 0;
  bottom: 0;
}
.finance-theme .about-finance .counter-number {
  margin-bottom: 110px;
  text-align: center;
}
.finance-theme .about-finance .counter-number .wrapper {
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  margin-top: 80px;
  padding: 30px 0 26px 0;
}
.finance-theme .about-finance .counter-number .wrapper .number {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  color: #393939;
}
.finance-theme .about-finance .counter-number .wrapper h6 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 18px;
}
/* ------------------------------ Theme Service --------------------------*/
.finance-theme .our-service-style-one {
  background: #f8fafc;
  padding: 75px 0 110px 0;
  margin-bottom: 100px;
}
.finance-theme .our-service-style-one.m-fix {
  margin: 120px 0 0 0;
  padding-top: 60px;
}
.finance-theme .our-service-style-one .finance-title-one a {
  color: #393939;
  border:2px solid #e6e6e6;
  line-height: 46px;
  position: absolute;
  top:19px;
  right: 0;
}
.finance-theme .our-service-style-one .finance-title-one a:hover {color: #fff;}
.finance-theme .our-service-style-one .single-service {
  background: #fff;
  border:1px solid #f0f0f0;
  border-radius: 3px;
  padding: 40px 10px 38px 35px;
  margin-top: 70px;
}
.finance-theme .our-service-style-one .single-service .icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  display: block;
}
.finance-theme .our-service-style-one .single-service:hover .icon {
  -webkit-transform:scale(0.9);
          transform:scale(0.9);
}
.finance-theme .our-service-style-one .single-service h5 a {
  color: #393939;
  display: block;
  position: relative;
  margin: 45px 0 20px 0;
  z-index: 1;
}
.finance-theme .our-service-style-one .single-service h5 a span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #f7f7f7;
  font-size: 65px;
  position: absolute;
  left:0;
  top:50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.finance-theme .our-service-style-one .single-service a.learn-more {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #393939;
  margin-top: 18px;
}
.finance-theme .our-service-style-one .single-service a i {
  font-size: 17px;
  vertical-align: -1px;
  margin-left: 2px;
}
.finance-theme .our-service-style-one .single-service:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
          box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
  border-color: #fff;
}
/* ------------------- Finance Project One -------------------*/
.img {
  position: relative;
  overflow: hidden;
  background: #000;
}
.finance-theme .our-project-style-one .project-wrapper {margin: 65px 0 0 0;}
.finance-theme .our-project-style-one .single-project img {width: 100%;}
.finance-theme .our-project-style-one .single-project .opacity {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(19,19,19,0.85);
  text-align: center;
  opacity: 0;
  -webkit-transform:translateX(-100%);
          transform:translateX(-100%);
}
.finance-theme .our-project-style-one .single-project:hover .opacity {
  opacity: 1;
  -webkit-transform:translateX(0);
          transform:translateX(0);
}
.finance-theme .our-project-style-one .single-project .opacity .text {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.finance-theme .our-project-style-one .single-project:hover .opacity .text {opacity: 1;}
.finance-theme .our-project-style-one .single-project .opacity .text p,
.finance-theme .our-project-style-one .single-project .opacity .text h4 {color: #fff;}
.finance-theme .our-project-style-one .single-project .opacity .text p {font-weight: 300;}
.finance-theme .our-project-style-one .single-project .opacity .text h4 {font-weight: 500;}
.finance-theme .our-project-style-one .single-project .opacity .text a {
  width: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;
  font-size: 35px;
  margin-top: 22px;
}
.owl-theme .owl-nav {margin: 0;}
/* -------------------------- Finance Short Banner --------------------------- */
.finance-theme .short-banner {
  padding: 40px 0;
  margin-bottom: 85px;
}
.finance-theme .short-banner h4 {
  color: #fff;
  margin-top: 10px;
}
.finance-theme .short-banner a {
  border: none;
  color: #fff;
  text-transform: uppercase;
}
/* ------------------------------ Theme Pricing Plan --------------------------*/
.finance-theme .pricing-plan {margin-bottom: 110px;}
.finance-theme .pricing-plan .float-left {
  width: 33.333333333%;
  text-align: center;
  margin-top: 60px;
}
.finance-theme .pricing-plan .single-price-table {padding: 35px 0 50px 0;}
.finance-theme .clearfix:hover .single-price-table.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.finance-theme .pricing-plan .single-price-table:hover,
.finance-theme .pricing-plan .single-price-table.active,
.finance-theme .pricing-plan .single-price-table.active:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(88, 88, 88, 0.1);
}
.finance-theme .pricing-plan .single-price-table h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.finance-theme .pricing-plan .single-price-table ul li {
  line-height: 26px;
  margin-bottom: 20px;
}
.finance-theme .pricing-plan .single-price-table ul li i {
  display: block;
  margin-bottom: 5px;
}
.finance-theme .pricing-plan .single-price-table ul li i.fa-check {color: #45d523;}
.finance-theme .pricing-plan .single-price-table ul li i.fa-times {color: #f67878;}
.finance-theme .pricing-plan .single-price-table strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #393939;
  font-size: 42px;
  display: block;
  margin: 45px 0 45px 0;
}
.finance-theme .pricing-plan .single-price-table span {
  font-weight: normal;
  color: rgba(0,0,0,0.3);
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  text-align: left;
}
.finance-theme .pricing-plan .single-price-table a {
  line-height: 41px;
  font-weight: 700;
  font-size: 14px;
  color: #515356;
  text-transform: uppercase;
  border: 2px solid #ededed;
}
/* ------------------------------ Theme Client Slider --------------------------*/
.finance-theme .client-slider {
  background: url(../images/home/4.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 95px;
}
.finance-theme .client-slider .opacity {
  background: rgba(31,31,31,0.6);
  padding: 85px 0 85px 0;
}
.finance-theme .client-slider .title h6 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.finance-theme .client-slider .title h2 {
  color: #fff;
  line-height: 50px;
  font-weight: 700;
}
.finance-theme .client-slider .row {margin: 70px -35px 55px -35px;}
.finance-theme .client-slider .row .item {margin: 0 35px;}
.finance-theme .client-slider .item .wrapper {
  background: #fff;
  border-radius: 5px;
  margin-left: 12px;
  padding: 40px 25px 40px 55px;
  position: relative;
}
.finance-theme .client-slider .item .wrapper img {
  width: 135px;
  height: 135px;
  margin-top: 8px;
}
.finance-theme .client-slider .item .wrapper .text {
  width: calc(100% - 135px);
  padding-left: 30px;
}
.finance-theme .client-slider .item .wrapper .text h5 {
  font-weight: 500;
  margin-bottom: 10px;
}
.finance-theme .client-slider .item .wrapper .text h6 {
  font-size: 16px;
  color: rgba(0,0,0,0.4);
  margin-bottom: 18px;
  font-weight: normal;
}
.finance-theme .client-slider .item .wrapper .icon {
  width: 40px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  top:50px;
  left:-12px;
}
.finance-theme .client-slider .item .wrapper .icon:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 12px;
  border-right-width: 0;
  border-bottom-color: #3c5dba;
}
.finance-theme .client-slider .more {
  border: none;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
/* ------------------------------ Theme Blog --------------------------*/
.finance-theme .our-blog-one h2 {
  font-weight: 900;
  margin-bottom: 70px;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog img {width: 100%;}
.finance-theme .our-blog-one .blog-grid-post .post span {
  display: block;
  margin: 22px 0 15px 0;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog .post h5 a {
  font-weight: 700;
  color: #393939;
  line-height: 28px;
  display: block;
  margin-bottom: 13px;
}
.finance-theme .our-blog-one.blog-list .blog-grid-post .single-blog .post h5 a {
  font-size: 28px;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog .post .learn-more {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-top: 15px;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog .post .learn-more:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left:0;
  bottom: 0;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog:hover .img img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
  opacity: 0.4;
}
.finance-theme .our-blog-one .blog-grid-post .single-blog {
  margin-bottom: 65px;
}
.finance-theme .our-blog-one .blog-side-post .post-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.finance-theme .our-blog-one .blog-side-post .show-post {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 25px;
}
.finance-theme .our-blog-one .blog-side-post .post-wrapper:last-child .show-post {
  border: none;
  margin: 0;
  padding: 0;
}
.finance-theme .our-blog-one .blog-side-post .show-post img {width: 80px;}
.finance-theme .our-blog-one .blog-side-post .show-post .post {
  width: calc(100% - 80px);
  padding-left: 25px;
}
.finance-theme .our-blog-one .blog-side-post .show-post .post h5 a {
  font-size: 20px;
  line-height: 26px;
  color: #393939;
  display: block;
  margin: -5px 0 3px 0;
}
.finance-theme .our-blog-one .blog-side-post {margin-bottom: 100px;}
.finance-theme .owl-theme .owl-nav [class*=owl-] {
  font-family: 'font-awesome';
  margin: 0 2px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.finance-theme .owl-theme.blog-side-carousel .owl-nav [class*=owl-] {
  width: 33px;
  line-height: 33px;
  color: #bbbbbb;
  border:1px solid #e8e8e8;
  font-size: 20px;
}
.finance-theme .owl-theme.blog-side-carousel .owl-nav [class*=owl-]:hover {
  color: #fff;
}
.finance-theme .owl-theme.blog-side-carousel .owl-nav {
  position: absolute;
  top:-100px;
  right: -2px;
}
.finance-theme .blog-inner-page {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 150px;
}
.finance-theme .our-blog-one.blog-inner-page .blog-grid-post {width: 100%;}
.finance-theme .our-blog-one.blog-inner-page .blog-grid-post img {width: 100%;border-radius: 5px;}
.finance-theme .our-blog-one.blog-inner-page .blog-grid-post .img {border-radius: 5px;}
.blog-inner-page .page-pagination li {
  display: inline-block;
  margin-right: 4px;
}
.blog-inner-page .page-pagination.text-center li {margin: 0 2px;}
.blog-inner-page .page-pagination li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  background: #f3f3f3;
  border-radius: 5px;
  line-height: 36px;
  padding: 0 14px;
  color: #8c8c8c;
  text-transform: uppercase;
}
.blog-inner-page .page-pagination li a:hover {color: #fff;}
/*------------------------------- Partner Logo ------------------------*/
#partner-logo .item img {margin: 0 auto;}
#partner-logo {padding: 100px 0;}
#partner-logo.pfix {padding: 55px 0;}
.finance-theme .partners-section.bg-color {background: #f8fafc;}
/* ------------------------------ Theme Footer --------------------------*/
.default-footer {padding: 55px 0 0 0;position: relative;background: #1c4583;}
.default-footer .bottom-footer {margin-top: 60px; padding: 14px 0;background: #113e82;}
.default-footer .footer-logo p {
  color: rgba(255,255,255,0.6);
  margin-top: 14px;
}
.default-footer .top-footer .footer-list {padding-left: 55px;}
.default-footer .top-footer h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.default-footer .top-footer .footer-list ul li a {
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
  font-weight: normal;
  display: block;
}
.default-footer .top-footer .footer-latest-news {padding-left: 85px;}
.default-footer .top-footer .footer-latest-news .single-news h5 a {
  font-size: 17px;
  line-height: 25px;
  color: #e9e9e9;
}
.default-footer .top-footer .footer-latest-news .single-news span {color: #789dd6;}
.default-footer .top-footer .footer-latest-news .single-news {margin-bottom: 16px;}
.default-footer .top-footer .footer-subscribe {padding-left: 60px;}
.default-footer .top-footer .footer-subscribe p {color: rgba(255,255,255,0.6);}
.default-footer .top-footer .footer-subscribe form {
  margin: 40px 0 0 0;
  height: 60px;
  position: relative;
}
.default-footer .top-footer .footer-subscribe form input {
  width: 100%;
  height: 100%;
  border:none;
  background: #fff;
  border-radius: 30px;
  padding: 0 63px 0 30px;
  font-size: 15px;
}
.default-footer .top-footer .footer-subscribe form button {
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  width: 60px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  font-size: 30px;
}
.default-footer .bottom-footer p {
  color: #fff;
  line-height: 35px;
}
.default-footer .bottom-footer p a {font-weight: normal;}
.default-footer .bottom-footer ul li {
  display: inline-block;
  margin-left: 5px;
}
.default-footer .bottom-footer ul li a {
  border-color: #224e91;
  color: #6784af;
  width: 35px;
  line-height: 31px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.default-footer .bottom-footer ul li a:hover {color: #fff;}
.default-footer .bottom-footer .wrapper {padding: 24px 0;}
/* ---------------------------- Theme Inner Banner ------------------------*/
.finance-theme .theme-inner-banner {
  background: url(../images/inner-page/banner.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 120px;
}
.finance-theme .theme-inner-banner .opacity {
  background: rgba(0,0,0,0.7);
  padding: 85px 0 95px 0;
  text-align: center;
}
.finance-theme .theme-inner-banner h2 {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}
.finance-theme .theme-inner-banner ul li {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 6px 1px 0 1px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.finance-theme .theme-inner-banner ul li a {
  color: #fff;
  font-weight: normal;
}
/* ---------------------------- Theme Team  ------------------------*/
.theme-team-style-one {margin-bottom: 120px;}
.theme-team-style-one .single-team-member {margin-top: 60px;}
.theme-team-style-one .single-team-member .img,
.theme-team-style-one .single-team-member .img img {
  border-radius: 8px;
  background: transparent;
}
.theme-team-style-one .single-team-member .title h6 a {
  color: #393939;
  display: block;
  margin:32px 0 5px 0;
}
.theme-team-style-one .single-team-member .title p {margin: 8px 0 15px 0;}
.theme-team-style-one .single-team-member .title ul li {display: inline-block;}
.theme-team-style-one .single-team-member .title ul li a {
  width: 35px;
  line-height: 33px;
  border:1px solid #e7e7e7;
  text-align: center;
  color: #cfd1d9;
  margin-right: 4px;
}
.theme-team-style-one .single-team-member .title ul li a:hover {color: #fff;}
/* ---------------------------- Bottom Footer Banner  ------------------------*/
.bottom-footer-banner {padding: 35px 0;}
.finance-theme .bottom-footer-banner {
  background: #1c4583;
  border-bottom:1px solid #2b4c7f;
}
.bottom-footer-banner h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-top: 8px;
}
.bottom-footer-banner .button-five {
  line-height: 46px;
  font-size: 15px;
  font-weight: 500;
  border-width: 2px;
  color: #fff;
  text-transform: uppercase;
}
/* ---------------------------- Counter Banner  ------------------------*/
.finance-theme .counter-banner {
  background: url(../images/inner-page/4.jpg) no-repeat center;
  background-size: cover;
  margin: 115px 0 100px 0;
}
.finance-theme .counter-banner .opacity {
  background: rgba(28,58,141,0.85);
  padding: 90px 0 55px 0;
  text-align: center;
}
.finance-theme .counter-banner h2 {
  font-weight: 900;
  color: #fff;
  font-size: 60px;
}
.finance-theme .counter-banner p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
/* ------------------------------ Theme Blog Details --------------------------*/
.finance-theme .blog-details-content .blog-post span {
  display: block;
  margin: 22px 0 15px 0;
}
.finance-theme .blog-details-content h4,
.finance-theme .blog-details-content h5 {font-weight: 700;}
.finance-theme .blog-details-content .blog-post h4 {
  line-height: 28px;
  margin-bottom: 15px;
}
.finance-theme .blog-details-content .blog-post h5 {margin:45px 0 20px 0;}
.finance-theme .blog-details-content .blog-post img {border-radius: 5px;width: 100%;}
.finance-theme .blog-details-content .blog-post .post-quote {margin: 35px 0 40px 0;}
.finance-theme .blog-details-content .blog-post .post-quote img {width: 33%;}
.finance-theme .blog-details-content .blog-post .post-quote p {
  width: 67%;
  padding-left: 65px;
  font-size: 18px;
  line-height: 28px;
  color: #393939;
  position: relative;
}
.finance-theme .blog-details-content .blog-post .post-quote p i {font-size: 22px;color: #c3c3c3;}
.finance-theme .blog-details-content .blog-post .post-quote p i.fa-quote-left {
  position: absolute;
  top:0;
  left: 35px;
}
.finance-theme .blog-details-content .share-option {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
  margin: 35px 0 70px 0;
}
.finance-theme .blog-details-content .share-option .float-left li,
.finance-theme .blog-details-content .share-option .float-right li {
  display: inline-block;
  font-weight: 600;
  color: #393939;
}
.finance-theme .blog-details-content .share-option .float-left li a {
  font-weight: normal;
  color: rgba(0,0,0,0.5);
  font-style: italic;
}
.finance-theme .blog-details-content .share-option .float-right li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f4f4f4;
  color: #bcbcbc;
  margin-left: 4px;
  font-size: 15px;
}
.finance-theme .blog-details-content .share-option .float-right li a:hover {color: #fff;}
.theme-blog-large-sideOne .comment-area h4 {margin-bottom: 35px;}
.theme-blog-large-sideOne .comment-area .main-comment {
  border: 1px solid #e9e9e9;
  padding: 25px 55px 50px 35px;
  margin-bottom: 20px;
}
.theme-blog-large-sideOne .comment-area .single-comment img {
  width: 75px;
  border-radius: 5px;
}
.theme-blog-large-sideOne .comment-area .single-comment .comment {
  width: calc(100% - 75px);
  padding-left: 20px;
  position: relative;
}
.theme-blog-large-sideOne .comment-area .single-comment .comment p {margin-top: 13px;}
.theme-blog-large-sideOne .comment-area .single-comment .comment h6 {color: #393939;}
.theme-blog-large-sideOne .comment-area .single-comment.reply-comment {
  margin-left: 95px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}
.theme-blog-large-sideOne .comment-area .single-comment button {
  width: 60px;
  line-height: 30px;
  background: #f4f4f4;
  color: #393939;
  text-transform: uppercase;
  position: absolute;
  top:0;
  right: 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.theme-blog-large-sideOne .comment-area .single-comment button:hover {color: #fff;}
.theme-blog-large-sideOne .leave-reply h4 {margin: 70px 0 8px 0;}
.theme-blog-large-sideOne .leave-reply form {margin-top: 25px;}
.theme-blog-large-sideOne .leave-reply form textarea,
.theme-blog-large-sideOne .leave-reply form input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin-bottom: 23px;
  padding: 0 15px;
}
.theme-blog-large-sideOne .leave-reply form textarea {
  height: 210px;
  max-height: 210px;
  padding: 20px 15px;
}
.theme-blog-large-sideOne .leave-reply form input {height: 55px;}
.theme-blog-large-sideOne .leave-reply form button {
  text-transform: uppercase;
  border:none;
  font-weight: 700;
  font-size: 14px;
}
/* ------------------ Finance Project Two -------------------*/
.finance-theme .our-project-style-two {margin-bottom: 100px;}
#mixitUp-item .mix {display: none;float: left;}
.our-project-style-one #mixitUp-item .mix {width: 25%;}
.finance-theme .our-project-style-two p.title,
.finance-theme .our-project-style-one p.title {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.finance-theme .mixitUp-menu {
  text-align: center;
  border-bottom: 2px solid #f8fafc;
  margin:55px 0 70px 0;
}
.finance-theme .mixitUp-menu li {
  display: inline-block;
  padding: 10px 0 15px 0;
  font-weight: 700;
  font-size: 15px;
  margin: 0 22px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.finance-theme .mixitUp-menu li.active,
.finance-theme .mixitUp-menu li:hover {
  border-bottom: 2px solid #fed100;
  color: #282828;
}
.finance-theme .our-project-style-two .single-project {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 40px;
}
.finance-theme .our-project-style-two .single-project img {
  width: 100%;
  border-radius: 6px;
}
.finance-theme .our-project-style-two .single-project .text {
  position: absolute;
  background: #fff;
  bottom: 0;
  left:0;
  right: 0;
  border: 1px solid #ececec;
  border-radius: 0px 0px 5px 5px;
  padding: 22px 0 22px 0;
  -webkit-transform-origin:0% 100%;
          transform-origin:0% 100%;
}
.finance-theme .our-project-style-two .single-project h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.finance-theme .our-project-style-two .single-project .hover-text {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: rgba(47,73,145,0.9);
  z-index: 9;
  opacity: 0;
  -webkit-transform:translateY(-100%);
          transform:translateY(-100%);
}
.finance-theme .our-project-style-two .single-project .hover-text h5 {color: #fff;}
.finance-theme .our-project-style-two .single-project .hover-text a {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  font-size: 30px;
  margin-top: 5px;
}
.finance-theme .our-project-style-two .single-project .hover-text a:hover {background: #fff;}
.finance-theme .our-project-style-two .single-project .hover-text>div {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.finance-theme .our-project-style-two .single-project:hover .text {
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.finance-theme .our-project-style-two .single-project:hover .hover-text {
  -webkit-transform:translateY(0);
          transform:translateY(0);
  opacity: 1;
}
.finance-theme .our-project-style-one .project-wrapper#mixitUp-item {margin-top: 0;}
/* ---------------------------- Theme Project Details  ------------------------*/
.theme-default-project-details .project-large-sidebar .image-gallery {margin: 0 -10px;}
.theme-default-project-details .project-large-sidebar .image-gallery [class*="col-"] {padding: 0 10px; float:left;}
.theme-default-project-details .project-large-sidebar .image-gallery .col-8 {width: 69.4%;}
.theme-default-project-details .project-large-sidebar .image-gallery .col-4 {width: 30.6%;}
.theme-default-project-details .project-large-sidebar .image-gallery [class*="col-"] img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.theme-default-project-details .project-large-sidebar .top-text h4 {
  font-weight: 700;
  margin: 35px 0 16px 0;
}
.theme-default-project-details .project-large-sidebar .top-text h6 {
  color: #393939;
  line-height: 30px;
  margin-bottom: 20px;
}
.theme-default-project-details .project-large-sidebar .top-text {
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
.theme-default-project-details .project-large-sidebar .bottom-text .left-side {width: 43%;}
.theme-default-project-details .project-large-sidebar .bottom-text .left-side img {border-radius: 5px;}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side {width: 57%;padding-left: 55px;}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side .list-box {
  position: relative;
  padding-left: 30px;
}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side .list-box:before {
  content: '';
  width: 1px;
  height: 73%;
  position: absolute;
  top:10px;
  left:5px;
  background: #eaeaea;
}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side .list-box h6 {
  color: #393939;
  position: relative;
  line-height: 28px;
  margin: 25px 0 10px 0;
}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side .list-box h6:before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  left:-30px;
  top:8px;
}
.theme-default-project-details .project-large-sidebar .bottom-text .single-content {margin-bottom: 90px;}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side>h6 {margin: 20px 0 15px 0;}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side ul li {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.theme-default-project-details .project-large-sidebar .bottom-text .right-side ul li i {
  margin-right: 12px;
  font-size: 18px;
}
.theme-default-project-details .project-large-sidebar {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 50px;
}

/* ---------------- Finance Service Two ------------------*/
.finance-theme .service-large-sidebar .single-service img {border-radius: 5px;width: 100%;}
.finance-theme .service-large-sidebar .single-service h5 a {
  color: #282828;
  display: block;
}
.finance-theme .service-large-sidebar .single-service .title {
  padding: 30px 0 20px 0;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 70px;
}
.finance-theme .service-large-sidebar .single-service:hover .title {
  border-bottom: 2px solid #2f4991;
}
.finance-theme .service-large-sidebar .single-service .title h2 {
  font-weight: 900;
  font-size: 60px;
  color: #f7f7f7;
  position: absolute;
  right: 0;
  top:22px;
  z-index: -1;
}
.finance-theme .our-service-style-two {
  border-bottom: 1px solid #f6f8fa;
  padding-bottom: 100px;
}
/* ----------------------------- Theme Service Details  ----------------------------*/
.finance-theme .our-service-details .image-gallery {margin: 0 -10px;}
.finance-theme .our-service-details .image-gallery [class*="col-"] {padding: 0 10px; float:left;}
.finance-theme .our-service-details .image-gallery .col-9 {width: 80.2%;}
.finance-theme .our-service-details .image-gallery .col-3 {width: 19.8%;}
.finance-theme .our-service-details .image-gallery [class*="col-"] img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.finance-theme .our-service-details .top-text h4 {
  font-weight: 700;
  margin: 35px 0 16px 0;
}
.finance-theme .our-service-details .middle-text {margin: 65px 0 45px 0;}
.finance-theme .our-service-details .middle-text img {width: 45%;border-radius: 5px;}
.finance-theme .our-service-details .middle-text .right-side {
  width: 55%;
  padding-left: 60px;
}
.finance-theme .our-service-details .middle-text .right-side h4 {
  font-weight: 700;
  margin: 0 0 20px 0;
}
.finance-theme .our-service-details .middle-text .right-side h6 {
  font-weight: normal;
  margin: 28px 0 25px 0;
}
.finance-theme .our-service-details .middle-text .right-side ul li {
  float:left;
  width: 50%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.finance-theme .our-service-details .middle-text .right-side ul li i {margin-right: 6px;}
.finance-theme .our-service-details .details-box h4 {
  font-weight: 500;
  margin-bottom: 30px;
}
.finance-theme .our-service-details .details-box p {
  border:1px solid #ededed;
  border-radius: 5px;
  padding: 25px 20px 25px 30px;
  margin-bottom: 70px;
}
.finance-theme .our-service-details .details-faq h4 {
  font-weight: 500;
  margin-bottom: 50px;
}
.finance-theme .our-service-details .details-faq .panel-group .panel-heading {
  padding: 0;
  border: none;
}
.finance-theme .our-service-details .details-faq .panel-group .panel {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.finance-theme .our-service-details .details-faq .panel-group .panel-heading a {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  color: #2c2c2c;
  padding: 25px 10px 25px 45px;
  display: block;
}
.finance-theme .our-service-details .details-faq .panel-group .panel-heading a:before {
  content: '+';
  font-size: 22px;
  color: #d9d9d9;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 25px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -15.5px;
}
.finance-theme .our-service-details .details-faq .panel-group .panel-heading.active-panel a:before {
  content: '-'
}
.finance-theme .our-service-details .details-faq .panel-group .panel-body {
  border: none;
  padding: 0 0 20px 45px;
}
.finance-theme .our-service-details {margin-bottom: 100px;}
/* ---------------------------- Theme Sidebar  ------------------------*/
.finance-theme .service-sidebar .wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin-bottom: 35px;
}
.finance-theme .service-sidebar .wrapper ul li a {
  font-weight: normal;
  color: rgba(0,0,0,0.55);
  font-size: 18px;
  line-height: 62px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 70px;
  position: relative;
  display: block;
}
.finance-theme .service-sidebar .wrapper ul li:last-child a {
  border: none;
  border-radius: 0 0 5px 5px;
}
.finance-theme .service-sidebar .wrapper ul li:first-child a {border-radius: 5px 5px 0 0;}
.finance-theme .service-sidebar .wrapper ul li a i {
  position: absolute;
  left: 28px;
  top:0;
  line-height: 62px;
  font-size: 21px;
}
.finance-theme .service-sidebar .wrapper ul li a:hover {background: #f8f8f8;}
.finance-theme .service-sidebar .wrapper.project-list ul li a {
  font-weight: 600;
  line-height: 22px;
  padding: 13px 30px;
  font-size: 16px;
}
.finance-theme .service-sidebar .brochure {padding: 22px 10px 30px 25px;}
.finance-theme .service-sidebar .brochure h5 {font-weight: 500;}
.finance-theme .service-sidebar .brochure p {
  margin: 10px 0 12px 0;
}
.finance-theme .service-sidebar .brochure a {
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
  text-transform: uppercase;
  line-height: 30px;
}
.finance-theme .service-sidebar .brochure a img {margin-right: 14px;display: inline-block;}
.finance-theme .service-sidebar .call-us {
  padding: 22px 0 30px 0;
  text-align: center;
}
.finance-theme .service-sidebar .call-us span {line-height: 30px;}
.finance-theme .service-sidebar .call-us h6 {
  font-weight: 700;
  color: #393939;
  margin: 10px 0 12px 0;
}
.finance-theme .service-sidebar .call-us a {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,0.7);
}
.theme-blog-sidebarOne .sidebar-search form {
  height: 55px;
  position: relative;
}
.theme-blog-sidebarOne .sidebar-search form input {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #f0f0f0;
  padding: 0 58px 0 25px;
}
.theme-blog-sidebarOne .sidebar-search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  font-size: 18px;
}
.theme-blog-sidebarOne h4 {
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 65px;
}
.theme-blog-sidebarOne .sidebar-categories ul li a {
  font-weight: 600;
  color: rgba(0,0,0,0.4);
  margin-bottom: 18px;
  display: block;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li img {
  width: 90px;
  border-radius: 5px;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li {margin-bottom: 30px;}
.theme-blog-sidebarOne .sidebar-recent-news ul li .post {
  width: calc(100% - 90px);
  padding-left: 28px;
}
.theme-blog-sidebarOne .sidebar-recent-news ul li .post h6 a {
  line-height: 26px;
  color: #25292f;
}
.theme-blog-sidebarOne .sidebar-keywords ul li {
  display: inline-block;
  margin:0 4px 10px 0;
}
.theme-blog-sidebarOne .sidebar-keywords ul li a {
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  font-weight: normal;
  color: rgba(0,0,0,0.6);
  padding: 0 13px;
}
.finance-theme .blog-inner-page .blog-sidebar .sidebar-keywords ul li a:hover {color: #fff;}
/*----------------------- Shop Page ---------------------*/
.shop-sidebar .search {
  height: 45px;
  position: relative;
}
.shop-sidebar .search input {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: none;
  padding: 0 102px 0 10px;
  font-style: italic;
  font-size: 15px;
}
.shop-sidebar .search button {
  position: absolute;
  width: 100px;
  height: 100%;
  top:0;
  right: 0;
  color: #fff;
}
.shop-sidebar h4 {
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.shop-sidebar h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 85px;
  height: 2px;
  background: #3e60c2;
}
.shop-sidebar .sidebar-shop-categories {margin: 60px 0;}
.shop-sidebar .sidebar-shop-categories ul li a {
  font-size: 17px;
  color: rgba(36,34,34,0.6);
  display: block;
  margin-bottom: 18px;
}
.shop-sidebar .shop-popular-product ul li img {width: 100px;}
.shop-sidebar .shop-popular-product ul li .name {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.shop-sidebar .shop-popular-product ul li .name h6 a {
  font-weight: 500;
  color: #242222;
  display: block;
  margin: 10px 0;
}
.shop-sidebar .shop-popular-product ul li .name strong {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-weight: 900;
  font-size: 18px;
}
.shop-sidebar .shop-popular-product ul li {margin-bottom: 30px;}
.shop-product .single-product .image {overflow: hidden;}
.shop-product .single-product .image img {
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  width: 100%;
}
.shop-product .single-product:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.shop-product .single-product .info {
  border: 1px solid #f0f0f3;
  border-top: none;
  text-align: center;
  padding: 32px 0 35px 0;
  margin-bottom: 30px; 
}
.shop-product .single-product .info h6 a {
  font-weight: 600;
  color: #242222;
  display: block;
}
.shop-product .single-product .info strong {
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #242222;
  font-size: 18px;
  margin: 12px 0 15px 0;
}
.shop-product .single-product .info>a {
  width: 130px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.shop-pagination {text-align: center;margin: 30px 0 0 0;}
.shop-pagination li {display: inline-block;vertical-align: middle;}
.shop-pagination li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  margin: 0 4px;
}
.shop-pagination li:last-child a {
  font-size: 12px;
  margin-left: 12px;
}
.shop-details .single-product-details img {width: 54%;}
.shop-details .single-product-details .product-order-details {
  width: 46%;
  padding-left: 30px;
}
.shop-details .single-product-details .product-order-details h3 {
  font-weight: 600;
  font-size: 32px;
}
.shop-details .single-product-details .product-order-details .price li {
  display: inline-block;
  vertical-align: middle;
  color: rgba(36,34,34,0.9);
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
}
.shop-details .single-product-details .product-order-details .price li:first-child {
  font-weight: 500;
  font-size: 32px;
}
.shop-details .single-product-details .product-order-details .price li:nth-child(2) {
  font-weight: 500;
  font-size: 24px;
  margin: 0 12px 0 30px;
}
.shop-details .single-product-details .product-order-details .price li:nth-child(3) {
  font-size: 14px;
}
.shop-details .single-product-details .product-order-details .price {margin: 16px 0 3px 0;}
.shop-details .single-product-details .product-order-details .rating li {
  display: inline-block;
  margin-right: 3px;
  color: #ffc520;
}
.shop-details .single-product-details .product-order-details .rating {margin: 20px 0 30px 0;}
.shop-details .single-product-details .product-order-details .clearfix li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
  vertical-align: middle;
}
.shop-details .single-product-details .product-order-details .clearfix li button {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  width: 65px;
}
.shop-details .single-product-details .product-order-details .clearfix #product-value {
  width: 70px;
  height: 40px;
  line-height: 40px;
  background: #eaede8;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.shop-details .single-product-details .product-order-details .clearfix a {
  width: 130px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.shop-details .single-product-details .product-order-details .clearfix {margin-top: 74px;}
.shop-details .review-tab {margin: 80px 0 100px 0;}
.shop-details .review-tab .nav-tabs > li {margin: 0;}
.shop-details .review-tab .nav-tabs > li > a {
  line-height: 60px;
  font-size: 20px;
  color: #242222;
  border: none;
  padding: 0 55px;
  background: #eaede8;
  border-radius: 0;
}
.shop-details .review-tab .nav-tabs {border: none; margin: 0 0 40px 0;}
.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,
.shop-details .review-tab .nav-tabs > li.active > a:focus {color: #fff;}
.shop-details .review-tab .tab-pane p {
  font-size: 18px;
  line-height: 35px;
}
.shop-details .review-tab .tab-pane h4 {margin-bottom: 40px;}
.shop-details .review-tab .tab-pane ul li {
  line-height: 45px;
  font-size: 18px;
}
.shop-details .related-product h4 {
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.shop-details .related-product h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 85px;
  height: 2px;
  background: #3e60c2;
}
.shop-details .related-product .item {margin: 0 15px;}
.shop-page .top-select-section {margin-bottom: 63px;}
.shop-page .top-select-section>li:last-child {
  line-height: 45px;
  font-size: 18px;
}
.shop-page .bootstrap-select > .dropdown-toggle {
  width: 200px;
  height: 45px;
  padding: 0 0 0 15px;
  background: transparent;
  border: 1px solid #ececec !important;
  position: relative;
  outline: none !important;
}
.shop-page .bootstrap-select.btn-group .dropdown-toggle .filter-option {font-size: 16px;}
.shop-page .bootstrap-select.btn-group .dropdown-toggle .caret {
  top:23px;
  border-top-color: #969696;
}
.shop-page .bootstrap-select > .dropdown-toggle:hover,
.shop-page .bootstrap-select > .dropdown-toggle:focus {
  background: transparent;
  outline: none !important;
}
.shop-page .bootstrap-select.btn-group .dropdown-menu li a span.text {font-size: 16px;}
.shop-page .bootstrap-select.btn-group .dropdown-menu li.selected a span.text,
.shop-page .bootstrap-select.btn-group .dropdown-menu li:hover a span.text {color: #fff;}
.shop-page .dropdown-menu  {border: 1px solid rgba(0,0,0,0.06;)}
.shop-page{margin-bottom: 100px;}
/* --------------------- Faq Page --------------------*/
.faq-section {
  background: #f9f9f9;
  padding: 95px 0 100px 0;
}
.faq-section h3 {
  font-size: 38px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 65px;
}
.faq-section .faq-content {
  background: #fff;
  padding: 30px 35px 30px 40px;
  margin-bottom: 30px;
}
.faq-section .faq-content h6 {
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
}
/*--------------------------- Error Page ---------------------*/
.error-page {
  text-align: center;
  padding-bottom: 200px;
}
.error-page h2 {
  font-size: 150px;
  margin-top:40px;
  font-weight: 900;
  letter-spacing: 14px;
}
.error-page h3 {
  font-weight: normal;
  font-size: 60px;
  margin-bottom: 25px;
}
.error-page p {
  font-size: 18px;
  margin-bottom: 41px;
}
.error-page a {
  line-height: 55px;
  width:128px;
  color:#fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
}
.error-page span.or {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}
.error-page form {
  height:55px;
  width:380px;
  position: relative;
  display: inline-block;
}
.error-page form input {
  padding: 0 58px 0 20px;
  border:1px solid #f0f0f0;
  height: 100%;
  width: 100%;
}
.error-page form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 55px;
  border-left: 1px solid #f0f0f0;
  background: transparent;
  font-size: 20px;
  color: #a3a3a3;
}
/* ------------- Google Map  --------------*/
.map-canvas {
  height: 485px;
  width: 100%;
}
.si-content h4 {margin-bottom: 10px;}
.si-has-border .si-content-wrapper {border: none;}
.si-shadow-wrapper-top {opacity: 0;}
/*** 

====================================================================
  Conatct Form Activation
====================================================================

 ***/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {color: #ffce6e;}
#error {color: #C9182B;}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/* ------------- Finance Contact Page --------------*/
.theme-contact-page-styleOne h4 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 55px;
  color:#2f373a;
}
.theme-contact-page-styleOne .contact-us-form .row {margin: 0 -10px;}
.theme-contact-page-styleOne .contact-us-form .row [class*="col-"] {padding: 0 10px;}
.theme-contact-page-styleOne .contact-us-form form .single-input {margin-bottom: 22px;}
.theme-contact-page-styleOne .contact-us-form form input,
.theme-contact-page-styleOne .contact-us-form form textarea {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
  border:1px solid #ececec;
  padding: 0 15px 0 15px;
  border-radius: 5px;
}
.theme-contact-page-styleOne .contact-us-form form input {height: 50px;}
.theme-contact-page-styleOne .contact-us-form form textarea {
  height: 165px;
  max-height: 165px;
  padding: 15px;
}
.theme-contact-page-styleOne .contact-us-form form button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.theme-contact-page-styleOne .contactUs-address {padding-left: 38px;}
.theme-contact-page-styleOne .contactUs-address>p {margin:-7px 0 30px 0;}
.theme-contact-page-styleOne .contactUs-address .single-address .icon {
  width: 65px;
  height: 65px; 
  text-align: center;
  margin-top: 7px;
  line-height: 65px;
  font-size: 30px;
}
.theme-contact-page-styleOne .contactUs-address .single-address h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  color: #393939;
}
.theme-contact-page-styleOne .contactUs-address .single-address span {font-size: 16px;font-weight: bold;}
.theme-contact-page-styleOne .contactUs-address .single-address {
  margin-bottom: 30px;
}
.theme-contact-page-styleOne .contactUs-address .single-address .text {
  padding-left: 26px;
  margin-top: 10px;
}
.finance-theme .contact-us-page {margin-bottom: 110px;}