@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

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;
}


/***** 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;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.img-fluid {
    width: 100%;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

.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: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

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 */

header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.topSec {
    position: relative;
    padding: 20px 0;
    background: #14c393;
}

.topSec .row {
    align-items: center;
}

.banner-add {
    position: relative;
}

.banner-add img {
    width: 90%;
    margin: 0% auto;
    display: block;
}

.topSec a {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    float: right;
}

.topSec a:hover {
    color: #ffad4d;
}

.header-logo a {
    float: inherit;
}

.header-logo a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.banner-add a {
    position: absolute;
    right: 3%;
    top: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
}

.menuSec {
    padding: 10px 0;
    border-top: 1px solid #fff;
    margin-top: 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    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: #fff;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 8px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active, .menuSec ul li.current-menu-item a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffad4d;
}

.menuSec ul li a {
    position: relative;
}

.menuSec ul li a.active::before, .menuSec ul li.current-menu-item a::before {
    width: 90%;
}

.menuSec ul li a:hover::before {
    width: 90%;
}

.menuSec ul li a::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 50%;
    transform: translate(-50%, 0);
    top: -19px;
    background: #ffad4d;
    transition: 0.3s ease-in-out;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #14c393;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 60px;
}

.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;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffad4d;
    color: #ffffff !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;
}

.serv-b {
    position: relative;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: flex;
}

.serv-b ::placeholder {
    color: #fff;
}

.serv-b input {
    border: 0;
    background: transparent;
    width: 100%;
    padding: 10px;
    padding-right: 30px;
    color: #fff;
}

.serv-b button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #fff;
}


/*banner css start */

.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 {}

.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;
    background: rgba(0, 0, 0, 0.1);
}

.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;
}


/*banner css end*/


/*banner_text*/

section.main_slider.home-banner {
    position: relative;
}

.banner-video-icon {
    position: absolute;
    top: 55%;
    right: 20%;
}

.banner-video-icon i {
    font-size: 30px;
    color: #fff;
    background: #14c393;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50px;
    padding: 2px 0 0 6px;
    box-shadow: 0 0 7px 5px #14c393;
}

.banner_text {
    position: relative;
    padding-top: 200px;
}

.banner_text h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 10px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

.banner_text h2 span {
    color: #14c393;
}

.banner_text h1 {
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    font-weight: 600;
}

.banner_text h1 span {
    color: #ffad4d;
}

.banner_text p {
    color: #fff;
}

.banner_text .top-m {
    color: #fff;
    font-size: 30px;
    font-family: 'Lora';
    margin: 20px 0;
    line-height: 30px;
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
}

.banner_text .top-m img {
    margin-left: 10px;
}

.trade-sli {
    width: 100%;
}

.trade-sli .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.trade-sli .slick-slide.slick-current.slick-active ul {
    background-image: url("../images/active-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.trade-sli ul {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid #626787;
    border-radius: 10px;
    padding: 10px;
    background-color: #5c618a;
    transition: 0.3s ease-in-out;
    margin: 0;
    position: relative;
    height: 80px;
}

.trade-sli ul li:last-child {
    float: right;
    position: absolute;
    right: 10px;
}

.trade-sli ul li:first-child img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    margin-right: 10px;
}

.trade-sli ul li h5 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.trade-sli ul li h5 span {
    display: block;
    opacity: 0.8;
    font-size: 11px;
}

.trade-sli ul li h6 {
    display: flex;
    margin: 0;
    align-items: center;
    color: #fff;
    font-size: 13px;
}

.trade-sli ul li h6 img {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

.trade-sli ul li h6 span {
    display: block;
}

.trade-sli .slick-prev::before {
    display: none;
}

.trade-sli .slick-next {
    right: 10px;
    top: 30%;
    opacity: 1;
}

.trade-sli .slick-next::before {
    content: '\f054';
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #ffad4d;
    opacity: 1;
}


/*banner_text*/


/*themes-css*/

.themes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 170px;
    color: #fff;
    font-size: 17px;
    background-color: #14c393;
    border-radius: 4px;
    font-family: 'Roboto';
    text-transform: uppercase;
    transition: 0.9s ease-in-out;
}

.themes-btn:hover {
    transform: scale(1.08);
    letter-spacing: 0.5px;
    box-shadow: inset 0 0 0 25px #ffad4d, inset 0 0 0 -25px #ffad4d;
    color: #fff;
}

