@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&amp;family=Public+Sans:wght@400;500;600;700&amp;display=swap");

:root {
  --main-color: #0d2244;
  --secondary-color: #ffffff;
  --heading-color: #292929;
  --paragraph-color: #bebfc9;
  --heading-font: "Open Sans", sans-serif;
  --body-font: "Open Sans", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  /*font-family: var(--body-font);*/
      font-family: var(--thm-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/**{*/
/*    font-family: var(--thm-font) !important;*/
/*}*/

body {
  margin: 0;
  color: #292929;
  overflow-x: hidden;
  /*font-family: var(--body-font);*/
      font-family: var(--thm-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

h1 {
  font-size: 50px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 40px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 36px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 30px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: var(--body-font);*/
      font-family: var(--thm-font);
}

p {
  -webkit-hyphens: auto;
  /*hyphens: auto;*/
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}
.thumb img {
  max-width: 100%;
  width: 100%;
}
ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.8;
}

/*********** btn style **************/
.btn {
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(55, 125, 255, 0.25);
  height: 55px;
  line-height: 55px;
  padding: 0 70px;
  transition: all 0.3s ease-in;
}
.btn.btn-blue {
  background: #377dff;
}
.btn:hover {
  color: #fff;
}
.btn.btn-round {
  background-color: #ff7e16;
  border-radius: 7px;
}
.header-area .btn.btn-round.login-btn{
    background-color: #ff7e16 !important;
}
.header-area .btn.btn-round.login-btn i{
    padding-right:5px;
}
.header-area .btn.btn-round {
    color: #fff;
  background-color: #0d2244;
      border-radius: 5px !important;
    height: 42px !important;
    font-size: 16px !important;
    line-height: 42px !important;
}
.btn:active, .btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

/*********** section-title style **************/
.section-title {
  margin-bottom: 51px;
}
.section-title .subtitle {
  position: relative;
    /*font-family: var(--heading-font);*/
        font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    color: #083996;
    margin-bottom: 14px;
    display: inline-block;
}
.section-title .subtitle.subtitle-thumb {
  padding-left: 25px;
}
.section-title .subtitle.subtitle-thumb:after {
  content: "";
  position: absolute;
  background: #377dff;
  height: 10px;
  width: 10px;
  top: 0;
  left: 0;
}
.section-title .subtitle.subtitle-thumb:before {
  content: "";
  position: absolute;
  background: #083996;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.section-title .title {
  font-weight: 700;
    font-size: 35px;
    /*font-family: var(--body-font);*/
        font-family: var(--thm-font);
    color: #000;
  margin-bottom: 23px;
}
.section-title p {
    color: #696868e0;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 26px;
}
.section-title.section-title-2 .subtitle,
.section-title.section-title-2 .title,
.section-title.section-title-2 p {
  color: #fff;
}
.section-title.section-title-2 .subtitle.subtitle-thumb:before {
  background: #fff;
}
.section-title.section-title-3 .subtitle {
  color: #ff536d;
}
.section-title.section-title-3 .subtitle.subtitle-thumb:after {
  background: #ff536d;
}
.section-title.style-2 .subtitle.subtitle-thumb:after {
  background: #90a1ff !important;
}

.list-inner {
  padding: 0;
  margin: 0;
}
.list-inner li {
  list-style: none;
  margin-bottom: 15px;
}
.list-inner li img {
  margin-right: 15px;
  width: 50px;
}

/*********** social-area style **************/
.social-area {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.social-area li a {
      font-size: 16px;
    display: inline-block;
    background: #ff7e16;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}
.social-area li a:hover {
  background: #0d2244;
  color: #fff;
}
.social-area li:first-child a {
  margin-left: 0;
}

/*********** Magnific-popup style **************/
.mfp-zoom-in {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*********** Magnific-popup style **************/
.pd-100 {
  padding: 100px 0;
}

.pd-bottom-70 {
  padding: 0 0 70px;
}

.default-pd {
  padding: 20px 0 20px;
}

/*********** Magnific-popup style **************/
.bg-pink {
  background: #ff536d !important;
}

.text-pink {
  color: #ff536d !important;
}

.bg-purple {
  background: #90a1ff !important;
}

.overlay {
  position: relative;
  z-index: 0;
}
.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#000, #90a1ff);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*----------------------------------------------
    ## Apply Loan
----------------------------------------------*/
.apply_form_area {
  padding-top: 150px;
}
.apply_form_area .apply_form {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 50px;
}
.apply_form_area .apply_form .apply_info_text {
  margin-bottom: 40px;
}
.apply_form_area .apply_form .apply_info_text h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 21px;
}
.apply_form_area .apply_form .apply_info_text p {
  margin-bottom: 0;
}
.apply_form_area .apply_form .single_field input,
.apply_form_area .apply_form .single_field textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  padding: 14px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.apply_form_area .apply_form .single_field input::placeholder,
.apply_form_area .apply_form .single_field textarea::placeholder {
  color: #7A838B;
  font-weight: 400;
  font-size: 16px;
}
.apply_form_area .apply_form .single_field input:focus,
.apply_form_area .apply_form .single_field textarea:focus {
  outline: none;
}
.apply_form_area .apply_form .single_field textarea {
  height: 192px;
}
.apply_form_area .pay_text p {
  font-size: 16px;
  color: #7A838B;
  font-weight: 400;
  margin: 8px 0 27px 0;
}
.apply_form_area .pay_text p span {
  color: #040E27;
}
.apply_form_area .nice-select {
  white-space: normal;
  width: auto;
  height: 50px !important;
  margin-bottom: 15px;
  width: 100%;
  line-height: 50px !important;
  font-size: 16px;
  color: #7A838B;
}
.apply_form_area .nice-select:active,
.apply_form_area .nice-select.open,
.apply_form_area .nice-select:focus {
  border-color: #E8E8E8;
}
.apply_form_area .submit_btn {
  margin-top: 30px;
}
.apply_form_area .submit_btn button {
  width: 100%;
  text-align: center;
}

/*----------------------------------------------
    ## News
----------------------------------------------*/
.blog_area {
  padding: 120px 0px;
}

.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}
.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}
@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }
  .single-blog .tag:after {
    display: none;
  }
}
.single-blog .likes {
  margin-right: 16px;
}
@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog .single-blog-content {
  padding: 30px;
}
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}
.single-blog .single-blog-content .meta-bottom i {
  color: color-gray;
  font-size: 13px;
  margin-right: 7px;
}
@media (max-width: 1199px) {
  .single-blog .single-blog-content {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  .single-blog h4 a {
    font-size: 18px;
  }
}

.full_image.single-blog {
  position: relative;
}
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}
.full_image.single-blog h4 {
  transition: all 0.4s ease;
  border-bottom: none;
  padding-bottom: 5px;
}
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}
.full_image.single-blog .date {
  color: #fff;
}
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
  overflow: hidden;
}
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 900px) {
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1100px) {
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}
.blog_details p {
  margin-bottom: 30px;
}
.blog_details a {
  color: #083996;
}
.blog_details a:hover {
  color: #ff536d;
}
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-info-link li {
  float: left;
  font-size: 14px;
}
.blog-info-link li a {
  color: #999999;
}
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 25px;
}
.blog-info-link li:last-child::after {
  display: none;
}
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #ff536d;
  padding: 8px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 30px;
}
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
  height: 50px;
  line-height: 50px;
}
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border: 1px solid #f0e9ff !important;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
  width: 100%;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}
.blog_right_sidebar .post_category_widget .cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item {
  display: flex;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #ff536d;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  list-style: none;
  padding: 0;
  margin-right: -6px;
  margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}
@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
  margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}
