@charset "UTF-8";

/*
Theme Name: Mance Tech 2021
Theme URI: 
Author:  
Author URI: 
Description: 
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/* Categories 01 to 03 are the basics. */

#body{
	color: #000;
}

.effect { /* ENABLES ALL CSS TRANSITION FOR THAT NODE/TAG */
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.effect2 { /* ENABLES ALL CSS TRANSITION FOR THAT NODE/TAG */
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.noEffect { /* DISABLE ALL CSS TRANSITION FOR THAT NODE/TAG */
	-webkit-transition: none 0s ease !important;
    -moz-transition: none 0s ease !important;
    -o-transition: none 0s ease !important;
    -ms-transition: none 0s ease !important;
    transition: none 0s ease !important;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
	position:relative;
	width:100%;
	height:auto;
}

.rel {
	position:relative;
}

.clear {
	clear: both;
}

.flex{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}

.flexCenter {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-ms-flex-pack: center;
	-webkit-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-flex-align: center;
	align-items: center;
}

.placement {
	position:relative;
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.bgImage {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-size: cover;
}

.imageAbove {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
}

.overlay {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}


.subTitles{
	position: relative;
	font-size: 25px;
}

@media(min-width: 768px){
	.subTitles{
		position: relative;
		font-size: 36px;
	}
}

.content{
	padding-top: 50px;
	padding-top: 100px;
}

@media(min-width: 768px){
	.content{
		padding-top: 100px;
	}
}

@media(min-width: 980px){
	.content{
		padding-top: 150px;
	}
}

.content.padded{
	padding-bottom: 150px;
	padding-bottom: 80px;
}

#abilSect .icon {
    display: block;
    width: 64px;
    height: 64px;
    cursor: help;
    margin: 0px auto 20px;
}

@media(min-width: 768px){
	#abilSect .icon {
	    display: inline-block;
	   	vertical-align: top;
	}
}



.meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    z-index: 998;
    background: #fff;
    padding: 20px 0px;
}

.projectlist a:hover .meta h4, .projectlist a:hover .meta em{
	color: #000 !important;
}

#viewMore{
	width: 80%;
	max-width: 300px;
	margin: 20px auto;
	display: block;
	padding: 20px 55px;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

@media(min-width: 980px){
	#viewMore{
		width: 60%;
	}
}

#viewMore:hover{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.singleBtns{
	width: 80%;
	margin: 20px auto;
	display: block;
	padding: 20px 55px;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

@media(min-width: 980px){
	.singleBtns{
		display: inline-block;
		vertical-align: middle;
		width: 48%;
	}
}

.singleBtns:hover{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


/* ---------------------------- LOADER ---------------------------------*/

#royal_preloader.number .percentage {
	padding: 100px 0px !important;
	/*padding-top: 0px !important;*/
}









/* ---------------------------- HEADER ---------------------------------*/

.logo span{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}




/* --------------------------------- TOP SLIDER ----------------------------------- */

/*#sldWrapper{
  margin-top: 235px;
}

@media (min-width: 768px){
  #sldWrapper{
    margin: 0px auto;
  }
}*/

#topSlider{
  position: relative;
  width: 100%;
  height: auto;
}

.topPlacement{
    position:relative;
    width: 110%;
    height: auto;
    min-height: 520px;
    min-height: 70vh;
    max-height: 1100px;
    z-index: 1;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

@media (min-width: 768px){
  .topPlacement{
    min-height: 100vh;
  }
}

#arrowContainer{
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  z-index: 998;
}

#scrollBtn{
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  padding: 15px 0px;
  height: auto;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

@media(min-width: 768px){
  #scrollBtn{
    font-size: 34px;
  }
}

@media(min-width: 1024px){
  #scrollBtn{
    font-size: 4vw;
  }
}

#scrollBtn i{
  position: relative;
  bottom: 10px;
  color: #FFFFFF;
  /*background: #912C22;
  text-shadow: 0 0 10px #FFFFFF;
  color: #FFFFFF;
  background: #912C22;*/
}

.glow {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #eeeeee, 0 0 40px #eeeeee, 0 0 50px #eeeeee, 0 0 60px #eeeeee, 0 0 70px #eeeeee;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #425563, 0 0 40px #425563, 0 0 50px #425563, 0 0 60px #425563, 0 0 70px #425563, 0 0 80px #425563;
  }
}

