



.column {
  display: inline-block;
  float: left;
}

.column-1 {
  width: 100%;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.33333%;
}

.column-2of3 {
  width: 66.66667%;
}

.column-4 {
  width: 25%;
}

.column-5 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-75 {
  width: 75%;
}

.column-40 {
  width: 40%;
}

.column-60 {
  width: 60%;
}

.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* search box */
.search-section{position:relative;top:-35px}
.search-section .search-box{background:#fff;padding: 0;margin: 0 auto;border-radius:15px;max-width: 600px;border:1px solid #171717}
.radio-box{padding:16px 0px 14px 20px; height:58px;}
.form-check-label {
    margin-bottom: 0;
    font-weight: 400;
}
.input{background: #F6F6F1;padding: 11px 10px;height: 58px;    width: 80%;}

.search-btn{
    background: #fecc00;
    height: 58px;
    padding: 0px 8px;
    border-radius: 0px 15px 15px 0px;
	position: relative;
    right: -1px;width: 18%; 
}

.search-box .search-container {
  background: #F6F6F1;
   border-radius: 0px 15px 15px 0px;
}
.gallery-section-home {
    position: relative;
    display: block;
    background: #F2F7FB;
    padding: 50px 0px 70px;
    overflow: hidden;
}

.search-box ul{margin:0px;padding: 16px 15px;}
.search-box ul li{
	margin: 0px;
    display: inline-flex;
    padding: 0px 14px;
	text-align:center;
}
.search-box ul li a span{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0px 5px;
}
.left-bar {
  position: fixed;
  width: 19px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: white;
}
input[type=radio] {
            accent-color: chocolate;
         }
		 
		 
.search-section .search-box {
    background: #fff;
    padding: 0;
    margin: 0 auto 0px;
    border-radius: 15px;
    border: 1px solid #171717;
}


.gallery-page-section {
    padding: 50px 0px 70px 0px !important;
}		 
@media screen and (max-width: 600px) {		 
.search-section	.pl-0{padding-left: 15px !important; }
.search-btn{border-radius: 0px 0px 15px 0px;}	
.input {border-radius: 0px 0px 0px 15px;} 
.search-box .search-container {border-radius: 0px 0px 15px 15px;}
.search-box ul li {margin: 0px;display: inline-flex;padding: 0px 16px;text-align: center;}
.search-box ul li a span{
	display:none;
}
.gallery-page-section {
    padding: 50px 0px 70px 0px !important;
}
}	 
		 
.right-bar {
  position: fixed;
  width: 19px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: white;
}




#mousehover {
  perspective: 500px;
}

#opacity {
  opacity: 0;
}

.opacity1 {
  transition: 0.4s;
}

#main-menu {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

.main-wrapper {
  height: 100%;
  min-height: 100vh;
  padding: 39px 0 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.the-title {
  color: #000000;
  font-size: 2.4rem;
}


.style-1 {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(246, 25, 25, 0.49);
  background: rgba(246, 25, 25, 0.49);
  color: #fff;
  transition: 0.4s;
}

.style-1:hover {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(10px);
}

.style-2 {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background: transparent;
  color: #fff;
  transition: 0.4s;
}

.style-2:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: translateY(10px);
}

.style-3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #da0d2b;
  border-radius: 5px;
  padding: 16px 30px;
  color: #ffffff;
  transition: 0.4s;
}

.style-3:hover {
  transform: translateY(10px);
  background-color: #262626;
}

.style-4 {
  font-size: 15px;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 24px;
  transition: 0.4s;
}

.style-4:hover {
  background-color: #da0e2b;
  border-color: #da0e2b;
}

.divider-separator {
  width: 15%;
  height: 4px;
  background: #c9162f;
  display: block;
}

.projects-button {
  display: flex;
}

.lg-toolbar .lg-icon {
  margin: 5px 0;
}

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}




/* 4.2 Album Grid */

.gallery-grid-block {
  overflow: hidden;
  padding: 0 10px 0 10px;
}

.gallery-grid-item {
  padding: 0 10px 20px;
}

.standard-grid .gallery-grid-item {
  padding: 0 7px 15px;
}

.gallery-item {
  filter: grayscale(0);
  transition: 1000ms;
  border-radius: 18px;
}

.on-hover-item {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.standard-grid .gallery-grid-item-wrap {
  margin-top: -5px;
}

/* 4.3 Album Masonry */

.gallery-masonry-block {
  overflow: hidden;
  padding: 0 20px 15px 8px;
}

.gallery-masonry-item {
  padding: 0 8px 16px;
}

