*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    /*font-family: "Nunito Sans", sans-serif;*/
    font-family: Inter,-apple-system,BlinkMacSystemFont,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    background-color: #111113;
    overflow-x: hidden;
}

section.half-section {
padding-top: 70px;
padding-bottom: 70px
}

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

ul li {
list-style: none
}

a {
-webkit-transition: .3s;
transition: .3s
}
a:hover {
color: #daff01;
}

p {
margin-bottom: 25px
}


:focus-visible {
outline: 0
}

[class*=" line-icon"], [class*=bi-], [class*=feather], [class*=line-icon], [class*=ti-] {
display: inline-block
}

.form-control, .form-control.is-invalid, .was-validated .form-control:invalid {
background-position: right 20px center !important
}

.form-control.is-invalid, .was-validated .form-control:invalid {
border-color: #dc3545 !important
}

.g-recaptcha.is-invalid iframe {
border: 1px solid #dc3545 !important
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 30px;
font-weight: inherit
}

.h1, h1 {
font-size: 4.375rem;
line-height: 4.375rem
}

.h2, h2 {
font-size: 3.438rem;
line-height: 3.438rem
}

.fs-45, .h3, h3 {
font-size: 2.813rem
}

.h3, h3 {
line-height: 3.125rem
}

h4 {
font-size: 2.375rem;
line-height: 2.7rem
}

h5 {
font-size: 2rem;
line-height: 2.2rem
}

h6 {
font-size: 1.75rem;
line-height: 1.95rem
}


b, strong {
font-weight: 700
}

.btn {
letter-spacing: 2px;
font-weight: 600;
text-transform: uppercase;
}

.btn-primary {
    color: #111113;
    border-color: #daff00;
/*    background: linear-gradient(130deg, rgb(78 150 50) 0%, rgb(78 150 50) 45%, rgb(128 173 109) 50%, rgb(78 150 50) 55%, rgb(78 150 50) 100%);*/
    background-color: #daff00;
    background-repeat: no-repeat;
    -webkit-background-position: 0px;
    background-position: 0px;
    background-size: 300%;
    animation: button-ani 2s infinite linear;
}


.btn-primary:hover {
color: #000;
background-color: #daff00;
border-color: #daff00;
}

.btn-outline-primary {
    color: #daff00;
    border-color: #daff00;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #daff00;
border-color: #daff00;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
box-shadow: none;
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{
color: #fff;
background-color: #daff00;
border-color: #daff00;
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #daff00;
    border-color: #daff00;
    box-shadow: none;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #daff00;
    border-color: #daff00;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: none;
}

header .header-top-bar [class*=col-] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}

header .header-top-bar [class*=col-].text-end {
justify-content: flex-end !important
}


header .navbar {
left: 0;
z-index: 99;
transition: .3s
}

header .navbar [class*=col-] {
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}

header .navbar [class*=col-].text-end {
justify-content: flex-end !important
}

header .navbar [class*=col-] .navbar-nav {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}

header .navbar [class*=col-] .navbar-nav .nav-item, header .navbar [class*=col-] .navbar-nav .nav-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}

header .container-fluid {
padding-left: 45px;
padding-right: 45px
}

header .navbar-brand {
margin-right: 0;
vertical-align: middle;
padding: 36px 0;
display: inline-block;
font-size: 0
}

header .navbar-brand .default-logo {
visibility: visible;
opacity: 1;
width: auto
}

header .navbar-brand .alt-logo, header .navbar-brand .mobile-logo {
visibility: hidden;
opacity: 0;
width: 0
}

header .navbar-brand img {
max-height: 50px;
margin-left:0
}

header .left-nav .navbar-nav:before {
height: 20px;
width: 1px;
opacity: .5;
content: "";
-webkit-transform: translate(-7px,0);
transform: translate(-7px,0);
-webkit-transition: .3s;
transition: .3s
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
    padding: 20px 0;
}

.navbar {
padding: 0
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
/*opacity: .6*/
color: #daff00
}

.navbar .navbar-nav .nav-link {
font-size: 15px;
font-weight: 500;
color: #ddd;
padding: 15px 0;
margin: 0 15px;
position:relative
}

.nav-link:before {
    background: #daff01;
    bottom: 8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s ease;
    width: 0;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.nav-link:hover:before {
    width: 100%;
}


.navbar .navbar-nav .nav-link .label {
display: inline-block;
padding: 1px 11px;
font-size: 12px;
margin-left: 8px;
margin-top: 0;
vertical-align: middle
}

.navbar .navbar-nav .dropend .dropdown-toggle::after {
margin-left: 4em;

}

.navbar .navbar-nav .dropdown.submenu {
position: inherit
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    /*margin: 0;
padding: 20px;
border: 0;
background-color: #fff;
box-shadow: 0 45px 45px 0 rgba(0,0,0,.05);
border-radius: 0*/

animation: slideDown .2s ease;
background: #1a1c1e;
border: 1px solid rgba(255,255,255,.1);
border-radius: 12px;
box-shadow: 0 10px 40px rgb(0,0,0,.3);
left: 50%;
min-width: 240px;
padding: 8px;
position: absolute;
top: calc(140% + 16px);
transform: translateX(-50%);
transition:.2s
}


.navbar .navbar-nav .dropdown:hover .dropdown-menu.first {
display: block;
visibility: visible;
top: 100%
}

.navbar .navbar-nav .dropend:hover .dropdown-menu {
display: block;
visibility: visible;
position: absolute;
top: -0.5rem;
left: 100%;
margin-left: 0;
}

/*.navbar .navbar-nav .dropdown .dropdown-menu li:last-child > a {
padding-bottom: 0
}*/

.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
color: #fff
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
color:#daff00
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
    display: block
}
.dropdown-item:focus, .dropdown-item:hover {
color: #daff00;
background-color: transparent;
}

.menu-item-list .sub-menu a .label, .navbar .navbar-nav .dropdown .dropdown-menu a .label {
margin-top: 0;
font-weight: 700;
vertical-align: middle;
white-space: nowrap;
text-transform: uppercase
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
color: #333
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
width: 25px;
display: inline-block;
vertical-align: middle;
margin-right: 7px;
text-align: center
}

.navbar .navbar-nav .dropdown .dropdown-menu a .label {
display: inline-block;
padding: 5px 10px;
font-size: 10px;
line-height: initial;
margin-left: 8px
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
display: block;
-webkit-animation: show-animation .5s;
animation: show-animation .5s
}

.navbar .navbar-nav .submenu-content {
width: 100%;
border-top: 1px solid #e7e7e7 !important;
left: 0
}

.navbar .navbar-nav .submenu-content ul {
padding: 0 30px 0 0;
list-style: none
}

.navbar .navbar-nav .submenu-content ul:nth-child(4n+1) {
clear: both
}

.navbar .navbar-nav .submenu-content ul .sub-title {
color: #333;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px
}

.navbar .navbar-nav .submenu-content ul:last-child:before {
display: none
}

