/*
Theme name: Canco Financial Consulting
Theme URI: 
Author: the PMSL team
Author URI: http://facebook.com/thisissatrughna/
Description: This theme is only designed for Canco Financial Consulting.
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

::-moz-selection {
    color: #fff;
    background: #4a810c;
}

::-webkit-selection {
    color: #fff;
    background: #4a810c;
}
::selection {
    color: #fff;
    background: #4a810c;
}
.steps *::-moz-selection {
    color: #4a810c;
    background: #ffffff;
}
.steps *::-webkit-selection {
    color: #4a810c;
    background: #ffffff;
}
.steps *::selection {
    color: #4a810c;
    background: #ffffff;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.2px;
    color: #59595a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-transform: uppercase;
}
small {
    display: block;
}
h1, .h1 {
    font-size: 60px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 33px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 14px;
}
h5 small, .h5 small {
    font-size: 16px;
}
h6 small, .h6 small {
    font-size: 12px;
}
.pt60 {
    padding-top: 60px;
}
a {
    color: #49810c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
    color: #4d4d4d;
    text-decoration: none;
}
p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
}
ul, ol {
    margin: 0;
    list-style-position: inside;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.top-bar {
    background: #ececea;
    padding: 15px 0;
    font-size: 12px;
}
.top-bar span:not(:last-child) {
    padding-right: 25px;
}
.top-bar span i {
    color: #787878;
    font-size: 14px;
    padding-right: 5px;
}
.top-bar span.title {
    text-transform: uppercase;
    color: #a2a2a2;
    font-weight: 400;
}
.tsbar .social-icons {
    text-align: right;
}
.tsbar .social-icons li:not(:last-child) {
    margin-right: 20px;
}
.tsbar .social-icons li {
    display: inline-block;
}
.tsbar .social-icons li a {
    color: #82be42;
}
.tsbar .social-icons li a:hover {
    color: #333;
}
header {
    border-bottom: 1px solid #ededed;
}
.logo {
    padding: 30px 0;
}
.logo img {
    width: 200px;
}
.header-menu {
    text-align: right;
    padding: 35px 0;
}
.header-menu ul li a {
    font-family: 'Raleway';
    font-weight: 400;
    color: #2e4153;
    padding: 0 10px;
}
.header-menu ul li a:hover {
    color: #4a810c;
}
li.apply-btn a {
    background: #4a810c;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    font-size: 13px;
}
li.apply-btn a:hover {
    background: #333;
}
li.lang-btn {
    border: 2px solid #82be42;
    padding: 5px 0;
    border-radius: 5px;
}
/*------slider------------*/


/********************************/


/*       Fade Bs-carousel       */


/********************************/

.fade-carousel {
    position: relative;
    height: auto;
    z-index: 2;
}
.fade-carousel .carousel-inner .item {
    height: auto;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #3fb6c9;
    border-color: #3fb5c9;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.carousel-indicators {
    bottom: 50px !important;
}
/********************************/


/*          Hero Headers        */


/********************************/

.hero {
    position: absolute;
    top: 0;
    left: 50%;
    right: 10%;
    z-index: 3;
    color: #252626;
    text-align: left;
    width: 80%;
    background: #ececea !important;
    bottom: 0;
    padding-top: 40px;
}
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9.8vw;
    right: 0;
    width: 0;
    height: 0;
    border-top: 12vw solid transparent;
    border-bottom: 12vw solid #ececea;
    border-left: 5vw solid transparent;
    border-right: 5vw solid #ececea;
}
.hero h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}
.hero .lead {
    font-size: 14px;
    line-height: 2;
    color: #2e2d2d;
}
.hero strong {
    font-weight: 400;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
/********************************/


/*            Overlay           */


/********************************/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}
/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero, .btn.btn-hero:focus {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: #49810c;
    outline: none;
    font-weight: 300;
    font-size: 1.3vw;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    padding: 8px 20px;
}
.btn.btn-hero:hover {
    background-color: #E47239;
}
/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.fade-carousel .slides .slide-1 {
        background-image: url(images/slide1.jpg);
}
.fade-carousel .slides .slide-2 {
        background-image: url(images/slide1.jpg);
}
.fade-carousel .slides .slide-3 {
        background-image: url(images/slide1.jpg);
}*/

