@charset "UTF-8";
:root {
  --theme-color: #6d27e5;
  --theme-title-color: #171d24;
  --theme-text-color: #6a737c;
  --primary-color: #da251c;
  --theme-border-color: #dde1e5;
  --theme-dropshadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1),
    0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}

iframe {
  width: 100%; }

.dual-heading-02 {
  color: #E31E24;
}
.dual-heading-01 {
  color: #1a1a1a;
}
.container-fluid {
  padding-left: 160px;
  padding-right: 160px; }

@media (max-width: 1800px) {
  .container-fluid {
    padding-left: 5%;
    padding-right: 5%; } }

@media (max-width: 575px) {
  .container-fluid {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem); } }

/* TOP HEADER */
.topheader-inline-div{
  display:inline-block;
  width: auto;
}

.header-loan-btn {
    background: white !important;
    color: #333 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    transition: 0.2s ease-in-out;
}
.header-pay-btn {
    background: #0ca241 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    transition: 0.2s ease-in-out;
    margin-left:15px;
}
.announcement-bar:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-bottom: 60px solid white;
    border-right: 60px solid transparent;
    margin-top: -10px;
    margin-left: -1px;
}
.announcement-bar.bg-1.py-1.py-lg-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
nav.navbar {
    padding-top: 17px !important;
}
.announcement-bar a:hover {
    color: #000000 !important;
}
span.header-text-span {
    font-size: 16px;
}
span.header-text-span:hover {
    color: #000000 !important;
}
.mega-menu-img {
    text-align: center;
    border:1px solid white;
}
.mega-menu-img img {
    height: 55px;    
}
a.mega-menu-img:hover {
    border: 1px solid red;
}

/* HEADER */
@media screen and (min-width:1366px) and (max-width:1439px){
	.header-container{
		max-width: 1360px;
	}
}
@media screen and (min-width:1440px) and (max-width:1535px){
	.header-container{
		max-width: 1420px;
	}
}
@media screen and (min-width:1536px) and (max-width:1599px){
	.header-container{
		max-width: 1500px;
	}
}
@media screen and (min-width:1600px) and (max-width:1919px){
	.header-container{
		max-width: 1560px;
	}
}
@media screen and (min-width:1920px) {
	.header-container{
		max-width: 1860px;
	}
}

.hamburger-container{
  text-align:end;
  margin-left: 10%;
}
/*  a.nav-link {
    font-weight: 500;
    font-size: 15px;
} */
.currency-wrapper span {
    font-weight: 700;
    font-size: 14px;
}
.header-loan-btn:hover {
    background: black !important;
    color: white !important;
    border-radius: 6px !important;
}
nav.site-navigation {
    margin-left: 4%;
}

/* NEW MENU */

  .navbar-nav li:first-child a img {
    max-height: 30px;
  }

.topheader-inline-div span {
    font-weight: bold !important;
}

ul.navbar-nav > li a {
    color: #333 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ddd !important;
}

.dropdown-menu .dropdown-toggle:after {
    position: absolute;
    right: 5px;
    top: 15px;
}

    /* hover dropdown menus */
    @media only screen and (max-width: 991px) {
      .navbar-hover .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
      }
    }

    @media only screen and (min-width: 992px) {

      .navbar-expand-md {
        padding: 5px 0px !important;
      }

      .navbar-hover .collapse ul li {
        position: relative;
      }

      .navbar-hover .collapse ul li:hover>ul {
        display: block
      }

      .navbar-hover .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
      }

      .navbar-hover .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
      }

      /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
    }

/* BACKGROUND */
.breadcrumb-div{
  height: 50vh !important;
}


/* SIDENAV */

div#mySidenav img {
    width: 25px;
}

div#mySidenav {
    position: sticky;
    top: 200px;
    z-index: 999;
}

#mySidenav a {
    position: absolute;
    right: -200px;
    text-align: left;
    transition: 0.3s;
    padding: 10px;
    width: 240px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 5px 0px 0px 5px;
    z-index: 999;
    float: right;
}

.img-side-bar {
    margin-right: 20px;
}

#mySidenav a:hover {
    color: #fff !important;
}

#mySidenav a:hover {
    right: 0;
}

#branch-locator {
    top: 20px;
    background-color: #e31e24;
}

#online-payment {
    top: 72px;
    background-color: #e31e24;
}

#loan-calc {
    top: 124px;
    background-color: #e31e24;
}

#apply-now {
    top: 176px;
    background-color: #e31e24;
}


/* CONTENT */
.bgred{
  background: #E31E24;
}
.margintop-neg10{
  margin-top:-10px;
}
.colorwhite{
  color:white !important;
}

/* MOBILE CODE */ 
@media screen and (max-width:900px){
  .modal-backdrop.fade.show {
    display: none !important;
}
  .phone-hide {
    display: none !important;
  }
  h2.breadcrumb-heading {
    font-size: 48px !important;
    line-height: 52px !important;
  }
  .quick-link-row{
    display:none !important;
  }
  .three-box-div{
    display:block !important;
  }
  .three-box-div a.grid-item {
    width: 100%;
    margin-bottom:30px;
  }
  /* FOOTER */
  .footer-02-row {
    padding: 30px !important;
    display: block !important;
  }
  .footer-02-row > div {
    margin-bottom: 30px;;
  }
  h4.footer-02-heading {    
    font-size: 1.8em !important;
  }
  .footer-03-row {
    display: flex;
    flex-direction: column !important;
    padding-top: 30px;
    padding-bottom: 60px;
}
  .footer-03-row .column-stats {
      margin-top: 20px !important;
  }
}


/* TESTIMONIALS */
.show-arrows-always .arrow-slider {
    background-color: #e31e24 !important;
}



    /* PC ONLY CSS */
    @media screen and (min-width: 901px) {
      .container.header-container {
        width: 100%;
        max-width: 100%;
        padding-right: 0px !important;
      }
      a.dropdown-item {
        border-bottom: 1px solid #e5e5e5;
      }
      ul.dropdown-menu {
          padding-bottom: 0px !important;
      }

      .column-logo {
        display: flex;
        justify-content: center;
      }

      .pc-hide {
        display:none !important;
      }
      .container.header-container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
        margin: 0px;
      }
      .header-logo {
        display: flex;
        justify-content: center;
      } 
    }