.single-post-area .blog-author .media {
  display: flex;
}
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
.single-post-area .blog-author a {
  display: inline-block;
}
.single-post-area .blog-author a:hover {
  color: #ff536d;
}
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-post-area .blog-author h4 {
  font-size: 16px;
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  transition: all 0.4s ease;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 0.4s ease;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  transition: all 0.4s ease;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 0.4s ease;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::placeholder {
  color: #777777;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*----------------------
    Services Page
----------------------*/
.client-slider {
  margin-top: -10px;
}

.client-slider .owl-item.active.center .client-slider-item {
  box-shadow: 0px 10px 40px #97A1B238;
  transition: all 0.3s ease-in;
}

.client-slider .client-slider-item {
  padding: 20px 45px 37px 45px;
  box-shadow: 0px 2px 12px #97A1B21A;
  border-radius: 6px;
  margin: 0;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}

.client-slider .client-slider-item .media img {
  width: auto !important;
  padding-right: 7px;
}

.client-slider .client-slider-item .media .media-body {
  margin-top: 32px;
}

.client-slider .client-slider-item .media .media-body h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #01358D;
}

.client-slider .client-slider-item .media .media-body p {
  font-size: var(--body-font-size);
  line-height: var(--line-height30);
  letter-spacing: 0.42px;
  color: #5B6880;
}

.client-slider .client-slider-item .client-content {
  font-size: var(--body-font-size);
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #5B6880;
  margin-left: 20px;
}

.client-slider .owl-dots {
  text-align: center;
  line-height: initial;
}

.client-slider .owl-dots .owl-dot {
  width: 16px;
  height: 8px;
  background: #97A1B3;
  display: inline-block;
  margin: 0 4px;
  border-radius: 7px;
  transition: all 0.3s ease-in;
}

.client-slider .owl-dots .owl-dot.active {
  width: 60px;
  height: 8px;
  background: #01358D;
}

/*----------------------
    Contact Us Page
----------------------*/
.contact-page-content-area {
  padding: 55px 0 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contact-page-content-area .single-contact-info-box {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.contact-page-content-area .single-contact-info-box:hover {
  border-color: var(--main-color);
}
.contact-page-content-area .single-contact-info-box:hover .icon {
  box-shadow: 0 5px 25px 3px rgba(55, 125, 255, 0.7);
}
.contact-page-content-area .single-contact-info-box .icon {
  position: absolute;
  left: 15%;
  top: 50px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
.contact-page-content-area .single-contact-info-box .content {
  padding: 50px 25px 25px 110px;
}
.contact-page-content-area .single-contact-info-box .content .title {
  font-weight: 700;
  color: #242424;
}
.contact-page-content-area .single-contact-info-box .content .details {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: var(--main-color);
}
.contact-page-content-area .contact-map {
  margin-top: 60px;
}
.contact-page-content-area .contact-map #map {
  z-index: -1;
  min-height: 550px;
  width: 100%;
}
.contact-page-content-area .contact-map .mapouter {
  position: relative;
  text-align: right;
  height: 600px;
  width: 100%;
}
.contact-page-content-area .contact-map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 600px;
  width: 100%;
}

/*.contact-area {*/
/*  margin-bottom: 100px;*/
/*}*/
.contact-area .contact-bottom-inner .form-content-area {
  /*padding: 0px 10px 100px 10px;*/
  background-color: #fff;
  border-radius: 5px;
  background-color: #fff;
}
.contact-area .contact-bottom-inner .form-content-area .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
}
.contact-area .contact-form-wrapper .input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 0;
  border: 1px solid;
  color: var(--paragraph-color);
}
.contact-area .contact-form-wrapper .input-field.textarea {
  min-height: 250px;
  padding: 20px 30px;
  resize: none;
}
.contact-area .contact-form-wrapper .form-element {
  margin-bottom: 20px;
}
.contact-area .contact-form-wrapper .btn {
  margin-top: 15px;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.kenico-Mortgage-btns a {
    appearance: none;
    background-color: #ff7e16;
    border-radius: 4px;
    border: 2px solid #ff7e16;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}
@media(max-width: 480px){
   .kenico-Mortgage-btns a{
        appearance: none !important;
        background-color: #ff7e16 !important;
        border-radius: 4px !important;
        border: 2px solid #ff7e16 !important;
        color: #fff !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-weight: 500 !important;
        font-size: 1rem !important;
        padding: 1rem !important;
        text-align: center !important;
        transition: all .3s !important;
        width: 100% !important;
        margin: 5px 0 !important;
   } 
   .inner-consolidate{
           width: 30%;
   }
}




.kenico-Mortgage-btns:hover a {
    color: #fff;
}

.widget-title {
  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
}

a.widget-title {
  display: block;
  margin-bottom: 20px;
}

.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-list li {
  color: #f1f1f1;
    font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
  transition: all 0.3s ease-in;
}
.widget-list li:hover a {
  color: #377dff;
}
.business-hours li{
        list-style: none;
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
    transition: all 0.3s ease-in;
}
.widget p {
  color: #fff;
}

.widget-about {
  display: inline-block;
}

.widget-links {
  display: inline-block;
  margin-right: 90px;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.topbar-area {
  background: #0d2244;
  padding: 7px;
}
.topbar-area.style-2 {
  background: #90a1ff;
}
.topbar-area p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
.topbar-area .topbar-left p i {
  margin-right: 10px;
}
.topbar-area .topbar-right {
  display: inline-flex;
}
.topbar-area .topbar-right p {
  position: relative;
  margin-right: 10px;
  margin-top: 4px;
}
.topbar-area .topbar-right p span {
  position: absolute;
  content: "";
  background: #ec4760;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  z-index: 9;
  font-size: 10px;
  text-align: center;
  top: 0;
  right: -5px;
  line-height: 12px;
}
.topbar-area .topbar-right img {
  border-radius: 50%;
}

.header-area {
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}
.header-area.style-2 {
  background: #ec4760;
}
.header-area.style-2 .media img {
  filter: brightness(8);
}
.header-area.style-2 .media .media-body p {
  color: #fff;
}
.header-area .media {
  margin-left: 45px;
}
.header-area .media .media-body {
  margin-left: 10px;
}
.header-area .media .media-body p {
  font-size: 16px;
  color: #083996;
  margin-bottom: 0;
}
.header-area .btn {
  padding: 0 33px;
  margin-left: 40px;
}

.navbar-area {
  padding: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all 0.4s;
}
.navbar-area.style-2 {
  padding: 20px 0;
}
.navbar-area.style-2 .navbar-area-fixed {
  box-shadow: none !important;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 2px 15px;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  /*font-family: var(--heading-font);*/
    font-family: var(--thm-font);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #292929;
  font-weight: 400;
  font-size: 17px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #083996;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: -1px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
    padding: 7px 20px;
    white-space: nowrap;
    transition: all 0.3s;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 5px;
}

.navbar-area-fixed {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  background: #fff;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    /*padding: 15px;*/
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 25px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 0px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  top: 10px;
  background: transparent;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: -9px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }

  .navbar-nav li {
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: #fff;
    padding-left: 35px;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .bar1, .bar2, .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------------
    ## Breadcrumb
----------------------------------------------*/
.breadcrumb_area {
  position: relative;
  z-index: 1;
  background: url(../img/banner/breadcrumb.jpg) no-repeat scroll center center;
  background-size: cover;
}
.breadcrumb_area .breadcrumb_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content {
  max-width: 655px;
  background: #fff;
  padding: 50px 65px;
  position: relative;
  border-radius: 5px;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content:before {
  content: "";
  width: 313px;
  height: 216px;
  background: rgba(55, 125, 255, 0.8);
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: -1;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content h2 {
  color: #377dff;
  font-size: 36px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content .page_link {
  display: inline-block;
  float: right;
  padding-top: 10px;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content .page_link a {
  font-size: 14px;
  color: #377dff;
  margin-right: 32px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content .page_link a:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content .page_link a:last-child {
  margin-right: 0px;
}
.breadcrumb_area .breadcrumb_inner .breadcrumb_content .page_link a:last-child:before {
  display: none;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.style-two .banner-inner-area {
  background: transparent;
  box-shadow: none;
}
.style-two .banner-inner-area .title,
.style-two .banner-inner-area .subtitle,
.style-two .banner-inner-area p,
.style-two .banner-inner-area h5 {
  color: #fff;
}

.banner-slider .item {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.banner-slider .bg-one {
  background: url(../img/banner/1.png);
}
.banner-slider .bg-two {
  background: url(../img/banner/2.png);
}
.banner-slider .bg-three {
  background: url(../img/banner/3.png);
}
.banner-slider .owl-nav button {
  border-radius: 50%;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgb(29 204 112 / 25%);
    width: 25px;
    height: 25px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in;
    border: 0;
}
.banner-slider .owl-nav button:hover {
  background: #ff7e16;
  color: #fff;
  cursor: pointer;
}
.banner-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -45px;
}
.banner-cont .btn-orange:hover{
    background:var(--main-color);
    border:1px solid var(--main-color);
    color:#fff;
}
.banner-slider .owl-nav button.owl-next {
  position: absolute;
  margin-top: -45px;
  right: 20px;
  top: 50%;
}

.banner-inner-area {
  background: #fff;
  border-radius: 5px;
  padding: 35px 40px 50px;
  margin: 102px 0;
  box-shadow: 0px 0px 15px 0px rgba(212, 212, 212, 0.78);
}
.banner-inner-area .subtitle {
  margin-bottom: 21px;
  font-size: 20px;
}
.banner-inner-area .title {
  color: #292929;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner-inner-area p {
  color: #292929;
}
.banner-inner-area p.brd-1 {
  border-bottom: 1px solid #ececec;
  margin-bottom: 33px;
  padding-bottom: 33px;
}
.banner-inner-area h5 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #292929;
}
.banner-inner-area .nice-select {
  width: 100%;
  margin: 12px 0 23px 0;
  color: #292929;
  border: 1px solid #ececec;
  border-radius: 5px;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
}
.banner-inner-area .nice-select.open .list {
  width: 100%;
}
.banner-inner-area .nice-select:after {
  border-bottom: 3px solid #999;
  border-right: 3px solid #999;
  height: 8px;
  margin-top: -4px;
  right: 22px;
  width: 8px;
}
.banner-inner-area .btn {
  margin-top: 23px;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
/*********** money-option-area style **************/
.money-option-area {
    background: url(../img/intro/sec-2-bg.jpg);
    padding-top: 230px;
    margin-top: -135px;
    position: relative;
    background-position: center;
    background-size: 104% 60%;
    background-repeat: no-repeat;
}
.money-option-area ul li:nth-last-child(1){
    width: 38%;
}
.money-option-area ul li:nth-last-child(1) .single-work{
    padding: 30px 20px 30px !important;
}
.money-option-area ul li:nth-last-child(1) .single-work h5{
    font-size: 35px;
}
.money-option-area ul li{
    list-style: none;
    display: inline-block;
    width: 20%;
}
.single-work {
    box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 46%);
    background: #fff;
    position: relative;
    padding: 62px 20px 31px;
    margin-bottom: -45px;
    transition: all 0.3s ease-in;
}
.single-work:hover {
  box-shadow: 0px 25px 40px 0px rgba(204, 204, 204, 0.46);
}
.single-work .work-icon {
  box-shadow: 0px 8px 32px 0px rgb(204 204 204 / 17%);
    background: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    margin-left: -30px;
    line-height: 60px;
    left: 50%;
    top: -30px;
}
.single-work h5 {
      color: #3a3a3a;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 11px;
}
.single-work p {
    color: #292929;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 26px;
}

.single-work-2 {
  text-align: center;
  margin-bottom: 30px;
}

/*********** about-us-area style **************/
.about-us-area {
  background: #fcfcfc;
}

.about-us-video {
  position: relative;
}
.about-us-video.style-2:before {
  background: #3e50b8;
}
.about-us-video.style-2 .play-btn:before {
  background: rgba(62, 80, 184, 0.8);
}
/*.about-us-video:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background: #0d2244;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*}*/
.about-us-video img.thumb {
  margin: 40px 0 40px 40px;
  position: relative;
}
.about-us-video .play-btn {
  margin-top: -45px;
  -webkit-animation: pulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 108px;
  width: 108px;
  border-radius: 50%;
  line-height: 108px;
  text-align: center;
  z-index: 1;
}
.about-us-video .play-btn:before {
  content: "";
  position: absolute;
  background: #fff;
  top: -14px;
  left: -13px;
  height: 134px;
  width: 134px;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}

.about-us-details .section-title {
  margin-bottom: 0;
}
.about-us-details .section-title .title {
  margin-bottom: 21px;
}
.about-us-details .section-title p {
  color: #696868e0;
}
.about-us-details .media {
  align-items: center;
  margin-bottom: 30px;
  display: inline-flex;
}
.about-us-details .media .media-left {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    margin-right: 25px;
    flex: none;
}
.about-us-details .media-body p {
    color: #585858;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.about-us-details .media-body{
    margin-top: -18px;
    padding-bottom: 30px;
}
.about-us-details .media-title h3{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2rem;
}
.about-us-details .media.media-1 .media-left {
  background: #ff7e16;
}
.about-us-details .media.media-2 .media-left {
  background: #0d2244;
}
.about-us-details .btn {
    padding: 0 30px;
    margin-top: 10px;
    height: 40px !important;
    font-size: 13px !important;
    line-height: 40px !important;
}
.about-us-details .btn-underline {
  color: #292929;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #292929;
  margin-left: 36px;
  transition: all 0.3s ease-in;
  padding-bottom: 4px;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
}

/*********** service-area style **************/
.single-service {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.46);
  background: #fff;
  padding: 32px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
}
.single-service:hover {
  background: #ff7e16;
}
.single-service:hover .service-details h5 {
  color: #fff;
}
.single-service:hover .service-details p {
  color: #fff;
}
.single-service .thumb {
    box-shadow: 0px 0px 10px 0px rgb(204 204 204 / 32%);
    display: inline-block;
    height: 70px;
    width: 79px;
    text-align: center;
    line-height: 65px;
    background: #fff;
}
.single-service .thumb img{
        width: 57%;
}
.single-service .service-details h5 {
  /*font-family: var(--heading-font);*/
    font-family: var(--thm-font);
      color: #3a3a3a;
    font-weight: 700;
    font-size: 15px;
  margin: 34px 0 15px;
}
.single-service .service-details p {
    color: #696868e0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in;
}
.single-service.style-2 {
  border-radius: 3px;
}
.single-service.style-2:hover {
  background: #fff;
}
.single-service.style-2:hover .service-details p,
.single-service.style-2:hover .service-details h5 {
  color: #292929;
}
.single-service.style-2:hover .service-details h5:hover {
  color: #90a1ff;
}

.service-area-2 .single-service:hover {
  background: #ff536d;
}

/*********** pricing-area style **************/
.pricing-area {
  background: #fafafa;
  padding: 98px 0 70px;
}

.single-price {
  box-shadow: 0px 12px 24.3px 2.7px rgba(238, 238, 238, 0.78);
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.single-price.style-2 .pricing-details {
  background: #90a1ff;
}
.single-price:hover {
  background: #083996;
  border-radius: 5px;
}
.single-price:hover .pricing-details {
  background: #0e42a4;
}
.single-price:hover .pricing-list li a {
  color: #fff;
}
.single-price .pricing-details {
  background: #377dff;
  padding: 40px 0;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease-in;
}
.single-price .pricing-details .pricing-cost {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  margin-bottom: 2px;
}
.single-price .pricing-details .pricing-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  position: relative;
  display: block;
  padding-bottom: 17px;
}
.single-price .pricing-details .pricing-subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  width: 200px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
}
.single-price .pricing-details .pricing-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  margin-bottom: 3px;
}
.single-price .pricing-list {
  list-style: none;
  margin: 0;
  padding: 42px 0 49px;
}
.single-price .pricing-list li {
  margin-bottom: 22px;
  position: relative;
}
.single-price .pricing-list li:after {
  position: absolute;
  content: "";
  background: #e0e0e0;
  height: 1px;
  width: 100px;
  bottom: -9px;
  left: 50%;
  margin-left: -50px;
}
.single-price .pricing-list li a {
  color: #768495;
}
.single-price .pricing-list li .btn {
  color: #fff;
}
.single-price .pricing-list li:last-child {
  margin-bottom: 0;
}
.single-price .pricing-list li:last-child:after {
  display: none;
}
.single-price .pricing-list .btn-blue {
  padding: 0 45px;
  margin-top: 32px;
}

.single-price .pricing-list .btn-blue:hover {
  background: #ff536d;
}

/*********** fun-fact-area style **************/
.fun-fact-area {
  background: url(../img/fact-count/bg.png);
  padding: 98px 0;
}
.fun-fact-area .single-fact {
  margin-bottom: 30px;
}
.fun-fact-area .single-fact .thumb img {
  width: 200px;
}
.fun-fact-area .single-fact h1 {
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  font-weight: 700;
  font-size: 48px;
  color: #fafafa;
  margin-bottom: 12px;
}
.fun-fact-area .single-fact h5 {
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}
.fun-fact-area .single-fact p {
  font-size: 18px;
  color: #fafafa;
}
.fun-fact-area .btn {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 0 37px;
  margin-top: 11px;
  line-height: 52px;
}

/*********** transection-area style **************/
.transection-details {
  background-color: #f8f8f8;
  padding: 38px;
}
.transection-details.style-2 .nav-pills .nav-link,
.transection-details.style-2 h4 {
  background: #90a1ff;
}
.transection-details.style-2 .nav-pills .nav-link.active:after {
  border-left: solid 10px #90a1ff;
}
.transection-details.style-2 .tab-content .tab-pane .transection-table tbody tr td .btn:hover {
  background: #90a1ff;
}
.transection-details h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #5792ff;
  color: #fff;
  padding: 17px 0;
  height: 58px;
  margin-bottom: 0;
}
.transection-details .nav-pills {
  background: #fff;
  padding: 29px 0 0px;
  display: block;
}
.transection-details .nav-pills .nav-item {
  display: block;
}
.transection-details .nav-pills .nav-link {
  height: 58px;
  background-color: #377dff;
  border-radius: 0;
  padding: 0;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin-bottom: 9px;
  display: block;
  width: 100%;
}
.transection-details .nav-pills .nav-link.active {
  border-left: 2px solid #083996;
  position: relative;
}
.transection-details .nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border-left: solid 10px #377dff;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  margin-top: -10px;
}
.transection-details .table-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background: #fff;
  padding-left: 32px;
  box-shadow: 0px 15px 20px 0px rgba(242, 242, 242, 0.3);
}
.transection-details .table-header li {
  font-size: 16px;
  color: #292929;
  height: 58px;
  width: 14.28%;
  line-height: 58px;
}
.transection-details .tab-content .tab-pane {
  margin: 0px 0 0 29px;
}
.transection-details .tab-content .tab-pane .transection-table thead tr {
  background: #fff;
  border: 0;
  box-shadow: 0px 15px 20px 0px rgba(242, 242, 242, 0.3);
}
.transection-details .tab-content .tab-pane .transection-table thead tr th {
  font-size: 16px;
  color: #292929;
  height: 58px;
  line-height: 58px;
  border: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr {
  background: #fff;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr th {
  border: 0;
  padding: 0;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr th img {
  background-color: #efefef;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  margin: 15px 0 15px 20px;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr td {
  border: 0;
  vertical-align: middle;
  color: #001064;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr td .btn {
  color: #377dff;
  box-shadow: 0px 5px 15px 0px rgba(227, 227, 227, 0.47);
  height: 50px;
  padding: 0 36px;
  line-height: 50px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr td .btn:hover {
  background: #377dff;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(55, 125, 255, 0.25);
}
.transection-details .tab-content .tab-pane .transection-table tbody tr td .btn.bg-hover-pink:hover {
  background: #ff536d;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(255, 83, 109, 0.25);
}
.transection-details .tab-content .tab-pane .transection-table tbody tr.table-space {
  background: transparent;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr.table-space td {
  height: 7px;
}
.transection-details .tab-content .tab-pane .transection-table tbody tr.table-space td.h-30 {
  height: 30px;
}

/*********** work-area style **************/
.work-area {
  background: #083996;
  margin-bottom: 228px;
  padding-top: 100px;
}
.work-area .section-title {
  margin-bottom: 119px;
}

/*********** envestor-area style **************/
.envestor-area {
  background: #fdfdfd;
}

.envestor-slider .item {
  margin: 20px 5px 5px 5px;
}
.envestor-slider .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.envestor-slider .owl-nav button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #377dff;
  border: 0;
  background: #f7f7f7;
  color: #292929;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.envestor-slider .owl-nav button:hover {
  background: #377dff;
  color: #fff;
}
.envestor-slider .owl-nav .owl-prev {
  margin-right: 20px;
}

.single-envestor {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.46);
  padding-bottom: 16px;
  transition: all 0.3s ease-in;
  position: relative;
  background: #fff;
}
.single-envestor:hover {
  box-shadow: 0px 25px 40px 0px rgba(204, 204, 204, 0.46);
}
.single-envestor:hover .social-area {
  opacity: 1;
}
.single-envestor .name {
  font-size: 18px;
  font-weight: 700;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  color: #292929;
  margin: 25px 0 6px;
}
.single-envestor p {
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  font-size: 16px;
  color: #768495;
}
.single-envestor .social-area {
  position: absolute;
  bottom: 0;
  right: 50px;
  background: #fff;
  padding: 30px 37px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.single-envestor .social-area li a {
  font-size: 18px;
  color: #377dff;
  background: #f7f7f7;
}
.single-envestor .social-area li a:hover {
  background: #377dff;
  color: #fff;
}

.envestor-area-2 .envestor-slider .owl-nav button:hover,
.envestor-area-2 .single-envestor .social-area li a:hover {
  background: #ff536d;
}

/*********** partner-area style **************/
.partner-area {
  background: #f4f4f4;
  padding: 100px 0 165px;
}

.partner-slider .item .thumb {
  padding: 0 20px;
  height: 130px;
  background: #fff;
  text-align: center;
}
.partner-slider .item .thumb img {
  padding-top: 25px;
  width: auto;
}
.partner-slider .owl-nav {
  display: none;
}

/*********** sign-up-area style **************/
.sign-up-area {
  background: #fff;
  padding: 30px;
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
.sign-up-area .media {
  display: flex;
}
.sign-up-area .media .media-left {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  margin-right: 20px;
}
.sign-up-area .media .media-left i {
  color: #377dff;
  font-size: 24px;
}
.sign-up-area .media .media-body h5 {
  font-size: 24px;
  font-weight: 600;
  color: #292929;
}
.sign-up-area form {
  width: 100%;
  position: relative;
}
.sign-up-area form:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  background: #eeeeee;
  height: 76px;
  width: 2px;
  margin-top: -38px;
}
.sign-up-area form .form-group {
  width: 100%;
  margin-bottom: 0;
}
.sign-up-area form .form-group .form-control {
  height: 80px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  color: #c4c4c4;
  padding: 0 150px 0px 46px;
  background: transparent;
}
.sign-up-area form .form-group .form-control::placeholder {
  color: #c4c4c4;
}
.sign-up-area form button {
  position: absolute;
  right: 0;
  top: 0;
  color: #377dff;
  font-weight: 500;
  font-size: 16px;
  height: 80px;
  background: #fff;
  border: 0;
  border-radius: 50px;
  padding: 0 45px;
  cursor: pointer;
  box-shadow: 0px 3px 73px 0px rgba(229, 228, 227, 0.68);
}

.sign-up-area.bg-pink .media .media-body h5 {
  color: #fff;
}
.sign-up-area.bg-pink .media .media-left {
  background: #fff;
}
.sign-up-area.bg-pink .media .media-left i {
  color: #ff536d;
}
.sign-up-area.bg-pink form button {
  color: #ff536d;
}
.sign-up-area.bg-pink form .form-group .form-control {
  color: #fff;
}
.sign-up-area.bg-pink form .form-group .form-control::placeholder {
  color: #fff;
}

/*********** back-to-top style **************/
.back-to-top {
  display: block;
  position: fixed;
  bottom: 20px;
  cursor: pointer;
  right: 40px;
  background: #001064;
  height: 50px;
  width: 50px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
  transition: all 0.3s ease-in;
}
.back-to-top:hover {
  background: #377dff;
}
.back-to-top i {
  color: #fff;
  font-size: 24px;
}
.back-to-top.back-to-top-2 {
  background: #ff7e16;
}

/*----------------------------------------------
    ## Loan
----------------------------------------------*/
.apply_loan {
  background-image: url(../img/banner/loan.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 128px 0;
  background-size: cover;
  background-position: center;
}
.apply_loan .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 153, 0.6);
  opacity: 0.6;
  z-index: -1;
}
.apply_loan .loan_text h3 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 56px;
}

/*----------------------------------------------
    ## App
----------------------------------------------*/
.app-area .app-inner .title {
  margin-bottom: 30px;
}
.app-area .btn-wrapper {
  margin: 45px 0 35px;
}
.app-area .btn-wrapper .btn-appstore {
  margin-right: 15px;
}
.app-area .hover a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 34px;
  padding-left: 2px;
  border: 2px solid #377dff;
  color: #377dff;
  background: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  margin-right: 22px;
}
.app-area .hover a i {
  padding-left: 3px;
}
.app-area .hover span {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #377dff;
  font-weight: 500;
}
.app-area .banner-thumbnail {
  margin-top: 130px;
}

/*------------------------------
    Account Open 
------------------------------*/
#accountForm {
  display: none;
  padding: 2em;
  width: 45%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 585px;
  overflow: scroll;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.form_wrapper {
  background: var(--main-color);
  max-width: 100%;
  box-sizing: border-box;
  padding: 35px;
  padding-bottom: 50px;
  margin: 0;
  position: relative;
  z-index: 999999;
}
.form_wrapper .headline {
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  left: -22%;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}
.form_wrapper span {
  font-size: 24px;
  color: var(--secondary-color);
}
.form_wrapper h3 {
  color: var(--secondary-color);
  margin-bottom: 30px;
}
.form_wrapper label {
  font-size: 12px;
}
.form_wrapper .row {
  margin: 10px -15px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 50%;
  float: left;
}
.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
}
.form_wrapper .input_field input {
  color: #292929;
}
.form_wrapper .input_field input::placeholder {
  color: #fff;
}
.form_wrapper .input_field span {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--bg-color);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.form_wrapper .input_field span i {
  padding-top: 10px;
  color: var(--secondary-color);
  font-size: 20px;
}
.form_wrapper .input_field .nice-select {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.4s ease;
  padding: 0px 58px;
  margin-bottom: 20px;
}
.form_wrapper .input_field .nice-select span {
  position: inherit;
  font-size: 16px;
}
.form_wrapper .input_field .nice-select .list {
  width: 100%;
}
.form_wrapper .input_field .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 10px;
}
.form_wrapper .input_field:hover span {
  background-color: #ff536d;
}
.form_wrapper .input_field:hover span i {
  padding-top: 10px;
  color: var(--secondary-color);
  font-size: 20px;
}
.form_wrapper .input_field:hover .nice-select span {
  background: transparent;
}
.form_wrapper .input_field:hover input::placeholder {
  color: #292929;
}
.form_wrapper .textarea_field > span > i {
  padding-top: 10px;
}
.form_wrapper input[type=text], .form_wrapper input[type=email], .form_wrapper input[type=password] {
  width: 100%;
  padding: 10px 60px;
  background: transparent;
  height: 60px;
  border-radius: 50px;
  border: 1px solid var(--secondary-color);
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.form_wrapper input[type=text]:hover, .form_wrapper input[type=email]:hover, .form_wrapper input[type=password]:hover {
  background: #fafafa;
}
.form_wrapper input[type=text]:focus, .form_wrapper input[type=email]:focus, .form_wrapper input[type=password]:focus {
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid var(--secondary-color);
  background: #fafafa;
}
.form_wrapper input[type=submit] {
  margin-top: 10px;
  display: inline-block;
  padding: 15px 30px;
  min-width: 180px;
  border-radius: 50px;
  border: 1px solid var(--secondary-color);
  background: transparent;
  box-sizing: border-box;
  outline: none;
  color: var(--secondary-color);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.form_wrapper input[type=submit]:hover {
  background: var(--secondary-color);
  color: #ff536d;
}
.form_wrapper input[type=submit]:focus {
  background: var(--secondary-color);
  color: #ff536d;
}
.form_wrapper input[type=checkbox], .form_wrapper input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox_option label {
  margin-right: 1em;
  position: relative;
}
.checkbox_option label:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: -2px;
  border: 2px solid var(--secondary-color);
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.checkbox_option label:after {
  border-right: 2px solid var(--secondary-color);
  border-top: 2px solid var(--secondary-color);
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 7px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 7px;
  display: none;
}
.checkbox_option input:hover + label:before {
  border-color: var(--secondary-color);
}
.checkbox_option input:checked + label:before {
  border-color: var(--secondary-color);
}
.checkbox_option input:checked + label:after {
  animation: check 0.8s ease 0s running;
  display: block;
  width: 7px;
  height: 20px;
  border-color: var(--secondary-color);
}

.select_option {
  position: relative;
  width: 100%;
}
.select_option select {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding-left: 60px;
  border-radius: 50px;
  cursor: pointer;
  color: var(--bg-color);
  border: 1px solid var(--secondary-color);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}
.select_option select::-ms-expand {
  display: none;
}
.select_option select:hover, .select_option select:focus {
  color: #ff536d;
  background: #fafafa;
  border-color: var(--secondary-color);
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
  border-top-color: var(--secondary-color);
}

@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_container .row .col_half.last {
    border-left: none;
  }
}
/*----------------------
    signin popup
----------------------*/
.signin-signup-popup {
  position: fixed;
  z-index: 999999;
  width: 30%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in;
}

.signin-signup-popup.active {
  left: 0;
}

.signin-signup-popup .signin-signup-part {
  background-color: #FFFFFF;
  padding: 0 30px;
  height: 100%;
  position: relative;
  top: 10%;
}

.signin-signup-popup .form-popup-bottom {
  margin-top: 30px;
}

.signin-signup-popup .form-popup-bottom .when-click-change {
  color: #ec4760;
  cursor: pointer;
}

.signin-signup-popup .forget-password-link {
  color: #4A4857;
  float: right;
}

.signin-signup-popup .cross-icon {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #377dff;
  font-size: 20px;
  cursor: pointer;
}

.signin-signup-popup button {
  width: 100%;
}

.signin-signup-popup .when-click-change-signin,
.signin-signup-popup .when-click-change-signup-inner {
  color: #ec4760;
  cursor: pointer;
}

.signin-signup-popup .part-active {
  display: block;
}

.signin-signup-popup .part-hide {
  display: none;
}

.signin-signup-popup .template-large-button {
  color: #FFFFFF;
  background-color: #377dff;
  border: 1px solid transparent;
}

/* Form */
.form-style-01 {
  padding: 60px 40px;
  background-color: rgba(58, 51, 96, 0.9);
  border-radius: 5px;
}
.form-style-01 .input-title {
  color: #fff;
  font-size: 20px;
  display: block;
}
.form-style-01 select,
.form-style-01 input {
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #5a6471;
  background-color: #fff;
  width: 100%;
  margin: 20px 0 30px;
}
.form-style-01 .form-price {
  position: relative;
  width: 145px;
  margin: auto;
}
.form-style-01 .form-price sup {
  color: #fff;
  position: absolute;
  top: 24px;
  left: -15px;
  font-size: 18px;
}
.form-style-01 .form-price .price-number {
  color: #ff536d;
  font-size: 50px;
  font-weight: 700;
}
.form-style-01 .form-price span {
  color: #fff;
}
.form-style-01 button {
  color: #fff;
  background-color: #377dff;
  font-size: 18px;
  margin-top: 30px;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.form-style-01 button:hover {
  color: #fff;
  background: #377dff;
  box-shadow: 0 10px 10px #ED517333;
}
.form-style-01 .form-button-02 {
  background-color: #ff536d;
}
.form-style-01 .form-button-02:hover {
  background-color: #ff536d;
  box-shadow: 0 10px 10px #7AC5344D;
}

.form-style-02 .input-title {
  color: #377dff;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: left;
  margin-top: 15px;
}
.form-style-02 select,
.form-style-02 input,
.form-style-02 textarea {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  border: 1px solid #377dff;
  width: 100%;
  margin: 15px 0;
}
.form-style-02 button {
  margin-top: 15px;
}

/*----------------------------------------------
    ## payment
----------------------------------------------*/
.payment-area {
  padding: 120px 0 120px;
  background: linear-gradient(rgba(13, 34, 68, 0.9), rgba(13, 34, 68, 0.8)), url(../img/banner/payment-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.payment-area .countr {
  border: 2px solid white;
  padding: 37px 0px 30px 0px;
  border-radius: 3px;
}
.payment-area .countr .icon {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #fff;
}
.payment-area .countr .counter {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 13px;
}
.payment-area .countr .title {
  text-transform: capitalize;
  line-height: 10px;
  font-size: 16px;
  color: #fff;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.blog-area {
  background: url(../img/blog/bg.png);
  padding: 98px 0 70px;
}

.single-blog {
  margin-bottom: 30px;
}
.single-blog .thumb {
  position: relative;
}
.single-blog .thumb .date {
  background: #377dff;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
  height: 29px;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.single-blog .blog-details {
  background: #fff;
  padding: 22px 29px 30px;
}
.single-blog .blog-details .post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  transition: all 0.3s ease-in;
}
.single-blog .blog-details .post-meta li {
  color: #7f7f7f;
  font-size: 16px;
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  margin-right: 25px;
}
.single-blog .blog-details .post-meta li i {
  margin-right: 12px;
}
.single-blog .blog-details .post-meta li img {
  margin-right: 12px;
}
.single-blog .blog-details .post-meta li.type {
  margin-right: 0;
}
.single-blog .blog-details h6 {
  /*font-family: var(--heading-font);*/
      font-family: var(--thm-font);
  font-size: 18px;
  color: #001064;
  font-weight: 500;
  margin: 30px 0 34px;
  line-height: 30px;
}
.single-blog .blog-details .btn {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
}
.single-blog:hover .blog-details {
  color: #001064;
}
.single-blog:hover .blog-details .post-meta {
  opacity: 0.5;
}
.single-blog:hover .blog-details h6 {
  color: #292929;
}

/*--------------------------------------------------
    ##Footer 
---------------------------------------------------*/
.footer-area {
  /*background: url(../img/footer/sec-2-bg.jpg);*/
      background: #0d2244;
    background-position: center;
    background-size: cover;
    /*margin-top: -86px;*/
    z-index: 0;
    padding: 25px 0 20px;
}

.footer-inner .widget-contact p {
  margin-bottom: 21px;
}
.footer-inner .widget-contact .social-area li a {
  color: #083996;
}
.footer-inner .widget-contact .social-area li a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 5px 0;
}
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.footer-bottom ul li {
  font-size: 18px;
  margin-right: 18px;
  color: #292929;
}
.footer-bottom .copy-right {
      font-size: 14px;
    color: #292929e0;
}

.footer-inner-2 .widget-contact .social-area li a:hover {
  background: #ff536d;
}
 .mob-home-down{
        display: none;
    }
    
    .mobile-ban{
        display: none;
    }
    
@media(max-width: 480px){
    .main-box-top{
        border-radius: 0px !important;
    }
    .main-top .icon-box{
        width: 100%;    
    }
     .mobile-ban{
        display: block;
    }
    
    .desktop-ban{
        display: none;
    }
    
    .desktop-home-down{
        display: none;
    }
     .mob-home-down{
        display: block;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover{
        color: #333333 !important;
}
    .refi h3{
        font-size: 10px;
    }
    .refi p{
        font-size: 6px;
        line-height: 8px;
    }
    .owner h5 {
        color: #fff !important;
        font-size: 20px !important;
        padding-top: 10px !important;
    }
    .lear-box h3{
        text-align: center !important;
        color: #ff7e16 !important;
        position: absolute !important;
        right: 23% !important;
        top: 46% !important;
        font-size: 27px !important;
    }
    .lear-box p{
            padding-top: 50px !important;
    }
    .lear-box{
        position: unset !important;
    }
    .lear-boxs{
        position: unset !important;
    }
    .lear-boxs p{
            padding-top: 50px !important;
    }
    .lear-boxs h3{
        text-align: center !important;
        color: #ff7e16 !important;
        position: absolute !important;
        right: 9% !important;
        top: 45% !important;
        font-size: 27px !important;
    }
    .itin-blue-box p{
        color: #fff !important;
        padding-top: 56px !important;
    }
    .itin-blue-box h3 {
        text-align: center !important;
        color: #ff7e16 !important;
        position: absolute !important;
        right: 18% !important;
        top: 46% !important;
        font-size: 27px !important;
    }
    
    .itin-blue-box{
        position: unset !important;
    }
    
    /*.cons-subhd{*/
    /*        padding-top: 54px !important;*/
    /*}*/
    .cons-subhd h5 {
        font-size: 15px !important;
        font-weight: 400;
}

    .loan-stat {
        font-size: 18px !important;
    }
    
    .calculator-result{
            margin: 8px 0px !important;
    }
    .calculator-main{
        margin: unset !important;
    }
    .calcu-name{
        width: 100% !important;
    }
    .calculator-result{
            width: unset !important;
    }
    .banner-cont .btn-orange{
        padding: 5px 6px !important;
        font-size: 7px;
}
    .topbar-area{
        display: block;
    }
    .money-option-area ul li{
        width: 100%;
    }
        .money-option-area ul li:nth-last-child(1){
        width: 100%;
    }
}
.media-left img{
    width: 65%;
}
.banner-cont{
    width: 30%;
    position: absolute;
    /* top: 50%; */
    top: 25%;
    left: 9%;
}
.banner-cont h3{
    color: #0d2244;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 23px;
    margin-bottom: -4px !important;
}
.banner-cont span{
        font-size: 120%;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #09172d;
}
.btn-orange{
        background: #ff7e16;
    color: #fff;
    border-radius: 7px !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff7e16;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 500ms;
}
/*.nice-select{*/
/*    display:none !important;*/
/*}*/
/*.form-select{*/
/*    display:block !important;*/
/*}*/
.fa-percent, .fa-home, .fa-money {
    font-size: 30px;
    color: #ff7e16;
}
.widget-address .widget-title img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(335deg) brightness(102%) contrast(101%);
}
/*******************Accordion******************/

section{
	padding-bottom:60px;
}

#accordion-style-1 h1,
#accordion-style-1 a{
    color:#0d2244;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #ff7e16;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header{
    padding: 0px 0px !important;
}
#accordion-style-1 .card {
    margin-bottom: 20px !important;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}

/*********************Testimonial********************************/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}


.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background-color: #113062;
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #e0e0e0;
    font-size: 15px;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.widget-list li a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.widget-list li a:hover{
    color: #fff;
}
.service-details h5 a{
    color: #3a3a3a;
    text-decoration: none;
}
.single-service:hover .service-details h5 a{
   color: #fff; 
}
.owl-nav.disabled{
    display:none;
}
.top_intro p{
    text-align: center;
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    /*font-family: var(--body-font);*/
        font-family: var(--thm-font);
}
.guide-content p{
    color: #292929;
    font-weight: 400;
    font-size: 15px;
    /*font-family: var(--body-font);*/
        font-family: var(--thm-font);
        /*padding: 0 30px;*/
}
.application_process {
    display: block;
    overflow: hidden;
    background: url(../img/pexels-max-vakhtbovych-7031412.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 0 70px;
}
.application_process:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: rgb(2 35 89 / 88%);
}
.application_process .tittle {
    padding-bottom: 75px;
}
.tittle.la {
    text-align: left;
}
.tittle {
    display: block;
    overflow: hidden;
    text-align: center;
}
.tittle h2 {
    font: 700 40px/50px "Open Sans", sans-serif;
    color: #f59019;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.application_process .tittle span {
    color: #fff;
}
.tittle h2 span {
    display: block;
}
.tittle.la h2::after {
    margin: 0;
    right: 0;
}
.tittle h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 56px;
    background: #f59019;
    margin: 0 auto;
}
.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 23px/17px "Open Sans", sans-serif;
    color: #505152;
    padding-bottom: 30px;
}
.application_process .step_item p {
    font: 600 18px/25px "Open Sans", sans-serif;
    color: #2759ab;
    padding: 15px 0 45px;
}
.application_process .step_item .theme_btn {
    line-height: 45px;
    min-width: 156px;
    position: absolute;
    bottom: 40px;
}
.theme_btn {
    color: #fff;
    background: #0d2244;
    text-align: center !important;
    font: 600 20px/28px "Open Sans", sans-serif;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms linear 0s;
}
.application_process .step_item .theme_btn {
    line-height: 45px;
    min-width: 156px;
    position: absolute;
    bottom: 40px;
}
.theme_btn:hover, .theme_btn:focus, .theme_btn.active {
    color: #fff !important;
}
.theme_btn:hover:before, .theme_btn:focus:before, .theme_btn.active:before {
    transform-origin: left center;
    transform: scale(1, 1);
}
.theme_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f59019;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.achieve_financial_area {
    display: block;
    overflow: hidden;
    /*padding: 24px 0 80px;*/
}
.tittle img {
    margin-bottom: 30px;
}
.tittle h2 span {
    display: block;
    color: #0d2244;
}
.achieve_financial_area .achieve_inner {
    padding-top: 65px;
}
.achieve_financial_area .achieve_inner .personal_tittle {
    padding-bottom: 120px;
}
.get_started_area .achieve_inner p {
    font-size: 17px;
    line-height: 28px;
    /*float: left;*/
    color: rgb(255 255 255);
}
.get_started_area .achieve_inner .theme_btn {
    /*float: right;*/
    background: #f59019;
    text-transform: uppercase;
    min-width: 206px;
    line-height: 48px;
    font-size: 15px;
}
.sidebar{
    background: #0d2244;
    padding: 15px 10px 15px 10px;
}
.sidebar ul li{
    list-style: none;
    line-height: 50px;
    border-bottom: 1px dotted #ffffff26;
    position: relative;
}
/*.sidebar ul li::before {*/
/*    content: "-";*/
/*    color: #d2d2d2;*/
/*    position: absolute;*/
/*    font-size: 17px;*/
/*    left: -16px;*/
/*    top: 0;*/
/*}*/
.sidebar ul li a{
    color:#fff;
}
.guide_title{
        border-bottom: 1px solid #dededecc;
    padding-bottom: 3px;
}
.guide_title h4{
    font-size: 23px;
    font-weight: 600;
    color: #000000db;
}
.learn_more{
    background: #f59019;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 9px 30px 9px 30px;
    color: #fff;
    border-radius: 7px;
}
.get_started_area {
    display: block;
    overflow: hidden;
    background: url(../img/pexels-max-vakhtbovych-7031406.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 0 60px;
    text-align: center;
}
.get_started_area .tittle h2 span {
    display: block;
    color: #fff;
}
.get_started_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: rgba(10, 22, 43, 0.89);
}
.mortage-payoff .mortage-title h6{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #ff7e16;
}
.mortage-payoff .mortage-top-content p{
        line-height: 1.5 !important;
    font-weight: 500;
    padding-top: 20px;
    font-size: 1.125rem;
    color: #000;
}
.mortage-payoff .mortage-title h6::after {
    content: "";
    width: 168px;
    border-bottom: 1px solid #c7d1e4;
    display: block;
    margin: 8px auto;
}
.mortage-customer{
    /*background-image:url('../img/CurveShape-Exclusively-For-Desk.svg');*/
}
.mortage-customer::before{
    /*background-image:url('../img/Bottom-left-graphic-Desktop.svg');*/
    content: "";
    position: absolute;
    background-size: cover;
    left: 0;
    right: auto;
    height: 165px;
    width: 198px;
    bottom: 0;
}
.mortage-customer .mortage-title h6{
       text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    text-align:center;
}
.mortage-customer .mortage-title h6::after {
    content: "";
    width: 168px;
    border-bottom: 1px solid #c7d1e4;
    display: block;
    margin: 8px auto;
}
.signup-cards .card {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
    padding: 10px 10px 50px;
    border: none;
}
.signup-cards .card .card-body{
    position: relative;
    padding-bottom: 0;
}
.signup-cards .card .card-body .card-title{
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding-bottom: 25px;
}
.signup-cards .card .card-body .card-text{
    font-weight: 400;
    font-size: 16px;
    color: #1b1b1b;
    line-height: 24px;
}

