@font-face {
    font-family: 'ChampionGothic';
    font-style: normal;
    font-weight: 400;
    src: local('ChampionGothic'), url('./fonts/ChampionGothic-Featherweight.woff') format('woff');
}

@font-face {
    font-family: 'ContraptionW01Bd';
    font-style: normal;
    font-weight: 400;
    src: local('ContraptionW01Bd'), url('./fonts/ContraptionW01Bd.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    /* font-family: 'ChampionGothic'; */
    font-size: var(--base-font-size);
    position: relative;
    color: #6c6c6c;
}

body.darkmode {
    background-color: #1E1E1E;

}

.app-container {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary-color)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: none !important;
        line-height: 28px !important
    }
}

a:focus {
    outline: 0
}

.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.primary-btn,
.secondary-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 8px 15px;
    position: relative;
    display: table;
    border-radius: 3px
}

.primary-btn {
    background: var(--primary-color);
    color: #fff
}

i .primary-btn:hover {
    background: var(--primary-color-dark);
    color: #fff
}

.secondary-btn {
    background: var(--secondary-color);
    color: #fff
}

.secondary-btn:hover {
    background: var(--secondary-color-dark);
    color: #fff
}

.btn.focus,
.btn:focus,
a:focus,
input:focus {
    outline: 0;
    box-shadow: none !important
}

.banner-btn {
    text-transform: capitalize;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff !important;
    background-color: transparent;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #fff !important
}

.sec-padding-60 {
    padding: 60px 0
}

.sec-padding-100 {
    padding: 100px 0
}

.sm-btn {
    font-size: 14px
}

.md-btn {
    font-size: 16px
}

.lg-btn {
    font-size: 18px
}

.xl-btn {
    font-size: 20px
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    color: #d01417
}

.btn-wrap .btn {
    margin-right: 15px
}

.btn.btn-white {
    background: #fff;
    color: #000;
}

.btn {
    position: relative;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .1); */
    -webkit-transition: .3s all ease;
    transition: .3s ease all;
    z-index: 0
}

.btn:before {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    color: #d01417;
    background-color: #fff;
    border: 1px solid #fff;
    z-index: -2;
    border-radius: inherit
}

.btn-secondary:before {
    background-color: #d01417;
    border: 1px solid #d01417;
    top: -2px;
    bottom: -2px
}

.btn-secondary:hover:before {
    left: -2px !important;
    right: -2px !important
}

.btn:hover:before {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    opacity: 1;
    color: #d01417;
    border: 1px solid #ffffff;
}

.btn:focus:before {
    transition: .5s all ease;
    /* left: 0;
    right: 0; */
    /* opacity: 1 */
}

.btn-secondary:hover {
    color: #fff
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000;
    border-color: transparent;
}

.btn-primary:hover {
    box-shadow: 0px 0px 25px #00000020;
    color: #000000;
}

.btn-secondary {
    border: 1px solid #AE0000;
    color: #AE0000;
    background-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
    /* font-weight: bold; */
}

h1,
h2,
h3 {
    color: #2e2e2e;
    font-family: 'ChampionGothic';
}

.h2,
h2 {
    font-size: 6.7vmin
}

.h3,
h3 {
    font-size: var(--font-size-h3);
}

.h4,
h4 {
    font-size: var(--font-size-h4)
}

.h5,
h5 {
    font-size: var(--font-size-h5)
}

.h6,
h6 {
    font-size: var(--font-size-h6)
}

p {
    line-height: 1.4;
    padding: 0 0 0;
    margin: 0;
    font-size: 16px;

}

.para {
    margin-bottom: 20px;
}

.p-ul {
    margin: 10px 0 10px 0;
    padding: 0;
    padding: 0 0 0 25px;
}

