@charset "utf-8";

/* CSS Document */

/*

 Template Name : Borrow - A Loan Company Website Template
 Author : Jitu Chauhan;
 Version: 1.0.0;

+ General css 
+ Space css
+ Background & Block color 
+ Buttons
+ Input Form
+ Bullet
+ Icon
+ Navigation CSS

+ HOME
  - Home
  - Home-1
  - Home-2
+ LOAN PRODUCT
  - Loan Image Listing
  - Loan Icon Listing
  - Car Loan Single
  - Personal Loan Single
  - Home Loan Single
  - Education Loan Single
+ ABOUT US 
  - About us
  - Team
+ BLOG
  - Blog Listing
  - Blog Single
  - Two Column Masonry
  - Three Column Masonry
+ FEATURES
  - Compare Loan
  - Faq page
  - Testimonial
  - 404 Error
    - Gallery
      - Filterable Gallery 2 column
      - Filterable Gallery 3 column
      - Masonry Gallery
      - Zoom Gallery
    - Shortcodes
      - Tab
      - Accordion
      - Alert       

- CONTACT US
    
*/

/*-----------------------------------
General css class
-----------------------------------*/
body { font-size: 15px; font-family: "Libre Franklin", sans-serif; line-height: 1.4; color: #545d6b; background-color: #fcfdfd; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 20px 0px; color: #3c4d6b; font-weight: 900; font-family: "Montserrat", sans-serif; }
h1 { font-size: 32px; line-height: 44px; letter-spacing: -1px; }
h2 { font-size: 25px; line-height: 32px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; line-height: 1.6; }
p { margin: 0 0 26px; line-height: 1.6; font-weight: 400; }
ul, ol { }
ul li, ol li { line-height: 1.8 }
a { color: #6aa84f; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a:focus, a:hover { text-decoration: none; color: #15549a; }
strong {     font-weight: 600;}
blockquote { padding: 10px 20px; margin: 0 0 0px; font-size: 21px; border-left: 5px solid #eff1f4; color: #414346; font-style: italic; line-height: 35px; font-family: 'Merriweather', serif; font-weight: 700; }
blockquote.alignright { max-width: 50%; }
blockquote.alignleft { max-width: 50%; }
p:last-child { margin-bottom: 0px; }
::selection { background: #ffecb3; color: #333; }
/* *, *::before, *::after { transition: all .3s ease-in-out; } */
.text-highlight { color: #ffecb3; }
.highlight { color: #6aa84f; }
.italic { }
.small-text { }
.listnone { list-style: none; margin: 0px 0px 20px 0px; padding: 0; }
.required { color: red }
.lead { color: #3c4d6b; line-height: 36px; font-size: 24px; }
.lead-strong { }
.section-title { line-height: 35px; letter-spacing: 0.5px; min-height: 20px }
h1.section-title { font-size: 35px; }
h1.section-title.text-bold{ letter-spacing: 3px; }
h2.section-title, h3.section-title, h4.section-title { font-size: 28px; }
.section-subtitle{ line-height: 45px; }
.text-white { color: #fff; }
.title-white { color: #fff; }
.title { color: #3c4d6b; }
.text-title-intro{ font-size: 32px; font-weight: bold; text-transform: uppercase; line-height: 42px; color: #15549a; margin-right: -160px; float:right; }
.text-bold{ font-weight: bold!important; font-family: inherit; }
.form-group {
    margin-bottom: 35px;
}
.form-group.has-error{
    margin-bottom: 10px;
}
/*-----------------------------------
Space css class
-----------------------------------*/

/*----------------
margin space
-----------------*/
.p5{ padding: 5px; }
.p10{ padding: 10px; }

.pl5 { padding-left:5px; }
.pr5 { padding-right:5px; }
.pl0 { padding-left:0; }
.pr0 { padding-right:0; }

.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----------------
less margin space from top
-----------------*/
.mt-10 { margin-top: -10px; }
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*---------------
Padding space
-----------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.x { }
.y { padding-top: 220px; }

/*---------------
Section Space
* Section space help to create top bottom space. 
*
-----------------*/
.section-space20 { padding-top: 20px; padding-bottom: 10px; }
.section-space40 { padding-top: 40px; padding-bottom: 20px; }
.section-space60 { padding-top: 60px; padding-bottom: 40px; }
.section-space80 { padding-top: 80px; padding-bottom: 60px; }
.section-space100 { padding-top: 100px; padding-bottom: 80px; }
.section-space120 { padding-top: 120px; padding-bottom: 100px; }
.section-space140 { padding-top: 140px; padding-bottom: 120px; }

/*-----------------------------------------
Background & Block color 
------------------------------------------*/
.bg-light { background-color: #fafcfd; border-top: #eee solid 1px; }
.bg-primary { background-color: #eff1f4; color: #3c4d6b; }
.bg-default { background-color: #15549a; color: #87c0ff; }
.bg-white { background-color: #fff; }
.bg-error { background-color: #ff0500 }
.bg-success { background-color: #5bb85c; }
.bg-alert { background-color: #f0ad4e; }
.outline { border-radius: 4px; }
.outline .notification-banner{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.link-title { }
.small-title { font-size: 14px; color: #3c4d6b; font-weight: 500; }
.big-title { font-size: 36px; font-weight: 600; color: #15549a; }
.capital-title { text-transform: uppercase; font-size: 16px; font-weight: 600; }
.bdr-btm { }
.green-text { }
.bg-boxshadow { -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .5); display: flow-root;}
.bg-gradient { position: relative;    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f2b70+0,1f2b70+47,943a9e+100&0.9+0,0.9+100 */ background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 1) 0%, rgba(31, 43, 112, 1) 47%, rgba(148, 58, 158, 1) 100%);    /* FF3.6-15 */ background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(135deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1);    /* IE6-9 fallback on horizontal gradient */ }
.well-box { background-color: #f9f9f9; padding: 30px; border-radius: 4px; }
.pmt-option{ padding: 50px 0 0 0; }
.pmt-option .text-center { border-right: 1px solid #cccccc;}
.pmt-option.last-block .text-center{ border-right:none; }

/* Update 16 june 2017*/

/*-----------------------------------------
Buttons
------------------------------------------*/
.btn { font-size: 16px; border-radius: 4px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; padding: 19px 30px; border: none; font-weight: 600; }
.btn-default { background-color: #ee5a27; color: #fff; border-color: #ee5a27; }
.btn-default:hover { color: #fff; background-color: #ee5a27; border-color: #ee5a27; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #6aa84f; border-color: #6aa84f; }
.btn-primary { background-color: #15549a; color: #fff; }
.btn-primary:hover { color: #fff; background-color: #2573cb; }
.btn-primary.focus, .btn-primary:focus { }
.btn-secondary { background-color: #3c4d6b; color: #fff; }
.btn-secondary:hover { background-color: #6aa84f; color: #fff; }
.btn-outline { border: 2px solid #9aa9c3; color: #9aa9c3; background-color: transparent; padding: 17px 28px; }
.btn-outline:hover { border: 2px solid #dee4ee; color: #6a7a94; background-color: #dee4ee; }
.btn-white{ border: 2px solid #fff; color: #fff }
.btn-white:hover { border-color: #ccc; color: #ccc }
.btn-lg { padding: 25px 50px; font-size: 18px; text-align: center; }
.btn-sm { padding: 15px 20px; font-size: 12px; text-align: center; }
.btn-xs { padding: 4px 8px; font-size: 10px; }
.btn-link { color: #15549a; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #15549a; display: inline-block; }
.btn-link:hover { color: #6aa84f; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #6aa84f; text-decoration: none; }
.btn-link-white { }
.btn-link-white:hover { }
.btn-link-orange { }
.btn-link-white:hover { }

/*-----------------------------------------
Input Form
------------------------------------------*/
label { }
.control-label { text-transform: uppercase; color: #3c4d6b; font-size: 13px; font-weight: 600; }
.form-control { width: 100%; height: 42px; padding: 6px 16px; font-size: 14px; line-height: 1.42857143; color: #555; background-image: none; background-color: #fff; border-radius: 4px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); border: 2px solid #e7ecee; }
.form-control:focus { }
.required { color: red }
textarea.form-control { border-radius: 2px; height: auto; }
select { -webkit-appearance: none; background-color: #fff; }
.form-separator{ border-top: 1px solid #dff3d7; margin-bottom: 10px;}
.checkbox {margin-top: 0; margin-bottom: 20px;}
.checkbox label{ color: #3c4d6b;}
/*-----------------------------------------
content
------------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }
.content-area { }
.sidebar-area { }
.wrapper-content { margin-top: -40px; margin-bottom: 100px; position: relative; }

/*-----------------------------------------
Bullet
------------------------------------------*/
.bullet { position: relative; padding-left: 25px; line-height: 32px; }
.bullet-arrow-circle-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #6aa84f; content: "\f18e"; }
.bullet-arrow-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #747474; content: "\f101"; }
.bullet-check-circle li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #fff; content: "\f05d"; }
.bullet-check-circle-default li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #10a874; content: "\f05d"; padding-right: 4px; }

/* update 16 june 2017 */
.list-pdf-file li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #ec4e10; content: "\f1c1"; padding-right: 4px; }
.list-pdf-file li a { color: #104b8c; text-decoration: underline; font-weight: 500; }
.list-pdf-file li a:hover { color: #6aa84f; }

/*-----------------------------------------
icon
------------------------------------------*/
.icon { }
.icon-1x { font-size: 24px; }

/* default icon size of font*/
.icon-2x { font-size: 48px; }
.icon-4x { font-size: 68px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #6aa84f; }
.icon-primary { color: #15549a; }
.icon-warning { color: #ffb100; }
.icon-secondary { color: #bcbcbc; }
.dark-line { border-top: 2px solid #2b2e35; }

/*-------- updated v 1.0.2 -------*/
.fa-primary{}
.fa-default{color: #6aa84f;}
.fa-success{color: #6eb232;}

/*-----------------------------------------
top bar
------------------------------------------*/
.top-bar { padding-top: 10px; padding-bottom: 10px; background-color: #15549a; font-size: 12px; color: #83bcfa; font-weight: 500; text-transform: uppercase; }
.top-text { padding-left: 20px; line-height: 1.6; }
.top-bar .top-text a { color: #fff; font-size: 14px; }
.top-bar .top-text a:hover { opacity: 0.6; }
.top-bar .top-text a small{ font-size: 70%; text-transform: lowercase; opacity: 0.8; letter-spacing: 1px; }
.lang-nav { margin-top: 14px; text-align: center; float: right; width: 50%;}
.header { background-color: #fff; padding-top: 20px; padding-bottom: 20px; position: relative; z-index: 99; -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.1); box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.1); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.1); }
.logo { }
.navigation-wide { background-color: #15549a }
.navigation-wide #navigation { margin-top: 0px; float: left; background-color: #15549a; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { float: right; margin-top: 8px; position: relative; z-index: 99; }
#navigation > ul > li { float: left; }
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 20px; font-size: 14px; text-decoration: none; color: #66707f; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
#navigation > ul > li > a i { font-size: 18px; vertical-align: middle; }
#navigation > ul > li:hover > a { color: #6aa84f; }
#navigation > ul > li.has-sub > a { padding-right: 30px; }
#navigation > ul > li > a.btn.btn-default.btn-xs{ color: #fff; background-color: #ee5a27; border-color: #ee5a27; padding: 4px 8px; font-size: 10px; margin-top: 14px; margin-left:10px; }

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation ul ul li a .badge{font-size: 10px;background: #6aa84f; padding: 1px 7px;}
/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: 45px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { border-bottom: 1px solid rgba(222, 231, 242, 1); padding: 15px 15px 16px 15px; width: 220px; font-size: 13px; text-decoration: none; color: #66707f; font-weight: 500; background: #fff; }
#navigation ul ul li:last-child > a, .navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #6aa84f; background-color: #fcfdfd; }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 20px; right: 11px; width: 8px; height: 2px; display: block; background: #66707f; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 17px; right: 14px; display: block; width: 2px; height: 8px; background: #66707f; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { margin-left:40px; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen ul.menu-list.open {
    display: block;
    position: absolute;
    width: 250px;
    top: 60px;
    right: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 16px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, .3);
    box-shadow: 0px 4px 16px 3px rgba(0, 0, 0, 0.3);
}
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid rgba(223, 229, 237, 0.9); }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #66707f; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #6aa84f; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 16px 0px 0px 30px; color: #6aa84f; cursor: pointer; font-size: 16px; text-transform: uppercase; font-weight: 700; width: 50%; float: left;}
#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 3px solid #919291;
    border-bottom: 3px solid #919291;
    content: '';
}
#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 13px;
    left: 0px;
    display: block;
    height: 3px;
    width: 30px;
    background: #919291;
    content: '';
}
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 3px; width: 30px; background: #333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #333; width: 30px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(223, 229, 237, 0.9); height: 46px; width: 46px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #15549a; }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #bcc6d3; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #ffffff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #bcc6d3; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }
#sub-nav { position: relative; }
#sub-nav #menu-button { display: none; }
#sub-nav.small-screen #menu-button { display: block; padding: 16px; color: #6aa84f; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #e2e7ee }
#sub-nav.small-screen #menu-button:after { position: absolute; top: 22px; right: 10px; display: block; height: 8px; width: 20px; border-top: 2px solid #6aa84f; border-bottom: 2px solid #6aa84f; content: ''; }
#sub-nav.small-screen #menu-button:before { position: absolute; top: 16px; right: 10px; display: block; height: 2px; width: 20px; background: #6aa84f; content: ''; }
#sub-nav.small-screen #menu-button.menu-opened:before { top: 23px; background: #333; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#sub-nav.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #333; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

/*-----------------------------------------
     Slider
------------------------------------------*/
#slider { }
.slider { position: relative; }
.slider-img img { position: relative; z-index: -1; width: 100%; }
.slider-img { background: -moz-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); background: linear-gradient(to bottom, rgba(16, 75, 149, 0.8) 0%, rgba(16, 75, 149, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0); position: relative; }
#slide-show .slider-img { min-height: 390px; }
.slider-captions { position: absolute; bottom: 200px; }
.slider-title { color: #fff; font-size: 52px; font-weight: 700; line-height: 62px; }
.slider-text { color: #fff; }
.slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 20px; }
.slider .owl-next { position: absolute; right: 0px; top: 40%; right: 20px; }
#slider .owl-next, #slider .owl-prev { background-color: transparent !important; border: 2px solid #fff; color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #fff !important; border: 2px solid #fff; color: #15549a; }
#slider .owl-pagination { margin: 0px; bottom: 40px; position: relative; }
#slider .owl-page span { border-radius: 2px; width: 98%; height: 1px; background-color: #fff; margin: 0px; }
#slider .owl-page { width: 5% }

/*-----------------------------------------
General Blocks
------------------------------------------*/
#summary .init-loader,
#summary .quick-pay,
#summary .request-access{
    display:none;
}

#summary .init-loader{
    margin: 100px auto 20px;
    text-align: center;
}
/* Loading state */
#summary.loading .init-loader{
    display:block;
}
/* Logging in state */
#summary.logging .request-access{
    display:block;
}
/* quick pay in state */
#summary.authenticated .quick-pay{
    display:block;
}

/* SPINNER */
.ld-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.ld-spinner div {
    animation: ld-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.ld-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6dda01;
    margin: -4px 0 0 -4px;
}
.ld-spinner div:nth-child(1) {
    animation-delay: -0.036s;
}
.ld-spinner div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.ld-spinner div:nth-child(2) {
    animation-delay: -0.072s;
}
.ld-spinner div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.ld-spinner div:nth-child(3) {
    animation-delay: -0.108s;
}
.ld-spinner div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.ld-spinner div:nth-child(4) {
    animation-delay: -0.144s;
}
.ld-spinner div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.ld-spinner div:nth-child(5) {
    animation-delay: -0.18s;
}
.ld-spinner div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.ld-spinner div:nth-child(6) {
    animation-delay: -0.216s;
}
.ld-spinner div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.ld-spinner div:nth-child(7) {
    animation-delay: -0.252s;
}
.ld-spinner div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.ld-spinner div:nth-child(8) {
    animation-delay: -0.288s;
}
.ld-spinner div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes ld-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-huge{
    font-size:70px;
}
/*.mail-text { color: #fff; font-size: 14px; border-right: 2px solid #4b3485; }
.rate-table { background-color: #fff; border-top: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; margin-top: -21px; }
.loan-rate { font-size: 32px; color: #414855; margin-bottom: 0px; font-weight: 600; line-height: 1; }
.rate-counter-block { border-right: 1px solid #dee7f2; padding-top: 20px; padding-bottom: 20px; }
.rate-counter-block:first-child { }
.rate-icon { float: left; padding-top: 5px; padding-right: 20px; padding-left: 20px; }
.rate-box { }
.rate-title { text-transform: uppercase; font-size: 14px; color: #3c4d6b; }
.cta { background-size: cover; margin: 0; min-height: 410px; border: none; padding: 100px 0px; background: linear-gradient(rgba(16, 75, 149, 0.8), rgba(16, 75, 149, 0.8)), rgba(16, 75, 149, 0.8) url(../images/cta-img.jpg) no-repeat center; }
.testimonial-img-1 { }
.testimonial-name-1 { color: #15549a; font-size: 14px; text-transform: uppercase; font-weight: 500; margin-bottom: 0px; }*/

/*------------------------------------
 index-3 (updated: 16 june 2017)
-------------------------------------*/
.header-transparent { background-color: rgba(255, 255, 255, .1); padding-top: 19px; padding-bottom: 19px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.header-transparent #navigation > ul > li.has-sub > a { padding-right: 30px; }
.header-transparent #navigation > ul > li > a { padding: 20px; font-size: 14px; text-decoration: none; color: #fff; font-weight: 600; text-transform: uppercase; }
.header-transparent #navigation { float: right; margin-top: 0px; position: relative; z-index: 99; }
.top-nav-collapse { background-color: #15549a; }
.lender-logo-section { margin-top: -20px; }
.lender-box { margin-bottom: 8px; margin-top: 8px; }
.slider-gradient-img img { position: relative; z-index: -1; width: 100%; }
.slider-gradient-img { position: relative; background: -moz-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: -webkit-linear-gradient(-45deg, rgba(31, 43, 112, 0.9) 0%, rgba(31, 43, 112, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); background: linear-gradient(135deg, rgba(25, 46, 167, 0.9) 0%, rgba(24, 40, 134, 0.9) 47%, rgba(148, 58, 158, 0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1); }
.service-block-v3 { background-color: #fff; padding: 40px 0px 0px 0px; text-align: center; margin-bottom: 30px; }
.service-block-v3 .service-content { padding: 5px 30px; }
.service-block-v3 .service-title { margin-bottom: 20px; line-height: 24px; }
.service-rate-block { margin-bottom: 30px; }
.service-rate-block .product-rate { color: #6aa84f; margin-bottom: 6px; font-size: 18px; }
.rate-text { font-size: 12px; }
.customer-block { background-color: #fff; padding: 30px; }
.customer-img { position: relative; margin-bottom: 30px; }
.customer-content { }
.customer-text { color: #3c4d6b; font-size: 21px; margin-bottom: 30px; font-family: 'Merriweather', serif; letter-spacing: -1px; font-style: italic; line-height: 36px; font-weight: normal; }
.customer-name { font-size: 14px; font-weight: 600; color: #6aa84f; }
.customer-meta { }
.customer-quote-circle { background-color: #6aa84f; border-radius: 100%; padding: 10px; position: absolute; width: 40px; height: 40px; top: 20px; left: 30px; color: #fff; text-align: center; z-index: 1; }
.how-it-block { background-color: #fff; padding: 30px; min-height: 320px; }
.how-it-no { font-size: 76px; color: #15549a; }
.how-it-content { }

/*------------------------------------
 index-4 Students Home page
-------------------------------------*/
.list-group-item { position: relative; display: block; padding: 10px 0; margin-bottom: -1px; border: 1px solid #e9e4e4; }

.students-slider-img img { width: 100%; }
.education-rate-box { background-color: #eff4f9; padding: 20px; border-radius: 4px; margin-bottom: 5px; }
.education-rate-number { font-size: 32px; margin-bottom: 0px; }

/*------------------------------------
 index-5 Business Loan Home Page
-------------------------------------*/
.business-loan-products{background-color: #fff; padding: 40px;border:1px solid #dee4ee;text-align: center; margin-bottom: 30px;}
.loan-products-icon{margin-bottom: 20px;}
.loan-products-content{}
.video-play{position: absolute;top: 35%;left: -4%;}
.section-about-video{}
.about-img{position: relative;}
.business-request-form{ margin-bottom: -20px; padding: 35px 30px 35px;}
.business-request-form h3{margin-bottom: 30px;}
.lender-block{    padding: 80px 40px;
    background-color: #fff;
    border: 1px solid #dee4ee;
    border-radius: 4px;text-align: center;}
.rate-badge{background:#104b8c; display: inline-block;padding: 4px 10px;border-radius: 4px;font-size: 12px; font-weight: 600;color: #fff;}
/*-----------------------------------------------------------------------
Service Page & Block Css
----------------------------------------------------------------------*/
#service { }
#service .owl-next, #service .owl-prev { background-color: transparent !important; border: 2px solid #a3b1c1; color: #a3b1c1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#service .owl-next:hover, #service .owl-prev:hover { background-color: #6aa84f !important; border: 2px solid #6aa84f; color: #fff; }
.service-block { transition: box-shadow .5s; }
.service-block:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.service-block:hover i { color: #6aa84f; }
#service .owl-controls { text-align: center; margin-top: 10px; }
.icon-svg-2x { width: 80px; }
.icon-svg-1x { width: 60px; }

/*--------------------------------
Service-img
---------------------------------*/
.service-img-box { transition: box-shadow .5s; }
.service-img-box:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.service-img { position: relative; }
.service-content { }
.service-content>h2 { margin-bottom: 0px; }
.circle { background-color: #effee3; width: 60px; height: 60px; border: 1px solid #6aa84f; border-radius: 100px; color: #6aa84f; margin: -70px auto 40px auto; padding: 10px; text-align: center; line-height: 1.7; }
.number { font-size: 24px; font-weight: 500; }
.number-block { text-align: center; }
.number-title { margin: 20px 0; }
.circle-large { width: 100px; height: 100px; border-radius: 100%; line-height: 2; padding: 10px; text-align: center; font-size: 42px; }
.circle-default { background-color: #6aa84f; color: #fff; }

/*--------------------------------
testimonial
---------------------------------*/
.testimonial-block { position: relative; }
.testimonial-text { font-family: 'Merriweather', serif; color: #414855; font-style: italic; line-height: 32px; }
.testimonial-autor { padding-top: 15px; padding-bottom: 12px; }
.testimonial-name { color: #fff; line-height: 1; margin-bottom: 5px; }
.testimonial-autor-box { }
.testimonial-title { color: #6aa84f; margin-bottom: 0px; }
.testimonial-img { float: left; padding-right: 29px; }
.testimonial-meta { font-size: 12px; }
.testimonial-simple { }
.testimonial-name-inverse { color: #15549a; text-transform: uppercase; font-size: 14px; font-weight: 600; }
.client-rating { margin-bottom: 10px; }
.rate-done { color: #f9b218; }
.rate-remain { color: #c7ced5; }

/*--------------------------------
footer
---------------------------------*/
.newsletter-form { margin-bottom: 30px; }
.newsletter-title { color: #3c4d6b; margin-top: 10px; }
.footer { background-color: #1e2127; color: #676d75; font-size: 14px; }
.footer .table>tbody>tr>td{ border-color: #676d75; color: #676d75; font-size: 12px;}
.footer-logo { margin-bottom: 30px; }
.footer-logo img { width:180px}
.widget-footer { }
.widget-footer ul { }
.widget-footer ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-footer ul li a { color: #3c4d6b; }
.widget-footer ul li a:hover { color: #6aa84f; }
.tiny-footer { background-color: #16191e; font-size: 12px; padding-top: 10px; padding-bottom: 10px; }
.widget-footer { position: relative; padding-left: 20px; line-height: 32px; }
.widget-footer ul li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #3c4d6b; content: "\f105"; }
.widget-social { }
.widget-social ul { }
.widget-social ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-social ul li a { color: #3c4d6b; text-transform: uppercase; font-weight: 500; }
.widget-social ul li a i { width: 30px; }
.widget-social ul li a:hover { color: #6aa84f; text-decoration: underline; }
.address-text { }
.call-text { }
.call-text span { padding-right: 10px; vertical-align: middle; }

/*--------------------------------
Page header 
---------------------------------*/
.page-header { margin: 0; padding: 175px 0 80px; min-height: 410px; border: none; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/page-header.jpg) no-repeat center; background-size: cover; }
.page-title { margin-bottom: 0; font-size: 36px; }
.rate-block { text-align: right; }
.rate-number { margin-bottom: 0; line-height: 1; color: #6aa84f; }
.btn-action { text-align: right; }
.sub-nav { background-color: #eff3f8; border-top: 1px solid #dee7f2; }
.is-sticky .sub-nav { position: relative; z-index: 9; top: 120px; }
.sub-nav>.nav { }
.sub-nav>.nav li a { padding: 16px; font-size: 14px; text-transform: uppercase; color: #7e93ae; font-weight: 500; border-right: 1px solid #dee7f2; }
.sub-nav>.nav li a:hover { background-color: #fff; color: #6aa84f; }
.sub-nav>.nav li a:focus { background-color: #fff; color: #6aa84f; }
.sub-nav>.nav li.active a { color: red; background-color: #fff; color: #6aa84f; }
.page-breadcrumb { }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 0px; font-size: 12px; text-transform: uppercase; color: #15549a; font-weight: 700; }
.page-breadcrumb .breadcrumb>li { }
.page-breadcrumb .breadcrumb>.active { color: #fff; font-weight: 700; }
.page-breadcrumb .breadcrumb>li a { color: #15549a; font-weight: 700; }
.page-breadcrumb .breadcrumb>li a:hover { color: #6aa84f; }
.page-breadcrumb .breadcrumb>li+li:before { padding: 0 5px; color: #15549a; content: "/\00a0"; }

/*--------------------------------
Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; border-radius: 5px; background: #6aa84f url(../images/cd-top-arrow.svg) no-repeat center 50%; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {    /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-fade-out {    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .9; }
.no-touch .cd-top:hover { background-color: #cb2529; opacity: 1; }

/* ============================================================
GLOBAL
============================================================ */

.effects { }
.effects .img { position: relative; }
.effects .img:nth-child(n) { }
.effects .img:first-child { margin-bottom: 20px; }
.effects .img:last-child { margin-right: 0; }
.effects .img img { display: block; margin: 0; padding: 0; max-width: 100%; height: auto; }
.overlay { display: block; position: absolute; z-index: 20; background: rgba(246, 96, 171, 0.8); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a.close-overlay { display: block; position: absolute; top: 0; right: 0; z-index: 100; width: 45px; height: 45px; font-size: 20px; font-weight: 700; color: #fff; line-height: 45px; text-align: center; background-color: #de4526; cursor: pointer; }
a.close-overlay.hidden { display: none; }
a.expand { display: block; position: absolute; z-index: 100; width: 60px; height: 60px; border: solid 5px #fff; text-align: center; color: #fff; line-height: 50px; font-weight: 700; font-size: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

/* ============================================================
EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay { top: 0; bottom: 0; left: 0; right: 0; opacity: 0; }
#effect-6 .overlay a.expand { left: 0; right: 0; top: 0; margin: 0 auto; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#effect-6 .img.hover .overlay { opacity: 1; }
#effect-6 .img.hover .overlay a.expand { top: 50%; margin-top: -30px; opacity: 1; }

/*----------------- Image Hover Effect ---------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f06e";    /* fa-eye */ font-family: "FontAwesome"; font-size: 36px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(34, 62, 92, .55); }
.imghover:hover::after { color: #FFFFFF; }

/*--------------------------------
Team  
---------------------------------*/
.team-block { }
.team-img { }
.team-content { }
.designation { font-size: 12px; color: #6aa84f; text-transform: uppercase; font-weight: 600; }

/*--------------------------------
About us 
---------------------------------*/
.about-section { }
.counter-section { }
.why-choose-section { }
.testimonial-section { }
.cta-section { }
.text-big { font-size: 20px; margin-bottom: 0px; }

/*--------------------------------
Card Listing Page
---------------------------------*/
.card-listing{padding: 26px;border: 1px solid #dee7f2;margin-bottom: 30px;background: #eff3f8;}
.card-img{}
.card-img img{}
.card-content{margin-top: 20px;}
.card-content .btn{margin-right: 30px;}
.card-name{}
.card-features{margin-top: 20px;}
.card-features ul li{border-bottom: 1px solid #eff3f8; padding-bottom: 10px;margin-bottom: 8px;    line-height: 1.5;}

.card-details{}
.card-head-sections{margin-bottom: 40px;}

.mb-0{
    margin-bottom: 0!important
}
.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 2rem!important
}

.mb-6 {
    margin-bottom: 2.5rem!important
}

.mb-7 {
    margin-bottom: 3rem!important
}

.mb-8 {
    margin-bottom: 3.5rem!important
}

.mb-9 {
    margin-bottom: 4rem!important
}

.mb-10 {
    margin-bottom: 4.5rem!important
}

.mb-11 {
    margin-bottom: 5rem!important
}

.mb-12 {
    margin-bottom: 5.5rem!important
}

.mb-13 {
    margin-bottom: 6rem!important
}

.mb-14 {
    margin-bottom: 6.5rem!important
}

.mb-15 {
    margin-bottom: 7rem!important
}

.mb-16 {
    margin-bottom: 7.5rem!important
}

.mb-17 {
    margin-bottom: 8rem!important
}

.mb-18 {
    margin-bottom: 8.5rem!important
}

.mb-19 {
    margin-bottom: 9rem!important
}

.mb-20 {
    margin-bottom: 9.5rem!important
}

.mb-21 {
    margin-bottom: 10rem!important
}

.mb-22 {
    margin-bottom: 12rem!important
}

.mb-23 {
    margin-bottom: 13rem!important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 3rem;
    min-height: 150px;
}

.smooth-shadow-sm {
    box-shadow: 0 2px 4px rgba(0,0,20,.08),0 1px 2px rgba(0,0,20,.08)!important;
}

/*-----------------------------------------
Shortcodes
------------------------------------------*/
.st-tabs {    /*border: 1px solid #dee7f2; */ }
.st-tabs .nav-tabs { border-bottom: 1px solid transparent; }
.st-tabs .nav-tabs>li>a { margin-right: 0px; line-height: 1.42857143; border: 1px solid #dee7f2; border-radius: 2px 2px 0 0; background-color: #eff3f8; font-size: 14px; text-transform: uppercase; color: #7e93ae; font-weight: 500; padding: 20px 8px; }
.st-tabs .nav-tabs>li>a:hover { background-color: #fff; border-bottom: 1px solid #dee7f2; color: #6aa84f; border-color: transparent; }
.st-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #8f979e; cursor: default; background-color: #fff; border: 1px solid #dee7f2; border-bottom-color: transparent; }
.st-tabs .tab-content { padding: 30px; background-color: #fff; border-left: 1px solid #dee7f2; border-right: 1px solid #dee7f2; border-bottom: 1px solid #dee7f2; margin-top: -2px; }
.st-tabs .nav-tabs.nav-justified>.active>a, .st-tabs .nav-tabs.nav-justified>.active>a:focus, .st-tabs .nav-tabs.nav-justified>.active>a:hover { border: 1px solid #dee7f2; border-bottom: transparent; color: #6aa84f; }
.column-block { margin-bottom: 30px; }

/*-----------------------------------------
Landing Page Template
------------------------------------------*/
.hero { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/lp-car-image.jpg) no-repeat center; background-size: cover; }
.hero-home-loan { position: relative; padding-top: 60px; padding-bottom: 100px; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../images/home-loan-lp.jpg) no-repeat center; background-size: cover; }
.hero-title { font-size: 48px; line-height: 52px; color: #fff; font-weight: 800; letter-spacing: -1px; margin-bottom: 30px; }
.hero-captions { padding-top: 80px; }
.hero-text { color: #fff; }
.request-form { background-color: #fff; padding: 30px; border-radius: 4px; }
.form-title {     color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}
.form-subtitle{ color: #3c4d6b; }
.form-subtitle b{ color:#6aa84f; }
.price-rate { margin-top: 30px; }
.price-big { font-size: 40px; color: #fff; font-weight: 800; }
.price-rate small { color: #fff; text-transform: uppercase; }
.new-price, .old-price { margin-bottom: 30px; }

/*--------------- Features block class --------------*/
.feature { }
.feature-icon { }
.feature .feature-icon { margin-bottom: 20px; }

/*-------- feature icon left --------*/
.feature-left { }
.feature-left .feature-icon { float: left; color: #15549a; font-size: 28px; line-height: 1; }
.feature-left .feature-content { padding-left: 60px; }
.feature-content { }

/*--------- feature center --------*/
.feature-center { text-align: center; }
.feature-center .feature-icon { margin-bottom: 20px; }
.feature-icon-style { text-align: center; }
.feature-icon-style .feature-icon { margin: 0 auto 40px auto; background-color: #fcfdfd; width: 80px; height: 80px; border-radius: 100px; padding: 24px; text-align: center; color: #15549a; }
.feature-icon-style .feature-title { margin-bottom: 16px; }
.call-to-action { color: #fff; }

.feature-circle { background-color: #fcfdfd; width: 60px; height: 60px; border-radius: 100px; padding: 14px; color: #15549a; font-size: 26px; text-align: center; }

/*----- updated in v 1.0.2 ----*/
.feature-bg { background-color: #e3edf9; border-radius: 4px; padding: 60px; text-align: center; }
.feature-bg .feature-icon { background-color: #bacadd; color: #3c4d6b; width: 120px; height: 120px; border-radius: 120px; font-size: 40px; text-align: center; line-height: 120px; margin: 0 auto 40px auto; }
.feature-bg .feature-content { }
.feature-list-bar{background: #e3edf9; padding-top: 16px; padding-bottom: 16px;color: #3c4d6b;}

@media screen and (max-width:1366px) {
  .slider-captions { position: absolute; bottom: 70px; width: 100%; }
  .slider-title { color: #fff; font-size: 32px; font-weight: 700; line-height: 42px; }
  .slider .owl-prev { position: absolute; left: 0px; top: 40%; left: 0px; }
  .slider .owl-next { position: absolute; right: 0px; top: 40%; right: 0px; }
    .text-title-intro{ font-size: 22px; line-height: 32px; }
}
@media screen and (min-width:1300px) and (max-width:1440px) {
  .slider-captions { position: absolute; bottom: 100px; width: 100%; }
}

@media only screen and (max-width:1200px){
    #slide-show{
        margin-top:50px;
    }
}

/*============= media query max-width: 768px; =============*/
@media only screen and (max-width:768px) {

  /* start query */
  .header { padding-top: 5px; padding-bottom: 5px; }
  .logo { }
    .text-title-intro{ text-align: left; }

  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions { position: absolute; bottom: 28px; text-align: center; }
  .slider-title { color: #fff; font-size: 22px; text-transform: uppercase; font-weight: 700; line-height: 26px; }
  .slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }
  .slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }

  /*--------------- Page Header ( for mobile view  )---------- */
  .page-header { padding: 40px 0px 80px; }
  .page-title { font-size: 28px; margin-bottom: 14px; }
  .btn-action { text-align: center; }
  .btn-action .btn { padding: 10px; float: left; margin-left: 5px; }
  .sub-nav>.nav li a { border-bottom: 1px solid #dee7f2; margin-bottom: 0px; }
  .childern { padding-left: 0px; }
  .widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: 0px; }
  .search-nav { display: none; }
  .rate-counter-block { text-align: center; }
  .rate-icon { float: none; margin-bottom: 10px; }
  .loan-rate { font-size: 24px; }

  /*--------------- index - 4 ()-------------*/
  .header-transparent { position: relative; background-color: #15549a; }
  .header-transparent #navigation.small-screen #menu-button { display: block; padding: 16px 0px; color: #6aa84f; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #0a4587; margin-top: 20px; }
  .header-transparent #navigation.small-screen ul li { width: 100%; border-top: 1px solid #0a4587; }
  .header-transparent #navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #0a4587; height: 46px; width: 46px; cursor: pointer; }
  .header-transparent #navigation.small-screen ul ul li a { color: #fff; background: none; }

  /* small screen menu separator */
  .menu-separator { display: inline-block; }
}

/* start query */
@media only screen and (max-width:320px) {

/*--------------- slider for mobile view ( for mobile view  )---------- */
.slider-captions { position: absolute; bottom: 18px; text-align: center; width: 100%; }
.slider-title { color: #fff; font-size: 18px; text-transform: uppercase; font-weight: 700; line-height: 26px; }
.slider .owl-prev { position: absolute; left: 0px; top: 30%; left: 0px; }
.slider .owl-next { position: absolute; right: 0px; top: 30%; right: 0px; }
.rate-icon { float: none; }
.rate-counter-block { text-align: center; }
.loan-rate { font-size: 24px; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: 0px; }
.search-nav { display: none; }
}

.help-phone{
    padding-top: 15px;
}
.help-phone a{
    font-size: 20px;
    font-weight: 600;
}

.header.min-header .help-phone a{
    font-size: 18px;
}

.header.min-header .help-phone a .help-icon{
    font-size: 28px;
}

.header.min-header .logo img{
    margin-top: 5px;
}

.help-phone a .help-icon{
    font-size: 32px;
    vertical-align: middle;
    margin-right: 10px;
    color: #15549a;
}

.form-message{
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    /* margin-bottom: 20px; */
    text-align: center;
}

.form-message.error{
    background: #ff0500;
}
.form-message.success{
    background: #5bb85c;
}
.form-message.warning{
    background: #f0ad4e;
}

.list-group{
    margin-bottom: 0;
    font-size: 14px;
}
.list-group-item{
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    border-top: none;
    background: none;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.action-link{
    font-size: 30px;
    margin-top:15px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity: 0.3;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
    color: #fff;
    line-height: 34px;
    padding-left: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:after{
    height: 26px;
    width: 26px;
    content: "OFF";
    position: absolute;
    right: 7px;
    bottom: 7px;
}

input:checked + .switch-slider:after{
    content: "ON";
    left: 8px;
}

input.default:checked + .switch-slider {
    background-color: #444;
}
input.primary:checked + .switch-slider {
    background-color: #2196F3;
}
input.success:checked + .switch-slider {
    background-color: #8bc34a;
}
input.info:checked + .switch-slider {
    background-color: #3de0f5;
}
input.warning:checked + .switch-slider {
    background-color: #FFC107;
}
input.danger:checked + .switch-slider {
    background-color: #f44336;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

/* Slide Shows */

.banner-content {
    padding:40px;
}

/* Validation */
em.help-block{
    font-size: 85%;
}

/* Quick Pay */

.separator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto;
}

.separator:before {
    margin-right: 15px;
}

.separator:after {
    margin-left: 15px;
}

.separator:after, .separator:before {
    background-color: #dedede;
    content: '';
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    height: 1px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.acc-details b{
    color: #232323;
}

.radio-box-label{
    border: 0;
    padding: 10px 3px;
    width: 100%;
    position: relative;
}

.radio-box-label.disabled{
    color: #ddd;
}

.radio-box-label .acc-desc{
    font-weight: 100;
    font-size: 14px;
}

.radio-box-label span.small{
    font-weight: 100;
    font-size: 60%;
}

.radio-box-label .mark{
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    border: 3px solid #e7ecee;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.radio-box-label input:checked ~ .mark{
    border-color: #677d92;
}

.radio-box-label.disabled .mark{
    border-color: #ddd;
}

.toggle-link{
    color: #6dd900;
    font-size: 16px;
}

.btn-success{
    background-color: #6dda01;
}

label.check-box{
    --form-control-color: rebeccapurple;
    font-weight:100;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}
label.check-box input[type="checkbox"] {
    appearance: none;
    background-color: #6aa84f;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: none;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
label.check-box input[type="checkbox"]:focus{
    outline: none;
}
label.check-box input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    background-color: #fff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

label.check-box input[type="checkbox"]:checked::before {
    transform: scale(1);
}

hr{
    border-top: 1px dotted #e7ecee;
    margin: 10px 0 5px 0;
}

.form-control + .form-control {
    margin-top: 1em;
}

.no-border{ border:none!important; }

@media only screen and (min-width:992px) {
    #banner-container {
        float: right;
    }
}


.loading .form-control, .loading .load-data, .loading.self, .loading .radio-box-label{

    background-image: linear-gradient(90deg, #eee 0px, #f8f8f8 40px, #eee 80px);
    background-size: 100%;
    animation: shine-lines 1.6s infinite linear;
}

.loading .section-title:before{
    position:absolute;
    width:93%;
    height:30px;
    background: rgba(255,255,255,0.3);
    content: "";
    border-radius:20px;
}

.loading #banner-container:before{
    position:absolute;
    width:93%;
    height:300px;
    background: rgba(255,255,255,0.3);
    content: "";
    border-radius:20px;
}


.loading .line ~ .line {
    background-color: #ddd;
}

.loading .btn, .loading .action-link{
    display:none;
}
.loader{
    display:none;
}
.loading .loader{
    display:block;
}
.text-muted{ color: #9aa9c3; }

/* Radio Buttons */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width:100%;
    margin-bottom: 20px;
    font-weight: normal;
}
[type="radio"]:checked + label{
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5cb85c;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 140px;
    }
}

@media (max-width:992px) {
    .pmt-option {
        border-bottom: 1px solid #cccccc;
    }
    .pmt-option.last-block{
        border-bottom: none;
    }
    .pmt-option .text-center {
        border: none;
    }

    h1.section-title { font-size: 25px; }
    h2.section-title, h3.section-title, h4.section-title { font-size: 20px; }

    .weatherwidget-io {display: none!important;}
}