@import url("https://fonts.googleapis.com/css?family=Roboto|Montserrat:400,500,600,700&display=swap");
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important
    }
}

.row>* {
    position: relative
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

.bg-primary {
    background-color: #1d1ee3 !important
}

.text-primary {
    color: #1d1ee3 !important
}

a.text-primary:hover {
    color: #00a5bb !important
}

.bg-secondary {
    background-color: #f5f5f5 !important
}

.text-secondary {
    color: #f5f5f5 !important
}

a.text-secondary:hover {
    color: #e8e8e8 !important
}

.bg-success {
    background-color: #28a745 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover {
    color: #23923d !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover {
    color: #edb100 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover {
    color: #148ea1 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover {
    color: #d32535 !important
}

.bg-dark {
    background-color: #272727 !important
}

.text-dark {
    color: #272727 !important
}

a.text-dark:hover {
    color: #1a1a1a !important
}

.bg-muted {
    background-color: #707070 !important
}

.text-muted {
    color: #707070 !important
}

a.text-muted:hover {
    color: #636363 !important
}

.bg-custom {
    background-color: #1d1ee3 !important
}

.text-custom {
    color: #1d1ee3 !important
}

a.text-custom:hover {
    color: #00a5bb !important
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.btn-primary {
    background-color: #1d1ee3 !important;
    border: 1px solid #1d1ee3 !important;
    color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #008fa1 !important;
    border-color: #008fa1 !important;
    color: #fff !important
}

.btn-outline-primary {
    border: 1px solid #1d1ee3;
    color: #1d1ee3;
    background-color: transparent
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #1d1ee3;
    border-color: #1d1ee3;
    color: #fff
}

.btn-secondary {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    color: #fff !important
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #dcdcdc !important;
    border-color: #dcdcdc !important;
    color: #fff !important
}

.btn-outline-secondary {
    border: 1px solid #f5f5f5;
    color: #f5f5f5;
    background-color: transparent
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff
}

.btn-success {
    background-color: #28a745 !important;
    border: 1px solid #28a745 !important;
    color: #fff !important
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
    color: #fff !important
}

.btn-outline-success {
    border: 1px solid #28a745;
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-warning {
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
    color: #fff !important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #d39e00 !important;
    border-color: #d39e00 !important;
    color: #fff !important
}

.btn-outline-warning {
    border: 1px solid #ffc107;
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
}

.btn-info {
    background-color: #17a2b8 !important;
    border: 1px solid #17a2b8 !important;
    color: #fff !important
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #117a8b !important;
    border-color: #117a8b !important;
    color: #fff !important
}

.btn-outline-info {
    border: 1px solid #17a2b8;
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-danger {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    color: #fff !important
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #bd2130 !important;
    border-color: #bd2130 !important;
    color: #fff !important
}

.btn-outline-danger {
    border: 1px solid #dc3545;
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-dark {
    background-color: #272727 !important;
    border: 1px solid #272727 !important;
    color: #fff !important
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #0e0e0e !important;
    border-color: #0e0e0e !important;
    color: #fff !important
}

.btn-outline-dark {
    border: 1px solid #272727;
    color: #272727;
    background-color: transparent
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #272727;
    border-color: #272727;
    color: #fff
}

.btn-muted {
    background-color: #707070 !important;
    border: 1px solid #707070 !important;
    color: #fff !important
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #575757 !important;
    border-color: #575757 !important;
    color: #fff !important
}

.btn-outline-muted {
    border: 1px solid #707070;
    color: #707070;
    background-color: transparent
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #707070;
    border-color: #707070;
    color: #fff
}

.btn-custom {
    background-color: #1d1ee3 !important;
    border: 1px solid #1d1ee3 !important;
    color: #fff !important
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus {
    background-color: #008fa1 !important;
    border-color: #008fa1 !important;
    color: #fff !important
}

.btn-outline-custom {
    border: 1px solid #1d1ee3;
    color: #1d1ee3;
    background-color: transparent
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:not(:disabled):not(.disabled):active {
    background-color: #1d1ee3;
    border-color: #1d1ee3;
    color: #fff
}

.btn {
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 6px
}

.btn:focus {
    box-shadow: none !important
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px
}

.btn.searchbtn {
    padding: 6px 20px
}

.btn.btn-light {
    color: #272727 !important;
    background: #f8f9fa;
    border: 1px solid #dee2e6
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #dae0e5 !important;
    color: #272727
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6;
    color: #272727 !important;
    background-color: transparent
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f8f9fa
}

button:not(:disabled) {
    outline: none
}

.shadow {
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.15) !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.faqs .accordion .card-title a {
    background-color: #f8f9fa;
    padding: 12px 10px 12px 60px
}

.faqs .accordion .card-title a:before {
    content: "\f0140";
    font-family: "Material Design Icons";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #1d1ee3;
    text-align: center
}

.faqs .accordion .card-title .collapsed:before {
    content: "\f0142"
}

.faqs .accordion .card-header {
    border-bottom: none
}

.progress-box .progress {
    overflow: visible;
    background: #e9ecef;
    margin: 0;
    padding: 0
}

.progress-box .progress .progress-bar {
    overflow: visible !important;
    position: relative;
    width: 30%
}

.progress-box .progress .progress-bar span {
    position: absolute;
    top: -28px;
    right: 0;
    font-size: 14px
}

.progress-box .progress-bar,
.progress-box .progress {
    height: 4px;
    border-radius: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #1d1ee3, #1d1ee3);
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#preloader #status .spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

#preloader #status .spinner>div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

#preloader #status .spinner .bounce1 {
    animation-delay: -0.48s
}

#preloader #status .spinner .bounce2 {
    animation-delay: -0.24s
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.back-to-top {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    text-align: center;
    border: 1px solid #fff;
    z-index: 99;
    background-color: #1d1ee3;
    transition: all 0.8s ease
}

.back-to-top i {
    width: 30px;
    height: 30px;
    color: #fff !important;
    font-size: 18px;
    display: block;
    line-height: 30px;
    transform: rotate(-45deg)
}

.back-to-top:hover {
    background-color: #535353;
    color: #fff
}

.social-icon li a {
    color: #272727;
    border: 1px solid #272727;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    transition: all 0.4s ease;
    border-radius: 50px;
    overflow: hidden;
    position: relative
}

.social-icon li a:hover {
    background-color: #1d1ee3;
    border-color: #1d1ee3 !important;
    color: #fff !important
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #535353
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    font-weight: 600
}

::selection {
    background: #6c757d;
    color: #fff
}

a {
    text-decoration: none !important
}

p {
    letter-spacing: 0.03em;
    line-height: 1.8
}

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

.section-two {
    padding: 60px 0;
    position: relative
}

.bg-overlay {
    background-color: rgba(35, 37, 47, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.title-heading {
    line-height: 26px
}

.title-heading .sub-title {
    font-size: 22px;
    letter-spacing: 2px
}

.title-heading .heading {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 1px
}

.title-heading .para-desc {
    font-size: 17px
}

.section-title {
    position: relative;
    margin-bottom: 20px
}

.section-title .title {
    letter-spacing: 1px;
    font-size: 26px
}

.para-desc {
    max-width: 700px
}

@media (max-width: 767px) {
    .section {
        padding: 60px 0
    }

    .title-heading .heading {
        font-size: 30px !important
    }
}

.tobii__btn svg {
    height: 30px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

.tobii>button.tobii__close svg,
.tobii>button.tobii__prev svg,
.tobii>button.tobii__next svg {
    height: 36px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

@media (max-width: 640px) {

    [data-type] iframe,
    [data-type] video {
        width: 500px;
        height: 300px
    }
}

@media (max-width: 425px) {

    [data-type] iframe,
    [data-type] video {
        width: 360px;
        height: 260px
    }
}

@media (max-width: 375px) {

    [data-type] iframe,
    [data-type] video {
        width: 100%;
        height: auto
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    transition: all .5s ease
}

#topnav .logo {
    float: left;
    color: #272727 !important
}

#topnav .logo .l-dark {
    display: none
}

#topnav .logo .l-light {
    display: inline-block
}

#topnav .has-submenu {
    position: relative
}

#topnav .has-submenu.active a {
    color: #fff
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #272727;
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
    margin-left: 8px
}

#topnav .buy-button .login-btn-primary {
    display: none
}

#topnav .buy-button .login-btn-light {
    display: inline-block
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #1d1ee3
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px
}

#topnav .navigation-menu>li:last-child {
    margin-right: 0
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li:active>a {
    color: #1d1ee3 !important
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #272727;
    font-size: 15px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: "Montserrat", sans-serif;
    padding-left: 8px;
    padding-right: 8px
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #1d1ee3
}

#topnav .navigation-menu .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0
}

#topnav .menu-extras {
    float: right
}

#topnav.scroll {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.15)
}

#topnav.scroll .navigation-menu>li>a {
    color: #272727
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #1d1ee3
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px
}

#topnav.nav-sticky {
    background: #fff;
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.15)
}

