@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/***** General CSS *****/

body {
 word-break: break-word;
 font: 15px/25px;
 color: #393939;
 overflow-x: hidden;
 font-family: "Kumbh Sans", sans-serif;
}

a {
 text-decoration: none;
 color: #28b16d;
 white-space: initial;
}

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

a:hover {
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
}

img {
 max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
 transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

ul {
 margin: 0 0 20px;
 padding: 0;
 list-style-type: none;
}

p {
 font-weight: 500;
 line-height: 35px;
 font-size: 18px;
 color: #757783;
}

/***** Font Files *****/

@font-face {
 font-family: "Fonts Awesome";
 src: url(../fonts/fontawesome-webfont.eot);
 src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
  url(../fonts/fontawesome-webfont.woff) format("woff"),
  url(../fonts/fontawesome-webfont.ttf) format("truetype"),
  url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
 font-weight: 400;
 font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
 padding: 0;
}

.noLeft {
 padding-left: 0;
}

.noRight {
 padding-right: 0;
}

.centerCol {
 float: none;
 margin: 0 auto;
}

.pt_8 {
 padding-top: 80px;
}

.pb_8 {
 padding-bottom: 80px;
}

.py_8 {
 padding: 80px 0px;
}

a.theme_btn-1 {
 background: #27aae1;
 color: #ffff;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 width: 75%;
 font-size: 13px;
 letter-spacing: 1px;
 border-radius: 10px;
 transition: 0.5s;
 font-weight: 600;
 text-transform: uppercase;
}

a.theme_btn-1:hover {
 background: #8cc641;
 transition: 0.5s;
}

.flexRow {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}

.flexCol {
 -webkit-box-flex: 1;
 -moz-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 align-items: center;
}

h1 {
 font-family: "Pinyon Script", cursive;
 font-size: 50px;
 line-height: 1.2;
 color: #27aae1;
 font-weight: 900;
 margin: 0 0 0px;
 text-align: center;
}

h2 {
 font-family: "Kumbh Sans", sans-serif;
 font-size: 18px;
 line-height: 1.2;
 color: #27aae1;
 font-weight: 600;
 margin: 0 0 10px;
}

h3 {
 font-family: "Kumbh Sans", sans-serif;
 font-size: 50px;
 line-height: 1.2;
 color: #1c1e27;
 font-weight: 700;
 margin: 0 0 25px;
}

h4 {
 font-family: "Kumbh Sans", sans-serif;
 font-size: 24px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 13px;
}

h5 {
 font-family: "Poppins", Sans-Serif;
 font-size: 20px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 20px;
}

h6 {
 font-family: "Poppins", Sans-Serif;
 font-size: 18px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 22px;
}

select {
 background: #fff url("../images/arrow.png") no-repeat right;
 padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
 color: #575757;
}

::-moz-placeholder {
 color: #575757;
 opacity: 1;
}

:-ms-input-placeholder {
 color: #575757;
}

:-moz-placeholder {
 color: #575757;
 opacity: 1;
}

/*header css start */

.menuSec {
 padding: 20px 0;
 border-top: 1px solid #e0e2e9;
}

.menuSec img {
 margin: 0;
}

.menuSec ul {
 position: relative;
 list-style: none;
 padding: 0;
 margin: 0;
 text-transform: capitalize;
}

.menuSec ul li {
 position: relative;
 display: inline-block;
 margin: 0;
 padding: 0;
}

.menuSec li ul {
 display: none;
}

.menuSec ul li a {
 position: relative;
 display: inline-block;
 text-decoration: none;
 color: #757783;
 padding: 0px 25px;
 font-size: 16px;
 font-weight: 600;
}

.menuSec ul li:last-child a {
 padding-right: 0px;
}

.menuSec ul li:last-child a:after {
 display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
 transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 color: #27aae1;
}

.menuSec li.active a {
 color: #27aae1 !important;
 font-weight: 800 !important;
}

.menuSec li:hover > ul {
 display: block;
 position: absolute;
 z-index: 1000;
 background-color: #000000;
 left: 0px;
 width: 230px;
 text-align: left;
 top: 38px;
}

.menuSec li > ul > li > a {
 border: none;
 padding: 13px 20px !important;
 color: #fff !important;
 overflow: hidden;
 font-size: 13px;
 line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
 display: block;
 margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
 display: none;
}

.top-sec-logo a {
 font-size: 35px;
 color: #27aae1;
 font-weight: 700;
}

.top-sec-socail-link ul {
 display: flex;
 align-items: center;
 justify-content: end;
 gap: 12px;
 margin: 0;
}

.top-sec-socail-link {
 margin-right: 30px !important;
}

.top-sec-socail-link ul li a:hover {
 margin-top: -25px;
 transition: 0.7s;
}

.topSec {
 padding: 25px 0;
}

.top-sec-call-agent ul {
 display: flex;
 align-items: center;
 gap: 20px;
 margin: 0;
}

.top-sec-number {
 display: flex;
 align-items: center;
 justify-content: space-between;
 position: relative;
}

.top-sec-number:before {
 content: "";
 position: absolute;
 background: #e0e2e9;
 height: 100%;
 width: 1px;
 right: 75px;
 left: 0;
 margin: 0 auto;
}

.top-sec-call-agent ul li h2 {
 color: #757783;
 font-size: 14px;
 font-family: "Kumbh Sans", sans-serif;
 margin-bottom: 3px;
}

.top-sec-number ul li i {
 font-size: 26px;
}

.top-sec-number ul li a {
 color: #1c1e27;
 font-weight: 600;
}

.top-sec-socail-link ul li a {
 background: #27aae1;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 border-radius: 50px;
 color: #fff;
 transition: 0.7s;
}

.menuSec li:hover li {
 float: none;
}

.menuSec li ul li a:hover {
 background-color: #ffffff;
 color: #000000 !important;
}

.menuSec ul ul ul {
 left: 100%;
 top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
 content: " ";
 display: table;
}

.menuSec ul:after {
 clear: both;
}

.menuSec li > ul > li:hover > ul {
 left: 230px;
 top: 0px;
 width: 270px;
}

.droopdwon li:hover > ul {
 display: block;
 position: absolute;
 z-index: 1000;
 background-color: #000000;
 left: 0px;
 width: 230px;
 text-align: left;
 top: 40px;
}

.droopdwon {
 float: left;
}

.droopdwon li:hover li a:hover {
 background-color: #ffffff;
 color: #000 !important;
}

/*header css start */

.dropdown-menu {
 position: absolute !important;
 z-index: 1000;
 display: block;
 min-width: 10rem;
 padding: 0.5rem 0;
 margin: 0;
 font-size: 1rem;
 color: #212529;
 text-align: left !important;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid rgba(0, 0, 0, 0.15);
 border-radius: 0.25rem;
}
.banner_text {
    margin-left: 30px;
}
.inner-banner-link ul li a:hover {
    color: #27aae1;
}
.banner_text h2 {
 font-size: 130px;
 color: #000;
 font-weight: 700;
 line-height: 125px;
 margin-bottom: 35px;
}

.banenr-icon-1.chg.wow.bounceIn {
 right: 130px !important;
 left: inherit;
 bottom: 70px;
}

.banenr-icon-1.chg img {
 width: 135px !important;
}

.banner_text a {
 width: 30%;
 font-size: 16px;
 height: 60px;
}

.banner_text p {
    font-size: 23px;
    color: #757783;
    width: 75%;
    line-height: 40px;
    margin-bottom: 30px;
}

/* Banner Css Start */

/* Tab slider fix  */

.tab_sec .tab-pane {
 display: block;
 border: 0;
 height: 0;
}

.tab_sec .tab-pane.active {
 display: block !important;
 height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
 width: 100%;
}

.carousel-control.right,
.carousel-control.left {
 background: none;
 opacity: 1;
 width: 50px;
 height: 50px;
 top: initial;
 top: 40%;
 background: rgba(255, 255, 255, 0.1);
 text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
 background: rgba(255, 27, 27, 0.6);
 color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
 position: relative;
 top: 12px;
 font-size: 20px;
 color: #fff;
 opacity: 0.5;
}

.carousel-control.right {
 right: 0px;
}

.carousel-control.left {
 left: 0px;
}

.carousel-indicators [data-bs-target] {
 box-sizing: content-box;
 flex: 0 1 auto;
 width: 10px;
 height: 12px;
 padding: 0;
 margin: 3px !important;
 text-indent: -999px;
 cursor: pointer;
 background-color: #fff;
 background-clip: padding-box;
 border: 0;
 border-top: 10px solid transparent;
 border-bottom: 10px solid transparent;
 opacity: 1;
 /* transition: opacity 0.6s ease; */
 border-radius: 20px;
}

.carousel-caption {
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 left: 0;
 right: 0;
 margin: 0;
 padding: 0;
 color: #fff;
 text-align: left;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}

.carousel-indicators li {
 border: none;
 border-radius: 100%;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 background: #fff;
 width: 12px;
 height: 12px;
 margin: 0;
}

.carousel-indicators .active {
 margin: 0;
 background-color: #28b16d;
 width: 10px;
 height: 12px;
}

section.main_slider {
 position: relative;
}

.professional-teachers {
 position: absolute;
 z-index: 999;
 background: #27aae1;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 150px;
 height: 150px;
 border-radius: 50%;
 right: 60px;
 top: 30px;
 box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.professional-teachers h2 {
 font-family: "Pinyon Script", cursive;
 margin-bottom: 0;
 color: #fff;
 width: 90%;
 font-size: 20px;
 text-align: center;
 line-height: 30px;
}

.banner_img.wow.bounceIn img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
}



.banenr-icon-1 {
 position: absolute;
 z-index: 999;
 bottom: 300px;
 left: 50px;
}

.banenr-icon-1 img {
    width: 125px !important;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    background-color: var(--e-global-color-0f5affb);
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #1c1e270d;
    border-radius: 50% 50% 50% 50% !important;
}

.banner_img {
 position: relative;
}

.img-fluid {
 width: 100%;
 height: 795px;
 object-fit: cover;
}

.banner_img.wow.bounceIn {
 text-align: center;
}

/*Banner Css End*/

/* Learn Skills Start*/

.learn-skills-sec {
 padding: 70px 0;
}

.learn-skills-box ul {
 display: flex;
 align-items: center;
 gap: 30px;
 margin-bottom: 0;
}

.learn-skills-box ul li h2 {
 font-size: 18px;
 color: #000;
 font-weight: 700;
 margin-bottom: 10px;
}

.learn-skills-box ul li p {
 font-size: 18px;
 color: #757783;
 margin-bottom: 0;
}

.learn-skills-box {
 box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 14%);
 transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 padding: 40px 40px;
 border-radius: 8px;
 border-style: solid;
 border-width: 1px 1px 8px 1px;
 border-color: #fff;
 transition: 0.5s;
}

