html, body {
    height: 100%;
}
html{
    overflow-x: hidden;
}
/*COLOR PALETTE*/


.cust-green {
    background-color: #009688 !important;
}

nav ul li a {
    color: #FFFFFF;
}

.smallLogo {
    width: 76px;
}

#paddingRight {
    padding-right: 25px;
}

.paddingRight1 {
    padding-right: 25px;
}

.paddingLeft1 {
    padding-left: 60px;
}

.paddingLeft2 {
    padding-left: 23px;
    margin-left: 45%;
}

.paddingLeft3 {
    padding-left: 23px;
    margin-left: 30%;
}

.paddingLeft {
    padding-left: 25px;
}

.relative {
    position: relative;
}

.text-uppercase {
    text-transform: uppercase;
}

#imageSlider.slider > .indicators {
    margin: 65px;
    z-index: 10;
}

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

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

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.tabs .indicator {
    background-color: white;
    bottom: 2px;
    height: 2px;
}

nav ul a {
    color: #444;
}



.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 480px;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.icon-block {
    padding: 0 15px;
}

footer.page-footer {
    margin: 0;

}
footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}
.dropdown-content {
    min-width: 250px;
}

/*Media Queries*/

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 47px;
        line-height: 47px;
    }

    .navbar-fixed {
        height: 47px;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}

/*GST LIFE*/

.customHeaderLib {
    margin-bottom: 0;
}

.customHeaderLib > .col.m8 {
    padding-left: 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: teal;
    font-size: 50px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#changeWord {
    font-size: 50px;
}

.gstLifePara {
    font-size: 20px;
}

.chapterImages {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 3px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.chapterImages:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}

.chapterName {
    font-weight: 300;
    color: #F50057;
}

.chapterNames {
    font-weight: 700;
    color: #F50057;
}

/*CONTACT US*/

#map-canvas {
    width: 100%;
    min-height: 750px;
}

#customMapSectionRow {
    margin-bottom: 0;
    background-color: #424242 !important;
}

span > i.contactPageIcon {
    line-height: 0.8;
}

#contactRightColumn {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
}

#customMapSectionRow > .col.s8.m8.l8 {
 padding: 0;
}

#contactPadding {
    padding-left: 30px;
    padding-right: 30px;
}

#newsCard {
    padding: 0;
}

.newsCardRed {
    border-left: 5px solid red;
}

.newsCardBlue {
    border-left: 5px solid blue;
}

.newsCardOrange {
    border-left: 5px solid orange;
}

#imageSlider {
    padding-left: 0;
    padding-right: 0;
}

/*#imageSlider > div.slider > ul.indicators {*/
    /*display: none;*/
/*}*/

.brand-logo {
    margin-top: 10px;
}

.slider .indicators .indicator-item.active {
    background-color: orange;
}

#news {
    padding-left: 0;
    padding-right: 0;
    float: right;
    display: block;
    z-index: 3;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #fff;
}

#dimgray {
    background-color: dimgray;
}

#customNav {
    height: 5px;
}

#customParallaxLibrary {
    padding-left: 0;
}

/*AMENITIES*/

.iitWorkshops {
    border: 0px solid #ffffff;
    border-style: none;
}

/*ADMISSIONS*/

.admissionRightBlock {
    padding: 10px;
}

/*|||||PRELOADER|||||*/

.load-bar {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}

.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}

.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }
    to {
        left: 0;
        width: 100%;
    }
}

/*Branches*/

.branchIntake {
    font-weight: 100 !important;
}

.newsDate {
    font-size: 15px;
}

#customdivider {
    width: 9%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#customheader1 {
    margin: 0px;
}

#customheader1 > .col.m8 {
    padding: 0;
}

#customheader1 > .col.m12 {
    padding: 0;
}

.i {
    width: 85px;
    margin: 0px;
    border: 2px solid #fdba2c;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    padding: 3px;
}

.a1 a:hover {
    background-color: white;
}

.change {
    margin-top: 0;
}

.searchn {
    height: 47px;
    width: 215px;
    display: block !important;

}

.sear {
    height: 47px;
}

.hide_scroll {
    height: 0;
    display: none;
}

.margin-left3 {
    margin-left: 15%;
}

.modaliv {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 100%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

#aboutContent {
    padding-left: 40px;
}

@media only screen and (max-width: 992px) {
    .modaliv {
        width: 100%;
    }
}

.modaliv h1, .modaliv h2, .modaliv h3, .modaliv h4 {
    margin-top: 0;
}

.modaliv .modaliv-content {
    padding: 24px;
}

.modaliv .modal-close {
    cursor: pointer;
}

.collectionCustomAbout {
    border: 0;
    border-radius: 0;
}

.collectionCustomAbout > a.collection-item {
    border-bottom: 0;
}

#customCardPanelAbout {
    padding: 20px;
}

.quickAccessButton {
    border: 1px solid teal;
    border-radius: 10px;
}

.quickAccessButtonForDarkBackground {
    border: 1px solid white;
    border-radius: 10px;
    font-size: 15px;
}

.subTextModalHeader {
    font-size: 15px;
}

.modal .modal-content {
    padding: 0;
}

.modalCustomHeader {
    margin: 0;
    padding: 35px;
}

.modaliv .modaliv-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 100%;
    width: 100%;
}

