/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #f98019;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

body .btn-primary {
    color: #fff;
    background-color: #0d6efd!important;
    border-color: #f98019;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

body .btn.btn-primary {
    height: 50px;
    color: #fff;
    background-color: #0a101a;
    border-color: #124ba0;
    border-radius: 40px;
    font-weight: 800;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0d6efd;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

.hero-container .card {
    /* background-color: #ffffffe0; */
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 20px;
    overflow: hidden;
}

.hero-container .btn-primary {
    width: auto;
    padding: 10px 19px;
}

.enroll_now a {
    color: #fff;
    font-weight: bold;
    width: 128px;
    display: block;
    margin-left: 26px;
    background-color: #0d6efd;
    padding: 10px 10px;
    text-align: center;
    border-radius: 40px;
}

.batch_start {
    margin-top: 37px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
    padding: 13px 22px;
    margin-bottom: 20px;
    max-width: 700px;
    margin-top: 39px;
    border-radius: 40px;
    color: #000;
}

.hero-container .form-group.mb-3,
.mb-3.form-check {
    text-align: left;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /* height: 90px; */
    transition: all 0.5s;
    /* z-index: 997; */
    background: rgba(52, 59, 64, 0.9);
}

#hero ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

i.fa.fa-solid.fa-check {
    margin-right: 10px;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

#header.header-scrolled {
    background: rgb(255 255 255 / 90%);
    /* height: 70px; */
    transition: all 0.5s;
    position: fixed;
    /* padding: 8px 0; */
}

.scrolled-offset {
    margin-top: 70px;
}

.section-header.m-auto {
    /* max-width: 800px; */
    margin: 0 auto;
}

#logo {
    max-width: 242px;
    padding: 16px;
    display: block;
}

#logo img {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    font-size: 18px;
}

.navbar li i {
    margin-right: 5px;
    border-right: 1px solid #1950a6;
    padding-right: 10px;
    color: #124ba0;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    padding: 0 4px;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f98019;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #1b1a1a;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #666666;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #f98019;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

path {
    fill: #0f30cf;
}

#hero h4 {
    color: #fff;
    margin-bottom: 0;
}

#hero ul {}

#hero ul li {}

.text-left {
    text-align: left;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

i.fas.fa-bars.fa-fw.mobile-nav-toggle.bi-list.bi-x {
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    background-color: white;
    width: 23px;
    height: 23px;
    border: 0;
}

i.fas.fa-bars.fa-fw.mobile-nav-toggle.bi-list.bi-x::before {
    display: none;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(77, 77, 77, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #f98019;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #f98019;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    /* height: 100vh; */
    background: url(https://ecareerpoint.com/lp/01/assets/img/bg-02.jpg) top center;
    background-size: cover;
    position: relative;
}

#hero svg {
    position: absolute;
    bottom: 0;
}

#hero .container {
    position: relative;
    z-index: 999;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}


/* #hero:before {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
} */

#hero .hero-container {
    position: relative;
    bottom: 0;
    top: 0;
    padding: 20px;
    left: 0;
    z-index: 9;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 10px 0 33px 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 67px;
    font-weight: 900;
    /* text-transform: uppercase; */
    color: #ffffff;
    text-align: left;
}

#hero .container {
    position: relative;
    z-index: 999;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 35px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #f98019;
    border: 2px solid #f98019;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
    overflow: hidden;
}

h4.s_title {
    font-weight: 500;
    margin-bottom: 7px;
    color: #f98019;
}


/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    color: #000;
    line-height: 1.7;
    font-size: 18px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: whitesmoke;
    min-height: 40px;
    margin-top: 92px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/* About Us Section
--------------------------------*/


/* Services Section
--------------------------------*/

#services {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #f98019;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #f98019;
}

#services .box:hover .icon i {
    color: #f98019;
}

#services .box:hover .icon a {
    color: #f98019;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-01.JPG) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #hero h1 strong {
        display: block;
        /* font-size: 78px; */
        /* margin-bottom: 18px; */
    }
    #hero h1 span {
        color: #ffffff;
        font-size: 67px;
        font-weight: 400;
    }
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #f98019;
    border: 2px solid #f98019;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 12px 18px 14px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666666;
    margin: 0 5px 10px 5px;
    transition: all ease-in-out 0.3s;
    background: white;
    border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #f98019;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    height: 324px;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #f98019;
    padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #a4ebd4;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #343b40;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .copyright p {
    margin-bottom: 0;
}

#footer .navbar li i {
    border-right: 1px solid #ffffff;
    color: #fdfdfd;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}


/* awards_section */

