@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&family=Poppins:wght@300;400;500;600&display=swap");

* {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media all and (min-width: 768px) {
    * {
        cursor: none !important
    }
}

@media all and (min-width: 991px) {
    *::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    *::-webkit-scrollbar-track {
        background: 0 0;
        background: rgba(0, 0, 0, 0.1)
    }

    *::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.7)
    }

    *::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.7)
    }
}

body {
    overflow-x: hidden
}

.cursorCustom {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: 6000;
    pointer-events: none;
    mix-blend-mode: difference;
    border: 2px solid rgb(0, 132, 255);
    transition: 0.2s zoom linear
}

.range-slider {
    width: 100%;
    margin: 70px auto 20px;
    position: relative
}

.rangeSlide {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 10px
}

.rangeSlide:focus {
    outline: none
}

.rangeSlide::before,
.rangeSlide::after {
    position: absolute;
    top: 2rem;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 4px
}

.rangeSlide::before {
    left: 0;
    content: attr(min)
}

.rangeSlide::after {
    right: 0;
    content: attr(max)
}

.dollerRange .rangeSlide::before {
    left: 0;
    content: "$" attr(min)
}

.dollerRange .rangeSlide::after {
    right: 0;
    content: "$" attr(max)
}

.rangeSlide::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animation-delay: 0.2s;/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< animate:0.2s*/
    border-radius: 1rem
}

.rangeSlide::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
    border-radius: 50%;
    background: #3FBEF8;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 8px))
}

.tooltipView {
    position: absolute;
    top: -2.25rem
}

.tooltipView span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    color: #09a2d9;
    border-radius: 0.125rem;
    background: #fff;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 3px 3px 10px #BAB7B729;
    padding: 10px 15px;
    bottom: -15px;
    font-weight: 600
}
.tooltipView2 {
    position: absolute;
    top: -2.25rem
}

.tooltipView2 span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    color: #09a2d9;
    border-radius: 0.125rem;
    background: #fff;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 3px 3px 10px #BAB7B729;
    padding: 10px 15px;
    bottom: -15px;
    font-weight: 600
}

.tooltipView2 span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff
}

.tooltipView span:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff
}

.btn {
    background-color: #fff;
    height: 45px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border: #fff solid 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
/**18-10-2023 value 60px to 45px**/
@media all and (min-width: 768px) {
    .btn {
        padding: 0 45px
    }
}

@media all and (max-width: 768px) {
    .btn {
        padding: 0 40px
    }
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #fff;
    color: #fff
}

.btn:after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    width: 0;
    overflow: hidden;
    transition: 0.2s all linear
}

.btn.dark:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn:focus {
    box-shadow: none !important
}

.btn:hover:after {
    width: 15px;
    margin-left: 10px
}

.btn-secondary {
    color: #fff;
    background-color: transparent
}

:root {
    scroll-behavior: unset
}

body.sideOpen {
    overflow: hidden !important
}

.mainHeader {
    position: fixed;
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    z-index: 99
}

.mainHeader .headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    transition: 0.2s all linear
}

.mainHeader .headerInner a {
    text-decoration: none !important;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 22px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.mainHeader .headerInner a .fa-calculator {
    display: none !important
}

.mainHeader .headerInner a.mainNavBtn {
    z-index: 101
}

.mainHeader .headerInner a.mainNavBtn i {
    position: absolute;
    left: 0;
    transition: 0.2s all linear
}

.mainHeader .headerInner a.mainNavBtn i.hoverIcon {
    opacity: 0
}

.mainHeader .headerInner a.mainNavBtn:hover i.icon {
    transform: rotate(180deg);
    opacity: 0
}

.mainHeader .headerInner a.mainNavBtn:hover i.hoverIcon {
    transform: rotate(180deg);
    opacity: 1
}

.mainHeader .headerInner a.brand {
    height: 35px;
    width: 110px;
    padding: 0
}

.mainHeader .headerInner a.brand img {
    width: 170%;
    height: 40px;
    object-fit: contain;
    margin: -36px; /* remove the negative margin so it aligns properly */
}
.mainHeader.headerStick {
    /*backdrop-filter: blur(50px);*/
    background-color: rgba(0, 0, 0, 0.5)
}

.mainHeader.headerStick .headerInner {
    height: 60px
}

.mainHeader.headerStick+.navSideMenu .navSideMenuBtn {
    height: 60px
}

@media all and (min-width: 768px) {
    .mainHeader.headerStick+.navSideMenu .sideMenu {
        padding-top: 60px
    }
}

.sideOpen .navSideMenu {
    transform: translateX(0%)
}

*[data-ani]:not(.wow) {
    opacity: 0
}

.navSideMenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    transform: translateX(-100%);
    transition: 1s transform linear;
    display: flex
}

.navSideMenu .backBtn {
    display: none
}

.navSideMenu .bannerView {
    width: 60%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: 0
}

.navSideMenu .bannerView:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: ""
}

.navSideMenu .bannerView img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navSideMenu .navSideMenuBtn {
    height: 80px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    margin-left: 50px;
    transition: 0.2s all linear
}

@media all and (max-width: 768px) {
    .navSideMenu .navSideMenuBtn {
        margin-left: 20px;
        height: 60px
    }
}

.navSideMenu .navSideMenuBtn i {
    transition: 0.2s all linear
}

.navSideMenu .navSideMenuBtn:hover i {
    transform: rotate(180deg)
}

@media all and (max-width: 768px) {
    .navSideMenu:not(.menuOpened) .navSideMenuBtn {
        z-index: 8
    }
}

.navSideMenu .sideMenu {
    backdrop-filter: blur(20px) saturate(1.8);
    background-color: rgba(0, 0, 0, 0.15);
    width: 40%;
    height: 100%;
    padding: 0;
    border-right: rgba(255, 255, 255, 0.1) solid 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    transition: 0.2s padding linear;
    list-style: none;
    margin: 0
}

.navSideMenu .sideMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.navSideMenu .sideMenu>li {
    visibility: hidden
}

.navSideMenu .sideMenu li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2
}

.navSideMenu .sideMenu:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    content: "";
    background-color: rgba(0, 0, 0, 0.5)
}