.navbar .navbar-nav .submenu-content .mega-menu {
width: 1190px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
display: none;
width: 245px;
padding: 35px 0;
-webkit-border-radius: 0;
border-radius: 0;
box-shadow: 0 0 35px 0 rgba(0,0,0,.1)
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
padding: 0 45px 0 40px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
padding-bottom: 12px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
position: relative
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
position: absolute;
right: 35px;
top: 6px;
width: auto;
font-size: 13px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > a {
color: #333
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open > .dropdown-menu {
display: block
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
left: calc(-100% - 1px)
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
-webkit-animation: none;
animation: none
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
display: none;
position: absolute;
left: calc(100% + 1px);
top: -35px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
border-radius: 5px;
padding: 0;
overflow: hidden;
width: 260px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
padding: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
font-size: 15px;
line-height: 26px;
border-bottom: 1px solid rgba(23,23,23,.1);
padding: 17px 20px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
font-size: 19px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
width: 35px;
margin-right: 15px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
border-bottom: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
box-shadow: 0 0 35px 0 rgba(0,0,0,.1);
border-radius: 5px;
width: 310px;
padding: 20px 35px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
justify-content: center;
display: flex;
border-bottom: 0;
padding: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:first-child a {
border-top: 0
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
margin: 0;
border-top: 1px solid rgba(23,23,23,.1);
padding: 15px 30px 15px 0;
font-size: 16px;
line-height: 28px;
font-weight: 500;
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
width: 40px;
font-size: 36px;
margin-right: 15px;
flex-shrink: 0;
text-align: left
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
color: #333;
font-weight: 600
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
margin: 0;
font-size: 13px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
border-radius: 100%;
width: 45px;
margin-right: 15px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
content: "\f135";
color: var(--black);
font-family: bootstrap-icons;
font-weight: 400;
font-size: 23px;
position: absolute;
right: 6px;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(.61,1,.88,1);
transition: all .3s cubic-bezier(.61,1,.88,1)
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover:before {
right: 0;
opacity: 1
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn {
padding: 15px 20px;
justify-content: center;
margin-top: 10px;
line-height: normal;
border-top: 0;
font-size: 14px;
margin-bottom: 5px
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn:before {
display: none
}


.navbar .nav-item a.btn-sm {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-size:16px;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .2s ease;
}
.navbar .nav-item a.btn-sm:hover {
color: #000;
background-color: #daff00;
border-color: #daff00;
}




.header-push-button {
padding-left: 16px
}

.header-push-button .push-button {
position: relative;
display: block;
width: 22px;
height: 14px;
padding: 0;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s
}

.header-push-button .push-button span {
background: #fff;
height: 2px;
width: 22px;
content: "";
display: block;
border-radius: 0;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: .25s;
transition: .25s
}

.header-push-button .push-button span:nth-child(2), .header-push-button .push-button span:nth-child(3) {
top: 6px
}

.header-push-button .push-button span:nth-child(4) {
top: 12px;
width: 14px;
left: -8px
}

.header-with-topbar.fixed-header {
position: fixed;
opacity: 1;
left: 0px;
top: 0px;
width: 100%;
z-index: 999;
background-color: #fff;
box-shadow: 0px 10px 20px 0px rgba(27, 24, 47, 0.10);
transition: .4s;
}



.fixed-header.sticky-header {
z-index: 999;
opacity: 1;
visibility: visible;
animation-name: fadeInDown;
animation-duration: 300ms;
animation-timing-function: linear;
animation-iteration-count: 1;
}

.header-with-topbar {
position: sticky;
top: 0;
z-index: 999;
background: #111113;
}


.show-menu .header-push-button .push-button span:nth-child(1), .show-menu .header-push-button .push-button span:nth-child(4) {
top: 7px;
width: 0%
}

.show-menu .header-push-button .push-button span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}

.show-menu .header-push-button .push-button span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}

.show-menu {
overflow: hidden
}

.show-menu .push-menu {
right: 0;
-webkit-box-shadow: 0 0 60px rgba(0,0,0,.3);
box-shadow: 0 0 60px rgba(0,0,0,.3)
}

.show-menu .push-menu .close-menu {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .4s cubic-bezier(.37,0,.63,1);
transition: all .4s cubic-bezier(.37,0,.63,1);
-webkit-transition-delay: .5s;
transition-delay: .5s;
visibility: visible;
cursor: pointer
}

.show-menu .push-menu.push-menu-left {
right: auto;
left: 0
}

.push-menu {
position: fixed;
top: 0;
right: -100%;
width: 400px;
height: 100%;
z-index: 1031;
overflow-y: auto;
-webkit-transition: .5s;
transition: .5s
}

.push-menu.push-menu-left {
right: auto;
left: -100%
}

.push-menu .left-circle {
width: 500px !important;
height: 500px;
position: absolute;
left: -160px;
top: -80px;
-webkit-border-radius: 100%;
border-radius: 100%
}

.push-menu .left-circle:after, .push-menu .left-circle:before {
width: 100%;
height: 100%;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
transform: translate(10px,5px);
-webkit-border-radius: 100%;
border-radius: 100%
}

.push-menu .left-circle:after {
transform: translate(5px,5px)
}

.push-menu .close-menu {
height: 40px;
width: 40px;
text-align: center;
position: absolute;
right: 50px;
top: 50px;
z-index: 9;
display: flex;
border-radius: 100%;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(.8);
transform: scale(.8)
}

.push-menu .push-menu-wrapper {
height: 100%;
overflow-y: hidden;
padding: 20px 0
}

.push-menu .push-menu-wrapper .mCustomScrollBox {
display: flex
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
align-self: center
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
width: 100%;
align-self: flex-start
}

.push-menu .push-menu-wrapper .mCSB_inside > .mCSB_container {
margin: 0 !important;
padding: 0 15px !important
}

.push-menu.push-menu-style-2 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
align-self: start
}

.push-menu.push-menu-style-3 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
height: 100%;
display: flex;
flex-wrap: wrap;
align-content: space-between
}

.center-logo .navbar-nav .nav-link {
padding: 38px 20px
}

.center-logo .menu-logo .d-none {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center
}

.center-logo .navbar-brand {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition: none
}

.center-logo .navbar-left, .center-logo .navbar-right {
width: 42%
}

.top-logo .navbar-brand {
padding: 22px 0
}

.top-logo .navbar-nav .nav-link {
padding-top: 25px !important;
padding-bottom: 25px !important
}

.social-text {
width: 100%;
display: inline-block;
color: var(--medium-gray);
font-size: 13px;
line-height: 16px
}

.menu-item-list {
display: block;
width: 100%;
margin-bottom: 0
}

.menu-item-list .menu-item {
position: relative;
margin: 0
}

.menu-item-list .menu-item .menu-toggle {
display: block;
position: absolute;
right: 0;
top: 14px;
cursor: pointer;
z-index: 1;
width: 30px;
height: 30px;
line-height: 30px
}

.menu-item-list .menu-item .menu-toggle:after, .menu-item-list .menu-item .menu-toggle:before {
content: "";
display: block;
position: absolute;
right: 10px;
top: 15px;
height: 1px;
width: 11px;
background-color: #fff
}

.menu-item-list .menu-item .menu-toggle:after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}

.menu-item-list .menu-item .menu-toggle.show:after {
-webkit-transform: rotate(0);
transform: rotate(0)
}

.menu-item-list .menu-item .sub-menu .menu-toggle {
top: 0
}

.menu-item-list .menu-item .sub-menu .menu-toggle:after, .menu-item-list .menu-item .sub-menu .menu-toggle:before {
width: 7px
}

.menu-item-list .menu-item .sub-menu .active > a {
opacity: 1
}

.menu-item-list .active .nav-link {
opacity: .6
}

.menu-item-list .nav-link {
padding: 5px 20px 5px 0;
font-size: 20px;
line-height: 28px;
display: inline-block;
width: 100%;
margin: 9px 0;
color: #fff;
-webkit-transition: .3s;
transition: .3s
}

.menu-item-list .nav-link:hover {
color: #fff;
opacity: .6
}

.menu-item-list .sub-menu {
display: block;
height: 0;
overflow: hidden;
margin: 0;
position: relative !important;
transform: none !important;
background-color: transparent;
border: 0
}

.menu-item-list .sub-menu li {
position: relative;
margin: 0;
padding: 5px 0
}

.menu-item-list .sub-menu li .sub-menu {
margin: 0;
padding-left: 15px
}

.menu-item-list .sub-menu li .sub-menu li {
padding: 10px 0 0
}

.menu-item-list .sub-menu li .sub-menu li a {
padding: 0
}

.menu-item-list .sub-menu li .sub-menu li a i {
margin-right: 10px
}

.menu-item-list .sub-menu li .sub-menu li:first-child {
margin-top: 10px
}

.menu-item-list .sub-menu li .sub-menu li:last-child {
margin-bottom: 10px
}

.menu-item-list .sub-menu li:last-child, .menu-item-list .sub-menu li:last-child .sub-menu li:last-child {
margin-bottom: 0
}

.menu-item-list .sub-menu a {
font-size: 15px;
line-height: 22px;
display: block;
margin: 0;
padding-right: 20px
}


.menu-item-list .sub-menu a .label {
display: inline-block;
padding: 5px 10px;
font-size: 10px;
line-height: initial;
margin-left: 8px
}

.left-modern-menu .collapse:not(.show), .search-form-wrapper {
display: block !important
}

.menu-item-list .sub-menu.show {
height: auto;
overflow: visible
}

.left-modern-menu {
padding-left: 75px
}

.left-modern-menu .left-modern-header .navbar-brand {
position: relative;
z-index: 9;
width: 100%;
padding: 0 !important;
text-align: center
}

.left-modern-menu .left-modern-header .navbar-brand img {
max-height: 45px
}

.left-modern-menu .left-modern-header .modern-sidebar-nav {
position: fixed;
height: 100%;
width: 380px;
overflow-y: auto;
top: 0;
left: -400px;
transition-duration: .3s;
z-index: 9
}

.left-modern-menu .left-modern-header .modern-sidebar-nav:hover .side-menu-hover-background-color {
opacity: 1
}

.left-modern-menu .left-modern-header .modern-side-menu {
padding: 75px 40px;
height: 100%;
overflow-y: hidden
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
display: flex;
width: 100%
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
align-self: flex-start;
width: 100%;
margin: 0;
padding: 0 30px
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(1), .left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(4) {
top: 7px;
width: 0%
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
align-self: center
}

.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
left: 75px;
box-shadow: 0 0 150px rgba(0,0,0,.2)
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}

.side-menu-hover-background-color {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition-duration: .6s;
transition-duration: .6s
}


.header-dark.left-modern-sidebar .navbar-toggler-line {
background-color: #fff
}

.vertical-title {
display: flex;
height: 100%;
flex: 1;
justify-content: flex-end;
flex-direction: column;
-webkit-transform: translateY(-75px);
transform: translateY(-75px)
}

.vertical-title .title {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
white-space: nowrap;
text-transform: uppercase
}

.menu-list-wrapper {
overflow: auto;
height: calc(100vh - 150px);
padding: 50px 0
}

.menu-list-wrapper .mCustomScrollBox {
display: flex;
width: 100%
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container {
align-self: flex-start;
width: 100%;
margin: 0
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
align-self: center
}

.left-modern-sidebar {
position: fixed;
top: 0;
left: 0;
z-index: 999;
height: 100%;
width: 75px;
padding: 35px 0
}

.left-modern-sidebar .toggle-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 9;
-webkit-transform: translate(-12px,-50%);
transform: translate(-12px,-50%)
}

.left-modern-sidebar .toggle-icon .navbar-toggler {
position: relative;
margin: 0 auto;
z-index: 99;
cursor: pointer
}

.hamburger-nav {
width: 50%;
-webkit-transition: .5s;
transition: .5s
}

.hamburger-nav .menu-item-list {
margin-bottom: 0;
padding: 0 30px
}

.hamburger-nav .menu-item-list .menu-item {
margin: 0
}

.hamburger-menu .header-icon {
position: absolute;
left: 0;
bottom: -50px
}

.show-menu .hamburger-menu-half .hamburger-logo {
transform: translateY(0);
opacity: 1;
transition-delay: .2s
}

.show-menu .hamburger-menu-half .menu-address {
transform: translateY(0);
opacity: 1;
transition-delay: .4s
}

.show-menu .hamburger-menu-half .elements-social, .show-menu .hamburger-menu-half .menu-text {
transform: translateY(0);
opacity: 1;
transition-delay: .8s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item {
transform: translateY(0);
-webkit-transform: translateY(0);
opacity: 1
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
transition-delay: .27s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
transition-delay: .34s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
transition-delay: .41s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
transition-delay: .48s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
transition-delay: .55s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
transition-delay: .62s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
transition-delay: .69s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
transition-delay: .76s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
transition-delay: .83s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
transition-delay: .9s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
transition-delay: .97s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
transition-delay: 1.04s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
transition-delay: 1.11s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
transition-delay: 1.18s
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
transition-delay: 1.25s
}

.hamburger-menu-half .hamburger-logo, .hamburger-menu-half .menu-address {
transform: translateY(30px);
opacity: 0;
transition: transform .8s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99)
}

.hamburger-menu-half .elements-social, .hamburger-menu-simple .hamburger-menu {
transition: transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99)
}

.hamburger-menu-half .elements-social {
transform: translateY(30px);
opacity: 0
}

.hamburger-menu-half .menu-item-list .menu-item {
transform: translateY(30px);
opacity: 0;
transition: transform .8s cubic-bezier(.4,.01,.165,.99),opacity .4s cubic-bezier(.8,.01,.165,.99)
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
transition-delay: .49s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
transition-delay: .42s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
transition-delay: .35s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
transition-delay: .28s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
transition-delay: .21s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
transition-delay: .14s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
transition-delay: 70ms
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
transition-delay: 0s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
transition-delay: -70ms
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
transition-delay: -.14s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
transition-delay: -.21s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
transition-delay: -.28s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
transition-delay: -.35s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
transition-delay: -.42s
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
transition-delay: -.49s
}

.show-menu .hamburger-menu-simple {
opacity: 1;
visibility: visible;
top: 0
}

.show-menu .hamburger-menu-simple .hamburger-menu {
opacity: 1
}

.show-menu .hamburger-menu-simple .hamburger-logo {
transform: translateY(0);
opacity: 1;
transition-delay: .2s
}

