/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@200;300;400;500;600;700&display=swap');

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
	overflow-x: hidden;
	}



body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background: #0E0E10;
	color: #959595;
}

ul{
    list-style-type:disc;
}


p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
	color: #959595;
	user-select: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}
h1 {
	font-size: 3.25rem;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5625rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;
}

img {
    width:100% ;
    height: auto;
}

img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: rgba(154, 205, 50, 1);
}


b {
    font-weight: bolder !important;
    color: rgba(154, 205, 50, 1);
}

a {
    color: #ffffff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
	text-decoration:none;
	outline: 0;
	border:none
	
}


a:focus {
	color: #ffffff;
	text-decoration:none
}

a:hover {
	color: rgba(154, 205, 50, 1) ;
	text-decoration:none
	}

/* ~~~~~~~ INIT. BTN ~~~~~~~ */

.btn {	
	min-width: 148px;
	height:auto;	
	font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
	position: relative;	
	padding: 1.2rem 1.7rem !important;
	color: rgba(154, 205, 50, 1);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	user-select: none;
	background: transparent;
	border: 1px solid rgba(154, 205, 50, 1);

	border-radius: 0;
	overflow:hidden;
	margin-top: 4rem
}

.btn:before, .btn:after {
	content: '';
	position: absolute;	
	transition: inherit;
	z-index: -1;
	border: 1px solid transparent;
}

.btn:hover {
	color: #1b1b1b;
	transition-delay: .2s;
    border: 1px solid rgba(0,0,0,0.05);
	

}

.btn:hover:before {
	transition-delay: 0s;
	border: 1px solid  #ffffff;
}

.btn:hover:after {
	background: rgba(154, 205, 50, 1);

	transition-delay: 0s;
    border: 1px solid rgba(154, 205, 50, 1);

}



.btn-outline-primary{color:rgba(154, 205, 50, 1);
border-color:rgba(154, 205, 50, 1)}
.btn-outline-primary:hover{color:#fff;background-color:rgba(255,255,255,0);border-color:#ffffff}
.btn-outline-primary.focus,
.btn-outline-primary:focus{color:#fff;background-color:rgba(154, 205, 50, 1);
border-color:rgba(154, 205, 50, 1)}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled{color:#007bff;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,.show>
.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>
.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}


/* From Bottom */


.from-bottom {	
	min-width: 148px;
	height:auto;	
	font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
	position: relative;	
	padding: 1rem 1.5rem !important;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	user-select: none;
	background: transparent;
	border: 1px solid rgba(154, 205, 50, 1);

	border-radius: 0;
	overflow:hidden;
	margin-top: 4rem;
	transform:scale(1.0);
}

.from-bottom:hover {
	transform:scale(1.0);
}


.from-bottom:before, 
.from-bottom:after {
	left: 0;
	height: 0;
	width: 100%;
}

.from-bottom:before {
	bottom: 0;	
	border-top: 0;
	border-bottom: 0;
		background: linear-gradient(-180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.25) 55%, rgba(255,255,255,0) 100%);
}

.from-bottom:after {
	top: 0;
	height: 0;
}

.from-bottom:hover:before,
.from-bottom:hover:after {
	height: 100%;
}


/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Oswald', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 0.5rem
;
    padding: 0.75rem 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1rem
;
    font-weight: 400;
    color: #ffffff !important;
    background-image: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: rgba(154, 205, 50, 1);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	font-family: 'Oswald', sans-serif;
    font-size:  0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: all .4s;
	transition: all .4s;
    background: transparent;
    color: rgba(154, 205, 50, 1);
    border: 1px solid rgba(255,255,255,0.05);
	padding: 0.5rem 1rem;

}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background:rgba(154, 205, 50, 1);

    color: #ffffff;
}

th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #959595;
    font-size: 1rem;
    font-weight: 400;
}
:-moz-placeholder {
    color: #959595;
}
::-moz-placeholder {
    color: #959595;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #959595;
}
.bg-color {
    background: #353839 !important;
}

.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}


.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}


.bg-fixed {
    background-attachment: fixed;
}