#topnav.nav-sticky .buy-button .login-btn-primary {
    display: inline-block
}

#topnav.nav-sticky .buy-button .login-btn-light {
    display: none
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block
}

#topnav.nav-sticky .logo .l-light {
    display: none
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #272727
}

.logo img {
    height: 60px;
    margin-top: -6px;
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        justify-content: flex-end
    }

    #topnav .navigation-menu.navigation-menu-center {
        justify-content: center !important
    }

    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px
    }

    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #1d1ee3 !important
    }

    #topnav .navigation-menu.nav-light>li>a {
        color: #000000 !important;
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }

    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(39, 39, 39, 0.15);
        min-height: 74px
    }

    #topnav .logo .l-dark {
        display: inline-block !important
    }

    #topnav .logo .l-light {
        display: none !important
    }

    #topnav .container {
        width: auto
    }

    #topnav #navigation {
        height: 100vh
    }

    #topnav .navigation-menu {
        float: none
    }

    #topnav .navigation-menu>li {
        float: none;
    }

    #topnav .navigation-menu>li>a {
        color: #272727;
        padding: 20px 0px
    }

    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px
    }

    #topnav .navigation-menu>li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #1d1ee3
    }

    #topnav .menu-extras .menu-item {
        border-color: #707070
    }

    #topnav .navbar-header {
        float: left
    }

    #topnav .buy-button .login-btn-primary {
        display: inline-block !important
    }

    #topnav .buy-button .login-btn-light {
        display: none
    }

    #topnav .has-submenu.active a {
        color: #1d1ee3
    }

    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f2f4f6;
        border-bottom: 1px solid #f2f4f6;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block
    }
}

