body{
    margin: 0;
}

ul li{
    display:block;
    font-size: 17px;
}

.width{
    width: 60%;
}

.social-icons ul li{
    display: inline-block;
}

.social-icons ul li:nth-child(1) a {
    background: #3c599b;
    border-color: #3c599b;
}
.social-icons ul li a {
    border: 1px solid #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
}

.social-icons ul li:nth-child(2) a {
    background: #1ea1f3;
    border-color: #1ea1f3;
}

.social-icons ul li:nth-child(3) a {
    background: #cd2e80;
    border-color: #cd2e80;
}

.social-icons ul li:nth-child(4) a {
    background: #fb000f;
    border-color: #fb000f;
}

.coure-icon-inner {
    width: 130px;
    height: 130px;
    background: #fff;
    text-align: center;
    line-height: 130px;
    border-radius: 100%;
    display: inline-block;
}

.b-radius{
    border-radius: 20px !important;
}

.card-course :nth-child(1) .card{
    background: #f0aa00;
}
.card-course :nth-child(2) .card{
    background: #ff002a;
}
.card-course :nth-child(3) .card{
    background: #003d69;
}
.card-course :nth-child(4) .card{
    background: #3db2d5;
}

.text-color{
    color: #090c6d !important;
}

.btnclr{
    background-color: #090c6d !important;
    color: #fff !important;
}

.bg-color{
    background-color: #232936 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.choice-wrap {
    padding: 60px 0 70px 0;
    text-align: center;
    background: url(../images/choice-bg.jpg) no-repeat top;
    background-size: cover;
}

.enroll-wrap {
    background: url(../images/enroll-bg.jpg) !important;
    padding: 100px 0;
}

hr{
    margin: 3px !important;
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .row .logo .img1{
    width: 80%;
    margin: auto;
}
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.row .logo .img1{
    width: 60%;
    margin: auto;
 }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .row .logo .img1{
        width: 60%;
        margin: auto;
     }
 }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .row .logo .img1{
        width: 80%;
        margin: auto;
     }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .row .logo .img1{
        width: 30%;
        margin: auto;
     }
}


/* about us */


.aboutbg{
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    text-align: center;
    padding: 30px 0px;
}

/* founder */

.text-drk{
    color: #52575e !important;
}

/* oasis report */


.customtable table tr:nth-child(even) {
    background-color: skyblue !important;
}

.customoddtable table tr:nth-child(odd) {
    background-color: skyblue !important;
}
.whitebg table tr:nth-child(even) {
    background-color: white !important;
}

.bg{
    background-color: skyblue !important;
}

.reporttable ul li{
    color: #090c6d !important;
}

/* academics */

.custom-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.academictable table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

.academictable table th{
    background-color: #090c6d !important;
}


/* sports */

.bodytxt{
    color: #52575e !important;
}


/* table even */

.eventbl table tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}

/* contact us */

.address-item {
    background-color: #fafafa !important;
    border-radius: 10px;
    text-align: center;
}

.address-item .address-icon {
    background: #ff002a;
    height: 70px;
    width: 70px;
    color: #fff;
    line-height: 70px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 15px;
    font-size: 32px;
}

.login-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #fffaee;
    border: 1px solid #090c6d;
    padding: 50px;
}

.registerWrp {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.loginWrp .send_btn {
    width: 100%;
    letter-spacing: 0;
    font-weight: 600;
}

.form-group .btn {
    background: #090c6d;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 40px;
}

.form-group .btn:hover{
    background: red;
    color: #fff;

}