/*=== General Style ===*/

@font-face {
    font-family: EudoxusSans;
    src: url("../fonts/eudoxus-sans-font/EudoxusSans-Light.woff2");
}

@font-face {
    font-family: EudoxusSansMedium;
    src: url("../fonts/eudoxus-sans-font/EudoxusSans-Medium.woff2");

}

@font-face {
    font-family: EudoxusSansBold;
    src: url("../fonts/eudoxus-sans-font/EudoxusSans-Bold.woff2");
}
@font-face {
    font-family: 'Monaco';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/monaco-font/Monaco.woff");
    }
body {
    margin: 0;
    font-family: EudoxusSans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: var(--charcoal);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
    box-sizing: border-box;
}


:root {
    --charcoal: #373F41;
    --white: #fff;
    --blue: #1D288C;
    --linkblue: #1B91CB;
    --orange: #FF7D54;
    --offwhite: #FFFAF1;
    --red: #df0303;
    --redalt: #bd0e0e;
    --gray: #bfbfbf;
    --lightblue: #42a8f1;
    --bluegrey: #466b87;
    --homegrey: #EEF2F7
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a:not(.x-inherit):not(.navbar-nav a.nav-link):not(.cta.xgr a):not(a.xhww):not(a.discover):not(a.about-learnmore):not(.xart-btn a) {
    color: var(--linkblue);
    text-decoration: none;
}

a.x-inherit {
    color: inherit;
    text-decoration: none;
}

.navbar-nav a.nav-link {
    color: var(--charcoal);

}

a.xhww {
    color: #fff;
    text-decoration: none;
}

a.link-initial {
    color: #1D288C;
    text-decoration: underline;
}


/*=== sections ===*/

section:not(:first-child) {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
}

/*=== Containers ===*/

.container-fluid {
    max-width: 1124px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    overflow: hidden;
}


/*===general element classes*/

.width-25 {
    width: 25%;
}

.fl-cl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    flex-direction: column;
}

.dlfl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
}

.a-c {
    align-items: center;
}

/*=== Margins ===*/

.mr-auto {
    margin-right: auto;
}


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

/*=== Columns ===*/

.col {
    flex: 1 0 0%;
}

.col-4 {
    width: 25%;
}

/*=== Header ===*/
header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.blue-hd {
    background-color: #1D288C;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar>.container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 5rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}


.nav-link {
    font-family: EudoxusSansBold;
    display: block;
    color: var(--charcoal);
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
}

a.nav-link.xwh {
    color: #ffffff;
}

div.cta.xwh a {
    color: #fff !important;
    border-color: #fff;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

span.navbar-toggler-icon.char {
    background-color: var(--charcoal);
}

.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover {
    color: var(--orange);
}

.cta {
    justify-content: flex-end;
}

.cta a {
    font-family: EudoxusSans;
    color: var(--offwhite);
    border: 1px solid var(--orange);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 15px 25px;
}

div.cta.xwh a:hover {
    background: var(--offwhite);
    color: #268bd3 !important;
    /* color: var(--orange) !important; */
    border: 1px solid var(--offwhite);
    transition: all .25s ease;
}

/*=== Banner ===*/

section.banner,
.courses-banner {
    color: #fff;
    position: relative;
}

.clippy {
    background-color: var(--blue);
    clip-path: ellipse(93% 60% at 50% 40%);
    min-height: 90vh;
}

.banner-content h1.title {
    font-family: EudoxusSansBold;
    font-style: normal;
    font-weight: bold;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

.banner-content h2.title {
    color: var(--orange);
}

.banner-content p.tagline-course-date {
    color: var(--orange);
    padding-bottom: 20px;
}

.banner-content p.tagline {
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 3.38rem;
    position: relative;
}

.banner-content p.unsubscribe {
    font-size: 14px;
    line-height: 170%;
    margin-top: 0px;
    position: relative;
}

.footer-container p.footer-unsubscribe {
    font-size: 14px;
    line-height: 170%;
    margin: auto auto 25px auto;
    position: relative;
    text-align: center;
}

.banner-content p.tagline img {
    position: absolute;
    bottom: -25px;
    margin-left: 15px;

}

.banner-content form {
    margin-bottom: .7rem;
}

.banner-content input[type="email_address"],
.newsletter-form input[type="email_address"],
.banner-content input[type="email"],
.newsletter-form input[type="email"] {
    font-family: 'EudoxusSans';
    height: 54px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    border: 1px solid #FFFFFF;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 170%;
    padding: 15px 20px;
    margin-right: 12px;
    color: #fff;
}

.banner-content input[type="email_address"]::placeholder,
.newsletter-form input[type="email_address"]::placeholder,
.banner-content input[type="email"]::placeholder,
.newsletter-form input[type="email"]::placeholder {
    font-size: 14px;
    line-height: 170%;
    color: #fff;
}

.banner-content input[type="submit"],
.newsletter-form input[type="submit"],
.paid-courses-btn {
    height: 54px;
    padding: 15px 25px;
    background: var(--lightblue);
    border-radius: 4px;
    color: #fff;
    border: 1px solid var(--lightblue);
    cursor: pointer;
    font-family: 'EudoxusSans';
}

.banner-content input[type="submit"] {
    margin: 10px 0;
}

.banner-content input[type="submit"]:hover,
.paid-courses-btn:hover {
    background: var(--offwhite);
    /* color: var(--lightblue); */
    color: #268bd3;
    border: 1px solid var(--offwhite);
    transition: all .25s ease;
}

a.paid-courses-btn.x-inherit {
    margin-bottom: 2rem;
    display: inline-block;
    width: 188px;
    text-align: center;
    line-height: 1.1;
}

.banner-content p.learn-more a {
    color: var(--white);
    font-family: EudoxusSansBold;
    text-decoration: underline;
}

.banner-content p.learn-more a:hover {
    color: var(--orange);
    font-family: EudoxusSansBold;
    text-decoration: underline;
}

section.banner .scroll-icon {
    position: absolute;
    bottom: -60px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    cursor: pointer;

}

section.banner .scroll-icon img {
    max-width: 96px;
}

/*=== About Us section ===*/
#about-section {
    padding-top: 130px;
}
#about-section .about-title {
    font-weight: 700;
    margin-top: 0;
}
#about-section .about-title {
    color: var(--blue);
}