@media all and (max-width: 768px) {
    .navSideMenu .sideMenu:before {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

.navSideMenu .sideMenu a {
    margin: 15px 50px 15px 0;
    text-decoration: none !important;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6)
}

@media all and (max-width: 768px) {
    .navSideMenu .sideMenu a {
        margin: 15px 15px 15px 0;
        font-size: 14px
    }
}

.navSideMenu .sideMenu a:hover {
    color: #fff
}

.navSideMenu .sideMenu a i {
    margin-left: 10px;
    transition: 0.2s all linear
}

.navSideMenu .sideMenu a.open i {
    transform: rotate(180deg)
}

.navSideMenu .sideMenu video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

.navSideMenu .bannerArea {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.navSideMenu .bannerArea .h3 {
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-size: 34px;
    width: 70%;
    text-align: center;
    margin-bottom: 30px
}

.navSideMenu .bannerArea button {
    margin: 0
}

.navSideMenu.animateIt .sideMenu>li {
    animation: menuAnimate 0.5s ease-out;
    animation-fill-mode: forwards
}

@keyframes menuAnimate {
    0% {
        visibility: hidden;
        transform: translateX(-200px)
    }

    100% {
        visibility: visible;
        transform: translateX(0px)
    }
}

.scrollSection {
    padding-top: 60px;
    height: 100vh;
    width: 100%;
    background-color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.scrollSection:before {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.scrollSection .textView {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto
}

.sectionView {
    padding-top: 20px;
    min-height: 100vh;
    width: 100%;
    background-color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.sectionView:before {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); 17-08-2023*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.sectionView .textView {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin: auto
}

@media all and (min-width: 768px) {
    .sectionView .textView {
        align-items: center;
    }
}

.videoCover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;  /*04-*08-2023*/
    left: 0;
    top: 0
}

.homeSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

.homeSection1 .h4 {
    margin: 10px 0 40px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

.homeSection3 {
    background-image: url(../images/homeSection3.jpg);
    background-size: cover
}
.homeSection6 {
    background-image: url(../images/ForkLift08.png);
    background-size: cover
}
/*18-10-2023*/
@media (max-width: 768px) {
    .homeSection3 {
        background-image: url(../images/homeSection3mobileview.jpg);
        background-size: cover
    }
}

.homeSection2 .h2 {
    margin: 0;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    /* background-color: ; */
}

.homeSection2 .h4 {
    margin: 10px 0 7px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;

}

.homeSection3 .h2 {
    margin: 0;
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    /* background-color: ; */
}
.homeSection6 .h2 {
    margin: 0;
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    /* background-color: ; */
}



.homeSection3 .h4 {
    margin: 10px 0 40px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;

}
.homeSection6 .h4 {
    margin: 10px 0 40px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;

}


.homeSection4 {
    background-color: #ffffff;
    /* background-image: url(../images/BLR.jpg);
    background-size: cover; */
    
   
}

.homeSection4:before {
    display: none
}

.homeSection4 .thumb {
    height: 180px;
    width: 100%;
    margin-top: 50px
}

.homeSection4 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.homeSection4 .h4 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    font-weight: 600;
    font-size: 18px
}

.homeSection4 .text {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 80%;
    font-size: 18px;
    text-align: center;
    margin: auto
}

.homeSection5 {
    padding: 50px 0
}

.homeSection5 .h2 {
    margin: 0;
    font-size: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center
}

.humanoidSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.humanoidSection2 {
    background-image: url(../images/humanoidSection2.jpg);
    background-size: cover;
    min-height: 900px;
}
@media (max-width: 768px) {
    .humanoidSection2 {
        background-image: url(../images/humanoidSection2mobile.jpg);
    }
}
.humanoidSection2 .textView {
    margin: unset;
    align-items: flex-start
}

.humanoidSection3 .textView {
    margin: unset;
    align-items: end
}
.humanoidSection2 .textView .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase
}
.humanoidSection3 .textView .h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase
}


.humanoidSection2 .textView .text {
    text-align: left;
    width: 50%;
    font-size: 18px;
    margin-top: 40px;
    color: #EFEFEF
}
.humanoidSection3 .textView .text {
    text-align: left;
    width: 55%;
    font-size: 18px;
    margin-top: 25px;
    color: #EFEFEF
}

.humanoidSection2 .textView button {
    margin: 30px 0 0
}
.humanoidSection3 .textView button {
    margin: 30px 0 0
}
.humanoidSection3 {
    background-image: url(../images/HUMANOIDWITHHUMANs.png);
    /*background-size: cover,contain; */
    background-position:center;
    background-repeat: no-repeat;
    min-height: 900px;
    background-size: cover;

}
/*18-10-2023*/
@media (max-width: 768px) {
    .humanoidSection3 {
        background-image: url(../images/HUMANOIDWITHHUMANmobile.png);
    }
}

.humanoidSection4 {
    background-color: #fff;
    padding-bottom: 100px;
    height: auto;
}

.humanoidSection4:before {
    display: none
}

.humanoidSection4 .h2 {
    letter-spacing: 2px;
    word-spacing: 4px;
    font-size: 36px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0
}

.humanoidSection4 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.humanoidSection4 .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.humanoidSection4 .col-md-4 img {
    width: 100px;
    margin-top: 120px
}
.humanoidSection4 .col-md-3 img {
    width: 80px;
    margin-top: 45px
    
}                                     /*    -----------------------  17-10-2023  -------------------------*/
.humanoidSection4 .col-md-4 .h4 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    text-align: center
}

.humanoidSection4 .col-md-3 .h4 {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
    text-align: center
}  /*    -----------------------  17-10-2023  -------------------------*/

.humanoidSection5 {
    background-image: url(../images/humanoidSection5.jpg);
    background-size: cover;
    min-height: 900px;
}

.humanoidSection5:before {
    display: none
}

.humanoidSection5 .textView {
    width: 100%;
    align-items: center;
    display: flex
}

.humanoidSection5 .textView .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.humanoidSection5 .textView .text {
    margin-top: 40px;
    font-size: 18px;
    color: #EFEFEF;
    max-width: 100%;
    text-align: center
}

.tabsView {
    background-color: #212121;
    color: #fff;
    align-items: flex-start;
    padding-bottom: 80px;
    height: auto;
    min-height: 800px;
}

.tabsView .nav-tabs {
    border: none;
    flex-wrap: unset
}

.tabsView .nav-tabs button {
    border: none;
    border-bottom: 5px solid transparent !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #D8D8D8
}

.tabsView .nav-tabs button.active {
    color: #D8D8D8;
    border-bottom-color: #215193 !important
}

.tabsView:before {
    display: none
}

.tabsView .tab-pane {
    background-color: #2C2C2C;
    padding: 40px
}

.tabsView .tab-pane>img {
    width: 100%
}

.tabsView .tab-pane>.h4 {
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold
}

.tabsView .tab-pane>.btn {
    margin-top: 50px !important
}

.tabsView .detailView {
    display: flex;
    flex-direction: column;
    padding: 30px
}

.tabsView .detailView .Info {
    display: flex;
    margin-top: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8)
}

.tabsView .detailView .Info label {
    margin-right: 30px;
    min-width: 300px;
    font-weight: bold;
    color: #fff
}

.dgvSection1 {
    background-image: url(../images/homeSection3.jpg);
    background-size: cover
}

.forkSection1 {
    background-image: url(../images/forklift-photo2.png);
    background-size: cover;
    color:white;
}




.dgvSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.dgvSection2 {
    background-image: url(../images/dgvSection2.jpg);
    background-size: cover;
    min-height: 40vh;

}

.dgvSection2:before {
    display: none !important
}

.dgvSection2 .h5 {
    font-size: 36px;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600
}

.dgvSection2 .text {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
    list-style-type: "-  "
}

.dgvSection2 .text li::marker {
    font-weight: bold;
    font-size: 20px
}

.forksection3 {
    background-color: #212121;
    min-height: 640px;
}

.forkSection3:before {
    display: none
}

.forkSection3 .h5 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600
}

.forkSection3 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
    list-style-type: "-  ";
    line-height: 2;
}

.forkSection3 .text li::marker {
    font-weight: bold;
    font-size: 20px
}

.dgvSection3 {
    background-color: #212121;
    min-height: 700px;
}

.forkSection3 {
    background-color: #212121;
    min-height: 700px;
}
.dgvSection3:before {
    display: none
}

.dgvSection3 .h5 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600
}

.dgvSection3 .text {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
    list-style-type: "-  "
}

.dgvSection3 .text li::marker {
    font-weight: bold;
    font-size: 20px
}
.forkSection4 {
    background-color: #fff;
    min-height: 600px;
}

.forkSection4 .col-md-4 {
    display: flex
}

.forkSection4 .h5 {
    font-size: 57px;
    margin-bottom: 100px;
    display: flex;
    font-weight: 600;
    justify-content: center
}

.forkSection4:before {
    display: none
}

.forkSection4 .whyFeature {
    padding: 20px 50px
}

.forkSection4 .whyFeature:not(.noBorder) {
    border-left: rgba(0, 0, 0, 0.5) solid 1px
}

.forkSection4 .whyFeature img {
    width: 80px
}

.forkSection4 .whyFeature .h4 {
    font-size: 20px;
    margin-top: 40px;
    display: flex;
    font-weight: bold;
    text-transform: uppercase
}

.forkSection4 .whyFeature .text {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500
}

.dgvSection4 {
    background-color: #fff;
    min-height: 900px;
}