@media (max-width: 768px) {
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

@media (max-width: 375px) {
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px
    }
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.bg-home {
    padding: 220px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-half {
    padding: 170px 0;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center
}

.bg-home-full {
    height: 100vh;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    color: #535353 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85)
}

.subcribe-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    font-size: 14px;
    padding: 12px 30px
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto
}

.main-slider .slides .bg-slider {
    background-size: cover;
    height: 100vh;
    position: relative;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center
}

.main-slider .slides .bg-slider.shopping {
    height: 75vh
}

.flex-control-paging li a {
    background: #fff;
    box-shadow: none
}

.flex-control-paging li a.flex-active {
    background: #1d1ee3;
    cursor: default;
    font-size: 17px;
    width: 15px;
    height: 15px;
    box-shadow: none
}

.flex-control-nav {
    display: none
}

@media (min-width: 200px) and (max-width: 767px) {

    .bg-home,
    .bg-half,
    .bg-slider {
        padding: 150px 0;
        height: auto
    }
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-section i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px
}

.services .core-service .service-content .content .title {
    font-size: 18px
}

.services .core-service .icon img {
    height: 60px
}



.services .core-service .icon i {
    font-size: 22px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #1d1ee3;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

@media (max-width: 768px) {
    .services .core-service-img {
        display: none
    }
}

.bg-cta {
    padding: 150px 0
}

.bg-cta .play-btn {
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 78px;
    border-radius: 50%;
    display: inline-block;
    -webkit-text-stroke: 2px #1d1ee3;
    -webkit-text-fill-color: transparent;
    border: 2px solid #fff;
    margin-top: 30px
}

.bg-cta .play-btn:hover {
    -webkit-text-stroke: 0px #1d1ee3;
    -webkit-text-fill-color: #1d1ee3
}

.cta-image .container-fluid {
    max-width: 100%
}

.cta-image .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%
}

.cta-image .cta-image-img-box {
    padding: 12% 10%
}

.cta-image .cta-image-head {
    font-size: 22px;
    letter-spacing: 0.8px
}

.download-cta li a img {
    height: 58px
}

.watch-video a {
    font-size: 14px;
    letter-spacing: 1px
}

.watch-video a .play-icon-circle {
    height: 50px;
    width: 50px;
    background-color: #1d1ee3;
    line-height: 50px
}

.watch-video a .play-icon-circle.play-iconbar {
    font-size: 17px
}

.watch-video a .play-icon-circle.play {
    top: 77%
}

@media (max-width: 768px) {
    .cta-image .padding-less {
        position: relative !important;
        height: 300px !important
    }

    .cta-image .cta-image-content {
        text-align: left !important
    }
}

.team-content {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s
}

.team-content .detail .name {
    font-size: 17px;
    transition: all 0.5s ease
}

.team-content .detail .name:hover {
    color: #1d1ee3 !important
}

.team-content .detail .posting {
    font-size: 13px
}

.team-content .team-social {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    transition: all 0.5s ease
}

.team-content:hover {
    margin-top: -5px;
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.15)
}