.com-head {
    font-size: 48px;
    line-height: 60px;
    font-family: 'EudoxusSansBold';
    margin: 0;
    padding-bottom: 24px;
}

h2.article-head {
    padding-bottom: 12px;
}

h2.article-head.com-head {
    letter-spacing: -0.02em;
}

#about-section .family-title {
    margin: 20px 0;
}

p.about-content:last-child {
    margin-bottom: 5px;
}

a.about-learnmore {
    padding: 10px 10px 10px 0;
    color: var(--linkblue);
}

img.sketch-diagram {
    width: 700px;
}

.affiliate-logo img {
    background-color: #004cff;
    border-radius: 4px;
    max-width: 180px;
}

.course-header {
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.course-header img {
    max-width: 90px; 
    background-color: black;
    margin-right: 20px;
    border-radius: 8px;
}

.about-img img, .partner-img img {
    border-radius: 9px;
}

.about-us .about-img img {
    display: block;
    margin: 0 auto;
}

#about-section .about-img {
    margin: 30px 0;
    box-shadow: 10px 10px 5px #d9d9d9;
}

#about-section .about-img img {
    vertical-align: middle;
}

img.arrow-right {
    padding-left: 0px;
    vertical-align: text-top;
    transform: translate(0px, 2px) scale(0.9);
    transition: all 300ms ease-in;
}

a.arrow-anim:hover img.arrow-right {
    transform: translate(3px, 2px) scale(0.9);
}

.hide-mo {
    display: none;
}

a.underline {
    text-decoration: underline;
}

/*=== slider section ===*/
.slider-wrap {
    position: relative;
    max-width: 100%;
}

ul.card-container {
    padding: 0 0 30px 0;
}

ul.card-container li {
    margin: 0;
}

.com-des {
    max-width: 480px;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

li.slider-card {
    list-style: none;
    overflow: hidden;
    position: relative;
}

.slider-container .card-wrap {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--bluegrey);
    position: relative;
    min-height: 280px;
    margin-bottom: 20px;
}

.card-wrap img.bcard-image {
    border-radius: 4px;
}

.card-hidden {
    transition: transform 350ms ease-in-out, opacity 250ms ease-in;
}

.hidden-detail {
    border-radius: 10px;
    transform: translateY(340px);
    position: absolute;
    background-color: var(--blue);
    color: var(--white);
    padding: 7px 20px 32px;
    top: 0;
    left: 0;
    bottom: 0;
}

.slider-title-hidden {
    font-family: 'EudoxusSansBold';
    font-size: 18px;
}

.slider-user-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
}

img.slider-user-img {
    max-width: 18px;
}

span.user-name {
    padding-left: 6px;
    font-family: 'EudoxusSansMedium';
}

a.slider-learnmore {
    color: var(--white);
    padding: 10px 0;
}

p.slider-desc-detail {
    padding-bottom: 4px;
}

.slider-avatar {
    max-width: 135px;
    margin: auto;
    text-align: center;
    display: block;
    padding: 75px 0 15px;
}

.slider-avatar-pynet {
    max-width: 135px;
    margin: auto;
    text-align: center;
    display: block;
    padding: 50px 0 0 0;
}


p.slider-title {
    color: #fff;
    font-family: 'EudoxusSansBold';
    font-size: 18px;
    padding: 6px 5px 50px;
    text-align: center;
    margin-bottom: 0;
}