.show-menu .hamburger-menu-simple .menu-address {
transform: translateY(0);
opacity: 1;
transition-delay: .4s
}

.show-menu .hamburger-menu-simple .elements-social, .show-menu .hamburger-menu-simple .menu-text {
transform: translateY(0);
opacity: 1;
transition-delay: .8s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item {
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
opacity: 1
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
transition-delay: .27s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
transition-delay: .34s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
transition-delay: .41s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
transition-delay: .48s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
transition-delay: .55s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
transition-delay: .62s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
transition-delay: .69s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
transition-delay: .76s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
transition-delay: .83s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
transition-delay: .9s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
transition-delay: .97s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
transition-delay: 1.04s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
transition-delay: 1.11s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
transition-delay: 1.18s
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
transition-delay: 1.25s
}

.hamburger-menu-simple {
width: 100%;
right: 0;
opacity: 1;
visibility: collapse;
height: 100vh;
max-height: 100dvh;
top: -100%;
-webkit-transition: .3s;
transition: .3s
}

.hamburger-menu-simple .navbar-brand {
position: absolute;
top: 100px;
left: 0;
right: 0
}

.hamburger-menu-simple .hamburger-menu {
padding: 30px 0;
transition-delay: .4s;
opacity: 0
}

.hamburger-menu-simple .hamburger-menu .header-icon {
bottom: 100px
}

.hamburger-menu-simple .elements-social, .hamburger-menu-simple .hamburger-logo, .hamburger-menu-simple .menu-address, .hamburger-menu-simple .menu-text {
transform: translateY(-50px);
opacity: 0;
transition: transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99)
}

.hamburger-menu-simple .menu-item-list .menu-item {
transform: scale(1.15) translateY(-30px);
opacity: 0;
transition: transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99)
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
transition-delay: .49s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
transition-delay: .42s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
transition-delay: .35s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
transition-delay: .28s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
transition-delay: .21s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
transition-delay: .14s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
transition-delay: 70ms
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
transition-delay: 0s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
transition-delay: -70ms
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
transition-delay: -.14s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
transition-delay: -.21s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
transition-delay: -.28s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
transition-delay: -.35s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
transition-delay: -.42s
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
transition-delay: -.49s
}

.hamburger-menu-simple .menu-item-list .nav-link {
font-size: 20px;
width: auto;
position: relative
}

.hamburger-menu-simple .menu-item-list .nav-link:hover {
opacity: .6
}

.hamburger-logo img {
max-height: 45px
}

.right-push-menu .menu-item-list .menu-item .toggle {
top: 18px
}

.right-push-menu .menu-item-list .sub-menu li .toggle {
top: 4px
}

.right-push-menu .menu-item-list .nav-link {
font-size: 1.5rem;
line-height: 2.5rem
}

.right-push-menu .left-menu-bottom {
margin-top: 30px
}

.right-push-menu .left-menu-bottom .header-icon {
position: relative;
bottom: 0
}

.show-search-popup {
overflow: hidden
}

.show-search-popup header .navbar {
z-index: 110
}





@-webkit-keyframes hide-animation {
0% {
opacity: 1
}

to {
opacity: 0
}
}

@-webkit-keyframes show-animation {
0% {
opacity: 0
}

to {
opacity: 1
}
}

button:focus {
outline: 0
}

/*.navbar-toggler {
font-size: 24px;
width: 22px;
height: 14px;
display: inline-block;
position: relative;
padding: 0;
margin: 0;
border: none;
vertical-align: middle;
border-radius: 0;
-webkit-transition: .3s;
transition: .3s
}*/

.navbar-toggler {
    font-size: 24px;
    height: 27px;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.navbar-toggler:focus {
box-shadow: none
}

.navbar-toggler-line {
background: #333;
height: 2px;
width: 22px;
content: "";
display: block;
border-radius: 0;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transition: .25s;
transition: .25s
}

.navbar-full-screen-menu-inner, .navbar-modern-inner, .navbar-modern-inner .navbar-toggler {
display: none
}

.navbar-toggler-line:nth-child(1) {
top: 0;

}

.navbar-toggler-line:nth-child(2), .navbar-toggler-line:nth-child(3) {
top: 6px
}

.navbar-toggler-line:nth-child(4) {
top: 12px;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1), .navbar-collapse-show .navbar-toggler-line:nth-child(4) {
top: 7px;
width: 0%
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}


@media (min-width: 1536px) {
    .container {
        max-width: 1536px !important;
    }
}




.mainSliderTop {
background: #111113;
overflow: hidden !important;
padding: 60px;
position: relative;
margin-bottom: 0;
}
.min-height {
min-height: 64vh;
display:flex;
align-items:center
}


.mainSliderTop .battom-shape {
direction: ltr;
left: 0;
line-height: 0;
overflow: hidden;
position: absolute;
width: 100%;
bottom: -1px;
}

.mainSliderTop .battom-shape svg {
width: calc(100% + 1.3px);
height: 42px;
transform: translateX(-50%) rotateY(180deg);
display: block;
left: 50%;
fill: #fff;
transform-origin: center;
position: relative;
}
.mainSliderTop h1 {
font-weight: 700;
text-transform: capitalize;
width: 86%;
font-size: 40px;
line-height: 1.3em;
color: #fff;
}
.mainSliderTop p{
font-size: 16px;
font-weight: 400;
line-height: 1.45em;
color: #fff;
}


.mainSliderTop h1 span {
color: #daff00;
display: block;
height: 46px;
}

.mainSliderTop h1 span.dynamic-txts::after {
content: "|";
animation: blink 1s infinite;
margin-left: 5px;
color:#000;
font-weight:400
}
   

@keyframes blink {
0%, 50%, 100% {
opacity: 1;
}

25%, 75% {
opacity: 0;
}
}

.mainSliderTop  .slider-shape-1 {
position: absolute !important;
bottom: 50px;
left: 0;
animation: float 2s linear .5s infinite alternate both
}

.slider-image {
position: absolute !important;
z-index: 9;
right: 0;
bottom: 0;
margin-right: 0;
text-align: right !important;
position: relative !important;
}
.slider-image img {
max-width: 100%;
height: auto;
max-height:550px;
animation: float 2s linear .5s infinite alternate both
}

.mainSliderTop .btn {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 12px 24px 12px 24px;
}

.mainSliderTop .btn-primary:hover {
    color: #fff;
    background-color: #daff00;
    border-color: #daff00;
}

.clientLogo-sec{
margin:0;padding:40px 0;
}

.clientLogo-sec h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700;
color: #333;
}

.clientLogo-sec h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}

.clientLogo-sec .swiper {
width: 100%;
height: 100%;
}

.clientLogo-sec .swiper-slide {
text-align: center;
font-size: 18px;
background: #111113;
display: flex;
justify-content: center;
align-items: center;
}
.clientLogo-sec .swiper-slide .clients-logo img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
opacity: 0.8;
/*filter: grayscale(100%);*/
transition: all 500ms ease;
}

.clientLogo-sec .swiper-slide .clients-logo {
position: relative;
text-align: center;
margin:0 20px
}

.clientLogo-sec .swiper-slide .clients-logo .overlay-image {
position: absolute;
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
left: 0px;
right: 0px;
top: -30px;
opacity: 0;
transition: all 500ms ease;
}

.clientLogo-sec .swiper-slide .clients-logo:hover .overlay-image {
top: 0px;
opacity: 1;
}

.clientLogo-sec .swiper-slide .clients-logo .overlay-image img {
opacity: 1;
}




.whitWeDo{
margin:0;
padding:0;
background:#111113;
position:relative
}

.whitWeDo.innerpage {
margin:0 0 80px 0
}

.whitWeDo .slider-shape-1 {
position: absolute !important;
bottom: 50px;
right: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4
}

.whitWeDo .slider-shape-2 {
position: absolute !important;
bottom: 50px;
left: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity:.4
}

.whitWeDo .contentSec {
margin: 0;
padding: 24px 50px 30px 24px;
}

.whitWeDo .contentSec h2 {
font-size: 36px;
font-weight: 900;
line-height: 1.2em;
color: #ffffff;
margin:0
}

.whitWeDo .contentSec h5 {
font-size: 17px;
font-weight: 600;
line-height: 1.5em;
color: #daff00;
margin-top: 30px;
margin-bottom: 20px;
}
.whitWeDo .contentSec.innerpage h5 {
font-size: 16px;
font-weight: 400;
line-height: 1.65;
color: #333333;
}

.whitWeDo .contentSec h3 {
font-size: 20px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 0;
}

.whitWeDo .contentSec p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}
/*.whitWeDo .contentSec .btn {
background-color: #59A52C00;
font-size: 16px;
font-weight: 600;
text-transform: none;
text-decoration: none;
letter-spacing: 1px;
fill: #daff00;
color: #daff00;
transition: 0.4s;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 50px 50px 50px 50px;
padding: 0px 15px 15px 6px;
}

.whitWeDo .contentSec .btn:hover {
transform: skew(-10deg);
transition: 0.4s;
}*/

.whitWeDo .contentSec a.anibtn {
display: inline-block;
font-size: 16px;
font-weight: 700;
color: #fff;
z-index: 1;
border-radius: 2em;
padding-right: 3.2rem;
line-height: 2.4rem;
text-decoration: none;
transition: color .15s ease-in-out, transform .3s;
display: inline-block;
position: relative;
transform: translate(0);
letter-spacing: .6px;
}

.whitWeDo .contentSec a.anibtn:before {
content: "";
z-index: -1;
background-color: #daff00;
/*           background-image: url(/Content/images/btn-arrow.svg);
background-position: calc(100% - .4375rem) calc(100% - .4375rem);
background-repeat: no-repeat;
background-size: 1.125rem;*/
border-radius: 2.4rem;
height: 2.4rem;
transition: left .3s cubic-bezier(.34,1.2,.64,1), right .3s, background-position .3s;
display: block;
position: absolute;
bottom: 0;
left: calc(100% - 2.4rem);
right: 0;
}