.themes-btn i {
    padding-left: 10px;
}

.themes-padd {
    padding: 80px 0;
}

.themes-h2 {
    position: relative;
    color: #010101;
    font-size: 55px;
    font-family: 'Lora';
    margin-bottom: 10px;
    line-height: 60px;
    text-transform: uppercase;
}


/*themes-css*/


/*home-sec*/


/*about-sec*/

.about-sec {
    position: relative;
    padding: 140px 0;
}

.about-sec .top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.about-sec .top-right {
    position: absolute;
    right: 0;
    bottom: 20%;
}

.about-sec h2 {
    margin-bottom: 30px;
}

.about-txt {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 10px;
    padding: 50px;
    margin-left: -15%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.about-img::before {
    content: '';
    position: absolute;
    height: 150px;
    width: 180px;
    border-radius: 10px;
    border: 10px solid #14c393;
    bottom: -75px;
    right: -25px;
}

.about-img {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding-left: 10%;
}

.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-txt ul {
    margin: 0;
}

.about-txt ul li::before {
    content: '\f124';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 15px;
    left: 0;
    color: #ffb55e;
    transform: rotate(45deg);
}

.about-txt ul li {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}


/*about-sec*/


/*our-servies-sec*/

.our-servies-sec {
    position: relative;
    background-color: #15192e;
}

.our-servies-sec h2 {
    color: #fff;
}

.service-box {
    position: relative;
}

.service-box .service-img {
    overflow: hidden;
    height: 400px;
    border-radius: 5px;
    width: 85%;
    display: block;
    margin: 0% auto;
}

.service-box:hover .service-img img {
    transform: scale(1.2);
}

.service-box .service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.service-box .service-txt {
    padding: 20px 7%;
}

.service-box .service-txt h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Lora';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-box .service-txt p {
    color: #fff;
}


/*our-servies-sec*/


/*chat-support*/

.chat-support {
    position: relative;
}

.chat-support a.themes-btn {
    width: 200px;
}

.chat-support ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.chat-support ul li:first-child {
    width: 28%;
}

.chat-support ul li:last-child {
    width: 68%;
    margin-top: 200px;
}

.chat-support ul li:last-child a {
    width: 200px;
}

.chat-support .mg-20 {
    margin-top: 200px;
}


/*chat-support*/


/*blog-sec*/

.blog-sec {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.blog-sec .container-fluid {
    padding: 0;
}

.blog-sec .bg {
    background-color: #ffad4d;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

.blog-sec h3 {
    color: #010101;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 4px solid #ffad4d;
    font-family: 'Lora';
}

.blog-box {
    position: relative;
    margin-bottom: 20px;
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2);
}

.blog-box .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.blog-box .blog-txt {
    position: relative;
    padding: 15px 0;
}

.blog-box .blog-txt p {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.blog-box .blog-txt h4 {
    color: #3d3d3d;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: 'Lora';
}

.blog-box .blog-txt ul {
    display: flex;
    margin: 0;
}

.blog-box .blog-txt ul li i {
    color: #17c495;
    font-size: 16px;
    padding-right: 5px;
}

.blog-box .blog-txt ul li {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.blog-box .blog-txt ul li:first-child::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #c6c5c6;
}

.blog-box .blog-txt ul li:first-child {
    margin-right: 40px;
}

.blog-box.cent {
    margin: 0;
}

.blog-box.cent .blog-txt h4 {
    font-size: 30px;
    line-height: 40px;
}

.blog-sec .banner-add img {
    width: 100%;
}

.blog-sec .banner-add a {
    right: 0;
    top: 0;
    border-radius: 0;
    color: #54a4fe;
}


/*blog-sec*/


/*community-sec*/

.community-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 30px;
    width: 30%;
    background-image: linear-gradient(to right, #ffe6c9, #fffefd);
}

.community-sec::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20%;
    height: 30px;
    width: 25%;
    background-image: linear-gradient(to right, #eafaf5, #74dbbf);
    z-index: -1;
}

.community-sec {
    position: relative;
    z-index: 0;
}

.commenity-b {
    position: relative;
    height: 700px;
    z-index: 0;
}

.community-sec .joind-box {
    background-image: url("../images/joind-box.png");
    background-size: cover;
    padding: 150px 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    width: 70%;
}

.community-sec .joind-box h2 {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    text-shadow: 5px 5px #000;
    line-height: 75px;
    margin: 0;
}

.community-sec .joind-box h2 span {
    display: block;
    font-weight: 300;
}

.community-sec .fild-box {
    background: #fff;
    box-shadow: 0 0 10px 0 #00000022;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    width: 55%;
    top: 10%;
    left: 0;
}

.community-sec .fild-box input {
    width: 100% !important;
    height: 50px !important;
    padding: 10px !important;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    margin-bottom: 20px;
}

.community-sec .fild-box textarea {
    width: 100% !important;
    height: 180px !important;
	min-height: 180px !important;
    padding: 10px !important;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    margin-bottom: 20px;
    resize: none;
}

.community-sec .but-box {
    position: absolute;
    bottom: 0;
    width: 60%;
    z-index: -1;
    left: 20%;
    height: 500px;
    display: grid;
    align-content: flex-end;
    padding: 50px;
    background-image: url("../images/but-box-bg.png");
    background-size: cover;
    border-radius: 20px;
}

.community-sec .but-box button {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin: 0% auto;
    border-radius: 50px;
    text-transform: uppercase;
}


/*community-sec*/


/*home-sec*/


/*footer-sec*/

.footer-sec::before {
    content: '';
    position: absolute;
    top: 19.8%;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #a0a5ab;
}

.footer-sec {
    position: relative;
    padding-top: 90px;
    background-color: #121d2dde;
}

.footer-sec ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-sec ul li a.active {
    color: #ffad4d;
}

.footer-sec ul li a:hover {
    color: #ffad4d;
}

.footer-sec ul li a:hover::before {
    width: 100%;
}

.footer-sec ul li a.active::before {
    width: 100%;
}

.footer-sec ul li a::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    width: 0;
    height: 4px;
    border-radius: 50px;
    transform: translate(-50%, 0);
    background-color: #ffad4d;
    transition: 0.3s ease-in-out;
}

.footer-sec ul li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
    transition: color 0.2s ease-in-out;
}