span.arrow-left,
span.arrow-right,
span.vnav-left,
span.vnav-right {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    box-shadow: 0 3px 5px #d9d9d9c7;
    position: absolute;
    right: 10px;
    top: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    justify-content: center;
    transition: transform 200ms ease, box-shadow 150ms ease-in;
    cursor: pointer;
    background-color: var(--white);
    z-index: 2;
    user-select: none;
}

span.vnav-left,
.vnav-right {
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
    right: 2px !important;
    top: 264px !important;
}

span.vnav-left {
    transform: scaleX(-1);
    right: inherit;
    left: 0;
}

span.vnav-left img,
.vnav-right img {
    width: 9px;
    padding-left: 2px;
}

span.arrow-left {
    left: 10px;
    transform: scaleX(-1);
}

span.arrow-left:hover,
span.arrow-right:hover {
    box-shadow: 0 8px 10px #d9d9d9;
}


button.slider-btn {
    display: block;
    margin: auto;
    background-color: transparent;
    border: 1px solid var(--linkblue);
    border-radius: 4px;
    padding: 0;
}

button.slider-btn a {
    color: var(--charcoal);
    padding: 15px 40px;
    display: block;
    font-family: 'EudoxusSansBold';
}

/*=== our courses section ===*/
section#Course-section {
    background-color: var(--homegrey);
    padding: 60px 0 80px;
}

.crse-card {
    position: relative;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: box-shadow 250ms ease, border 200ms ease-in;
}

h3.course-head {
    margin-top: 2em;
    font-family: 'EudoxusSansBold';
}

div.course-lessons {
    vertical-align: middle;
    padding: 0 0 32px 30px;
}

.course-price, .course-lessons {
    display: inline-flex;
    align-items: center;
    width: 40%;
    flex-wrap: wrap;
    padding: 2% 0;
}

.course-price span, .course-lessons span {
    padding-left: 8px;
    font-family: 'EudoxusSansBold';
}
p.course-date {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
}
span.course-date {
    content: "";
    font-family: 'EudoxusSansBold';
    position: absolute;
    right: -10px;
    top: 20px;
    z-index: 33;
    color: #fff;
    font-size: 15px;
}

div.course-benefits {
    padding-left: 40px;
    padding-right: 25px;
}

/*=== open sources section ===*/

section#src-section .container-fluid {
    padding: 0;
    overflow: visible;
}

#src-section .content-section {
    padding: 0 20px 60px;
}

.smal-images {
    padding: 0 20px 10px;
}

#src-section span.width-25 {
    max-width: 36px;
    margin-right: 8%;
}

#src-section span.src-sm2.width-25 {
    max-width: initial;
}

.src-main-img {
    padding: 50px 20px;
}

span.width-25 {
    width: fit-content;
}

.gne-row {
    display: flex;
    margin-bottom: 20px;
    justify-content: center
    /* justify-content: space-between; */
}
.gne-row img.small-image {
    max-height: 84px;
    border-radius: 8px;
    margin-right: 20px;
    box-shadow: 5px 5px 20px rgb(6 26 47 / 85%)
}
.gne-row img.large-image {
    width: 50%;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    box-shadow: 0px 10px 20px rgb(15 47 79 / 85%);
}
img.black-bg {
    background-color: var(--charcoal);
}

section.gne-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto;
    background-color: #ead8d8;
}
.gne-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: auto;
    background-color: #ead8d8;
}
 
.syllabus-container-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}
.syllabus-container-header img {
    border-radius: 8px;
    height: auto;
    margin-bottom: 10px;
    min-width: 50px;
}
.syllabus-container-header img.gne {
    width: 5%;
    margin-bottom: 0px;
    margin-right: 20px;
}
.syllabus-container-header img.netmiko {
    width: 20%;
    border: 1px solid #000000;
}
.syllabus-container-header img.pyauto {
    width: 20%;
    border: 1px solid #000000;
    padding: 12px;
}
.syllabus-container-header img.ansible {
    width: 30%;
    border: 1px solid #1D288C;
}
.syllabus-container-header img.nornir {
    width: 8%;
    min-width: 0px;
}
.syllabus-container-header img.free-python {
    width: 10%;
    padding: 20px 12px 12px
}

.centered-img img {
    width: 100%;
    height: auto;
}


/*=== testimonial section ===*/

section.testimonial-container {
    background-color: var(--homegrey);
}

#testimonial-section .card-wrap {
    padding: 30px 20px;
    margin: 30px 3px;
    box-shadow: 0px 16px 26px 0px #374b5f14;
    border-radius: 12px;
    border: 1px solid #604949;
    transition: box-shadow 250ms ease, border 200ms ease-in;
    height: 97%;
    min-height: 500px;
}


#testimonial-section .card-wrap:hover,
.crse-card:hover {
    box-shadow: 0px 16px 27px 0px #374b5f2e;
    border: 1px solid #374b5f14;
}

ul.card-container li {
    list-style: none;
}

