#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
  -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
  transition: opacity .3s ease-out, visibility 0s linear .3s;
  z-index: 999;
}

#loader.show {
  -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
  transition: opacity .6s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1
}

/* #loader .loader {
  position:relative;
  width:45px;
  height:45px;
  border:5px solid #ddd;
  border-top:5px solid #009cff;
  border-radius:50%;
  -webkit-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite  */
/* } */

/* ********* */
.loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #7dcbda;
  --second-color: #49b05a;
  --third-color: #fdce74;
  --fourth-color: #fdce74;
  --fifth-color: #7dcbda;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  gap: 6px;
  height: 130px;
}

.loading span {
  width: 5px;
  height: 51px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}

.loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}

.loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
}

.loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
}

@keyframes scale {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.c_spinner {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

.pointer {
  cursor: pointer;
}

.container75 {
  min-width: 75vw;
}

/***************************************************/

.thm_color {
  color: #a1c616 !important;
}

.thm_color2 {
  color: #222d5b !important;
}


.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.w_auto {
  width: auto !important;
  max-width: 100%
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptb0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb30,
.mb-30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.p0 {
  padding: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.b0 {
  border: 0 !important;
}

/***************************/
.img_30 {
  position: relative;
  width: 30px;
}

.img_50 {
  height: 50px;
  position: relative;
  width: 50px;
}

.img_100 {
  height: 100px;
  position: relative;
}

.img_120 {
  height: 120px;
  position: relative;
}

.img_170 {
  height: 170px;
  position: relative;
}

.img_200 {
  height: 200px;
  position: relative;
}

.img_210 {
  height: 210px;
  position: relative;
}

.img_230 {
  height: 230px;
  position: relative;
}

.img_246 {
  height: 246px;
  position: relative;
}

.img_250 {
  height: 250px;
  position: relative;
}

.img_255 {
  height: 255px;
  position: relative;
}

.img_300 {
  height: 300px;
  position: relative;
}

.img_330 {
  height: 330px;
  position: relative;
}

.img_350 {
  height: 350px;
  position: relative;
}

.img_370 {
  height: 370px;
  position: relative;
}

.img_400 {
  height: 400px;
  position: relative;
}

.img_450 {
  height: 450px;
  position: relative;
}

.img_500 {
  height: 500px;
  position: relative;
}

.img_550 {
  height: 550px;
  position: relative;
}

.img_590 {
  height: 590px;
  position: relative;
}

.img_600 {
  height: 600px;
  position: relative;
}

.img_650 {
  height: 650px;
  position: relative;
}

.img_700 {
  height: 700px;
  position: relative;
}

.img_750 {
  height: 750px;
  position: relative;
}

.img_800 {
  height: 800px;
  position: relative;
}

.img_850 {
  height: 850px;
  position: relative;
}

.img_900 {
  height: 900px;
  position: relative;
}

.img_950 {
  height: 950px;
  position: relative;
}

.cover-image {
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: top center;
  background-size: cover !important;
  background-position: 50% !important;
  width: 100%;
  height: 100%;
}

.cover-image2 {
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: top center;
  background-size: cover !important;
  background-position: 50% 90% !important;
  width: 100%;
  height: 100%;
}

.cover-image3 {
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: top center;
  background-size: auto 100% !important;
  background-position: 50% !important;
  width: 100%;
  height: 100%;
}

.cover-image4 {
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: top center;
  background-size: auto auto !important;
  background-position: 50% !important;
  width: 100%;
  height: 100%;
}

.check input[type="checkbox"] {
  margin-right: 10px;
}

.check span {
  font-size: 10px
}

.map-div {
  width: 100%;
  height: 450px;
}

.map-div iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.text-right {
  text-align: right !important;
}

.johncena {
  width: 0% !important;
  height: 0% !important;
  opacity: 0%;
  padding: 0% !important;
  min-height: 0% !important;
  margin: 0% !important;
  display: contents;
}

/******************/
.header.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  padding-top: 0;
  width: 100%;
  z-index: 999;
}

.btn-menu {
  color: white;
  background-color: #fcc15e;
  font-weight: bold;
  padding: 10px 67px;
  border-radius: 5px;
  font-size: 19px;
  transition: .3s ease-in;
}

.btn-menu:hover {
  color: #fcc15e;
  background-color: white;
  border: solid 1px #fcc15e;

}

.foot_logo {
  width: 94%;
}

.h5 {
  font-size: 23px !important;
}

.r-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.Rectangle::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  padding: 2px;
  border-radius: 2px;
  width: 8px;
  left: 15px;
  /* top: 149px; */
  height: 8px;
  background-color: rgb(252, 193, 94);
}

.top-menu {
  background: #0e233e;
  color: #fff;
}

small {
  font-size: 80% !important;
  font-weight: 400 !important;
  color: white !important;
}

.footer {
  background-color: #0e233e;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.footer p,
.footer a,
.footer i {
  color: #fff;
}

.footer .h5 {
  color: #fff
}

.navbar-nav .nav-link {
  color: black;
  font-weight: bold;
}

.navbar-nav .nav-link:hover {
  color: #23589c !important;

}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2.5rem !important;
  padding-left: .5rem;
}

.navbar-nav .active {
  color: #fcc15e !important;
  font-weight: 600;
  text-decoration: underline;

}

.footLink:hover {
  color: #23589c !important;
  /* letter-spacing: 2px !important; */
}

.ml-17 {
  margin-left: 17px;
}