#loadingbar {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 1%;
  height: 2px;
  background: #b91f1f;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#loadingbar.left {
  left: 100%;
  right: 0px;
  width: 100%;
}

#loadingbar.up {
  left: 0px;
  top: 100%;
  width: 5px;
  bottom: 0px;
  height: 100%;
}

#loadingbar.down {
  left: 0;
  width: 5px;
  height: 0;
}

#loadingbar.waiting dd, #loadingbar.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -ms-animation: pulse 2s ease-out 0s infinite;
  -o-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
}

#loadingbar dt {
opacity: .6;
width: 180px;
right: -80px;
clip: rect(-6px,90px,14px,-6px);
}

#loadingbar dd {
  opacity: .6;
  width: 20px;
  right: 0;
  clip: rect(-6px,22px,14px,10px);
}

#loadingbar dd, #loadingbar dt {
  position: absolute;
  top: 0;
  height: 2px;
  -moz-box-shadow: #b91f1f 1px 0 6px 1px;
  -ms-box-shadow: #b91f1f 1px 0 6px 1px;
  -webkit-box-shadow: #B91F1F 1px 0 6px 1px;
  box-shadow: #B91F1F 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loadingbar.left dt {
opacity: .6;
width: 180px;
left: -4px;
clip: rect(-6px,185px,14px,25px);
}

#loadingbar.left dd {
  opacity: .6;
  width: 20px;
  left: 0;
  margin: 0;
  clip: rect(-6px,22px,14px,0px);
}

#loadingbar.left dd, #loadingbar.left dt {
  top: 0;
  height: 2px;
}

#loadingbar.down dt {
  opacity: .6;
  height: 180px;
  top: auto;
  bottom: -47px;
  clip: rect(-6px,20px,130px,-6px);
}

#loadingbar.down dd {
  opacity: .6;
  height: 20px;
  top: auto;
  bottom: 0;
  clip: rect(-6px,22px,20px,10px);
  margin: 0;
}

#loadingbar.down dd, #loadingbar.down dt {
  left: -5px;
  right: auto;
  width: 10px;
}

#loadingbar.up dt {
  opacity: .6;
  height: 180px;
  bottom: auto;
  top: -10px;
  clip: rect(13px,20px,190px,-6px);
}

#loadingbar.up dd {
  opacity: .6;
  height: 20px;
  bottom: auto;
  top: 0;
  clip: rect(-6px,22px,25px,10px);
  margin: 0;
}

#loadingbar.up dd, #loadingbar.up dt {
  left: -5px;
  right: auto;
  width: 10px;
}

@keyframes pulse {
  30% { opacity:0.6; }
  60% { opacity:0; }
  100% { opacity:0.6; }
}

@-moz-keyframes pulse 
{
  30% { opacity:0.6; }
  60% { opacity:0; }
  100% { opacity:0.6; }
}

@-ms-keyframes pulse 
{
  30% { opacity:0.6; }
  60% { opacity:0; }
  100% { opacity:0.6; }
}

@-webkit-keyframes pulse 
{
  30% { opacity:0.6; }
  60% { opacity:0; }
  100% { opacity:0.6; }
}




 .shhomepage .nav > li {
    padding:0;
}
.shhomepage nav.navbar.yamm {
    margin:0;
}
.header-inner.shhomepage {
    padding:0;
}
.header-inner.shhomepage ul.nav.navbar-nav {
    padding: 16px 0 0 0;
}
.shhomepage-toparea {
    padding:10px 0;
    background-color:#2dc6ff;
    /*#77daff*/
}
.shhomepage .nav > li a {
    color: #fff;
}
.shhomepage-toparea ul.dropdown-menu.dropdowncus li a {
    color:#000;
}
.sp-mask {
    height: 586px !important;
}

/*------------------Student-Login--------------------*/
.topbar {
    background-color: #000;
padding: 8px 0;
}

.topbar .topleft{
float:left;
}
.topbar .topright{
float:right;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 3px 8px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #5c8db5;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #ffb500;
}