.p-ul .p-li {
    margin: 5px 0 5px 0;
    position: relative;
    list-style: circle;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-hover {
    transition: all .3s;
}

.shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card {
    border: 0;
}

.card .card-body {
    padding: 40px 25px;
}


a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

img {
    border: 0;
    outline: 0
}

li,
ul {
    list-style-type: none
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

.darkmode a {
    color: #fff;
}

a:hover {
    color: #d01417
}

.section-padding {
    padding: 100px 0;
}

.bg-light {
    background-color: #f7f8fd !important;
}


.header-main {
    position: fixed;
    padding: 0;
    z-index: 99;
    width: 100%;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 0
}

.header-main.fixed {
    box-shadow: 0 5px 20px #00000012;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: fixed;
    background: #fff
}

.header-main.fixed .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #223235
}

.header-main.fixed .logo {
    width: 100%
}


.nav-area-full {
    padding: 35px 20px 0;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

header.header-main.stickyyy .nav-area-full {
    background: #1e1e1e;
    padding: 6px 14px;
    box-shadow: 0px 4px 10px 0px #00000021;
}

.logo {
    margin: 0;
    float: left;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.logo img {
    width: 160px;
}

.logo a {
    display: block
}

.main-menu {
    display: inline-block;
}

.main-menu>ul {
    float: left;
    margin: 0;
}

.main-menu>ul>li {
    padding: 0;
    position: relative;
    display: inline-block;
}

.main-menu>ul>li:last-child {
    padding-right: 0
}

.main-menu>ul>li:before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #71787e;
    left: 0;
    top: 30%
}

.main-menu>ul>li:first-child:before {
    display: none
}

.main-menu>ul>li>a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.main-menu>ul>li.book-call>a {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 11px 20px;
    margin: 0 20px 0 10px;
    color: #fff
}



header.header-main.stickyyy .nav-area-full .quicknav li .btn {
    color: #fff;
}

header.header-main.stickyyy .nav-area-full .quicknav li .btn:hover {
    color: #d01417;
}

.header-main .has-submenu.progmenu {
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    margin: 0;
    padding: 3px 0 4px;
}

header .main-menu ul li.hasmenu:hover .dropDown {
    height: auto;
    opacity: 1;
}

header .dropDown>ul {
    max-width: 1135px;
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #000;
    box-shadow: 0px 4px 10px 0px #00000021;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .dropDown {
    position: fixed;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    top: 120px;
    top: 90px;
    z-index: 9;
    height: 0;
    display: none;
    /* overflow: hidden; */
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .main-menu ul li.hasmenu:hover .dropDown {
    padding-top: 30px;
    height: auto;
    opacity: 1;
    display: block;
}

header.header-main.stickyyy .main-menu ul li .dropDown {
    top: 50px;
    padding-top: 21px;
    padding-bottom: 90px;
}

header .dropDown>ul>li {
    width: 33%;
    display: inline-block;
    vertical-align: top
}

header .dropDown>ul>li a .navicon.one {
    background-position: 5px -610px
}

header .dropDown>ul>li a .navicon.two {
    background-position: -115px -610px
}

header .dropDown>ul>li a .navicon.three {
    background-position: -235px -610px
}

header .dropDown>ul>li a .navicon.four {
    background-position: -360px -610px
}

header .dropDown>ul>li a .navicon.five {
    background-position: -480px -610px
}

header .dropDown>ul>li a .navicon {
    background: url(../images/sprite.png);
    width: 120px;
    height: 90px;
    display: inline-block
}

header .dropDown>ul>li>a {
    display: inline-block;
    line-height: 1.2;
    padding: 8px;
}

header .dropDown>ul>li>a>i {
    font-size: 40px;
    margin-right: 14px;
}

header .dropDown>ul>li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform .2s;
    margin-right: 16px;
}

header .dropDown>ul>li a span.head {
    font-size: 24px;
    /* font-weight: 700; */
    display: block;
    color: #fff;
    font-family: 'ChampionGothic';
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

header .dropDown>ul>li a span.discp {
    font-size: 12px
}

header .dropDown>ul>li a:hover span.discp {
    color: #232323
}

header .dropDown>ul>li a.link {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #2e2e2e
}

header .dropDown>ul>li.last {
    padding: 5px 0 0
}

.main-menu>ul>li.hasmenu span {
    font-size: 10px
}

header .dropDown>ul>li a:hover {
    color: #d01417;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #d01417
}

header .dropDown>ul>li:hover a span.head {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #d01417
}

header .dropDown>ul>li:hover a img {
    transition: transform .2s;
    transform: scale(1.1)
}

.main-menu>ul>li>a>i {
    font-size: 16px;
    padding-left: 3px
}

.main-menu>ul>li.head-no>a {
    border-radius: 30px;
    padding: 16px 20px;
    font-size: 14px;
    background-color: #d01417;
    color: #fff;
    font-weight: 700
}

.main-menu>ul>li.head-no>a:hover {
    color: #fff
}

.main-menu>ul>li.active>a,
.main-menu>ul>li>a.active,
.main-menu>ul>li>a:focus,
.main-menu>ul>li>a:hover {
    color: #d01417;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

header .dropDown>ul>li>ul {
    padding-left: 70px;
    display: none;
}

header .dropDown>ul>li>ul li {
    margin-bottom: 6px;
}

header .dropDown>ul>li>ul li a {
    font-weight: 400;
}

header .dropDown>ul>li>ul li a:before {
    content: '_';
    position: relative;
    top: -6px;
    margin-right: 6px;
}

.dropdown {
    width: 270px;
    position: absolute;
    top: 160%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    border-radius: .1875rem;
    box-shadow: 0 1px 24px rgba(45, 62, 80, .12);
    z-index: 95
}

.main-menu>ul>li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    left: 18px
}

.main-menu>ul>li:hover .progmenu .dropdown {
    left: 0
}

.dropdown>ul {
    padding: 10px 0;
    list-style: none
}

.dropdown>ul>li:before {
    display: none
}

.dropdown>ul>li>a {
    color: #171717 !important;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 10px 8px 15px;
    display: block
}

.dropdown>ul>li>a:hover {
    color: #000;
    background: 0 0
}

.dropdown>ul>li>a:hover:before {
    display: none
}

.double-drop {
    width: 400px !important
}

.dropdown>ul>li>ul {
    display: none
}

.dropdown>ul>li.level2:hover>ul {
    display: block
}

.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto
}

.stickyheader .logo img {
    width: 80px
}

.stickyheader .logo {
    margin: 5px 0
}

.stickyheader .navbar-inverse {
    margin: 10px 0 0 0
}

.stickyheader .top-info-list ul {
    margin: 5px 0
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -155px;
    top: 180px;
    width: 200px;
    display: none;
    z-index: 999
}

.sticky li {
    border-radius: 5px;
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 45px;
    padding: 0;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.sticky li:hover {
    margin-left: -115px
}

.sticky li img {
    float: left;
    border-radius: 5px 0 0 5px;
    margin: 0;
    margin-right: 10px
}

.sticky li p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 45px;
    color: #fff
}

.sticky li a {
    border-radius: 5px;
    color: #fff
}

.main-menu>ul>li.book-call {
    margin-top: 0
}

.main-menu>ul>li.book-call a {
    position: relative;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600
}

.main-menu>ul>li.book-call a i {
    position: absolute;
    margin-right: 6px;
    padding-left: 0;
    font-size: 16px;
    left: 0
}


/* sidebar */
.backdrop {
    background: #000000cc;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    bottom: 0;
}

.backdrop .logo {
    width: 20%;
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
    opacity: 0;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}

.backdrop.rotate .logo {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
}

.burger-click-region {
    position: absolute;
    left: 76px;
    top: 80px;
    width: 40px;
    height: 30px;
    z-index: 11;
}

.nav-area-full .burger-click-region {
    position: unset;
    margin-top: 20px;
    margin-right: 6px;
}

.burger-menu-piece {
    display: block;
    position: relative;
    width: 30px;
    border-top: 3px solid #ffffff;
    transform-origin: 50% 50%;
    margin-top: 8px;
}

.sidebar-wrapper .sidebar {
    width: 100%;
    margin-top: 0;
    left: -100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #000000;
}

.sidebar-wrapper .sidebar .logo {
    position: absolute;
    top: 60px;
    width: 200px;
}

.sidebar-wrapper .sidemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
}

.sidebar-wrapper .sidemenu .menu-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 80px 60px 0;
}