.team-content:hover .team-social {
    opacity: 1
}

.pricing-table {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s
}

.pricing-table .pricing-plan {
    font-size: 18px
}

.pricing-table .price-value .price-lable {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 0px;
    color: #535353
}

.pricing-table .price-value .price-lable h4 {
    font-size: 30px
}

.pricing-table .pricing-features ul li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed #dee2e6
}

.pricing-table .pricing-features ul li:first-child {
    border-top: 1px dashed #dee2e6
}

.pricing-table .pricing-features ul li:nth-child(2n+1) {
    background-color: #f8f9fa
}

.pricing-table:hover {
    margin-top: -5px
}

.testi-review .name {
    font-size: 14px;
    letter-spacing: 0.8px
}

.testi-review .testimonial {
    cursor: -webkit-grab
}

.testi-review .testimonial .content-review .review {
    font-size: 18px;
    color: #adb5bd
}

.tns-nav {
    text-align: center
}

.tns-nav button {
    width: 5px;
    height: 8px;
    border-radius: 30px;
    background: transparent;
    border: 2px solid #1d1ee3;
    margin: 2px
}

.tns-nav button.tns-nav-active {
    background: #1d1ee3 !important
}

.blog-post {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s
}

.blog-post .blog-content h4 {
    line-height: 24px
}

.blog-post .blog-content .blog-title {
    transition: all 0.5s ease
}

.blog-post .blog-content .blog-title:hover {
    color: #1d1ee3 !important
}

.blog-post .blog-content .tag a {
    transition: all 0.5s ease
}

.blog-post .blog-content .tag a:hover {
    color: #1d1ee3 !important
}

.blog-post:hover {
    margin-top: -5px;
    box-shadow: 0 0 5px rgba(39, 39, 39, 0.15)
}

.form-control {
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 40px;
    font-size: 13px;
    border-radius: 20px;
    transition: all 0.5s ease
}

.form-control:focus,
.form-control.active {
    border-color: #1d1ee3;
    box-shadow: none
}

.icons {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 16px
}

textarea {
    height: 120px !important
}

textarea.form-control {
    line-height: 25px
}

.form-check-input:checked {
    background-color: #1d1ee3;
    border-color: #1d1ee3
}

.map {
    line-height: 0
}

.map.map-gray {
    filter: grayscale(100%)
}

.map iframe {
    width: 100%;
    height: 500px
}

.error {
    margin: 8px 0px;
    display: none;
    color: #dc3545
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #dc3545;
    color: #dc3545;
    border-radius: 30px;
    font-size: 14px
}

.contact-loader {
    display: none
}

#success_page {
    text-align: center;
    margin-bottom: 50px
}

#success_page h3 {
    color: #28a745;
    font-size: 22px
}

.footer {
    background: #ffffff;
    color: #000000;
    padding: 40px 0 20px;
}

.footer a {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    color: #1e90ff;
}

.footer .social-icons a {
    font-size: 18px;
    margin-right: 12px;
    display: inline-block;
}

.footer .certifications img {
    max-height: 55px;
    margin: 5px;
    background: #fff;
    border-radius: 6px;
    padding: 3px;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
}

.Values-bg {
    background-image: url(../images/service-bg.webp);
    background-position: center;
    background-size: cover;
}

.core-service {
    background-color: white;
    padding: 20px 20px;
    border-radius: 20px;
}

.Science-bg {
    background-image: url(../images/The\ Science\ bg.jpg);
    background-position: center;
    background-size: cover;
}



#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1d1ee3;
    color: #fff;
    padding: 12px 16px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: none;
    /* hidden by default */
    transition: opacity 0.3s ease;
    z-index: 1;
}

#backToTop:hover {
    background: #1d1ee3;
}