.signup-cards .card .card-body .btn{
        background: #0d2244;
}
.mortage-customer-need .mortage-title h6{
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #363636de;
}
.mortage-support-button .started_btn{
    background: #0d2244;
    color: #fff;
    padding: 15px 90px 15px 90px;
    text-transform: uppercase;
    font-size: 18px;
}
.or-seprator{
        text-align: center;
    max-width: 50%;
}
.mortage-support-button{
    margin-bottom:35px;
}
.or-seprator span{
    color: #fff;
    text-transform: uppercase;
    background-color: #ff7e16;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    border-radius: 50%;
    padding: 9px 8px 9px 8px;
    margin-top: -3px;
    font-weight: 700;
    font-size: 12px;
}
.mortage-customer-need .call-us{
       font-size: 35px;
    color: #000;
    font-weight: 500;
    padding-top: 15px;
}
.mortage-customer-need .call-us a{
        color: #0a4a8d;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
}
.mortage-customer-need .mortage-title p::after {
    content: "";
    width: 168px;
    border-bottom: 1px solid #c7d1e4;
    display: block;
    margin: 8px auto;
}
.kenico-mortage-bg{
        background: #cfefee29 !important;
}

.kenico-mortage-banner{
        background: #fff !important;
}
.kenico-mortage-banner .kenico-mortage-btns{
        margin-top: 60px;    
}
.kenico-mortage-banner .kenico-right-side p{
        padding-top: 30px;
}
.mortage-customer .card{
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 13%);
    border-radius: 6px;
    background-color: #fff;
    border-bottom: 7px solid #0d2244;
    padding-left: 7px;
}
.mortage-customer .card .card-title{
    font-size: 18px;
}
.mortage-customer .card .card-text{
    font-size: 14px;
    line-height: 18px;
    color: #000000d9;
    font-weight: 500;
}
.about-info-content {
    padding: 25px 30px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 11px 0 rgb(0 0 0 / 12%);
    margin: 5px 15px;
    border: 1px solid #0d224473;
}
.about-inner-content {
    display: flex;
    align-items: center;
}

