body, html{
  padding: 0;
  margin: 0;
  /* position: relative; */
}#
gif
.curling{
  margin: auto;
}
.curling img:hover{
  transform: none;
}
.text-first{
  color: #ea6024;
}
.school{
  background-color: #ea6024;
  padding: 5em;
  color: white;
  text-align: center;
}
.school h1{
  font-size: 4rem;
  font-weight: 800;
}
.carousel-inner{
  position: relative;
}
.content{
  position: absolute;
  left: 10%;
  right: 10%;
  top: 35%;
}
.content h1{
  font-size: 7rem;
}
*::before,
*::after {
  color: black;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.what {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding-top: 6px;
}
.swipe{
  position: absolute;
  top: 15%;
  right: 0;
}
.bg-first{
  background-color: #ea6024!important;
}
.text-first{
color: #ea6024;
}
.text-first:hover{
color: #061e26;
transform: scale(1.1);
transition: 200ms ease;
}
.spad {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.infooo li:last-child a:hover {
  text-decoration: none;
}

#sidebar-wrapper {
  background-image: url("img/mobile-4.html");
  background-repeat: no-repeat;
  background-size: cover;
}

#sidebar-wrapper {
  z-index: 1;
  position: absolute;
  width: 0;
  height: 46vh;
  background-color: black;
  overflow-y: hidden;
}

#sidebar-wrapper li {
  color: black;
  font-weight: 2rem;
  font-size: 1.5rem;
}

#page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
}

#wrapper.menuDisplayed #sidebar-wrapper {
  width: 250px;
}

.infooo li {
  display: inline-flex;
}

.infooo li:last-child {
  padding-left: 2%;
  font-size: 1.2rem;
}

.top-form {
  margin: 10px;
  padding-top: 0;
  margin-left: 25%;
  height: 3rem;
  width: 25%;
  padding-left: 0;
}

#wrapper.menuDisplayed #page-content-wrapper {
  padding-left: 250px;
}

.sidebar-nav {
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  background-color: #ea6024;
}

.carousel-indicators li {
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 50%;
  padding: 2px !important;
  border: black;
}

.carousel-indicators .active {
  background-color: #ea6024 !important;
}

html {
  font-family: "Rowdies", cursive;
  font-size: 10px;
  overflow-x: hidden!important;
   box-sizing: border-box;
  width: 100%!important;

}
body {
  overflow: hidden!important;
   box-sizing: border-box;
  width: 100%!important;
  min-width: 100%!important;
}

img:hover {
  transform: scale(1.2);
}

img {
  transition: 1s;
  cursor: pointer;
}



.btn {
  transition: 1s;
  cursor: pointer;
  font-size: 2.2em !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.bttn button {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.bttn button:hover {
  background: #ea6024 !important;
  color: white !important;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: black !important;
  transform: scale(1.05);
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

a {
  text-decoration: none;
}

h4 {
  color: #ea6024 !important;
  font-weight: bolder;
  font-size: 20px !important;
}

ul {
  list-style: none;
  text-decoration: none;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.svg-inline--fa.fa-bell.fa-w-14 {
  color: #ea6024;
}

.contain {
  padding: 0 1.5rem;
  margin: auto;
  border: 1rem 1rem 0 0.5rem;
  max-width: 117rem;
  width: 90%;
}

/* .container {
  padding: 0 1.5rem;
  margin: 0 auto;
  border: 1rem 1rem 0 0.5rem;
  max-width: 117rem;
} */

.logo {
  width: 5rem;
  height: 5rem;
  display: flex;
  border-radius: 100%;
  margin-right: 5rem;
}

.logo i {
  margin: auto;
  font-size: 3rem;
  color: #eee;
}

.btn {
  padding: 8px 20px;
  font-size: 12px;
  font-size: 1.1rem !important;
  margin: 3px 0;
}

nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
  opacity: 1;
  box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.7);
}

.navbar {
  display: inline-flex;
  /* padding: 13px 0 !important; */
  /* background-color: #061e26; */
}

.navbar img {
  /* height: 10vh; */
  z-index: 100;
}

.navbar a:hover {
  color: #ea6024;
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  font-weight: bold;
}

.navbar a {
  display: block;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  transition: color 650ms;
  text-decoration: none;
  font-weight: bolder;
  margin: 0 1.3rem;
  color: #ea6024 !important;
}

.nav-list a {
  margin: 10px;
  color: white;
  margin-left: -30px;
  color: black !important;
  font-size: 1.5rem;
}
.information {
  margin-top: -40%;
  position: absolute;
}
.information h1 {
  font-size: 4rem;
}
.information h2 {
  font-size: 2em;
}
#landing-two img:hover {
  transform: none;
}

#carouselExampleIndicators {
  /* margin-top: -3%; */
}

