
.Copyright {
    text-align: center;
}

.link-icon i {
    font-size:12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px;
    margin-left: 5px;
	margin-bottom: 5px;
	width: 60px;
    text-align: center;
}
.link-icon i:hover{
    background: #549adf;
    cursor: pointer;

}
.newsection {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    bottom: -44px;
}

.subheader {
    /*background: #549adf;*/

	background: #1f3f68/*#8d192f*/;
    text-align: right;
    transition: 0.2s ease-in-out;
    margin: 0px 0px;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
.dropdown:hover .dropdown-content li {
    padding: 0;
    font-size: 12px;
}
.dropdown:hover .dropdown-content{
    z-index: 11;
}

    .subheader a.login {
        margin-right: 0;
        /*background-color: #2269b0;*/
		background-color:#1f3f68;
        border-radius: 3px;
        padding: 5px;
        border: 1px solid rgba(255,255,255,0);
        transition: 0.3s ease-in-out;
        color: #fff;
        font-size: 15px;
        margin-right: 5px;
    }
a.login.mobiles {
    text-decoration: none;
}
span.loginicon.sprite {
    padding-right: 5px;
}


#about {
    background: url(../images/about.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0 34px 0;
}

    #about .imgblock {
        border: 1px solid #9c9c9c;
        margin-top: -1px;
    }

        #about .imgblock img {
            display: block;
            width: 100%;
        }

    #about h3 {
        font-size: 22px;
        font-family: 'open_sanssemibold';
        margin: 10px 0 0px;
    }

    #about h4 {
		background: #d3d3d3;
    padding: 10px;
    margin-bottom: 10px;
clear: both;
    font-size: 15px;
    font-family: 'HelveticaNeue-Roman';
        color: #333;

    }

    #about h5 {
        font-size: 14px;
        font-family: 'open_sanssemibold';
        margin: 5px 0px;
        color: #333;
    }

    #about p {
        font-size: 14px;
        line-height: 24px;
        color: #232323;
    }

    #about .btn {
        margin: 5px 0 0px;
        color: #FFF;
    }





.img-sec {
    text-align: center;
}

    .img-sec img {
        width: 100px;
    }

.box {
    background: #193354e6;
    margin: 0;
    text-align: center;
	border-radius: 10px;
    padding: 20px 20px 0px 20px;
    height: 85%;
    border: 1px solid #e2e2e2;
    position: relative;
    margin-top: 0px;
    padding-top: 10px;
}
.box h4{
    font-size: 22px;
	color:#fff;
    margin-bottom: 12px;
    margin-top: 0;
}
.box2 {
    /*background: #8d192f;*/
    margin: 20px 0px 0px;
    text-align: center;
	border-radius: 10px;
     padding: 0px 0px 0px 0px;

    height: 85%;
    /*border: 1px solid #e2e2e2; position:relative;*/
	border: 1px solid #8d192f; position:relative;
}

.box2 p {
        text-decoration: none;
        font-size: 22px;
        font-weight: 600;
        color: #000;
        padding: 0 !important;
    line-height: 0;
    }
.p-test{
    min-height: 75px;
}


    .box span {
        color: #8d192f;
        font-weight: 400;
    }

.box p span a{
    color: #000;
    text-decoration: none !important;
}
.box p span a:hover{
    text-decoration: none !important;
}
    .box i.fa.fa-circle {
        color: #000;
        padding: 27px 0px;
    }


    .box:hover {
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .box p {
        text-decoration: none;
        font-size: 22px;
        font-weight: 400;
        color: #000;
        padding: 0 !important;
        line-height: 0;
    }



.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.box .btn-center{
    display: flex;
    justify-content: center;
}

.btn-center button,.btn-center a {
    background:#efefef;
    border: 1px solid #8d192f;
    border-radius: 2px;
    width: 100px;
	font-weight:600;
	font-size: 13px;
    margin-bottom: 5px;
    color: #000;
    width: 32%;
    margin-right: 1.7%;
}
.btn-center a{
    width: 33.33%;
    margin-right: 0;
}
.btn-center button:last-child {
    margin-right: 0;
}

.bottom-part ul {
    padding: 0;
}

    .bottom-part ul li {
        list-style: none;
        text-align: left;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #b9b9b9;
        padding: 10px 0;
    }


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin-top: -33px;
}


