:root {
  --font-default: 'Poppins', sans-serif;
  --font-primary: 'Poppins', sans-serif;
  --font-secondary: 'Poppins', sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #008374;
  --color-secondary: #f85a40;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background: none;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #EF5B0C;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 90px 0;
  overflow: hidden;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 48px;
}

.section-header h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #EF5B0C;
  margin: 0 0 12px 0;
  padding: 0;
}

.section-header h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #131313;
  margin: 0 0 18px 0;
  padding: 0;
}

.section-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
  margin: 0 auto;
  padding: 0;
  max-width: 810px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #EF5B0C;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: #EF5B0C transparent #EF5B0C transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #131313;
}

.header.sticked {
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  height: 138px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.sticked-header-offset {
  margin-top: 0;
}

section {
  scroll-margin-top: 0;
}

.h-right .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 21px 0 15px;
  gap: 50px;
}

.g-review {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 12px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
}

.g-review p {
  display: flex;
  align-items: center;
  margin: 7px 0 0;
  padding: 0;
  gap: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}

.h-right .header-top .call {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-gap: 12px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
}

.h-right .header-top .call a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  padding-top: 4px;
}

.h-right .header-top .btn {
  width: 119px;
  height: 42px;
  background: #0096FE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
}

.h-right .header-top .btn:hover {
  background: #EF5B0C;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0 0 0 83px;
    margin-bottom: 6px;
    height: 48px;
    background: url(../img/header_bg.svg) 0 0 no-repeat;
    position: relative;
  }

  .navbar:after {
    background: #EF5B0C;
    position: absolute;
    left: 100px;
    width: calc(100% * 100);
    content: "";
    height: 48px;
    z-index: -1;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 0 0 0 36px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    text-transform: capitalize;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -18px;
    left: 0;
    background: #0096FE;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #EF5B0C;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .active {
    background: #0096FE;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #007466;
    border: 1px solid #006459;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }

  .bi-list::before {
    font-size: 46px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(19, 19, 19, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about {
  background: #fff;
}

.about .full {
  display: grid;
  grid-template-columns: 580px 1fr;
  grid-gap: 55px;
  align-items: center;
}

.about .left {
  position: relative;
}

.about .left .play-btn img {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 287px;
  height: 72px;
  left: 0;
}

.about h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #131313;
  margin: 0 0 24px 0;
  padding: 0;
}

.about h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #EF5B0C;
}

.about ul {
  margin: 0 0 18px 0;
  padding: 0 0 0 25px;
}

.about ul li {
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4F4F4F;
}

.about ul li:last-child {
  margin: 0;
}

.about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin: 0;
  padding: 0;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 0 0 60px;
  background: #fff;
}

.clients .swiper {
  padding: 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.finance {
  padding: 92px 0 92px;
  position: relative;
  overflow: inherit;
}

.finance:before {
  background: rgba(239, 91, 12, 0.04);
  z-index: -1;
  width: 100%;
  height: 110%;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

.finance .full {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
}

.finance .full .block {
  background: #fff;
}

.finance .full .block h4 {
  margin: 0;
  padding: 56px 10px 36px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #131313;
}

.finance .full .block .img-fluid {
  width: 100%;
}

.finance .title {
  position: relative;
}

.finance .img {
  margin: 0 auto;
  display: block;
  border: 12px solid rgba(255, 255, 255, 0.36);
  width: 96px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: -48px;
  border-radius: 100%;
  margin-left: -48px;
}

.finance .img .img-inner {
  background: #EF5B0C;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finance .img img {
  background: #EF5B0C;
  width: 36px;
  height: 36px;
}

.finance .button {
  text-align: center;
}

.finance .button .btn {
  margin: 48px auto 0;
  width: 164px;
  height: 60px;
  background: #0096FE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}

.finance .button .btn:hover {
  background: #EF5B0C;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials {
  position: relative;
  overflow: inherit;
}

.testimonials:before {
  background: rgba(239, 91, 12, 0.04);
  z-index: -1;
  width: 100%;
  height: 110%;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

.testimonials h2 {
  margin: 0;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 48px 24px;
  margin: 0;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  margin: 0 auto 18px;
  display: block;
}

.testimonials .testimonial-item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #131313;
  margin: 0 0 12px 0;
  padding: 0;
}

.testimonials .testimonial-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0096FE;
  margin: 0;
  padding: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  margin: 0 0 36px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #131313;
  padding: 0;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: none;
}

.slider-inner {
  position: relative;
}

.testimonials .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  top: 50%;
  left: -78px;
  margin-top: -24px;
}

.testimonials .swiper-button-prev:after {
  background-image: url(../../assets/img/Left_arrow.svg);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  content: "";
  text-indent: -9999px;
  display: flex;
}

.testimonials .swiper-button-prev:hover:after {
  background-image: url(../../assets/img/Left_arrow_active.svg);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  content: "";
  text-indent: -9999px;
  display: flex;
}

.testimonials .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  top: 50%;
  margin-top: -24px;
  right: -78px;
}