.learn-skills-box:hover {
 border-style: solid;
 border-width: 1px 1px 8px 1px;
 border-color: #27aae1;
 transition: 0.5s;
}

/* Learn Skills End*/

/*Online Learning Center Start*/

.online-learning-center-img img {
 width: 100%;
 height: 630px;
 object-fit: cover;
 border-radius: 10px;
}

.online-learning-center-sec .add-padding {
 padding: 0 5%;
}

.online-learning-center-img {
 position: relative;
}

.online-learning-center-img.before::before {
 content: "";
 position: absolute;
 background: #8cc641;
 width: 100%;
 height: 90%;
 z-index: -1;
 left: -25px;
 top: 50%;
 bottom: 0;
 margin: 0 auto;
 transform: translateY(-50%);
 border-radius: 10px;
}

.online-learning-center-text ul li {
 display: flex;
 align-items: center;
 gap: 10px;
}

.online-learning-center-text ul li {
 font-size: 18px;
 color: #757783;
 font-weight: 500;
}

.online-learning-center-text ul li i {
 color: #27aae1;
}

.online-learning-center-text ul {
 line-height: 45px;
 margin-top: 35px;
 margin-bottom: 40px;
}

.online-learning-center-text a {
    width: 35%;
    font-size: 15px;
    height: 60px;
}

.online-learning-center-icon img {
 width: 85px;
 height: 65px;
 object-fit: cover;
}

.online-learning-center-icon ul {
 display: flex;
 align-items: center;
 gap: 20px;
 margin-bottom: 0;
}

.online-learning-center-icon ul li span {
 color: #1c1e27;
 font-weight: 700;
 font-size: 16px;
 display: block;
 width: 85%;
 line-height: 27px;
}

.online-learning-center-text {
 margin-left: 50px;
 width: 85%;
}

.online-learning-center-sec .row {
 align-items: center;
}

.online-learning-center-text h3 {
 margin-bottom: 30px;
}

.online-learning-center-icon {
 position: absolute;
 bottom: 25px;
 padding: 30px 50px 18px 30px;
 box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
 border-radius: 8px;
 background: #fff;
 margin-right: -40px;
 width: 95%;
 right: 0;
}

.online-learning-center-sec {
    padding: 70px 0;
}

/*Online Learning Center End*/

/* Explore Courses Start */

.explore-courses-sec {
 background-color: #dfe3ec59;
 padding: 80px 0;
}

.explore-courses-box.inner {
 margin-bottom: 30px;
}

.explore-courses-heading {
 text-align: center;
 margin-bottom: 40px;
}

.explore-courses-button {
 margin-top: 35px;
 text-align: center;
}

.explore-courses-button a {
 margin: 0 auto;
}

.explore-courses-button a {
 width: 20%;
 height: 60px;
 font-size: 14px;
}

.explore-courses-box-img img {
 width: 100%;
 height: 240px;
 border-radius: 8px;
 object-fit: cover;
}

.explore-courses-box-text {
 background: #ffff;
 padding: 45px 25px 10px 25px;
 margin-top: -10px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
}

.explore-courses-box {
 box-shadow: 0 0 20px 0 #0000002b;
}

.explore-courses-box-img-icon img {
 width: 35px;
 height: 35px;
 border-radius: 50%;
}

.explore-courses-box-img-icon {
 position: absolute;
 bottom: -15px;
 left: 30px;
}

.explore-courses-box-img {
 position: relative;
}

.explore-courses-box-text h2 {
 font-size: 13px;
}

.explore-courses-box-text h3 {
 font-size: 16px;
 color: #1c1e27;
 margin-bottom: 7px;
}

ul.hours {
 gap: 20px;
}

ul.hours li {
 color: #757783;
 font-size: 14px;
 font-weight: 600;
 position: relative;
}

ul.hours li:before {
 content: "";
 position: absolute;
 background: #e0e2e9;
 width: 1px;
 height: 100%;
 right: -10px;
 top: 0;
}

ul.hours {
 margin-bottom: 0;
 border-top: 1px solid #e0e2e9;
 margin-top: 20px;
 padding-top: 20px;
 gap: 20px !important;
}

.explore-courses-box-text ul {
 display: flex;
 align-items: center;
 gap: 1px;
 margin-bottom: 10px;
}

.explore-courses-box-text ul li i {
 font-size: 13px;
 color: #030303;
}

.explore-courses-box-text ul li i.full {
    color: #ffd45f;   
}

.explore-courses-box-text h4 {
 font-size: 14px;
 color: #1c1e27;
 font-weight: 800;
}

ul.hours li:last-child:before {
 display: none;
}

/* Explore Courses End */

/* Register your Account Start*/

.register-your-account-sec {
 padding: 100px 0;
 position: relative;

 background-size: cover;
}

.register-your-account-text p {
 color: #cacacd;
}

.register-your-account-text {
 position: relative;
 z-index: 999;
}

.register-your-account-text h2 {
 color: #fff;
}

.register-your-account-text h3 {
 color: #fff;
}

.register-your-account-text h3 span {
 color: #ffd45f;
}

.register-your-form {
 position: relative;
 z-index: 999;
 background: #fff;
 text-align: center;
 width: 80%;
 margin-left: auto;
 padding: 60px 35px;
 border-radius: 8px;
 margin-top: 50px;
 box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.register-your-form h3 {
 font-size: 25px;
 margin-bottom: 45px;
}

.register-your-form input {
 width: 100%;
 height: 50px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 font-size: 14px;
 padding: 0 15px;
 margin-bottom: 25px;
 border-radius: 8px;
}

.register-your-form textarea {
 width: 100%;
 height: 175px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 font-size: 14px;
 padding: 15px 15px;
 margin-bottom: 25px;
 border-radius: 8px;
}

.register-your-form input::placeholder {
 font-size: 14px;
}

.register-your-form textarea::placeholder {
 font-size: 14px;
}

.register-your-form button {
 width: 30%;
 height: 50px;
 border: none;
 background: #27aae1;
 font-size: 16px;
 color: #fff;
 border-radius: 8px;
 transition: 0.5s;
}

.register-your-form button:hover {
 background: #000;
 transition: 0.5s;
}

.register-your-account-sec:before {
 content: "";
 position: absolute;
 background-image: url(../images/register-your-account-back.jpg);
 width: 100%;
 height: 550px;
 top: 0;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
}

.register-your-account-sec:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 550px;
 top: 0;
 left: 0;
 background-color: #1c1e27;
 opacity: 0.7;
 transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
 z-index: 1;
}