ul.ul-testimonial-container {
    padding: 0;
}

ul.ul-testimonial-container li {
    display: inline-block;
    max-width: 400px;
    list-style: none;
    margin: 0 25px;
    vertical-align: top;
}

.avatar-detail {
    font-family: 'EudoxusSansBold';
    padding: 6px 0;
}

p.tst-title {
    padding-bottom: 15px;
}

.student-avatar {
    max-width: 135px;
    margin: auto;
    text-align: center;
    display: block;
    padding: 35px 0 50px;
}

#testimonial-section .student-avatar {
    padding: 35px 0;
    width: 64px;
    border-radius: 50%;
}

/*=== footer ===*/
section.footer-links-wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: -2px;
}

#footer-section {
    background-color: #1D288C;
}

#footer-section a {
    color: var(--white);
}

#footer-section a:hover {
    color: var(--orange);
}

a.footer-logo-link {
    width: fit-content;
}

.footer-wrapper {
    padding-top: 90px;
    color: #fff;
}

section.newsletter-wrapper {
    background: #293392 url(../images/newsletter-image.png) no-repeat right top;
    border-radius: 8px;
    background-size: contain;
}

.footer-headline-date,
.footer-headline,
.art-head {
    font-size: 24px;
    line-height: 32px;
}

.footer-headline-date,
.footer-headline {
    font-family: 'EudoxusSansBold';
    text-align: center;
    line-height: 33px;
    position: relative;
    width: 80%;
}

span.footer-attention {
    color: var(--orange);
    font-style: italic;
}

.footer-headline {
    margin: auto auto 25px auto;
    color: #fff;
}

.footer-headline-date {
    margin: auto auto 0 auto;
    color: #fff;
}

#footer-section .newsletter-wrapper {
    justify-content: space-between;
    position: relative;
}

section.newsletter-wrapper.centered::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d288c70;
    z-index: 0;
}

.links-wrapper {
    flex-wrap: wrap;
}

.col1>.footer-logo-link img {
    width: 150px;
    padding-bottom: 30px;
}

.title-crs {
    padding-left: 10px;
    font-style: initial;
    font-family: 'EudoxusSansMedium';
}

.img-des,
.common-footer-link {
    padding-bottom: 12px;
}

h3.com-footer-wrap {
    font-size: 18px;
    font-family: 'EudoxusSansBold';
    padding-bottom: 6px;
    margin-top: 0;
    position: relative;
}

.hr-separator {
    width: 100%;
    height: 1px;
    background-color: #ffffff20;
    margin-top: 60px;
}

.footer-bottom {
    padding-top: 28px;
    justify-content: space-between;
}

.social-links-wrap div {
    padding: 0 5px;
}

.social-links-wrap div.facebook-link {
    padding-right: initial;
}

.social-links-wrap div.linkedin-link a {
    background-color: white;
}

.social-links-wrap a {
    padding-bottom: 5px;
}

.social-links-wrap a:hover {
    background-color: var(--orange);
}

.free-course-mobile {
    visibility: hidden;
    width: 0px;
}

.navigator-icon {
    width: 40px;
    height: 40px;
    background-color: #ff7d5494;
    color: var(--white);
    position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 44;
    border-radius: 24px;
    visibility: hidden;
    opacity: 0;
    transition: all 350ms ease;
}

.show-nav.navigator-icon {
    visibility: visible;
    opacity: 1;
}

.navigator-icon::before,
.navigator-icon::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 17px;
    left: 10px;
    transform: rotate(-45deg);
}

.navigator-icon::after {
    left: initial;
    right: 11px;
    transform: rotate(45deg);
}

#about-section.about-page .about-img {
    box-shadow: initial;
}

#about-section.about-page {
    padding-top: 75px;
}

ul.card-container {
    position: relative;
}

.carousel,
.carousel2,
.carousel3 {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-content,
.carousel-content2,
.carousel-content3 {
    overflow: hidden;
    transition: width .4s;
}

.slide,
.slide2,
.slide3 {
    z-index: 1;
    transition: left .4s cubic-bezier(.47, .13, .15, .89);
}

.tst-wrap.carousel2 {
    max-width: 90%;
    margin: auto;
}
ul.carousel-content2 {
    min-height: 500px !important;
}

/*=== article page strted from here ===*/
section.xart-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.xart-banner-packages-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.articles-banner {
    padding-top: 200px;
    padding-bottom: 60px;
}
section.articles-banner img {
    border-radius: 6px;
}

.cta.xgr a {
    color: var(--charcoal);
    border-color: var(--charcoal);
    transition: all 0.2s ease;
    text-decoration: none;
}

.article-banner {
    padding-top: 25px;
}
p.article-title {
    padding: 0;
    font-size: 26px;
    line-height: 39px;
    font-family: EudoxusSansBold;
    margin: 5px 0;
}
p.article-title-small {
    font-family: EudoxusSansBold;
    line-height: 1.2em;
    font-size: 18px;
    margin: 5px 0 8px 0;
}
section#arc-section p.article-title {
    margin: 8px 0 12px;
    line-height: 1.2em;
}