.sidebar-wrapper .sidemenu .menu-footer {
    padding: 0 0 80px 60px;
}

/* .sidebar-wrapper .sidemenu {
      height: 100%;
  } */
.sidebar-wrapper .sidebar li {
    list-style-type: none;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    min-width: 100%;
}


.sidebar-wrapper .sidebar .sidetext {
    opacity: 1;
    color: #fff;
}

.sidebar .burger-click-region {
    top: 55px;
    left: 55px;
}


.menu-title {
    display: none;
    padding: 0 0 30px 0;
    color: rgba(0, 0, 0, .3);
    font-size: 16px;
    line-height: 100%
}

.menu-nav {
    margin: -4px 0
}

.menu-nav-item {
    position: relative;
    display: block;
    padding: 6px 0;
    overflow: hidden;
}

.menu-nav-item a {
    display: inline-block;
    position: relative;
    font-size: 44px;
    color: #fff;
    font-weight: 400;
    /* letter-spacing: -.05em; */
    line-height: 100%;
    top: 80px;
    transition: all 1s;
    font-family: 'ChampionGothic';
}

.openside .menu-nav-item a {
    top: 0;
}

.menu-nav-item .inner-menu {
    display: none;
    padding: 12px 0;
    overflow: auto;
    max-height: 300px;
}

