﻿/* File Created: January 2, 2020 */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Nanum+Gothic);
body {
    background-color: #f9f9f9;
    font-family: 'Poppins', sans-serif !important;
}
a:hover
{
    cursor: pointer;
}
.layer2 .col-sm-2.col-xs-6.col-md-2
{
    padding: 0;
}

/* Olympiad */
.olympiad {
    width: 19rem;
    position: fixed;
    right: 0.8rem;
    top: 20rem;
    background: url(../images/cracker.gif);
    z-index: 998;
    background-position: center;
    background-size: 56px , cover;
}

.olympiad > a > img 
{
    width: 100%;
    box-shadow: 1px 1px 1px transparent;
}


@media only screen and (min-width: 1200px)
{
    .container
    {
        width: calc(100% - 50px);
    }
}
.Header
{
    display: inline-block;
    width: 100%;
}
.Layer1
{
    display: inline-block;
    width: 100%;
    /*padding: 5px;*/
    padding-top: 7px;
    background-color: #d4d4d4;
}

.Layer1 .Header_social_Links {
    display: inline-flex;
    float: left;
    color: #1d0f59;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    font-size: 16px;
}

.Layer1 .Header_social_Links i
{
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    background: orange;
    border-radius: 50%;
}
.Registration
{
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 2px 13px;
    min-width: 86px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #fff;
    background: #811010;
}

.Layer1 .SignUp, .Layer1 .SignIn
{
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 2px 13px;
    min-width: 86px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase !important;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #fff;
}
.Layer1 .SignUp
{
    background-color: #811010;
}
.Layer1 .SignIn
{
    background-color: #04d2c8;
}
.Layer1 .SignUp:hover, .Layer1 .SignIn:hover
{
    text-decoration: none;
}
.layer2
{
    z-index:99;
    /*display: inline-block;*/
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    width: 100%;
}

.Logo
{
    display: inline-block;
    width: 100%;
}
.Logo > a > img
{
    max-width: 100%;
    height: auto;
    width: auto;
}

