@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

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

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

/* header css start */
.header-section {
  margin-bottom: 2rem;
}
.header-section .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 400;
  color: #505050;
  line-height: 140%;
  margin-left: 1rem;
  transition: all linear 0.3s;
  text-transform: uppercase;
}
.header-section .navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
}
.header-section .d-flex {
  align-items: center;
}
.header-section .d-flex a:first-child {
  font-size: 1rem;
  font-weight: 700;
  color: #505050;
  line-height: 110%;
  background: #ffffff;
  display: inline-block;
  padding: 1rem 2rem;
  transition: all linear 0.3s;
  border-radius: 3rem;
  text-transform: uppercase;
  margin-right: 1rem;
}

.content-img-wrap img {
  border-radius: 10px!important;
}


.header-section .d-flex a:first-child:hover {
  background: #505050;
  color: #ffffff;
}
.header-section .d-flex a:last-child {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 110%;
  background: #5bb6cc;
  display: inline-block;
  padding: 1rem 2rem;
  transition: all linear 0.3s;
  border-radius: 3rem;
  text-transform: uppercase;
}
.header-section .d-flex a:last-child img {
  margin-left: 0.6rem;
}
.header-section .d-flex a:last-child:hover {
  background: #505050;
}

/* header css end */
.pa-y4 {
  padding: 4rem 0;
}

.common-heading {
  text-align: center;
  margin-bottom: 3rem;
}
.common-heading h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #5bb6cc;
  line-height: 140%;
  text-transform: uppercase;
}
.common-heading h5 {
  font-size: 2rem;
  font-weight: 400;
  color: #505050;
  line-height: 140%;
}

.common-button {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 110%;
  background: #99c644;
  display: inline-block;
  padding: 1rem 2rem;
  transition: all linear 0.3s;
  border-radius: 3rem;
  text-transform: uppercase;
}
.common-button:hover {
  background: #535353;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100% !important;
}

.more-bttn {
  margin-top: 2rem;
  text-align: center;
}

/* hero css start */
.hero-section {
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-bottom: 5rem;
}

.hero-txt-wrap {
  padding: 3rem 0;
}
.hero-txt-wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #505050;
  line-height: 140%;
  margin-bottom: 1.8rem;
  margin-top: -0.3rem;
}
.hero-txt-wrap h1 {
  font-size: 2.425rem;
  font-weight: 800;
  color: #5bb6cc;
  line-height: 140%;
  text-transform: uppercase;
}
.hero-txt-wrap p {
  font-size: 1rem;
  font-weight: 500;
  color: #535353;
  line-height: 140%;
  width: 70%;
  margin-bottom: 1rem;
}
.hero-txt-wrap .hero_btn {
  margin-top: 2rem;
}
.hero-txt-wrap .hero_btn a:hover {
  background-color: #535353;
  color: #ffffff;
}

.hero-img {
  position: relative;
}
.hero-img .hero-vdo-wrap {
  text-align: center;
}
.hero-img .hero-vdo-wrap img {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 2rem;
}
.hero-img .vdo-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-img .vdo-play .fa-solid {
  font-size: 2.4rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .about-txt h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #5bb6cc;
  line-height: 140%;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.about-section .about-txt h5 {
  font-size: 2rem;
  font-weight: 400;
  color: #505050;
  line-height: 140%;
}
.about-section .about-txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #535353;
  line-height: 140%;
  width: 70%;
  margin-top: 1rem;
}
.about-section .about-txt p span {
  font-weight: 700;
}

.about-img {
  text-align: center;
}

.feature-section {
  position: relative;
}
.feature-section:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f1f9fb;
  z-index: -1;
  border-top: 8px solid #5bb6cc;
}

.feature-box-wrap .feat-thumbnail {
  margin-bottom: 1.5rem;
}
.feature-box-wrap .feat-thumbnail img {
  display: block;
  width: 70%;
  margin: 0 auto;
  border-radius: 50%;
}
.feature-box-wrap .feat-txt {
  text-align: center;
}
.feature-box-wrap .feat-txt h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #505050;
  line-height: 140%;
  margin-bottom: 1rem;
}
.feature-box-wrap .feat-txt p {
  font-size: 1rem;
  font-weight: 400;
  color: #535353;
  line-height: 140%;
  width: 72%;
  margin: 0 auto;
}

.slider-item {
  padding: 2rem 0;
}
.slider-item img {
  display: block;
  width: 94%;
  margin: 0 auto;
  transition: all linear 0.3s;
}

.slider-item.slick-slide.slick-current img {
  transform: scale(1.1);
  transition: all linear 0.3s;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  transition: all linear 0.3s;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: #c0c0c0;
  transition: all linear 0.3s;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background: #535353;
  width: 2.5rem;
  transition: all linear 0.3s;
  border-radius: 7px;
}

.specialist-img {
  text-align: center;
}
.specialist-img img {
  width: 60%;
}

