body {
  padding: 0;
  margin: 0;
  color: #030302 !important;
}

@font-face {
  font-family: RobotoBL;
  src: url(./assets/fonts/Roboto-Black.ttf);
}

@font-face {
  font-family: RobotoBO;
  src: url(./assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: RobotoM;
  src: url(./assets/fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: RobotoE;
  src: url(./assets/fonts/Roboto-Italic.ttf);
}

.mbl {
  font-family: RobotoBL;
}

.mb {
  font-family: RobotoBO;
}

.mm {
  font-family: RobotoM;
}

.me {
  font-family: RobotoE;
}

.blue {
  color: #011f97;
}

.yellow {
  color: #ffd500;
}

a {
  color: #030302 !important;
}

/* start header */

.navbar-toggler {
  background-color: #010160;
  border-radius: 50%;
  border: none;
  height: 45px;
  width: 45px;
  position: fixed;
  top: 5%;
  right: 10%;
  z-index: 99999999;
}

.rot {
  transform: rotate(90deg) !important;
}

.btn-contact-me {
  background-color: #010160;
  border-radius: 50%;
  border: none;
  height: 44px;
  width: 44px;
  position: fixed;
  bottom: 6%;
  right: 10%;
  z-index: 99999999;
      text-align: center;
    justify-content: center;
    display: block;
    margin: auto;
    padding: initial;
    padding-bottom: 3px;
}

button:focus {
  outline: none !important;
  outline: none !important;
}

/* end header */

/* start home */

.home h1 {
  font-family: RobotoBL;
  letter-spacing: 1px;
}

.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-family: RobotoBL;
}

.home h6 {
  letter-spacing: 0.5px;
}

.home p {
  font-family: RobotoM;
}

.btn-contact {
  background-color: #e63333;
  color: #fff;
  padding: 5px 40px;
  border: #e63333 2px solid;
  font-family: RobotoBO;
  margin: auto;
  display: block;
}

.btn-contact-2 {
  background-color: #e63333;
  color: #fff;
  padding: 5px 40px;
  border: #e63333 2px solid;
  font-family: RobotoBO;
}

.btn-contact:hover,
.btn-contact-2:hover {
  background-color: #fff;
  color: #e63333;
  border: #e63333 2px solid;
}

a:hover {
  text-decoration: none !important;
  outline: unset !important;
}

.input-field {
  overflow: visible;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #a8a8a8 !important;
  outline: unset !important;
}

::placeholder {
  color: #b4b4b4;
  font-family: RobotoM;
}

.btn-send {
  background-color: unset;
  color: #011f97 !important;
  padding: 5px 50px !important;
  border: #011f97 2px solid !important;
  font-family: RobotoBO !important;
}

.footer a {
  color: #000;
  font-size: 75%;
}

.footer .input-field {
  border: none !important;
  border-bottom: 2px solid #020201 !important;
  margin-bottom: 2rem;
  width: 100%;
  outline: unset;
  color: #fff;
}

.btn-submit {
  background-color: #011f97;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 40px 8px 40px;
  border: #011f97 2px solid !important;
  outline: unset !important;
  box-shadow: none !important;
  width: fit-content !important;
  letter-spacing: 2px;
  border-bottom: none !important;
}
.footer {
  font-family: RobotoBO;
}

.card-over {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  top: 40%;
  font-family: RobotoBL;
}

.top {
  top: -5rem;
}

.bottom {
  top: 7rem;
}

.space {
  letter-spacing: 0.5px;
}

/* start navbar */

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #010160;
  transition: 0.5s;
  color: #fff;
  z-index: 999;
  border-radius: 25px;
  top: 6%;
  z-index: 999999999 !important;
}

