@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
    overflow-x: hidden;
}

.link-menu {
    list-style: none;
    display: block;
}

    .link-menu li {
        display: inline-block;
        margin: 10px 5px;
    }

.errorCode
{
    color:red;
}
.nav-link {
    color: #fff !important;
    font-size: 16px;
}

.btn-main {
    background-color: #5C258D !important;
    color: #fff !important;
}

.btn-pt {
    padding-top: 14px;
}

.main-color {
    color: #5C258D !important;
}

.link-menu li a {
    color: #fff;
    text-decoration: none;
}

.bg-header {
    background: #0f9162;
    box-shadow: 0px 0px 4px 0px #dcdcdc;
}

.last-date {
    font-size: 19px;
    color: yellow;
}




.btn-default {
    padding: 5px 16px;
    text-align: center;
    color: #0a0a0a !important;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .6s;
    transition: .6s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 1px;
    z-index: 0;
    BACKGROUND: linear-gradient( 45deg, #ffdd00, #ffe538);
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 2px;
}

header span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .5px;
}

.btn-default:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background: linear-gradient( 45deg, #eb112f, #cb0038);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s,-webkit-transform .9s;
}



.btn-default:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.btn-default:hover {
    color: #fff !important;
    border: 1px solid #dd0a34;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
}

.btn-review {
    color: #fff !important;
    background: #ffc107 !important;
    border-color: #ffc107 !important;
}

.border_botom-review {
    width: 100px;
    height: 5px;
    border: 2px solid #ffc107;
    background-color: #ffc107;
    opacity: 1;
    margin: 0px auto 20px;
}

.bg-about {
    padding: 70px 0px;
}

    .bg-about center img {
        opacity: .2;
    }

    .bg-about h2, .our-blog h2, .exam-table h2, .syllabus-cont h2, .prize_cont h2, h2.reg_form-h2 {
        color: #ab1d65;
    }

    .bg-about p {
        font-size: 17px;
        letter-spacing: .5px;
        font-weight: 400;
        line-height: 30px;
        color: #545454;
    }

.border_botom_center {
    width: 100px;
    height: 5px;
    border: 2px solid #ab1d65;
    background-color: #ab1d65;
    opacity: 1;
}


.border_botom {
    width: 100px;
    height: 5px;
    border: 2px solid #ab1d65;
    background-color: #ab1d65;
    opacity: 1;
    margin: 1rem auto;
}

.how-to {
    padding: 70px 0px;
}

.our-blog {
    background: #ffd5ea;
}
/*****step*********/
.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    position: relative;
    box-shadow: -13px 19px 20px 0 #0000001a;
}

.work-process h5 {
    letter-spacing: .5px !important;
    line-height: 30px !important;
    font-size: 18px !important;
}

.process-step h2 {
    color: #333;
}

.process-step {
    background-color: #f9d326;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #333;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -3px 6px 6px 0px #645f5f26;
}

.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}

    .process-point-right:before {
        content: "";
        height: 144px;
        width: 11px;
        background: #5c5c5c;
        display: inline-grid;
        transform: rotate(36deg);
        position: relative;
        left: -50px;
        top: -0px;
    }

.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}

    .process-point-left:before {
        content: "";
        height: 144px;
        width: 11px;
        background: #5c5c5c;
        display: inline-grid;
        transform: rotate(-38deg);
        position: relative;
        left: 50px;
        top: 0px;
    }

.process-last:before {
    display: none;
}

.process-box p {
    z-index: 9;
}

.process-step p {
    font-size: 20px;
    font-weight: 300;
}

.process-step h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: -4px !important;
    padding-bottom: 10px !important;
}

.process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #dfba10;
    border-left: 8px solid #04889800;
    border-right: 8px solid #dfba10;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #dfba10;
    border-left: 8px solid #dfba10;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
/*.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}*/
/*
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
*/
.exam-table {
    text-align: center;
}

.table {
    background: #ffff;
    border: 1px solid #333;
    box-shadow: -13px 14px 0px 0px #a7a7a71f;
}

    .table th {
        background: #a50e5a !important;
        color: #fff;
        font-size: 16px;
        letter-spacing: .5px;
        text-align: center;
        border: 1px solid #890949;
    }

    .table td {
        border: 1px solid #5e002f;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
    }

.about-us {
    background-image: url(../img/about-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

a:hover {
    text-decoration: none;
    color: yellow !important;
}


.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}

.syllabus-cont {
    background-color: #fff;
}

.blink {
    text-align: center;
}

.span {
    font-size: 17px;
    color: #ffde0a;
    animation: blink 2s linear infinite;
    font-weight: 600;
}

.exam_tbl_div span {
    background: #6c093b;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 3px 20px;
    position: relative;
}

    .exam_tbl_div span::before {
        content: "";
        border-top: 8px solid #04889800;
        border-bottom: 8px solid #440525;
        border-left: 8px solid #04889800;
        border-right: 8px solid #440525;
        display: inline-grid;
        position: absolute;
        left: -16px;
        top: 0;
    }

    .exam_tbl_div span::after {
        content: "";
        border-top: 8px solid #ff000000;
        border-bottom: 8px solid #440525;
        border-left: 8px solid #440525;
        border-right: 8px solid #ff000000;
        display: inline-grid;
        position: absolute;
        right: -16px;
        top: 0;
    }

.exam_tbl_div {
    text-align: center;
    position: relative;
}

.syllabus-cont table, .syllabus-cont .table th {
    border-top: none;
    position: relative;
}



@keyframes blink {
    0% {
        color: #fff;
    }

    50% {
        color: #ffde0a;
    }

    100% {
        color: #42f6ff;
    }
}

.contact-cont {
    padding: 70px 0px;
}

.login-section {
    background-image: url(../img/login-in.jpg);
    background-size: cover;
    padding: 100px 0px;
}

.form-check {
    display: inline-block !important;
}

.reg_form {
    padding: 20px 0px;
    background-image: url(../img/register.jpg);
    background-size: cover;
}

    .reg_form p {
        color: #fff;
    }

    .reg_form label {
        color: #fff !important;
    }

.reg_form-h2, .reg_form-h5 {
    color: #fff;
}

.ModelPop {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.79);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    overflow: auto;
}

    .ModelPop.collapse {
        display: none;
    }