.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Didact Gothic', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #1b1b1b;
	z-index: 999999;
}
#preloader {
	display: table;
	table-layout: fixed;
}
#preloader-status {
	display: table-cell;
	vertical-align: middle;
}
.preloader-position {
	position: relative;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.loader {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	left: 50%;
	top: auto;
	margin-left: -22px;
	margin-top: 2px;
	-webkit-animation: rotate 1s infinite linear;
	-moz-animation: rotate 1s infinite linear;
	-ms-animation: rotate 1s infinite linear;
	-o-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
	border: 2px solid #1b1b1b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.loader span {
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	top: -2px;
	left: -2px;
	border: 2px solid transparent;
	border-top: 2px solid rgba(154, 205, 50, 1);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
@-webkit-keyframes rotate {
	0% {
		webkit-transform: rotate(0deg);
	}
	100% {
		webkit-transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #959595;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #959595;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #959595;
    background: rgba(0, 0, 0, 0.1);
}



/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(154, 205, 50, 1);

}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(154, 205, 50, 1);

    border: 1px solid rgba(154, 205, 50, 1);

}

.owl-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.owl-carousel .fixed-video-aspect .item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.item {
    position: relative;
}


/* ======= Section style ======= */
.section-padding {
    padding: 4.5rem 0;
  
}

.section-padding-less {
	padding: 2.5rem 0
}


.section-title {
    font-size: 3.25rem;
    line-height: 1.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin-bottom: 1.5rem;
}
.section-title span {
    font-weight: 600;
	letter-spacing: 0.25rem;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
	opacity: 0.55
}
.section-subtitle {
    color: rgba(154, 205, 50, 1);
    font-size:  0.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1rem;
	margin-bottom: 0.5rem;
    letter-spacing: 0.25rem;
}


/* ======= Line style ======= */
.line-vr-section {
    position: relative;
    margin: -3rem auto;
    border: 0;
    border-left: 1px solid;
    border-color: rgba(154, 205, 50, 1);
    width: 2px;
    height: 96px;
    z-index: 10;
	background-color:transparent;
}

.line-hr-section {
    position: relative;
    margin: -3rem auto;
    border: 0;
    border-top: 1px solid;
    border-color: rgba(154, 205, 50, 1);
    width: 13.5rem;
    height: 2px;
    z-index: 11;
	background-color:transparent;
}

.line-hr-primary {
    width: 70px;
    border-top: 1px solid rgba(154, 205, 50, 1);

	margin: 0px;
	padding: 0px;
	}
.line-hr-secondary {
    width: 70px;
    border-top: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}


/* ======= Img Grayscale style ======= */
.img-grayscale img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .4s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .4s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .4s ease-in-out
}
.img-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%)
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: auto;
    background: transparent;
    z-index: 99;
}

.navbar .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif ;
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 0.25rem 0.25rem;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link .nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: rgba(154, 205, 50, 1);
}
.navbar .navbar-nav .nav-link .active {
    color: rgba(154, 205, 50, 1)
}

/* ======= Navbar-portfolio style ======= */
.navbar-portfolio {
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
	height: auto;
    background: transparent;
    z-index: 99;
}

.navbar-portfolio .navbar-portfolio-nav .nav-link {
    font-family: 'Oswald', sans-serif ;
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 0.25rem 0.25rem;
    transition: all .4s;
}
.navbar-portfolio .navbar-portfolio-nav .nav-link .nav-color {
    color: #1b1b1b;
}
.navbar-portfolio .navbar-portfolio-nav .nav-link:hover {
    color: rgba(154, 205, 50, 1);
}
.navbar-portfolio .navbar-portfolio-nav .nav-link .active {
    color: rgba(154, 205, 50, 1)
}



.nav {
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 99;
}


.nav-pills {
    font-family: 'Oswald', sans-serif ;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    transition: all .4s;
}


.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    border: 1px solid rgba(154, 205, 50, 1);
    
    color:#ffffff
    
}



.nav-pills .nav-link:hover {
    color: #ffffff;
	background: rgba(154, 205, 50, 1);

    border: 1px;
    border-color: rgba(154, 205, 50, 1);    
}
.nav-pills .nav-link .active {
    color: rgba(154, 205, 50, 1) !important;
}





