p {
    color:#000;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header-cta {
    text-align: right;
}

select{
    -webkit-appearance: listbox !important;
}

.header-social {
    display: flex;
    align-items: center;    
}
.hero_section {
    position:relative;
}
.hero_section .form_banner {
        position: absolute;
    top: 40px;
    right: 5%;
    width: 13%;
    background: #ffffffc7;
    padding: 10px 20px;
    border-radius: 10px;
}
.s-about-content .txt-clr {
    text-align: justify;
}
.hero_section .form_banner .contact-field {
    margin-bottom: 10px;
}
.hero_section .form_banner h4 {
        text-align: center;
    text-transform: uppercase;
        font-size: 13px;
}
.hero_section .form_banner .contact-field i {
        top: 8px;
}
.hero_section .btn {
    padding: 10px 15px;
}
.hero_section .form_banner .contact-field select {
        height: 28px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 0;
    border: 0;
}
.hero_section .form_banner .contact-field input {
    height: 28px;
    border-radius: 5px;
}
.login_group {
    display: flex;
}
.login_group a {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    background: #e3010f;
    padding: 5px 10px 5px 6px;
    border-radius: 3px;
    margin: 3px;
}
.login_group a img {
        width: 30px;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
.login_group a span{
 font-size: 16px;
    margin: 0;
    line-height: 16px;
    text-align: left;
    padding: 5px;  
}
.top-three .main-box {
    display: flex;
    justify-content: space-around;
}
.top-three .main-box .box {
    display: block;
    width: 100%;
}
.top-three .main-box .box a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 6px;
}
.bg-1 {
    background-color: #fff3d4;
}
.bg-2 {
    background-color: #dad7f4;
}
.bg-3 {
    background-color: #ffe8ef;
}
.hot_new_marquee {
        position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #524d4d;
}
.hot_new_marquee:before {
    content:'';
    background: #ba1319;
    position: absolute;
    width: 20%;
    height: 100%;
    z-index: 1;
}
.hot_new_marquee h1 {
        margin: 0;
    text-align: center;
    width: 26%;
    text-transform: uppercase;
    color: white;
    position: relative;
    z-index: 1;
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 30px;
      margin-left: 100px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
      font-size: 20px;
    color: #fff;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.right_sec_ab h2 {
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 25px;
    animation: customAni 2s ease 0s infinite normal none;
}
/* Copy this code after the above code */
@keyframes customAni {
  0% {
	transform: scale(1);
  }

  50% {
	transform: scale(1.1);
  }

  100% {
	transform: scale(1);
  }
}
.upcoming_slider {
        background: #dff9f6;
    padding: 10px;
    border-radius: 6px;
}
.slide_upcoming {
     position: relative;
    width: 100%;
    max-width: 100%;
    height: 310px;
    overflow: hidden;
}
.slide_upcoming .box_sec {
    
}
.slide_upcoming .track2 {
    position: absolute;
  will-change: transform;
  animation: newsup 32s linear infinite;
}
@keyframes newsup {
  from { transform: translatey(0); }
  to { transform: translatey(-50%); }
}
.main_btn_link_sub {
    
}
.main_btn_link_sub .box_boxss {
        display: flex;
        position:relative;
    align-items: center;
    background: #494949;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 10px;
        z-index: 1;
}
.main_btn_link_sub .box_boxss:before {
    content:'';
        position: absolute;
    width: 50px;
    height: 100%;
    background: #ba1319;
    left: 0;
    z-index: -1;
}
.main_btn_link_sub .box_boxss p{
    margin: 0;
    margin-left: 25px;
    color: #fff;
    font-size: 20px;
}
.wished_boxs {
    position: relative;
}
.wished_boxs .ribbin {
    
}
.wished_boxs .photo {
        display: flex;
    margin-top: 25px;
}
.wished_boxs .photo img{
        width: 130px;
    border: 2px solid #ba1319;
    border-radius: 8px;
}
.wished_boxs .photo p {
    margin: 0;
    margin-left: 10px;
    font-size: 20px;
    color: #000;
}
.grid_home_four span{
    display: block;
    padding-top: 5px;
}
.grid_home_four a {
    width: 45%;
    display: inline-block;
    box-shadow: 0 0 10px #e2e2e2;
    padding: 10px;
    text-align: center;
    margin: 0 5px 10px 5px;
    border-radius: 10px;
    position:relative;
}
.grid_home_four a:before {
    content:'';
    background: #fffaee;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    border-radius: 10px;
    top: 0;
    z-index: -1;
    transition: .5s ease;
}
.grid_home_four a:hover:before {
    width:100%;
}
.video_gallery {
    background: #fffaee;
    padding: 50px 0;
    margin-top: 50px;
}
.video_gallery iframe {
    height: 240px;
    padding: 10px;
    border-radius: 17px;
}
/*----------slider dots-----*/
.dots_slider .slick-dots {
text-align: center;
position: relative;
width: 100%;
margin-top: 35px;
}
.dots_slider .slick-dots li {
    display: inline-block;
    margin: 0 0px;
    line-height: 0;
}
.dots_slider .slick-dots li button {
    text-indent: -99999px;
    border:none;
    padding: 0;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    background-color:#ccc;
    height: 10px;
    width: 10px;
    border-radius: 2px;
}

