
 Display Dropdowns on Hover /*==========================================================
    Template Name: Ferrari - Creatrive / Corporate / Single Page Template
    Created By: Codeshaper
    Envato Profile: https://themeforest.net/user/codeshaper
    Website: http://codeshaper.net
    Description: Ferrari is Fully Responsive Creative / Corporate / Single Page Bootstrap Template With Awesome Sections.
    Version: v1.0
    Support: http://codeshaper.net/contact.php
============================================================*/
/*==========================================================
    
    CSS INDEX
    ===================
  
  1. Theme Default CSS
  2. Menu Area
  3. About Area
  4. Services Area
  5. features Area
  6. Counting Area
  7. Portfolio Area
  8. Team Area
  9. Testimonial
  10. Pricing Area
  11. Contact Area
  12. Footer Area
  
==========================================================*/
/*----------------------------------------*/
/*  1. Theme Default CSS
/*----------------------------------------*/
/*-- Common Style --*/

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #14385e;
    line-height: 1.6;
}
p:last-child {
    margin-bottom: 0;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
}

a,
i,
button,
img,
input,
span,
*:before,
*:after {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
*:focus {
    outline: 0px solid transparent;
}
a:focus {
    color: inherit;
    outline: medium none;
    transform: scale(1);
    text-decoration: none;
}
a,
a:hover {
    text-decoration: none;
}

/*-- Preloader --*/
#preloader {
    background-color: #062c4f;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.preloader-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.preloader-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
}
.object {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animate {
    0% {
        -webkit-transform: perspective(160px);
    }
    50% {
        -webkit-transform: perspective(160px) rotateY(-180deg);
    }
    100% {
        -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
    }
}
@keyframes animate {
    0% {
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    }
    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}



/*-- 1. Header area 
===================================--*/
.headerTop{
    background: #183f67;
    padding: 3px 0px;
}

.headerTopLeft,
.headerTopRight{
    margin: 0;
    padding: 0;
}


.headerTopLeft li,
.headerTopRight li{
    display: inline;
    padding: 4px;
}

.headerTopLeft li,
.headerTopRight li{
    font-size: 11px;
    color: #88b3df;
}

.headerBottom{
    background: #14385e;
}

.headerBottom .navbar{
    margin: 0;
}

.headerBottom .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.headerBottom .navbar-brand {
    float: left;
    padding: 10px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    transition: .7s;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #6d93bb;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #6d93bb;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, {
    color: #6d93bb;
    background-color: transparent;
    position: relative;
    transition: .7s;
}

.navbar-default .navbar-nav>li>a:hover:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #6d93bb;
    bottom: -1px;
    left: 19px;
}

.nav>li>a {
    padding: 15px 23px 15px 21px;
}
.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu {
    background: #14385e;
    min-width: 200px !important;
}
.
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #468ab5;
    background-color: #183f67;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}





.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}





/*-- 1. Banner area 
===================================--*/
.bannerArea{
    background:url(../img/banner.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 20px 0px;
}

.inner-page-credit-cards{
  background: url(../img/banner-credit-cards.jpg) !important;
}

.inner-page-insurance{
  background: url(../img/banner-insurance.jpg) !important;
}

.inner-page-loans{
  background: url(../img/banner-loans.jpg) !important;
}

.bannerArea:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background:rgba(0,0,0, .5);  
}

.bannerLeft{
    background: rgba(255,255,255, .9);
    text-align: center;
    padding: 35px;
}


