html,
body {
  font-family: "georgia", sans-serif;
  color: black;
  background-image: url("bg-11.jpg");

  background-repeat: repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  box-sizing: border-box;
}
.navbar {
  padding: 0.8rem;
  opacity: 0.9;
  background-color: #21628e38 !important;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-link {
  font-size: 1.1em !important;
}
h4,
h3 {
  font-family: georgia;
}
.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.fa-book {
  color: #e54d26;
}
.fa-hdd {
  color: #563d7c;
}
.fa-internet-explorer {
  color: #2163af;
}
.fa-hdd,
.fa-book,
.fa-internet-explorer {
  font-size: 4em;
  margin: 1rem;
}
.social a {
  font-size: 4.5rem;
  padding: 3rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-instagram {
  color: #517fa4;
}
.fa-youtube {
  color: #bb0000;
}
.fa-facebook:hover,
.fa-instagram:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}
.fa-medium-m {
  font-size: 2rem;
}

.MWL {
  color: #aca1a1;
  margin-bottom: 0px;
}
@media (max-widht: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }
}
@media (max-widht: 768px) {
  .carousel-caption {
    position: absolute;
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 350%;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;

    padding-bottom: 0.2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  }
  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
}
@media (max-width: 567px) {
  .carousel-caption {
    position: absolute;
    top: 40%;
  }
  .carousel-caption h1 {
    font-size: 250%;
  }
  .carousel-caption h3 {
    font-size: 110%;
  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .CARousel-indicators {
    display: none;
  }
}
.carousel-item {
  transition: transform 0.5s ease;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0 !important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url("yy.png");
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}
[class*="col-"] {
  padding: 1rem;
}

h5 {
  color: rosybrown;
}

.div {
  width: 80%;
  margin: auto;

  background-color: #ccd5df69;

  transition: 0.3s all ease-in;
  padding: 0.5rem 0rem;
}
.div:hover {
  transform: scale(1.01);
}
.div1 {
  border: 2px solid #ccd5df69;
  text-align: center;
  margin: auto;
  background-color: white;
  border-radius: 10px;
}
.tall {
  height: 16.5rem;
}

span {
  color: white;
  background-color: rosybrown;
  border: 1px solid rosybrown;
  border-radius: 10px;
  padding: 0.3rem;
}
hr {
  background-color: rosybrown;
}

img {
  height: 80%;
  width: 90%;
}

.T0 {
  font-size: 1.7rem;
  border-radius: 2%;
  padding: 0.5rem;
  margin: 1rem;
  color: white;

  font-family: garamond;
  background-color: #00aaae;
}

.T11 {
  border: 2px hsla(39, 43%, 90%, 0.522) solid;
  margin: 2rem;
  padding: 1.5rem;
  background-color: white;
}

.element:before {
  content: "\f01a";
}
h2 {
  font-size: medium;
}
/*fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooter*/
footer {
  background-color: #0f0f20;
  color: #d5d5d5;
  padding-top: 2rem;
}
.linf {
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.5s all ease-in-out;
}
.linf:hover {
  color: white;
  text-shadow: 1px 1px 2px white;
}
.H5 {
  color: #d5d5d5;
}
.MWL {
  margin-bottom: 0%;
}
hr {
  color: rgb(168, 211, 236);
}

.toll {
  height: 11rem;
}
/*fooooooooooooooooooooooooooter*/
@media (max-width: 567px) {
  .title {
    width: fit-content;
  }

  body {
    font-size: 13px;
    box-sizing: border-box;
    margin: 0px;
  }

  .T11 {
    margin: auto;
    padding: 0.4rem;
    border: none;
  }
}