.eh li {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  margin-left: -10%;
  margin: auto;
  text-align: center;
}

.nav-list li:first-child {
  padding-top: 40px;
}

.categories__item {
  height: 200px;
  position: relative;
}

.categories__it {
  height: 10px;
  width: 20px;
  position: relative;
}

.categories__slider .col-md-1 {
  max-width: 100%;
  height: 10px;
}

section.cat {
  height: 20px !important;
  padding: 10px 0;
}

.categories__slider .col-lg-3 {
  max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
  font-size: 18px;
  color: #1c1c1c;
  height: 30px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-35px);
  background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}

.one img{
  border-radius: 25px;
}
.one img:hover {
  transform: none;
}
.cart img {
  margin-left: -55%;
}

.write {
  right: -10%;
}
.schools img{
  width: 80%;
  border-radius: 10%;
  margin-left: 5%;
}
.schools img:hover {
  transform: none;
}
.stub {
  background-image: url("img/fruits.html");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
}
.school-man:hover{
   background-image: url('img/tech1.gif');
  background-size: cover;
  background-repeat: no-repeat;
  transition: 200s;
  color: white!important;
}
.janitorial:hover{
  background-image: url('img/cleaning1.gif');
 background-size: cover;
 background-repeat: no-repeat;
 transition: 200s;
}
.hr:hover{
  background-image: url('img/threee.gif');
 background-size: cover;
 background-repeat: no-repeat;
 transition: 200s;
}
.inside {
  position: relative;
}

.link {
  text-align: center;
  margin: 0 auto;
}

.log img {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0 !important;
  width: 100%;
  height: 100% !important;
}

.page img {
  width: 100%;
}

.rule {
  background-color: #ea6024;
  width: 10%;
  height: 3px;
  margin: 0 auto;
  border: 10px;
}

.particles-js-canvas-el {
  margin-top: -20%;
  width: 100%;
  height: 450px;
}

#particles-js {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  min-height: 90vh;
  border-radius: 10%;
}

.navigate {
  width: 100%;
  background-image: url("img/pexels1.html");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 74vh;
}

.navigate img {
  opacity: 0.5;
}


.born img {
  width: 100%;
  height: 150px;
}

.born {
  position: relative;
  margin-top: 25%;
}

.pro {
  height: 41rem;
}

.phone-img img {
  width: 50%;
  height: 80vh;
  /* box-shadow:2px 5px 4px -5px} */
}

.shadow-header {
  margin-top: 55px;
}

div.shadow {
  position: relative;
  /* margin: 200px auto 0;
  width: 300px;
  height: 250px; */
  border-radius: 10%;
  color: black;
  /* margin-top: 15%; */
  /* background: white; */
}
.logos img {
  width: 75%;
  height: 75%;
}

.icon a {
  color: #020202;
}

.sliderr {
  margin-top: 10%;
}

footer svg.svg-inline--fa.fa-instagram {
  background-color: white;
  transition: ease 1s;
  border: 2px solid white;
}

footer svg.svg-inline--fa.fa-instagram:hover {
  color: #e4405f;
  transition: ease 1s;
}

footer svg.svg-inline--fa.fa-facebook-square:hover {
  color: #3d5999;
  transition: ease 1s;
}

footer svg.svg-inline--fa.fa-twitter-square:hover {
  color: #55acee;
  transition: ease 1s;
}

#iconn {
  background-color: #636363;
}

