.schoolBanner {
    background-image: url("./../img/school-background.jpg");
}

.createSystem {
    position: fixed;
    right: 0;
    padding: 10px;
    top: 50%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #888888;
    cursor: pointer;
    transition: .5s ease-in-out;
    z-index: 1000;
}
a.loginLink {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    background: transparent;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #888888;
    cursor: pointer;
    transition: .5s ease-in-out;
    padding: 5px 30px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
    
}
.logoSection {
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 20px;
}

.logo {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
/*
    #background: -webkit-linear-gradient(#81d4d8, #054a47);
    -webkit-background-clip: text;
    #-webkit-text-fill-color: transparent;
*/
}
span.edsys {
    color: orange;
}

span.cool {
    color: #3498db;
}
.logoMonogram {
    position: absolute;
    Z-INDEX: 1000;
    top: 9%;
    left: 2%;
}
.logoMonogram a {
    display: inline-block;
}


.createSystem:hover{
    right: 10px;

}
.createSystem a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.school .navbar-default {
    background: rgba(255, 255, 255, 0.7);
}

i.fa.fa-check {
    margin-right: 20px;
}

.sms img {
    width: 100%;
}

.sms p {
    color: #000;
    margin: 0;
    font-weight: bold;
}

.feeStructure {
    margin-left: 30px;
}

.feeStructure p {
    font-weight: 500;
}

i.fa.fa-arrow-right {
    font-weight: normal;
    font-size: 13px;
    margin-right: 12px;
}

i.fa.fa-arrow-right,
i.fa.fa-check {
    align-self: center;
}