.about-inner-content {
    width: 100%;
    overflow: hidden;
}
.about-inner-content h3 {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.mortage-payoff .about-inner-content h3{
    color: #000c;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 0;
    margin: 0;
}
.kenico-mortage-mission{
    background: #0d2244;
}
.kenico-mortage-mission h3{
        color: #fff;
    font-weight: 700;
    font-size: 45px;
}
.kenico-mortage-mission p{
        text-align: left;
    color: #fff;
    font-size: 15px;
}
.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: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:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #f59019;
    width: 3px;
    z-index: -1;
}
.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;
}
.getting_loan_area .getting_items h3 {
    font: 600 20px/30px "Open Sans", 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:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #f59019;
    width: 3px;
    z-index: -1;
}
.getting_loan_area .getting_items:last-child:before, .getting_loan_area .getting_items.gi_f:before{
    display:none;
}
.kenico-newsletter h2 {
    font: 600 53px/65px "Open Sans", sans-serif;
    color: #f59019;
}
.kenico-newsletter p {
    color: #fff;
    font: 600 19px/32px "Open Sans", sans-serif;
    padding: 30px 0 75px;
}
.get_started_area .theme_btn {
    min-width: 263px;
    font-size: 18px;
}
.kenico-newsletter .theme_btn {
    color: #fff;
    background: #2759ab;
    text-align: center !important;
    font: 600 16px/50px "Open Sans", sans-serif;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.kenico-mortage-grow{
    display: flex;
}
.kenico-mortage-grow .kenico-left-side{
  float: left;
  max-width: 100%;
    width: 100%;
    display: inline-block;
        align-self: center;
}
.kenico-mortage-grow .kenico-right-side{
    padding-right: 5px;
      /*float: right;*/
    max-width: 100%;
    width: 100%;
    align-self: center;
    display: inline-block;
    padding: 0 10px;
}
.no-padding{
    padding:0 !important;
}
.kenico-mortage-grow .kenico-right-side h4{
    line-height: 60px;
    font-size: 3.3rem;
    color: #1c1b1a;
    /*padding: 0 5px 0 30px;*/
    font-weight: 600;
}
.kenico-right-side p{
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
    /*padding: 0 5px 0 30px;*/
    color: #696868e0;
}
/*.kenico-mortage-btns{*/
/*    padding: 0 5px 0 30px;*/
/*}*/
.kenico-mortage-btns a{
    appearance: none;
    background-color: #ff7e16;
    border-radius: 4px;
    border: 2px solid #ff7e16;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}
.tips-cards img{
    width: 100%;
}
.gray-ban{
        background: #f7f7f7;
}
.gray-head h3{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #0d2244;
}
.gray-min-box h4{
    font-size: 18px;
    font-weight: 600;
    color: #ff7e16;
}
.gray-min-box{
          padding: 25px 0;
}
.support-count .support:first-child {
    background: #ffa906;
    padding: 25px;
}
.top-box {
    min-height: 168px;
    padding: 20px 15px 0px 15px;
}
.support-count .support:first-child p {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 300;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.support-count .support:first-child h3 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 50px;
    padding: 10px 0px 0px;
}
.support-count .support:first-child h3 span {
    font-size: 24px;
    font-weight: normal;
}
.support-count .support:nth-child(2) {
    background: #ff8e00;
    padding: 25px;
}
.top-box {
    min-height: 168px;
    padding: 20px 15px 0px 15px;
}
.support-count .support:nth-child(2) h3 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 70px;
}
.support-count .support:last-child {
    background: #ff6900;
    padding: 25px;
}
.support-count .support:nth-child(2) p {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 300;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.support-count .support:last-child h3 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 70px;
}
.support-count .support:last-child p {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 300;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.better-tet{
        text-align: center;
}
.better-tet h4{
    font-size: 18px;
    padding: 16px 0;
    font-weight: 600;
}
.batter-way img{
        border-radius: 10px;
}
.batter-btn{
    text-align: center;
    margin-top: 25px;
}
.batter-way h3{
    font-size: 50px;
    padding: 36px 0;
}
.sec-in-blue{
    background: #0d2244;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
}
.sec-in-blue h4{
        font-size: 20px;
}
.sec-in-blue p{
        font-size: 15px;
}
.learning-banner img{
    width: 100%;
}
.learning-banner{
    position: relative;
}
.learning-banner .learn-box {
    position: absolute;
    top: 28%;
    right: 6%;
    width: 30%;
}
.learn-box{
    background: #0d2244;
    border-radius: 5px;
    padding: 8px 14px;
}
.learn-box h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 6px;
}
.learn-box p{
   color: #fff;
}
.learn-down{
    border: 1px solid #0000003d;
    margin: 0 56px;
    padding: 16px 38px;
    border-top: 8px solid #0d2244;
}
.learn-down h4{
        font-size: 20px;
    font-weight: 600;
}
.learn-down img{
        padding: 20px 0;
}
.learn-three{
        text-align: center;
}
.learn-three h4{
    font-size: 24px;
    font-weight: 500;
}
.lean-four{
        background: #f8f8f7;
}
.lean-four h3{
    font-weight: 600;
    font-size: 24px;
}
.cta-lean{
    background: #0d2244;
        padding: 22px 0;
}
.cta-txt h4{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
}
.cta-btn{
    text-align: right;
    padding: 0;
    margin-top: 7px;
}
.how-loan-img img{
    width: 100%;
}
.how-loan{
    width: 100%;
    height: 100%;
    background: #0d2244;
    padding: 30px 30px;
}
.how-loan h3{
    color: #ff7e16;
    font-size: 38px;
    font-weight: 600;
}
.how-loan p{
    color: #fff;
    padding-top: 14px;
}
.loan-icon{
    text-align: center;
}
.loan-icon img{
    width: 14%;
}
.loan-icon h3{
    padding: 6px 0;
    color: #0d2244;
}
.loan-icon{
        border-bottom: 1px solid #0000001f;
}
.calcu-frm{
    padding: 16px 16px;
}
.group-control{
        padding: 4px 0;
}
.loan-amount{
    background: #0d2244;
    padding: 5px 19px;
    color: #fff;
}
.loan-amount h4{
        font-weight: 600;
}
.loan-amount p span{
    font-size: 12px;
}
.monthly-loan{
        background: #0d2244;
    border-radius: 0px 0px 12px 12px;
    padding: 10px 19px;
    color: #fff;
    margin: 8px 0;
}
video {
  width: 100%;
  height: auto;
}
.section-title .title-f {
    font-weight: 700;
    font-size: 35px;
    /*font-family: var(--body-font);*/
    
        font-family: var(--thm-font);
    color: #ff7e16;
    margin-bottom: 23px;
}
.section-title.titles p{
    color: #fff !important;
}
.about-us-areas{
        background: #0d2244 !important;
    padding: 46px 0 30px 0 !important;
    margin: 0px 0 54px !important;
}
.learn_more{
        text-transform: capitalize;
}
button{
    text-transform: capitalize;
}
.btn-secondary{
    text-transform: capitalize;
}

.quote{
    font-size: 20px;
}
.quote1 img{
    transform: rotate(180deg);
    width: 2%;
    margin-top: -16px;
    margin-right: 7px;
}
.coma-tag{
    font-size: 18px !important;
    color: #000 !important;
    margin: 0;
}
.quote img{
    width: 2%;
    margin-top: -16px;
    margin-left: 7px;
}
.guide-content .first-guide{
    font-size: 26px !important;
    color: #1c1c1ce0 !important;
    padding: 0px;
}
.guide-content p{
    font-size: 18px !important;
    color: #000 !important;
}
.guide-content p b{
     color: #0d2244;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.pera-highlight{
    margin: 0px;
}
.back-blue{
        background: #192d4e;
}
.bk-b h5{
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
}
.cons-subhd h5{
    line-height: 28px;
    font-size: 18px !important;
    color: #000 !important;
    margin: 0;
}
.coma-head p{
    color: #fff !important;
    font-size: 22px !important;
}
.consol-list{
        list-style: none;
        padding: 0px;
}
.consol-list li{
    font-weight: 600;
    font-size: 19px;
        padding: 3px 18px;
}
@media (max-width: 480px){
   .consol-list li img{
       left: 8px !important;
   }
}
.consol-list li img{
         width: 4%;
    position: absolute;
    padding-top: 11px;
    left: 0;
}
.pera-highlight b{
        text-transform: capitalize;
        font-weight: 600;
}
.contact-txt h3{
    font-weight: 600;
    font-size: 34px;
    text-transform: capitalize;
    line-height: 42px;
}
.contact-txt h4{
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 40px;
    color: #696868e0;
}
.learning-banner{
        position: relative;
}
.cnt-txt{
    position: absolute;
    top: 33%;
    left: 8%;
    color: #fff;
}
.cnt-txt h2{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.car h3{
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    font-weight: 400;
}
.car-cont p{
    /*padding-top: 30px;*/
    font-size: 19px;
    color: #696868e0;
}
.togglePara{
 color: #696868e0;    
}
.getting_items p{
    color: #696868e0;
}
.car h3:after{
    content: "";
    width: 200px;
    border-bottom: 1px solid #00000029;
    display: block;
    margin: 8px auto;
}
.learn-down p{
        color: #696868e0;
}
.bk-b-f{
    text-align: center !important;
}
.guide p{
    line-height: 1.5 !important;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.second-guide{
    font-size: 26px;
}


@media(max-width: 480px){
.consol-list li img {
    width: 6% !important;
}
.consol-list p {
    padding-left: 24px !important;
}
    .banner-cont {
    width: 40%;
    position: absolute;
    position: absolute;
    top: 15%;
    left: 6%;
}
.banner-cont h3 {
    padding-bottom: 0px;
    color: #09172d;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 4px !important;
}
.kenico-mortage-grow .kenico-right-side h4 {
    line-height: 34px;
    font-size: 30px;
    color: #1c1b1a;
    font-weight: 600;
    padding-left: 0;
    padding-top: 10px;
}
.kenico-right-side p {
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
    color: #696868e0;
    padding-left: 0;
    padding-top: 10px;
}
.kenico-mortage-btns{
    /*display: flex;*/
    justify-content: space-between;
    padding: 0;
    margin-top: 30px !important;
    margin-bottom: 22px;
    
}
.kenico-mortage-btns a {
    appearance: none;
    background-color: #ff7e16;
    border-radius: 4px;
    border: 2px solid #ff7e16;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 6px 6px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 100%;
    margin: 5px 0;
}
.footer-area {
       margin-top: -15px !important;
    padding-top: 40px !important;
}
.testimonial4_slide{
        width: 100%;
        padding: 0px;
}
.application_process .step_item{
    padding: 40px 16px 40px 16px;
}
.guide-content .first-guide{
    padding: 0px;
}
.cta-btn{
    text-align: left;
}
.bk-b{
    padding-top: 20px;
}
.loan-banner h2 {
    font-size: 40px !important;
    line-height: 49px !important;
}
.get_started_area .achieve_inner .theme_btn{
    float: unset;
}
.payof-img{
        padding: 20px 0;
}
.guide-content p{
    padding: 0px;
}
.kenico-mortage-grow{
    display: unset;
}
.batter-way h3 {
    font-size: 39px;
    padding: 36px 0;
    line-height: 41px;
}
.gray-head h3 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    color: #0d2244;
    padding-top: 28px;
}
.kenico-mortage-grow .kenico-left-side{
        padding-bottom: 24px;
}
.sec-in-blue{
        margin: 6px 0;
}
.learning-banner .learn-box {
    position: absolute;
    top: 17%;
    right: 2%;
    width: 44%;
}
.learn-box h2{
    font-size: 10px;
    padding-bottom: 0px;
}
.learn-box p{
    font-size: 5px;
}
.mortage-customer .card{
    margin: 10px 0px;
}
.loan-card{
    margin: 10px 0;
}
.learn-down{
     margin: 10px 0;
}
.how-loan h3 {
    color: #ff7e16;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
}
.how-loan-img{
    margin-top: 15px;
}
.btn-orange{
    padding: 4px 4px !important;
    margin-top: 0px !important;
    font-size: 5px;
}
.header-area {
  display: none;
}
.footer-bottom .copy-right, .footer-bottom ul li{
    font-size: 12px !important;
}
.footer-bottom .copy-right{
    margin-top: 0px !important;
}
.cnt-txt h2{
        font-size: 16px;
}
.about-info-content{
        width: unset;
}
.guide-content .first-guide{
        font-size: 18px !important;
}
.second-guide {
    font-size: 18px;
}
}

/*calcu*/

.lear-box{
    position: absolute;
    top: 0;
    background: #0d2244;
    padding: 10px 25px;
    right: 0;
    max-width: 500px;
    height: 100%;
}
.lear-box h3{
    text-align: center;
    color: #ff7e16;
    position: absolute;
    right: 22%;
    top: 35%;
    font-size: 40px;
}
.lear-box p{
    text-align: center;
    color: #fff;
    position: revert;
    padding-top: 211px;
}
.loan-stat{
    color: #fff;
    font-size: 24px;
    line-height: 33px;
}


.lear-boxs{
    position: absolute;
    top: 0;
    background: #0d2244;
    padding: 10px 25px;
    right: 0;
    max-width: 500px;
    min-height: 100%;
}
.lear-boxs h3{
    text-align: center;
    color: #ff7e16;
    position: absolute;
    right: 9%;
    top: 35%;
    font-size: 40px;
}
.lear-boxs p{
    text-align: center;
    color: #fff;
    position: revert;
    padding-top: 211px;
}
.refi {
    position: absolute;
    right: 3%;
    top: 32%;
    width: 34%;
    text-align: center;
}
.refi h3{
        font-weight: 600;
    color: #0d2244;
    text-transform: capitalize;
}
 .refi p{
   color: #ffffff; 
 } 
.small-home img{
        width: 9%;
}
.apply-txt{
        text-align: center;
            padding: 0 20px;
}
.refi-txt{
    text-align: center;
    padding: 0 20px;
}
.ap-txt{
    font-size: 22px;
    font-weight: 400;
    padding: 12px 0;
}
.apply-txt p{
        text-align: -webkit-center;
}
.refi-txt p{
    text-align: -webkit-center;
}
.calcu-head h5{
    font-weight: bold;
}
.calculator-result{
    background: #0d2244;
        /*background: #102c5b;*/
    padding: 14px 18px;
    border: 1px solid #00000042;
    border-radius: 0px 0px 20px 20px;
    width: 329px;
    margin: 8px 22px;
}
.calculator-result p{
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    margin: 0px;
}
.calculator-result p span{
    font-size: 17px;
    color: #fff;
    align-self: center;
}
.calculator-result p b{
    font-size: 28px;
    color: #ff7e16;
}
.custom-input{
    text-align: center;
    width: 48%;
    border-radius: 4px;
    border: 1px solid #0000003d;
    color: #0d2244;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.input-box__top span{
    font-weight: bold;
    color: #000000f7;
}
.noUi-tooltip{
    font-weight: bold;
    color: #000000f7;
}

.input-head span{
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}
.input-head{
    line-height: 21px;
}
.loan-calculator__form{
    border: 1px solid #00000052;
    margin-top: unset !important;
    min-height: 400px;
}
.calculator-ctta{
    background: #fff;
    margin-top: 42px;
    padding: 20px 16px;
    border: 1px solid #00000029;
}
.fst-calcu h5{
    font-size: 18px;
    padding: 10px 8px;
    background: #0d2244;
    margin: 20px 0;
    color: #fff;
}
.fst-calcu:hover .fst-calcu i{
        transform: translate(4px, 0px);
        transition: 0.3s;
}
.abt-new .cnt-txt{
    position: absolute !important;
    top: 24% !important;
    right: 7% !important;
    color: #fff !important;
    left: unset;
    width: 24%;
}
.people-about{
    background: #ffffff;
    padding: 14px 14px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px #93bdd3;
}

.people-about p{
        font-size: 20px;
}
.cta-txt p{
    color: #fff;
}
/*.calculator-main{*/
/*        margin: 0 20px;*/
/*}*/
.consol-list p{
    padding-left: 32px;
}
/*.calculator-main{*/
/*           width: 324px;*/
/*}*/
.loan-calculator__form{
        background-color: #032864 !important;
        border-radius: 8px;
}
.calculator-result b span{
        color: #ff7e16 !important;
}
.calcu-name{
    background: #0d2244;
    padding: 16px 16px;
    border: 1px solid #00000042;
    border-radius: 20px 20px 0px 0px;
    width: 327px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.calcu-name h3{
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin: 0;
    letter-spacing: 1px;
}
.loan-calculator__form{
    margin: 0 0 !important;
    padding: 22px !important;
    padding-bottom: 0 !important;
}
.calculator-main{
        margin: 0 20px;
}
._loader_overlay{
    color: #2e2e2e;
    z-index: 9999;
    background-color: rgb(255 255 255);
    top: 0;
    opacity: 0.9;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overscroll-behavior: contain;
    transition: all 0.3s linear;
    z-index: 99999 !important;
}
.itin-blue-box{
    position: absolute;
    top: 0;
    background: #0d2244;
    padding: 10px 25px;
    right: 0;
    max-width: 500px;
    min-height: 100%;
}
.itin-blue-box h3{
    text-align: center;
    color: #ff7e16;
    position: absolute;
    right: 18%;
    top: 35%;
    font-size: 40px;
}
.itin-blue-box p{
        text-align: center;
    color: #fff;
    position: revert;
    padding-top: 211px;
}
.owner h5{
    color: #fff;
    font-size: 32px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon{
    display: none;
}
.purchace{
    text-align: center;
    /*background: #000;*/
    margin: 0 16px;
    border-radius: 11px;
    padding: 4px 10px;
}
.purchace h6 span{
    color: #515260;
    font-size: 12px;
    margin: 0;
    border-bottom: 1px dotted #515260;
}
.purchace h3{
    font-weight: bold;
    font-size: 28px;
}
.purchace h3 span{
    color: #515260;
    font-size: 16px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.kenico-mortage-btns a:hover{
    color: #fff !important;
}
.login-btn{
    color: #fff;
    border: none;
    background: #ff7e16;
    padding: 5px 0px;
    border-radius: 5px;
}
.dashboard-menu ul li a.active{
        background-color: #0d2244 !important;
}
.logo img{
    width: 50%;
}
.logo-area img{
    width: 54%;
}
.foot-logo{
    width: 70%;
    padding-bottom: 10px;
}
.carousel-control-next-icon{
    height: 34px !important;
    width: 34px !important;
    outline: #0d2244 !important;
    background-color: #0d224499 !important;
    background-size: 50%, 100% !important;
    border-radius: 50% !important;
}
.carousel-control-prev-icon{
    height: 34px !important;
    width: 34px !important;
    outline: #0d2244 !important;
    background-color: #0d224499 !important;
    background-size: 50%, 100% !important;
    border-radius: 50% !important;
}
.pay-mortgage h3{
    padding-bottom: 23px;
    color: #09172d;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: -4px !important;
    /*text-align: center;*/
    margin-top: 30px;
}
/*.pay-mortgage p{*/
/*    text-align: center;*/
/*}*/
.payoff-mortgage{
    background: url(../img/payoff-mortgage-faster-banner.webp)no-repeat center center / cover;
    width: 100%;
    height: 400px;
}
.inner-paymortage{
    position: absolute;
    top: 26%;
    left: 4%;
}
.consolidate-mortgage{
    background: url(../img/consolidate-your-debt-banner.webp)no-repeat center center / cover;
    width: 100%;
    height: 400px;
}
.inner-consolidate{
    position: absolute;
    top: 26%;
    left: 6%;
}
.inner-p h3{
    color: #0d2244;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 23px;
    margin-bottom: -4px !important;
}
.getcash-mortgage{
    background: url(../img/get-cash-banner.webp)no-repeat center center / cover;
    width: 100%;
    height: 400px;
}
.inner-consolidate{
    position: absolute;
    top: 37%;
    left: 5%;
}
.payoffmortgage-mortgage{
    background: url(../img/get-cash-banner.webp)no-repeat center center / cover;
    width: 100%;
    height: 400px;
}
.refinance-mortgage{
    background: url(../img/refinance-investment-banner.webp)no-repeat center center / cover;
    width: 100%;
    height: 400px;
}
@media(max-width:480px){
    .coma-tag{
     font-size: 14px !important;   
    }
    .cons-subhd h5{
       font-size: 14px !important;    
    }.bk-b h5{
        font-size: 14px !important;
    }
    .guide-content p{
        font-size: 14px !important;
    }
    .mortage-payoff .mortage-top-content p{
        font-size: 14px !important;
    }
    .guide p{
        font-size: 14px !important;
    }
    .get_started_area .achieve_inner p{
        font-size: 14px !important;
    }
    .getting_loan_area .getting_items P{
        font-size: 14px !important;
    }
    .car-cont p{
        font-size: 14px !important;
    }
 .payoff-mortgage{
     height: 100px;
 }
 .inner-paymortage{
    position: absolute;
    top: 11%;
    width: 36%;
    left: 6%;
 }
 .inner-paymortage p{
     font-size: 10px;
     padding-top: 6px;
     line-height: 13px;
 }
 .inner-p h3 {
    font-size: 12px;
    padding-bottom: 5px;
}
.consolidate-mortgage{
    height: 100px;
}
.payoffmortgage-mortgage{
    height: 100px;
}
section {
    padding: 17px 0;
}
.refinance-mortgage{
    height: 100px;
}
.get_started_area{
        display: inline-block;
}
.footer-area{
        display: inline-block;
}
}
.calcu-head{
    padding-top: 20px;
}
.kenico-mortage-mission{
    padding: 60px 0;
}
.ban-txt h2{
    text-transform: capitalize;
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    .banner-cont{
            top: 19% !important;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li a{
        font-size: 14px;
        margin-right: 5px;
    }
    .lear-box p{
            padding-top: 160px;
    }
    .lear-boxs p{
        padding-top: 160px;
    }
    .itin-blue-box p{
        padding-top: 160px;
    }
    .calcu-name{
        width: 100%;
    }
    .calculator-main{
        margin: 0px;
    }
    .calculator-result{
        margin: 0;
        width: 100%;
        margin-top: 11px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 525px)  {
    .logo img{
        width: 20%;
    }
    .support-count .support:first-child h3{
        font-size: 42px;
    }
    .support-count .support:nth-child(2) h3{
        font-size: 42px;
    }
    .support-count .support:last-child h3{
        font-size: 42px;
    }
    .banner-cont{
        top: 20% !important;
    }
    .footer-area{
        margin-top: 0px !important;
    }
    .kenico-Mortgage-btns a{
            border: 0px solid #ff7e16 !important;
                padding: 8px;
    }
    .kenico-mortage-banner .kenico-mortage-btns {
         margin-top: 20px;
         
    }
    .kenico-mortage-btns a{
        padding: 11px 4px !important;
        font-size: 12px !important;
    }
    .kenico-mortage-banner .kenico-right-side p {
    padding-top: 5px;
}
.kenico-mortage-grow .kenico-right-side h4{
    font-size: 2.3rem;
}
.lear-box p{
        padding-top: 123px;
}
.lear-boxs p{
        padding-top: 123px;
}
.itin-blue-box p{
    padding-top: 123px;
}
.learning-banner .learn-box{
    width: 44%;
    top: 18%;
    right: 3%;
}
.learn-box h2{
    font-size: 20px;
}
 .learn-down{
     margin: 0px;
 }
 .kenico-newsletter p{
         padding: 11px 0 17px;
 }
 .heading{
     margin-bottom: 0px;
 }
 .inner-paymortage{
     width: 34%;
 }
 .inner-consolidate{
         width: 34%;
 }
 .refinance-top{
         top: 19% !important;
 }
}

/*additional */

.bbb img { width:60%;}