/* .in {
  display: inline-flex;
  margin-left: -20px;
  padding-left: 20px;
  color: white;
  background-color: slategrey;
  width: 100%;
} */
.topp {
  margin-top: 5px;
}

.bottomm ul {
  display: inline-flex;
  padding-left: 0;
  margin-left: -30px;
  padding-top: 7px;
}

.bottomm li {
  padding-top: 7px;
}

.in h2 {
  display: inline-flex;
  margin-left: 15px;
  margin-right: 15px;
}

.barss {
  margin-left: 50px;
}

.address {
  margin-left: 10%;
}

.about {
  margin-left: 25%;
}
.about-landing {
  margin-top: -35%;
  position: absolute;
}
.about-landing blockquote {
  font-weight: 600;
  font-size: 1.7em;
}

.icon {
  padding-left: 40%;
}

hr .socket {
  color: #09319e;
  width: 100%;
  border-top: 0.5rem solid;
}

.down h1 {
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px !important;
  padding-bottom: 0;
  padding: 10px;
  border: 0;
}

.foot-image {
  padding: 10px 10px 10px 10px;
}

.address,
.about li {
  font-weight: bold;
  font-size: 12px;
}

.disabled {
  margin-right: 20px;
}

.last {
  margin-right: 20px;
}

.logoo img {
  width: 120px;
  height: 120px;
  margin: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.logoo {
  margin-left: -30px;
}

/* #content {
  position: absolute !important;
  z-index: 1;
} */

.navigate h3 {
  margin-left: 20%;
}
/* 
.modal-parent {
  width: 100%;
  height: 200vh;
  display: none;
  position: absolute;
}
 */
/*
.modall {
  font-size: 20px;
  background: #ea6024;
  border-radius: 5%;
  border: 1px solid black; 


 margin-top: 15%;
    margin-left: 25%; 


/* width: 50%;
  position: absolute;
  top: 35%;
  left: 50px;
  padding: 5% 0 5% 0;
  animation: 1s drop;
  transition: 2s;
}
*/

/*---------------------
  Footer
-----------------------*/

footer {
  /* background: #f3f6fa; */
  /* padding-top: 70px; */
  padding-bottom: 0;
  border-top: 1px solid #ebebeb;
}
.contt{
  border-top: 1px solid #ebebeb;
padding-top: 3rem;
}
.footer__about {
  
  margin-bottom: 30px;
}

.footer__about ul li {
  font-size: 16px;
  /* color: #1c1c1c; */
  line-height: 36px;
  list-style: none;
}

.footer__about__logo {
  margin-bottom: 15px;
  margin-top: -30px;
}

.footer__about__logo img {

  width: -6vw;
  height: auto;
}

.footer__about__logo a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.footer__widget {
  margin-bottom: 30px;
  overflow: hidden;
}

.footer__widget h6 {
  color: #ea6024;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__widget ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}

.footer__widget p {
  font-size: 14px;
  color: #ea6024;
  margin-bottom: 30px;
}

.footer__widget form {
  position: relative;
  margin-bottom: 30px;
}

.footer__widget form input {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  color: #1c1c1c;
  height: 46px;
  border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
  color: #1c1c1c;
}

.footer__widget form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 26px;
  height: 100%;
}

.footer__widget .footer__widget__social a {
  display: inline-block;
  height: 41px;
  width: 41px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: #ffffff;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
  margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
  background: #ea6024;
  color: #ffffff;
  border-color: #ffffff;
}

.footer__copyright {
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
  overflow: hidden;
  margin-top: 20px;
}

.footer__copyright__text {
  font-size: 14px;
  color: #ea6024;
  float: left;
  line-height: 25px;
  margin-left: 35%;
  padding-top: -10%;
}

.footer__copyright__payment {
  float: right;
}
.showw {
  display: none;
  transition: 2s;
  height: 50vh !important;
  background: #f3f6fa;
  width: 45vw !important;
  margin: auto !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  border-radius: 1%;
  position: absolute;
}
.landing-text {
  margin-left: 20% !important;
}
.landing-text blockquote {
  font-size: 2rem;
}
.landingg-text {
  margin-left: 5% !important;
}
.x {
  font-size: 30px;
  cursor: pointer;
  font-weight: bolder;
  position: absolute;
  margin-right: auto;
  cursor: pointer !important;
  right: 25px;
  padding: 0;
  z-index: 1000 !important;
}
/* .modal-container {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100h;
} */
.showw h6 {
  font-size: 2em;
}
.message {
  font-weight: bolder;
  font-size: 2em;
  padding-top: 20% !important;
  z-index: 100;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h6 {
  margin: 0 0 10px !important;
  font-size: 16px !important;
}

.about-img img {
  width: 100%;
  transform: none;
}

.about-header {
  /* margin-top: -35%; */
  position: absolute;
  /* margin-left: 35%; */
  top: 35%;
  left: 5%;
  right: 5%;
}

.about-computer img {
  width: 150%;
  margin-top: -50px;
  height: auto;
}

.about-header h1 {
  font-size: 90px;
  font-weight: bolder;
  color: white;
  text-align: center;
}

.shopping-header {
  font-weight: bolder;
  letter-spacing: 0.2rem;
}

.shopping-paragraph {
  font-size: 1.5rem;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 2.4rem;
}

.story {
  margin-top: 10em;
  width: 70%;
  margin-left: 35%;
}

.contact-us {
  background-color: white;
  box-shadow: 20px 10px 20px -5px;
  width: 100%;
  height: 250px;
  margin: -90px 10px 0;
}

.contact-us p {
  font-weight: 10px;
  font-size: 14px;
}

input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="email"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="submit"] {
  width: 100%;
  background-color: #09319e;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #6c757d;
  transition: ease 1s;
}

form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 40px;
}