p.python-c {
    font-size: 22px;
    color: #d57355;
    font-weight: 600;
    margin: 20px 0 10px;
}
p.netmiko-c {
    font-size: 22px;
    color: #0f9756;
}

.article-button a {
    width: 153px;
    height: 54px;
    text-align: center;
    display: block;
}
.cta.article-button {
    margin-top: 23px;
} 

img.xart-img {
    width: 192px;
    height: 192px;
}

p.summary-text {
    font-size: 18px;
    padding-bottom: 12px;
    line-height: 1.2;
    margin: 0;
}

.xhal-banner {
    display: block;
    width: 100%;
}

.xcart-rec {
    margin-top: 20px;
    padding-bottom: 24px;
}

.xart-btn a {
    color: var(--linkblue);
    border-bottom: 1px solid var(--charcoal);
    font-family: 'EudoxusSansMedium';
    transition: all 0.2s ease;
    text-decoration: none;
}
.xart-btn a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.xhal-data {
    padding-left: 13px;
}

/*video section*/
section#arc-section {
    background-color: var(--homegrey);
}
section#arc-section h2 {
    margin-bottom: 30px;
}
.art-sec {
    padding-top: 20px;
}

ul.vslide {
    padding: 0;
    padding-bottom: 30px;
}

ul.vslide li {
    list-style: none;
    position: absolute;
    padding: 0 10px;
}

.pr {
    position: relative;
}

.vdots {
    width: 12px;
    height: 12px;
    background: #373f4196;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.vdots.active {
    background: #fff;
    box-shadow: 0 0 0px 2px #373f419e;
}

.width-33 {
    width: calc(50% - 20px);
}

li.dc-992-rev {
    justify-content: center;
}

li.bro-card {
    margin: 10px 10px 40px;
    list-style: none;
}

.mr-0 {
    margin: 0;
}

.pad-0 {
    padding: 0 !important;
}

#browse-cat {
    color: var(--charcoal);
    outline: none;
    font-family: 'EudoxusSansMedium';
    line-height: 100%;
    width: fit-content;
    font-weight: 600;
    font-size: 21px;
}

.br-head {
    justify-content: space-between;
    padding: 30px 10px;
}

p.general-c, p.juniper-c, p.parsers-c, p.paramiko-c, p.videos-c {
    font-size: 22px;
    color: #600000;
}

p.jinja2-c {
    font-size: 22px;
    color: #859d4f;
}

p.nornir-c {
    font-size: 22px;
    color: #0793f7;
}

p.napalm-c {
    font-size: 22px;
    color: #0e6ea7;
}

p.netconf-c {
    font-size: 22px;
    color: #0e6ea7;
}

p.stackstorm-c {
    font-size: 22px;
    color: #d31bd5;
}

p.ansible-c {
    font-size: 22px;
    color: #DE4945;
}

.fl-wr {
    flex-wrap: wrap;
}

.vnum {
    width: 48px;
    height: 48px;
    background-color: #FAFAFA;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin: 4px;
    font-family: 'EudoxusSansBold';
    cursor: pointer;
    transition: all 0.4s ease;

}

.vnum:hover {
    background-color: #f6f6f6;
}

.vnum.active {
    color: var(--orange);
    border: 1px solid;
    background-color: transparent;
}

.vnum img {
    width: 50px;
    opacity: 0.8;
    padding-left: 2px;
}

.df-jc {
    justify-content: center;
}

span.navbar-toggler-icon {
    background-color: var(--charcoal);
}

.cta.xgr a:hover {
    background-color: var(--charcoal);
    color: #fff;
}

ul.xcat-browse {
    margin: 0;
    transition: all 0.3s ease;
}

li.browse-item {
    list-style: none;
    padding: 10px 17px;
    margin: 4px;
    font-size: 18px;
    background-color: var(--homegrey);
    font-family: 'EudoxusSansBold';
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 3px;
}

li.browse-item.active,
li.browse-item:not(:first-child):hover {
    color: var(--white);
    background-color: var(--orange);
}

#browse-cat span {
    user-select: none;
    padding-bottom: 3px;
}

.browse-wrap.pr {
    padding: 40px 0 0;
}

.bro-card {
    transition: all 250ms ease, opacity 200ms ease;
}

ul.vslide.card-container.carousel-content3 {
    min-height: 656px;
}



/*accordion style*/
h2.faq-head {
    padding: 0 0 60px;
}

h2.faq-head span {
    color: var(--orange);
}

section#acc-section {
    background-color: var(--homegrey);
}

section#acc-section .accordion .a-container {
    padding-bottom: 15px;
}