.modaliv .modaliv-footer .btn, .modaliv .modaliv-footer .btn-large, .modaliv .modaliv-footer .btn-flat {
    float: right;
    margin: 6px 0;
}

#email_form.modal {
    width: 40%;
}

/*.circle {
  width: 100px;
  height: 100px;
  background: red;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: white;
}*/
.circle_sc {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    font-size: 25px;
    background: red;
    color: white;
    line-height: 200px;
    text-align: center;
}

.circle_node {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 20px;
    color: white;
    line-height: 100px;
    text-align: center;

}

.circle_node2 {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    font-size: 20px;
    color: white;
    line-height: 150px;
    text-align: center;

}

.circle_node3 {
    width: 75px;
    height: 75px;
    border-radius: 37px;
    font-size: 20px;
    color: white;
    line-height: 75px;
    text-align: center;

}

.circle_node4 {
    width: 170px;
    height: 170px;
    border-radius: 85px;
    font-size: 10px;
    color: white;
    line-height: 170px;
    text-align: center;

}

.circle_node5 {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    font-size: 10px;
    color: white;
    line-height: 120px;
    text-align: center;

}

.circle_node6 {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    color: white;
    text-align: center;

}


/* GST.css*/

.tree ul {
  padding-top: 20px; position: relative;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left; text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
  content: '';
  position: absolute; top: 0; right: 50%;
  border-top: 1px solid #ccc;
  width: 50%; height: 20px;
}
.tree li::after{
  right: auto; left: 50%;
  border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #ccc;
  width: 0; height: 20px;
}

.tree li a{
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
    font-family: arial, verdana, tahoma, serif;
  font-size: 11px;
  display: inline-block;
  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.counsil{
  margin:0;
  padding: 0;
}

/* timeine */

header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.project-name {
  text-align: center;
  padding: 10px 0;
}



#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #009688 ;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #009688 ;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: 49%;
  margin-left: -23px;
  -webkit-border-radius: 80%;
  -moz-border-radius: 80%;
  -ms-border-radius: 80%;
  border-radius: 80%;
}
.timeline-icon h4{
  margin-top:20px;
  color:white;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #ee4d4d;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ee4d4d;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.customNavbar {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    text-align: center;
}

@media screen and (min-width : 1024px){
    .customNavbar {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
    }
    nav ul li a{
        font-size: 12px;
    }
}

#breadcrumbRow {
    margin-bottom: 0;
}

.customNavbar > li {
    float: none;
    display: inline-block;
}

.text-small {
  font-size: smaller;
}
.navigationBreadcrumbWrapper {
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}

.breadcrumb:before {
  color: #BDBDBD;
  font-size: 20px;
}

.eventsCouncilPage {
    background-color: #FAFAFA;
}

fieldset.title {
  margin-top: 20px;
    border-top: 1px solid #aaa;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    text-align: left;
}

fieldset.title legend {
    padding: 5px 20px;
}

#customBranchDetailsDiv {
    padding-left: 35px;
    padding-right: 35px;
}
.nav_scroll{
    margin-top: -123.8px;
}

.news_achivements_overflow_hidden{
    max-height: 410px;
    overflow: hidden;
}
.small_link_icon{
    line-height: 1px;
    font-size: 10px;
}

@media only screen and (min-width: 900px) {
    .slider .slides li{
        height: 500px;
    }
    #imageSlider{
        height: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider .slides li{
        height: 700px;
    }
    #imageSlider{
        height: 700px;
    }
}
@media only screen and (min-width: 1250px) {
    .slider .slides li{
        height: 400px;
    }
    #imageSlider{
        height: 400px;
    }
}
@media only screen and (min-width: 1500px) {
    .slider .slides li {
        height: 500px;
    }

    #imageSlider {
        height: 500px;
    }

    .brand-logo > img {
        width: 80%;
    }
}
.mobile_logo{
    margin-bottom: 46px;
}
nav .input-field input{
    height:  46px;
}

.nutshell{
    margin-left: 30px;
    margin-right: 30px;
}
.nutshell_last{
    margin-left: 30px;
    margin-right: 0px;
}
.nutshell_first{
    margin-left: 60px;
    margin-right: 30px;
}

.faculty .modal{
    width: inherit;
    overflow: visible;
    background: transparent;
    max-height: 100%;
}

.faculty .modal-content .row{
    margin-left: 30%;

}

.slider .indicators{
    bottom: -20px;
    z-index: 400;
}

.news_date_range{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -10px
}

@media only screen and (min-width: 1024px ) and (max-width: 1025px) {
    .text-resize{
        font-size: xx-small;
    }

}

.square {
    width: 10px;
    height: 10px;
}
/*for hiding tab indicators in support  */
.support .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #009688;
    will-change: left, right;
}

.news_branch{
    max-height: 300px ;
    overflow-y: scroll;
    border: none !important;

}

.pos{

}

.club_c {
    width: 85px;
    margin: 0px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    padding: 3px;
}
.club_m {
    height: 400px;
}

.slider .indicators {
    bottom: 45px !important;
}

.card >.card-content >.card-title {
     line-height: 15px !important;
}
.card >.card-title {
    font-size: 24px;
    font-weight: 0px !important;
}

.achievements .slider .indicators {
     bottom: 0px !important;
}

.achievements .slider .slides{
    background-color: white;
}