@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #00191D;
  margin-top: 0;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #282828;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.main-logo img {
  width: 200px;
}

.navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #8C8C8C !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #4ECDC4 !important;
}

.navbar-nav .nav-link.active {
  color: #4ECDC4 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #4ECDC4;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

ul.dropdown-menu li a {
  color: white !important;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.dropdown-menu li.active,
.dropdown-menu li.active a {
  background: white;
  color: black !important;
}

.navbar-brand img {

  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #ffffff;
}

.offcanvas-header img {
  width: 250px;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #4ECDC4;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* top bar */
.top-bar {
  padding: 16px 0;
  background: #1A535C;
}

.top-bar-social>a {
  font-size: 16px;
}

.top-bar-contact>a {
  font-size: 15px;
}

.top-bar-contact {
  text-align: end;
}

.top-bar-contact>a {
  color: #fff;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* end */
/* header */
.header {
  padding: 10px 0 10px 0;
  background: #ffffff;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  top: 0;
  padding: 0px 0 0px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 150px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url(../images/top-banner.webp);
  position: relative;
  padding: 74px 0;
  animation: mymove 500s linear infinite;
}

.top-banner .learn-img img {
  transform: scale(0.9);
}

.top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #4ECDC4 -12.92%, #1A535C 168.82%);
  z-index: -1;
}

@keyframes mymove {
  0% {
    background-position: -10000px 0px;
  }

  100% {
    background-position: 0px 0px;
  }
}

.top-banner .right-col h1 {
  font-size: 56px;
  font-weight: 500;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
}


/* End */

/* top form  */
.top-form-sec {
  padding: 0 0 50px;
  margin-top: -85px;
  z-index: 1;
  position: relative;
  filter: drop-shadow(0px -100px 80px rgba(0, 0, 0, 0.25));
}

.top-form-sec .top-form-left {
  border-radius: 20px;
  background: #1A535C;
}

.top-form-sec .top-form-left img {
  border-radius: 0 0px 0 20px;
}

.top-form-sec .top-form-left span {
  font-weight: 500;
  font-size: 32px;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
}

.top-form-sec .top-form-left p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.top-form-sec .top-form-right .form-inner label {
  color: #00191D;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 8px;
}

.top-form-sec .top-form-right .form-inner {
  margin-bottom: 24px;
}

.top-form-sec .top-form-right {
  background: url(../images/form-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 30px 30px 200px;
}

.top-form-sec .top-form-right .form-inner input,
.top-form-sec .top-form-right .form-inner select {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
}

.top-form-sec .top-form-right .form-button {
  text-align: end;
}

.top-form-sec .count-sec {
  background: #FFB703;
  border-radius: 16px;
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -58px;
  width: 100%;
}

.top-form-sec .count-sec .count-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 30.333%;
}

.top-form-sec .count-sec .count-inner span {
  color: #000411;
  font-weight: 700;
  font-size: 32px;
}

.top-form-sec .count-sec .count-inner p {
  margin-bottom: 0;
  color: #66512E;
  font-weight: 400;
  font-size: 16px;
}

.top-form-sec .top-form-right-body {
  position: relative;
}

/* end */

/* sec three */
.sec-three {
  padding: 50px 0 240px;
}

.sec-three .sec-three-body .sec-three-content {
  background: #DCF5F3;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  max-width: 1205px;
  margin: -255px 0 0 auto;
  z-index: 1;
  position: relative;
  height: 368px;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-left {
  width: 46.333%;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-left h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000411;
  letter-spacing: -0.01em;
  line-height: 148%;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-left p {
  font-weight: 400;
  font-size: 18px;

  color: #8C8C8C;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-right {
  width: 51.333%;
  background: #FFFFFF;
  box-shadow: 0px 24px 54px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 28px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-right .sec-three-content-inner {
  background: #ECFFFD;
  border-radius: 8px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 47.333%;
}

.sec-three .sec-three-body .sec-three-content .sec-three-content-right .sec-three-content-inner span {
  color: #030303;
  font-weight: 600;
  font-size: 18px;

}

/* end */

/* sec-four */
.sec-four {
  padding: 30px 0 30px;
}

.sec-four .heading h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  color: #021B1F;
}

.sec-four .heading p,
.sec-four .left p {

  color: #8C8C8C;
  font-weight: 400;
  font-size: 18px;
}

.sec-four .left .sec-three-box {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}

.sec-four .left .sec-three-box .sec-three-box-inner {
  background: #F7F7F7;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: start;
  gap: 12px;
  width: 48.333%;
}

.sec-four .left .sec-three-box .sec-three-box-inner span {
  font-weight: 700;
  font-size: 16px;
  color: #021B1F;
  margin-bottom: 15px;
  display: inline-block;
}

.sec-four .left .sec-three-box .sec-three-box-inner p {
  font-size: 14px;
  margin-bottom: 0;
}

/* end */

/* sec five */
.sec-five .left-col h2 {

  font-weight: 500;
  font-size: 46px;
  color: #021B1F;
}

.sec-five .left-col p {
  color: #8C8C8C;
  font-weight: 400;
  font-size: 18px;
}

.sec-five .left-col .btn-sec {
  margin-top: 30px;
}

/* end */

/* sec six */
.sec-six .row:nth-child(2) {
  align-items: start !important;
}

.sec-six .sec-six-box {
  background: #FBFCFC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px;
}

.sec-six .sec-six-box h3 {

  color: #021B1F;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}

.sec-six .sec-six-box p {
  color: #021B1F;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 0;
}

/* end */
/* portfolio sec */
.portfolio-sec {
  padding: 30px 0 80px;
}

.portfolio-sec .bg-portfolio {
  background: #DCF5F3;
  border-radius: 24px;
  padding: 60px 20px 0;
  height: 670px;
}

.portfolio-sec .heading {
  text-align: center;
  margin-bottom: 40px;
}

.portfolio-sec .heading h3 {

  color: #021B1F;
  font-weight: 600;
  font-size: 46px;
}

.portfolio-sec .heading p {
  font-weight: 400;
  font-size: 18px;

  color: #8C8C8C;
}

.portfolio-sec .portfolio-body .image img {
  margin: auto;
}

.portfolio-sec .portfolio-body .image.slick-slide {
  transform: scale(0.9);
  transition: all ease-in-out 0.3s;
}

.portfolio-sec .portfolio-body .slick-center {
  transform: scale(1) !important;
}

.portfolio-sec .portfolio-slide-arrow {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4ECDC4;
  border-radius: 16px;
  width: 35%;
  margin: 25px auto 0;
}

.portfolio-sec .portfolio-slide-arrow img {
  cursor: pointer;
}

.text-slider {
  width: 100%;
}

.text-slider h4 {
  letter-spacing: -0.04em;
  font-weight: 600;
  font-size: 24px;
  color: #194659;
  line-height: 100%;
}

.text-slider p {

  color: #194659;
  opacity: 0.7;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 30px;
  padding-bottom: 130px;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #4ECDC4;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme,
.btn-theme-yellow {
  border: 2px solid #4ECDC4;
  padding: 10.5px 9.33333px 10.5px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  background: #4ECDC4;
  color: #021B1F;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
}

.btn-theme:hover {
  border: 2px solid #4ecdc4;
  background: transparent;
  color: #4ECDC4;
}

.btn-theme-yellow {
  border: 2px solid #FFB703;
  background: #FFB703;
}

.btn-theme-yellow:hover {
  background: transparent;
  color: white;
}

.btn-theme-outline {
  border: 2px solid #00191D;
  background: transparent;
  color: #00191D;
  padding: 13px 25px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
}

.btn-theme-outline:hover {
  background: #00191D;
  color: white;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #1A535C;
}

.footer-logo img {
  width: 160px;
  filter: brightness(0) invert(1);
}

.footer-logo .trust-pilot {
  filter: none;
  width: auto;
  margin-top: 20px;
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}

.footer-links>h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #4ecdc4;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #FFE100;
  padding-left: 10px;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #FFE100;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  padding: 0px 16px 0 0;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
}

.footer-bootom-links>p {
  margin: 0;
  color: #194659;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: white !important;
}

.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

.footer-links>ul>li img {
  margin-right: 8px;
}

.footer-links>ul>li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-links>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.social-link>p>a:nth-child(1) {
  border-right: 2px solid white;
}

hr {
  background-color: white;
  opacity: 1;
}

.social-link>p>a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.social-link>p>a:hover {
  color: #FFE100;
}

.footer-bootom-links>span {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

.footer-bottom {
  background: #4ECDC4;
  padding: 20px 0;
  text-align: center;
}

.social-link>p>a:nth-child(1) {
  border-right: 2px solid #194659;
}

.social-link>p>a {
  color: #194659;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.social-link>p>a:hover {
  color: #FFE100;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #4ECDC4;
  border-color: #4ECDC4;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #4ecdc4;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #4ecdc4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #4ecdc4 !important;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */


/* Sec-01 */
.sec-01 {
  background-image: url(../images/sec-01-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 180px;
  /* padding: 70px 0; */
}

.sec-01:after {
  content: "";
  /* inset: 0; */
  position: absolute;
  background-image: url(../images/sec-01-bg-books.webp);
  background-repeat: no-repeat;
  background-position: center;
  height: 130%;
  width: 100%;
  top: 30px;
  background-size: 94%;
}

.sec-01-content {
  z-index: 3;
  position: relative;
}

.sec-01-title {
  flex-direction: column;
  display: flex;
  align-items: center;
  max-width: 795px;
  margin: 0 auto;
  text-align: center;
}

.sec-01-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #021B1F;
  line-height: 49px;
}

.sec-01-title p {
  color: #021B1F;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
}

.btn-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-01-count {
  /* Rectangle 34624457 */
  background: #FFFFFF;
  box-shadow: 0px 6px 80px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 30px 40px;
  margin-bottom: -120px;
  margin-top: 30px;
  max-width: 910px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -130px;
}

.sec-01-count-card {
  flex-direction: column;
  display: flex;
  gap: 5px;
  align-items: center;
}

.sec-01-count-card>* {
  margin: 0;
}

.sec-01-count-card h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1A535C;
}

.sec-01-count-card span {
  color: #021B1F;
  opacity: 0.7;
  font-weight: 400;
  font-size: 16px;
}

.sec-02-heading {
  max-width: 720px;
}

.sec-02-heading h2 {
  font-size: 33px;
  font-weight: 700;

  line-height: 1.2;
}

section.sec-02:after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 81%;
  background: #0000003d;
  height: 2px;
}

section.sec-02 {
  position: relative;
  background: #FDFDFD;
}

.sec-02-content-list>* {
  margin: 0;
}

.sec-02-img img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.sec-02-content-list>h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.sec-02-content-list>p {
  color: #021B1F;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
}

.sec-02-content {
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.sec-02-content-list {
  flex-direction: column;
  display: flex;
  gap: 18px;
}

section.sec-02 .row {
  align-items: center;
}

.sec-02 .btn-main {
  margin-top: 20px;
}

section.sec-02 .btn-sec {
  justify-content: center;
  margin-top: 30px;
}



.accordion-flush .accordion-item {
  margin-bottom: 16px;
  border-radius: 0;
  overflow: hidden;
  /* box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05); */
  border: 0;
  border-radius: 10px;
  background: #CAF0F8;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: white;
  box-shadow: none;
  /* Rectangle 29 */

  /* Gradient */
  background: #4ECDC4;
  border-radius: 10px;
  padding: 20px;
}



.accordion-button {
  font-size: 19px;
  color: black !important;

  font-weight: 600;
  background: #fbfbfb;
  padding: 21px;
  box-shadow: 0px 6px 80px rgba(0, 0, 0, 0.2);
}

h2#flush-headingOne {
  line-height: 1;
}

.accordion-header {
  line-height: 1;
}

.accordion-body {
  background: #f7f7f7;
}

.accordion-body p {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  color: white !important;

}

.sec-02-heading h2 {
  font-size: 46px;
  line-height: 56px;
  color: #021B1F;
  font-weight: 600;
}

.sec-02-heading p {
  color: #8C8C8C;
  font-weight: 400;
  font-size: 18px;
}

.qute-contact .form-inner input,
.qute-contact .form-inner select {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
}

.qute-contact .form-inner textarea {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: none;
  border: none;
  height: 130px;
}

.qute-contact .form-inner {
  margin-bottom: 24px;
}

.qute-contact .form-inner label {
  color: #00191D;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 8px;
}

form.qute-contact {
  padding: 43px;
  background: #DCF5F3;
  border-radius: 20px;
}

.contact-us-warpper {
  padding: 97px;
  background-image: url(../images/contact-bg-img.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.contact-us-warpper>.row {
  background-image: url(../images/form-bg-2.webp);
  border-radius: 20px;
  padding: 20px;
  background-size: 120%;
  background-position: center;
  border-radius: 16px;
  background-repeat: no-repeat;
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  margin-bottom: -161px;
}

.contact-us-main h2 {

  margin-bottom: 40px;
  color: #021B1F;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
}

.contact-us-main-social {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

a.contact-us-social {
  transition: .3s;
  padding: 11px 15px;
  border: 1px solid;
  display: flex;
  width: 220px;
  /* Rectangle 34624449 */
  box-sizing: border-box;
  width: 311px;
  background: #FFFFFF;
  border: 1px solid #A6AAAA;
  border-radius: 8px;
  color: black;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  text-decoration: none;
}

a.contact-us-social span {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
}

a.contact-us-social i {
  color: #4ecdc4;
  font-size: 23px;
  transition: .3s;
}

a.contact-us-social:hover {
  background: #dcf5f3;
  color: black;
  border-color: #4ecdc4;
}

.contact-us-main .social {
  margin-top: 20px;
}

a.contact-us-social:hover i {
  color: black;
}

.contact-us-main .social a {
  color: #1A535C;
  font-size: 22px;
  padding: 12px 16px 12px 15px;
  display: inline-block;
  border-radius: 8px;
}

.contact-us-main .social a:hover {
  background: #FFB703;
}

/* Group 1171276500 */

/* Rectangle 34624446 */
.content-sec h2 {
  font-size: 34px;
  color: #021B1F;
  font-weight: 600;
}

.content-sec h4 {
  font-size: 30px;
  color: #021B1F;
  font-weight: 600;
}

.content-sec p {
  font-size: 16px;
  font-weight: 400;
}

.content-sec ul li {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}

.content-sec p a {
  color: #4ECDC4
}




/* packages */
.packages {
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #fbfbfb;*/
    position: relative;
}
.packages .center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.packages .center-heading > h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.packages .center-heading > p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.pagebox {
    position: relative;
}
.pagebox:hover {
    transform: scale(1.1);
    background-color: #4ecdc4;
    color: white;
}
.pagebox {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 -1px 9px 0 #4ecdc4;
    padding: 25px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 3;
}
.pagebox::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 21%;
    top: -5px;
    left: -12px;
    background-image: url(../images/pbef.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.pagebox h3 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    color: #000;
}
.pagebox h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}
.pagebox span{
    font-size: 16px;
    font-weight: 500;
}
.pagebox h4::before {
    content: "/";
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    left: 115%;
    top: 0%;
}
.pagebox hr {
    opacity: 1;
    border-top: 1px solid #4ecdc4;
    margin-top: 0;
}
.pagebox ul {
    padding-left: 0;
    height: 215px;
    overflow: scroll;
}
.pagebox ul li {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.pagebox ul li i {
    font-size: 15px;
    margin-right: 10px;
    font-weight: 400;
}
.pkgbtn {
    text-align: center;
    margin-top: 40px;
}
.pagebox:hover.pagebox ul li {
        color: white;
    }

.pagebox:hover.pagebox ul li i {
    color: white;
}

.pagebox:hover.pagebox h4 {
    color: white;
}

.pagebox:hover hr{
    border-color:white;
}

.pagebox:hover.pagebox h3 {
    color: #4ecdc4;
}

.pagebox:hover.pagebox::before {
    filter: brightness(0) invert(1);
}
/*end*/
.responsive-menu {
    display: none;
}