:root{

    --pcol: #007032;
    --scol: #22d271;
}


html {
    scroll-behavior: smooth;
}

a {
    color: #cb2d2c;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-toggler {

    background-color: #db412b00;
    border: 1px solid #db412b;
}

.show {
    margin-top: 1em;
}

.navbar-toggler-icon {

    padding: 0.2em;
    color: #db412b;
}

.transparent {
    background-color: #f3f3f300 !important;
}

.white-bg {
    background-color: #fff;
}

.h5, h5{
    font-size: 0.9em;
}

hr {
    /* margin-top: 1rem; */
    /* margin-bottom: 1rem; */
    border: 0;
    border-top: 1px solid #f5f5f561;
}

.img {
    border-radius: 20px;
}

.round-edges {
    border-radius: 8px;
}

.has-border-top {
    border-top: 5px solid rgb(191, 201, 225);
}

.pd-2em{
    padding: 2em;
}

.parallax {
    min-height: 100%;
    min-width: 100%;
    padding: 7em 1em 0em 1em;
    background-size: cover;
    margin-top: -7em;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../../Images/bg/bg3.png), #ffffff;
}



.align-self-center {

    align-self: center;
}

.parallax .p_img {
    margin-top: -1em;
    margin-bottom: -4.5em;
    width: 43em;
}

.dx-text-left {

    text-align: left;
}

.btn-dxm {
    color: #fff;
    background-color: var(--pcol);
    border-color: var(--pcol);
    font-size: 16px;
    padding: 10px;
    border-top-right-radius: 0.31em;
    border-bottom-right-radius: 0.3em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-dxm :hover {
    color: #fff;
    background-color: var(--scol);
    border-color: var(--scol);

}

.btn-dxm:focus {

    color: #fff;
    background-color: var(--pcol);
    border-color: var(--pcol);
}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.login a{
    color: #062764;
    font-size: 0.7em;
    font-weight: 600;
}

.parallax p {

    color: #082a69;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    margin-top: 2em;
}

.shadowgrey {
    box-shadow: 0px 0px 4px 0px #b7b0b0ad;
}

.crimson-shadow {
    box-shadow: 0px 3px 12px 0px #4a0002;
}

.features {
    background-color: #fce9ca;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../../Images/bg.png), #e9502a;
    padding: 120px 0;
}

.cto {
    background-position: center;
    background-repeat: no-repeat;

    padding: 0 0 8em;
    background: linear-gradient(180deg, rgb(96 17 15 / 71%), rgb(15 21 96)), url(../../Images/students1.jpg);
    background-size: cover;
}

.cto h2 {
    font-size: 50px;
    color: #b82e2e;
    font-weight: 600;
}

.cto hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffffff63;
}

.features .right span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.text-white {

    color: #ffffff;
}

.features .right h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    line-height: 32px;
}

.features p {
    font-size: 16px;
    font-weight: 400;
    color: #919aaf;
    color: #4e0909;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.features .right .btn-1 {
    background: linear-gradient(to right, #507bf5 0%, #04c3e1 100%);
    text-decoration: none;
    color: #ffffff;
    border-radius: 65px;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 600;
}

.features h2 {
    font-size: 50px;
    color: #b82e2e;
    font-weight: 600;
}

.features img {
    width: 40%;
    align-self: center;
    margin: 1em auto;
    border-radius: 0px
}

.is-center {

    display: flex;
    justify-content: center;

}

.features span {
    font-size: 16px;
    color: #ed5529;
    font-weight: 600;
}

.features .card {
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    height: 40%;
    margin-bottom: 4rem;
}

.heading {
    /*font-size: 30px;
    color: #3b566e;
    font-weight: 700;*/
    margin-bottom: 6em;
    padding: 0;
}

.text-smaller,
label {
    font-size: 14px;
    line-height: 20px;
}


#scroll-to-top {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #ab3940;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 6px;
    /* Some padding */
    border-radius: 4px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#scroll-to-top:hover {
    background-color: #e9502a;
    /* Add a dark-grey background on hover */
}