section#acc-section .accordion .a-container .a-btn {
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    width: 100%;
    display: block;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 6px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 3%), 0 10px 10px -5px rgb(0 0 0 / 10%) !important;
}

/* section#acc-section .accordion .a-container .a-btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 18px;
}

section#acc-section .accordion .a-container .a-btn span:after,
section#acc-section .accordion .a-container .a-btn span:before {
    content: "";
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #909090;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease;
}

section#acc-section .accordion .a-container .a-btn span:before {
    transform: rotate(90deg);
} */

section#acc-section .accordion .a-container .a-panel {
    width: 100%;
    color: #262626;
    transition: all 0.2s ease;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 15px;
}

section#acc-section .accordion .a-container.active .a-btn {
    color: var(--white);
    background-color: var(--orange);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

section#acc-section .accordion .a-container.active .a-btn span::before {
    transform: rotate(0deg);

}

section#acc-section .accordion .a-container.active .a-btn span::before,
section#acc-section .accordion .a-container.active .a-btn span::after,
section#acc-section .accordion .a-container .a-btn:hover span::before,
section#acc-section .accordion .a-container .a-btn:hover span::after {
    background-color: #fff !important;
}

section#acc-section .accordion .a-container.active .a-panel {
    padding: 15px;
    opacity: 1;
    max-height: 500px;
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 3px 10px #ddd;
}

section#acc-section .accordion .a-container .a-panel h4 {
    font-size: 14px;
    line-height: 1;
}

section#acc-section .accordion .a-container .a-btn:hover {
    background-color: var(--orange);
    color: #fff;
}

section.courses-banner {
    padding-bottom: 60px;
}

.course-container p.courses-description {
    font-weight: bold;
}

button.slider-btn a.discover {
    text-decoration: none;
    transition: all 0.3s ease;
}

button.slider-btn a.discover:hover {
    text-decoration: none;
    background-color: var(--lightblue);
    color: #fff;
}

.newsletter-form-wrap {
    z-index: 2;
}

.mb-25 {
    margin-bottom: 24px;
}

.brkk {
    display: block;
}

.font-14 {
    font-size: 14px;
}

.brk {
    display: block;
}