.nav-scroll {
    background: rgba(24,24,24,0.79);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.5);
}
.nav-scroll .icon-bar {
    color: rgba(154, 205, 50, 1);
}
.nav-scroll .icon-bar:hover {
    color: #ffffff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #ffffff;
}
.nav-scroll .navbar-nav:hover {
    color: rgba(154, 205, 50, 1) !important;
}
.nav-scroll .navbar-nav .active {
    color: rgba(154, 205, 50, 1) !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 1rem 0;
    color: #959595;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: rgba(154, 205, 50, 1);
    line-height: 1.25em;
    letter-spacing: 0.25rem;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    letter-spacing: 0.25rem;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
}
.nav-scroll .logo-wrapper {
    padding: 1rem 70px 1rem 150px;
    background: rgba(11,11,11,0.85);
}




.logo-wrapper {
    float: left;
    background: transparent;
    padding: 2rem 50px;
}
.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: rgba(154, 205, 50, 1);
    letter-spacing: 9px;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #959595;
    font-size: 1.5rem;
    vertical-align: super;
}
.logo-wrapper .logo span {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    color: #959595;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.logo {
    padding: 0;
    width: 72px;
    text-align: center;
}
.logo-img {
    margin-bottom: 5px;
}





/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 2rem;
}
.header .caption h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(154, 205, 50, 1);
    text-align: left;
    margin-bottom: 1rem;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.25rem;
}
.header .caption h1 span {
    position: relative;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    font-weight: 600;
    letter-spacing: 0.25rem;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
	opacity: 0.55
}

.header .caption p {
    font-size: 1.125rem;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #ffffff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 1rem;
}
.header .caption p span {
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 0.875rem;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1b1b1b;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}

.header .social a {
    color: #eee;
    font-size: 1.5rem;
    margin: 10px 1rem;
}

hr {
    margin-top: 5px;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.arrow-lrg {font-size: 2.5rem !important}

/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 9%;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 33px;
    background: transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    cursor: pointer;
	border: 1px solid rgba(154, 205, 50, 1);

	opacity: 0.7;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: rgba(154, 205, 50, 1);

    border: 1px solid rgba(154, 205, 50, 1);

    color: #fff;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}


/* ======= Page Header style ======= */
.banner-header {}
.banner-header h6 {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #ffffff;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
.banner-header h5 a {
    color: rgba(154, 205, 50, 1);
}
.banner-header h1 {
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
.banner-header p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    line-height: 1.75em;
    font-family: 'Oswald', sans-serif;
}
.banner-header p a {
    color: rgba(154, 205, 50, 1);
}







.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}


/* ======= About style ======= */
.about {}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 1rem 1rem 1rem;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #1e1e1e;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: #1e1e1e;
}
.about-img-2 {
    position: relative
}
.about-img .about-img-2 {
    width: auto;
	max-width: 45% !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    padding: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5em;
    text-align: center;
}
.about-since {
    background: rgba(154, 205, 50, 1);

}


/* ======= Design style ======= */

.design .item:hover .info .view {
    top: 0;
}
.design .info {
    text-align: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    background: #1b1b1b;
}
.design .info h6 {
    font-size: 1rem
;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 0.25rem;
    color: #ffffff;
}
.design .info p {
    margin-bottom: 5px;
    color: #959595;
}
.design .info .view {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(154, 205, 50, 1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.design .info .view p {
    margin-bottom: 5px;
    color: #ffffff;
}
.design .info .view a {
    font-size: 1rem;
    color: #ffffff;
    margin: 0 5px;
}
.design .info .view a:hover {
    color: #000;
}

.design .info .view .icon {
    font-size: 2rem;
    z-index: 2;
    margin-bottom: 1.5rem;

	}
	

/* owl-nav next and prev */
 .design .owl-nav {
	 display:inline;
    position:absolute;
	    bottom: -4rem;
    right: 1rem;
}




.design .owl-prev {
    float: left;
}
.design .owl-next {
    float: right;
}
.design .owl-theme  .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 33px;
    background: transparent;
    border-radius: 0px;
    color: #ffffff !important;
    font-size: 0.75rem;
    margin-right: 2px;
    cursor: pointer;
	border: 1px solid rgba(154, 205, 50, 1);

	opacity: 0.7;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.design .owl-theme  .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: rgba(154, 205, 50, 1);

    border: 1px solid rgba(154, 205, 50, 1);

}


/* ======= skills style ======= */
.skills .item {
	padding: 2.5rem 1.5rem 3rem 1.5rem;
    background-color: rgba(14,14,16,0);
    margin-bottom: 30px;
    position: relative;
	-webkit-transition: all .5s;
  transition: all .5s;
	cursor:move;
}
.skills .item:hover {
  -webkit-box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.9);
  box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.4);   