.cta-btn {
    background-color: var(--pcol);
    
    display: inline-block;
    color: #fff;
    border: #ffdc86;
}

.cta-btn:hover {
    color: #fff;
    background-color: var(--scol);
    border-color: var(--scol);

}

.cta-btn:focus {

    color: #fff;
    background-color: var(--pcol);
    border-color: var(--pcol);
}



.bottom-border{
    border-bottom: 0.5em solid var(--pcol);

}

.ctn-btn a {
    text-decoration: none;
}

.dx-btn {
    background-color: var(--pcol);
    
    display: inline-block;
    color: #fff;
    border-bottom: 0.3em solid #082b69;
    margin-bottom: 0.3em;
    
}

.dx-btn:hover {
    color: #fff;
    background-color: #082b69;
    border-bottom: 0.3em solid var(--pcol);

}

.dx-btn:focus {

    color: #fff;
    background-color: var(--pcol);
    border-bottom: 0.3em solid #082b69;

}





.dx-btn a {
    text-decoration: none;
}


.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f3f3f3;
}

.davshadow {
    box-shadow: 0 4px 8px 0 #131111;
}





.divider {
    background-color: #075db3;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27px 0px 11px 1px;
}

.divider h4 {

    font-size: 1.5rem;
    color: #ffff;
    font-weight: 500;

}

.divider p {


    color: #ffff;
}

.fixed {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    width: 100%;
    top: 0;
    box-shadow: 0px 18px 10px 7px rgb(0 0 2 / 31%);
}

.courses {

    background-color: #f3f3f3;

    padding: 20px 0;

}

.courses .img {

    border-radius: 13px;

}

