ul.in-two-sec {
    display: grid;
}

.gallery-in {
    display: flex;
    vertical-align: top;
    align-items: start;
}

.gallery-in ul li.col-two-gallery-in img {
 display: inline-block;
 width: 49%;
 vertical-align: top;
 height: 190px;
}



.nav-col{
    background:#1d0e03!important;
  width:100%;
  z-index: 9999;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: invert(1);
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
.navbar-expand-lg .navbar-nav li.nav-item {
    padding: 0px 15px;
}
.navbar-expand-lg .navbar-nav li.nav-item a{
    color: #fff;
	padding:20px;
}
.navbar-expand-lg .navbar-nav li.nav-item a:hover{
    opacity: 0.8;
    color: #fff;
}
.nav-btn{
    background: #4bd6db;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: end;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

.top-slide {
    background: url(../img/slide.png);
    height: auto;
    padding-top: 30%;
    background-size: 100%;
	background-position:center top;
    background-repeat:no-repeat ;
    
}
.mbl-img{
  display: none;
}
.top-slide h1{
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.banner-color-ylw{
    background: #e9bd0a;
    text-align: center;
    padding: 74px 0px;
}
.banner-color-ylw h2 {
    color: #fff;
    font-weight: 700;
    font-size: 76px;
}
.gallery-in ul {
    list-style: none;
    padding-left: 0;
}

.gallery-in ul li {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
}
.gallery-in ul li img {
    width: 100%;
}
.about-cl{
    background: #fff6ef;
    padding: 40px 0px;
    text-align: center;
}
.about-cl p {
    font-size: 20px;
    padding: 0px 53px;
    line-height: 48px;
}
.color-two {
    background: #e9bd0a;
    text-align: center;
    padding: 50px;
}
.color-two h5{
    color: #fff;
    font-size: 30px;
}
a.btn-donate{
    background: #4bd6db;
    color: #fff;
    text-decoration: none;
    margin: 20px;
    display: inline-block;
    padding: 10px 38px;
}
a.btn-donate:hover{
    opacity: 0.8;
}
.form-bg {
    background: #fff;
    padding: 44px;
    text-align: center;
    margin: 25px;
    border-radius: 10px;
}
.form-bg h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300px;
    color: #1d67cd;
}
.form-bg label{
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #1d67cd;
    width: 100%;
}
.form-bg .mb-3 input,
.form-bg .mb-3 textarea{
    background: #e5ebfa;
    color: #1d67cd;
  text-align: left;
    text-align: left;
    border-radius: 10px;
}
.form-bg .mb-3 textarea{
  height: 100px;
}
.form-bg .mb-3 {
    width: 48%;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}
.form-bg .mb-full{
    width: 98%;
}
.btn-primary{
    padding: 8px 30px;
}
.footer{
    padding: 20px 0px;
    text-align: center;
    border-bottom: 20px solid #4bd6db;
}

.error-page {
  background-color: var(--ogency-black);
  position: relative;
  padding: 230px 0 120px;
}

@media (max-width: 767px) {
	.form-bg{
		padding:15px;
	}
  .top-slide{
    padding-top: 30px;
    background: #1d0e03;
  }
  .mbl-img{
    display: block;
    max-width:100%;
    margin-bottom: 20px;
  }
  .top-slide h1{
    font-size: 30px;
  }
  .error-page {
    padding: 120px 0 80px;
  }
  .form-bg .mb-3{
    width: 100%;
  }
  .color-two{
    padding: 20px;
  }
  .banner-color-ylw{
    padding: 40px 0;
  }
  .banner-color-ylw h2{
    font-size: 35px;
  }
  .about-cl p {
    font-size: 17px;
    padding: 0px 33px;
    line-height: 35px;
 }
}


.error-page__content {
  position: relative;
  text-align: center;
}

.error-page__404 {
  display: inline-block;
  position: relative;
  font-size: 250px;
  line-height: 1;
  margin: 0 0 19px;
}

@media (max-width: 991px) {
  .error-page__404 {
    font-size: 180px;
  }
}

@media (max-width: 767px) {
  .error-page__404 {
    font-size: 100px;
  }
}

.error-page__404 img {
  max-width: 100%;
  position: absolute;
  right: -190px;
  top: -111px;
  -webkit-animation: movebounce3 3s linear infinite;
  animation: movebounce3 3s linear infinite;
}

@media (max-width: 991px) {
  .error-page__404 img {
    right: -172px;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .error-page__404 img {
    right: -72px;
    max-width: 100px;
    top: -45px;
  }
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.error-page__title {
  font-size: 40px;
  letter-spacing: -1.6px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .error-page__title {
    font-size: 32px;
  }
}

.error-page__text {
  font-size: 18px;
  margin-bottom: 30px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 0 auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form-input input[type="search"] {
  height: 63px;
  width: 100%;
  border: none;
  background-color: var(--ogency-black2);
  padding-left: 50px;
  padding-right: 50px;
  outline: none;
  font-size: 14px;
  color: var(--ogency-color);
  display: block;
  font-weight: 500;
}

@media (max-width: 767px) {
.gallery-in,
ul.in-two-sec{
    display:block;
}
  .error-page__form-input input[type="search"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.error-page__form-input button {
  background-color: transparent;
  color: var(--ogency-white);
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 72px;
  outline: none;
  border: medium none;
  display: flex;
  align-items: center;
  padding: 0px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .error-page__form-input button {
    width: 50px;
  }
}

.error-page__form-input button:hover {
  color: var(--ogency-base);
}




@media(max-width:992px){
 .navbar-expand-lg .navbar-nav li.nav-item{
    text-align: center;
 }
}