.footer-sec .f-logo {
    display: block;
    margin: 0% auto;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 100px;
}

.footer-sec p {
    text-align: center;
    color: #fff;
    margin: 0;
    opacity: 0.7;
}

.footer-sec .news-let {
    position: relative;
    display: flex;
    margin: 0% auto;
    width: 60%;
    margin-top: 20px;
}

.footer-sec .news-let input {
    border: 0;
    background-color: #fff;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
    width: 70%;
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 15px;
}

.footer-sec .news-let button {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 30%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #14c393;
    font-family: 'Lora';
    font-size: 18px;
    color: #fff;
}

.footer-sec .copy-write {
    position: relative;
    margin-top: 50px;
    border-top: 2px solid #a0a5ab;
    padding: 15px 0;
}
.footer-sec .copy-write .terms_menu{
    position: absolute;
    right: 0;
    top: 0;
}
.footer-sec .copy-write .terms_menu ul li a{
    font-size: 14px;
    text-transform: capitalize;
}
.footer-sec .copy-write p {
    margin: 0;
}


/*footer-sec*/


/* inner-banner */

img.inner-ban {
    height: 90vh;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}


/* inner-banner */


/* course-page */

.courses h2 {
    font-size: 35px;
    line-height: 45px;
    color: black;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Lora';
    font-weight: 600;
}

.courses h1 {
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.cor-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #0000224d;
    margin-bottom: 20px;
}

.cor-box {
    position: relative;
    margin: 20px 0;
}

.cor-box h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Lora';
}

.pad-botm {
    padding-bottom: 80px;
}

.cor-img-box {
    width: 95%;
    margin: auto;
    height: 500px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px lightgrey;
}

.list-style {
    list-style: disc;
    margin-left: 20px;
    color: #000;
    font-weight: 400;
    column-count: 3;
}

.cor-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courses .row {
    align-items: center;
}

.courses .row:nth-child(even) {
    flex-direction: row-reverse;
}

.service-txt .d-flex.align-items-center {
    gap: 20px;
}

.service-txt div a:nth-child(2) {
    background: #ffad4d;
    color: black;
}

.service-txt div a:nth-child(2):hover {
    transform: scale(1.08);
    letter-spacing: 0.5px;
    box-shadow: inset 0 0 0 25px #14c393, inset 0 0 0 -25px #14c393;
    color: #fff;
}