.dgvSection4 .col-md-4 {
    display: flex
}

.dgvSection4 .h5 {
    font-size: 57px;
    margin-bottom: 100px;
    display: flex;
    font-weight: 600;
    justify-content: center
}

.dgvSection4:before {
    display: none
}

.dgvSection4 .whyFeature {
    padding: 20px 50px
}

.dgvSection4 .whyFeature:not(.noBorder) {
    border-left: rgba(0, 0, 0, 0.5) solid 1px
}

.dgvSection4 .whyFeature img {
    width: 80px
}

.dgvSection4 .whyFeature .h4 {
    font-size: 20px;
    margin-top: 40px;
    display: flex;
    font-weight: bold;
    text-transform: uppercase
}

.dgvSection4 .whyFeature .text {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500
}

.dgvSection5 {
    display: flex;
    background-color: #F8F6F6;
    min-height: 900px;
}

.dgvSection5:before {
    display: none
}

.dgvSection5 .thumbView {
    width: 50%;
    height: 100%
}

.dgvSection5 .thumbView img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dgvSection5 .textInfo {
    width: 50%;
    padding: 60px
}

.dgvSection5 .textInfo .h5 {
    font-size: 52px;
    margin-bottom: 40px;
    display: flex;
    font-weight: 600
}

.dgvSection5 .textInfo .text {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 500
}

.dgvSection6 {
    padding-top: 100px !important
}

.dgvSection7 {
    background-image: url(../images/dgvSection7.jpg);
    background-size: cover
}

.dar1000Section1 .h2 {
    margin: 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.dar1000Section2 {
    background-image: url(../images/dar1000Section2.jpg);
    background-size: cover
}

.dar1000Section2:before {
    display: none
}

.dar1000Section2 .h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.dar1000Section2 .text {
    font-size: 18px;
    margin-top: 50px;
    font-weight: 500;
    max-width: 80%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7)
}

.dar1000Section3 {
    background-color: #212121;
    padding: 100px 0;
    height: auto
}

.dar1000Section3:before {
    display: none
}

.dar1000Section3 *[class*="col-"] {
    overflow: hidden
}

.dar1000Section3 *[class*="col-"] img {
    transition: 0.2s all linear
}

.dar1000Section3 *[class*="col-"]:hover img {
    transform: scale(1.1)
}

.dar1000Section4 .feature {
    display: flex;
    width: 100%;
    margin-top: auto;
    justify-content: center;
    z-index: 1;
    position: relative;
    background-color: #212121
}

.dar1000Section4 .feature>span {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 50px
}

.dar1000Section4 .feature>span img {
    width: 100px;
    max-height: 100px;
    margin-right: 10px
}

.dar1000Section6 .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.1
}

.dar1000Section7 .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.1
}

.dar1000Section8 {
    position: relative
}

.dar1000Section8:before {
    display: none
}

.dar1000Section8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all linear
}

.dar1000Section8 img:not(.hover) {
    border: 300px solid #000;
    z-index: 1
}

.dar1000Section8 img.hover {
    visibility: hidden
}

.dar1000Section8:hover img:not(.hover) {
    border: 0px solid #000
}

.dar1000Section8:hover img.hover {
    animation: show;
    animation-delay: 0.5s;
    z-index: 2;
    animation-fill-mode: forwards
}

@keyframes show {
    0% {
        visibility: hidden
    }

    100% {
        visibility: visible
    }
}

.dar1000Section9 .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.1
}

.dar1000Section10 {
    background-color: #2C2C2C;
    color: #fff;
    min-height: 70vh;
}

.dar1000Section10:before {
    display: none
}

.dar1000Section10 .darProductView {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin: auto;
    margin-top: 40px
}

.dar1000Section10 .darProductView .thumb {
    width: 100%;
    /* height: 250px */
}

.dar1000Section10 .darProductView .thumb img {
    width: 100%;
    /* height: 100%; */
    /* object-fit:; */
}

.dar1000Section10 .darProductView .h4 {
    margin: 10px 0 0;
    font-size: 25px;
    display: flex;
    text-transform: uppercase;
    justify-content: center
}

.dar1000Section11 {
    padding-top: 100px !important;
    min-height: 60vh;
}

.dar1000Section12 {
    padding: 100px 0;
    background-image: url(../images/dar1000Section12.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 60vh;
}

.dar1000Section12:before {
    display: none
}

.dar1000Section12 .text {
    font-size: 28px;
    margin-top: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    max-width: 70%;
    text-align: center
}

.dar1000Section12 .btn {
    margin: 30px auto 0;
    background-color: #215193;
    color: #fff
}

.industrialSection1 {
    background-image: url(../images/industrialSection1.jpg);
    background-size: cover
}

.industrialSection1 .h2 {
    margin: 0;
    font-size: 62px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.industrialSection1 .btn {
    margin-top: 40px
}

.tomiSection1 {
    background-image: url(../images/tomiSection1.jpg);
    background-size: cover
}

.tomiSection1:before {
    display: none !important
}

.tomiSection1 .h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.contactSection2 {
    background-color: #F3F3F3;
    padding-bottom: 30px;
    min-height: 820px;
}

.contactSection2:before {
    display: none
}

.contactSection2 .form-group {
    margin-top: 25px;
    width: calc(100% - 30px)
}

.contactSection2 .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #0D090E
}

.contactSection2 .phoneNumber {
    display: flex
}

.contactSection2 .phoneNumber .form-select {
    min-width: 140px;
    max-width: 140px;
    margin-right: 15px
}

.contactSection2 .form-select,
.contactSection2 .form-control {
    /*border: none;*/
    border: #707070 solid 1px;
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    padding: 0 0 0 10px
}

.contactSection2 textarea {
    height: 120px !important;
    border: #707070 solid 1px !important;
    resize: none;
    padding: 10px !important
}

.contactSection2 .btnGroup {
    display: flex;
    justify-content: center;
    margin: 50px 0 !important
}

.contactSection2 .btnGroup .btn {
    margin: 0 10px
}

.contactSection2 .btnGroup .btn.btn-primary {
    background-color: #215193;
    color: #fff
}

.contactSection2 .btnGroup .btn.btn-secondary {
    border-color: #000;
    color: #000
}

.contactSection2 .optionSelection {
    display: flex;
    flex-wrap: wrap
}

.contactSection2 .optionSelection .selectionBox {
    position: relative;
    display: flex;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer
}

.contactSection2 .optionSelection .selectionBox input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.contactSection2 .optionSelection .selectionBox input:checked+span {
    background-color: #3FBEF8;
    border-color: #3FBEF8;
    color: #fff
}

.contactSection2 .optionSelection .selectionBox span {
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
    color: #000;
    border: #000 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mainFooter {
    background-color: #151515
}

.mainFooter .footerBrand {
    width: 100%;
    display: flex;
    padding: 30px 0;
    justify-content: center
}

.mainFooter .footerBrand img {
    height: 40px
}

.mainFooter a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    display: flex
}

.mainFooter a:hover {
    color: #fff
}

.mainFooter .mainFooterLinks {
    padding: 30px 0;
    border-top: rgba(255, 255, 255, 0.1) solid 1px
}

.mainFooter .socialLinks {
    display: flex;
    height: 60px;
    width: 220px;
    justify-content: center;
    background-color: #416bb4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: -30px;
    z-index: 1;
    position: relative
}

.mainFooter .socialLinks a {
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.mainFooter .socialLinks a:hover {
    color: #fff
}

.mainFooter .copyRight {
    text-align: center;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    padding: 60px 0 30px;
    color: rgba(255, 255, 255, 0.6)
}

.mainFooter .h4 {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 15px 0;
    font-size: 20px
}

.mainFooter .h4 img {
    height: 24px;
    margin-left: 5px
}

.mainFooter .text {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    width: 70%
}

.mainFooter .text a {
    margin-bottom: 10px
}

.duvSection1 {
    background-image: url(../images/duvSection1.jpg);
    background-size: cover
}

.duvSection1 .textView {
    margin: unset;
    align-items: flex-start
}

.duvSection1 .textView .h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase
}