.transform-access-to-eduction ul {
 display: flex;
 align-items: center;
 gap: 30px;

 border-bottom: 1px solid #e0e2e9;
 padding-bottom: 50px;
}

.transform-access-to-eduction {
 margin-top: 180px;
}

.transform-access-to-eduction ul li h3 {
 font-size: 24px;
 color: #1c1e27;
 margin-bottom: 10px;
}

.transform-access-to-eduction ul li p {
 margin-bottom: 0;
}

.transform-access-to-eduction ul li span {
 background: #27aae1;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100px;
 height: 100px;
 border-radius: 50%;
}

/* Register your Account End*/

/*Top Categories Start*/

.top-categories-heading {
 text-align: center;
 margin-bottom: 40px;
}

.top-categories-box img {
 width: 100%;
 height: 370px;
 object-fit: cover;
 border-radius: 8px;
}

.top-categories-box {
 position: relative;
}

.top-categories-box:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: #1c1e27b3;
 border-radius: 8px;
 opacity: 0;
 transition: 0.5s;
}

.top-categories-box:hover:before {
 opacity: 1;
 transition: 0.5s;
}

.top-categories-box-text {
 position: absolute;
 bottom: 50px;
 z-index: 999;
 left: 20px;
 opacity: 0;
 transition: 0.5s;
}

.top-categories-box:hover .top-categories-box-text {
 opacity: 1;
 transition: 0.5s;
}

.top-categories-box-text p {
 font-size: 14px;
 color: #fff;
 margin-bottom: 10px;
 margin-left: 10px;
}

.top-categories-box-text a {
 width: 100%;
 padding: 0 70px 0 20px;
}

.fixed {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 9999;
 background: #fff;
}

/*Top Categories End*/

/*Why Choose Us Start*/

.why-choose-us-sec {
 padding: 120px 0px 80px;
}

.why-choose-us-img:before {
 content: "";
 position: absolute;
 background: #f1f2f6;
 width: 85%;
 height: 630px;
 z-index: -1;
 top: -80px;
 right: 0;
 border-top-left-radius: 8px;
 border-bottom-left-radius: 8px;
}

.why-choose-us-img::after {
 content: "";
 position: absolute;
 background-image: url(../images/why-choose-text-img.png);
 width: 62px;
 height: 430px;
 z-index: 99;
 left: 20px;
 bottom: -30px;
 background-size: cover;
 border-radius: 8px;
}

.why-choose-us-text ul.learning-from li {
 display: flex;
 align-items: center;
 gap: 20px;
}

.why-choose-us-text ul.learning-from {
 margin-top: 30px;
 margin-bottom: 35px;
}

.why-choose-us-img {
 position: relative;
}

.why-choose-us-text ul.why-choose-us-text-point li i {
 color: #27aae1;
}

.why-choose-us-sec .container-fluid {
 padding-left: 5%;
 padding-right: 0;
}

.why-choose-us-img img {
 width: 100%;
 height: 440px;
 border-radius: 8px;
}

.why-choose-us-sec .row {
 align-items: center;
}

.why-choose-us-text ul.why-choose-us-text-point li {
 font-size: 18px;
 color: #757783;
 font-weight: 500;
 display: flex;
 align-items: center;
 gap: 15px;
}

ul.why-choose-us-text-point {
 line-height: 40px;
 margin-bottom: 0;
}

.why-choose-us-text p {
 width: 90%;
}

ul.learning-from li h3 {
 font-size: 20px;
 margin-bottom: 0;
}

/*Why Choose Us End*/

/*Footer Start*/

.footer-sec {
 background: #000;
 padding: 80px 0;
}

.footer-text {
 text-align: center;
}

.footer-text h3 {
 color: #fff;
}

ul.ftr-page-link {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 50px;
 margin-top: 30px;
 margin-bottom: 30px;
}

ul.ftr-page-link li a:before {
 content: "";
 position: absolute;
 background: #fff;
 width: 30px;
 height: 1px;
 left: -40px;
 top: 13px;
}

ul.ftr-socail-link {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 30px;
 margin-bottom: 0;
}

ul.ftr-socail-link li a {
 font-size: 20px;
 color: #fff;
 transition: 0.5s;
}

ul.ftr-page-link li a:hover {
 color: #27aae1;
 transition: 0.5s;
}

ul.ftr-page-link li a {
 font-size: 18px;
 color: #fff;
 position: relative;
 transition: 0.5s;
}

ul.ftr-socail-link li a i:hover {
 transform: scale(1.4);
 transition: 0.5s;
 color: #27aae1;
}

/*Footer End*/

/*Inner Banner Start*/

.inner-banner-sec {
 width: 100%;
 background-image: url(../images/inner-banner-img.jpg);
 height: 335px;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 display: flex;
 align-items: center;
 position: relative;
}

.inner-banner-heading h3 {
 margin-bottom: 0;
 color: #fff;
}

.inner-banner-sec:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 background: #1c1e278c;
 z-index: 1;
}

.inner-banner-heading {
 position: relative;
 z-index: 999;
}

.inner-banner-link {
 position: absolute;
 z-index: 999;
 right: 12%;
 bottom: 0;
 background: #fff;
 padding: 12px 30px;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
}

.inner-banner-link ul {
 display: flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 0;
}

.inner-banner-link ul li a {
 color: #757783;
 font-size: 15px;
 font-weight: 500;
}

.inner-banner-link li.active a {
 color: #27aae1 !important;
}

/*Inner Banner End*/

/*Top Categories Start*/

.top-categories-sec.inner {
 padding: 80px 0;
}

/*Top Categories End*/

/*Contact Us Start*/

.contact-us-sec {
 padding: 80px 0;
}

.contact-box ul {
 display: flex;
 align-items: center;
 gap: 20px;
}

.contact-box ul li span {
 background: #f1f2f6;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 70px;
 height: 70px;
 border-radius: 50%;
}

.contact-box ul li a {
 font-size: 18px;
 color: #1c1e27;
 font-weight: 800;
}

.contact-box ul li h4 {
 font-size: 16px;
 color: #757783;
 font-weight: 600;
 margin-bottom: 0;
 margin-top: 5px;
}

.contact-box ul {
 margin-bottom: 0;
}

.contact-box {
 box-shadow: 0 0 20px 0 #00000038;
 padding: 20px 30px;
 border-radius: 8px;
 border: 2px solid #fff;
 transition: 0.5s;
}

.contact-box.chg ul li span {
 background: #27aae1;
}

.contact-form-row-heading h3 {
 margin-bottom: 0;
}

.contact-form-row {
 margin-top: 100px;
}

.contact-form input {
 width: 100%;
 margin-bottom: 25px;
 height: 55px;
 padding: 0 15px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 border-radius: 8px;
 font-size: 15px;
}

.contact-form textarea {
 width: 100%;
 margin-bottom: 25px;
 height: 150px;
 padding: 0 15px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 border-radius: 8px;
 font-size: 14px;
}

.contact-box:hover {
 border: 2px solid #27aae1;
 transition: 0.5s;
}

.contact-form textarea {
 width: 100%;
 margin-bottom: 25px;
 height: 200px;
 padding: 15px 15px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 border-radius: 8px;
 font-size: 14px;
}

.contact-form button {
 background-color: #3970ff;
 border: none;
 color: #fff;
 padding: 14px 25px;
 border-radius: 8px;
 text-transform: uppercase;
 margin: 0 auto;
 transition: 0.5s;
}
.contact-form button:hover {
    background: #000;
    transition: 0.5s;
}
.contact-form {
 text-align: center;
}

/*Contact Us End*/

/*Apply Now Start*/

.apply-now-sec {
 padding: 80px 0;
}

.apply-now-sec .row {
 justify-content: center;
}

