body {
  overflow-x: hidden;
}
@font-face {
  font-family: 'pylon-icon';
  src:  url('../eot/pylon-icon95dc.eot');
  src:  url('../eot/pylon-icon95dc.eot#iefix') format('embedded-opentype'),
    url('../pylon-icon95dc.html') format('truetype'),
    url('../woff/pylon-icon95dc.woff') format('woff'),
    url('../svg/pylon-icon95dc.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="pylon-icon-"], [class*=" pylon-icon-"] {
  font-family: 'pylon-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pylon-icon-right-arrow:before {
  content: "\e909";
}
.page-header {
    background-color: #0c2139;
    position: relative;
    padding-top: 60px;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../webp/bgmains.webp');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .page-header__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c2139a5;
    z-index: 1;
}
  .page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  @media (max-width: 480px) {
    .page-header .container {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  .page-header .container h1 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: .5px;
  }
  @media (max-width: 480px) {
    .page-header .container h1 {
      font-size: 38px;
    }
  }
  .thm-breadcrumb {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.09);
    padding: 11px 21px 11px 11px;
    border-radius: 4px;
    text-transform: capitalize;
  }
  .thm-breadcrumb li {
    line-height: 1;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thm-breadcrumb li:not(:last-of-type) {
    margin-right: 6px;
  }
  .thm-breadcrumb li:first-child {
    margin-left: 10px;
  }
  .thm-breadcrumb li a {
    padding-bottom: 3px;
    color: inherit;
  }
  .thm-breadcrumb li a:hover {
    color: #fff;
  }
  .thm-breadcrumb span a {
    margin: 0 10px;
  }
  .feature-one {
    background-color: #eff2f6;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
  }
  @media (max-width: 991px) {
    .feature-one {
      padding: 60px 0px;
    }
  }
  @media (max-width: 425px) {
    .feature-one {
      padding: 60px 0;
    }
  }
  .pylon-icon-assets:before {
    content: "\e905";
  }
  .feature-one__shape-1 {
    position: absolute;
    bottom: 140px;
    left: 210px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .feature-one__shape-2 {
    position: absolute;
    top: 340px;
    right: 225px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
  }
  .feature-one__shape-3 {
    position: absolute;
    top: 130px;
    left: 300px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
  }
  .feature-one .block-text {
    font-size: larger;
    margin-top: 5%;
    font-weight: 400;
  }
  .feature-one .block-title {
    margin-bottom: 60px;
  }
  @media (max-width: 1199px) {
    .feature-one .block-text {
      margin-top: 0;
    }
  }
  @media (max-width: 991px) {
    .feature-one .block-text {
      margin-bottom: 30px;
    }
  }
  .feature-one__box {
    background-color: #fff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    border-radius: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
  }
  .feature-one .row:last-child .col-lg-4:last-child .feature-one__box {
    margin-bottom: 0;
  }
  @media (max-width: 1199px) {
    .feature-one__box {
      padding: 40px 30px;
    }
  }
  .feature-one__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .feature-one__box i {
    position: relative;
    font-size: 60px;
    color: #008fd5;
    margin-right: 20px;
  }
  .feature-one__box i img::after {
    content: "";
    width: 63px;
    height: 63px;
    background-color: #eff2f6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .feature-one__box i::before {
    position: relative;
    z-index: 11;
  }
  .feature-one__box p {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #0c2139;
    margin: 0;
  }
  @media (max-width: 1199px) {
    .feature-one__box p {
      font-size: 18px;
    }
  }
  .feature-one__box:hover {
    background-color: #004aa1;
  }
  .block-title {
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .block-title {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 425px) {
    .block-title {
      margin-bottom: 20px;
    }
  }
  .block-title p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #555c63;
    margin: 0;
    line-height: 1;
    position: relative;
    top: -10px;
  }
  .block-title p::after {
    content: '';
    width: 43px;
    height: 3px;
    background-color: #008fd5;
    border-radius: 4px;
    margin-left: 10px;
  }
  .block-title h2 {
    margin: 0;
    color:#0c2139;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  @media (min-width: 481px) {
    .block-title h2 {
      font-size: 40px;
    }
  }
  @media (min-width: 1200px) {
    .block-title h2 {
      font-size: 44px;
      line-height: 1.2;
    }
  }
  @media (max-width: 575px) {
    .block-title h2 br {
      display: none;
    }
  }
  .pylon-icon-verification:before {
    content: "\e904";
  }
  .pylon-icon-finance:before {
    content: "\e903";
  }
  .application_process {
    display: block;
    overflow: hidden;
    background: url("../webp/wcu-2.webp") no-repeat center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 125px 0 90px;
  }
  .application_process:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: rgba(39, 89, 171, 0.878);
  }
  .application_process .tittle {
    padding-bottom: 75px;
  }
  .application_process .tittle span {
    color: #fff;
  }
  .application_process .step_item {
    background: #fff;
    padding: 40px 35px 40px 50px;
    border-radius: 0 0 40px 0;
    min-height: 368px;
    position: relative;
    margin-bottom: 30px;
  }
  .application_process .step_item h3 {
    font: 600 26px/1 "Nunito", sans-serif;
    color: #505152;
    padding-bottom: 30px;
  }
  .application_process .step_item p {
    font: 600 20px/28px "Nunito", sans-serif;
    color: #2759ab;
    padding: 15px 0 45px;
  }
  .application_process .step_item .theme_btn {
    line-height: 45px;
    min-width: 156px;
    position: absolute;
    bottom: 40px;
  }
  .tittle {
    display: block;
    overflow: hidden;
    text-align: center;
  }
  .tittle img {
    margin-bottom: 30px;
  }
  .tittle h2 {
    font: 700 40px/50px "Nunito", sans-serif;
    color: #f59019;
    position: relative;
    padding-bottom: 20px;
  }
  .tittle h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 56px;
    background: #f59019;
    margin: 0 auto;
  }
  .tittle h2 span {
    display: block;
    color: #2759ab;
  }
  .tittle.la {
    text-align: left;
  }
  .tittle.la h2::after {
    margin: 0;
    right: 0;
  }
.accordion_area {
    display: block;
    overflow: hidden;
    padding: 100px 0;
    background-color: #f9f9f9;
}
.accordion_area h2,
.accordion_area h3 {
    text-align: center;
    font: 600 28px/1 "Nunito", sans-serif;
    color: #38393a;
    padding-bottom: 60px;
}
.accordion_area .faq_accordion .item {
    margin-bottom: 20px;
}
.accordion_area .faq_accordion .item .heding {
    font: 600 20px/35px "Nunito", sans-serif;
    color: #fff;
    display: block;
    padding: 15px 45px;
    border: 1px solid #e6e6e6;
    border-radius: 34px;
    margin-bottom: 10px;
    position: relative;
    background: #2759ab;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.accordion_area .faq_accordion .item .heding:after {
    content: "+"; 
    font-family: Arial, sans-serif; 
    font-size: 24px; 
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, content 0.3s ease;
}
.accordion_area .faq_accordion .item .heding[aria-active="true"]:after {
    content: "-"; 
    font-size: 28px; 
}
.accordion_area .faq_accordion .item .heding.collapsed {
    background: #fff;
    color: #4d4e4f;
    border: 1px solid #e6e6e6;
}
.accordion_area .faq_accordion .item .heding.collapsed:after {
    color: #4d4e4f; 
}
.accordion_area .faq_accordion .item .heding:hover {
    background-color: #1e4b8b;
    color: #fff;
}
.accordion_area .faq_accordion .item .accordion_content {
    padding: 20px 45px;
    background-color: #f5f5f5;
    border-radius: 0 0 34px 34px;
    border: 1px solid #e6e6e6;
}
.accordion_area .faq_accordion .item p {
    padding-bottom: 10px;
    padding-top: 5px;
    font: 400 18px/30px "Nunito", sans-serif;
    max-width: 1140px;
    color: #4d4e4f;
}
.accordion_area .faq_accordion .item p a {
    color: #f8b57b;
    text-decoration: underline;
}
.accordion_area .faq_accordion .item p a:hover,
.accordion_area .faq_accordion .item p a:focus {
    color: #f59019;
}
.accordion_area .faq_accordion .collapse {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
}
.accordion_area .faq_accordion .collapse.show {
    height: auto;
}
.accordion_area .faq_accordion .item .collapse.show {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.eligibility_criteria_area {
    display: block;
    overflow: hidden;
  }
  .eligibility_criteria_area h2 {
    color: #fff;
    font: 600 28px/35px "Nunito", sans-serif;
    padding-bottom: 45px;
  }
  .eligibility_criteria_area ul li {
    padding-left: 60px;
    position: relative;
    font: 400 18px/35px "Nunito", sans-serif;
    color: #c8dbfa;
    padding-bottom: 18px;
  }
  .eligibility_criteria_area ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 5%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color:inherit;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid white;
  }
  .eligibility_criteria_area .end_tittle {
    padding-left: 60px;
    padding-top: 55px;
  }
  .eligibility_criteria_area .eligibility_criteria {
    width: calc(50% - 35px);
    float: left;
    background: #2759ab;
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .eligibility_criteria_area .eligibility_criteria .eligibility {
    float: right;
    max-width: 540px;
  }
  .eligibility_criteria_area .required_approval_area {
    width: calc(50% + 35px);
    padding-top: 70px;
    float: right;
    padding-left: 65px;
  }
  .eligibility_criteria_area .required_approval_area .required_approval {
    max-width: 560px;
  }
  .eligibility_criteria_area .required_approval_area .required_approval h3 {
    color: #2759ab;
    padding-top: 25px;
  }
  .eligibility_criteria_area .required_approval_area .required_approval ul li {
    color: #000;
  }
  .eligibility_criteria_area .required_approval_area .required_approval ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 5%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%; /* Create a circular border */
    background-color:inherit;
    text-align: center;
    color: #2759ab;
    font-size: 16px;
    border: 1px solid #2759ab;
  }
  @media (max-width: 1199px) {
  .eligibility_criteria_area .eligibility_criteria {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .eligibility_criteria_area .eligibility_criteria {
    width: 100%;
    padding-bottom: 0;
  }
  .eligibility_criteria_area .eligibility_criteria .eligibility {
    float: none;
  }
  .eligibility_criteria_area .required_approval_area {
    padding-left: 15px;
    width: 100%;
    float: none;
    padding-top: 50px;
    display: block;
    overflow: hidden;
  }
}
.interest_rates {
  background: linear-gradient(#275aabda,rgba(0, 0, 0, 0.386));
  display: block;
  overflow: hidden;
  padding: 80px 0;
}
.interest_rates h4 {
  color: #fff;
  font: 600 28px/35px "Nunito", sans-serif;
  padding-bottom: 40px;
}
.interest_rates p {
  font: 400 18px/30px "Nunito", sans-serif;
  color: #fff;
  max-width: 1135px;
}
.service-page .service-one__card {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service-page {
    padding: 80px 0 40px;
  }
}
@media (max-width: 425px) {
  .service-page {
    padding: 60px 0 20px;
  }
}
.service-one {
  padding-top: 100px;
  margin-bottom: -253px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .service-one {
    margin-bottom: -228px;
  }
}
@media (max-width: 991px) {
  .service-page {
    padding: 80px 0 40px;
  }
}
@media (max-width: 425px) {
  .service-page {
    padding: 60px 0 20px;
  }
}
@media (max-width: 991px) {
  .service-one {
    margin-bottom: 0;
    padding-top: 60px;
  }
}
.service-one__card {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .service-one__card {
    margin-bottom: 60px;
  }
}
.service-one__image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
.service-one__image .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.service-one__image .post-thumbnail:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: .7;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #008fd5;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.service-one__card:hover .service-one__image .post-thumbnail:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.service-one__image img {
  width: 100%;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-one__card:hover .service-one__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.service-one__content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.service-one__content h3 {
  color: #0c2139;
  font-size: 28px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
.service-one__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-one__content p {
  margin-bottom: 20px;
  color: #555c63;
}
.service-icon {
  position: absolute;
  z-index: 99;
  background: #008fd5;
  text-align: center;
  color: #fff;
  font-size: 40px;
  top: -40px;
  right: 30px;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.service-one__card:hover .service-one__link {
  background-color: #008fd5;
  color: #fff;
}
.service-one__card:hover .service-icon {
  background-color: #004aa1;
  -webkit-transform: translateX(-110px) translateY(-100px);
  transform: translateX(-110px) translateY(-100px);
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.service-one__link {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004aa1;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  line-height: 50px;
}
.service-one__home-two {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0 80px;
  background-color: #eff2f6;
}
@media (max-width: 991px) {
  .service-one__home-two {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .service-one__home-two {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.service-one__home-two__shape-1 {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 245px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.service-one__home-two__shape-2 {
  position: absolute;
  z-index: 10;
  top: 100px;
  right: 366px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
.service-one__home-two__shape-3 {
  position: absolute;
  z-index: 10;
  right: 146px;
  top: 450px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.service-one__home-two .container {
  position: relative;
}
.services_details {
  display: block;
  overflow: hidden;
}
.services_details h2 {
  font: 600 50px/64px "Nunito", sans-serif;
  color: #2759ab;
  padding-bottom: 40px;
}
.services_details h2 .theme_btn {
  float: right;
  min-width: 175px;
  background: #f59019;
  margin-top: 7px;
}
.services_details h2 .theme_btn:before {
  background: #2759ab;
}
.services_details p {
  font-size: 18px;
  padding-bottom: 60px;
}
.services_details img {
  max-width: 100%;
}
.services_details .features_b {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
}
.services_details .features_b h3,.services_details .features_b h2 {
  font: 600 35px/45px "Nunito", sans-serif;
  color: #38393a;
}
.services_details .features_b p {
  margin: 0 auto;
  max-width: 835px;
  line-height: 30px;
  padding-top: 30px;
}
.services_details .loan {
  text-align: center;
  margin-bottom: 30px;
}
.services_details .loan i {
  height: 82px;
  line-height: 82px;
  border-radius: 50%;
  width: 82px;
  background: #f6f9fe;
  text-align: center;
  display: block;
  color: #2759ab;
  margin: 0 auto;
  transition: all 300ms linear 0s;
}
.services_details .loan i:before {
  font-size: 36px;
}
.services_details .loan h4 {
  font: 600 18px/28px "Nunito", sans-serif;
  color: #38393a;
  padding-top: 25px;
}
.services_details .loan:hover i, .services_details .loan:focus i {
  background: #2759ab;
  color: #fff;
}
.getting_loan_area .loan-card {
  padding-left: 15px;
  padding-bottom: 80px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.getting_loan_area .loan-card img {
  max-width: 100%;
}
.getting_loan_area {
  display: block;
  overflow: hidden;
  padding-top: 80px;
}
.getting_loan_area .getting_first {
  padding-top: 70px;
}
.getting_loan_area .getting_items {
  position: relative;
  padding-left: 80px;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.getting_loan_area .getting_items:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #f59019;
  width: 3px;
  z-index: -1;
}
.getting_loan_area .getting_items span {
  width: 48px;
  border-radius: 50%;
  background: #f59019;
  color: #fff;
  text-align: center;
  font: normal normal normal 18px/48px FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.getting_loan_area .getting_items h3 {
  font: 600 20px/30px "Nunito", sans-serif;
  color: #2759ab;
  padding-top: 10px;
}
.getting_loan_area .getting_items P {
  font-size: 18px;
  padding-top: 17px;
  padding-bottom: 55px;
}
.getting_loan_area .getting_items:first-child span, .getting_loan_area .getting_items:first-child:before, .getting_loan_area .getting_items.gi_f span, .getting_loan_area .getting_items.gi_f:before {
  background: #2759ab;
}
.getting_loan_area .getting_items:last-child:before {
  display: none;
}
.getting_loan_area .loan-card {
  padding-left: 90px;
  margin-top: -20px;
}
.getting_loan_area .getting_items:first-child span, .getting_loan_area .getting_items:first-child:before, .getting_loan_area .getting_items.gi_f span, .getting_loan_area .getting_items.gi_f:before {
  background: #2759ab;
}
.getting_loan_area .getting_items span {
  width: 48px;
  border-radius: 50%;
  background: #f59019;
  color: #fff;
  text-align: center;
  font: normal normal normal 18px / 48px FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.how-works {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .how-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 425px) {
  .how-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.how-works__image {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .how-works__image {
    max-width: 100%;
  }
}
.how-works__content {
  position: relative;
  margin-top: 60px;
  border-radius: 4px;
  padding: 60px;
  padding-bottom: 55px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px black;
  box-shadow: 0px 10px 60px 0px black;
}
@media (max-width: 1199px) {
  .how-works__content {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .how-works__content {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .how-works__content {
    padding: 40px 30px;
  }
}
.how-works .block-title h2 {
  letter-spacing: -.01em;
  line-height: 1.08;
}
.how-works .block-text {
  margin-top: -10px;
}
.block-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 425px) {
  .block-title {
    margin-bottom: 20px;
  }
}
.block-title p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #555c63;
  margin: 0;
  line-height: 1;
  position: relative;
  top: -10px;
}
.block-title p::after {
  content: '';
  width: 43px;
  height: 3px;
  background-color: #008fd5;
  border-radius: 4px;
  margin-left: 10px;
}
.block-title h2 {
  margin: 0;
  color: #0c2139;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 481px) {
  .block-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .block-title h2 {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .block-title h2 br {
    display: none;
  }
}
.block-text {
  font-size: 16px;
  line-height: 25px;
  color: #555c63;
}
.benefits-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}
.benefits-two__content {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  padding-top: 120px;
}
.benefits-two__content .sec-title-three {
  padding-bottom: 30px;
}
.benefits-two__content-text1 {
  position: relative;
  display: block;
}
.benefits-two__content-text1 p {
  margin: 0;
}
.benefits-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 59px;
}
.benefits-two__content-text2-single {
  position: relative;
  display: block;
}
.benefits-two__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.benefits-two__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #008fd5;
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.benefits-two__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.benefits-two__content-text2-single .content-box {
  position: relative;
  display: block;
}
.benefits-two__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}
.benefits-two__content-text2-single .content-box p {
  margin: 0;
}
.benefits-two__img {
  position: relative;
  display: block;
  margin-left: 21px;
}
.benefits-two__img img {
  width: auto;
}
.benefits-two__img .overlay-content {
  position: absolute;
  top: 120px;
  left: 120px;
  background: rgba(0, 74, 161, 0.9);
  padding: 50px 50px 50px;
  z-index: 5;
}
.benefits-two__img .overlay-content .icon-box {
  position: relative;
  display: block;
  margin-bottom: 19px;
}
.benefits-two__img .overlay-content .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #008fd5;
  font-size: 65px;
}
.benefits-two__img .overlay-content .title-box {
  position: relative;
  display: block;
}
.benefits-two__img .overlay-content .title-box h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
.benefits-two__img .overlay-content .btn-box {
  position: relative;
  display: block;
  margin-top: 62px;
}
.benefits-two__img .overlay-content .btn-box .thm-btn2 {
  background: #ffffff;
  color: #0c2139;
  line-height: 45px;
}
.benefits-two__img .overlay-content .btn-box .thm-btn2:hover {
  color: #ffffff;
}
.sec-title-three {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-bottom: 47px;
}
.sec-title-three .sub-title {
  position: relative;
  display: block;
}
.sec-title-three .sub-title p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.sec-title-three .sub-title p span {
  color:#008fd5;
}
.sec-title-three h2 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
}
.sec-title-three.style4 .sub-title p {
  color: #008fd5;
}
.sec-title-three.style4 .sub-title p {
  color: #008fd5;
}
.thm-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #008fd5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 65px;
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 50px 0px;
  overflow: hidden;
  border-radius: 0px;
}
.thm-btn2:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #0c2139;
}
.thm-btn2:hover:before {
  top: -40%;
}
.thm-btn2:hover {
  color: #ffffff;
}
.contact-three {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  margin-top: -100px;
  z-index: 5;
}
.contact-three .auto-container {
  position: static;
  max-width: 1400px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.contact-three__inner {
  position: relative;
  display: block;
  padding: 100px 60px 0px;
  z-index: 1;
}
.contact-three__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
}
.contact-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100px;
  right: 0;
  opacity: 0.1;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.contact-three__content {
  position: relative;
  display: block;
  max-width: 505px;
  width: 100%;
}
.contact-three__content .sec-title-three {
  padding-bottom: 30px;
}
.contact-three__content .text-box {
  position: relative;
  display: block;
}
.contact-three__content .text-box p {
  margin: 0;
}
.contact-three__content-list {
  position: relative;
  display: block;
  margin-top: 33px;
}
.contact-three__content-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.contact-three__content-list li:last-child {
  margin-bottom: 0;
}
.contact-three__content-list li p {
  color: #0c2139;
  font-weight: 500;
}
.contact-three__content-list li p span::before {
  position: relative;
  display: inline-block;
  color: #008fd5;
  font-size: 15px;
  padding-right: 9px;
}
.contact-three__calculator {
  position: relative;
  display: block;
  margin-left: -30px;
  z-index: 1;
}
.contact-three__calculator .shape1 {
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.25;
  z-index: -1;
}
.contact-three__calculator .about-one__form {
  margin-top: 0px;
  position: relative;
  z-index: 10;
  margin-left: 0px;
  background-color: #004aa1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
.contact-three__calculator .about-one__form .input-box__top {
  font-weight: 400;
  color: #a8cefb;
  margin-bottom: 12px;
}
.contact-three__calculator .input-box__top span {
  font-size: 15px;
  font-weight: 400;
}
.contact-three__calculator .about-one__form .noUi-tooltip {
  color: #a8cefb;
}
.contact-three__calculator .about-one__form .noUi-horizontal .noUi-tooltip {
  font-weight: 400;
}
.contact-three__calculator .about-one__form .noUi-tooltip {
  border: 0px solid #D9D9D9;
  border-radius: 0px;
  background: #004aa1;
  color: #a8cefb;
  padding: 0px;
}
.contact-three__calculator .about-one__form .noUi-connect {
  background-color: #ffffff;
}
.contact-three__calculator .noUi-connects {
  border-radius: 3px;
  background: #1a5cab;
}
.contact-three__calculator .about-one__form .input-box {
  margin-bottom: 34px;
}
.contact-three__calculator .about-one__form-content p {
  color: #ffffff;
}
.contact-three__calculator .about-one__form-content p span {
  font-size: 18px;
  font-weight: 400;
}
.contact-three__calculator .about-one__form-content p b {
  font-size: 18px;
  font-weight: 500;
  color: #a8cefb;
}
.contact-three__calculator .about-one__form-content p+p {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-three__calculator .about-one__form .thm-btn2 {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}
.contact-three__calculator .about-one__form-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-top: 54px;
}
.contact-three--four {
  position: relative;
  display: block;
  margin-top: 0;
  z-index: 1;
}
.contact-three--four__img {
  position: absolute;
  right: 65px;
  bottom: 0;
  z-index: 2;
}
.contact-three--four::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(52deg, rgb(1, 84, 126) 0%, rgb(239, 242, 246) 100%);
  background-image: -webkit-linear-gradient(52deg, rgb(1, 122, 183) 0%, rgb(239, 242, 246) 100%);
  background-image: -ms-linear-gradient(52deg, rgb(1, 80, 119) 0%, rgb(239, 242, 246) 100%);
  z-index: -1;
  content: "";
}
.contact-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.15;
  background-blend-mode: darken;
  z-index: -1;
}
.contact-three--four .contact-three__content {
  position: relative;
  display: block;
  max-width: 410px;
  width: 100%;
  padding-top: 120px;
}
.contact-three--four .contact-three__content .sec-title-three .sub-title p {
  color: #ffffff;
}
.contact-three--four .contact-three__content .sec-title-three h2 {
  color: #ffffff;
}
.contact-three--four .contact-three__content .text-box p {
  color: #ffffff;
}
.contact-three--four .contact-three__content-list li p {
  color: #ffffff;
}
.contact-three--four .contact-three__content-list li p span::before {
  color: #0c2139;
}
.contact-three--four .contact-three__calculator .about-one__form {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.contact-three--four .contact-three__calculator {
  position: relative;
  display: block;
  margin-left: 0px;
  max-width: 500px;
  width: 100%;
}
.contact-three--four .about-one__form .input-box__top {
  color: #555c63;
}
.contact-three--four .contact-three__calculator .about-one__form .noUi-tooltip {
  background: #ffffff;
  color: #555c63;
}
.contact-three--four .contact-three__calculator .about-one__form-content p {
  color: #555c63;
}
.contact-three--four .contact-three__calculator .about-one__form-content p b {
  color: #0c2139;
}
.contact-three--four .contact-three__calculator .about-one__form .noUi-connect {
  background-color: #008fd5;
}
.contact-three--four .about-one__form .noUi-horizontal .noUi-handle {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact-three--four .contact-three__calculator .noUi-connects {
  background: #eff2f6;
}
.contact-three--four .contact-three__calculator .about-one__form-content p+p {
  border-top: 1px solid #e6eaef;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .benefits-two__img {
    margin-left: 0px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-two__img {
    margin-left: 0px;
    margin-top: 60px;
  }
.benefits-two__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .benefits-two__img {
    margin-left: 0px;
    margin-top: 20px;
}
.benefits-two__img img {
    width: 100%;
}
.benefits-two__img .overlay-content {
  position: relative;
  display: block;
  top: 0px;
  left: 0px;
  padding: 50px 30px 50px;
  margin-top: 30px;
}
}
.about-two {
  position: relative;
  padding: 100px 0;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .about-two {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding: 60px 0;
  }
}
.about-two__content {
  margin-left: 70px;
}
.about-two .about-two__content {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .about-two__content {
    margin-left: 0;
  }
}
.about-two .container {
  position: relative;
}
.about-two__image {
  position: relative;
}
.about-two__image::before {
  content: "";
  width: 20px;
  height: 338px;
  background-color: #008fd5;
  position: absolute;
  top: 0;
  left: -50px;
  border-radius: 4px;
}
.about-two__image>img {
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .about-two__image>img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-top: 50px;
  }
}
.about-two__content>P {
  margin-top: 25px;
  margin-bottom: 40px;
}
.about-two__content .block-title h2 {
  line-height: 1.08;
}
.about-two__content .thm-btn:hover {
  background-color: #0c2139;
  color: #fff;
}
.about-two__box {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 250px;
  border-radius: 4px;
  padding: 45px 20px 45px 40px;
  position: absolute;
  bottom: 30px;
  left: -50px;
}
@media (max-width: 667px) {
  .about-two__box {
    left: 30px;
  }
}
.about-two__box>i {
  position: relative;
  font-size: 60px;
  color: #008fd5;
  position: relative;
}
.about-two__box>i::before {
  position: relative;
  z-index: 10;
}
.about-two__box>i::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #eff2f6;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.about-two__box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color:#0c2139;
  margin-top: 10px;
}
.about-two__list {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-two__list li {
  color: #0c2139;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}
@media (max-width: 1199px) {
  .about-two__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
  }
  .about-two__list i {
    position: relative;
    top: -10px;
  }
}
@media (max-width: 991px) {
  .about-two__list i {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .about-two__list li+li {
    margin-top: 10px;
  }
}
.about-two__list li>i {
  color: #008fd5;
  margin-right: 10px;
}
.about-two .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .about-two .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.about-two .main-header__info-phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .about-two .main-header__info-phone {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-two .main-header__info-phone>i {
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #eff2f6;
  border-radius: 50%;
}
.service-page .features_b {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
}
.service-page .features_b h2 {
  font: 600 35px/25px "Nunito", sans-serif;
  color: #38393a;
}
.service-page .features_b p {
  margin: 0 auto;
  max-width: 835px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.loan-calculator-two {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: whitesmoke;
}
.loan-calculator-two .container::before {
  content: '';
  height: 115px;
  background-color: black;
  border-radius: 100%;
  position: absolute;
  top: 93px;
  left: 45px;
  right: 45px;
  background: #373737;
  -webkit-filter: blur(150px);
  filter: blur(150px);
}
.loan-calculator-two__inner {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  border-radius: 20px;
  width: 100%;
  padding: 80px 30px;
  position: relative;
  z-index: 10;
}
.loan-calculator-two__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  margin: 0;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .loan-calculator-two .loan-slider-box {
    margin-right: 30px;
  }
}
.loan-calculator-two .single-loan-slider {
  margin-bottom: 19px;
}
.loan-calculator-two .single-loan-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}
.loan-calculator-two .single-loan-slider__top h4 {
  margin: 0;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}
.loan-calculator-two .single-loan-slider__top h6 {
  margin: 0;
}
.loan-calculator-two .single-loan-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #A5A5A5;
  padding-top: 16px;
}
.loan-calculator-two .single-loan-counter {
  margin: 0;
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #008FD5;
}
.loan-calculator-two__form {
  background: #1F1F1F;
  border-radius: 20px;
  padding: 30px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .loan-calculator-two__form {
    padding: 55px;
    margin-left: 9px;
  }
}
@media (min-width: 768px) {
  .loan-calculator-two__form {
    margin-top: 0;
  }
}
.loan-calculator-two__form p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loan-calculator-two__form p span {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #C4C4C4;
}
.loan-calculator-two__form p b {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.loan-calculator-two__form p b i {
  font-style: normal;
}
.loan-calculator-two__form p:not(:last-of-type) {
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px solid #3D3D3D;
}
.loan-calculator-two__form__emi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 30px;
}
.loan-calculator-two__form__emi span {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.loan-calculator-two__form__emi b {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #008FD5;
}
.loan-calculator-two__form__emi b i {
  font-style: normal;
}
.loan-calculator-two__form .thm-btn {
  background: #FFFFFF;
  border-radius: 43px;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #0C2139;
  padding: 17.5px 30px;
  margin-top: 20px;
}
.loan-calculator-two__form .thm-btn:hover {
  background-color: #008FD5;
  color: #FFFFFF;
}
.loan-calculator-two .ui-slider-horizontal {
  height: 2px;
}
.loan-calculator-two .single-loan-slider .ui-slider .ui-slider-handle {
  background: #FFFFFF;
  border: 2px solid #008FD5;
  top: -10px !important;
}
/* For Calculator Slider */
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-slider-horizontal {
	height: .8em;
}
.ui-slider {
	position: relative;
	text-align: left;
}
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}
/* For Calculator Slider End */
.how-works-two {
  background-color: #F3F3F3;
  background-image: url(../jpg/how-works-two-bg-1-1.jpg);
  background-size: cover;
  background-position: bottom center;
  counter-reset: howWorksTwoCount;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.how-works-two__single {
  background: #FFFFFF;
  border-radius: 30px;
  counter-increment: howWorksTwoCount;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0px 0px #0C2139;
  box-shadow: 0 0px 0px #0C2139;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.how-works-two__single::before {
  content: counters(howWorksTwoCount, ".");
  width: 63px;
  height: 63px;
  background-color: #008FD5;
  border: 6px solid #F3F3F3;
  position: absolute;
  top: -22px;
  right: 40px;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-family: "Rajdhani";
  font-weight: 600;
  font-size: 30px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single:hover::before {
  background-color: #0C2139;
  border-color: #F3F3F3;
}
.how-works-two__single:hover {
  -webkit-box-shadow: 0 7px 0px #0C2139;
  box-shadow: 0 7px 0px #0C2139;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.how-works-two__single__inner {
  overflow: hidden;
  padding: 25px;
  padding-top: 52px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 30px;
}
.how-works-two__single:hover .how-works-two__single__inner {
  background-color: #008FD5;
}
.how-works-two__single__icon {
  color: #008FD5;
  font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single:hover .how-works-two__single__icon {
  color: #fff;
}
.how-works-two__single__icon__floated {
  font-size: 140px;
  color: #F9F9F9;
  line-height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -20px;
  right: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single:hover .how-works-two__single__icon__floated {
  color: #1C9CDB;
}
.how-works-two__single__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single__title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single__title a:hover {
  background-size: 100% 1px;
}
.how-works-two__single:hover .how-works-two__single__title a {
  color: #fff;
}
.how-works-two__single__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.how-works-two__single:hover .how-works-two__single__text {
  color: #fff;
}
.how-works-two .row {
  position: relative;
}
@media (min-width: 1200px) {
  .how-works-two .row {
    padding: 68.5px 0;
  }
}
.how-works-two .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../png/how-works-two-s-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
@media (min-width: 1200px) {
  .how-works-two .row::before {
    display: block;
  }
}
.how-works-two .row [class*=col-]:nth-child(even) {
  position: relative;
}
@media (min-width: 1200px) {
  .how-works-two .row [class*=col-]:nth-child(even) {
    margin-top: 80px;
  }
}
.how-works-two__btns {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .how-works-two__btns {
    margin-top: 50px;
  }
}
.how-works-two__btns a {
  background: #0C2139;
  border-radius: 43px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 20px 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.how-works-two__btns a:hover {
  background-color: #008FD5;
  color: #fff;
}
.sec-title-two {
  margin-bottom: 45px;
}
.sec-title-two__tagline {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(270.47deg, #0C2139 9.68%, #004AA1 63.53%, #28B8FF 89.55%);
  border-radius: 27px;
  position: relative;
  padding-left: 11px;
  padding-right: 14px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.sec-title-two__tagline::before {
  content: '';
  border-radius: 27px;
  background: linear-gradient(268.38deg, #004AA1 -5.06%, #28B8FF 87.64%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
}
.sec-title-two__tagline i {
  position: relative;
  font-size: 14px;
  margin-right: 5px;
}
.sec-title-two__tagline>span {
  position: relative;
}
.sec-title-two__title {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #0C2139;
  margin: 0;
  margin-top: 15px;
}
@media (min-width: 768) {
  .sec-title-two__title {
    font-size: 50px;
  }
}
.sec-title-two__title--light {
  color: #fff;
}
.services-four {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}
.services-four__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.services-four__single-img {
  position: relative;
  display: block;
}
.services-four__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.services-four__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(12, 33, 57, 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}
.services-four__single:hover .services-four__single-img .inner::before {
  opacity: 1;
}
.services-four__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.services-four__single:hover .services-four__single-img .inner img {
  transform: scale(1);
}
.services-four__single-img .inner .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #008fd5;
  border-radius: 50%;
  border: 1px solid #0c2139;
  z-index: 5;
}
.services-four__single-img .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}
.services-four__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 12px 30px 28px;
}
.services-four__single-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.services-four__single-content h3 a {
  color: #0c2139;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.services-four__single-content h3 a:hover {
  color: #008fd5;
}
.services-four__single-content p {
  margin: 0;
}
.services-four--five {
  position: relative;
  display: block;
  padding: 190px 0px 90px;
}
.services-four--five .container {
  position: static;
  max-width: 1500px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.services-four--five__inner {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.services-four--five .services-four__single {
  width: 20%;
  float: left;
  padding: 0px 15px 0px;
}
.services-four--five .services-four__single-img .icon-box {
  position: absolute;
  left: 30px;
  bottom: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #008fd5;
  border-radius: 50%;
  z-index: 5;
}
.services-four--five .services-four__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
}
.services-four--five .services-four__single-content {
  padding: 44px 30px 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .services-four--five .services-four__single-content {
    padding: 44px 20px 28px;
}
.services-four__single-content p {
    margin: 0;
    font-size: 14px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-four--five .services-four__single-content {
    padding: 44px 20px 28px;
}
.services-four__single-content p {
    margin: 0;
    font-size: 14px;
}
.services-four--five .services-four__single {
  width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-four--five .services-four__single {
    width: 50%;
}
}
@media only screen and (max-width: 767px) {
  .services-four__single {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
}
.services-four--five .services-four__single {
  width: 100%;
  float: none;
}
}
.call-to-action {
  background-color: #004aa1;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 90px 0;
  background-blend-mode: hard-light;
}
.call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #004aa1;
  opacity: 0.9;
}
.call-to-action .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .call-to-action {
    padding: 60px 0px;
  }
  .call-to-action .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.call-to-action .left-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .call-to-action .left-content p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.call-to-action .left-content p span:not(:first-of-type)::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.call-to-action .left-content h3 {
  margin: 0;
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .call-to-action .left-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .call-to-action .right-content {
    margin-top: 30px;
  }
}
.thm-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #008fd5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  padding: 15px 30px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: #008fd5;
  color: #fff;
}
.thm-btn:hover {
  color: #008fd5;
  background-color: #fff;
}
.testimonials-page {
  background-color: #eff2f6;
}
@media (max-width: 991px) {
  .testimonials-page {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .testimonials-page {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.testimonials-one__box-main {
  position: relative;
}
.testimonials-one__box-info {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.testimonials-one__box-main .testimonials-one__box-info {
  bottom: -35px;
}
.testimonials-one__box-main .testimonials-one__box {
  padding: 35px 40px 60px 35px;
}
.testimonials-one__box {
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 0;
  position: relative;
  padding: 35px 50px;
  padding-bottom: 60px;
  border-left: 3px solid #004aa1;
  transition: all .5s ease;
  margin-bottom: 40px;
}
.testimonials-one__box:after {
  position: absolute;
  content: '"';
  font-size: 110px;
  line-height: normal;
  bottom: -5px;
  right: 50px;
  color: #000;
  opacity: .2;
  font-weight: 400;
  font-style: italic;
}
.testimonials-one .swiper-slide {
  margin-bottom: 40px;
}
.testimonials-one__box p {
  position: relative;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonials-one {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
.testimonials-one__box p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 500ms ease;
}
.testimonials-one__box p span {
  position: relative;
}
.testimonials-one__box-main {
  position: relative;
}
.testimonials-one__box-info {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.testimonials-one__box-main .testimonials-one__box-info {
  bottom: -35px;
}
.testimonials-one__box-main .testimonials-one__box {
  padding: 35px 40px 60px 35px;
}
.testimonials-one__box-info>img {
  border-radius: 50%;
}
.testimonials-one__box h3 {
  margin: 0;
  font-size: 18px;
  color: #004aa4;
  line-height: 1;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 7px;
}
.testimonials-one__box .testi_sname {
  font-size: 14px;
  color: #0c2139;
  font-weight: 500;
}
.testimonials-one__box-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.testimonials-one__box:hover {
  border-left: 3px solid #008fd5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.trusted-company {
  background-color: #0c2139;
  position: relative;
  padding: 100px 0;
}
.trusted-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-size: cover;
}
.trusted-company .block-title {
  max-width: 520px;
}
.trusted-company .block-title p {
  color: #b0c2d7;
}
.trusted-company .block-title h2 {
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.trusted-company__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .trusted-company__image {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .trusted-company {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .trusted-company__image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .trusted-company {
    padding: 60px 0;
  }
}
.trusted-company__image>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
}
.trusted-company__image p {
  margin: 0;
  margin-left: 30px;
  padding-right: 25px;
  color: #b0c2d7;
}
@media (max-width: 1199px) {
  .trusted-company__image p {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .trusted-company__image p {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .trusted-company__image p {
    margin-left: 0;
    margin-top: 30px;
  }
}
.trusted-company__list {
  list-style-type: none;
  padding: 0;
  margin-top: 25px;
  font-weight: 400;
}
.trusted-company__list-item {
  margin-bottom: 5px;
  color: #b0c2d7;
}
.trusted-company__list-item i {
  color: #008fd5;
  font-size: 15px;
}
.trusted-company__list-text {
  padding-left: 5px;
}
@media (max-width: 576px) {
  .trusted-company__list-2 {
    margin-top: -10px;
  }
}
.trusted-company__box+.trusted-company__box {
  margin-top: 20px;
}
.trusted-company__box {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trusted-company__box-wrap {
  position: relative;
  margin-left: 30px;
  margin-top: -70px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .trusted-company__box-wrap {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .trusted-company__box-wrap {
    margin: 0;
    margin-top: 100px;
  }
  .trusted-company__box-wrap:before {
    margin: 0;
    left: -150px;
    top: -80px;
  }
}
.trusted-company__box>span {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #008fd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trusted-company__box p {
  margin-bottom: 0;
  color: #0c2139;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 25px;
  max-width: 390px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trusted-company__box:hover {
  background-color: #008fd5;
}
.trusted-company__box:hover>span {
  background-color: #fff;
  color: #0c2139;
}
.trusted-company__box:hover p {
  color: #fff;
}
/* Global Styles */
/* Theme Variables */
:root {
  --thm-font: "Inter", sans-serif;
  --heading-font: "Rajdhani", serif;
  --thm-color: #555c63;
  --thm-base: #008fd5;
  --thm-primary: #004aa1;
  --thm-secondary: #ed4b4b;
  --thm-special: #5366c2;
  --thm-black: #0c2139;
  --thm-text-dark: #ffffffa6;
  --thm-form-input: #eff2f6;
  --thm-font: "Inter", sans-serif;
  --heading-font: "Rajdhani", serif;
  --thm-color: #555c63;
  --thm-color-rgb: 121, 132, 144;
  --thm-base: #008fd5;
  --thm-base-rgb: 0, 143, 213;
  --thm-primary: #004aa1;
  --thm-primary-rgb: 0, 74, 161;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #0c2139;
  --thm-black-rgb: 12, 33, 57;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #ffffffa6;
  --thm-text-dark-rgb: 142, 150, 160;
  --thm-form-input: #eff2f6;
}
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 16px;
    line-height: 25px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  background-color: var(--thm-form-input);
}
/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
      rgba(0, 143, 213, 0.7),
      rgba( 0, 74, 161, 0.9)
    ),
    url("../webp/bgbanner.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
  overflow: hidden;
}
/* Content */
.content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--thm-form-input);
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
  z-index: 5;
}
/* Button Styling */
.btn-container {
  margin-top: 20px;
}
.btn {
  background: linear-gradient(135deg, var(--thm-secondary), var(--thm-special));
  color: #fff;
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(var(--thm-secondary-rgb), 0.6);
  transition: all 0.3s ease;
  font-family: var(--thm-font);
}
.btn:hover {
  background: linear-gradient(135deg, var(--thm-special), var(--thm-secondary));
  box-shadow: 0 8px 25px rgba(var(--thm-special-rgb), 0.8);
  transform: translateY(-3px);
}
/* Bottom Graphics */
.bottom-graphics {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
/* Vector Icons */
.vector {
  position: absolute;
  width: 120px;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.3));
}
.vector-1 {
  bottom: 20px;
  left: 8%;
  animation: float 4s ease-in-out infinite;
}
.vector-2 {
  bottom: 20px;
  right: 8%;
  animation: float-reverse 4s ease-in-out infinite;
}
/* Floating Animation */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes float-reverse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
/* Rain Drop Animation */
.drop {
  position: absolute;
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  animation: fall linear infinite;
}
/* Falling Animation */
@keyframes fall {
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}
/* Bottom Wave Effect */
.wave-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}
.wave {
  position: relative;
  width: 100%;
  height: 80px;
}
/* Media Queries */
@media (max-width: 768px) {
  .content h1 {
    font-size: 2rem;
  }
  .btn {
    padding: 8px 15px;
  }
  .vector {
    width: 80px;
  }
}
.site-footer {
  position: relative;
  background-color: #0c2139;
  background-image: url(../jpg/footer-bg-1-1.jpg);
  background-position: top left;
  background-size: cover;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 60px 0px;
  }
}
@media (max-width: 425px) {
  .site-footer {
    padding: 40px 0px 35px;
  }
}
.footer-widget {
  margin-bottom: 20px;
}
.footer-widget__title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.footer-widget__about p {
  color: #b0c2d7;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.footer-widget__about-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-widget__about-phone>i {
  font-size: 38px;
  color: #008fd5;
}
.footer-widget__about-phone-content {
  margin-left: 20px;
}
.footer-widget__about-phone-content span {
  display: block;
  color: #b0c2d7;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.footer-widget__about-phone-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.footer-widget__about-phone-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget__about-phone-content h3 a:hover {
  color: #008fd5;
}
@media (min-width: 1200px) {
  .footer-widget__link {
    margin-left: 0px;
  }
}
.footer-widget__link-list {
  margin-top: 15px;
  margin-bottom: 0;
}
.footer-widget__link-list li a {
  display: block;
  line-height: 37px;
  color: #b0c2d7;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget__link-list li a:hover {
  color: #008fd5;
}
.footer-widget__link-list li a i {
  color: #b0c2d7;
  margin-right: 10px;
  font-weight: 400;
  font-size: 15px;
}
.footer-widget__contact {
  background-color: #09192c;
  padding: 30px;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .footer-widget__contact {
    margin-left: 30px;
  }
}
.footer-widget__contact h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-widget__contact-list {
  margin: 0;
}
.footer-widget__contact-list li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.footer-widget__contact-list li a {
  display: block;
  position: relative;
  color: #b0c2d7;
  font-size: 16px;
  line-height: 24px;
  padding-left: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget__contact-list li a:hover {
  color: #fff;
}
.footer-widget__contact-list li a:hover>i {
  color: #fff;
}
.footer-widget__contact-list li a>i {
  position: absolute;
  top: 6px;
  font-size: 14px;
  color: #008fd5;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 1200px) {
  .footer-widget__post {
    margin-left: 0px;
  }
}
.footer-widget__post-list {
  margin-bottom: 0;
  margin-top: 30px;
}
.footer-widget__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-widget__post-list hr {
  background-color: #b0c2d7;
  height: 0.1px;
  margin-top: 30px;
}
.footer-widget__post-list li+li {
  border-top: 1px solid #ffffff1a;
  padding-top: 25px;
  margin-top: 25px;
}
.footer-widget__post-list li>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-widget__post-list-content {
  margin-left: 20px;
}
.footer-widget__post-list-content span {
  font-size: 12px;
  color: #008fd5;
  line-height: 1;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .footer-widget__post-list-content span {
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .footer-widget__post-list-content span {
    margin-top: 0;
  }
}
.footer-widget__post-list-content h3 {
  font-size: 20px;
  line-height: 26px;
  color: #ffffffa6;
  margin-bottom: 0;
}
.footer-widget__post-list-content h3 a {
  color: #b0c2d7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-widget__post-list-content h3 a:hover {
  color: #008fd5;
}
.bottom-footer {
  background-color: #09192c;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
.bottom-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .bottom-footer {
    padding: 25px 0px;
  }
}
@media (max-width: 667px) {
  .bottom-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.bottom-footer p {
  font-size: 16px;
  color: #ffffffa6;
  margin: 0;
}
@media (max-width: 667px) {
  .bottom-footer p {
    margin-bottom: 20px;
  }
}
.bottom-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background-color: #ffffff2b;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bottom-footer__social a:hover {
  background-color: #008fd5;
  color: #fff;
}
.bottom-footer__social a+a {
  margin-left: 10px;
}
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  z-index: 9999;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0c2139;
  opacity: 0.8;
  cursor: pointer;
}
.mobile-nav__content {
  max-width: 425px;
  width: 100%;
  background-color: #0c2139fa;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.mobile-nav__wrapper.active .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
}
.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.mobile-nav__content .logo-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.mobile-nav__close:after,
.mobile-nav__close:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  right: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.active {
  color: #008fd5;
}
.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #008fd5;
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button.active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: #0c2139;
}
.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-nav__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}
.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}
.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 15px;
}
.mobile-nav__social a+a {
  margin-left: 10px;
}
.mobile-nav__social a:hover {
  color: #004aa1;
}
.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__contact li+li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #004aa1;
}
.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #008fd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
.mobile-nav__container .main-header-four__form,
.mobile-nav__container .logo-box {
  display: none;
}
.mobile-nav__container .main-header__info {
  display: none;
}
.pylon-icon-email1:before {
  content: "\e90c";
}
.pylon-icon-clock2:before {
  content: "\e90b";
}
.pylon-icon-pin1:before {
  content: "\e902";
}
.pylon-icon-tech-support:before {
  content: "\e90a";
}
.main-menu .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu .main-menu__list>li {
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  border-right: 1px solid #e6eaef;
  padding-right: 0;
  margin-right: 30px;
}
/*
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}*/
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-family: var(--thm-font);
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-color);
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}
.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-color: var(--thm-base);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
}
.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
  margin-left: 30px;
  margin-right: 30px;
}
.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
  display: none;
}
.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
  font-size: 20px;
}
.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
  position: relative;
}
.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  -webkit-transition: background-color 500ms, color 500ms;
  transition: background-color 500ms, color 500ms;
}
.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}
.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
  font-size: 23px;
}
.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  z-index: 99;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}
.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .main-menu__list li ul li:last-child>a,
.stricky-header .main-menu__list li ul li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--thm-primary);
  color: #fff;
}
.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}
.main-header__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-header__info-phone>i {
  font-size: 32px;
  color: var(--thm-base);
}
.main-header__info-phone-content {
  margin-left: 20px;
}
.main-header__info-phone-content span {
  display: block;
  color: var(--thm-color);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.main-header__info-phone-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--thm-black);
}
.main-header__info-phone-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header__info-phone-content h3 a:hover {
  color: var(--thm-base);
}
.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}
@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-primary);
}
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none;
  }
}
.stricky-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbar {
  background-color: #eff2f6;
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topbar__left>a {
  font-size: 14px;
  font-weight: 400;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar__left>a:hover {
  color: var(--thm-base);
}
.topbar__left>a:not(:last-of-type)::after {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}
.topbar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
}
.topbar__social a {
  color: var(--thm-black);
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 42px;
}
.topbar__social a:hover {
  color: var(--thm-primary);
}
.topbar__social a+a {
  margin-left: 24px;
}
.topbar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar__right>a {
  color: var(--thm-color);
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.topbar__right>a+a {
  margin-left: 30px;
}
.topbar__right>a>i {
  font-size: 14px;
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 10px;
}
.topbar__right>a:hover {
  color: var(--thm-base);
}
.main-menu__two {
  background-color: #0c2139;
}
.main-menu__two .main-menu__list {
  border-right: 1px solid #e6eaef;
}
.main-menu__two .main-menu__list>li>a {
  color: #b0c2d7;
}
.main-menu__two .main-menu__list>li.current>a,
.main-menu__two .main-menu__list>li:hover>a {
  color: #fff;
}
.main-menu__two .main-header__info-phone-content span {
  color: var(--thm-text-dark);
}
.main-menu__two .main-header__info-phone-content h3 {
  color: #fff;
}
.main-menu__two .mobile-nav__toggler {
  color: var(--thm-text-dark);
}
.main-menu .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 425px) {
  .main-menu .logo-box {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .main-menu .logo-box .mobile-nav__toggler {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-menu .main-header__info {
    margin-left: auto;
  }
}
@media (max-width: 425px) {
  .main-menu .main-header__info {
    display: none;
  }
}
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  z-index: 999;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.8;
  cursor: pointer;
}
.mobile-nav__content {
  max-width: 425px;
  width: 100%;
  background-color: #0c2139fa;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.mobile-nav__wrapper.active .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s, -webkit-transform 0.9s ease 0.9s;
}
.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.mobile-nav__content .logo-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.mobile-nav__close:after,
.mobile-nav__close:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  right: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list li a.active {
  color: var(--thm-base);
}
.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button.active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}
.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-nav__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}
.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}
.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 15px;
}
.mobile-nav__social a+a {
  margin-left: 10px;
}
.mobile-nav__social a:hover {
  color: var(--thm-primary);
}
.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__contact li+li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--thm-primary);
}
.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
.mobile-nav__container .main-header-four__form,
.mobile-nav__container .logo-box {
  display: none;
}
.mobile-nav__container .main-header__info {
  display: none;
}
.page-header {
  background-color: var(--thm-black);
  position: relative;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 90px;
  padding-bottom: 95px;
}
@media (max-width: 480px) {
  .page-header .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: .5px;
}
@media (max-width: 480px) {
  .page-header .container h2 {
    font-size: 42px;
  }
}
.thm-breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.09);
  padding: 11px 21px 11px 11px;
  border-radius: 4px;
  text-transform: capitalize;
}
.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}
.thm-breadcrumb li:first-child {
  margin-left: 10px;
}
.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}
.thm-breadcrumb li a:hover {
  color: #fff;
}
.thm-breadcrumb span a {
  margin: 0 10px;
}
.main-header-two__info__inner {
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header-two__info__list {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .main-header-two__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-header-two__info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #E0E0E0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-header-two__info__list li:last-child {
  padding-right: 0;
}
.main-header-two__info__list__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F3F3F3;
  color: #008FD5;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 12px;
}
li:nth-child(2) .main-header-two__info__list__icon {
  background-color: #008FD5;
  color: #fff;
}
li:nth-child(3) .main-header-two__info__list__icon,
li:nth-child(2):hover .main-header-two__info__list__icon,
li:hover .main-header-two__info__list__icon {
  background-color: #0C2139;
  color: #fff;
}
li:nth-child(3):hover .main-header-two__info__list__icon {
  background-color: #008FD5;
  color: #fff;
}
.main-header-two__info__list__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
}
.main-header-two__info__list__info {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #0C2139;
}
.main-header-two__info__list__info a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header-two__info__list__info a:hover {
  background-size: 100% 1px;
}
.main-header-two__info .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .main-header-two__info .logo-box {
    padding: 0;
    width: unset;
  }
}
.main-header-two__info .logo-box .mobile-nav__toggler {
  font-size: 20px;
  color: #0C2139;
}
@media (min-width: 1200px) {
  .main-header-two__info .logo-box .mobile-nav__toggler {
    display: none;
  }
}
.main-header-two__menu {
  display: none;
}
@media (min-width: 1200px) {
  .main-header-two__menu {
    display: block;
  }
}
.main-header-two__menu .container {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-header-two__menu .main-menu__list {
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.main-header-two__menu .main-menu__list>li {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}
.main-header-two__menu .main-menu__list>li>a {
  font-weight: 400;
}
.main-header-two__menu .main-menu__list>li>a::before {
  bottom: auto;
  top: calc(100% + 15px);
  background-color: #0C2139;
}
.main-header-two__form {
  border-radius: 26px;
  overflow: hidden;
  width: 100%;
  max-width: 260px;
}
.main-header-two__form form {
  overflow: hidden;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
}
.main-header-two__form form input[type=text],
.main-header-two__form form input[type=search] {
  background-color: #EEEEEE;
  border: none;
  outline: none;
  height: 39px;
  width: calc(100% - 48px);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #A6A6A6;
  padding-left: 16px;
  padding-right: 16px;
}
.main-header-two__form form button[type=submit] {
  width: 48px;
  height: 39px;
  background-color: #008FD5;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-header-two__form form button[type=submit]:hover {
  background-color: #0C2139;
}
/* topbar two */
.topbar-two {
  background-color: #004AA1;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}
@media (min-width: 992px) {
  .topbar-two {
    display: block;
  }
}
.topbar-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-two .topbar__social {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
}
.topbar-two .topbar__social a {
  color: #fff;
  line-height: 1;
  font-size: 18px;
}
.topbar-two .topbar__right>a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar-two .topbar__right>a:hover {
  opacity: 0.8;
}
.topbar-two .topbar__right>a+a {
  margin-left: 60px;
}
.topbar-two .topbar__right>a>i {
  color: #fff;
}
.topbar-two__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  border-right: 1px solid #fff;
  margin-right: 30px;
  padding-right: 25px;
}
.topbar-two__menu li {
  line-height: 17px;
}
.topbar-two__menu li+li {
  margin-left: 20px;
}
.topbar-two__menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar-two__menu li a:hover {
  background-size: 100% 1px;
}
.main-header__four {
  position: relative;
  display: block;
}
.main-header__four-inner {
  position: relative;
  display: block;
}
.main-header__four .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 310px;
  width: 100%;
  background: var(--thm-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main-header__four .logo-box a {
  position: relative;
  display: inline-block;
}
.main-header__four-top {
  position: relative;
  display: block;
}
.main-header__four-top .container {
  max-width: 100%;
  padding: 0;
}
.main-header__four-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 310px;
  padding-right: 60px;
  background: var(--thm-primary);
  z-index: 6;
}
.main-header__four-top .topbar__right>a {
  color: #ffffff;
}
.main-header__four-top .topbar__right>a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-header__four-top .topbar__right>a>i {
  color: #ffffff;
}
.main-header__four-top .topbar__left>a {
  color: #ffffff;
}
.main-header__four-top .topbar__left>a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-header__four-top .topbar__left>a:not(:last-of-type)::after {
  color: rgba(255, 255, 255, 0.5);
}
.main-header__four-top .topbar__social {
  background-color: transparent;
  padding-left: 40px;
  padding-right: 0px;
  margin-right: 0px;
}
.main-header__four-top .topbar__social a {
  color: #ffffff;
  font-size: 15px;
}
.main-header__four-bottom {
  position: relative;
  display: block;
}
.main-header__four-bottom .logo-box {
  display: none;
}
.main-header__four-bottom-inner {
  position: relative;
  display: block;
  padding-left: 360px;
  padding-right: 60px;
}
.main-header__four-bottom-inner .container {
  max-width: 100%;
  display: block;
  padding: 0;
}
.main-header__four-bottom-inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__four-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-four__form {
  position: relative;
  display: block;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
  padding-right: 25px;
}
.main-header-four__form::before {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: -3px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header-four__form form {
  overflow: hidden;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
}
.main-header-four__form form input[type=text],
.main-header-four__form form input[type=search] {
  background-color: #ffffff;
  border: 0px solid #dddddd;
  outline: none;
  height: 45px;
  width: calc(100% - 30px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--thm-color);
  padding-left: 0px;
  padding-right: 5px;
}
.main-header-four__form form button[type=submit] {
  width: 30px;
  height: 45px;
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 19px;
  color: var(--thm-black);
  border-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-header-four__form form button[type=submit]:hover {
  color: var(--thm-primary);
}
.main-menu__list-outer {
  position: relative;
  display: block;
  padding-left: 50px;
}
.main-header__four-bottom .main-menu .main-menu__list>li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-header__four-bottom .main-menu .main-menu__list {
  margin-left: auto;
  border-right: 0px solid #e6eaef;
  padding-right: 0;
  margin-right: 0px;
}
.main-header__four-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.main-header__four-bottom-right::before {
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -9px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header__four-bottom-right .main-header__info-phone-content h3 {
  font-size: 16px;
  font-weight: 500;
}
.main-header__four-bottom-btn {
  position: relative;
  display: block;
  margin-left: 50px;
}
.main-header__four-bottom-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--thm-base);
  padding: 0px 50px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__four-bottom-btn a:hover {
  background: var(--thm-black);
}
.stricky-header--two .main-header-four__form {
  display: none;
}
.stricky-header--two .main-menu__list {
  border-right: 0cm solid #e6eaef;
  margin-right: 0px;
}
.stricky-header--two .main-header__info-phone {
  display: none;
}
.stricky-header--two .main-header__four-bottom-right {
  padding-left: 0px;
}
.stricky-header--two .main-header__four-bottom-right::before {
  display: none;
}
.stricky-header--two .main-header__four-bottom-inner-box {
  width: 100%;
}
.mobile-nav__container .main-header__four-bottom-left {
  display: block;
}
.mobile-nav__container .mobile-nav__toggler {
  display: none;
}
.mobile-nav__container .main-menu__list-outer {
  padding-left: 0px;
}
/***
==================================================
Main Header Five
==================================================
***/
.main-header__five {
  position: relative;
  display: block;
  z-index: 5;
}
.main-header__five:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.main-header__five-inner {
  position: relative;
  display: block;
}
.main-header__five .main-menu .container {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.main-header__five-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__five-left .logo-box {
  position: relative;
  display: block;
}
.main-header__five-left .logo-box a {
  position: relative;
  display: inline-block;
}
.main-header__five-top {
  position: relative;
  display: block;
  padding: 11px 0px 14px;
}
.main-header__five-top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__five-top .topbar__social {
  background-color: transparent;
  padding-left: 30px;
  padding-right: 0px;
  margin-right: 0px;
}
.main-header__five-bottom {
  position: relative;
  display: block;
  z-index: 5;
}
.main-header__five-bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 143, 213) 0%, rgb(0, 74, 161) 100%);
  padding: 0px 20px 0px 45px;
}
.main-header__five-bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .main-header__five-bottom-left {
    width: auto;
  }
}
.main-header__five-bottom-left .logo-box {
  margin-right: 30px;
}
@media (min-width: 1200px) {
  .main-header__five-bottom-left .logo-box {
    display: none;
  }
}
.main-header__five .main-menu .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}
.main-header__five .main-menu .main-menu__list>li>a {
  color: #9fcbff;
}
.main-header__five .main-menu .main-menu__list>li.current>a,
.main-header__five .main-menu .main-menu__list>li:hover>a {
  color: #ffffff;
}
.stricky-header--three.stricky-header .main-menu__list>li>a {
  color: rgba(255, 255, 255, 0.7);
}
.stricky-header--three.stricky-header .main-menu__list>li.current>a,
.stricky-header--three.stricky-header .main-menu__list>li:hover>a {
  color: #ffffff;
}
.main-header__five .main-menu .main-menu__list>li>a::before {
  display: none;
}
.main-header__five .main-menu .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 27px;
}
.main-header__five-bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.main-header__five-bottom-right::before {
  position: absolute;
  top: -4px;
  left: 0;
  bottom: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.main-header__five-bottom-right .search-btn {
  position: relative;
  display: block;
}
.main-header__five-bottom-right .search-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__five-bottom-right .search-btn a:hover {
  color: var(--thm-black);
}
.main-header__five-bottom-btn {
  position: relative;
  display: block;
  margin-left: 30px;
}
.main-header__five-bottom-btn a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  background: #ffffff;
  padding: 0px 50px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__five-bottom-btn a:hover {
  background: var(--thm-black);
  color: #ffffff;
}
.main-header__five-right {
  position: relative;
  display: block;
  padding-left: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__five-right::before {
  position: absolute;
  top: 20px;
  left: 28px;
  bottom: 23px;
  width: 1px;
  background: #e6eaef;
  content: "";
}
.main-header__five-right .main-header__info-phone-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.main-header__five-right .main-header__info-phone-content span {
  margin-bottom: 3px;
}
.stricky-header--three .main-header__five-top {
  display: none;
}
.stricky-header--three.stricky-header .main-menu__list>li>a::before {
  display: none;
}
.stricky-header--three.stricky-header .main-menu__list {
  border-right: 0px solid #e6eaef;
  margin-right: 0px;
}
.stricky-header--three .main-header__five-bottom {
  width: 100%;
}
.stricky-header--three.stricky-header {
  background: var(--thm-primary);
  padding: 19px 0px 18px;
}
.stricky-header--three.stricky-header .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.stricky-header--three .main-header__five-bottom-inner {
  background: transparent;
  padding: 0px 0px 0px 0px;
}
.mobile-nav__container .main-header__five-bottom-inner {
  display: block;
}
.mobile-nav__container .main-header__five-bottom-right {
  display: none;
}
.main-header__five-bottom-btn {
  display: none;
}
@media (min-width: 768px) {
  .main-header__five-bottom-btn {
    display: block;
  }
}
.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}
/* City Row */
.cities-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-items: center;
}
/* Individual City Item */
.city-item {
  background: #fff;
  width: 180px; /* Equal width for all items */
  padding: 15px 10px;
  border-radius: 12px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Softer black shadow */
  transition: all 0.3s ease-in-out;
}
/* Icon Style */
.city-item i {
  color: #004aa1; /* Pin Icon Color */
  font-size: 20px;
}
/* Hover Effect */
.city-item:hover {
  background: #f4b400;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Enhanced hover shadow */
}
/* Responsive Design */
@media (max-width: 768px) {
  .cities-row {
    display: flex;
    flex-direction: row; /* 1 column for mobile */
    gap: 12px;
    justify-content: center;
  }
  .city-item {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .cities-row {
    display: flex;
    flex-direction: row; /* 1 column for mobile */
    gap: 12px;
    justify-content: center;
  }
  .city-item {
    width: 45%; /* Full width to fit container */
  }
  .section-title {
    font-size: 28px; /* Smaller title for mobile */
    margin-bottom: 20px;
  }
}
.pylon-icon-telephone:before {
  content: "\e90e";
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
.about-four {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 80px 0px 120px;
  z-index: 1;
}
.about-four__img {
  position: relative;
  display: block;
  margin-right: 30px;
  z-index: 1;
}
.about-four__img .shape1 {
  position: absolute;
  left: -160px;
  bottom: -55px;
  z-index: -1;
}
.about-four__img1 {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.about-four__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}
.about-four__img1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.about-four__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.about-four__img1:hover img {
  transform: scale(1);
}
.about-four__img2 {
  position: absolute;
  top: 70px;
  right: 0;
  max-width: 300px;
  width: 100%;
  border: 6px solid #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.about-four__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.about-four__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.about-four__img2:hover .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.about-four__img2 .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.about-four__img2:hover .inner img {
  transform: scale(1);
}
.about-four__content {
  position: relative;
  display: block;
  margin-left: -5px;
}
.about-four__content .sec-title-three {
  padding-bottom: 31px;
}
.about-four__content-text1 {
  position: relative;
  display: block;
}
.about-four__content-text1 h2 {
  color: var(--thm-primary);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.about-four__content-text1 p {
  margin: 0;
}
.about-four__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}
.about-four__content-text2 ul {
  position: relative;
  display: flex;
  align-items: center;
}
.about-four__content-text2 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 49px;
  margin-left: 48px;
}
.about-four__content-text2 ul li:first-child {
  margin-left: 0;
}
.about-four__content-text2 ul li:last-child {
  padding-right: 0;
}
.about-four__content-text2 ul li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 8px;
  width: 2px;
  background: #e6eaef;
  content: "";
}
.about-four__content-text2 ul li:last-child:before {
  display: none;
}
.about-four__content-text2 ul li .icon-box {
  position: relative;
  display: block;
}
.about-four__content-text2 ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}
.about-four__content-text2 ul li:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}
.about-four__content-text2 ul li .text-box {
  position: relative;
  display: block;
  margin-left: 17px;
}
.about-four__content-text2 ul li .text-box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-four__content-text2 .btn-box {
  position: relative;
  display: block;
  margin-top: 51px;
}
.about-four__content-text2 .btn-box .thm-btn2 {
  background: var(--thm-primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--thm-black);
  font-weight: 700;
}
@media (max-width: 425px) {
  .about-four__img .shape1{
    display: none;
  }
  .about-four__img {
    margin-bottom: 20px;
  }
  .service-page .features_b h2{
    line-height: 50px;
  }
}
.single-loan-slider .ui-slider .ui-slider-range {
  background: var(--thm-base);
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.loan-calculator-two__form .thm-btn {
  background: #FFFFFF;
  border-radius: 43px;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #0C2139;
  padding: 17.5px 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1190px !important;
  }
}