background-color: rgba(154, 205, 50, 1);

}
.skills .item:hover .numb {
  -webkit-text-stroke: 1px #fff;
}
.skills .item .icon {
    color: rgba(154, 205, 50, 1);
    font-size: 40px;
    z-index: 2;
    margin-bottom: 20px;
}
.skills .item:hover .icon {
  color: #fff;
}
.skills .item h5 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    color: #fff;
}
.skills .item:hover h5 {
	color: #fff;
}
.skills .item:hover p {
	color: #fff;
}

/* line animation */
.skills .item .line {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}
.skills .item .line:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50px;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    content: '';
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.skills .item:hover .line:after {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}



/* ======= Project style ======= */

.project-container {
	padding-bottom: 1rem;
    padding-top: 1rem;
}

.project-container a {
	text-decoration: none;
}

.project-container .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 0.25rem;
}

/* Create four equal columns that sits next to each other */
.project-container .column {
  -ms-flex: 25% !important; /* IE10 */
  flex: 25% !important;
  max-width: 25% !important;
  padding: 0 0.25rem !important;
}

.project-container .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height:auto
}

.project-container h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em;
	color:rgba(154, 205, 50, 1);
	margin-bottom: 0px;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
}
.project-container p {
	color: #ffffff;
}


.project-texts {
	display: inline;
	position: absolute;
	opacity: 0; 
	top: 0; 
	left: 0; 
	padding: 1rem;
	height: 100%;
	width: calc(100% - 5px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff !important
}


.project-texts h5{
	color: rgba(154, 205, 50, 1);
}

.project-texts:hover {
	opacity: 1; 
}
/* line */
.project-texts .line {
	height: 1px;
	width: 3.5rem;
	margin-top: 12px;
	margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.project-texts:hover .line {
	width: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
/* zoomer */
.project-zoomer {
	overflow: hidden;
	position: relative;	-webkit-transition: all .4s;
	transition: all .4s;
    border: 1px solid transparent;
}

.project-zoomer img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

}
.project-zoomer:hover img {
	-ms-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.project-zoomer:hover {	
	-webkit-transition: all .4s;
	transition: all .4s;	
  
}






/* Project page */

#project-brand .container {
	display: flex;
  	justify-content: center;
	align-items: center;
  	padding: 0 1rem 1rem 1rem;
	width: 100%;
	}
#project-brand .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
#project-brand .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

#project-brand .column img {
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  #project-brand .column {
    flex: 50%;
    max-width: 50%;
  }
 
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #project-brand .column {
    flex: 100%;
    max-width: 100%;
  }
}

#project-brand .gallery-item {
    position: relative;
}
#project-brand .gallery-box {
    overflow: hidden;
    position: relative;
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.25s;  background-color: rgba(0, 0, 0, 0.9) !important;
  border: 1px solid rgba (154, 205, 50, 0.80) !important;

}

.overlay h5 {
	color: #ffffff !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25rem;
}


.overlay h6 {
  color: #ffffff !important;
	    letter-spacing: 0.1rem;
		line-height: 1.5rem
}



.bg-light{
	background-color: rgba(154, 205, 50, 0.80)!important;
	padding:0.25rem
	}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
	background-color:#dae0e5!important
	}


.project-zoomer:hover .overlay {
  opacity: 1;
}
/* prev/next project */
.digital-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.05);
  
}

.digital-prev-next a {
    display: inline-block;
    font-size: 1rem
;
    color: #959595;
    line-height: 1em;
}
.digital-prev-next a i {
  font-size: 20px;
}
.digital-prev-next a:hover {
    color: rgba(154, 205, 50, 1);
}
.digital-prev-next .digital-prev-next-left a i {
  margin-right: 5px;
  font-size: 0.75rem;
}
.digital-prev-next .digital-prev-next-right a i {
 font-size: 0.75rem;
  margin-left: 0;
  margin-left: 5px;
}