.dots_slider .slick-dots .slick-active button {
   width: 10px;
     background-color:#ba1319;
}
.Circulars_Results {
     padding: 80px 0 50px;
}

.box_mision {
        border: 1px solid #aaa;
    padding: 20px 180px 20px 20px;
    margin-bottom: 40px;
    position: relative;
        height: 220px;
}
.box_mision img {
    position: absolute;
    right: 0;
    opacity: .4;
    bottom: 0;
}
.form_certificate {
    width: 70%;
    margin: 20px auto;
        background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.admission-policy-details {
        font-size: 16px;
    line-height: 30px;
    color: #000;
}
table td {
        color: #000;
}
@media (min-width:280px) and (max-width:767px) {
    #popContainer {
        width: 100% !important; 
    }
    #popUpForm #close {
            top: -30px !important;
            right:0 !important;
    }
    .logo img {
    width: 80px;
}
.logo a span {
    font-size: 18px !important;
   line-height: 22px !important;
}
.mean-container a.meanmenu-reveal {
    margin-top: -43px !important;
}
    .img_school_home {
    height: auto !important;
}
.about-title h2 {
    font-size: 28px !important;
    letter-spacing: -1px;
    padding-top: 14px !important;
}
.btn.ss-btn {
    padding: 11px 15px !important;
}
.wished_boxs {
    position: relative;
    margin-bottom: 30px;
}
.view_more_link {
    text-align: center;
    margin-bottom: 20px;
}
    .Circulars_Results2 .form_certificate {
    width: 100% !important;
}
.use_full_link li a {
    font-size: 15px !important;
    padding: 5px 10px !important;
    margin: 3px !important;
}
   .admission_enquiry {
           font-size: 14px !important;
           padding: 5px 15px !important;
               right: -71px !important;
   }
 
    .maxresdefault {
    height: 250px !important;
    width: 250px !important;
}
.table {
    margin:0 !important;
}
.table td, .table th {
    font-size: 11px;
    line-height: 16px;
}
.procedure-area table {
        width: 100% !important;
}
.coming_soon_fee img {
    width: 65% !important;
}
.ENQUIRY_FORM {
        display: block !important;
}
table td {
    font-size: 11px;
}
.online-regis-form {
    padding: 6px !important;
}
.Vocal_img {
    margin-bottom:30px;
}
    .auto_header_padding {
    padding:0 15px !important;
}
    .form_certificate {
        width: 100%;
    }
    .top-three .main-box .box a {
            font-size: 10px;
    }
    .box_mision {
        padding:20px;
            height: 280px !important;
    }
    .mission_vision {
        padding-top:50px;
    }
    .box_mision img {
        opacity: .1;
    }
    .phone_none {
        display:none;
    }
    .header-cta ul li {
            padding-right: 4px;
    margin-right: 4px;
    font-size: 10px;
    }
    .header-social {
        justify-content: center;
    }
    .hot_new_marquee {
        display: block !important;
    }
    .hot_new_marquee h1 {
            font-size: 20px;
                width: 100%;
                    padding: 10px;
    }
    .hot_new_marquee:before {
            width: 100%;
    height: 52%;
    }
    .marquee {
        margin-left: 0;
    }
    .right_sec_ab h2 {
            padding: 20px 0;
    }
    .grid_home_four {
         margin: 20px 0 10px;   
    }
    .testimonial-active .slick-slide {
        padding:0 !important;
    }
    footer {
            padding-top: 40px !important;
    }
    .header-cta {
        text-align: center !important;
            border-top: 1px solid #ddd;
    margin-top: 4px;
    }
    .hero_section .form_banner {
        position: relative;
        top: 0;
        right: 0 !important;
        width: 95%;
        background: #e1e0e0c7;
        padding: 20px;
        border-radius: 10px;
        margin: 20px auto;
    }
    .hero_section img {
            height: 200px;
    object-fit: cover;
    }
    .video_home {
        height: 200px !important;
}
.admission_enquiry {
    top: 56% !important;
}
}