.menu-nav-item .inner-menu li {
    text-align: left;
    font-size: inherit;
    margin-bottom: 12px;
}

.menu-nav-item .inner-menu li a {
    font-size: 30px;
    padding-left: 20px;
}

.menu-nav-item .inner-menu .menu-nav-item.dropdown-nav-item {
    padding: 0;
}

.menu-nav-item .inner-menu .menu-nav-item.dropdown-nav-item .inner-menu li a {
    padding-left: 40px;
    font-size: 22px;
}

.menu-nav-item .inner-menu .menu-nav-item.dropdown-nav-item a {
    font-size: 30px;
    padding-left: 20px;
}

.menu-nav-item a em i {
    position: relative;
    top: 4px;
    font-size: 34px;
    margin-left: 10px;
}

.menu-nav-item a em {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 .01em 0 0;
    font-style: normal;
}


.menu-social {
    display: inline-block;
    margin: -6px 0
}


.menu-social-item {
    position: relative;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .00464286em;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.menu-social-item:hover {
    color: #fff;
}


.menu-social-item em {
    display: block;
    position: relative;
    overflow: hidden;
    font-style: normal;
    transition: all 1s;
    top: 20px;
}

.openside .menu-social-item em {
    top: 0;
}

.menu-social-item em span {
    display: block;


}




@media(max-width:767px) {
    header.header-main.stickyyy .nav-area-full {
        padding: 6px 0;
    }

    .banner.home-banner {
        height: 100%;
        padding-bottom: 80px;
    }
}

/* .home-banner {
    height: 100vh;
} */

.banner {
    align-items: center;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    padding: 140px 0;
    height: 900px;
}

.banner .bannertext .banner-heading {
    color: #fff;
    /* font-weight: bold; */
    font-size: 74px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.2
}

.banner .bannertext .banner-paragraph {
    color: #fff;
}

.mheading {
    text-transform: capitalize;
    line-height: 1.1;
    color: #2e2e2e;
    font-size: 74px;
    margin-bottom: 10px;
}

.mparagraph {
    font-size: 18px;
    color: #4f4f4f;
    line-height: 1.4;
    text-align: center
}

.subheading {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
}

.subheading:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #d01417;
    position: absolute;
    left: 0;
    bottom: 4px;
    border-radius: 50%;
}

.bannertext .subheading {
    color: #fff;
}

.bannertext a {
    font-size: 16px;
}

.cta {
    background-image: url(../images/Layer-331.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta .subheading,
.cta .mheading,
.cta p,
.cta a {
    text-align: center;
    color: #fff;
}

.partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -80px;
}

.partner li {
    margin: 12px 12px;
}

.partner li img {
    object-fit: contain;
    filter: invert(1)contrast(0.7);
    width: 160px;
    height: 80px;
}

.growth-inner {
    display: flex;
    align-items: center;
}

.growth-inner figure {
    margin: 0;
}

.growth-inner figure img {
    min-width: 100px;
    width: 100px;
    margin-right: 50px;
}

.growthdesign .box {
    display: flex;
    align-items: center;
}

.growthdesign .box img {
    min-width: 80px;
    width: 80px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
}

a.link {
    color: #d01417;
    margin-top: 15px;
    display: inline-block;
}

a.link i {
    font-weight: 700;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}


.quicknav {
    margin-bottom: 0;
    font-size: 0;
    display: inline-block;
    text-align: right;
}

.quicknav li {
    display: inline-block;
    padding-left: 30px;
}

.quicknav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-weight: 400;
}

