/* RESET CSS STRAT */
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Roboto Slab", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #1b1b1b;
  font-weight: 300;
  outline: none;
  line-height: 1.5em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  font-size: 30px;
  margin: 0px;
  line-height: 1.2em;
}
p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1b;
}
.hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border-color: #212529;
  width: 100px;
  border-width: 5px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  outline: none !important;
  color: #73ae20;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
  color: #000;
}
textarea,
input:focus {
  outline: none !important;
  text-decoration: none;
}
img {
  border: 0;
}
.img-fluid100 {
  width: 100%;
}
.nopd {
  padding-left: 0px;
  padding-right: 0px;
}
li {
  color: #1e1e1e;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
::-moz-selection {
  background-color: #2273a9;
  color: #fff;
}
::selection {
  background-color: #2273a9;
  color: #fff;
}
/* RESET CSS END */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
.font24 {
  font-size: 24px;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
/* STICKY ANV BAR */
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #ffffff;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}
#header.sticky .top-head {
  background-color: #1e8cb7;
}
#header.sticky .logo img {
  width: 200px;
}
#header.sticky .top-head .logo-right a {
  color: #ffffff;
}
/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
/* #back-top {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-color: #cc0033;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
} */

#back-top:after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  line-height: 48px;

  -webkit-transition: color 0.25s ease, -webkit-transform 2s ease;
  transition: color 0.25s ease, transform 2s ease;
}

#back-top:hover {
  background-color: #2d2d2e;
}
#back-top:hover:after {
  color: #fff;
}
/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */
/*
================================================
+ Loader, Top Bar CSS 
================================================
*/
.loader {
  background: #1e8cb7;
  color: #fff;
}
.loader {
  z-index: 9999999;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
}
.loader-inner {
  margin-top: 45vh;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
/**************************************/
/***** Hero - Section *****/
/*************************************/
/* Hero Section Slide */

.bc-img01 {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cfd1d7;
  height: 640px;
  min-height: 100%;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: -53px;
  z-index: 2;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sideNavi a {
  background-color: #cc0033;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  padding: 9px 16px;
}
.sideNavi a:hover {
  background-color: #962d2a;
  color: #ffffff;
}

/* =======================
    :: 24.0 gallery area css
    ======================== */

#gallery-memeber.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 51px;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
}

#gallery-memeber.owl-theme .owl-nav .owl-prev {
  left: -14px;
}
#gallery-memeber.owl-theme .owl-nav .owl-next {
  right: -14px;
  border-radius: 80% 0% 0% 80% !important;
}
#gallery-memeber.owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 45px;
  margin: 5px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0 80% 80% 0;
}
.gallery_area .item_row .popup-gallery-row {
  padding: 0px;
}
.galleryBox .container-fluid {
  padding: 0 0;
}
.gallery_area {
  padding-top: 0px;
}
.gallery_area .single_gallery_item {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*.gallery_area .single_gallery_item.four-column {
  margin-bottom: 30px;
  width: 100%;
}
.gallery_area.four-column .pagination {
  padding-top: 20px;
}*/
.gallery_area .single_gallery_item .hover_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  /* display: none; */
  border: 1px solid #fff;
  height: 92%;
  left: 4%;
  position: absolute;
  top: 4%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 92%;
  border-radius: 3px;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.gallery_area .single_gallery_item:hover .hover_overlay {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gallery_area .single_gallery_item .gallery_info h5,
.gallery_area .single_gallery_item .gallery_info p {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
  height: auto;
}
.gallery_area .single_gallery_item .gallery_info p {
  top: 45%;
}

.gallery_area .single_gallery_item .links > a > i {
  color: #fff;
  font-size: 40px;
}

.gallery_area .single_gallery_item img {
  height: auto;
  max-width: 100%;
}
.gallery_area .single_gallery_item .links {
  top: 61%;
  position: absolute;
  right: 15%;
  margin-right: -17.5px;
  width: auto;
  z-index: 99;
  overflow: hidden;
}
#gallery-memeber.owl-theme .owl-nav {
  margin-top: 0;
}
.section_gallery {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  background-color: #ffffff;
}