.pack-box {
    border-radius: 10px;
    padding: 30px 30px;
    border: 2px solid #14c393;
    background: #fff;
    position: relative;
    height: 100%;
}

.pack-box h4 {
    display: grid;
}

.pack-box h4 {
    color: #000;
    font-family: 'Lora';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
    margin-bottom:0;
}

.pack-box p {
    height: 45px;
    font-size: 14px;
    line-height: 1.5;
}

.pack-box h5 {
    text-decoration: line-through;
    text-align: center;
    color: #bdbbbb;
    margin: 10px 0;
}

.pack-box h3 {
    margin: 0;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
    font-weight: bolder;
    color: #14c393;
    text-shadow: 2px 2px #00000091;
}

.pack-box .list {
    overflow-y: scroll;
    height: 200px;
    background: #14c39336;
    padding: 10px 20px;
}

.pack-box ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.pack-box ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.pack-box ::-webkit-scrollbar-thumb {
    background: #14c393;
}

.pack-box .list li:last-child {
    margin-bottom: 10px;
}

.pack-box .list li:first-child {
    margin-top: 10px;
}

.pack-box.cent ul.list {
    background: #181b2f30;
}

.pack-box.cent ::-webkit-scrollbar-thumb {
    background: #181b2f;
}

.pack-box.cent h3 {
    color: #181b2f;
    text-shadow: 2px 2px #d4d4d8;
}

.pack-box .list li {
    font-weight: 600;
    color: #000;
    line-height: 20px;
    padding-left: 20px;
    margin: 25px 0;
    position: relative;
}

.pack-box .list li::before {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    top: 5px;
    background: #14c393;
    border-radius: 50px;
}

.pack-box ul.d-flex {
    justify-content: space-between;
}

.pack-box ul.d-flex h6 {
    font-size: 16px;
    color: #181b2f;
    font-weight: 800;
    font-family: 'Lora';
    text-transform: uppercase;
    margin: 0;
}

.pack-box ul.d-flex h6 span {
    display: block;
    color: #a7a4a4;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}

.pack-box a {
    bottom: 0;
    height: 50px;
    width: 150px;
    background: #14c393;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 25px);
}


/* course-page */


/* abt-pg */

.miss-vis-content h3 {
    font-size: 55px;
    font-weight: 400;
    font-family: "Lora";
    color: #001d3d;
}

.about-sec {
    overflow: hidden;
}

.mission-vision-sec .row:nth-child(odd) .miss-vis-content {
    text-align: right;
    width: 90%;
}

.mission-vision-sec .row:nth-child(even) .miss-vis-content {
    text-align: left;
}

.mission-vision-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.mission-vision-sec .row {
    align-items: center;
    margin-bottom: 40px;
}

.miss-vis-img {
    height: 500px;
    width: 80%;
    position: relative;
}

.miss-vis-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miss-vis-img {
    height: 500px;
    width: 80%;
    position: relative;
}

.miss-vis-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miss-vis-img:after {
    position: absolute;
    content: "";
    width: 110vh;
    height: 150px;
    background: #d88a2e;
    top: 65%;
    left: -20px;
    z-index: -1;
    transform: translateY(-50%);
}

.miss-vis-img:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 80%;
    bottom: -20px;
    left: -20px;
    background: #ffad4d;
    z-index: -1;
}

.mission-vision-sec .row:nth-child(even) .miss-vis-img:after {
    left: auto;
    right: -20px;
    background: #0ea47b;
}

.mission-vision-sec .row:nth-child(even) .miss-vis-img:before {
    right: -20px;
    left: auto;
    background: #14c393;
}

.mission-vision-sec .row:nth-child(even) .miss-vis-img {
    margin-left: 10%;
}


/* abt-pg */


/* course */

.course-pg {
    padding: 80px 0;
}


/* course */


/* Login */

form.login-form, .login-form {
    text-align: center;
    padding: 30px 31px;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}

form.login-form input::placeholder, .login-form input::placeholder {
    opacity: 0.3;
}

form.login-form input:not(input[type=checkbox]), .login-form input:not(input[type=checkbox]) {
    width: 100%;
    height: 55px;
    margin: 0 0 25px;
    padding: 0 10px;
    border: 1px solid #c8c8c8;
    background: white;
    border-radius: 10px;
}

form.login-form h2, .login-form h2 {
    margin: 0 0 30px;
    font-size: 35px;
    text-align: center;
    color: #000000;
    font-family: 'Lora';
    font-weight: 400;
    text-transform: uppercase;
}