.quicknav li a i {
    margin-right: 5px;
    font-size: 16px
}

@media(max-width:1023px) {
    .quicknav li a {
        font-size: 14px !important
    }
}

.banner .bannertext .bannerlist li {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-left: 33px;
    padding-bottom: 5px;
    text-transform: capitalize
}

.banner .bannertext .bannerlist li:before {
    color: #d01417;
    content: "\e916";
    font-size: 18px;
    position: absolute;
    font-family: icomoon !important;
    left: 5px
}

.quicknav li a:hover {
    color: #d01417;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.accordion {
    overflow: hidden;
    background: 0 0
}

.quest-title {
    font-size: 16px;
    position: relative;
    width: 100%;
    display: inline-block;
    /* transition: all linear .15s; */
}

.quest-title:before {
    position: absolute;
    content: "\e908";
    right: 0;
    top: 0;
    font-family: icomoon !important;
}

.quest-title.active,
.quest-title:hover {
    color: #d01417;
    content: "\e907"
}

.quest-title.active {
    font-size: 18px;
}

.quest-title.active:before {
    content: "\e907"
}

.quest-content {
    display: none;
    width: 100%;
    padding-top: 20px;
}

.accordion .quest-section {
    padding: 20px;
    background: #fff;
    border: 1px solid #d5d8dd;
    margin-bottom: 30px;
    border-radius: 6px;
}

.quest-content p a {
    color: #d01417;
    text-decoration: underline
}


.faq .accordwrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 60px 25px
}

.quest-content ul li:before {
    color: #d01417;
    content: "\e916";
    font-size: 18px;
    position: absolute;
    font-family: icomoon !important;
    left: 5px
}

.quest-content ul li {
    position: relative;
    padding-left: 33px;
    padding-bottom: 5px;
    color: #6c6c6c;
}

.process i {
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

.form-control {
    padding: 12px 16px;
    color: #202020;
    border: 1px solid #d5d8dd;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px #0000001f;
}

.form-control::placeholder {
    color: #9d9d9d;
}

.form-control:focus {
    color: #202020;
    border-color: rgb(51, 51, 51);
    outline: 0;
    box-shadow: none;
}

@media(max-width:767px) {
    .nampoup {
        display: none
    }
}

.nampoup {
    position: fixed;
    left: 20px;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 8px 40px;
    transition: .5s;
    bottom: -100px;
    z-index: 9;
    box-shadow: 0 0 20px #0003
}

.frstn.active {
    bottom: 20px
}

.scndn.active {
    bottom: 20px
}

.thrdn.active {
    bottom: 20px
}

.frthn.active {
    bottom: 20px
}

.ffthn.active {
    bottom: 20px
}

.ffthn.active {
    bottom: 20px
}

.sxxthn.active {
    bottom: 20px
}

.svnthn.active {
    bottom: 20px
}

.eghtn.active {
    bottom: 20px
}

.nnethn.active {
    bottom: 20px
}

.tnthn.active {
    bottom: 20px
}

.elvnth.active {
    bottom: 20px
}

.twlthn.active {
    bottom: 20px
}

.thrtn.active {
    bottom: 20px
}

.fftn.active {
    bottom: 20px
}

.ssxtn.active {
    bottom: 20px
}

.nampoup .wrp b {
    color: #000;
    display: block;
    text-transform: capitalize;
    padding: 0 0 5px 0
}

.nampoup .wrp span {
    color: #000;
    text-transform: capitalize
}

.nampoup .wrp p {
    color: #000;
    font-size: 12px
}

.small-banner {
        padding-bottom: 140px;
    padding-top: 220px;
    background-position: bottom;
    height: auto;
}

.about-banner,
.contact-banner {
    height: auto !important;
}

.about-us,
.contact-us {
    margin-top: -150px;
}

@media (max-width: 1200px) {
    .about-us .fs-22 {
        font-size: 16px;
    }
}


.service-banner {
    height: 800px;
}

.pages-link {
    margin-top: -70px;
}

.pages-link .card {
    box-shadow: 0px 0px 20px 0px #00000026;
}

.pages-link .card .card-body {
    text-align: center;
}

.pages-link .card .card-body a {
    color: #d01417;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
}

.counter {
    margin-top: 30px;
}

.counter h2 {
    font-weight: bold;
    font-size: 48px;
}

.fold-img {
    height: 100%;
}

.fold-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.card-list {
    border: 1px solid #d5d8dd;
    padding: 60px;
    border-radius: 6px;
}

.card-list li {
    margin-bottom: 30px;
}

.contact-info {
    margin: 20px 0 0;
}

.contact-info a,
.contact-info li {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
    display: flex;
}

.contact-info a i,
.contact-info li i {
    color: #d01417;
    margin-right: 10px;
    font-size: 18px;
    min-width: 20px;
}

.contact-info li {
    margin-bottom: 10px;
}

.number {
    margin-bottom: 60px;
}

.number span {
    font-size: 10rem;
    position: absolute;
    font-weight: bold;
    line-height: 1;
    color: #f0f0f0;
    z-index: -1;
    display: none;
    top: -20px;
}

.brands-logo img {
    width: 120px;
}

.brands-logo figure {
    text-align: center;
    margin-bottom: 80px;
}



.policysec {
    padding: 60px 0 20px
}

.policysec .mheading {
    text-align: left
}

.policysec p {
    color: #4c4c4c;
    font-size: 18px;
    padding-bottom: 20px
}

.policysec h3 {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 700
}

.policysec .policylisy {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block
}

.policysec .policylisy li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    padding-bottom: 10px
}

