.bottom-logo {
    display:none;
    background:#FFF;    
    width:100%;
    height:45px;
}

.btn-grad {
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  51%, #1A2980  100%);
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-weight:bold;
    font-size:18px;
    width: 170px;
    margin: 45px auto;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.announcement-area {
    position: relative;
    height: 40px;
    top: 0px;
}

.announce-msg {
    background: #149acc;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.announce-title {
    background: #002147;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.welcome-msg {
    height: 270px;
    overflow: hidden;
}

.breadcrumb-area {
     position: relative;
  text-align: center;
}
.bg_img {
    width: 100%;
    height: auto;
}

.breadcrumb-content {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb-area .con-title h2 {
    color: #FFFFFF;
    font-size: 38px;
}

.breadcrumb-area .con-title h2 span {
    color: #149acc;
    font-size: 38px;
}

.welcome-bg {
    background-image: url(../images/welcome-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}

.welcome-bg p , .about-msg p {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    text-transform: none;
    color: #c1d3ff;
}

.welcome-bg h4 , .about-msg h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

.home-msg h6 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.ho-lat-ev h4 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.ptb-40 {
    padding: 40px 0 !important;
}

.ptb-50 {
    padding: 40px 0 !important;
}

.ho-lat-ev h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #c1d3ff;
    margin-top: 20px;
}

.video {
    width: auto;
    max-width: 100%;
    height: 400px;
    background: #000;
}

.website-tab .bor {
    /*border-top: none !important;*/
    margin-top: 0 !important;
    margin-bottom: 0;
}

.website-tab .home-msg {
    overflow: hidden;
    height: 280px;
    width: 100%;
}

.home-msg .home-msg-det {
    overflow: hidden;
    height: 220px;
    width: 100%;
}

.parallax1 {
    background-image: url(../images/bg-1.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.parallax2 {
    background-image: url(../images/bg-2.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.parallax3 {
    background-image: url(../images/bg-3.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.parallax-overlay {
    background-color: rgba(6, 14, 54, 0.80); 
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; 
    padding: 40px;
}

.parallax-overlay h4 {
    color: #c1d3ff !important;
    font-weight: normal;
}

.parallax-button {
    color: #c1d3ff!important;
    border: solid 1px #c1d3ff;
    border-radius: 3px;
    padding: 6px 16px;
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.parallax-button:hover {
    border: solid 1px #289dc8;
    background: #149acc;
    background: -webkit-linear-gradient(to top, #289dc8, #149acc);
    background: linear-gradient(to top, #289dc8, #149acc);
    color: #FFF;
}

.about-school {
    height: auto;;
    background-image: url(../images/about-bg-3.jpg);
    background-size: cover;
    background-position: center;
}

.about-school h3 {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #51be78;
}

.member-img {
    width: 100%;
    height: auto;
}

.read-more {
    background: #002147;
    padding: 3px 12px;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    height: 30px;
    line-height: 24px;
    margin-top: 10px;
}

.birthday {
    background-image: url(../images/birthday-bg.jpg);
    background-size: cover;
    background-position: center;
    border-color: #1a2742;
    width: 100%;
    height: auto;
    min-height: 388px;
    padding: 10px;
}

.birthday h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    text-align: center;
}

.newsletter {
    background-size: cover;
    background-position: center;
    border-color: #1a2742;
}

.newsletter h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

.ho-lat-ev p {
    font-style: normal;
    color: #96aad3;
    margin-bottom: 20px;
}

.ho-lat-ev i {    
    color: #149acc;
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.newsletter .text {
    background-color: #1a2742;
    border-color: #1a2742;
    display: block;
    border: none;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: calc(100% - 30px);
}

.newsletter .submit {
    background: #149acc;
    background: -webkit-linear-gradient(to top, #18617c, #149acc);
    background: linear-gradient(to top, #18617c, #149acc);
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 19px;
}

.affiliation {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}

.affiliation-left {
    width: 49% !important;
    height: auto !important;
    margin-bottom: 5px;
    padding-right: 1px;
    float: left;
    text-align: left;
}

.affiliation-right {
    width: 49% !important;
    height: auto !important;
    margin-bottom: 5px;
    padding-left: 1px;
    float: left;
    text-align: left;
}


#ecmsCarousel .carousel-control            { width:  4%; }
#ecmsCarousel .carousel-control.left,#ecmsCarousel .carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
    #ecmsCarousel .carousel-inner .active.left { left: -100%; }
    #ecmsCarousel .carousel-inner .next        { left:  100%; }
    #ecmsCarousel .carousel-inner .prev        { left: -100%; }
    #ecmsCarousel .active > div { display:none; }
    #ecmsCarousel .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
    #ecmsCarousel .carousel-inner .active.left { left: -50%; }
    #ecmsCarousel .carousel-inner .next        { left:  50%; }
    #ecmsCarousel .carousel-inner .prev        { left: -50%; }
    #ecmsCarousel .active > div { display:none; }
    #ecmsCarousel .active > div:first-child { display:block; }
    #ecmsCarousel .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
    #ecmsCarousel .carousel-inner .active.left { left: -16.7%; }
    #ecmsCarousel .carousel-inner .next        { left:  16.7%; }
    #ecmsCarousel .carousel-inner .prev        { left: -16.7%; }  
}

.testimonial-bg{
    border: 10px solid #149acc;
    padding: 40px 40px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #002147;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #333;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #848484;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }


    .nav > li > a {
        padding: 6px 20px;
    }

    .nav > li > a > span {
        font-size: 11.3px;
    }

    .video {
        width: auto;
        max-width: 100%;
        height: 165px;
        background: #000;
    }

    .announce-title {
        height: 35px;
        font-size: 14px;
        padding-top: 9px;
        padding-bottom: 10px;
    }

    .announce-msg {
        height: 35px;
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    
    .btn-grad {
        margin: 10px;
        padding: 15px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        font-weight: bold;
        font-size: 14px;
        width: 100px;
        margin: 45px auto;
    }

    
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
    
    .btn-grad {
        margin: 10px;
        padding: 15px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        font-weight: bold;
        font-size: 14px;
        width: 100px;
        margin: 45px auto;
    }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}


.testimonial-controls {
    background: #FFF !important;
    /* margin-top: 10px; */
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 100px;
}

.testimonial-controls .buttons {
    background: #FFF !important;
    /* margin-top: 10px; */
    position: absolute;
    bottom: -24px;
    right: 10%;
    width: 100px;
    padding: 0px 5px;
}

.testimonial-controls .slider-arr, .testimonial-controls .slider-arr {
    font-size: 16px;
    width: 40px;
    height: 40px;
    top: 0 !important;
    position: relative;
    padding: 12px;
}

/*event calendar */
.month {
  padding: 20px 25px;
  width: 100%;
  background: #149acc;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.4%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.4%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #149acc;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    
    .weekdays li, .days li {width: 13.1%;}
    
    .month {
        padding: 10px 15px;
    }

    .month ul li {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .home-msg h6 { font-size: 12px; }
    
    .btn-grad {
        margin: 10px;
        padding: 15px 25px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        font-weight: bold;
        font-size: 14px;
        width: 100px;
        margin: 45px auto;
    }
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}

.process-wrap i {
    font-size: 32px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    display: inline-block;
    border: 2px solid #96aad3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #96aad3;
}

.icon {
    font-family: Stroke-Gap-Icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    width: 100%;
    height: auto !important;
}




.pt-0 {
    padding-top: 0 !important;
    margin-top: 0px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.wed-foot-link-1 .fa:hover {
    color: #000;
    border: 1px solid #000;
    background: #c1d3ff;
}

.wed-foot-link-1 .fa {
    background: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-menu > li {
    
    border-bottom: solid 1px #ebe6e6;
    width: 100%;
}

.dropdown-menu > li a {
    padding: 7px 20px 7px 15px !important;
}
.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.main-nav button {
    background: #27435a;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.all-drop-down-menu {
    background: #002147;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.navbar-admission {
    float:right;
}

.navbar-admission img {
    height: 50px;
    width: auto;
    padding: 10px 10px;
    text-align: right;
}


body a.fixed-popup.call-popup {
    background: #1a73e8;
    bottom: 100px;
    line-height: 60px;
}
body a.fixed-popup {
    position: fixed;
    right: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    z-index: 100001;
    box-shadow: 0 1px 6px rgba(32,33,36,.28);
}

body a.fixed-popup.call-popup i.fa-phone{
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
     animation:phonering-alo-circle-img-anim 1s infinite ease-in-out; 
     -webkit-transform-origin:50% 50%;transform-origin:50% 50%;
    }
@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

body a.fixed-popup {
    position: fixed;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    z-index: 100001;
    box-shadow: 0 1px 6px rgba(32,33,36,.28);
}

body a.fixed-popup.call-popup i.fa-phone{
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
     animation:phonering-alo-circle-img-anim 1s infinite ease-in-out; 
     -webkit-transform-origin:50% 50%;transform-origin:50% 50%;
    }
@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

body a.fixed-popup.call-popup {
    background: #1a73e8;
    bottom: 280px;
    line-height: 40px;
}

body a.fixed-popup.whatsapp-popup {
    background: #25d366;
    bottom: 235px;
    line-height: 40px;
}

body a.fixed-popup.instagram-popup {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    bottom: 190px;
    line-height: 40px;
}

body a.fixed-popup.twitter-popup {
    background: #1a73e8;
    bottom: 55px;
    line-height: 40px;
}
  
body a.fixed-popup.youtube-popup {
    background: #FF0000;
    bottom: 100px;
    line-height: 40px;
}

body a.fixed-popup.facebook-popup {
    background: #1a73e8;
    bottom: 145px;
    line-height: 40px;
}

body a.fixed-popup.paynow-popup {
    background: #b8260e;
    bottom: 175px;
    line-height: 40px;
    font-size: 20px;
}

.video:focus {
    border: none !important;
    background: transparent !important;
}

.affix .wed-logo a img {
    width: 250px;
    padding: 2px 0px;
}

.updates {
    width: 100%;
    height: auto;
}

.gallery {
    margin-bottom: 10px;
    text-align: center;
}

.img-res {
    height: 170px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.gallery h4 {
    height: 40px;
    line-height: 18px;
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
}

.recruiter-item {
    border: solid 1px #ccc;
    padding:10px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.adm-open img {
    height: 160px;
    width: auto;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

.affix .adm-open a img {
    height: 90px;
    padding: 5px 0px;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    color: #4ad1e5;
    text-align: center;
}

.fa-4x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.page-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
    color: #4ad1e5;
    text-align: center;
}

.about-sp {
    min-height: 400px;
}

.dark {
    color: #333;
}

.footer-icon {
    text-align: center;
    background: #FFF;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}

.wed-hom-footer h6 {
    color: #c1d3ff;
    text-align: center;
    margin-bottom: 5px;
}

.topper-achieve { 
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 28px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.10;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mantra-text {
    font-size: 16px;
    line-height: 24px;
}

.gallery-title {
    text-align: center;
    height: 58px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

.material-placeholder {
    text-align: center;
}

.about-sp ul li {
    margin-left:15px !important;
    list-style-type: disc !important;
}

.tab-pane ul li {
    margin-left:15px !important;
    list-style-type: disc !important;
}

.about-sp table tbody tr td {
    color: #929292;
    padding: 5px 8px !important;
}

.shoer-desc { 
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.10;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magazine-bg {
    height: 200px !important;
    width: auto;
    max-width: 100%;
}

.college-events { 
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.college-events-head { 
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 56px;
    margin: 0 auto;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.college-events p { 
    margin-bottom: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th
{
    background: #002147;
    color: #FFF;
    font-weight: 600;
}

tbody tr:nth-child(odd) , tbody tr:nth-child(odd) td {
  background-color: #d9dae2;
  color: #002147 !important;
}

tbody tr:nth-child(even) , tbody tr:nth-child(even) td {
  background-color: #f5f4f8;
  color: #002147 !important;
}

#subodhHomePageModal .modal-dialog .modal-content {
    width: 1200px !important;
    max-width: 100% !important;
}

#subodhHomePageModal .modal-dialog .modal-content {
    padding: 0 !important;
    border: none;
    border-radius: 0px;
}

#subodhHomePageModal .modal-dialog .modal-content .modal-header {
    padding: 10px;
    background: #149acc;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

#subodhHomePageModal .modal-dialog .modal-content .modal-body .form-control {
    margin-bottom: 8px;
    border-radius: 0;
    text-transform: capitalize !important;
}

#subodhHomePageModal .modal-dialog .modal-content .modal-body input[type="submit"] {
    background: #f26838;
    border: 0px solid #c4c4c4;
    color: #fff;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 700;
    max-width: 150px;
    padding: 5px 10px;
}

#subodhHomePageModal .modal-dialog .modal-content .modal-body .popup_image {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1200px;
        margin: 30px auto;
    }

    #subodhHomePageModal .modal-dialog .modal-content .modal-body .popup_image {
        margin-bottom: 0;
    }
    
}

.success-msg {
    font-size: 14px;
    color: #28912c !important;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.danger-msg , .danger-msg .help-block {
    font-size: 14px;
    color: #df0505 !important;
    padding-left: 8px;
    font-weight: 600;
}

.reset-button {
    background: #002147;
    border: 0px solid #002147;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    max-width: 100px;
    padding: 5px 10px;
}

.nav-item , .nav-item a {
    color: #FFF;
    font-weight: 600;
}

.gallery-img {
    height: 190px !important;
    width: auto !important;
    max-width: 100% !important;
}

.news-img {
    height: 190px !important;
    width: auto !important;
    max-width: 100% !important;
}

.tab-pane {
    /*margin-top: 15px;
    margin-bottom: 15px;*/
}

.gallery-block {
    border: solid 1px #ccc;
}

.slogan-name {
    font-weight: normal !important;
    font-weight: 600 !important; 
    font-size: 22px !important; 
    margin-top: 20px;  
    color: #c1d3ff !important;
    
}

.slogan {
    color: #c1d3ff !important;
    font-style: italic !important;
    font-weight: 600 !important; 
    font-size: 20px !important;   
}

.wed-foot-link-1 ul li {
    list-style:none;
}
.wed-foot-link-1 ul {
    padding-left:0px;
}

@media screen and (max-width: 767px)    {
    .wed-logo a img {
        width: 142px;
        margin-top: 1px;
    }
    
    .btn-grad {
        padding: 8px 11px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 20px #eee;
        border-radius: 10px;
        display: block;
        font-weight: bold;
        font-size: 12px;
        width: 90px;
        margin: 5px auto;
        float:left;
    }
    
    .bottom-logo {
        display:block;
    }
}

.affix .btn-grad {
    margin: 20px auto;
}