.duvSection1 .textView .text {
    text-align: left;
    width: 50%;
    font-size: 28px;
    margin-top: 40px;
    color: #EFEFEF
}

.duvSection1 .textView button {
    margin: 30px 0 0
}

.duvSection2 {
    background-image: url(../images/duvSection2.png);
    background-size: cover
}

.duvSection2:before {
    display: none
}

.duvSection3 {
    background-image: url(../images/duvSection1.jpg);
    background-size: cover
}

.duvSection3 .textView {
    margin: unset;
    align-items: flex-start
}

.duvSection3 .textView .h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase
}

.duvSection3 .textView .text {
    text-align: left;
    width: 50%;
    font-size: 28px;
    margin-top: 40px;
    color: #EFEFEF
}

.duvSection3 .textView .btn {
    margin: 30px 0 0
}

.automationSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.automationSection2 {
    background-image: url(../images/dgvSection2.jpg);
    background-size: cover;
    min-height: 65vh;
}

.automationSection2:before {
    display: none !important
}

.automationSection2 .h5 {
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    font-weight: 600
}

.automationSection2 .text {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
    list-style-type: "-  "
}

.automationSection2 .text li::marker {
    font-weight: bold;
    font-size: 20px
}

.automationSection4 {
    background-image: url(../images/humanoidSection5.jpg);
    background-size: cover;
    min-height: 900px;
}

.automationSection4:before {
    display: none
}

.automationSection4 .textView {
    width: 100%;
    align-items: center;
    display: flex
}

.automationSection4 .textView .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase
}

.automationSection4 .textView .text {
    margin-top: 40px;
    font-size: 18px;
    color: #EFEFEF;
    width: 100%;
    max-width: 700px;
    text-align: center
}

.roiSection1 .h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.dar120Section1 .h2 {
    margin: 0;
    /*font-size: 50px;*/
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.dar120Section2 {
    /*background-image: url(../images/dar1000Section2.jpg);29-08-2023*/
    background-size: cover;
    min-height: 800px
}

.dar120Section2:before {
    display: none
}

.dar120Section2 .h2 {
    margin: 0;
    font-size: 52px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.dar120Section2 .text {
    font-size: 36px;
    margin-top: 20px;
    font-weight: 500;
    max-width: 70%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7)
}

.dar120Section2 .featureList {
    text-align: center
}

.dar120Section2 .featureList img {
    width: 80px;
    margin-top: 50px
}

.dar120Section2 .featureList .text {
    width: 100%;
    margin: auto;
    font-size: 18px;
    margin-top: 15px;
    max-width: 80%
}

.dar120Section3 {
    background-color: #2C2C2C;
    padding: 20px;
    min-height: 800px
}

.dar120Section3:before {
    display: none
}

.dar120Section3 .text {
    font-size: 26px;
    margin-top: 40px;
    margin-left:45px;
    font-weight: 500;
    max-width: 85%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
    
    
}

.dar120Section3 .owl-carousel {
    display: flex;
    margin-top: 50px
}

.dar120Section3 .owl-carousel .owl-item {
    border-left: rgba(255, 255, 255, 0.2) solid 1px

}

.dar120Section3 .owl-carousel .thumb {
    width: 100%;
    height: 400px
}

.dar120Section3 .owl-carousel .thumb img {
    /* width: 100%; ----------------17-07-2023*/
    height: 100%;
    object-fit: cover
}

.dar120Section3 .owl-carousel .h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    display: flex;
    padding-left: 15px
}

.dar120Section3 .owl-carousel .text {
    width: 100%;
    margin: auto;
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
    max-width: 100%;
    padding-left: 32px
}

.dar120Section4 {
    display: flex;
    
    height: 700px
}

.dar120Section4>.thumb {
    max-width: 700px
}

.dar120Section4:hover .thumb img {
    filter: grayscale(0.4);
    object-fit: cover;
}

.dar120Section4 .thumb {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.dar120Section4 .thumb:hover img {
    transform: scale(1.2);
    filter: grayscale(0)
}

.dar120Section4 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s all linear
}

.dar120Section4 .thumb span {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.6); */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    padding: 30px;
    align-items: flex-end
}

.dar120Section4 .rightView {
    display: flex;
    flex-wrap: wrap
}

.dar120Section4 .rightView .thumb {
    width: 50%;
    height: calc(100% / 2)
}

.dar120Section4 .rightView .thumb:first-child {
    width: 100%
}

.dar120Section6 {
    padding: 100px 0;
    background-image: url(../images/dar1000Section12.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff
}

.dar120Section6:before {
    display: none
}

.dar120Section6 .text {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    max-width: 50%;
    text-align: center
}

.dar120Section6 .btnGroup {
    display: flex
}

.dar120Section6 .btnGroup .btn {
    margin: 30px 10px 0;
    background-color: #215193;
    color: #fff
}

.fleetSection1 {
    background-image: url(../images/Loginbackground.jpeg);
    background-size: cover
}

.fleetSection1:before {
    display: none
}

.fleetSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.fleetSection2 {
    background-image: url(../images/fleetSection2.jpg);
    background-size: cover;
    min-height: 700px;
}

.fleetSection2:before {
    display: none
}

.fleetSection2 .text {
    font-size: 28px;
    font-weight: 500;
    max-width: 80%;
    text-align: center
}

.fleetSection2 .featureList {
    text-align: center
}

.fleetSection2 .featureList>[class*="col-"] {
    margin-top: 50px
}

.fleetSection2 .featureList>[class*="col-"]:not(:first-child) {
    border-left: rgba(0, 0, 0, 0.6) solid 1px
}

.fleetSection2 .featureList .thumb {
    width: 80px;
    height: 80px;
    display: flex;
    margin: auto
}

.fleetSection2 .featureList .thumb img {
    width: 100%;
    object-fit: contain
}

.fleetSection2 .featureList .text {
    width: 100%;
    margin: auto;
    font-size: 22px;
    margin-top: 15px;
    max-width: 100%
}

.fleetSection4 {
    padding: 100px 0;
    background-image: url(../images/dar1000Section12.jpg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 65vh;
}

.fleetSection4:before {
    display: none
}

.fleetSection4 .h2 {
    margin: 0;
    font-size: 42px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.fleetSection4 .text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9)
}

.fleetSection4 .text b {
    display: flex;
    width: 100%;
    margin: 30px 0;
    font-size: 24px;
    text-transform: uppercase
}

.fleetSection4 .content {
    display: flex;
    margin-top: 40px;
    justify-content: space-between
}

.fleetSection4 .content .text {
    max-width: 45%;
    margin: 0
}

.fleetSection4 .content .thumb {
    width: 45%;
    height: 100%
}

.fleetSection4 .content .thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.fleetSection4 .btnGroup {
    display: flex
}

.fleetSection4 .btnGroup .btn {
    margin: 30px 10px 0;
    background-color: #215193;
    color: #fff
}

.educationSection1 .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.educationSection2 {
    background-color: #fff;
    padding: 0;
    min-height: 1000px
}

.educationSection2:before {
    display: none
}

.educationSection2 img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px
}

.educationSection2 .text {
    font-size: 32px;
    font-weight: 500;
    max-width: 80%;
    margin: 0;
    margin-top: 50px;
    text-align: center;
    max-width: 1000px
}

.educationSection3 {
    justify-content: space-between;
    padding: 0;
    min-height: 900px;
    align-items: center;
}

.educationSection3:before {
    display: none
}

.educationSection3 .video {
    width: 30%;
    height: 100vh;
    position: relative
}