.apply-now-form {
 text-align: center;
}

.apply-now-form h3 {
 font-size: 40px;
 margin-bottom: 50px;
}

.apply-now-form input {
 width: 100%;
 height: 55px;
 margin-bottom: 25px;
 padding: 0 20px;
 border-radius: 8px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 font-size: 15px;
}

.apply-now-form textarea {
 width: 100%;
 height: 200px;
 margin-bottom: 25px;
 padding: 20px 20px;
 border-radius: 8px;
 background: #f6f7fa;
 border: 1px solid #eaecf1;
 font-size: 15px;
}

.apply-now-form button {
 background: #27aae1;
 border: none;
 padding: 15px 30px;
 border-radius: 8px;
 font-size: 17px;
 color: #fff;
 text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

/* Firefox */
input[type="number"] {
 -moz-appearance: textfield;
}

/*Apply Now End*/

/*About Start*/

.online-learning-center-sec.inner {
 padding: 80px 0;
}

.online-learning-center-row {
 margin-top: 80px;
}

.online-learning-center-text p {
    margin-bottom: 25px;
}
.online-learning-center-text h4 {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 30px;
    color: #1c1e27;
    font-weight: 800;
}

.online-learning-center-row .row {
 align-items: center;
}

.online-learning-center-heading h3 {
 margin-bottom: 0;
}

.online-learning-center-heading {
 margin-left: 80px;
}

.zilom-mission-sec {
 margin: 30px 0;
 padding: 120px 0;
 background-image: url(../images/zilom-mission-back.jpg);
 width: 100%;
 height: 100%;
 position: relative;
 background-attachment: fixed;
}

.meet-the-teachers-heading {
 text-align: center;
 margin-bottom: 3%;
}

.meet-the-teachers-box:hover {
 box-shadow: 0 0 10px 0 #00000059;
 transition: 0.5s;
}
.online-learning-center-text h3 {
    margin-bottom: 10px;
}

.meet-the-teachers-box img {
 width: 200px;
 height: 200px;
 border-radius: 50%;
 object-fit: cover;
}

.meet-the-teachers-box {
 border: 1px solid #e0e2e9;
 border-radius: 8px;
 text-align: center;
 padding: 35px 35px;
}

.meet-the-teachers-box h3 {
 font-size: 20px;
 margin-top: 25px;
 margin-bottom: 10px;
}

.meet-the-teachers-box h2 {
 font-size: 12px;
 color: #27aae1;
 font-weight: 800;
 letter-spacing: 0.8px;
}

.meet-the-teachers-box p {
 font-size: 16px;
 color: #757783;
 margin-bottom: 30px;
}

.meet-the-teachers-box {
 border: 1px solid #e0e2e9;
 border-radius: 8px;
 text-align: center;
 padding: 35px 50px;
 transition: 0.5s;
}

.meet-the-teachers-box ul li {
 display: flex;
 align-items: center;
 gap: 18px;
}

.meet-the-teachers-box ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
 background: #f1f2f6;
 padding: 20px 30px;
 border-radius: 8px;
 margin-bottom: 0;
}

.meet-the-teachers-sec {
 padding: 80px 0;
}

.meet-the-teachers-heading h3 {
 margin-bottom: 0;
}

.zilom-mission-heading h3 {
 color: #fff;
}

.zilom-mission-box-sec {
 position: relative;
 z-index: 999;
}

.zilom-mission-box-sec {
 column-count: 3;
 column-gap: 25px;
}

.zilom-mission-box ul li span i {
 font-size: 14px;
 color: #757783;
}

.meet-the-teachers-box ul li {
 font-size: 14px;
 color: #757783;
 font-weight: 700;
}

.zilom-mission-box {
 text-align: center;
 background: #0d0f13;
 padding: 40px 30px;
 border-radius: 8px;
}

.zilom-mission-box img {
 width: 60px;
 margin-bottom: 20px;
 height: 55px;
 object-fit: contain;
}

.zilom-mission-box img {
 width: 35%;
 margin-bottom: 20px;
}

.zilom-mission-box h3 {
 font-size: 24px;
 color: #fff;
 margin-bottom: 10px;
}

.zilom-mission-box h2 {
 color: #aeb2c2;
 font-size: 16px;
 margin-bottom: 0;
}

.zilom-mission-sec:before {
 content: "";
 position: absolute;
 background: #1c1e27f4;
 width: 100%;
 height: 100%;
 top: 0;
 z-index: 1;
 left: 0;
}

.zilom-mission-heading {
 position: relative;
 z-index: 999;
}

/*About End*/

/*Assignments And Projects Start*/

.assignments-and-projects-img img {
 border-radius: 8px;
 width: 100%;
 height: 220px;
 object-fit: cover;
}

.assignments-and-projects-box h3 {
 font-size: 18px;
 margin-bottom: 10px;
 margin-top: 20px;
}

.assignments-and-projects-sec {
 padding: 80px 0;
}

.assignments-and-projects-box {
 border: 1px solid #e0e2e9;
 padding: 40px 40px;
 text-align: center;
 border-radius: 8px;
 transition: 0.5s;
 margin-bottom: 30px;
}

.assignments-and-projects-img {
 position: relative;
}

.assignments-and-projects-img:before {
 content: "";
 position: absolute;
 background: #00000078;
 width: 10%;
 height: 10%;
 border-radius: 8px;
 transition: 0.5s;
 opacity: 0;
}

