html,
body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  position: relative;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

.dashboard-container {
  max-width: 1335px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: black;
  font-family: "Roboto", sans-serif;
}

h2 {
  font-size: 44px;
  color: #262626;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  color: black;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 500;
}

span {
  font-family: "Poppins", sans-serif;
  color: #5a5a5a;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #5a5a5a;
  margin: 0px;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #5a5a5a;
}

button {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  border: 0;
}

button:focus, .form-control:focus, .form-select:focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, button {
  outline: none;
  box-shadow: none;
  font-size: 16px;
}

.title-box {
  margin: 20px;
}
.title-box h2 {
  color: white;
  margin-bottom: 20px;
}
.title-box p {
  color: white;
  margin-bottom: 20px;
}
.title-box .primary-button {
  background: white;
  display: inline-flex;
  align-items: center;
  color: #005E52;
  margin-top: 10px;
}
.title-box .primary-button span {
  margin-left: 10px;
  color: #005E52;
}
.title-box .primary-button:hover {
  background: white;
}

.lang-bd {
  font-family: "Hind Siliguri", sans-serif;
}

.dropdown-menu {
  border-radius: 3px;
  padding: 0;
  transform: all 0.3s ease-in-out;
  padding: 5px;
}
.dropdown-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3411764706);
}
.dropdown-menu li a {
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-menu li a:hover {
  background: #005E52;
  color: white;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}

.nav-user .user-dropdown {
  padding: 0;
  background: transparent;
  color: black;
  font-size: 16px;
  border: 0;
  display: flex;
  align-items: center;
}
.nav-user .user-dropdown:active {
  background-color: transparent;
}
.nav-user .user-dropdown .user-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #005E52;
  padding: 2px;
  display: flex;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nav-user .user-dropdown .user-img img {
  border-radius: 50%;
}
.nav-user .user-dropdown-menu li a {
  display: flex;
  align-items: center;
}
.nav-user .user-dropdown-menu li a span {
  color: #005E52;
  margin-right: 10px;
  font-size: 18px;
}
.nav-user .user-dropdown-menu li a span img {
  width: 20px;
}
.nav-user .user-dropdown-menu li a:hover span {
  color: white;
}
.nav-user .dropdown-toggle::after {
  display: none;
}

.high-light-text {
  font-size: 18px;
  color: #E57E23;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.high-light-text span {
  margin-right: 10px;
  font-size: 18px;
  color: #E57E23;
}

.primary-button {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
  padding: 10px 26px;
  color: white;
  border-radius: 3px;
  text-align: center;
  display: inline;
}
.primary-button:hover {
  background: #005E52;
}

.search-course {
  padding: 6px;
  border-radius: 30px;
  box-shadow: 1px 1px 4px 0 rgba(136, 136, 136, 0.2509803922);
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-course input {
  border: none;
  border-radius: 20px;
  padding: 9px 10px;
  margin-right: 10px;
  width: 100%;
}
.search-course button {
  border-radius: 23px;
}

.video-course-box {
  box-shadow: 0 0 10px 0 #dddddd;
  border-radius: 8px;
  margin: 10px 0;
  background: white;
  overflow: hidden;
}
.video-course-box .image img {
  width: 100%;
}
.video-course-box .video-details {
  padding: 10px;
}
.video-course-box .video-details .video-course-tag {
  font-size: 12px;
  color: #E57E23;
  margin-bottom: 10px;
}
.video-course-box .video-details .video-title {
  text-transform: none;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 40px;
  /* line-height: 17px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-course-box .video-details h5 {
  font-size: 16px;
  color: #005E52;
}
.video-course-box .video-details h5 span {
  font-size: 14px;
  color: red;
  text-decoration: line-through;
}
.video-course-box .video-details .primary-button {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.video-course-slider .owl-nav button.owl-next {
  right: -2%;
}
.video-course-slider .owl-nav button.owl-prev {
  left: -2%;
}

button.owl-next {
  position: absolute;
  top: 42%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
  height: 40px !important;
  width: 40px !important;
  color: #005E52 !important;
  background: white !important;
  box-shadow: 0 0 10px 0 #dddddd;
  border-radius: 50% !important;
  transition: all 0.1s ease-in-out;
}

button.owl-prev {
  position: absolute;
  top: 42%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 13px !important;
  height: 40px !important;
  width: 40px !important;
  color: #005E52 !important;
  background: white !important;
  box-shadow: 0 0 10px 0 #dddddd;
  border-radius: 50% !important;
  transition: all 0.1s ease-in-out;
}

.owl-dots .owl-dot span {
  height: 5px !important;
  width: 10px !important;
  margin: 2px 3px !important;
  transition: all ease-in-out 0.3s !important;
}
.owl-dots .active span {
  height: 5px !important;
  width: 15px !important;
  margin: 2px 3px !important;
  background: #005E52 !important;
  transition: all ease-in-out 0.3s !important;
}

.global-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #005E52;
}

.secondary-global-title {
  margin-bottom: 20px;
}
.secondary-global-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: black;
}
.secondary-global-title h2 span {
  color: #005E52;
  font-family: "Roboto", sans-serif;
}

.browse-categoris-box {
  height: 245px;
  width: 150px;
  margin: 10px auto;
  border-radius: 92px;
  background: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 7px 0 rgba(136, 136, 136, 0.2509803922);
  position: relative;
}
.browse-categoris-box .image {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}
.browse-categoris-box .image img {
  height: 100%;
  width: 100%;
}
.browse-categoris-box a {
  margin-top: 20px;
  padding: 6px 12px;
  font-size: 15px;
}
.browse-categoris-box::before {
  position: absolute;
  content: "";
  bottom: -10px;
  height: 170px;
  width: 170px;
  z-index: -3;
  border-radius: 50%;
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
}

.input-form {
  padding: 15px;
  border: 1px solid #0F3A35;
  border-radius: 5px;
  box-shadow: none;
  outline: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.input-form:focus {
  background: #F0FFF8;
}

.textarea-form {
  padding: 15px;
  border: 1px solid #0F3A35;
  border-radius: 5px;
  box-shadow: none;
  outline: 0;
  width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.textarea-form:focus {
  background: #F0FFF8;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: white;
  border: 1px solid white;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.social-links a:hover {
  background: linear-gradient(to right, #02162d 0%, #36e0f7 100%);
  transform: translateY(-5px);
}

.position-elemant {
  position: absolute;
  z-index: 0;
}

.conner-elemant-left {
  bottom: 0px;
  left: -50px;
}
.conner-elemant-left img {
  height: 100px;
}

.conner-elemant-right {
  top: 0px;
  right: -50px;
}
.conner-elemant-right img {
  height: 100px;
}

.high-z-index {
  position: relative;
  z-index: 9;
}

.elemant-move-up-down {
  animation: elemant-up-down 5s linear infinite;
}
@keyframes elemant-up-down {
  50% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

.elemant-move-left-right {
  animation: elemant-left-right 7s linear infinite;
}
@keyframes elemant-left-right {
  50% {
    -webkit-transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

.shake-animate {
  animation: shake-slow 5s linear infinite;
}
@keyframes shake-slow {
  30% {
    -webkit-transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.sticky-wrapper.is-sticky .menu {
  box-shadow: 0px 8px 20px 0px rgba(45, 19, 106, 0.2);
  padding: 5px 0;
  z-index: 99 !important;
}

.menu {
  padding: 10px 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(136, 136, 136, 0.2509803922);
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 99;
}
.menu .navbar {
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
}
.menu .navbar .container-fluid {
  padding: 0;
}
.menu .navbar .container-fluid .navbar-brand img {
/*   width: 150px; */
  height: 40px;
}
.menu .navbar .container-fluid .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  color: rgb(255, 255, 255);
}
.menu .navbar .container-fluid .offcanvas-header .offcanvas-title img {
  height: 45px;
}
.menu .navbar .container-fluid .offcanvas-header button {
  outline: none;
  box-shadow: none;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav {
  margin: 0px auto;
  justify-content: center;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .nav-item {
  margin: 0 6px;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: black;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #005E52;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .nav-item .active {
  color: #005E52;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
  display: none;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown .nav-link span i {
  transition: all 0.3s ease-in-out;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown:hover .nav-link span {
  color: #005E52;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown:hover .nav-link span i {
  transform: rotate(180deg);
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}
.menu .navbar .container-fluid .offcanvas-body .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.menu .navbar .container-fluid .offcanvas-body .language-btn {
  padding: 10px;
  display: inline-block;
  background: rgb(240, 238, 238);
  color: #5a5a5a;
}

.head-hero {
  background: #EEEEEE;
  padding-bottom: 80px;
  position: relative;
  overflow-x: hidden;
}
.head-hero .head-hero-title {
  margin-top: 140px;
}
.head-hero .head-hero-title h3 {
  margin-bottom: 20px;
}
.head-hero .head-hero-title h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
.head-hero .head-hero-title h1 span {
  display: block;
  color: #005E52;
  font-family: "Roboto", sans-serif;
}
.head-hero .head-hero-title p {
  color: black;
  font-weight: 500;
}
.head-hero .head-hero-title .search-course {
  margin-top: 30px;
  margin-right: 100px;
}
.head-hero .head-hero-image {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-hero .conner-elemant-right {
  top: 50px;
}
.head-hero .balp-one {
  top: 10%;
  left: 5%;
  rotate: -45deg;
}
.head-hero .balp-one img {
  height: 60px;
}
.head-hero .balp-two {
  bottom: 10%;
  right: 10%;
  rotate: -45deg;
}
.head-hero .balp-two img {
  height: 60px;
}
.head-hero .dashed-wav-one {
  bottom: 8%;
  left: 15%;
}
.head-hero .dashed-wav-two {
  top: 5%;
  right: 15%;
  rotate: 180deg;
}
.head-hero .balp-circle-one {
  top: 17%;
  left: 45%;
}
.head-hero .balp-circle-two {
  bottom: 15%;
  left: 47%;
  animation: shake-slow 7s linear infinite;
}

.course {
  position: relative;
}
.course .global-title {
  text-align: center;
}
.course .courses-wrapper {
  text-align: center;
  margin-top: 30px;
}
.course .courses-wrapper .course-item {
  padding: 10px;
  display: inline-block;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  margin: 10px;
  box-shadow: 0 0 0 0;
  transition: all 0.3s ease-in-out;
}
.course .courses-wrapper .course-item:nth-child(even) {
  animation: shake-slow-even 3s linear infinite;
}
@keyframes shake-slow-even {
  35% {
    -webkit-transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.course .courses-wrapper .course-item span {
  margin-right: 10px;
}
.course .courses-wrapper .course-item span img {
  width: 20px;
}
.course .courses-wrapper .course-item:hover {
  box-shadow: 0px 0px 6px -2px rgba(136, 136, 136, 0.2509803922);
  scale: 1.1;
}
.course .conner-elemant-right {
  top: 15%;
}

.about-us {
  position: relative;
  background: #F0FFF8;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1882352941);
}
.about-us .about-text .btn-group {
  margin-top: 30px;
}
.about-us .about-text .btn-group .about-video-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .about-text .btn-group .about-video-popup span {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
}
.about-us .about-image img {
  width: 100%;
}
.about-us .conner-elemant-left {
  bottom: 40%;
  left: -70px;
}

.video-course {
  position: relative;
}
.video-course .global-title {
  text-align: center;
  margin-bottom: 30px;
}
.video-course .video-course-slider .owl-nav button.owl-next {
  right: -2%;
}
.video-course .video-course-slider .owl-nav button.owl-prev {
  left: -2%;
}
.video-course .conner-elemant-right {
  top: 30px;
}

.browse-categories {
  position: relative;
  background: #F0FFF8;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1882352941);
}
.browse-categories .browse-categoris-img {
  margin-top: 20px;
}
.browse-categories .browse-categoris-slider .owl-stage-outer {
  padding: 30px 0;
}
.browse-categories .browse-categoris-slider .owl-nav button.owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  border: 1px solid #005E52;
}
.browse-categories .browse-categoris-slider .owl-nav button.owl-next:hover {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%) !important;
  color: rgb(255, 255, 255) !important;
}
.browse-categories .browse-categoris-slider .owl-nav button.owl-prev {
  position: absolute;
  top: -50px;
  right: 60px;
  border: 1px solid #005E52;
}
.browse-categories .browse-categoris-slider .owl-nav button.owl-prev:hover {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%) !important;
  color: rgb(255, 255, 255) !important;
}
.browse-categories .conner-elemant-left {
  top: 10%;
  left: -70px;
}

.new-courses {
  position: relative;
}
.new-courses .global-title {
  text-align: center;
  margin-bottom: 20px;
}
.new-courses .conner-elemant-right {
  top: 20px;
}

.our-social-media {
  padding-bottom: 0px;
  position: relative;
  background: #DAFFEE;
  overflow: hidden;
}
.our-social-media .global-title {
  text-align: center;
}
.our-social-media .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-social-media .social li {
  margin: 5px 10px;
}
.our-social-media .social li a {
  font-size: 40px;
  color: #005E52;
}
.our-social-media .right-elemant {
  top: 40px;
  right: 100px;
}
.our-social-media .left-elemant {
  top: 40px;
  left: 100px;
}
.our-social-media .wav-img {
  width: 100%;
  transform: translateY(45px);
}
.our-social-media .wav-img img {
  width: 100%;
  filter: drop-shadow(0px 19px 17px #555);
}

footer {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
footer .footer-box .footer-logo {
  height: 50px;
  margin-bottom: 10px;
}
footer .footer-box h3 {
  font-size: 20px;
  color: #005E52;
  font-weight: 600;
}
footer .footer-box ul li {
  margin: 5px 0;
}
footer .footer-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  font-size: 14px;
}
footer .footer-box ul li a span {
  font-size: 20px;
  color: black;
  margin-right: 8px;
}
footer .footer-box ul li a .right-arrow {
  font-size: 12px;
  color: #E57E23;
  margin-right: 8px;
}
footer .footer-box ul li a:hover {
  color: #005E52;
}
footer .conner-elemant-left {
  left: -100px;
  bottom: 40px;
}
footer .conner-elemant-left img {
  height: 80px;
}
footer .conner-elemant-right {
  right: -70px;
  bottom: 40px !important;
}
footer .conner-elemant-right img {
  height: 80px;
}
footer .copyright {
  padding: 10px 0;
  border-top: 1px solid #d1d1d1;
  text-align: center;
  margin-top: 20px;
}
footer .copyright span {
  font-size: 14px;
}

.affiliate-header {
  background: url("../images/liner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.affiliate-header .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.affiliate-program .affiliate-program-title h2 {
  color: black;
}
.affiliate-program .affiliate-program-title h2 span {
  color: #005E52;
  font-family: "Roboto", sans-serif;
  margin-right: 8px;
}
.affiliate-program .affiliate-program-title .affiliate-highlight-cat {
  margin: 15px 0;
  color: #005E52;
  padding: 20px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  background: #DAFFEE;
}
.affiliate-program .affiliate-program-title .affiliate-highlight-cat span {
  font-size: 30px;
  margin-right: 15px;
  rotate: -15deg;
}
.affiliate-program .affiliate-program-title .d-flex .text-box-one {
  padding: 10px 30px 10px 0px;
  border-right: 2px dashed black;
}
.affiliate-program .affiliate-program-title .d-flex .text-box-two {
  padding: 10px 0px 10px 30px;
}

.affiliate-program-video {
  background: url(../images/liner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.affiliate-program-video .affiliate-title {
  padding-right: 80px;
}
.affiliate-program-video .affiliate-video {
  position: relative;
}
.affiliate-program-video .affiliate-video .play-video {
  position: absolute;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005E52;
  border-radius: 50%;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: rgb(255, 255, 255);
  box-shadow: 0 0 14px -5px #EEEEEE;
}

.affiliate-faq .accordion .accordion-item {
  border-radius: 20px;
  margin-bottom: 15px;
  border: 0;
  box-shadow: 0 0 10px 0 #DDDDDD;
  overflow: hidden;
}
.affiliate-faq .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: 18px;
}
.affiliate-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #005E52;
}
.affiliate-faq .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.affiliate-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0deg);
}
.affiliate-faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.affiliate-faq .accordion .accordion-item .accordion-body p {
  padding-left: 15px;
  border-left: 3px solid #E57E23;
}

.contact-page-header {
  background: url("../images/liner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-content .content-box {
  display: flex;
  align-items: center;
  border-radius: 5px;
  min-height: 130px;
  padding: 20px;
  box-shadow: 0 0 4px 0 #DDDDDD;
  margin: 5px 0;
}
.contact-content .content-box .icons span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: rgb(255, 255, 255);
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 #dddddd;
  margin-right: 10px;
  font-size: 22px;
  color: #005E52;
}
.contact-content .content-box .text h5 {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.contact-content .content-box .text a {
  color: black;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.contact-content .content-box .text a:hover {
  color: #005E52;
}
.contact-content .content-box-focus {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
}
.contact-content .content-box-focus .text h5 {
  color: rgb(255, 255, 255);
}
.contact-content .content-box-focus .text a {
  color: rgb(255, 255, 255);
}
.contact-content .content-box-focus .text a:hover {
  color: rgb(255, 255, 255);
}

.contact-us .contact-box {
  padding: 20px;
  box-shadow: 0 0 6px 0 #DDDDDD;
  border-radius: 5px;
}
.contact-us .contact-box .h4 {
  color: #005E52;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 2px dashed #005E52;
}
.contact-us .contact-map-box {
  padding: 20px;
  box-shadow: 0 0 6px 0 #DDDDDD;
  border-radius: 5px;
}
.contact-us .contact-map-box h4 {
  color: #005E52;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px dashed #005E52;
  margin-bottom: 5px;
}
.contact-us .contact-map-box .map {
  background: #F0FFF8;
  width: 100%;
  height: 446px;
}

.course-details-page .video {
  background: #F0FFF8;
  position: relative;
  box-shadow: 0 0 7px 0 #DDDDDD;
  border-radius: 5px;
}
.course-details-page .video img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.course-details-page .video .to-play {
  position: absolute;
  top: 43%;
  left: 46%;
  height: 60px;
  width: 60px;
  font-size: 25px;
  color: #005E52;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 5px 0 #dddddd;
}
.course-details-page .h3-title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 10px 0;
}
.course-details-page .course-overview {
  margin: 15px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 6px -1px #DDDDDD;
}
.course-details-page .course-overview h3 {
  font-size: 20px;
  color: #005E52;
  font-family: "Hind Siliguri", sans-serif;
}
.course-details-page .course-overview p {
  font-size: 16px;
  font-family: "Hind Siliguri", sans-serif;
  margin-bottom: 10px;
}
.course-details-page .course-overview p span {
  color: #E57E23;
}
.course-details-page .video-course-details-small-box {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 #DDDDDD;
}
.course-details-page .video-course-details-small-box .video-course-details-box-img img {
  width: 100%;
}
.course-details-page .video-course-details-small-box .video-small-box-details {
  margin-bottom: 10px;
}
.course-details-page .video-course-details-small-box .video-small-box-details li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.course-details-page .video-course-details-small-box .video-small-box-details li span {
  color: black;
  font-size: 16px;
  font-family: "Hind Siliguri", sans-serif;
}
.course-details-page .video-course-details-small-box .video-small-box-details li span del {
  color: red;
  margin-right: 10px;
  font-size: 16px;
}
.course-details-page .video-course-details-small-box .primary-button {
  display: flex;
  justify-content: center;
}
.course-details-page .video-course-details-small-box .copy-button {
  background: rgb(255, 255, 255);
  color: #005E52;
  justify-content: center;
  box-shadow: 0 0 5px 0 #DDDDDD;
}
.course-details-page .more-course h4 {
  font-size: 18px;
  color: #005E52;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  padding: 10px 0;
}
.course-details-page .more-course .small-video-box {
  padding: 10px 0;
  border-top: 1px solid #d1d1d1;
}
.course-details-page .more-course .small-video-box .small-video-thubmnail {
  border-radius: 5px;
  overflow: hidden;
}
.course-details-page .more-course .small-video-box .small-video-thubmnail img {
  width: 100%;
}
.course-details-page .more-course .small-video-box .smal-video-text .small-video-title {
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.course-details-page .more-course .small-video-box .smal-video-text .small-video-cetagory {
  color: #E57E23;
  font-size: 12px;
  margin-bottom: 10px;
}
.course-details-page .more-course .small-video-box .smal-video-text .primary-button {
  display: flex;
  font-size: 14px;
  padding: 6px 15px;
  justify-content: center;
}
.course-details-page .playlist-titel {
  font-size: 18px;
  color: #005E52;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  padding: 10px 0;
  margin-left: 10px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.course-details-page .playlist {
  max-height: 900px;
  min-height: 400px;
  padding: 0 10px;
  overflow-y: scroll;
}
.course-details-page .playlist::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: #005E52;
}
.course-details-page .playlist .play-list-box {
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 7px 0 #DDDDDD;
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.course-details-page .playlist .play-list-box span {
  font-size: 30px;
  color: #005E52;
  margin-right: 10px;
}
.course-details-page .playlist .play-list-box .pl-title {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.course-details-page .playlist .active-playlist {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
}
.course-details-page .playlist .active-playlist span {
  color: rgb(255, 255, 255);
}
.course-details-page .playlist .active-playlist .pl-title {
  color: rgb(255, 255, 255);
}

.course-page {
  position: relative;
  padding-bottom: 0;
}
.course-page .secondary-global-title {
  text-align: center;
}
.course-page .dashed-wav-one {
  bottom: 4%;
  left: 5%;
}

.course-part {
  position: relative;
}
.course-part .course-name-titel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-part .course-name-titel h3 {
  color: black;
  font-family: "Roboto", sans-serif;
}
.course-part .course-name-titel a {
  font-size: 18px;
  color: #005E52;
  text-decoration: underline;
}

.about-header {
  background: url("../images/liner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-header .about-video {
  position: relative;
}
.about-header .about-video .play-video {
  position: absolute;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005E52;
  border-radius: 50%;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: rgb(255, 255, 255);
  box-shadow: 0 0 14px -5px #EEEEEE;
}

.about-slider-section {
  padding-top: 100px;
}
.about-slider-section .about-box {
  padding: 15px;
  box-shadow: 0 0 7px 0 #DDDDDD;
  background: #F0FFF8;
  margin: 5px;
  border-radius: 2px;
  min-height: 210px;
}
.about-slider-section .about-box .top-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-slider-section .about-box .top-text span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: rgb(255, 255, 255);
  color: #005E52;
  font-size: 25px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 #DDDDDD;
}
.about-slider-section .about-box .top-text h4 {
  font-size: 18px;
  color: #005E52;
  font-weight: 600;
  margin-bottom: 0;
}
.about-slider-section .about-box .bottom-text {
  font-size: 14px;
}

.about-ceo-text-section .about-slide-box {
  padding: 15px;
  box-shadow: 0 0 7px 0 #DDDDDD;
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
  margin: 5px;
  border-radius: 2px;
  min-height: 210px;
  margin-bottom: 40px;
}
.about-ceo-text-section .about-slide-box .slide-box-top-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-ceo-text-section .about-slide-box .slide-box-top-text img {
  height: 50px;
  width: 50px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}
.about-ceo-text-section .about-slide-box .slide-box-top-text .name {
  margin-left: 10px;
}
.about-ceo-text-section .about-slide-box .slide-box-top-text .name h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0;
}
.about-ceo-text-section .about-slide-box .slide-box-top-text .name span {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.about-ceo-text-section .about-slide-box .slide-box-bottom-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.about-why-choose-us {
  background: #F0FFF8;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1882352941);
}
.about-why-choose-us .secondary-global-title {
  margin-bottom: 15px;
}
.about-why-choose-us .secondary-global-title h2 {
  color: #005E52;
}
.about-why-choose-us .thumbs-up {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about-why-choose-us .thumbs-up span {
  color: #E57E23;
  font-size: 40px;
  margin-right: 20px;
  rotate: -50deg;
  margin-left: -20px;
  opacity: 0;
  animation: thumbs-up-animate 10s linear infinite;
}
@keyframes thumbs-up-animate {
  10% {
    rotate: 0deg;
    margin-left: 0px;
    opacity: 1;
  }
  70% {
    rotate: 0deg;
    margin-left: 0px;
    opacity: 1;
  }
  80% {
    rotate: -50deg;
    margin-left: -20px;
    opacity: 0;
  }
  90% {
    rotate: -50deg;
    margin-left: -20px;
    opacity: 0;
  }
}
.about-why-choose-us .thumbs-up .line {
  height: 2px;
  width: 150px;
  background: #E57E23;
  margin-left: -20px;
  opacity: 0;
  animation: line-animate 10s linear infinite;
}
@keyframes line-animate {
  10% {
    margin-left: 0px;
    opacity: 1;
  }
  70% {
    margin-left: 0px;
    opacity: 1;
  }
  80% {
    margin-left: -20px;
    opacity: 0;
  }
  90% {
    margin-left: -20px;
    opacity: 0;
  }
}
.about-why-choose-us .why-choose-us-text {
  margin-bottom: 20px;
  display: flex;
}
.about-why-choose-us .why-choose-us-text .image {
  height: 30px;
  margin-right: 10px;
}
.about-why-choose-us .why-choose-us-text .content h4 {
  font-size: 20px;
  font-weight: 600;
}

.your-goal .your-goal-box {
  background: url("../images/about-foot-star-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
.your-goal .your-goal-box .title-box a {
  background: rgb(255, 255, 255);
  color: #005E52;
}
.your-goal .your-goal-box .conner-elemant-right {
  right: 100px;
  top: -40px;
}
.your-goal .your-goal-box .conner-elemant-right img {
  width: 270px;
  height: 270px;
  filter: drop-shadow(8px 2px 7px rgba(106, 73, 73, 0.2235294118));
}

.login .input-form, .form .input-form {
  height: 50px;
}
.login .line, .form .line {
  height: 1px;
  width: 100%;
  background: #005E52;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.login .line h4, .form .line h4 {
  background: white;
  padding: 0px 10px;
  color: #005E52;
  margin: 0;
}
.login .form-check-input:checked, .form .form-check-input:checked {
  background-color: #005E52;
  box-shadow: none;
}
.login .form-check-input:focus, .form .form-check-input:focus {
  border: 1px solid #005E52;
  box-shadow: none;
}
.login .login-detail button, .form .login-detail button {
  background: transparent;
  color: #005E52;
}
.login .login-bottom-text a, .form .login-bottom-text a {
  color: #005E52;
  margin-left: 10px;
}

.course-payment .order-details-box {
  border: 1px solid rgba(204, 204, 204, 0.5725490196);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.course-payment .order-details-box h3 {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 20px;
}
.course-payment .order-details-box h3 a {
  font-size: 14px;
  height: 25px;
  width: 25px;
  background: rgba(239, 239, 239, 0.5490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
}
.course-payment .order-details-box .d-flex {
  margin-bottom: 5px;
}
.course-payment .order-details-box .d-flex span {
  font-size: 14px;
}
.course-payment .order-details-box .d-flex .bold {
  font-weight: 500;
}
.course-payment .order-details-box .d-flex .bold-red {
  font-weight: 500;
  color: red;
}
.course-payment .order-details-box .d-flex .mega-bold {
  font-size: 16px;
  font-weight: 600;
}
.course-payment .order-details-box p {
  font-size: 14px;
  margin-bottom: 5px;
}
.course-payment .delivery-details {
  border: 1px solid rgba(204, 204, 204, 0.5725490196);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 20px;
}
.course-payment .delivery-details h3 {
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 15px;
}
.course-payment .delivery-details h5 span {
  font-weight: 600;
}
.course-payment .payment-details {
  border: 1px solid rgba(204, 204, 204, 0.5725490196);
  border-radius: 5px;
  padding: 30px;
}
.course-payment .payment-details .payment-method {
  align-items: center;
  margin-bottom: 20px;
}
.course-payment .payment-details .payment-method h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.course-payment .payment-details .payment-method .safty-payment {
  background: rgba(239, 239, 239, 0.5490196078);
  padding: 2px 6px;
  border-radius: 13px;
}
.course-payment .payment-details .payment-method .safty-payment span {
  font-size: 10px;
}
.course-payment .payment-details .payment-method .safty-payment span .fa-lock-alt {
  color: #005E52;
  font-size: 12px;
}
.course-payment .payment-details .border {
  border: 1px solid rgba(204, 204, 204, 0.5725490196);
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px;
}
.course-payment .payment-details .border .form-check {
  margin: 0;
}
.course-payment .payment-details .border span img {
  height: 30px;
}
.course-payment .payment-details .d-flex {
  flex-wrap: wrap;
}
.course-payment .payment-details .d-flex a {
  flex-wrap: nowrap;
}
.course-payment .payment-details .d-flex a span {
  color: #E57E23;
  font-size: 25px;
}
.course-payment .payment-details .d-flex a .ms-3 p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
}
.course-payment .payment-details .d-flex a .ms-3 .bold {
  font-weight: 500;
  font-size: 14px;
}
.course-payment .payment-details .form-check p {
  display: flex;
  flex-wrap: wrap;
}
.course-payment .payment-details .form-check p a {
  margin: 0 5px;
  text-decoration: underline;
}
.course-payment .payment-details button {
  width: 100%;
  padding: 15px;
}

.buy-course form .primary-button {
  width: 100%;
  padding: 13px;
  text-align: center;
}
.buy-course .change-bg {
  border-left: 1px solid #d1d1d1;
}
.buy-course .buy-course-details {
  padding: 20px;
}
.buy-course .buy-course-details .buy-course-titel .image {
  max-height: 100px;
  max-width: 150px;
  background: rgba(43, 175, 114, 0.5607843137);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.buy-course .buy-course-details .buy-course-titel .image img {
  height: 100%;
  width: 100%;
}
.buy-course .buy-course-details h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.buy-course .buy-course-details .dicsount-box {
  margin-bottom: 10px;
}
.buy-course .buy-course-details .dicsount-box .form-control {
  outline: 0;
  border: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin-right: 10px;
}
.buy-course .buy-course-details .dicsount-box .form-control:focus {
  background-color: rgba(3, 148, 74, 0.1294117647);
}
.buy-course .buy-course-details .dicsount-box .primary-button {
  padding: 8px 15px;
  width: 85px;
}
.buy-course .buy-course-details h6 {
  font-weight: 500;
  font-size: 15px;
}
.buy-course .buy-course-details .d-flex span {
  font-size: 15px;
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */



.about-slider-section .about-box {
  padding: 15px;
  box-shadow: 0 0 7px 0 #DDDDDD;
  background: #F0FFF8;
  margin: 5px;
  border-radius: 2px;
  min-height: 210px;
}
.about-slider-section .about-box .top-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-slider-section .about-box .top-text span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background: rgb(255, 255, 255);
  color: #005E52;
  font-size: 25px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 #DDDDDD;
}
.about-slider-section .about-box .top-text h4 {
  font-size: 18px;
  color: #005E52;
  font-weight: 600;
  margin-bottom: 0;
}
.about-slider-section .about-box .bottom-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-slider-section .about-slider .about-slide-box {
  padding: 15px;
  box-shadow: 0 0 7px 0 #DDDDDD;
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%);
  margin: 5px;
  border-radius: 2px;
  min-height: 210px;
}
.about-slider-section .about-slider .about-slide-box .slide-box-top-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-slider-section .about-slider .about-slide-box .slide-box-top-text img {
  height: 50px;
  width: 50px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}
.about-slider-section .about-slider .about-slide-box .slide-box-top-text .name {
  margin-left: 10px;
}
.about-slider-section .about-slider .about-slide-box .slide-box-top-text .name h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 0;
}
.about-slider-section .about-slider .about-slide-box .slide-box-top-text .name span {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.about-slider-section .about-slider .about-slide-box .slide-box-bottom-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
.about-slider-section .about-slider .owl-nav button.owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  border: 1px solid #005E52;
}
.about-slider-section .about-slider .owl-nav button.owl-next:hover {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%) !important;
  color: rgb(255, 255, 255) !important;
}
.about-slider-section .about-slider .owl-nav button.owl-prev {
  position: absolute;
  top: -50px;
  right: 60px;
  border: 1px solid #005E52;
}
.about-slider-section .about-slider .owl-nav button.owl-prev:hover {
  background: linear-gradient(180deg, #33635D 0%, #005E52 49%, #0F3A35 100%) !important;
  color: rgb(255, 255, 255) !important;
}

.bottom-fixd-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border-radius: 22px 22px 0px 22px;
}
.bottom-fixd-btn a{
  color: white;
}