.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
background-color: #f1f1f1;
cursor: default;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #5c8db5;
}
#studentlogin {
    padding: 86px 0px;
    width: 100%;
    background: url(../img/loginbackgroundnewblack.jpg) fixed center 0px no-repeat;
    float: left;
}
.centerdiv button.paybtn {
    border: 0;
    background-color: #ffc002;
    padding: 15px 65px;
}
.centerdiv button.paybtn:focus {
    outline: none;
}
.centerdiv button.paybtn {
    border: 0;
    background-color: #ffc002;
    padding: 15px 65px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'roboto-regular-webfont';
    color: #000;
    margin-top: 43px;
}
.centerdiv button.paybtn i{
    margin-left:10px;
    font-size: 18px;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.10);
    transform: scale(0.10);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.10);
    transform: scale(0.10);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
/*,paybtn:focus i,paybtn:active i*/
.paybtn:hover i{
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.centerdiv button.paybtn:hover {
    background-color: #249cca;
    -webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
}


/**/
.topright .dropdown {
    margin: 0 10px 0px 0px;
    float: left;
}
.topright p {
    float: left;
    padding: 2px 0;
    color: #fff;
    font-size: 13px;
}
.topleft p {
    float: left;
color:#fff;
font-size:13px;
padding: 2px 13px 0 0px;
}
.dropdown-content a {
    border-bottom: 1px solid #c4c4c4;
}
.topleft i {
color: #5c8db5;
    padding: 0 10px 0px 0px;
}
.topleft i.fa.fa-mobile {
color: #5c8db5;
font-size:18px;
}
/*****/
.logosection {
    background-color: #ffb500;
    padding: 3px 0;
}
/*****/
section#studentlogin h2 {
    margin: 0px;
    text-align: center;
    font-size: 27px;
    color: #000;
}
section#studentlogin h2:focus {
    outline: none;
}
section#studentlogin h2 small:focus {
    outline: none;
}
.circlesh a:focus {
    outline: none;
}
section#studentlogin .paymentdetail{
text-align:center;
}
section#studentlogin .paymentdetail button{
border:1px solid #fff;
background-color: #4bceff;
border-radius:6px;
margin-bottom:60px;
color:#fff;
font-size:14px;
font-weight:700;
    padding: 4px 30px;
}
section#studentlogin .paymentdetail button:hover{
background-color: #337ab770;
    color: #353535;
-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
}
.modal-content.paymentpopup {
    width: 45%;
    margin: 0 auto;
    border-radius: 0px;
    background-color: #ffffff;
}
.modal-content.paymentpopup button {
margin:0px !important;
}
section#studentlogin .paymentdetail .modal-body:hover button{
border: 1px solid #ffcc00;
}
section#studentlogin .paymentdetail button:focus {
    outline: none;
}
section#studentlogin .paymentdetail .modal-body{
padding: 65px 15px;
}
.dropbtn:focus{
    outline: none;
}
.paymentdetail .modal-dialog.modal-lg {
    margin-top: 210px;
}
/*section#studentlogin .statusbox{
border:1px solid #5c8db5;
background-color:#fff;
padding:25px 15px;
min-height: 175px;
}*/
section#studentlogin .statusbox p {
    color: #282828;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
