/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : Referral Marketing 
Author         : Designer
Primary Use    : Referral Marketing 
-----------------------------------------------------------------*/

a:focus,
a:hover {
  text-decoration: none;
}

a {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 33px;
}

.container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

/*Header css here*/
.header-area .top-header-area .header-content-right li a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  background-color: #0057a7;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 1px;
}

section.main-banner .position_absolute.col-md-4 {
  top: 0;
  position: absolute;
  right: 5%;
  top: 32%;
  max-width: 400px;
}
.top-header-area .header-content-left img {
  width: 150px;
  object-fit: cover;
}
.header-area .top-header-area .header-content-right li {
  display: inline-block;
  padding-right: 30px;
  color: #0057a7;
}
.header-area .top-header-area .header-content-right li a {
  color: #000;
}
ul.header-content-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  margin: auto;
}
.banner-content span i {
  padding-left: 12px;
  font-size: 96px;
}

.banner-content span i:nth-child(1) {
  padding-left: 0;
}
header.header-area {
  padding: 17px 0;
  background: #2a72b8;
  position: relative;
}
.header-area .top-header-area .header-content-right li:last-child {
  padding: 0;
}
ul.header-content-right li a {
  background: #ffbb38;
  color: #111 !important;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}
ul.header-content-right li a:hover {
  background: #105fab;
  color: #fff !important;
}

/*Header css end here*/

/*=============================
banner sec start from here
===============================*/
section.main-banner {
  background: #e3f9f3;
}

section.main-banner .carousel-caption {
  transform: translateY(-35%);
  bottom: initial;
  top: 38%;
  left: 0;
  right: 0;
}

section.main-banner a.carousel-control-prev {
  position: absolute;
  background: none;
  top: 45%;
  left: 2%;
  width: 50px;
  height: 50px;
}
section.main-banner a.carousel-control-next {
  position: absolute;
  background: none;
  top: 45%;
  right: 2%;
  width: 50px;
  height: 50px;
}
.banner-img {
  float: right;
}
.banner-img img {
  width: 480px;
}
section.main-banner ol.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
.banner-content {
  text-align: left;
  margin-top: 50px;
}

.banner-content h2 {
  color: #fcfcfc;
  font-family: "Poppins";
  font-size: 53px;
  font-weight: 700;
  line-height: 61px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.banner-content p {
  color: #fff;
  letter-spacing: 0.3px;
}
.banner-content a {
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  display: inline-block;
  color: rgb(255 255 255) !important;
  background: #ffbb38;
  padding: 6px 35px;
  border-radius: 50px;
  font-weight: 400;
}
.banner-content a:hover {
  background: #0f68a1;
  color: #fff !important;
}

section.main-banner a.carousel-control-prev i {
  font-size: 44px;
  color: white;
}
section.main-banner a.carousel-control-next i {
  font-size: 44px;
  color: white;
}
.banner-content span i {
  color: #ffbb38;
}

.banner-content span {
  margin-bottom: 0;
  font-weight: bold;
  color: #ffbb38;
  display: inline-block;
}
/*====================
footer css
======================*/
footer.site-footer {
  padding-top: 100px;
  padding-bottom: 0;
}

footer {
  text-align: left;
  padding: 40px 0;
  background-color: #021c3c;
}
.about-footer img {
  width: 140px;
  margin-bottom: 40px;
}
.about-footer p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.app-img img {
  width: auto;
}

.single-footer-widget h5 {
  font-size: 18px;
  color: #ffbb38;
  margin-bottom: 40px;
  font-weight: 800;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-footer-widget ul li:last-child a {
  margin-bottom: 0;
}

.single-footer-widget ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}
.single-footer-widget ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #ffbb38;
  position: absolute;
  z-index: 1;
}
.copywrite-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #3c4450;
  padding: 30px 0;
}
.copywrite-content.d-flex.flex-wrap.justify-content-between.align-items-center
  p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

/*====================
footer css end
======================*/

/*happy Clients sec start from here */
.clients-wrap {
  margin-bottom: 0px;
  text-align: center;
}

.clients-wrap h2 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 1px;
  color: #105fab;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Poppins";
  text-align: center;
}
.testimonial-carousel {
  margin: 50px 0px;
}

