    
/*mandatory and index page*/

.transpotbuttonnext:hover {
  left:4px;
  top:4px;
  box-shadow:0 0 0 0  rgba(3, 114, 59, 0.7);
}

.transpotbuttonnext1 {
  position:relative;
  margin-top:5%;
  background:rgb(143, 50, 109);
  border:1px solid white;
  padding:20px;
  font-size:14px;
  color:white;
  box-shadow:4px 4px 0px 0px  rgba(3, 114, 59, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
 
  text-transform:uppercase;
  transition: all 300ms ease-in-out;
  left:0;
  top:0;

}

.transpotbuttonnext1:hover {
  left:4px;
  top:4px;
  box-shadow:0 0 0 0  rgba(3, 114, 59, 0.7);
}
.transpotbuttonnext2 {
  position:relative;
  margin-top:5%;
  background:rgb(143, 50, 109);
  border:1px solid white;
  padding:20px;
  font-size:14px;
  color:white;
  box-shadow:4px 4px 0px 0px  rgba(3, 114, 59, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  margin-right: 4%;

  text-transform:uppercase;
  transition: all 300ms ease-in-out;
  left:0;
  top:0;
}

.transpotbuttonnext2:hover {
  left:4px;
  top:4px;
  box-shadow:0 0 0 0  rgba(3, 114, 59, 0.7);
}
.resultbtn {
  position:relative;
  margin-top:5%;
  background:rgb(143, 50, 109);
  border:1px solid white;
  padding:20px;
  font-size:14px;
  color:white;
  box-shadow:4px 4px 0px 0px  rgba(3, 114, 59, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
 
  text-transform:uppercase;
  transition: all 300ms ease-in-out;
  left:0;
  top:0;
    margin-left: 2%;
    margin-right: 17px;
}

.resultbtn:hover {
  left:4px;
  top:4px;
  box-shadow:0 0 0 0  rgba(3, 114, 59, 0.7);
}
.resultbtnnew {
  position:relative;
  margin-top:5%;
  background:rgb(143, 50, 109);
  border:1px solid white;
  padding:20px;
  font-size:14px;
  color:white;
  box-shadow:4px 4px 0px 0px  rgba(3, 114, 59, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  margin-left: 19px;
  text-transform:uppercase;
  transition: all 300ms ease-in-out;
  left:0;
  top:0;

}
/* .card-header {
     padding: 0!important; 
   
} */

.resultbtnnew:hover {
  left:4px;
  top:4px;
  box-shadow:0 0 0 0  rgba(3, 114, 59, 0.7);
}
.curriculm1{
float: right;
}
.para{
position: relative;
    bottom: 77px;
    text-align: center;
    width: 86%;
    color: #fff;
        background:rgba(143, 50, 109, 0.65);
}
.para1 {
    position: relative;
    bottom: 64px;
    text-align: center;
    width: 86%;
    color: #fff;
    background: rgba(143, 50, 109, 0.65);
}
.assmentbtn{
	      background-color: #8f326d;
    border: none;
    border: 5px solid #211d1f45;
    padding: 10px 20px 10px 20px;
    color: #fff;
}
.assmentbtnsect{
        background-color: #8f326d;
    border: none;
    border: 5px solid #211d1f45;
    padding: 5px 13px;
    color: #fff;
}


.sidebar-fixed {
    top: 237px;
    left: 10px;
	position: absolute;
}

.content p span{font-weight:bold;color:#999;}
.title{font-weight:bold;color:#ffffff;font-size:18px;margin-bottom:0px;}

#sidebar { float:left;}
#portamento_container {float:left; position:relative;} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #sidebar {float:none; position:absolute;} /* no need to float anymore, become absolutely positoned */
#portamento_container #sidebar.fixed {position:fixed;} /* if the panel is sliding, it needs position:fixed */

.desktop-header-sapphire h2{color:#fff;margin-top: 40px;font-size: 30px;margin-left: -40px;text-shadow: 3px 0px #2e2c46;}
.desktop-header-sapphire h2 span{color: #FDB81F;line-height: 30px;}
.desktop-header-sapphire p{margin-left: -40px;margin-top: -10px;color: #fdb81f;    font-size: 24px;     font-style: italic;     line-height: 1.3333;     font-family: 'adobe-garamond-pro'; font-weight: normal;}

.home_image_scroll_down {
    bottom: 136px;
}
.campus h2{color:#fff !important;}

.internal-header h2{color:#fff;line-height: 25px;text-shadow: rgb(0, 0, 0) -1px 1px;color: rgb(237, 236, 246);font-weight: normal;font-size: 60px;float:none;text-align:center;margin:0 auto;font-family: 'adobe-garamond-pro';}
.internal-header-readmore{text-align:center;margin-top:50px;}
.internal-header-readmore a span{cursor:pointer;font-size:20px;background: #fdb81f;text-shadow: 1px 1px #000;padding: 10px 20px;border-radius: 5px;color: #ffffff;}
</style>
<style>
.logo-on-scroll-top-show{
	display:block !important;
	z-index:9999;
	
	-webkit-animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -ms-animation: fadein 2s; 
     -o-animation: fadein 2s; 
        animation: fadein 2s;
}
.logo-fix{
    position: fixed;
    top: 0px;
    left: 20px;
	width:120px;
	height:120px;
	display:none;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


	
	.scholastic1 img, .scholastic2 img, .scholastic3 img, .scholastic4 img{width:100px;}
	.scholastic1{margin-right:10px;}
	.scholastic2{margin-right:10px;}
	.scholastic3{margin-right:10px;}
	
	
	
	.coscholastic1 img, .coscholastic2 img, .coscholastic3 img {width:100px;}
	.coscholastic1{margin-right:10px;}
	.coscholastic2{margin-right:10px;} 
	
.home-slider {
    position: relative;
    margin-bottom: 40px;
    height:400px;
    z-index: 1;
	border:1px solid #e4e4e4;
}
.quicklink{
	    margin-top: 30px;
}
.quicklink ul {
	margin: 0px;
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
    width: 93%;
}
.quicklink ul li{
	text-align: center;
    font-size: 18px;
    padding: 8px;
    font-family: 'Vollkorn',serif;
    margin: 7px 0px;
}
.quicklink ul li a{
	color: #fff;
}
.quicklink ul li:hover{
	background: #ff6c00;
	color:#fff;
}
.quicklink ul li:nth-child(1) {
    background: #016131;
	color:#fff;
}
.quicklink ul li:nth-child(2) {
    background: #037e41;
	color:#fff;
}
.quicklink ul li:nth-child(3) {
    background: #089d53;
	color:#fff;
}
.quicklink ul li:nth-child(4) {
    background: #0dba64;
	color:#fff;
}

.topnav {
  overflow: hidden;
  background-color: #ff6c00;
}

.topnav a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  width: 42%;}

.topnav a:hover {
  background-color: #ff6c00;
  color: black;
}

.innerList{
	text-align: justify;
	line-height: 25px;
}

element {
    background: #794d98;
    color: #fff;
}
.learn {
    float: left;
    background: #e4e4e4;
    border-radius: 50px;
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.text-center {
    text-align: center !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.w-100 {
    width: 100% !important;
}
.innerTable tr:nth-child(odd) {
    background: #ccc;
}
.managementImg {
 position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
    cursor: pointer;
    border: 6px rgb(171 162 162 / 8%) solid;
    outline: none;
    margin-right: 20px;
    float: left;
    box-shadow: 0px 5px 11px 0px #00000021;
}

element.style {
}
/*
.management:nth-child(even) .managementImg {
    position: relative;
    margin-bottom: 30px;
    border-radius: 100%;
    width: 210px;
    height: 210px;
    cursor: pointer;
    border: 8px rgba(152, 152, 152, 0.2) solid;
    outline: none;
    margin-right: 20px;
    float: right;
}
*/
.quote-card {
    font-size: 24px;
    background: #fff;
    color: #222222;
    padding: 40px 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    min-height: 120px;
    font-style: italic;
}
.quote-card.yellow-card {
    background: #eee;
    color: #a0447f;
    width: 100%;
}
span.name-hd {
    display: block;
    color: #801f5b!important;
    font-family: 'Poppins';
    font-size: 21px;
    padding: 8px 0 9px 0;
}
.navigators{
	color: #86245a!important;
    font-size: 21px;
    text-align: center;	
	font-family: var(--bs-font-sans-serif);	
	font-style: italic;
	animation: navigatorsmove 5s infinite;
} 
h4.inner-heading-h4 {
    font-family: 'Poppins';
    color: #79195b;
    font-weight: 500;
    font-size: 23px;
}
.innerpage-img img {
    margin: 0 25px 0 0;
}    
@keyframes navigatorsmove {
  50% {text-indent: 150px;}
}
.navimg li img{
	width:12px;
}
.navimg li {
    line-height: 25px;
    font-family: 'Poppins';
    background: url(./images/arrow-li.png) left center;
    background-repeat: no-repeat;
    padding: 1px 0px 4px 46px;
}
    
.runningText {
    text-shadow: 2px 2px 2px #e4e4e4;
    color: #8c295a;
    font-family: 'Poppins';
    font-size: 21px;
    padding: 10px 0 0 0;
}

@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-8px);
  }
}

.tab-right {
    position: absolute;
    right: 0;
    top: 240px;
    z-index: 2;
    width: 245px;

}

.tab-left {
    position: absolute;
    left: 0;
    top: 240px;
    z-index: 2;
    width: 245px;

}

.close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    background: #000 !important;
    z-index: 9 !important;
    color: #fff !important;
    height: 50px !important;
    width: 50px!important;
    border-radius: 0px 0 0 34px !important;
}

.tab-right a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #09274b;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    animation: blinkingText 2s infinite;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
}

.tab-left a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #09274b;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    animation: blinkingText 2s infinite;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
}

@keyframes blinkingText {

    0% {
        background: #09274b;
    }

    50% {
        background: #fff;
        color: #09274b;
    }

    100% {
        background: #09274b;
    }


}

@media (max-width:767px) {
    .tab-right {

        top: 175px;

    }
}

@keyframes blinkingText2 {
    0% {
        background: #f00;
    }
    50% {
        background: #fff;
        color: #f00;
    }
    100% {
        background: #f00;
    }
}
@media (max-width:767px) {
    .tab-right {
        top: 175px;
    }
    .tab-left {
        top: 175px;
    }
}
@media (max-width:575px) {
    .tab-right {
        top: auto;
        position: relative;
        background: #779ed1;
        width: 100%;
        padding: 10px 15px 0 15px;
    }
    .tab-left {
        top: auto;
        position: relative;
        background: #779ed1;
        width: 100%;
        padding: 10px 15px 0 15px;
    }
}
/* .bg-video-wrap {
    width: 100%;
} */
.bg-video-wrap iframe {
    width: 100%;
}
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85vh;
    /* background: url(img/idstmodinagar-vdo-bg.jpg) no-repeat center center/cover; */
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .bg-video-wrap{
        height: auto;
    }
}
.bg-video-wrap-img {
    display: flex;
    justify-items: end;
    justify-content: right;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 47px;
}

.bg-video-wrap video {
    min-width: 100%;
    /*min-height: 100vh;*/
    z-index: 1;
}
.admission-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    background: #fff40096;;
}

.admission-overlay .admission-overlay-content {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 575px) {
    .admission-overlay {
        position: relative;
        top: auto;
        width: 100%;
        left: auto;
        padding-top: 10px;
        background: #ff0303;
    }
}
/*mandatory end index page end*/
/*footel screen*/
 @media screen and (max-width: 767px) and (min-width: 320px) {
                .img_btn ul li img {
                    width: 65% !important;
                }

                .img_btn ul li {
                    margin: 0 -15px !important;
                }
            }

            .parent_img {
                position: relative;
            }

            .img_btn ul {
                position: absolute;
                display: flex;
                justify-content: center;
                width: 40%;
                top: 50%;
                left: 50%;
                transform: translate(-35%, -50%);
            }

            .img_btn ul li {
                margin: 0 10px;
            }

            .img_btn ul li img {
                width: 100%;
            }
            }


            /*end footer screen*/