.slideTxt{
  position: absolute;
  top: 40%;
  left: 0px;
  width: 90%;
  height: auto;
  padding: 0px 5%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-family: 'Montserrat-Regular';
  text-shadow: 0em 0em 6px #000;
  z-index: 999;
}

@media(min-width: 768px){
  .slideTxt{
    top: 50%;
    font-size: 5vw;
  }
}



/* ---------------------------- NAVIGATION ---------------------------------*/

#navBtn {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.nav-button .icon-bar{
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#navBtn.open .icon-bar:{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#navBtn.open .icon-bar:nth-child(1){
	top: 1px;
	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
  	-o-transform: rotate(135deg);
  	transform: rotate(135deg);
}

#navBtn.open .icon-bar:nth-child(2){
	opacity: 0;
  	left: -60px;
}

#navBtn.open .icon-bar:nth-child(3){
	background-color: #3bafda;
	top: -11px;
	-webkit-transform: rotate(-135deg);
  	-moz-transform: rotate(-135deg);
  	-o-transform: rotate(-135deg);
  	transform: rotate(-135deg);
}








/* ---------------------------- SECTION 2 ABOUT ---------------------------------*/

#section2 img,
#aboutSect img{
	margin-bottom: 40px;
	max-width: 220px;
}




/* ---------------------------- SECTION 3 SERVICE -------------------------------*/

#section3{}

@media(max-width: 768px){}

.iconTitle{
	display: block;
	color: #fff;
	text-align: center;
}

.icons .overview{
	float: none;
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto 20px;
	vertical-align: top;
}

.tooltip{
	width: 90%;
}

@media(min-width: 768px){
	.icons .overview{
		display: inline-block;
		width: 32.333%;
	}
	.tooltip{
		width: auto;
	}
}

#section3 ul li:hover .tooltip{
	display: block;
}


/* ---------------------------- SECTION 4 WORK ---------------------------------*/

#foiloGrid{
	width: 90%;
	display: block;
	margin: 20px auto;
}

@media(min-width: 768px){
	#foiloGrid{
		width: 95%;
		margin: 55px auto;
	}
}

#galSect{
	z-index: 998;
}

.projectlist{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0px auto;
}

.projectlist li{
	position: relative;
	width: 100%;
	margin: 10px auto;
}

@media(min-width: 768px){
	.projectlist li{
		width: 50%;
	}
}

@media(min-width: 980px){
	.projectlist li{
		width: 25%;
	}
}

.projOverlay{
	opacity: 0;
	filter: alpha(opacity=0);
}

.projectlist li:hover .projOverlay{
	opacity: 1;
	filter: alpha(opacity=100);
}

.projLinks{
	display: block;
	margin: 0px auto;
	text-align: center;
}

#workContainer .projectlist{
	margin: 40px auto;
}



/* ---------------------------- SECTION 6 CONTACT ---------------------------------*/

#section6.contact,
#contactSect.contact{
	width: 100%;
	background: #060606;
	padding: 15vh 0px;
}

#contactContent{
	width: 98%;
	height: auto;
	padding: 40px 0px 0px;
	margin: 0px auto;
	max-width: 990px;
}




/* ---------------------------- SINGLE POST ---------------------------------*/

#singlePost{
	position: relative;
	width: 90%;
	max-width: 990px;
	margin: 40px auto;
}

#singlePost h1{
	text-align: center;
	padding: 50px 0px;
}

#postImg{
	position: relative;
	display: block;
	width: 90%;
	margin: 40px auto;
}

@media(min-width: 768px){
	#postImg.postImgtxt{
		float: left;
		margin: 0px;
		width: 50%;
	}
}

#postText{
	width: 90%;
	display: block;
	margin: 0px auto;
}

@media(min-width: 768px){
	#postText{
		float: right;
		width: 45%;
	}
}





/* ---------------------------- THANK YOU ---------------------------------*/

#thankYou{
	position: relative;
	width: 90%;
	max-width: 990px;
	margin: 100px auto;
	font-size: 22px;
	font-weight: 600;
}





/* ---------------------------- FOOTER ---------------------------------*/

.copyright h6{
	line-height: 1.2;
}

.gform_wrapper{
	position: relative;
	width: 90%;
	max-width: 990px;
	margin: 60px auto 0px !important;
}

.contact li:nth-child(1){
	opacity: 1 !important;
}

.gform_button{
	border: none;
	cursor: pointer;

	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.gform_button:hover{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#socialList{
	margin: 50px 0px 0px;
}