/* ======= Error Page 404 style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 2rem;
    padding: 0.875rem 3.5rem 1rem 1rem;
    height: 3.5rem;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1rem
;
    background: #1b1b1b;
    color: #959595;
    border-radius: 2rem;
    border: 1px solid #1b1b1b;
    transition: all 0.4s ease-in-out-in-out;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #1b1b1b;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #959595;
}
.error-form .form-group .theme-btn {
      position: absolute;
    right: 20px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    background: none;
    color: #959595;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}





/* ======= Folder Gallery style ======= */

.uk-inline-clip{
	background: rgba(255,255,255,1) !important;
}

.uk-lightbox {
    background: rgba(0,0,0,0.9) !important;
}

.uk-lightbox-toolbar {
    padding: 0.5rem 0.5rem ;
    background: transparent !important;
}

.uk-lightbox-toolbar-icon {
    background:  transparent !important;
    color: rgba(154, 205, 50, 1);
    transform: scale(1) ;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1
	}
	
.uk-lightbox-toolbar-icon:hover {
    color: rgba(255, 255, 255, 1);
    transform: scale(0.8) ;
}


.uk-slidenav {
    background: rgba(154, 205, 50, 1);
    color: rgba(255, 255, 255, 1);
    transform: scale(1) ;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1
	}

.uk-slidenav:hover {
    background: rgba(11, 11 , 11, 1);
    color: rgba(255, 255, 255, 1);
    transform: scale(0.8) ;
	opacity: 0.5
}

.uk-slidenav:focus {
    background: rgba(11, 11 , 11, 1);
    color: rgba(154, 205, 50, 1);
    transform: scale(1) ;
	opacity: 0.5
}

.uk-slidenav:active {
    background: rgba(255, 255, 255, 1);
    color: rgba(11, 11 , 11, 1);
    transform: scale(1) ;
	opacity: 1
}



.uk-lightbox-items>*>* {
    background: rgba(255, 255, 255, 1) !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    border-radius: 0;
	padding: 0.5rem;
}



.uk-overlay-default {
    background: rgba(154, 205, 50, 0.8) !important;
	color:#1e1e1e !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align:center !important;
}

.uk-overlay-default:hover {
    background: rgba(30, 30, 30, 0.9) !important;
	color:#ffffff !important;

}

/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
}
.gallery-box {
    overflow: hidden;
    position: relative;
	background-color: #ffffff;
	padding: 0.25rem !important;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
	filter: grayscale(0);

}

.gallery-box .gallery-img:hover {
    filter: grayscale(1);

}



.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1) !important;
}
.gallery-box .gallery-img > img {
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1) !important;
    border-radius: 0;

}



.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 0.875rem;
}
.gallery-box .gallery-detail i {
    color: #1b1b1b;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #1b1b1b;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.05);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}

/* ======= Gallery style ======= */


.design-gallery-item {
    background-color: rgba(14,14,16,0.8);
    position: relative;	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.design-gallery-item:hover {
  -webkit-box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.4);
  box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.4);
  border-color: transparent;
  background-color: rgba(154, 205, 50, 1);
	}

.design-gallery-box {
    overflow: hidden;
    position: relative;
}
.design-gallery-box .design-gallery-img {
    position: relative;
    overflow: hidden;
}
.design-gallery-box .design-gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.design-gallery-box .design-gallery-img > img {
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.design-gallery-box .design-gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.design-gallery-box .design-gallery-detail h4 {
    font-size: 18px;
}
.design-gallery-box .design-gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size:  0.875rem;
}
.design-gallery-box .design-gallery-detail i {
    color: #1b1b1b;
    padding: 8px;
}
.design-gallery-box .design-gallery-detail i:hover {
    color: #1b1b1b;
}
.design-gallery-box:hover .design-gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.design-gallery-box:hover .design-gallery-img:after {
    background: rgba(0,0,0, 0.05);
}
.design-gallery-box:hover .design-gallery-img > img {
    transform: scale(1.05);
}

.design-owl-item img{display:block;width:100%}



.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000000;opacity:.8;filter:alpha(opacity=80)}



