﻿
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 16px;
    color: #090909;
    font-weight: 400;
    background: #090909;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-family: "Funnel Sans", sans-serif;
    font-family: "Inter", sans-serif;
}

input, select, button {
    font-family: "Genos", sans-serif;
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

h1, h2, h3, h4, h5, h6 {
    color:#090909;
    font-weight: 400;
}

h1, .h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 800;
    line-height: 1.3;
}

h2, .h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: .8;
}

h3, .h3 {
    font-size:25px;
    line-height: 1.5;
    font-weight: 600;
}

h4, .h4 {
    font-size: 22px;
    line-height: 1.5;
}

h5, .h5 {
    font-size: 18px;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-default {
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 70px;
    padding: 0px 15px 0px 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 60px;
    background: #F26300;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.btn-default:hover,
.btn-default:active {
    background: transparent linear-gradient(270deg, #F27900 0%, #F26300 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.btn-default i {
    height: 30px;
    width: 30px;
    line-height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #090909;
    text-align: center;
    margin-left: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.btn-default:hover i {
    transform: rotate(360deg);
}

.btn-default img {
    max-height: 16px;
}

.btn-default.white {
    background: #fff;
    color: #090909;
}

.btn-default.white i {
    background: #fff;
    border-color: #F26300;
}

.btn-default.white:hover {
    background: #fff;
    color: #F26300;
}

.btn-default.white:hover i {
    background: #F26300;
    color: #fff;
}

.btn-default.white:hover i img {
    filter: invert(1);
}

.btn-default:hover i {
    background: #fff;
}

.btn-default span {
    left: 0px;
    position: relative;
    transition: all .3s;
}

.btn-default:hover span {
    left: 10px;
}

.section-title h6 {
    letter-spacing: 4px;
    color: #F26300;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
    margin-bottom: 15px;
}

.section-title h2 {
    color: #090909;
    margin: 0;
    margin-bottom: 50px;
}

.section-title.white h2,
.section-title.white p {
    color: #fff;
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #090909;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
}

ul.list li {
    margin: 10px 0px;
    vertical-align: top;
    position: relative;
}


ul.checklist {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
}

ul.checklist li {
    padding-left: 60px;
    margin: 25px 0px;
    vertical-align: top;
    position: relative;
}

ul.checklist li:before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    min-width: 30px;
    line-height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** HEADER ***/
header {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
}

header .navbar-brand img {
    height: 50px;
}

header .navbar:before {
    content: '';
    background: #F26300;
    height: 5px;
    border-radius: 0px 0px 25px 25px;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
}

header .navbar {
    padding: 55px 0px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

header .navbar-nav>.nav-item {
    padding: 0px 15px;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #F26300;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0px;
    position: relative;
}

header .navbar-nav>.nav-item>.nav-link i {
    /* width: 30px;
    line-height: 26px;
    border: 2px solid #F26300;
    border-radius: 50%; */
    /* color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    position: relative; */
}

header .navbar-nav>.nav-item>.nav-link span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    padding-top: 2px;
    /* border: 2px solid #F26300; */
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

/* 
header .navbar-nav>.nav-item:hover>.nav-link i,
header .navbar-nav>.nav-item.active>.nav-link i {
    background: #F26300;
} */

header .navbar-nav>.nav-item>.nav-link span:before, 
header .navbar-nav>.nav-item>.nav-link span:after {
    content: '';
    position: absolute;
    box-sizing: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

header .navbar-nav>.nav-item>.nav-link span:before {
    border: 2px solid transparent;
    top: 0;
    left: 0;
}

header .navbar-nav>.nav-item>.nav-link span:after {
    top: 0;
    left: 0;
    border: 0 solid transparent;
    border-radius: 100%;
}

header .navbar-nav>.nav-item>.nav-link:hover span:before {
    transform: rotate(405deg);
}

header .navbar-nav>.nav-item>.nav-link:hover span:before {
    border-top-color: #F26300;
    border-right-color: #F26300;
    border-bottom-color: #F26300;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

header .navbar-nav>.nav-item>.nav-link:hover span:after {
    transform: rotate(315deg);
}

header .navbar-nav>.nav-item>.nav-link:hover span:after {
    border-top: 2px solid #F26300;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(315deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link {
    color: #fff;
}

header .btn-default {
    margin-left: 40px;
}

/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    border-radius: 0px 0px 100px 0px;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: transparent linear-gradient(180deg, #000000 0%, #5D5D5D00 100%) 0% 0% no-repeat padding-box;
    opacity: .9;
    z-index: 4;
}

.banner .container {
    position: relative;
    z-index: 9;
}

/*** ABOUT ***/
.about {
    margin-top: -335px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-bottom: 125px;
}

.about h1 {
    margin-bottom: 60px;
}

.about h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
}

.about p {
    color: #fff;
    margin-bottom: 60px;
    padding-right: 50px;
}

.about .btn-default {
    margin-right: 20px;
    margin-bottom: 10px;
}

.about .icons img {
    max-height: 80px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.about .imgstyle {
    display: inline-block;
    margin-bottom: 30px;
}

.imgstyle {
    display: inline-block;
    position: relative;
}

.imgstyle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent radial-gradient(closest-side at 50% 50%, #F29100 0%, #F2630000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.17;
    width: 140%;
    height: 140%;
}

.imgstyle .img {
    display: inline-block;
    vertical-align: top;
    margin: 0px 16px;
    width: 43%;
    text-align: right;
}

.imgstyle .img + .img {
    text-align: left;
}

.imgstyle img.first {
    object-position: 20% 36%;
}

.imgstyle img {
    display: inline-block;
    width: 279px;
    height: 332px;
    border-radius: 25px 5px;
    margin-bottom: 30px;
    object-fit: cover;
    max-width: auto;
    object-position: center center;
    object-position: 74% 36%;
}

.imgstyle img.small {
    width: 142px;
    height: 142px;
    border-radius: 15px 5px;
}

.imgstyle img.small.right {
    border-radius: 5px 15px;
}

.imgstyle img.right {
    border-radius: 5px 25px;
}


/*** ABOUT-INFO ***/
.about-info {
    padding: 120px 0px 200px 0px;
    border-radius: 100px 0px 0px 100px;
    background: #fff;
}

.imgstyle2 {
    border-radius: 25px 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.imgstyle2 img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-info .space-left {
    padding-left: 110px;
}

.about-info p {
    margin-bottom: 40px;
}

.about-info .btn-default {
    margin-bottom: 25px;
}

.about-info .bg {
    background: transparent linear-gradient(230deg, #F26300 0%, #F28100 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 5px;
    padding: 60px 60px;
}

.about-info .margin-bottom {
    margin-bottom: 115px;
}

/*** INFO-VIDEO ***/
.info-video {
    margin-top: -90px;
    margin-bottom: -90px;
}

.video-style {
    border-radius: 25px 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.62;
}

.video-style>img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-style .play-btn {
    width: 114px;
    height: 114px;
    background: #F26300;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-video .space-left {
    padding-left: 110px;
}

.info-video p {
    margin-bottom: 40px;
    color: #fff;
}

/*** MODAL-VIDEO ***/
.modal-video .modal-body {
    padding: 0px;
    position: relative;
    border-radius: 0px;
    border: none;
}

.modal-video .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}

.modal-video .modal-content {
    border: none !important;
}

body.modal-open {
    padding: 0px !important;
}

.modal-video .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
    filter: invert(1);
    z-index: 999;
}

/*** DETAILS-INFO ***/
.details-info {
    padding: 200px 0px 0px 0px;
    background: #fff;
    border-radius: 0px 100px 0px 100px;
}

.small-info p {
    margin-bottom: 40px;
}

.small-info h3 {
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 0px;
}

.small-info .btn-default {
    min-width: 310px;
    margin-top: 25px;
}

/*** INSPIRED-FUTURE ***/
.inspired-future {
    padding: 130px 0px 115px 0px;
}

.inspired-future .section-title h2 {
    line-height: 55px;
}

.inspired-future .space-right {
    padding-right: 60px;
}

.inspired-future blockquote {
    font-size: 27px;
    font-style: italic;
    color: #F26300;
    border-left: 2px solid #F26300;
    padding-left: 40px;
    margin-bottom: 35px;
}

.inspired-future .imgstyle2 {
    border-radius: 5px 25px;
}

.inspired-future .btn-default {
    margin-top: 35px;
    min-width: 310px;
}


/*** CONTACT-INFO ***/
.contact-info {

}

.contact-info p {
    margin-bottom: 40px;
}

.contact-info label {
    color: #090909;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info .form-control {
    color: rgba(9, 9, 9,1);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0px 24px;
    border: 2px solid #D5D5D5;
    border-radius: 5px;
    height: 70px;
    color: #F26300;
    box-shadow: none !important;
}

.contact-info .form-control::-webkit-input-placeholder {
    color: rgba(9, 9, 9,.3);
}

.contact-info .form-control:focus::-webkit-input-placeholder {
    border-color: #F26300;
    color: #F26300;
}

.contact-info .form-control:focus {
    border-color: #F26300;
    color: #F26300;
}

.contact-info .btn-default {
    margin-top: 35px;
}

.contact-info input[type="file"] {
    appearance: none;
    background: #fff url(../images/icon-folder.png) 95% 50% no-repeat;
    background-size: 25px auto;
    padding: 20px 24px;
}


/*** SUPPORT-HELP ***/
.support-help {
    padding: 120px 0px;
}

.support-help .space-left {
    padding: 60px 12px 40px 12px;
    padding-left: 80px;
}

.support-help p {
    margin-bottom: 40px;
}

.support-help p.orange {
    color: #F26300;
}

.support-help p.orange a {
    color: #F26300;
}

.support-help p.orange a:hover {
    color: #000;
}


/*** FOOTER ***/
footer {
    padding: 70px 0px;
}

footer .social-links a {
    width: 40px;
    line-height: 36px;
    border: 2px solid #F26300;
    border-radius: 50%;
    color: #F26300;
    text-align: center;
    margin-right: 25px;
    display: inline-block;
}

footer .social-links a:hover {
    background: #F26300;
    color: #fff;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 5px 0px;
}

footer ul li {
    display: inline-block;
    margin-right: 20px;
}

footer ul li a { 
    display: inline-block;
    color: #F26300;
    font-size: 20px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #fff;
}

footer p {
    color: #fff;
}

footer p a {
    color: #F26300;
}

footer p a:hover {
    color: #fff;
}

footer .footer-logos img {
    max-height: 65px;
    margin-right: 40px;
    margin-bottom: 0px;
    display: inline-block;
}




/*** SIDEMENU ***/
.menu-btn {
    min-width: 40px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    background: #F26300 !important;
    height: 2px;
    margin: 2.5px 0px;
    border-radius: 5px;
    transition: all .3s;
    float: left;
}

.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 30px;
}

.side-menu {
    background: #000;
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.2);
}

.side-menu.intro {
	left:0px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:30px;
	margin-bottom:20px;
}

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    color:#F26300;
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.side-menu ul.main-menu>li:hover>a>i,
.side-menu ul.main-menu>li.active>a>i {
    /* background: #F26300; */
}

.side-menu ul.main-menu>li>a>i {
    /* width: 30px;
    line-height: 26px;
    border: 2px solid #F26300;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px; */
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color: #fff;
}

.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
    background: #F26300;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}







.side-menu ul.main-menu>li>a span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    padding-top: 2px;
    /* border: 2px solid #F26300; */
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

/* 
header .navbar-nav>.nav-item:hover>.nav-link i,
header .navbar-nav>.nav-item.active>.nav-link i {
    background: #F26300;
} */

.side-menu ul.main-menu>li>a span:before, 
.side-menu ul.main-menu>li>a span:after {
    content: '';
    position: absolute;
    box-sizing: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.side-menu ul.main-menu>li>a span:before {
    border: 2px solid transparent;
    top: 0;
    left: 0;
}

.side-menu ul.main-menu>li>a span:after {
    top: 0;
    left: 0;
    border: 0 solid transparent;
    border-radius: 100%;
}

.side-menu ul.main-menu>li>a:hover span:before {
    transform: rotate(405deg);
}

.side-menu ul.main-menu>li>a:hover span:before {
    border-top-color: #F26300;
    border-right-color: #F26300;
    border-bottom-color: #F26300;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.side-menu ul.main-menu>li>a:hover span:after {
    transform: rotate(315deg);
}

.side-menu ul.main-menu>li>a:hover span:after {
    border-top: 2px solid #F26300;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(315deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}

