@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: 'Open Sans', sans-serif; line-height: 1.4; color: #778191; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; color: #3c4d6b; font-weight: 500; }
h1 { font-size: 32px; line-height: 44px; letter-spacing: -1px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 20px; }
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: #9E0500; 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: #0095A5; }
strong { }
blockquote { padding: 10px 20px; margin: 0 0 0px; font-size: 21px; border-left: 5px solid #eff1f4; color: #414346; font-style: italic; line-height: 35px; }
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 .0s ease-in-out; }


.text-highlight { color: #ffecb3; }
.highlight { color: #9E0500; }
.italic { }
.small-text { }
.listnone { list-style: none; margin: 0px 0px 0px 0px; padding: 0; }
.required { color: red }
.lead { color: #3c4d6b; line-height: 29px; font-size: 24px; }
.lead-strong { }

.section-title h1 {font-size: 40px; color: #9E0500;}

.text-white { color: #fff; }
.title-white { color: #fff; }
.title { color: #3c4d6b; }

/*-----------------------------------
Space css class
-----------------------------------*/

/*----------------
margin space
-----------------*/

.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-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: 20px; }
.section-space40 { padding-top: 40px; padding-bottom: 40px; }
.section-space40-0 { padding-top: 40px; padding-bottom:0px; }
.section-space60 { padding-top: 60px; padding-bottom: 60px; }
.section-space60-0 { padding-top: 60px; padding-bottom: 0px; }
.section-space80 { padding-top: 80px; padding-bottom: 80px; }
.section-space100 { padding-top: 100px; padding-bottom: 100px; }
.section-space120 { padding-top: 120px; padding-bottom: 120px; }
.section-space140 { padding-top: 140px; padding-bottom: 140px; }

/*-----------------------------------------
Background & Block color 
------------------------------------------*/
.bg-light { background-color: #fafcfd; }
.bg-primary { background-color: #eff1f4; }
.bg-default { background-color: #15549a; color: #87c0ff; }


.bg-white { background-color: #fff }
.bg-white-fade { background-color: rgba(255, 255, 255, .7) }


.outline { border: 1px solid #dee4ee; }
.link-title { }
.small-title { font-size: 14px; color: #778191; 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); }

/*-----------------------------------------
Buttons
------------------------------------------*/


.btn { font-size: 15px; border-radius: 4px; line-height: 12px; text-transform: uppercase; font-weight: 700; padding: 20px 30px; border: none; font-weight: 600; }

.btn-contato { font-size: 16px; border-radius: 4px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; padding: 20px 30px; border: none; font-weight: 600; float: right;}


.btn-default {color: #fff;
background: #B7B5A7;
	 }


.btn-default:hover {color: #fff;
background: #0095A1;
	 }


.btn-enviar { font-size: 16px; border-radius: 4px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; padding: 10px 35px; border: none; font-weight: 600; margin-top: 10px;}


.btn-default-enviar {color: #fff; border-color: #9E0500;
background: #dc1112; /* Old browsers */
background: -moz-linear-gradient(top, #dc1112 0%, #9e0500 47%, #9e0500 47%, #9e0500 74%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dc1112 0%,#9e0500 47%,#9e0500 47%,#9e0500 74%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dc1112 0%,#9e0500 47%,#9e0500 47%,#9e0500 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1112', endColorstr='#9e0500',GradientType=0 ); /* IE6-9 */
	 }


.btn-default-enviar:hover {color: #fff; border-color: #9E0500; ;
background: #dc1112; /* Old browsers */
background: -moz-linear-gradient(top, #dc1112 0%, #9e0500 100%, #9e0500 100%, #9e0500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dc1112 0%,#9e0500 100%,#9e0500 100%,#9e0500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dc1112 0%,#9e0500 100%,#9e0500 100%,#9e0500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1112', endColorstr='#dc1112',GradientType=0 ); /* IE6-9 */
	 }




.btn-equipe {color: #fff; border:1px solid #BA3C3D; margin-top: 40px;}

.btn-equipe:hover {color: #fff; border:1px solid #fff;}




.btn-default.focus, .btn-default:focus { color: #fff; background-color: #0095A5; border-color: #0095A5; }
.btn-primary { background-color: #15549a; color: #fff; }
.btn-primary:hover { color: #fff; background-color: #2573cb; }
.btn-primary.focus, .btn-primary:focus { }
.btn-secondary { }
.btn-secondary:hover { }
.btn-outline { border: 2px solid #dee4ee; color: #9aa9c3; background-color: transparent; padding: 17px 28px; }
.btn-outline:hover { border: 2px solid #dee4ee; color: #6a7a94; background-color: #dee4ee; }
.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: #9E0500; font-weight: 500; padding-bottom: 4px; border-bottom: 2px solid #9E0500; 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: 52px; padding: 6px 10px; 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); margin-bottom: 10px; border: 2px solid #e6ecef; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff; }
.form-control:focus { }
.required { color: red }
textarea.form-control { border-radius: 2px; height: auto; }
select { -webkit-appearance: none; background-color: #fff; }

.cont {font-size: 17px;}

/*-----------------------------------------
content
------------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }
.content-area { }
.sidebar-area { }
.wrapper-content { margin-top: -40px; margin-bottom: 50px; 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: #919297; 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"; }

/*-----------------------------------------
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: #9E0500; }
.icon-primary { color: #15549a; }
.icon-secondary { color: #bcbcbc; }
.dark-line { border-top: 2px solid #2b2e35; }

/*-----------------------------------------
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-right: 60px; font-size: 19px; line-height: 1.6; color:#3D3D3B;}


.top-text a { color: #fff; }
.top-text a:hover { color: #fff; }
.search-nav { margin-top: 10px; text-align: center; }
.search-btn { border-radius: 50%; width: 30px; height: 30px; padding: 5px 0px 0px 0px; margin-top: 7px; color: #7e93ae; background-color: #eff3f8; display: inline-block; }
.searchbar { }
.search-area { padding: 30px; }
.header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dae3e2+0,ffffff+50 */
background: #0095A4; padding-top:0; padding-bottom: 20px; position: relative; z-index: 99; }

.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: 22px; 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: 14px 18px; font-size: 16px; text-decoration: none; color:#fff; font-weight: 500; text-transform: uppercase; }
#navigation > ul > li:hover > a { color: #AFD1D8; }
#navigation > ul > li.has-sub > a { padding-right: 30px; }
.ativo a { color: #AFD1D8 !important;}

.link-ativo > a:first-child { opacity: 0.4; filter: alpha(opacity=50);}


/*#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 > 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: 15px; 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: #0095A4; background-color: #f4f6f8; }
#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 { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#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: #fff; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #B0D1D7; }
#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; color: #fff; cursor: pointer; font-size: 16px; text-transform: uppercase; font-weight: 700; border-top: 1px solid #E5E5E5; }
#navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 0px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 16px; right: 0px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #fff; -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: #fff; width: 15px; -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(255, 255, 255, 0.9); height: 46px; width: 46px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #ABDFE9; }
#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: #fff; 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: #fff; 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: #9E0500; 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 #9E0500; border-bottom: 2px solid #9E0500; content: ''; }
#sub-nav.small-screen #menu-button:before { position: absolute; top: 16px; right: 10px; display: block; height: 2px; width: 20px; background: #9E0500; 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-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; }
#slider .owl-next:hover, #slider .owl-prev:hover { background-color: #fff !important; border: 2px solid #fff; color: #0095A4; transition: all .1s ease-in-out !important;}
#slider .owl-pagination { margin: 0px; bottom: 20px; position: relative; }
#slider .owl-page span { border-radius: 2px; width: 95%; height: 3px; background-color: #fff; margin: 0px; }
#slider .owl-page { width: 5% }

/*-----------------------------------------
index-1
------------------------------------------*/
.mail-text { border-right: 2px solid #1b5ca5; }
.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: #778191; }
.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; }

/*-----------------------------------------------------------------------
 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-block {margin-top:30px; }


.service-block a {display: block;}

#service .owl-next:hover, #service .owl-prev:hover { background-color: #9E0500 !important; border: 2px solid #9E0500; color: #fff; }

.service-block { min-height: 96px; transition: box-shadow .5s; -webkit-box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); }

.service-block:hover { -webkit-box-shadow: 4px 4px 20px 3px rgba(255, 255, 255, 1); -moz-box-shadow: 4px 4px 20px 3px rgba(255, 255, 255, 1); box-shadow: 4px 4px 20px 3px rgba(255, 255, 255, 1); }
.service-block:hover i { color: #9E0500; }
#service .owl-controls { text-align: center; }
.icon-svg-2x { width: 80px; }

.service-block h2 {text-align: center; margin-bottom: 0; line-height: 26px;}
.service-block h3 {text-align: center; margin-bottom: 0; line-height: 26px;}

/*--------------------------------
 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: #e3f0fe; width: 60px; height: 60px; border: 1px solid #15549a; border-radius: 100px; color: #15549a; 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-bottom: 20px; }


/*--------------------------------
 testimonial
---------------------------------*/
.testimonial-block { position: relative; }
.testimonial-text { 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: #9E0500; 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: #778191; margin-top: 10px; }
.footer { background-color: #004F83; }
.footer-logo { margin-bottom: 30px; }
.widget-footer { }
.widget-footer ul { }
.widget-footer ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-footer ul li a { color: #778191; }
.widget-footer ul li a:hover { color: #9E0500; }
.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: #778191; content: "\f105"; }
.widget-social { }
.widget-social ul { }
.widget-social ul li { line-height: 1.6; margin-bottom: 8px; }
.widget-social ul li a { color: #778191; text-transform: uppercase; font-weight: 500; }
.widget-social ul li a i { width: 30px; }
.widget-social ul li a:hover { color: #9E0500; text-decoration: underline; }
.address-text { }
.call-text { }
.call-text span { padding-right: 10px; vertical-align: -webkit-baseline-middle; }

/*--------------------------------
 Page header 
---------------------------------*/

.page-header { margin: 0; padding: 100px 0px 80px; min-height: 310px; border: none; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(0, 0, 0, 0.2) url(../img/topo-01.jpg) no-repeat center; background-size: cover; border-top: 4px solid #F11717;}


.page-title { margin-bottom: 0px; font-size: 36px; text-transform: uppercase; color:#9F0502;}
.rate-block { text-align: right; }
.rate-number { margin-bottom: 0px; line-height: 1; color: #9E0500; }
.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: #9E0500; }
.sub-nav>.nav li a:focus { background-color: #fff; color: #9E0500; }
.sub-nav>.nav li.active a { color: red; background-color: #fff; color: #9E0500; }
.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: #667080; font-weight: 700; }
.page-breadcrumb .breadcrumb>li a:hover { color: #9E0500; }
.page-breadcrumb .breadcrumb>li+li:before { padding: 0 5px; color: #667080; content: "/\00a0"; }

/*--------------------------------
 Blog  
---------------------------------*/
.post-holder { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; }
.post-header { border-bottom: 1px solid #dee4ee; margin-bottom: 20px; padding-bottom: 19px; }

.post-block { transition: box-shadow .5s; -webkit-box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); box-shadow: 4px 4px 20px 3px rgba(0, 0, 0, 0.1); text-align: center;}

.post-block-interna {}


.post-img { }
.meta { font-size: 12px; text-transform: uppercase; font-weight: 600; color: #a4a7ac; margin-bottom: 14px; margin-top: 14px; }
.meta span { margin-right: 0px; }
.meta span:after { margin-left: 15px; margin-right: 15px; color: #b0b0b0; content: "|"; }
.meta span:last-child:after { margin-left: 0px; margin-right: 0px; content: ""; }

/*----- Related Post-----*/
.post-related { border-bottom: 1px solid #e8eaec; }
.post-related-title { }
.post-related-content { }
.related-title { font-size: 18px; color: #4b5565; }
.related-img { }

/*----- prev-next-----*/
.post-navigation { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; padding-bottom: 30px; }
.nav-links { }
.nav-previous { }
.prev-link, .next-link { color: #778191; margin-bottom: 10px; display: block; text-decoration: underline; text-transform: uppercase; font-weight: 600; font-size: 14px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.prev-link { }
.prev-link:hover, .next-link:hover { color: #9E0500 }
.meta-date { color: #009B9E; font-weight: 600; }
.meta-author { }
.meta-comments { }
#post-gallery { }
.quote-block { }
.meta-link { color: #a4a7ac; }

/*--------------------------------
 Blog-sidebar  
---------------------------------*/
.widget { padding: 30px; margin-bottom: 30px; }
.widget-title { border-bottom: 1px solid #e8eaec; margin-bottom: 19px; padding-bottom: 20px; }
.widget-search { }
.widget-category { }
.widget-category li a, .widget-archives li a { padding-top: 10px; padding-bottom: 10px; display: block; line-height: 14px; color: #797b80; font-size: 14px; }
.widget-category li a:hover, .widget-archives li a:hover { color: #9E0500; }
.widget-tags { }
.widget-tags a { text-transform: uppercase; border: 2px solid #c3c7d1; padding: 9px 16px; display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 12px; line-height: 12px; color: #9a9fab; border-radius: 4px; letter-spacing: 1px; }
.widget-tags a:hover { background-color: #9E0500; color: #fff; border-color: #9E0500; }

/*----- post-author-----*/
.post-author { border-bottom: 1px solid #e8eaec; margin-bottom: 29px; padding-bottom: 30px; }
.author-img { }
.author-bio { }
.author-header { }
.author-header small { text-transform: uppercase; color: #de4526; font-weight: 700; margin-left: 15px; }
.author-content { }
.author-social { }
.author-social a { color: #707070; display: inline-block; text-align: center; font-size: 13px; padding: 8px 12px; }
.author-social a:hover { background-color: #de4526; color: #fff; }

/*----- comments-----*/
.comments-area { border-bottom: 1px solid #e8eaec; padding-bottom: 40px; }
.comments-title { margin-bottom: 40px; }
.comment-list { }
.comment { }
.comment-body { margin-bottom: 60px; }
.comment-author { }
.comment-author img { width: 120px; float: left; }
.comment-info { padding-left: 160px; }
.comment-header { }
.user-title { margin-bottom: 0px; }
.comment-meta { margin-bottom: 20px; font-size: 13px; font-weight: 400; text-transform: uppercase; }
.comment-meta-date { }
.comment-content { }
.reply { }
.reply-title { margin-bottom: 40px; }
.childern { padding-left: 140px; }
.leave-comments { background-color: #f3f5f5; }
.widget-share { background-color: #fff; padding: 14px; position: absolute; top: 0px; right: -69px; }
.btn-share { padding: 12px 16px; display: inline-block; line-height: 1; margin-bottom: 2px; font-size: 14px; width: 40px; }
.btn-facebook { background-color: #3b5998; color: #fff; }
.btn-facebook:hover { background-color: #3b5998; color: #fff; }
.btn-twitter { background-color: #1da1f2; color: #fff; }
.btn-twitter:hover { background-color: #1da1f2; color: #fff; }
.btn-google { background-color: #dc483a; color: #fff; }
.btn-google:hover { background-color: #dc483a; color: #fff; }
.btn-linkedin { background-color: #0177b5; color: #fff; }
.btn-linkedin:hover { background-color: #0177b5; color: #fff; }

/*--------------------------------
 Blog-single  
---------------------------------*/
.name { font-size: 14px; text-transform: uppercase; color: #9E0500; font-weight: 600; padding-left: 30px; }

/*--------------------------------
 Pagination  
---------------------------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #9a9fab; text-decoration: none; font-size: 12px; border: 2px solid #c3c7d1; font-weight: 600; border-radius: 4px; text-transform: uppercase; margin-right: 3px; margin-bottom: 5px; background-color: #fff; padding: 8px 13px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #009B9E; border-color: #009B9E; border-radius: 4px; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 4px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 4px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #0095A5; border-color: #0095A5; border-radius: 4px; }
.st-accordion { }
.st-accordion .sign { color: #3c4d6b; padding: 0 2px; position: absolute; left: 0px; top: 9px; margin-left: -23px; font-size: 14px; }
.st-accordion .accordion .panel-heading.active .sign { color: #95cd40; }
.st-accordion .panel-title { margin-top: 0; margin-bottom: 0; font-size: 19px; color: inherit; position: relative; color: #3c4d6b; }
.sign { color: #9E0500; padding: 0 2px; position: absolute; right: -10px; top: 6px; }
.st-accordion .panel-heading.active .sign { color: #0095A5; }
.st-accordion .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
.st-accordion .panel-default { border-color: transparent; border-bottom: 1px solid #e0e7ea; }
.st-accordion .panel-group .panel { margin-bottom: 10px; border-radius: 0px; -webkit-box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); -moz-box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); box-shadow: 0px 0px 0px 0px rgba(234, 234, 234, 1); }
.st-accordion .panel-default>.panel-heading { color: #323734; background-color: #fff; border-bottom: 1px solid transparent; padding: 10px 0px 10px 30px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .st-accordion .panel-group .panel-heading+.panel-collapse>.panel-body { }
.st-accordion .panel-body { padding:0 30px 30px 30px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-top: 1px solid transparent; }


.panel-body p {margin-bottom: 14px; line-height: 23px;}

/*--------------------------------
 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: rgba(0, 149, 164, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%; }
.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: .7; }
.no-touch .cd-top:hover { background-color: #cb2529; opacity: 1; }

/*-------- filter gallery -------*/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item {    /* change duration value to whatever you like */
-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
.portfolioContainer { }
.portfolioFilter { margin-bottom: 30px; text-align: center; }
.portfolioFilter a { text-transform: uppercase; background-color: #eff3f8; padding: 9px 26px; display: inline-block; color: #7e93ae; font-size: 12px; font-weight: 500; margin-bottom: 5px; border: 1px solid #dee7f2; }
.portfolioFilter a:hover { color: #fff; background-color: #9E0500; border: 1px solid #9E0500; }
.portfolioFilter a.current { color: #fff; text-decoration: none; background-color: #9E0500; border: 1px solid #9E0500; }

/*---------- Thumbnail hover effect -------*/

/* ============================================================
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; }

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail { }
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }

/*----------------- 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:nth-child(4n+1) {clear: left;}






.team-content-list h6 {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	color:#9F0502;
}

.team-content-list p {
	font-size: 13px;
	line-height: 16px;
	color:#9F0502;
}



.team-content-home h4 {
	margin: 10px 0 0 0;
   font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
}

.team-content-home h6 {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	color:#fff;
}

.team-content-home p {
	font-size: 13px;
	color:#fff;
	margin-bottom: 0;
}


.team-content-home h3 {padding: 0; margin:13px 0 2px 0; display: table;
    width: 100%;
    vertical-align: middle;
    height: 50px;}

.team-content-home h3 a {
    font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #004F83;
display: table-cell;
    width: 100%;
    vertical-align: middle}

.team-content-home h3 a:hover {color:#86ACC5}

.team-content-list h4 {display: table;
    width: 100%;
    vertical-align: middle;
    height: 45px;}

.team-content-list h4 a {
    font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	text-transform: uppercase;
	color: #004F83;
display: table-cell;
    width: 100%;
    vertical-align: middle
}

.team-content-list h4 a:hover {color:#86ACC5}


.team-content-list p {
	font-size: 13px;
	color:#004F83;
	margin-bottom: 0;
}



.team-content h2 {text-transform: uppercase; font-size: 26px; margin-bottom: 0px;}
.team-content small {display: block; font-size: 14px; font-weight: 400;}

.team-content p {margin-bottom:10px; line-height: 18px;}



.designation { font-size: 12px; color: #009B9E; text-transform: uppercase; font-weight: 600; }

/*--------------------------------
About us 
---------------------------------*/
.about-section { }
.counter-section { }
.why-choose-section { }
.testimonial-section { }
.cta-section { }
.text-big { font-size: 20px; color: #9E0500; font-weight: 600; margin-bottom: 0px; }

/*--------------------------------
Contact us 
---------------------------------*/
.map { height: 400px; }
.widget-contact { margin-top: 30px; margin-bottom: 30px; }
.widget-contact li { margin-bottom: 10px; border-bottom: 1px solid #eff3f8; padding-bottom: 10px; }
.widget-contact li span { width: 120px; display: inline-block; }

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }
.slide-ranger .ui-widget-header { background-color: #9E0500; }
.slide-ranger .ui-state-default, .ui-widget-content .ui-state-default { background-color: #fff !important; }
.slide-ranger .ui-widget.ui-widget-content { border: 1px solid #9E0500; }
.slide-ranger .ui-slider .ui-slider-handle { border-radius: 100%; border: 3px solid #9E0500; }

/*-----------------------------------------
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: #9E0500; 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: #9E0500; }
.column-block { margin-bottom: 30px; }

/*-----------------------------------------
Compare-Loan
------------------------------------------*/
.compare-title { }
.compare-block { }
.compare-row { }
.rate { }
.rate, .fees, .compare-rate, .repayment { font-size: 18px; color: #4b5565; margin-bottom: 0px; margin-top: 15px; font-weight: 600; }
.fees { }
.compare-rate { }
.repayment { }
.comapre-action { padding-top: 15px; }

/*-----------------------------------------
Error-page
------------------------------------------*/
.error-img { text-align: center; }
.error-title { font-size: 36px; color: #192139; letter-spacing: 1px; text-transform: uppercase; }
.msg { font-size: 24px; color: #9E0500; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

/*-----------------------------------------
Header - 2
------------------------------------------*/
.header-2 { background-color: #fff; padding-top: 10px;position: relative;z-index: 9 }
.header-action{margin-top: 10px;}
.header-2 .navigation-2 { background-color: #fff; border-top: 1px solid #dee7f2; margin-top: 20px; border-bottom:1px solid #dee7f2;}
.header-2 #navigation { float: left; margin-top: 0px;}
.header-2 #navigation > ul > li > a {
    padding: 14px 30px;
    font-size: 13px;
    text-decoration: none;
    color: #66707f;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 1px solid #dee7f2;
}
.header-2 #navigation > ul > li.has-sub > a {
    padding-right: 50px;
}
.header-2 #navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 28px;
    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;
}
/*-----------------------------------------
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-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: #104b8c; font-size: 30px;}
.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;}













/*--------- LeadOne --------*/

.top-nav {height: 34px; width: 90%; float: right;}

.marcacoes {height: 34px; background: url(../img/bg-menu1.jpg) #367299 left top no-repeat; padding: 0 0 0 32px; text-transform: uppercase; font-size: 13px; color: #fff; font-weight: 700; text-align: center; padding-top: 9px;}

.menu-top {height: 34px; background: url(../img/bg-menu2.jpg) #ABDFE9 left top no-repeat; padding: 0 0 0 25px; text-transform: uppercase; font-size: 12px; font-weight: 600; text-align: center; padding-top: 6px;}

.menu-top a {color: #0095a3;}
.menu-top a:hover {color: #7AC7CE;}

.ativo-top a {color: #7AC7CE;}

.menu-top li {margin: 0 7px;}






.logo {margin-top: 26px;}

.boder-slider {border-top:4px solid #F11717;}

.one_full {
    width: 100%;
	margin-bottom: 50px;
}

.stcode_title8 .text {
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 35px;
}

.stcode_title8 .line {
    background: url(../img/h-line.jpg) no-repeat center top;
    position: absolute;
    height: 7px;
    display: block;
    top: 18px;
    width: 100%;
    margin: 0 auto;
}

.stcode_title8 h2 {
	color: #F01916;
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 300;
}



.stcode_title9 .text {
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 35px;
}

.stcode_title9 .line {
    background: url(../img/h-line-02.png) no-repeat center top;
    position: absolute;
    height: 7px;
    display: block;
    top: 14px;
    width: 100%;
    margin: 0 auto;
}

.stcode_title9 h2 {
	color: #fff;
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 300;
}




.bg-video {background: url(../img/bg-video.jpg) center top no-repeat;}


.video {text-align: center;}

.video_full_site {
	width: 70%;
	height: 450px;
}


.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
	

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
	padding-bottom: 56.25%;
    overflow: hidden;
	margin-bottom: 30px;
}


.col-pull-2 {
	margin-left:16.66666667%;
}


.equipe-home {
background: #E1EAEF;
	
}


.team-area {margin-bottom:70px;}

.single-team {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
	margin: 10px 0 0 0;
   font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
}

.single-team h6 {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	color:#fff;
}

.single-team p {
	font-size: 13px;
	color:#004F83;
}


.owl-theme .owl-controls {
    margin-top: -21px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 6px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 10px;
    background: #08387B;
}


.noticia h2 {line-height:24px !important;}
.noticia h2 a {font-size:22px; color:#3a0000;}
.noticia h2 a:hover {color:#A60000;}

.noticia h3 {line-height:24px !important; min-height: 60px;}
.noticia h3 a {font-size:20px; color:#3C3D38;}
.noticia h3 a:hover {color:#0094A5;}

.noticia h4 {line-height:24px !important; min-height: 60px;}
.noticia h4 a {font-size:20px; color:#3C3D38;}
.noticia h4 a:hover {color:#0094A5;}

.noticia p {color:#0094A5;}

.space-not {padding-top: 30px;}



.marca-planos span {
    background: #0095A1 !important;
}




.twoboxes {
    float: left;
    position: relative;
    z-index: 9;
    background: #F2F2F2;
    width: 100%;
}


.twoboxes:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #897D7D;
}

.twoboxes .left {
    float: left;
    width: 45%;
    text-align: left;
	padding: 70px 0;
}


.twoboxes .left h2 { text-align: center; font-size: 30px; color: #fff; margin-bottom: 22px;}


.twoboxes .right {
    float: right;
    width: 43.5%;
    text-align: left;
	padding: 70px 0;
}

.twoboxes .right h2 { text-align: center; font-size: 30px; color: #ee232b; margin-bottom: 22px;}


.item p {text-align: center; font-size:15px; line-height: 21px; color: #fff; padding-bottom: 20px; margin: 0;}
.item strong { }


.rod-nav {padding-top: 2px; float: right;}


#navigation-rod { margin-top: 0px; float: left;}
#navigation-rod, #navigation-rod ul, #navigation-rod ul li, #navigation-rod ul li a, #navigation-rod #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-rod:after, #navigation-rod > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation-rod #menu-button { display: none; }
#navigation-rod { float: left; margin-top: 9px; position: relative; z-index: 99; }
#navigation-rod > ul > li { float: left; }
#navigation-rod.align-center > ul { font-size: 0; text-align: center; }
#navigation-rod.align-center > ul > li { display: inline-block; float: none; }
#navigation-rod.align-center ul ul { text-align: left; }
#navigation-rod.align-right > ul > li { float: right; }
#navigation-rod > ul > li > a { padding: 0 10px; font-size: 14px; text-decoration: none; color:#fff; font-weight: 500; text-transform: uppercase; }
#navigation-rod > ul > li:hover > a { color: #AFD1D8; }
#navigation-rod > ul > li.has-sub > a { padding:0 30px;}


.rod-text {padding-right: 30px; font-size: 19px; line-height: 1.6; color:#fff; 
    /*white-space: nowrap*/;}

.rod-text a { color: #fff; }
.rod-text a:hover { color: #fff; }



.rod-nav ul {
    font-size: 22px;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
 

.rod-nav li {
    display: table-cell;
}


.endereco {border-top: 1px solid #30729B; padding-top: 15px; margin-top: 35px; font-size: 14px;}
.endereco p {margin-bottom: 0px; }

.endereco div {display: inline-block; color: #fff; font-size: 16px; font-weight: 600;}

.endereco div:nth-child(1) {margin-right: 60px;}
.endereco div img {margin-right: 6px; margin-top: -4px;}


.list-equipe { margin: 20px 0 0 0; padding: 0;}
.list-equipe li{ list-style-type: disc; list-style-position: outside; margin: 0 0 10px 20px; font-size: 16px;
    line-height: 23px;}


.pdt-33 {padding-top: 33px;}

.tabela {display: table; width: 100%; vertical-align: middle; height: 50px;}
.tabela h2 {display: table-cell; width: 100%; vertical-align: middle;}
.tabela h3 {display: table-cell; width: 100%; vertical-align: middle; font-size: 24px;}

.servicos p {margin-bottom: 8px;}
.servicos h4 {font-size: 30px; font-weight: 600;}

.brand h1 {
    text-indent: -99999px;
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    clip: rect(1px,1px,1px,1px);
}

.foto-depoimento {text-align:center;}
.foto-depoimento img {width:120px; text-align:center; border:2px solid #B8B1B1; margin-bottom: 15px;}


.midias a {color: #fff; font-size: 18px; padding: 0 2px;}
.midias a:hover {color: #B0D1D7;}

.midias div {padding-top: 30px;}


.especialidades {background: #fff;}
.especialidades p {margin-bottom: 8px;}
.especialidades h4 {font-size: 30px; line-height: 32px; font-weight: 600; margin-top: 12px;}

.servicos {background: #FAFAF8;}

.tit {text-align: center;}
.tit h2 {font-size: 36px; color: #0095a3; font-weight: 300; text-transform: uppercase;}
.tit p {line-height: 19px;}

.servicos-box {text-align: center;}

.servicos-box p {font-size: 24px; line-height: 26px; font-weight: 600; margin-top: 20px;}

.servicos-box a {display: block; color:#0095a3;}
.servicos-box a:hover {color:#B0E0E5;}


.especialidades a {color:#0095a3; font-weight: 500;}
.especialidades a:hover {color:#B0E0E5;}

.especialidades {background: #fff;}

.especialidades-box {text-align: center;}
.especialidades-box div {margin-top: 28px;}
.especialidades-box p {font-size: 16px; line-height: 18px; font-weight: 600; margin-top: 15px; }

.especialidades-box {color:#005080;}

.especialidades-box a {display: block; color:#005080;}
.especialidades-box a:hover {color:#98B9CE;}


.depoimentos {background: url(../img/bg-depoimentos.jpg) center top no-repeat; background-size: cover;}

.depoimentos h2 {color: #fff; margin-bottom: 60px;}


.noticias {background: #F1EFE2;}
.noticias h2 {color: #004F82; margin-bottom: 60px;}



.marca-planos .tit {margin-bottom:30px;}


.topo-interna {height: 249px; padding-top: 91px; background: url(../img/bg-interna.jpg) center top no-repeat; font-size: 46px; line-height: 48px; text-align: center; color: #fff; font-weight: 700; text-transform: uppercase;}




.conteudo {font-size: 16px; line-height: 20px; color: #3C3C3A;}

.conteudo h3 {font-size: 36px; color: #0095a3; font-weight: 700; border-bottom: 1px solid #0096A5; padding-bottom: 14px; margin-bottom: 14px;}

.icon {text-align: center;}

.conteudo .fa {color: #0095A5; font-size: 12px;}


.noticia h3, .noticia h4 {
	display: table;
    width: 100%;
    vertical-align: middle;
    height: 75px;
}



.noticia h3 a, .noticia h4 a {
	font-weight: 400;
	display: table-cell;
    width: 100%;
    vertical-align: middle;
}


.post-block-interna h1 {color: #009B9E;}


.tit-faq {text-transform: uppercase; color: #0095A5; font-weight: 700; font-size: 22px; padding: 40px 0 10px 7px;}

.email-rod a {font-size: 20px; font-weight: 700; color: #999999;}
.email-rod a:hover {color: #0095A5;}


.dia {color: #0095A5; padding-top: 32px !important;}


.table div {font-size: 14px; margin: 6px 0; padding: 5px 0;}

.table div:nth-child(1)  {border-bottom: 1px solid #ECECEC;}

.slider-img a {display: block;}


.single-service-fancy {text-align:center;}


.border-espe {border: 1px dotted #CECECE; background: #E5EDF3;}

.border-espe a {background: #E5EDF3; display: block; min-height: 168px;}
.border-espe a:hover {background: #fff;}


.border-espe h4 {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0095A5;
}


.team-content-list {padding: 15px 10px;}


.logo img {width:165px;}

.box-200 {padding: 0 200px;}


.tit-especialista {border-bottom: 1px solid #0095A5; padding-bottom: 12px; margin-bottom: 20px; color:#0095A5; font-weight: 600; font-size: 25px; text-transform: uppercase;}


.endereco a {color: #fff; text-decoration: none;}
.endereco a:hover {color: #fff; text-decoration: none;}


@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; }
}
@media screen and (min-width:1300px) and (max-width:1440px) {
  .slider-captions { position: absolute; bottom: 100px; width: 100%; }
}


@media screen and (max-width:1199px) {
	
	#navigation-rod > ul > li > a {font-size: 12px; padding: 0 8px;}

#navigation > ul > li > a {
    font-size: 14px;
	padding: 16px 12px;
}
	
	.logo {
    margin-top: 30px;
}
	
	.midias a {font-size: 15px; padding: 0; padding-top:6px !important;}
	.midias {margin-top: 1px;}
	
.marcacoes {font-size: 10px;}
.menu-top {font-size: 10px;}
	
.menu-top li {margin:0;}

}


@media only screen and (min-width: 1000px) and (max-width: 1169px){
	
	.video_full_site {
	height: 380px;
}
	
}




@media screen and (max-width:991px) {
	
	.box-200 {padding: 0 170px;}
	
	.servicos-box div {margin-top: 40px;}
	
	
	.rod-center {text-align: center; margin-top: 20px;}
	.btn-contato {float: none;}
	
	.team-content-list h4 a {
    font-size: 16px;
    line-height: 21px;
}
	.team-content-list p {line-height: 16px;}
	
	.icon {text-align: center; margin-bottom: 40px;}
	
	.endereco {text-align: center; border-top: 0; margin-top: 0; padding-top: 0; }
    .endereco div {font-size: 14px; margin: 6px 0;}
    .endereco div:nth-child(1) {margin: 6px 20px 6px 0 !important;}
	
	
	.rod-nav, .alin-rod {display: none;}
	
	.midias div {text-align: center;}

	.top-nav {display: none;}
	.logo {text-align: center;}
	#navigation {margin-right: 50px;}
	
	.video_full_site {
	width: 100%;
	height: 450px;
}
	
	.col-pull-2 {
	margin-left:0;
}
	
	.rod-nav {
    padding-top: 2px;
    float: none;
	text-align: center;}
	
	.endereco {margin-top: 0;}

}





@media screen and (max-width:783px) {

	.top-nav {display: none;}
	.logo {text-align: center;}
	#navigation {margin-right: 0px;}

}



/*============= media query max-width: 768px; =============*/
@media only screen and (max-width:768px) {
	.video_full_site {
	height: 300px;
}
	
	.logo {text-align: center;}

  /* start query */
  .header { padding-top: 5px; padding-bottom: 5px; }
  .logo { }

  /*--------------- 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; }
  .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; }
	
	.page-header {min-height: 0;}

}
	@media screen and (max-width:767px) {

.box-200 {padding: 0 110px;}
		
.border-espe a {
    min-height: auto;
}
		
}

	
	@media only screen and (min-width: 640px) and (max-width: 767px){
		
		.container-boxes {padding: 0 !important;}
	
	.video_full_site {
	height: 425px;
}
		
	 .twoboxes:before {
	right:0%;
}
    .twoboxes .left {
	width: 100%;
	padding:60px 15px;
}
   .twoboxes .right {
	float: left;
	width: 100%;
    background: #F2F2F2;
	padding:60px 15px;
}

		
	}
	
	@media screen and (max-width:610px) {

.endereco {text-align: center; border-top: 0; margin-top: 0; padding-top: 0; }

.endereco div {font-size: 14px; margin: 6px 0;}
		
		.endereco div:nth-child(1) {margin: 6px 0 !important;}
		
}





@media screen and (max-width:580px) {

.especialidades-box  {padding: 0;}
	.box-200 {padding: 0;}
	
}
	
	
	
@media screen and (max-width:510px) {

	.logo img {width: 50%;}
	.rod-text {display: block;}
	.endereco div {font-size: 13px; margin: 6px 0;}
	.endereco div img {display: none;}

}
	
	



@media only screen and (min-width: 480px) and (max-width: 639px){
	
	
	
	.container-boxes {padding: 0 !important;}

.twoboxes:before {
	right:0%;
}
.twoboxes .left {
	width: 100%;
	padding:60px 15px;
}
.twoboxes .right {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding:60px 15px;
}

	
}


@media only screen and (max-width: 479px){
	
	
	.servicos-box div {margin-top: 40px;}
	.servicos-box p {margin-top: 10px;}
	
	.container-boxes {padding: 0 !important;}
	
	.video_full_site {
	width: 100%;
	height: 247px;
}
.twoboxes:before {
	right:0%;
}
.twoboxes .left {
	width: 100%;
	padding:60px 15px;
}
.twoboxes .right {
	float: left;
	width: 100%;
	background: #F2F2F2;
	padding:60px 15px;
}
	
	.midias {margin-bottom: 10px;}

		
	}





	
	
/* 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; }
	
	
	.midias {margin-bottom: 10px;}
}





#box-info {
    transition: 1s;
    z-index: 9999;
    position: fixed;
    bottom: 90px;
    right: -300px;
    opacity: 0;
    padding: 8px;
    background: #FFF;
}
    #box-info .close-box-info {
      display: flex;
      align-content: center;
      align-items: center;
      text-align: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 10px;
      border-radius: 100%;
      background: #FFF;
}
      #box-info .close-box-info img {
        width: 15px;
        height: 15px;
    }
    #box-info img {
      max-width: 200px;
      height: auto;
    }


      .retorno {
        display: none;
      }
  
      .retorno div {
        display: table;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0;
        position: fixed;
        z-index: 900;
        background: rgba(141, 0, 0, 0.9);
      }
  
      .retorno h1 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 40px;
      }