/*
----------------------------------
1.Page loader
----------------------------------
*/
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../img/loader.svg) center no-repeat #ffffff;
}
/*
-------------------------------------
1.core css
-------------------------------------
*/
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #0C2139;
}
label {
  font-weight: 500;
  font-size: 12px;
  color: #f00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rajdhani', sans-serif;
  margin: 0px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #555c63;
}
a,
.btn,
a:hover,
a:focus,
.transition,
#back-to-top:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #188FD5;
}
.p-lg {
  font-weight: 600;
  font-size: 19px;
  color: #0c2139;
  margin-bottom: 5px;
}
.p-lg i {
  color: #188FD5;
}
ul {
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.widget {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.section-sm {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-bg {
  background: #f7f7f7;
}
.title {
  font-size: 44px;
  margin-bottom: 20px;
}
.title span {
  display: block;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #555c63;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 4px;
}
.title span:after {
  content: " ";
  display: block;
  background: #3780e1;
  height: 2px;
  width: 45px;
  margin-top: 8px;
  margin: 0 auto;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.border-right {
  border-right: 1px solid #a9dcf7;
}
@media only screen and (max-width: 767px) {
  .widget-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .border-right {
    border-right: none;
  }
  .title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mt-30 {
    margin-top: 0px !important;
  }
}
/*
----------------------------
pre-nav
----------------------------
*/
.pre-nav {
  background-color: #eff2f6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pre-nav .social {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.pre-nav .social ul {
  z-index: 101;
  position: relative;
  padding: 0px 14px;
}
.pre-nav .social ul li {
  padding: 0px 4px;
}
.pre-nav .social ul li a {
  color: #333;
  font-size: 18px;
  font-size: 21px;
  line-height: 1.3 !important;
}
.pre-nav .social .bgwhite {
  background: #fff;
  height: 38px;
  position: absolute;
  top: -6px;
  z-index: 100;
  width: 100%;
}
.pre-nav .link {
  display: inline-block;
}
.pre-nav .link ul {
  position: relative;
  top: -2px;
}
.pre-nav .link ul li {
  padding: 0px 2px;
}
.pre-nav .link ul li a {
  font-size: 13px;
  color: #333;
}
.pre-nav .address {
  position: relative;
  top: 3px;
}
.pre-nav .address ul li a {
  font-size: 14px;
  color: #333;
  position: relative;
  top: -2px;
}
.pre-nav .address ul li a i {
  font-size: 18px;
  color: #188FD5;
}
/*
----------------------------
navbar
----------------------------
*/
.navbar {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 15px;
}
.navbar .nav {
  border-right: 1px solid #ededed;
  padding-right: 10px;
}
.navbar .nav li a {
  font-size: 16px;
  color: #0c2139;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}
.call {
  padding-left: 20px;
  position: relative;
  top: 4px;
}
.call li i {
  font-size: 42px;
  color: #545454;
}
.call li p {
  font-weight: 500;
  color: #798490;
  text-transform: uppercase;
  font-size: 11px;
}
.call li p span {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  color: #0C2139;
}
.navbar .navbar-brand {
  max-width: 170px;
  position: relative;
  top: -22px;
}
.navbar .navbar-brand img {
  max-width: 100%;
}
/*
----------------------------
about
----------------------------
*/
.features {
  margin-top: 20px;
}
.features h3 {
  margin: 0px;
  font-size: 22px;
  margin-bottom: 8px;
}
.features .circle {
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 50%;
  background-color: #EFF2F6;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.features .circle img {
  position: absolute;
  color: #fff;
  width: 64px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.features:hover .circle {
  background-color: #e2e7ef;
}
.cart {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
          box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
}
.cart img {
  width: 100%;
}
.cart .content {
  padding: 25px;
}
.cart .content h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.cart .content .circle {
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
  background-color: #188FD5;
  position: relative;
  margin-bottom: 0px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}
.cart .content .circle i {
  font-size: 26px;
  color: #ddd;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cart .content .circle:hover {
  margin-left: 10px;
}
.cart:hover {
  top: -10px;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
  box-shadow: 0 15px 30px -6px #d6d6d6;
}
.white-cart {
  padding: 25px 20px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
          box-shadow: 0 15px 30px -6px #d6d6d6;
  border-radius: 13px;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.white-cart:hover {
  border-bottom: 3px solid #178bcd;
}
.testimonial {
  background: #fff;
  padding: 50px 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
          box-shadow: 0 15px 30px -6px #d6d6d6;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.testimonial p {
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial h4 {
  font-size: 20px;
  color: #188FD5;
  margin-bottom: 6px;
}
.testimonial h4 span {
  font-size: 16px;
  font-weight: 400;
  color: #555c63;
  font-family: 'Inter', sans-serif;
}
.testimonial h4 i {
  color: #EEB41E;
}
.testimonial .la-quote-right {
  font-size: 100px;
  position: absolute;
  right: -20px;
  top: -35px;
  color: #188FD5;
  opacity: 0.5;
}
.form-group input,
.form-group .form-control {
  background: #EFF2F6;
  height: 55px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 16px;
}
.form-group textarea {
  background: #EFF2F6;
  height: 150px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 16px;
}
.btn-primary {
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  background-color: #188FD5;
  border: none;
}
/*
----------------------------
footer
----------------------------
*/
footer {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #132740;
}
footer .footer-logo {
  max-width: 140px;
  width: 100%;
  margin-bottom: 15px;
}
footer h2 {
  color: #e1e5e9;
  font-size: 28px;
  margin-bottom: 20px;
}
footer p {
  color: #b0c2d7;
  letter-spacing: 0;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  color: #b0c2d7;
  letter-spacing: 0;
}
footer ul li a:hover {
  color: #fff;
}
footer .line {
  border-top: 1px solid #405670 !important;
}
footer .call {
  padding-left: 0px;
}
footer .call li p {
  color: #b0c2d7;
  font-weight: 400;
  font-size: 13px;
}
footer .call li p span {
  color: #e1e5e9;
  font-size: 28px;
}
footer .media {
  margin-bottom: 15px;
}
footer .media h3 {
  color: #d4e5e9;
  font-size: 20px;
}
footer .media p {
  margin-bottom: 5px;
  font-size: 14px;
}
footer .contact {
  background-color: #09192C;
  padding: 30px;
}
footer .contact ul {
  margin-left: 26px;
}
footer .contact ul li {
  color: #b0c2d7;
  letter-spacing: 0;
}
footer .contact ul li i {
  position: absolute;
  left: 40px;
  margin: 5px;
  font-size: 20px;
}
.copy-right {
  background-color: #09192C;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copy-right p {
  margin-bottom: 0px;
  color: #919191;
  font-size: 12px;
}
/*
---------------------------------
page-banner
---------------------------------
*/
.page-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d6d6d6;
}
.page-banner h1 {
  margin-bottom: 5px !important;
  font-size: 40px;
  color: #fff;
}
.page-banner ul {
  margin-bottom: 0px;
}
.page-banner ul li {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-banner ul li a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
---------------------------------
counter
---------------------------------
*/
.section-counter {
  background-color: #008fd5;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-counter .bg-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.06;
}
.section-counter h3 {
  text-align: center;
  font-size: 54px;
  color: #fff;
  margin-bottom: 5px;
}
.section-counter p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
/*
---------------------------------
expert
---------------------------------
*/
.expert {
  position: relative;
  overflow: hidden;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-box-shadow: 0 10px 13px -6px #d6d6d6;
  box-shadow: 0 10px 13px -6px #d6d6d6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
}
.expert .content {
  position: absolute;
  bottom: 0;
  padding: 20px 30px;
  background: #178acc;
  width: 80%;
  border-top-right-radius: 5px;
}
.expert .content h3 {
  color: #f1f1f1;
  line-height: 1;
}
.expert .content h3 span {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.5px;
}
.expert:hover {
  top: -10px;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
  box-shadow: 0 15px 30px -6px #d6d6d6;
}
/*
---------------------------------
back to top
---------------------------------
*/
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 30px;
  background: #188FD5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
#back-to-top i {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#back-to-top:hover {
  background: #1580be;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#back-to-top.show {
  opacity: 1;
}
/*
---------------------------------
below-slider
---------------------------------
*/
.below-slider .features {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  position: relative;
}
.below-slider .features h3 {
  margin-bottom: 0;
  margin-top: 9px;
  color: #0C2139 !important;
}
.below-slider .features .circle {
  width: 64px;
  height: 64px;
}
.below-slider .features .circle img {
  width: 64px !important;
}
.below-slider .features:hover {
  top: -5px;
}
/*
---------------------------------
experience
---------------------------------
*/
.experience .bg {
  background: #188fd5;
  color: #fff;
  padding: 40px 10px 30px;
  text-align: center;
  border-top-right-radius: 5px;
}
.experience .bg p {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0px;
  letter-spacing: -0.5px;
}
/*
---------------------------------
newsletter
---------------------------------
*/
.newsletter {
  background: #178acc;
  padding-top: 40px;
  padding-bottom: 20px;
}
.newsletter h2 {
  color: #fff;
  margin-top: 8px;
}
.newsletter p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
}
.newsletter .form-group input {
  height: 43px;
  border-radius: 2px;
}
.newsletter .btn-primary {
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #173864;
  color: #fff;
  font-weight: 400;
}
.newsletter .pr5 {
  padding-right: 5px;
}
.newsletter .pl0 {
  padding-left: 0px;
}
.footer-call {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.footer-call p {
  color: #09192C;
  font-weight: 500;
}
.section-why {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.section-why .side-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .newsletter h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .newsletter p {
    margin-bottom: 10px;
  }
  .newsletter .pr5 {
    padding-right: 15px;
  }
  .newsletter .pl0 {
    padding-left: 15px;
  }
  .footer-call {
    text-align: center;
  }
}
/*
---------------------------------
Apply now
---------------------------------
*/
.apply-section .apply-form {
  -webkit-box-shadow: 0 10px 13px -12px #d6d6d6;
          box-shadow: 0 10px 13px -12px #d6d6d6;
  border-radius: 4px;
  background: #fff;
  padding: 40px 30px 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.apply-section .form-group .form-control {
  height: 45px;
  border-radius: 3px;
}
.apply-section h3 {
  margin-bottom: 10px;
}
.apply-section .btn {
  background: #F96602;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 3px;
}
.apply-section .btn:hover {
  background-color: #e05c02;
}
/*
---------------------------------
calculator
---------------------------------
*/
.ui-slider {
  margin: 10px 6px 25px;
  width: 100%;
}
h1 {
  font-size: 1.3em;
  font-weight: 900;
}
.calculator {
  position: relative;
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -17px;
}
.calculator .calculator-title {
  background: #188ed3;
  color: #fff;
  padding: 32px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.calculator .calculator-title h3 {
  font-size: 30px;
}
.calculator .calculator-form {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 50px 36px 60px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px -6px #d6d6d6;
          box-shadow: 0 15px 30px -6px #d6d6d6;
}
.calculator .calculator-form input,
.calculator .calculator-form input:focus-visible {
  border: none;
}
.calculator .calculator-form .ui-slider-handle {
  left: 16%;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: -6px;
  background: #188ed3;
  border: none;
}
.calculator .calculator-form ul li {
  margin-bottom: 15px;
}
.calculator .calculator-form ul li input {
  position: absolute;
  right: 32px;
  width: 100px;
  margin-top: -66px;
  font-weight: 500;
  text-align: right;
}
.calculator .calculator-form ul li h4 {
  font-size: 20px;
  color: #505050;
}
/*
---------------------------------
calculator
---------------------------------
*/
.brand-section .img-border {
  border: 1px solid #ddd;
  padding: 5px;
}
.progress {
  height: 4px;
  border-radius: 0;
  background: #DDD;
  margin-bottom: 20px;
}