.awards_section h4 {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.awards_section {
    background: linear-gradient(rgb(24 77 156 / 77%), rgb(18 75 160 / 2%)), url(https://ecareerpoint.com/lp/01/assets/img/bg-02.JPG) top center;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.awards_section .card {
    border-radius: 15px;
    color: #fff;
    padding: 20px;
    box-shadow: 15px 15px 24px #00000014;
    border: 0;
}

.awards_section .card img {
    border-radius: 15px;
}

.awards_section .card .pic {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.img_box {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 3px #ccc;
    background: #ffffff;
    color: #f98019;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.col-left h4 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}

.col-left h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
}

.testimonial p {
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    /* height: 43px; */
    /* margin: 0 auto; */
    font-size: 16px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stars {
    color: rgb(255, 196, 0);
    margin-bottom: 12px;
}

.testimonial .card-footer {
    background-color: #f98019;
    color: #fff;
}

.features-col .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /* background-color: #124ba0; */
    border-radius: 15px;
}

#features .card-body h4 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px!important;
}

#features .card-body ul {
    padding-left: 0;
}

#features .card-body li {
    color: #FFF;
    display: flex;
    font-size: 16px;
    align-items: baseline;
    font-weight: 500;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#features .card-body li i {
    font-size: 12px;
}

.features-col .card {
    display: flex;
    align-items: center;
    border-radius: 15px;
    flex-direction: initial;
    margin: 15px 0;
    border: 0;
    background-color: #0d6efd;
    padding: 15px;
}

.features-col .card .pic {
    width: 37%;
    flex: none;
}

.features-col .card .img-fluid {
    max-width: 100%;
    height: auto;
    height: 236px;
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 3px 3px 10px #ccc; */
}


/* Facts Section
--------------------------------*/

.facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

.facts .counters span {
    font-size: 48px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

.facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.facts .card {
    color: #fff;
    border: 0;
    /* background-color: #f98019; */
    padding: 35px 20px;
    box-shadow: 2px 2px 10px #e9e9e9;
    border-radius: 20px;
    background-size: inherit;
}

.about_img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 8px 7px 14px #ccc;
}

.facts .card {
    margin: 15px 0;
}

a.btn.btn-primary.col-md-4.m-auto {
    background-color: #f98019;
    border: 0;
}

.accordion-item {
    border: 0;
    margin: 12px;
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    background-color: #124ba0;
    font-size: 22px;
    color: #fff;
    border-radius: 22px 22px 0px 0px!important;
}

.batch_date {
    font-size: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    padding: 7px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    transition: transform .2s ease-in-out;
}

.notification {}

.notification ul {}

#notification ul.courses__list li {
    background-color: #ffffff;
    color: #000;
    /* font-weight: 600; */
    box-shadow: 2px 2px 25px #00000014;
}

ul.courses__list li a {
    color: #000;
    transition: all 0.5s;
    display: block;
}

#notification ul.courses__list li:hover,
ul.courses__list li:hover {
    background-color: #0d6efd;
    transition: all 0.5s;
}

ul.courses__list li:hover a {
    color: #fff;
    transition: all 0.5s;
}

ul.courses__list li span {
    position: relative;
    z-index: 9;
}

#notification .courses__list li:after {
    background-color: #0d6efd;
}


/*----contact-us---*/

section#faq {
    background-color: #f4fffd;
}

#hero small {
    /* font-size: 52px; */
    color: #fff;
    font-weight: 300;
}

.hero-container .form-control {
    border-radius: 40px;
    height: 50px;
}

section#about {
    padding: 60px 0 60px 0px;
}

#hero ul li {
    color: #fff;
    margin: 10px;
    font-size: 22px;
    font-weight: 500;
}

.contact-info {
    text-align: center;
}

.contact-info p {
    margin-bottom: 10px;
}

#contact .contact-info {
    border-radius: 20px;
    position: relative;
    top: 100px;
    z-index: 1;
    background: #00558e;
    box-shadow: 0px 0px 60px 0px rgb(68 197 238 / 60%);
    padding: 30px;
    color: #fff;
}

.section-header.text-left h2.section-title,
.section-header.text-left p {
    text-align: left;
}

.about__list {
    padding-left: 0;
}

.about__list li {
    border-bottom: 1px solid #efe9e9;
    list-style: none;
    font-size: 20px;
    color: #000;
    padding: 10px;
    font-size: 19px;
    /* background-color: #f3f5fd; */
    margin: 8px;
    /* border-radius: 22px; */
    display: flex;
}

.about__list li i {
    flex: none;
    margin-right: 10px!important;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    background-color: #124ba0;
    color: #fff;
    border-radius: 40px;
}