.testimonials .swiper-button-next:after {
  background-image: url(../../assets/img/right_arrow.svg);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  content: "";
  text-indent: -9999px;
  display: flex;
}

.testimonials .swiper-button-next:hover:after {
  background-image: url(../../assets/img/right_arrow_active.svg);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  content: "";
  text-indent: -9999px;
  display: flex;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: url(../img/hero_banner.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 249px 0;
  text-align: center;
  mix-blend-mode: color;
}

.hero h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  margin: 0 0 18px 0;
  padding: 0;
}

.hero p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin: 0 0 48px 0;
  padding: 0;
}

.hero a.btn-apply {
  width: 195px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF5B0C;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.hero a.btn-apply:hover {
  background: #0096FE;
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background: url(../img/ftr_bg.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 150px 0 30px;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.72;
  max-width: 375px;
  margin: 0 0 24px 0;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #131313;
  border-radius: 50%;
  margin-right: 12px;
  transition: 0.3s;
  color: #fff;
}

.footer .social-links a i:before {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  left: 1px;
}

.footer .social-links a:hover {
  color: #fff;
  background: #0096FE;
}

.footer h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0 0 36px 0;
  padding: 0;
}

.footer .footer-links {
  margin-bottom: 132px;
  margin-top: 0;
}

.footer-contact {
  margin-top: 0;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0;
  text-align: left;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.footer ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.footer ul li a:hover {
  color: #EF5B0C;
}

.footer ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.72;
}

.footer ul li.address {
  font-size: 16px;
  line-height: 24px;
  align-items: inherit;
}

.footer ul li.address img {
  margin-top: 2px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: inherit;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  font-weight: 300;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  opacity: 0.72;
}

.footer .footer-links ul a:hover {
  color: #EF5B0C;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.footer .copyright strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #EF5B0C;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.calculate-section {
  background: #131313;
  padding: 60px 0;
}

.calculate-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}

.calculate-cnt input {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  border: 0;
  padding: 17.5px 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.calculate-cnt input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: lef;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.calculate-cnt input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: lef;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.calculate-cnt input::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-align: lef;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.calculate-cnt .btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0096FE;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.calculate-cnt .btn:hover {
  background: #EF5B0C;
}

.daily-update {
  background: #fff;
}

.daily-update .full {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  align-items: center;
}

.daily-update .full .block {
  background: #fff;
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
}

.daily-update .full .cnt {
  padding: 24px 24px 30px;
  position: relative;
}

.daily-update .full .block img {
  width: 100%;
}

.daily-update .full .block h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #131313;
  mix-blend-mode: normal;
  margin: 0 0 12px 0;
  padding: 0;
}

.daily-update .full .block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  mix-blend-mode: normal;
  margin: 0 0 16px 0;
  padding: 0;
}