#foot {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .story h1{
    text-align: center;
  }
  .story blockquote{
    text-align: center;
  }
  .content h1{
    font-size: 5rem;
  }
.navbar-toggler{
  background-color:#ea6024!important
}

  .navbar {
    position: relative;
    z-index: 100 !important;
    background: white;
  }
  .bttn {
    justify-content: center;
    margin-left: 20%;
  }
  .bttn h1 {
    margin-left: 10%;
  }
  .bttn button {
    margin-left: 15%;
  }
  .about-img {
    z-index: 10 !important;
  }
  button.navbar-toggler {
    margin-right: 4% !important;
  }
  nav {
    margin-bottom: 10px !important;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .move {
    margin: auto;
    background-color: white;
  }
  .navbar-collapse {
    /* background: white; */
  }
  .information {
    margin-top: -40%;
    position: absolute;
  }
  .information h1 {
    font-size: 1.5rem;
  }
  .information h2 {
    font-size: 1em;
    margin-top: 0.5em;
  }
  .last {
    margin: auto;
  }
  /* .carousel h1 {
    font-size: 2.3em;
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-shadow: 0.1rem 0.1rem 0.6rem black;
    letter-spacing: 1rem;
    margin-top: 7rem;
    padding-top: 5rem;
  } */

  .cart img {
    position: relative;
    margin-top: -45%;
    margin: -45% auto 0;
    width: 100%;
  }

  .write h1 {
    margin: auto;
    padding-top: 0;
    font: bolder;
    letter-spacing: 2px;
    font-size: 20px;
  }

  .write h3 {
    font-weight: 500;
  }

  .write {
    margin: auto;
    margin-left: -10%;
  }
  .grey {
    margin: auto;

    margin-bottom: 5%;
  }

  .grey h1 {
    margin: auto;
  }

  .inside {
    position: relative;
    margin-top: 10%;
    /* height: 150px; */
  }

  .inside img {
    width: 100%;
    /* height: 150px; */
  }

  .pro img {
    width: 45%;
    height: auto;
  }

  /* .youtube img{
        height: auto;
        margin-bottom: 35%;
        margin-top:0;
        
    }     */
  .white {
    display: none;
  }

  /* .fruits h1 {
        font-weight: bolder;
        padding-bottom: 0;
        position: inherit;
        font-size: 23px;
        color: black
    } */

  .theme h1 {
    font-size: 2.5rem;
  }

  .pro {
    width: 100%;
    /* background-image: url('img/pexels.jpg');
        background-size: cover;
        background-repeat: no-repeat; */
    min-height: 90vh;
  }

  .stub h1 .rule {
    color: white;
  }

  .grey {
    display: none;
  }

  .phone {
    margin: 5% auto;
    display: none;
  }

  .phone img {
    width: 220px;
    height: 400px;
  }

  .address {
    text-align: center;
    margin-left: -10%;
  }

  .about {
    text-align: center;
    margin-left: -10%;
  }

  .footer__about__logo img {
    /* width: 100px; */
    /* height: 50px; */
  }

  .footer_middle h6 {
    margin-left: 20px !important;
  }

  .footer_widget li {
    margin-left: 20px !important;
  }

  .nav-link {
    height: 40px !important;
    line-height: 3rem;
  }

  .about-header {
    left: 25%;
    /* margin-top: -35%;
    position: absolute;
    margin-left: 35%; */
  }

  .about-computer img {
    width: 100%;
    margin-top: -50px;
    height: auto;
  }

  .about-header h1 {
    font-size: 45px;
    font-weight: bolder;
    color: white;
    text-align: center;
    /* margin-left: 5px !important; */
  }
  /*---------------------
  Map
-----------------------*/

.map {
  height: 500px;
  position: relative;
}

.map iframe {
  width: 100%;
}

.map .map-inside {
  position: absolute;
  left: 50%;
  top: 160px;
  -webkit-transform: translateX(-175px);
  -ms-transform: translateX(-175px);
  transform: translateX(-175px);
}

.map .map-inside i {
  font-size: 48px;
  color: red;
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  transform: translateX(-18px);
}

.map .map-inside .inside-widget {
  width: 350px;
  background: #ffffff;
  text-align: center;
  padding: 23px 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
  box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  border: 12px solid transparent;
  border-top: 30px solid #ffffff;
  content: "";
  z-index: -1;
}

.map .map-inside .inside-widget h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
  list-style: none;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

  .shopping-header {
    font-weight: bold;
    letter-spacing: 0.3rem;
  }

  .shopping-paragraph {
    font-size: 1.2rem;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 2.4rem;
  }

  .story {
    margin-top: 1em;
    width: 100%;
    margin-left: 0%;
  }

  .about-header {
    /* margin-top: -35%;
    position: relative;
    margin-left: 15%; */
  }

  .about-img img {
    margin-top: -9px;
    width: 100%;
    height: auto;
  }

  .about-computer img {
    margin-top: 10%;
  }

  .about-landing blockquote {
    font-weight: 300;
    font-size: 1em;
  }
  .contact-us {
    margin-top: 25%;
  }

  .items-slide {
    overflow: auto;
    width: 100%;
  }

  .items-slide img {
    height: 130px;
    width: 100%;
    margin: 0;
  }

  .col-4,
  .col-sm-4 {
    -ms-flex: 0 0 3.333333%;
    flex: 0 0 3.333333%;
    max-width: 3.333333%;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .footer__copyright__text {
    margin-left: 5%;
    text-align: center;
  }
  .letter {
    text-align: center !important;
    margin-left: 5% !important;
  }
  .showw {
    height: 40vh !important;
    background: #f3f6fa;
    width: 90vw !important;
  }
  .footer__widget p {
    text-align: center !important;
    margin-left: 5% !important;
  }
  footer{
    position: relative;
  }
}
@media screen and (max-width: 425px) {
  .about-header h1{
    font-size: 38px;
  }
  .about-header{
    top: 25%;
    left: 15%;
  }
  footer {
    /* padding-top: 127%; */
  }
  .content h1{
    font-size: 3rem;
  }
  
}

@media screen and (max-width: 375px) {
  .school h1 {
    font-size: 3rem;
    font-weight: 800;
}
  footer {
    /* background: #f3f6fa; */
    /* padding-top: 154%; */
  }
}
@media screen and (max-width: 320px) {
  .about-header{
    top: 25%;
    left: 15%;
  }
  .about-header h1{
    font-size: 32px;
  }
  footer {
    /* background: #f3f6fa; */
    /* padding-top: 212%; */
  }
}

