/* === Base === */

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-tap-highlight-color: #222222;
}

a {
  transition: all 0.35s;
  color: #fdcc52;
}

a:hover,
a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 3px;
  border-color: rgba(31, 84, 154, 0.9);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*** Navbar ***/

.navbar{
  min-height: 80px;
}

.navbar-default {
  background-color: #000000;

  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
  padding: 8px 15px 15px 15px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}

.navbar-nav{
  margin-top: 17px;
}

.navbar-default .nav > li > a {
  font-size: 20px;
  padding: 10px 11px;
  border:1px solid #fff;
  margin-right: 5px;
  border-radius: 4px;
  background: #0E1536;
  font-weight: 500;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fdcc52;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

.navbar-default.has-menu .navbar-header .navbar-toggle{
  padding: 12px;
  margin-top: 20px;
  margin-right:0;
}

.navbar-default.has-menu .navbar-header .navbar-toggle:hover,
.navbar-default.has-menu .navbar-header .navbar-toggle:focus{
  background-color: #fff;
  border-color: #fff;
}
.navbar-default.has-menu .navbar-header .navbar-toggle:hover .icon-bar,
.navbar-default.has-menu .navbar-header .navbar-toggle:focus .icon-bar{
  background-color: #0E1536;
}

.navbar-default.has-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default.has-menu .nav > li > a{
  border:none;
  font-size: 16px;
}

/* === Header === */

header {
  position: relative;
  width: 100%;
  min-height: 740px;
  overflow-y: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

header.education_loan {
  background-image: url("../img/header.jpg");
}

header .header-content {
  text-align: center;
  padding: 100px 0 50px;
}

header .header-content .header-content-inner {
  max-width: 400px;
  margin: 0 auto;
}

header .header-content .header-content-inner h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

header .header-content .header-content-inner h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}

header .header-content .header-content-inner h2 span {
  font-size: 16px;
  font-weight: 600;
}

header .form-container {
  max-width: 350px;
  margin: 0 auto 100px;
}

.form-mockup {
  background: #fff;
  padding: 20px;
  margin: 100px auto;
  position: relative;
  max-width: 455px;
  border-radius: 10px;
  box-shadow: 0 40px 20px rgba(0, 0, 0, 0.1);

  /* Move 100px to the right */
  transform: translateX(100px);
}


.form-mockup h2 {
  color: #111737;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}

.form-mockup h4 {
  color: #111737;
  text-align: left;
  margin-top: 0;
  font-weight: 300;
  font-size: 17px;
}

.form-mockup .form-group .form-control {
  height: 45px;
  border: 3px solid #ddd;
  font-size: 16px;
}

.quote_btn {
  display: block;
  width: 100%;
  background: #111737;
  color: #fff;
  font-size: 30px;
  padding: 8px 0;
  border: 3px solid #111737;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.5s;
}

.quote_btn:hover {
  background: #003e7c;
  border-color: #003e7c;
}

/* === Slider === */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  margin-left: 5px;
}

.slider.slider-horizontal {
  width: 200px;
  height: 20px;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background: linear-gradient(to bottom, #e0b500, #edc92c);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #111737;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  opacity: 1;
}

/* === About Section === */

section {
  padding: 100px 0;
}

section.about h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3c4d6b;
}

section.about .about_p {
  padding: 7px 50px 0px;
  color: #777;
}

section.about hr {
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

/* === Counter === */

.main_counter_content .single_counter {
  background: #fff;
  border: 3px solid #111737;
  border-radius: 50%;
  color: #111737;
  display: block;
  height: 190px;
  width: 190px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 28px;
  margin: 0 auto;
}

/* === Features Section === */

section.features {
  background: #f1f1f1;
}

section.features .section-heading h2 {
  color: #3c4d6b;
  font-weight: 600;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 80px;
}

section.features .feature-item h3 {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
}

section.features .feature-item i {
  font-size: 42px;
  color: #fff;
  background: #111737;
  padding: 15px;
  border-radius: 15px;
}

/* === Agents Section === */

#agents {
  background: #111737;
  min-height: 400px;
}

section.agents h2.section-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

#agents .parent_circle {
  background: #2369af;
  border: 10px solid #054789;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: table;
  position: relative;
}

/* === Social Section === */

section.social_contact {
  text-align: center;
}

section.social_contact h2 {
  color: #3c4d6b;
  font-weight: 600;
}

section.social_contact ul.list-social li a {
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 28px;
  height: 57px;
  line-height: 59px;
  width: 57px;
}

/* === Testimonials === */

#testimonials {
  background-color: #f1f1f1;
}

#testimonials .section-title {
  color: #3c4d6b;
  font-weight: 600;
}

#testimonials .testimonials-list .single-testimonial {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: white;
  margin: 15px;
  transition: all 0.25s;
}

/* === FAQ === */

.faq_title {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
}

#accordion .panel-default > .panel-heading a {
  padding: 10px 0;
  display: block;
  font-weight: 500;
  color: #454444;
}

/* === Blog === */

#blog .setion-title {
  color: #3c4d6b;
  font-weight: 600;
}

.blog_worp {
  border: 1px solid #ddd;
  background: #fff;
  transition: all 0.5s;
}

.blog_worp:hover {
  box-shadow: 0 4px 26px 3px rgba(75, 75, 75, 0.25);
  margin-top: -5px;
}

/* === Contact === */

#contact {
  background: #111737;
}

#contact h2 {
  color: #fff;
  font-weight: 600;
}

#contact form .form-control {
  background: #e5e5e5;
  border: 2px solid #fff;
  height: 45px;
  color: #eca154;
}

/* === Footer === */

footer {
  background-color: #111837;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #111837;
}

footer p {
  font-size: 13px;
  margin: 0;
}