.skill-box > h3 {
  margin-bottom: 15px;
  color: #333;
}
.skill-box > .skills-circle > ul {
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.skill-box > .skills-circle > ul > li {
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.skill-box > .skills-circle > ul > li > span {
  color: #14385e;
}
.skill-box > .skills-circle > ul > li > span.text, 
.skill-box > .skills-circle > ul > li > span ~ b {
    top: 57%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -8px;
    z-index: 1;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}
.yellow{
    color: #ffa200;
}

.skill-box > .skills-circle > ul > li > span.text ~ b, .skill-box > .skills-circle > ul > li > span ~ b ~ b {
  font-weight: normal;
  margin-top: 8px;
}
.skill-box > .skills-circle > ul > li > span.bar-circle-right, .skill-box > .skills-circle > ul > li > span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #14385e;
  clip: rect(0, 75px, 150px, 0);
}

.skill-box > .skills-circle > ul > li > span.bar-circle-left{

}
    
.skill-box > .skills-circle > ul > li > span.bar-circle-left:after{
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000;
    content: "";
}

.skill-box > .skills-circle > ul > li > span.bar-circle-cover {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background-color: #eee;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.bannerLeft strike{
    color: #000;
}


.bannerLeft a{
    background: #14385e;
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    margin: 20px 0px 0px 0px;
    border-radius: 5px;
    transition: .4s;
    border:2px solid #14385e;
}

.bannerLeft a i {
    color: #14385e;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
}

.bannerLeft a:hover{
    background: #fff;
    color: #14385e;
}


.bannerRight {
    background: rgba(0,0,0, .5);
    padding: 22px 40px;
    text-align: center;
}

.bannerRight h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.bannerRight .btn-default,
.bannerRight .form-control {
    background: rgba(40, 41, 40, 0.49);
    border: 1px solid #595a59;
    border-radius: 2px;
    padding: 10px;
    height: 40px;
    color: #9f9f9f;
}


.bannerRight .btn-default:hover{
  background: #14385e;
  color: #fff;

}

/*-- 3. About area 
===================================--*/
.aboutArea,
.Partnararea{
    padding: 20px 0px;
    text-align: center;
}

.boxWrap{
    margin-top: 30px;
}
.singleBox {
  position: relative;
  width: 13%;
  height: 150px;
  z-index: 1;
  float: left;
  margin: 5px;
}
.singlecard{
  background:#062c4f;
  color: #fff;
  display: block;
  height: 100%;
}
.singlecard img{
  margin: 35px 0px 15px 5px;
}
.singlecard p{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-top: -15px;
}
.singlecard:hover{
  background-color: #f0b21a;
}
/*#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all .5s linear;
  display: table;
}
.singleBox:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
  background: #000;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: table;
  padding:  0px 10px 30px 10px;
}
}

.face.front{
    background:#062c4f;
    color: #fff;
    position: absolute;
    font-size: 18px;
    display: block;
}

.face.back {
  display: table;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
  background-color: #f0b21a;
}

.face.back i{
    font-size: 28px;
}

.dt img {
    width: 143%;
    margin-bottom: 20px;
}
.dt{
    vertical-align: bottom;
    display: table-cell;
}
.singleBox{
     font-size: 18px;   
}

.front.face {
    background: #062c4f;
    color: #fff;
}

.face.back i {
    font-size: 60px;
    line-height: 70px;
}*/




.partnarWrap{
    overflow: hidden;
}

.partnarWrap .partnarSingle,
.parnat-2nd-row .partnarSingle{
    width: 20%;
    float: left;
    padding: 10px;
}

.parnat-2nd-row {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-left: 75px;
}

/*-- 3. service area 
===================================--*/
.service{
    background:#f1f1f1;
    padding: 50px 0px;
}

.service .title{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}


.service .title h3{
    color: #000;
    font-size: 24px;
    background: #fdb000;
    position: relative;
    margin-bottom: 35px;
    padding: 10px;
}

.service .title h3:after{
    position: absolute;
    content: url("../img/rec.png");
    bottom: -26px;
    left: 48%;
    z-index: 1;
}

.serviceSingle{
    margin-top: 60px;
    color: #333333;
}

.serviceSingle h2 {
    font-size: 25px;
    color: #333333;
    margin: 20px 0px 5px 0px;
}


.justplay{
  padding: 50px 0px;
}

.largjstplay{
  font-size: 60px;
  text-align: center;
  margin-bottom: 60px;
}

.justplaysingle {
    margin-bottom: 50px;
}

.justplaysingle .media-heading {
    font-size: 16px;
    margin-bottom: 0px;
}

.justplaysingle .media-body p {
    font-size: 14px;
    line-height: 20px;
}

.whyusmiddle img {
    margin-top: -25px;
}

.subscribe{
  background: #fdb000;
  padding: 40px 0px;
}

.subscribe-btn a {
    background: #053160;
    color: #fff;
    padding: 18px 30px;
    float: right;
    border-radius: 2px;
    border: 2px solid #053160;
    transition: .5s;
}

.subscribe-btn a:hover {
    color: #053160;
    background: #FDB000;
}

.footerTop{
  background: #1e1e1e;
  padding: 50px 0px;
}

.footerTopSingle h2 {
    color: #D3D3D3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    position: relative;
}

.footerTopSingle h2:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1.5px;
    background: #333;
    bottom: -6px;
    left: 0px;
}
.footerTopSingle ul li,
.footerTopSingle ul li a {
    color: #8b8b8b;
}

.footerTopSingle ul li a:hover {
    color: #FDB000;
}


.footer-bottom{
  padding: 15px 0px;
}

.design{
  text-align: right;
}

.ficon{
  background: #dcdcdc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  margin-top: 3px;
}
.ficon:hover{
  background: #4386FB;
  color: #fff;
}
.success {
    color: #ccc !important;
}
.error{
    text-align: left !important;
    color: #FA192C;
    margin-left: -130px; 
}
/*-- Inner page css
============================================================ -- */
#bannerTop {
    background: #183f67;
}

.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 0;
    background-color: transparent;
    color: #fff;
}

/*-- banner top (step form)
============================================== --*/

.stepwizard-step p {
    margin-top: -5px;
    font-size: 10px;
    color: #adbbc9;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 8px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 68%;
    height: 1px;
    background-color: #adbbc9;
    left: 15%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 6px 0;
    font-size: 9px;
    line-height: 9px;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('http://positivecrash.com/wp-content/uploads/ico-s71a7fdede6.png') no-repeat;
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  width: 43px;
  height: 40px;
  
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 40px;
  width: 43px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  
  position: relative;
  z-index: 1;
}

