@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  color: #1C242B;
  font-size: 16px;
}

.over-inherit {
  overflow: inherit !important;
}

a {
  text-decoration: none;
  color: #f78e10;
  border: none;
  outline: none;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: none;
}

a:hover {
  color: #6c204f;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
}

.common-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.common-form input[type=radio],
.common-form input[type=checkbox],
.common-form select,
.common-form textarea,
.common-form input[type=text],
.common-form input[type=password],
.common-form input[type=search],
.common-form input[type=email],
.common-form input[type=url],
.common-form input[type=number],
.common-form input[type=tel],
.common-form input[type=date],
.common-form input[type=datetime],
.common-form input[type=datetime-local],
.common-form input[type=month],
.common-form input[type=time],
.common-form input[type=week] {
  border: 1px solid #6c204f;
  background-color: transparent;
  outline: none;
  border-radius: 50px;
  font-family: "Roboto";
  color: #1C242B;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
}

.common-form select:focus,
.common-form textarea:focus,
.common-form input[type=text]:focus,
.common-form input[type=password]:focus,
.common-form input[type=search]:focus,
.common-form input[type=email]:focus,
.common-form input[type=url]:focus,
.common-form input[type=number]:focus,
.common-form input[type=tel]:focus,
.common-form input[type=date]:focus,
.common-form input[type=datetime]:focus,
.common-form input[type=datetime-local]:focus,
.common-form input[type=month]:focus,
.common-form input[type=time]:focus,
.common-form input[type=week]:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(247, 143, 16, 0.3803921569);
}

.common-form input[type=reset],
.common-form input[type=submit],
.common-form button {
  background-color: #6c204f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto";
  font-size: 14px;
  padding: 0.6rem 2rem;
}

.common-form select::-ms-expand {
  display: none;
}

.common-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.common-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a59c94;
}

.common-form ::-moz-placeholder {
  color: #a59c94;
}

.common-form ::placeholder {
  color: #a59c94;
}

.common-form input::-webkit-outer-spin-button,
.common-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.common-form input[type=number] {
  -moz-appearance: textfield;
}

.common-form .form-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.common-form .form-items .form-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 1rem;
}

.common-form .form-items .form-item.input-textarea-box {
  width: 100%;
}

.common-form .form-items .form-item.input-textarea-box .form-input {
  min-height: 150px;
  border-radius: 15px;
}

.common-form .submit-btn-box {
  text-align: center;
  margin-top: 2rem;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* *************** utility class **************** */
.error {
  font-size: 14px;
}

.orange-text {
  color: #f78e10 !important;
}

.purple-text {
  color: #6c204f !important;
}

.black-text {
  color: #1C242B !important;
}

.light-black-text {
  color: #6a747c !important;
}

.pop-font {
  font-family: "Poppins" !important;
}

.robo-font {
  font-family: "Roboto" !important;
}

.orange-gradient-bg {
  background-color: linear-gradient(55deg, rgb(247, 142, 16) 0%, hwb(33 17% 7%) 100%) !important;
}

.ul-list-none {
  list-style: none !important;
  padding-left: 0;
}

.z-i-3 {
  z-index: 3;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

.select-arrow {
  background: #fff url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='25' height='25' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='rgb(197, 197, 197)'/></g></svg>") no-repeat;
  background-position: right 10px top 50%;
  background-size: 19px;
  cursor: pointer;
  width: 100%;
}

.section-title {
  font-size: 50px;
  font-weight: 600;
  color: #f78e10;
  text-align: center;
  margin-bottom: 1.5rem;
}

.ce-heading {
  color: #6c204f;
  font-family: "Roboto";
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.heading-bottom-border {
  position: relative;
  padding-bottom: 0.7rem;
}

.heading-bottom-border::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  background: #ec942c;
}

.heading-bottom-border.purple-bottom-border::before {
  background: #6c204f;
}

.bottom-border-center.heading-bottom-border::before {
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  transform: inherit !important;
  height: auto;
  width: auto;
  margin-left: 0.5rem !important;
}

.waves-svg-box {
  background-color: #f4f6fa;
}

.svg-icons-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.svg-icons-bg .scaling-svg-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2000px;
  height: 1590px;
  padding: 0;
  z-index: 1;
}

.animation-jump-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.orange-border-btn.ce-btn::after,
a.orange-border-btn.ce-btn::after,
input[type=submit].orange-border-btn.ce-btn::after {
  background: #f78e10;
}

.ce-btn,
a.ce-btn,
input[type=submit].ce-btn {
  color: #fff;
  padding: 0.6rem 3rem;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  min-width: 200px;
  background: #6c204f;
  cursor: pointer;
}

.ce-btn::after,
a.ce-btn::after,
input[type=submit].ce-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 30% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 30% 0, 100% 100%, 10% 100%);
  transition: all 0.5s ease-out;
}