.about__img {
    max-width: 500px;
    margin: 0 auto;
    transform: translate(10px, 10px);
}

.courses__list {
    padding: 0;
}

.courses_box {
    margin-top: 49px;
}

.coursr_footer {
    text-align: center;
    margin-top: 54px;
    color: #fff;
}

.courses__list li {
    list-style: none;
    color: #000;
    padding: 21px 30px;
    overflow: hidden;
    margin: 7px 15px;
    background-color: #ffffff;
    width: 47%;
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
}

.courses__list li:after {
    content: '';
    position: absolute;
    right: 0;
    height: 60px;
    border-radius: 100%;
    height: 100px;
    transform: translate(43px, -5px);
    width: 100px;
    background-color: #0d6efd;
}

section#Courses {
    background: linear-gradient(#000000c2, #0d6efd), url(https://ecareerpoint.com/lp/01/assets/img/bg-01.jpg) top center;
    background-color: #0d6efdcf;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

section#notification {
    background-color: #f4fffd;
    padding: 60px 0;
}

.courses_row {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

.cp_enq_popup_modal {
    border-radius: 0px 1px 18px 20px;
    position: fixed;
    right: 0;
    bottom: 28%;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: right top 0;
    background: #000000;
    color: #fff;
    font-size: 18px;
    margin-left: 40px;
    padding: 12px;
    padding: 8px 19px;
    z-index: 99;
    border: 0!important;
    text-transform: uppercase;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: none;
    float: left;
    /* cursor: vertical-text; */
}

.cp_enq_popup_modal:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width:1120px) {
    .features-col .card {
        display: block;
    }
}

@media (max-width:992px) {
    .cp_enq_popup_modal {
        border-radius: 20px 20px 0px 0px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        transform: rotate( 360deg);
        transform-origin: right top 0;
        font-size: 14px;
        margin-left: 40px;
        max-width: 114px;
        margin: 0 auto;
        padding: 12px;
        padding: 8px 11px;
        z-index: 99;
        border: 0!important;
        text-transform: uppercase;
        text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
        box-shadow: none;
        float: left;
        cursor: vertical-text;
    }
    .hero-container .card {
        border: 0;
        margin: 15px auto!important;
    }
    .features-col .card {
        display: block;
        margin: 15px 0;
    }
    .features-col .card .img-fluid {
        width: 100%;
    }
    .awards_section .card {
        margin: 15px 0;
    }
    .features-col .card .pic {
        width: auto;
    }
    section.p-5.testimonial,
    section#about {
        padding: 40px 0!important;
    }
    #hero h1 span {
        font-size: 31px;
    }
    #campuses .card {
        margin: 15px 0;
    }
    .contact-info .icon-box {
        margin: 27px 0;
    }
    .about__list li {
        font-size: 15px;
    }
    header nav#navbar {
        margin-top: 10px;
    }
    .courses_row {
        padding: 0px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .section-header .section-description {
        font-size: 16px;
    }
    .courses__list li {
        padding: 14px 16px;
        background-color: #ffffff;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        display: block;
        border-radius: 40px;
        margin: 10px 0;
    }
    #logo {
        max-width: 180px;
        padding: 0px;
        display: block;
    }
    .navbar>ul>li {
        white-space: nowrap;
        padding: 0px 0 4px 5px;
        font-size: 14px;
    }
    .batch_start {
        text-align: center;
    }
    .enroll_now a {
        margin: 9px auto!important;
        color: #fff;
    }
    .batch_start,
    #footer .copyright {
        display: block;
    }
    section#features {
        padding: 40px 0px!important;
    }
    section#campuses {
        padding: 40px 0px!important;
    }
    #hero ul li {
        font-size: 18px;
    }
    .hero-container i.fa.fa-solid.fa-check {
        margin-right: 6px;
        font-size: 14px;
    }
    #hero .hero-container {
        padding: 15px 0px;
    }
}

@media (max-width:767px) {
    footer .navbar {
        justify-content: center;
        padding-top: 0.5rem;
    }
    .hero-container .form-control {
        border-radius: 40px;
        height: 39px;
    }
    #hero h1 strong {
        display: block;
    }
    #hero h1 span {
        font-size: 40px;
    }
    section.p-5.features {
        padding: 40px 0!important;
    }
    h4.s_title {
        margin-top: 20px;
    }
    .facts .card h4 {
        font-size: 16px;
    }
    .section-header .section-title {
        font-size: 22px;
    }
}

@media (max-width:520px) {
    .container.d-flex.justify-content-between.align-items-center {
        display: block!important;
        /* padding: 15px; */
    }
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 9s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}