@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto+Condensed:400,700|Roboto:300,400,500,700');

body {
	font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 14px;
    font-weight: 300;
	color: #444;
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
	transition: all .4s;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.top-navbar .navbar {
    background-color: rgba(255,255,255,.7);
    padding: 10px 25px;
    height: 110px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.top-navbar .nav-bg {
    background-color: #fff;
}
.top-navbar .navbar-nav {
    position: relative;
}

header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link:focus {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #000;
    padding: 44px 10px 36px;
    text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
}
/*header .navbar-light .navbar-nav .nav-link:hover, header .navbar-light .navbar-nav .nav-link:focus,*/ header .navbar-light .navbar-nav .active > .nav-link {
    background-color: #2070B8;
    color: #fff;
    border-bottom: 5px solid #1C285B;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-blue {
    background-color: #2070B8;
    border-radius: 100px;
    min-width: 150px;
    color: #fff !important;    
    text-align: center;
    padding: 12px 30px !important;
}
.btn-blue:hover {
    background-color: #FC8A58;
    color: #fff !important;
}
.btn-orange {
    background-color: #FC8A58;
    border-radius: 100px;
    min-width: 150px;
    color: #fff !important;
    text-align: center;
    padding: 12px 30px !important;
    
}
.btn-orange:hover {
    background-color: #2070B8;
    color: #fff !important;
}
.top-navbar .btn-blue, .top-navbar .btn-orange {
    margin-left: 20px;
    margin-top: 0px;

}
#navbar-main {
	position: relative;
}
/* Slider Section */
.slider-wrapper {
	position: relative;
	overflow: hidden;
}
.slider-wrapper .carousel-caption {
    right: auto;
    left: 2%;
    top: 15%;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
}
.slider-wrapper .carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 57px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);

}
.slider-wrapper .carousel-caption h1 .header-big {
    font-size: 70px;
}
.text-blue {
    color: #3F92DF;
}
.slider-form {
    position: absolute;
    top: 110px;
    bottom: 0;
    right: 0;
    background-color: rgba(32,112,184,.85);
    color: #fff;
    width: 50%;
    padding: 0 40px;
    z-index: 99;
    display: flex;
    align-items: center;
}
.slider-form h3 {
   font-size: 22px;
   color: #fff;
   font-weight: 300;
   margin-bottom: 25px;
   border-bottom: 1px solid #3E85C5;
   padding-bottom:20px;
   text-transform: uppercase;
}
.slider-form label {
    font-size: 13px;
    font-weight: 500;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
	height: 50px;
	background-color: transparent;
	border-color: #bbb;
	font-size: 14px;
	color: #fff;
	border-radius: 100px;
	/*margin-bottom: 25px;*/
}
.form-control:focus {
	background-color: transparent;
    color: #ccc;
}
.form-control::placeholder {
    color: #ccc;
    font-size: 14px;
}
.slider-form .btn-orange {
    text-align: center;
    box-shadow: 0 0 10px #333;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px);
}
.custom-select {
    background: url(../images/select-arrow.png) no-repeat 97% center;
}

.process-wrapper {
    padding: 100px 0;
}
.process-wrapper .lead {
    margin-bottom: 70px;
}
.lead {
    font-size:17px;
    font-weight: 300;
    color: #1A2659;
}
.section-title {
    position: relative;
    font-size: 28px;
    color: #1A2659;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.section-title span {
    color: #92C0EB;
}
.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #559EE1;
    margin: auto;
}
.first-para {
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.how-it-box {
    text-align: center;
}
.how-it-box:after {
    content: "";
    position: absolute;
    right: -65px;
    top: 20px;
    width: 135px;
    height: 35px;
    background: url(../images/connect-arrow.png) no-repeat;
}
.box-two:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipY;
    -ms-filter: "FlipY";
    top: 180px;
}
.box-three:after {
    display: none;
}
.how-it-icon-box {
    background-color: #fff;
    width: 230px;
    height: 230px;
    display: flex;
    margin: 0 auto 70px;
    text-align: center;
    transition: all .3s;
    border-radius: 100%;
    padding: 15px;
    /*box-shadow: 0 0 15px #999;*/
    align-items: center;
    border: 10px solid #2070B8;
}
.how-it-icon {  
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    transition: all .3s;
}
.how-it-icon-1 {
    background: url(../images/how-it-work-icon-1.png) no-repeat 0px 0;
}
.how-it-icon-2 {
    background: url(../images/how-it-work-icon-2.png) no-repeat 0px 0;
}
.how-it-icon-3 {
    background: url(../images/how-it-work-icon-3.png) no-repeat 0px 0;
}
.how-it-icon-box:hover {
    background-color: #FC8A58;
    border: 10px solid #FC8A58;  
}
.how-it-icon-box:hover .how-it-icon {   
    background-position: 0 -101px;
}
.how-it-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1C285B;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.how-it-box p {
    color: #000;
    font-weight: 400;
}
.number {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 180px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #EDEDED;
    z-index: -1;
    line-height: 110px;
}
.get-cash:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(32,112,184,.7);
}
.get-cash {
    position: relative;
    background: url(../images/get-cash-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height:400px;
    color: #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
}
.container {
    position: relative;
}
.get-cash h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 20px;
    text-shadow: 1px 2px 10px rgba(0,0,0,.8);
}
.get-cash h2 {
    font-size: 28px;
    font-weight: 300;
}
.get-cash-form {
    background-color: #1F456E;
    width: 100%;
    min-height: 100px;
    padding: 25px 0 0;
}