.whitWeDo .contentSec a.anibtn:hover:before{
background-position-x: calc(100% -(var(--shift-distance)* 3.5));
/*height: 100%;*/
transition: right .3s, background-position .3s;
animation: .3s ease-in-out fakebounce;
left: -1rem;
}
.whitWeDo .contentSec a.anibtn:hover{color:#fff}



.whitWeDo .contentSec a.anibtn img.a {
position: absolute;
right: 8px;
top: 10px;
opacity: 1
}
.whitWeDo .contentSec a.anibtn img.b {
position: absolute;
right: 8px;
top: 10px;
opacity: 0
}
.whitWeDo .contentSec a.anibtn:hover img.a { opacity:0}
.whitWeDo .contentSec a.anibtn:hover img.b { opacity: 1}


@keyframes fakebounce {
0% {
left: calc(100% - 2rem)
}

50% {
left: -1.5rem
}

75% {
left: -.5rem
}

88% {
left: -1.125rem
}

to {
left: -1rem
}
}

.whitWeDo .contentSec ul{margin:0;padding:0}
.whitWeDo .contentSec ul li {
margin-bottom: 12px;
color: #fff;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.whitWeDo .contentSec ul li i {
font-size: 8px;
color: #daff00;
margin-right: 10px;
vertical-align: top;
}

.whitWeDo .contentSec .accordion{margin-top:30px}

.whitWeDo .contentSec .accordion-button::after {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.8rem;
    margin-left: auto;
    content: "";
    background-image: url(/Content/images/plus.png);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 0;
    top: 24px;
}
.whitWeDo .contentSec .accordion-button:not(.collapsed)::after {
    background-image: url(/Content/images/minus.png);
    transform: rotate(0deg);
    transition: transform .2s ease-in-out;
}

.whitWeDo .contentSec .accordion-button {
/*   border-bottom: 1px solid #d5d8dc;*/
cursor: pointer;
font-weight: 700;
line-height: 1.4;
margin: 0;
outline: none;
border-width: 1px;
border-color: #F1F1F1;
padding: 18px 0px 18px 0px;
font-size: 18px;
font-weight: 700;
text-decoration: none;
}

.whitWeDo .contentSec .accordion-button:not(.collapsed) {
color: #daff00;
background-color: #fff;
box-shadow: none;
}

.whitWeDo .contentSec .accordion-item {
    background-color: #fff;
    border: 0;
    border-top: .0625rem solid rgba(36, 28, 21, .3);
}

.whitWeDo .contentSec .accordion-button:focus {
    z-index: 3;
    border-color: #F1F1F1;
    outline: 0;
    box-shadow: none;
}

.whitWeDo .contentSec .accordion-body {
    padding: 0 40px 14px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #333333;
}

.image_block_16 .image-box{position:relative}

.image_block_16 .image-box figure {
position: relative;
text-align: center;
padding: 20px;
margin-bottom: 0;
}

.image_block_16 .image-box img {
max-width: 90%;
transition-duration: 0.4s;
max-height: 530px;
}

.image_block_16 .image-box.innerpage img {
max-width: 100%;
transition-duration: 0.4s;
max-height: 470px;
}


.product-shape{
margin:0;padding:0; width:100%
}

.product-shape img{ max-height:162px}


.mainSliderArea {
margin: 0;
padding: 0 0 40px 0;
position: relative;
}

.StickyHeader {
position: sticky;
top: 0;
height: 100vh;
background: #f7f7f7;
background-position: center;
background-repeat: no-repeat;
background-size: cover
}
.StickyHeader  .anim-icons {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
max-width: 1270px;
margin: 0 auto;
}



.StickyHeader h2 {
font-size: 55px;
line-height: 60px;
font-weight: 700 !important;
color: #000;

width: 80%;
}
.StickyHeader h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}

.StickyDiv {
position: sticky;
top: 0;
height: 100vh;
background: #f9f5fc;
padding: 60px 0
}

.StickyDiv .feature-block-wrapper {
position: relative
}
.StickyDiv .feature-block-wrapper .feature-block-one {
background: #fff;
border-radius: 5px;
overflow: hidden;
padding: 40px 30px;
position: relative;
z-index: 5;
box-shadow: 0px 27px 34px 0px rgba(187, 187, 187, 0.5);
}
.StickyDiv .feature-block-wrapper .shape-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

.StickyDiv .feature-block-wrapper .shape-wrapper .shape-one {
position: absolute;
top: 46%;
left: 3%;
}

.StickyDiv .feature-block-wrapper .icon-box {
width: 94px;
height: 104px;
line-height: 104px;
z-index: 1;
transition: all 500ms ease;
position: relative;
text-align: center;
}
.StickyDiv .feature-block-wrapper .feature-block-one h3 {
font-size: 25px;
line-height: 27px;
font-weight: 700 !important;
color: #333;

}


.StickyDiv .feature-block-wrapper .feature-block-one p {
margin-bottom: 0;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
}

.StickyDiv .rightContent h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

}

.StickyDiv .rightContent h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}

.StickyDiv .rightContent p {
margin-bottom: 0;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
}

.StickyDiv .feature-block-wrapper .shape-01 {
position: absolute;
right: 30px;
width: 230px;
height: 240px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 7s infinite linear;
animation: zoom-fade 7s infinite linear;
opacity: .5
}

.StickyDiv .icon-box .shape-1 {
width: 94px;
height: 104px;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.15;
background: #ffa6a6;
transition: all 500ms ease;
position: absolute;
left: 0;
top: 0
}
.StickyDiv .hero-shape-four {
border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
will-change: border-radius, transform, opacity;
animation: heroShapeFour 5s linear infinite;
display: block;
}

.StickyDiv .hero-shape-three {
border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
will-change: border-radius, transform, opacity;
animation: heroShapeThree 4s linear infinite;
display: block;
}

.StickyDiv .icon-box .shape-2 {
width: 100px;
height: 94px;
background-repeat: no-repeat;
opacity: 0.5;
transition: all 500ms ease;
}

.StickyDiv .icon-box .shape-2 i {
font-size: 35px;
color: #333;
opacity: 1
}

@keyframes heroShapeFour {
0%, 100% {
border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}

35% {
border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
}

50% {
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}

65% {
border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
}
}

@keyframes heroShapeThree {
0%, 100% {
border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
       
}

35% {
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
       
}

50% {
border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
}

65% {
border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
transform: translate3d(0, 0, 0) rotateZ(0.01deg);
}
}

.StickyDiv2 {
position: sticky;
top: 0;
height: 100vh;
background: #fff;
background-position:center;
background-repeat:no-repeat;
background-size:cover
}



.counter-sec {
margin-top: 80px;
margin-bottom: 0px;
padding: 160px 0px 160px 0px;
background-color: #111113;
position:relative
}

.counter-sec .battom-shape {
direction: ltr;
left: 0;
line-height: 0;
overflow: hidden;
position: absolute;
width: 100%;
bottom: -1px;
}

.counter-sec .battom-shape svg {
width: calc(100% + 1.3px);
height: 42px;
transform: translateX(-50%) rotateY(180deg);
display: block;
left: 50%;
fill: #fff;
transform-origin: center;
position: relative;
}

.counter-sec .top-shape {
top: -1px;
direction: ltr;
left: 0;
line-height: 0;
overflow: hidden;
position: absolute;
width: 100%;
transform: rotate(180deg);
}
.counter-sec .top-shape svg {
width: calc(153% + 1.3px);
height: 44px;
/* transform: translateX(-50%) rotateY(180deg); */
fill: #fff;
transform-origin: center;
position: relative;
display: block;
}

.theme-counter-five .inner-wrapper {
/*min-height: 455px;
width: 520px;*/
position: relative;
}

.theme-counter-five .shape-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.theme-counter-five .shape-dot {
top: 0;
right: 0;
position: absolute;
}

.theme-counter-five .single-counter-box {
border-radius: 50%;
text-align: center;
/*position: absolute;*/
width: 226px;
padding-top: 0;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.theme-counter-five .single-counter-box.bx-one {
top: 25px;
left: 50px;
animation: float 2s linear .2s infinite alternate both;
}

.single-counter-box .number {
color: #daff00;
font-family: "Verdana", Sans-serif;
font-size: 32px;
font-weight: 600;
letter-spacing: 1.2px;
color: #fff;
}

.single-counter-box .counter{margin-bottom:60px}
.theme-counter-five .single-counter-box p {
color: #ffffff;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1.1px;
margin-bottom:0
}
.theme-counter-five .single-counter-box.bx-two {
width: 226px;
padding-top: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
animation: float 2s linear .4s infinite alternate both;
}
.theme-counter-five .single-counter-box.bx-three {
width: 226px;
padding-top: 0;
display: flex;
align-items: center;
justify-content: center;
top: 135px;
left: 290px;
z-index: 1;
animation: float 2s linear .6s infinite alternate both;
}

.rightContent h2 {
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.2em;
color: #fff;
margin-bottom: 90px;
}

.rightContent p {
margin-bottom: 0;
color: #ffffff;
font-size: 15px;
line-height: 24px;
font-weight: 400;
}

.StickyDiv2 .slider-shape-2 {
position: absolute !important;
top: 50px;
right: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4;
}




.StickyDiv3 {
position: sticky;
top: 0;
height: 100vh;
background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
overflow: hidden !important;
}
.StickyDiv3 .anim-icons {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
max-width: 1270px;
margin: 0 auto;
}

.StickyDiv3 .bg-shadow {
display: block;
position: absolute;
top: 0;
left: -85px;
background: #d5d5d5;
width: 400px;
height: 400px;
opacity: .8;
-webkit-filter: blur(119.9px);
filter: blur(119.9px);
z-index:1
}



.StickyDiv3 .theme-form-style-two {
background: #fff;
padding: 65px 60px;
box-shadow: 19.799px 19.799px 100px 0px rgba(96, 96, 96, 0.08);
position: relative;
z-index: 2
}
.StickyDiv3 .theme-form-style-two input, .theme-form-style-two textarea {
width: 100%;
border: none;
border-bottom: 2px solid #eaeaea;
}
.StickyDiv3 .theme-form-style-two input {
height: 50px;
margin-bottom: 55px;
}
.StickyDiv3 .theme-form-style-two textarea {
height: 120px;
resize: none;
margin-bottom: 50px;
}

.StickyDiv3 .theme-form-style-two .btn {
font-size: 18px;
padding: 16px 32px;
}


/*@keyframes float {
0% {
transform: translateY(0)
}

50% {
transform: translateY(5px)
}

100% {
transform: translateY(10px)
}
}*/

.shape-globe img {
animation: rotate-animation 30s infinite linear;
opacity:0.7;
max-height:450px
}


/* Animation Rotation */
@keyframes rotate-animation {
0% {
transform: rotate(0deg);
}

50% {
transform: rotate(180deg);
}

100% {
transform: rotate(360deg);
}
}




.testimonialSec {
padding: 60px 0;
position:relative
}
.testimonialSec .shape-wrapper {
position: absolute;
width: 50%;
height: 100%;
top: 0;
right: 0;
z-index: -1;
opacity: .4;
}

.testimonialSec h2 {
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.2em;
/*-webkit-text-stroke-color: #000;
stroke: #000;*/
color: #ffffff;
}
.testimonialSec h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}


.testimonialSec p {
font-size: 16px;
font-weight: 400;
color: #000000;
margin: 0px 0px 0px 0px;
color: #000000;
margin: 0px 0px 0px 0px;
}

