* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    word-wrap: break-word;
}
body,
html {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.025em;
    background-color: #000;
    overflow-x: hidden;
}
.main-content {
    background: #fff;
    position: relative;
    z-index: 3;
}
p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 2;
    margin: 0;
}
.site-inner {
    position: relative;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
a,
a:hover,
span {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
a:hover{
    color:#ffffff;
    text-decoration:none;
    
}
.section-padding {
    padding: 80px;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 100;
    overflow: hidden;
}
.loader .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99;
}
.whatsapp-icon {
    margin-top: 13px;
}
.logo-v1 img {
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.4;
}
.logo-v1 img:hover {
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
.o-hidden {
    overflow: hidden;
}
.sub-title {
    color: #212529;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
.sub-title:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #212529;
    position: absolute;
    left: 0;
    bottom: 45%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-curve {
    background: 0 0;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-curve:hover:after {
    bottom: -10px;
    border-radius: 0;
}
.btn-curve:hover span {
    color: #fff;
}
.btn-curve:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #1e1e1e;
    border-radius: 0 0 100% 100%;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 90;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-curve.btn-lit {
    border-color: #fff;
    color: #fff;
    z-index: 1;
}
.btn-curve.btn-lit:hover span {
    color: #1e1e1e;
}
.btn-curve.btn-lit:after {
    background: #fff;
}
.cursor {
    width: 15px;
    height: 15px;
    background-color: #009dff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    z-index: 99;
    opacity: 0.5;
}
.cursor2 {
    display: none;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 35px 0;
    color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topnav .container-fluid {
    padding: 0 70px;
}
.topnav .logo {
    width: 120px;
}
.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
}
.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.topnav .menu-icon .text:after {
    content: "close";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.topnav .menu-icon .icon {
    display: table-cell;
}
.topnav .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}
.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0a0a0a;
    padding: 120px 30px 30px;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu.open .menu-links .main-menu > li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .cont-info:after {
    height: 100vh;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.hamenu .menu-links {
    color: #fff;
    margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
    display: inline-block;
}
.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 20;
}
.hamenu .menu-links .main-menu.gosub > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
    -webkit-transform: translateY(45px) !important;
    -ms-transform: translateY(45px) !important;
    transform: translateY(45px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition-delay: 0.07s !important;
    -o-transition-delay: 0.07s !important;
    transition-delay: 0.07s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
    z-index: 3 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hamenu .menu-links .main-menu > li span.nm {
    opacity: 0.8;
    font-size: 11px;
    margin-right: 10px;
}
.hamenu .menu-links .main-menu > li .link {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
    font-size: 15px;
    margin-left: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
    z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.hamenu .menu-links .main-menu .sub-menu li {
    color: #eee;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
    color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    margin-left: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
    font-size: 13px;
    font-weight: 300;
    margin-left: 10px;
}
.hamenu .cont-info {
    color: #fff;
    margin-top: 50px;
    position: relative;
}
.hamenu .cont-info:after {
    content: "";
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -40px;
    top: -170px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .cont-info .item {
    margin-bottom: 30px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.hamenu .cont-info .item:last-of-type {
    margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-about {
    padding: 80px;
    padding-top: 100px;
}
.section-about p {
    font-size: 22px;
    line-height: 2rem;
    text-align: justify;
}
.section-about .container h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}
.section-logos {
    background: #0e0e0e;
    padding: 20px;
}
.section-logos h3 {
    text-align: center;
}
h3.section-title {
    font-size: 30px;
}
.border-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gsap-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .gsap-reveal.gsap-reveal-filter {
        overflow: visible !important;
    }
}

.portfolio-wrap {
    padding-bottom: 80px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
    .portfolio-wrap {
        padding-bottom: 80px;
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }
}
.portfolio-content {
    position: absolute;
    left: 0;
    z-index: 20;
    margin-top: 20px;
    width: 100%;
}
.portfolio-wrap p {
    margin-bottom: 0;
}
.portfolio-wrap h3 {
    color: #e4e4e4;
}
.portfolio-link {
    color: #ff9800;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-right: 35px;
    line-height: 1.5em;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding-left: 90px;
}
.portfolio-wrap img {
    transition: 1s;
    z-index: 10;
    position: relative;
    display: block;
}
.portfolio-wrap:hover img {
    -o-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    transition: 1s;
}
.portfolio-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}
.filter-wrapper {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.filter-wrapper li {
    display: inline-block;
    margin: 10px 0 10px 0;
}
.filter-wrapper li a {
    margin-left: 30px;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: rgba(255, 255, 255, 0.4);
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.filter-wrapper li a.selected {
    color: #fff;
}
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.slider .parallax-slider {
    position: relative;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    color: #fff;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 20px;
    position: relative;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
    content: "/";
    position: relative;
    margin: 0 10px;
    font-size: 12px;
}
.slider .parallax-slider .caption h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
.slider .parallax-slider .caption h1 .stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.slider .parallax-slider .caption h1 .stroke span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
	-webkit-animation: fadeInUp .5s cubic-bezier(.3, 0, .7, 1) both;
	animation: fadeInUp .5s cubic-bezier(.3, 0, .7, 1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index))
}

.slider .parallax-slider .swiper-slide-active .caption .dis,
.slider .parallax-slider .swiper-slide-active .caption h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.slider .parallax-slider .swiper-slide-active .caption .dis {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

.slider .parallax-slider .swiper-slide-active .caption.clasc .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption.clasc p {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}


.slider .parallax-slider .caption .dis {
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    padding-left: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.slider .parallax-slider .caption .dis:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 50%;
}
.slider .parallax-slider .social {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 6;
}
.slider .parallax-slider .social.active a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.slider .parallax-slider .social .icon {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.slider .parallax-slider .social a {
    color: #fff;
    font-size: 11px;
    margin-right: 7px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.center-slider {
    text-align: center;
}
.center-slider .parallax-slider .caption h1 {
    font-size: 85px;
    font-weight: 800;
    letter-spacing: 4px;
}
.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}
.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.1);
}
.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
    position: absolute;
    top: 16px;
    left: 22px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next i:after,
.slide-controls .swiper-button-prev i:after {
    content: "";
    width: 45px;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next:hover {
    right: 45px;
}
.slide-controls .swiper-button-next:hover i {
    left: 30px;
}
.slide-controls .swiper-button-next:hover i:after {
    width: 20px;
}
.slide-controls .swiper-button-next i:after {
    top: 6px;
    right: 5px;
}
.slide-controls .swiper-button-prev {
    right: auto;
    left: 50px;
}
.slide-controls .swiper-button-prev:hover {
    left: 45px;
}
.slide-controls .swiper-button-prev:hover i {
    left: 10px;
}
.slide-controls .swiper-button-prev:hover i:after {
    width: 20px;
}
.slide-controls .swiper-button-prev i {
    left: 18px;
}
.slide-controls .swiper-button-prev i:after {
    top: 6px;
    left: 5px;
}
.about .items {
    padding: 30px 40px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.about .items .icon {
    font-size: 70px;
    margin-bottom: 30px;
}
.about .items .icon img {
    width: 2.2em;
    height: 2.2em;
}
.about .items h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
.about .items p {
    font-size: 16px;
    text-align: center;
}
.about .items .more-stroke {
    margin-top: 30px;
}
.about .items .more-stroke span {
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: relative;
}
.about .items .more-stroke span:after,
.about .items .more-stroke span:before {
    content: "";
    width: 0;
    height: 2px;
    background: #1a1d1c;
    position: absolute;
    right: -1px;
}
.about .items .more-stroke span:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: -4px;
}
.about .items .more-stroke span:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 4px;
}
.about .items.active {
    background: #f9f9f9;
    -webkit-transition: border 0.4s, background 0.2s;
    -o-transition: border 0.4s, background 0.2s;
    transition: border 0.4s, background 0.2s;
}
.about .items.active .more-stroke span {
    width: 30px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.about .items.active .more-stroke span:after,
.about .items.active .more-stroke span:before {
    width: 12px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.about .items:hover .more-stroke span {
    width: 30px;
}
.about .items:hover .more-stroke span:after,
.about .items:hover .more-stroke span:before {
    width: 12px;
}
.about.blc {
    background-color: #080808;
    color: #fff;
}
.about.blc:before {
    background-repeat: repeat;
    background-size: 40%;
    opacity: 0.015;
}
.about.blc .sub-title {
    color: #ccc;
}
.about.blc .sub-title:after {
    background: #eee;
}
.about.blc .items {
    border: 1px solid transparent;
}
.about.blc .items .icon {
    font-size: 60px;
    color: #eee;
}
.about.blc .items.active {
    background: #0e0e0e;
    border-color: rgba(255, 255, 255, 0.5);
}
.about.blc .items .more-stroke span,
.about.blc .items .more-stroke span:after,
.about.blc .items .more-stroke span:before {
    background: #fff;
}
.hr-footer {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: -70px;
}
.footer {
    text-align: center;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    background: #000;
    -webkit-box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
    box-shadow: 0 -16px 44px 25px rgba(0, 0, 0, 0.75);
}
.footer {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .footer {
        height: auto !important;
        position: relative !important;
    }
}
.footer:after {
    content: "";
    position: absolute;
    height: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0.01;
    overflow: hidden;
}
.footer a {
    color: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
    color: #fff;
}
.footer .footer-site-logo {
    margin-bottom: 50px;
}
.footer .footer-site-logo a {
    color: #000;
}
.footer .footer-site-logo img {
    width: 40%;
}
.footer .footer-site-social {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
.footer .footer-site-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .footer .footer-site-social li {
        display: block;
    }
}
.footer .footer-site-social li a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1rem;
    font-size: 12px;
}
.footer .footer-site-social li a:focus,
.footer .footer-site-social li a:hover {
    color: #fff;
}
body.dark {
    color: #fff;
    background: #090909;
}
body.dark .main-content {
    background: #090909;
}
body.dark p {
    color: #fffaf0;
}
body.dark .sub-title {
    color: #ccc;
}
body.dark .sub-title:after {
    background: #eee;
}
body.dark .about .items.active {
    background: #0e0e0e;
}
body.dark .about .items .more-stroke span,
body.dark .about .items .more-stroke span:after,
body.dark .about .items .more-stroke span:before {
    background: #fff;
}
body.dark .cursor {
    background: #0bbdff;
    background-color: #0ff;
}
body.dark .cursor2 {
    background: #fff;
}
.call-action {
    background-color: #020202;
    color: #fff;
}
.call-action:before {
    background-repeat: repeat;
    opacity: 0.04;
}
.call-action .content h6 {
    color: #009cfd;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.call-action .content h6 span {
    color: #009cfd;
}
.call-action .content h2 {
    font-size: 6vw;
    font-weight: 800;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.splitting .whitespace {
    width: 10px;
}
.call-action .content h2 .word {
    margin-right: 15px;
}
.call-action .content h2 span {
    color: transparent;
}
.call-action .content h2 b span {
    color: #fff;
    -webkit-text-stroke-width: 0;
}
.call-action .content p {
    font-size: 17px;
    font-weight: 300;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .logo-v1 img {
        max-width: 150px;
    }
}
@media screen and (max-width: 991px) {
    
    .slider .parallax-slider .caption {
        text-align: center;
    }
    
    .slider .parallax-slider .caption h1,
    .slider-portfolio .swiper-slide .caption h1 {
        font-size: 50px;
    }
    .slide-controls .swiper-button-next,
    .slide-controls .swiper-pagination-fraction {
        right: 25px;
    }
    .slide-controls .swiper-button-prev,
    .slider .parallax-slider .social {
        left: 25px;
    }
    .slide-controls.swiper-button-next:hover {
        right: 15px;
    }
    .slide-controls .swiper-button-prev:hover {
        left: 15px;
    }
    .section-about .container h4 br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .hamenu .menu-links .main-menu > li {
        font-size: 22px;
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px;
    }
    .hamenu {
        padding: 120px 5px 30px;
    }
    .section {
        padding: 2rem 0;
    }
}
.section a:hover {
    color: #149bff;
}
.section {
    padding: 100px 0;
}

.section-padding {
    padding: 100px 0;
}

.slider .parallax-slider .caption h1 {
    font-size: 40px;
}
.slider .parallax-slider .caption p {
    padding: 0 30px;
}

.section-about .container h4 {
    font-size: 30px;
}
.call-action .content h2 {
    font-size: 50px;
}
@media screen and (max-width: 480px) {
    .hamenu .cont-info {
        display: none;
    }
    .hamenu .menu-links .main-menu > li {
        font-size: 20px;
        padding: 7px;
    }
    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px;
    }
    
    .slider .parallax-slider .caption .dis {
        padding-left: 0;
        letter-spacing: 2px;
        margin-top: 20px;
    }
    
    .slider .parallax-slider .caption .dis:after {
        display: none;
    }
    .slide-controls .swiper-button-next {
        right: 5px;
    }
    .slide-controls .swiper-button-next i {
        left: 30px;
    }
    .slide-controls .swiper-button-next i:after {
        width: 20px;
    }
    .slide-controls .swiper-button-prev {
        left: 5px;
    }
    .slide-controls .swiper-button-prev i {
        left: 10px;
    }
    .slide-controls .swiper-button-prev i:after {
        width: 20px;
    }
    .slide-controls .swiper-button-next,
    .slide-controls .swiper-button-prev {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .slide-controls .swiper-button-next:hover {
        right: 0 !important;
    }
    .slide-controls .swiper-button-prev:hover {
        left: 0 !important;
    }
    
    .slider .parallax-slider .caption h1 {
        font-size: 28px;
    }
    .slider .parallax-slider .caption p {
        display: none;
    }
    
    .extra-title,
    .section-about .container h4 {
        font-size: 22px;
    }
    .main-content .section-about {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-content .section-about p{
        font-size: 16px;
    }

    .call-action .content h2 {
        font-size: 38px;
    }
}
.alt h2 {
    font-family: Oswald, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    color: #b9b8b8;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 0 0 12px;
}
@media (max-width: 992px) {
    .alt h2 {
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    .section-about {
        padding-left: 25px;
        padding-right: 25px;
    }
    .portfolio-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}
@media (min-width: 575px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .alt h2 {
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    .topnav .container-fluid {
        padding: 0 8%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .topnav .logo {
        width: 10%;
    }
}
@media (min-width: 1440px) {
    .slider .parallax-slider .caption h1 {
        font-size: 3vw;
    }
}

@media (max-width: 2500px){
    .slide-full .swiper-slide .bg-img,
    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: center center;
    }
}