@media (min-width:1200px) and (max-width:1449px) {
    .logo img {
    width: 85px;
}
.main-menu .has-sub > ul {
    overflow: hidden;
}
.logo a span {
    font-size: 20px;
    line-height: 20px;
}
.second-menu .main-menu ul li {
    margin-left: 12px !important;
}
    .hero_section .form_banner {
            padding: 6px 12px;
    }
    .hero_section .form_banner h4 {
            font-size: 15px;
    }
    .hero_section .form_banner .contact-field input {
           height: 20px;
    font-size: 12px !important;
        padding-left: 7px;
    }
    .hero_section .form_banner .contact-field select {
        padding-left: 5px;
    font-size: 12px;
        height: 20px;
    }
    .hero_section .btn {
    padding: 3px 11px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .hero_section .form_banner .contact-field {
    margin-bottom: 0px;
}
    .hero_section .form_banner .contact-field i {
        top: 8px;
            font-size: 9px;
    }
    .upload_resume input {
            height: 35px !important;
    font-size: 12px !important;
    }
}
.all_pages_data {
    padding: 80px 0 50px;
    background: #eee;
}
.all_pages_data .boxx {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.img_school_home {
        border-radius: 5px;
    height: 280px;
    width: 100%;
}
.marq li {
    color: #000;
        margin-bottom: 10px;
}
.marq li i {
        color: #FFC107;
}
.video_home {
        height: 490px;
    object-fit: cover;
}
.hot_new_marquee marquee {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 22px;
}
.coming_soon_fee img{
        width: 30% !important;
}
.pdf_upload_box {
    background: #dad7f4;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
        transition: .5s ease;
}
.pdf_upload_box:hover {
    background: #fff;
        box-shadow: 0 0 10px #837f7f;
}
.pdf_upload_box h5 {
        font-size: 15px;
    font-weight: 500;
}
.pdf_upload_box a {
        display: block;
}
.box_section_award {
    border-bottom:2px solid #ba1319;
}
.box_section_award .award-img-2 {
    margin-bottom:30px;
}
.box_section_award p {
    color:#000;
}
.box_section_award img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.admission_enquiry {
    position: fixed;
    top: 40%;
    right: -80px;
    transform: rotate(-90deg);
    z-index: 11;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
#exampleModal .contact-field input {
        border-radius: 5px;
    border: 1px solid #928f8f !important;
    height: 40px;
    margin-bottom: 20px;
}
#exampleModal .contact-field select {
        border-radius: 5px;
    height: 40px;
        padding: 4px 10px;
    margin-bottom: 20px;
}
#exampleModal .contact-field i {
    top: 13px;
}
.auto_header_padding {
    padding:0 100px;
}
.box_facility {
    background: #fff;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 60px;
    border-radius: 20px;
}
.box_facility p {
        padding: 0 10px;
    line-height: 24px;
}
.box_facility h4 {
    font-size: 16px;
}
.box_facility img {
        height: 250px;
    border-radius: 20px;
    width: 100%;
    position: relative;
}
.Vocal_img img {
    
}
.maxresdefault {
    border-radius: 50%;
    border: 4px dashed pink;
    height: 400px;
    width: 400px;
}
.logo_Emblem {
    width: 60%;
    margin-bottom: 20px;
}
.PAY_FEE {
        margin-right: 15px !important;   
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
    background-color: #4158D0;
    background-image: linear-gradient(111.4deg, rgba(238, 113, 113, 1) 1%, rgba(246, 215, 148, 1) 58%) !important;
}
.grid-item.financial p {
        font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.Circulars_Results2 .form_certificate {
    width: 50%;
}
.overview_video {
    padding:70px 0 40px;
        background: #d2e7e6;
}
.overview_video video {
    border-radius: 20px;
    box-shadow: 0 0 10px #484444;
    width: 100%;
    border: 2px solid red;
    padding: 10px;
    background: #fff;
}
.use_full_link {
    
}
.use_full_link h3 {
        text-align: center;
    margin: 30px 0;
}
.use_full_link ul {
    text-align:center;
}
.use_full_link ul li {
    display: inline-block;
}
.use_full_link li a {
    font-size: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    margin: 13px;
    transition: .5s ease;
}
.use_full_link li a:hover {
        background: #e3010f;
    color: #fff;
    transform: scale(1.1);
}
.view_more_link {
    text-align:center;
}
.logo a {
        display: flex;
    align-items: center;
}
.logo a span {
        font-size: 24px;
    margin-left: 10px;
    color: #e3010f;
    line-height: 25px;
}
.logo a span b {
        display: block;
    color: #423d3d;
    
}
 .award-area {
    padding: 40px 0;
    background:#efefed78;
}

.award-area img {
    width: 100%;
}

.award-img {
    width: 100%;
    margin: auto;
    margin-top:35px;
}

.award-img-2 {
    width: 100%;
    margin: auto;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    margin-top:48px;
}

.award-title {
    text-align: center;
    font-weight: bold;
    /*border-bottom:2px solid #ba1319;*/
}

.award-description {
    text-align: justify;
    margin: 40px 20px;
    /*border-bottom:2px solid #ba1319;*/
}
.mission_vision {
        margin-top: 40px;
}
.Our_Houses {
    padding:80px 0 40px;
}
.box_houses {
        margin-bottom: 30px;
}
.box_houses h4 {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.box_houses img {
    
}
div#popUpForm {
    position: fixed;
    width: 100%;
    background-color: #000000ba;
  display:none;
  height: 100%;
  z-index: 11;
    top: 0;
}
#popUpForm #close {
        position: absolute;
    right: -30px;
    background: #f5ff00;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
#popContainer {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
        position: relative;
}
.Transfer-Certificate-area {
        padding: 40px 0;
            background: #dad7f4;
    }

    .Transfer-Certificate-main h2 {
        text-align: center;
        margin-bottom: 20px;
        
    }

    .Transfer-Certificate-main {
        background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 20px;
        border-radius: 10px;
    }

    .Transfer-Certificate-main table {
        border-collapse: collapse;
        border: 1px solid #444;
        width: 100%;
    }

    .Transfer-Certificate-main th,
    .Transfer-Certificate-main td {
        border: 1px solid #444;
        text-align: center;
        padding: 5px;
        width:25%;
    }

.dashboard_sec {
        padding-bottom: 50px;
    background: #ffe8ef;
}
.dashboard_sec p {
    background: #e3010f;
    text-align: right;
    padding: 7px;
    padding-right: 173px;
}
.dashboard_sec p a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'FontAwesome';
    letter-spacing: 2px;
}
.deta_welcome {
        position: relative;
        margin-bottom:50px;
}
.deta_welcome img {
        height: 300px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px #686565;
    position: relative;
}
.deta_welcome .data_name {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 30%;
    text-align: center;
}
.deta_welcome .data_name h2 {
    font-size: 25px;
    text-align: center;
    color: #E91E63;
}
.deta_welcome .data_name h2 span {
    display: block;
    color: #3F51B5;
    text-decoration: underline;
}
.deta_welcome .date_sec {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.deta_welcome .date_sec span {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    border-top: 2px solid;
    border-bottom: 2px solid;
}