@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap');
*{
  font-family: 'Poppins', sans-serif;
}
.loader-bg {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

main {
  margin-left: 5rem;
}

.text-custom-color {
  color: #151147;
}

.padDiv {
  padding: 30px 20px;
}

/* NAVBAR */

.navbar {
  box-shadow: 2px 2px 5px #151147;
  opacity: 0.9;
  background: #fff;
}

.navbar .nav-item {
  font-size: 1.1rem;
  padding-right: 1.1rem;
}

.dropdown .dropbtn {
  font-size: 1.1rem;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 9px;
  background-color: #fff;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 7px;
}

.dropdown-content a {
  float: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1.2rem;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* HOME SECTION */

#home {
  background: url(../Images/home2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
}

#home .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
}

#home .home-inner {
  padding-top: 150px;
}
/*
.display-2 {
  font-weight: 400;
  padding-top: 30px;
}
*/
#text {
	display: inline-block;
  color: #eff5fa;
  font-size: 50px;
  border-right: 5px solid #151147;
}
.home-font {
  font-weight: 300;
  font-size: 30px;
  padding-top: 20px;

}

/* ABOUT SECTION */

#about {
  background: rgb(255, 255, 255);
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.about-head-font {
  font-weight: 500;
  font-size: 50px;
}

.about-font {
  font-weight: 350;
  font-size: 40px;
}

/* GALLERY SECTION */

#gallery {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.btn-gallery {
  cursor: pointer;
  border: 0.2px solid rgba(219, 211, 211, 0.8);
  background-color: transparent;
  height: 50px;
  width: 200px;
  color: #fff;
  font-size: 23px;
  padding: 5px 30px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.8);
}

.btn-gallery:hover,
.btn-gallery:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.home_team {
  background-color: antiquewhite;
}

/* COUNTER SECTION */

#counter-stats {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.counting {
  color:#251f7b;
  margin-top: 20px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.stats .fa {
  color: black;
  font-size: 50px;
}
.counting

{
  margin-top: -8px;
}
.stats .info {
  color: black;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}
.cc{
  display: flex;
  justify-content: center;
}

/* CONTACT US SECTION */

#contactus {
  background: #fff;
  color: #000;
}

#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.mb-30 {
  margin-bottom: 30px;
  color: black;
}

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input,
#contact textarea {
  width: 100%;
  font-size: 10px;
}
::placeholder {
  font-size: 15px;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #333;
}

/* FOOTER */

.footer {
  background: rgb(49, 48, 48);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-left,
.footer-center,
.footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-left {
  width: 40%;
  margin-top: 20px;
}

.footer h3 {
  color: #ffffff;
  font: normal 36px sans-serif;
  margin: 0;
}

.footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-links a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}
.footer-center {
  width: 35%;
}

.footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-center i.fa-envelope {
  font-size: 15px;
  line-height: 38px;
}

.footer-center p {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}

.footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-center p a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:before {
  content: "|";
  font-weight: 300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
}

.footer-links .link-1:before {
  content: none;
}

.footer-right {
  width: 20%;
}

.footer .footer-social-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .footer-social-about span {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer .footer-icons {
  margin-top: 25px;
}

.footer .footer-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.credits {
  font-size: 18px;
  color: #e9dede;
  text-align: center;
}

.credits a {
  text-decoration: none;
  color: #3026c5;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 880px) {
  .footer {
    font: bold 14px sans-serif;
  }

  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer .footer-center i {
    margin-left: 0;
  }
  /* #counter-stats{
    margin: 0;
  } */
}
@media (max-width: 767px) {
  /*.display-2 {
    font-size: 50px;
  }*/
  .dropdown {
    margin-left: -10px;
  }
}
.scroll-down {
  opacity: 1;
  transition: all 0.5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: -220px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  animation: bounce 2s infinite 2s;
  transition: all 0.2s ease-in;
  transform: scale(1);
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

#button {
  display: inline-block;
  background-color: #151147;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
  .scroll-down {
    position: absolute;
    bottom: -180px;
  }
}
@media (max-width: 520px) {
  .scroll-down {
    position: absolute;
    bottom: -140px;
  }
}