input.btn-1 {
    background: #b90f29 !important;
    border: none !important;
    text-transform: uppercase;
    color: #fff !important;
}

.form-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
    color: #918f8f;
    margin-top: 20px;
}

.reg-frombtm span {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #918f8f;
    font-size: 14px;
}

.reg-frombtm {
    margin: 0 0 20px;
}

.form-btm a {
    color: #918f8f;
}

.reg-frombtm span a {
    color: #918f8f;
    text-decoration: underline;
}

form.login-form input::placeholder {
    color: #000;
}


/*login-page*/


/* contact us */

.BannerContent1 {
    position: absolute;
    top: 260px;
    text-align: left;
    left: 215px;
    right: 0;
}

.BannerContent1 h2 {
    font-size: 60px;
    color: 000;
    font-weight: 500;
}

.bnr-map {
    position: relative;
    margin: 0 auto;
    float: none;
    display: table;
}

.msg-box {
    /* background-color: #fff; */
    position: relative;
    margin-top: -285px;
    margin-left: 150px;
    border-radius: 5px;
    border-color: #0c0c02;
    z-index: 0;
    width: 78%;
}

.txt-box {
    padding: 0px;
    box-shadow: 0px 0px 22px 0px #0000001f;
    overflow: hidden;
    background: white;
    border-radius: 20px;
}

.cntc-box-sec {
    background-color: #14c393;
    color: #fff;
    padding: 40px 0px 120px 25px;
    list-style: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cntc-box-sec ul {
    padding-top: 30px;
}

.cntc-box-sec ul li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
}

.cntc-box-sec li {
    list-style: none;
}

.cntc-box-sec h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    padding-left: 0;
    padding-top: 20px;
    font-family: 'Cormorant';
}

.txt-box-sec {
    padding: 40px 20px 20px 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /* border-radius: 0 !important; */
}

.txt-box-sec h3 {
    color: black;
    font-size: 35px;
    font-weight: bolder;
    padding: 20px 0 30px 0px;
    font-family: 'Cormorant';
    text-transform: capitalize;
}

.txt-box-sec .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    font-family: 'Poppins';
    color: #000;
    font-size: 15px;
    padding-bottom: 20px;
}

.submit-btn {
    position: relative;
}

.sub-btn {
    position: absolute;
    top: 9px;
    right: -36px;
    color: orange;
    border: none;
    border-radius: 40px;
    box-shadow: 0px 0px 9px 1px #ccc;
    background-color: white;
    padding: 10px 13px;
}

.cntc-box-sec .msg-icon {
    font-size: 30px;
    padding-left: 10px;
    padding-top: 9px;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}