footer {
    padding-top: 50px;
    color: #1F456D;
}
footer a {
    color: #1F456D;
}
footer a:hover {
    color: #FC8A58;
}
footer p {
    margin-bottom: 0;
}
.footer-contact-info {
    margin-bottom: 40px;
    padding-top: 15px;
}
.footer-contact-info i {
    margin-right: 5px;
}
ul.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-link li {
    display: inline-block;
}
.footer-link li a {
    display: block;
    padding: 0 7px;
    font-size: 13px;
}
.footer-link li a.active {
    color: #FC8A58;
}
.copyright {
    background-color: #1F456E;
    height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.border-right {
    border-color: #1F456E !important;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;
    background-color: #FC8A58;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    z-index: 999;
    line-height: 24px;
    display: none;
}
.scrollToTop:hover {
    background-color: #1F456E;
    color: #fff;
}

/** inner page css **/

.page-title-wrapper {
    background: #2070b8;
    background: -moz-linear-gradient(top, #2070b8 1%, #1c285b 100%);
    background: -webkit-linear-gradient(top, #2070b8 1%,#1c285b 100%);
    background: linear-gradient(to bottom, #2070b8 1%,#1c285b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2070b8', endColorstr='#1c285b',GradientType=0 );
    position: relative;
    min-height: 200px;
    margin-top: 110px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
.page-title-wrapper h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    font-weight: 300;
    text-shadow: 1px 2px 5px rgba(0,0,0,.8);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.breadcrumb {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb-item.active {
    color: #FC8A58;
}
.inner-page-wrapper {
    padding: 80px 0;
}
.about-middle-sec {
    margin: 80px 0;
}
.about-icon-box {
    text-align: center;
}
.about-icon {
    width: 200px;
    height: 200px;
    line-height: 200px;
    background-color: #FC8A58;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 20px #999;
    margin: 0 auto 30px;
    transition: all .4s;
}
.about-icon:hover {
    background-color: #2070B8;
}
.about-icon-box h4 {
    font-size: 22px;
    font-weight: 300;
    color: #1F2632;
    margin-bottom: 15px;
}
.about-icon-box p {
    margin-bottom: 0;
}
.about-bottom-sec h6 {
    font-size: 16px;
    color: #444;
    /*font-weight: 400;*/
    margin-bottom: 15px;
}
.about-bottom-sec p {
    margin-bottom: 0;
}
.the-tribe {
    padding-right: 30px;
}
.the-product {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 30px 25px;
}
.about-buttons {
    margin-top: 35px;
    text-align: center;
}
.about-buttons .btn {
    width: 300px;
    margin: 0 10px;
}
.content-pages h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.content-pages h5 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 10px;
}
.content-pages .pb-2:first-child h5 {
    margin-bottom: 30px;
}
.content-pages .pb-2:last-child, .content-pages .pb-2:last-child p:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}
.blue-title.mb-0 {
    font-size: 20px;
    color: #1A2659;
}
.text-16 {
    font-size: 16px;
}
.text-primary {
    color: #1B275A !important;
}
.text-20 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px !important;
}
hr.mb-5 {
    margin-bottom: 2rem !important;
}
hr.mt-5 {
    margin-top: 2rem !important;
}
.que-ans {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.faqs-page p {
    margin-bottom: 0;
}
.question {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px !important;
}
.que-ans-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.how-it-single {
    background-color: #fff;
    box-shadow: 0 0 20px #aaa;
    padding: 30px 30px;
    margin-bottom: 60px;
    /*border: 2px solid #ddd;*/
}
.how-it-single:nth-of-type(1) {
    margin-top: 50px;
}
.how-it-single:last-child {
    margin-bottom: 0px;
}
.how-it-single .how-it-icon-box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border: 10px solid #2070B8;
}
.how-it-single .how-it-icon-box:hover {
    background-color: #FC8A58;
    border: 10px solid #FC8A58;
}
.how-it-single .col-lg-2 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}
.how-it-single .col-lg-10 {
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
}
.how-it-single h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1C285B;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.how-it-single p:last-child {
    margin-bottom: 0px;
}
.how-it-single .number {
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    font-size: 80px;    
    z-index: 0;
    line-height: 20px;
}
.map {
    margin-top: -80px;
}
.map iframe {
    width: 100%;
    border: 0;
}
.contact-box {
    background-color: #fff;
    margin-top: -50px;
    margin-bottom: 50px;
    height: 100px;
    box-shadow: 0 0 20px #aaa;
}
.contact-single {
    display: table;
    width: 100%;  
}
.content-content p {
    margin-bottom: 0;
}
.contact-icon {    
    background-color: #1F456E;
    height: 100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #fff;
    transition: all .4s;
}
.content-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 20px;
}
.content-content:last-child {
    padding-right: 15px;
}
.contact-single a {
    color: #444;
    transition: all .4s;
}
.contact-single a:hover {
    color: #1F456D;
}
.contact-single a:hover .contact-icon, .contact-icon:hover {
    background-color: #FC8A58;
}
.contact-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px #aaa;
}
textarea.form-control {
    height: 160px;
    border-radius: 6px;
}
.contact-form .form-control::placeholder {
    color: #666;
}
.contact-form label {
    font-weight: 500;
}
.contact-form .btn-orange {
    width: 200px;
}