.policysec .policylisy li:before {
    color: #0984e3;
    content: "\e916";
    font-size: 16px;
    position: absolute;
    font-family: icomoon !important;
    left: 0
}

.policysec .innerpolicylist {
    padding-left: 20px;
    margin-bottom: 0
}

.policysec .innerpolicylist li {
    font-size: 14px;
    padding-left: 17px;
    margin-left: 20px
}

.policysec .innerpolicylist li.heading {
    font-weight: 700;
    margin-left: 0
}

.policysec .innerpolicylist li.heading:before {
    width: 10px;
    height: 2px;
    top: 10px;
    border-radius: 0
}

.policysec .innerpolicylist li:before {
    color: #0984e3;
    content: "";
    font-size: 16px;
    position: absolute;
    font-family: icomoon !important;
    left: 0;
    width: 5px;
    height: 5px;
    top: 10px;
    border-radius: 50%;
    background: #0984e3
}

.policysec .policylisy li a {
    font-size: 16px;
    color: #4c4c4c;
    text-decoration: underline
}

.policysec .policylisy li a:hover {
    color: #0984e3
}

.policysec p a {
    color: #4c4c4c;
    text-decoration: underline
}

.thankyou {
    display: flex;
    padding-top: 200px;
    height: 100vh;
    align-items: center;
    text-align: center;
}


.thankyoupg .cta {
    display: none;
}

.thankyou .mheading {
    color: #fff;
    font-size: 100px;
}


.footer-main .links {
    margin-bottom: 30px;
}

.footer-main .links h6 {
    font-size: 16px;
    text-transform: uppercase;
}

.footer-main .links li,
.footer-main .links li a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
}

.footer-main .links li a {
    margin-bottom: 0;
}

.services-links {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 60px;
    padding-bottom: 30px;
    display: none;
}

.footer p {
    font-size: 14px;
}

.footer-main .links li i,
.footer-main .links li a i {
    margin-right: 10px;
}

.footer .logo img {
    width: 180px;
}

.footer .logo {
    float: none;
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid #d8d8d8;
    text-align: center;
}

.grecaptcha-badge {
    bottom: 50px !important;
}


.vertical-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 140px;
    margin-left: -40px;
}

.vertical-switch__slider {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #A1A1A1;
    border: 1px solid #00000008;
    border-radius: 30px;
}

body.darkmode .vertical-switch__slider {
    border-color: #00000008;
    background: #323232;
}

.vertical-switch__slider:before {
    position: absolute;
    content: "";
    border: 15px solid #5e5e5e;
    bottom: -2px;
    left: calc((100% - 60px)/2);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #fff;
    transition: all 400ms cubic-bezier(1, 0, 0.01, 1.01);
}

body.darkmode .vertical-switch__slider:before {
    background: #AE0000;
    border-color: #000;
}

.vertical-switch>input[type=checkbox] {
    display: none;
}

.vertical-switch>input[type=checkbox]:checked+.vertical-switch__slider:before {
    transform: translateY(calc(100% - 142px));
}