/* contact us */

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {
    .menuSec ul li a {
        padding: 15px 8px;
    }
    .banner_text h1 {
        font-size: 55px;
    }
    .community-sec .joind-box h2 {
        font-size: 53px;
    }
    .commenity-b {
        height: 600px;
        z-index: 0;
    }
    .blog-sec h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1024px) {
    .community-sec .joind-box h2 {
        font-size: 43px;
    }
    .trade-sli {
        width: 100%;
    }
    .carousel-item>img {
        height: 750px;
        object-fit: cover;
    }
    .menuSec ul li a {
        padding: 15px 5px;
        font-size: 14px;
    }
    .banner_text h2 {
        font-size: 45px;
        line-height: 1;
    }
    .banner_text h1 {
        font-size: 45px;
        line-height: 1.2;
    }
    .blog-sec h3 {
        font-size: 24px;
    }
    .community-sec .joind-box {
        padding: 150px 50px;
        padding-left: 120px;
    }
    .footer-sec .f-logo {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 920px) {
    .commenity-b {
        height: 700px;
    }
    .footer-sec .news-let {
        width: 70%;
    }
    .footer-sec .f-logo {
        margin-top: 40px;
    }
    .footer-sec ul li a {
        font-size: 13px;
    }
    .community-sec .joind-box {
        padding: 150px 20px;
    }
    .community-sec .joind-box h2 {
        font-size: 35px;
    }
    .community-sec .but-box {
        bottom: -40px;
    }
    .blog-sec .container .row>div {
        width: 33.333%;
    }
    .chat-support .col-lg-7 {
        width: 75%;
    }
    .chat-support .col-lg-5 {
        width: 25%;
    }
    /*.topSec .col-lg-2 {*/
    /*    width: 25%;*/
    /*}*/
    /*.topSec .col-lg-8 {*/
    /*    width: 50%;*/
    /*}*/
    .carousel-item>img {
        height: 800px;
        object-fit: cover;
    }
    .menuSec .col-md-2,
    .menuSec .col-md-10 {
        width: 100%;
    }
    .menuSec ul li a {
        padding: 5px 9px;
        font-size: 13px;
    }
    .banner_text h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .banner_text h1 {
        font-size: 45px;
        line-height: 1.2;
    }
    .carousel-caption .col-md-7 {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .blog-sec .container .row>div {
        width: 100%;
    }
    /*.topSec .col-lg-2 {*/
    /*    width: 25%;*/
    /*}*/
    /*.topSec .col-lg-8 {*/
    /*    width: 50%;*/
    /*}*/
    .page-id-2 .carousel-item>img {
        height: 800px !important;
        object-fit: cover;
    }
    .menuSec .col-md-2,
    .menuSec .col-md-10 {
        width: 100%;
    }
    .menuSec ul li a {
        padding: 5px 9px;
        font-size: 11px;
    }
    .banner_text h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .banner_text h1 {
        font-size: 45px;
        line-height: 1.2;
    }
    .carousel-caption .col-md-7 {
        width: 80%;
    }
    .about-txt {
        margin-left: 0%;
    }
    .chat-support .col-lg-7 {
        width: 100%;
    }
    .chat-support .col-lg-5 {
        width: 100%;
    }
    .themes-h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    .community-sec .joind-box h2 {
        font-size: 50px;
    }
    .community-sec .joind-box {
        padding: 150px 10px;
        padding-left: 80px;
    }
    .community-sec .but-box {
        position: absolute;
        bottom: -30px;
    }
    .footer-sec ul li a {
        font-size: 13px;
    }
    .footer-sec .news-let {
        width: 70%;
    }
}

@media only screen and (max-width: 650px) {
        .banner_text h1 {
        font-size: 35px !important;
        line-height: 1.2;
        text-align: center !important;
    }
    .banner-video-icon {
        position: absolute;
        top: 0%;
        right: 40%;
    }
    .banner_text .top-m {
        align-items: self-end;
        margin-top: 20px;
        justify-content: center;
    }
    .blog-sec .container .row>div {
        width: 100%;
    }
    .carousel-item>img {
        height: 650px !important;
        object-fit: cover;
        object-position: 60%;
    }
    .banner_text h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .banner_text h2 {
        font-size: 30px;
        line-height: 1;
    }
    header {
        position: unset;
        background: #16172c;
    }
    .topSec a {
        margin-top: 10px;
    }
    .banner_text .top-m {
        align-items: flex-end;
        margin-top: 20px;
    }
    .banner_text {
        padding-top: 0px;
    }
    .about-sec {
        padding: 80px 0;
        overflow: hidden;
    }
    .about-txt {
        padding: 20px;
        margin-left: 0%;
    }
    .themes-h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .chat-support ul li:first-child {
        width: 100%;
    }
    .chat-support ul {
        display: block;
    }
    .chat-support ul li img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .chat-support ul li:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .chat-support .mg-20 {
        margin-top: 50px;
    }
    .community-sec .joind-box {
        padding: 60px 10px;
        position: unset;
        width: 100%;
    }
    .community-sec .fild-box {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 20px;
    }
    .commenity-b {
        height: auto;
    }
    .community-sec .joind-box h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .footer-sec ul {
        display: block;
    }
    .footer-sec ul li a::before {
        top: 27px;
    }
    .footer-sec {
        padding-top: 0px;
    }
    .footer-sec ul li a {
        margin: 20px 0;
        display: block;
        text-align: center;
    }
    .footer-sec::before {
        display: none;
    }
    .footer-sec .f-logo {
        margin-top: 30px;
    }
    .footer-sec .news-let {
        width: 100%;
    }
    .footer-sec .news-let button {
        width: 35%;
        /* font-size: 12px; */
    }
    .blog-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .blog-sec .container .row>div {
        width: 100%;
    }
    .carousel-item>img {
        height: 650px !important;
        object-fit: cover;
        object-position: 60%;
    }
    .banner_text h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .banner_text h2 {
        font-size: 20px;
        line-height: 1;
    }
    header {
        position: unset;
        background: #16172c;
    }
    .topSec a {
        margin-top: 10px;
    }
    .banner_text .top-m {
        align-items: flex-end;
        margin-top: 20px;
    }
    .banner_text {
        padding-top: 0px;
    }
    .about-sec {
        padding: 80px 0;
        overflow: hidden;
    }
    .about-txt {
        padding: 20px;
        margin-left: 0%;
    }
    .themes-h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .chat-support ul li:first-child {
        width: 100%;
    }
    .chat-support ul {
        display: block;
    }
    .chat-support ul li img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .chat-support ul li:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .chat-support .mg-20 {
        margin-top: 50px;
    }
    .community-sec .joind-box {
        padding: 60px 10px;
        position: unset;
        width: 100%;
    }
    .community-sec .fild-box {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 20px;
    }
    .commenity-b {
        height: auto;
    }
    .community-sec .joind-box h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .footer-sec ul {
        display: block;
    }
    .footer-sec ul li a::before {
        top: 27px;
    }
    .footer-sec {
        padding-top: 0px;
    }
    .footer-sec ul li a {
        margin: 20px 0;
        display: block;
        text-align: center;
    }
    .footer-sec::before {
        display: none;
    }
    .footer-sec .f-logo {
        margin-top: 30px;
    }
    .footer-sec .news-let {
        width: 100%;
    }
    .footer-sec .news-let button {
        width: 35%;
        font-size: 12px;
    }
    .blog-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 350px) {
    .topSec .col-lg-2 {
        width: 100%;
    }
    .blog-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
      .carousel-item>img {
        height: 450px !important;
        object-fit: cover;
        object-position: 60%;
    }
    .banner_text h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .banner_text p {
        line-height: 1.3;
        font-size: 13px;
    }
    .trade-sli ul li h5 {
        font-size: 12px;
    }
    .banner_text h2 {
        font-size: 20px;
        line-height: 1;
    }
    header {
        position: unset;
        background: #16172c;
    }
    .topSec a {
        margin-top: 10px;
    }
    .banner_text .top-m {
        align-items: flex-end;
        margin-top: 20px;
    }
    .banner_text {
        padding-top: 0px;
    }
    .about-sec {
        padding: 80px 0;
        overflow: hidden;
    }
    .about-txt {
        padding: 20px;
        margin-left: 0%;
    }
    .themes-h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .chat-support ul li:first-child {
        width: 100%;
    }
    .chat-support ul {
        display: block;
    }
    .chat-support ul li img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .chat-support ul li:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .chat-support .mg-20 {
        margin-top: 50px;
    }
    .community-sec .joind-box {
        padding: 20px 10px;
        position: unset;
        width: 100%;
    }
    .community-sec .fild-box {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 20px;
    }
    .commenity-b {
        height: auto;
    }
    .community-sec .joind-box h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .footer-sec ul {
        display: block;
    }
    .footer-sec ul li a::before {
        top: 27px;
    }
    .footer-sec {
        padding-top: 0px;
    }
    .footer-sec ul li a {
        margin: 20px 0;
        display: block;
        text-align: center;
    }
    .footer-sec::before {
        display: none;
    }
    .footer-sec .f-logo {
        margin-top: 30px;
    }
    .footer-sec .news-let {
        width: 100%;
    }
    .footer-sec .news-let button {
        width: 35%;
        font-size: 12px;
    }
}

.pack-box .list li ul li {
    margin: 10px;
}
/*media query*/

.p-8{
    padding: 80px 0;
}
.content_box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.Cours-level-one {
    border-radius: 10px;
    padding: 30px 30px;
    border: 2px solid #14c393;
    background: #fff;
}
.Cours-level-one h2 {
    color: #000;
    font-family: 'Lora';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}
.Cours-level-one h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: bolder;
    color: #14c393;
    text-shadow: 2px 2px #00000091;
}
section.class_levels_sec {
    padding-bottom: 5%;
}
.Cours-level-one ul li {
    font-weight: 600;
    color: #000;
    line-height: 20px;
    padding-left: 20px;
    margin: 20px 0;
    position: relative;
}
.Cours-level-one ul li:before {
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    top: 5px;
    background: #14c393;
    border-radius: 50px;
}
.Cours-level-one ul {
    background: #14c39336;
    padding: 10px 20px;
    margin-bottom: 0;
    border-radius: 5px;
}