.testimonialSec p.heahing {
width: 75%
}

.testimonialSec .slider-wrapper {
max-width: 1200px;
margin-right: -225px;
margin-left: 85px;
}

.testimonialSec .owl-item .item{ }

.testimonialSec .customer-content {
border-radius: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 20px 40px 0px rgba(60, 60, 60, 0.05);
padding: 45px 40px 55px;
margin: 30px 24px 60px;
position: relative;
text-align: center;
border-radius: 16px;
padding: 40px 30px 14px;
position: relative;
min-height: 356px;
/*border: 2px solid #b9b9b9;*/
}

.testimonialSec .customer-content img{
max-height: 27px;
}
.testimonialSec .customer-content:before {
content: url(../Content/images/icon9.svg);
position: absolute;
right: 40px;
bottom: 55px;
}

.testimonialSec .customer-content .c-img {
width: 42px;
height: 42px;
max-height:42px;
border-radius: 50%;
margin-right: 20px;
}
.testimonialSec .customer-content h6 {
color: #1F1F1F;
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
line-height: 1.4;
}

.testimonialSec .customer-content i {
color: #ffc107;
font-size: 14px;
margin: 0 2px;
}
.testimonialSec .customer-content span {
font-size: 14px;
color: #575757;
display: inline-block;
}


.supply-chain{
margin:0 0 80px 0; width:100%; padding:0 0 60px 0;

}
.supply-chain h2 {
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.2em;
color: #ffffff;
text-align: center;
margin-bottom: 20px;
}
.supply-chain p {
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
color: #ffffff;
text-align: center;
width: 65.525%;
margin: 0 auto
}
.supply-chain .card {
/*    box-shadow: 0px 0px 40px 10px rgba(249, 245, 240, 0.7);*/
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px;
    display: flex;
    padding: 40px 24px 40px 24px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #1c1c1c;
    height: 100%;
    transition: .6s
}

.supply-chain .card.uc {
padding:0
}
.card.uc .card-img img {
max-height: 100%
}
.supply-chain .card.uc .card-body {
    padding: 0 24px 20px 24px;
    height: 164px;
}


.supply-chain .card.custom {
/*    box-shadow: 0px 0px 40px 10px rgba(249, 245, 240, 0.7);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 8px 0px 8px;
    padding: 50px 40px 40px 40px;
}


.mt-70 {
margin: 70px 0px 40px 0px
}
.supply-chain .card .card-body {
padding: 0;
text-align:center
}
.supply-chain .card .card-img {
text-align: center;
margin-bottom: 20px;
overflow: hidden;
}
.supply-chain .card:hover .card-img img {
transform: scale(1.2);
transition:3s
}

.card .card-img img {
    max-height: 80px;
    transition: .5s
}

.supply-chain  .card-body h3 {
font-size: 24px;
font-weight: 800;
line-height: 1.35em;
letter-spacing: 0.4px;
margin-bottom: 10px;
text-align: left;
margin-top: 20px;
color:#fff
}

.supply-chain .card-body p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    text-align: justify;
    color: #fff
}

.supply-chain  .card-body a {
background-color: #59A52C00;
font-size: 16px;
font-weight: 600;
text-transform: none;
text-decoration: none;
letter-spacing: 1px;
fill: #daff00;
color: #daff00;
transition-duration: 0.4s;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 50px 50px 50px 50px;
padding: 0px 15px 15px 6px;
margin-top: 20px;
display: inline-block;
margin-bottom: 0
}

.supply-chain.industries {
    margin: 0;
    width: 100%;
    padding: 60px 0 0 0;
    background: #ffff;
}

.supply-chain.industries .card {
box-shadow: 0px 0px 40px 10px rgba(249, 245, 240, 0.7);
transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 50px 0 70px 0;
display: flex;
padding: 20px 24px 25px 24px;
border: 0;
border-radius: 26px;
overflow: visible;
background: #fff;
height: auto;
min-height: 180px;
}

.supply-chain.industries .card .card-img {
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
height: 115px;
width: 115px;
margin: -75px auto 0;
background-color: #e6e8ed;
border-radius: 50%;
transition: .4s
}
/*.supply-chain.industries .card:hover .card-img {

transition: .4s
}
*/

.supply-chain.industries .card .card-img img {
max-height: 64px;
}

.supply-chain.industries .card-body h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35em;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}

.supply-chain.industries .card .card-body {
padding: 0;
text-align: center;
}

.case-study-top {
    margin: 0;
    width: 100%;
    padding: 66px 0 22px 0;
    background: #f5f5f5;
    height: 250px;
}

.case-study-top h2 {
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.2em;
color: #000000;
text-align: center;
margin-bottom: 20px;
}

.case-study-top p {
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
color: #000000;
text-align: center;
width: 65.525%;
margin: 0 auto
}

.case-study {
margin: 0;
width: 100%;
padding: 44px 0 22px 0
}


    .case-study .card {
        box-shadow: 0px 0px 40px 10px rgba(1, 110, 204, 0.05);
        transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 0px;
        display: flex;
        padding: 0;
        border: 0;
        border-radius: 15px 15px 0px 0px;
        background: #000000;
        height: 100%;
        overflow: hidden
    }

.case-study .card .card-img {
text-align: center;
margin-bottom: 20px;
}

.case-study .card .card-img img {
max-height: 100%;
width:100%
}

.case-study .card-body h3 {
font-size: 20px;
line-height: 1.3;
margin-top: 0;
font-weight: 700;
margin-bottom: 10px;
color: #fff;
}
.case-study .card-body.detail h3 {
color: #fff;
margin-top:10px
}

.case-study .card-body p {
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
margin-bottom: 0;
}
.case-study .card-body.detail p {
color: #fff
}

    .case-study .card-body a {
        background-color: #59A52C00;
        font-size: 15px;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
        letter-spacing: 0;
        fill: #daff01;
        color: #daff01;
        transition-duration: 0.4s;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-radius: 50px 50px 50px 50px;
        padding: 0px 15px 15px 6px;
        margin-top: 13px;
        display: inline-block;
        margin-bottom: 0;
    }
.case-study .card-body .post-meta {
font-size: 13px;
color: #8b8b8b;
display: flex;
margin-bottom: 10px;
}
.case-study .card-body .post-meta a {
font-size: 13px;
color: #daff00;
padding:0;
margin:0
}
/*.....................aboutus............*/
.aboutSection {
margin: 0;
background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
padding: 100px 0;
position: relative
}

.aboutSection h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

}
.aboutSection h2 span {
color: #daff00;
letter-spacing: 2px;
}

.aboutSection p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}

.aboutSection .image-box .image.image-1 {
background: #fff;
padding: 10px;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
overflow: hidden;
border-radius: 50%;
position: absolute;
display: block;
margin: 0px;
animation: float 2s linear .5s infinite alternate both;
}

.about-17 .image-box .image img {
width: 100%;
border-radius: 50%;
}

.aboutSection .image-box .image.image-2 {
background: #fff;
padding: 10px;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
overflow: hidden;
position: absolute;
right: 0;
bottom: 0;
border-radius: 50%;
animation: float 2s linear .8s infinite alternate both;
}
.image-column{position:relative}

.aboutSection .image-box .shape .shape-1 {
position: absolute;
right: 86px;
width: 230px;
height: 240px;
top: 80px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 7s infinite linear;
animation: zoom-fade 7s infinite linear;
}

.single-item h3 {
font-size: 35px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

margin-bottom: 10px;
}
.process {
position: relative;
padding: 100px 0px;
}

.process h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

}

.process h2 span {
color: #daff00;
letter-spacing: 2px;
}

.process p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}

.processing-block{ margin-top:70px}
.process .inner-box {
position: relative;
padding: 0 30px;
text-align: center;
}
.process .inner-box h3 {
font-size: 25px;
line-height: 27px;
font-weight: 700 !important;
color: #333;

margin-bottom: 10px;
}

.process .inner-box p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}

.process .inner-box .line-shape {
right: -46%;
top: 20px;
transform: translateX(-50%);
width: 155px;
height: 28px;
background-repeat: no-repeat;
opacity: 0.4;
position: absolute;
}
.process .inner-box .count-box {
width: 70px;
height: 70px;
color: #daff00;
border-radius: 50%;
z-index: 1;
margin-bottom: 80px;
line-height: 70px;
font-size: 18px;
text-align: center;
transition: .5s;
display: inline-block;
position: relative;
font-weight: 600;
}
.process .inner-box .count-box:before {
position: absolute;
content: '';
background: #f3f3f3;
width: 100%;
height: 100%;
transform: scale(0, 0);
z-index: -1;
left: 0px;
top: 0px;
border-radius: 50%;
transition: all 500ms ease;
border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
will-change: border-radius, transform, opacity;
animation: heroShapeThree 4s linear infinite;
}
.process .inner-box .count-box:after {
position: absolute;
content: '';
width: 170px;
height: 170px;
left: -51px;
top: -51px;
border-radius: 50%;
opacity: 0.3;
transition: all 500ms ease;
border: 2px dashed #daff00;
}




.ax-section-gap {
padding: 130px 0;
position: relative;
z-index: 2;
}

.axil-contact-form.contact-form-style-1 {
padding: 50px;
position: relative;
max-width: 490px;
-webkit-perspective: 1000px;
perspective: 1000px;
padding-left: 60px;
z-index: 50;
}



.accordion-sec{margin:0 0 80px 0}

.accordion-sec h2 {
font-size: 36px;
font-weight: 900;
line-height: 1.2em;
color: #000000;
margin: 0;
}

.accordion-sec .accordion-button {
/*   border-bottom: 1px solid #d5d8dc;*/
cursor: pointer;
font-weight: 700;
line-height: 1.4;
margin: 0;
outline: none;
border-width: 1px;
border-color: #F1F1F1;
padding: 24px 0px 24px 0px;
font-size: 18px;
font-weight: 700;
text-decoration: none;
}
.accordion-sec  .accordion-button:not(.collapsed) {
color: #daff00;
background-color: #fff;
box-shadow: none;
}
.accordion-sec .accordion-item {
background-color: #fff;
border: 0;
border-top: .0625rem solid rgba(36, 28, 21, .3);
}
.accordion-sec .accordion-button:focus {
z-index: 3;
border-color: #F1F1F1;
outline: 0;
box-shadow: none;
}
.accordion-sec .accordion-body {
padding: 0 40px 14px 0;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
color: #333333;
}

.accordion-sec .accordion-button::after {
flex-shrink: 0;
width: 1.6rem;
height: 1.8rem;
margin-left: auto;
content: "";
background-image: url(/Content/images/plus.png);
background-repeat: no-repeat;
background-size: 1.6rem;
transition: transform .2s ease-in-out;
position: absolute;
right: 0;
top: 24px;
}
.accordion-button:not(.collapsed)::after {
background-image: url(/Content/images/minus.png);
transform: rotate(0deg);
transition: transform .2s ease-in-out;
}