.educationSection3 .video:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.educationSection3 .video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.educationSection3 .info {
    width: 100%;
    height: 70vh;
    /*background-color: #212121;*/
    background-color: black;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.educationSection3 .info .feature {
    width: calc(25%);
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.educationSection3 .info .feature img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 10px
}

.educationSection3 .info .feature .text {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.educationSection3 .info .feature .text strong {
    color: #fff;
}

.educationSection4 {
    background-image: url(../images/educationSection4.png);
    background-size: cover;
    background-position: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    min-height: 800px;
    align-items: center;
    background-size: contain;
}

.educationSection4 .textView {
    /*margin: unset; 27-10-2023*/
    /* margin-bottom: 20px; */
    font-size: 22px;
    /*align-items: center;*/
    /*padding-top: 300px;*/
    position:absolute;
    top:100px;
}

.educationSection4:before {
    display: none
}

.educationSection4 .text {
    font-size: 36px;
    font-weight: 900;
    color: white;
    max-width: 80%;
    padding-top: 410px;
    margin: 0;
    /* margin-top: 50px; */
    text-align: center
}

.educationSection5 {
    padding: 0
}

.educationSection5 .info {
    width: 100%;
    max-width: 1150px;
    height: 100vh;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative
}

.educationSection5 .info .feature {
    width: calc(32%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.educationSection5 .info .feature img {
    width: 80px
}

.educationSection5 .info .feature .text {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    text-align: center;
    margin-top: 10px
}

.educationSection5 .info .feature .text strong {
    color: #fff
}

.educationSection6 {
    background-image: url(../images/educationSection6.png);
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    min-height: 700px;
    align-items: center;
}

.educationSection6:before {
    display: none
}

.educationSection7 {
    background-image: url(../images/humanoidSection5.jpg);
    background-size: cover;
    min-height: 700px;
}

.educationSection7:before {
    display: none
}

.educationSection7 .textView {
    width: 100%;
    align-items: center;
    display: flex
}

.educationSection7 .textView .h2 {
    margin: 0;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase
}

.educationSection7 .textView .text {
    margin-top: 40px;
    font-size: 18px;
    color: #EFEFEF;
    width: 100%;
    max-width: 700px;
    text-align: center
}

.educationSection7 .textView .btn {
    margin-top: 30px
}

.educationSection8 {
    background-color: #151515;
    padding: 50px 0;
    min-height: 750px;
}

.educationSection8:before {
    display: none
}

.educationSection8 *[class*="col-"] {
    overflow: hidden
}

.educationSection8 *[class*="col-"] img {
    transition: 0.2s all linear
}

.educationSection8 *[class*="col-"]:hover img {
    transform: scale(1.1)
}

@media all and (max-width: 1180px) {
    .dar120Section4 {
        height: auto;
        flex-direction: column
    }

    .dar120Section4>.thumb {
        max-width: 100%;
        height: 400px
    }

    .dar120Section4 .rightView {
        flex-direction: column
    }

    .dar120Section4 .rightView .thumb {
        width: 100%;
        height: 400px
    }
}

@media all and (max-width: 992px) {
    .duvSection1 {
        background-position: right
    }

    .duvSection1 .textView .h2 {
        font-size: 40px;
        margin: 100px 0 0
    }

    .duvSection1 .textView .text {
        width: 100%;
        font-size: 20px;
        margin: 10px 0 0
    }

    .duvSection1 .textView button {
        margin: 30px 0 100px
    }

    .dar1000Section11 {
        padding: 50px 0 !important
    }

    .tabsView .nav-tabs button {
        border-bottom: 2px solid transparent !important;
        font-size: 14px;
        padding: 8px 0
    }

    .tabsView .tab-pane {
        padding: 20px
    }

    .tabsView .tab-pane>.h4 {
        margin: 20px 0;
        font-size: 30px
    }

    .tabsView .tab-pane>.btn {
        margin-top: 50px !important
    }

    .tabsView .detailView {
        padding: 0
    }

    .tabsView .detailView .Info {
        margin-top: 20px;
        font-size: 20px;
        flex-direction: column
    }

    .tabsView .detailView .Info label {
        font-weight: bold
    }

    .fleetSection4 .h2 {
        font-size: 40px
    }

    .fleetSection4 .text {
        font-size: 20px
    }

    .fleetSection4 .text b {
        font-size: 22px
    }

    .fleetSection4 .content {
        flex-direction: column-reverse
    }

    .fleetSection4 .content .text {
        max-width: 100%;
        margin: 0
    }

    .fleetSection4 .content .thumb {
        width: 100%;
        height: 300px
    }
}

@media all and (max-width: 768px) {
    .cursorCustom {
        display: none !important
    }

    .automationSection1 .h2 {
        font-size: 40px
    }

    .automationSection2 .h5 {
        font-size: 30px
    }

    .automationSection2 .text {
        font-size: 20px
    }

    .automationSection4 .textView .h2 {
        font-size: 40px
    }

    .automationSection4 .textView .text {
        font-size: 20px
    }

    .mainFooter .footerBrand {
        padding: 20px 0
    }

    .mainFooter .footerBrand img {
        height: 30px
    }

    .mainFooter .mainFooterLinks {
        padding: 0;
        margin-bottom: 20px
    }

    .mainFooter .mainFooterLinks .h4 {
        margin-top: 20px;
        margin-bottom: 0;
        justify-content: center
    }

    .mainFooter .mainFooterLinks .text {
        width: 100%;
        text-align: center
    }

    .mainFooter .mainFooterLinks a {
        justify-content: center
    }

    .homeSection1 .h2 {
        font-size: 20px;
        font-weight: bolder;
    }

    .homeSection1 .h4 {
        font-size: 15px;
        font-weight: bolder;
    }

    .sectionView {
        min-height: 400px;
        /* padding: 0 20px */
    }

    .dar120Section1 .h2 {
        /*font-size: 40px*/
    }

    .dar120Section2 {
        padding-bottom: 50px;
        padding-top: 90px
    }

    .dar120Section2 .h2 {
        font-size: 30px
    }

    .dar120Section2 .text {
        font-size: 20px;
        max-width: 100%
    }

    .dar120Section2 .featureList img {
        margin-top: 50px
    }

    .dar120Section2 .featureList .text {
        font-size: 18px;
        max-width: 100%
    }

    .dar120Section6 .text {
        font-size: 20px;
        max-width: 100%
    }

    .dar120Section6 .btnGroup {
        display: flex;
        flex-direction: column
    }

    .contactSection2 {
        padding: 0 !important
    }

    .contactSection2 .optionSelection .selectionBox span {
        height: 40px;
        font-size: 20px;
        padding: 0 10px
    }

    .contactSection2 .form-group {
        width: 100%
    }

    .contactSection2 .btnGroup {
        display: flex;
        flex-direction: column
    }

    .contactSection2 .btnGroup .btn {
        margin-bottom: 10px
    }

    .dar1000Section1 .h2 {
        font-size: 40px
    }

    .dar1000Section2 {
        padding: 50px 0
    }

    .dar1000Section2 .h2 {
        font-size: 30px
    }

    .dar1000Section2 .text {
        font-size: 20px;
        max-width: 100%
    }

    .dar1000Section3 {
        padding: 0 0 12px
    }

    .dar1000Section3 *[class*="col-"] {
        margin-top: 12px !important
    }

    .dar1000Section4 {
        flex-direction: column-reverse;
        padding: 0
    }

    .dar1000Section4 .feature {
        flex-direction: column;
        padding: 0 20px 20px
    }

    .dar1000Section4 .feature>span {
        margin: 20px 0 0
    }

    .dar1000Section4 .feature>span img {
        width: 100px;
        max-height: 100px;
        margin-right: 10px
    }

    .dar1000Section4 .videoCover {
        position: relative;
        height: 300px
    }

    .dar1000Section6 .h2 {
        font-size: 30px
    }
    .dar1000Section6 .videoCover {
        position: absolute;
        height: 800px
    }

    .dar1000Section7 .h2 {
        font-size: 30px
    }

    .dar1000Section9 .h2 {
        font-size: 30px
    }

    .dar1000Section8 img:not(.hover) {
        border: 50px solid #000
    }

    .dar1000Section12 .text {
        font-size: 20px;
        max-width: 100%
    }
    .forkSection1 .h2 {
        font-size: 40px
    }
    .dgvSection1 .h2 {
        font-size: 40px
    }

    .dgvSection2 {
        padding: 30px 0 15px;
    }

    .dgvSection2 .h5 {
        font-size: 30px
    }

    .dgvSection2 .text {
        font-size: 20px
    }

    .forkSection3 {
        padding: 30px 0 15px
    }

    .forkSection3 .h5 {
        font-size: 30px
    }

    .forkSection3 .text {
        font-size: 20px
    }

    .dgvSection3 {
        padding: 30px 0 15px
    }

    .dgvSection3 .h5 {
        font-size: 30px
    }

    .dgvSection3 .text {
        font-size: 20px
    }
    .forkSection4 .h5 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .forkSection4 .whyFeature {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 0
    }

    .forkSection4 .whyFeature:not(.noBorder) {
        border-top: rgba(0, 0, 0, 0.5) solid 1px;
        border-left: none
    }

    .forkSection4 .whyFeature img {
        width: 50px
    }

    .forkSection4 .whyFeature .h4 {
        font-size: 26px;
        margin: 0;
        margin-top: 10px
    }

    .forkSection4 .whyFeature .text {
        font-size: 18px;
        margin: 0;
        margin-top: 10px
    }

    
    .dgvSection4 .h5 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .dgvSection4 .whyFeature {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 0
    }

    .dgvSection4 .whyFeature:not(.noBorder) {
        border-top: rgba(0, 0, 0, 0.5) solid 1px;
        border-left: none
    }

    .dgvSection4 .whyFeature img {
        width: 50px
    }

    .dgvSection4 .whyFeature .h4 {
        font-size: 26px;
        margin: 0;
        margin-top: 10px
    }

    .dgvSection4 .whyFeature .text {
        font-size: 18px;
        margin: 0;
        margin-top: 10px
    }

    .dgvSection5 {
        flex-direction: column;
        padding: 0
    }

    .dgvSection5 .thumbView {
        width: 100%;
        height: 300px
    }

    .dgvSection5 .textInfo {
        width: 100%;
        padding: 20px 40px
    }

    .dgvSection5 .textInfo .h5 {
        font-size: 30px;
        margin: 0;
        margin-top: 20px
    }

    .dgvSection5 .textInfo .text {
        font-size: 20px;
        margin: 20px 0
    }

    .dgvSection6 {
        padding-top: 50px !important
    }

    .duvSection2 {
        background-position: bottom
    }

    .duvSection3 {
        background-position: bottom;
        padding: 0
    }

    .duvSection3 .textView .h2 {
        font-size: 40px
    }

    .duvSection3 .textView button {
        margin: 30px 0 0
    }

    .educationSection1 .h2 {
        font-size: 40px
    }

    .educationSection2 {
        background-color: #fff;
        padding: 50px 0
    }

    .educationSection2 .text {
        font-size: 30px;
        font-weight: 600;
        max-width: 100%
    }

    .educationSection6 {
        background-position: bottom;
    }

    .educationSection8 {
        padding: 0 0 12px
    }

    .educationSection8 *[class*="col-"] {
        margin-top: 12px !important
    }

    .educationSection7 {
        padding: 50px 0
    }

    .educationSection7 .textView .h2 {
        font-size: 40px
    }

    .educationSection7 .textView .text {
        margin-top: 40px
    }

    .educationSection3 {
        flex-direction: column
    }

    .educationSection3 .video {
        width: 100%;
        height: 400px
    }

    .educationSection3 .info {
        width: 100%;
        height: auto;
        margin:100px auto; /*05-10-2023*/
    }

    .educationSection3 .info .feature {
        width: 50%;
        padding: 0 18px;
        margin-top: 20px;
        align-items: center
    }

    .educationSection3 .info .feature img {
        width: 40px
    }

    .educationSection3 .info .feature .text {
        font-size: 16px;
        text-align: center
    }

    .educationSection5 {
        padding: 0
    }

    .educationSection5 .info {
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .educationSection5 .info .feature {
        width: 30%;
        /* padding: 0 18px; */
        margin-top: 20px;
        justify-items: center;
    }

    .educationSection5 .info .feature img {
        width: 40px
    }

    .educationSection5 .info .feature .text {
        font-size: 16px
    }

    .educationSection4 {
        height: 500px
    }

    .educationSection4 .textView {
        margin: 0;
        /* padding-top: 400px; */
    }

    .educationSection4 .textView .text {
        font-size: 14px;
        max-width: 100%;
        padding-bottom: 300px;
    }

    .fleetSection1 .h2 {
        font-size: 40px;
        text-align: center
    }

    .fleetSection2 .text {
        font-size: 20px;
        max-width: 100%
    }

    .fleetSection2 .featureList {
        text-align: center;
        padding: 20px
    }

    .fleetSection2 .featureList>[class*="col-"] {
        margin-top: 50px
    }

    .fleetSection2 .featureList>[class*="col-"]:not(:first-child) {
        border: none
    }

    .humanoidSection1 .h2 {
        font-size: 42px
    }

    .humanoidSection2 {
        background-position: bottom;
        padding: 50px 0
    }

    .humanoidSection2 .textView .h2 {
        font-size: 40px
    }
            /* 19-10-2023 */
    
        .humanoidSection1 .textView .h2 {
            font-size: 40px
        }

    .humanoidSection3 .textView .h2 {
        font-size: 30px
    }
    .humanoidSection2 .textView .text {
        width: 100%;
        font-size: 20px
    }
    
        .humanoidSection1 .textView .text {
        width: 100%;
        font-size: 20px
    }


    .humanoidSection4 .h2 {
        font-size: 40px
    }
    .humanoidSection3 .textView .text {
        width: 100%;
        font-size: 20px
    }
    .humanoidSection4 .col-md-4 img {
        width: 80px;
        margin-top: 50px
    }
        .humanoidSection4 .col-md-3 img {
        width: 60px;
        margin-top: 35px
    }

    .humanoidSection4 .col-md-4 .h4 {
        font-size: 22px
    }
    .humanoidSection4 .col-md-3 .h4 {
        font-size: 20px
    }
    .humanoidSection5 {
        background-position: right
    }

    .humanoidSection5:before {
        display: none
    }

    .humanoidSection5 .textView .h2 {
        font-size: 40px
    }

    .humanoidSection5 .textView .text {
        font-size: 20px
    }

    .industrialSection1 .h2 {
        font-size: 30px
    }

    .roiSection1 .h2 {
        font-size: 40px
    }

    .tomiSection1 {
        background-position: right
    }

    .tomiSection1 .h2 {
        font-size: 40px
    }

    .mainHeader .headerInner {
        justify-content: flex-start !important;
        position: relative
    }

    .mainHeader .headerInner a {
        padding: 0;
        margin-left: 0
    }

    .mainHeader .headerInner a.mainNavBtn {
        width: 30px;
        height: 30px
    }

    .mainHeader .headerInner a.brand {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        height: 28px;
        width: 95px
    }

    .mainHeader .headerInner a:last-child {
        margin-left: auto !important;
        white-space: nowrap;
        font-size: 12px
    }

    .mainHeader .headerInner a span {
        /* display: none; */
        padding-left:20px ;
    }

    .homeSection3 {
        background-position: bottom
    }

    .homeSection3 .h2 {
        font-size: 20px
    }
    .homeSection6 {
        background-position: bottom
    }

    .homeSection6 .h2 {
        font-size: 20px
    }

    .homeSection6 .h4 {
        font-size: 15px
    }

    .homeSection3 .h4 {
        font-size: 15px
    }

    .homeSection5 {
        padding: 60px 0 0
    }

    .homeSection5 .h2 {
        font-size: 30px
    }

    .navSideMenu {
        transition: 0.5s transform linear
    }

    .navSideMenu.menuOpened .sideMenu {
        z-index: 1
    }

    .navSideMenu.menuOpened .bannerArea .backBtn {
        display: flex;
        color: #fff;
        position: absolute;
        top: 20px;
        right: 0;
        align-items: center;
        height: 50px;
        width: 100px
    }

    .navSideMenu.menuOpened .bannerArea .backBtn i {
        margin-right: 5px
    }

    .navSideMenu .sideMenu {
        width: 100%
    }

    .navSideMenu .sideMenu video {
        z-index: 2
    }

    .navSideMenu .bannerArea {
        position: absolute;
        height: 100%;
        z-index: 8;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }
}

.customModalView .h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    display: flex
}

.customModalView .modal-dialog {
    padding: 10px
}

.customModalView .modal-content {
    background-color: #2C2C2C;
    border-radius: 0
}

@media all and (min-width: 768px) {
    .customModalView .modal-content .modal-body {
        padding: 60px
    }
}

@media all and (max-width: 768px) {
    .customModalView .modal-content .modal-body {
        padding: 30px
    }
}

@media all and (min-width: 768px) {
    .customModalView .form-group {
        margin-top: 40px;
        width: calc(100% - 30px)
    }
}

@media all and (max-width: 768px) {
    .customModalView .form-group {
        margin-top: 20px;
        width: 100%
    }
}

.customModalView .form-group label {
    font-size: 14px;
    font-weight: bold;
    color: #fff
}

.customModalView .phoneNumber {
    display: flex
}

.customModalView .phoneNumber .form-select {
    margin-right: 15px
}

@media all and (min-width: 768px) {
    .customModalView .phoneNumber .form-select {
        min-width: 140px;
        max-width: 140px
    }
}

@media all and (max-width: 768px) {
    .customModalView .phoneNumber .form-select {
        min-width: 80px;
        max-width: 80px
    }
}

.customModalView .form-select,
.customModalView .form-control {
    border: none;
    border-bottom: rgba(255, 255, 255, 0.6) solid 2px;
    height: 50px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7)
}

.customModalView .form-select::-webkit-input-placeholder,
.customModalView .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.customModalView .form-select::-moz-placeholder,
.customModalView .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.customModalView .form-select:-ms-input-placeholder,
.customModalView .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.customModalView .form-select:-moz-placeholder,
.customModalView .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.customModalView .form-select option,
.customModalView .form-control option {
    color: rgba(0, 0, 0, 0.9)
}

.customModalView .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.customModalView textarea {
    height: 120px !important;
    border: #707070 solid 2px !important;
    resize: none;
    padding: 10px !important
}

.customModalView .btnGroup {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 !important
}

@media all and (max-width: 768px) {
    .customModalView .btnGroup {
        flex-direction: column;
        margin: 0 !important
    }

    .customModalView .btnGroup .btn {
        margin: 20px 0 0 !important
    }
}

.customModalView .btnGroup .btn {
    margin: 0 10px;
    border: none !important
}

.customModalView .btnGroup .btn.btn-primary {
    background-color: #125bc2;
    color: #fff
}

.customModalView .btnGroup .btn.btn-secondary {
    border-color: #000;
    color: #000
}

.customModalView .optionSelection {
    display: flex;
    flex-wrap: wrap
}

.customModalView .optionSelection .selectionBox {
    position: relative;
    display: flex;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer
}

.customModalView .optionSelection .selectionBox input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.customModalView .optionSelection .selectionBox input:checked+span {
    background-color: #3FBEF8;
    border-color: #3FBEF8;
    color: #fff
}

.customModalView .optionSelection .selectionBox span {
    height: 50px;
    padding: 0 30px;
    font-size: 18px;
    color: #000;
    border: #000 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

/*# sourceMappingURL=main.css.map */


col-md-3:hover {
    /* Apply a different box shadow when hovering */
    box-shadow: 4px 4px 6px rgba(225, 6, 6, 0.6);
  }
.col-md-3:hover{
    transform: scale(1.2);
    /* z-index:1 ;  */

}
input{
    outline: none;
    border: none;
}
.multi-selector{
    width: auto;
}
.select-field{
    border: 1px solid rgb(187, 187, 187);
}
.select-field,.task,.list{
    width: 100%;
    background-color: white;
    padding: 0.3rem;
}
.list{
    box-shadow: 0 30px 60px rgb(0,0,0,0.2);
    display: none;
}
.down-arrow{
    font-size: 1.2rem;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s linear;
}
.task{
    display: block;
    padding-left: 0;
}
.task span{
    float: right;
    font-size: 0.6rem;
    padding-top: 6px;
}
.task:hover{
    background-color: aliceblue;
}
.show{
    display: block;
}
.rotate180{
    transform: rotate(-60deg);
}


/*  */
.mult-select-tag {
    display: flex;
    width:100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-color: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    --border-color: rgb(218, 221, 224);
    font-family: Verdana, sans-serif;
}

.mult-select-tag .wrapper {
    width: 100%;
}

.mult-select-tag .body {
    display: flex;
    border: 1px solid var(--border-color);
    background: white;
    min-height: 2.15rem;
    width:100%;
    min-width: 14rem;

}

.mult-select-tag .input-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    padding: 0.1rem;
}

.mult-select-tag .input-body {
    display: flex;
    width: 100%;
}

.mult-select-tag .input {
    flex:1;
    background: transparent;
    border-radius: 0.25rem;
    padding: 0.45rem;
    margin: 10px;
    color: #2d3748;
    outline: 0;
    border: 1px solid var(--border-color);
}

.mult-select-tag .btn-container {
    color: #e2eBf0;
    padding: 0.5rem;
    display: flex;
    border-left: 1px solid var(--border-color);
}

.mult-select-tag button {
    cursor: pointer;
    width: 100%;
    color: #718096;
    outline: 0;
    height: 100%;
    border: none;
    padding: 0;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    text-transform: none;
    margin: 0;
}

.mult-select-tag button:first-child {
    width: 1rem;
    height: 90%;
}


.mult-select-tag .drawer {
    position: absolute;
    background: white;
    max-height: 15rem;
    z-index: 40;
    top: 98%;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid var(--border-color);
    border-radius: 0.25rem;
}

.mult-select-tag ul {
    list-style-type: none;
    padding: 0.5rem;
    margin: 0;
}

.mult-select-tag ul li {
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.mult-select-tag ul li:hover {
    background: rgb(243 244 246);
}

.mult-select-tag .item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2c7a7b;
    padding: 0.2rem 0.4rem;
    margin: 0.2rem;
    font-weight: 500;
    border: 1px solid #81e6d9;
    background: #e6fffa;
    border-radius: 9999px;
}

.mult-select-tag .item-label {
    max-width: 100%;
    line-height: 1;
    font-size: 0.75rem;
    font-weight: 400;
    flex: 0 1 auto;
    color: #2c7a7b;
}

.mult-select-tag .item-close-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row-reverse;
}

.mult-select-tag .item-close-svg {
    width: 1rem;
    margin-left: 0.5rem;
    height: 1rem;
    cursor: pointer;
    border-radius: 9999px;
    display: block;
}

.hidden {
    display: none;
}

.mult-select-tag .shadow  {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mult-select-tag .rounded {
    border-radius: .375rem;
}
.link {
    cursor: pointer;
}
#next-page {
    width: 200px;
    height: 100px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  iconify {
    width: 2em;
    height: 2em;
}

@media (max-width: 767px) {
    .h2 {
        font-size: 24px;
    }
    .h2 {
        font-size: 24px;
    }

    .col-md-4 .col-sm-6 {
        font-size: 25px
    }
    
    }

    /* CSS styles for larger screens (default) */
    #change {
        padding-top: 20px;
        background-color: rgba(28, 28, 40, 0.3);
        width: 80%;
        align-content: center;
        justify-content: center;
        margin: 0 auto; /* To center the container */
    }

    /* CSS styles for smaller screens (mobile) */
    @media only screen and (max-width: 768px) {
        #textedit {
            font-size: 20px;
        }

        #textedit2 {
            font-size: 20px;
        }

        #texitedit2 {
            font-size: 14px;
        }

        #texitedit3 {
            font-size: 16px;
        }

        /* Responsive background adjustment */
        #change {
            width: 90%; /* Adjust the width as needed */
            height: auto; /* To allow the container's height to adjust according to content */
        }
    }

    #textedit {
        font-size: 45px;
        font-weight: bolder;
        color: #ffffff;
        text-transform: none;
        padding: 15px;
        /* line-height:1.5rem; */
        
    }

    #textedit2 {
        font-size: 50px;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        padding: 15px;
    }

    #texitedit2 {
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
            text-transform: none;
            padding: 5px;
            line-height:2rem;

        }
    
    #texitedit3 {
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        padding: 15px;
    }
    
    @media only screen and (max-width: 768px) {
        /* Mobile styles */
        #textedit {
            font-size: 30px;
            font-weight: bolder;
        }

        #textedit2 {
            font-size: 15px;

        }

        #texitedit2 {
            font-size: 15px;
        }

        #texitedit3 {
            font-size: 15px;
        }
        #texitedit5{
            font-size: 15px;
        }
    }
    /* 28-07-2023 */
    .sectionView {
        /* background-color: #989898; */
        background-size: cover;
        background-position: center;
    }

    @media (max-width: 767px) {
        .sectionView {
            min-height: 800px;
            /*background-size: contain;  5-10-2023*/
}
        
    }

    @media (min-width: 768px) {
        .smallsection {
         width: 300px;
        height: 120px;/***************************************************************************200*/
    }
}
#swa{
    text-align: center;
     padding: 30px;
     --animate-delay:0.4s

}
#swap{
    font-size: 30px;
     color: rgb(255, 255, 255); 
     font-weight: bolder; 
     --animate-delay:0.4s;
}
#loop{
    font-size: 20px; font-weight: bold;
     color: rgb(255, 255, 255);
    --animate-delay:0.4s;
}
@media (max-width: 767px) {
        .h2 {
            font-size: 24px;
        }
        .h2 {
            font-size: 24px;
        }

        .col-md-4 .col-sm-6 {
            font-size: 25px
        }
        
        }
     /* CSS styles for larger screens (default) */
    /*#change {*/
    /*    padding-top: 20px;*/
    /*    background-color: rgba(28, 28, 40, 0.3);*/
    /*    width: 80%;*/
    /*    align-content: center;*/
    /*    justify-content: center;*/
        /*margin: 0 auto;*/
        /* To center the container */
    /*}*/

    /*#textedit {*/
    /*    font-size: 45px;*/
    /*    font-weight: bolder;*/
    /*    color: #ffffff;*/
    /*    text-transform: none;*/
    /*    padding: 15px;*/
        
    /*}*/

    /*#textedit2 {*/
    /*    font-size: 50px;*/
    /*    font-weight: bold;*/
    /*    color: #ffffff;*/
    /*    text-transform: none;*/
    /*    padding: 15px;*/
    /*}*/

    /*#texitedit2 {*/
    /*        font-size: 18px;*/
    /*        font-weight: bold;*/
    /*        color: #ffffff;*/
    /*        text-transform: none;*/
    /*        padding: 5px;*/

    /*    }*/
    
    /*#texitedit3 {*/
    /*    font-size: 18px;*/
    /*    font-weight: bold;*/
    /*    color: #ffffff;*/
    /*    text-transform: none;*/
    /*    padding: 15px;*/
    /*}*/
    
    /*@media only screen and (max-width: 768px) {*/
        /* Mobile styles */
    /*    #textedit {*/
    /*        font-size: 20px;*/
    /*        font-weight: bolder;*/
    /*    }*/

    /*    #textedit2 {*/
    /*        font-size: 15px;*/

    /*    }*/

    /*    #texitedit2 {*/
    /*        font-size: 15px;*/
    /*    }*/

    /*    #texitedit3 {*/
    /*        font-size: 15px;*/
    /*    }*/
    /*    #texitedit5{*/
    /*        font-size: 15px;*/
    /*    }*/
    /*}*/
    /* 28-07-2023 */
