﻿@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,300);
/*font-family: 'Ubuntu', sans-serif;*/
/*-----------------------
        General
-------------------------*/
a, p, span, .btn, h1, h2, h3, h4, h5, h6, body, .form-control{
    font-family: 'Ubuntu', sans-serif;
}
html,body {
    height:100%;
    width:100%;
}
::-moz-selection{
    background:#fc9218;
    color:#fff;
}
::selection{
    background:#fc9218;
    color:#fff;
}
a, .btn, .form-control{
    -webkit-transition:ease-in-out .3s;
    -moz-transition:ease-in-out .3s;
    -ms-transition:ease-in-out .3s;
    transition:ease-in-out .3s;
}
a:hover, a:focus{
    text-decoration:none;
}
a, input, .btn{
    outline:none !important;
}
section{
    padding:30px 0;
}
.bg-grey{
    background:#f1f1f1;
}
.mrgn-bottom{
    margin-bottom:30px;
}
/*-----------------------------
            buttons
-------------------------------*/
.btn{
    font-weight:bold;
    padding:12px 22px 13px 22px;
    font-size:12px;
    text-transform:uppercase;
    box-shadow:2px 2px 0px rgba(0, 0, 0, 0.08);
}
.btn-nav{
    border-radius:200px;
    border:1px solid #4090C8;
    background:transparent;
    padding:8px 20px;
    color:#4090C8;
    box-shadow:none;
}
.btn-nav:hover,
.btn-nav:focus{
    background:#4090C8;
    color:#fff;
}
.btn-blue-corner{
    border-radius:2px;
    background:#4090C8;
    color:#fff;
}
.btn-blue-corner:hover,
.btn-blue-corner:focus{
    background:#2774a9;
    color:#fff;
}
.navbar-btn{
    padding-left:40px;
}
.btn-blue-bordered{
    border:1px solid #4090C8;
    color:#4090C8;
    box-shadow:none;
    width:110px;
    height:46px;
    line-height:44px;
    padding:0;
    text-align:center;
    margin:0 0 10px 0;
}
.btn-blue-bordered:hover{
    background:#4090C8;
    color:#fff;
}
.btn-blue-bordered:focus{
    color:#fff;
}
li.active > .btn-blue-bordered,
li.active > .btn-blue-bordered:hover,
li.active > .btn-blue-bordered:focus{
    background:#4090C8;
    color:#fff;
}
.btn-orang{
    background:#fc9218;
    color:#fff;
}
.btn-orang:hover{
    background:#f7a443;
    color:#fff;
}
.btn-tooltip{
    height:25px;
    width:25px;
    border-radius:50%;
    color:#fff !important;
    padding:0;
    line-height:20px;
    text-align:center;
    background:#305069;
    font-size:14px;
    box-shadow:none;
    margin-left:15px;
}
.btn-tooltip:hover{
    background:#3c5e78;
}
.btn-inverse{
    background:#4E575D;
    color:#fff;
}
.btn-inverse:hover,
.btn-inverse:focus{
    color:#fff;
    background:#4090C8;
}
.btn-radio{
    background:#fff;
    border:1px solid #e4e4e4;
    color:#d5d5d5;
    padding:9px 15px 11px;
    margin-right:10px;
    border-radius:2px;
    box-shadow:none;
}
.btn-radio:hover{
    color:#fc9218;
    border-color:#fc9218;
}
.btn-radio.active{
    color:#fff;
    background:#fc9218;
    border-color:#fc9218;
    box-shadow:none;
}
.btn-rounded{
    border-radius:200px;
}
/*-----------------------------
           Typography
-------------------------------*/
.text-primary{
    color:#4090C8;
}
.text-orange{
    color:#fc9218;
}
p{
    color:#70777d;
    font-size:12px !important;
}
.main-heading{
    text-transform:uppercase;
    color:#53585C;
    font-weight:bold;
}
.border-bottom{
    height:2px;
    width:100px;
    background:#4090C8;
    margin:15px auto 35px auto;
}
.sub-heading{
    text-transform:uppercase;
    font-weight:bold;
}
/*------------------------------
         Images, Forms,tooltips
--------------------------------*/
.img-responsive{
    width:100%;
}
.logo{
    height:30px;
    margin-top:7px;
}
.form-control{
    border-radius:2px;
    border:2px solid #E9E9E9;
    height:44px;
    font-size:12px;
    box-shadow:none;
}
.form-control:focus{
    box-shadow:none;
    border-color:#fc9218;
}
.tooltip > .tooltip-inner {
    background: #fff;
    border-color:#fff;
    border-radius:2px;
    color:#2b4b63;
    font-size:12px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-width: 5px 5px 0;
}
/*-- Checkbox --*/
/*** custom checkboxes ***/