.testimonial-carousel .item {
  background: #e3f9f3;
  padding: 50px 40px;
  height: 448px;
}
.testimonial-section .testimonial-carousel .item .rating-star {
  margin-bottom: 40px;
}
.testimonial-section .testimonial-carousel .item .rating-star ul {
  float: left;
  padding-left: 0;
}
.rating-star ul .rated {
  color: #105fab;
  display: inline-block;
}
.rating-star ul li {
  font-size: 14px;
}
.testimonial-section .testimonial-carousel .item .rating-star .review-text {
  float: right;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
}
.testimonial-section .testimonial-carousel .item > p {
  margin-bottom: 30px;
  font-size: 15px;
}
.testimonial-section .testimonial-carousel .item .admin-info .admin-image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.testimonial-section .testimonial-carousel .item .admin-info .admin-content {
  display: table;
}
.testimonial-section
  .testimonial-carousel
  .item
  .admin-info
  .admin-content
  .admin-name {
  font-size: 16px;
  color: #105fab;
  font-weight: 600;
  margin-top: 22px;
}
.testimonial-section
  .testimonial-carousel
  .item
  .admin-info
  .admin-content
  .admin-title {
  color: #c31f26;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
section.testimonial-section {
  margin: 50px 0px 20px 0px;
}

section.testimonial-section .owl-nav {
  display: block;
}
section.testimonial-section .owl-dots {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}

section.testimonial-section .owl-dots button {
  width: 12px;
  height: 12px;
  background: #fffcfc;
  border-radius: 50px;
  text-align: center;
  margin: 0 10px;
  box-shadow: inset 2px 2px 2px #c2bebe;
  outline: none;
}
section.testimonial-section .owl-dots button.owl-dot.active {
  background: #105fab;
  box-shadow: none;
}
/*happy Clients sec end from here */

/*=================================
how can financial planning help you
==================================*/
section.financial-sec {
  padding: 50px 0px;
}

.financial-wrap {
  text-align: center;
}

.financial-wrap h2 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 1px;
  color: #105fab;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 10px;
}
.financial {
  text-align: center;
  border: 3px solid #0f68a1;
  padding: 50px 10px;
  border-radius: 100%;
  background: #fcfbfb;
  margin-top: 19px;
  width: 250px;
  height: 250px;
  line-height: 110px;
}

.financial img {
  padding-bottom: 26px;
}

.financial h4 {
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 17px;
}
.financial img {
  width: 80px;
}
.financial:hover {
  background: #0f68a1;
  transition: 0.2s;
}

.financial:hover h4 {
  color: #fff;
}

.financial:hover img {
  filter: brightness(0) invert(1);
}
.financial:hover {
  margin-top: -10px;
  transition: 1s;
  animation: 1s;
}
/*=================================
how can financial planning help you
==================================*/

/*=============================
why fincart section css
===============================*/
section.fincart-sec {
  padding: 20px 0px;
  background: #f7f8f8;
}
.financial-wrap.fincart-wrap h4 {
  font-size: 40px;
  text-transform: uppercase;
  color: #105fab;
  font-weight: 200;
}
.fincart-icon img {
  height: 70px;
  padding-left: 3px;
}
.row.why-choose-row {
  margin-top: 20px;
}
.fincart-heading {
  background: #fff;
  height: 220px;
  margin-bottom: 30px;
  padding: 20px 20px 0px;
  border: 1px solid #ccc;
}

.fincart-text h4 {
  font-size: 20px;
}

.fincart-heading:hover {
  background: #0f68a1;
}

.fincart-heading:hover .fincart-icon img {
  filter: brightness(0) invert(1);
}

.fincart-heading:hover .fincart-text h4 {
  color: #fff;
}

.fincart-heading:hover .fincart-text p {
  color: #fff;
}
.fincart-heading:hover {
  margin-top: -20px;
  transition: 1s;
}
section.video-sec {
  background: #f7f8f8;
  padding: 50px 0px;
}

.financial-wrap.video-wrap {
  margin-bottom: 40px;
}
section.testimonial-section .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -6%;
  outline: none;
}
section.testimonial-section .owl-nav button.owl-prev i {
  font-size: 25px;
  color: #00000087;
}
section.testimonial-section .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -6%;
  outline: none;
}
section.testimonial-section .owl-nav button.owl-next i {
  font-size: 25px;
  color: #00000087;
}
.fincart-text p {
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  color: #525151;
}
.financial-wrap.fincart-wrap p {
  line-height: 28px;
  margin-bottom: 6px;
}
.fincart-heading .col-md-3 {
  padding: 0px;
}
.fincart-heading .col-md-9 {
  padding: 0px;
}
.carousel-item:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #080808b3;
}

a.carousel-control-prev {
  opacity: 1;
}

a.carousel-control-next {
  opacity: 1;
}
.contact-form {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 8px;
}
.contact-form input {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  line-height: 40px;
  outline: none;
  padding: 2px 10px;
  text-transform: capitalize;
  border: 1px solid #cccc;
  border-radius: 6px;
}
.contact-form h2 {
  color: #105fab;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.contact-form button.submit {
  background: #ffbb38;
  width: 100%;
  line-height: 42px;
  outline: none;
  border-radius: 4px;
  border: none;
  color: #ffff;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}

.contact-form div.submit {
  background: #ffbb38;
  width: 100%;
  line-height: 42px;
  outline: none;
  border-radius: 4px;
  border: none;
  color: #ffff;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

section.main-banner .carousel-inner img {
  height: 652px;
  object-fit: cover;
}
/*=============================
why fincart section css end
===============================*/