/*    .sectionView {*/
        /* background-color: #989898; */
/*        background-size: cover;*/
/*        background-position: center;*/
/*    }*/

/*    @media (max-width: 767px) {*/
/*        .sectionView {*/
/*            min-height: 800px;*/
/*        }*/
/*    }*/

/*    @media (min-width: 768px) {*/
/*        .smallsection {*/
/*         width: 300px;*/
        /*height: 120px;*/
        /***************************************************************************200
/*    }*/
/*}*/
/*#swa{*/
/*    text-align: center;*/
/*     padding: 30px;*/
/*     --animate-delay:0.4s.dar120Section1 .h2*/

/*}*/
/*#swap{*/
/*    font-size: 30px;*/
/*     color: rgb(255, 255, 255); */
/*     font-weight: bolder; */
/*     --animate-delay:0.4s;*/
/*}*/
/*#loop{*/
/*    font-size: 20px; font-weight: bold;*/
/*     color: rgb(255, 255, 255);*/
/*    --animate-delay:0.4s;*/
/*}*/
/*@media (max-width: 767px) {*/
/*        .h2 {*/
/*            font-size: 24px;*/
/*        }*/
/*        .h2 {*/
/*            font-size: 24px;*/
/*        }*/

/*        .col-md-4 .col-sm-6 {*/
/*            font-size: 25px*/
/*        }*/
        