.shadow:before {
    content: '';
    background: url(images/shadow.png) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100px;
}
.slides img {
    width: 100%;
    margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
    background: none;
    width: 30px;
    max-height: 30px;
    margin: auto;
}
.carousel-control span.fa {
    font-size: 20px;
    color: #272727;
    text-shadow: none;
}
.bnr-btn {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}
.carousel-control {
    opacity: 1;
}
.carousel-control.left {
    left: auto;
    right: 4%;
}
.carousel-control.right {
    right: 0;
    left: auto;
}
/*-----------------Slider- End--------------------------*/

span.hl {
    font-size: 30px;
    font-weight: 800;
    color: #82be42;
}
.how-it-works {
    padding: 50px 0 30px;
}
.how-it-works h2 {
    font-size: 27px;
    font-weight: 600;
}
.points {
    position: relative;
    margin-bottom: 30px;
}
.points span {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #82be42;
    color: #fff;
    text-align: center;
    line-height: 2;
    font-size: 23px;
}
.points span:after {
    content: '\f175';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -50px;
    left: 18px;
    color: #333;
}
.points:last-child span:after {
    display: none;
}
.points p {
    padding-left: 61px;
}
.points p.lead {
    font-size: 16px;
    color: #82be42;
    font-weight: 400;
    margin-bottom: 10px;
}
.apply-section {
}
.apply-section .panel {
    border-radius: 0px;
}
.apply-section .panel-default>.panel-heading {
    background-color: #2e4153;
    border-color: #ececea;
}
.loan-form {
    padding: 15px 0;
}
.small-text {
    font-weight: 200;
    font-size: 12px;
}
.apply-section h4 {
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.apply-section .lead {
    font-size: 15px;
}
.form-control {
    margin: auto;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}
.apply-section .apply-btn {
    background: #49810c;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Raleway';
    font-weight: 400;
}
.who-we-are {
    position: relative;
    background: url(images/consulting.jpg) right top no-repeat #f8f8f8;
    overflow: hidden;
}
.leftfill {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ececea;
    transform: translateX(-100%);
    width: 100vw;
}
.whoweare-content {
    padding: 50px 15px;
    background: #ececea;
    position: relative;
}
.whoweare-content:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -19.9vw;
    border-left: 10vw solid #ececea;
    border-right: 10vw solid transparent;
    border-top: 23vw solid transparent;
    border-bottom: 23vw solid rgb(236, 236, 234);
    height: 0;
    width: 0;
}
.whoweare-content h5 {
    font-size: 19px;
    color: #6a6b6c;
    font-weight: 600;
    line-height: 1.5;
}
.whoweare-content h3 {
    font-size: 27px;
    color: #82be42;
    font-weight: 600;
}
.whoweare-content a {
    color: #384a5a;
}
.whoweare-content a:hover {
    color: #82be42;
}
.bad-credit {
    padding: 40px 0;
    background: #f5f5f5;
}
.bad-credit h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bad-credit h3 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}
.deep {
    color: #2e4153;
}
.light {
    color: #82be42;
}
.icon-box {
    border: 1px solid #bfbfbf;
    text-align: center;
    padding: 15px 15px;
}
.icon-box i, .icon-box img {
    font-size: 50px;
    color: #8b8b8b;
    margin-bottom: 15px;
}
.icon-box .lead {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #82be42;
    margin-bottom: 5px;
}
.icon-box p {
    font-size: 12px;
    color: #858687;
    margin-bottom: 0;
}
.three-step {
    padding: 50px 0;
}
.credit-p {
    margin-top: -30px;
}
.credit-p h4 {
    font-size: 21px;
    font-weight: 600;
    color: #2e4153;
    margin-bottom: 15px;
}
ul.credit-points li {
    font-size: 11px;
    background: #82be42;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 3px 8px;
}
.steps {
    background: #82be42;
    color: #fff;
    padding: 65px 40px;
}
.steps big {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
}
.steps big span {
    font-size: 28px;
    font-weight: 800;
    color: #2e4153;
}
.steps .apply-btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    font-family: raleway;
    font-weight: 400;
    margin-top: 20px;
}
.steps .apply-btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #2e4153;
}
footer {
    background: #f6f6f6;
    color: #2e4153;
}
footer h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2e4153;
}
.address {
    padding: 40px 0;
    margin-bottom: 0;
}
.cont-details {
    position: relative;
    margin-bottom: 15px;
}
.address span.add-icon {
    border: 2px solid #5e5e5e;
    color: #5e5e5e;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    display: inline-block;
}
.address span.content {
    display: inline-block;
    padding-left: 2px;
    font-size: 13px;
    line-height: 1.7;
    width: 80%;
    vertical-align: middle;
}
.mid-footer {
    padding: 40px 0;
    text-align: center;
}
.fsbar .social-icons {
    margin-top: 40px;
}
.fsbar .social-icons li {
    display: inline-block;
    margin: 0 5px;
}
.fsbar .social-icons li i {
    border: 1px solid #7b7b7b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 2.7;
    color: #7b7b7b;
}
.imp-link {
    padding: 40px 0 20px;
}
#menu-footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
ul#menu-footer-menu li {
    width: 100%;
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}
ul#menu-footer-menu li:before {
    content: '\f178';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
