
/* About hatch */

.no-top {
   padding-top: 0 !important;
}


.no-padding {
   padding: 0 !important;
}


.no-bottom {
   margin-bottom: 0;
   padding-bottom: 0;
}


.hatch-slogan {
	height: 200px;
	margin-top: 100px;
}
#content {
   width: 100%;
   background: rgb(0, 0, 0);
   padding: 90px 0 90px 0;
   z-index: 100;
}

.wow {
   visibility: hidden;
}


h2.style-2 {
   font-family: "gilroy-extrabold";
   font-size: 30px;
   font-weight: 700;
   letter-spacing: 3px;
   line-height: 52px;
   text-transform: uppercase !important;
}


.Margi10 {
   margin-bottom: 10px;
}



.margi {
   margin-top: 40px;
}
.margi-10 {
   margin-top: 10px;
}
.margi-20 {
   margin-top: 20px;
}
.margi-30 {
   margin-top: 30px;
}
.Margi10 {
   margin-bottom: 10px;
}
.Margi20 {
   margin-bottom: 20px;
}



.A1-touch {
   background-image: radial-gradient(circle, #d7ddd7, #161616);
height: 1px;
width: 190px;
margin: 0px auto 20px auto;
}

.mission {
   list-style: none;
   border-bottom: 0px solid #e5e5e5;
   text-align: center;
   color: #FFFFFF !important;
   -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
   -webkit-mask-size: 200%;
   animation: shine 2s infinite,  2s alternate infinite ease-in-out;
}



.accordion {
   margin: 0;
   padding: 0 0 300px 0;
   list-style: none;
   border-top: 0px solid #e5e5e5;
   text-align: center;

}

.accordion-item {
   border-bottom: 0px solid #e5e5e5;
}

#accordion-item-centering {
   display: list-item;
   display: inline-flex;
   display:inline-block;

}



.accordion-thumb {
   margin: 0;
   padding: 0.8rem 15px;
   cursor: pointer;
   font-weight: normal;
   color: rgba(255, 255, 255, 0.685) !important;
}


.accordion-thumb:hover {
   color: rgb(255, 255, 255) !important;
   
 }
.accordion-thumb::after {
   color: rgb(255, 255, 255) !important;
   
 }
 /* Thumb */



.accordion-thumb::before {
   content: "";
   display: inline-block;
   color: #FFFFFF;
   height: 7px;
   width: 7px;
   margin-bottom: 4px;
   margin-right: 1rem;
   margin-left: 0.5rem;
   vertical-align: middle;
   border-right: 1px solid;
   border-bottom: 1px solid;
   transform: rotate(-45deg);
   transition: transform 0.2s ease-out;
   
}
/* Panel */

.accordion-panel {
   margin: 0;
   padding-bottom: 0.8rem;
   display: none;
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   text-align: justify;
}
/* Active */

.accordion-item.is-active .accordion-thumb::before {
   transform: rotate(45deg);
   color: #FFFFFF;
}


.since {
   text-align: center;
   padding: 0;
   background: none;
   font-size: 20px;
   text-transform: uppercase;
   margin: 0;
   float: none;
   font-family: "gilroy-extrabold";
   font-weight: bold;
   color: #FFFFFF;
   letter-spacing: 3px;
   padding: 30px 0 30px 0;
}

.row.wow.fadeInUp.animated.text-center {
   color: #fff;
   padding: 4% 0;
}


#gallery .item {
   overflow: hidden;
}




