/*----------------------------------------------------
@File: Default Styles
@Author: LookMyWeb
Author E-mail: info@lookmyweb.com
Author Website: https://lookmyweb.com

This file contains the styling for the actual theme. This
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: LMW Educational Casual Bootstrap 5 Web Template
@Author: Md Taufique Khan
@Developed By: Md Taufique Khan
=====================================================================*/
/*----------------------------------------------------*/
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
html {
  font-size: 10px;
  font-family: Poppins;
}

@media (max-width: 700px) {
  html {
    font-size: 50%;
  }
}
/*========== Common CSS Start ==========*/
h1 {
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

h6 {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

p {
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0px;
}

div, a {
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

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

ul {
  list-style-type: none;
}

section {
  margin-bottom: 5vw;
}

body {
  background-image: url("../images/body-bg.jpg");
}

/*========== Common CSS End ==========*/
/*========== Bootstrap5 Missing Class Start ==========*/
.text-justify {
  text-align: justify;
}

/*========== Bootstrap5 Missing Class Start ==========*/
.navbar {
  margin-bottom: 1px solid;
  height: 70px;
  z-index: 3;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.21);
}
.navbar a {
  z-index: 2;
}
.navbar .main-logo {
  margin-top: 6rem;
  background: #F8F9FA;
  border-radius: 50%;
  padding: 1rem;
  border-bottom: 1px solid #FD8B06;
  height: 180px;
}

.navbar-nav .nav-link {
  color: #0590E3 !important;
  border: 1px solid #0590E3;
  border-radius: 5px;
  border-bottom: 1px dashed #FD8B06;
  margin-right: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.navbar-nav .nav-link:hover {
  background-color: #0590E3;
  color: #fff !important;
}
.navbar-nav .nav-link i {
  color: #FD8B06;
}
.navbar-nav .login {
  border-radius: 5px;
}
.navbar-nav .login .nav-link {
  background-color: #0590E3;
  color: #fff !important;
  padding: 0.5rem 2rem;
}
.navbar-nav .login .nav-link:hover {
  background-color: #fff;
  color: #0590E3 !important;
}

.social-nav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.social-nav ul {
  list-style: none;
  padding: 0;
}

.social-nav li {
  margin-bottom: 10px;
}

.social-nav a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  background-color: #0590E3;
  border: 1px solid #fff;
  border-right: none;
}

.social-nav i {
  padding: 12px 12px;
}

.bottom-buttons {
  background-color: #000;
  display: none;
}

.mobile-buttons {
  display: flex;
  justify-content: space-around;
  color: #fff;
  position: fixed;
  bottom: 0%;
  width: 100%;
  margin-top: 10px;
}

.mobile-button {
  border: none;
  text-decoration: none;
  font-weight: bold;
  width: 50%;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  font-family: work-sans;
}

.mobile-button-call {
  background-color: #0590E3;
}

.mobile-button-whatsapp {
  background-color: #25D366;
}

@media (max-width: 900px) {
  .bottom-buttons {
    display: block;
  }
  .footer-bottom-section {
    padding-bottom: 6rem;
    text-align: center;
  }
  .footer-bottom-section .copyright {
    text-align: center !important;
  }
}
/*Login Page Start*/
.user_card {
  height: 400px;
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #0590E3;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: -75px;
  border-radius: 50%;
  background: #fff;
  padding: 30px 0px;
  text-align: center;
}

.brand_logo {
  height: 120px;
  border-radius: 50%;
}

.form_container {
  margin-top: 100px;
}

.login_btn {
  width: 100%;
  background: #FD8B06 !important;
  color: white !important;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input-group-text {
  background: #FD8B06 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
  height: 38px;
  font-size: 2rem;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-color) !important;
}

.login-section {
  margin-top: 120px;
}

.eye-btn {
  position: relative;
  z-index: 2;
  height: 38px;
}

/*Login Page End*/
.breadcrumb li {
  list-style-type: none;
  float: left;
}
.breadcrumb a:after {
  content: ">";
  padding-left: 5px;
}

.main-heading {
  font-size: 3rem;
  font-weight: 600;
  color: #0590E3;
}

.main-sub-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #FD8B06;
}

.main-heading-section {
  margin-bottom: 10px;
}

.lmw-main-btn {
  background: #0590E3;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin: 10px 0px;
  font-weight: 600;
  border: none;
}
.lmw-main-btn:hover {
  background: #FD8B06;
  color: #fff;
}

.lmw-link-st-1 {
  color: #FD8B06;
  transition: 0.3s;
  border-bottom: 1px dashed #FD8B06;
}
.lmw-link-st-1:hover {
  color: #0590E3;
  border-bottom: 1px dashed #FD8B06;
}

.counter-section .counter-number {
  font-size: 4rem;
  font-weight: 600;
  color: #0590E3;
}

.home-about-us .main-image {
  border: 2px solid #0590E3;
  padding: 0.1rem;
}
.home-about-us .main-image img {
  padding: 0.5rem;
  border: 5px solid #FD8B06;
}
.home-about-us h3 {
  color: #FD8B06;
}
.home-about-us .about-us {
  overflow: hidden;
}
.home-about-us .about-us p {
  margin-bottom: 10px;
}
.home-about-us .garranty li {
  font-weight: 700;
  margin-bottom: 1rem;
}
.home-about-us .garranty img {
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #FD8B06;
  margin-right: 1rem;
}

.mission-vission .each-div {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.mission-vission li {
  margin-bottom: 1rem;
}
.mission-vission li i {
  font-weight: 600;
  font-size: 3rem;
}
.mission-vission .mission {
  border: 1px dashed #FD8B06;
}
.mission-vission .mission h3 {
  color: #0590E3;
}
.mission-vission .mission i {
  color: #0590E3;
}
.mission-vission .vision {
  border: 1px dashed #0590E3;
}
.mission-vission .vision h3 {
  color: #FD8B06;
}
.mission-vission .vision i {
  color: #FD8B06;
}

.features-section {
  text-align: center;
}
.features-section .each-item:hover img {
  transform: translate(0%, 0%) rotate(360deg);
  box-shadow: 0px 0px 13px 0px #0590E3;
}
.features-section img {
  border-radius: 50%;
  border: 2px solid #FD8B06;
  padding: 3px;
  transition: 0.5s ease-in-out;
  background: #fff;
}
.features-section .features-text {
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
}

.course-section .item {
  background-color: #fff;
}
.course-section .each-element {
  max-width: 99.5%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #FD8B06;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.89)), url(../images/ind-gov-logo.jpg);
  background-repeat: no-repeat;
  background-size: 12rem;
  background-position: right;
}
.course-section .each-element .lmw-card {
  position: relative;
  z-index: 2;
}
.course-section .each-element .lmw-card h3 {
  border-radius: 0.5rem;
  font-size: 2rem;
  line-height: 3rem;
}
.course-section .each-element .lmw-card .status::after {
  content: "";
  display: inline-block;
  background-color: green;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  
}
.course-section .each-element .lmw-card .status{
  
  font-weight: 600;
}

.course-section .each-element .lmw-card .status span{
  color: green;
}
.course-section .each-element .lmw-card .label {
  background: #0590E3;
  padding: 1px 15px;
  color: #fff;
  height: 25px;
  border-radius: 5px;
}
.course-section .each-element .lmw-card span {
  font-weight: 600;
}
.course-section .each-element .lmw-card .price {
  border: 2px dashed #FD8B06;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 700;
  color: #0590E3;
}
.course-section .each-element .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
}
.course-section .each-element .overlay img {
  height: 100%;
  width: 100%;
}
.course-section .courses-carousel {
  position: relative;
}
.course-section .owl-nav {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
.course-section .owl-nav button {
  background: #FD8B06 !important;
  color: #ffffff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.single-courses-section .inner-text-element h1 {
  font-size: 3rem;
}
.single-courses-section .inner-text-element span {
  font-weight: 600;
  color: #0590E3;
}
.single-courses-section .inner-text-element .fee {
  background-color: #ffe9d0;
  padding: 2rem;
  border: 1px dashed #FD8B06;
}

.spl-hm-row {
  background: #0590E3;
  color: #fff;
  text-align: center;
  padding: 3rem 0rem;
}
.spl-hm-row .inner-div {
  background-color: #21a9fa;
  padding: 2rem;
}
.spl-hm-row a {
  background-color: #FD8B06;
  padding: 1rem 1rem;
  display: block;
  margin-top: 1rem;
  color: #fff;
}
.spl-hm-row a:hover {
  background-color: #0590E3;
}

.faq-section h2 .accordion-button {
  font-size: 2rem;
  border: 1px solid #0590E3;
}
.faq-section .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
.faq-section .accordion-body {
  background: white;
  border: 1px solid #0590E3;
  border-top: none;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0590E3;
  box-shadow: none;
  border-bottom: none;
}

.our-team-section img {
  height: 100px;
  width: 100px;
}
.our-team-section h3 {
  margin-top: 10px;
}
.our-team-section .designation {
  text-align: center;
}
.our-team-section img {
  border: 2px solid #0590E3;
  padding: 0.3rem;
}
.our-team-section .card {
  border-radius: 1rem;
  border: 1px solid #FD8B06;
}
.our-team-section .card:hover {
  background: #0590E3;
  color: #fff;
}
.our-team-section .card:hover img {
  border: 2px solid #fff;
}
.our-team-section .card:hover .lmw-icon-text {
  background: #fff;
  border-radius: 50%;
}
.our-team-section p {
  font-size: 1.2rem;
  background: rgb(250, 250, 250);
  padding: 10px 0px;
  border-radius: 5px;
  margin-top: 1rem;
  color: #000;
}

.director-desk-section .inner-section {
  background: #b7e3fd;
  padding: 5rem;
  border: 2px dashed #FD8B06;
  background-image: linear-gradient(145deg, #e8f6ff, rgba(183, 227, 253, 0.9176470588)), url(../images/director-desk.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.director-desk-section img {
  height: 6rem;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #0590E3;
}

.booking-confarmation {
  margin: 5rem 0rem;
}
.booking-confarmation .final-order-review {
  background-color: #ffe9d0;
  padding: 5rem;
  border: 1px dashed #0590E3;
}

.wlcom-student {
  background-color: #ffe9d0;
  padding: 2rem 0rem;
  border: 2px dashed #0590E3;
}
.wlcom-student img {
  border-radius: 50%;
  padding: 5px;
  height: 7rem;
  width: 7rem;
  border: 1px solid #FD8B06;
}

.student-dashboard-section .sub-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.student-dashboard-section .booking-id {
  background-color: #0590E3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  color: #fff;
  border-radius: 2px;
}

.home-blog-card-section .card-title {
  height: 50px;
  overflow: hidden;
}
.home-blog-card-section .card-text {
  text-align: left;
  height: 120px;
  overflow: hidden;
}
.home-blog-card-section a {
  text-align: center;
  display: block;
}

.home-pricing-plan span {
  font-size: 5rem;
  font-weight: 600;
}
.home-pricing-plan li {
  font-size: 2rem;
}
.home-pricing-plan li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.home-pricing-plan h3 {
  font-size: 3rem;
}

.form-control {
  font-size: 1.5rem;
}

.general-contact-form .form-group {
  margin-bottom: 10px;
}
.general-contact-form .form-control {
  padding: 0.5rem 0.75rem;
  font-size: 1.5rem;
}
.general-contact-form label {
  font-size: 1.8rem;
}

.contact-section .contact-info i {
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: #0590E3;
  padding: 10px;
}

/*========== Main Body CSS Start ==========*/
.main-blog-body {
  width: 95%;
}
.main-blog-body p {
  margin-bottom: 20px;
}

/*========== Main Body CSS End ==========*/
/*========== Table Of Content CSS Start ==========*/
.table-of-content {
  background: rgb(245, 245, 245);
  padding: 30px;
}
.table-of-content .toc-heading {
  font-size: 20px;
}
.table-of-content .main-list > li {
  counter-increment: main-counter 1;
  margin-bottom: 10px;
  font-size: 20px;
}
.table-of-content .nested-list {
  list-style-type: none;
  counter-reset: nested-counter 0;
}
.table-of-content .main-list > li::before {
  content: counter(main-counter) ". ";
}
.table-of-content .nested-list > li::before {
  content: counter(nested-counter, lower-alpha) ". ";
}
.table-of-content .nested-list > li {
  counter-increment: nested-counter 1;
  color: rgb(94, 94, 94);
}
.table-of-content .nested-list > li a {
  color: rgb(94, 94, 94);
}
.table-of-content a {
  color: rgb(0, 0, 0);
}

/* Table Of Content CSS End */
/*========== Write Side Panel Css Start ==========*/
.right-side-panel-blog .element {
  margin-bottom: 30px;
}
.right-side-panel-blog .search input[type=text]::-moz-placeholder {
  padding-left: 10px;
}
.right-side-panel-blog .search input[type=text]::placeholder {
  padding-left: 10px;
}
.right-side-panel-blog .search input[type=text] {
  height: 50px;
  width: 100%;
  margin-right: 5px;
  padding-left: 10px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}
.right-side-panel-blog .search form {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  -o-border-image: initial;
     border-image: initial;
  padding: 5px;
}
.right-side-panel-blog .search button {
  width: 50px;
  height: 50px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}
.right-side-panel-blog .category {
  background: rgb(245, 245, 245);
  padding: 15px 20px !important;
}
.right-side-panel-blog .category ul li:last-child {
  border-bottom: none;
}
.right-side-panel-blog .category ul li {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.right-side-panel-blog h6 {
  font-weight: 600;
}
.right-side-panel-blog .category ul a {
  color: rgb(94, 94, 94);
  padding: 10px 0px;
}
.right-side-panel-blog .recent-post .title {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 14px;
}
.right-side-panel-blog .recent-post span {
  color: rgb(0, 0, 0);
}

/*========== Write Side Panel Css End ==========*/
/*========== Social Media BG Color & Text Color CSS Start ==========*/
.lmw-facebook-icon {
  background-color: rgb(24, 119, 242);
}

.lmw-instagram-icon {
  background: rgb(221, 42, 123);
}

.lmw-whatsapp-icon {
  background-color: rgb(37, 211, 102);
}

.lmw-twitter-icon {
  background-color: rgb(20, 23, 26);
}

.lmw-facebook-icon-text {
  color: rgb(24, 119, 242);
}

.lmw-instagram-icon-text {
  color: rgb(214, 36, 159);
}

.lmw-twitter-icon-text {
  color: rgb(20, 23, 26);
}

.lmw-blog-inner-social-share a {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px !important;
}

.lmw-icon-text {
  border-radius: 50%;
}
.lmw-icon-text i {
  padding: 20%;
  height: 30px;
  width: 30px;
}

/*========== Social Media BG Color & Text Color CSS End ==========*/
/*========== Blog Inner Page Comment List CSS Start ==========*/
.lmw-blog-inner-comment-list .main-single-comment {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(214, 214, 214);
  -o-border-image: initial;
     border-image: initial;
  padding: 20px;
}
.lmw-blog-inner-comment-list li {
  margin-bottom: 20px;
}
.lmw-blog-inner-comment-list .sub-comment-list {
  margin: 20px 0px;
}
.lmw-blog-inner-comment-list span {
  width: 100%;
  display: block;
  font-size: 9px;
}
.lmw-blog-inner-comment-list a {
  font-size: 15px;
  margin-left: 20px;
  text-align: right;
}

/*========== Blog Inner Page Comment List CSS End ==========*/
/*========== Footer CSS Start ==========*/
footer {
  background: #0590E3 url("../images/body-bg.png") repeat center center;
  color: #fff;
}
footer .footer-main-section {
  padding: 6rem 0;
  margin: 0;
}
footer .about i {
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 20px;
  padding: 12px;
  border-radius: 50%;
  text-align: justify;
  font-size: 1.5rem;
}
footer .about {
  width: 90%;
}
footer .about img {
  height: 150px;
}
footer .nav-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
  color: #FD8B06;
}
footer .nav-link ul li {
  margin-bottom: 5px;
}
footer .nav-link a {
  transition: all 0.3s ease 0s;
}
footer a {
  color: #fff;
  transition: 0.3s;
}
footer a:hover {
  letter-spacing: 1px;
}
footer .contact-details i {
  width: 40px;
  height: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: #FD8B06;
  padding: 10px;
}
footer h6 {
  font-weight: 600;
  font-size: 18px;
  color: #FD8B06;
}
footer .contact-details .each-element {
  margin-bottom: 10px;
}
footer .footer-bottom-section {
  background-color: #FD8B06;
}
footer .footer-bottom-section a {
  color: #fff;
  font-weight: 600;
}
footer .footer-bottom-section a:hover {
  letter-spacing: 0px;
}

/*========== Footer CSS End ==========*/
@media (max-width: 900px) {
  .navbar-nav .nav-link {
    margin-bottom: 2rem;
    margin-left: auto;
    width: 70%;
    padding: 1rem;
  }
}