.star-rating{
  font-size: 0;
}
.star-rating__wrap{
  display: inline-block;
  font-size: 1rem;
}
.star-rating__wrap:after{
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico {
    float: right;
    padding-left: 4px;
    cursor: pointer;
    color: #FFB300;
    font-size: 22px;
    margin-top: 10px;
}
.star-rating__ico:last-child{
  padding-left: 0;
}
.star-rating__input{
  display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
  content: "\f005";
}

.overviewTopTitle h2, .overviewTopTitle ul {
    display: inline-block;
}

.overviewTopTitle ul{
  text-align: right;
}
.overviewTopTitle ul li{
  display: inline-block;
}

.tab-content {
    padding: 40px 0px;
}

.overviewTopTitle ul li span{
  line-height: 30px;
}

.overviewTopTitle h2 {
    font-size: 24px;
}

.overviewTopTitle {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
	margin-top: 20px;
    padding-bottom: 10px;
	padding-left: 0;
}

.overviewAccordion{
  margin-top: 30px;
}


.review-box {
    background: #cbdefb;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px 10px;
}
.review-box:hover {
    box-shadow: 0 0 4px 2px #d8d8d8;
}


.bu_review .review-box .review-info {
    overflow: hidden;
    padding: 20px 20px 0;
    height: 270px;
    text-align: justify;
}

.review-box .review-info .bank-title-box img {
    display: inline;
    float: left;
    margin-right: 8px;
}

 .review-box .review-info .review-rating {
    display: block;
    float: left;
    margin-bottom: 2px;
    width: 100%;
}

.customer_reviews.side-rating {
    float: left;
}

.customer_reviews .fa.fa-star.my_rating {
    color: #f9bc39;
    cursor: pointer;
    text-decoration: none;
}

#content-reviews .fa {
    font-family: FontAwesome;
}

.viewAll-btn a {
    background: #ddd;
    padding: 10px 20px;
    border-radius: 3px;
    background: #14385e;
    color: #fff;
}
/*Side bar css */
.dropdown-menu {
              background: #14385e;
              min-width: 200px !important;
          }
.credit-cards h3{
            border-bottom: 1px solid#DDDDDD;
          }
          .credit-cards ul{
            margin-top: 20px;
            margin-left: 0px;
          }
          .credit-cards ul li{
            margin-top: 10px;
            font-size: 15px;
            color: #000;
            text-align: left;
            font-weight: 500;
            border-bottom: 1px solid#ddd;
          }
          .card {
              padding-top: 20px;
              margin: 10px 0 20px 0;
              background-color: #ffffff;
              border: 1px solid #d8d8d8;
              border-bottom-width: 2px;
              -webkit-border-radius: 3px;
                 -moz-border-radius: 3px;
                      border-radius: 3px;
              -webkit-box-shadow: none;
                 -moz-box-shadow: none;
                      box-shadow: none;
              -webkit-box-sizing: border-box;
                 -moz-box-sizing: border-box;
                      box-sizing: border-box;
            }


.card.hovercard {
  position: relative;
  width: 300px;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}

.card.hovercard ul{list-style:none; margin:0; padding:0}
.card.hovercard ul li a{font-size:12px}
   
   
.card.hovercard li a:before {
font-family: FontAwesome;
   content: "\f105"; padding:0 5px 0 15px}
  

.card.hovercard .info {
  padding: 4px 8px 10px;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* Manjit */
footer{margin-top:50px}
.fourblocks .one{background:#1d71c7;}
.fourblocks .two{background:#e6984d;}
.fourblocks .three{background:#7ab243;}
.fourblocks .four{background:#d13f61;}
.fourblocks .one:hover, .fourblocks .two:hover, .fourblocks .three:hover, .fourblocks .four:hover{background:#333;}
.fourblocks a{display:block; height:100%; width:100%; text-align:center; padding:40px 0; color:#fff;}
.footerTopWrap{font-size:12px}

.panel-title a{display:block;}

.panel-heading .accordion-toggle:after{ font-family: FontAwesome;
   content: "-"; float:right;}
   
.panel-heading .accordion-toggle.collapsed:after {
   font-family: FontAwesome;
   content: "+"; float:right}

.dropdown-menu {
    margin-top: 0px;
}
.footer {
    margin-top: 50px;
}

.homepage footer {
    margin-top: 0!important;
}


.homepage h1, h2, h3, h4, h5, h6 {
    margin:0;}


.homepage ul{padding:0; margin:0; list-style:none;}
.homepage .footerTopWrap a:before{font-family: FontAwesome;
   content: "\f105"; padding:0 5px 0 0}
   
   
.justplay .media-left a{background:#062c4f; padding:5px; border:2px solid #ccc}   
.homepage h1{font-size:30px; margin-top:20px}