.custom-box {
    vertical-align: middle;
    box-shadow: 15px 15px 5px #d9d9d347;
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-120 {
    margin-top: 120px;
}

img.red-batch {
    position: absolute;
    top: -14px;
    left: -15px;
    max-width: 100px;
}
img.discount-banner {
    position: absolute;
    top: -12px;
    left: -14px;
    max-width: 100px;
}
span.discount-text {
    position: absolute;
    top: 29px;
    left: 26px;
    /* top: 5%;
    left: 7%; */
    transform: translate(-50%, -50%) rotate(-45deg);
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #242020;
}

span.discount-tag {
    position: absolute;
    top: 13px;
    left: -8px;
    transform: rotate(-45deg) scale(0.8);
    color: #242020;
    font-weight: 900;
    font-size: 17px;
}

p.discount-end {
    color: var(--redalt);
    font-size: 26px;
    margin-top: 0;
}

.bold {
    font-weight: bold;
}

.pr-10 {
    padding-right: 10px;
}

.auth-container {
    padding-top: 10px;
}

.art-image-wrapper {
    padding-top: 43px;
}

.art-image-wrapper div.code-link {
    margin-top: 25px;
}

.art-2-mo {
    text-align: center;
    font-family: 'EudoxusSansBold';
    font-weight: 700;
}

.art-para-wrap {
    padding-top: 32px;
}

.art-para {
    font-size: 18px;
    line-height: 1.4;
}

.pt-30 {
    padding-top: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

h3.art-head {
    padding-bottom: 12px;
}

h3.video-header {
    /* Needed so the 'see other video' anchoring works properly */
    margin-top: 50px;
}

.feat-wr {
    padding: 20px 0;
}

.more-art {
    background-color: var(--homegrey);
    margin-top: 25px;
}

.art-more-head {
    padding-bottom: 60px;
}

.article-container span {
    font-size: 18px;
}

.article-content .cta a {
    padding: 12px 0;
}

section.xart-banner.video-base .art-image-wrapper .link-initial {
    font-size: 16px;
}

.video-base div.vimeo {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.video-base iframe {
    border-radius: 6px;
}

iframe.youtube, iframe.vimeo {
    width: 560px;
    height: 315px;
}

.video-base .section-title {
    font-size: 26px;
    max-width: 747px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 52px;
    line-height: 40px;
    font-family: 'EudoxusSansBold';
    letter-spacing: -0.02em
}

section.video-series.video-base h3 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-family: 'EudoxusSansBold';
    margin-bottom: 30px;
}

section.video-series.video-base .xart-btn a {
    font-family: 'EudoxusSansBold';
}

.carousel-content3 .video-wrap img {
    width: 100%;
}

a.brb {
    border-bottom: 1px solid;
}

h3.art-head.art2 {
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 0;
}

.tac {
    text-align: center;
}

h3.art-head.tac.pbr-60 {
    padding-bottom: 60px;
}

.more-art-2 .card-wrap {
    margin: 10px;
}

p.art-automation {
    color: var(--orange);
    font-family: 'EudoxusSansMedium';
}

.font-26 {
    font-size: 20px;
    font-family: 'EudoxusSansBold';
    line-height: 120%;
    font-weight: 700;
}
.font-26b {
    font-size: 26px;
    font-family: 'EudoxusSansBold';
    line-height: 120%;
    font-weight: 700;
}
.font-36 {
    font-size: 36px;
    font-family: 'EudoxusSansBold';
    line-height: 150%;
    font-weight: 700;
}

a.about-learnmore.arrow-anim {
    font-size: 18px;
}

.banner-image-wrap {
    margin: 0 18px;
    position: relative;
}

.banner-image-wrap img {
    border-radius: 6px;
}

section.banner.paid-courses .banner-image-wrap .paid_course_card {
    position: absolute;
    top: 20%;
    left: -10%;
    padding: 0;
}
.syllabus-page section:not(:first-child) {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x: hidden;
}
 .crse-card.crse-card3.paid-card {
    margin: 0 auto;
    max-width: 514px;
    width: 100%;
    color: var(--charcoal);
}
.crse-card3.paid-card::before {
    content: none;
}
span.ribben-txt {
    position: absolute;
    top: 21px;
    right: -11px;
    z-index: 33;
    color: var(--white);
}
p.course-desc {
    min-height: 220px;
    margin-bottom: 10px;
}
img.paid-courses-img-bg {
    max-width: 421px;
    position: absolute;
    right: -40.8px;
    top: -62.2px;
}
.container-fluid.paid-banner {
    max-width: 1200px;
    padding-left: 55px;
}
.paid-banner .banner-content p.tagline img {
    bottom: -47px;
    margin-left: -86px;
}

.sale-card-wrapper {
    box-shadow: 0px 10px 20px rgb(55 75 95 / 10%);
    border-radius: 12px;
    margin: 30px 10px;
    width: 400px;
    height: 574px;
    transition: all 400ms ease;
}
.has_three_packages .sale-card-wrapper {
    height: 650px;
    margin: 30px 3%;
    max-width: 400px;
}

.has_one_package, .has_two_packages, .has_three_packages {
    max-width: 1320px;
    margin: 0 auto;          /* Center the container itself */
    gap: 20px;               /* Space between items */
}
.has_one_package .package_card, .has_two_packages .package_card, .has_three_packages .package_card {
    flex: 1;                 /* Each package will grow to fill the available space */
    max-width: 600px;
}

.sale-card-wrapper:hover {
    box-shadow: 0px 10px 20px rgb(55 75 95 / 20%);
}

.top-bar {
    width: 100%;
    height: 15px;
    background: var(--charcoal);
    box-shadow: 0px 10px 20px rgb(55 75 95 / 10%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.top-bar.bar-red {
    background: var(--redalt);
}
.top-bar.bar-orange {
    background: var(--orange);
}
.top-bar.bar-blue {
    background: #1D288C;
}
.sale-card {
    padding: 0rem 2rem;
}
.orange-clr{
    color: var(--orange) !important;
}
.red-clr{
    color: var(--redalt) !important;
}
.pl-30{
    padding-right: 30px;
}
.cl-gr{
    color: #8D8D8D;
}
.pdt-20 {
    padding-top: 20px;
    display: block;
}
span.sale-desc {
    padding-left: 10px;
}
.sale-txt {
    padding-bottom: 20px;
}
.no-sale-btn {
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.sale-btn {
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
a.red-btn-no-sale, .red-btn-no-sale, a.red-btn, .red-btn {
    width: 90%;
    max-width: 264px;
    height: 54px;
    margin: auto;
    background-color: var(--redalt);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    font-family: 'EudoxusSansBold';
    font-weight: 700;
    border: 1px solid transparent;
    transition: all 300ms ease;
    cursor: pointer;
}
a.orange-btn-no-sale, .orange-btn-no-sale, a.orange-btn, .orange-btn {
    width: 90%;
    max-width: 264px;
    height: 54px;
    margin: auto;
    background-color: var(--orange);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 4px;
    font-family: 'EudoxusSansBold';
    font-weight: 700;
    border: 1px solid transparent;
    transition: all 300ms ease;
    cursor: pointer;
}
.sale-end {
    padding-bottom: 20px;
}
a.orange-btn:hover, .orange-btn:hover{
    color: var(--orange);
    background-color: #fff;
    border: 1px solid var(--orange)
}
a.red-btn:hover, .red-btn:hover{
    color: var(--redalt);
    background-color: #fff;
    border: 1px solid var(--redalt)
}
h2.sale-faq-head {
    padding-top: 30px;
    padding-bottom: 50px;
}
section#acc-section.sale-faq .accordion .a-container .a-btn {
    background-color: #592a2a00;
    border-radius: 0;
    color: var(--charcoal);
    box-shadow: none !important;
}
section#acc-section.sale-faq .accordion .a-container .a-btn:hover{
    background-color: transparent;
    color: var(--charcoal);
}
section#acc-section.sale-faq .accordion .a-container {

    border-bottom: 1px solid #8B8B8B;    
    padding-top: 10px;
}
section#acc-section.sale-faq .accordion .a-container.active .a-btn span::before, section#acc-section.sale-faq .accordion .a-container.active .a-btn span::after, section#acc-section.sale-faq .accordion .a-container .a-btn:hover span::before, section#acc-section.sale-faq .accordion .a-container .a-btn:hover span::after {
    background-color: var(--charcoal) !important;
}
section#acc-section.sale-faq .accordion .a-container .a-panel {
    width: 80%;
}
section#acc-section.sale-faq .accordion .a-container.active .a-panel {
    background-color: #fff0;
    box-shadow: initial;
    padding-left: 30px;
}
section#acc-section.sale-faq .accordion .a-container .a-btn {
    padding: 15px 51px 15px 0;
    font-size: 26px !important;
}
section#acc-section.sale-faq .accordion .a-container .a-btn span:after, section#acc-section.sale-faq .accordion .a-container .a-btn span:before {
    width: 19px;
    height: 2px;
    background-color: #909090;
}
section#acc-section.sale-faq .accordion .a-container:last-child{
    border: none;
}
h2.about-section-head {
    padding-top: 50px;
    padding-bottom: 20px;
}
section.sale-card-bottom {
    padding-top: 63px !important;
    padding-bottom: 60px !important;
}
h2.sale-head {
    padding-bottom: 20px;
}
h3.sale-head, h3.sale-head-alt, h5.sale-head {
    text-align: center;
}
h3.sale-head-alt {
    margin-bottom: 0;
}
h5.sale-head {
    font-size: 18px;
    margin-top: 0;
}
p.sale-prices {
    text-align: center;
}
.a-container2.fl-cl {
    width: 457px;
    height: 382px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 12px;
    display: inline-block;
    margin-right: 42.5px;
    margin-left: 42.5px;
    margin-bottom: 40px;
    padding: 0 30px;
}
.dlfl-wr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
h2.syllabus-head {
    padding-bottom: 0px;
}
p.syllabus-change {
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 15px;
}
p.a-btn2.font-26 {
    font-family: 'EudoxusSans';
    letter-spacing: -0.17px;
    padding:15px 0;
    margin: 0;
    cursor: pointer;
}
ul.faq-list {
    padding-left: 20px;
}
ul.faq-list li::marker {
    color: #C4C4C4;
}
ul.faq-list li{
    padding-bottom: 12px
}
.a-container2.fl-cl:hover{
    box-shadow: 0 0 5px #ddd;
}
.ylw{
    color:var(--orange);
}
.art-code-wrapper {
    background-color: #000;
    padding: 20px;
    background: #171B1D;
    border-radius: 8px;
}
pre{
    font-family: 'Monaco';
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #85A1B2;
    white-space: pre-wrap;
    word-break: break-word;
}
.br-5{
    border-right: 5px;
}
img.blue-check {
    display: block;
    padding-top: 4px;
}
span.sale-desc {
    display: block;
    padding-left: 12px;
}
.sale-txt {
    display: flex;
    align-items: flex-start;
}
.original-price {
    position: relative;
}
.original-price-strikethrough {
    text-decoration: line-through;
    text-decoration-color: var(--charcoal);
    color: #949191;
}

.course-button {
    display: inline-flex;
    width: 57%;
    justify-content: center;
    font-weight: 700;
}
a.bg-org.clr-white {
    background-color: var(--redalt);
    color: var(--offwhite);
    display: block;
    text-align: center;    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 300ms ease;
    padding: 8px 19px;
}
a.bg-org.clr-white:hover{
    background-color: transparent;
    color: var(--redalt);
    border: 1px solid var(--redalt);
}
.crse-xtr-wrap {
    padding-top: 5px;
    padding-bottom: 10px;
}
.sign-details {
    font-size: 16px;
    padding-left: 10px;
}
img.sing-image {
    margin-right: 3px;
}
div.terms {
    margin: 0 25px;
}
div.terms p.terms span {
    font-weight: 700;
}
.font-66{
    font-size: 66px;
    line-height: 80px;
    font-family: 'EudoxusSansBold';
}
.mar-30{
    margin: 30px 0;
}
.kirk-sign-wr {
    padding-top: 65px;
}

hr.divider {
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

hr.divider-home {
    border-top: 1px solid #dbdbdb;
    margin: 50px 0;
}

hr.divider-dark {
    border-top: 1px solid var(--gray);
    margin: 0;
}