.requestdemo-sec {
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
border-radius: 12px 12px 12px 12px;
margin-top: 0px;
margin-bottom: 60px;
padding: 0px 30px 0px 30px;
background-color: #daff00;
height: 280px;
}

.requestdemo-sec h3 {
font-size: 34px;
font-weight: 900;
line-height: 1.4em;
letter-spacing: 1.2px;
color: #111;
margin: 0 0 18px 0;
padding: 0;
}

.requestdemo-sec p {
font-size: 18px;
font-weight: 400;
line-height: 1.65;
font-weight: 400;
color: #111;
}

.requestdemo-sec a {
background-color: #111;
font-size: 15px;
font-weight: 800;
text-transform: uppercase;
text-decoration: none;
line-height: 24px;
letter-spacing: 1.4px;
fill: #fff;
color: #fff;
transition-duration: 0.6s;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #111;
border-radius: 4px 4px 4px 4px;
padding: 12px 60px 12px 60px;
transition: all .3s;
}

.requestdemo-sec a:hover {
transform: translateY(-8px);
transition: all .3s;
}

/*............................contactus..........................*/
.contactSec {
margin-top: 0px;
margin-bottom: 0px;
padding: 60px 0px 60px 0px;
background: #111113;
margin-bottom: 100px;
}
.contactSec h1 {
font-size: 36px;
font-weight: 900;
line-height: 47px;
letter-spacing: 0px;
color: #fff;
margin: 0px 0px 12px 0px;
padding: 0;
text-align: center
}
.contactSec p.top-header {
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
color: #fff;
text-align: center;
width: 65.525%;
margin: 0 auto 14px auto;
}

.content-address {
margin: 0;
align-content: flex-start;
align-items: flex-start;
padding: 0px 0px 0px 0px;
}
.content-address .image-sec img {
max-width: 85%;
border-radius: 8px 8px 8px 8px;
margin-bottom:30px
}

.content-address p {
max-width: 85%;
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.content-address h6 a{
color: #fff;
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
text-decoration:none;
}

.content-address i {
font-size: 24px;
height: 1em;
position: relative;
width: 1em;
margin-right: 20px;
margin-bottom: 0;
color: #daff00;
}

.content-address h4 {
color: #000000;
font-size: 20px;
line-height: 1.3em;
font-weight: 900;
margin-top: 0;
margin-bottom: 10px;
}

.content-address h4 span {
font-size: 15px;
font-weight: 400;
line-height: 1.65;
color: #333333;
display: block;
margin-top: 6px;
}

.content-address h4 span.companyname {
font-size: 18px;
font-weight: 700;
margin: 4px 0 0 0;
}

.content-address ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.content-address ul li {
align-items: center;
display: flex;
margin-bottom: 12px;
font-size: 18px;
font-weight: 400;
line-height: 26px;
color:#333
}
.content-address ul li i {
font-size: 8px;
color: #daff00;
margin-right: 10px;
vertical-align: top;
}
.content-address h3 {
font-size: 26px;
font-weight: 800;
text-transform: capitalize;
line-height: 38px;
color: #000000;
}

.content-address h4 {
font-size: 28px;
font-weight: 800;
line-height: 38px;
color: #daff00;
margin-bottom: 60px;
margin-top: 4px;
}
.contactform h2 {
font-size: 30px;
}

.contactform {
margin: 0;
position: relative
}

.contactform {
box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin: 0px 22px 0px 22px;
padding: 30px 30px 15px 30px;
border-radius: 10px 10px 10px 10px;
background: #fff
}
.contactform h2 {
font-size: 36px;
font-weight: 900;
color: #000000;
margin: 0px 0px 24px 0px;
}


.contactSec  {

position: relative;
}

.contactSec .form-input {
position: relative;
display: flex;
align-items: center;
}

.contactSec .form-input i {
position: absolute;
font-size: 20px;
color: #7a7878;
left: 10px;
}
.contactSec .form-input i.bi-house-door {
font-size: 18px;
}
.contactSec .form-input i.bi-envelope {
font-size: 16px;
}

.contactSec .form-input i.bi-phone {
font-size: 18px;
}

.contactSec .form-input i.bi-globe {
font-size: 18px;
}


.contactSec label {
font-family: inherit !important;
color: #333 !important;
margin: 0 0 1px !important;
font-weight: 600 !important;
font-size: 15px !important;
}

.contactSec label span {
color: #F04438;
font-weight: bold;
}

.contactSec .contactform textarea {
width: 100%;
border: none;
border-bottom: 2px solid #eaeaea;
}

.contactSec .contactform input {
height: 50px;
margin-bottom: 55px;
}
.contactSec .contactform input, .contactSec .contactform textarea, .contactSec .contactform select {
font-size: 16px;
height: 46px;
margin-bottom: 0;
padding: 0 15px 0 34px;
margin-bottom: 0;
border: 1px solid #d3d3d3;
border-radius: 5px;
transition: all 0.15s linear;
}
.contactSec .contactform input:focus, .contactform textarea:focus, .contactSec .contactform select:focus {
border: 1px solid #daff00;
outline: 0;
box-shadow: none
}

.contactSec .contactform select {
padding: 0 15px 0 15px;
}


.contactSec .contactform textarea {
height: 120px;
resize: none;
margin-bottom: 14px;
padding: 10px 15px ;
}

.contactSec .contactform .btn {
background-color: #daff00 !important;
font-size: 15px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
text-decoration: none !important;
letter-spacing: 1px !important;
fill: #FFFFFF !important;
color: #FFFFFF !important;
border-style: solid !important;
border-width: 2px 2px 2px 2px !important;
border-color: #daff00 !important;
border-radius: 4px !important;
padding: 12px 31px 12px 31px !important;
width: 100% !important;
transition: .4s;
margin-bottom:30px
}


.message-sec {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
font-size: 14px;
}

.contactinfo {
padding: 50px 50px;
position: relative;
position: relative;
z-index: 2;
max-width: 450px;
}
.contactinfo:not(:last-child){margin-bottom:60px}

.contactinfo::before {
width: 92%;
height: 92%;
left: -20px;
bottom: -20px;
background: rgba(0, 2, 72, 0.1);
content: "";
position: absolute;
z-index: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-10deg);
transform: rotateY(-10deg);
-webkit-filter: blur(50px);
filter: blur(50px);
}
.contactinfo .icon {
margin-bottom: 18px;
}
.contactinfo .icon i {
color: #000248;
font-size: 36px;
font-weight: 400;
}

.contactinfo::after {
background: #ffffff;
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(-10deg);
transform-style: preserve-3d;
transform: rotateY(-10deg);
}

.contactaddress {
position: relative;
z-index: 2;
}
.contactaddress .content h4 {
font-size: 26px;
font-weight: 700;
line-height: 32px;
margin-bottom: 20px;

}
.contactaddress .content p a {
color: #daff00;
font-weight: 500;
font-size: 16px;
text-decoration: none;
}


/*.........................successSec................*/

.successSec {
position: relative;
z-index: 2;
padding: 100px 0;
background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
}

.successSec .contentSec h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

width: 80%;
}

.successSec .contentSec h2 span {
color: #daff00;

letter-spacing: 2px;
}


.successSec .contentSec p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}


.successImage {
margin-bottom: 1.25rem;
position: relative !important;
width: 100% !important;
overflow: hidden !important;
border-radius: 10px;
transition: .5s
}

.successImage img {
height: auto;
max-width: 100%;
width: 100% !important;
border: none;
border-radius: 0;
box-shadow: none;
transition: .5s
}
.successImage:hover img {
transform: scale(1.08) rotate(2deg);
transition: .5s
}

.successImage > a:not(.about-play-btn):before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
opacity: 0;
background-color: #000;
transition: .5s
}

.successImage > a.about-play-btn {
position: absolute;
right: 1.25rem;
bottom: 1.25rem;
z-index: 1;
font-size: 5rem;
line-height: 1;
}
.successImage > a.about-play-btn i{
color: #daff00
}

.spinner:before, .spinner:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-top: -4.0625rem;
margin-left: -4.0625rem;
background-color: inherit;
-webkit-animation: pluse 2s linear infinite;
-ms-animation: pluse 2s linear infinite;
-o-animation: pluse 2s linear infinite;
animation: pluse 2s linear infinite;
width: 8.125rem;
height: 8.125rem;
-webkit-border-radius: inherit;
border-radius: inherit;
opacity: 0;
z-index: -2;
background:#fff;
border-radius:50%
}
.spinner:after {
-webkit-animation: pluse 2s linear 2.3s infinite;
-ms-animation: pluse 2s linear 2.3s infinite;
-o-animation: pluse 2s linear 2.3s infinite;
animation: pluse 2s linear 2.3s infinite;
-webkit-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@keyframes pluse {
0% {
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 1;
}

100% {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
}



.successSec2 {
background: #fff;
padding:0 0 100px 0
}

.successSec2 h2 {
font-size: 45px;
line-height: 60px;
font-weight: 700 !important;
color: #333;

width: 80%;
}

.successSec2 h2 span {
color: #daff00;
letter-spacing: 2px;
}

.successSec2 .feature-block-wrapper {
position: relative
}

.successSec2 .feature-block-wrapper .feature-block-one {
background: #fff;
border-radius: 5px;
overflow: hidden;
padding: 40px 30px;
position: relative;
z-index: 5;
box-shadow: 8px 20px 30px -14px rgba(187, 187, 187, 0.5)
}

.successSec2 .feature-block-wrapper .shape-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

.successSec2 .feature-block-wrapper .shape-wrapper .shape-one {
position: absolute;
top: 46%;
left: 3%;
}

.successSec2 .feature-block-wrapper .icon-box {
width: 94px;
height: 104px;
line-height: 104px;
z-index: 1;
transition: all 500ms ease;
position: relative;
text-align: center;
}

.successSec2 .feature-block-wrapper .feature-block-one h3 {
font-size: 25px;
line-height: 27px;
font-weight: 700 !important;
color: #333;

}


.successSec2 .feature-block-wrapper .feature-block-one p {
margin-bottom: 0;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
}
.successSec2 .icon-box .shape-1 {
width: 94px;
height: 104px;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.15;
background: #ffa6a6;
transition: all 500ms ease;
position: absolute;
left: 0;
top: 0
}

.successSec2 .hero-shape-four {
border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
will-change: border-radius, transform, opacity;
animation: heroShapeFour 5s linear infinite;
display: block;
}

.successSec2 .hero-shape-three {
border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
will-change: border-radius, transform, opacity;
animation: heroShapeThree 4s linear infinite;
display: block;
}

.successSec2 .icon-box .shape-2 {
width: 100px;
height: 94px;
background-repeat: no-repeat;
opacity: 0.5;
transition: all 500ms ease;
}

.successSec2 .icon-box .shape-2 i {
font-size: 35px;
color: #333;
opacity: 1
}


/*................productSec....................*/

.productSec {
margin: 0;
padding: 100px 0 ;
position: relative
}


.productSec .slider-shape-1 {
position: absolute !important;
bottom: 50px;
right: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4
}

.productSec .slider-shape-2 {
position: absolute !important;
bottom: 50px;
left: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4
}

.productSec .contentSec {
margin: 0
}

.productSec .contentSec h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

width: 80%;
}

.productSec .contentSec h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}