.blog-home {
  padding-top: 100px;
  padding-bottom: 60px;
}

.blog-home__two {
  padding-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .blog-home {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .blog-home {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.block-title .blog-title__h2 {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .block-title .blog-title__h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .block-title .blog-title__h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media (max-width: 425px) {
  .blog-page {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.blog-card {
  margin-bottom: 40px;
}

.blog-card__image {
  position: relative;
  overflow: hidden;
  background-color: var(--thm-black);
  border-radius: 4px;
}

.blog-card__image img {
  width: 100%;
  border-radius: 4px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-card__image>span {
  background-color: var(--thm-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 4px;
  z-index: 10;
  padding: 12px 20px;
}

.blog-card:hover .blog-card__image>img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.blog-card__content {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px 30px;
  position: relative;
  margin-top: -30px;
  border-radius: 4px;
}

.blog-card__content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--thm-black);
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .blog-card__content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.blog-card__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
  color: var(--thm-base);
}

.blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.blog-card__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--thm-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
  margin-right: 0px;
  line-height: 1;
}

.blog-card__meta a>i {
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 5px;
}

.blog-card__meta a:hover {
  color: var(--thm-base);
}

.blog-card__meta a:not(:last-child):after {
  background-color: #ccc;
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  vertical-align: middle;
  margin: 0 15px;
}

.blog-card__bottom {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 20px;
}

.blog-card-bottom-readmore {
  display: block;
  margin-top: 0;
}

.readmore-card-link {
  position: relative;
  color: var(--thm-color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s ease;
  outline: none;
}