/*
Theme name:;
*/
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root{
	--white: #fff;
}

.opc{
    opacity: 0.1;
}
body,html{
	font-family: 'Avenir Next';
	background-color: #e7e7e7;
	color: #000;
	font-weight: 500;
	letter-spacing: 0px;
}
body{
	overflow-x: hidden !important;
}
h1,h2,h3,h4,h5,h6,p,span,form,ul,a{
    margin: 0;
    padding: 0;
	line-height: 1;
}
figure{
	margin: 0;
}
img{
	max-width: 100%;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	line-height: 1;
}
a:hover{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #000;
}
.row{
	width: 100%;
}
.wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.pdr-15{
	padding-right: 15px;
}
.pd-0{
	padding: 0 !important;
}
.wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.d-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.al-center{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.jst-center{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.jst-btw{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.jst-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.mgb-0{
	margin-bottom: 0 !important;
}
.mgt-0{
	margin-top: 0 !important;
}
.mgr-0{
	margin-right: 0 !important;
}
.mgl-0{
	margin-left: 0 !important;
}
.mgl-auto{
    margin-left: auto;
}
.mgr-auto{
    margin-right: auto;
}
.bg-white{
	background-color: #fff !important;
	opacity: 0.5;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-transition:  all 0.3s ease-in-out;
	-o-transition:  all 0.3s ease-in-out;
	transition:  all 0.3s ease-in-out;
}
.container-cutomize{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 148px;
}
.PageBg, .PageBg .logoModuleBack {
    width: 100vw;
    height: 100vh;
	position: fixed;
    left: 0;
    top: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.body-aside{
	width: 305px;
}
.body-container{
	margin-left: auto;
	width: calc(100% - 305px);
	max-width: 2000px;
	position: relative;
	z-index: 1;
}
.fixed-logo{
	/* position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: auto; */
	width: 85vw;
	margin-left: auto;
}
.hide-on-load {
	opacity: 0;
}
.hide-on-load1 {
	opacity: 0;
	z-index: 999;
}
.hide {
	opacity: 0;
}
.field-red{
	border-color: red !important;
}
.field-white{
	border-color: #fff !important;
}
.disabled{
	pointer-events: none;
	opacity: 0.8;
}
.txt-al-center{
	text-align: center;
}
.box-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	margin: 10px 20px;
	z-index: 99;
}
.box-arrow img {
	width: 60px;
}
.padd-btm-0{
	padding-bottom: 0px !important;
}
.navlist__link.active .navlist__bg-white{
	background-color: #8f8f8f !important;
}
.navlist__link.active {
    color: #8f8f8f !important;
}
.container-pdl-200{
	padding: 0 0 0 200px !important;
}
.mgt-100{
	margin-top: 100px;
}
.bottom-heading{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* width */

.nav-projects::-webkit-scrollbar {
	width: 3px;
	height: 7px;
  }
  /* Track */
  .nav-projects::-webkit-scrollbar-track {
	background: #332d2d99;
	height: 2px;
  }  
  /* Handle */
  .nav-projects::-webkit-scrollbar-thumb {
	background: #918b8b99;
	border-radius: 10px;
	cursor:pointer;
	width: 3px;
	height: 2px;
  }
  /* Handle on hover */
  .nav-projects::-webkit-scrollbar-thumb:hover {
	background: #918b8b99;
	cursor:pointer;
	height: 2px;
  }