.theme-change .logo {
    filter: invert(1);
    width: 260px;
    float: none;
    margin-bottom: 20px;
}

.slider-work img {
    border-radius: 12px;
}

.slider-work .slick-slide {
    margin: 0 10px;
}

.our-work {
    background-image: url(../images/app-showcase-img-06-2.webp);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0 240px;
}

.bgcolor {
    padding: 50px;
    background-color: #272727;
    margin-left: -260px;
    margin-top: -100px;
}

footer {
    background-image: url(../images/app-showcase-img-06-1.webp);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 300px 0 60px;
}

footer p {
    color: #fff;
}

footer a {
    color: #fff;
}

footer li {
    color: #fff;
}

footer h3 {
    color: #fff;
    font-weight: 400;
}

body.darkmode .vertical-switch__slider {
    border-color: #00000008;
    background: #323232;
}

body.darkmode .vertical-switch__slider:before {
    background: #AE0000;
    border-color: #000;
}

body.darkmode img[title=toggle-logo] {
    filter: none;
}

body.darkmode {
    color: #fff;
}

body.darkmode .kl-rich-text h1 {
    color: #fff;
}

body.darkmode h1,
body.darkmode h2,
body.darkmode h3,
body.darkmode h4 {
    color: #fff;
}

.kl-header a.button.button--outlined,
body.darkmode a.button.button--outlined {
    color: #fff;
    border-color: #fff;
    filter: grayscale(1)brightness(10);
}

body.darkmode .bigheading h1 {
    color: transparent;
}

.darkmode .partner li img {
    filter: none;
}

.darkmode .theme-change .logo {
    filter: none;
}

.darkmode .theme-change .logo {
    filter: none;
}

.btn-secondary {}

.darkmode .btn-secondary {
    border-color: #fff;
    color: #fff;
}

.darkmode .btn-secondary:hover {
    color: #000;
}

.darkmode .btn-secondary:hover:before {
    background: #fff;
}



#regForm {
    background-color: #272727;
    padding: 50px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
}

#regForm .form-control {
    background: #333333;
    border-color: #1E1E1E;
    margin-top: 6px;
    color: #fff;
}

#regForm .tab {
    font-size: 16px;
    font-weight: 700;
}

#regForm .custom-control-label {
    font-weight: 400;
    color: #6C6C6C;
}

#regForm .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.steps {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    color: #6C6C6C;
    font-size: 14px;
}

.steps:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    top: 42px;
    background: #333333;
}

.step.active span.number {
    background: #AE0000;
}

.steps .step {
    z-index: 1;
}

/* Hide all steps by default: */
.tab {
    display: none;
}



#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step .number {
    height: 30px;
    width: 30px;
    margin: 8px auto;
    background-color: #333333;
    border: none;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.step.active {
    opacity: 1;
}

.steps input.invalid {
    background-color: #ffdddd;
}

/* Mark the steps that are finished and valid: */
.step.finish .number {
    background-color: #04AA6D;
}

.file-button-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-style: dashed;
    border-width: 1.5px;
    vertical-align: top;
    flex-flow: column;
    padding-top: 1.75em;
    padding-bottom: 1.5em;
    position: relative;
    border-color: #1E1E1E;
    background: #333333;
}

.file-button-cover input {
    position: absolute;
    cursor: pointer;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 105%;
    width: 100%;
    opacity: 0;
    z-index: 2;
}

.bigheading {
    position: relative;
}

.bigheading h1 {
    position: absolute;
    top: -80px;
    font-size: 400px;
    line-height: .8;
    left: 0;
    right: 0;
    z-index: -1;
    font-family: "ContraptionW01Bd";
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    opacity: .2;
    color: transparent;
    -webkit-text-stroke-color: #FF2E2E;
}

.bigheading.text-right {
    text-align: right;
}

.bigheading.text-left {
    text-align: left;
}

.upload-icon {
    filter: invert(1);
    width: 50px;
    margin-bottom: 16px;
}

.darkmode .darkmodeimg {
    filter: invert(1);
}

.cookie-disclaimer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #a11818;
    font-size: 14px;
    color: white;
    display: none;
    padding: 1rem 140px;
}