.de-gallery .overlay {
   text-align: center;
}
.overlay .pf_text {
   display: table-cell;
}
.project-name {
   font-size: 17px;
   text-transform: uppercase;
   letter-spacing: 5px;
}
.de-gallery .overlay .icon {
   display: inline-block;
   margin-top: 200px;
   text-align: center;
}
.de-gallery .overlay .icon i {
   text-shadow: none;
   color: #fff;
   border: solid 1px rgba(255, 255, 255, .1);
   font-size: 22px;
   padding: 20px;
   width: 60px;
   height: 60px;
   text-align: center;
   margin-left: 10px;
}
.de-gallery .overlay .icon i.icon-info {
   margin-left: 0px;
}
.de-gallery .overlay .icon i:hover {
   color: #222;
   background: #fff;
}
.de-gallery.hover-1 span.overlay-1 {
   text-align: center;
   display: block;
   background: rgba(0, 0, 0, .7);
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.de-gallery.hover-1 span.overlay-1:hover {
   background: rgba(0, 0, 0, 0);
}
.de-gallery.hover-1 span.overlay-1 .pf_text {
   display: block;
   bottom: 10%;
   letter-spacing: 4px;
   position: absolute;
   width: 100%;
}
.de-gallery.hover-1 span.overlay-1:hover .pf_text {
   bottom: -20%;
   opacity: 0;
}


.pf_full_width .item {
   width: 24.9%;
   float: left;
}
.pf_full_width.pf_3_cols .item {
   width: 33.3%;
}
.pf_full_width.pf_2_cols .item {
   width: 49.9%;
}
.pf_full_width.pf_1_cols .item {
   width: 100%;
}
.pf_full_width img {
   float: left;
   width: 100%;
}

.pf_full_width.pf_2_cols .item {
   width: 49.9%;
}



.owl-arrow {
   position: absolute;
   z-index: 100;
   background: #fff;
   margin-top: 48%;
   display: none;
   cursor: pointer;
}

.owl-arrow span {
   display: block;
   background: #555;
   position: absolute;
}
.owl-arrow .prev {
   left: 0;
}
.owl-arrow .next {
   right: 0;
}
.owl-arrow .prev:before, .owl-arrow .next:before {
   font-family: "FontAwesome";
   content: '\f177';
   color: #fff;
   padding: 20px;
   font-size: 32px;
   display: block;
}
.owl-arrow .next:before {
   content: '\f178';
}
/* .owl-theme .owl-controls .owl-page span {
   width: 5px !important;
   height: 5px !important;
} */
.owl-pagination {
   margin-top: 10px;
}
.owl-custom-nav {
   position: absolute;
   z-index: 1000;
   width: 100%;
   /* margin-top: 10% !important; */
   display: none;
}
.owl-custom-nav .btn-next {
   position: absolute;
   right: 0;
}
.owl-custom-nav .btn-prev {
   position: absolute;
   left: 0;
}
.owl-custom-nav .btn-next:before {
   font-family: "FontAwesome";
   content: "\f105";
   color: rgb(255, 255, 255);
   background: rgba(0, 0, 0, 0) !important;
   padding: 5px 12px 5px 12px;
   font-size: 20px;
}
.owl-custom-nav .btn-prev:before {
   font-family: "FontAwesome";
   content: "\f104";
   color: rgb(255, 255, 255);
   background: rgba(0, 0, 0, 0) !important;
   padding: 5px 12px 5px 12px;
   font-size: 20px;
}
.owl-custom-nav a {
   text-decoration: none;
}
.owl-custom-nav .btn-prev:hover:before, .owl-custom-nav .btn-next:hover:before {
   cursor: pointer;
   background: rgb(255, 255, 255) !important;
   color: rgb(0, 0, 0) !important;
}
.owl-theme .owl-controls .owl-buttons div {
   background: #ffffff;
   opacity: 1;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   padding-top: 0px;
   height: 40px;
   width: 60;
   margin-top: 20px;
   color: #111111;
   text-transform: uppercase;
   letter-spacing: 5px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
   opacity: .8 !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
   font-family: "FontAwesome";
   content: "\f104";
   color: #111;
   padding: 5px 12px 5px 12px;
   font-size: 24px;
   position: relative;
   top: 3px;
   left: -10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
   font-family: "FontAwesome";
   /* content: "\f105"; */
   /* color: #111; */
   padding: 5px 12px 5px 12px;
   font-size: 24px;
   position: relative;
   top: 3px;
   right: -15px;
}
/* new owl */

.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 20px;
   text-align: center !important;
}
.owl-dots button {
   background: none;
   border: none;
   outline: none;
   padding: 0;
}
.owl-theme .owl-dots .owl-dot span {
   width: 10px;
   height: 2px;
   background: rgba(211, 211, 211, 0.336);
}
.owl-theme .owl-dots .owl-dot:hover span {
   background: #fff;
}
#photo-carousel .owl-dots {
   position: relative;
   margin-top: -50px;
   z-index: 1000;
}
/* new owl close */



.hatchit {
   -webkit-filter: grayscale(100%);
   /* Chrome 19+ & Safari 6+ */
}
.hatchit:hover {
   -webkit-filter: grayscale(0%);
}




.small-border {
   height: 1px;
   width: 120px;
   background: #ccc;
   display: block;
   /* margin: 0 auto; */
   margin-top: 20px;
   margin-bottom: 30px;
}


.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}



.page-wrapper .page-inner {
   display: table-cell;
   vertical-align: middle;
}



.project-info {
   color: #ccc;
   margin-left: 20px;
}
.de_light .project-info {
   color: #606060;
}
.project-info h2 {
   margin-top: 0;
   font-size: 18px;
   letter-spacing: 3px;
   text-transform: uppercase;
}
.project-info h4 {
   font-weight: bold;
}
.project-info .details {
   padding: 20px;
   background: rgba(0, 0, 0, .5);
   margin-bottom: 30px;
}
.de_light .project-info .details {
   background: #eee;
   border-color: #ddd;
}
.project-info .project-info span {
   display: block;
}
.project-info span.title {
   display: inline-block;
   min-width: 80px;
}
.project-info span.val {
   margin-bottom: 15px;
   font-weight: bold;
}


.no-padding, section.no-padding {
   padding: 0 !important;
}


.project-images img {
   width: 100%;
}


.project-images img {
   margin-bottom: 0px;
}



.centery {
   margin: auto;
   left: 0;
   right: 0;
}
.work-title { 
   color: #FFFFFF !important;
}