.sidepanel ul li a {
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  border-bottom: none;
  width: 100%;
  margin: auto;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

.sidepanel ul li {
  list-style: none;
  margin: 0rem 1.5rem;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
}

@media (max-width: 768px) {
  .sidepanel ul li a {
    line-height: 50px;
  }
}

.hide-me {
  width: 0 !important;
  right: -15% !important;
}

.show-me {
  width: fit-content;
  right: 13%;
}

.navbar {
  position: absolute;
  z-index: 9999999;
  padding-bottom: 10%;
}

.navbar .logo {
  left: 17%;
  top: 100%;
  z-index: 99999999;
  position: relative;
}

/* end navbar */

/* start about us */

.box {
  background-color: #fff;
  padding: 1rem;
  width: fit-content;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 9999;
  margin-left: auto;
  margin-right: auto;
  font-family: RobotoBL;
}

#Sidepanel a {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .card-over {
    top: 33%;
  }

  .show-me {
    width: fit-content;
    right: 14%;
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column !important;
    list-style: none;
    padding: 2rem !important;
    text-align: center;
  }

  .sidepanel ul li {
    list-style: none;
    margin: 1rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 300%;
  }
  
     .sidepanel{
    height: 100%;
    border-radius: unset!important;
  }

  .show-me {
    width: fit-content;
    right: 0;
    z-index: 999999;
  }

  .sidepanel {
    top: 0 !important;
  }

  .dropdown-menu {
    position: relative !important;
    top: 100% !important;
    left: 0 !important;
  }

  .about-box {
    padding: 1rem 1rem !important;
  }

  .display-1 {
    font-size: 310%;
  }

  .bg-blue {
    padding: 2rem 2rem !important;
  }

  .about .input-field {
    width: 100% !important;
  }

  .navbar .logo {
    left: 0% !important;
    top: 100%;
    z-index: 99999999;
    position: relative;
    width: 100%;
  }

  .mob {
    padding-top: 20% !important;
  }
}

@media (max-width: 425px) {
  .display-4 {
    font-size: 190%;
  }

  .navbar-toggler {
    top: 3% !important;
    right: 5% !important;
  }

  .navbar .logo {
    left: -5% !important;
  }

  .mob {
    padding-top: 30% !important;
  }

  h1 {
    font-size: 160%;
  }

  h2,
  h3,
  h4 {
    font-size: 130%;
  }

  h5,
  h6,
  p {
    font-size: 100%;
  }

  .box {
    margin-bottom: 0rem !important;
  }

  .show-me {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.dropdown-menu {
  position: absolute !important;
  top: 20%;
  left: -300px;
  z-index: 1000;
  display: none;
  float: left !important;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left !important;
  list-style: none;
  background-color: #010160;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: unset !important;
}

.carousel-caption {
  position: absolute;
  right: 10% !important;
  bottom: 20px;
  left: 10% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #030302;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bg-blue {
  background-color: #011f97;
  color: #fff;
  padding: 2rem 4rem;
}

.about .input-field {
  border: none !important;
  border-bottom: 1px solid black !important;
  color: #000 !important;
  width: 80%;
}

.about ::placeholder {
  color: #000 !important;
  font-family: RobotoM;
}

.home .input-field {
  border: none !important;
  border-bottom: 1px solid black !important;
  color: #000 !important;
  width: 85% !important;
  background-color: unset !important;
  margin-left: auto;
  padding: 0px 0;
  font-family: RobotoE;
}

.home label {
  font-family: RobotoBL;
}

.home ::placeholder {
  color: #000 !important;
  font-family: RobotoE;
  font-size: small;
}

.btn-add {
  border: 2px solid #000;
  padding: 5px 30px;
  background-color: unset;
  outline: unset !important;
  font-family: RobotoM;
}

.about-box {
  border: 3px solid black;
  padding: 1rem 4rem;
}

.bg-yellow {
  background-color: #ffd500;
  padding: 2rem 0rem;
}

.bg-yellow h1 {
  transform: rotate(-90deg);
  text-align: left;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: -10px;
  height: 505px;
  width: 564px;
  font-size: 2.82rem;
}

.mar-top {
  padding-top: 12%;
}

.line-h {
  line-height: 67px;
}

.carousel-caption-2 {
  position: absolute;
  right: 10% !important;
  bottom: -25px;
  left: 10% !important;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #030302;
}

.befor h3::before {
  content: "";
  position: absolute;
  background-color: #011f97;
  height: 1.1em;
  width: 8px;
  left: 10px;
}

.bef::after {
  content: "";
  position: absolute;
  background-color: #ffd500;
  width: 50px;
  height: 50px;
  right: -25px;
}

.bef::before {
  content: "";
  position: absolute;
  background-color: #ffd500;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
}

.large {
  font-size: 130%;
}

.btn-close {
  background-color: unset;
  color: #fff;
  border: none;
  outline: unset !important;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  right: 20px;
  top: 15px;
  text-align: right !important;
}