input[type=checkbox] { display:none; }
input[type=checkbox] + label:before {
  content: "\f14a";
  font-size:17px;
  color:#d7dde1;
  font-family: FontAwesome;
  display: inline-block;
  margin-right:10px;
  transition:all ease-in-out .2s;
  cursor:pointer;
}
input[type=checkbox]:checked + label:before {
    color:#fc9218;
}
.label-checkbox{
    font-weight:normal;
    font-size:12px;
}
/*--- Submit Form --*/
legend{
    margin:10px 0 60px 0;
    text-transform:uppercase;
    text-align:left;
    font-size:16px;
    font-weight:bold;
    color:#54585B;
    display:block;
}
label{
    color:#868e94;
}
/*-----------------------------
            Home
-------------------------------*/
    /*---- Banner ----*/
.banner-bg{
    background:url("../images/banner-bg.6d2ca84edee1.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    height:100%;
    padding-top:120px;
}
.banner-bg h1{
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:36px;
    font-size:24px;
}
.banner-bg .tab-form{
    margin:35px 25px 0 25px;
}
.banner-bg .tab-form p{
    font-weight:bold;
    text-transform:uppercase;
}
.banner-bg .nav-tabs.nav-justified > li > a{
    background:#F0F0F0;
    border-radius: 4px 4px 0 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-top:10px;
    padding-bottom:12px;
    color:#70777d;
    font-weight:bold;
    border-top:3px solid #F0F0F0;
}
.banner-bg .nav-tabs.nav-justified > .active > a,
.banner-bg .nav-tabs.nav-justified > .active > a:hover,
.banner-bg .nav-tabs.nav-justified > .active > a:focus{
    background:#fff !important;
    color:#fc9218;
    border-top:3px solid #fc9218;
}
.banner-bg .tab-content{
  background:#fff;
  margin-left:2px;
  margin-right:2px;
  padding:30px;
  border-radius: 0 0 4px 4px;
}
.banner-bg .form-control{
    border:2px solid #f0f0f0;
    background:#f0f0f0;
}
.banner-bg .form-control:focus{
    border-color:#fc9218;
}
/*-------- How it works --------*/
.info-list{
    padding:0 70px;
}
.info-list .info-icon{
    color:#4090C8;
    font-size:35px;
}
.info-list h5{
    font-weight:bold;
    color:#53585C;
}
/*---------- Offers ------------*/
.recent-offers-hm{
    margin:20px 40px 0 40px;
}
.recent-offers-hm .thumbnail{
    position:relative;
    box-shadow:2px 2px 0px rgba(0, 0, 0, 0.08);
    border:0;
    padding:0;
    margin:3px 15px;
    overflow:hidden;
    cursor:pointer;
}
.recent-offers-hm .thumbnail .caption{
    padding:0px 20px 15px 20px;
}
.recent-offers-hm .thumbnail .caption .area{
    color:#868e94;
    font-size:12px;
}
.recent-offers-hm .thumbnail .caption h2{
    margin-bottom:3px;
    font-size:16px;
    font-weight:bold;
    color:#4090C8;
    text-transform:capitalize;
}
.recent-offers-hm .thumbnail .offer-price{
    position:absolute;
    top:20px;
    right:20px;
    background:#fc9218;
    color:#fff;
    font-weight:bold;
    height:60px;
    width:60px;
    line-height:58px;
    text-align:center;
    border-radius:50%;
}
.thumbnail .mask {
    background:rgba(22, 40, 51, 0.90);
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 20%;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all ease-in 0.3s;
    width: 100%;
}
.thumbnail .mask > .btn.btn-offer{
    color:#FFFFFF;
    opacity: 0;
    border:1px solid #fff;
    border-radius:3px;
    padding:12px 20px;
    font-weight:bold;
    margin-top:18% !important;
}
.thumbnail .mask >.btn.btn-offer:hover{
    color:#fff;
    background:#fc9218;
    border-color:#fc9218;
}
.thumbnail:hover .mask {
    opacity: 1;
}
.thumbnail:hover .mask > .btn.btn-offer {
    opacity: 1;
}
/*------- Counter --------*/
.bg-counter{
    background:url("../images/counter-bg.91a10329660f.jpg") no-repeat;
    background-size:cover;
    background-position:center center;
    height:auto;
    color:#fff;
    text-align:center;
    padding:35px 0;
    background-attachment:fixed;
}
.bg-counter h1{
    margin:0;
    font-weight:bold;
    color:#fff;
}
.bg-counter p{
    color:#fff;
    margin:7px 0 0 0;
}
/*------------ What People Say --------------*/
.comments{
    padding:0;
}
.line{
    position:relative;
}
.line:nth-child(1)::after,
.line:nth-child(2)::after{
    content:'';
    position:absolute;
    bottom:0;
    height:1px;
    width:80%;
    background:#E9E9E9;
}
.line:nth-child(1)::after{
    right:0;
}
.line:nth-child(2)::after{
    left:0;
}
.line:nth-child(1),
.line:nth-child(3){
    border-right:1px solid #E9E9E9;
}
.line:nth-child(1):before{
    content:"";
    height:10px;
    width:10px;
    background:#fff;
    border:1px solid #E9E9E9;
    position:absolute;
    right:-5px;
    bottom:-5px;
    border-radius:50%;
    z-index:500;
}
.comments img{
    height:60px;
    width:60px;
    vertical-align:middle;
    display:table-cell;
    border-radius:50%;
    margin-top:50%;
}
.pull-left ~ .comment-disc {
    padding-left:90px;
    text-align:left;
}
.pull-right ~ .comment-disc {
    padding-right:90px;
    text-align:right;
}
.comments h5{
    text-transform:uppercase;
    font-weight:bold;
    color:#4090C8;
    margin:15px 0 0 0;
}
.comments .area{
    color:#868e94;
    font-size:12px;
    margin:0;
}
.comments .rating{
    color:#fc9218;
    font-size:13px;
    margin-bottom:5px;
}
.comments p{
    color:#70777d;
    margin-bottom:20px;
}
/*---------------- Metro Area ------------------*/
.metro-area-bg{
    background:url("../images/metro-area-bg.50f63c4a4008.jpg") no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center center;
    height:auto;
    color:#fff;
    text-align:center;
    padding:30px 0;
}
.metro-area-bg .list-unstyled{
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
}
.metro-area-bg .main-heading{
    color:#fff;
}
.navbar-form{
    box-shadow:none;
    margin-left:0;
    margin-right:0;
}
.navbar-form .input-group{
    max-width:300px;
    margin:0 auto;
}
.navbar-form .form-control{
    height:44px;
    background:#192732;
    border:0;
    color:#4090C8;
    border-radius:3px 0 0 3px;
}
.navbar-form .form-control:focus{
    background:#1b2a35;
}
.navbar-form .btn-search{
    background:#285C82;
    text-align:center;
    padding:0;
    height:44px;
    width:46px;
    border:0;
    box-shadow:none;
    z-index:1000;
    color:#85CFFC;
    border-radius: 0 3px 3px 0;
    z-index:500;
}
.metro-area-bg .navbar-form .btn-search:hover{
    background:#306993;
}
.metro-area-bg .navbar-form .form-control::-webkit-input-placeholder {
    color:#305069;
}
.metro-area-bg .navbar-form .form-control:-moz-placeholder {
   color:#305069;
}
.metro-area-bg .navbar-form .form-control::-moz-placeholder {
   color:#305069;
}
.metro-area-bg .navbar-form .form-control:-ms-input-placeholder {
   color:#305069;
}
.metro-area-bg .sub-heading{
    color:#fff;
    text-align:center;
    margin-top:30px;
    margin-bottom:20px;
}
/*-------------- Maps ----------------*/
.maps{
    padding:0;
}
.maps .tab-content{
    padding:0;
}
.maps .tab-content #googleMap{
    width:100%;
    height:380px;
}
/*-------- Subcribe ---------*/
.subscribe{
    background:#4090C8;
    text-align:center;
    padding:15px 0;
}
.subscribe p{
    color:#fff;
}
.subscribe .form-control{
    background:#2B6793;
    color:#1c3446;
}
.subscribe .form-control::-webkit-input-placeholder {
    color:#28445a;
}
.subscribe .form-control:-moz-placeholder {
   color:#28445a;
}
.subscribe .form-control::-moz-placeholder {
   color:#28445a;
}
.subscribe .form-control:-ms-input-placeholder {
   color:#28445a;
}
.subscribe .btn-search{
    background:#1b4a6c;
    border-color:#1b4a6c;
}
.subscribe .form-control:focus{
    background:#2B6793;
}
/*--------------- Footer ----------------*/
footer{
    background:#1C2935;
    padding:0 0 20px 0;
}
.sub-footer{
    background:#233846;
    padding:15px 0 15px 0;
    margin-bottom:20px;
}
.sub-footer .social{
    margin:0;
}
.sub-footer .social li a{
    height:35px;
    width:35px;
    border:1px solid #436D89;
    display:inline-block;
    line-height:32px;
    text-align:center;
    border-radius:50%;
    padding:0;
    font-size:14px;
}
.sub-footer .social li a:hover{
    color:#fff;
}
.sub-footer .social li .facebook:hover{
    border-color:#3b5998;
    background:#3b5998;
}
.sub-footer .social li .twitter:hover{
    border-color:#00aced;
    background:#00aced;
}
.sub-footer .social li .rss:hover{
    border-color:#ff8800;
    background:#ff8800;
}
footer .breadcrumb{
    background:transparent;
    margin:5px 0 0 0;
    padding:0;
}
footer  .breadcrumb > li + li::before {
    color: #2C495D;
    content: "|";
    padding: 0 15px;
}
footer p ,
footer a{
    margin:0;
    color:#436D89;
    font-size:13px;
}
footer a:hover{
    color:#287AB7;
}
/*----------------------------------------
            Submit-Form (Page)
------------------------------------------*/
.panel-form{
    box-shadow:2px 2px 0px rgba(0, 0, 0, 0.05);
    border:0;
    border-radius:6px;
    margin:35px 0;
}
.panel-form  .panel-heading{
    background:#4090C8;
    color:#fff;
    overflow:hidden;
    border-radius:6px 6px 0 0;
    padding-left:0;
    padding-right:0;
    overflow:visible;
}
.panel-form .panel-body{
    padding:40px 60px;
}
.from-step-text{
    color:#fff;
    margin:20px 0 30px 0;
    text-align:center;
}
#progressbar {
    margin:0 0 65px 0;
    display:block;
    width:100%;
}
#progressbar li{
    display:inline-block;
    float:left;
    width:25%;
    font-weight:bold;
    color:#6EC3FB;
    text-align:center;
    position:relative;
    font-size:13px;
    z-index:500;
}
#progressbar li:before{
    background: #e4e4e4 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -49px;
    color: #b4bbc1;
    font-family: Flaticon;
    font-size: 25px;
    font-style: normal;
    height: 42px;
    left: 50%;
    line-height: 39px;
    margin-left: -19px;
    position: absolute;
    text-align: center;
    width: 42px;
}
#progressbar li:nth-child(1)::before{
    content: "\e000";
}
#progressbar li:nth-child(2)::before{
    content: "\e002";
}
#progressbar li:nth-child(3)::before{
    content: "\e003";
}
#progressbar li:nth-child(4)::before{
    content: "\e005";
}
#progressbar li.active{
    color:#fff;
}
#progressbar li.active:before{
    background:#fc9218;
    color:#fff;
}
.panel-form .progress{
    margin-bottom:0;
    border-radius:0;
    height:5px;
    background:#e4e4e4;
    position:relative;
    bottom:-12px;
}
.panel-form .progress .progress-bar{
    background:#fc9218;
    width:12.50%;
}
fieldset p{
    font-weight:bold;
    font-size:13px !important;
    margin-bottom:20px;
    color:#868E94;
}
fieldset p .btn-link{
    margin-left:15px;
    text-transform:uppercase;
    color:#4090C8;
    font-weight:bold;
    border-bottom:2px solid #E9E9E9;
    padding-bottom:1px;
    font-size:11px;
}
fieldset p .btn-link:hover,
fieldset p .btn-link:focus{
    border-bottom-color:#fc9218;
    color:#4090C8;
    text-decoration:none;
}
.text-tiny{
    font-size:12px;
    display:block;
    margin-bottom:12px;
    color:#868e94;
}
.form-steps-btn{
    margin:40px 0 30px 0;
    display:block;
}
.item-input{
    max-width:400px;
    margin:0 auto;
    height:50px;
}
#submitForm fieldset:not(:first-of-type) {
    /*display: none;*/
}

.social-proof-footer-images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  max-height: 100px;
  opacity: .7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.social-proof-footer-images:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  cursor: pointer;
}

@media(min-width:767px){
  .xconomy-logo {
    position: relative;
    right: 25px;
  }
  .forbes-logo {
    position: relative;
  }
  .huffington-post-logo {
    position: relative;
    left: 45px;
  }
  .gawker-logo {
    position: relative;
    right: 25px;
  }
  .fox66-logo {
    position: relative;
    right: 20px;
  }
}

@media (max-width: 410px){
#homepage-title-header {
  font-size: 22px !important;
  }
}