.trust-section {
    padding: 60px 20px;
    background: #f9fafb;
}

.trust-left {
    flex: 1;
    text-align: center;
}

.brand-logo img {
    width: 240px;
    margin-bottom: 25px;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding-top: 10px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logo_items {
    display: inline-block;
    animation: 75s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 70px;
    margin: 0px 30px;
}


.highlight-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: center;
    height: 220px;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

.highlight-card h3 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}

.highlight-card p {
    font-size: 14px;
    color: #555;
}

@media only screen and (max-width: 768px) {
    .highlight-card {
        height: 180px;
    }

    .bg-home-banner {
        margin-top: 70px;
    }

    .about-hero {
        padding-top: 70px;
    }

    .Solutions-hero {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 425px) {
    .highlight-card {
        height: 180px;
    }

    .bg-home-banner {
        height: 55vh !important;
    }

    .btn {
        font-size: 1rem !important;
    }

    .testimonial-container {
        padding: 50px 20px !important;
    }


    #black-line {
        border-bottom: 1px solid black;
    }

    #light-line {
        border-bottom: 1px solid white;
        margin: 0px 10px !important;
    }

    .logo img {
        height: 49px;
    }

    .step p {
        margin-top: 19px !important;
    }
    .the-science{
        padding-top: 30px !important;
    }
    @media only screen and (max-width: 768px) {
        .step p {
            margin-top: 19px !important;
        }
        h2{
            font-size: 21px !important;
        }
    }

    /* Container */
    .video-section {
        position: relative;
        height: 60vh !important;
        /* full screen */
        overflow: hidden;
    }
}

/* Section styling */
.solutions-section {
    padding: 4rem 0;
    background: #f8fafc;
}

.solutions-headline {
    font-weight: 700;
    letter-spacing: -.02em;
}

.solutions-sub {
    color: #6b7280;
    margin-top: .25rem;
}


/* Card styling */
.solution-card {
    border: 0;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
    border-radius: .75rem;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}

.icon-blob {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 1rem;
}