ul#menu-footer-menu li a {
    font-size: 12px;
    color: #2e4153;
    font-weight: 400;
}
.imp-link small {
    font-size: 10px;
    margin-bottom: 10px;
}
.suscribe .form-control {
    border-radius: 5px;
    box-shadow: none;
    background: #ededed;
    font-size: 12px;
}
.sus-btn {
    display: inline-block;
    background: #49810c;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 3;
    border-radius: 5px;
}
.p0 {
    padding: 0;
}
.copyright {
    background: #ececea;
    padding: 30px 0;
}
.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}
.copyright a {
    color: #82be42;
}
.copyright a:hover {
    color: #333;
}
.form-check-inline span, .form-check-label span {
    margin: 0 !important;
}
.form-check-inline label {
    margin-right: 5px;
    margin-bottom: 0;
}
.inner-banner img {
    width: 100%;
}
.inner-banner {
    position: relative;
}
.inr-banner {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
}
.inr-banner h3 {
    font-size: 33px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}
.inr-banner h3 big {
    color: #4a810c;
}
a.thm-btn {
    display: inline-block;
    background: #3e3e3e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
a.thm-btn:hover {
    background: #4a810c;
}
.inner-body {
    padding: 70px 0;
}
.inner-body h4 {
    font-weight: 800;
}
ul.icon-link li {
    line-height: 1.8;
    padding-right: 20px;
}
ul.icon-link li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #4a810c;
}
.thm-btn {
    background: #4a810c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.thm-btn:hover {
    background: #333;
}
.contact-info {
    background: #f3f3f3;
    padding: 30px 15px;
}
.contact-div:not(:last-child) {
    margin-bottom: 30px;
}
.contact-div span {
    display: block;
    font-weight: 400;
    color: #2e4176;
    margin-bottom: 5px;
}
.wpcf7-form-control-wrap textarea {
    max-height: 100px;
}
.icon-link li {
    width: 32.6%;
}
.m-menu-bar {
    display: none;
}
.top-bar span span {
    padding: 0 !important;
}
.properties {
    display: none;
    height: 100px;
}
.loanform fieldset {
    border: 1px solid #4a810c;
    margin-bottom: 20px;
}
.loanform fieldset legend {
    display: inline-block;
    width: auto;
    border: 1px solid #4a810c;
    padding: 8px 15px;
    margin-left: 30px;
}
.box {
    display: none;
}
h3 .deep {
    font-size: 20px;
}
.tick-ul li {
    position: relative;
    list-style: none;
    padding: 5px 0;
}
.tick-ul li:before {
    content: '\f178';
    font-family: fontawesome;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.loanform input[type="text"]::-webkit-input-placeholder {
    color: #999;
    font-weight: 100;
}
.loanform input[type="text"]:-ms-input-placeholder {
    color: #999;
    font-weight: 100;
}
.loanform input[type="text"]::-moz-placeholder {
    color: #999;
    font-weight: 100;
}
.loanform input[type="text"]:-moz-placeholder {
    color: #999;
    font-weight: 100;
}
.page-thank-you .page-title {
    display: none;
}
.thnk-title {
    font-size: 30px;
}
.loan-services-design {
    position: relative;
    list-style: none;
}
.loan-services-design li {
    margin-bottom: 5px;
}
.loan-services-design li span {
    width: 55px;
    height: 55px;
    border: 7px solid #253f52;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    box-shadow: 0 2px 4px;
}
.loan-services-design li:first-child span {
    background: #0384be;
}
.loan-services-design li:nth-child(2) span {
    background: #fb8220;
}
.loan-services-design li:nth-child(3) span {
    background: #00bf9c;
}
.loan-services-design li:nth-child(4) span {
    background: #01af5f;
}
.loan-services-design li:nth-child(5) span {
    background: #e03627;
}
.loan-services-design li:nth-child(6) span {
    background: #fdc502;
}
/*.loan-services-design li:not(:first-child):before {
    content: '';
    width: 27px;
    height: 50px;
    border-left: none;
    display: block;
    border-top: none;
    bottom: -18px;
    right: -30px;
    position: absolute;
    background: url(images/circle-connector.png) no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(-60deg);
    z-index: -1;
}
.loan-services-design li:nth-child(2):before {
    height: 55px;
    right: -32px;
    bottom: -34px;
    transform: rotate(-54deg);
}
.loan-services-design li:nth-child(3):before {
    transform: rotate(0deg);
    right: 18px;
    bottom: -40px;
    height: 38px;
}
.loan-services-design li:nth-child(4):before {
    transform: rotate(53deg);
    right: auto;
    left: -32px;
    bottom: -31px;
    height: 53px;
}
.loan-services-design li:nth-child(5):before {
    right: auto;
    left: -31px;
    bottom: auto;
    top: -32px;
    height: 57px;
    transform: rotate(-55deg);
}
.loan-services-design li:nth-child(6):before {
    right: 0;
    bottom: auto;
    top: -41px;
    transform: rotate(0);
    left: 0;
    margin: auto;
    height: 37px;
}
.loan-services-design li:nth-child(7):before {
    bottom: auto;
    transform: rotate(54deg);
    top: -30px;
    height: 54px;
}
.loan-services-design li:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 100px;
    margin: auto;
}*/

.loan-services-design li img {
    max-width: 25px;
    height: auto;
    margin-top: 8px;
    filter: brightness(600%);
}
.show-services {
    display: none;
}
.loanlist .show-services {
    position: relative;
    padding: 70px 15px;
    background: #eee;
    margin-left: -15px;
    margin-right: -15px;
}
.loanlist .show-services:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: -50px;
    right: 0px;
    border: 25px solid transparent;
    border-right-color: #eee;
    margin-top: auto;
    margin-bottom: auto;
}
.loanlist .show-services ul li {
    list-style: none;
    padding: 3px 5px;
    /* padding-left: 15px; */
    position: relative;
}
.loanlist .show-services ul li:before {
    content: '\f105';
    font-family: fontawesome;
    margin-left: -5px;
    margin-right: 5px;
}
.afln {
    position: relative;
    padding: 10px 30px;
    background: #ddd;
    font-size: 30px;
    max-height: 170px;
    overflow: hidden;
}
.afln > a > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 15px;
    background: rgba(74, 129, 12, 0.55);
    color: #fff;
}
.afln img {
    max-width: 160px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-top: -40px;
    margin-bottom: -10px;
}
.numberol ol { counter-reset: item; }
.numberol ol ol { padding-left: 15px; }
.numberol ol li { display: block; margin: 5px 0; }
.numberol ol li:before { content: counters(item, ".") " "; counter-increment: item }

.mb15 {
    margin-bottom: 15px;
}

.counter:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 0;
    border: 2px solid #6fa002;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}

.counter {
    position: relative;
    padding-left: 39px;
    margin-bottom: 25px;
}
.we-believe{
    counter-reset: section;
}

.new_loan {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-top: 18px;
    padding-left: 20px;
}
.simple {
    color: #49810c;
    font-size: large;
    padding-bottom: 15px;
}
.bottomtobnr {
    list-style: none;
}
.bottomtobnr .apply-btn a {
    display: block;
    margin: 15px auto;
    max-width: 400px;
}
.tab-content.qtabs {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}
.nav-tabs>li>a {
    background: #eee;
}