.assignments-and-projects-img {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.assignments-and-projects-box:hover .assignments-and-projects-img:before {
 width: 100%;
 height: 100%;
 transition: 0.5s;
 opacity: 1;
}

.you-eduction-career-sec {
 background: #27aae1;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 330px;
 overflow: hidden;
}

.you-eduction-career-sec .row {
 align-items: center;
}

.you-eduction-career-sec:after {
 content: "";
 position: absolute;
 background: #5f6fe6;
 width: 500px;
 height: 500px;
 border-radius: 50%;
 right: -60px;
 z-index: 1;
 top: -220px;
}

.you-eduction-career-heading.about h3 {
 width: 70%;
}

.you-eduction-career-sec:before {
 content: "";
 position: absolute;
 background-image: url(../images/you-eduction-career-before.png);
 width: 295px;
 height: 291px;
 top: -150px;
 right: 20%;
 background-size: cover;
 z-index: 99;
}

.you-eduction-career-heading h3 {
 color: #fff;
 margin-bottom: 0;
}

.you-eduction-career-button a {
 background: #fff;
 color: #000;
 width: 50%;
 height: 60px;
 font-size: 15px;
 margin: 0 auto;
}

.you-eduction-career-button {
 text-align: center;
 position: relative;
 z-index: 999;
}

.assignments-and-projects-box:hover {
 box-shadow: 0 0 10px 0 #00000052;
 transition: 0.5s;
}

.assignments-and-projects-box p {
 font-size: 14px;
 color: #000000;
 line-height: 25px;
}

.assignments-and-projects-box p {
 font-size: 15px;
 color: #000000;
 line-height: 25px;
 width: 80%;
 margin: auto;
 margin-bottom: 30px;
}

.assignments-and-projects-box a {
 width: 50%;
 margin: 0 auto;
}

/*Assignments And Projects End*/

/* Cart Start */

section.add-to-cart {
 padding: 5% 0;
}

.add-to-cart input {
 width: 100%;
 text-align: center;
 height: 60px;
 border-radius: 6px;
 border: 1px solid #ebebeb;
 font-size: 23px;
 font-weight: 500;
 margin-top: 24px;
 background: #f7f7f7;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.add-to-cart a {
 font-size: 19px;
 display: block;
 text-align: center;
 padding-top: 9px;
 font-weight: 500;
 text-decoration: none;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.add-to-cart h4 {
 font-size: 19px;
 font-weight: 500;
 text-align: center;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.add-to-cart .table > tbody > tr > td,
.add-to-cart .table > tbody > tr > th,
.add-to-cart .table > tfoot > tr > td,
.add-to-cart .table > tfoot > tr > th,
.add-to-cart .table > thead > tr > td,
.add-to-cart .table > thead > tr > th {
 vertical-align: middle;
}

.total-section {
 border: none;
 padding: 27px 40px;
 border: 1px solid #757783;
 border-radius: 5px;
}

.total-section ul {
 font-family: "Poppins";

 list-style: none;

 margin-bottom: 0;
}

.total-section li {
 font-size: 24px;
 padding-bottom: 30px;
 color: #757783;
 font-weight: 400;
 font-family: "Kumbh Sans", sans-serif;
}

li.color-change {
 color: #27aae1;
 font-weight: 400;
 font-size: 25px;
 text-transform: uppercase;
 font-family: "Kumbh Sans", sans-serif;
}

.total-section li.color-change span {
 font-weight: 400;
 font-size: 25px;
 color: #27aae1;
 font-family: "Kumbh Sans", sans-serif;
}

.total-section li span {
 float: right;
}

.ship-estimate {
 padding: 20px 40px;
 border: 1px solid #757783;
 margin-top: 25px;
 border-radius: 5px;
}

.ship-estimate li {
 color: #000;
 font-size: 25px;
 margin-bottom: 18px;
 font-weight: 500;
 font-family: "Kumbh Sans", sans-serif;
}

.ship-estimate ul {
 margin-top: 20px;

 margin-bottom: 25px;

 font-family: "Poppins";

 list-style: none;
}

.ship-estimate .grey-style {
 color: #757783;
 font-size: 20px;
 font-weight: 500;
 font-family: "Kumbh Sans", sans-serif;
}

.or-amazon.text-center a img {
 width: 100%;
}

.proceed a {
 color: #757783;
 text-align: left;
 font-size: 18px;
 text-transform: uppercase;
 font-weight: 500;
 font-family: "Kumbh Sans", sans-serif;
}

.proceed .checkout-btn {
 padding: 15px;
 width: 100%;
 font-size: 20px;
 margin-top: 4px;
 border-radius: 0px;
 text-align: center;
 color: #ffffff;
 text-transform: uppercase;
 background: #27aae1;
 font-family: "Kumbh Sans", sans-serif;
}

.or-amazon {
 margin-top: 50px;
 position: relative;
 border: 2px solid #757783;
 /* top: 25px; */
 padding: 30px 50px;
 border-radius: 5px;
 background: #fff;
}

.or-amazon p {
 font-size: 17px;
 position: absolute;
 background: #f3f3f3;
 top: -18px;
 left: 85px;
 padding: 3px 20px;
 color: #757983;
 display: block;
 text-transform: uppercase;
 border: 2px solid #757783;
 font-family: "Kumbh Sans", sans-serif;
}

.or-amazon a {
 text-decoration: none;

 text-align: center;
}

.product-img {
 display: inline-block;

 width: 100%;

 padding: 10px 5px;

 border-radius: 10px;
}

.product-img img {
 width: 100%;
}

/*.table > :not(:last-child) > :last-child > * {
 border-bottom-color: currentColor;
 font-size: 25px;
 font-weight: 500;
 color: #fff;
 padding: 16px 18px;
 text-transform: capitalize;
 font-family: "Kumbh Sans", sans-serif;
}
*/
.table-space h3 {
 font-weight: 500;
 margin-bottom: 0px;
 font-size: 18px;
 line-height: 30px;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.space .row {
 align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
 border-color: #757783;
 border-style: solid;
 border-width: 0;
}

th.qty {
 text-align: center;
}

a.remove {
 font-size: 22px;
 width: 45px;
 height: 45px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding-top: 0;
 background-color: #27aae1;
 color: #fff;
 font-family: "Kumbh Sans", sans-serif;
}

.table-space h6 {
 font-weight: 500;
 margin-bottom: 0px;
 font-size: 18px;
 line-height: 30px;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.add-to-cart thead {
 background: #27aae1;
}

.product-img img {
 width: 100%;
 height: 100px;
 border-radius: 5px;
 object-fit: cover;
}

.space span {
 font-size: 18px;
 font-weight: 500;
 line-height: 30px;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

/* Cart End */

/*login start*/
.log-p {
 padding: 80px 0px;
}

.log-form {
 border: 1px solid #e1e1e1;
 padding: 30px 20px;
 background-color: #fcfcfc;
 box-shadow: 0px 0px 10px #27aae1;
 border-radius: 5px;
}

.log-form h2 {
 color: #000000;
 font-size: 35px;
 font-weight: 600;
 text-align: center;
 font-family: "Kumbh Sans", sans-serif;
}

.log-form input {
 width: 100%;
 border: 1px solid #757783;
 padding: 15px 30px;
 margin-top: 10px;
 background: #ffffff;
 color: #757783;
}

.log-form ::placeholder {
 color: #757783;
}

.btn-submits {
 background: #27aae1;
 color: #fff;
 font-size: 20px;
 padding: 15px 30px;
 width: 100%;
 display: block;
 text-align: center;
 margin-top: 20px;
 font-family: "Kumbh Sans", sans-serif;
 transition: 0.3s ease-in-out;
 border: none;
}
#forms-contact_us-btn {
  background: #27aae1;
}
.page-item.active .page-link {
  background-color: #27aae1;
  border-color: #27aae1;
}
.btn-submits:hover {
 color: #fff;
 background-color: #8cc641;
 transition: 0.3s ease-in-out;
}

.log-form-footer {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 margin-top: 15px;
}

.log-form-footer input {
 width: 20px;
 height: 20px;
 margin-top: 0;
}

.log-form-footer div {
 display: flex;
 align-items: center;
 gap: 5px;
}

.log-form-footer a {
 color: #000000;
 font-size: 16px;
 font-family: "Kumbh Sans", sans-serif;
 font-weight: 600;
}

.log-form p {
 color: #000000;
 font-size: 16px;
 padding-top: 20px;
 font-weight: 600;
}

.log-form p a {
 text-decoration: underline;
 color: #27aae1;
}

/*Login End*/

/*Course Detail End*/
/*---------------------------------------------------
    widget styles
----------------------------------------------------*/
.td-sidebar .widget {
 margin-bottom: 34px;
}

.td-sidebar .widget .widget-title {
 margin-bottom: 23px;
 font-size: 25px;
 position: relative;
 color: #27aae1;
 font-family: "Kumbh Sans", sans-serif;
}

.widget_feature {
 border: 1px solid #757783;
}

.widget_feature .widget-title {
 padding: 18px 25px;
 border-bottom: 1px solid #757783;
 margin-bottom: 18px !important;
}

.widget_feature ul {
 padding: 0 25px 10px;
 line-height: 30px;
}

.trending-course-heading h2 {
 font-size: 30px;
 margin-bottom: 20px;
}

.widget_feature ul li {
 color: var(--heading-color);
 font-size: 16px;
 margin-bottom: 9px;
 list-style: none;
}

.widget_feature ul li span {
 font-weight: 500;
 margin-right: 5px;
}

.widget_feature ul li i {
 margin-right: 8px;
}

.widget_feature .price-wrap {
 background-color: #27aae147;
 padding: 34px 23px 40px;
}

.widget_feature .price-wrap h5 {
 font-size: 28px;
 margin-bottom: 28px;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
}

.widget_feature .price-wrap h5 span {
 font-weight: 400;
 margin-left: 5px;
}
.price-wrap.text-center button{
    width: 100%;
    border: none;
}
.price-wrap.text-center a,.price-wrap.text-center button {
 background: #27aae1;
 border-radius: 50px;
 height: 55px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 font-family: "Kumbh Sans", sans-serif;
}

.widget_feature .price-wrap .btn {
 width: 100%;
}

/************* single-faq-inner ************/
.single-faq-inner {
 border: 1px solid #dfdfdf;
 padding: 22px 28px;
 border-radius: 7px;
 margin-bottom: 20px;
}

.single-faq-inner .card-header {
 background: transparent;
 border: 0;
 padding: 0;
 cursor: pointer !important;
}

.single-faq-inner .card-header button {
 padding: 0;
 font-weight: 600;
 border: 0;
 width: 100%;
 text-align: left;
 text-decoration: none;
 font-size: 20px;
 cursor: pointer !important;
 position: relative;
 color: #27aae1;
 background: no-repeat;
 font-family: "Kumbh Sans", sans-serif;
}

.single-faq-inner .card-header button i {
 position: absolute;
 right: 0;
 padding-top: 3px;
 color: var(--main-color);
}

.single-faq-inner .card-header button.collapsed i {
 color: #9ca6b6;
}

.single-faq-inner .card-body {
 padding: 0;
 padding-top: 15px;
 font-size: 18px;
 color: #82868b;
}

.ratings-list-inner .total-avarage-rating .rating-inner i.full {
 color: #fdc800;
}

.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
 background-color: #ffb700;
}

.ratings-list-inner ul li .counter-label i {
 color: #ffb700;
 margin-right: 3px;
}

.single-faq-inner.style-no-border {
 border: 0;
 padding: 0;
 margin-bottom: 30px;
}

.single-faq-inner.style-header-bg {
 border: 0;
 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

/********** course-details-nav-tab ***********/
.course-course-detaila-inner .emt-user {
 margin-bottom: 13px;
}

.course-course-detaila-inner .emt-user .u-thumb {
 height: 30px;
 width: 30px;
 border-radius: 50%;
 background: rgba(253, 200, 0, 0.2);
 display: inline-block;
 margin-right: 7px;
 box-shadow: 0px 1px 10px #c1bfbf;
}

.course-course-detaila-inner .emt-user .u-thumb img {
 border-radius: 50%;
}

.course-course-detaila-inner .emt-user span {
 font-weight: 500;
 font-family: "Kumbh Sans", sans-serif;
 color: #757783;
 font-size: 18px;
}

.single-list-inner {
 margin-bottom: 20px;
 color: #757783;
 font-family: "Kumbh Sans", sans-serif;
 font-weight: 600;
 font-size: 16px;
}

html .course-details-nav-tab ul li a.active {
 background: #27aae1 !important;
 color: #fff !important;
}

.course-details-content h4 {
 margin-bottom: 10px !important;
}

h3.title a {
 color: #27aae1;
}

.course-course-detaila-inner .title {
 margin-bottom: 20px;
}

.course-course-detaila-inner .thumb {
 margin-bottom: 30px;
}

.course-course-detaila-inner .thumb img {
 border-radius: 7px;
 width: 100%;
 height: 500px;
 object-fit: cover;
}

.course-details-nav-tab {
 background: transparent;
 margin-bottom: 35px;
 border: 1px solid #cbd6e2;
}

.course-details-content p {
 font-size: 16px;
 line-height: 30px;
}

.single-list-inner.style-check-box i {
 height: 28px;
 width: 28px;
 line-height: 28px;
 border-radius: 50%;
 background: var(--main-color);
 text-align: center;
 font-size: 15px;
 display: inline-block;
 margin-right: 9px;
 color: var(--heading-color);
}

.single-list-inner.style-check-box i {
 height: 28px;
 width: 28px;
 line-height: 28px;
 border-radius: 50%;
 background: #27aae1;
 text-align: center;
 font-size: 15px;
 display: inline-block;
 margin-right: 9px;
 color: #fff;
}

.single-list-inner {
 margin-bottom: 20px;
}

.course-details-nav-tab ul {
 margin: 0;
 padding: 0;
 border: 0 !important;
}

.course-details-nav-tab ul li {
 margin-bottom: 0 !important;
 width: 25%;
}

.course-details-nav-tab ul li a {
 border: 0 !important;
 border-right: 1px solid #cbd6e2 !important;
 padding: 10px 16px;
 font-size: 16px;
 font-weight: 600;
 border-radius: 0 !important;
 color: var(--heading-color) !important;
}

.course-details-nav-tab ul li a.active {
 background: var(--main-color) !important;
}

.course-details-nav-tab ul li:last-child a {
 border-right: 0 !important;
}

/************* ratings-list-inner ************/
.ratings-list-inner {
 border: 1px solid #757783;
 border-radius: 6px;
 padding: 40px 30px;
}

.ratings-list-inner ul {
 margin: 0;
 padding: 0;
}

.ratings-list-inner ul li {
 list-style: none;
 margin-bottom: 3px;
}

.course-single-area {
 padding: 100px 0;
}

.course-course-detaila-inner .title {
 margin-bottom: 20px;
 font-size: 35px;
 font-family: "Kumbh Sans", sans-serif;
 margin-top: 25px;
}

.ratings-list-inner ul li:last-child {
 margin-bottom: 0;
}

.ratings-list-inner ul li .progress-bar-inner {
 display: inline-block;
 width: 65%;
}

.ratings-list-inner ul li .progress-bar-inner .progress {
 height: 6px;
}

.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
 background-color: #ffb700;
}

.ratings-list-inner ul li .counter-label {
 margin-right: 10px;
 font-family: "Kumbh Sans", sans-serif;
 font-size: 16px;
 color: #757783;
 font-weight: 500;
}

.ratings-list-inner ul li .counter-label i {
 color: #ffb700;
 margin-right: 3px;
}

.ratings-list-inner ul li .counter-count {
 margin-left: 10px;
 font-family: "Kumbh Sans", sans-serif;
 font-size: 16px;
 color: #757783;
 font-weight: 500;
}

.total-avarage-rating h2 {
 font-size: 40px;
 font-family: "Kumbh Sans", sans-serif;
}

.total-avarage-rating p {
 font-family: "Kumbh Sans", sans-serif;
 font-size: 16px;
}

.ratings-list-inner .total-avarage-rating h2 {
 margin-bottom: 0;
}

.widget_feature ul li {
 color: #757783;
 font-size: 16px;
 margin-bottom: 9px;
 list-style: none;
 font-family: "Kumbh Sans", sans-serif;
}

/*Course Detail End*/

/*CHECKOUT PAGE STRT*/

.billing_form {
 padding: 40px;
 /*background-color: #0e194a;*/
}

.billing_form h3 {
 font-size: 30px;
 margin: 0;
 line-height: 25px;
 font-weight: 700;
 font-family: "Kumbh Sans", sans-serif;
 color: #27aae1;
 margin-bottom: 30px;
}

.billing_form label {
 font-size: 15px;
 line-height: 20px;
 font-weight: 400;
 margin: 0 0 5px 0;
 font-family: "Kumbh Sans", sans-serif;
 color: #82868b;
}

.billing_form input ::placeholder {
 font-family: "Montserrat";
 font-size: 14px;
 color: #fff;
 font-weight: 500;
 line-height: 14px;
}

.radiosss p {
 color: #000;
 font-size: 12px;
 margin: 0;
 font-family: "Kumbh Sans", sans-serif;
 line-height: 25px;
 font-weight: 500;
}

.billing_form input {
 width: 100%;
 height: 48px;
 margin-bottom: 20px;
 padding-left: 15px;
 background-color: #fff0;
 border: 1px solid #757783;
 border-radius: 0;
 color: #000;
 font-family: "Kumbh Sans", sans-serif;
}

.billing_form input::placeholder {
 color: #7c7c7c;
}

.cart_sidebar .cart_lst li:not(:last-child) {
 margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
 font-size: 15px;
 color: #797983;
 font-weight: 400;
 font-family: "Kumbh Sans", sans-serif;
}

.cart_sidebar .cart_lst li span {
 float: right;
}

.cart_sidebar .cart_lst li:last-child {
 font-size: 18px;
 font-weight: 600;
 color: #27aae1;
 font-family: "Kumbh Sans", sans-serif;
}

.cart_sidebar .cart_lst {
 margin-top: 20px;
 margin-bottom: 40px;
}

.thankyou_txt {
 padding: 50px;
 border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
 font-size: 35px;
 color: #000;
 font-weight: 800;
 margin: 0;
}

.thankyou_txt h3 i {
 font-size: 40px;
 margin-right: 15px;
}

.order_det h5 {
 font-size: 20px;
 color: #7c7c7c;
 font-weight: 400;
}

.order_det p {
 font-weight: 700;
 font-size: 20px;
 color: #000;
 margin: 0;
}

.order_complete_detail h3 {
 font-size: 22px;
 color: #000;
 font-weight: 700;
}

.order_detail_table {
 padding: 40px;
 border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
 margin-top: 0px;
 padding-bottom: 15px;
 border-bottom: 1px solid #dbdbdb;
 font-size: 16px;
 font-weight: 700;
 color: #000;
}

.order_detail_table ul {
 margin-top: 20px;
 margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
 margin-bottom: 25px;
}

.order_detail_table ul li {
 font-size: 14px;
 color: #7c7c7c;
}

.order_detail_table ul li span {
 float: right;
}

.order_detail_table ul li:last-child {
 font-weight: 700;
 color: #000;
}

.order_detail_table h6 {
 font-size: 17px;
 font-weight: 700;
 color: #000;

 padding: 25px 0;
 border-top: 1px solid #dbdbdb;
 margin: 0;
}

.order_detail_table h6 span {
 float: right;
}

.check_menu ul {
 text-align: center;
 margin-bottom: 40px;
}

.check_menu ul li {
 display: inline-block;
 font-size: 22px;
 font-weight: 700;
 color: #7c7c7c;
 margin: 0 14px;
}

.check_menu ul li i {
 font-size: 18px;
}

.check_menu ul li.purp {
 color: #4b902c;
}

.cart_sidebar {
 padding: 40px 25px;
 border: 1px solid #757783;
 border-radius: 0;
}

.cart_sidebar h3 {
 font-weight: 700;
 margin-top: 0px;
 line-height: 25px;
 margin-bottom: 20px;
 font-size: 30px;
 font-family: "Kumbh Sans", sans-serif;
 color: #27aae1;
}

.cart_sidebar .h-sub {
 font-weight: 600;
 color: #4d64e3;
 font-size: 24px;
 border-bottom: 1px solid #757783;
 margin-bottom: 20px;
 line-height: 0;
 padding-bottom: 30px;
 padding-top: 20px;
 font-family: "Kumbh Sans", sans-serif;
}

.check-out-btn a {
 background: #27aae1;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 border-radius: 50px;
 color: #ffff;
}

section.checkout_page {
 padding: 80px 0px;
}

.cart_sidebar h5 span {
 float: right;
}

.cart_sidebar h4 {
 font-size: 20px;
 font-weight: 500;
 color: #000;
 font-family: "Kumbh Sans", sans-serif;
 margin-bottom: 20px;
 font-weight: 600;
}

.cart_sidebar ul li input {
 padding: 0;
 height: initial;
 width: initial;
 margin-bottom: 0;
 display: none;
 cursor: pointer;
}

.cart_sidebar ul li label {
 position: relative;
 cursor: pointer;
 font-size: 14px;
 color: #757783;
 font-family: "Kumbh Sans", sans-serif;
 font-weight: 600;
}

.cart_sidebar ul li label:before {
 content: "";
 -webkit-appearance: none;
 background-color: transparent;
 border: 1px solid #cccbbd;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
  inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
 padding: 10px;
 display: inline-block;
 position: relative;
 vertical-align: middle;
 cursor: pointer;
 margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
 content: "";
 display: block;
 position: absolute;
 top: 2px;
 left: 8px;
 width: 6px;
 height: 14px;
 border: solid #4d64e3;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
 margin-bottom: 15px;
}

.cart_sidebar form {
 margin-top: 30px;
 padding-bottom: 40px;
 border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
 font-size: 14px;
 font-weight: 400;
 color: #b7b7b7;
}

.cart_sidebar form select {
 width: 100%;
 height: 40px;
 padding-left: 15px;
 border-radius: 0;
 border: 1px solid #b7b7b7;
 margin-bottom: 20px;
 appearance: auto;
 color: #b7b7b7;
}

.cart_sidebar form select option {
 color: #000;
}

.cart_sidebar form input {
 width: 100%;
 height: 40px;
 padding-left: 15px;
 border-radius: 0;
 border: 1px solid #b7b7b7;
 margin-bottom: 20px;
 appearance: auto;
 color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
 color: #b7b7b7;
}

.cart_sidebar form button {
 color: #000;
 font-size: 15px;
 border-radius: 0px;
 font-family: "Poppins", sans-serif;
 padding: 10px 40px;
 background-color: #ebebeb;
 border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
 background-color: transparent;
 transition: 0.3s ease-in-out;
}

.checkout_btn {
 padding: 14px 50px;
 display: block;
 width: 100%;
 text-align: center;
 color: #fff;
 font-size: 17px;
 font-weight: 500;
 background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
 text-transform: uppercase;
 border-radius: 100px;
}

.Quick_info ul li a {
 text-transform: lowercase;
 font-size: 14px;
}

ul.shipping-ul {
 border-bottom: 1px solid #757783;
 margin: 0;
 padding-bottom: 30px;
}

h6.payment-h {
 font-weight: 600;
 color: #000;
 font-size: 23px;
 margin-bottom: 30px;
 font-family: "Kumbh Sans", sans-serif;
}

label {
 display: inline-block;
 font-family: "Montserrat";
 font-size: 16px;
 line-height: 20px;
 color: #7c7c7c;
 font-weight: 500;
 margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
 content: "";

 -webkit-appearance: none;

 background-color: transparent;

 border: 1px solid #b7b7b7;

 box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
  inset 0px -15px 10px -12px rgb(0 0 0 / 5%);

 padding: 10px;

 display: inline-block;

 position: relative;

 vertical-align: middle;

 cursor: pointer;

 margin-right: 10px;

 border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
 content: "";
 display: block;
 position: absolute;
 top: 7px;
 border-radius: 20px;
 left: 6px;
 border: 0;
 width: 10px;
 height: 10px;
 background-color: #4d64e3;
}

.radiosss-payments .card.card-body {
 padding: 0;
 border: 1px solid transparent;
 margin-left: 0;
 padding: 10px;
 background-color: #fff0;
}

.radiosss-payments {
 border-bottom: 1px solid #757783;
}

.billing_form {
 border: 1px solid #757783;
 padding: 30px;
}

/*CHECKOUT PAGE END*/


.testimonial-sec {
    padding: 80px 0;
}
.testimonial-heading {
    text-align: center;
    position: relative;
    z-index: 999;
}
.testimonial-silder-items:after {
    content: "";
    position: absolute;
    background: #27aae1;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
}
.testimonial-silder-items ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 15px;
}
.testimonial-silder-items ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffd55d;
}
.testimonial-silder-items ul li {
    font-family: "Pinyon Script", cursive;
    font-size: 25px;
    color: #27aae1;
    font-weight: 800;
}
.testimonial-silder-items {
    padding: 30px 30px;
    background: #fff;
    position: relative;
}

.testimonial-silder-items:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 40px;
    height: 30px;
    bottom: -28px;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    right: 30px;
}
.testimonial-heading p {
    color: #fff;
}
.testimonial-heading h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0px;
}
.testimonial-silder .slick-active {
    opacity: 1.5;
}
.testimonial-silder-items p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.testimonial-silder .slick-slide {
    margin: 28px 15px;
}