/*        }*/

/*11-10-2023*/
    .cookie-consent-modal{
    /*height: 150px;*/
    width: 28vw;
    /*background-color: rgba(0,0,0,0.5);*/
    position: fixed;
    bottom: 30px;
    left:20px;
    z-index: 999;
    display: none;
    align-items: flex-end;
}

.cookie-consent-modal.active{
    display: flex;
}
.content{
    background-color: #fff;
    padding: 2vw 1.25vw;
    border-radius: 7px 7px 7px 7px;
}

.btnsss{
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
.btnss{
    border: none;
    outline: none;
    padding: .5em 1em;
    width: 100px;
    margin-right: 0.75em;
    border-radius: 3px;
    text-transform: uppercase;
        background-color: #416bb4;

}
#btnssedit{
    color:white;
    font-size:15px;
    font-weight:bolder;
}

@media (max-width: 480px) {
    .content {
        max-width: 230px; /* Make it full-width for small screens */
        margin: 10% auto;
    }
}

/*21-10-2023*/

.humanoidSection1 .textView {
    margin: unset;
    align-items: flex-start;
    margin-left:60px
}

@media all and (max-width: 778px){
    .humanoidSection1 .textView {
        margin:unset;
        align-items: center;
    }
    
 .humanoidSection1 .textView .h2 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase
}
.humanoidSection1 .textView .text {
    text-align: left;
    width: 50%;
    font-size: 18px;
    margin-top: 40px;
    color: #EFEFEF
}


.humanoidSection1 .textView button {
    margin: 30px 0 0
}

.forkSection1 {
    
    background-image: url(../images/forklift-photo2.jpg);
    /* background-image: url(../images/homeSection3.jpg); */
    background-size: cover;
    color: #fff;

}

forkSection3 {
    background-color: #212121;
    min-height: 700px;}