.productSec .contentSec p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}

.productSec .contentSec .btn {
font-size: 18px;
padding: 16px 32px;
}

.productSec .contentSec ul {
margin: 0;
padding: 0
}

.productSec .contentSec ul li {
margin-bottom: 10px;
color: #333;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}

.productSec .contentSec ul li i {
font-size: 1.3rem;
color: #daff00;
margin-right: 7px;
vertical-align: bottom;
}

.productSec .image-box {
background: transparent;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;

}

.productSec .image-box figure {
position: relative;
text-align: center;
overflow: hidden;
margin: 0;
border-radius: 10px
}

.productSec .image-box img {
display: inline-block;
width: 100%;
max-width: 100%;
height: auto;
max-height: 750px;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;

}



.productSec .image-box .shape .shape-2 {
position: absolute;
right: 0px;
bottom: 160px;
border: 13px solid #fab567;
-webkit-animation: zoom-fade-two 5s infinite linear;
animation: zoom-fade-two 5s infinite linear;
border-radius: 35px;
}

.productSec .image-box .shape .shape-1 {
position: absolute;
right: -62px;
width: 230px;
top: -40px;
height: 240px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 7s infinite linear;
animation: zoom-fade 7s infinite linear;
opacity: .4;
}
.productSec .image-box .shape .shape-3 {
height: 170px;
width: 170px;
position: absolute;
background: #ededed;
border-radius: 50%;
bottom: -60px;
left: -70px;
z-index: -1;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}


/*....................integrationSec................*/


.integrationSec {
margin: 0;
background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #fff);
padding: 100px 0;
position: relative
}


.integrationSec .slider-shape-1 {
position: absolute !important;
bottom: 50px;
right: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4
}

.integrationSec .slider-shape-2 {
position: absolute !important;
bottom: 50px;
left: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4
}

.integrationSec h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

}

.integrationSec h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}

.axil-service.text-left {
background: transparent;
margin-top: 30px;
position: relative;
}
.axil-service::before {
width: 92%;
height: 92%;
left: -20px;
bottom: -20px;
background: rgba(0, 2, 72, 0.1);
content: "";
position: absolute;
z-index: 1;
transform-style: preserve-3d;
transform: rotateY(-10deg);
filter: blur(50px);
opacity: 0;
transition: all 0.7s;
}
.axil-service:hover::before{ opacity:1}

.axil-service .inner {
padding-top: 60px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 60px;
background: #fff;
position: relative;
z-index: 1;
will-change: transform;
transition: all 0.7s;
transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}
.axil-service:hover .inner {
transform: perspective(1000px) rotateX(4.34deg) rotateY(2deg);
transition: all 0.7s;
}

.axil-service.text-left .inner .icon {
margin: inherit;
margin-bottom: 40px;
height: 85px;
width: 85px;
position: relative;
background: #fff;
border-radius: 50px;
display: flex;
text-align: center;
align-items: center !important;
}

.axil-service.text-left .inner .icon img {
max-width: inherit;
height: 65px;
}
.axil-service.text-left .inner .icon .shape-1 {
width: 94px;
height: 104px;
background-repeat: no-repeat;
z-index: -1;
opacity: 0.15;
background: #ffa6a6;
transition: all 500ms ease;
position: absolute;
left: 0;
top: 0;
animation: heroShapeThree 4s linear infinite;
}


.axil-service .inner .content {
position: relative;
z-index: 2;
}

.axil-service.text-left .inner .content h4 {
font-size: 25px;
line-height: 27px;
font-weight: 700 !important;
color: #333;
    
margin-bottom: 14px;
}
.axil-service.text-left .inner .content p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
}



/*................pricingSec..................*/

.pricingSec {
margin: 0;
padding: 100px 0;
position: relative
}

.pricingSec h2 {
font-size: 45px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

}

.pricingSec h2 span {
color: #daff00;
/*-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #daff00;*/
letter-spacing: 2px;
}

.pricing-block-four .pricing-table {
background: #fff;
border-radius: 15px;
padding: 20px;
display: block;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}


.pricing-block-four .pricing-table .table-header {
background: #f7f7f7;
width: 230px;
border-radius: 15px;
left: 0;
top: 0;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
padding-top: 25px;
text-align: center;
}

.pricing-block-four .pricing-table .table-header h5 {
font-size: 20px;
font-weight: 600;
margin-bottom: 15px
}

.pricing-block-four .pricing-table .table-header h3 {
font-size: 40px;
line-height: 50px;
font-weight: 700 !important;
color: #333;

margin-bottom: 0;
}

.feature-box {
position: relative;
padding-left: 30px;
}

.feature-box ul{margin:0; padding:0}
.feature-box ul li {
font-size: 14px;
margin-bottom: 10px;
}

.feature-box ul li i{color:#daff00}
.feature-box ul li:last-child {
margin-bottom: 0
}


/*...................proDetails.....................*/

.proDetails {
margin: 0;
padding: 100px 0;
position: relative
}
.proDetails h2 {
font-size: 35px;
line-height: 45px;
font-weight: 700 !important;
color: #333;

text-align: center;

}
.proDetails h2 span {
color: #daff00;
letter-spacing: 2px;
}

.proDetails h3 {
font-size: 25px;
line-height: 30px;
font-weight: 700 !important;
color: #333;

margin-bottom: 6px;
}
.proDetails p {
position: relative;
color: #575757;
font-size: 15px;
line-height: 24px;
font-weight: 400;
transition: all 500ms ease;
margin-bottom: 10px;
}
.proDetails ul{margin:0; padding:0;}
.proDetails ul li {
color: #575757;
font-size: 14px;
line-height: 30px;
font-weight: 400;
padding-left:20px;
margin-bottom:10px

}
.proDetails ul li:last-child{margin-bottom:0}
.proDetails ul li i {
font-size: 11px;
color: #daff00
}







.footerSection {
background: #111113;
color: #fff;
/*padding: 64px 0 0; */
padding: 90px 0 0;
margin-top: -1px;
position:relative
}
.footerSection .top-shape {
top: -1px;
direction: ltr;
left: 0;
line-height: 0;
overflow: hidden;
position: absolute;
width: 100%;
transform: rotate(180deg);
}
.footerSection .top-shape svg {
width: calc(140% + 1.3px);
height: 34px;
/* transform: translateX(-50%) rotateY(180deg); */
fill: #fff;
transform-origin: center;
position: relative;
display: block;
}

.download-sec {
margin: 0 0 14px 0;
}
.download-sec .download-link {
display: flex;
width: 100%;
}

.download-sec .download-link a {
margin: 0 6px 0 0;
text-decoration: none;
border: 1px solid #dddddd;
padding: 10px 20px 10px 20px;
border-radius: 10px;
font-size: 16px !important;
color: #fff;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.1 !important;
width: 160px;
}
.download-sec .download-link a i.bi-apple {
font-size: 20px;
color: #fff;
margin-right: 6px;
}
.download-sec .download-link a img {
max-height: 18px;
margin-right: 6px;
max-width: 85%;
}


.footerSection .slider-shape-2 {
position: absolute !important;
bottom: 50px;
right: 0;
animation: float 2s linear .5s infinite alternate both;
width: 230px;
height: 230px;
opacity: .4;
}

.footerSection .slider-shape-2 img {
max-height: 100%;
margin-bottom: 0;
}
.footerSection .shape-01 {
position: absolute;
left: 30px;
width: 230px;
height: 240px;
background-repeat: no-repeat;
-webkit-animation: zoom-fade 7s infinite linear;
animation: zoom-fade 7s infinite linear;
opacity: .5;
}
.footerTop img.footer__logo.logo-dark {
max-height: 50px !important;
width: auto;
margin: 0 0 20px 0;
}

.maxContainer{ margin:0 auto; width:80%}



.footerTop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.footerTop p {
padding-bottom: 20px;
color: #575757;
}
.footerSocial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}

.footerSocial li a {
color: #fff;
font-size: 18px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.footerSocial li a span i {
color: #fff
}

.links-widget {
display: flex;
justify-content: space-between;
}

.industries-sec {
text-align: left;
margin-bottom: 0;
width: 100%
}

.industries-sec.fullwidth {
width: 100%
}

    .industries-sec h2 {
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1.5rem;
        position: relative;
        border-bottom: 1px solid transparent;
        font-size: 1rem;
        white-space: nowrap;
        line-height: 1;
    }

.industries {
margin: 0
}

.industries ul {
margin: 0;
padding: 0;
list-style-type: none
}

.industries ul li:not(:last-child) {
width: 100%;
margin-bottom: 14px;
padding-bottom: 0;
}

    .industries ul li a {
        text-decoration: none;
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
        color: #9ca3af;
        transition: 0.4s;
        font-weight: 400;
    }

        .industries ul li a:hover {
            color: #daff01;
            transition: 0.4s
        }

.industries ul li a.more-industries {
color: #daff00;
font-weight: 600
}

.industries ul li img{max-height:60px; margin-bottom:16px}


.footerTop h2 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
}

.footerTop ul {
padding: 0
}
.footerInfo li a {
color: #575757;
text-decoration: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.footerTop p {
color: #fff;
font-size: 15px !important;
line-height: 1.75 !important;
width: 80%;
font-weight: 500;
}

.footerTop p.iso {
margin-top: 8px;
display: inline-block;
}
.footerTop p.iso img {
max-width: 150px;
max-height: 84px;
}

/*.footerTop li {
margin-bottom: 8px;
color: #575757;
font-size: 14px;
}*/
.footerLink li {
margin-bottom: 8px;
color: #575757;
font-size: 14px;
}
.footerLink li a {
color: #575757;
font-size:14px;
text-decoration: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}


.footerNewsletter {
background-color: #fff;
border: 1px solid #f1f1f1;
display: flex;
border-radius: 5px;
position: relative;
}
.footerNewsletter input {
width: 100%;
background-color: transparent;
border: 0;
outline: 0;
padding: 12px 50px 10px 20px;
}
.footerNewsletter button {
position: absolute;
right: 15px;
top: 12px;
background-color: transparent;
border: 0;
}
.footer__btm-6 {
    background: #111;
    padding: 24px 0 18px;
    border-top: 1px solid #313131;
}



.footer__btm-6 p {
margin-bottom: 0;
color: #fff;
font-size: 14px !important;
line-height: 1.75 !important;
text-align: left;
}

.footer__btm-6 ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
justify-content: end;
}
.footer__btm-6 ul li {
margin-bottom: 8px;
color: #fff;
font-size: 16px;
margin-left:20px
}
.footer__btm-6 ul li a {
text-decoration: none;
font-size: 16px !important;
line-height: 1.75 !important;
color: #fff;
transition: 0.4s;
}
.footer__btm-6 ul li a:hover {
color: #daff00;
transition: 0.4s;
}