.quik-link {
    display: flex;
}

 .quik-link ul {
    padding: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    margin-left: 0px;
    float: left;
    /*width: 82%;*/
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

        .quik-link ul li {
            float: left;
			margin-left: 10px;
            list-style: none;
            text-align: center;
        }

            .quik-link ul li a {
                color: #fff;
                text-align: center;
                font-size: 16px;
                padding:0px 15px;
            }



            .quik-link ul li a:hover {
                color: #ffcf04;
               text-decoration: none;

            }
 .quik-link ul li  i{
    font-size: 30px;
    color: #fff;
 }
.blog-bg {
    background-color: #efefef;
    width: 100%;
    padding: 20px 0;
}

.quik-heding {
    color: #fff;
}





.text-part p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
	color:#fff;
    padding: 0 !important;
    margin: 0 !important;
}
.text-part2 p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
	color:#fff;
    min-height: 50px;
}
.box a{
    font-weight: 400;
}
.viwe-more {
color: #fff;
float: right;
text-decoration: none;
padding-right: 10px;
margin-right: -22px;
position: absolute;
right: 21px;
bottom: 0px; z-index:999;
}

.past-events {
color: #fff;
float: right;
text-decoration: none;
padding-left: 10px;
margin-left: -22px;
position: absolute;
left: 21px;
bottom: 0px; z-index:999;
}

    .viwe-more:hover {
        color: #ffcf04;
    text-decoration: none;
    font-weight: 600;
    }

	   .past-events:hover {
        color: #ffcf04;
    text-decoration: none;
    font-weight: 600;
    }

button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1;
    z-index: 999;
    margin: 10px;
    display: inline;
}

    button.owl-dot.active {
        background: #549adf !important;
        display: inline;
    }

.owl-carousel .owl-item img {
    display: block;
    padding: 0 !important;
}



.caption {

    height: auto;
}
.caption h3{
    font-size:16px;
    text-align:center;
    color:#fff;
    margin: 0;
    margin-top: 14px;
    line-height: 1;
}

.caption span{
    font-size: 13px;
    line-height: 0;
    margin: auto;
	color:#fff;
    padding: 0;
}
.item-img{
   width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
}
.item-img-event{
   width: 100%;
    height: 245px;
    overflow: hidden;
    text-align: center;
    padding: 0px;
}
.item-img img{
   min-height: 100%;
    width: unset !important;
    text-align: center;
    margin: auto;
}
.item-img2{
   width: 90% !important;
    height: 173px !important;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    margin-left: 5%;
}
.item-img2 img{
     max-height: 100%;
    width: unset;
    text-align: center;
   width: auto !important;
margin: 0 auto;
}


.gallary-part{
    text-shadow: none;
}
.gul-gallary {
    background: #efefef !important;
}

.top-menu{

    border-bottom: 2px solid #8d192f /*#1f3f68*/;
    padding: 0px;

}



.top-header-menu{
    text-align: right !important;
    float: right !important;
}

.footer_menu ul {
    padding-top: 8px;
    padding-bottom: 8px;
	   float: none;
    width: 90%;
    text-align: center;
    float: none;
    margin: 0 auto;
}

 .footer_menu ul li {
    float: none;
    list-style: none;
    text-align: center;
    display: inline-table;
}

.mymarque{float: left;
    width: 100%;
    height: 275px;}


h1, .display-1 { flex: none !important;}
.footer-logo {
    width: auto !important;
    height: auto !important;
    flex: none !important;
}

