/* LINK FOR FONTS */
@font-face {
    font-family: myFirstFont;
    src: url(../Font/gillsansmt.ttf);
}


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    transition: .3s;
    font-family: myFirstFont;
}

:root {
    --primary-color: #2AB0A6;
    --secondary-color: #1D324D;
    --para-color: #9fa7b2;
    --white-color: white;
    --black-color: black;
}

body {
    background-color: #f5f5f5;
    overflow-x: hidden;
}

.center {
    text-align: center;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.col-1 {
    flex: 1;
    width: 100%;
}

.col-1-5 {
    flex: 1.5;
    width: 100%;
}

.col-2 {
    flex: 2;
    width: 100%;
}

.col-3 {
    flex: 3;
    width: 100%;
}

.col-4 {
    flex: 4;
    width: 100%;
}

.col-5 {
    flex: 5;
    width: 100%;
}

.col--5 {
    flex: .5;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1920px;
    margin: auto;
    padding: 50px 30px;
}

.container-fluid {
    max-width: 1920px;
    margin: auto;
    padding: 50px 10px;
}
























/*body.drkbg-new .logo::after{ content: none; }*/

/* CODE FOR HEADER  */
header {
    /* overflow: hidden; */
}

header .container-fluid {
    padding: 0px 30px !important;
}

header .logo {
    position: relative;
    width: 275px;
}

header .logo img {
    padding: 24px 5px;
    background-color: var(--secondary-color);
}

header .logo::after {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    height: 10px;
    width: 80%;
    top: 0px;
    left: 50%;
    right: 0px;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdown span {
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 28px;
    position: relative;
    z-index: 99;
    padding-left: 3px;
    border-left: 3px solid transparent;
}
.dropdown span:hover{
    border-left: 3px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding-left: 3px;
    padding-bottom: 8px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    left: -100px;
    right: 0px;
    width: 100%;
    min-width: 660px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(42, 176, 166, 0.2);
    padding: 23px 16px;
    z-index: 999999;
    border-radius: 10px;
}

.dropdown-content a {
    display: block;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
}
.dropdown-content .underlineDrop{
    height: 250px;
    border: 1px solid rgba(29, 50, 77, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.dropdown-content h1{
font-size: 21px;
font-weight: 400;
line-height: 28px;
border-left: 5px solid var(--primary-color);
padding: 5px 20px 5px 5px;
margin-bottom: 10px;

}
.dropdown-content p{
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.dropdown-content img{
    width: 100%;
}

.dropdown:hover .dropdown-content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.customnewdrop:hover .dropdown-content {
    left: 0;
    display: block;
    width: auto;
    min-width: 250px;
}
.customnewdrop:hover .dropdown-content a{
    margin-bottom: 5px;
}
.customnewdrop:hover .dropdown-content a i{
    margin-left: 10px;
}

.dropdown-content a h1{
    color: var(--secondary-color) !important;
}
.dropdown-content a.active h1{
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}
.dropdown-content a p{
    color: var(--secondary-color) !important;
}
header .fifthDown .dropdown-content {
    left: -350px !important;
}
header .fourthDown .dropdown-content {
    left: -280px !important;
}
header .box {
    gap: 20px;
}

header li a,
.btn a {
    color: var(--secondary-color);
}

header .dropdown-content a {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

header .dropdown-content a i {
    color: var(--primary-color);
    transform: rotate(-45deg);
}

header .dropdown-content a:hover i {
    transform: rotate(45deg);
}

header .btn a {
    padding: 8px 13px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
}

header .btn a:hover {
    color: #f5f5f5;
    background-color: var(--secondary-color);
}




/* CODE FOR MOBILE MENU  */
/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999999 !important;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    color: var(--white-color);

}

.sidenav .dropdown {
    text-decoration: none;
    display: block;
    transition: 0.3s;
    padding: 8px 8px 8px 22px;
}

.sidenav .btn {
    padding: 8px 8px 8px 22px;

}

.sidenav .dropdown span {
    color: var(--white-color) !important;
    font-size: 16px !important;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

span.menuMobile i {
    color: var(--primary-color) !important;
    font-size: 18px;
    padding: 5px 7px;
    border-radius: 2px;
    border: 2px solid var(--primary-color);
}



/* CODE FOR HERO SECTION  */
.heroSection {
    background: url(../images/herobg-1.png) no-repeat center center/cover;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 70px;
    position: relative;
    padding-top: 80px;
}

.heroSection .container {
    position: relative;
}

.heroSection .btnback a i {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid rgba(29, 50, 77, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 30px;
    bottom: 50px;
    color: rgba(29, 50, 77, 0.25);

}

.heroSection .btnback a i:hover {
    color: rgba(29, 50, 77, 0.75);
    border: 2px solid rgba(29, 50, 77, 0.75);
}

.heroSection h1 {
    font-size: 85px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 102px;

}

.heroSection .btnDarkLight {
    position: absolute;
    top: 250px;
    left: -9px;
    background-color: var(--secondary-color);
    border-radius: 40px;
    transform: rotate(270deg);
}

.heroSection .btnDarkLight button {
    padding: 6px 8px !important;
    border: none;
    background-color: transparent;
    color: var(--white-color);
    gap: 8px;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    cursor: pointer;
}

.heroSection .btnDarkLight button.active {
    border-radius: 40px;
    color: var(--secondary-color);
    background-color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* CODE FOR WARHOUSE SECTION */
.warhouse .detailing .box {
    justify-content: space-between;
    padding: 0px 0px 20px 0px !important;
}

.warhouse .col-1:nth-child(2) {
    padding: 30px 0px;
}

.warhouse .col-1:nth-child(2) p {
    margin-bottom: 24px !important;
    color: var(--secondary-color);
}

.warhouse img {
    width: 100%;
    height: 100%;
}

.warhouse .detailing .box .subboxes {
    gap: 12px;
    max-width: 240px;
    width: 100%;
}

.warhouse .detailing .box .subboxes i {
    font-size: 18px;
    color: var(--primary-color);
}

.warhouse .detailing .box .subboxes h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;

}

.warhouse .btnFlex {
    justify-content: space-evenly;
    /* gap: 30px */
    margin-top: 10px;
}

.warhouse .btnFlex .btn a {
    padding: 12px 20px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 40px;
}

.warhouse .btnFlex .btn a:hover {
    color: #f5f5f5;
    background-color: var(--secondary-color);
}


/* CODE FOR ANIMATION */
.automation {
    position: relative;
}

.automation .rightShade {
    position: absolute;
    left: 0px;
    top: -100px;
    width: 550px;
}

.automation .dot_right {
    position: absolute;
    right: 0px;
    top: -60px;
    width: 200px;
    opacity: 0.3;
}

.automation .imageAutomation {
    height: 474px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
}

.automation .loreMore a {
    padding: 12px 20px;
    border-radius: 40px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;

}

.automation .loreMore a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.automation .imageAutomation::after {
    content: "";
    background: linear-gradient(250.58deg, rgba(29, 50, 77, 0) 5.5%, #1D324D 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-radius: 15px;
}

.automation .row:nth-child(1) {
    margin-bottom: 60px !important;
}


.automation .row:nth-child(1) .colorbg:nth-child(1) {
    border-left: 10px solid var(--primary-color);
    position: relative;
    left: -10px;

}

.automation .row:nth-child(1) .colorbg {
    background-color: var(--secondary-color);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 9px;

}

.automation .row:nth-child(1) .colorbg h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 62.62px;

    color: var(--white-color);
}

.automation .row:nth-child(2) {
    gap: 30px;
}

.automation .row:nth-child(2) .colorbg .pageHeading {
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 48px;
    display: inline-block;
    padding: 5px 20px 5px 5px;
    font-weight: 400;
    line-height: 57.2px;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
    border-left: 10px solid var(--primary-color);
}

.automation .row:nth-child(2) .colorbg .pagePara {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: var(--secondary-color);
    margin-bottom: 50px;
}

.automation .row:nth-child(2) .colorbg .pagePara.noMargin {
    margin-bottom: 20px;
}

.automation .row:nth-child(2) ul li a {
    color: var(--secondary-color);
    margin-bottom: 30px !important;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    z-index: 9999;
}
.automation.smallFont .row:nth-child(2) ul li a {
    font-size: 20px;
}

.automation .row:nth-child(2) ul li a:hover,
.automation .row:nth-child(2) ul li a.active {
    color: var(--primary-color);
}

.automation .row:nth-child(2) ul li a:hover .circle,
.automation .row:nth-child(2) ul li a.active .circle {
    background-color: var(--primary-color);
}

.automation .row:nth-child(2) ul li a .circle {
    border: 2px solid var(--primary-color);
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: relative;
}

.automation .row:nth-child(2) ul li a .circle::after {
    content: "";
    background-color: var(--primary-color);
    width: 3px;
    height: 37px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
}

.automation .row:nth-child(2) ul li a .circle.circleFourth::after {
    content: "";
    background-color: transparent !important;
    width: 3px;
    height: 37px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
}

.automation .row:nth-child(2) .col-2 .boxList,
.automation .row:nth-child(2) .col-2 .boxListView  {
    position: relative;
    border-radius: 16px !important;
    z-index: 99;
}

.automation .row:nth-child(2) .col-2 .boxList::after,
.automation .row:nth-child(2) .col-2 .boxListView::after {
    content: "";
    background: linear-gradient(250.58deg, rgba(29, 50, 77, 0) 5.5%, #1D324D 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border-radius: 16px !important;
}

.automation .row:nth-child(2) .col-2 .boxList .box {
    position: absolute;
    bottom: 20px;
    max-width: 742px;
    width: 100%;
    padding: 30px 50px;
}

.automation .row:nth-child(2) .col-2 .boxList .box h1 {
    padding: 5px 30px 5px 10px;
    color: var(--white-color);
    position: relative;
    z-index: 99 !important;
}


.automation .row:nth-child(2) .col-2 .boxList .box .colorBG {
    background-color: var(--secondary-color);
    display: inline-block;
    z-index: 99 !important;
    position: relative;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 8px;
}

.automation .row:nth-child(2) .col-2 .boxList .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 13px;
    position: relative;
    z-index: 99;
}

.automation .row:nth-child(2) .col-2 .boxList .box a.btn {
    color: var(--white-color);
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white-color);
    border-radius: 40px;
    /* display: ; */
    width: 160px;
    gap: 10px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 99;
}

.automation .row:nth-child(2) .col-2 .boxList .box a.btn:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.automation .row:nth-child(3) .subBox.imgBox {
    background-color: var(--primary-color);
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.automation .row:nth-child(3) .subBox.imgBox img {
    width: 42px !important;
}

.automation .row:nth-child(3) .box {
    flex-basis: 220px;
    flex-grow: 1;
    gap: 18px;
}

.automation .row:nth-child(3) .box h1 span {
    color: var(--primary-color);
}

.automation .row:nth-child(3) .box:nth-child(3) .subBox.imgBox img {
    width: 28px !important;
}

.automation .row:nth-child(3) {
    margin-top: 80px;
    flex-wrap: wrap;
}

.automation .row:nth-child(3) .box h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 50.8px;
    color: var(--secondary-color);
}

.automation .row:nth-child(3) .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--primary-color) !important;
}

.automation .row:nth-child(3) .box .pribox {
    gap: 10px;
}

.automation .row:nth-child(3) .box .pribox span {
    color: var(--primary-color);
    font-size: 40px;
}

body.drkbg-new .services .dotWhite{
    opacity: 0.3;
}

body.drkbg-new .lowerFooter .dot_footer{
    opacity: 0.3;
}

/* CODE FOR PRODUCT SECTION  */
.product img {
    max-width: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.product .row {
    gap: 40px;
    margin-top: 90px;
    flex-wrap: wrap;
}

.product .row .col-1 {
    flex-grow: 1;
    flex-basis: 220px;

}

.product .row p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36.36px;
    letter-spacing: -0.8390976786613464px;
    color: var(--secondary-color);
    position: relative;
    z-index: 9;
    padding-top: 15px;
}



/* CODE FOR SERVICES */
.services {
    position: relative;
}

.services .blueShade {
    position: absolute;
    top: -300px;
    right: 0px;
    bottom: 0px;
    /* height: 100%; */
    width: 550px;
    z-index: -99999;
}

.services .dotWhite {
    position: absolute;
    width: 200px;
    left: 0px;
    top: -70px;
}

.services .main-heading {
    margin-bottom: 50px;
}

.services img {
    width: 100%;
    object-fit: cover;
}

.services .col-1 {
    position: relative;
}

.services .row {
    margin-bottom: 70px;
}

.services .rowLEft .box {
    max-width: 330px;
    width: 100%;
    min-height: 222px;
    border-left: 9px solid var(--primary-color);
    padding: 20px 5px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: -9px;
    background-color: var(--white-color);
}

.services .row.rightRowBox .box {
    max-width: 330px;
    width: 100%;
    min-height: 222px;
    border-right: 9px solid var(--primary-color);
    padding: 20px 5px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: -9px;
    background-color: var(--white-color);
    z-index: 999;
}

.services .box h1 {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    background-color: var(--secondary-color);
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px;

}

.services .box p {
    max-width: 185px;
    margin: auto;
    color: var(--primary-color) !important;
}

.services .box a {
    margin-top: 20px !important;
    display: inline-block;
    color: var(--primary-color);
}

/* CODE FOR INDUSTRIES SECTION */
.main-heading h1 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700;
    line-height: 57.2px;
    letter-spacing: -1.5px;

}

.main-heading p {
    height: 42.59px;
    top: 4px;
    left: 27.45px;
    max-width: 395.3px;
    margin: auto;

}

.industries .row {
    flex-wrap: wrap;
    gap: 40px;
}

.industries .col-1 {
    position: relative !important;
    flex-basis: 220px;
}

.industries .col-1 p {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-left: 8px solid var(--primary-color);
    font-size: 43px;
    font-weight: 400;
    line-height: 44px;
    padding: 5px;
    /* transform: translate(-50%,-50%); */
    position: relative;
    top: -120px;
    left: -8px;
    display: inline-block;
    padding-right: 40px;

}

.industries img {
    width: 100%;
    border-radius: 20px;
}

/* CODE FOR BEST SERVICES */
.serviceSection h1 {
    margin-bottom: 5px;
    display: block;
    color: var(--white-color);
    padding: 5px 25px 5px 5px !important;
    font-size: 40px;
    font-weight: 400;
    line-height: 57.2px;
    letter-spacing: -1.5px;

}

.serviceSection .colorbg:nth-child(1) {
    border-left: 10px solid var(--primary-color);
    position: relative;
    left: -10px;

}

.serviceSection .colorbg {
    background-color: var(--secondary-color);
    display: inline-block;
    margin-bottom: 10px;
}

.serviceSection .container .box {
    padding: 10px 30px;
}

.serviceSection .container .box p {
    max-width: 560px;
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.serviceSection .container .box .underline {
    border: 1px solid rgba(42, 176, 166, 1);
    margin-bottom: 20px;
}

.serviceSection .container .box ul {
    padding-left: 25px;
}

.serviceSection .container .box ul li {
    list-style: disc !important;
    margin-bottom: 4px;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;

}

.serviceSection img {
    width: 100%;
}

/* CODE FOR FOOTER */
footer{ padding: 0 20px; }
footer .container {
    background-color: var(--secondary-color);
    position: relative;
    border-radius: 16px;
    position: relative;
}

footer .container::before {
    content: "";
    background-color: var(--primary-color);

    width: 14px;
    position: absolute;
    top: 50%;
    left: 7px;
    bottom: 0px !important;
    height: 270px;
    transform: translate(-50%, -50%);
    z-index: 9999 !important;
}

footer .container {
    position: relative;
}

footer .container::after {
    content: "";
     background: url(../images/footerShade.png) no-repeat; 
/*    background: rgba(54, 181, 174, 0.3);*/
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 0px;
    width: 100%;

}

footer li a {
    color: var(--para-color);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    z-index: 999;
    margin-bottom: 20px;
  display: inline-block;
}

footer li a:hover {
    color: var(--white-color);
}

footer li a,
footer h4,
footer .logo,
footer p,
footer h1,
footer input {
    position: relative;
    z-index: 999 !important;
}

footer .footerFirstRow {
    margin-bottom: 50px;
    gap: 30px;
    flex-wrap: wrap;
}
footer .footerFirstRow .col-1{
    flex-basis: 300px;
}
footer .footerFirstRow h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 80px;
    color: var(--white-color);
    position: relative;
}

footer .footerFirstRow h1 img {
    position: absolute;
    top: -5px;
    left: -15px;
}

footer .footerFirstRow p {
    color: var(--para-color);
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;

}

footer .footerFirstRow .inputSearch-Btn {
    gap: 10px;
}

footer .footerFirstRow .inputSearch-Btn input {
    max-width: 370px;
    width: 100%;
}


footer .footerFirstRow .inputSearch-Btn .searchInut {
    background-color: rgba(255, 255, 255, 0.16);
    border: none;
    outline: none;
    padding: 15px 20px;
    border-radius: 24px;
    color: var(--white-color);
}

footer .footerFirstRow .inputSearch-Btn input::placeholder {
    color: var(--white-color);
    /* Change this to your desired color */
    opacity: 1;
    /* Ensures the color is applied fully */
}
.darkModeLogo{
    display: none;
}



footer .footerFirstRow .col-1:nth-child(3) p {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;


}

footer .footerFirstRow .col-1:nth-child(3) p.downPara {
    color: var(--para-color);
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;

}

footer hr {
    margin-bottom: 50px;
}

footer h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    color: var(--white-color);
    margin-bottom: 8px;
    padding-left: 5px;
}

footer h4::after {
    content: "";
    height: 70%;
    width: 3px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: -3px;
    right: 0px;
    transform: translate(-50%, -50%);
}

footer p.downFooterPara {
    color: var(--para-color);
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    width: 281px;

}

footer img.logo {
    max-width: 183px;
    margin-bottom: 13px;
    width: 100%;
}

footer .secondRowFooter {
    gap: 30px;
    flex-wrap: wrap;
}


footer .footerFirstRow .arrowSearch {
    width: 157px;
    background-color: var(--white-color);
    gap: 1px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    position: relative;
    z-index: 9999;

}

footer .footerFirstRow .arrowSearch input {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px !important;
    max-width: 60px;
    color: rgba(33, 17, 69, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    position: relative;
    z-index: 9999;

}

footer .footerFirstRow .arrowSearch i{
    color: var(--secondary-color);
    transform: rotate(-45deg);
    font-size: 16px;
}

.lowerFooter .container {
    padding: 30px !important;
}

.lowerFooter .container p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;

}

.lowerFooter .container .icons {
    gap: 10px;
}

.lowerFooter .container .icons i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lowerFooter .container .icons i:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.lowerFooter {
    position: relative;
}

.lowerFooter .dot_footer {
    position: absolute;
    width: 200px;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: var(--primary-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    /* border-radius: px; */
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);
}

*::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

/* CODE FOR SUPPLY CHAIN MANAGEMENT */
.noBg .heroSection {
    background: none !important;
    min-height: 60vh;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.noBg .heroSection p {
    max-width: 450px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: var(--secondary-color);
    margin-top: 6px;
}

.noBg .serviceSection .btn a {
    padding: 10px 24px;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 40px;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}

.noBg .serviceSection .btn a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.noBg .serviceSection .container .box p {
    margin-bottom: 20px !important;
}

.noBg .serviceSection .container .row h1 {
    font-size: 45px;
}

.noBg.dcAssessment .heroSection p {
    max-width: 1749px;
    text-align: left;
}

.noBg.dcAssessment .heroSection .row:nth-child(2) h1 {
    color: var(--secondary-color);
    font-size: 65px;
    font-weight: 700;
    line-height: 98.57px;
    margin-top: 50px !important;
    text-align: left;

}

.noBg.dcAssessment .heroSection .row:nth-child(2) p {
    margin-bottom: 50px !important;
    color: var(--secondary-color);
}

.noBg.dcAssessment .heroSection {
    margin-bottom: 0px !important;
}

.noBg.dcAssessment .warhouse {
    position: relative;
}

.noBg.dcAssessment .warhouse .row .dotNotContent {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;

}

.noBg.dcAssessment .not-hero {
    height: 10px;
    padding-top: 0pc !important;
    min-height: 60vh !important;
}

.noBg.dcAssessment .warhouse .row .dotNotContentRight {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;
}

.management .container .row img {
    width: 100%;
    max-width: 1020px;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.management.managementSection .container .row img,
.management.managementSection .container {
    width: 100%;
    max-width: 1568px;
    margin: auto;
}

.management .container .row .box {
    position: relative;
    max-width: 1020px;
    margin: auto;
}

.management.managementSection .container .row .box {
    width: 100%;
    max-width: 1568px;
    margin: auto;
}

.management .container .row .box h1 {
    position: absolute;
    bottom: 100px;

    background-color: var(--secondary-color);
    border-left: 10px solid var(--primary-color);
    left: -10px;
    padding: 5px 25px 5px 5px;

    font-size: 44px;
    font-weight: 400;
    line-height: 57.2px;
    letter-spacing: -1.5px;

    color: var(--white-color);
}

.management .container .row p {
    margin-top: 50px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;

}

.management.managementSection .container .row p {
    max-width: 1440px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.management.managementSection .container .row .btn a {
    padding: 10px 15px;
    border-radius: 40px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.management.managementSection .container .row .btn a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.shadeBg .automation .rightShade {
    top: -420px;
    bottom: 0px !important;
}


.reverseFlex {
    flex-direction: row-reverse !important;
}

.automation .btn a {
    padding: 6px 10px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 40px;
}

.automation .btn a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.automation .row .nomargin {
    margin-bottom: 20px !important;
}


/* code for people section */
.people .row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: end;
}

.people .row .col-1 {
    flex-basis: 250px;
    max-width: 362px;
}

.people .row .col-1 img {
    width: 362px;
    height: 371px;
    border-radius: 20px;
    object-fit: cover;

}

.people .row p {
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    max-width: 362px;
}

.people .row .box {
    position: relative;
}

.people .row .box h1 {
    position: absolute;
    bottom: 50px;
    color: var(--white-color);
    font-size: 50px;
    font-weight: 400;
    line-height: 57.2px;
    letter-spacing: -1.5px;
    padding: 5px 20px 5px 5px;
    background-color: var(--secondary-color);
    border-left: 6px solid var(--primary-color);
    left: -6px;
}

.people .row .btn a{
    display: inline-block;
    margin-top: 8px;
    padding: 10px 15px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 40px;
}

.people .row .btn a:hover{
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.formlogin h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 57.98px;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.formlogin p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.24px;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.formlogin .username {
    max-width: 595px;
    background-color: var(--white-color);
    padding: 5px 18px;
    border-radius: 50px;
    gap: 10px;
    margin: auto;
    margin-bottom: 20px;
}

.formlogin .username img {
    width: 26.15px;
}

.formlogin .username input {
    padding: 10px 0px;
    border: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 28.99px;
    width: 100%;
    outline: none;
}

.formlogin input.btn {
    background-color: var(--secondary-color);
    color: var(--white-color);
    width: 100%;
    max-width: 595px;
    font-size: 40px;
    font-weight: 400;
    line-height: 46.39px;
    padding: 5px 0px;
    cursor: pointer;
    border-radius: 2px;
}

.formlogin {
    margin-bottom: 50px;
}

.formlogin {
    position: relative;
}

.formlogin img.leftShadow {
    position: absolute;
    left: 0px;
    top: -500px !important;
    z-index: -1;
}

.portalDetail .mainPortalHeading {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 5px 20px 5px 5px;
    border-left: 10px solid var(--primary-color);
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    line-height: 57.2px;
    letter-spacing: -1.5px;
    margin-bottom: 50px;
}

.portalDetail .videoIframe {
    margin-bottom: 80px;
}

.portalDetail .videoIframe img,
.portalDetail .videoIframe iframe {
    max-width: 1568px;
    width: 100%;
    border-radius: 20px;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.portalDetail .btnFileDownload input {
    padding: 8px 40px;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    border-radius: 50px;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 46.39px;
    color: var(--secondary-color);
    cursor: pointer;
}

.portalDetail .btnFileDownload input:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.portalDetail .btnFileDownload:nth-child(3) input {
    margin-bottom: 100px;
}

.portalDetail .btnGoBack a {
    padding: 10px 25px;
    border: 2px solid var(--secondary-color);
    border-radius: 50px;
    color: var(--white-color);
    font-size: 23px;
    background-color: var(--secondary-color);
}

.portalDetail .btnGoBack a i {
    font-size: 20px;
    margin-left: 10px;
}

.portalDetail .btnGoBack a:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.productView .haedingMain {
    text-align: center;
    color: var(--secondary-color);
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 57.2px;
    letter-spacing: -1.5px;
}

.productView .sub-row {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.productView .sub-row .col-1 {
    flex-grow: 1;
    flex-basis: 250px;
}

.productView .sub-row .boxImage {
    max-width: 900px;
    margin: auto;
    width: 100%;
    padding: 20px;
    border: 2px solid var(--primary-color);
    margin-bottom: 30px;
    border-radius: 20px;
}

.productView .sub-row h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 36.36px;
    letter-spacing: -0.8390976786613464px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.productView .sub-row .btn a {
    padding: 9px 15px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 40px;
}

.productView .sub-row .btn a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}




.heroSection .ContactForm {
    max-width: 626px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.heroSection .ContactForm .box.boxFlex {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 0px;
}

.heroSection .ContactForm label {
    text-align: left !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.heroSection .ContactForm .box {
    gap: 9px;
    margin-bottom: 15px;

}


.heroSection .ContactForm input,
.heroSection .ContactForm textarea {
    padding: 8px 12px;
    border-radius: 20px;
    width: 100%;

    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-color);
}

.heroSection .ContactForm input::placeholder,
.heroSection .ContactForm textarea::placeholder {
    color: rgba(130, 130, 130, 1);
}




.heroSection .ContactForm input.btnSubmit {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 0px;
    color: var(--white-color);
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;

}

.mapsRow .row {
    max-width: 1802px;
    margin: auto;
    margin-bottom: 100px !important;
}

.mapsRow .row iframe {
    height: 520.96px;
    margin-bottom: 30px;
    width: 100%;
}


.mapsRow .row .box {
    margin-bottom: 30px;
}

.mapsRow .row .box p {
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 400;
    line-height: 30px;

}

.mapsRow .row .box input {
    max-width: 351px;
    width: 100%;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: transparent;
    outline: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 46.39px;

}

































@media screen and (min-width: 1480.99px) {
    .industries .col-1 p {
        padding-right: 80px;
    }
}

/* MEIDA QUERY CODE FOR LAPTOP */
@media screen and (max-width: 1480.98px) {
    .services .box {
        bottom: 30px;
    }

    .heroSection h1 {
        font-size: 65px;
        line-height: 82px;
    }

    footer .secondRowFooter .col-1 {
        flex-basis: 130px;
        flex-grow: 1;
    }
}

@media screen and (max-width: 1196.98px) {

    .dropdown span,
    header li a,
    .btn a {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 938.99px) {
    .pc {
        display: none !important;
    }
}

/* MEIDA QUERY CODE FOR LAPTOP AND LARGE TABLET */
@media screen and (max-width: 937.98px) {
    .mobile {
        display: none !important;
    }
    .dropdown-content {
        width: 100%;
        min-width: 90px;
        max-width: 200px;
        padding: 10px 6px;
        left: 20px ;
        right: 0px;
    }
    header .dropdown-content a{
        margin-bottom: 0px !important;
        padding: 5px;
    }
.dropdown:hover .dropdown-content {
    display: block;
    align-items: start;
    justify-content: start;
}

    .container {
        padding: 50px 30px;
    }

    .serviceSection .row {
        flex-direction: column;
    }

    .automation .row:nth-child(2) {
        flex-direction: column !important;
    }

    .automation .row:nth-child(2) ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .automation .row:nth-child(2) ul li a .circle::after {
        background-color: transparent !important;

    }

    .automation .row:nth-child(2) ul li {
        flex-basis: 240px;
        margin-left: 20px !important;
    }

    .warhouse .btnFlex {
        justify-content: start;
        gap: 30px;
    }

    .automation .row:nth-child(2) ul li a i {
        transform: rotate(90deg) !important;
        margin-left: 10px;
    }

    footer .footerFirstRow h1 {
        font-size: 44px;
        line-height: 50px;
    }

    footer .footerFirstRow .col--5 {
        display: none !important;
    }

    footer .container::before {
        width: 80%;
        position: absolute;
        top: 5px;
        left: 50%;
        bottom: 0px !important;
        height: 10px;
        transform: translate(-50%, -50%);
        z-index: 9999 !important;
    }

    .lowerFooter .row {
        flex-direction: column;
        justify-content: center;
        gap: 20px !important;
    }

    .services .row {
        flex-direction: column;
    }

    .services .row .box {
        /* position: relative; */
        left: 20px;
        bottom: 30px !important;
    }

    .automation .row:nth-child(3) .box {
        margin-bottom: 40px !important;
        flex-direction: column;
        text-align: center;
    }

    .rightRowBox {
        flex-direction: column-reverse !important;
    }

    .services img {
        height: 450px;
    }
}

/* MEIDA QUERY CODE FOR SMALL TABLET */
@media screen and (max-width: 728.98px) {
    .container {
        padding: 50px 10px !important;
    }

    .automation .row:nth-child(2) .col-2 .boxList .box {
        padding: 10px !important;
    }

    .serviceSection .container .box {
        padding: 10px !important;
        flex-direction: column;
        gap: 20px;
    }

    .warhouse .detailing .box:nth-child(2) {
        margin-bottom: 30px;
    }

    .warhouse .detailing .box .subboxes {
        width: 100%;
        max-width: 100%;
    }

    .automation .row:nth-child(1) .colorbg h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .serviceSection h1 {
        font-size: 30px;
        padding: 5px 30px 5px 10px;
        line-height: 45px;
    }

    .heroSection h1 {
        font-size: 55px;
        line-height: 72px;

    }

    header .container-fluid {
        padding: 0px 5px !important;
    }

    .automation .row:nth-child(2) {
        min-height: 400px;
    }

    .services .blueShade {
        top: 100px;
        border-radius: 100px 0px 0px 100px;
    }

    .services .dotWhite {
        top: 30px;
    }

    .heroSection .btnDarkLight {
        left: -40px;
    }

    .heroSection .btnDarkLight button {
        padding: 6px 12px !important;
        gap: 5px;
        font-size: 10px;
    }

    .automation .row:nth-child(2) .colorbg .pageHeading {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .automation .imageAutomation {
        height: 300px;
    }
}

/* MEIDA QUERY CODE FOR MOBILE PHONE */
@media screen and (max-width: 586.98px) {
    .heroSection {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heroSection h1 {
        font-size: 49px;
        line-height: 52px;
        text-align: center;
    }

    .services .row.rightRowBox .box {
        left: 5px !important;
        width: 80% !important;
    }

    .services .row .box {
        width: 80% !important;
    }

    .portalDetail .btnFileDownload input {
        font-size: 20px;
    }

    .portalDetail .btnGoBack a {
        font-size: 16px;
    }

    .portalDetail .btnGoBack a i {
        font-size: 13px;
    }

    .portalDetail .mainPortalHeading {
        font-size: 34px;
        line-height: 40px;
    }
}

html{
    scroll-behavior: smooth;
}