.terms-conditions{margin:0; padding:60px 0}
.terms-conditions h1 {
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.2em;
color: #fff;
text-align: left;
margin-bottom: 20px;
}
.terms-conditions h2 {
font-size: 20px;
font-weight: 800;
text-transform: capitalize;
line-height: 1.2em;
color: #fff;
text-align: left;
margin-top: 30px;
margin-bottom: 10px;
}
.terms-conditions p {
text-align: left;
width: 100%;
font-weight: 400;
line-height: 1.6em;
color: #fff;
margin-bottom: 20px;
font-size: 16px;
}
.terms-conditions a {
color: #daff00;
text-decoration: underline;
}

.terms-conditions p i {
vertical-align: top;
margin-right: 8px;
color: #333;
margin-top: 2px;
}

.terms-conditions ul {
margin: 0;
padding: 0 0 0 14px;
}
.terms-conditions ul li {
margin: 0 0 14px;
padding: 0;
color: #fff
}
.terms-conditions ul li i {
font-size: 6px;
vertical-align: middle;
margin-right: 8px;
color: #daff00;
}

.page-not-found{margin:0; padding:0; height:90vh; background:#fff}
.page-not-found h2 {
font-size: 200px;
color: #000;
text-align: center;
margin-bottom: 70px;
margin-top: 0;
}

.page-not-found p {
font-size: 30px;
color: #cdcdcd;
text-align: center;
}


.button-animation {
    background: linear-gradient(130deg, rgb(78 150 50) 0%, rgb(78 150 50) 45%, rgb(128 173 109) 50%, rgb(78 150 50) 55%, rgb(78 150 50) 100%);
    background-color: #daff00;
    background-repeat: no-repeat;
    -webkit-background-position: 0px;
    background-position: 0px;
    background-size: 300%;
    animation: button-ani 2s infinite linear;
}


@-webkit-keyframes button-ani {
    from {
        background-position: -600px;
    }

    to {
        background-position: 0;
    }
}

@keyframes button-ani {
    from {
        background-position: -600px;
    }

    to {
        background-position: 0;
    }
}


.microsoft-sec {
position: fixed;
bottom: 16px;
left: 10px;
z-index: 9;
}
.microsoft-sec img{max-width:136px; margin-bottom:10px; display:block}


.process-one {
    padding:80px 0
}
.process-one h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.process-one .step-title {
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1.4;
}

.process-one .supply-chain p {
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
color: #000000;
text-align: center;
width: 65.525%;
margin: 0 auto;
}

.processing-step {
    text-align: center;
    position: relative;
    padding: 30px 20px;
}

.icon-box {
    position: relative;
    width: 136px;
    height: 136px;
    line-height: 136px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: 0.5s;
}
    .icon-box:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
        transform: scale(0, 0);
        z-index: 2;
        border-radius: 50%;
        transition: all 500ms ease;
        background: -webkit-linear-gradient(45deg, #1b7536, #82c12a 100%);
    }
.icon-box:hover:before {
transform: scale(1, 1);
}
.icon-box .hov-icon {
opacity: 0;
position: absolute;
color: #fff;
left: 0;
right: 0;
top: 0;
width: 136px;
height: 136px;
line-height: 136px;
z-index: 4
}

.icon-box:hover .hov-icon {opacity: 1;}
.icon-box .hov-icon i{color:#fff;font-size: 54px;}
.icon-box img{max-height:56px}

.icon-box .shape {
position: absolute;
top: 50px;
right: -50%;
width: 82px;
height: 66px;
background-repeat: no-repeat;
background-size: contain;
transform: translateX(70%);
}


.icon-box i {
font-size: 48px;
color: #333;
}

.count-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: -webkit-linear-gradient(45deg, #1b7536, #82c12a 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 18px;
    z-index: 6;
    border:2px solid #fff
}


.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 0
}

/* Optional animation */
.fade-up {
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
}


@keyframes fadeUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.price-sec {
    padding:0 0 100px 0
}

    .price-sec h2 {
        font-size: 36px;
        font-weight: 900;
        text-transform: capitalize;
        line-height: 1.2em;
        color: #000000;
        text-align: center;
        margin-bottom: 20px;
    }

    .price-sec p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.6em;
        color: #000000;
        text-align: left;
        width: 100%;
        margin: 0 auto;
    }

/*.pricing-tab.d-none {
    transform: scale(0.9, 0.9) translateY(0px);
    transition: 900ms;
}
.pricing-tab {
    position: relative;
    transform: scale(1) translateY(0px);
    transition: 900ms;
}*/

.pricing-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    margin: 0 14px
}

.price-area {
padding: 20px;
background: #f9f6ef;
border-radius: 14px;
position:relative
}
.popular {
position: absolute;
right: 10px;
top: 10px;
background: #daff00;
color: #fff;
padding: 8px 18px 6px 18px;
border-radius: 6px;
font-size: 14px;
text-transform: uppercase;
line-height: 1;
letter-spacing: 1px;
}

.pricing-card.highlight {
    border: 1px solid #daff00;
}

.pricing-card h6 {
color: #daff00;
font-weight: 900;
font-size: 46px;
margin-bottom: 15px;
}

.pricing-sec {
    display: flex;
}

.pricing-sec .price {
    font-size: 34px;
    font-weight: 800;
    color: #000;
}

.pricing-sec .price .gst {
font-size: 14px;
color: #daff00;
margin-left: 0;
font-weight: 400;
line-height: 1.6;
display: block;
text-align: left;
margin-top: 4px;
}


.pricing-sec .user {
font-size: 15px;
color: #7e7e7e;
margin-left: 30px;
font-weight: 400;
line-height: 1.2;
}
.pricing-sec .user span {
font-size: 15px;
color: #7e7e7e;
margin-left: 0;
font-weight: 400;
line-height: 1.2;
display:block
}

.plan-desc {
    font-size: 15px;
    color: #777;
}


.feature-list {
    background: #fff;
    padding: 18px 0 0 0;
    border-radius: 0;
    margin-bottom: 30px;
    border-top: 1px solid #efefef;
}


.feature-list li {
    list-style: none;
    margin-bottom: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #333;
}
.feature-list li span {
color: #daff00;
font-weight: 700;
}

.feature-list i {
color: #daff00;
margin-right: 8px;
}


.plan-btn {
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
}

.plan-btn i {
    margin-left: 8px;
}

.billing-toggle {
    display: flex;
    justify-content: center;
}

.toggle-pill {
    border: 2px solid #daff00;
    border-radius: 40px;
    overflow: hidden;
    padding: 4px;
    background: white;
}

.btn-toggle {
    border: none;
    outline: none;
    padding: 8px 36px;
    background: transparent;
    color: #000;
    font-weight: 800;
    border-radius: 30px;
    transition: 0.3s;
}
.btn-toggle span {
    font-weight: 500;
    margin-left: 4px;
}

    .btn-toggle.active {
        background-color: #daff00;
        color: white;
        border-radius: 30px;
    }

.image_block_16 .image-box.innerpage img.tab {
    max-width: 100%;
    transition-duration: 0.4s;
    max-height: 600px;
}

.inner-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    overflow: hidden;
}
.grid-pattern {
    inset: 0px;
    position: absolute;
    background-image: linear-gradient(#daff0108 1px, #0000 0), linear-gradient(90deg, #daff0108 1px, #0000 0);
    background-size: 50px 50px;
}

.radial-overlay {
    position: absolute;
    inset: 0px;
    background: radial-gradient(ellipse at center, #daff010d 0, #0000 70%);
}

.blur-box {
    filter: blur(120px);
    background-color: rgb(218, 255, 1, 0.1);
    border-radius: 9999px;
    width: 24rem;
    height: 24rem;
    top: 33.3333%;
    right: 25%;
    position: absolute;
}

.inner-hero-con {
padding-left: 0;
padding-right: 0;
max-width: 78rem;
margin:0 
}

.inner-hero-con h1 {
font-size: 3.75rem;
font-weight: 700;
line-height: 1;
letter-spacing: 1.6px;
color: #ffffff;
margin-bottom: 24px;
animation: fade-in-up 0.6s ease-out 0.1s both;
}

.inner-hero-con h1 span {
color: #daff01;
}

.inner-hero-con p {
font-size: 20px;
line-height: 1.6;
color: #9ca3af;
margin-bottom: 40px;
max-width: 48rem;
animation: fade-in-up 0.6s ease-out 0.2s both;
}
.hero-mini-title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(26 25 25);
    border-width: 1px;
    border-radius: 9999px;
    border-color: rgb(42 42 42);
    align-items: center;
    display: inline-flex;
    margin-bottom: 2rem;
    border-style: solid;
}

.hero-mini-title span {
font-weight: 500;
font-size: 0.875rem;
line-height: 1.25rem;
color: #daff01;
}

.hero-mini-title svg {
width: 1rem;
height: 1rem;
margin-right: 0.5rem;
color: #daff01;
}


.inner-hero .btn-primary {
    align-items: center;
    background: #daff01;
    border: none;
    border-radius: 12px;
    color: #111113;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
}

    .inner-hero .btn-primary:hover {
        background: #a6be15;
        box-shadow: 0 8px 25px #daff014d;
        transform: translateY(-2px);
    }

    .inner-hero .btn-primary:before {
        background: linear-gradient(90deg, #0000, #fff3, #0000);
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        transition: left .5s;
        width: 100%;
    }

    .inner-hero .btn-primary:hover:before {
        left: 100%;
    }

.inner-hero .btn-secondary {
    align-items: center;
    background: #0000;
    border: 2px solid #3f3f3f;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    padding: 14px 30px;
    text-decoration: none;
    transition: all .2s ease;
    position: relative;
    z-index: 2;
}

    .inner-hero .btn-secondary:hover {
        background: #daff011a;
        border-color: #daff01;
        color: #daff01;
        transform: translateY(-2px);
    }