.ce-btn:hover i,
a.ce-btn:hover i,
input[type=submit].ce-btn:hover i {
  color: #fff;
}

.ce-btn:hover::after,
a.ce-btn:hover::after,
input[type=submit].ce-btn:hover::after {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.border-btn {
  display: inline-block;
  border: 2px solid #6c204f;
  padding: 0.5rem 1.2rem !important;
  border-radius: 5px;
  background: transparent;
  color: #6c204f;
  letter-spacing: 0.5px;
  background: transparent;
  font-weight: 600;
  font-family: "Roboto";
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.border-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

@media screen and (max-width: 1195px) {
  .section-py {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 600px) {
  .section-py {
    padding: 2.5rem 0;
  }

  .ce-btn,
  a.ce-btn,
  input[type=submit].ce-btn {
    padding: 0.5rem 1.5rem;
    letter-spacing: 1px;
  }
}

.page-ganner {
  position: relative;
  overflow: hidden;
}

.page-ganner .banner-text-box {
  min-height: 500px;
  background: linear-gradient(55deg, rgb(247, 142, 16) 0%, hwb(33 17% 7%) 100%);
  display: flex;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.page-ganner .banner-text-box .banner-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}

.page-ganner .banner-text-box .banner-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  max-width: 900px;
  width: 100%;
}

.page-banner-bottom-wave {
  position: relative;
  z-index: 1;
}

.page-banner-animation {
  position: relative;
}

.page-banner-animation.bubbles {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  color: #fff;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.page-banner-animation.bubbles .wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-origin: left top;
}

.page-banner-animation.bubbles .wrapper.x1 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  left: 71%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x2 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  left: 68%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x3 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
  left: 88%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x4 {
  -webkit-animation: up 40s linear infinite;
  animation: up 40s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
  left: 58%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x5 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
  left: 97%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x6 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
  left: 73%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x7 {
  -webkit-animation: up 37s linear infinite;
  animation: up 37s linear infinite;
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
  left: 94%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x8 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
  left: 18%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x9 {
  -webkit-animation: up 37s linear infinite;
  animation: up 37s linear infinite;
  -webkit-animation-delay: -18s;
  animation-delay: -18s;
  left: 17%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x10 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -20s;
  animation-delay: -20s;
  left: 78%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x11 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -22s;
  animation-delay: -22s;
  left: 38%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x12 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -24s;
  animation-delay: -24s;
  left: 53%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x13 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -26s;
  animation-delay: -26s;
  left: 33%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x14 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -28s;
  animation-delay: -28s;
  left: 26%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x15 {
  -webkit-animation: up 37s linear infinite;
  animation: up 37s linear infinite;
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
  left: 92%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x16 {
  -webkit-animation: up 36s linear infinite;
  animation: up 36s linear infinite;
  -webkit-animation-delay: -32s;
  animation-delay: -32s;
  left: 51%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x17 {
  -webkit-animation: up 38s linear infinite;
  animation: up 38s linear infinite;
  -webkit-animation-delay: -34s;
  animation-delay: -34s;
  left: 13%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x18 {
  -webkit-animation: up 40s linear infinite;
  animation: up 40s linear infinite;
  -webkit-animation-delay: -36s;
  animation-delay: -36s;
  left: 33%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x19 {
  -webkit-animation: up 36s linear infinite;
  animation: up 36s linear infinite;
  -webkit-animation-delay: -38s;
  animation-delay: -38s;
  left: 94%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper.x20 {
  -webkit-animation: up 39s linear infinite;
  animation: up 39s linear infinite;
  -webkit-animation-delay: -40s;
  animation-delay: -40s;
  left: 35%;
  transform: translateY(100%);
  opacity: 0.2;
}

.page-banner-animation.bubbles .wrapper .bubble {
  width: 40px;
  position: absolute;
  color: #fff;
}

/*  navbar  */
.ce-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* Hamburger menu  */
}

.ce-navbar a:hover {
  text-decoration: none;
}

.ce-navbar .top-navbar {
  background-color: #6c204f;
  transition: all 0.3s ease-in-out;
}

.ce-navbar .top-navbar .top-nav-items {
  transition: all 0.3s ease-in-out;
}

.ce-navbar .top-navbar .top-nav-items .navbar-nav .nav-item .nav-link {
  color: #fff;
  position: relative;
  margin-left: 1.5rem;
}

.ce-navbar .top-navbar .top-nav-items .navbar-nav .nav-item .nav-link::after {
  content: "|";
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 0.5rem;
}

.ce-navbar .top-navbar .top-nav-items .navbar-nav .nav-item .nav-link:hover {
  background-color: #f78e10;
}

.ce-navbar .top-navbar .top-nav-items .navbar-nav .nav-item:first-child .nav-link::after {
  display: none;
}

.ce-navbar .logo-box .site-logo .site-logo-img {
  width: 100px;
}

.ce-navbar .logo-box .site-logo .site-logo-img.site-color-logo {
  display: none;
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .nav-link:hover {
  color: #6c204f;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .nav-link.active {
  font-weight: 600;
  color: #6c204f !important;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.0901960784);
  border-radius: 10px;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .dropdown-menu .dropdown-item {
  color: #6c204f;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #6c204f;
  color: #fff;
}

.ce-navbar .site-menu-item-box .site-menu-items .nav-item .border-btn {
  border-color: #fff;
  color: #fff !important;
}

.ce-navbar #nav-icon3 {
  width: 35px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.ce-navbar #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.ce-navbar #nav-icon3 span:nth-child(1) {
  top: 10px;
}

.ce-navbar #nav-icon3 span:nth-child(2),
.ce-navbar #nav-icon3 span:nth-child(3) {
  top: 22px;
}

.ce-navbar #nav-icon3 span:nth-child(4) {
  top: 34px;
}

.ce-navbar #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.ce-navbar #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

.ce-navbar #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.ce-navbar #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.ce-navbar .hamburger-menu {
  outline: none !important;
  background: none !important;
  z-index: 9999;
}

.ce-navbar .hamburger-menu[aria-expanded=true] {
  position: fixed;
  top: 30px;
  right: 30px;
}

.ce-navbar .hamburger-menu[aria-expanded=true] #nav-icon3 span {
  background: #fff !important;
}

.ce-navbar button.navbar-toggler:focus,
.ce-navbar button.navbar-toggler:active,
.ce-navbar button.navbar-toggler:hover {
  box-shadow: none !important;
  border-color: transparent !important;
}

.ce-navbar.navbar-sticky {
  background-color: rgba(255, 255, 255, 0.926);
}

.ce-navbar.navbar-sticky .site-menu-item-box .site-menu-items .nav-item .nav-link {
  color: #f78e10;
}

.ce-navbar.navbar-sticky .site-menu-item-box .site-menu-items .nav-item .border-btn {
  border-color: #6c204f;
  color: #6c204f !important;
}

.ce-navbar.navbar-sticky .logo-box .site-logo .site-logo-img.site-white-logo {
  display: none;
}

.ce-navbar.navbar-sticky .logo-box .site-logo .site-logo-img.site-color-logo {
  display: block;
  width: 70px;
}

.ce-navbar.navbar-sticky #nav-icon3 span {
  background: #6c204f;
}

/*   footer  */
.site-footer .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  min-height: 25px;
  margin-bottom: 1rem;
}

.site-footer .footer-text {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.site-footer .footer-link-text {
  color: #fff;
}

.site-footer .footer-link-text:hover {
  opacity: 0.8;
}

.site-footer .footer-top-box {
  background-color: #f78e10;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.site-footer .footer-top-box .site-info-box {
  margin-top: -4rem;
}

.site-footer .footer-top-box .site-info-box .logo-box {
  margin-bottom: 1rem;
}

.site-footer .footer-top-box .site-info-box .logo-box .logo-link .footer-logo {
  width: 150px;
}

.site-footer .footer-top-box .footer-link-box .link-items {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .footer-top-box .footer-link-box .link-items .link-item {
  width: 50%;
  margin-bottom: 0.5rem;
}

.site-footer .footer-top-box .footer-link-box .link-items .link-item .footer-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.site-footer .footer-top-box .social-media-box .social-media-icons-box .social-media-link {
  display: inline-block;
  font-size: 25px;
  margin: 0.5rem;
}

.site-footer .footer-top-box .policy-link-box {
  margin-top: 1rem;
}

.site-footer .footer-top-box .policy-link-box .link-items {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #6c204f;
  border-left: none;
  border-right: none;
  padding: 0.5rem;
}

.site-footer .footer-top-box .policy-link-box .link-items .link-item {
  margin: 0 1rem;
}

.site-footer .footer-top-box .policy-link-box .link-items .link-item .footer-link {
  font-size: 14px;
  font-weight: 300;
}

.site-footer .bottom-footer {
  background-color: #6c204f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.7rem 1.5rem;
}

.site-footer .bottom-footer .footer-text {
  font-size: 14px;
  line-height: 1;
}

.home-banner {
  background: linear-gradient(55deg, rgb(247, 142, 16) 0%, hwb(33 17% 7%) 100%);
}

.home-banner .banner-item-box {
  padding: 13rem 3rem 5rem 15rem;
}

.home-banner .banner-item-box .banner-title {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1rem;
}

.home-banner .banner-item-box .banner-sub-title {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  width: 90%;
}

.home-banner .banner-item-box .banner-btns {
  margin-top: 2rem;
}

.home-banner .banner-item-box .banner-btns .border-btn {
  border-color: #fff;
  color: #fff;
  margin-right: 1rem;
}

.home-banner .banner-item-box .banner-img-box .banner-img {
  width: 100%;
  transform-origin: center;
  transform: rotate(-5deg);
}

.clint-logo-section .logo-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem 0;
}

.clint-logo-section .logo-items .logo-item {
  margin: 1rem;
}

.clint-logo-section .logo-items .logo-item .clint-logo {
  max-height: 100px;
}

.modules-list-box {
  margin-top: 7rem;
}

.modules-list-box .modules-item-box {
  background-color: #F9F9F9;
  padding-top: 5rem;
}

.modules-list-box .modules-item-box .modules-title {
  color: #6c204f;
  text-align: center;
  margin-bottom: 7rem;
  font-size: 35px;
  font-weight: 500;
}

.modules-list-box .modules-item-box .modules-items {
  display: flex;
  flex-wrap: wrap;
}

.modules-list-box .modules-item-box .modules-items .moduel-item {
  width: 33.33%;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 5rem;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 14px #ccc;
  margin: 0 auto;
  margin-bottom: 3rem;
  cursor: pointer;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box::after,
.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box::after {
  width: 130%;
  height: 130%;
  border: 2px solid #f78e10;
  transition: all 0.5s ease-in;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box::before {
  width: 100%;
  height: 100%;
  border: 2px solid #6c204f;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box:hover::before {
  width: 130%;
  height: 130%;
  opacity: 1;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .icon-box svg {
  width: 60px;
  height: 60px;
  color: #6c204f;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .modul-name {
  color: #6c204f;
  font-size: 25px;
  font-weight: 600;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-item-img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-item-img.purple-indicator {
  display: none;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-items .sub-item {
  color: #6c204f;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0.5rem;
  width: 50%;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-items .sub-item:first-child {
  text-align: start;
}

.modules-list-box .modules-item-box .modules-items .moduel-item .sub-items-box .sub-items .sub-item:last-child {
  text-align: end;
}

.discover-more .discover-text-box .discover-title {
  padding-bottom: 1rem;
  color: #6c204f;
  font-size: 30px;
}

.discover-more .discover-text-box .discover-btn-box {
  margin-top: 4rem;
  text-align: center;
}

.discover-more .bg-icon-box .bg-icon {
  height: 440px;
}

.registration-form {
  padding: 7rem 0;
}

.registration-form .registration-form-box {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  padding: 2rem;
  border-radius: 15px;
  max-width: 900px;
  width: 100;
  margin: 0 auto;
}

.registration-form .registration-form-box .registration-form-title {
  color: #ec942c;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}

.registration-form .registration-form-box .login-details {
  margin-top: 2rem;
}

.mail-verify-message-box {
  height: 100vh;
  overflow: hidden;
  background-color: #f78e10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mail-verify-message-box .mail-verify-message {
  text-align: center;
  background-color: #fff;
  padding: 2rem 5rem;
  border-top: 5px solid #6c204f;
  border-radius: 0 0 5px 5px;
  color: #1C242B;
  font-size: 18px;
  font-weight: 500;
}

.mail-verify-message-box .go-home-btn-box {
  margin-top: 3rem;
  text-align: center;
}

/*   Key Frames  */
@-webkit-keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@supports (-ms-ime-align: auto) {
  .bubbles {
    display: none;
  }
}

@-webkit-keyframes up {
  0% {
    opacity: 0.2;
  }

  100% {
    transform: translateY(0%) rotate(273deg);
    opacity: 0;
  }
}

@keyframes up {
  0% {
    opacity: 0.2;
  }

  100% {
    transform: translateY(0%) rotate(273deg);
    opacity: 0;
  }
}

/*   media query  */
@media screen and (min-width: 1025px),
screen and (max-width: 767px) {
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .icon-box::after {
    border-color: #6c204f;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .icon-box::before {
    border-color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .icon-box svg {
    color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .modul-name {
    color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .sub-items-box .sub-item-img.purple-indicator {
    display: block;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .sub-items-box .sub-item-img.orange-indicator {
    display: none;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(2n) .sub-items-box .sub-items .sub-item {
    color: #f78e10;
  }
}

@media screen and (max-width: 1280px) {
  .home-banner .banner-item-box {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .icon-box::after,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .icon-box::after {
    border-color: #6c204f;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .icon-box::before,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .icon-box::before {
    border-color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .icon-box svg,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .icon-box svg {
    color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .modul-name,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .modul-name {
    color: #f78e10;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .sub-items-box .sub-item-img.purple-indicator,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .sub-items-box .sub-item-img.purple-indicator {
    display: block;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .sub-items-box .sub-item-img.orange-indicator,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .sub-items-box .sub-item-img.orange-indicator {
    display: none;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+2) .sub-items-box .sub-items .sub-item,
  .modules-list-box .modules-item-box .modules-items .moduel-item:nth-child(4n+3) .sub-items-box .sub-items .sub-item {
    color: #f78e10;
  }
}

@media screen and (max-width: 1024px) {
  .clint-logo-section .logo-items .logo-item .clint-logo {
    max-height: 80px;
  }

  .modules-list-box .modules-item-box .modules-title {
    margin-bottom: 5rem;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item {
    width: 50%;
  }

  .page-ganner .banner-text-box {
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .ce-navbar {
    overflow-x: hidden;
  }

  .ce-navbar .site-menu-item-box {
    position: fixed;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.91);
    left: 100%;
    top: 0px;
    height: 100vh !important;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }

  .ce-navbar .site-menu-item-box.show {
    left: 0;
  }

  .ce-navbar .site-menu-item-box .site-menu-items {
    align-items: flex-start !important;
    margin: 20px 10px;
    padding-right: 80px;
  }

  .ce-navbar .site-menu-item-box .site-menu-items .nav-item {
    margin-bottom: 1rem;
  }

  .ce-navbar .site-menu-item-box .site-menu-items .nav-item .nav-link {
    color: #fff !important;
  }

  .ce-navbar .site-menu-item-box .site-menu-items .nav-item .nav-link.active {
    color: #f78e10 !important;
  }

  .ce-navbar .site-menu-item-box .site-menu-items .nav-item .border-btn {
    border-color: #fff !important;
    color: #fff !important;
  }

  .ce-navbar .site-menu-item-box .site-menu-items .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
  }

  .ce-navbar.navbar-sticky .site-menu-item-box .site-menu-items .nav-item .border-btn {
    border-color: #fff !important;
    color: #fff !important;
  }

  .home-banner .banner-item-box {
    padding-top: 10rem;
    padding-bottom: 0;
  }

  .home-banner .banner-item-box .banner-img-box {
    margin-top: 3rem;
    text-align: center;
  }

  .home-banner .banner-item-box .banner-img-box .banner-img {
    width: 75%;
  }

  .mail-verify-message-box .mail-verify-message {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {

  .common-form input[type=radio],
  .common-form input[type=checkbox],
  .common-form select,
  .common-form textarea,
  .common-form input[type=text],
  .common-form input[type=password],
  .common-form input[type=search],
  .common-form input[type=email],
  .common-form input[type=url],
  .common-form input[type=number],
  .common-form input[type=tel],
  .common-form input[type=date],
  .common-form input[type=datetime],
  .common-form input[type=datetime-local],
  .common-form input[type=month],
  .common-form input[type=time],
  .common-form input[type=week] {
    padding: 0.5rem 1rem;
  }

  .ce-navbar .logo-box .site-logo .site-logo-img {
    width: 80px;
  }

  .home-banner .banner-item-box {
    padding: 0;
    padding-top: 8rem;
  }

  .home-banner .banner-item-box .banner-img-box .banner-img {
    width: 95%;
  }

  .home-banner .banner-item-box .banner-title {
    font-size: 30px;
    line-height: 35px;
  }

  .home-banner .banner-item-box .banner-btns {
    margin-top: 1rem;
  }

  .home-banner .banner-item-box .banner-btns .border-btn {
    margin-top: 1rem;
  }

  .modules-list-box {
    margin-top: 5rem;
  }

  .modules-list-box .modules-top-img {
    overflow: hidden;
  }

  .modules-list-box .modules-top-img img {
    max-width: 800px;
    width: 800px;
  }

  .modules-list-box .modules-item-box {
    padding-top: 2rem;
  }

  .modules-list-box .modules-item-box .modules-title {
    font-size: 30px;
    margin-bottom: 4rem;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item .icon-box {
    width: 130px;
    height: 130px;
    margin-bottom: 2.5rem;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item .icon-box svg {
    width: 50px;
    height: 50px;
  }

  .modules-list-box .modules-item-box .modules-items .moduel-item .modul-name {
    font-size: 20px;
  }

  .modules-list-box .modules-bottom-img {
    margin-top: -1rem;
  }

  .discover-more {
    padding: 3rem 0;
  }

  .discover-more .discover-text-box .discover-title {
    font-size: 25px;
  }

  .discover-more .discover-text-box .discover-btn-box {
    margin-top: 2.5rem;
  }

  .site-footer .footer-top-box .site-info-box {
    margin-top: -1rem;
  }

  .site-footer .footer-top-box .site-info-box .logo-box .logo-link .footer-logo {
    width: 120px;
  }

  .site-footer .footer-top-box .policy-link-box .link-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .site-footer .footer-top-box .policy-link-box .link-items .link-item {
    margin: 0;
    margin-right: 0.5rem;
  }

  .site-footer .bottom-footer .footer-text {
    line-height: 1.5;
  }

  .site-footer .bottom-footer .design-by {
    margin-top: 0.7rem;
  }

  .mail-verify-message-box .mail-verify-message {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }

  .mail-verify-message-box .go-home-btn-box {
    margin-top: 2rem;
  }

  .page-ganner .banner-text-box .banner-title {
    font-size: 30px;
  }

  .registration-form {
    padding: 5rem 0;
  }

  .common-form .form-items .form-item {
    width: 100%;
  }
}