.PopDesc {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
}

.popuptable {
    width: 100%;
    color: #000;
    border-color: #263d59;
}

.colorwhite {
    color: #fff;
}

.popuptable th {
    padding: 10px;
    background: #263d59;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.popuptable td {
    font-weight: normal;
    padding: 10px;
}

#zoomOutIn.ModelPop.fade .LoginBox {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#zoomOutIn.ModelPop.fade.in .LoginBox {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
}

.Model_closebtn {
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 23px;
    color: #333;
    font-weight: 700;
    z-index: 999;
    padding: 5px 12px;
    text-decoration: none;
    border: 1px solid #212529;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

    .Model_closebtn:hover {
        color: #333 !important;
    }

.errorcode {
    color: Red;
}

.LoginBox {
    box-sizing: border-box;
    width: 370px;
    position: relative;
    margin: 30px auto;
    display: block;
    flex-direction: column;
    animation-fill-mode: forwards;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 5px;
}

    .LoginBox > .heading {
        padding: 10px;
        display: inline-block;
        width: 100%;
        color: #fff;
    }

.Login_Desc {
    padding: 10px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

.LoginBox > .Login_Desc > input {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #8e8f93;
    border-radius: 50px;
    outline: none;
}

.recoverypassword {
    text-align: right;
    display: inline-block;
    padding: 5px;
    width: 100%;
}

.LoginBox > .Login_Desc > input[type="submit"] {
    background-color: #F44336;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.registerolymped {
    position: fixed;
    top: 116px;
    z-index: 2;
    right: 5px;
}

    .registerolymped img {
        width: 180px;
    }



#closePOP {
    position: absolute;
    top: 6px;
    right: 11px;
    background: linear-gradient( 45deg, #dddddd, #bdb9b9);
    z-index: 1;
    font-size: 18px;
    border-radius: 50%;
    color: #484848 !important;
    width: 24px;
    height: 24px;
    border: 1px solid #adadad;
    box-shadow: none;
}

    #closePOP span {
        position: absolute;
        top: -5px;
        left: 7px;
        font-size: 20px;
        box-shadow: 1px 1px 2px #dbdbdb;
    }

div#Olympiad-modal {
    background: url(../img/modal_bg.png);
    background-color: #000000ba;
}

.bg-dark {
    background-color: #851a4e !important;
}

.syllabus-cont .exam_tbl_div::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    background: #a50e5a;
    height: 100px;
    z-index: 0;
}

#closePOP:hover {
    background-color: #ffc107 !important;
}

#Olympiad-modal .modal-body {
    padding: 0px !important;
}

.prize_cont {
    padding: 50px 0px;
    background: #ffd5ea;
}

.text-proess {
    box-shadow: 0px 0px 3px 0px #dcdcdc;
    padding: 20px;
    border-radius: 11px;
    background: #fff;
}

/* footer */
.footer_div {
    background-color: #ac1e63;
}

    .footer_div h2 {
        font-weight: 700;
        letter-spacing: 1px;
        position: relative;
        color: #fff;
    }


.footer_div_content ul.list-unstyled i {
    margin-right: 10px;
}

.footer_div_content h3 {
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    text-shadow: -5px -4px 0px #931b55;
}

.footer_div_3 {
    border-top: 1px solid #931b558a;
    padding-top: 5px;
}

.footer_div_content > div > span {
    color: #ffda25;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer_div_1 span {
    color: #fff;
    letter-spacing: .5px
}

.footer_div_2 p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    padding-right: 7px;
    margin: 0;
    letter-spacing: 1.3px;
    color: #fff;
    text-shadow: -3px 0px 7px #781746;
}

.footer_div_2 h3 {
    margin: 0
}

.footer_div_2 span {
    color: #fff;
}

.footer_div_3 img {
    margin-right: 8px
}

.footer_div_3 li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: .5px
}

.copyright {
    background: #931b55;
}

    .copyright img {
        width: 10px;
        height: 10px;
        text-shadow: 0 0 0 #333;
        margin: 0 5px
    }

    .copyright a {
        color: #ffce29;
        text-decoration: none;
        font-weight: 700
    }

    .copyright p {
        padding: 0;
        margin: 0
    }


/* registration form */
section.reg_form {
    background-image: linear-gradient(45deg, #a30b54, #d50569);
}