@media (max-width: 768px) {
    .cookie-disclaimer {
        padding: 1rem 0px;
    }

    .cookie-disclaimer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cookie-disclaimer .container>button {
        margin-top: 5px;
    }

    footer {
           padding-top: 80px;
    margin-top: -50px;
    }

    #regForm {
        padding: 25px;
    }

}

li.inner-menu:hover .submenu {
    opacity: 1;
}

.submenu {
    position: absolute;
    top: 35px;
    left: 0;
    background: #000;
    padding: 20px;
    width: 100%;
    opacity: 0;
}

li.inner-menu {
    position: relative;
}

.submenu a span {
    color: #fff !important;
}

.submenu a:hover span {
    color: #d01417 !important;
}

.submenu li {
    padding: 4px 0;
}

li.inner-menu.active .icon-chevron-down {
    position: absolute;
    bottom: 15px
}

.submenu ul {
    column-count: 2;
}

ul.pera-ul {
    margin: 10px 0;
}

ul.pera-ul li {
    margin: 12px 0;
}
.process-info {
    position: relative;
}

.process-info .items-list {
       position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    display: flex;
}
.process-info .items-list .item {
    margin: 0 15px;
}
.process-info .items-list .item h2 {
    font-size: 50px;
}
.process-info .items-list .item p {
    margin-top: 110px;
}

.process-info .items-list .item {
    margin: 0 15px;
}
.portfolio-sec .nav-pills {
    justify-content: center;
    margin-bottom: 30px;
}

.portfolio-sec .nav-pills .nav-link {
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 0;
    transition: all .3s;
}
.darkmode .portfolio-sec .nav-pills .nav-link {
    border: 1px solid #fff;
}

.portfolio-sec .nav-pills .nav-item {
    margin: 0 4px;
}

.portfolio-sec .nav-pills .nav-link:hover {
    background: #000;
    color: #fff;
}
.darkmode .portfolio-sec .nav-pills .nav-link:hover {
    background: #fff;
    color: #000;
}

.portfolio-sec .nav-pills .nav-link.active {
    background: #000;
    color: #fff;
}
.darkmode .portfolio-sec .nav-pills .nav-link.active {
    background: #fff;
    color: #000;
}


.tabs .units-categories {
    text-align: center;
    margin: -40px auto 40px;
    max-width: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.tabs .units-categories li {
    text-align: center;
    display: inline-block;
    margin: 4px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1
}

.tabs .units-categories li span {
       font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 0;
    color: #2b2c2e;
    border: 1px solid #000000;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.darkmode .tabs .units-categories li span {
    border-color: #fff;
    color: #fff;
}
.tabs .units-categories li.active span {
    background-color: #ae0000;
    color: #fff;
    border: 1px solid #ff3100
}

.tabs .units-categories .tab-item span:active {
    border: 1px solid #ae0000;
    transition: 0s
}

.tabs .units-categories .is_need_to_hide {
    display: none
}

.tabs .units-categories .less {
    display: none
}

.tab-content {
    position: relative;
    /*padding-bottom: 110px;*/
    /*margin-bottom: 140px*/
}

.tab-content::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 275px;
    height: 60px;
    background-image: url(../images/dots.png);
    background-size: 100%
}

.tab-content ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.tab-content ul .porfolio-item {
    width: 33.33%;
    padding: 8px;
    /*padding-top: 40px*/
}

.tab-content ul .porfolio-item.mid-item {
    padding-top: 0
}

.tab-content ul .porfolio-item h3 {
    font-family: utd-600;
    font-size: 24px;
    padding: 16px 0 0;
    color: #2b2c2e
}

.tab-content ul .porfolio-item h4 {
    font-family: gtc-400;
    font-size: 20px;
    padding: 5px 0 10px;
    color: #2b2c2e
}

.tab-content ul .porfolio-item h6 {
    font-family: utd-500;
    font-size: 18px;
    color: #94979b;
    text-transform: uppercase
}

.tab-content ul .porfolio-item figure {
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}

.tab-content ul .porfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s
}

.tab-content ul .porfolio-item:hover img {
    transform: scale(1.05)
}
.my-custom-links.vbox-item img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
@media(max-width:1366px) {
button.btn.btn-primary.accept-cookie {
    margin-right: 140px;
}
}



/*.services-page .banner .bannertext .banner-heading {*/
/*    font-size: 50px;*/
/*}*/