@font-face {
  font-family: 'poppinsblack';
  src: url("../fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/poppins-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsextrabold';
  src: url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"), url("../fonts/poppins-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsextralight';
  src: url("../fonts/poppins-extralight-webfont.woff2") format("woff2"), url("../fonts/poppins-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsmedium_italic';
  src: url("../fonts/poppins-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/poppins-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#map {
  height: 100%;
  width: 100vw;
}

.content {
  height: calc(100vh - 70px) !important;
}

nav {
  font-family: 'poppinssemibold';
}

nav .nav-link {
  color: #7D7ACD !important;
}

nav .nav-link:hover {
  color: #3d4694 !important;
}

nav .navbar-brand {
  font-family: 'poppinsmedium_italic';
  color: #3d4694 !important;
}

.copyright {
  font-family: 'poppinssemibold';
}

.latest_news {
  background-color: #ff0000;
  font-family: 'poppinsmedium';
  font-size: 1rem;
  border: none;
  width: 30%;
}

.card-btn {
  border-bottom: 3px solid #ffd500 !important;
  font-family: 'poppinsmedium';
  font-size: 1.1rem;
  color: #3d4694 !important;
}

.news-scroll {
  background-color: #ffffff;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.dot {
  background-color: #ff0000;
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  border-radius: 50%;
  display: inline-block;
}

.dot_link {
  color: #ff0000 !important;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'poppinsmedium';
  font-size: 1.3rem;
}

.dot_link:hover {
  color: #69afe9 !important;
}

.card {
  font-family: 'poppinsmedium';
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.card a {
  text-decoration: none;
  color: #333333;
}

.card a:hover {
  color: #bdbdbd;
}

.card .card-body {
  background-color: #ffffff !important;
  border-top: 3px solid #3d4694;
}

.card .card-title {
  text-overflow: ellipsis !important;
  height: 10vh;
  overflow: hidden;
  white-space: nowrap;
}

.card .card-btn:hover {
  border: 1px solid #ffd500 !important;
  -webkit-box-shadow: 0 0.1rem 0.1rem #ffd500 !important;
          box-shadow: 0 0.1rem 0.1rem #ffd500 !important;
  background-color: transparent !important;
  color: #ffd500 !important;
}

.card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ads_news {
  font-family: 'poppinsmedium';
  color: #3d4694 !important;
  margin-top: 3rem !important;
}

.divider_1 {
  height: 3px !important;
  background-color: #ffd500;
  margin-bottom: 3rem !important;
  width: 25%;
  opacity: 1;
}

.divider_2 {
  height: 3px !important;
  background-color: #ffd500;
  opacity: 1;
  width: 35%;
}

.heading {
  font-family: 'poppinssemibold';
  color: #3d4694 !important;
}

.subheading {
  font-family: 'poppinsmedium';
  color: #7D7ACD;
}

.info {
  font-family: 'poppinsmedium';
}

.info p {
  color: #464646;
}

.form {
  font-family: "poppinsregular" !important;
}

.form label {
  padding-bottom: .5rem;
}

.form .form-btn {
  background-color: #3d4694 !important;
  -webkit-box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.5) !important;
          box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.5) !important;
  color: #fff;
  border: none;
}

.form .form-btn:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.2);
          box-shadow: 0px 0px 10px rgba(104, 104, 104, 0.2);
}

.form_logo {
  height: 150px;
}

.bi-envelope-fill {
  color: #3d4694 !important;
}

.bi-phone-fill {
  color: #3d4694 !important;
}

.bi-telephone-fill {
  color: #3d4694 !important;
}

.bi-phone {
  color: #3d4694 !important;
}

.bi-geo-alt-fill {
  color: #3d4694 !important;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.st_logo_about {
  height: 50%;
}

.about_h1 {
  font-family: 'poppinsmedium';
  color: #3d4694 !important;
}

.about_p {
  font-family: 'poppinsmedium_italic';
  color: #3d3d3d;
  font-size: 1.2rem;
}

.about-btn {
  background-color: #3d4694;
  font-family: 'poppinssemibold';
  font-size: 1rem;
  color: #fff;
  border: none;
}

.about-btn:hover {
  background-color: #4d559b;
  color: #e2e2e2;
}

.envelope_white {
  color: #fff !important;
}

.category_h1 {
  font-family: 'poppinsmedium';
  color: #3d4694 !important;
}

.about {
  background-color: #4d559b3d;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-clip-path: ellipse(150px 140px at 87.5% 3%);
          clip-path: ellipse(150px 140px at 87.5% 3%);
}

footer {
  font-family: 'poppinssemibold';
  letter-spacing: .7px;
  background-color: #4d559b;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: #939eff !important;
}

footer .fb_link:hover .bi-facebook {
  color: #b6b7be !important;
}

.post_title {
  color: #3d4694 !important;
  font-family: "poppinssemibold" !important;
}

.map-container {
  width: 100%;
}

.comp_h1 {
  margin-top: 1rem;
  font-family: 'poppinssemibold';
  color: #3d4694 !important;
}

#banner_2 {
  font-family: 'poppinssemibold';
  margin-top: 5rem;
  background: linear-gradient(45deg, #2b2b2b8a, #00000088), url("../img/ar.png");
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}

#banner_2 a {
  color: #ffd500;
  border: 1px solid #ffd500;
  margin-bottom: 5rem;
}

#banner_2 a:hover {
  -webkit-box-shadow: 0rem .1rem 1rem  #ffd500;
          box-shadow: 0rem .1rem 1rem  #ffd500;
  color: #e6c002;
}

@media screen and (max-width: 576px) {
  .caro_img {
    height: 40vh !important;
    width: 100vw;
  }
  .latest_news {
    font-family: .8rem;
    width: 100%;
  }
  footer {
    height: 100% !important;
  }
}

.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px;
}

.leaflet-control-search.search-exp {
  /*expanded*/
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 22px;
  padding: 0 20px 0 2px;
  margin: 4px 0 4px 4px;
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 28px;
  margin: 6px 0;
  background: url("../images/search-icon.png") no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.leaflet-control-search .search-cancel span {
  display: none;
  /* comment for cancel button imageless */
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: bold;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../images/search-icon.png") no-repeat 4px 4px #fff;
  border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
  background: url("../images/search-icon.png") no-repeat 4px -20px #fafafa;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 122px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}

.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: black;
  background: #eee;
  border-radius: .25em;
  text-decoration: none;
  white-space: nowrap;
}

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}

.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
  background-color: #fff;
}

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: bold;
  border-radius: .25em;
}
/*# sourceMappingURL=main.css.map */