/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*======================
   02. Basic css
========================*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

::-moz-selection{
  background-color: #212121;
  color: #fff;
}

::selection{
  background-color: #212121;
  color: #fff;
}

body {
  line-height: 1.3;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

ol,
ul {
  list-style: none;
}

a, button{
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: #03a87c !important;
}

a:focus,
button:focus {
  outline: none;
}
body {
  background-color: #fff;
  color: #212121;
}
.section_padd {
  padding: 100px 0;
}
.button {
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 22px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  background-color: #03a87c;
  border: none;
  display: inline-flex;
  align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.button:hover{
  background-color: #06bf59;
  color: #fff !important;
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
  cursor: pointer;
  display: none;
  z-index: 999;
  width: 30px;
  margin-left: auto;
}

.hamburger-menu span {
  background: #212121;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-menu:hover .line-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hamburger-menu:hover .line-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.hamburger-menu .line-top.current {
  -webkit-transform: translateY(200%) rotate(135deg);
  -ms-transform: translateY(200%) rotate(135deg);
  transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
  opacity: 0;
}

.hamburger-menu .line-bottom.current {
  -webkit-transform: translateY(-325%) rotate(-135deg);
  -ms-transform: translateY(-325%) rotate(-135deg);
  transform: translateY(-325%) rotate(-135deg);
}

header {
  position: fixed;
  height: 85px;
  z-index: 1000;
  width: 100%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-weight: 600;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*sticky START CSS*/
.logo a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.logo a img {
  width: 140px;
}
header.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}
#menu {
  text-align: right;
  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;
}
#menu li {
  display: inline-block;
  color: #212121;
}
#menu li a {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  padding: 0 45px;
}
#menu li a:not(.button){
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
#menu>li>a.active,
#menu>li>a:hover {
  color: #03a87c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#menu li a.button {
  color: #fff !important;
  padding: 12px 25px !important;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#menu li a.button i{
  font-size: 22px;
  font-weight: 400;
}
.section_title span{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #9A8C98;
  color: #03a87c;
  text-transform: uppercase;
}
.section_title h2{
  color: #212121;
  font-size: 45px;
}
.home_wrapper {
  min-height: 100dvh;
  max-height: 820px;
  width: 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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #7b8cd90d;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner_row {
  padding-top: 60px;
}
.banner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_content span{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #9A8C98;
  color: #03a87c;
  text-transform: uppercase;
}
.banner_content h1 {
    font-size: 56px;
    color: #212121;
    line-height: 1.2;
    text-transform: capitalize;
}
.banner_content p {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  line-height: 1.5;
  margin: 20px 0 30px;
}
.banner_img{
  position: absolute;
  right: 5%;
  bottom: -120px;
  text-align: center;
}
.banner_img img{
  max-width: 530px;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.2));
}

/* success Sec  */
.how_sec{
  padding: 100px 0;
}
.how_box {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 35px;
  height: 100%;
  text-align: center;
}
.how_box img{
  height: 70px;
}
.how_box h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 12px 0;
}
.how_btn .button{
  margin-top: 40px;
}
/* Why  */
.why_sec{
  padding: 100px 0;
  background-color: #95a8ff1c;
}
.why_box {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 35px;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.why_box img{
  height: 70px;
}
.why_box h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 12px 0;
}

/*occation area*/
/* Why  */
.occation_area{
  padding: 100px 0;
}
.occation_box {
  border-radius: 10px;
  padding: 30px 35px;
  height: 100%;
  text-align: center;
}
.occation_box img{
  height: 80px;
}
.occation_box h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 12px 0;
}
.occation_box.v1{
  background-color: #6196ff;
  color: #fff;
}
.occation_box.v2{
  background-color: #a9aaff;
  color: #fff;
}
.occation_box.v3{
  background-color: #ffd484;
}
.occation_box.v4{
  background-color: #a8e4db;
}

/*secure area*/
.secure_area{
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  color: #fff;
}
.secure_area h2{
  color: #fff;
}
.secure_area img{
  height: 120px;
  margin-bottom: 30px;
}
.secure_area ul{
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}
.logo_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;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 15px;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logo_wrapper img{
  height: 38px;
}

/*testimonials*/
.testimonials{
  padding: 100px 0;
}
.slider_feedback .owl-stage{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.quote_testi i {
  font-size: 65px;
  color: #7f90d5;
  opacity: .5;
}
.inner-slider {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 30px 22px;
  background-color: #fff;
  height: 100% !important;
}
.testimonials .inner-slider .shape-img img {
  width: auto;
  margin: 0 auto;
}
.testimonials .inner-slider img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonials .inner-slider .star-icon ul li {
  display: inline-block;
  color: #ffbb00;
  font-size: 18px;
  margin-bottom: 20px;
}
.testimonials .inner-slider h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 25px;
  font-weight: 400;
}
.testimonials .inner-slider h6 {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.22px;
  margin-bottom: 8px;
}
.testimonials .inner-slider p {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0px;
  font-weight: 600;
}
/* cta_sec  */
.cta_sec{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0;
}
.cta_content{
  text-align: center;
  color: #fff;
}
.cta_content h2{
  color: #fff;
}
.cta_content p {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 30px;
}
.cta_content .button{
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  background-color: #fff;
  color: #212121;
}
.cta_content .button i{
  font-size: 25px;
  font-weight: 400;
}
.cta_content .button:hover{
  background-color: #212121;
  color: #fff;
}
/* Foooter  */
footer{
  background-color: #141919;
  padding: 80px 0 25px 0;
  color: #fff;
}
.foot_link{}
.foot_link img{
  width: 150px;
  margin-bottom: 20px;
  display: block;
}
.foot_link h4{
  font-size: 24px;
  margin-bottom: 25px;
}
.foot_link a{
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
  color: #fff;
}
.foot_link .store .button{
  display: inline;
}
.foot_link .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.foot_link .social a{
  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: 40px;
  width: 40px;
  background-color: #03a87c;
  border-radius: 50%;
}
.foot_link .social a:hover{
  color: #fff !important;
}
.logo_foot{
  text-align: center;
  margin-top: 30px;
}
.logo_foot p{
  margin-bottom: 25px;
  font-size: 16px;
}
.logo_foot p a{
  color: inherit;
  text-decoration: underline;
}
/*return-to-top START CSS*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: -webkit-box  !important;
  display: -ms-flexbox  !important;
  display: flex  !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100;
  background-color: #03a87c !important;
  padding: 0;
  font-weight: 400;
  border-radius: 50%;
}
.back-to-top span {
  padding: 0;
}
.back-to-top i {
  color: #fff;
}