.no-margin-top.title-2 {
    text-align: center;
}
.address {
    text-align: center;
}#gallery {
    flex: none !important;
    margin-top:2%;
}.gallary-part {
   margin: 20px 0px;
}



.main{
    text-align:right;
}
.main p{
text-align: left;
    padding: 0;
    float: left;
    margin: 0;
	padding-bottom: 5px;
    color: #fff;
    padding-left: 10px;}



    .right-logo{
        position: absolute;
        top: 0;
        right: 0;
    }
    .right-logo img{
        width: 54%;
         text-align: center;
    }



    .zoom {

  transition: transform .4s;

  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}


.bg-one {
    background-image: url(images/smtbabyranimaurya.jpg);
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #067295;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content  li a{
    color: #fff !important;
    text-align: left !important;
    width: 100% !important;
    float: left;
}
.dropdown-content  li {
    width: 100% !important;
    text-align:center !important;
}

.top-menu-heads ul.dropdown-content li a:hover {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    text-decoration: none;
}

.quik-link ul.dropdown-content li a:hover {
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.logo2{
    width: 70px;
}

.visitor-box{
    padding: 0  !important;
}


img.img-responsive.gul-hidden.gul-show-gt-md {
    /* width: 100% !important; */
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    /* position: absolute; */
    /* min-width: 100px; */
    flex: none !important;
    max-width: 85px;
    margin-top: -27px !important;
}



.no-padding{
    padding: 0px 0px 0px !important;

}






.overlay-image {
    position:relative;
    width:200px;
    height:200px;
}
.overlay-image img {
    width:100%;
    vertical-align:top;
}
.overlay-image:after {
    content: attr(data-content);
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background: rgb(0 0 0 / 85%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-top: 40px;
}
.overlay-image:hover:after {
    opacity:1;
}





.flip-card {
    background-color: transparent;
    width: auto;
    height: 173px;
    perspective: 1000px;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 98%;
  left: 5px;
}

/*.flip-card-front {
  background-color: #bbb;
  color: black;
}*/

.flip-card-back {
  /*background-color: #1f3f68;*/
 /* background-color:#8d192f;*/
  color: white;
  transform: rotateY(180deg);
  padding-top: 12%;
  background: #efefef;
}
.flip-card-back h3{
    font-size: 20px;
    text-align: center;
}
.flip-card-back p{
   font-size: 15px;
}


.logo-img{
    text-align: center;
}
.logo-img img{
    max-width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    height: 80px;
}
.center-part{
    text-align: center;
    padding: 0;
    margin: 0;

}
.center-part h1{
    text-shadow: none;
    font-size: 36px;
    color: #8d192f;
	/*color:#b04400;*/
    font-family: 'Times';
    text-transform: uppercase;
    padding: 0;
    margin: 16px 0px;
}
.center-part p{
    line-height: 1;
    font-family: 'open_sansbold';
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    color: #565656;
}


.header-nav2 {
    max-width: 100%;
}

.top-menu-heads ul {
   text-align: right;
   padding: 0;
    margin: 0;
    padding-top: 10px;
}
.top-menu-heads li {
    list-style: none !important;
    float: none;
    text-align: center;
    padding: 0px 18px;
    display: inline-block;
}
.top-menu-heads li a{
    color: #fff;
}


.slider-text {
    position: absolute;
    z-index: 9999;
    bottom: 40px;
    left: 0%;
}

.slider-text h2{
    font-size: 1.75rem;
    /*text-shadow: 4px 4px #000000d1;*/
	font-family: 'open_sanssemibold';
    color: #fff;
    background: #00000050;
    padding: 10px;
}

/*slider-css*/
#slider2{
    position: relative;
}

#slider2 .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#event .item,#testimonials .item{
    min-height: 260px
}
.facility{
    background-color: #777;
}

