/*************************************/
/*          Custom css Start         */
/*************************************/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

section {
    padding: 100px 0;
}

.card {
    border-radius: 0;
    border: none;
}

.card-body {
    padding: var(--bs-card-spacer-y) 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

ul {
    list-style: none;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.btn_1 {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    background: #fff;
    color: #0070b3;
    border: 1px solid #fff;
}

    .btn_1:hover {
        color: #000;
    }

.btn_2 {
    /*text-transform: uppercase;*/
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    transition: all 0.5s ease 0s;
    background: #6668FB;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #6668FB;
}
    .btn_2:hover {
        background-color: #5C5EE0;
        border-color: #5C5EE0;
    }
.btn_3 {
    font-size: 12px;
    background: #0070B3;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #0070B3;
}

p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    color: #151515;
}

/*************************************/
/*          Custom css end         */
/*************************************/

/*------------Header starts------------*/
.fixed-header-logo {
    display: none;
}

header.fixed-header {
    position: sticky;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0 2px 4px -4px black;
    -moz-box-shadow: 0 2px 4px -4px black;
    box-shadow: 0 2px 4px -4px black;
    background: #f8f9fa;
    z-index: 111111;
}

    header.fixed-header .fixed-header-logo {
        display: block;
    }

   /* header.fixed-header .logo-fixed {
        display: none;
    }*/

    header.fixed-header .nav > li > a {
        color: #000;
    }

        header.fixed-header .nav > li > a:hover {
            color: rgba(0,0,0,.7);
        }

header {
    padding: 12px 0px;
    /*position: absolute;
    z-index: 11;*/
    width: 100%;
    color: #fff;
}

    header .navbar-brand {
        width: 330px;
    }

    header .navbar-nav {
        margin-left: auto;
    }

        header .navbar-nav .nav-item.active a {
            color: #000;
            /* font-weight: 500; */
            letter-spacing: 0.5px;
        }

.btn:hover {
    background-color: initial;
}

header .navbar-toggler {
    border: none;
}

    header .navbar-toggler:focus {
        box-shadow: none;
    }
/* header .nav-item {
    padding-right: 18px;
  } */

header .profile-dropdown {
    padding-right: 0;
}

.nav-link {
    color: #000000;
}
/* header .login_icon {
    border: 1px solid #003f7d;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

header .login_icon img {
    margin-left: 17px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 18px;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 53px;
    position: absolute;
    right: 5px;
    min-width: fit-content;
}

.nav-link:hover {
    color: #000;
}
.usefull_link {
    max-width: 220px;
    margin-left: auto;
}
.footer_heading.footer-contact {
    max-width: 240px;
    margin-left: auto;
}

@media (max-width: 1199px) {
    .navbar-brand {
        max-width: 170px;
    }
    .usefull_link {
        max-width: 180px;
        margin-left: auto;
    }

    .fixed-header .toggle {
        color: #000;
    }
}

@media (max-width: 991px) {
    .footer_heading.footer-contact {
        max-width: inherit;
    }
    .usefull_link {
        max-width: inherit;
    }
}

/* header css end */

/*------------Footer starts------------*/
.footer p {
    color: #fff;
    font-weight: 500;
}

.footer {
    background-color: #013D7C;
    padding: 80px 0 50px;
    margin-top: -1px;
}

.footer_social_icon {
    display: flex;
}

    .footer_social_icon span {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        border-radius: 100%;
        margin-right: 10px;
    }

        .footer_social_icon span:last-of-type {
            margin-right: 0;
        }

        .footer_social_icon span i {
            color: #242424;
            margin-right: 2px;
            margin-top: 2px;
        }

.footer_heading h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footer_heading ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer_heading ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    word-break: break-all;
}

    .footer_heading ul li a:hover {
        color: #fff;
    }

    .footer_heading ul li a span {
        min-width: 30px;
        color: #fff;
    }

.footer_heading {
    margin-top: 10px;
}

p.pFooterNote {
    color: #fff;
    margin: 20px 0;
}

.footer_logo {
    width: 250px;
}

.usefull_link ul li {
    position: relative;
    /*padding-left: 25px;*/
}

/*.usefull_link ul li:before {
        content: "\f061";
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        color: #333;
        font-size: 12px;
        top: 4px;
    }*/

@media (min-width: 768px) and (max-width: 991px) {
    div #top {
        order: -1;
    }

    #for-order {
        order: -1;
    }
}

@media (max-width: 1199px) {
    .footer_logo {
        width: auto;
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 50px 0;
    }

    .footer_logo {
        width: 200px;
    }
}


/*------------Footer end------------*/

.contact-icon i {
    color: #0070B3;
    font-size: 30px;
}

.navbar-nav {
    align-items: center;
}

.header-demo-btn {
    /* padding: 0px 17px; */
    margin-left: 20px;
    margin-right: 15px;
    padding: 0 !important;
    line-height: 1.2;
}

/* back to top */
#back-to-top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    display: none;
    z-index: 99999;
    background: linear-gradient(to left, #002864 0%, #00b4ff 100%);
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

    #back-to-top i {
        transform: rotate(-45deg);
        margin-bottom: 2px;
        margin-right: 2px;
        font-size: 30px;
    }

.the_date {
    position: absolute;
    border: none;
    top: 10.8px;
    left: 105px;
    font-size: 16px;
    color: #000;
    background: transparent;
    width: 100px;
    cursor: none;
    pointer-events: none;
}

    .the_date:focus {
        border: none !important;
    }

.select2-container--default .select2-results__option[aria-disabled="true"] img {
    display: none;
}

.btn_try_now:hover {
    color: #fff !important;
}



.courses ul li p strong {
    font-size: 30px;
}

.footer-copyright {
    background: linear-gradient(to right, #002864 0%, #00b4ff 100%);
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .the_date {
        position: absolute;
        border: none;
        top: 9.8px;
    }
}

@media (min-width:576px) and (max-width: 1399px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1199px) {
    section {
        padding: 50px 0;
    }
}