/* RESPONSIVENESS CSS CODES */
@media screen and (min-width: 920px) and (max-width: 1300px) {
  .row.align-items-center.justify-content-start {
      margin-left: 15px;
  }
    li.menu-list-item.nav-item {
      padding-right: 0px !important;
  }
    a.nav-link {
      font-size: 15.5px;
      font-weight: 600;
      padding: 0;
  }
  li.nav-item a {
    font-size: 15px !important;
  }
  nav.site-navigation {
    margin-left: 8%;
  }
  .footer-02-row {
    padding: 60px 9em 60px 9em !important;
  }
  .footer-03-row {
      padding: 40px 9em 40px 9em;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-white.navbar-hover {
    margin-left: 23px;
  }
  h4.footer-02-heading {
    font-size: 30px;
  }
  p.footer-02-subheading {
      font-size: 15px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .row.align-items-center.justify-content-start {
      margin-left: 28px;
  }
  li.menu-list-item.nav-item {
    padding-right: 10px !important;
  }
    a.nav-link {
      font-size: 15.5px;
      font-weight: 600;
      padding: 0;
  }
  nav.site-navigation {
    margin-left: 7%;
  }
    .footer-02-row {
    padding: 60px 9em 60px 9em !important;
  }
  .footer-03-row {
      padding: 40px 9em 40px 9em;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-white.navbar-hover {
    margin-left: 23px;
  }
    h4.footer-02-heading {
    font-size: 25px;
  }
  p.footer-02-subheading {
      font-size: 15px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .row.align-items-center.justify-content-start {
      margin-left: 28px;
  }
  li.menu-list-item.nav-item {
    padding-right: 10px !important;
  }
    a.nav-link {
      font-size: 15.5px;
      font-weight: 600;
      padding: 0;
  }
  nav.site-navigation {
    margin-left: 6%;
  }
    .footer-02-row {
    padding: 60px 9em 60px 9em !important;
  }
  .footer-03-row {
      padding: 40px 9em 40px 9em;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-white.navbar-hover {
    margin-left: 23px;
  }
    h4.footer-02-heading {
    font-size: 22px;
  }
  p.footer-02-subheading {
      font-size: 15px;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1999px) {
  .row.align-items-center.justify-content-start {
      margin-left: 6px;
  }
  li.menu-list-item.nav-item {
    padding-right: 10px !important;
  }
    a.nav-link {
      font-size: 15.5px;
      font-weight: 600;
      padding: 0;
  }
  nav.site-navigation {
    margin-left: 6%;
  }
    .footer-02-row {
    padding: 60px 9em 60px 9em !important;
  }
  .footer-03-row {
      padding: 40px 9em 40px 9em;
  }
  h4.footer-02-heading {
    font-size: 30px;
  }
  p.footer-02-subheading {
      font-size: 15px;
  }
}

.bg-1 {
  background-color: #e31e24; }

.bg-2 {
  background-color: #000; }

.bg-3 {
  background-color: #F76B6A; }

.bg-4 {
  background-color: #071C1F; }

.bg-5 {
  background-color: #FBF3F0; }

.bg-pink {
  background-color: #FFF3F3; }

.bg-trust-1 {
  background-color: #FCEDDA; }

.bg-trust-2 {
  background-color: #F2FBCB; }

.bg-trust-3 {
  background-color: #F7D8F9; }

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-member,
.btn-member:hover,
.btn-member:focus {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 0 17px;
  height: 40px;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -ms-display: inline-flex;
  -webkit-display: inline-flex;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-member,
.btn-member:hover,
.btn-member:focus {
  min-width: 140px;
  height: 47px;
  color: #fff; }

.btn-primary,
.btn-member {
  -ms-border-radius: var(--btn-primary-border-radius);
  -webkit-border-radius: var(--btn-primary-border-radius);
  border-radius: var(--btn-primary-border-radius);
  color: var(--btn-primary-color);
  border: 1px solid var(--btn-primary-border-color);
  background-color: var(--btn-primary-background-color);
  font-weight: var(--btn-primary-font-weight); }

.btn-secondary {
  -ms-border-radius: var(--btn-secondary-border-radius);
  -webkit-border-radius: var(--btn-secondary-border-radius);
  border-radius: var(--btn-secondary-border-radius);
  color: var(--btn-secondary-color);
  border: 1px solid var(--btn-secondary-border-color);
  background-color: var(--btn-secondary-background-color);
  font-weight: var(--btn-secondary-font-weight); }

.btn-primary:hover,
.btn-primary:focus,
.btn-member:hover,
.btn-member:focus {
  color: var(--btn-primary-hover-color);
  border: 1px solid var(--btn-primary-border-hover-color);
  background-color: var(--btn-primary-background-hover-color); }

.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--btn-secondary-hover-color);
  border: 1px solid var(--btn-secondary-border-hover-color);
  background-color: var(--btn-secondary-background-hover-color); }

.input-reset,
.btn-reset {
  border: none;
  outline: none;
  background: transparent;
  padding: 0; }

.field {
  height: 48px;
  background: #E5E5E5;
  padding: 0 15px;
  -ms-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.field-input {
  width: 100%;
  font-size: 14px;
  color: #000; }

input[type="number"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

input[type="number"] {
  -moz-appearance: textfield !important; }

.icon {
  width: 22px;
  height: 22px; }

.overlay-furniture,
.overlay-tools,
.overlay {
  position: relative; }

.overlay-furniture:before,
.overlay-tools:before,
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2); }

.overlay-tools:before {
  background-color: rgba(7, 28, 31, 0.5); }

.overlay-furniture:before {
  background-color: rgba(0, 35, 77, 0.5); }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight); }

body {
    color: var(--body-color);
    background-color: var(--body-background-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
    letter-spacing: 0.5px;
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.body-wrapper {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.heading_72,
.heading_48,
.heading_42,
.heading_34,
.heading_24,
.heading_18,
.text_16,
.text_14,
.text_12 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #474545; }

.heading_72 {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0; }

.heading_48 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0.01em; }

.heading_42 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0.01em; }

.heading_34 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0.25px; }

.heading_18 {
  font-size: 18px;
  line-height: 1.5; }

.text_16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.5px; }

.text_14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.08; }

.text_12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px; }

.link-underline {
  text-decoration: underline;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .link-underline:hover {
    color: var(--secondary-color);
    text-decoration: underline; }

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.primary-color {
  color: var(--primary-color); }

.secondary-color {
  color: var(--secondary-color); }

a,
a:focus,
a:hover {
  text-decoration: none;
  border: none;
  outline: none;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

img {
  max-width: 100%; }

.custom-scrollbar::-webkit-scrollbar {
  width: 4px; }

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888; }

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #888; }

button,
.offcanvas {
  -ms-border: none !important;
  -webkit-border: none !important;
  border: none !important;
  -ms-outline: none !important;
  -webkit-outline: none !important;
  outline: none !important;
  -ms-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.content-absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

.height-inherit {
  height: inherit; }

.section-heading {
  color: var(--section-heading-color);
  font-family: var(--section-heading-font-family);
  font-size: var(--section-heading-font-size);
  font-weight: var(--section-heading-font-weight);
  margin-bottom: 0;
  line-height: 1.5; }
  .section-heading.primary-color {
    color: var(--primary-color); }

.section-subheading {
  color: var(--section-subheading-color);
  font-family: var(--section-subheading-font-family);
  font-size: var(--section-subheading-font-size);
  font-weight: var(--section-subheading-font-weight);
  margin-top: 10px;
  margin-bottom: 0; }
  .section-subheading.primary-color {
    color: var(--primary-color); }

.section-icon {
  margin-bottom: 10px; }

.slick-initialized .slick-slide {
  outline: none; }

.common-slider .slick-slide {
  margin: 0 12px; }

.common-slider .slick-list {
  margin: 0 -12px 0px; }

.show-arrows-always .arrow-slider {
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.show-arrows-always .arrow-slider svg {
  width: 24px;
  stroke: #000;
  stroke-width: 1.5px; }

.arrows-white .arrow-slider svg {
  stroke: #fff; }

.article-arrows .arrow-slider {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .home-section:hover .article-arrows .arrow-slider {
    opacity: 1;
    visibility: visible; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    width: 12px;
    height: 8px;
    background-color: #000;
    opacity: 0.5;
    margin: 0 6px;
    cursor: pointer;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slick-dots li.slick-active {
      opacity: 1;
      width: 24px; }
    .slick-dots li button {
      display: none; }

.slick-arrow[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.5 !important; }

.hover-switch {
  position: relative;
  display: block; }
  .hover-switch .primary-img,
  .hover-switch .secondary-img {
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.secondary-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }

.product-card:hover .secondary-img {
  opacity: 1;
  visibility: visible; }

.product-card:hover .secondary-img + .primary-img {
  opacity: 0;
  visibility: hidden; }

.scroll-horizontal {
  overflow: hidden;
  overflow-x: auto; }

#scrollup {
  position: fixed;
  display: inline-block;
  background-color: #e31e24;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  -o-transition: background-color .3s, 
 opacity .5s, visibility .5s;
  transition: background-color .3s, 
 opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer; }

#scrollup.show {
  opacity: 1;
  visibility: visible; }

.announcement-text,
.announcement-text:hover,
.announcement-text:focus,
.currency-btn,
.currency-list-option,
.currency-list-option:hover {
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  font-weight: var(--body-font-weight);
  color: #000; }

.currency-list-option,
.currency-list-option:hover {
  color: var(--body-color); }

.announcement-text {
  margin: 0; }

.flag {
  min-width: 20px;
  max-width: 20px;
  margin-right: 3px; }

.currency-list {
  min-width: auto; }

.header-action-item {
  text-decoration: none;
  line-height: 1; }

.logo-main {
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex; 
}
a.logo-main img {
    width: 130px !important;
}
ul.navbar-nav img {
    width: 35px !important;
}
a.nav-link {
    padding: 0;
}
ul.navbar-nav {
    align-items: center;
}

.header-top {
  padding: 20px 0; }

.border-btm-black {
  -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.icon-user {
  width: 12px;
  height: 12px;
  margin-right: 2px; }

.currency-btn .icon-dropdown {
  stroke-width: 1.5px; }

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%; }

.field-search {
  width: 100%;
  max-width: 574px; }

.search-button {
  padding-left: 15px; }

.search-wrapper {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  top: 101%;
  z-index: 9;
  opacity: 0;
  -ms-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .search-wrapper.search-appear {
    max-height: 70px;
    opacity: 1; }
  .header-1 .search-wrapper {
    top: 102%; }
  .search-wrapper .search-form {
    -ms-border: none !important;
    -webkit-border: none !important;
    border: none !important;
    -ms-outline: none !important;
    -webkit-outline: none !important;
    outline: none !important; }
    .search-wrapper .search-form .search-input {
      -webkit-box-flex: 0;
      flex: 0 0 90%;
      -ms-flex: 0 0 calc(100% - 90px);
      -webkit-flex: 0 0 calc(100% - 90px);
      flex: 0 0 calc(100% - 90px);
      -ms-border: none !important;
      -webkit-border: none !important;
      border: none !important;
      -ms-outline: none !important;
      -webkit-outline: none !important;
      outline: none !important; }
      .search-wrapper .search-form .search-input input {
        width: 100%;
        padding: 20px 0;
        border: none;
        outline: none;
        font-size: 14px; }
        .search-wrapper .search-form .search-input input:hover, .search-wrapper .search-form .search-input input:active, .search-wrapper .search-form .search-input input:focus {
          border: none;
          outline: none; }
    .search-wrapper .search-form .search-submit {
      padding: 17px 0 20px;
      border: none;
      outline: none;
      -ms-flex: 0 0 40px;
      -webkit-flex: 0 0 40px;
      -webkit-box-flex: 0;
      flex: 0 0 40px; }
      .search-wrapper .search-form .search-submit:hover, .search-wrapper .search-form .search-submit:active, .search-wrapper .search-form .search-submit:focus {
        border: none;
        outline: none; }
    .search-wrapper .search-form .search-close {
      padding: 20px 0;
      cursor: pointer;
      -ms-outline: none !important;
      -webkit-outline: none !important;
      outline: none !important;
      -ms-display: flex;
      -webkit-display: flex;
      display: -webkit-box;
      display: flex;
      -ms-justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex: 0 0 50px;
      -webkit-flex: 0 0 50px;
      -webkit-box-flex: 0;
      flex: 0 0 50px; }

.navbar {
  padding: 0; }

.nav-link {
  color: #000;
  font-weight: 500;
/*   font-size: 16px; } */
}
.nav-text-sub {
  font-size: 15px;
  text-decoration: none;
  color: #444;
  display: block;
  font-weight: 400; }
  .nav-text-sub.nav-link-mega {
    padding-left: 0; }

.icon-dropdown {
  width: 18px;
  height: 18px;
  stroke-width: 2.5px; }

.icon-hamburger {
  width: 24px;
  height: 24px; }

.header-wishlist {
  color: #000; }

.header-wishlist,
.header-hamburger {
  margin-top: 3px; }

.site-navigation .nav-link:focus {
  color: #000; }

.nav-item-mega:last-child a {
  padding-bottom: 0; }

.mega-menu-img * {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.img-menu-heading {
  font-weight: 500; }

.img-menu-action:hover span,
.main-menu .menu-list-item.active .nav-link,
.main-menu .menu-list-item:hover .nav-link,
.main-menu .nav-text-sub:hover {
  color: var(--secondary-color); }

.img-menu-action:hover .icon-right-long {
  fill: var(--secondary-color); }

.nav-link-sub:hover img.menu-img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.main-menu .nav-link {
  padding: 0; }

.drawer-heading {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--body-color); }

.cart-content-area {
  height: 100%; }

.minicart-loop {
  padding: 1rem 0;
  overflow-y: scroll; }

.minicart-item {
  padding: 0.5rem 1rem; }

.product-remove {
  line-height: 1; }

.mini-img-wrapper {
  width: 80px;
  overflow: hidden; }

.mini-img {
  min-width: 80px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

.minicart-item > .product-info {
  width: calc(100% - 80px);
  padding-left: 20px; }

.product-title,
.product-title a {
  font-size: 15px;
  line-height: 1.3;
  font-weight: var(--title-font-weight);
  font-family: var(--title-font-family);
  color: var(--title-color); }

.product-vendor,
.quantity input,
.product-price {
  font-size: 13px;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }

.product-remove {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: underline;
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  font-family: var(--body-font-family); }

.product-title:hover,
.product-title a:hover,
.product-remove:hover {
  color: var(--secondary-color); }

.qty-btn,
.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent; }
  .qty-btn:hover, .qty-btn:focus, .qty-btn:active,
  .qty-input:hover,
  .qty-input:focus,
  .qty-input:active {
    border: none;
    outline: none;
    background: transparent; }
  .qty-btn::-webkit-inner-spin-button,
  .qty-input::-webkit-inner-spin-button {
    display: none; }

.quantity {
  width: 100px;
  -ms-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .quantity .qty-btn {
    width: 25px;
    padding: 4px 5px 6px;
    cursor: pointer; }
    .quantity .qty-btn img {
      max-width: 12px;
      pointer-events: none; }
    .quantity .qty-btn.dec-qty {
      -ms-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
      -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
      border-right: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .quantity .qty-btn.inc-qty {
      -ms-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
      -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
      border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }

.cart-subtotal,
.cart-subprice {
  font-size: 16px;
  font-weight: 500; }

.cart-taxes {
  font-size: 12px; }

.minicart-footer {
  padding: 20px;
  -ms-border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.minicart-btn {
  width: 48%; }

.icon-breadcrumb {
  width: 16px;
  height: 16px;
  margin: 0 7px; }

.breadcrumb li,
.breadcrumb li a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000; }

.breadcrumb {
  margin-bottom: 0;
  margin-top: 30px; }

.slide-text {
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.25px;
  margin-bottom: 0; }
  .slide-content-1 .slide-text {
    color: #00234D; }

.slide-heading {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0; }
  .slide-content-1 .slide-heading {
    color: #00234D; }

.slide-subheading {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 5px; }
  .slide-content-1 .slide-subheading {
    color: #00234D; }

.slide-btn {
  margin-top: 24px; }

.slide-img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.arrow-slider {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrow-slider.arrow-next {
    left: auto;
    right: 0; }

.arrows-white svg {
  stroke: #fff; }

.slideshow-section:hover .arrow-slider {
  opacity: 1;
  visibility: visible; }

.dots-white .slick-dots li {
  background-color: #fff; }

.slick-dots li.slick-active {
  background-color: var(--primary-color); }

[data-animation] {
  opacity: 0; }

.animate__animated[data-animation] {
  opacity: 1; }

.slide-content [data-animation]:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.slide-content [data-animation]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.slide-content [data-animation]:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.slide-content [data-animation]:last-child {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.slide-content {
  max-width: 655px; }

.trusted-heading {
  color: #00234D; }

.trusted-subheading {
  color: #77889B;
  margin-top: 5px; }

.trusted-subheading-2 {
  color: #000; }

.trusted-subheading-3 {
  color: #b9b9b9; }

.trusted-badge {
  margin-top: 24px;
  padding: 40px;
  height: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.trusted-row > div {
  height: 100%; }

.icon-trusted {
  max-width: 50px; }

.trusted-content {
  padding-left: 24px; }

.trusted-section-inner {
  margin-top: -24px; }

.product-card {
  margin-top: 40px; }

.product-card-img {
  position: relative;
  overflow: hidden; }

.product-card-title,
.product-card-title a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-transform: capitalize; }
  .product-card-title:hover,
  .product-card-title a:hover {
    color: var(--secondary-color); }

.product-card-title {
  margin-top: 20px;
  margin-bottom: 10px; }

.color-lists + .product-card-title {
  margin-top: 10px; }

.card-price-regular,
.card-price-compare {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.39;
  color: #000000; }

.card-price-compare {
  color: var(--secondary-color);
  margin-left: 5px; }

.card-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  background: #fff;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.card-wishlist .icon-wishlist {
  max-width: 18px; }

.is-active .icon-wishlist path {
  fill: red; }

.product-card-action-2 {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-card-action-2 .addtocart-btn,
  .product-card-action-2 .quickview-btn {
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.5px;
    width: 49%;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%); }
  .product-card-action-2 .addtocart-btn {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.product-card:hover .addtocart-btn,
.product-card:hover .quickview-btn {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.product-card:hover .card-wishlist {
  opacity: 1;
  visibility: visible; }

.color-swatch {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #2C2C2C;
  border: 2px solid transparent;
  outline: 1px solid transparent;
  margin: 3px 10px 0 0;
  display: inline-block; }
  .color-swatch.active {
    border-color: #fff;
    outline-color: #000; }

.swatch-black {
  background-color: #000; }

.swatch-cyan {
  background-color: #ABE6FF; }

.swatch-purple {
  background-color: #FFE0E0; }

.swatch-blue {
  background-color: #1a1a1a; }

.swatch-orange {
  background-color: #fd7e14; }

.swatch-teal {
  background-color: #20c997; }

.color-lists {
  margin: 0;
  margin-top: 15px; }
  .color-lists > li {
    line-height: 1; }

.action-card {
  background: #fefefe;
  width: 48px;
  height: 48px;
  margin: 0 7px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden; }
  .action-card:first-child {
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .action-card:last-child {
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .action-card:nth-child(2) {
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.product-card:hover .action-card {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%); }

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9; }

.badge-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 4px 12px;
  letter-spacing: 0.03em;
  color: #FEFEFE;
  background-color: var(--primary-color);
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  .badge-label + .badge-label {
    margin-top: 8px;
    background-color: var(--secondary-color); }

.tab-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 15px 20px 4px; }
  .tab-link:hover, .tab-link:focus, .tab-link.active {
    opacity: 1;
    color: var(--secondary-color); }

.collection-tab-list {
  padding-top: 10px; }

.view-all {
  margin-top: 50px; }

.collection-tab-inner {
  margin-top: -15px; }

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (300px)[2];
  grid-template-rows: repeat(2, 300px);
  grid-gap: 24px; }

.grid-item {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
/*   .grid-item:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); } */

.action-btn {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .action-btn:hover {
    color: var(--secondary-color); }

.grid-item.grid-item-1 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  -ms-grid-row-span: 2;
  grid-row: span 2; }

.grid-item.grid-item-2,
.grid-item.grid-item-3 {
  -ms-grid-column-span: 4;
  grid-column: span 4; }

.grid-item.grid-item-4 {
  -ms-grid-column-span: 3;
  grid-column: span 3; }

.grid-item.grid-item-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5; }

.grid-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom; }

.shop-category-inner {
  margin-top: 48px; }

.grid-container-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (250px)[2];
  grid-template-rows: repeat(2, 410px);
  grid-gap: 24px;
  grid-auto-flow: column; }
  .grid-container-2 .grid-item.grid-item-1,
  .grid-container-2 .grid-item.grid-item-2 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    grid-row: auto; }
  .grid-container-2 .grid-item.grid-item-3 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
    -ms-grid-row-span: 2;
    grid-row: span 2; }

.scattered-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .scattered-item:nth-child(odd) .scattered-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.scattered-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 48.21% 0 0 0; }

.scattered-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 1; }

.scattered-item {
  display: block;
  margin-top: 30px; }
  .scattered-item:nth-child(odd) .scattered-details {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .scattered-item:nth-child(n+3) .scattered-details {
    top: 25%;
    right: 16%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
  .scattered-item:first-child {
    padding-right: 8%; }
  .scattered-item:nth-child(even) {
    margin-top: -10%; }
    .scattered-item:nth-child(even) .scattered-details {
      margin-top: 40px;
      position: relative;
      z-index: 9; }
  .scattered-item:nth-child(n+3) {
    margin-top: -25%; }
  .scattered-item .scattered-details {
    max-width: 445px; }

.scattered-heading {
  font-size: 42px; }

.banner-section {
  overflow: hidden; }

.banner-section-inner {
  margin-top: -24px; }

.banner-img {
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.banner-item {
  display: block;
  margin-top: 24px;
  overflow: hidden; }
  .banner-item:hover .banner-img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.single-banner-text {
  margin-top: 24px; }

.single-banner-btn {
  margin-top: 44px; }

.single-banner-content {
  max-width: 410px; }

img.single-banner-img {
  height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center;
  object-position: center; }

.promotinal-product-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.promotinal-product-section {
  background: url("../img/banner/tools-bg.html") no-repeat center center/cover; }

.promotinal-product-section > div {
  position: relative;
  z-index: 9; }

.promotinal-product-container {
  background-color: #6fa9a9;
  padding: 110px 90px;
  height: 100%; }
  .promotinal-product-container .product-card {
    margin-top: 0; }
  .promotinal-product-container .arrow-prev {
    left: 25px; }
  .promotinal-product-container .arrow-next {
    right: 25px; }

.core-features-container {
  margin-left: 1px;
  margin-top: 29px; }

.core-features-inner {
  margin-top: -17px; }

.core-features img {
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.core-features {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: -1px;
  margin-top: -1px;
  padding: 25px 32px 28px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .core-features:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .core-features:hover img {
      -ms-animation: upDown 0.4s;
      -webkit-animation: upDown 0.4s;
      animation: upDown 0.4s; }

.core-heading {
  margin-top: 20px; }

.core-text {
  margin-top: 8px; }

.core-link {
  display: block;
  margin-top: 25px; }

.video-container {
  position: relative;
  z-index: 9; }

.video-tools {
  min-height: 600px; }

.video-section {
  overflow: hidden; }

.video-button,
.video-button:hover,
.video-button:focus {
  width: 140px;
  height: 140px;
  border: 2px solid #fefefe;
  -ms-display: flex;
  -webkit-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.latest-blog-inner {
  margin-top: -17px; }

.article-card-container {
  margin-top: 18px; }

.article-card-heading,
.article-card-heading a {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .article-card-heading:hover,
  .article-card-heading a:hover {
    color: var(--secondary-color); }

.article-card-heading,
.article-card-published {
  margin-top: 15px; }

.article-card-published {
  line-height: 1; }

.article-card-read-more {
  display: block;
  margin-top: 28px;
  opacity: 0.6; }

.article-card {
  margin-top: 24px;
/*   background: #FEFEFE; */
  -webkit-box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
  box-shadow: 0px 16px 58px -8px rgba(139, 139, 139, 0.14);
  border-radius: 12px;
  padding: 13px 13px 24px; }

.article-card-img-wrapper {
  position: relative;
  display: block; }

.article-tag {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000; }

.article-tag-absolute {
  color: #fff;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: -10px;
  padding: 6px 12px;
  display: inline-block; }

.article-card-published {
  margin-top: 20px; }

.article-card-published a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.article-card-published a:hover {
  color: var(--secondary-color); }

.article-img {
  margin-bottom: 30px; }

.article-meta {
  margin-bottom: 48px; }

blockquote {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.25px; }

.blockquote {
  padding: 40px;
  padding-left: 60px;
  margin: 40px 0;
  border-radius: 4px;
  background: var(--primary-color);
  color: #FFFFFF;
  border-left: 10px solid var(--secondary-color); }

.article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13.5px 24px;
  height: 44px;
  border: 2px solid var(--primary-color) !important;
  border-radius: 4px;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.article-btn:hover,
.article-btn.active {
  color: #fff;
  background: var(--primary-color); }

.comments-date {
  line-height: 1; }

.commentator-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px; }

.comments-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000; }

.comments {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #000000; }

.btn-reply-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000;
  margin-top: 4px; }

.btn-reply {
  margin-top: 16px; }

.comments-img {
  width: 64px; }

.comments-main {
  width: calc(100% - 64px);
  padding-left: 24px; }

.comments-img img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.comments-item {
  margin-top: 48px; }

.form-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000; }

.form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000; }

.field-item input,
.field-item textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #333333;
  width: 100%;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important; }

.field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px; }

.field-icon {
  margin-right: 7px;
  min-width: 24px; }

.textarea-field .field-icon {
  margin-top: 4px; }

.email-field,
.name-field {
  width: 48%; }

.comment-form-area {
  background-color: #F0F1F2;
  padding: 64px;
  margin-top: 48px; }

.form-check-input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #333;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent; }

.related-item-article .article-card-published span {
  opacity: 0.85; }

.tag-item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #000000;
  background-color: #F0F1F2;
  padding: 8px 15px;
  margin-top: 8px;
  display: block;
  text-align: center;
  margin-left: 8px;
  text-transform: lowercase; }

.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: 12px; }

.blog-page-wrapper {
  margin-top: -40px; }

.blog-page-wrapper .article-card {
  margin-top: 40px; }

.faq-inner {
  margin-top: -17px; }

.faq-container {
  margin-top: 24px; }

.faq-heading {
  font-weight: 500;
  line-height: 1;
  color: #000000 !important;
  cursor: pointer;
  margin-bottom: 0; }

.faq-item {
  background-color: #FFF3F3;
  padding: 30px 24px;
  margin-top: 24px; }

.faq-body {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  padding-top: 20px; }

.faq-heading-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .collapsed .faq-heading-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.newsletter-header {
  margin-bottom: 48px; }

.newsletter-subheading {
  font-weight: 500;
  line-height: 1.2;
  color: #535F61;
  margin-bottom: 10px; }
  .newsletter-subheading.colored-text {
    color: #F76B6A; }

.newsletter-heading {
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0; }

.newsletter-form {
  height: 80px;
  background: #fff;
  padding: 12px;
  padding-left: 24px; }

.newsletter-btn {
  width: 56px;
  height: 56px;
  background: var(--primary-color); }
  .newsletter-btn:focus {
    outline: 0; }

.newsletter-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.6;
  width: 100%; }
  .newsletter-input:focus-visible {
    outline: 0; }

.newsletter-content-2 {
  max-width: 558px; }

.newsletter-input-box input {
  width: calc(100% - 150px);
  min-height: 40px; }

.newsletter-input-box button {
  max-width: 140px;
  margin-left: 10px; }

.newsletter-modal-misc {
  line-height: 1.5; }

.newsletter-modal-content {
  outline: 6px solid var(--primary-color); }

.newsletter-modal-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px; }

.testimonial-review {
  opacity: 0.7; }

.sorting-lists a:hover {
  color: var(--secondary-color); }

.sorting-lists {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 240px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 13px 20px;
  max-height: 55rem;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  .collection-sorting:hover .sorting-lists {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.sorting-icon .icon {
  width: 20px;
  margin-left: 10px; }

.sorting-lists li {
  padding: 7px 0;
  cursor: pointer;
  color: #2b2e30; }

.sorting-header {
  cursor: pointer; }

.filter-header {
  padding-bottom: 10px;
  cursor: pointer; }

.filter-item input[type=checkbox] {
  display: none; }

.filter-item .filter-label {
  padding: 7px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-word;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.filter-item:hover .filter-label {
  color: var(--secondary-color); }

.filter-item:last-child .filter-label {
  padding-bottom: 0; }

.filter-item:first-child .filter-label {
  padding-top: 0; }

.filter-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000; }

.filter-checkbox {
  position: relative; }
  .filter-label input:checked + .filter-checkbox {
    background-color: #000; }

.filter-label input:checked + .filter-checkbox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  left: 4px;
  top: 4px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  z-index: 1;
  -ms-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%); }

.filter-lists {
  padding-top: 20px; }

.filter-widget:not(:last-child) {
  margin-bottom: 40px; }

.filter-color .filter-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -12px; }

.filter-color .filter-item {
  margin-left: 8px;
  margin-top: 12px; }

.filter-color .filter-label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid transparent; }
  .filter-color .filter-label.white {
    background-color: white;
    border: 1px solid #ccc; }
  .filter-color .filter-label.red {
    background-color: red; }
  .filter-color .filter-label.green {
    background-color: green; }
  .filter-color .filter-label.blue {
    background-color: blue; }
  .filter-color .filter-label.pink {
    background-color: pink; }
  .filter-color .filter-label.purple {
    background-color: purple; }
  .filter-color .filter-label.orange {
    background-color: orange; }
  .filter-color .filter-label.gold {
    background-color: gold; }
  .filter-color .filter-label.aqua {
    background-color: aqua; }
  .filter-color .filter-label.brown {
    background-color: brown; }
  .filter-color .filter-label.bisque {
    background-color: bisque; }
  .filter-color .filter-label.grey {
    background-color: grey; }

.filter-color .filter-label input:checked + .filter-checkbox:after {
  width: 15px;
  height: 7px;
  left: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff; }

.filter-color .filter-label .filter-checkbox,
.filter-color .filter-label input:checked + .filter-checkbox {
  background-color: transparent;
  border: none; }

.filter-field {
  width: 100%; }
  .filter-field .field-input {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #EBEBF1;
    background: #EBEBF1;
    outline: none !important; }

.filter-price {
  padding-top: 20px; }

.related-heading,
.related-heading a {
  font-weight: 500;
  color: #000000;
  text-decoration: none; }

.related-price {
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: 12px; }

.product-icon-star img {
  width: 17px; }

.related-review-icon {
  margin-top: 5px; }

.related-img-wrapper {
  width: 80px;
  min-width: 80px;
  margin-right: 20px; }

.related-item {
  margin-top: 20px; }

.pagination .link {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  width: 40px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-gallery-vertical .product-img-large {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 97px); }

.product-gallery-vertical .product-img-thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 24px;
  width: 73px;
  margin-top: -6px;
  position: relative; }

.product-img-thumb img {
  max-width: 73px; }

.product-gallery-vertical .img-thumb-wrapper:not(:first-child) {
  margin-top: 12px; }

.product-img-thumb .arrow-slider {
  visibility: visible;
  opacity: 1; }

.product-img-thumb .arrow-slider svg {
  width: 24px;
  height: 24px; }

.product-gallery-vertical .product-img-thumb .arrow-slider {
  top: auto;
  -webkit-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
  width: 33px;
  height: 33px;
  position: relative; }

.product-gallery-vertical .img-thumb-wrapper {
  margin-top: 6px; }

.img-large-wrapper {
  cursor: pointer; }

.img-thumb-wrapper {
  outline: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.slick-current .img-thumb-wrapper {
  outline: 1px solid #000; }

.product-availability {
  padding: 4px 12px;
  background: #00234D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #FEFEFE;
  display: inline-block; }

.product-details .product-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: #000000; }

.rating-count {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000; }

.product-details .product-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #000000; }
  .product-details .product-price.compare-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.5); }

.label,
.product-meta {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000; }

.label {
  font-weight: 600; }

.product-variant input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.product-variant-other label {
  border: 1px solid #000;
  min-height: 30px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product-variant-other label:hover,
.product-variant-other input:checked + label {
  color: #fff;
  background-color: #000; }

.product-variant-color label {
  border: none;
  min-height: auto;
  min-width: auto;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 100%;
  outline: 1.5px solid transparent;
  outline-offset: 2px; }

.product-variant-color label:hover,
.product-variant-color input:checked + label {
  outline: 1.5px solid #000; }

.variant-list {
  margin-left: -8px; }

.variant-label {
  margin-left: 8px;
  cursor: pointer; }

.product-variant-color .variant-list {
  margin-left: -10px; }

.product-variant-color .variant-label {
  margin-left: 10px; }

.message-popup-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000; }

.product-details {
  max-width: 452px; }

.product-wishlist,
.product-wishlist:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-left: 12px; }

.btn-atc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13.5px 24px;
  width: 100%;
  height: 44px;
  background: #000000;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #FEFEFE;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-add-to-cart {
  max-width: calc(100% - 56px); }

.btn-buyit-now {
  background: #00234D; }

.btn-atc:hover {
  background: var(--secondary-color); }

.checkout-icon-list {
  margin-left: -12px; }

.checkout-icon-item {
  margin-left: 12px; }

.checkout-icon-item svg {
  width: 48px;
  height: 48px; }

.guaranteed-checkout {
  margin-top: 40px; }

.share-item {
  margin-left: 20px;
  cursor: pointer; }

.share-item svg {
  width: 20px;
  height: 20px; }

.product-tab-nav {
  margin-left: -44px; }

.product-tab-link {
  padding: 0;
  margin-left: 44px;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

.product-tab-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1.5px;
  background-color: var(--secondary-color);
  opacity: 0;
  visibility: hidden; }

.product-tab-link.active:before {
  opacity: 1;
  visibility: visible; }

.product-tab-list {
  border-bottom: 1.5px solid rgba(61, 70, 77, 0.26); }

.product-tab-content {
  margin-top: 40px; }

.review-form-area input,
.review-form-area textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 16px; }

.review-form-area input {
  height: 44px; }

.review-form-area label {
  color: #555;
  font-size: 15px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px; }

.review-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.review-submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  background: var(--primary-color);
  margin-top: 20px; }

.review-form-area {
  display: none; }

.img-large-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -12px; }

.img-large-list .img-large-wrapper {
  width: 50%;
  padding-left: 12px;
  padding-top: 12px; }

.accordion-child {
  display: none; }

.accordion-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #535252; }

.accordion-header {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.accordion-header .accordion-icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.accordion-header.active .accordion-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.accordion-content {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.product-accordion {
  margin-top: 24px; }

.about-hero-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.29;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #535252; }

.about-hero-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.5px;
    color: #535252;
    opacity: 1;
    text-align: justify
}

.action-count {
  background-image: url("../img/about/count-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FEFEFE; }

.action-title a,
.action-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.09;
  letter-spacing: 0.25px;
  color: #000000; }

.action-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 0; }

.action-content {
  margin-left: 24px; }

.action-item {
  margin-top: 48px; }

.promo-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FEFEFE; }

.promo-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #FEFEFE;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 32px; }

.promotional-item {
  position: relative; }

.overlay-blue:before,
.overlay-black:before,
.overlay-yellow:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00234D;
  opacity: 0.8; }

.overlay-black:before {
  background-color: #000; }

.overlay-yellow:before {
  background-color: #FFAE00; }

.promotional-absolute {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10% 13%; }

.about-service-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-top: 16px; }

.about-service-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 16px; }

.about-service-icon {
  width: 80px;
  height: 80px;
  background-color: #FFAE00;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.about-service-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 752px;
  margin-top: -15px; }

.about-service {
  background-color: #F8F8F8; }

.promotional-item img {
  width: 100%; }

.about-service-wrapper {
  margin-top: 28px;
  background: #fff;
  padding: 40px 70px; }

.member-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #FEFEFE; }

.member-desig {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #FEFEFE;
  opacity: 0.7;
  margin-top: 8px;
  margin-bottom: 0; }

.team-item {
  position: relative;
  margin-top: 30px; }

.member-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.member-details {
  background-color: #00234D;
  padding: 20px 15px;
  width: 100%; }

.about-banner-text {
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #FEFEFE;
  margin-bottom: 0; }

.about-banner-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  background-color: #FFAE00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
  padding: 13.5px 24px;
  min-width: 139px;
  height: 44px;
  background: #FFAE00;
  border-radius: 4px; }

.about-banner {
  background-image: url("../img/about/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 502px;
  width: 100%;
  max-width: 729px;
  padding: 90px;
  background: #00234D; }

.contact-box-wrapper {
  margin-top: -30px; }

.contact-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000; }

.contact-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 0px;
  display: block; }

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }

.contact-icon {
  min-width: 56px;
  margin-right: 20px; }

.contact-item {
  border: 1px solid #00234D;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  padding: 16px; }

    .contact-item:hover {
        background-color: var(--section-heading-color);
        color: #fff;
    }

.contact-item:hover .contact-title,
.contact-item:hover .contact-info {
  color: #fff; }

.contact-item:hover .contact-icon svg path {
  fill: #fff; }

.contact-form input,
.contact-form textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #333333;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 16px;
  margin-top: 24px; }

.contact-form input {
  height: 44px; }

.contact-submit-btn {
  width: 160px; }

.contact-form-area {
  padding: 64px;
  -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
  box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); }

.cart-item-media {
  width: 100px; }

.cart-item td {
  vertical-align: top;
  padding-top: 20px; }

.cart-table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px; }

.cart-table .product-vendor {
  margin-bottom: 0; }

.cart-total-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000; }

.shipping_text,
.subtotal-value,
.subtotal-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 0; }

.shipping_text {
  font-size: 12px; }

.subtotal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px; }

.cart-total-box {
  background: #F6F6F9;
  border-radius: 4px;
  padding: 32px; }

@media (min-width: 768px) {
  .cart-item-quantity {
    text-align: center; }
  .cart-item-quantity .quantity {
    margin-left: auto;
    margin-right: auto; } }

.checkout-page-wrapper {
  margin-top: -10px; }

.checkout-page-wrapper .section-heading {
  margin-top: -15px; }

.checkout-bar {
  width: 100%;
  margin: 0;
  padding: 15px 15px 0;
  counter-reset: step; }
  .checkout-bar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center; }
    .checkout-bar li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.69;
      letter-spacing: 0.5px;
      color: #000; }
    .checkout-bar li:before {
      width: 50px;
      height: 50px;
      color: #00234D;
      content: counter(step);
      counter-increment: step;
      line-height: 50px;
      font-size: 18px;
      border: 1px solid #f5f5f5;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: #f5f5f5; }
    .checkout-bar li:after {
      width: 150%;
      height: 7px;
      content: '';
      position: absolute;
      background-color: #F5F5F5;
      top: 25px;
      left: -50%;
      z-index: -1;
      border-radius: 15px; }
    .checkout-bar li:first-child:after {
      background-color: var(--primary-color);
      left: 0; }
    .checkout-bar li.step-done:before {
      border-color: var(--primary-color);
      background-color: var(--primary-color);
      color: #fff; }
    .checkout-bar li.step-done + li:after {
      background-color: var(--primary-color); }
    .checkout-bar li.step-active:before {
      border-color: var(--primary-color);
      background-color: var(--primary-color);
      color: #fff; }

.checkout-user-address,
.checkout-user-name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF; }

.checkout-user-address {
  font-size: 14px;
  margin-top: 4px;
  max-width: 240px; }

.edit-user {
  color: #000;
  background-color: #FFAE00;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #FFAE00 !important;
  min-width: 140px;
  margin-left: 20px; }

.checkout-user-area {
  background: #00234D;
  border-radius: 4px;
  padding: 40px;
  margin-top: 48px; }

.checkout-user-img {
  min-width: 100px; }

.checkout-user-img img {
  border-radius: 50%; }

.shipping-address-heading {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.41;
  color: #333333;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.shipping-address-area {
  margin-top: 48px; }

.common-form input, .common-form select, .common-form label {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.25px;
  color: #333333; }

.common-form label {
  margin-bottom: 4px; }

.common-form input, .common-form select {
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px; }

.common-form fieldset {
  margin-top: 20px; }

.checkout-summary-area {
  background: #FEFEFE;
  -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
  box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
  border-radius: 4px;
  padding: 40px 20px; }

.checkout-summary-area .minicart-item {
  padding: 7px 0; }

.input-promo-code {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.69;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.6;
  background-color: #EAEAEA;
  border-radius: 4px;
  display: block;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 40px;
  padding: 16px; }

.checkout-promo-code .btn-apply-code {
  width: 100%; }

@media (max-width: 767px) {
  .checkout-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0; }
  .checkout-bar li {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-top: 12px; }
  .checkout-bar li:before {
    width: 50px;
    height: 50px;
    margin: 0;
    margin-right: 15px; }
  .checkout-bar li:after {
    display: none; } }

.error-title {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px; }

.error-subtitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 48px; }

.login-form {
  width: 100%;
  max-width: 450px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
  box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
  border-radius: 4px;
  padding: 40px; }

.btn-signin {
  width: 100%; }

.wishlist-page-inner {
  margin-top: -15px; }

.footer-heading {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #FEFEFE; }
  .footer-style-2 .footer-heading {
    color: #00234D; }

.footer-logo {
  margin-bottom: 32px; }

.footer-menu-item a,
.footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #FEFEFE;
  opacity: 0.7;
  text-decoration: none !important; }
  .footer-style-2 .footer-menu-item a, .footer-style-2
  .footer-text {
    color: #00234D; }

.footer-text {
  margin: 0; }

.footer-menu-item a {
  display: block;
  padding-top: 10px; }

.footer-menu-item a:hover {
  opacity: 1; }

.footer-menu {
  margin-top: -10px; }

.footer-newsletter-form {
  width: 100%;
  height: 54px;
  overflow: hidden; }

.footer-newsletter-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.25px;
  color: #FEFEFE;
  opacity: 0.7;
  height: inherit;
  width: 100%;
  padding: 0 15px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #FEFEFE;
  border-radius: 12px 0 0 12px; }
  .footer-style-2 .footer-newsletter-input {
    color: #00234D;
    border-color: #00234D; }

.footer-newsletter-input::-webkit-input-placeholder {
  color: #FEFEFE;
  opacity: 0.7; }

.footer-newsletter-input:-ms-input-placeholder {
  color: #FEFEFE;
  opacity: 0.7; }

.footer-newsletter-input:-moz-placeholder {
  color: #FEFEFE;
  opacity: 0.7; }

.footer-style-2 .footer-newsletter-input::-webkit-input-placeholder {
  color: #00234D; }

.footer-style-2 .footer-newsletter-input:-ms-input-placeholder {
  color: #00234D; }

.footer-style-2 .footer-newsletter-input:-moz-placeholder {
  color: #00234D; }

.footer-newsletter-input:focus {
  opacity: 1; }

.footer-newsletter-btn {
  width: 117px;
  min-width: 117px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background-color: #00234D;
  color: #fff;
  height: inherit;
  border-radius: 0 12px 12px 0; }

.newsletter-btn-white {
  background-color: #fff;
  color: #071C1F; }

.footer-social-item {
  margin-top: 12px;
  margin-left: 25px; }

.footer-social {
  margin-top: -12px;
  margin-left: -25px; }

.footer-social-wrapper {
  margin-top: 37px; }

.footer-top {
  padding: 95px 0 100px; }

.footer-bottom-menu {
  margin-left: -32px;
  margin-top: 15px; }
  .footer-bottom-menu > li {
    margin-left: 32px; }

.copyright {
  margin-top: 25px; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0; }
  .footer-style-2 .footer-bottom {
    border-top: 1px solid rgba(0, 35, 77, 0.1); }

.footer-bottom-inner {
  margin-top: -25px; }

.footer-widget-wrapper {
  margin-top: -40px; }

.footer-widget {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mt-100 {
  margin-top: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

@media (min-width: 768px) and (max-width: 1280px) {
  .modal-dialog {
    max-width: 90%; } }

@media (min-width: 768px) {
  .footer-heading {
    pointer-events: none; } }

@media (min-width: 992px) {
  .main-menu .menu-list-item.active .icon,
  .main-menu .menu-list-item:hover .icon {
    stroke: var(--secondary-color); }
  .header-bottom {
    position: relative; }
  .nav-item-sub {
    padding: 8px 30px; }
  .submenu {
    padding: 10px 0; }
  .main-menu {
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-bottom: 0; }
  .main-menu > .menu-list-item {
    padding: 12px 20px;
    cursor: pointer; }
  .header-1 .main-menu > .menu-list-item {
    padding: 28px 20px;
    cursor: pointer; }
  .main-menu-2 > .menu-list-item {
    padding: 29px 20px; }
  .has-dropdown {
    position: relative; }
  .mega-menu-header {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .open-submenu {
    padding-left: 5px; }
  .submenu-transform {
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 90%;
    left: 0;
    width: auto;
    min-width: 200px; }
    .has-megamenu .submenu-transform {
      width: 100%;
      background-color: #fff; }
    .has-dropdown .submenu-transform {
      left: -10px; }
  .megamenu-container {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 35px;
    margin-left: -40px; }
    .megamenu-container > .nav-item-sub {
      width: 20%;
      padding: 0;
      padding-left: 40px;
      padding-top: 35px; }
  .has-megamenu .megamenu-transform {
    position: relative;
    top: 0;
    left: 0;
    border: none; }
    .has-megamenu .megamenu-transform .nav-item-sub {
      padding: 20px 0 0; }
  .submenu-transform > .container {
    padding: 0 10px; }
  .megamenu-heading,
  .megamenu-heading:focus,
  .megamenu-heading:hover {
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .submenu-transform-desktop {
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .menu-list-item:hover .submenu-transform-desktop {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .newsltter-content-1 {
    padding-left: 97px; } }

@media (min-width: 1520px) {
  .article-arrows .arrow-slider {
    left: -68px; }
  .article-arrows .arrow-next {
    left: auto;
    right: -68px; } }

@media (max-width: 1599px) {
  .promo-title {
    font-size: 32px;
    line-height: 1.3; }
  .promo-subtitle {
    font-size: 18px;
    margin-top: 20px; }
  .promotional-absolute {
    padding: 20px; } }

@media (max-width: 1439px) {
  .trusted-badge {
    padding: 40px 25px; }
  .trusted-heading {
    font-size: 16px; }
  .trusted-subheading {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .promo-title {
    font-size: 28px;
    line-height: 1.3; }
  .trusted-content {
    padding-left: 0;
    text-align: center;
    margin-top: 20px; }
  .trusted-badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .grid-item.grid-item-1 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -ms-grid-row-span: 2;
    grid-row: span 2; }
  .grid-item.grid-item-2,
  .grid-item.grid-item-3 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .grid-item.grid-item-4 {
    -ms-grid-column-span: 5;
    grid-column: span 5; }
  .grid-item.grid-item-5 {
    -ms-grid-column-span: 7;
    grid-column: span 7; }
  .grid-container-2 {
    grid-auto-flow: row; }
    .grid-container-2 .grid-item.grid-item-1,
    .grid-container-2 .grid-item.grid-item-2 {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      grid-row: auto; }
    .grid-container-2 .grid-item.grid-item-3 {
      -ms-grid-column-span: 12;
      grid-column: span 12;
      -ms-grid-row-span: 2;
      grid-row: span 2; }
  .scattered-heading {
    font-size: 36px; }
  .scattered-item .scattered-details {
    max-width: 320px; } }

@media (max-width: 991px) {
  .about-banner-wrapper {
    padding: 60px; }
  .header-top,
  .header-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative; }
  .search-wrapper {
    top: 100%; }
  .search-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .main-menu .menu-list-item.active > .mega-menu-header .icon,
  .main-menu .menu-list-item:hover > .mega-menu-header .icon {
    stroke: var(--secondary-color); }
  .submenu-transform > .container {
    padding: 0; }
  .offcanvas-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden; }
  .navbar-nav .dropdown-menu {
    position: fixed;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 400px;
    background: red;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .navbar-nav .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .nav-item-sub {
    color: #000;
    font-weight: 500;
    font-size: 15px; }
  .open-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .submenu-transform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #fff; }
    .submenu-transform.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .menu-list-item {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .icon-menu-back {
    margin-left: -.7rem;
    margin-right: 7px; }
  .nav-text-sub {
    font-size: 13px;
    font-weight: 500; }
  .mega-menu-header {
    -ms-display: flex;
    -webkit-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .slide-text {
    font-size: 28px; }
  .slide-heading {
    font-size: 54px; }
  .section-heading {
    font-size: 40px; }
  .utilty-icon-wrapper {
    display: inline-block;
    margin-right: 7px; }
  .utility-menu > li {
    padding: 0.8rem 1rem; }
  .utilty-menu-item .icon {
    width: 18px;
    height: 18px; }
  .utilty-menu-item .icon-phone {
    width: 21px;
    height: 21px; }
  .video-tools {
    min-height: 500px; }
  .newsltter-content-1 {
    padding: 80px; }
  .grid-container-2 {
    grid-auto-flow: row;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    .grid-container-2 .grid-item.grid-item-1,
    .grid-container-2 .grid-item.grid-item-2,
    .grid-container-2 .grid-item.grid-item-3 {
      grid-column: auto;
      grid-row: auto; }
  .scattered-item:nth-child(even) .scattered-details {
    margin-top: 0;
    position: absolute;
    z-index: 9;
    left: 30%;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
  .scattered-item {
    margin-top: 0 !important; }
  .scattered-item .scattered-details {
    max-width: 100%; }
  .scattered-content {
    padding: 55.21% 0 0 0; }
  .testimonial-container {
    margin-top: 48px; }
  .filter-sort-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    z-index: 99;
    background: #fff;
    padding: 5px 0; }
  .collection-title-wrap,
  .filter-sorting {
    padding: 10px 0; }
  .mobile-filter-heading {
    font-weight: 500;
    font-size: 16px; }
  .collection-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .collection-filter.active {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  .sorting-lists-mobile {
    padding-top: 20px; }
  .sorting-lists-mobile li {
    position: relative; }
    .sorting-lists-mobile li:not(:first-child) {
      padding: 7px 0; }
    .sorting-lists-mobile li:before {
      content: "";
      z-index: 9;
      width: 16px;
      height: 16px;
      border: 1px solid #000;
      border-radius: 0.25rem;
      display: inline-block;
      top: 3px;
      position: relative;
      margin-right: 10px; }
  .product-details {
    margin-top: 30px; }
  .img-large-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto; }
  .img-large-list .img-large-wrapper {
    width: 50%;
    min-width: 50%; }
  .blog-sidebar {
    margin-top: 100px; }
  .checkout-summary-area {
    padding: 40px 16px;
    margin-top: 48px; } }

@media (max-width: 767px) {
  .slide-text {
    font-size: 24px; }
  .slide-heading {
    font-size: 48px; }
  .section-heading {
    font-size: 32px; }
  .product-card-title,
  .product-card-title a {
    font-size: 16px; }
  .card-price-regular,
  .card-price-compare {
    font-size: 14px; }
  .collection-tab-content {
    margin-top: -20px; }
  .footer-bottom-menu {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px; }
  .footer-heading {
    cursor: pointer;
    margin: 0 0 25px; }
  .footer-widget {
    margin-top: 0; }
  .footer-widget-inner {
    -ms-border-top: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 20px; }
    .footer-style-2 .footer-widget-inner {
      -ms-border-top: 1px solid rgba(0, 35, 77, 0.2);
      -webkit-border-top: 1px solid rgba(0, 35, 77, 0.2);
      border-top: 1px solid rgba(0, 35, 77, 0.2); }
  .footer-widget:first-child .footer-widget-inner {
    -ms-border-top: 0;
    -webkit-border-top: 0;
    border-top: 0;
    padding-top: 0; }
  .footer-menu {
    display: none;
    padding-bottom: 25px; }
  .footer-top {
    padding: 100px 0 65px; }
  .mt-100 {
    margin-top: 80px; }
  .pt-100 {
    padding-top: 80px; }
  .pb-100 {
    padding-bottom: 80px; }
  .collection-tab-inner {
    margin-top: -10px; }
  .heading_48 {
    font-size: 40px; }
  .heading_42 {
    font-size: 36px; }
  .heading_34 {
    font-size: 28px; }
  .heading_24 {
    font-size: 22px; }
  .video-tools {
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 50px; }
  .video-container {
    position: relative;
    z-index: 9;
    padding-top: 30px;
    padding-bottom: 80px; }
  .slide-img {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .promotinal-product-container {
    padding: 80px 15px; }
  .newsltter-content-1 {
    padding: 80px 15px; }
  .newsletter-form {
    height: 60px; }
  .newsletter-btn {
    width: 50px;
    height: 46px; }
  .grid-container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .grid-item {
    grid-column: auto !important;
    grid-row: auto !important; }
  .faq-inner,
  .latest-blog-inner,
  .core-features-inner {
    margin-top: -12px; }
  .action-card svg {
    width: 16px; }
  .action-card {
    width: 35px;
    height: 35px; }
  .scattered-heading {
    font-size: 28px; }
  .sticky-header {
    /*height: 65px;*/ }
  .product-gallery-vertical .product-img-thumb {
    margin-right: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .product-gallery-vertical .product-img-large {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .product-gallery-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-img-thumb img {
    max-width: 100%; }
  .product-gallery-vertical .img-thumb-wrapper {
    margin-top: 10px;
    margin-bottom: 10px; }
  .product-details .product-title {
    font-size: 28px; }
  .share-item svg {
    width: 18px;
    height: 18px; }
  .checkout-icon-item svg {
    width: 36px;
    height: 36px; }
  .product-tab-link:before {
    display: none; }
  .img-large-list .img-large-wrapper {
    width: 100%;
    min-width: 100%; }
  .name-email-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .email-field,
  .name-field {
    width: 100%; }
  .comment-form-area {
    padding: 40px 20px; }
  .blockquote {
    padding: 30px;
    padding-left: 40px; }
  .article-meta {
    margin-bottom: 30px; }
  .blog-sidebar {
    margin-top: 80px; }
  .blog-page-wrapper {
    margin-top: -30px; }
  .blog-page-wrapper .article-card {
    margin-top: 30px; }
  .about-hero-title {
    font-size: 32px;
    line-height: 1.2; }
  .action-title a, .action-title {
    font-size: 24px; }
  .action-subtitle {
    line-height: 1.5; }
  .promotional-absolute {
    padding: 30px 15px; }
  .promo-title {
    font-size: 24px;
    line-height: 1.3; }
  .promo-subtitle {
    font-size: 16px;
    margin-top: 20px; }
  .about-hero-img {
    margin-top: 20px; }
  .about-service-wrapper,
  .contact-form-area {
    padding: 40px 20px; }
  .cart-table,
  .cart-table thead,
  .cart-table tbody {
    display: block;
    width: 100%; }
  .cart-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: repeat 2, auto;
    grid-template-rows: repeat 2, auto;
    -ms-grid-columns: 80px auto auto auto;
    grid-template-columns: 80px auto auto auto;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px; }
  .cart-item-media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    width: 80px; }
  .cart-item-details {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4; }
  .cart-item-quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    padding-top: 0 !important; }
  .cart-item-price {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
    -ms-grid-row: 1;
    grid-row: 1; }
  .cart-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .cart-table th {
    border-bottom: none; }
  .cart-total-box {
    padding: 32px 20px; }
  .checkout-page-btn {
    width: 100%; }
  .checkout-page-btn:not(:first-child) {
    margin-top: 12px; }
  .edit-user {
    margin-left: 0;
    margin-top: 20px; }
  .checkout-user-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .checkout-user-area {
    padding: 40px 16px; }
  .error-img {
    max-width: 70%; }
  .login-form {
    padding: 40px 20px; } }

@media (max-width: 601px) {
  .about-banner-wrapper {
    padding: 60px 20px; }
  .about-banner {
    background-image: none; } }

@media (max-width: 480px) {
  .product-card-action-2 {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-card-action-2 .addtocart-btn,
    .product-card-action-2 .quickview-btn {
      width: 87%;
      margin-top: 10px; }
  .product-card:hover .addtocart-btn,
  .product-card:hover .quickview-btn {
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }
  .filter-sorting {
    width: 100%; }
  .newsletter-input-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsletter-input-box button {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 400px) {
  .offcanvas {
    max-width: 100vw; }
  .newsletter-modal-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsletter-modal-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }

/* JAIMIN CSS HERE */
/*body a:hover {
    color: #E31E24 !important;
}*/
a.cta-apply-loan {
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}
h2.heading_34.primary-color {
    letter-spacing: -1px;
}
.icon-div-01, .icon-div-02, .icon-div-03 {
    align-self: center;
}
img.slide-img.d-none.d-md-block {
    width: 100%;
    height: auto;
}
p.para-01 {
  text-align: justify;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 60px;
}
li.footer-menu-item a {
    color: #1a1a1a !important;
}
span.builder-span {
    font-size: 35px;
    font-weight: 800;
    color: #1a1a1a;
}
.heading_34 {
  display: block;
}
a.grid-item-1,.grid-item-2 {
    width: 600px;
    height: auto;
}
span.cta-apply-now {
    display: inline-block !important;
    background: #E31E24;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    text-decoration: none;
}
span.cta-apply-now:hover {
    background: #1a1a1a;
    color: #FFFFFF;
}
/* THREE BOX CSS */
.three-box-div {
    display: flex;
    flex-direction: row;
    margin: 10px 10% 10px 10%;
}
a.grid-item-1,.grid-item-2,.grid-item-3 {
	margin-right: 25px !important;
}
.three-box-div img.banner-img.rounded {
    border-radius: 15px !important;
}
.main-row-stats {
    background-color: #E31E24;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
}
.column-stats {
  display: flex;
  justify-content: center;
}
h4.stat-heading {
    font-size: 4em;
    color: white;
}
.stats-box {
    text-align: center;
}
span.paragraph-stats {
    color: white;
    font-size: 20px;
}
h2.heading-sec-04.aos-init.aos-animate {
    text-align: left;
    color: #1a1a1a;
}
p.para-sec-04.aos-init.aos-animate {
    text-align: left;
}
h2.heading-sec-04 {
    font-weight: 600;
    font-size: 2.5em;
}
p.para-sec-04 {
    font-size: 15px;
}
/* .cta-div {
    text-align: left;
} */
h2.testimonial-heading {
    text-align: left;
}
.card-div-main {
    background-color: #fae6e7 !important;
    height: 400px;
    border-radius: 0px;
    padding: 15px !important;
    height: auto;
}
img.star-img {
    width: 80px;
}

h4.heading-testimonial {
    color: #1a1a1a;
    font-size: 19px;
    margin-top: 25px;
    font-weight: 500;
}
.about-srg-row {
  margin-top: 0px;
}
.texture-div-start {
    padding-top: 100px;
    padding-bottom: 150px;
}
p.testimonial-para {
    color: #6a737c;
    margin-top: 20px;
    font-size: 16px;
}
p.testimonial-author {
    color: #6a737c;
}
.testi-read-more {
    margin-top: 0px;
    background-color: white;
    color: #e31e24;
    font-weight: 800;
    letter-spacing: 0px;
    border-color: white;
}
.testi-read-more:hover {
    background-color: #1a1a1a;
    color: #ffffff !important;
    border-color: #1a1a1a;
}
img.sec-01-Img {
    padding-top: 20px;
}
.home-iframe {
    height: 60vh;
}
@media screen and (max-width:900px){
  .home-iframe {
    height: 25vh;
  }  
}
button.contact-submit-btn {
    background-color: #e31e24;
    transition: 0.5s ease-in-out;
}
button.contact-submit-btn:hover {
    background-color: #1a1a1a;
}
.contact-form-area {
    box-shadow: none;
    padding: 0px;
}
.hr-rule-form {
    height: 2px !important;
    color: #e31e24;
    opacity: 1;
}
.form-subhead {
    font-size: 30px;
    font-weight: 500;
    text-align:center;
}
.contact-form-section.mt-100 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    margin-top: 0px;
}
.hassle-free-home {
    padding-bottom: 50px;
	margin-top:50;
    padding-top: 50px;
}
.srg-in-brief-row {
    margin-top: 0px;
}
footer.mt-100 {
    margin-top: 0px;
}
/* TWITTER CSS*/
.twitter-timeline.twitter-timeline-rendered {
    height: 300px !important;
    overflow: scroll !important;
    overflow-x: auto !important;
}

/* Footer 02 css */
.footer-02-row {
    background-color: #EAE8E8;;
    display: flex;
    flex-direction: row;
    padding: 80px 15em 80px 15em;
}
.footer-03-row {
    background-color: #A8A5A5;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}
h4.footer-02-heading {
    color: #615f5f;
/*     font-size: 2.5em; */
    text-transform: uppercase;
}
p.footer-02-subheading {
    color: #615f5f;
    font-size: 15px;
    padding-right: 3em;
}
a.number-footer-02 {
    color: #615f5f;
    margin-left: 11px;
    font-size: 15px;
    font-weight: 600;
}

hr.footer-3-divide {
    color: #e31e24;
    margin: 0px;
    opacity: 0.9;
    height: 2px;
}
a.number-footer-03 {
    color: #463b3b;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
i.icons-footer {
    color: #615f5f;
}
img.emp-login-02 {
    width: 25px;
}
.footer-three-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-div {
    background-color: white;
    border-radius: 40px;
    font-size: 18px;
    width: 40px;
    margin-right: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

i.icons-footer-social {
    color: #1a1a1a;
}

/* BREADCRUMB CSS */
.breadcrumb-div {
    height: 82vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0% 0px 10%;
    background-position: center;
}
h2.breadcrumb-heading {
    font-size: 64px;
    line-height: 60px;
    color: #E31E25;
    /*text-transform: uppercase;*/
}
a.links-breadcrumb {
    font-size: 25px;
}
a.suffix-link {
    color: #E31E24;
    font-weight: 700;
    transition: 0.2s ease-in-out;
}
a.suffix-link:hover {
    color: #1a1a1a !important;
    font-weight: 700;
}
.breadcrumb-div {
    background-size: cover;
    background-repeat: no-repeat;
}
.quick-link-row {
    background-color: #8f7d79;
    display: flex;
    flex-direction: row;
    padding: 10px 10% 10px 10%;
    text-align: center;
}
a.links-anchor:hover {
    color: #1a1a1a !important;
}
a.links-anchor {
    margin-right: 30px;
    color: #ffffff;
    font-size: 22px;
}

/* THE NEW FILES CSS STARTS HERE 
THIS IS RANGE 
OF OTHER FILE CODE
------------------------
---------------------------------
----------------------------------------
-------------------------------- */

.bg_white {
  background-color: #fff !important;
}

.bg_primary {
  background-color: var(--primary-color) !important;
}

.bg_disable {
  background-color: #f5f7fa !important;
}

.border-start,
.border-end,
.border-bottom,
.border-top {
  border-color: var(--theme-border-color) !important;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-check .form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: var(--primary-color);
}
.form-check .form-check-input:checked[type=radio] ~ .form-check-label {
  color: var(--theme-title-color);
}
.form-check .form-check-label {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%230050B2'/%3e%3c/svg%3e");
}

.form-control {
  border-color: #dcdee0;
  color: #a8a8b2;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.floating-input {
  position: relative;
  z-index: 1;
}
.floating-input textarea.form-control {
  height: inherit;
  padding-top: 23px;
  padding-bottom: 23px;
}
.floating-input textarea ~ label {
  top: 23px;
  transform: inherit;
}
.floating-input .form-control {
  height: 60px;
  border-radius: 4px;
  border: 1px solid var(--theme-border-color);
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  background-color: transparent;
  color: #848d95;
  padding: 0 24px;
}
.floating-input .form-control::placeholder {
  color: transparent;
}
.floating-input .form-control:not(:placeholder-shown) ~ label {
  top: -1px;
  color: #848d95;
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
}
.floating-input .form-control:focus {
  background-color: transparent;
  border-color: var(--primary-color);
}
.floating-input .form-control:focus ~ label {
  top: -1px;
  color: var(--primary-color);
  background-color: #f5f7fa;
  padding: 0 4px;
  font-size: 12px;
  left: 24px;
  z-index: 1;
  transform: translateY(-50%);
}
.floating-input label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #848d95;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  z-index: -1;
}
.red-underline {
    position: relative;
    height: 3px;
    width: 118px;
    background-color: #db2b27;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

    .red-underline:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.ct-particle-animate #ct_particle_animate-a461fd71 {
    left: 7%;
    top: 18%;
}

.ct-particle-animate #ct_particle_animate-a461fd72 {
    left: 25%;
    top: 0%;
}

.ct-particle-animate #ct_particle_animate-a461fd77 {
    left: 76%;
    top: 45px;
}

.ct-particle-animate div {
    position: absolute;
    top: 0;
    left: 0;
}

.ct-particle-animate img {
    width: 100% !important;
    height: auto;
}

/*  section title css */
.section-title {
  text-align: center;
  /*  New Version */
}
.section-title .short-title {
  display: inline-block;
  font-size: 14px;
  color: var(--primary-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
}
.section-title .short-title-2 {
  display: inline-block;
  font-family: "Mukta";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #a7b4c0;
}
.section-title h1 {
  font-size: 35px;
  color: #535252;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
.section-title h2 {
  font-size: 36px;
/*  color: var(--theme-title-color);*/
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-title P {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
  line-height: 26px;
}

/*----------------------------------------*/
/*       New Version
/*----------------------------------------*/
.underline-shape {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.underline-shape::after {
  content: "";
  position: absolute;
  left: -4px;
  width: calc(100% + 8px);
  bottom: 7px;
  background-color: #72b1ff;
  z-index: -1;
  height: 27%;
}

.read-more-btn {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #E31E24;
  display: inline-block;
  margin-top: 30px;
}
.read-more-btn span {
  position: relative;
}
.read-more-btn span::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-out;
  left: 0;
}
.read-more-btn:hover span::after {
  width: 100%;
}
.read-more-btn i {
  font-size: 18px;
  vertical-align: middle;
}

/*-------------   End    ------------------*/
/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:hover::after {
  color: #fff;
}

#back-to-top:active {
  background-color: #555;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme-btn {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  background-color: #E31E24;
  padding: 0 35px;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.theme-btn::before {
  background-color: #171d24;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
  height: 103%;
  width: 102%;
  border-radius: 4px;
  content: "";
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.theme-btn:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.theme-btn:hover i {
  transform: translateY(-1px) translateX(8px);
}
.theme-btn:hover i.arrow_left {
  transform: translateY(-1px) translateX(-8px);
}
.theme-btn i {
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px) translateX(0px);
}
.theme-btn i.arrow_left {
  padding-right: 5px;
}
.theme-btn.theme-btn-alt {
  background-color: #fff;
  color: #E31E24;
}
.theme-btn.theme-btn-alt:hover {
  color: #fff;
}
.theme-btn.theme-btn-primary_alt {
  color: #E31E24;
  background-color: rgba(0, 80, 178, 0.05);
  transition: all 0.3s ease-out;
  overflow: inherit;
}
.theme-btn.theme-btn-primary_alt i {
  transform: translate(0);
}
.theme-btn.theme-btn-primary_alt::before {
  display: none;
}
.theme-btn.theme-btn-primary_alt:hover {
  background-color: #ffffff;
  color: #fff;
}
.theme-btn.theme-btn-primary_alt:hover i {
  transform: translate(0);
}
.theme-btn.theme-btn-outlined {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.theme-btn.theme-btn-outlined::before {
  display: none;
}
.theme-btn.theme-btn-outlined:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.theme-btn.theme-btn-lg {
  height: 60px;
  line-height: 59px;
  padding: 0 40px;
}
.theme-btn.theme-btn-outlined_alt {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #fff;
}
.theme-btn.theme-btn-outlined_alt::before {
  display: none;
}
.theme-btn.theme-btn-outlined_alt:hover {
  background-color: transparent;
  color: #fff;
}
.theme-btn.theme-btn-light {
  background-color: #e5e5e5;
  color: var(--theme-title-color);
}
.theme-btn.theme-btn-light:hover {
  color: #fff;
}
.theme-btn.theme-btn-rounded {
  border-radius: 25px;
}
.theme-btn.theme-btn-rounded::before {
  border-radius: 25px;
}
.theme-btn.theme-btn-rounded-2 {
  border-radius: 25px;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.theme-btn.theme-btn-rounded-2::before {
  display: none;
}
.theme-btn.theme-btn-rounded-2:hover {
  background-color: var(--theme-title-color);
  color: #fff;
  box-shadow: 2px 5px 20px rgba(51, 77, 114, 0.2);
}

/*  Theme button 2 css */
.theme-btn-2 {
  display: inline-block;
  padding: 10px 20px 10px 14px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
}
.theme-btn-2:hover {
  color: #fff;
}
.theme-btn-2:hover::before {
  left: 2px;
  height: 100%;
  width: 100%;
  background-color: #171d24;
  border-radius: 25px;
}
.theme-btn-2:hover .arrow {
  margin-right: 10px;
}
.theme-btn-2:hover .arrow .horizontal-line {
  width: 20px;
}
.theme-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 44px;
  background-color: var(--theme-color);
  border-radius: 25px;
  z-index: -1;
}
.theme-btn-2 .arrow {
  position: relative;
  margin-right: 30px;
  margin-left: 3px;
}
.theme-btn-2 .arrow .horizontal-line {
  height: 1px;
  width: 0;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  margin-left: 10px;
}
.theme-btn-2 .arrow .horizontal-line::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  right: -2px;
  left: auto;
  bottom: 3px;
}
.theme-btn-2 .arrow .horizontal-line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  left: -2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  right: -2px;
  left: auto;
  top: 3px;
}
.theme-btn-2.theme-btn-primary::before {
  background-color: transparent;
  background-image: linear-gradient(to top, #0050b2 0%, #4185d9 100%);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Custom  Animations CSS
/*----------------------------------------*/
@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes customUp {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clipInDown {
  0% {
    clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
  }
  100% {
    clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
  }
}
@keyframes moveX {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(70px) rotate(90deg);
  }
  50% {
    transform: translateX(0px) rotate(170deg);
  }
  75% {
    transform: translateX(-70px) rotate(90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes moveY {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(70px) rotate(90deg);
  }
  50% {
    transform: translateY(0px) rotate(170deg);
  }
  75% {
    transform: translateY(-70px) rotate(90deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes floatingBubble {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(50px, -50px) scale(0.6);
  }
  40% {
    transform: translate(100px, -80px) scale(1);
  }
  60% {
    transform: translate(150px, -80px) scale(1.1);
  }
  80% {
    transform: translate(200px, -70px) scale(1);
  }
  100% {
    transform: translate(250px, -50px) scale(0.6);
  }
}
@keyframes floatingBubble2 {
  0% {
    transform: translate(0, 0) scale(0.6);
  }
  20% {
    transform: translate(-50px, 100px) scale(1);
  }
  40% {
    transform: translate(-100px, 50px) scale(1.1);
  }
  60% {
    transform: translate(0px, 50px) scale(1);
  }
  80% {
    transform: translate(50px, -50px) scale(0.6);
  }
  100% {
    transform: translate(100px, -100px) scale(1);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Preloader CSS
/*----------------------------------------*/
#preloader {
  background: #fff;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#preloader .loading {
  display: flex;
}
#preloader .ctn-preloader {
  padding-left: 15px;
  padding-right: 15px;
}
#preloader .spinner {
  animation: spinner 3s infinite linear;
  border-radius: 50%;
  border: 3px solid #f1f6f8;
  border-left-color: #E31E24;
  border-top-color: #E31E24;
  margin: 0 auto 0em auto;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -40px;
  top: -40px;
}
#preloader .spinner:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  box-shadow: 0 0 20px 0 rgba(4, 46, 56, 0.2);
  background: #E31E24;
  position: absolute;
  right: 31px;
  top: 41px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  #preloader .spinner:before {
    top: 18px;
  }
}
#preloader .round_spinner {
  border-width: 1px;
  border-color: #eef3f4;
  border-style: solid;
  border-radius: 50%;
  background-color: #fdfdfd;
  box-shadow: 0 0 100px 0 rgba(4, 46, 56, 0.14);
  width: 248px;
  height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 80px;
}
@media (max-width: 576px) {
  #preloader .round_spinner {
    width: 155px;
    height: 155px;
  }
}
#preloader .round_spinner h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--theme-title-color);
  margin-top: 10px;
}
#preloader .round_spinner h4 span {
  font-weight: 700;
}

#preloader .head {
  color: var(--theme-title-color);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Mukta", sans-serif;
  margin: 5% 0 1% 0;
  padding: 0;
}

#preloader p {
  color: var(--theme-text-color);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   HEADER CSS
/*----------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}
header .header-top {
  background-color: #171d24;
}
header .header-top.bg_white .header-info-left {
  color: #6a737c;
}
header .header-top.bg_white .header-info-right ul li a {
  color: #6a737c;
}
header .header-top.bg_white .header-info-right ul li i {
  color: #6a737c;
}
header .header-top .header-info-left {
  display: flex;
  align-items: center;
  color: #bbc0c4;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
header .header-top .header-info-left .language-list .nice-select {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
header .header-top .header-info-left .timestamp i {
  display: block;
  margin-right: 5px;
  float: left;
  margin-top: 2px;
}
header .header-top .header-info-right {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
header .header-top .header-info-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-top .header-info-right ul li {
  margin: 0 15px;
}
header .header-top .header-info-right ul li:last-child {
  margin-right: 0;
}
header .header-top .header-info-right ul li img {
  margin-right: 8px;
}
header .header-top .header-info-right ul li a {
  color: #bbc0c4;
  font-size: 14px;
}
header .header-top .header-info-right ul li i {
  color: #bbc0c4;
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}

.header-menu {
  z-index: 1;
  background-color: transparent;
  transition: all 0.2s linear;
}
.header-menu.header-menu-4 .theme-btn:hover {
  background-color: var(--primary-color);
}
.header-menu.navbar_fixed {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.2s, top 0.4s linear;
}
.header-menu.navbar_fixed .navbar .sticky_logo .main {
  display: none;
}
.header-menu.navbar_fixed .navbar .sticky_logo .sticky {
  display: block;
}
.header-menu.navbar_fixed.header-menu-1 .theme-btn, .header-menu.navbar_fixed.header-menu-3 .theme-btn, .header-menu.navbar_fixed.header-menu-4 .theme-btn {
  background-color: var(--theme-color);
  color: #fff;
}
.header-menu.navbar_fixed.header-menu-1 .navbar .menu > .nav-item .mobile_dropdown_icon:hover, .header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item .mobile_dropdown_icon:hover, .header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item .mobile_dropdown_icon:hover {
  color: var(--theme-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active, .header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active, .header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
  color: var(--primary-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .menu > .nav-item > .nav-link, .header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link, .header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link {
  color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .menu > .nav-item > .nav-link.active, .header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link.active, .header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link.active {
  color: var(--theme-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .menu > .nav-item > .nav-link::before, .header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link::before, .header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link::before {
  background-color: var(--theme-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .navbar-toggler .hamburger span, .header-menu.navbar_fixed.header-menu-3 .navbar .navbar-toggler .hamburger span, .header-menu.navbar_fixed.header-menu-4 .navbar .navbar-toggler .hamburger span {
  background-color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-1 .navbar .navbar-toggler .hamburger-cross span, .header-menu.navbar_fixed.header-menu-3 .navbar .navbar-toggler .hamburger-cross span, .header-menu.navbar_fixed.header-menu-4 .navbar .navbar-toggler .hamburger-cross span {
  background-color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-3 {
  background-color: #fff;
}
.header-menu.navbar_fixed.header-menu-3 .theme-btn {
  background-color: var(--primary-color);
  color: #fff;
  border-color: transparent;
}
.header-menu.navbar_fixed.header-menu-3 .theme-btn:hover {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link {
  color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link.active {
  color: var(--primary-color);
}
.header-menu.navbar_fixed.header-menu-3 .navbar .menu > .nav-item > .nav-link::before {
  background-color: var(--primary-color);
}
.header-menu.navbar_fixed.header-menu-4 .theme-btn {
  background-color: var(--primary-color);
}
.header-menu.navbar_fixed.header-menu-4 .theme-btn:hover {
  background-color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link {
  color: var(--theme-title-color);
}
.header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link.active {
  color: var(--primary-color);
}
.header-menu.navbar_fixed.header-menu-4 .navbar .menu > .nav-item > .nav-link::before {
  background-color: var(--primary-color);
}
.header-menu .navbar {
  padding: 0 !important;
}
.header-menu .navbar .sticky_logo .main {
  display: block;
}
.header-menu .navbar .sticky_logo .sticky {
  display: none;
}
.header-menu .menu > .nav-item {
  padding-bottom: 25px;
  padding-top: 25px;
  transition: all 0.3s linear;
}
.header-menu .menu > .nav-item > .nav-link {
  font-size: 14px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.header-menu .menu > .nav-item > .nav-link.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.header-menu .menu > .nav-item > .nav-link::after {
  display: none;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
  border-radius: 4px;
  left: -26px;
  min-width: max-content;
  border: 1px solid #e6eeef;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 30px 40px 0 rgba(4, 73, 89, 0.1);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  left: 40px;
  border-left: 1px solid #e6eeef;
  border-top: 1px solid #e6eeef;
}
@media (min-width: 992px) {
  .header-menu .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 30px;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item + .nav-item {
  margin-top: 8px;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
  display: none;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
  margin-right: 20px;
  width: 32px;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 40px 0 30px;
  transition: all 0.3s linear;
  position: relative;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > i {
  padding-right: 10px;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-text-color);
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
  color: var(--primary-color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
@media (min-width: 992px) {
  .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .dropdown-menu, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .dropdown-menu, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(1px) translateY(0px);
  }
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--primary-color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--primary-color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 992px) {
  .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateX(1px) translateY(20px);
    transition: all 0.3s ease-in;
    background: #fff;
    padding: 20px 0;
    box-shadow: none;
  }
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  min-width: 540px;
  padding: 0;
  background: #4464a1;
  border: 0;
  max-height: 309px;
  min-height: 309px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu li > div {
  min-height: 309px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  padding: 30px 0;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100%;
  margin-right: -10px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 30px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 25px;
  top: -1px;
  font-family: "ElegantIcons";
  display: block;
  color: var(--theme-color);
  transition: all 0.2s linear;
  opacity: 0;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 14px;
  color: var(--theme-text-color);
  display: inline-block;
  border-radius: 0;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 12px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 20px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: var(--theme-color);
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 26px 10px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 12px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 12px;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.header-menu .menu > .nav-item:hover > i {
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .header-menu .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.header-menu .menu > .nav-item + .nav-item {
  margin-left: 38px;
}
.header-menu .theme-btn {
  margin-left: 55px;
}
.header-menu.header-menu-1 .theme-btn {
  background-color: #fff;
  color: var(--theme-color);
}
.header-menu.header-menu-1 .theme-btn:hover {
  color: #fff;
  background-color: var(--theme-title-color);
}
.header-menu.header-menu-2 .menu > .nav-item > .nav-link {
  color: #6a737c;
}
.header-menu.header-menu-2 .menu > .nav-item > .nav-link.active {
  color: var(--primary-color);
}
.header-menu.header-menu-2 .menu > .nav-item > .nav-link::before {
  background-color: var(--primary-color);
}
.header-menu.header-menu-2 .navbar-toggler .hamburger span {
  background-color: var(--theme-title-color);
}
.header-menu.header-menu-2 .navbar-toggler .hamburger-cross span {
  background-color: var(--theme-title-color);
}
.header-menu.header-menu-3 {
  background-color: rgba(23, 29, 36, 0.5);
}
.header-menu.header-menu-3 .theme-btn-outlined {
  color: #fff;
  border-color: #fff;
}
.header-menu.header-menu-3 .theme-btn-outlined:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.navbar-toggler {
  padding-right: 0;
  padding-left: 0;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.mobile_dropdown_icon {
  display: none;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  banner CSS
/*----------------------------------------*/
.banner-area {
  background-color: var(--theme-color);
  background-image: url(../img/banner/bg-img.html);
  background-position: center;
  background-size: cover;
  position: relative;
  /* floating bubbles */
}
.banner-area .bubbles {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.banner-area .bubbles .bubble {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.banner-area .bubbles div {
  position: absolute;
}
.banner-area .bubbles div:nth-child(1) {
  bottom: 20%;
  left: 5%;
}
.banner-area .bubbles div:nth-child(1) .bubble {
  animation-delay: 0.5s;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner-area .bubbles div:nth-child(2) {
  bottom: 65%;
  left: 20%;
}
.banner-area .bubbles div:nth-child(2) .bubble {
  background-color: rgba(246, 166, 9, 0.4);
}
.banner-area .bubbles div:nth-child(3) {
  bottom: 15%;
  left: 30%;
}
.banner-area .bubbles div:nth-child(3) .bubble {
  animation-delay: 1s;
  background-color: #f6a609;
}
.banner-area .bubbles div:nth-child(4) {
  bottom: 50%;
  left: 40%;
}
.banner-area .bubbles div:nth-child(4) .bubble {
  animation-delay: 0.8s;
  animation-direction: alternate-reverse;
  background-color: rgba(42, 199, 105, 0.4);
}
.banner-area .bubbles div:nth-child(5) {
  bottom: 20%;
  right: 5%;
}
.banner-area .bubbles div:nth-child(5) .bubble {
  animation-delay: 0.5s;
  background-color: rgba(246, 166, 9, 0.4);
}
.banner-area .bubbles div:nth-child(6) {
  bottom: 65%;
  right: 20%;
}
.banner-area .bubbles div:nth-child(6) .bubble {
  background-color: #2ac769;
}
.banner-area .bubbles div:nth-child(7) {
  bottom: 15%;
  right: 30%;
}
.banner-area .bubbles div:nth-child(7) .bubble {
  animation-delay: 1.1s;
  background-color: rgba(42, 199, 105, 0.4);
}
.banner-area .bubbles div:nth-child(8) {
  bottom: 50%;
  right: 40%;
}
.banner-area .bubbles div:nth-child(8) .bubble {
  animation-delay: 0.2s;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner-area .logos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.banner-area .logos img {
  position: absolute;
  animation: pulse ease-out infinite;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.banner-area .logos img:nth-child(1) {
  bottom: 15%;
  left: 10%;
  animation-delay: 0.5s;
}
.banner-area .logos img:nth-child(2) {
  bottom: 45%;
  left: 20%;
}
.banner-area .logos img:nth-child(3) {
  bottom: 20%;
  left: 30%;
  animation-delay: 1s;
}
.banner-area .logos img:nth-child(4) {
  bottom: 20%;
  right: 30%;
  animation-delay: 0.5s;
}
.banner-area .logos img:nth-child(5) {
  bottom: 15%;
  right: 10%;
}
.banner-area .logos img:nth-child(6) {
  bottom: 45%;
  right: 20%;
  animation-delay: 0.8s;
}
.banner-area .banner-content h1 {
  font-size: 60px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 70px;
}
.banner-area .banner-content .img-area {
  position: relative;
  z-index: 2;
}
.banner-area .banner-content .symbol-pulse {
  position: absolute;
  top: 71%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-area .banner-content .symbol-pulse div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.04)), color-stop(65%, rgba(255, 255, 255, 0.04)), to(rgba(255, 255, 255, 0.04)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 65%, rgba(255, 255, 255, 0.04) 100%);
  width: 28rem;
  height: 28rem;
}
.banner-area .banner-content .symbol-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.banner-area .banner-content .symbol-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.75);
  -ms-transform: translate(-50%, -50%) scale(0.75);
  transform: translate(-50%, -50%) scale(0.75);
}
.banner-area .banner-content .symbol-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
}
.banner-area .banner-content .symbol-pulse .pulse-x {
  will-change: transform;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

.banner-area-2 {
  background-image: url(../img/banner/bg-img-2.html), linear-gradient(to right, #fff, #fffdf7);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.banner-area-2 .banner-content {
  position: relative;
}
.banner-area-2 .banner-content .shape {
  position: absolute;
  top: -10px;
  left: -130px;
}
.banner-area-2 .banner-content h1 {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  line-height: 56px;
}
.banner-area-2 .banner-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}
.banner-area-2 .banner-content .theme-btn-2 {
  color: var(--theme-text-color);
  text-transform: capitalize;
  padding: 3px 20px 4px 14px;
  font-size: 18px;
}
.banner-area-2 .banner-content .theme-btn-2:hover {
  color: #fff;
}
.banner-area-2 .banner-content .theme-btn-2:hover::before {
  width: 100%;
}
.banner-area-2 .banner-content .theme-btn-2:hover .arrow {
  margin-right: 10px;
}
.banner-area-2 .banner-content .theme-btn-2::before {
  width: 34px;
}
.banner-area-2 .banner-content .theme-btn-2 .arrow {
  margin-right: 20px;
  margin-left: -2px;
}
.banner-area-2 .banner-content .theme-btn-2 .arrow .horizontal-line::before {
  width: 7px;
  top: 2px;
}
.banner-area-2 .banner-content .theme-btn-2 .arrow .horizontal-line::after {
  width: 7px;
  bottom: 2px;
}
.banner-area-2 .banner-img {
  position: relative;
  z-index: 0;
}
.banner-area-2 .banner-img .shapes img {
  position: absolute;
}
.banner-area-2 .banner-img .shapes .shape-1 {
  top: -25px;
  left: -45px;
}
.banner-area-2 .banner-img .shapes .shape-2 {
  bottom: -50px;
  right: -40px;
  z-index: -1;
}
.banner-area-2 .banner-img .shapes .shape-3 {
  top: -55px;
  left: -30px;
  z-index: -1;
}
.banner-area-2 .banner-img .shapes .shape-4 {
  bottom: 25%;
  right: -5%;
  animation: zoomIn 1.5s ease-out infinite alternate both;
}
.banner-area-2 .banner-img .shapes .shape-5 {
  top: 40%;
  left: -12%;
  animation: floatingBubble2 20s linear infinite alternate both;
}
.banner-area-2 .banner-img .shapes .shape-6 {
  top: 15%;
  right: 0%;
  animation: floatingBubble 20s linear infinite alternate both;
}

.banner-area-3 {
  background-color: #281b36;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-area-3 .bg-slides .slide {
  position: absolute;
  z-index: -1;
  top: 0;
}
.banner-area-3 .bg-slides .slide:nth-child(1) {
  left: 4%;
}
.banner-area-3 .bg-slides .slide:nth-child(2) {
  left: 45%;
}
.banner-area-3 .bg-slides .slide:nth-child(3) {
  left: 52%;
}
.banner-area-3 .banner-content h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  line-height: 56px;
}
.banner-area-3 .banner-content .theme-btn {
  border-radius: 30px;
}
.banner-area-3 .person-img {
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}

.banner-area-4 {
  background-color: #10121c;
  overflow: hidden;
}
.banner-area-4 .hero-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.banner-area-4 .hero-img .person-img {
  max-width: 100%;
  height: auto;
}
.banner-area-4 .hero-img .shape {
  position: absolute;
}
.banner-area-4 .hero-img .shape:nth-child(1) {
  top: 45%;
  left: -35%;
  z-index: -1;
}
.banner-area-4 .hero-img .shape:nth-child(2) {
  top: 48%;
  right: 15px;
  z-index: 1;
}
.banner-area-4 .hero-img .shape:nth-child(3) {
  top: 23%;
  right: -25px;
}
.banner-area-4 .hero-img .shape:nth-child(4) {
  top: 6%;
  left: 12%;
  z-index: -1;
}
.banner-area-4 .hero-img .shape:nth-child(5) {
  top: 30%;
  left: -6px;
}
.banner-area-4 .hero-img .shape:nth-child(6) {
  top: 23%;
  left: -25px;
  z-index: -1;
}
.banner-area-4 .hero-img .shape:nth-child(7) {
  top: 50%;
  right: -7px;
  z-index: -1;
}
.banner-area-4 .hero-img .shape:nth-child(8) {
  top: 18%;
  left: 30px;
  z-index: 1;
}
.banner-area-4 .banner-content h1 {
  font-size: 60px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #fff;
}
.banner-area-4 .banner-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.banner-area-4 .banner-content .theme-btn {
  color: #000;
  height: 55px;
  line-height: 51px;
}
.banner-area-4 .banner-content .theme-btn:hover {
  color: #fff;
}

/*----------------------------------------*/
/*        New Version
/*----------------------------------------*/
.banner-area-5 {
  background-color: #101010;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-area-5 .bg-shapes .shape {
  position: absolute;
  z-index: -1;
}
.banner-area-5 .bg-shapes .shape:nth-child(1) {
  left: 0;
  bottom: 180px;
}
.banner-area-5 .bg-shapes .shape:nth-child(2) {
  right: 135px;
  bottom: 120px;
}
.banner-area-5 .bg-shapes .shape:nth-child(3) {
  left: 150px;
  top: 35%;
}
.banner-area-5 .bg-shapes .shape:nth-child(4) {
  right: 10%;
  top: 50%;
}
.banner-area-5 .bg-shapes .shape:nth-child(5) {
  width: 600px;
  height: 600px;
  background-color: #5deea0;
  right: -175px;
  bottom: -220px;
  filter: blur(250px);
  border-radius: 50%;
  opacity: 0.1;
}
.banner-area-5 .bg-shapes .shape:nth-child(6) {
  width: 450px;
  height: 450px;
  background-color: #a4f1f2;
  left: -50px;
  top: -200px;
  filter: blur(250px);
  border-radius: 50%;
  opacity: 0.1;
}
.banner-area-5 .banner-content h1 {
  line-height: 66px;
  font-size: 60px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
.banner-area-5 .banner-content h1 .underline-shape::after {
  background-color: #f57950;
}
.banner-area-5 .banner-content p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.banner-area-5 .banner-content .under_link {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  text-decoration: underline;
  display: inline-block;
}
.banner-area-5 .banner-content .under_link i {
  opacity: 0;
  visibility: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.banner-area-5 .banner-content .under_link:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}
.banner-area-5 .banner-content .theme-btn {
  color: #fff;
  height: 60px;
  line-height: 55px;
}
.banner-area-5 .banner-content .theme-btn:hover {
  color: #fff;
}
.banner-area-5 .banner-content .theme-btn::before {
  background-color: #2771cb;
}
.banner-area-5 .banner-content .co-operators {
  margin-top: 80px;
}
.banner-area-5 .banner-content .co-operators > div {
  gap: 30px;
}
.banner-area-5 .basic-loan-calculator {
  background-color: #fff;
  border-radius: 8px;
  max-width: 450px;
  padding: 35px;
  position: relative;
  margin-left: auto;
}
.banner-area-5 .basic-loan-calculator .shape {
  position: absolute;
  right: -35px;
  top: -35px;
}
.banner-area-5 .basic-loan-calculator h4 {
  font-family: "Mukta";
  font-size: 30px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.banner-area-5 .basic-loan-calculator .label {
  font-size: 16px;
  color: #060608;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.banner-area-5 .basic-loan-calculator .form-control,
.banner-area-5 .basic-loan-calculator .nice-select {
  background-color: #f2f2f2;
  height: 56px;
  color: #9199a1;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  line-height: 56px;
  font-size: 16px;
  padding-left: 22px;
  border-color: transparent;
}
.banner-area-5 .basic-loan-calculator .form-control:focus,
.banner-area-5 .basic-loan-calculator .nice-select:focus {
  border-color: var(--primary-color);
}
.banner-area-5 .basic-loan-calculator .form-control::placeholder,
.banner-area-5 .basic-loan-calculator .nice-select::placeholder {
  color: #757589;
  font-size: 16px;
}
.banner-area-5 .basic-loan-calculator .form-control .list,
.banner-area-5 .basic-loan-calculator .nice-select .list {
  width: 100%;
}
.banner-area-5 .basic-loan-calculator .form-control::after,
.banner-area-5 .basic-loan-calculator .nice-select::after {
  font-size: 20px;
  right: 13px;
}
.banner-area-5 .basic-loan-calculator .input-field {
  position: relative;
}
.banner-area-5 .basic-loan-calculator .input-field span {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  font-size: 16px;
  color: #060608;
  transform: translateY(-50%);
}
.banner-area-5 .basic-loan-calculator .input-field .form-control {
  padding-right: 30px;
}
.banner-area-5 .basic-loan-calculator .theme-btn {
  background-color: #060608;
}

.banner-area-6 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 207px;
  padding-bottom: 135px;
}
.banner-area-6 .banner-content h1 {
  line-height: 88px;
  font-size: 70px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #010201;
  margin-bottom: 35px;
}
.banner-area-6 .banner-content p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #414e5b;
  line-height: 30px;
  max-width: 580px;
}
.banner-area-6 .banner-content .subscribe-field .form-control {
  max-width: 315px;
  padding-left: 24px;
}
.banner-area-6 .banner-content .subscribe-field .form-control::placeholder {
  font-size: 16px;
  vertical-align: middle;
}
.banner-area-6 .banner-content .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.banner-area-6 .banner-content .feature-list i {
  color: #262b40;
  font-size: 16px;
  margin-right: 7px;
}
.banner-area-6 .banner-content .feature-list li {
  font-family: "Mukta";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #414e5b;
}
.banner-area-6 .banner-img {
  position: relative;
  text-align: end;
  z-index: 1;
  transform: translateX(30%);
}
.banner-area-6 .banner-img::before {
  content: "";
  position: absolute;
  padding: 60px 48px 86px 50px;
  top: -60px;
  right: -48px;
  bottom: -86px;
  left: -50px;
  background-color: #f7f7f7;
  border-radius: 40px;
  z-index: -1;
}
.banner-area-6 .banner-img .img-1 {
  box-shadow: 0px 17.4390602112px 65.3964767456px 0px #3f5d6533;
  border-radius: 8px;
}
.banner-area-6 .banner-img .img-2 {
  position: absolute;
  box-shadow: 0px 16.5283374786px 61.9812583923px 0px #3f5d6533;
  border-radius: 8px;
  top: 0;
  left: -180px;
}
.banner-area-6 .banner-img .img-3 {
  position: absolute;
  box-shadow: 0px 12.6870946884px 47.5766105652px 0px #3f5d6533;
  border-radius: 6px;
  bottom: -55px;
  left: -75px;
}
.banner-area-6 .banner-img .img-shape {
  position: absolute;
  top: -40px;
  right: -40px;
}

.banner-fact {
  background-color: #E31E25;
  padding: 64px 0;
}
.banner-fact .single-fact .icon {
  height: 55px;
  width: 55px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  color: var(--primary-color);
  float: left;
  margin-right: 14px;
}
.banner-fact .single-fact p {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  color: #fff;
}

/*------------------ End ----------------------*/
.loan-banner {
  position: relative;
  overflow: inherit;
}
.loan-banner .section-title h1 {
  color: #fff;
}
.loan-banner .floated-widget {
  top: inherit;
  bottom: -80px;
  padding: 50px 15px 40px 15px;
}
.loan-banner .floated-widget .border-end {
  border-color: #dcdee0 !important;
}
.loan-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 66, 102, 0.75);
}

/*----------------------------------------*/
/*   Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-widget {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.breadcrumb-widget::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 62, 72, 0.8);
}
.breadcrumb-widget .breadcrumb-content {
  position: relative;
  z-index: 1;
}
.breadcrumb-widget .breadcrumb-content h1 {
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.breadcrumb-widget .breadcrumb-content h2 {
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-location {
  color: #bbc0c4;
}
.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory {
  color: #bbc0c4;
}
.breadcrumb-widget .breadcrumb-content .breadcrumb-job-info .job-catagory span {
  color: #fff;
}
.breadcrumb-widget .breadcrumb-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.breadcrumb-widget .breadcrumb-content ul li {
  font-size: 16px;
  color: #c8ccd0;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  margin: 10px 15px;
}
.breadcrumb-widget .breadcrumb-content ul li:last-child::after {
  display: none;
}
.breadcrumb-widget .breadcrumb-content ul li.active {
  color: #fff;
}
.breadcrumb-widget .breadcrumb-content ul li a {
  display: inline-block;
}
.breadcrumb-widget .breadcrumb-content ul li::after {
  content: "5";
  position: absolute;
  right: -20px;
  top: 0;
  font-family: "ElegantIcons";
}
.breadcrumb-widget.breadcrumb-widget-2 {
  overflow: hidden;
}
.breadcrumb-widget.breadcrumb-widget-2::after {
  background-color: rgba(36, 36, 54, 0.7);
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape {
  position: absolute;
  opacity: 0.15;
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-1 {
  bottom: 0;
  left: 10%;
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-2 {
  top: 0;
  left: 20%;
  height: 100%;
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-3 {
  top: 0%;
  right: 33%;
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-4 {
  bottom: 0;
  right: 1%;
}
.breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape img {
  max-height: 100%;
}
.breadcrumb-widget.breadcrumb-widget-2 .search-box input {
  height: 60px;
  padding: 19px 25px;
  color: #c8ccd0;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #d8dce0;
}
.breadcrumb-widget.breadcrumb-widget-2 .search-box input::placeholder {
  color: #c8ccd0;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-widget.breadcrumb-widget-2 .search-box .search-btn {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.breadcrumb-widget.breadcrumb-widget-2 .search-box .search-btn i {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary-color);
  font-size: 25px;
  transform: scaleX(-1);
}
.breadcrumb-widget.breadcrumb-widget-2 .popular-tags span {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #d8dce0;
  margin-right: 15px;
}
.breadcrumb-widget.breadcrumb-widget-2 .popular-tags a {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 4px 22px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin-right: 10px;
}
.breadcrumb-widget.breadcrumb-widget-2 .popular-tags a:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.breadcrumb-widget.breadcrumb-widget-2 .post-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-widget.breadcrumb-widget-2 .post-info div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #c8ccd0;
}
.breadcrumb-widget.breadcrumb-widget-2 .post-info div span {
  margin-left: 8px;
}
.breadcrumb-widget.breadcrumb-widget-3::after {
  background-color: rgba(24, 23, 61, 0.8);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   feature CSS
/*----------------------------------------*/
.feature-area {
  position: relative;
  z-index: 2;
}

.feature-card-widget,
.feature-card-widget-2,
.feature-card-widget-4,
.feature-card-widget-5,
.feature-card-widget-6,
.feature-card-widget-7 {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  transition: all 0.3s ease-out;
}
.feature-card-widget:hover,
.feature-card-widget-2:hover,
.feature-card-widget-4:hover,
.feature-card-widget-5:hover,
.feature-card-widget-6:hover,
.feature-card-widget-7:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.feature-card-widget img,
.feature-card-widget-2 img,
.feature-card-widget-4 img,
.feature-card-widget-5 img,
.feature-card-widget-6 img,
.feature-card-widget-7 img {
  max-width: 100%;
}
.feature-card-widget h4,
.feature-card-widget-2 h4,
.feature-card-widget-4 h4,
.feature-card-widget-5 h4,
.feature-card-widget-6 h4,
.feature-card-widget-7 h4 {
  font-size: 24px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.feature-card-widget h5,
.feature-card-widget-2 h5,
.feature-card-widget-4 h5,
.feature-card-widget-5 h5,
.feature-card-widget-6 h5,
.feature-card-widget-7 h5 {
  font-size: 20px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.feature-card-widget p,
.feature-card-widget-2 p,
.feature-card-widget-4 p,
.feature-card-widget-5 p,
.feature-card-widget-6 p,
.feature-card-widget-7 p {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-text-color);
  line-height: 26px;
}

.feature-card-widget {
  padding: 40px 25px;
  border-radius: 10px;
}
.feature-card-widget:hover {
  box-shadow: 0px 20px 45px rgba(51, 77, 114, 0.15);
}
.feature-card-widget:hover h4 {
  color: var(--theme-color);
}
.feature-card-widget .card-img {
  position: relative;
}
.feature-card-widget .card-img img {
  max-width: 100%;
  margin: 15px 0 25px 0;
  min-height: 54px;
}
.feature-card-widget h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.feature-card-widget p {
  margin: 11px 0 5px 0;
}

.feature-card-widget-2 {
  padding: 30px 25px;
  border-radius: 10px;
}
.feature-card-widget-2 .icon-bg-1,
.feature-card-widget-2 .icon-bg-2,
.feature-card-widget-2 .icon-bg-3,
.feature-card-widget-2 .icon-bg-4 {
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.feature-card-widget-2 .icon-bg-1 {
  background-color: rgba(41, 204, 37, 0.1);
}
.feature-card-widget-2 .icon-bg-2 {
  background-color: rgba(190, 99, 249, 0.1);
}
.feature-card-widget-2 .icon-bg-3 {
  background-color: rgba(252, 87, 59, 0.1);
}
.feature-card-widget-2 .icon-bg-4 {
  background-color: rgba(38, 198, 218, 0.1);
}
.feature-card-widget-2 h5 {
  margin: 15px 0;
}
.feature-card-widget-2 h4 {
  margin-bottom: 12px;
  margin-top: 18px;
}
.feature-card-widget-2 p {
  min-height: 72px;
  line-height: inherit;
}

.feature-card-widget-3 {
  padding: 25px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: relative;
  margin: 0 12px;
  outline: none;
}
.feature-card-widget-3 .shapes img {
  position: absolute;
}
.feature-card-widget-3 img {
  max-width: 100%;
}
.feature-card-widget-3 .title {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}
.feature-card-widget-3 h5 {
  font-size: 22px;
  color: #fff;
  margin-top: 13px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.feature-card-widget-3 h5 span {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.feature-card-widget-3 a {
  font-size: 22px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}
.feature-card-widget-3.card-1 {
  background-color: #f76363;
}
.feature-card-widget-3.card-1:hover {
  box-shadow: 0 20px 50px 0 rgba(247, 99, 99, 0.25);
}
.feature-card-widget-3.card-1 .shapes img:nth-child(1) {
  bottom: 0;
  right: 20px;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
}
.feature-card-widget-3.card-1 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
}
.feature-card-widget-3.card-2 {
  background-color: #40ad87;
}
.feature-card-widget-3.card-2:hover {
  box-shadow: 0 20px 50px 0 rgba(64, 173, 135, 0.25);
}
.feature-card-widget-3.card-2 .shapes img:nth-child(1) {
  top: 0;
  right: 20px;
  animation: pulse 6s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(2) {
  bottom: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(3) {
  top: 50%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-2 .shapes img:nth-child(4) {
  bottom: 60%;
  right: 75%;
  animation: moveY 15s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 {
  background-color: #7080fa;
}
.feature-card-widget-3.card-3:hover {
  box-shadow: 0 20px 50px 0 rgba(112, 128, 250, 0.25);
}
.feature-card-widget-3.card-3 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
  animation: pulse 2s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  animation: pulse 3s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(3) {
  top: 20%;
  right: 40%;
  animation: moveX 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(4) {
  bottom: 20%;
  right: 20%;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(5) {
  bottom: 10%;
  right: 25%;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(6) {
  left: 10%;
  top: 15%;
  animation: moveY 13s ease-out infinite alternate both;
}
.feature-card-widget-3.card-3 .shapes img:nth-child(7) {
  left: 50%;
  top: 75%;
  animation: moveX 13s ease-out infinite alternate both;
}

.feature-card-widget-4 {
  padding: 50px 30px;
  border-radius: 10px;
}
.feature-card-widget-4 .theme-btn {
  border-color: rgba(0, 80, 178, 0.5);
}
.feature-card-widget-4 .social-button a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--theme-text-color);
  line-height: 37px;
  border: 1px solid var(--theme-text-color);
  margin-right: 15px;
}
.feature-card-widget-4 .social-button a:last-child {
  margin-right: 0;
}
.feature-card-widget-4 .social-button a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.feature-card-widget-5 {
  padding: 50px 40px;
  padding-bottom: 43px;
  text-align: left;
  border-radius: 8px;
}

.feature-card-widget-6 {
  display: flex;
  padding: 38px 40px;
  text-align: left;
  border-radius: 10px;
}
.feature-card-widget-6 img {
  max-width: inherit;
}
.feature-card-widget-6 h6 {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 16px;
}

.feature-card-widget-7 {
  padding: 38px 30px 30px 30px;
  border-radius: 5px;
}
.feature-card-widget-7 h4 {
  margin-bottom: 13px;
}

/*----------------------------------------*/
/*        New Version
/*----------------------------------------*/
.feature-card-widget-8 {
  text-align: center;
  background-color: #f4f5f6;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 50px 40px;
}
.feature-card-widget-8:hover {
  box-shadow: 0px 16px 60px 0px #3f5d6533;
  background-color: #fff;
}
.feature-card-widget-8 img {
  max-width: 100%;
}
.feature-card-widget-8 h4 {
  font-size: 24px;
  color: #242527;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-top: 26px;
  margin-bottom: 16px;
}
.feature-card-widget-8 p {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #737373;
  line-height: 26px;
}

.feature-card-widget-9 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 40px 33px;
  height: 100%;
}
.feature-card-widget-9.widget-link {
  background-color: #e31e24;
  border-color: #fff;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-card-widget-9.widget-link h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 9px;
}
.feature-card-widget-9.widget-link a {
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.feature-card-widget-9.widget-link a i {
  vertical-align: middle;
  display: inline-block;
}
.feature-card-widget-9.widget-link a:hover i {
  transform: translateX(8px);
}
.feature-card-widget-9:hover {
  box-shadow: 0px 5.9348835945px 29.6744174957px 0px #06072e1a;
}
.feature-card-widget-9 h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #535252;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Mukta", sans-serif;
}
.feature-card-widget-9 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #757589;
  font-family: "Mukta", sans-serif;
  margin-bottom: 8px;
}

.feature-area-2 {
  background-color: #fff;
}

.feature-area-3 {
  background-color: #f6f6f6;
}

.feature-widget-2 {
  display: flex;
  border-radius: 5px;
  padding: 40px;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature-widget-2 .shapes img {
  position: absolute;
  z-index: -1;
  animation: pulse 1.5s ease-out infinite alternate both;
}
.feature-widget-2.feature-1 {
  background-color: #7a33ff;
}
.feature-widget-2.feature-1 .shapes img:nth-child(1) {
  top: 0;
  right: 0;
}
.feature-widget-2.feature-1 .shapes img:nth-child(2) {
  bottom: 0;
  left: 0;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-1 .shapes img:nth-child(3) {
  top: 15%;
  right: 35%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.5s;
}
.feature-widget-2.feature-1 .shapes img:nth-child(4) {
  bottom: 15%;
  left: 35%;
  animation: moveX 15s linear infinite alternate both;
}
.feature-widget-2.feature-1 .shapes img:nth-child(5) {
  top: 40%;
  left: 60%;
  animation: floatingBubble 15s linear infinite alternate both;
}
.feature-widget-2.feature-1 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  animation: floatingBubble2 15s linear infinite alternate both;
}
.feature-widget-2.feature-1:hover {
  box-shadow: 0 20px 40px 2px rgba(122, 51, 255, 0.2);
}
.feature-widget-2.feature-2 {
  background-color: #b93dcc;
}
.feature-widget-2.feature-2 .shapes img:nth-child(1) {
  bottom: 0;
  left: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(2) {
  top: 0;
  right: 0;
  opacity: 0.1;
}
.feature-widget-2.feature-2 .shapes img:nth-child(3) {
  bottom: 0%;
  left: 35%;
  opacity: 0.1;
  animation-delay: 0.9s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
}
.feature-widget-2.feature-2 .shapes img:nth-child(5) {
  top: 15%;
  left: 60%;
  animation: moveX 15s linear infinite alternate both;
  animation-delay: 1.1s;
}
.feature-widget-2.feature-2 .shapes img:nth-child(6) {
  top: 5%;
  right: 65%;
  opacity: 0.1;
  animation: moveY 15s linear infinite alternate both;
}
.feature-widget-2.feature-2:hover {
  box-shadow: 0 20px 40px 2px rgba(185, 61, 204, 0.2);
}
.feature-widget-2.feature-3 {
  background-color: #247cb2;
}
.feature-widget-2.feature-3 .shapes img:nth-child(1) {
  bottom: 0;
  right: 0;
  opacity: 0.1;
  animation-delay: 0.3s;
}
.feature-widget-2.feature-3 .shapes img:nth-child(2) {
  top: 0;
  left: 0;
  opacity: 0.1;
}
.feature-widget-2.feature-3 .shapes img:nth-child(3) {
  top: 0%;
  left: 35%;
  animation-delay: 0.8s;
}
.feature-widget-2.feature-3 .shapes img:nth-child(4) {
  bottom: 15%;
  right: 70%;
  animation: floatingBubble 15s linear infinite alternate both;
}
.feature-widget-2.feature-3 .shapes img:nth-child(5) {
  top: 15%;
  left: 75%;
  animation-delay: 0.5s;
}
.feature-widget-2.feature-3:hover {
  box-shadow: 0 20px 40px 2px rgba(36, 124, 178, 0.2);
}
.feature-widget-2 .feature-img img {
  max-width: 100%;
  padding: 0 23px 0 10px;
}
.feature-widget-2 .feature-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.feature-widget-2 .feature-content h6 {
  font-size: 18px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

.feature-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}
.feature-slider .slick-dots {
  bottom: -5px;
}
.feature-slider .slick-dots li button {
  background-color: #cacccf;
  border: none;
}
.feature-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
.feature-slider .slick-track {
  margin: 20px 0 55px 0;
}

/*----------------------------------------*/
/*  Feature Calculator CSS
/*----------------------------------------*/
.feature-calculator .calculator {
  border: 1px solid #dcdee0;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
}
.feature-calculator .calculator .border-end {
  border-color: #dcdee0;
}
.feature-calculator .calculator .border-bottom {
  border-color: #dcdee0;
}
.feature-calculator .calculator .steps {
  background-color: #f5f7fa;
  border-radius: 5px;
  padding: 9px 20px;
}
.feature-calculator .calculator .steps .single-step {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
  font-size: 14px;
}
.feature-calculator .calculator .steps .single-step span {
  border-radius: 50%;
  border: 1px solid #dcdee0;
  height: 18px;
  width: 18px;
  font-size: 12px;
  margin-right: 7.5px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
}
.feature-calculator .calculator .calculator-slider label {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #3c4146;
  line-height: 32px;
}
.feature-calculator .calculator .calculator-slider label.label-2 {
  font-size: 18px;
  color: var(--theme-title-color);
  line-height: 29.52px;
}
.feature-calculator .calculator .calculator-slider .range {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}
.feature-calculator .calculator .calculator-slider .range-slider {
  width: 100%;
}
.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal {
  height: 5px;
  background-color: rgba(0, 80, 178, 0.15);
  border-radius: 2.5px;
}
.feature-calculator .calculator .calculator-slider .range-slider.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  top: -5px;
}
.feature-calculator .calculator .calculator-slider .range-input {
  height: 35px;
  border-radius: 17.5px;
  line-height: 32px;
  text-align: center;
  color: #6a737c;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  border: 1px solid #dcdee0;
  width: 120px;
  margin-left: 20px;
}
.feature-calculator .calculator .calculator-slider .range-input:focus {
  border-color: var(--primary-color);
  color: #171d24;
  box-shadow: none;
}
.feature-calculator .calculator .calculator-slider .range-input:focus-visible {
  outline: none;
}
.feature-calculator .expected-payment .sec-head {
  padding: 24px 22px;
  border-radius: 7px;
}
.feature-calculator .expected-payment h5 {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #3c4146;
}
.feature-calculator .expected-payment p {
  font-size: 14px;
  color: #6a737c;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.feature-calculator .expected-payment h4 {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #3c4146;
}

/*----------------------------------------*/
/*   track financial progress CSS
/*----------------------------------------*/
.track-f-progress {
  overflow: hidden;
  background-color: #fff;
}
.track-f-progress .img-content {
  position: relative;
  text-align: right;
  z-index: 1;
}
.track-f-progress .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -30%;
}
.track-f-progress .img-content .track-3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.track-f-progress .img-content .track-img {
  position: absolute;
  max-width: 100%;
  width: auto;
}
.track-f-progress .img-content .track-img.track-1 {
  top: 50px;
  left: -30px;
  z-index: 1;
}
.track-f-progress .img-content .track-img.track-2 {
  bottom: 40px;
  left: -15px;
}
.track-f-progress .text-content {
  position: relative;
  z-index: 1;
}

.track-f-progress .text-content p,
.card-payment .text-content p,
.internet-banking .text-content p {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-top: 17px;
  line-height: 26px;
}

.track-f-progress .text-content h2,
.card-payment .text-content h2,
.internet-banking .text-content h2 {
  color: var(--theme-title-color);
  font-size: 36px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*    card payment CSS
/*----------------------------------------*/
.card-payment {
  overflow: hidden;
}
.card-payment .img-content {
  position: relative;
}
.card-payment .img-content .bg-img {
  position: absolute;
  top: -20%;
  left: -45%;
  z-index: -1;
}
.card-payment .img-content .card-2 {
  position: absolute;
  top: 35px;
  right: 15px;
}
.card-payment .text-content {
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*      Internet Banking CSS
/*----------------------------------------*/
.internet-banking {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.internet-banking .img-content {
  position: relative;
  z-index: 1;
}
.internet-banking .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -40%;
  left: -32%;
}
.internet-banking .img-content .bank-1 {
  position: absolute;
  top: 60px;
  right: -30px;
}
.internet-banking .img-content .bank-2 {
  position: absolute;
  position: absolute;
  bottom: 80px;
  left: -40px;
}
.internet-banking .img-content .bank-3 {
  position: absolute;
  top: 95px;
  left: -105px;
  z-index: -1;
}
.internet-banking .text-content {
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Recognition CSS
/*----------------------------------------*/
.recognition-widget .widget-navigation ul {
  flex-direction: column;
  background-color: transparent;
  border-bottom: none !important;
}
.recognition-widget .widget-navigation ul li {
  border-bottom: 1px solid #dcdee0;
  background-color: transparent;
  text-align: right;
  padding: 14px 0 11px 0;
}
.recognition-widget .widget-navigation ul li:first-child {
  padding-top: 0;
}
.recognition-widget .widget-navigation ul li:last-child {
  border-bottom: none;
}
.recognition-widget .widget-navigation ul li a {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #6a737c;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  line-height: 30px;
}
.recognition-widget .widget-navigation ul li a.active {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  font-weight: 500;
}
.recognition-widget .tab-content {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 50px;
}
.recognition-widget .tab-content h3 {
  font-size: 30px;
  color: var(--primary-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.recognition-widget .tab-content P {
  font-size: 16px;
  color: #787880;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
}
.recognition-widget .tab-content P::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7px;
  height: 1px;
  width: 20px;
  background-color: var(--primary-color);
}

.accolades-widget {
  background-color: #3c4146;
  border-radius: 8px;
  position: relative;
  padding: 25px 20px 40px 20px;
}
.accolades-widget .accolades-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}
.accolades-widget .accolades-header img {
  margin-bottom: -1px;
}
.accolades-widget .accolades-header h2 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #3c4146;
  margin-bottom: -9px;
  margin-left: 7px;
  letter-spacing: -4px;
}
.accolades-widget .accolades-content p {
  font-size: 14px;
  margin-left: 20px;
}
.accolades-widget .accolades-content .subtitle {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #fff;
}
.accolades-widget .accolades-content .text {
  color: #f9d8ae;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  position: relative;
}
.accolades-widget .accolades-content .text::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  width: 15px;
  background-color: #f9d8ae;
  left: -18px;
}

/*----------------------------------------*/
/*   Leadership widget CSS
/*----------------------------------------*/
.single-leadership-widget {
  text-align: center;
}
.single-leadership-widget a {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-leadership-widget a:hover .leader-info {
  visibility: visible;
  opacity: 1;
}
.single-leadership-widget a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-leadership-widget a .leader-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 30px 40px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(51, 62, 72, 0), rgba(27, 34, 45, 0.8));
}
.single-leadership-widget a .leader-info h5 {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.single-leadership-widget a .leader-info p {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

/*----------------------------------------*/
/*   Description CSS
/*----------------------------------------*/
.description-widget .desc-title {
  border-radius: 5px;
  padding: 38px 38px 42px 42px;
}
.description-widget .desc-title h2 {
  font-size: 36px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #fff;
}
.description-widget .desc-text p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6c6c73;
  line-height: 30px;
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.services-area .table thead {
  font-family: "Mukta", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #000;
}
.services-area .table .feature-head {
  width: 38%;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
}
.services-area .table .feature-item {
  width: 31%;
  text-align: center;
  vertical-align: middle;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #101010;
}
.services-area .table .feature-item .fa-check-circle {
  font-size: 20px;
  color: var(--primary-color);
}
.services-area .table .feature-item .fa-times-circle {
  font-size: 20px;
  color: #fe5151;
}
.services-area .table .feature-item .theme-btn {
  height: 80px;
  width: 100%;
  line-height: 80px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.services-area .table .feature-item .theme-btn span {
  text-decoration: underline;
}
.services-area .table td,
.services-area .table th {
  padding: 27px 20px;
}
.services-area .table tbody tr:nth-child(even) > *:nth-child(odd) {
  background-color: #f4f5f6;
}
.services-area .table tbody tr:nth-child(even) > *:nth-child(even) {
  background-color: #e9e9ea;
}
.services-area .table tbody tr:nth-child(odd) > *:nth-child(odd) {
  background-color: #f9fdfe;
}
.services-area .table tbody tr:nth-child(odd) > *:nth-child(even) {
  background-color: #f4f5f6;
}
.services-area .stat-view {
  text-align: center;
}
.services-area .stat-view h1 {
  font-family: "Mukta", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -0.01em;
  color: #0b2230;
  margin-bottom: 8px;
}
.services-area .stat-view p {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #6a737c;
  margin-bottom: 0;
}

.about-tab-area {
  padding-top: 125px;
  padding-bottom: 40px;
}
.about-tab-area .nav-tabs {
  margin: 0 0 15px;
  border: none;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid #f4f5f6;
}
.about-tab-area .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 10px;
  color: #a2a7ad;
  margin: 0 20px;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.about-tab-area .nav-tabs .nav-item .nav-link.active {
  color: #000;
  border-color: var(--primary-color);
  background: transparent;
}
.about-tab-area .tab-content .section-title h1 {
  margin-bottom: 16px;
}
.about-tab-area .tab-content .section-title .read-more {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.about-tab-area .tab-content .section-title .read-more::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-out;
  left: 0;
}
.about-tab-area .tab-content .section-title .read-more:hover::after {
  width: 128px;
}
.about-tab-area .tab-content .section-title .read-more:hover i {
  transform: translateX(5px);
}
.about-tab-area .tab-content .section-title .read-more i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.about-area .feature-list {
  margin-top: 24px;
}
.about-area .feature-list li {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #242527;
  margin-bottom: 15px;
}
.about-area .feature-list li i {
  font-size: 19px;
  color: var(--primary-color);
  margin-right: 12px;
}
.about-area .cash-img {
  position: relative;
  display: inline-block;
}
.about-area .cash-img .msg-1 {
  position: absolute;
  right: 25px;
  bottom: 235px;
  box-shadow: 0px 16.9638557434px 68.9156646729px 0px #3f5d6540;
}
.about-area .cash-img .msg-2 {
  position: absolute;
  left: -16px;
  bottom: 155px;
  box-shadow: 0px 16.2357940674px 65.9579086304px 0px #3f5d6540;
}

.about-area-2 {
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 60px;
}
.about-area-2 h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  color: #535252;
  font-family: "Mukta", sans-serif;
}
.about-area-2 p {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6a737c;
}
.about-area-2 .feature-list {
  margin-top: 24px;
}
.about-area-2 .feature-list li {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #6a737c;
  margin-bottom: 10px;
}
.about-area-2 .feature-list li i {
  font-size: 17px;
  color: #E31E24;
  margin-right: 12px;
  vertical-align: middle;
}
.about-area-2 .sms-flow {
  position: relative;
  height: 540px;
  width: 100%;
  z-index: 1;
}
.about-area-2 .sms-flow::before, .about-area-2 .sms-flow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  opacity: 0.3;
}
.about-area-2 .sms-flow::before {
  background: radial-gradient(50% 50% at 50% 50%, #2439f3 39.06%, #f1fe92 100%);
  height: 290px;
  width: 290px;
  right: 0;
  top: -20px;
}
.about-area-2 .sms-flow::after {
  background: radial-gradient(50% 50% at 50% 50%, #dc1f34 39.06%, rgba(238, 106, 45, 0) 100%);
  height: 470px;
  width: 470px;
  left: 0;
  bottom: 0px;
}
.about-area-2 .sms-flow img {
  position: absolute;
}
.about-area-2 .sms-flow .msg-2 {
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
}
.about-area-2 .sms-flow .msg-1 {
  top: 22px;
  right: 0;
}
.about-area-2 .sms-flow .msg-3 {
  bottom: 0;
  left: 0;
}
.about-area-2 .sms-flow .arrow-1 {
  top: 23%;
  left: 38%;
  z-index: 2;
}
.about-area-2 .sms-flow .arrow-2 {
  bottom: 28%;
  left: 62%;
  z-index: 3;
}
.about-area-2 .card-holder {
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .about-area-2 .card-holder {
    transform: translateX(-60px);
  }
}
.about-area-2 .card-holder .img-2 {
  position: absolute;
  left: -95px;
  box-shadow: 0px 4px 34px 0px #00000014;
  bottom: 90px;
}
.about-area-2 .card-holder .shape-1 {
  height: 440px;
  width: 222px;
  background: #afffedb2;
  position: absolute;
  top: 46px;
  left: 100px;
  border-radius: 50%;
  transform: rotate(27deg);
  filter: blur(80px);
  z-index: -1;
}
.about-area-2 .card-holder .shape-2 {
  height: 588px;
  width: 334px;
  background: #ffb053b2;
  position: absolute;
  top: 120px;
  right: 50px;
  border-radius: 50%;
  transform: rotate(28deg);
  filter: blur(110px);
  z-index: -1;
}
.about-area-2 .customer-num {
  display: flex;
  margin-top: 45px;
}
.about-area-2 .customer-num > div {
  width: 50%;
  display: flex;
  gap: 18px;
}
.about-area-2 .customer-num > div h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 64px;
  color: #0c0c0c;
}
.about-area-2 .customer-num > div span {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--theme-text-color);
}

.about-area-3 h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.02em;
  color: #18181b;
  margin-bottom: 10px;
}
.about-area-3 h5 span {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-right: 5px;
}
.about-area-3 h5 .round-dot {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 8.5px solid var(--primary-color);
  background-color: #fff;
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 2.5px;
}
.about-area-3 p {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--theme-text-color);
  max-width: 370px;
  margin-bottom: 0;
}
.about-area-3 .video-tut {
  position: relative;
  overflow: hidden;
}
.about-area-3 .video-tut img {
  width: 100%;
}
.about-area-3 .video-tut .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 74px;
  width: 74px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  display: inline-block;
  line-height: 70px;
}
.about-area-3 .video-tut .play-btn i {
  background: var(--primary-color);
  text-shadow: 0 7px 15px rgba(0, 80, 178, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}

.coverage-area {
  padding-top: 103px;
  padding-bottom: 106px;
}
.coverage-area .country-widget {
  text-align: center;
  display: inline-block;
}
.coverage-area .country-widget img {
  box-shadow: 0px 20px 40px 0px #c0bdb166;
  max-width: 100%;
}
.coverage-area .country-widget h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 11px;
  color: #101828;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Statistics widget CSS
/*----------------------------------------*/
.floated-widget {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
  padding: 40px 50px;
  position: absolute;
  top: -70px;
  left: 15px;
  right: 15px;
  z-index: 3;
}

.statistics-widget-1 {
  display: inline-block;
  min-width: 117px;
}
.statistics-widget-1 img {
  max-width: 100%;
}
.statistics-widget-1 p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  margin: 20px 0 6px 0;
  text-transform: capitalize;
}
.statistics-widget-1 .counter {
  font-size: 36px;
  color: var(--theme-color);
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}

.statistics-widget-2 {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.statistics-widget-2 .statistics-slider {
  height: 100%;
  position: relative;
}
.statistics-widget-2 .statistics-slider .slick-list {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-list .slick-track {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.statistics-widget-2 .statistics-slider .slick-dots {
  bottom: 15px;
}
.statistics-widget-2 .statistics-slider .slick-dots li button {
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: none;
}
.statistics-widget-2 .statistics-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.statistics-widget-2 img {
  width: 100%;
  height: 100%;
}
.statistics-widget-2 .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 45px 25px;
}
.statistics-widget-2 .widget-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: -1;
}
.statistics-widget-2 .widget-content h1 {
  font-size: 70px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
.statistics-widget-2 .widget-content h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
.statistics-widget-2 .widget-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.statistics-widget-2 .widget-content.widget-1 {
  background-color: #610fc9;
}
.statistics-widget-2 .widget-content.widget-2 {
  background-color: var(--primary-color);
}
.statistics-widget-2 .widget-content.widget-3 {
  background-color: #704dff;
}
.statistics-widget-2 .widget-content.widget-4 {
  background-color: #f23d68;
}
.statistics-widget-2 .widget-content.widget-5 {
  background-color: #af3ce5;
}
.statistics-widget-2 .widget-content.widget-6::before {
  background-color: rgba(116, 57, 191, 0.75);
}
.statistics-widget-2 .widget-content.widget-7::before {
  background-color: rgba(89, 18, 178, 0.75);
}
.statistics-widget-2 .widget-content.widget-8::before {
  background-color: rgba(0, 63, 139, 0.75);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Steps widget CSS
/*----------------------------------------*/
.steps-widget {
  text-align: center;
}
.steps-widget img {
  max-width: 100%;
}
.steps-widget h4 {
  margin: 25px 0 12px 0;
}
.steps-widget h4 a {
  color: var(--theme-title-color);
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.steps-widget h4 a:hover {
  color: var(--primary-color);
}
.steps-widget p {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

/*----------------------------------------*/
/*   Loan Apply widget CSS
/*----------------------------------------*/
.loan-apply-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 20px 25px;
  border-radius: 4px;
  box-shadow: var(--theme-dropshadow);
  border-bottom: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s ease-out;
  position: relative;
}
.loan-apply-widget:hover {
  border-color: var(--primary-color);
}
.loan-apply-widget:hover .icon img {
  display: none;
}
.loan-apply-widget:hover .icon img + img {
  display: block;
}
.loan-apply-widget .icon {
  padding-right: 20px;
}
.loan-apply-widget .icon img {
  display: block;
}
.loan-apply-widget .icon img + img {
  display: none;
}
.loan-apply-widget .security-info {
  font-size: 12px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
}
.loan-apply-widget .apply-content {
  width: 100%;
}
.loan-apply-widget .apply-content .title {
  color: #6a737c;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  line-height: 22px;
}
.loan-apply-widget .apply-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
}
.loan-apply-widget .apply-content .input-field {
  position: relative;
}
.loan-apply-widget .apply-content .input-field .close {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.loan-apply-widget .apply-content input {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  background-color: transparent;
}
.loan-apply-widget .apply-content input::placeholder {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.loan-apply-widget .apply-content .nice-select {
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0 !important;
  height: inherit;
  line-height: inherit;
  position: inherit;
}
.loan-apply-widget .apply-content .nice-select::after {
  display: none;
}
.loan-apply-widget .apply-content .nice-select.open .current::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.loan-apply-widget .apply-content .nice-select .current {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  position: relative;
  display: block;
}
.loan-apply-widget .apply-content .nice-select .current::after {
  font-family: "ElegantIcons";
  content: "3";
  line-height: 1;
  font-size: 18px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #171d24;
}
.loan-apply-widget .apply-content .nice-select .list {
  right: 0;
}
.loan-apply-widget .select-location input.es-input {
  background: none;
}
.loan-apply-widget .select-location .close {
  cursor: pointer;
  font-size: 18px;
  color: #171d24;
}
.loan-apply-widget .select-location .es-list {
  margin-top: 23px;
}

.apply-loan-area {
  font-size: 12px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

.es-list {
  scrollbar-color: #dededee7 #f1f1f1da;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}
.es-list::-webkit-scrollbar {
  width: 5px;
}
.es-list::-webkit-scrollbar-track {
  background: #f1f1f1da;
}
.es-list::-webkit-scrollbar-thumb {
  background: #dededee7;
  border-radius: 5px;
}

/*----------------------------------------*/
/*   Calculaor widget CSS
  /*----------------------------------------*/
.calculator-widget .single-calculator-widget {
  padding: 42px 50px;
  border: 1px solid #dcdee0;
  border-radius: 10px;
}
.calculator-widget .single-calculator-widget .single-range .range-header h6 {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
}
.calculator-widget .single-calculator-widget .single-range .range-header input {
  height: 37px;
  border-radius: 4px;
  border: 1px solid #dcdee0;
  background-color: #fff;
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-text-color);
  font-weight: 500;
  width: 150px;
  text-align: center;
}
.calculator-widget .single-calculator-widget .single-range .range-header input:focus {
  border-color: #0050b2;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--primary-color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item {
  border: none;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
  border-radius: 15px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--theme-text-color);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
.calculator-widget .interestBox {
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #dcdee0;
}
.calculator-widget .interestBox p {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--theme-title-color);
}
.calculator-widget .interestBox span {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  margin-top: 10px;
  display: inline-block;
}
.calculator-widget .calculator-result-widget {
  padding: 50px 45px;
  border: 1px solid #dcdee0;
  border-radius: 10px;
}
.calculator-widget .calculator-result-widget h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  color: var(--theme-title-color);
  margin: 0;
}
.calculator-widget .calculator-result-widget h6::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -16px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.calculator-widget .calculator-result-widget span {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  font-size: 14px;
}
.calculator-widget .calculator-result-widget p {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.calculator-widget .calculator-result-widget .emi-amount h6::before {
  background-color: var(--primary-color);
}
.calculator-widget .calculator-result-widget .emi-amount p {
  color: var(--primary-color);
}
.calculator-widget .calculator-result-widget .interest-payable h6::before {
  background-color: #a924fa;
}
.calculator-widget .calculator-result-widget .interest-payable p {
  color: #a924fa;
}
.calculator-widget .calculator-result-widget h4 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--theme-text-color);
}
.calculator-widget .calculator-result-widget h1 {
  font-size: 40px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
.calculator-widget .pie-wrapper {
  height: 1em;
  width: 1em;
  margin: 15px;
  position: relative;
  font-size: 8em;
}
.calculator-widget .pie-wrapper .pie {
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  clip: rect(0, 1em, 1em, 0.5em);
  left: 7px;
  position: absolute;
  top: 7px;
}
.calculator-widget .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #a924fa;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.calculator-widget .pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.1em solid #0050b2;
  border-radius: 50%;
}

.calculator-widget-2 {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.calculator-widget-2 .single-calculator-widget {
  padding: 40px 68px;
  padding-right: 10px;
}
.calculator-widget-2 .single-calculator-widget h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #18181b;
}
.calculator-widget-2 .single-calculator-widget .single-range {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
}
.calculator-widget-2 .single-calculator-widget .single-range .tab-content {
  width: calc(100% - 180px);
}
.calculator-widget-2 .single-calculator-widget .single-range .tab-content .noUi-horizontal {
  width: 100%;
}
.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal {
  width: calc(100% - 180px);
  height: 9px;
  background-color: #edeff3;
  border-radius: 5px;
}
.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -11px;
  border-radius: 50%;
  background-color: #fff;
  top: -7px;
  box-shadow: 0px 8px 10px 0px #bdc5d6cc;
  cursor: pointer;
}
.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-pips {
  display: none;
}
.calculator-widget-2 .single-calculator-widget .single-range .noUi-horizontal .noUi-connects {
  border-radius: 5px;
}
.calculator-widget-2 .single-calculator-widget .single-range h6 {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
}
.calculator-widget-2 .single-calculator-widget .single-range .input-group {
  border: 1px solid #cccccc;
  border-radius: 6px;
  flex: 1;
  overflow: hidden;
}
.calculator-widget-2 .single-calculator-widget .single-range .input-group .input-group-text {
  width: 48px;
  background-color: #f8f9fe;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #a3aec2;
  padding: 0;
  border: none;
  border-radius: 6px;
  justify-content: center;
  text-transform: capitalize;
}
.calculator-widget-2 .single-calculator-widget .single-range input[type=text] {
  height: 47px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #18181b;
  width: 105px;
  text-align: start;
  padding-left: 14px;
  border: none;
}
.calculator-widget-2 .single-calculator-widget .single-range input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs {
  background-color: rgba(0, 80, 178, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar {
  position: absolute;
  height: 29px;
  left: 95px;
  width: 81px;
  border-radius: 15px;
  background-color: var(--primary-color);
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .active_bar.left {
  width: 95px;
  left: 0;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item {
  border: none;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
  border-radius: 15px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  height: 30px;
  line-height: 29px;
  padding: 0 25px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--theme-text-color);
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
.calculator-widget-2 .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
  color: #fff;
}
.calculator-widget-2 .single-calculator-widget .range-label {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #788694;
  margin-bottom: 5px;
}
.calculator-widget-2 .single-calculator-widget .loan-type-select {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
  margin-top: 10px;
  border-bottom: none;
}
.calculator-widget-2 .single-calculator-widget .loan-type-select button {
  border: 1px solid #cccccc;
  padding: 8px 20px;
  border-radius: 6px;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6a737c;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.calculator-widget-2 .single-calculator-widget .loan-type-select button.active {
  box-shadow: 0px 8px 20px 0px #E31E24;
  background-color: #E31E24;
  border-color: #E31E24;
  color: #fff;
}
.calculator-widget-2 .calculator-result-widget {
  padding: 40px;
  background-color: #f8f9fe;
}
.calculator-widget-2 .pie-wrapper {
  height: 1em;
  width: 1em;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  font-size: 16em;
}
.calculator-widget-2 .pie-wrapper .label {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  color: #6a737c;
  cursor: default;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calculator-widget-2 .pie-wrapper .label h2 {
  font-family: "Mukta", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 24px;
  color: #18181b;
  margin-bottom: 0;
  margin-top: 14px;
}
.calculator-widget-2 .pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.calculator-widget-2 .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.09em solid #f97857;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.calculator-widget-2 .pie-wrapper .circle-border {
  height: 100%;
  width: 100%;
  border: 0.09em solid #E31E24;
  border-radius: 50%;
}
.calculator-widget-2 .graph-indicator {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #788694;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.calculator-widget-2 .graph-indicator span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E31E24;
  margin-right: 8px;
}
.calculator-widget-2 .graph-indicator span.orange-dot {
  background-color: #f97857;
}
.calculator-widget-2 .loan-calculation {
  margin-top: 45px;
}
.calculator-widget-2 .loan-calculation li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-family: "Mukta", sans-serif;
}
.calculator-widget-2 .loan-calculation li:last-child {
  border-top: 1px solid #d9dbe5;
  padding-top: 18px;
}
.calculator-widget-2 .loan-calculation li .label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #6a737c;
  display: inline-block;
}
.calculator-widget-2 .loan-calculation li .amount {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #18181b;
  display: inline-block;
  text-transform: capitalize;
}
.calculator-widget-2 .loan-start-date {
  gap: 24px;
  margin-top: 76px;
}
.calculator-widget-2 .loan-start-date .inp-container {
  position: relative;
}
.calculator-widget-2 .loan-start-date .inp-container::before {
  content: "";
  position: absolute;
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  content: "3";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #0050b2;
  opacity: 0;
  visibility: hidden;
}
.calculator-widget-2 .loan-start-date .inp-container:hover::before {
  opacity: 1;
  visibility: visible;
}
.calculator-widget-2 .loan-start-date input {
  margin-top: 12px;
  width: 240px;
  border-radius: 6px;
  height: 47px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0 16px;
  background-color: transparent;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #a3aec2;
  position: relative;
}
.calculator-widget-2 .loan-start-date input::placeholder {
  color: #a3aec2;
}
.calculator-widget-2 .loan-start-date input.active, .calculator-widget-2 .loan-start-date input:hover {
  border: 1px solid #cccccc;
  color: #18181b;
}
.calculator-widget-2 .loan-start-date input.active::placeholder, .calculator-widget-2 .loan-start-date input:hover::placeholder {
  color: #18181b;
}

.calculator-area-2 {
  background: url("../img/home-5/calculator-bg.png"), #dcdee0;
  padding: 50px 0;
  overflow: hidden;
}

/*----------------------------------------*/
/*   Stepper widget CSS
  /*----------------------------------------*/
.stepper-widget ul {
  position: relative;
  z-index: 1;
}
.stepper-widget ul::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: 10px;
  z-index: -1;
  border-left: 2px solid #dcdee0;
}
.stepper-widget ul li {
  margin: 60px 0;
  position: relative;
}
.stepper-widget ul li:last-child::before {
  display: none;
}
.stepper-widget ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -35px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dcdee0;
}
.stepper-widget ul li.complete a {
  color: var(--theme-text-color);
}
.stepper-widget ul li.complete a .number {
  background-color: #fff;
  border-color: #2ac769;
}
.stepper-widget ul li.complete a .number span {
  display: none;
}
.stepper-widget ul li.complete a .number i {
  color: #2ac769;
  display: block;
}
.stepper-widget ul li.active a {
  color: var(--primary-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.stepper-widget ul li.active a .number {
  background-color: var(--primary-color);
  border: none;
  color: #fff;
}
.stepper-widget ul li.active a .number span {
  color: #fff;
}
.stepper-widget ul li a {
  display: inline-block;
  font-size: 18px;
  color: #9199a1;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.stepper-widget ul li a .number {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f5f7fa;
  border: 1.5px solid #dcdee0;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin-right: 15px;
}
.stepper-widget ul li a .number span {
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.stepper-widget ul li a .number i {
  display: none;
  font-size: 16px;
  line-height: 28px;
}

/*----------------------------------------*/
/*   Loan Details Widget CSS
/*----------------------------------------*/
.loan-details-widget {
  padding: 50px 53px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
  padding-bottom: 100px;
}
.loan-details-widget .select-loan-type-radio {
  display: none;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type {
  background-color: var(--primary-color);
  cursor: pointer;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type span {
  color: #fff;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img {
  display: none;
}
.loan-details-widget .select-loan-type-radio:checked ~ .loan-type img + img {
  display: inline-block;
}
.loan-details-widget .loan-type {
  background-color: rgba(0, 80, 178, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease-out;
  display: block;
}
.loan-details-widget .loan-type:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}
.loan-details-widget .loan-type:hover span {
  color: #fff;
}
.loan-details-widget .loan-type:hover img {
  display: none;
}
.loan-details-widget .loan-type:hover img + img {
  display: inline-block;
}
.loan-details-widget .loan-type span {
  display: block;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  font-size: 16px;
  margin-top: 14px;
  text-transform: capitalize;
}
.loan-details-widget .loan-type img + img {
  display: none;
}
.loan-details-widget .label {
  font-size: 16px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.loan-details-widget .form-check .form-check-label {
  color: #9199a1;
}
.loan-details-widget .form-check .form-check-input:checked[type=radio] ~ .form-check-label {
  color: #6a737c;
}
.loan-details-widget .form-control {
  border-color: #dcdee0;
  height: 45px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.loan-details-widget .form-control::placeholder {
  color: #9199a1;
}
.loan-details-widget .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.loan-details-widget .input-field {
  position: relative;
}
.loan-details-widget .input-field span {
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 15px;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #a8a8b2;
}
.loan-details-widget .input-field .form-control {
  padding-left: 30px;
}
.loan-details-widget .iti {
  width: 100%;
}
.loan-details-widget .nice-select {
  height: 45px;
  border-color: #dcdee0;
  display: inline-block;
  float: inherit;
}
.loan-details-widget .nice-select:focus {
  border-color: var(--primary-color);
}
.loan-details-widget .nice-select .current {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #9199a1;
}
.loan-details-widget .nice-select .list {
  width: 100%;
}
.loan-details-widget .dob .nice-select {
  margin-right: 15px;
  width: 100%;
}
.loan-details-widget .dob .nice-select .list {
  max-height: 350px;
  overflow-y: scroll;
  scrollbar-color: #dededee7 #f1f1f1da;
  scrollbar-width: thin;
  /* Track */
  /* Handle */
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar {
  width: 4px;
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1da;
}
.loan-details-widget .dob .nice-select .list::-webkit-scrollbar-thumb {
  background: #dededee7;
  border-radius: 5px;
}
.loan-details-widget .nav-btn a,
.loan-details-widget .nav-btn button {
  border-radius: 5px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}
.loan-details-widget .nav-btn a i,
.loan-details-widget .nav-btn button i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}
.loan-details-widget .nav-btn a.prev-btn i,
.loan-details-widget .nav-btn button.prev-btn i {
  margin-right: 5px;
  margin-left: 0px;
}
.loan-details-widget .doc-info {
  display: flex;
}
.loan-details-widget .doc-info span {
  display: inline-block;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  margin-right: 15px;
}
.loan-details-widget .doc-info p {
  display: inline-block;
  display: inline-block;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

/*----------------------------------------*/
/*   New Version
/*----------------------------------------*/
.loan-slider .slick-list {
  padding-top: 65px;
  padding-bottom: 60px;
  margin: 0 -24px;
  padding-right: 12px;
  padding-left: 12px;
}
.loan-slider .slick-arrow {
  font-size: 22px;
  height: 70px;
  width: 70px;
  border: 1px solid #e7e7e8;
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #6a737c;
  line-height: 67px;
  z-index: 1;
  top: 55%;
  transition: all 0.3s ease;
}
.loan-slider .slick-arrow::before {
  display: none;
}
.loan-slider .slick-arrow:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.loan-slider .slick-arrow:hover i {
  color: #fff;
}
.loan-slider .slick-arrow i {
  vertical-align: middle;
}
.loan-slider .slick-prev {
  left: -240px;
}
.loan-slider .slick-next {
  right: -240px;
}
.loan-slider .slick-dots {
  bottom: inherit;
}
.loan-slider .slick-dots li {
  margin: 0 15px;
}
.loan-slider .slick-dots li.slick-active button {
  background-color: #0050b2;
}
.loan-slider .slick-dots li.slick-active button::after {
  transform: scale(1);
}
.loan-slider .slick-dots li button {
  background-color: #d4d4d4;
  border: none;
  position: relative;
  z-index: 1;
}
.loan-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #0050b2;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
}
.loan-slider .single-slide {
  background-color: #f6f6f6;
  border-radius: 8px;
  text-align: center;
  padding: 0px 30px 50px;
  margin: 0 12px;
  transition: all 0.3s ease-out;
}
.loan-slider .single-slide:hover {
  background-color: #fff;
  box-shadow: 0px 16px 60px 0px rgba(63, 93, 101, 0.2);
}
.loan-slider .single-slide .icon {
  margin: auto;
  transform: translateY(-43px);
  height: 104px;
  width: 104px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 104px;
  text-align: center;
  box-shadow: 0px 8px 40px 0px #3f5d6533;
}
.loan-slider .single-slide .icon img {
  display: inline-block;
}
.loan-slider .single-slide h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #010201;
  margin-bottom: 16px;
}
.loan-slider .single-slide p {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--theme-text-color);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Testimonial CSS
/*----------------------------------------*/
.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-80%, -50%);
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.75) !important;
  font-size: 24px !important;
  color: #9199a1 !important;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px #1455a647;
  outline: none;
  z-index: 999;
  transition: all 0.3s ease-out;
}
.testimonial-slider .slick-arrow:hover {
  box-shadow: 0px 5px 12px 0px #334d7240;
}
.testimonial-slider .slick-arrow:hover i {
  color: #1456a6;
}
.testimonial-slider .slick-arrow::before {
  display: none;
}
.testimonial-slider .slick-arrow i {
  display: inline-block;
  line-height: 4px;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: calc((100vw - 1200px) / 2);
}
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(0);
  }
}
.testimonial-slider .slick-arrow.slick-next {
  right: calc((100vw - 1200px) / 2);
  transform: translate(80%, -50%);
}
@media only screen and (max-width: 1280px) and (min-width: 1200px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(0);
  }
}
.testimonial-slider .slick-list .slick-track .slick-slide {
  opacity: 40%;
  margin: 0 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.testimonial-slider .slick-list .slick-track .slick-slide.slick-center, .testimonial-slider .slick-list .slick-track .slick-slide.slick-active {
  opacity: 1;
}
.testimonial-slider .slick-list .slick-track .slick-slide.slick-center .testimonial-widget, .testimonial-slider .slick-list .slick-track .slick-slide.slick-active .testimonial-widget {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}

.testimonial-area .section-title h2 {
  margin-top: -6px;
}

.testimonial-slider-2 {
  position: relative;
}
.testimonial-slider-2 .slick-slide {
  margin-bottom: 77px;
}
.testimonial-slider-2 .slick-arrow {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: -10px;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  box-shadow: var(--theme-dropshadow);
  font-size: 18px;
  color: #a0a4a8;
  z-index: 1;
}
.testimonial-slider-2 .slick-arrow:hover {
  box-shadow: 0 5px 15px 0 rgba(51, 77, 114, 0.1);
  color: var(--theme-title-color);
}
.testimonial-slider-2 .slick-arrow.slick-next {
  left: 55px;
}

.testimonial-slider-3 .slick-slide {
  margin-bottom: 77px;
}

.testimonial-widget {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.testimonial-widget::after {
  content: "\f10e";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 75px;
  text-rendering: auto;
  position: absolute;
  right: 80px;
  bottom: 40px;
  color: var(--theme-text-color);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  opacity: 0.1;
  font-weight: 900;
}
.testimonial-widget .author-img {
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.testimonial-widget .author-img img {
  width: auto;
  height: 100%;
}
.testimonial-widget .testimonial-content {
  padding: 20px;
}
.testimonial-widget .testimonial-content .watch-button {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  margin-bottom: 15px;
}
.testimonial-widget .testimonial-content .watch-button a {
  display: inline-block;
}
.testimonial-widget .testimonial-content .watch-button i {
  height: 30px;
  width: 30px;
  background-image: linear-gradient(to bottom, #4b8fe3 0%, #1455a6 100%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  margin-right: 8px;
}
.testimonial-widget .testimonial-content h2 {
  font-size: 36px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  margin: 0;
}
.testimonial-widget .testimonial-content p {
  font-size: 18px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin: 30px 0 28px 0;
  line-height: 30px;
}
.testimonial-widget .testimonial-content .author-info h4 {
  font-size: 24px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 39px;
}
.testimonial-widget .testimonial-content .author-info span {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-widget-2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 25px;
}
.testimonial-widget-2 img {
  width: 100%;
  height: auto;
}
.testimonial-widget-2 .client-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 0 22px 20px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, rgba(23, 29, 36, 0.02), rgba(23, 29, 36, 0.5), rgba(23, 29, 36, 0.85));
}
.testimonial-widget-2 .client-info p {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.testimonial-widget-2 .client-info span {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 14.5px;
}

.testimonial-widget-3 {
  position: relative;
}
.testimonial-widget-3 .client-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-widget-3 .client-img img {
  width: 100%;
}
.testimonial-widget-3 .client-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: inline-block;
  line-height: 45px;
}
.testimonial-widget-3 .client-img .play-btn i {
  background: var(--primary-color);
  text-shadow: 0 7px 15px rgba(0, 80, 178, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}
.testimonial-widget-3 .client-img .caption {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  padding: 22px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 24px;
  background-image: linear-gradient(to bottom, rgba(23, 29, 36, 0), rgba(23, 29, 36, 0.75), #171d24);
}
.testimonial-widget-3 .client-img .caption::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(247, 250, 252, 0.4);
  font-size: 30px;
  font-weight: 900;
  right: 30px;
}
.testimonial-widget-3 .client-info {
  margin: 20px 0 0 20px;
  position: absolute;
  top: 100%;
  left: 0px;
}
.testimonial-widget-3 .client-info h6 {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.testimonial-widget-3 .client-info span {
  font-size: 14px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 22px;
}

/*----------------------------------------*/
/*  What Our Client Says CSS
/*----------------------------------------*/
.client-area {
  background-color: #fff;
}
.client-area .client-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}
.client-area .client-slider .slick-dots {
  bottom: inherit;
}
.client-area .client-slider .slick-dots li.slick-active button {
  background-color: #5d5d66;
  border-color: #5d5d66;
}
.client-area .client-slider .single-client {
  padding: 20px 25px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 55px 15px;
  border-radius: 10px;
}
.client-area .client-slider .single-client:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}
.client-area .client-slider .single-client img {
  border-radius: 50%;
  margin-top: -55px;
  width: auto !important;
}
.client-area .client-slider .single-client .quote {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #5d5d66;
  margin: 25px 0 39px 0;
  position: relative;
}
.client-area .client-slider .single-client .quote::after {
  content: "\f10e";
  position: absolute;
  bottom: -15px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: #6d27e5;
  font-size: 25px;
  opacity: 0.3;
}
.client-area .client-slider .single-client .client-info {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
  align-items: center;
}
.client-area .client-slider .single-client .client-info p {
  font-size: 17px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #171717;
  text-transform: capitalize;
  line-height: 28px;
}
.client-area .client-slider .single-client .client-info .role {
  display: inline-block;
  font-size: 12px;
  color: #848d95;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 19px;
}
.client-area .client-slider .single-client .client-info .rating a i {
  color: #efba34;
  font-size: 14px;
}

/*----------------------------------------*/
/*  New Version
/*----------------------------------------*/
.client-area-2 {
  background-color: #f4f5f6;
}

.client-slider-2 .slick-list {
  margin: 0 -20px;
  padding: 0 10px;
}
.client-slider-2 .slick-arrow {
  font-size: 22px;
  height: 70px;
  width: 70px;
  border: 1px solid #6a737c;
  border-radius: 50%;
  color: #6a737c;
  line-height: 70px;
  background-color: transparent;
  z-index: 1;
  top: 43%;
  transition: all 0.3s ease;
}
.client-slider-2 .slick-arrow::before {
  display: none;
}
.client-slider-2 .slick-arrow:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.client-slider-2 .slick-arrow:hover i {
  color: #fff;
}
.client-slider-2 .slick-prev {
  left: -240px;
}
.client-slider-2 .slick-next {
  right: -240px;
}
.client-slider-2 .slick-dots {
  bottom: inherit;
}
.client-slider-2 .slick-dots li {
  margin: 0 15px;
}
.client-slider-2 .slick-dots li.slick-active button {
  background-color: #0050b2;
}
.client-slider-2 .slick-dots li.slick-active button::after {
  transform: scale(1);
}
.client-slider-2 .slick-dots li button {
  background-color: #d4d4d4;
  border: none;
  position: relative;
  z-index: 1;
}
.client-slider-2 .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #0050b2;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
}
.client-slider-2 .single-client {
  padding: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 55px 10px;
  margin-bottom: 70px;
  border-radius: 8px;
  background-color: #fff;
}
.client-slider-2 .single-client:hover {
  box-shadow: 0px 16px 74px 0px #5f7a9459;
}
.client-slider-2 .single-client img {
  border-radius: 50%;
  width: auto !important;
}
.client-slider-2 .single-client .quote {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #2d3132;
  margin: 20px 0 30px 0;
}
.client-slider-2 .single-client .rating a i {
  color: #f8af41;
  font-size: 16px;
}
.client-slider-2 .single-client .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.client-slider-2 .single-client .client-info p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: #2d3132;
  text-transform: capitalize;
  line-height: 20px;
}
.client-slider-2 .single-client .client-info .role {
  display: inline-block;
  font-size: 14px;
  color: #6c6f70;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 19px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   SideBar CSS
/*----------------------------------------*/
.sidebar-header .sidebar-title h4 {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
}
.sidebar-header .nice-select::after {
  display: none;
}
.sidebar-header .nice-select.open::before {
  transform: translateY(-50%) rotate(-180deg);
}
.sidebar-header .nice-select::before {
  content: "3";
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 10px;
  color: #6a737c;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.15s ease-in-out;
}
.sidebar-header .nice-select .current {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

.right-sidebar-widget .widget-content ul li {
  line-height: 40px;
}
.right-sidebar-widget .widget-content ul li span {
  font-size: 16px;
  color: var(--theme-text-color);
}
.right-sidebar-widget .widget-content ul li .name {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  margin-right: 5px;
}
.right-sidebar-widget .widget-content ul li .value {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

.sticky_sidebar_widget {
  position: sticky;
  top: 90px;
  left: 0;
}

.single-sidebar-widget {
  border-radius: 6px;
  background-color: #fff;
}
.single-sidebar-widget .form-check .form-check-input:checked[type=radio] ~ .form-check-label {
  color: var(--primary-color);
}
.single-sidebar-widget.widget-shadow {
  box-shadow: var(--theme-dropshadow);
}
.single-sidebar-widget.widget-border {
  border: 1px solid #dcdee0;
  box-sizing: border-box;
}
.single-sidebar-widget .widget-title {
  background-color: #dcdee0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px 0 20px 25px;
}
.single-sidebar-widget .widget-title h5 {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  margin: 0;
}
.single-sidebar-widget .form-control {
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  border-color: transparent;
  color: #a8a8b2;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
}
.single-sidebar-widget .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.single-sidebar-widget .form-control:placeholder-shown {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #9199a1;
}
.single-sidebar-widget .input-search-field input {
  padding: 0 24px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.single-sidebar-widget .input-search-field input::placeholder {
  color: #9199a1;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.single-sidebar-widget .input-search-field .btn {
  background-color: #6a737c;
  height: 60px;
  vertical-align: middle;
  padding: 19px 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
.single-sidebar-widget .input-search-field .btn i {
  font-size: 20px;
  color: #fff;
  transform: rotate(270deg);
  display: inline-block;
}
.single-sidebar-widget .select-location {
  position: relative;
}
.single-sidebar-widget .select-location .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0);
}
.single-sidebar-widget .select-location .arrow-icon i {
  display: inline-block;
  font-size: 20px;
  color: #9199a1;
}
.single-sidebar-widget .select-location .es-input {
  background-image: none;
}

.catagory-list-widget .catagory-list .catagory-item .catagory-link {
  display: flex;
  justify-content: space-between;
  padding: 9px 20px 9px 52px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  transition: all 0.3s ease-out;
  line-height: 22px;
  position: relative;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link::before {
  content: "N";
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  color: var(--primary-color);
  left: 20px;
  top: 14px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link.active {
  color: var(--primary-color);
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link.active::before {
  visibility: visible;
  opacity: 1;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link:hover {
  background-color: #f5f7fa;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link .text {
  font-size: 14px;
}
.catagory-list-widget .catagory-list .catagory-item .catagory-link .number {
  font-size: 12px;
}

/*----------------------------------------*/
/*  Job Details CSS
/*----------------------------------------*/
.job-post-widget .single-job-post {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  box-shadow: var(--theme-dropshadow);
}
.job-post-widget .single-job-post:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}
.job-post-widget .single-job-post:hover .job-title {
  color: var(--primary-color);
}
.job-post-widget .single-job-post .post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.job-post-widget .single-job-post .post-header .timestamp {
  font-size: 14px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.job-post-widget .single-job-post .post-content {
  margin-top: 25px;
}
.job-post-widget .single-job-post .post-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 26px;
}

.job-description-widget .single-description-para {
  margin-top: 25px;
}
.job-description-widget .single-description-para h6 {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 29.4px;
}
.job-description-widget .single-description-para h6 span {
  color: #fb4e4e;
}
.job-description-widget .single-description-para p {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.job-description-widget .single-description-para ul li {
  margin-top: 7px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.job-description-widget .single-description-para ul li::before {
  content: "^";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.job-description-widget .single-description-para .text_body_color {
  color: #6c6c73;
}
.job-description-widget .note-text p {
  font-size: 18px;
  color: #6c6c73;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
}
.job-description-widget .note-text p span {
  font-size: 18px;
  color: #45454d;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.job-description-widget .custom-btn i {
  transform: translate(0);
  margin-right: 5px;
}
.job-description-widget .custom-btn:hover i {
  transform: translate(0);
}

.job-application-modal {
  z-index: 9999;
}
.job-application-modal .modal-dialog {
  max-width: 768px;
}
.job-application-modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: 1px solid #dcdee0;
  box-shadow: 0 15px 50px 0 rgba(20, 86, 166, 0.15);
}
.job-application-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 60px;
}
.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn {
  color: var(--theme-text-color);
}
.job-application-modal .modal-dialog .modal-content .modal-body .theme-btn:hover {
  color: #fff;
}
.job-application-modal .modal-dialog .dropzone {
  padding: 20px 0;
  background-color: #fff;
  border: 2px dashed #dcdee0;
  border-radius: 5px;
}
.job-application-modal .modal-dialog .dropzone:hover {
  border-color: var(--primary-color);
}
.job-application-modal .modal-dialog .dropzone .dz-message .dz-button {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 0;
}
.job-application-modal .label {
  font-size: 16px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.job-application-modal .label span {
  color: #fb4e4e;
}
.job-application-modal .job-title {
  font-size: 24px;
}
.job-application-modal .form-control {
  height: 50px;
}
.job-application-modal textarea {
  height: inherit !important;
}
.job-application-modal .support {
  font-size: 14px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.job-application-modal .iti {
  width: 100%;
}

/*.modal-backdrop {
  z-index: 9998;
  background-color: #172d42;
}*/
.modal-backdrop.show {
  opacity: 20%;
}

/*----------------------------------------*/
/*  Feature Job Post CSS
/*----------------------------------------*/
.feature-job-tab .feature-job-list {
  display: flex;
  border: none;
  flex-direction: column;
}
.feature-job-tab .feature-job-list li {
  margin: 12px 0;
}
.feature-job-tab .feature-job-list li a {
  border: none;
  background-color: transparent;
  padding: 0;
}

.single-feature-job {
  border-radius: 5px;
  box-shadow: 0 0.3px 0.9px 0 rgba(20, 85, 166, 0.1), 0 1.6px 3px 0 rgba(20, 85, 166, 0.13);
  background-color: #fff;
  padding: 30px;
  transition: all 0.3s ease-out;
}
.single-feature-job:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}
.single-feature-job:hover .job-title {
  color: var(--primary-color);
}

.job-title {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

.job-location {
  font-size: 14px;
  color: #787880;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.job-location i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #787880;
  margin-right: 5px;
}

.job-catagory {
  font-size: 14px;
  color: #787880;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.job-catagory span {
  color: var(--primary-color);
}

.feature-job-description {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #dcdee0;
  background-color: #f5f7fa;
}
.feature-job-description p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
  line-height: 26px;
}

/*----------------------------------------*/
/*  Search Job CSS
/*----------------------------------------*/
.search-job {
  top: 0%;
  transform: translateY(-50%);
  box-shadow: 0 10px 30px 0 rgba(20, 86, 166, 0.05);
  padding: 50px 50px 60px 50px;
}
.search-job h4 {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.search-job p {
  font-size: 18px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.search-job .search-box {
  border: 1px solid var(--theme-border-color);
  border-radius: 6px;
}
.search-job .search-box .input-field {
  position: relative;
}
.search-job .search-box .input-field span {
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 15px;
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #a8a8b2;
}
.search-job .search-box .input-field .form-control {
  padding-left: 49px;
  border: none;
  height: 45px;
  color: #a8a8b2;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.search-job .search-box .input-field .form-control:focus {
  box-shadow: none;
}
.search-job .search-box .input-field .form-control::placeholder {
  color: #a8a8b2;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.search-job .search-box .custom-btn {
  line-height: 48px;
  border-radius: 6px;
  padding: 0 40px;
  transition: all 0.3s ease-out;
}
.search-job .search-box .custom-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Frequently asked questions CSS
/*----------------------------------------*/
.faq-area-2 .single-widget-one {
  border: 1px solid #dcdee0;
  box-shadow: none;
}
.faq-area-2 .single-widget-one:hover {
  border-color: transparent;
}

.faq-widget .single-widget-one {
  display: flex;
  padding: 30px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  border-radius: 6px;
  margin-top: 30px;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.faq-widget .single-widget-one:hover {
  box-shadow: 0 20px 45px rgba(51, 77, 114, 0.15);
}
.faq-widget .widget-icon {
  margin-right: 20px;
}
.faq-widget .widget-icon i {
  font-size: 25px;
  color: var(--primary-color);
  display: inline-block;
  margin-top: 9px;
}
.faq-widget .faq-header h4 {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding-right: 20px;
}
.faq-widget .faq-header h4 i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--theme-text-color);
}
.faq-widget .faq-header h4 i + i {
  display: block;
  color: var(--theme-title-color);
}
.faq-widget .faq-header h4.collapsed i {
  display: block;
}
.faq-widget .faq-header h4.collapsed i + i {
  display: none;
}
.faq-widget .faq-body p {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  line-height: 26px;
}

.faq-widget-2 {
  border-radius: 10px;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: var(--theme-dropshadow);
}
.faq-widget-2 .single-widget-one {
  padding: 19px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #dcdee0;
}
.faq-widget-2 .single-widget-one:first-child {
  padding-top: 0;
}
.faq-widget-2 .single-widget-one:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq-widget-2 .faq-header h6 {
  color: #E31E24;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.faq-widget-2 .faq-header h6 i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  display: none;
  color: var(--primary-color);
}
.faq-widget-2 .faq-header h6 i + i {
  display: block;
}
.faq-widget-2 .faq-header h6.collapsed {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.faq-widget-2 .faq-header h6.collapsed i {
  color: #52575c;
  display: block;
}
.faq-widget-2 .faq-header h6.collapsed i + i {
  display: none;
}
.faq-widget-2 .faq-body p {
  font-size: 16px;
  color: var(--theme-text-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-top: 32px;
}

.advisor-area .section-title h2 {
  margin-top: -9px;
}
.advisor-area .advisor-img {
  position: relative;
}
.advisor-area .advisor-img .main-img {
  border-radius: 15px;
}
.advisor-area .advisor-img img {
  width: 100%;
  height: auto;
}
.advisor-area .advisor-img .shape {
  position: relative;
  z-index: -1;
}
.advisor-area .advisor-img .shape .box {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
  height: auto;
  width: auto;
  transform: translate(45%, -45%);
}
.advisor-area .advisor-img .shape .circle-shape {
  display: inline-block;
  position: absolute;
  top: -45px;
  z-index: -2;
  right: -35px;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ffd9a0;
  box-sizing: content-box;
  animation: pulse 5s infinite;
}
.advisor-area .advisor-img .work-time {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 30px;
  border-radius: 20px;
  background-color: rgba(13, 27, 43, 0.6);
  font-size: 14px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  padding: 9px 26px;
}
.advisor-area .advisor-img .work-time .circle-shape {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.advisor-area .advisor-img .work-time .circle-shape::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.advisor-area .advisor-img .work-time span {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
}
.advisor-area .theme-btn-primary_alt i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  New Version
/*----------------------------------------*/
.faq-area-3 {
  background-color: #101010;
  padding: 120px 0;
  color: #fff;
}
.faq-area-3 .faq-img {
  border-radius: 8px;
}
.faq-area-3 .subtitle {
  font-family: "Mukta";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #a7b4c0;
  display: inline-block;
  margin-bottom: 4px;
}
.faq-area-3 h1 {
  font-family: "Mukta";
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  color: #fff;
}
.faq-area-3 h1 .underline-shape::after {
  background-color: #f57950;
}
.faq-area-3 .single-faq {
  border-bottom: 1px solid #c3cbd2;
  padding: 14px 0;
}
.faq-area-3 .faq-widget .more-contact {
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-top: 32px;
}
.faq-area-3 .faq-widget .more-contact a {
  text-decoration: underline;
  margin-left: 8px;
}
.faq-area-3 .faq-widget .faq-header h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.faq-area-3 .faq-widget .faq-header h4 i {
  color: #fff;
  background-color: #0050b2;
  border-radius: 50%;
  font-size: 17px;
  padding: 2px;
}
.faq-area-3 .faq-widget .faq-body p {
  color: #eeeeee;
  margin-top: 12px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Fast Security and Easy Loan CSS
/*----------------------------------------*/
.fast-e-loan .apply-topics ul li {
  font-size: 16px;
  color: var(--theme-text-color);
  margin-top: 23px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.fast-e-loan .apply-topics ul li i {
  margin-right: 8px;
}
.fast-e-loan .apply-topics ul li:first-child {
  margin-top: 0;
}
.fast-e-loan .learn-more ul li {
  background-color: #f5f7fa;
  color: #6a737c;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  border-radius: 4px;
  padding: 8px 20px 11px 18px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}
.fast-e-loan .learn-more ul li span {
  color: var(--primary-color);
  margin-right: 8px;
}
.fast-e-loan .learn-more ul li:first-child {
  margin-top: 0;
}

/*----------------------------------------*/
/*   Manage Corporate Finace CSS
  /*----------------------------------------*/
.manage-c-finance {
  background-color: #e6f2f0;
}

/*----------------------------------------*/
/*   How It Works CSS
  /*----------------------------------------*/
.how-it-work .single-widget {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}
.how-it-work .single-widget.consultation .widget-header {
  background-color: #2f3337;
}
.how-it-work .single-widget.consultation .widget-content li.active .text {
  color: var(--theme-title-color);
}
.how-it-work .single-widget.consultation .widget-content li.active .number {
  box-shadow: 0 5px 15px 0 rgba(60, 65, 70, 0.3);
  background-color: #2f3337;
}
.how-it-work .single-widget.consultation .widget-content li .number {
  background-color: #9199a1;
}
.how-it-work .single-widget .widget-header {
  background-color: var(--primary-color);
  display: flex;
  padding: 25px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
}
.how-it-work .single-widget .widget-header .widget-img {
  margin-right: 30px;
  max-width: 100%;
}
.how-it-work .single-widget .widget-header .widget-title h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
}
.how-it-work .single-widget .widget-header .widget-title p {
  font-size: 16px;
  color: #fff;
  font-family: "Mukta", sans-serif;
}
.how-it-work .single-widget .widget-content {
  background-color: #fff;
  padding: 20px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.how-it-work .single-widget .widget-content::after {
  content: "";
  position: absolute;
  top: 78px;
  left: 57px;
  bottom: 78px;
  border-left: 1px dashed #cacccf;
}
.how-it-work .single-widget .widget-content li {
  transition: all 0.3s ease-out;
  margin: 50px 0;
  display: flex;
  align-items: center;
}
.how-it-work .single-widget .widget-content li.active {
  color: var(--theme-title-color);
}
.how-it-work .single-widget .widget-content li.active .text {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
}
.how-it-work .single-widget .widget-content li.active .number {
  box-shadow: 0 5px 15px 0 rgba(20, 85, 166, 0.3);
  background-color: var(--primary-color);
}
.how-it-work .single-widget .widget-content li .text {
  color: #a8a8b2;
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.how-it-work .single-widget .widget-content li .number {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #7a9fcc;
  color: #fff;
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 20px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*  Security Tips CSS
  /*----------------------------------------*/
.security-area .security-priority {
  background-image: url(../img/security-tips/shape.html);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.security-area .security-priority .shapes img {
  position: absolute;
  animation: pulse 1.5s ease-out infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(1) {
  top: 15%;
  left: 15%;
  animation: floatingBubble 15s linear infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(2) {
  top: 25%;
  left: 40%;
  animation: moveX 15s linear infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(3) {
  right: 35%;
  top: 15%;
  animation: moveY 15s linear infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(4) {
  top: 0%;
  right: 10%;
}
.security-area .security-priority .shapes img:nth-child(5) {
  top: 35%;
  left: 60%;
  animation: floatingBubble2 15s linear infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(6) {
  bottom: 0%;
  left: 15%;
}
.security-area .security-priority .shapes img:nth-child(7) {
  bottom: 25%;
  right: 10%;
  animation: moveY 15s linear infinite alternate both;
}
.security-area .security-priority .shapes img:nth-child(8) {
  top: 5%;
  left: 0%;
  opacity: 0.1;
  animation: none;
}
.security-area .security-priority .shapes img:nth-child(9) {
  bottom: 20%;
  right: 0%;
  opacity: 0.1;
  animation: none;
}
.security-area .security-priority h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.security-area .security-priority p {
  font-size: 18px;
  color: #d8dce0;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.security-area .security-priority p a {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.single-security-widget {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-security-widget:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.1);
}
.single-security-widget img {
  min-height: 235px;
}
.single-security-widget .round-15 {
  border-radius: 15px;
}
.single-security-widget .round-10 {
  border-radius: 10px;
}
.single-security-widget .security-content {
  padding: 30px;
}
.single-security-widget .security-content h4 {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--theme-title-color);
  margin-bottom: 20px;
}
.single-security-widget .security-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}
.single-security-widget .security-content-2 {
  padding: 20px;
}
.single-security-widget .security-content-2 p {
  font-size: 17px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  margin-bottom: 10px;
}
.single-security-widget .security-content-2 .tips-title {
  display: block;
  color: var(--theme-text-color);
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

/*----------------------------------------*/
/*  Help Ad Area CSS
/*----------------------------------------*/
.help-ad-area .main-img {
  border-radius: 10px;
}
.help-ad-area .offers {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: var(--theme-dropshadow);
  position: relative;
  display: inline-block;
  transform: translate(-50px, -65px);
  z-index: 1;
}
.help-ad-area .offers .shape {
  position: absolute;
  left: 97%;
  bottom: -8px;
  z-index: -1;
}
.help-ad-area .offers ul {
  border-radius: 8px;
  padding: 33px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.help-ad-area .offers ul li {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  margin: 8px 0;
}
.help-ad-area .offers ul li span {
  height: 25px;
  width: 25px;
  background-color: rgba(246, 166, 9, 0.25);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
.help-ad-area .offers ul li span i {
  font-size: 14px;
  vertical-align: middle;
  color: var(--theme-title-color);
}
.help-ad-area p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
}

/*----------------------------------------*/
/*  Banca Corporate Area CSS
  /*----------------------------------------*/
.banca-corporate .section-title p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  max-width: 460px;
  margin: auto;
}
.banca-corporate .section-title p span {
  font-size: 22px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
}
.banca-corporate .single-brand {
  display: inline-block;
  transition: all 0.3s ease-out;
  box-shadow: none;
}
.banca-corporate .single-brand:hover {
  box-shadow: var(--theme-dropshadow);
}

/*----------------------------------------*/
/*  Email Alert CSS
/*----------------------------------------*/
.email-alert-widget {
  padding: 53px 69px;
  border-radius: 10px;
  box-shadow: var(--theme-dropshadow);
  text-align: center;
  transition: all 0.3s ease-out;
}
.email-alert-widget:hover {
  box-shadow: 0 5px 15px 0 rgba(51, 77, 114, 0.1);
}
.email-alert-widget h4 {
  font-size: 24px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.email-alert-widget p {
  font-size: 18px;
  color: #6a737c;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.email-alert-widget .form-control {
  height: 60px;
  padding-left: 30px;
  font-size: 16px;
  color: #a8a8b2;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.email-alert-widget .form-control::placeholder {
  font-size: 16px;
  color: #a8a8b2;
}
.email-alert-widget .input-group-append .theme-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/*----------------------------------------*/
/*  Our Offer CSS
  /*----------------------------------------*/
.our-offer .single-offer-box {
  padding: 50px;
  box-shadow: var(--theme-dropshadow);
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.our-offer .single-offer-box:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}
.our-offer .single-offer-box h2 {
  font-size: 36px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: var(--theme-title-color);
  text-transform: capitalize;
}
.our-offer .single-offer-box p {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  margin: 23px 0 35px 0;
}
.our-offer .single-offer-box a {
  font-size: 16px;
  display: inline-block;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--primary-color);
  position: relative;
  text-transform: capitalize;
}
.our-offer .single-offer-box a:hover span::after {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.our-offer .single-offer-box a span {
  position: relative;
}
.our-offer .single-offer-box a span::after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 100%;
  top: 125%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background-color: var(--primary-color);
}
.our-offer .single-offer-box a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Call To Action CSS
/*----------------------------------------*/
.cta {
  background-position: center;
  background-size: auto;
  padding: 70px 110px 70px 100px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: auto;
  bottom: 0;
  transform: translateY(50%);
  left: 15px;
  right: 15px;
}
.cta .shapes img {
  position: absolute;
  animation: pulse 1.5s ease-out infinite alternate both;
}
.cta .shapes img:nth-child(1) {
  right: 5%;
  bottom: 10%;
  animation-delay: 0.2s;
  animation: moveY 15s linear infinite alternate both;
}
.cta .shapes img:nth-child(2) {
  left: 25%;
  bottom: 0;
  animation: none;
}
.cta .shapes img:nth-child(3) {
  left: 50%;
  bottom: 0;
}
.cta .shapes img:nth-child(4) {
  top: 0%;
  right: 0;
  animation-delay: 0.8s;
}
.cta .shapes img:nth-child(5) {
  bottom: 0%;
  left: 0;
  animation-delay: 1.8s;
}
.cta .shapes img:nth-child(6) {
  top: 0%;
  left: 25%;
  animation: none;
}
.cta .bubbles div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.cta .bubbles div:nth-child(1) {
  bottom: 20%;
  left: 5%;
  animation-delay: 0.5s;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}
.cta .bubbles div:nth-child(2) {
  bottom: 65%;
  left: 20%;
  animation-name: floatingBubble2;
  background-color: rgba(246, 166, 9, 0.5);
}
.cta .bubbles div:nth-child(3) {
  bottom: 15%;
  left: 30%;
  animation-delay: 1s;
  animation-name: floatingBubble;
  background-color: rgba(42, 199, 105, 0.5);
}
.cta .bubbles div:nth-child(4) {
  bottom: 50%;
  left: 40%;
  animation-delay: 0.8s;
  animation-name: floatingBubble2;
  animation-direction: alternate-reverse;
  background-color: rgba(255, 255, 255, 0.5);
}
.cta .bubbles div:nth-child(5) {
  bottom: 20%;
  right: 5%;
  animation-delay: 0.5s;
  animation-name: floatingBubble;
  background-color: rgba(246, 166, 9, 0.5);
}
.cta .bubbles div:nth-child(6) {
  bottom: 65%;
  right: 20%;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}
.cta .bubbles div:nth-child(7) {
  bottom: 15%;
  right: 30%;
  animation-delay: 1.1s;
  animation-name: floatingBubble;
  background-color: rgba(42, 199, 105, 0.5);
}
.cta .bubbles div:nth-child(8) {
  bottom: 50%;
  right: 40%;
  animation-delay: 0.2s;
  animation-name: floatingBubble;
  background-color: rgba(255, 255, 255, 0.5);
}
.cta a {
  display: inline-block;
  margin: 0 10px;
}
.cta.cta-bg-primary {
  background-color: var(--primary-color);
  background-image: none;
}
.cta.cta-bg-violet {
  background-color: #5816c5;
}
.cta.cta-2 {
  padding: 80px 70px;
  background-color: var(--theme-color);
}

.cta-3 {
  background-color: #d0f2ec;
  position: relative;
  overflow: hidden;
}
.cta-3 .img-shapes .shape {
  position: absolute;
}
@keyframes WingsOne {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.cta-3 .img-shapes .shape .fly-msg {
  transform: rotate(-30deg);
}
.cta-3 .img-shapes .shape .fly-msg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
  animation-delay: 0.2s;
}
.cta-3 .img-shapes .shape .fly-msg img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
}
.cta-3 .img-shapes .shape:nth-child(1) {
  left: 3%;
  transform-origin: left bottom;
  top: 70%;
}
.cta-3 .img-shapes .shape:nth-child(2) {
  left: 48%;
  top: 10%;
}
.cta-3 .img-shapes .shape:nth-child(3) {
  right: 21%;
  bottom: 0%;
  transform-origin: right bottom;
}
.cta-3 .img-shapes .shape:nth-child(4) {
  right: 10%;
  top: 20%;
}
.cta-3 .cta-content {
  position: relative;
  z-index: 1;
}
.cta-3 .cta-content h5 {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #535a60;
}
.cta-3 .cta-content h2 {
  line-height: 42px;
  margin-bottom: 0;
}
.cta-3 .cta-content .theme-btn {
  background-color: var(--theme-title-color);
  height: 60px;
  line-height: 57px;
  padding: 0 40px;
}
.cta-3 .form-control {
  border-color: #171d24;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  background-color: transparent;
  text-transform: lowercase;
}
.cta-3 .form-control::placeholder {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

.cta-content.text-black h2 {
  color: var(--theme-title-color);
}
.cta-content.text-black p {
  color: #535a60;
}
.cta-content h2 {
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
}
.cta-content p {
  color: #fff;
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.cta-content .theme-btn {
  font-size: 20px;
  height: 66px;
  line-height: 66px;
  padding: 0 50px;
}
.cta-content .cta-text-violet {
  color: #5816c5;
}

.app-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  height: 58px;
  border-radius: 30px;
  padding: 7.5px 23px;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
.app-btn:hover {
  background-color: var(--theme-title-color);
  box-shadow: 0 4px 10px rgba(51, 77, 114, 0.6);
}
.app-btn:hover i {
  color: #fff;
}
.app-btn:hover .btn-text span {
  color: #fff;
}
.app-btn:hover .btn-text p {
  color: #fff;
}
.app-btn i {
  color: var(--theme-title-color);
  font-size: 34px;
  transition: all 0.3s ease-out;
}
.app-btn .btn-text {
  margin-left: 10px;
}
.app-btn .btn-text span {
  font-size: 12px;
  color: var(--theme-title-color);
  margin-bottom: 13px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.app-btn .btn-text p {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.cta-area-2 {
  background-color: #e9f5f3;
}

.help-cta {
  background-color: #d7f2fa;
  background-position: center;
  background-size: cover;
}
.help-cta p {
  color: #535a60;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}

/* New Version */
.cta-4 {
  background-color: #0050b2;
  position: relative;
  padding: 60px 80px;
  z-index: 1;
  border-radius: 8px;
  transform: translateY(50%);
}
.cta-4 .cta-content {
  position: relative;
  z-index: 1;
}
.cta-4 .cta-content h2 {
  font-family: "Mukta";
  font-size: 45px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.02em;
}
.cta-4 .cta-content p {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.cta-4 .cta-content .theme-btn {
  background-color: var(--theme-title-color);
  height: 60px;
  line-height: 57px;
  padding: 0 40px;
}
.cta-4 .cta-content .theme-btn::before {
  background-color: #000;
}
.cta-4 .form-control {
  border-color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  background-color: #fff;
  text-transform: lowercase;
  height: 60px;
  flex: 1;
}
.cta-4 .form-control::placeholder {
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400;
  color: var(--theme-text-color);
  text-transform: capitalize;
}
.cta-4 .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.cta-4 .feature-list i {
  color: #d7d7d7;
  font-size: 16px;
  margin-right: 7px;
}
.cta-4 .feature-list li {
  font-family: "Mukta";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.cta-4 .cta-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-bottom-right-radius: 8px;
}
.cta-4 .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-bottom-right-radius: 8px;
}

.cta-area-3 {
  margin-top: -150px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Safe Deposit Area CSS
/*----------------------------------------*/
.safe-deposit-area .card-img {
  position: relative;
  z-index: 1;
}
.safe-deposit-area .card-img .logo img {
  position: absolute;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: pulse 2s linear infinite;
}
.safe-deposit-area .card-img .logo img:nth-child(1) {
  left: -15%;
  top: 25%;
}
.safe-deposit-area .card-img .logo img:nth-child(2) {
  right: 10%;
  top: 5%;
  animation-delay: 1s;
}
.safe-deposit-area .card-img .bg-img {
  position: absolute;
  bottom: -136px;
  left: -17%;
  z-index: -1;
}
.safe-deposit-area .border-left {
  position: relative;
}
.safe-deposit-area .border-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background-color: var(--primary-color);
}
.safe-deposit-area .payment-system h5 {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
}
.safe-deposit-area .payment-system p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

/*----------------------------------------*/
/*  Customize Card Area CSS
  /*----------------------------------------*/
.customize-card-area {
  overflow: hidden;
}
.customize-card-area .card-img {
  position: relative;
}
.customize-card-area .card-img div {
  position: absolute;
}
.customize-card-area .card-img .shape-1 {
  top: 125px;
  z-index: 3;
  left: 0;
}
.customize-card-area .card-img .shape-2 {
  top: 120px;
  left: 57px;
  z-index: 2;
}
.customize-card-area .card-img .shape-3 {
  top: 0px;
  left: 100px;
  z-index: 1;
}

/*----------------------------------------*/
/*  Why Choose Us Area CSS
  /*----------------------------------------*/
.why-choose-area {
  background: #10121c;
}
.why-choose-area .section-title h2 {
  color: #fff;
}
.why-choose-area .section-title p {
  color: #c8ccd0;
}
.why-choose-area .content-box {
  text-align: center;
  position: relative;
}
.why-choose-area .content-box .line-shape {
  position: absolute;
  left: 50%;
  top: 26%;
  transform: translate(-50%, -50%);
}
.why-choose-area .content-box h4 {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}
.why-choose-area .content-box p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #c8ccd0;
}

/*----------------------------------------*/
/* Credit Card Box widget CSS
  /*----------------------------------------*/
.credit-card-box-widget {
  padding: 5px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dcdee0;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.credit-card-box-widget:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}
.credit-card-box-widget img {
  border-radius: 8px;
}
.credit-card-box-widget .card-content {
  padding: 30px 20px;
}
.credit-card-box-widget .card-content h4 {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
}
.credit-card-box-widget .card-content P {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  line-height: 35px;
}
.credit-card-box-widget .card-content P span {
  margin-right: 15px;
}
.credit-card-box-widget .card-content a {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
}
.credit-card-box-widget .card-content a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0px;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s ease-out;
  left: 0;
}
.credit-card-box-widget .card-content a:hover::after {
  width: 80px;
}
.credit-card-box-widget .card-content a i {
  font-size: 18px;
  vertical-align: middle;
}

/*----------------------------------------*/
/* Market Place Area CSS
  /*----------------------------------------*/
.mplace-logo p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 28px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  News Area CSS
/*----------------------------------------*/
.news-area {
  position: relative;
}
.news-area .news-slider .blog-widget-1 {
  margin: 25px 15px 50px 15px;
}
.news-area .news-slider .slick-list {
  margin: 0 -25px;
  padding: 0 10px;
}
.news-area .news-slider .slick-dots {
  bottom: inherit;
}
.news-area .news-slider .slick-dots li.slick-active button {
  background-color: #5d5d66;
  border-color: #5d5d66;
}

/*----------------------------------------*/
/*  News Area CSS
/*----------------------------------------*/
.articles-area .section-title a {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
}
.articles-area .section-title a i {
  display: inline-block;
  vertical-align: middle;
}

.blog-widget-1 {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-widget-1 img {
  border-radius: 10px;
}
.blog-widget-1:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}
.blog-widget-1:hover .blog-content a i {
  transform: translateY(2px) scaleX(1);
}
.blog-widget-1 .blog-content h4 {
  margin: 20px 0;
}
.blog-widget-1 .blog-content h4 a {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.blog-widget-1 .blog-content P {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  margin-bottom: 20px;
  line-height: 26px;
}
.blog-widget-1 .blog-content .read-more {
  display: inline-block;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-widget-1 .blog-content .read-more i {
  transform-origin: left;
  transform: translateY(2px) scaleX(0);
  transition: transform 0.3s ease-out;
  font-size: 20px;
  display: inline-block;
}
.blog-widget-1 .blog-content h6 {
  margin: 20px 0 30px 0;
}
.blog-widget-1 .blog-content h6 a {
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.blog-widget-1 .blog-content .blog-date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.blog-widget-1 .blog-content .blog-date i {
  font-size: 14px;
  color: var(--theme-text-color);
  vertical-align: middle;
  display: inline-block;
}
.blog-widget-1 .blog-content .blog-date span {
  margin-left: 7px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  font-size: 14px;
}

.blog-widget-2 {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: var(--theme-dropshadow);
  transition: all 0.3s ease-out;
}
.blog-widget-2:hover {
  box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);
}
.blog-widget-2 .blog-img {
  position: relative;
}
.blog-widget-2 .blog-img img {
  width: 100%;
}
.blog-widget-2 .blog-img .catagory {
  position: absolute;
  padding: 5px 12px;
  height: 25px;
  border-radius: 2px;
  bottom: 0;
  left: 35px;
  font-size: 14px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  line-height: 16.41px;
  transform: translateY(50%);
  text-transform: uppercase;
}
.blog-widget-2 .blog-img .catagory.yellow-bg {
  background-color: #f8931f;
}
.blog-widget-2 .blog-img .catagory.green-bg {
  background-color: #00c643;
}
.blog-widget-2 .blog-img .catagory.sky-bg {
  background-color: #1c96cb;
}
.blog-widget-2 .blog-img .catagory.deep-green-bg {
  background-color: #3fb59f;
}
.blog-widget-2 .blog-img .catagory.violet-bg {
  background-color: #8030e5;
}
.blog-widget-2 .blog-content {
  padding: 37px 35px 41px 35px;
}
.blog-widget-2 .blog-content h4 {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  margin-bottom: 15px;
}
.blog-widget-2 .blog-content h5 {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  line-height: 26px;
  color: var(--theme-title-color);
  margin-bottom: 15px;
}
.blog-widget-2 .blog-content p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 26px;
}
.blog-widget-2 .blog-content .post-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.blog-widget-2 .blog-content .post-info > div {
  display: flex;
  align-items: center;
}
.blog-widget-2 .blog-content .post-info > div span {
  font-size: 14px;
  color: #535a60;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-left: 8px;
}

/* New Version */
.blog-widget-3 {
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.blog-widget-3 .blog-img {
  position: relative;
}
.blog-widget-3 .blog-img img {
  width: 100%;
}
.blog-widget-3 .blog-img .catagory {
  position: absolute;
  padding: 5px 16px;
  height: 30px;
  top: 16px;
  right: 16px;
  font-size: 16px;
  color: #000;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.blog-widget-3 .blog-img .catagory.yellow-bg {
  background-color: #f7da77;
}
.blog-widget-3 .blog-img .catagory.orange-bg {
  background-color: #f8af41;
}
.blog-widget-3 .blog-img .catagory.tulip-bg {
  background-color: #ff9292;
}
.blog-widget-3 .blog-content h4 {
  font-size: 22px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #0b2230;
  margin-bottom: 0;
  line-height: 29px;
  margin-top: 24px;
}
.blog-widget-3 .blog-content h4:hover {
  color: var(--primary-color);
}
.blog-widget-3 .blog-content .post-info {
  display: flex;
  margin-top: 12px;
  gap: 16px;
}
.blog-widget-3 .blog-content .post-info > div {
  display: flex;
  align-items: center;
}
.blog-widget-3 .blog-content .post-info > div span {
  font-size: 16px;
  color: #6a737c;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  margin-left: 8px;
}

/*----------------------------------------*/
/*  Blog Sidebar CSS
/*----------------------------------------*/
.blog-sidebar-widget .widget-title {
  font-size: 24px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}
.blog-sidebar-widget .widget-subscribe {
  padding: 30px 35px 40px 35px;
  box-shadow: var(--theme-dropshadow);
  background-color: #fff;
  border-radius: 8px;
}
.blog-sidebar-widget .widget-subscribe p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 27px;
}
.blog-sidebar-widget .widget-subscribe input {
  padding: 11px 20px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #848d95;
  border: 1px solid #171d24;
  background-color: transparent;
}
.blog-sidebar-widget .widget-subscribe input:focus {
  border-color: var(--primary-color);
}
.blog-sidebar-widget .widget-subscribe input::placeholder {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #848d95;
}
.blog-sidebar-widget .widget-social a {
  display: block;
  border-radius: 5px;
  box-shadow: var(--theme-dropshadow);
  transition: all 0.3s ease-out;
  background-color: #fff;
  padding: 20.5px;
}
.blog-sidebar-widget .widget-social a:hover {
  box-shadow: 0 10px 30px 0 rgba(51, 77, 114, 0.12);
}
.blog-sidebar-widget .widget-social a img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.blog-sidebar-widget .widget-social a h6 {
  font-size: 18px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-sidebar-widget .widget-social a span {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--theme-text-color);
}
.blog-sidebar-widget .widget-catagory ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-title-color);
  position: relative;
  padding-left: 20.5px;
  margin: 10px 0;
  transition: all 0.3s ease-out;
}
.blog-sidebar-widget .widget-catagory ul li a span {
  display: inline-block;
  margin-left: 10px;
}
.blog-sidebar-widget .widget-catagory ul li a:hover {
  color: var(--primary-color);
}
.blog-sidebar-widget .widget-catagory ul li a:hover::before {
  background-color: var(--primary-color);
}
.blog-sidebar-widget .widget-catagory ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #848d95;
  transition: all 0.3s ease-out;
}
.blog-sidebar-widget .widget-news .recent-post li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.blog-sidebar-widget .widget-news .recent-post li img {
  border-radius: 10px;
}
.blog-sidebar-widget .widget-news .recent-post li .news-content {
  margin-left: 19px;
}
.blog-sidebar-widget .widget-news .recent-post li .news-content h6 {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s ease-out;
}
.blog-sidebar-widget .widget-news .recent-post li .news-content h6:hover {
  color: var(--primary-color);
}
.blog-sidebar-widget .widget-news .recent-post li .news-content .post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #848d95;
}
.blog-sidebar-widget .widget-news .recent-post li .news-content .post-date span {
  margin-left: 10px;
}
.blog-sidebar-widget .widget-tags .tags a {
  display: inline-block;
  height: 30px;
  padding: 7px 20px;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  margin: 10px 10px 0 0;
  line-height: 16px;
}
.blog-sidebar-widget .widget-tags .tags a:hover {
  border-color: #0050b2;
  color: var(--primary-color);
}

/*----------------------------------------*/
/*  Pagination CSS
/*----------------------------------------*/
.pagination-widget ul {
  display: flex;
}
.pagination-widget ul li a {
  height: 32px;
  width: 32px;
  border: 1px solid rgba(0, 80, 178, 0.3);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
  border-radius: 4px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  margin-right: 10px;
}
.pagination-widget ul li a i {
  vertical-align: middle;
  font-size: 16px;
}
.pagination-widget ul li a.active {
  background-color: var(--primary-color);
  color: #fff;
}
.pagination-widget ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/*----------------------------------------*/
/*  Blog Details CSS
/*----------------------------------------*/
.blog-share-widget {
  position: sticky;
  top: 105px;
  right: 0;
  left: 0;
}
.blog-share-widget p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
}
.blog-share-widget .social-link {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.blog-share-widget .social-link a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--theme-text-color);
  line-height: 38px;
  border: 1px solid var(--theme-text-color);
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-share-widget .social-link a:last-child {
  margin-right: 0;
}
.blog-share-widget .social-link a:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.post-details-widget .post-text {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  margin-bottom: 23px;
  line-height: 26px;
}
.post-details-widget .post-img {
  border-radius: 10px;
}
.post-details-widget .feature-list {
  padding: 34px 0 50px 33px;
}
.post-details-widget .feature-list li {
  position: relative;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  padding-left: 24px;
  margin-bottom: 12px;
}
.post-details-widget .feature-list li:last-child {
  margin-bottom: 0;
}
.post-details-widget .feature-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(0, 80, 178, 0.5);
  transform: translateY(-50%);
}
.post-details-widget h2 {
  font-size: 36px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: var(--theme-title-color);
  line-height: 42px;
}
.post-details-widget .tag-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-details-widget .tag-widget h6 {
  font-size: 17px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  margin-bottom: 0;
}
.post-details-widget .tag-widget a {
  display: inline-block;
  height: 30px;
  padding: 7px 20px;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  margin: 5px 0 0 10px;
  line-height: 16px;
}
.post-details-widget .tag-widget a:hover {
  border-color: #0050b2;
  color: var(--primary-color);
}

.author-media-widget {
  display: flex;
  padding: 36px 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: var(--theme-dropshadow);
}
.author-media-widget .author-img {
  margin-right: 20px;
}
.author-media-widget h6 {
  font-size: 19px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  line-height: 28px;
  margin-bottom: 13px;
}
.author-media-widget p {
  font-size: 17px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 28px;
}

.blog-widget-title {
  font-size: 24px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  line-height: 30px;
}

blockquote {
  background: #fff;
  border-left: 8px solid var(--primary-color);
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  box-shadow: var(--theme-dropshadow);
  border-radius: 10px;
}
blockquote::before, blockquote::after {
  content: "";
  position: absolute;
  z-index: -1;
}
blockquote::before {
  background-image: url(../img/blog/quote-left.html);
  left: 60px;
  top: 15px;
  height: 31px;
  width: 39px;
}
blockquote::after {
  background-image: url(../img/blog/quote-right.html);
  right: 63px;
  bottom: 0;
  height: 60px;
  width: 75px;
}
blockquote p {
  font-size: 20px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--theme-text-color);
}
blockquote .author {
  margin-top: 45px;
  display: flex;
}
blockquote .author img {
  margin-right: 14px;
}
blockquote .author h6 {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  margin-bottom: 5px;
}
blockquote .author span {
  font-size: 12px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}

.blog-comment-widget .comment-author ul li.children {
  margin-left: 70px;
}
.blog-comment-widget .comment-author .comments-box {
  display: flex;
  margin-top: 40px;
}
.blog-comment-widget .comment-author .comments-box .comments-text {
  width: 100%;
  margin-left: 20px;
  border-bottom: 1px solid var(--theme-border-color);
  padding-bottom: 38px;
}
.blog-comment-widget .comment-author .comments-box .comments-text p {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-text-color);
  line-height: 24px;
  margin-top: 26px;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name {
  position: relative;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name h5 {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  color: var(--theme-title-color);
  margin-bottom: 8px;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .post-date {
  display: flex;
  align-items: center;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .post-date span {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #535a60;
  margin-left: 8px;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.blog-comment-widget .comment-author .comments-box .comments-text .avatar-name .reply:hover {
  color: var(--primary-color);
}

.blog-leave-reply .blog-widget-title {
  color: #1d2746;
}
.blog-leave-reply p,
.blog-leave-reply .check-label {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #6a737c;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Drag And Drop Area CSS
/*----------------------------------------*/
.dropzone {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border: 2px dashed #edf2f9;
  background-color: #f5f7fa;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
.dropzone:hover {
  border-color: var(--primary-color);
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: dashed;
  border-color: red;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message img {
  max-width: 100%;
}
.dropzone .dz-message .dz-button {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: var(--theme-title-color);
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin-top: 10px;
}
.dropzone .dz-message .dz-custom-upload-text {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
}
.dropzone .dz-message .dz-custom-upload-text span {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: underline;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/* Error Area CSS
/*----------------------------------------*/
.error_area {
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 620px;
}

.error_dot {
  position: absolute;
  border-radius: 50%;
}
.error_dot.one {
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  left: 325px;
  top: 120px;
  animation: spin2 2s infinite alternate;
}
.error_dot.two {
  width: 16px;
  height: 16px;
  background: #f99e43;
  left: 170px;
  bottom: 260px;
  animation: spin1 1s infinite alternate;
}
.error_dot.three {
  width: 30px;
  height: 30px;
  background: #beebf5;
  animation: spin1 2s infinite alternate;
  right: 225px;
  top: 370px;
}
.error_dot.four {
  width: 6px;
  height: 6px;
  background: #ffa3be;
  bottom: 148px;
  right: 185px;
  animation: spin2 2s infinite alternate;
}

.error_content_two {
  max-width: 970px;
  margin: 0 auto;
}
.error_content_two h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error_content_two p {
  font-size: 18px;
  color: #82879c;
}

.error_img {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
.error_img .error_shap {
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.error_img .clipInDown {
  display: inline-block;
  position: relative;
  animation-name: clipInDown;
}
.error_img .one {
  top: -50px;
}
.error_img .two {
  margin: 0 12px;
  top: -12px;
}
.error_img .three {
  top: -58px;
}
.error_img .img_one {
  animation: customUp 1.5s infinite alternate;
}
.error_img .img_two {
  animation: customUp 1.8s infinite alternate;
}
.error_img .img_three {
  animation: customUp 2s infinite alternate;
}

.error_search {
  margin-bottom: 40px;
  padding-top: 25px;
}
.error_search .form-control {
  height: 60px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 50px 0 rgba(3, 62, 75, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-title-color);
  border: 0;
  padding-left: 30px;
}
.error_search .form-control::placeholder {
  color: #82879c;
}

/*============ error_area css ========*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*   Contact  CSS
/*----------------------------------------*/
.contact-form-widget label {
  font-size: 16px;
  color: var(--theme-title-color);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.contact-form-widget .form-control {
  background-color: transparent;
  height: 55px;
  color: #9199a1;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  border: 1px solid #dcdee0;
  padding-right: 20px;
  padding-left: 20px;
}
.contact-form-widget .form-control::placeholder {
  color: #9199a1;
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.contact-form-widget .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.contact-form-widget textarea.form-control {
  height: inherit;
}
.contact-form-widget .policy-text {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 22px;
}

/*----------------------------------------*/
/*   Get In Touch Area CSS
/*----------------------------------------*/
.get-touch-area .get-touch-box {
  display: flex;
  align-items: flex-start;
}
.get-touch-area .get-touch-box .icon {
  margin-right: 8px;
}
.get-touch-area .get-touch-box .icon img {
  vertical-align: text-top;
}
.get-touch-area .get-touch-box .icon i {
  font-size: 18px;
  color: var(--primary-color);
}
.get-touch-area .get-touch-box p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  color: var(--theme-title-color);
  margin-bottom: 8px;
  line-height: 24px;
}
.get-touch-area .get-touch-box span {
  font-size: 14px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  line-height: 22px;
}

.get-touch-area-2 {
  padding: 128px 0;
  background: url(../img/home-5/get-touch-bg.png), #0e1520;
  background-position: right;
  background-repeat: no-repeat;
  background-size: initial;
}
.get-touch-area-2 h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #fff;
}
.get-touch-area-2 p {
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #eeeeee;
  margin-bottom: 0;
}
.get-touch-area-2 .consult-num {
  margin-top: 40px;
  display: flex;
}
.get-touch-area-2 .consult-num > div {
  width: 50%;
}
.get-touch-area-2 .consult-num h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
  color: #d1edf5;
  margin-bottom: 2px;
}
.get-touch-area-2 .consult-num p {
  line-height: 24px;
  color: #fff;
}
.get-touch-area-2 .touch-form {
  padding: 60px 48px;
  background-color: #fff;
  border-radius: 8px;
}
.get-touch-area-2 .touch-form h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
  color: #242527;
}
.get-touch-area-2 .touch-form .form-control {
  border-radius: 4px;
  background-color: #f2f0ef;
  border-color: #f2f0ef;
  height: 56px;
  line-height: 56px;
  margin-bottom: 16px;
  padding-left: 24px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer {
  background-position: center;
  background-size: cover;
  background-color: #0f1123;
  /* copyright*/
}
.footer .footer-top .footer-text {
  color: #fff;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.footer .footer-top .social-icon a {
  color: #fff;
  margin: 10px;
}
.footer .footer-top .social-icon a:first-child {
  margin-left: 0;
}
.footer .footer-top .footer-widget .overline {
  font-size: 14px;
  display: block;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
}
.footer .footer-top .footer-widget .footer-bold {
  display: flex;
  align-items: flex-end;
  margin: 15px 0;
}
.footer .footer-top .footer-widget .footer-bold > span:nth-child(1) {
  font-size: 70px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 68px;
}
.footer .footer-top .footer-widget .footer-bold > span:nth-child(2) {
  font-family: "Mukta", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.footer .footer-top .footer-widget .time {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #fff;
}
.footer .footer-top .footer-widget .f-widget-title {
  margin-bottom: 20px;
}
.footer .footer-top .footer-widget .f-widget-title h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer .footer-top .footer-widget .footer-link ul li a {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #d8dce0;
  border-bottom: 1px solid transparent;
  line-height: 40px;
}
.footer .footer-top .footer-widget .footer-link ul li a:hover {
  border-color: #fff;
}
.footer .copyright {
  color: #fff;
}
.footer .copyright .short-text a {
  font-size: 14px;
}
.footer .copyright .copyright-text.short-text p {
  font-size: 14px;
  color: #fff;
}
.footer .copyright .copyright-text p {
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  color: #9199a1;
}
.footer .copyright a {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  padding: 10px 0;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright a:first-child {
  margin-left: 0;
}
.footer .copyright .nice-select {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  margin: auto;
  padding-left: 0;
}
.footer .copyright .nice-select .list {
  top: inherit;
  bottom: 100%;
  border: 1px solid #fff;
  transform-origin: bottom center;
}
.footer .copyright .nice-select .list:hover .option:not(:hover) {
  background-color: #0f1123 !important;
}
.footer .copyright .nice-select .list .option {
  background-color: #0f1123;
  text-transform: capitalize;
}
.footer .copyright .nice-select .list .option:hover {
  background-color: #1d2038;
}
.footer .copyright .social-button a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.footer .copyright .social-button a:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.footer.footer-1 {
  background-image: url("../img/footer/footer-bg.png");
}
.footer.footer-2 {
  background-color: #171d24;
}
.footer.footer-2 .footer-text {
  color: #fff;
  font-size: 16px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
}
.footer.footer-2 .footer-widget h4 {
  font-size: 24px;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 40px;
}
.footer.footer-2 .footer-top .f-widget-title {
  margin-bottom: 12px;
}
.footer.footer-2 .footer-top .f-widget-title h5 {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  line-height: 36px;
}
.footer.footer-2 .footer-link ul li a {
  font-size: 16px;
  color: #d7d8d9;
}
.footer.footer-2 .footer-link ul li a:hover {
  color: #fff;
}
.footer.footer-2 .copyright .line {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.footer.footer-2 .copyright .copyright-text {
  color: #c3cdd9;
}
.footer.footer-3 {
  background-color: var(--theme-title-color);
}
.footer.footer-3 .footer-top .footer-text {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
  letter-spacing: 1px;
}
.footer.footer-3 .copyright {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-3 .copyright .copyright-text {
  color: #c8ccd0;
}

/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