button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:1;filter:alpha(opacity=100);padding:0 0 18px 10px;color:rgba(154, 205, 50, 1);
font-style:normal;font-size:1.5rem;font-family:Arial,Baskerville,monospace}
.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:1rem;line-height:18px;white-space:nowrap}


.mfp-arrow{position:absolute;opacity:1;filter:alpha(opacity=100);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:focus,.mfp-arrow:hover{opacity:0.5;filter:alpha(opacity=100)}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}
.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;opacity:1}
.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0}


.mfp-arrow-left{left:0}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid rgba(154, 205, 50, 1);
margin-left:31px}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid rgba(154, 205, 50, 1)}

.mfp-arrow-right{right:0}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid rgba(154, 205, 50, 1);
margin-left:39px}
.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid rgba(154, 205, 50, 1)}



/* Animation effects for Magnific */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;

   -webkit-transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}
  
/* ======= Contact style ======= */

#contact {color: #ffffff !important;}

.rvl-contact-section {
    padding: 120px 0;
	}

.rvl-contact-section p {
    margin-left:2rem;
}

.rvl-contact-box {
    position: relative;
    background: rgba(27,27,27,1.00);
    padding: 3.5rem 2.5rem;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

.rvl-contact-box:hover {  
	background: rgba(27,27,27,0.7);
    -webkit-box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.7);
    box-shadow: 0rem 0.25rem  1rem 0.25rem rgba(0, 0, 0, 0.4);
}

.qrcode {
	max-width: 50% !important;
	height: auto;
    }


@media only screen and (max-width: 1025px) {
    .qrcode {
       display: none;
    }
}

.view-projects {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75em;
	color: #ffffff;
	user-select: none;
}

/* ======= Footer style ======= */
.main-footer {
    padding: 0px 0 0;
}
.main-footer.dark {
    position: relative;
    color: #fff;
}

.main-footer .sub-footer .text-right-left {
    
    text-align: right!important;
}

.main-footer .sub-footer {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}


@media screen and (max-width: 767px) { 
	.main-footer .sub-footer {
    margin-top: 0px;
}
.main-footer .sub-footer p,
.main-footer .sub-footer .text-right-left {
    text-align: left;
    }
}



/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 1.5rem;
    right: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    display: block;
    border-radius: 3.125rem;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(154, 205, 50, 1);
    left: 0;
    top: 0;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke:  rgba(255, 255, 255, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px  rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px  rgba(255, 255, 255, 0.2);
}
.progress-wrap::after {
    color: rgba(154, 205, 50, 1);
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(154, 205, 50, 1);

}



/* go home */
.go-back{
	margin-top: 2.5rem;
}
.go-back a {
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing: 0.25rem;
}
.go-back a:hover {
	color: rgba(154, 205, 50, 1);
}
.go-back a span{
	transition: all .5s;
}
.go-back a span i {
	color: #ffffff;
	font-size:  0.875rem;
}
.go-back a:hover span{
	padding-right: 1rem;
}



/*-------------------------------------------------------
          [ text color ]
-------------------------------------------------------*/

