/*FONTS*/
@font-face {
    font-family: 'SF Pro Bold';               /*a name to be used later*/
    src: url('../fonts/SF/SanFranciscoDisplay-Bold.otf');    /*URL to font*/
}
@font-face {
    font-family: 'SF Pro Regular';                /*a name to be used later*/
    src: url('../fonts/SF/SanFranciscoDisplay-Regular.otf');    /*URL to font*/
}
@font-face {
    font-family: 'SF Pro Semibold';               /*a name to be used later*/
    src: url('../fonts/SF/SanFranciscoDisplay-Semibold.otf');    /*URL to font*/
}
@font-face {
    font-family: 'SF Pro Thin';               /*a name to be used later*/
    src: url('../fonts/SF/SanFranciscoDisplay-Thin.otf');    /*URL to font*/
}

html{
  scroll-behavior:smooth;
}
body{
	font-family:'helvetica',serif;
	overflow-x: hidden;
}
header{
      padding: 13px;
    position: fixed;
    height: 63px;
    width: 100%;
    background-color: #fff;
    z-index: 2
}
header .btn{  
     background-color: #146c9d;
    color: #fff;
    font-weight: bold;
    margin-top: -37px;
    border-radius: 30px;
    padding: 6px 21px;
}

.show-in-mobile{
  display: none;
}

.front-page{
   height: 100vh;
   padding: 20px;
   background-color: #2ac1d9;
   padding-top: 170px;
   background-image: url('../Icons/School Supplies.png');
   background-repeat: no-repeat;
  background-position: 100% 114%;
  background-size: contain;
}
.phone1{
  display: none;
}
.phone2{
    margin-left: -74px;
    margin-top: -82px;
}
.logo-div img{
   width: 35px
}
.name-div{
    position: absolute;
     top: 0px;
    left: 62px;
    font-family: 'SF Pro Bold';   
    color: #13aee5;
}
.name-div  .sa{
  font-size: 25px
}
.name-div .by{
    font-size: 14px;
    position: absolute;
    margin-top: -5px;
     font-family: 'SF Pro Regular';   
}
.image-col{
  text-align: center; 
}
.image-col img{
  width: 35%
}
.jumbo-div{
  line-height: 50px;
}
.md{
  font-size: 40px;
  color: #fff
}
.lg{
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.details{
  padding: 50px ;
  background-color: #e3f7ff;
}
.awe{
  color: #2ac1d9;
  font-weight: bold;
}
.details .row .col-md-4{
  padding: 10px 30px;

}
.details-div{
    padding: 20px;
    border: solid 2px #7dd9ff;
    border-radius: 14px;
    position: relative;
    background-color: #e3f7ff;
    cursor: pointer;
    min-height: 205px;
}
.details-div img{
  width: 150px
}
.details-div .col-sm-6:first-of-type{
  text-align: center;
}
.details-div .col-sm-6:last-of-type{
  text-align: left;
  padding-top: 25px;
}
.details-div .col-sm-6 .title{
      font-weight: bold;
      font-size: 20px;
}

.refer{
    background-color: #fff;
    padding: 20px 69px;
}
.refer .row div{
  text-align: center;
}
.refer img{
  max-width: 100%;
  margin-top: 30px
}
.refer .btn{
    padding: 14px 58px;
    background-color: #146c9d;
    font-size: 32px;
    font-weight: bold;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 38px;
    margin-top: 40px;
}
.form-div{
  background-color: #2ac1d9;
  padding: 85px 0px ;
 
}
.form-div h3{ 
   color: #fff;
   font-weight: bold;
}
form{
  width: 600px;
  margin: 0 auto
}
form label{
  font-weight: bold;
    color: #146c9d;
}
textarea{
  height: 250px !important;
  resize: none;
}
form .btn{
     background-color: #146c9d;
    color: #fff;
    font-weight: bold;
    padding: 7px 26px;
    border-radius: 40px;
    float: right;
}
form .btn-reset{
  background-color: #fff;
    color: #146c9d;
    margin-right: 10px;
}
form .form-control {
  border-radius: 0px !important;
  height: calc(2.25rem + 9px);
}
footer{
  background-color: #146c9d;
  color: #fff;
  padding: 20px 60px
}
.footer-icon{
  width: 30px
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}
footer ul{
  padding: 0;
  list-style-type: none;
}
footer .m-top-10{
  margin-top: 10px
}
.hvr-grow{
  display: block !important;
}
.hidden{
  display: none;
}
.cursor{
  cursor: pointer;
}


.infoModal .modal-dialog{
    max-width: 600px !important;
    margin-top: 18vh;
}
.infoModal .modal-body .m-top-100{
    text-align: center;
    margin-top: -65px;
}
.infoModal .modal-body{
  text-align: center;
}
.infoModal .modal-body img{
    width: 100px
}
.infoModal .modal-body .modal-details{

     padding: 40px 10px;

}

/*---------------------------------------------------------------------------------------------------------------
MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE 
---------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:1201px){


}


@media only screen and (max-width:1200px){

  .details-div img {
      width: 100%;
  }

}


@media only screen and (max-width:768px){

.show-in-mobile{
  display: block;
}
.hide-in-mobile{
  display: none;
}
.image-col img {
    width: 20vh;
}
.front-page {
    background-color: #2ac1d9;
    padding-top: 100px;
}
.image-col {
    margin-top: 10vh;
}
.md{
font-size: 30px;
}
.lg{
  font-size: 58px;
}
.refer .btn{
    padding: 10px 36px;
    font-size: 21px;
    margin-top: 15px;
}
form {
    width: auto;
    margin: 0 auto;
    padding: 0 16px;
}
.details-div img {
    width: 135px;
}
.front-page{
  background-position: 100% 100%;
}

}


@media only screen and (max-width:576px){


 
}


@media only screen and (max-width:450px){
.jumbo-div {
    line-height: 35px;
}
.md{
   font-size: 21px;
}
.lg{
  font-size: 38px;
}
footer {
    padding: 20px 10px;
}
header .btn{
   padding: auto;
   font-size: 10px;
   margin-top: -30px
}
.name-div .sa {
    font-size: 17px;
}
.name-div {
    top: 10px;
}
.name-div .by {
    font-size: 10px;
}

}




.fade.in {
    opacity: 1;
}
.hide{
  display: none;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.float{
  animation: float 6s ease-in-out infinite;
}
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/* Absolute Center Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}