.date {
  width: 60px;
  height: 60px;
  background: #EF5B0C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  top: -48px;
  left: 24px;
}

.date span {
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
}

.daily-update .full .block a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #EF5B0C;
  mix-blend-mode: normal;
  padding-right: 25px;
  background: url(../img/blog/read_more.svg) 100% 50% no-repeat;
}

.daily-update .full .block a:hover {
  text-decoration: underline;
}

.apply-now {
  position: relative;
  background: url(../img/apply_bg.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 180px 0;
  overflow: inherit;
}

.apply-now .container {
  position: relative;
}

.apply-now .container:after {
  position: absolute;
  content: "";
  background: url(../img/white_boat.png) 0 0 no-repeat;
  width: 499px;
  height: 280.69px;
  top: -330px;
  right: -150px;
}


.apply-now .full {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  align-items: center;
}

.apply-now .full h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin: 0 0 48px 0;
  padding: 0;
}

.apply-now .full h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #EF5B0C;
  margin: 0 0 6px 0;
  padding: 0;
}

.apply-now .full .btn {
  width: 179px;
  height: 60px;
  background: #0096FE;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-now .full .btn:hover {
  background: #EF5B0C;  
}

.apply-now .full ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-gap: 30px;
  justify-content: flex-end;
}

.apply-now .full ul li {
  margin: 0;
  padding: 30px 18px 36px 18px;
  text-align: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.apply-now .full ul li .img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px 0;
}

.apply-now .full ul li h6 {
  font-weight: 700;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}

.icon-block {
  position: relative;
  background: url(../img/contact_bg.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 156px 0;
  overflow: inherit;
}

.icon-block .container {
  position: relative;
}

.icon-block .container:after {
  position: absolute;
  content: "";
  background: url(../img/black_boat.png) 0 0 no-repeat;
  width: 386px;
  height: 256px;
  top: -305px;
  left: -100px;
}

.icon-block .full {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  align-items: center;
}

.icon-block h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #EF5B0C;
  margin: 0 0 30px 0;
  padding: 0;
}

.icon-block .cnt .call,
.icon-block .cnt .mail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.icon-block .cnt a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.72;
}

.icon-block .cnt a:hover {
  color: #EF5B0C;
}

.icon-block .full ul {
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  grid-gap: 30px;
  justify-content: flex-end;
}

.icon-block .full ul li {
  margin: 0;
  padding: 48px 18px 48px 18px;
  text-align: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.icon-block .full ul li h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 16px 0 0;
  padding: 0;
  display: block;
}

.icon-block .full ul li:hover {
  background: #0096FE;
  border-radius: 12px;
}

