@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body,
p {
  font-family: "Inter", sans-serif;
  font-family: "Libre Franklin", sans-serif;
}

.top-header {
  background-image: url(../images/header-banner-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.top-header .container {
  background-image: url(../images/header-rectangle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 800px;
  padding: 50px 0;
}

.top-header .contactus {
  font-size: 18px;
  color: #fff;
  float: right;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: "Libre Franklin", sans-serif;
}

.top-header p.top-address {
  text-align: center;
  color: #fff;
  margin-top: -52px;
  position: relative;
}

.top-header .top-form {
  background-color: #5f5e5ea6;
  padding: 20px 30px;
  margin: 10px 50px;
  border-radius: 30px;
}

.top-header .top-form h2 {
  font-size: 30px;
  color: #fff;
}

.top-header .top-form p {
  font-size: 14px;
  color: #fff;
}

.top-header .top-form .form-label {
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.top-header .top-form .btn-primary.btn-submit {
  border-radius: 50px;
  padding: 10px;
  border: 1px solid #ffffff45;
}

.top-header .banner-content {
  padding: 20px 10px 10px 40px;
}

.top-header .banner-content h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
}

.top-header .banner-content h1 span {
  color: #3E60D9;
}

.top-header .banner-content p {
  font-size: 16px;
  color: #fff;
  padding: 25px 0;
}

.top-header .banner-content .btn-freecons,
.top-header .banner-content .btn-freecons:hover {
  background: #fff;
  color: #000000;
  border-radius: 50px;
  font-size: 16px;
  padding: 12px;
}

#faqs .btn-freecons,
.free-consult-btn .btn-freecons {
  display: flex;
  justify-content: center;
  background: #213373;
  color: #fff;
  max-width: fit-content;
  width: 100%;
  text-align: center;
  margin: 50px auto;
}

.free-consult-btn .btn-freecons:hover {
  background-color: #424242;
  color: #fff
}

.top-header .banner-content .fas {
  color: #3e60d9;
  transform: rotate(45deg);
}

/***progress-section***/

.wrapper {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -58px;
  width: 100%;
}

.wrapper .card {
  background-image: url(../images/audit-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(30% - 0px);
  height: 205px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  margin: 8px;
}

.card.audit-two {
  background-image: url(../images/audit-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 125px;
}

.wrapper .card .circle {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: default;
}

.card .circle .box,
.card .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}

.card .circle .box {
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
}

.wrapper .card p {
  margin-bottom: 0;
  color: #fff;
}

canvas {
  border: 2px solid #767789;
  border-radius: 50%;
}

.price {
  color: #fff;
  font-size: 20px;
}

.card .circle:hover .box {
  transform: translate(-50%, -50%) scale(0.91);
}

.card .circle .box span,
.wrapper .card .text {
  background: -webkit-linear-gradient(left, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle .box span {
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}

.card .circle:hover .box span {
  transform: translate(-45%, -45%) scale(1.09);
}

.wrapper .card .text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media(max-width: 753px) {
  .wrapper {
    max-width: 700px;
  }

  .wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media(max-width: 505px) {
  .wrapper {
    max-width: 500px;
  }

  .wrapper .card {
    width: calc(70% - 20px);
    min-height: 300px;
  }
}

/***********Brand Logo***************/

/* .brand-logo ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.brand-logo ul li img {
  max-width: 200px;
}

.brand-logo {
  box-shadow: 0 0 10px #ddd;
  border-bottom-right-radius: 160px;
  border-bottom-left-radius: 160px;
} */

.brand-logo .item img {
  width: 100%;
  max-width: 150px;
}

/***************Our Services*********************/

#our-services h2 {
  font-size: 36px;
  font-weight: 600;
  color: #213373;
  border: 1px solid #ddd;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px;
  padding: 10px;
  border-radius: 15px;
}

#our-services .card {
  background-color: #3E60D9;
  border-radius: 30px;
  padding: 50px 25px;
  min-height: 450px;
}

#our-services .card img {
  max-width: 100px;
  margin: 0 auto;
}

#our-services .card h2.card-title {
  font-size: 32px;
  color: #fff;
  text-align: center !important;
  border: none !important;
  margin-bottom: 10px !important;
}

#our-services .card p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

#our-services .card-body ul li,
#our-services .card-body p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

/************ABOUT US*************/
#about-us {
  position: relative;
  z-index: 999;
}

#about-us .container .row {
  background: #151515;
  border-radius: 50px;
}

#about-us .about-us-content {
  padding: 60px;
}

#about-us .about-us-content h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}

#about-us .about-us-content p {
  font-size: 16px;
  color: #FFF;
  text-align: left !important;
  padding: 20PX 0;
  line-height: 2;
}

#about-us .row {
  position: relative;
}

#about-us .aboutus-shape {
  position: absolute;
  top: 0;
  right: 47%;
  max-width: 10px;
  height: 100px
}

/***********Benefits************/