section#studentlogin .statusbox i {
    color: #249cca;
    font-size: 45px;
    padding: 0 0 15px 0;
}
section#studentlogin .statusbox small {
    color: red;
    font-size: 15px;
}
/*section#studentlogin .statusbox:hover{
border:1px solid #77daff;
background-color:#77daff;
box-shadow: 0px 0px 10px -1px #282020;
-webkit-transition: background-color 1s ease-out;
  	-moz-transition: background-color 1s ease-out;
  	-o-transition: background-color 1s ease-out;
  	transition: background-color 1s ease-out;
      text-decoration:none;
}*/
section#studentlogin .statusbox:hover p{
color:#000;
-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
    text-decoration:none;
}
a:-webkit-any-link {
    text-decoration: none;
}
section#studentlogin .toronto-content:hover i{
color:#ffc002;
-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
}
section#studentlogin .statusbox i:hover{
color:#ffc002;
-webkit-transition: color 1s ease-out;
  	-moz-transition: color 1s ease-out;
  	-o-transition: color 1s ease-out;
  	transition: color 1s ease-out;
}
.statusbar .progress {
    margin: 0px;
    box-shadow: none;
}
footer .cprt {
    background-color: #000;
    padding: 7px 0;
    width: 100%;
    float: left;
}
footer .cprt p {
    text-align: center;
    margin: 0px;
    color: #ffc002;
    font-size: 12px;
    letter-spacing: 1px;
}
.popular-content h1{font-weight:600; margin-bottom:20px;}
.popular-content {text-align: center;float:left; width:100%;}
.popular-content p{font-size:18px; font-style:italic;font-family:'Playfair Display'; margin-bottom:30px;}  
.visit{float:left; width:100%;}
.tor-box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0px 0;
    font-family: 'roboto-regular-webfont';
    text-transform: uppercase;
    color: #252525;
}
.color{color:#f4b843;}
.color1{color:#eee;}
.toronto-border{width:56px; height:1px; background:#e7e7e7; display:block; margin:20px auto;}
.duration,.opening{font-size:17px; display:block; font-family:myriad pro; padding-bottom:5px; color:#555555;}
.opening {padding-bottom:40px;}
.tor-hover {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1sh {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color:rgba(0, 0, 0, 0.47);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
}

.tor-hover:hover .overlay1sh {
  bottom: 125px;
  height: 218px;
}
.tor-box .hd-border {
    /*border:1px solid #b2b2b2;*/
    width:90px;
    margin:0 auto;
    margin-bottom: 15px;
}
.tor-box .foot-boder {
    width: 200px;
    border: 1px solid #ffc002;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    margin:0 auto;
}
section#studentlogin .toronto-content:hover .foot-boder {
    width: 100%;
    border-color: #249cca;

}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text button {
    font-family: 'roboto-regular-webfont';
    background: initial;
    border: 1px solid #4bceff;
    color: white;
    border-radius: 3px;
    padding: 7px 50px;
    font-size: 22px;
    font-weight: 600;
}
.text button:hover {
    background: linear-gradient(180deg, #2196F3 0%, #4bceff 100%) !important;
    color: #000;
}
.toronto-content{text-align:center;display:inline-block; width:100%; position:relative;background-color: #fff; }
.toronto-content:hover{box-shadow:0 0 40px rgba(0, 0, 0, 0.2);}
.visit-balance{margin-top:40px;}

/*****/
.circlesh{
  margin: 0px 36px 36px 36px;
  display: inline-block;
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #1d2087;
}

.circlesh::before,
.circlesh::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.circlesh,
.circlesh::before,
.circlesh::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.circlesh {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 2px solid #249cca;
  color: #5c5eae;
  line-height: 50px;
  overflow: hidden;
}
.circlesh:hover {
    background-color: #249cca;
}
.circlesh:hover {
  color: #fff;
}
.circlesh:hover h2.cdbnone{
	display:none;
}
.circlesh:hover h2.cdb{
	display:block !important;
}
.circlesh:hover h2.cdb small{
	color:#249cca !important;
}
.circlesh::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.circlesh:hover::after {
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
.circlesh a {
  text-decoration: none !important;
  color: #1d2087 !important;
}
.circlesh h2 {
    margin-top: 57px !important;
}
.circlesh h2.cdb{
	display:none !important;
}
.circlesh h2 small {
  color: #1d2087 !important;
  font-size:25px !important;
  font-weight:700;
}
.centerdiv {
    float:left;
    width: 100%;
}

/****/
@media (max-width:767px) {
    .mainheading {
        background: url('../img/underline2.png') center bottom no-repeat;
        padding-bottom: 44px;
        text-align: center;
        margin: 30px 0px 25px 0px;
    }

    #studentlogin {
        padding: 59px 0px;
        background: url('../img/loginbackground.jpg') center 0px;
    }

    section#studentlogin .statusbox {
        margin-bottom: 20px;
    }
}
@media (min-width:768px) {
    .mainheading {
        background: url('../../assets/img/underline.png') center bottom no-repeat;
        padding-bottom: 44px;
        text-align: center;
        margin: 30px 0px 25px 0px;
    }
}