.text-green {
  color: rgba(154, 205, 50, 1);
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-dark-gray {
  color: #232323;
}

.text-dark-gray {
  color: #626262;
}

.text-extra-medium-gray {
  color: #757575;
}

.text-medium-gray {
  color: #939393;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-light-gray {
  color: #d6d5d5;
}

.text-very-light-gray {
  color: #ededed;
}

.title-extra {
  font-weight: 800;
  margin-bottom: 15px;
}
.title-extra .icon {
  padding-right: 5px;
}

.title-extra-sm {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.title-extra-sm .icon {
  padding-right: 5px;
}

/*-------------------------------------------------------
          [ font-weight ]
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 400 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}



/*-------------------------------------------------------
          [ line-height ]
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

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

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-green] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-bg-color] .container,
[data-overlay-green] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-green]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000000;
}
[data-overlay-darkgray]:before {
  background: #353839;
}
[data-overlay-green]:before {
  background: rgba(154, 205, 50, 1);

}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6
[data-overlay-dark] span {
  color: #ffffff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #ffffff;
}
[data-overlay-green] h1,
[data-overlay-green] h2,
[data-overlay-green] h3,
[data-overlay-green] h4,
[data-overlay-green] h5,
[data-overlay-green] h6,
[data-overlay-green] span {
  color: #ffffff;
}
[data-overlay-dark] p {
  color: #ffffff;
}
[data-overlay-darkgray] p {
  color: #ffffff;
}
[data-overlay-green] p {
  color: #ffffff;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-green="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-green="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-green="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-green="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-green="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-green="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-green="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-green="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-green="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-green="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-green="10"]:before {
  opacity: 1;
}


/* ======= Responsive style ======= */




/* For Desktop View */
@media screen
  and (min-width: 1024px){
.mfp-image-holder .mfp-content {
    max-width: 70%;
}


}
 
/* For Tablet View */
@media screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px){
	  .mfp-image-holder .mfp-content {
    max-width: 90%;
}

}
 
/* For Mobile Portrait View */
@media screen
  and (max-device-width: 480px)
  and (orientation: portrait){

}
 
/* For Mobile Landscape View */
@media screen
  and (max-device-width: 640px)
  and (orientation: landscape){

}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
  and (max-device-width: 640px){
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen
  and (min-device-width: 320px)
  and (-webkit-min-device-pixel-ratio: 2){

			 }
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px)
  and (device-width: 320px)
  and (-webkit-min-device-pixel-ratio: 2){

}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px)
  and (min-device-width: 375px)
  and (-webkit-min-device-pixel-ratio: 3){	  
	html, p {
    font-size: 14px !important;
	}

}

@media screen and (max-width: 768px) {
    .banner-header {}
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: rgba(154, 205, 50, 1);
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header h5 {}
    .banner-header h1 {}
}


@media screen and (max-width: 767px) { 
	.main-footer .sub-footer {
    margin-top: 0px;
}
.main-footer .sub-footer p,
.main-footer .sub-footer .text-right-left {
    text-align: left;
    }
    
}


@media screen and (max-width: 991px) {
	
	
	.navbar {
    background: rgba(27,27,27,0.85);	
    }

	
	.logo {
    padding: 0.25rem;
    height: 2rem;
	width: auto;
}

    .logo-img { 
	 margin-bottom: 0px;
    }
	
    .navbar button {
		outline: none;
        background: transparent;
	}
    .navbar .navbar-collapse {
        text-align: left;
        padding: 1rem 2rem 2rem 1rem;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #959595;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #959595 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: rgba(154, 205, 50, 1) !important;
    }
    .header {
		width: 100vw;
		height: 100vh;
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 3.5rem;
    }
}
@media screen and (max-width: 812px) {
	
	    .navbar {
      background: rgba(11,11,11,0.85);	
	  padding:0
    }
		.logo {
    padding: 0.5rem;
    height: 64px;
	width: auto;
}
	
    .nav-scroll {
        background: rgba(11,11,11,0.85);
    }
	
    .logo-wrapper {
        float: left;
        padding: 1rem;
    }
    .nav-scroll .logo-wrapper {
        padding: 1rem;
        background: transparent;
    }
    .logo-wrapper .logo h2 {
        display: none;
    }
    .hero .intro h3 {
        font-size: 1.75rem;
    }
    .hero .intro h4 {
        font-size: 1.5rem;
    }
    .header .caption h1 {
        font-size: 3.5rem;
        margin-bottom: 1rem;
    }
	.header .caption h1 span {
    font-size: 3.5rem;
	}
	
	.about .about-img .img {
    padding: 0 0px 20px 0px;
    position: relative;
}
	
	.about-img .about-img-2 {
    width: auto;
	max-width:55% !important;
    position: absolute;
    bottom: 0px;
    right: 2rem;
	left:0; 
    z-index: 3;
    padding: 1rem;
}
    .header .caption p {
        font-size: 1rem;
        margin-right: 10px;
    }

	
	.project-texts {
		padding: 20px
	}

@media (max-width: 576px) {
  .digital-prev-next {
    text-align: center;
  }
  .digital-prev-next-left {
        margin-bottom: 0.5rem
;
    }
}

    .main-footer .sub-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 1rem;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
	
.arrow-lrg {font-size: 3rem !important}
}
	

@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 2rem;
    }
    .footer {
        padding: 3.5rem 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
	}
	