.card-title {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.card-text {
    color: #475569;
    margin-bottom: 0;
    line-height: 1.45;
}


/* CTA */
.solutions-cta {
    margin-top: 1.25rem;
}


/* Responsive tweaks */
@media (max-width: 575.98px) {
    .icon-blob {
        width: 48px;
        height: 48px;
        margin-bottom: .75rem;
    }

    .contact-section {
        background: #f8f9fa;
        padding: 60px 0px !important;
    }

    .contact-card {
        padding: 17px !important;
    }

    .contact-card h2 {
        font-size: 2rem !important;
    }
}


.cta-section {
    background-image: url(../images/lab-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.cta-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    /* dark overlay */
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.cta-section p {
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.cta-section .btn {
    font-size: 1.125rem;
    border-radius: 0.75rem;
}

.question {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 0px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 0px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 0px 20px;
    line-height: 1.5rem;
    font-size: 1.1rem;
}


@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }
}

.contact-section {
    background: #f8f9fa;
    padding: 60px 20px;
}

.contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.contact-card h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-submit {
    background: #007bff;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 20px;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #0056b3;
    color: #fff;
}

.cta-note {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.bg-home-banner {
    background-image: url(../image);
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-btn {
    background: linear-gradient(90deg, #0b84ff, #0ea5a4);
    color: white;
    padding: 15px 30px;
    border-radius: 20px;
    font-size: 1.1rem;
    border: 0;
    box-shadow: 0 8px 28px rgba(11, 132, 255, 0.12);
}

.btn-outline {
    border: 1px solid #0b84ff;
    padding: 15px 30px;
    border-radius: 20px;
    font-size: 1.1rem;
    color: #0b84ff;
    background: transparent;
}

.section-title p {
    font-size: 1.4rem;
    color: rgba(33, 37, 41, 0.75);
    font-weight: 600;
    text-transform: uppercase;
}

/* Hero Section */
#contact-bg {
    background-image: url(../images/contact-bg.jpg);
}

.career-hero {
    background: url(../images/career-bg.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}

.label-solutions-bg {
    background: url(../images/white-label-solutions-bg.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.custom-cosmetics-bg {
    background: url(../images/lab-visual.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.terms-conditions-bg {
    background: url(../images/terms-conditions.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.privacy-policy-bg {
    background: url(../images/privacy-policy-bg.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.manufacturing-distribution-bg {
    background: url(../images/factory.png);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.marketing-brand-support-bg {
    background: url(../images/marketing-brand-support.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.technology-Integration-bg {
    background: url(../images/technology-Integration.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}
.career-hero .content {
    position: relative;
    z-index: 2;
}

.career-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

/* Job Card */
.job-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.job-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.job-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/* Perks Section */
.perk-card {
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    background: #f8f9fa;
    transition: 0.3s;
}

.perk-card:hover {
    background: #e9f7ef;
}

.perk-card i {
    font-size: 32px;
    color: #20c997;
    margin-bottom: 10px;
}


.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #1e90ff, #00c2a8);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Hover animation */
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.btn:hover::after {
    left: 0;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

.Trusted-bg {
    background-color: white;
    opacity: 90px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 10px solid black;
    border-right: 10px solid black;
    border-radius: 50px;
    padding: 15px 40px 15px 40px;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 2rem;
    background-color: #fff;
    color: #333;
    border-radius: 15px;
    margin: 20px auto;
    padding: 0px 80px;
    width: 100%;
    position: relative;
}

.stars {
    font-size: 14px;
}

.testimonial {
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 900;
    height: 100%;
    line-height: 28px;
    margin: 0;
}

.user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.user .user-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.user .user-details {
    text-align: center;
}

.user .username {
    margin: 0;
    font-size: 14px;
}

.user .role {
    margin: 0;
    font-size: 12px;
}

.progress-dots {
    display: flex;
    gap: 5px;
}

.progress-dot {
    width: 5px;
    height: 5px;
    background-color: #eee;
    border-radius: 50%;
}

.progress-dot.active {
    background-color: #555;
}

.btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    font-size: 10px;
    cursor: pointer;
    transition: 0.1s ease;
}

.btn:hover {
    background-color: #eee;
}

#btn-prev {
    left: 25px;
}

#btn-next {
    right: 25px;
}

.hero-section {
    position: relative;
    background-image: url(../images/solution-bg.jpg);
    color: white;
    text-align: center;
    padding: 100px 20px 100px;
}

.hero-section h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.hero-btn {
    background: white;
    color: #0d6efd;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #e9ecef;
}

/* Overlapping image */
.overlap-img {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 350px;
    width: 90%;
}

@media(max-width: 768px) {
    .hero-section {
        padding: 80px 20px 80px;
    }

    .overlap-img {
        max-width: 250px;
    }
}

.story-section {
    padding: 80px 0;
}

.story-img img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.story-content h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.story-content p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
}


.Solutions-hero {
    background: url(../images/solution-bgs.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}

.Solutions-hero .content {
    position: relative;
    z-index: 2;
}

.Solutions-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.about-hero {
    background: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 130px 20px;
    position: relative;
}

.about-hero .content {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 700;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 8px;
    padding-left: 2px;
}

.my-float {
    margin-top: 16px;
}

.the-science {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    gap: 24px;
    margin: 50px auto;
    height: 2750px;
    align-items: center;
}

.card {
    width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #dedede;
    min-height: 400px;
    border-radius: 32px;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'system-ui', sans-serif;
    font-size: 90px;
    font-weight: medium;
    color: #FFF;
    border: none;
}

.one {
    top: 50px;
    background: #ffffff;
}

.two {
    top: 70px;
    background: #ffffff;
}

.three {
    top: 90px;
    background: #ffffff;
}

.four {
    top: 110px;
    background: #ffffff;
}

.five {
    top: 130px;
    background: #ffffff;
}

.six {
    top: 150px;
    background: #ffffff;
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loding .slick-slide {
    visibility: hidden;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 100%;
        background-color: rgb(255, 255, 255);
        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: #1e90ff;
    }
}

.category-card {
    display: flex;
    align-items: center;
    gap: 21px;
    padding: 25px 0px;
    border-radius: 0px;
    transition: all 0.3s ease;
    border-bottom: 1px solid black;
}

.category-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.category-card h6 {
    margin: 0;
    font-weight: 600;
    color: #2c1d5f;
}


/* Container */
.video-section {
    position: relative;
    height: 100vh;
    /* full screen */
    overflow: hidden;
}

/* Video fills background */
.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* maintain aspect ratio */
}

/* Dark overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.692);
    /* semi-transparent black */
    z-index: 1;
}

/* Content on top */
.contents {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.contents h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 0 0 10px;
}

.contents p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0 0 20px;
}

/* header */
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 10px 0px 13px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

/* Transparent by default */
header.default {
    background: transparent;
    color: #fff;
}

/* After scroll */
header.scrolled {
    background: #ffffff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .item-left {
    flex: 0 0 8%;
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 51%;
}

.header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

.header .menu>ul>li>a {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 14px;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0px;
    font-size: 1.1rem;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #1e90ff;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #1e90ff;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }


    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 57px;
        margin-left: 0px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 100%;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        font-size: 1.7rem;
        height: 75px;
        padding: 12px 50px 12px 15px;
        display: block;
        border-bottom: 1px solid black;
    }

    .header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 20px 12px;
    font-size: 1.7rem;
    border-bottom: 1px solid black;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 14px;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 62px;
        border-bottom: 1px solid black;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 30px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: unset;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.solutions {
    padding-left: 0px;
}

.solutions li {
    list-style: none;
}

.form-wrapper {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-section {
    margin-bottom: 25px;
}

.form-section h5 {
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.form-section h5 span {
    font-size: 1.4rem;
}

.submit-btn {
    background: #007bff;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: 0.3s ease;
    border: none;
}

.submit-btn:hover {
    background: #0056b3;
}


.hero {
    text-align: center;
    background: #fff;
    padding: 100px 20px;
}

.hero h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

.subtext {
    max-width: 700px;
    margin: auto;
    font-size: 1.1rem;
    color: #555;
}

.trust-icons img {
    height: 50px;
    margin: 10px;
}

.process-step {
    text-align: center;
    padding: 20px;
}

.process-step span {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.cta {
    background: #007bff;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.cta h2 {
    color: #fff;
    font-weight: 700;
}

.cta button {
    background: #fff;
    color: #007bff;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 1.2rem;
}

.cta button:hover {
    background: #e6e6e6;
}

.product-card img {
    border-radius: 12px;
    transition: .3s;
}

.product-card img:hover {
    transform: scale(1.05);
}

.table-striped th {
    background: #f1f1f1;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 40px 0;
    text-align: center;
}

/* Connector line */
.process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
    z-index: 1;
}

.step {
    flex: 1;
    position: relative;
    z-index: 2;
}

.step .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2E7D32;
    /* Green */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.step p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
    color: #333;
}

/* Responsive (vertical on mobile) */
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .process-steps::before {
        width: 4px;
        height: 100%;
        left: 35px;
        top: 0;
    }

    .step {
        margin-bottom: 40px;
        text-align: left;
        width: 100%;
        padding-left: 80px;
    }

    .step .icon {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.Your-Brand{
    background-image: url(../images/dark-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
    color: white;
}

 .service-card {
      border: none;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: all 0.3s ease-in-out;
      text-align: center;
      padding: 25px 15px;
    }
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
    .service-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #2E7D32;
      color: #fff;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }
    .service-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .service-card p {
      font-size: 15px;
      color: #555;
    }

    .brand-value li{
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .counters {
    background: #fff;
    border-radius:12px;
    box-shadow: 0 6px 30px rgba(20,30,60,0.07);
    padding:2rem;
    max-width:900px;
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(160px,1fr));
    gap:1rem;
  }

  .counter {
    text-align:center;
    padding:1.25rem;
  }

  .value {
    font-size:2.1rem;
    font-weight:700;
    color:var(--accent);
    display:block;
    letter-spacing:0.02em;
    margin-bottom: 9px;
  }

  .label{
    margin-top:0.35rem;
    color:var(--muted);
    font-size:0.95rem;
  }

  /* small subtle animation when a counter becomes active */
  .counter.active .value {
    transform-origin:center;
    animation: pop .6s cubic-bezier(.22,1,.36,1);
  }

  @keyframes pop{
    0% { transform: scale(.98); opacity:.6; }
    60% { transform: scale(1.06); opacity:1; }
    100% { transform: scale(1); }
  }

  /* decorative spacer so counters appear after scroll */
  .spacer { height: 60vh; width:100%; }

  .team-section {
      padding: 60px 0;
      background-color: #fafafa;
    }

    .team-title {
      text-align: center;
      margin-bottom: 50px;
    }

    .team-card {
      border: none;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      text-align: center;
      padding: 20px;
    }

    .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }

    .team-card img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .team-card h5 {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .team-card p {
      color: #777;
      margin: 0;
      font-size: 15px;
      
    }