button.owl-dot {
    background: #ddd !important;
}
.owl-carousel .owl-item{
    max-height: 500px;
}
.quik-link ul {
    text-align: center;
}
.quik-link ul li {
    float: none;
    margin-left: 10px;
    list-style: none;
    text-align: center;
    display: inline-block;
}
button.owl-prev,button.owl-next{
    box-shadow: unset;
    outline: none;
}
.owl-nav{
    width: 100%;
    top: 7%;
}
#visiter .owl-dots,#testimonials .owl-dots,#event .owl-dots{
    display: block;
}
#gallery .item {
    max-height: 160px;
}
.box_left h3 {
    background: #1f3f68;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-family: 'HelveticaNeue-Roman';
    border-radius: 10px 0;
    font-weight: 400;
}
.box_left h4 {
    clear: both;
    font-size: 15px;
    font-family: 'HelveticaNeue-Roman';
}

/* .gul-navigation .main-nav-wrapper .main-nav .main-nav-inner > li > a {
    font-size: 1.125rem;
    line-height: 100%;
    font-family: "myriad-pro-condensed", sans-serif;
} */
p, li, .body-1,.box_left{
    font-family: 'HelveticaNeue-Roman' !important;
}
@media (min-width: 1024px){
    p, li, .body-1 {
        font-size: 15px;
        line-height: 180%;
    }
}
ul.sub-menu.lev-2 {
    position: absolute;
    display: none;
    background: #fff;
    left: 100%;
    top: 0;
    padding: 0;
}
.list-unstyled li {
    position: relative;
}
ul.sub-menu.lev-2 li{
    list-style-type: none;
    padding-left: 0;
}
ul.sub-menu.lev-2 li a{
    color: #000 !important;
    padding: 8px 20px !important;
}

ul.sub-menu.lev-2 li:hover a{
    background: #8d192f !important;;
    color:#fff !important;
}
.gul-navigation .main-nav-wrapper .main-nav .main-nav-inner>li:hover>.gul-submenu> {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
.gul-navigation .main-nav-wrapper .main-nav .main-nav-inner>li:hover>.gul-submenu>li {
display:block
}
.gul-navigation .main-nav-wrapper .main-nav li ul.list-unstyled > li:hover ul.sub-menu.lev-2 {
    display: block;
    /*background: red;*/
}
.has-dropdown:after{
    margin: 0.2em 0 0 0.5em !important;
}
.btn.btn-default {
  background: #8d192f;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size:15px;
  position: relative;
}
.btn.btn-default i {
  display: inline-block;
  transition: all 0.5s;
  opacity: 0;
  right: 15px;
  top: 13px;
  position: absolute;
}
.btn.btn-default:hover i {
  opacity: 1;
  transition: all 0.5s;
  right: 10px;
}
.link-icon i.fa-facebook:hover{
    background: #506d9f;
}
.link-icon i.fa-google-plus:hover{
    background: #cc4a2e;
}
.link-icon i.fa-linkedin:hover{
    background: #3a81a9;
}
.link-icon i.fa-youtube-play:hover{
    background: #b6403d;
}
#icon-links li img{
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
}
#icon-links li:hover img{
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
}
.nav > li > a {
    text-decoration: none;
    background: none;
	border: 1px solid #e5e5e5;
	margin: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #8d192f;
	color: #fff;
}