.courses .table {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.courses .ul {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.courses .right span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.courses .right h2 {
    font-size: 50px;
    color: #f1592a;
    font-weight: 600;
    line-height: 32px;
}

.courses .right p {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 500;
    color: #081531;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.courses .left span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.courses .left h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.courses .left p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.courses .middle span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.courses .middle h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.courses .middle p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.page {

    background-color: #f3f3f3;

    padding: 100px 0 0 0;
    align-content: center;
    min-height: 720px;

}

.page .img {

    border-radius: 13px;

}

.page .table {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.page h1 {
    font-size: 5em;
    color: #c2222d;
    font-weight: 600;
}

.page h4 {
    font-size: 3em;
    color: #3b566e;
    margin-top: 15px;
    margin-bottom: 40px;
}

.page h5 {
    font-size: 1.5em;
    color: #3b566e;
    margin-top: 10px;
}

.page .heading {
    padding: 0 0 0 5%;
}

.page .right p {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 500;
    color: #081531;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.page .left span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.page .left h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.page .left p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.page .middle span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.page .middle h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.page .middle p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}



.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



.footer {
    padding: 1em 0em;
    background: #db412b;
}

.footer img {
    padding: 1em 1em;
    margin: 0em -1em 0em 0em;
    width: 13.5rem;

}

.footer p {
    font-size: 15px;
    font-weight: 500;
    color: #053a20;
    margin: 20px 0 0;

}

.footer h1 {
    text-align: left;
    font-size: 1.5rem;
}

.footer h4 {
    text-align: left;

    font-size: 1rem;
}

.footer .conx {
    padding-top: 1em;
}

.footer .socx {
    padding-top: 1em;
}

.footer hr {

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 18%);
}

.footer a {
    text-decoration: none;
    padding: 0em 0em 0em 1em;
    color: #fff;
}

@media (max-width: 383.98px) {
    .slider .content .left .btn-1 {
        margin-bottom: 20px;
    }

    .slider .content .left .btn-2 {
        margin-left: 0;
    }
}


@media (max-width: 575.98px) {



    .slider {
        height: auto;
    }

    .slider .content {
        text-align: center;
    }

    .slider .content .left {
        margin-bottom: 40px;
    }




}


@media (max-width: 992px) {


    .slider {
        height: auto;
    }

    .slider .content .left h1 {
        font-size: 3em;
    }

    .slider .content .left p {
        font-size: 1em;
    }


}






.line {
    background-color: #fff;
    height: 2px;
    width: 50px;
    margin-bottom: 8px;
    display: inline-block;
}




.parallax img {
    border-radius: 7em;
}


.parallax h1 {

    color: #082a69;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 800;
}


@media (min-width: 1500.98px) {

    .container {
        max-width: 1516px;
    }

    .parallax h1 {
        color: #082a69;
        font-size: 6.5rem;
        line-height: 1;
        font-weight: 500;
    }

    .parallax p {
        color: #082a69;
        font-size: 1.5rem;
        /* line-height: 23px; */
        font-weight: 500;
        margin-top: 2em;
    }
}


/* #page_content {
     min-height: 650px; 
    } 
*/

.navbar {
    background: #f3f3f3;
    color: #3595f6;
}

.navbar .btn-1 {
    padding: 5px 20px;
    font-size: small;
}

.qp {

    color: #3595f6;
}

.qp :hover,
.qp :focus {
    color: #1468bb;
}


.cshadz {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.is-drop-shadow {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    filter: drop-shadow(0 0 18px #333);
}

.shadz {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}



.shadz:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.course {
    margin-top: 20px;
}

.course p {
    color: #fff;
    font-weight: 400;
}

.course-image {
    position: relative;
    width: 100%;

}

/* Bottom left text */
.bottom-left {
    color: white;
    top: 8px;
    left: 16px;
    width: 100%;
    background: linear-gradient(1deg, #004284, #075db3);
    padding: 20px;
    margin-bottom: 1rem;
}

#qp_loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #071943cc no-repeat center center;
    display: none;
}

#qp_loader div#loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 20% 0 0 50%;


}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.is-slanted--top-left {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(0% + 4rem));
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% calc(0% + 4rem));
    margin-top: -4rem; 
    padding-top: 8rem;
}

.is-slanted--top-right {
    -webkit-clip-path: polygon(0% 0%, 100% calc(0% + 4rem), 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% calc(0% + 4rem), 100% 100%, 0% 100%);
    margin-top: -4rem;
    padding-top: 8rem;
}

.is-parallax {
    background-attachment: fixed;
}

.p-strip--image {
    background-repeat: no-repeat;
    background-size: cover;
}

.about {

    background-color: #f3f3f3;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../../Images/bg.png), #ffffff;

    padding: 120px 0;

}

.about .img {
    box-shadow: 16px 13px 0px 0px #ab3940;
    border-radius: 13px;

}

.about .table {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.about .ul {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.about .right span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.about .right h2 {
    font-size: 50px;
    color: #b82e2e;
    font-weight: 600;
}

.about .right p {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 500;
    color: #081531;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.about .left span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.about .left h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.about .left p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.about .middle span {
    font-size: 16px;
    color: #557ff5;
    font-weight: 600;
}

.about .middle h2 {
    font-size: 25px;
    color: #3b566e;
    font-weight: 600;
    line-height: 32px;
}

.about .middle p {
    font-size: 16px;
    font-weight: 400;
    color: #4d6479;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}

.lines {
    background-image: url(../../Images/Asset-2.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    /* padding-top: 60px; */
    padding-bottom: 130px;
}

.linez {
    background-image: url(../../Images/Asset-3.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /* padding-top: 60px; 
    padding-bottom: 130px;*/
}

.underline {
    background: linear-gradient(to right, #c6282c 0%, #04c3e1 100%);
    height: 2px;
    width: 171px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}


.form-control{
    border: 1px solid var(--pcol);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--pcol);
    outline: 0;
    box-shadow: 0 0 0 1.2px var(--pcol);
}