/* Notification Bar */
#info {
  background-color: #25271c;
  width: 100%;
}

#mobile-info,
#email-info {
  padding-top: 9px;
  padding-bottom: 9px;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
#c3 > p > a {
  color: silver;
  text-decoration: none;
}

#mobile-info span {
  margin-left: 5px;
  margin-right: 5px;
}

#email-info span {
  margin-left: 8px;
}

#email-info {
  background-color: #e13737;
  text-align: left;
}

#mob {
  margin-left: 5px;
}

.notification {
  background-color: #e13737;
}

.fa-phone,
.fa-mobile-alt {
  color: #e13737;
}

/* NavBar */
#navbar_top {
  background-color: white !important;
  color: black !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-color: black !important;
}

.navigation-link {
  margin-left: 4px !important;
  margin-right: 4px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  color: black !important;
}

.active-navElement {
  background-color: #e13737 !important;
  color: white !important;
}

.navigation-link:hover {
  background-color: #e13737 !important;
  color: white !important;
}

.backToTop {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #e13737;
  position: fixed;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  right: 25px;
  bottom: 25px;
  text-align: center;
  padding-top: 17px;
  z-index: 999;
  cursor: pointer;
  /* display: none; */
}

.errorText {
  color: red;
  margin-top: 5px !important;
  font-size: 13px;
  margin-bottom: -5px;
}

.alert-success {
  display: none;
}

.alert-danger {
  display: none;
}

.display-none {
  display: none;
}

.display-block {
  display: block !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.alert-success-block {
  display: block;
}

#spinnerButton {
  display: none;
}

.sk-fading-circle {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 3.5px;
  margin-left: 15px;
  margin-right: 15px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: white;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* Who are we */
.heading {
  border: 0px solid black;
  text-align: center;
}

.heading > h3 {
  border: 0px solid red;
  font-family: "Open Sans", sans-serif;
  font-size: 300%;
}

.heading > h3 span {
  color: #e13737;
}

.underline {
  width: 70px;
  border-top: 1px solid grey;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Contact Us section */

#contact-form-outline {
  border: 0px solid black;
  margin-top: 40px;
}

#contact-box {
  border: 0px solid black;
  padding-left: 70px;
  padding-right: 70px;
}

.mailBox {
  border: 6px solid #e5e4e4;
  height: 100%;
  padding: 45px;
}

.heading-mail {
  font-size: 33px;
}

.form > input {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  padding-left: 15px;
}

.form > textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  margin-top: 20px;
}

.form > button {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #e13737;
  color: white;
  border-radius: 50px;
  border: 0px;
  margin-top: 20px;
  outline: none;
}

.subHeading-mail {
  color: grey;
  font-size: 17px;
  margin-top: 25px !important;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  line-height: 25px;
}

#details {
  border: 0px solid red;
  /* height: 400px; */
}

.location {
  border: 0px solid blue;
  height: 100px;
  margin-bottom: 10px;
}

.timing {
  border: 0px solid blue;
  height: 100px;
  margin-bottom: 10px;
}

.mobile {
  border: 0px solid blue;
  height: 65px;
  margin-bottom: 10px;
}

.whatsapp {
  border: 0px solid blue;
  height: 47px;
  margin-bottom: 10px;
}

.mail {
  border: 0px solid blue;
  height: 75px;
  margin-bottom: 10px;
}

.whatsapp-text {
  padding-top: 10px;
}

.location_icon {
  border: 0px solid black;
  width: 50px;
  text-align: center;
  float: left;
}

.location_info {
  float: left;
  border: 0px solid black;
  padding-left: 10px;
}

.info_heading {
  font-size: 22px;
  font-weight: bold;
}

.info_content {
  color: grey;
  font-size: 15px;
}

/* Map Section */
#mapSection {
  background-color: #eeeeee;
  padding-top: 50px;
}

#mapContainer img {
  border: 1px solid silver;
  margin-bottom: 90px;
  margin-top: 20px;
  cursor: pointer;
}

/* footer */

#footer {
  padding-top: 50px;
  background-color: #222222;
  color: white;
  padding-left: 85px;
  padding-right: 85px;
  padding-bottom: 60px;
}

#footer h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

#right {
  background-color: #3d3e3f;
}

#right span {
  color: #b6b6b6;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-us {
  text-align: center;
}

#footer p {
  font-size: 15.5px;

  padding-left: 5px;
  padding-right: 5px;
  font-family: "Source Sans Pro", sans-serif;
  color: #b6b6b6;
}

#c1 > p {
  font-size: 15.5px;
  margin-top: -5px;
}

#c2 p {
  margin-top: -7px;
}

#c2 p > a {
  text-decoration: none;
  color: #b6b6b6;
}

#c3 p {
  margin-top: -7px;
}

#c4 h3 {
  margin-bottom: 25px;
}

#c4 a {
  cursor: pointer;
  margin-right: 15px;
}

.fab {
  font-size: 22px;
  cursor: pointer;
}

/* Mobile Device */
@media (min-width: 360px) and (max-width: 767px) {
  /* Title Bar */
  #email-info {
    display: none;
  }

  .navigation-link {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .notification {
    background-color: black;
  }

  /* Who are we */
  .heading > h3 {
    font-size: 200%;
  }

  .heading {
    margin-top: -20px;
  }

  /* Info */
  .location_info {
    width: 80%;
  }

  .location {
    height: 110px;
  }

  .timing {
    height: 130px;
  }

  .mobile {
    height: 52px;
  }

  .whatsapp {
    height: 55px;
  }

  /* Contact box */
  #contact-box {
    padding: 10px;
    margin-top: -25px;
    margin-bottom: 30px;
  }

  .mailBox {
    padding: 25px;
  }

  .form > button {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #mapSection {
    display: none;
  }

  /* Footer */
  #column2 {
    padding-right: 10px;
  }

  #languages,
  #c2,
  #c3 {
    display: none;
  }

  #footer {
    padding-left: 0px;
    text-align: center;
    padding-right: 0;
  }

  #footer-container {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
  }

  #c1,
  #c4 {
    width: 100%;
  }
}