.icon-block .full ul li.call .img {
  background: url(../img/icon/call_icon_orange.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  margin: 0 auto;
}

.icon-block .full ul li.call:hover .img {
  background: url(../img/icon/call_icon_white.svg) 0 0 no-repeat;
}

.icon-block .full ul li.email .img {
  background: url(../img/icon/email_icon_orange.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  margin: 0 auto;
}

.icon-block .full ul li.email:hover .img {
  background: url(../img/icon/email_icon_white.svg) 0 0 no-repeat;
}

.icon-block .full ul li.apply .img {
  background: url(../img/icon/apply_icon_orange.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  margin: 0 auto;
}

.icon-block .full ul li.apply:hover .img {
  background: url(../img/icon/apply_icon_white.svg) 0 0 no-repeat;
}

.icon-block .full ul li.upload .img {
  background: url(../img/icon/upload_icon_orange.svg) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  margin: 0 auto;
}

.icon-block .full ul li.upload:hover .img {
  background: url(../img/icon/upload_icon_white.svg) 0 0 no-repeat; 
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .apply-now .container:after {
    right: -50px;
  }

  .icon-block .container:after {
    left: -30px;
  }
}

@media screen and (max-width: 1300px) {
  .apply-now .container:after {
    right: 0;
    top: -270px;
    width: 350px;
    height: 197px;
    background-size: 350px 197px;
  }

  .icon-block .container:after {
    left: 0;
  }

  .icon-block .full ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    justify-content: flex-end;
  }

  .testimonials .swiper-button-prev {
    left: 0;
  }

  .testimonials .swiper-button-next {
    right: 0;
  }

  .apply-now .full h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1024px) {
  .calculate-cnt {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-gap: 15px;
    align-items: center;
  }

  .calculate-cnt .btn {
    font-size: 16px;
  }

  .about h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .about ul li {
    font-size: 17px;
    line-height: 25px;
  }

  .about p {
    font-size: 17px;
    line-height: 26px;
  }

  .about .full {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .apply-now .full {
    grid-template-columns: 1fr 1fr;
  }

  .apply-now .full ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .finance .full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 15px;
  }

  .testimonials .testimonial-wrap {
    margin: 0;
    padding: 0;
  }

  .daily-update .full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
  }

  .footer h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .hero h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .hero p {
    font-size: 18px;
    line-height: 30px;
  }

  .calculate-cnt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
  }

  .calculate-section {
    background: #131313;
    padding: 30px 0;
  }

  .about .full {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .apply-now .full h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
  }

  .apply-now .full {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .section-header h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .finance .full {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 15px;
  }

  .daily-update .full {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    align-items: center;
  }

  .footer-info {
    margin: 0 0 30px 0;
  }

  .footer h4 {
    font-size: 18px;
    margin: 0 0 18px 0;
  }

  .footer ul li {
    line-height: 18px;
  }

  .footer .footer-links ul a {
    line-height: 34px;
  }

  .footer .copyright {
    margin-top: 20px;
  }

  .footer .footer-info p {
    max-width: 100%;
  }

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

  section {
    padding: 50px 0;
    overflow: hidden;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block;
  }

  .header {
    height: 100px !important;
  }

  .icon-block .full ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    justify-content: flex-end;
  }

  .apply-now .full ul li h6,
  .icon-block .full ul li h6 {
    font-size: 18px;
  }

  .h-right .header-top {
    display: grid;
    grid-template-columns: 1fr;
    background: #131313;
    padding: 20px;
    grid-gap: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .icon-block .full {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    align-items: center;
  }

  .hero {
    padding: 150px 0;
  }

  .hero h2 {
    font-size: 33px;
    line-height: 35px;
  }

  .hero p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px 0;
  }

  .calculate-cnt {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
  }

  section {
    padding: 30px 0;
    overflow: hidden;
  }

  .about h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }

  .about p {
    font-size: 16px;
    line-height: 25px;
  }

  .about ul {
    margin: 0 0 15px 0;
  }

  .about ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .apply-now .container:after,
  .icon-block .container:after {
    display: none;
  }

  .apply-now {
    padding: 100px 0;
  }

  .apply-now .full h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 38px;
  }

  .apply-now .full .btn {
    font-size: 16px;
  }

  .section-header h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .finance {
    padding: 40px 0;
  }

  .icon-block {
    padding: 80px 0;
  }

  .section-header {
    text-align: center;
    padding-bottom: 20px;
  }

  .clients {
    padding: 20px 0;
  }

  .apply-now .full ul {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .apply-now .full ul li {
    padding: 20px 18px 26px 18px;
  }

  .apply-now .full ul li .img {
    margin: 0 0 10px 0;
  }

  .apply-now .full .btn {
    font-size: 16px;
    width: 100%;
    height: 50px;
  }

  .finance .button .btn {
    width: 100%;
    height: 50px;
    margin: 15px 0 0;
  }

  .footer {
    padding: 0 0 30px;
  }

  .footer-info {
    padding-top: 100px;
  }

  .footer .copyright {
    font-size: 13px;
  }
}