.testimonial-sec {
    padding: 80px 0;
    background-image: url(../images/testimonial-back.jpeg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.testimonial-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1c1e27;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}
.testimonial-silder-row {
    position: relative;
    z-index: 99999;
}



.sign-up-sec {
    padding: 80px 0;
    background-image: url(../images/sign-up-back.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.sign-up-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1c1e27;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}
.sign-up-text {
    position: relative;
    z-index: 9999;
}
p.blod {
    text-shadow: 1px 1px #27aae1;
    font-weight: 700;
}
.sign-up-sec .row {
    justify-content: center;
}
.sign-up-text {
    text-align: center;
}
.sign-up-text p {
    color: #fff;
}

.sign-up-text a {
    width: 20%;
    margin: 0 auto;
}



.top-sec-logo img{
    width: 75%;
}

.footer-text img{
    width: 25%;
}



@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    
    .banner_text h2                 
h2 {
}
.banner_text h2 {
  font-size: 110px;
}
.img-fluid {
  height: 700px;
}
.banenr-icon-1.chg.wow.bounceIn {
  right: 70px !important;
}
.banenr-icon-1 {
  left: 20px;
}
.explore-courses-box-text h3 {
  height: 50px;
}
ul.hours li {
  font-size: 13px;
}
.online-learning-center-text a {
  width: 43%;
}
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
    
.top-sec-number ul li a {
  font-size: 14px;
}
.banner_text h2 {
  font-size: 90px;
  line-height: 1.2;
}
.banner_text p {
  width: 100%;
  font-size: 19px;
}
.banner_text a {
  width: 34%;
}
.img-fluid {
  height: 650px;
}
.banenr-icon-1 {
  left: 10px;
}
.banenr-icon-1.chg.wow.bounceIn {
  right: 30px !important;
  bottom: 100px;
}
.explore-courses-box-text {
  padding: 40px 10px 20px 10px;
}
ul.hours li {
  font-size: 12px;
}
.explore-courses-box-text h3 {
  font-size: 14px;
  gh: ;
  height: 36px;
}
.testimonial-heading p {
  width: 70%;
  margin: 0 auto;
}
.online-learning-center-text h3 {
  font-size: 36px;
}
.online-learning-center-text p {
  font-size: 14px;
  line-height: 26px;
}
.online-learning-center-text a {
  width: 52.33%;
}
.online-learning-center-img {
  height: ;
}
.online-learning-center-img img {
  height: 420px;
}
.online-learning-center-icon ul li img {
  height: auto;
}
.online-learning-center-icon {
  padding: 30px 10px;
}
.why-choose-us-text p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}
h3 {
  font-size: 40px;
}

.online-learning-center-heading h3 {
  font-size: 40px;
}
.zilom-mission-heading h3 {
  font-size: 44px;
}
.log-form p {
  font-size: 14px;
}
}



