* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
}
html {
  scroll-behavior: smooth !important;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #ded2c4 #f8f1e9;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
a {
  font-family: var(--paragraph-font);
  text-decoration: none;
}
p {
  font-family: var(--paragraph-font);
}

.section-padding {
	padding-top: 6em;
	padding-bottom: 6em;
}

.heading {
  text-align: center;
  width: 80%;
  margin: auto;
}
.heading h1 {
	font-size: 3rem;
	line-height: 3.8rem;
	font-weight: 800;
	text-transform: uppercase;
}
.heading p {
  font-size: 18px;
  width: 80%;
  margin: auto;
  color: var(--paragraph-color);
  line-height: 25px;
  margin-top: 20px;
}
.btn.btn_style {
  background: var(--color-1);
  font-weight: 600;
  color: #fff;
  width: fit-content;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--paragraph-font);
  padding: 0 25px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn.btn_style:hover {
  background: var(--gradient_color);
  color: #fff;
}

/* ************************************************************ banner ****************************************** */
.banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
	/* background-image: url(../images/bg.jpg); */
	/* background-size: 100%; */
	/* background-position: 70% 70%; */
	/* background: transparent linear-gradient(-50deg, #0d5eb4 0%, #101b54 100%) 0% 0% no-repeat padding-box; */
	background: transparent linear-gradient(-50deg, #08b39f 0%, #101b56 100%) 0% 0% no-repeat padding-box;
	display: grid;
	align-content: center;
}
/* .banner .banner_txt{
    padding-top: 130px;
} */
.banner .banner_shape {
    position: absolute;
    z-index: 0;
    right: 5%;
    top: 12%;
    animation: heartbeat 4s infinite alternate;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/* .banner h1 {
	font-size: 70px;
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 0;
	line-height: 70px;
	text-transform: uppercase;
	font-family: var(--paragraph-font);
  color: #fff;
} */
.banner h1 {
	font-size: 77px;
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 0;
	line-height: 85px;
	/* text-transform: uppercase; */
	font-family: var(--heading-font);
	/* background: linear-gradient(180deg, #FAFAF8 0%, #08B39F 100%); */
	/* background-clip: border-box; */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	color: #fff;
}
.banner h1 span {
	display: block;
	text-transform: capitalize;
	-webkit-text-fill-color: #292929;
	font-size: 50px;
	font-weight: 600;
}

.banner p {
	font-size: 1.2rem;
	text-align: left;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	margin: 20px 0;
	text-transform: capitalize;
}
.banner .btn_div {
    display: flex;
    gap: 20px;
}
.banner .btn_div .btn {
	background-color: var(--color-1);
	font-size: 16px;
	font-family: var(--paragraph-font);
	font-weight: bold;
	height: 50px;
	display: flex;
	gap: 8px;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	color: #fff;
	width: 180px;
}
.banner h1.bg_txt {
	position: absolute;
	font-size: 226px;
	opacity: 0.1;
	bottom: 56px;
	left: -6px;
	right: 0;
	text-align: center;
	text-transform: uppercase;
}
.banner .banner_txt {
	z-index: 111;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: grid;
	align-content: center;
}
/* **************************************************** home ablout section ****************************************** */
.about_sec .heading{
  width: 60%;
}
.about_sec .heading h1{
   /* color: var(--color-2); */
   font-family: var(--heading-font);
   font-weight: 800;
   font-size: 3em;
}
.about_sec p {
	color: var(--paragraph-color);
	font-size: 18px;
	line-height: 28px;
	font-family: var(--paragraph-font);
	width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}
/* **************************************************** home highlights ****************************************** */
.highlights {
	background-image: linear-gradient(180deg, #ededed96 0%, #fff 100%);
	border-top-left-radius: 70px;
	text-align: center;
	/* background: #eeeff3; */
	border-top-right-radius: 70px;
}
.highlights .heading {
	margin-bottom: 50px;
}
.highlights .highlights_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.highlights .highlights_list .highlights_item {
	flex-basis: calc(33.33% - 20px);
	margin: 20px 10px;
}
.highlights .highlights_list .highlights_item .highlight_icon {
	width: 80px;
	height: 80px;
	/* background-color: var(--color-1); */
	border-radius: 15px;
	display: grid;
	place-content: center;
	margin: auto;
	border: 2px solid var(--color-1);
	/* box-shadow: 1px 1px 14px -5px #0000005e; */
}
.highlights .highlights_list .highlights_item .highlight_icon img {
	width: 45px;
	/* filter: invert(); */
}
.highlights .highlights_list .highlights_item .highlight_content{margin-top: 15px;}
.highlights .highlights_list .highlights_item .highlight_content h3 {
	color: var(--color-1);
	font-size: 20px;
	font-weight: 700;
	font-family: var(--banner-font);
}
.highlights .highlights_list .highlights_item .highlight_content p {
	font-size: 15px;
	margin: 0;
	line-height: 20px;
	color: #000;
}
/* ********************************************************** Call to Us --------------------------------- */
/* .callToUs {
	background: transparent linear-gradient(-50deg, #3b457e 0%, #2a3055 100%) 0% 0% no-repeat padding-box;
} */
.callToUs {
	/* background-color: #3b457e; */
	background: transparent linear-gradient(-50deg, #2a3055 0%, #08b39f 100%) 0% 0% no-repeat padding-box;
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
	border-bottom: 2px solid #fff;
	box-shadow: 0px 30px 20px -30px #000000a8;
} 
.callToUs h2 {
	font-size: 50px;
	font-weight: bold;
}
.callToUs p {
	margin-bottom: 0;
	font-size: 18px;
}
/* *************************************************** why choose home page section ******************************** */
.accordion-why details {
	border-bottom: 1px dashed #08b29f;
	padding: 1rem 0;
	margin-bottom: 0;
}
.accordion-why summary {
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	font-family: var(--banner-font);
	color: #444;
}
.accordion-why details:open summary {
	color: var(--color-1);
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.accordion-why details p {
	margin: 0;
	color: #000;
	font-family: var(--paragraph-font);
	font-size: 16px;
}
.accordion-why summary::-webkit-details-marker {
  display: none;
}

.accordion-why summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  color: var(--color-1);
  transition: transform 0.2s ease-in-out;
}
.accordion-why {
	margin-right: 70px;
}
.accordion-why details[open] summary::after {
  content: "-";
  font-size: 20px;
  color: var(--color-1);
}
/* ************************************************************ footer *********************************************** */
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222;
}
.footer-top p,
.company-footer-contact-list li {
  color: #fff;
  font-size: 15px;
}
.footer-top .site-logo {
	margin-bottom: 15px;
	display: block;
	max-width: 260px;
}
.footer-top .small-post-title a {
  color: #ffffff;
  font-weight: 400;
}
.footer-newsletter .btn {
	background-color: var(--color-2);
	border-color: var(--color-2);
	font-weight: bold;
}
.footer-links.list-unstyled li a {
	color: #fff;
}
.footer-links.list-unstyled li a:hover {
	color: var(--color-1);
}
.footer-bottom {
  padding: 8px 0;
  border-top: 1px dashed var(--color-1);
  background-color: #111;
}
.footer-top h4 {
	font-size: 18px;
}
.copy-right-text {
  color: #666;
}
.copy-right-text a {
  color: #666;
  text-decoration: none;
}

.footer-bottom .social-icons-btn {
  display: flex;
  gap: 10px;
  justify-content: right;
}
.footer-bottom .social-icons-btn .icons {
  min-width: 35px;
  min-height: 35px;
  background: #ededed;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 13px;
  color: #000;
  display: grid;
  place-content: center;
}
/* ******************************************************* contact page *************************************************** */
.contact_details {
  padding-top: 9em;
  background-image: linear-gradient(
    to right,
    rgb(92, 83, 11) 0%,
    rgb(39, 39, 39) 100%
  );
  padding-bottom: 3em;
}
.contact_details .box {
  text-align: center;
  color: #fff;
  padding: 0 40px;
}
.contact_details .box .icon {
  width: 80px;
  height: 80px;
  font-size: 32px;
  border: 2px solid #fff;
  color: var(--color-1);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin: auto;
  display: ;
  margin-bottom: 20px;
}
.contact_details .box h3 {
  color: var(--color-1);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--banner-font);
}
.contact_details .box p {
  font-size: 19px;
  line-height: 25px;
}
.contact_form {
  background-color: var(--bgcolor1);
}
.contact_form .login_form {
  box-shadow: 0px 0px 20px -10px #000;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  border-top: ;
  border-top: 7px solid var(--color-1);
  margin-top: 40px;
}
.contact_form .login_form .form-control {
  height: 45px;
  border: 1px solid #666;
  border-radius: ;
}
.contact_form .login_form .form-group {
  position: relative;
}
.contact_form .login_form label {
  font-size: 17px;
  color: #000;
  position: absolute;
  left: 12px;
  top: -13px;
  background: #fff;
  padding: 0 5px;
  font-family: var(--banner-font);
}
.contact_form .btn.btn_style {
  width: 150px;
  font-size: 17px;
}
/* ************************************************************** Pricing Plans ************************************************** */

.innerbanner {
	background: transparent linear-gradient(-50deg, #049483 0%, #2a3055 100%) 0% 0% no-repeat padding-box;
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
	border-bottom: 2px solid #fff;
	box-shadow: 0px 30px 20px -30px #000000a8;
	min-height: 320px;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.innerbanner h1{
	font-family: var(--banner-font);
	font-weight: 600;
	color: #fff;
	font-size: 60px;
	margin: 0;
}
.innerbanner p{
	font-family: var(--banner-font);
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	margin: 0;
}

.plans_pricing .table .standard_class {
	background-color: #07b29e24;
}
.plans_pricing .table td, .plans_pricing .table th, .plans_pricing .table tr {
	border: none;
	border-radius: 35px;
	text-align: center;
	padding: 4px;
}
.plans_pricing .table{
	border-collapse: separate;
	border-spacing: 10px;
}
.plans_pricing .table tbody th {
	text-align: left !important;
	font-weight: 600;
	color: var(--color-2);
	font-size: 17px;
	font-family: var(--banner-font);
	padding: ;
	color: #000;
	text-transform: capitalize;
	width: 20%;
}
.plans_pricing .table th.t_heading {
	color: var(--color-2);
	font-family: var(--banner-font);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	line-height: 31px;
}
.plans_pricing .table th.t_heading .price {
	display: block;
	font-size: 40px;
	color: var(--color-2);
	font-weight: bold;
}
.plans_pricing .table i.fa-solid.fa-check{
	color: var(--color-1);
	font-size: 20px;
}
.plans_pricing .table i.fa-solid.fa-xmark{
	color: rgb(188, 13, 0);
	font-size: 20px;
}
 .table > thead {
	position: sticky;
	top: 52px;
	background: #fff;
}
.table > thead th {
    border-radius: 0 !important;
}
.duration {
	font-size: 13px;
	color: #00665c;
	text-transform: capitalize;
	border: 1px solid currentColor;
	padding: 2px 15px;
	border-radius: 20px;
}
/* ******************************************************** Solutions Page ****************************************** */
.solutions_sec .heading h1 {
	color: var(--color-2);
	font-family: var(--heading-font);
	font-weight: 800;
	font-size: 3em;
	line-height: 1em;
}
.solutions_sec .txt p {
	color: var(--paragraph-color);
	font-size: 18px;
	line-height: 28px;
	font-family: var(--paragraph-font);
	margin-bottom: 20px;
}
.solutions_list .solution_list_txt h2{
	color: #000;
	font-family: var(--paragraph-font);
	font-weight: 800;
	font-size: 2.5em;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.solutions_list .solution_list_txt p{
	color: var(--paragraph-color);
	font-size: 18px;
	line-height: 28px;
	font-family: var(--paragraph-font);
}
.whychoose .why_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.whychoose .why_ul .why_li {
	flex-basis: calc(20% - 16px);
	margin: 15px 8px;
	text-align: center;
	padding: 20px 15px;
	background: #fff;
	border-radius: 20px;
	transition: all .3s;
}
.whychoose .why_ul .why_li i {
	font-size: 50px;
	font-weight: 300;
	color: var(--color-1);
	margin-bottom: 10px;
}
.whychoose .why_ul .why_li h5 {
	color: #000;
	font-family: var(--paragraph-font);
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
}
.whychoose .why_ul .why_li p {
	color: var(--paragraph-color);
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.whychoose h4{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	color: var(--color-1);
	text-transform: capitalize;
	margin-top: 30px;
}

 /* ******************************************************* About us page *********************************************** */
 .about_us_sec .txt{
	padding-left: 60px;
}
.about_us_sec .txt h1, .vision h2, .mission h2 {
	font-size: 50px;
	font-family: var(--banner-font);
	font-weight: 800;
	color: #000;
	line-height: 54px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
 .about_us_sec .txt p, .vision p, .mission p {
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: 28px;
  font-family: var(--paragraph-font);
}

.vision .text {
	padding-left: 60px;
}
.mission .text {
	padding-right: 60px;
}
.mission{
	background:rgba(191, 234, 228, 0.25);
}

.testimonials{
	background:rgba(191, 234, 228, 0.25);
}
#customers-testimonials {
  margin-top: 50px;
  position: relative;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
	font-family: var(--banner-font);
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: var(--paragraph-color)
}
#customers-testimonials .shadow-effect i {
	font-size: 60px;
	color: var(--color-1);
	margin-bottom: 15px;
}
#customers-testimonials .item {
  text-align: center;
  padding: 0;
  margin-bottom: 80px;
  opacity: 0.3;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .shadow-effect .customer_name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: var(--paragraph-font);
	display: inline-block;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots {
  text-align: center;
  margin-top: -50px;
}

#customers-testimonials.owl-carousel .owl-dot span {
	background: var(--color-1);
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0 4px;
	border-radius: 50%;
	transition: all 250ms ease-out 0s;
	transform: scale(0.5);
}

#customers-testimonials.owl-carousel .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dot:hover span {
  transform: scale(1);
}
.founders_sec{
	background-color: var(--color-2);
}
.founders_sec .founder_box {
	color: #fff;
	padding-right: 70px;
}
.founders_sec .founder_box h1 {
	font-size: 4rem;
	line-height: 3.8rem;
	font-weight: 800;
	text-transform: uppercase;
	font-family: var(--banner-font);
}
.founders_sec .founder_box h5 {
	font-family: var(--banner-font);
	text-decoration: underline;
}
.founders_sec .founder_img img {
	height: 410px;
	width: 100%;
	box-shadow: 0px 0px 14px -5px #000;
	border-radius: 30px;
	object-fit: cover;
	object-position: center;
}
.team_members_sec .team_member {
	box-shadow: 0px 0px 25px -15px #000;
	margin-bottom: 36px;
	overflow: hidden;
	border-radius: 30px;
	border: 2px solid #ccccccb8;
	padding: 15px;
}
.team_members_sec .team_member .info {
	text-align: center;
	padding: 10px 0;
}
.team_members_sec .team_member img {
	border-radius: 25px;
	box-shadow: 0px 0px 10px -3px #000;
	height: 210px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
	text-align: ;
}
.team_members_sec .team_member .info p {
	margin: 0;
	font-size: 14px;
}
.team_members_sec .team_member .info h5 {
	font-size: 20px;
	font-family: var(--banner-font);
	color: var(--color-2);
	font-weight: 700;
	margin-bottom: 0;
}
/* ************************************* registration page ************************************************* */
.registration_form {
	background-color: #ffffff80;
	padding: 45px 45px;
	border-radius: 30px;
	box-shadow: 0px 0px 18px -14px #000;
}
.registration_form .form-group .input-group .input-group-text {
	background: var(--color-1);
	border: 1px solid var(--color-1);
	color: #fff;
}
.registration_form .form-group .input-group .form-control{
	border: 1px solid var(--color-1);
	background-color: transparent;
	color: #000;
	height: 45px;
}
.registration_form .form-group label {
	color: #000;
	font-family: var(--banner-font);
	font-weight: 500;
}
.registration_form h5 {
	color: #006257;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: var(--banner-font);
}
.registration_form .btn.dropdown-toggle.bs-placeholder.btn-light {
	height: 100%;
	line-height: 40px;
	padding: 0 10px;
	color: #7e7e7e;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.registration_form .input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit;
	height: 100%;
	line-height: 40px;
	padding: 0 10px;
	outline: none !important;
	box-shadow: none !important;
}
.registration_form label.btn.btn-outline-primary {
    color: #000;
    background-color: var(--bs-btn-bg);
    border-color: var(--color-1);
}
.registration_form .btn-check:checked+.btn, 
.registration_form .btn.active, 
.registration_form .btn.show, 
.registration_form .btn:first-child:active, 
.registration_form :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.registration_form .form-control{
	box-shadow: none !important;
	outline: none;
}

.registration_txt {
	padding-right: 90px;
	text-align: center;
}
.registration_txt h1 {
	font-family: var(--paragraph-color);
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	line-height: 50px;
	margin-bottom: 20px;
}
.registration_txt p {
	color: #004940;
	font-size: 21px;
	line-height: 25px;
	margin: 14px 0;
	font-family: var(--banner-font);
}
.registration_txt span {
	font-size: 15px;
	color: #08b39f;
	font-family: var(--banner-font);
	font-weight: bold;
	display: block;
}
.registration_txt .btn.btn_style {
	margin-top: 30px;
	display: ;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
}
.mobile_show{
	display: none;
}
.accordion-item {
	border: 1px solid var(--color-1);
}
.accordion-button.collapsed {
	color: #000;
	font-weight: 600;
	font-size: 15px;
	font-family: var(--paragraph-font);
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: var(--color-2);
	box-shadow: none !important;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 20px;
	border-bottom: 4px solid var(--color-1);
}
.accordion-body .list-unstyled li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
.accordion-body  .list-unstyled li i {
	order: 2;
}
.accordion-button del {
	margin-right: 6px;
}
.accordion-body h4 {
	color: #000;
	font-weight: bolder;
	font-family: var(--banner-font);
	margin: 0;
}
}