.specialist-txt h3 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #5bb6cc;
  line-height: 140%;
  text-transform: uppercase;
}
.specialist-txt h5 {
  font-size: 2rem;
  font-weight: 400;
  color: #505050;
  line-height: 140%;
}
.specialist-txt ul {
  margin-top: 4rem;
}
.specialist-txt ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
}
.specialist-txt ul li img {
  width: 1.5rem;
  margin-right: 0.8rem;
}
.specialist-txt ul li p {
  font-size: 1.2rem;
  font-weight: 700;
  color: #505050;
  line-height: 140%;
}
.specialist-txt ul li:last-child {
  margin-bottom: 0;
}

.video-box-wrap .main-video-player {
  position: relative;
}
.video-box-wrap .main-video-player img {
  display: block;
  width: 100%;
  border-radius: 1rem;
}
.video-box-wrap .main-video-player .player-ol {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.video-box-wrap .main-video-player .player-ol i {
  font-size: 1.6rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.video-box-wrap .player-txts {
  text-align: center;
  margin-top: 1rem;
}
.video-box-wrap .player-txts h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #505050;
  line-height: 140%;
}

.content-section {
  background-image: url("../images/content-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% 80%;
  background-position: center center;
}

.content-img-wrap img {
  display: block;
  width: 80%;
}

.content-txt-wrap {
  position: relative;
}
.content-txt-wrap:before {
  position: absolute;
  content: "";
  left: -4rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/arrow-right.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-txt-wrap h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #505050;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.content-txt-wrap p {
  font-size: 1rem;
  font-weight: 400;
  color: #535353;
  line-height: 140%;
  margin-top: 1rem;
  width: 70%;
}
.content-txt-wrap p span {
  font-weight: 700;
}

.con_ml {
  margin-left: 4rem;
}

.con_mr {
  margin-right: 4rem;
}

.con_text_end {
  text-align: end;
}
.con_text_end:before {
  left: inherit;
  right: -4rem;
  background-image: url("../images/arrow-icon.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.con_text_end p {
  margin-left: auto;
}

.con_img_end img {
  margin: 0 0 0 auto !important;
}

.long-border {
  position: relative;
}
.long-border:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #535353;
}

.team-section {
  position: relative;
}
.team-section:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25%;
  width: 100%;
  height: 25%;
  background-color: #eeeeef;
  z-index: -1;
}

.team-img-wrap {
  text-align: center;
}
.team-img-wrap img {
  display: block;
  width: 100%;
}

.big-icon-box {
  text-align: center;
  margin-top: 3rem;
}
.big-icon-box img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
}
.big-icon-box h6 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #505050;
  line-height: 140%;
  text-transform: uppercase;
  margin-top: 1rem;
}

.pricing-box {
  position: relative;
  background-image: url("../images/ben-01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 70%;
  border-radius: 1rem;
}
.pricing-box:before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -5%;
  z-index: -9;
  width: 105%;
  height: 110%;
  background-color: transparent;
  border: 3px solid #5bb6cc;
  border-radius: 1rem;
}
.pricing-box .pricing-txt {
  padding: 1rem 1.6rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.619);
  text-align: center;
  position: relative;
}
.pricing-box .pricing-txt h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
}
.pricing-box .pricing-txt h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
}
.pricing-box .pricing-txt h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  text-transform: uppercase;
}
.pricing-box .pricing-txt ul {
  margin: 1rem 0;
}
.pricing-box .pricing-txt ul li {
  font-size: 0.8rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 0.4rem;
}
.pricing-box .pricing-txt ul li i {
  color: #5bb6cc;
  margin-right: 0.4rem;
}
.pricing-box .pricing-txt h6 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 140%;
}
.pricing-box .pricing-txt h6 span {
  font-size: 0.8rem;
}
.pricing-box .pricing-txt .right-img-box {
  position: absolute;
  right: -4rem;
  bottom: 0.5rem;
}
.pricing-box .pricing-txt .right-img-box img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 2px 3px 4px #535353;
}

.footer-section {
  padding: 2rem 0;
  background-color: #9f9f9f;
}
.footer-section .ftr-txt {
  text-align: center;
}
.footer-section .ftr-txt ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.footer-section .ftr-txt ul li a {
  display: block;
  margin: 0 0.6rem;
}
.footer-section .ftr-txt ul li a i {
  font-size: 1.5rem;
  color: #3f3f3f;
}
.footer-section .ftr-txt p {
  font-size: 0.9rem;
  font-weight: 400;
  color: #535353;
  line-height: 140%;
}
.footer-section .ftr-txt p a {
  color: #505050;
  font-weight: 600;
}

/* Back to top btn part Start */
.back-top-btn {
  position: fixed;
  bottom: 5px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background: #5bb6cc;
  border-radius: 10% 10% 0 0;
  text-align: center;
  z-index: 9999;
}
.back-top-btn i {
  color: #ffffff;
  line-height: 40px;
  font-size: 25px;
}

/* Back to top btn part End */