@media only screen and (min-width: 768px) and (max-width: 991px){
    
    
      
.top-sec-number {
  justify-content: right;
  gap: 5px;
}
.top-sec-number ul li a {
  font-size: 11px;
}
.top-sec-call-agent ul {
  gap: 8px;
}
.top-sec-call-agent ul li h2 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}
.top-sec-call-agent ul li img {
  width: 20px;
}
.top-sec-number:before {
  display: none;
}
.top-sec-call-agent ul li h2 {
  font-size: ;
}
.top-sec-socail-link ul li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.top-sec-socail-link {
  margin: 0 0 0 auto !important;
}
.banner_text h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
h1 {
  font-size: 30px;
}
.banner_text p {
  font-size: 18px;
  width: 100%;
  line-height: 28px;
}
.banner_text a {
  font-size: 15px;
  width: 180px;
  line-height: 28px;
}
.menuSec ul li a {
  font-size: 14px;
}
.menuSec ul li a {
  padding: 0 10px;
}
a.theme_btn-1 {
  padding: 0 10px;
}
.banner_text {
  margin-left: 0px;
}
.menuSec-button {
}
.menuSec-button .theme_btn-1 {
  font-size: 12px;
  width: 100%;
  padding: 0;
}   
  
.img-fluid {
  height: 500px;
}
.professional-teachers {
  width: 130px;
  height: 130px;
  right: 20px;
}
.banenr-icon-1 img {
  width: 80px !important;
}
.banenr-icon-1 {
  left: 20px;
}
.banenr-icon-1.chg.wow.bounceIn {
  right: 50px !important;
}
.banenr-icon-1.chg img {
  width: 90px !important;
}