.deaMLogo
{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.deaMLogo img
{
    height: 75px;
    margin-top: 15px;
}
.header_desc
{
    height: auto;
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-top: 30px;
}

.header_desc > p
{
    display: inline-block;
    padding: 13px;
    background-color: #FF5722;
    box-shadow: 3px 4px 0px #7e007b;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}
.header_desc > p:hover
{
    background-color: #7e007b;
    box-shadow: 3px 4px 0px #ffa500;
}

.menubar
{
    display: inline-block;
    width: 100%;
    display: inline-block;
}
.team-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .team-card {
      background-color: #fff;
      border: 2px solid #007bff;
      border-radius: 15px;
     
      text-align: center;
      padding: 20px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .team-card img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #007bff;
      margin-bottom: 15px;
    }

    .team-card h3 {
      margin: 10px 0 5px;
         font-size: 18px;
      color: #007bff;
    }

    .team-card p {
      margin: 0;
      color: #620e0e;
     font-size: 15px;
     font-weight: bold;
    }

    @media(max-width: 768px){
      .team-card {
        width: 45%;
      }
    }

    @media(max-width: 500px){
      .team-card {
        width: 100%;
      }
    }
nav {
     margin-top: 0px;
    padding: 15px 0px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.blink {
  animation: blink-animation 1s steps(2, start) infinite;
  color: red; /* Text color */
  
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
#nav-1
{
    background-color: #811010;
}
.link-1 {
    font-family: 'Poppins', sans-serif !important;
    transition: 0.3s ease;
    background: #811010;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-top: 4px solid #811010;
    border-bottom: 4px solid #811010;
    padding: 0px 16px;
    text-transform: capitalize;
    line-height: 40px;

}
.link-1:hover, .link-1:active, .link-1:focus
{
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 6px 10px;
    text-decoration: none;
    color: #fff;
}
.Header_mobile, .closebtn
{
    display: none;
}

@media only screen and (max-width: 991px)
{
 .Layer1 .Header_social_Links {
    display: inline-flex;
    float: left;
    color: #1d0f59;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    font-size: 13px;
}   
}

@media only screen and (max-width: 767px) {
    .paymentlaptop {
        display: none;
    }
}
/* start */
@media only screen and (max-width: 768px)
{
.btn_grp_div > div {
    margin: 0 5px;
    width: calc(100%/2.2)!important;
}

.btn_grp_div div > a
{
    width: 100%;
    font-size: 12px;
    min-width: 160px!important;
}

.gallery_div
{
    min-width: 160px;
}

.Layer1 .SignUp, .Layer1 .SignIn {
    padding: 2px 0px!important;
}

.Header_social_Links
{
    text-align: center;
}

.Layer1 .container-fluid
{
    padding: 0!important;
}

.btn_grp_div {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between!important;
}
    
    .mb-5
{
    margin-bottom: 5px;
}
.olympiad
{
    width: 16rem;
    left: 0.8rem;
    top: 45%;
}


 .Layer1 .Header_social_Links {
    display: inline-flex;
    float: left;
    color: #1d0f59;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    font-size: 15px!important;
}      
}
@media only screen and (max-width: 600px)
{
    .Layer1 .Header_social_Links
    {
        font-size: 12px;
    }
 
    .menubar
    {
        display: none;
    }
    .Header_mobile
    {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        padding: 5px;
        background-color: #263d59;
    }
    .Header_mobile .togglebtn
    {
        font-size: 20px;
        color: #fff;
    }
    .menubar
    {
        width: 80%;
        padding: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        position: fixed;
        z-index: 999;
        height: 100%;
        background-color: #263d59;
    }
        .menubar nav {
            width: 100%;
            margin-top: 0px;
            padding: 10px;
            text-align: center;
            font-family: 'Poppins', sans-serif !important;
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
        }
    .menubar nav .link-1
    {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px;
        margin: 0px;
        border-bottom: 1px solid #757b82;
        font-size: 15px;
    }
    .closebtn
    {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0px;
        z-index: 999;
        height: 100%;
        width: 0px;
        top: 0px;
        display: inline-block;
        padding: 0;
        background-color: #f9f9f9;
    }
}
.Slider
{
    display: inline-block;
    width: 100%;
}
.Slider img
{
    width: 100%;
    display: inline-block;
}
.Div_how_toReach
{
    display: inline-block;
    width: 100%;
    display: inline-block;
    min-height: 400px;
    padding: 50px 0px;
}

.Div_ExamPattren
{
    width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 50px 0px;
}
.widget1
{
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}
.tblExam
{
    width: 100%;
    color: #000;
    border-color: #263d59;
}
.colorwhite
{
    color: #fff;
}
.tblExam th
{
    padding: 10px;
    text-align: center;
    background: #263d59;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.tblExam td
{
    font-weight: normal;
    padding: 10px;
    text-align: center;
}
.Exam_P
{
    text-align: center;
    margin: 10px;
    font-size: 15px;
}
.Exam_P a
{
    padding: 5px;
    background-color: #263d59;
    color: #fff;
    border: 2px solid #263d59;
}
.Exam_P a:hover
{
    color: #263d59;
    background-color: #fff;
}
.Footer_div
{
    width: 100%;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
}
.removePadding
{
    padding: 0px;
}
.plr
{
    padding-left: 15px;
    padding-right: 15px;
}
.ContactInfo
{
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 50%;
    display: inline-block;
    padding: 10px;
    position: absolute;
    background: linear-gradient(90deg, transparent 5%, #fff 20%);
}
.border_botom_left
{
    width: 100px;
    height: 5px;
    background-color: Orange;
}
.ContactInfo_desc
{
    width: 100%;
    display: inline-block;
    padding: 20px;
}
.ContactInfo_desc p
{
    font-size: 18px;
}
.ContactInfo_desc p i
{
    font-size: 20px;
    margin-right: 20px;
    background-color: #263d59;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
}
.Socail_Links
{
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.Socail_Links a
{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    margin-left: 10px;
}
.Socail_Links a.facebook
{
    background-color: #263d59;
    color: #fff;
}
.Socail_Links a.twitter
{
    background-color: #46b3dd;
    color: #fff;
}
.Socail_Links a.youtube
{
    background-color: red;
    color: #fff;
}
.Socail_Links a.insta
{
    background-color: #931b1b;
    color: #fff;
}
.copyright
{
    width: 100%;
    padding: 10px;
    display: inline-block;
    background: #263d59;
    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .ContactInfo_desc
    {
        padding: 20px 0px;
    }
    .ContactInfo
    {
        right: 0px;
        top: 0px;
        bottom: 0px;
        height: 100%;
        width: 100%;
        display: inline-block;
        padding: 10px 0px;
        position: static;
        background: linear-gradient(90deg, transparent 5%, #fff 20%);
    }
    .ContactInfo_desc p
    {
        font-size: 15px;
    }
    .ContactInfo_desc p i
    {
        font-size: 15px;
        margin-right: 10px;
        background-color: #263d59;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 10px;
        border-radius: 50%;
    }
    .Layer1 .SignUp, .Layer1 .SignIn
    {
        padding: 2px 30px;
    }
}



.panel-heading
{
    font-size: 20px;
}
.Div_syllabus
{
    display: inline-block;
    width: 100%;
}
.Div_Prize
{
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    background-color: #fff;
}
.tblPrize
{
    width: 100%;
    border-color: #263d59;
}
.tblPrize th, .tblPrize td
{
    text-align: center;
    padding: 19px;
}
.tblPrize th
{
    background-color: #7e007b;
    color: #FFF;
}
.border_botom_center
{
    width: 100px;
    height: 5px;
    margin: 0px auto 20px;
    background-color: Orange;
}
/*--------------------------*/

.ModelPop
{
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.79);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    overflow: auto;
}
.ModelPop.collapse
{
    display: none;
}


.LoginBox
{
    box-sizing: border-box;
    width: 390px;
    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%;
    background-color: #3F51B5;
    color: #fff;
}

.LoginBox > .heading > h2
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}


.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;
}

#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;
}

.errorcode
{
    color: Red;
}
.HowToFill
{
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.HowToFill img
{
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.HowToFill p
{
    font-size: 18px;
    color: #263d59;
    text-align: center;
}
.Offline {
    font-family: 'Poppins', sans-serif !important;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #2c9c8e;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}


.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;
    text-align: center;
    background: #263d59;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.popuptable td
{
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

#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;
}

.Login_Desc label
{
    padding-left: 6px;
}

.Model_closebtn {
    display: inline-block;
    position: absolute;
    right: -9px;
    top: -12px;
    font-weight: 800;
    color: #F44336;
    background: #fff;
    z-index: 999;
    padding: 12px 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif !important;
    border: 5px solid #3f51b5;
}
.Model_closebtn:hover
{
 color: #263d59!important;   
}

.Model_close
{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    z-index: 999;
    padding: 5px;
}
.Model_close:hover
{
    color: #fff;
}
.Model_closebtn:hover
{
    color: #fff;
}
.errorcode
{
    color: Red;
}

.otherLinks
{
    width: 100%;
    display: inline-block;
}

.otherLinks a
{
    padding: 5px;
    display: inline-block;
    color: Gray;
}

.g-recaptcha
{
    display: inline-block;
}
input[type="checkbox"]:focus + label
{
    color: red;
}

.div_about
{
    display: inline-block;
    padding: 50px 0px;
    width: 100%;
    background: #fff;
}


.div_about p
{
    font-size: 16px;
    color: #263d59;
    text-align: justify;
    line-height: 25px;
}

.readmore {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    /* border: 2px solid #263d59; */
    color: white;
    font-size: 21px;
    background: #7E007B;
    text-transform: capitalize;
    border-radius: 5%
}
    .readmore:hover{
        color:white
    }


    .Div_Tie {
        padding: 50px 0px;
        width: 100%;
        display: inline-block;
        background-color: #cae1fd;
    }
.Div_Tie p
{
    font-size: 16px;
    color: #263d59;
    text-align: justify;
    line-height: 25px;
}


@media only screen and (max-width: 600px)
{
    .LoginBox
    {
        width: 80%;
        margin: 30px auto 0;
    }
    .Login_Desc ul
    {
        padding-left: 16px;
        text-align: justify;
    }

    .Model_closebtn {
        padding: 11px 7px!important;
        width: 35px !important;
        font-size: 17px !important;
        height: 35px !important;
    }
    
    .Login_Desc ul > li
    {
        margin-bottom: 10px;
    }
}




.PageContent
{
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.Box
{
    width: 100%;
    display: inline-block;
    padding: 5px;
    background: #fff;
    box-shadow: 1px -1px 4px #b6b2b2;
    margin-top: 20px;
    margin-bottom: 10px;
}
.Box h3
{
    padding: 10px;
    background-color: #263d59;
    margin: 0px;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.Box > .tblExam
{
    border: 1px solid #f8f8f8;
    border-color: #f8f8f8;
}

.Box > .tblExam td
{
    text-align: left;
}

.div_admitcard
{
    display: inline-block;
    padding: 5px;
    width: 750px;
    margin: auto;
    top: 50px;
    background-color: #fff;
}



::-webkit-scrollbar
{
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #555;
}


 .ResultPopup
        {
          
    width: 200px;
    position: fixed;
    right: 0px;
    top: 30%;
    background-color: #fff;
    padding: 10px;
    box-shadow: -2px 3px 7px 0px #000000a1;
    z-index: 999;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 5px solid white;
        }
        .ResultPopup img
        {
            max-width: 100%;
            display: inline-block;
        }
        
@media only screen and (max-width: 600px)
{
    .logo{margin:0px auto;}
 .ResultPopup
 {
     top   :60%;
 }
}
        .resultIcon{   
    -webkit-animation: resultIconswing 2s infinite ease-in-out;
    -moz-animation:    resultIconswing 2s infinite ease-in-out;
    -o-animation:      resultIconswing 2s infinite ease-in-out;
    -ms-transition:    resultIconswing 3s infinite ease-in-out; 
    animation:         resultIconswing 4s infinite ease-in-out;
}

@-webkit-keyframes resultIconswing{
    0%{background-color:Red;color:#fff;}
    50%{background-color:#ff9800;color:#fff;}
    100%{background-color:#263d59;color:#fff;}
}

@-moz-keyframes resultIconswing{
    0%{background-color:Red;color:#fff;}
    50%{background-color:#ff9800;color:#fff;}
    100%{background-color:#263d59;color:#fff;}
}

@-o-keyframes resultIconswing {
    0%{background-color:Red;color:#fff;}
    50%{background-color:#ff9800;color:#fff;}
    100%{background-color:#263d59;color:#fff;}
}

@-ms-keyframes resultIconswing {
    0%{background-color:Red;color:#fff;}
    50%{background-color:#ff9800;color:#fff;}
    100%{background-color:#263d59;color:#fff;}
}

@keyframes resultIconswing {
    0%{background-color:Red;color:#fff;}
    50%{background-color:#ff9800;color:#fff;}
    100%{background-color:#263d59;color:#fff;}
}
.card
{
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid transparent;
    border-radius: 8px;
}
.card .header {
    color: #555;
    /* padding: 20px; */
    border-radius: 8px 8px 0px 0px;
    /* width: 100px; */
    text-overflow: ellipsis;
    display: flex;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}
.card> .header1 {
    color: #555;
    /* padding: 20px; */
    border-radius: 8px 8px 0px 0px;
    /* width: 100px; */
    text-overflow: ellipsis;
    display: inline-block;
    width:100%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}
.card .bg-red, .card .bg-pink, .card .bg-purple, .card .bg-deep-purple, .card .bg-indigo, .card .bg-blue, .card .bg-light-blue, .card .bg-cyan, .card .bg-teal, .card .bg-green, .card .bg-light-green, .card .bg-lime, .card .bg-yellow, .card .bg-amber, .card .bg-orange, .card .bg-deep-orange, .card .bg-brown, .card .bg-grey, .card .bg-blue-grey, .card .bg-black {
    border-bottom: none !important;
    color: #fff !important;
}
.card .header .header-dropdown {
    position: absolute;
    top: 20px;
    right: 15px;
    list-style: none;
}
.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
    overflow: auto;
    height: 220px;
    max-height: 300px;
}
.card> .body1 {
    font-size: 13px;
    color: #555;
    padding: 6px;
    overflow: auto;
    min-height: 300px;
    max-height: 400px;
}
.card .header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding-right: 7px;
    padding-left: 7px;
    height: 50px;
    position: relative;
    padding-top: 2%;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    text-align: center;
    vertical-align: middle !important;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #fff;
    -webkit-box-orient: vertical;
}
.card> .header1 h2 {
    font-size: 16px;
    font-weight: normal;
    padding-right: 7px;
    padding-left: 7px;
    /*height: 50px;*/
    position: relative;
    /*padding-top: 2%;*/
    text-align: center;
    vertical-align: middle !important;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.purple
{
    background: #811010;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 2px 13px;
    min-width: 86px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase !important;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    color: #fff;
}

/* gallery */
.imageGallery
{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.gallery-div {
    width: 360px;
    height: 300px;
    border-radius: 10px 10px;
    margin: 10px 10px;
    transform: translateY(0);
    box-shadow: none;
    transition: .5s all ease-in;
}
.content span{
    color:white !important;
}
.gallery-album {
    position: relative;
    overflow: hidden;
    /*border: 0.3rem solid #ffffff;*/
    border-radius: 10px 10px;
    box-shadow: 3px 5px 8px 0px #33333326;
}

.gallery-div:hover
{
    box-shadow: 1px 12px 20px #33333357;
    transform: translateY(-10px);
}

.gallery-album {
    width: 100%;
    height: 300px;
}


.gallery-album a.img-0 {
    display: block !important;
    position: relative;
    width: auto;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* video */

    #vid_div
    {
        padding: 10px 0;
    }
    
    .vid_div_cnt
    {
        margin: 10px 0;
    }
    
    .vid_div_cnt > iframe
    {   
    width: 100%;
    height: 220px;
    border: 1px solid black;
    box-shadow: 10px 11px 0px #3333330d;
    }
    
    .gallery_div
    {
        margin-bottom: 20px;
    }
    
    @media screen and  (max-width: 768px)
    {
        
         .vid_div_cnt
    {
        margin: 20px 0;
    }
        
     .vid_div_cnt > iframe
        {
            height: 145px;
        }   
    }



/* grade table */
.grade_1 span {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.grade_1
{
    padding-top: 10px;
}

.grade_1 span > span {
    color: #e63e3e;
    margin-right: 5px;
}
/* btn */
.btn_grp_div
{
     display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.btn_grp_div > div
{
    margin: 0 5px;
}

.shadow
{
    box-shadow: 3px -1px 9px #3333338a;
}

.btn-reg
{
    border-radius: 1px!important;
    font-weight: 700;
    letter-spacing: 1px;
}

/*New Css Start*/

@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");

:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}



/*body {
    display: grid;
    place-items: center;
}*/

.dd_heading {
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}

.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif !important;
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

@media (min-width: 600px) {
    .d_card {
        height: 253px;
        cursor: pointer;
    }
}

.d_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.d_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)) );
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100% );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}

.d_card:nth-child(1):before {
    background-image: url(../images/cycle_winner_4.jpg);
}

.d_card:nth-child(2):before {
    background-image: url(../images/cycle_winner_5.jpg);
}

.d_card:nth-child(3):before {
    background-image: url(../images/cycle_winner_6.jpg);
}

.d_card:nth-child(4):before {
    background-image: url(../images/cycle_winner_7.jpg);
}

.content {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}

    .content > * + * {
        margin-top: 1rem;
    }

.heading {
    font-size: 21px;
    font-weight: bold;
    line-height: 0.2;
    color: white;
}

.data-content {
    /*font-family: var(--font-serif);*/
    font-size: 15px;
    line-height: 1.35;
    margin-top: 50px;
}

@media (hover: hover) and (min-width: 600px) {
    .main {
        padding: 0px 40px;
    }

    .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }

        .content > *:not(.heading) {
            opacity: 0;
            -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
            -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
            transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
            transition: transform var(--d) var(--e), opacity var(--d) var(--e);
            transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        }

    .d_card:hover,
    .d_card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }

        .d_card:hover:before,
        .d_card:focus-within:before {
            -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
        }

        .d_card:hover:after,
        .d_card:focus-within:after {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .d_card:hover .content,
        .d_card:focus-within .content {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

            .d_card:hover .content > *:not(.heading),
            .d_card:focus-within .content > *:not(.heading) {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition-delay: calc(var(--d) / 8);
                transition-delay: calc(var(--d) / 8);
            }

            .d_card:focus-within:before,
            .d_card:focus-within:after,
            .d_card:focus-within .content,
            .d_card:focus-within .content > *:not(.heading) {
                -webkit-transition-duration: 0s;
                transition-duration: 0s;
            }
}

@media only screen and (max-width:600px) {
    .containertestpaper a {
        margin-bottom: 60px !important;
        padding-left: 11px !important;
    }

    .d_card {
        height: 300px;
    }

    .data-content {
        /* font-family: var(--font-serif); */
        font-size: 20px;
        line-height: 1.35;
    }

    .containertestpaper {
        width: 14rem !important;
        height: 15rem !important;
    }
}
/*Winner css End*/
/*
Test Paper Design Start*/
.main h1 {
    font-size: 10px;
    padding-top: 2px;
}

.main a span {
    font-size: 25px;
    /*padding: 2rem 0 3rem;*/
}

.main {
  /*  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
}

.wrap {
    margin: 2rem;
  /*  transform-style: preserve-3d;
    transform: perspective(100rem);
    cursor: pointer;*/
}

.containertestpaper {
    --rX: 0;
    --rY: 0;
    --bX: 45%;
    --bY: 45%;
    width: 18rem;
    height: 17rem;
    border: 1px solid var(--background-color);
    border-radius: 1.6rem;
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: flex-end;
    position: relative;
    /* transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg)); */
    background: linear-gradient(hsl(0deg 23.41% 51.87% / 1%), hsl(0deg 0% 0% / 28%)), url(../images/book-7665986_1280.jpg);
    background-position: var(--bX) var(--bY);
    background-size: 28rem auto;
    box-shadow: 0 0 3rem 0.5rem hsla(0, 0%, 0%, .2);
    transition: transform .6s 1s;
}

    .containertestpaper::before,
    .containertestpaper::after {
        content: "";
        width: 2rem;
        height: 2rem;
        border: 1px solid #fff;
        position: absolute;
        z-index: 2;
        opacity: .3;
        transition: .3s;
    }

    .containertestpaper::before {
        top: 2rem;
        right: 2rem;
        border-bottom-width: 0;
        border-left-width: 0;
    }

    .containertestpaper::after {
        bottom: 2rem;
        left: 2rem;
        border-top-width: 0;
        border-right-width: 0;
    }

.containertestpaper--active {
    transition: none;
}

.containertestpaper--2 {
    filter: hue-rotate(1deg) saturate(140%);
}

.containertestpaper--3 {
    filter: hue-rotate(1deg) saturate(140%);
}

.wrap a:hover {
    text-decoration: none !important;
}

.containertestpaper .clas {
    color: white;
    font-size: 2rem;
    margin-bottom: 60px;
    padding-left: 28px;
}

.wrap:hover .containertestpaper::before,
.wrap:hover .containertestpaper::after {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
}

.abs-site-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: hsla(0, 0%, 0%, .6);
    font-size: 1.6rem;
}

/*Test Paper Design End*/

/*Whatsapp Icons*/
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
@media (min-width: 768px) {
    .paymentmob {
        display: none;
    }
}
.my-float {
    margin-top: 16px;
}
/*Whatsapp ENd*/
.winners {
    padding: 20px 0px 80px 0px;
    background-image: url(../images/section-bg-01.jpg)
}

a:hover {
    text-decoration: none !important;
}

.accordion-button {
    line-height: 19px;
    font-size: 13px !important
}

a:hover {
    text-decoration: none !important;
}

.sectionfooter {
}

@media (min-width: 760px) {
    .footer-wave-svg {
        height: 50px !important;
    }
}

@media (min-width: 768px) {
    .paymentmob {
        display: none;
    }
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.sectionfooter {
    background: white
}

.footer-wave-path {
    fill: #ecf0f3;
}

.footer-copyright {
    background-color: #263D59;
    color: white !important;
    padding: 15px 30px;
    text-align: center;
}

    .footer-copyright a {
        color: white
    }




@media only screen and (min-width: 1024px) {
    .back {
        top: 0px;
        position: fixed !important;
    }

    .back {
        background-color: white !important;
        padding-top: 10px !important;
    }
}
.accordion-body p{
    font-size:12px !important;
}

.Celebration a {
    border-radius: 10px;
    box-shadow: 10px 10px 5px 5px #ccc !important;
    /* transform: scale(1);
    transition: 1s ease;*/
    width: 100%;
    cursor: pointer;
}

    .Celebration a:hover {
        /*  transform:scale(-1,1);
    transition:1s ease;*/
    }