.sms p {
    display: flex;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.sms p:hover {
    color: green;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

div.col-centered {
    margin: 0 auto;
    float: none;
}

h2.enHeader {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.sms img {
    width: 320px;
    height: 150px;
    margin: 0 auto;
}

.sms>div.imgWrap {
    width: 320px;
    margin: 0 auto 15px;
}

.sms p {
    font-size: 18px;
    font-weight: 500;
}

.col.col-sm-4.technologyImg img {
    width: 100%;
}

.progress-container {
    width: 100%;
    height: 0px;
    background: #ccc;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
}
  .progress-bar {
    height: 8px;
    background: #428e8f;
    width: 0%;
  }

/* ====================== Triangle Shape Styling ======================= */

.triangle {
    position: relative;
    z-index: 10;
    left: 130px;
}

  
video {
    position: absolute;
    top: 102px;
    left: 450px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: 3px solid grey;
    box-sizing: border-box;
}

ul.attributes {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 125px;
    left: 150px;
}
video:focus{
outline: 0;
}

ul.attributes li {
    padding: 2px 35px;
    border: 1px solid;
    margin: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:center;
    background: #fbf5f5c2;
    color: #004aad;
    animation: slit 5s linear infinite;
}
ul.attributes li:hover{
    animation: 0;
}
  
.triangle img {
    width: 320px;
    
}
  

/* Media Query */
@media (max-width: 480px){
    .sms img {
        width: 100%;
    }
    .sms>div.imgWrap {
        width: 240px;
    }
    h1.bannerHeader {
        font-size: 30px;
    }

}

.title-tooltip{
  position: relative;
  width: 100%;
  display: inline-block;
}
.title-tooltip:hover:after{
  content: attr(data-tooltip);
    background: #004aad;/*lightpink;*/
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    transform: translate(50%,3%);
    margin: 0 auto;
    color: white;
    min-width: 200px;
   min-width: 300px;
    bottom: -30%;
    left: 11%;
    right: 70%;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: skyblue;
    border-style: solid;
    font-style: oblique;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    animation:none;
    
}
.title-tooltip:hover:before {
    bottom: 27%;
    right: -50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: skyblue;
    border-width: 7px;
    transform: translate(0,0px);
}
.featuresSection{
    width: 17%;
    margin: 0 auto;
  padding: 5px;
  text-align: center;
  color: purple;
    background-color: lightsteelblue;
    font-family: serif;
    font-size: 43px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
/* added for features */
.centerWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height:22em;
}
:root {
  --duration: 5s;
}
.gear {
    font-size:larger;
  background: rgba(255,0,0,0.5);
  border-radius: 50%;
  margin: 0 auto;
  -webkit-animation: spin var(--duration) linear infinite;
  animation: spin var(--duration) linear infinite;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.featureImg{
  transform: rotate(-45deg);
}

.small {
    
  width: 200px;
  height: 200px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* background: radial-gradient(#39629bff 0, #39629bff 57%, transparent 55%, transparent 100%), repeating-conic-gradient(from 10deg, #39629bff 0, #39629bff 12deg, transparent 12deg, transparent 20deg); */
  background: radial-gradient(#39629bff 0, #39629bff 55%, transparent 55%, transparent 100%), repeating-conic-gradient(from 10deg, #39629bff 0, #39629bff 20deg, transparent 20deg, transparent 40deg);
  -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2);
}
.small2{
	width: 150px;
  height: 150px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(#343434ff 0, #343434ff 55%, transparent 55%, transparent 100%), repeating-conic-gradient(from 10deg, #343434ff 0, #343434ff 20deg, transparent 20deg, transparent 40deg);
  /* -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2); */

}
.medium{
	width: 185px;
  height: 185px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(#ffc000ff 0, #ffc000ff 55%, transparent 55%, transparent 100%), repeating-conic-gradient(from 10deg, #ffc000ff 0, #ffc000ff 20deg, transparent 20deg, transparent 40deg);
  /* background: radial-gradient(#ffc000ff 0, #ffc000ff 57%, transparent 55%, transparent 100%), repeating-conic-gradient(from 12deg, #ffc000ff 0, #ffc000ff 12deg, transparent 12deg, transparent 40deg); */
  margin-top: -5px;
  animation-direction: reverse;
  -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2);
}
.large {
  width: 300px;
  height: 300px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(#eb641bff 0, #eb641bff 62.5%, transparent 62.5%, transparent 100%), repeating-conic-gradient(from 5deg, #eb641bff 0, #eb641bff 10deg, transparent 10deg, transparent 20deg);
  margin-top: -5px;
  animation-direction: reverse;
  -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2);
}

.small1 {
    width: 300px;
    height: 300px;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(#2ec329ff 0, #2ec329ff 62.5%, transparent 62.5%, transparent 100%), repeating-conic-gradient(from 5deg, #2ec329ff 0, #2ec329ff 10deg, transparent 10deg, transparent 20deg);
    margin-top: -5px;
    animation-direction: reverse;
    -webkit-animation-duration: calc(var(--duration) * 2);
    animation-duration: calc(var(--duration) * 2);
  /* }
.small1{
  width: 150px;
  height: 150px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(rgb(195, 202, 195) 0, #2ec329ff 55%, transparent 50%, transparent 100%), repeating-conic-gradient(from 10deg, #2ec329ff 0, #2ec329ff 20deg, transparent 20deg, transparent 40deg);
      /* margin: -17px 0px 0 -12px; */
  /* margin: 0px -13px; */
   animation-direction: reverse;
  -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2);
} */

.large1 {
  width: 300px;
  height: 300px;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(#f00 0, #f00 62.5%, transparent 62.5%, transparent 100%), repeating-conic-gradient(from 5deg, #f00 0, #f00 10deg, transparent 10deg, transparent 20deg);
  margin-top: -5px;
  animation-direction: reverse;
  -webkit-animation-duration: calc(var(--duration) * 2);
  animation-duration: calc(var(--duration) * 2);
}

@-moz-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

a.loginLink {
    top: 75px;
}

.logoMonogram {
    top: 105px;
}

.logoSection {
    top: 60px;
}

.bannerWrapper.schoolBanner {
    margin-top: 68px;
}