.explore-courses-sec .explore-courses-row .col-lg-3.col-md-3.col-12 {
  width: 50%;
}
.explore-courses-button a {
  width: 30%;
}
.testimonial-silder-items {
  padding: 10px;
}
.testimonial-silder-items p {
  font-size: 13px;
  line-height: 20px;
}
.online-learning-center-text h3 {
  font-size: 31px;
}
.online-learning-center-text p {
  font-size: 13px;
  line-height: 20px;
}
.online-learning-center-text a {
  width: 61%;
  font-size: 11px;
  height: 50px;
}
.online-learning-center-img.before img {
  height: 350px;
  width: ;
}
.online-learning-center-img img {
  height: 350px;
}
.online-learning-center-icon ul li img {
  height: auto;
  width: ;
}
.online-learning-center-icon {
  width: 100%;
  padding: 10px;
}
.online-learning-center-icon ul li span {
  font-size: 11px;
  li: ;
  line-height: 1.3;
}
h3 {
  font-size: 34px;
}
.why-choose-us-text p {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}
ul.learning-from li h3 {
  font-size: 17px;
}
.why-choose-us-text ul.why-choose-us-text-point li {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.why-choose-us-img img {
  object-fit: cover;
  object-position: right;
}
.why-choose-us-sec {
  padding-bottom: 50px;
}    
 .online-learning-center-heading 
.online-learning-center-heading.wow.fadeInLeft {
  margin-left: 20px !important;
}
.online-learning-center-heading.wow.fadeInLeft {
  margin-left: 20px !important;
}
.online-learning-center-heading h3 {
  font-size: 26px;
}
.zilom-mission-box {
  padding: 20px 10px;
}
.zilom-mission-box h2 {
  font-size: 14px;
}
.zilom-mission-heading h3 {
  font-size: 31px;
}
p {
  font-size: 14px;
  line-height: 24px;
}
.meet-the-teachers-box img {
  height: 120px;
  width: 120px;
}
.meet-the-teachers-box {
  padding: 20px;
} 

.contact-form-row-heading h3 {
  font-size: 25px;
}
.contact-box ul {
  display: block;
}
.contact-box ul li a {
  font-size: 14px;
}
.contact-box {
  padding: 20px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.contact-form-row {
  margin-top: 60px;
}

#forms-signin {
  margin-bottom: 20px;
}
.log-form {
  width: 80%;
  margin: 0 auto;
}
}





















@media only screen and (min-width: 520px) and (max-width: 767px){}



@media only screen and (min-width: 300px) and (max-width: 519px){
    .top-sec-logo {
    text-align: center;
    margin-bottom: 10px;
}

.top-sec-socail-link {
    margin: 0 !important;
}

.top-sec-socail-link ul {
    justify-content: center;
    margin-bottom: 10px;
}

.top-sec-number {
    display: block;
}

.top-sec-call-agent ul {
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}
.menuSec .align-items-center {
    justify-content: center;
}

.menuSec-button a.theme_btn-1 {width: 100%;}

.fixed {
    position: static;
}

.banner_text h2 {
    font-size: 40px;
    line-height: 1.2;
}

.banner_text {
    margin: 0;
}

.banner_text p {
    font-size: 13px;
    line-height: 30px;
    width: 100%;
}

h1 {
    font-size: 30px;
}

.banner_text a {
    width: 50%;
    font-size: 13px;
}

.banner_img.wow.bounceIn img {
    margin-top: 60px;
}
.banenr-icon-1.chg.wow.bounceIn {
    right: 0px !important;
}

.explore-courses-sec {
    padding: 60px 0;
}

h3 {
    font-size: 30px;
}

h2 {
    font-size: 15px;
}

.explore-courses-button a {
    width: 60%;
    font-size: 13px;
}

.testimonial-heading h3 {
    font-size: 40px;
}

.testimonial-heading p {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 13px;
    line-height: 20px;
}
.professional-teachers {
    top: 42%;
    right: 14px;
    width: 130px;
    height: 130px;
}

.banenr-icon-1 {
    bottom: 200px;
    left: -10px;
}

.online-learning-center-img img {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
.online-learning-center-icon img {
  width: 60px !important;
  height: auto;
}
.online-learning-center-text {
  width: 100%;
  margin-left: 0;
}
.online-learning-center-text h3 {
  font-size: 25px;
}
.online-learning-center-text h4 {
  font-size: 25px;
}
.online-learning-center-text a {
  width: 170px;
  font-size: 13px;
}
.sign-up-text a {
  width: 145px;
}
.why-choose-us-sec {
  padding: 50px 0;
}

.why-choose-us-text ul.why-choose-us-text-point li {
  font-size: 15px;
  line-height: 30px;
}
.why-choose-us-img img {
  bottom: 0;
  height: 280px;
}
.why-choose-us-img::after {
  height: 100%;
  bottom: 0;
}

ul.ftr-page-link li a {
  font-size: 12px;
}
ul.ftr-page-link {
  gap: 20px;
}
ul.ftr-page-link li a:before {
  width: 10px;
  left: -14px;
  top: 7px;
}
ul.ftr-page-link li a:before {
  display: none;
}
.footer-sec {
  padding: 40px 0;
}

.why-choose-us-img {
  margin-top: 10px;
}
.online-learning-center-heading {
  margin-left: 0;
}
.zilom-mission-box-sec {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.zilom-mission-box-sec>div {
  width: 100%;
  margin-bottom: 10px;
}
.zilom-mission-sec {
  padding-bottom: 60px;
}
.meet-the-teachers-box {
  margin-bottom: 10px;
}
.course-course-detaila-inner .thumb img {
  height: 300px;
}
.course-details-nav-tab ul li {
  width: 50%;
}
.course-single-area {
  padding: 50px 0;
}

.contact-form-row-heading h3 {
  margin: 10px 0;
}

.log-form-footer {
  display: block;
}
.log-form h2 {
  font-size: 22px;
}
.log-p {
  text-align: center;
}
.log-form-footer div {
  justify-content: center;
}
.log-form {
  margin-bottom: 20px;
}
.log-form p {
  font-size: 13px;
}


/* dashboard */



/* dashboard */

}