#benefits {
  background-image: url(../images/benefits.png);
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: -87px !important;
  height: 950px;
  background-position: center;
  position: relative;
  margin: 0 auto;
}

#benefits ul.benefits-list {
  padding-top: 100px !important;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0rem !important;
  width: 100%;
}

#benefits ul.benefits-list .benefits-box-one {
  background-image: url(../images/benefitsbg-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px;
  text-align: center;
}

#benefits ul.benefits-list .benefits-box-two {
  background-image: url(../images/benefitsbg-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px 14px 35px;
  text-align: center;
}

#benefits ul.benefits-list .benefits-box-three {
  background-image: url(../images/benefitsbg-3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px;
  text-align: center;
}

#benefits ul.benefits-list .benefits-box-four {
  background-image: url(../images/benefitsbg-4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px;
  text-align: center;
}

#benefits ul.benefits-list li {
  max-width: 215px;
  width: 100%;
  margin: 10px;
}

#benefits ul.benefits-list li p {
  color: #313133;
  font-size: 28px;
  margin-bottom: 0;
}

#benefits ul.benefits-list li article {
  font-size: 15px;
  color: #fff;
  margin-top: 8px;
}

#benefits ul.benefits-list li:nth-child(1),
ul.benefits-list li:nth-child(3) {
  margin-top: 85px !important;
}

#benefits ul.benefits-list li:nth-child(4) {
  margin-top: -60px !important
}

#benefits .benefits-manimage {
  margin-top: 175px;
  z-index: 99;
  position: relative;
}

#benefits .benefits-title {
  position: absolute;
  top: 14%;
  right: 21%;
  font-size: 42px;
  font-weight: 700;
  background: -webkit-linear-gradient(75deg, #000, #2196F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 01
}



/************Testimonials*************/

#testimonials {
  overflow: hidden;
  position: relative;
  z-index: 99;
  margin-top: -250px;
}

.testimonials-hedading {
  margin-top: 300px;
}

.testimonials-hedading h2 {
  font-size: 48px;
  font-weight: 700;
  color: #213373;
}

.testimonials-hedading h2 span {
  color: #3E60D9;
}

.testimonials-hedading p {
  font-size: 18px;
  color: #000;
}

#testimonials-slider {
  background-image: url(../images/testmonialsbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
}

#testimonials-slider .fas {
  font-size: 24px;
  color: #000;
}

#testimonials-slider p {
  font-size: 16px;
  text-align: justify;
  color: #424242;
  line-height: 1.6;
}

#testimonials-slider p strong {
  color: #3E60D9;
  font-size: 20px
}

#testimonials-slider .item {
  padding: 15px 30px 80px 120px;
  margin: 38px auto;
  border-radius: 30px;
}



/***********Owl Carousel Dots css************/
#carouselApex .owl-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%
}

#carouselApex .owl-nav .owl-prev {
  position: absolute;
  left: -10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#carouselApex .owl-nav .owl-next {
  position: absolute;
  right: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

#carouselApex .owl-nav button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(22, 54, 131, 0.8) !important;
  transition: all 0.5s ease;
}

#carouselApex .owl-nav button:hover {
  background-color: rgba(22, 54, 131, 1) !important;
}

#carouselApex .owl-nav button span {
  display: block;
  color: #fff;
  font-size: 42px
}

#carouselApex .owl-nav button:hover {
  background-color: rgba(22, 54, 131, 1) !important;
}

#testimonials .owl-dots {
  text-align: center;
}

#testimonials .owl-dots button.owl-dot.active span,
#testimonials .owl-dots button.owl-dot:hover span {
  background-color: #FEAE00;
  border: 1px solid #FEAE00 !important;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#testimonials .owl-dots button.owl-dot {
  border: 1px solid #00427b !important;
  background: white;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: relative;
  margin: 0 5px;
}

#testimonials .owl-dots {
  position: relative;
  right: 20px;
  bottom: 28px;
}

#testimonials-slider .owl-nav .owl-next {
  position: absolute;
  left: -25%;
  top: 72%;
  border: 2px solid #000;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  outline: 0;
  /*background: #007f97;*/
  color: #000;
  transition: all 0.3s;
  font-size: 30px;
  border-radius: 50px;
  line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev {
  position: absolute;
  left: -35%;
  top: 72%;
  border: 2px solid #000;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  outline: 0;
  /* background: #33333330;*/
  transition: all 0.3s;
  color: #000;
  font-size: 30px;
  border-radius: 50px;
  line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev:hover .fas,
#testimonials-slider .owl-nav .owl-next:hover .fas {
  color: #3E60D9;
}

/*************Easy Guaranteed *******************/
#easy-guarant {
  padding: 50px 0 50px;
}

#easy-guarant ul.easy-understand h2 span {
  color: #213373;
}

#easy-guarant ul.easy-understand {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

#easy-guarant ul.easy-understand li:first-child {
  width: 75%;
  text-align: justify;
  margin-right: 15px;
}