.logo-part{background-color: #067295 !important; padding: 15px 0px 15px 0px; border-bottom: solid 1px #730c1f; border-top: solid 1px #730c1f; }


.header-layout-row {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    position:relative;
}

.afterlogtext {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1.2px;
    display: grid;
    grid-template-columns: max-content;
    grid-column-gap: 15px;
    align-items: center;
}

.logoDiv {
    float: left;
    max-width: 370px;
    min-width: 270px;
}

.textDiv {
    width: 100%;
    float: left;
    margin-top: 0;
    max-width: 270px;
    line-height: normal;
}

.textDiv span {
    float: left;
    width: 100%;
    text-transform: none;
    text-align: center;
}
.afterlogtext span {
    font-size: 38px;
    font-family: 'open_sanssemibold';
}

.textDiv dt {
    float: left;
    width: 100%;
    text-transform: none;
    text-align: center;
}

.makeCustomLook {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 0px;
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center;
    max-width:425px;
    grid-column-gap:20px;
}

.phone-sec {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    justify-content:center;
}

.phone-row {
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: 10px;
}

.phn-cell span{
    color:#fff;
}

.phn-cell i {
    margin-right: 7px;
}

.email-cell {
    font-size: 16px;
    letter-spacing: 1px;
}

.address-sec {
    float: left;
    width: 100%;
    line-height: normal;
    position: relative;
}


.address-sec:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    left: -10px;
    top: 0;
    right: 0;
}

.address-sec a span {
    float: left;
    width: 100%;
    color: #fff;
}

.logo-img-small {
    float: left;
    width: 80%;
    align-self: center;
    justify-content: flex-end;
    display: flex;
    max-width: 100px;
}

.logo-img-small img {
    float: left;
    max-width: 100%;
}


.maintextDimand {
    text-align: center;
    position: absolute;
    bottom:-20px;
    right: 0px;
    width:100%;
}

.sixty-logo img {
    width: 350px;
}

.jublee img {
    width: 250px;
}
.jublee {
    font-family: 'Seagram tfb';
    color: #bf9f61;
    padding: 0 0 5px;
    font-size: calc(16px + (24 - 22) * (100vw - 400px) / (800 - 400));
}


a[href^=tel] {
    text-decoration:none;
    color:#fff;
    }


.sub_menu ul li:first-child {
        background: #067295;
        color: #fff !important;
        text-transform:uppercase ;
    }

    .modal-content {
        background: #fff;
    }

    b, strong {
        font-weight: 700 !important;
    }

	.btn-danger {
		margin-bottom:5px;
	}

	p, li, .body-1 {
    color: #000;
}
/*
.events-container.up_events .col-md-4{min-height:600px;height:100%;display:flex;}
.box_left.events-container.up_events .event{color:#fff !important;padding:10px;display:flex;flex-wrap:wrap;border:solid 1px #8d192f;border-radius:5px;}
.image{float:left;width:100%;}
.events-container .event h5,.events-container .event p{margin:0;word-break:break-all;color:#000;text-align:left;}
.eventView_More{right:27px;bottom:10px;word-break:break-all;}



.up_events.sc-past-event .col-md-4 {
    min-height: 950px;
}

.up_events.sc-past-event .col-md-4 .image {
    height: 460px;
}*/


.box_left.eminentvisitors-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 15px;
    justify-content: center;
}

.box_left.eminentvisitors-section .col-sm-12.col-md-4 {
    width: 100%;
    padding: 0;
}

.box_left.eminentvisitors-section .thumbnail {
    height: 100%;
    line-height: normal;
    margin: 0;
    padding: 15px;
}
.newsection {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	font-size: 18px;
	height: 50px;
    line-height: 50px;
    z-index: 9;
}
.grid-header-2{
    grid-column: 1/span 3;
}

.distinguishedalumni .box_left .sub_menu ul li {
    width: auto;
    display: inline-block;
    margin: 2px;
}

.distinguishedalumni .box_left {
    min-height: auto;
    margin-bottom: 0;
}

.distinguishedalumni .box_left .sub_menu ul {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(170px, 1fr));
}

.distinguishedalumni .box_left .sub_menu ul li:first-child {
    grid-row: 1/4;
    display: grid;
    place-items: center;
}
.criteria-table .responsive_tab table tr td{vertical-align: top;}
.criteria-table br{margin-bottom: 10px;}
.criteria-table a{display: block;}
#visiter.owl-carousel .owl-item img {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px !important;
}

@media (max-width: 600px){
    .grid-header-2{
        grid-column: 1;
    }
}