#easy-guarant ul.easy-understand li:first-child p {
  font-size: 14px
}

#easy-guarant ul.easy-understand h4 {
  font-size: 16px;
  font-weight: 400;
}

#easy-guarant ul.easy-understand h2 {
  font-size: 26px;
}


/*******************PLAN IMPROVE****************************/
#plan-improve .card {
  text-align: center;
  min-height: 282px;
  padding: 30px 0;
  border: none;
}

#plan-improve .card img {
  width: 75px;
  height: 75px;
  margin: 0 auto
}

section#plan-improve {
  background-image: linear-gradient(to bottom, #fff 45%, #000 10%);
}

section#plan-improve .container {
  background: #fff !important;
  border-radius: 40px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16),
    0px 3px 6px 0px rgba(0, 0, 0, 0.23);
}

/************CopyRight **********/
#footer {
  background: #000;
}

#footer ul.footer-left {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer ul.footer-left li {
  align-items: center;
}

#footer ul.footer-left li {
  color: #fff;
  font-size: 16px;
  margin: 10px;
}

#footer ul.footer-left li:last-child a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 40px;
}

#footer .footer-right {
  float: right;
}

#footer .footer-right a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}


/************RESPONSIVE****************/

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .wrapper {
    justify-content: start !important;
  }

  .top-header .top-form {
    padding: 10px 30px;
    margin: 5px 20px 0;
  }


}

@media screen and (max-width: 1199px) and (min-width: 992px) {

  .wrapper {
    justify-content: start !important;
  }

  .card.audit-two,
  .wrapper {
    margin-top: 0px !important;
  }

  .wrapper .card {
    width: calc(28% - 0px);
  }

  .top-header .container {
    background-image: none;
    height: auto;
  }

  #our-services .card {
    min-height: 480px;
  }

  #benefits {
    background-size: cover;
  }

  #benefits ul.benefits-list {
    position: relative;
    z-index: 99;
  }

  ul.benefits-list li:nth-child(3) {
    margin-top: 5px !important;
  }

  .testimonials-hedading h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {

  .top-header .container {
    height: auto;
  }

  #benefits ul.benefits-list {
    position: relative;
    z-index: 99;
  }

  #benefits {
    background-size: cover;
    margin-top: 0px;
    height: auto;
  }

  #benefits ul.benefits-list .benefits-box-one {
    padding: 10px;
    text-align: center;
    height: auto;
  }

  #benefits .benefits-title {
    top: 5%;
  }

  #benefits ul.benefits-list li:nth-child(1),
  ul.benefits-list li:nth-child(3),
  #benefits ul.benefits-list li:nth-child(4),
  #benefits .benefits-manimage,
  .card.audit-two {
    margin-top: 0px !important;
  }

  #benefits ul.benefits-list li {
    max-width: 280px;
  }

  #easy-guarant ul.easy-understand h2 {
    font-size: 26px;
  }

  #testimonials-slider .owl-nav .owl-prev,
  #testimonials-slider .owl-nav .owl-next {
    position: initial;
    margin: 0 10px;
  }

  #testimonials-slider .owl-nav {
    text-align: center;
  }

  #our-services .card {
    margin-bottom: 30px;
    min-height: 350px;
  }

  .top-header .container {
    background-image: none;
    height: auto;
  }

  #footer ul.footer-left {
    justify-content: center;
    flex-wrap: wrap;
  }

  #footer .footer-right {
    float: none;
    text-align: center;
  }

  #brand-logo ul li img {
    margin-bottom: 20px;
  }

  .wrapper {
    margin-top: 0px;
  }

}

@media screen and (max-width: 767px) {

  .wrapper {
    margin-top: 0px;
  }

  .top-header {
    text-align: center;
    overflow: hidden;
  }

  .top-header .contactus {
    float: none;
  }

  .top-header .banner-content h1 {
    font-size: 36px;
  }

  .top-header .top-form {
    margin: 0px;
  }

  .top-header .top-form .form-label {
    text-align: left;
  }

  #our-services h2 {
    font-size: 36px;
  }

  #easy-guarant ul.easy-understand {
    flex-wrap: wrap;
  }

  #benefits .benefits-title {
    font-size: 32px;
  }

  #benefits .benefits-title {
    right: 0;
    transform: translate(-5%, -50%);
    font-size: 28px;
    top: 7%;

  }
}

@media screen and (max-width: 479px) {

  #brand-logo ul,
  #easy-guarant ul.easy-understand {
    justify-content: center;
  }

  .testimonials-hedading {
    margin-top: 170px;
  }

  .brand-logo .item img {
    width: 100%;
    max-width: 150px;
  }

  #about-us .about-us-content {
    padding: 50px 30px;
  }

  #benefits {
    margin-top: 0px !important;
  }

  #benefits .benefits-title {
    font-size: 24px;
  }

  .wrapper .card .text {
    padding: 10px 20px;
  }
}