@font-face {
    font-family: 'Roboto-Bold';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Thin';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Thin.ttf) format('truetype');
}

@font-face {
    font-family: "RobotoCondensed-Medium";
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed/RobotoCondensed-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "RobotoCondensed-SemiBold";
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed/RobotoCondensed-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "RobotoCondensed-Thin";
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Roboto-Condensed/RobotoCondensed-Thin.ttf) format('truetype');
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

:root {
    --themeColor: #26314F;
    --themeSecColor: #ffffff;
    --themepriColor: #069EAB;
    /* --headingFont: 'Roboto-Regular'; */
    /* --headingsecFont: 'Roboto-Medium'; */
    /* --headinglightFont: 'Roboto-Thin'; */
    --headingFont: 'RobotoCondensed-Regular';
    --headingsecFont: 'RobotoCondensed-Medium';
    --headinglightFont: 'RobotoCondensed-Thin';
    --headingFontSize: 65px;
    --headingFontWeight: 500;
    --headingLineheight: 69px;
    --headingTextTransform: uppercase;
    --bodyFont: 'Roboto-light';
    --bodyFontColor: #111;
    --paraFontsize: 19px;
    --paraFontLineheight: 29px;
    --paraFontWeight: 400;
    --bg1: #058b97;
    --bg2: #000043;
    --bg3: #253451;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--bodyFont);
}

html,
body {
    overflow-x: hidden;
}

.mt-20 {
    margin-top: 20px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.grey {
    background: #f2f2f2;
}

.float-right {
    float: right;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

p,
ul,
ol,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

p {
    font-family: var(--bodyFont);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
}

a:hover,
a {
    text-decoration: none;
}

.form-control:focus {
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 0;
}

li {
    list-style: none;
}

.padd-top-bottom {
    padding: 100px 0;
}

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

.inter-text-para .block-text-white p {
    color: #fff;
}

.scroll-margin-top {
    scroll-margin-top: 150px;
}

.container.custom-container {
    max-width: 1730px;
}

.inner-block-text p {
    font-size: 16px;
}

.mb-30 {
    margin-bottom: 30px;
}

.p-90 {
    padding: 60px 0;
}

.pb-90 {
    padding-bottom: 80px;
}

.p-45 {
    padding: 74px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 162px;
}

.pt-90 {
    padding-top: 162px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

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

.mt-30 {
    margin-top: 30px;
}

.mt-90 {
    margin-top: 162px;
}

@-webkit-keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
}

@keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
}

header.site-header.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 6%);
}

header.site-header .inner-Logo {
    display: none;
}

header.site-header.navbar-fixed .inner-whiteLogo {
    display: none;
}

header.site-header.navbar-fixed .inner-Logo {
    display: block;
}

header.site-header {
    position: relative;
    z-index: 2;
    width: 100%;
}

header.site-header.sticky .whiteLogo {
    display: none;
}

.menuWrap .dropdownMain i {
    font-size: 13px;
}

header.site-header.sticky .blackLogo {
    display: block;
}

header.site-header.navbar-fixed .logobox {
    padding-bottom: 0px;
}

.menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.menuListing.sub-menus ul li a {
    color: #000;
}

.menuListing.sub-menus {
    padding-left: 38px;
    border-left: 1px solid var(--themeSecondColor);
    padding-bottom: 20px;
}

.menuListing.sub-menus ul {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 1;
    -moz-column-count: 3;
    column-count: 1;
    margin-bottom: 35px;
    justify-content: space-between;
}

.menuListing.sub-menus ul li {
    flex: 0 0 42%;
    margin: 0px 4%;
}

.menuListing.sub-menus li h3 a {
    color: var(--themepriColor);
    font-size: 18px;
}

.menuListing.sub-menus ul li .menu-prod-list-sub a {
    padding: 5px 0 5px 15px !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--themeSecColor);
    position: relative;
    font-family: 'Roboto-Regular';
}

.menuListing.sub-menus {
    padding: 0 0px;
}

.menuListing.sub-menus ul li {
    flex: 0 0 100%;
    border-bottom: 1px solid #bdbbbb3b;
    padding: 15px 0;
}

.menuListing.sub-menus h3 {
    color: #2fb5c4;
    font-weight: 600;
    margin-bottom: 20px;
}

.menuListing.sub-menus .prod-cat-box a {
    color: #f1f1f1;
    float: left;
    width: 45%;
    text-align: left;
    font-size: 15px;
    padding: 6px 0;
    font-weight: 500;
    /* min-height: 46px; */
    position: relative;
    padding-left: 15px;
    font-family: var(--bodyFont);
}

.single-menu .menuListing.sub-menus .prod-cat-box a {
    float: left;
    width: 100%;
    font-size: 17px;
}

.dropdownMain-content.dropdown_menu-mega.single-menu {
    width: 260px;
    left: auto;
    padding: 20px;
}

.menuListing.sub-menus .prod-cat-box.prod-brands a {
    width: 20%;
}

.menuListing.sub-menus .prod-cat-box.prod-solutions a {
    width: 33%
}

.menuListing.sub-menus .prod-cat-box a::before {
    content: "";
    background: #ff0202;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 30%;
}

.menuListing.sub-menus ul li .menu-prod-list-sub a::before {
    content: "";
    background: #ff0202;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

.menuListing.sub-menus ul li a {
    color: #069eaf;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--themeSecondColor);
    width: 100%;
    text-align: left;
    font-family: 'Roboto-Bold';
}

.menuheading.menu-img img {
    width: 100%;
}

.menuheading.menu-img {
    padding: 0;
}

.dropDownInnerMnb,
.navbarMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbarend {
    display: flex;
    justify-content: end;
    align-items: center;
}

.navbarend ul li a.borde-style {
    border-left: 1px solid var(--fontColor);
}

.navbarMain a.concync-button {
    border-radius: 50px;
    background: #5D737F;
    width: 113px;
    padding: 5px 10px;
    color: #FFF;
    font-family: var(--headingFont);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.navbarMain a.concync-button span {
    margin-left: 5px;
}

.dropdownMain {
    float: left;
    overflow: hidden;
}

.dropdownMain-content .header {
    padding: 16px;
    color: #111;
}

.logobox a,
.logobox a img {
    width: 85%;
}

header.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 6%);
    animation: 15s infinite gradient;
    z-index: 999;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
}

header.site-header.sticky .dropdownMain .dropbtn,
header.site-header.sticky .navbarMain a {
    color: #585858;
    font-weight: 500;
}

.navbarMain a,
.dropdownMain .dropbtn {
    transition: 0.2s;
}

.dropdownMain .dropbtn,
.navbarMain a {
    color: #000;
    position: relative;
    font-weight: 500;
    transition: 0.2s;
    text-decoration: none;
    padding: 30px 15px;
}

.menuListing ul {
    display: block;
    padding: 0;
}

.dropdownMain .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    font-weight: 300;
    background-color: transparent;
    margin: 0;
    font-size: 20px;
    color: #26314F;
}

.menuListing.sub-orhersmenus p {
    font-size: var(--paraFontsize);
    font-family: var(--headingFont);
    color: #fff;
}

header.site-header.navbar-fixed {
    top: -120px;
}

#myHeader.hide {
    top: 0px;
}

#myHeader {
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 6%);
}

.dropdownMain-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    left: 0;
}

header.site-header.navbar-fixed .dropdownMain-content {
    top: 100%;
}

.dropdownMain:hover .dropdownMain-content {
    display: block;
    padding: 20px 10px;
    background: #26314F;
    z-index: 3;
}

.menuListing.sub-menus.no-brd .menu-others-sub {
    display: grid;
}

.menuListing.sub-menus.no-brd .menu-others-sub h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 4px;
    font-family: 'Roboto-Medium';
}

.menuListing.sub-menus.no-brd .menu-others-sub a {
    font-family: 'Roboto-Regular';
    float: left;
    font-size: 15px;
    padding: 10px;
    text-align: left;
    padding: 8px;
    font-size: 15px;
    line-height: 20px;
}

.dropdown_menu-mega {
    -webkit-animation: growDown 500ms ease-in-out forwards;
    animation: growDown 500ms ease-in-out forwards;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.navbarMain a {
    font-family: 'RobotoCondensed-Medium';
    float: left;
    font-size: 20px;
    color: #26314F;
    text-align: center;
}

.navbarMain li.main-menu:nth-last-child(1) a {
    padding-right: 0;
}

.navbarMain .menuListing a:after,
.onlyMobile,
header.site-header.sticky .whiteLogo {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background: var(--themeColor);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sidenav,
body,
html {
    overflow-x: hidden;
}

.bg-green {
    background: var(--themeColor);
}

.bg-grey {
    background: #f2f2f2;
}

.inter-text-para h1 {
    font-size: var(--headingFontSize);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    font-family: var(--headingFont);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.inter-text-para p {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    font-family: var(--bodyFont);
}

.btn-read-more.btn-white a {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 5px;
    font-size: 17px;
    font-weight: 700;
    float: left;
    margin-top: 39px;
    letter-spacing: 1px;
    transition: 0.5s;
}

.btn-read-more.btn-white a:hover {
    letter-spacing: 3px;
}

.btn-read-more.btn-white a:hover i {
    margin-left: 5px;
}

.btn-read-more.btn-white span {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px 5px;
    font-size: 17px;
    font-weight: 700;
    float: left;
    margin-top: 39px;
    letter-spacing: 1px;
    transition: 0.5s;
}

.btn-read-more.btn-white span:hover {
    letter-spacing: 3px;
}

.btn-read-more.btn-white span:hover i {
    margin-left: 5px;
}

.btn-read-more span {
    color: #004d85;
    border-top: 2px solid #004d85;
    border-bottom: 2px solid #004d85;
    padding: 5px 5px;
    font-size: 17px;
    font-weight: 700;
    float: left;
    margin-top: 39px;
    letter-spacing: 1px;
    transition: 0.5s;
}

.btn-read-more span:hover {
    letter-spacing: 3px;
}

.btn-read-more span:hover i {
    margin-left: 5px;
}

.bannerTabSliders:hover .btn-read-more.btn-white span {
    letter-spacing: 3px;
}

.bannerTabSliders:hover .btn-read-more.btn-white span i {
    margin-left: 5px;
}

.btn-read-more a {
    color: #004d85;
    border-top: 2px solid #004d85;
    border-bottom: 2px solid #004d85;
    padding: 5px 5px;
    font-size: 17px;
    font-weight: 700;
    float: left;
    margin-top: 39px;
    letter-spacing: 1px;
    transition: 0.5s;
}

.btn-read-more a:hover {
    letter-spacing: 3px;
}

.btn-read-more a:hover i {
    margin-left: 5px;
}

.menuheading h3 {
    color: #004d85;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 800;
}

.menuheading {
    padding-right: 50px;
}

.menuheading p {
    font-weight: var(--paraFontWeight);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
}

.menu-prodsec h3 {
    color: #004d85;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #004d85;
    padding-bottom: 35px;
}

.menuListing.sub-heading ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 35px;
    justify-content: space-between;
}

.menuListing.sub-heading ul li {
    flex: 0 0 31%;
    margin: 1%;
}

.menu-prodsecList a {
    padding: 0 !important;
}

.menu-prodsecList img {
    float: left;
    width: 20%;
}

.menu-prodsecList.brand-prod img {
    float: left;
    width: 45%;
}

.menu-prodsecList span {
    float: left;
    width: 20%;
}

.menuListing.sub-heading {
    padding-left: 100px;
    border-left: 1px solid var(--themeSecondColor);
}

.menu-prodsecList {
    float: left;
    width: 100%;
    margin-top: 44px;
}

.menu-prodsecList.brand-prod {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.menu-prodsecList span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 11px;
    color: #111;
}

.accordion-button::after {
    /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");*/
    transform: scale(1.2) !important;
    background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

img.top-texture {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
}

img.bottom-texture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22%;
}

.bannerPage .thumbNav {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 99999;
    right: 0;
}

.bannerPage .thumbNailCust {
    position: relative;
}

.topNav-Upper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
}

ul.top-header li a {
    color: #fff;
    background: #FF0202;
    padding: 8px 35px;
    font-size: 18px;
    font-weight: 600;
}


@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner-cont {
    position: absolute;
    top: 47%;
    width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-cont .inter-text-para h1 {
    font-family: var(--headinglightFont);
    font-size: 90px;
    color: var(--themeColor);
    font-weight: 100;
    line-height: 110px;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
}

.banner-cont .inter-text-para h1 span {
    font-family: var(--headingFont);
    font-weight: 700;
}

.banner-cont .inter-text-para p {
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}

.hm-sec-product-list .container-product-list {
    display: flex;
}

.hm-sec-product-list .sec-detls {
    flex: 1;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    overflow: hidden;
}

.hm-sec-product-list .sec-detls:last-child {
    border-right: 0px solid #fff;
}

.hm-sec-product-list .sec-detls .content {
    justify-content: space-between;
    z-index: 2;
    padding: 0 50px;
    position: absolute;
    top: 60px;
    display: flex;
    width: 100%;
}

.hm-sec-product-list .sec-detls .content h3 {
    color: var(--themeSecColor);
    font-family: "RobotoCondensed-Medium";
}

.hm-sec-product-list .sec-detls .content span {
    color: var(--themeSecColor);
    font-size: 18px;
    background-color: #F00303;
    padding: 10px 15px;
    border-radius: 49%;
}

.hm-sec-product-list .sec-detls img {
    width: 100%;
    transition: 0.5s all;
}

.hm-sec-product-list .sec-detls:hover img {
    transform: scale(1.1);
}

.inter-text-para h2 {
    font-family: var(--headinglightFont);
    font-size: var(--headingFontSize);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    margin-bottom: 20px;
    position: relative;
    color: var(--bodyFontColor);
    /* text-transform: capitalize; */
}

.inter-text-para h2 span {
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--themepriColor);
}

.inter-text-para p {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    font-family: var(--bodyFont);
}

.btn-more {
    margin-top: 30px;
    position: relative;
}

.btn-more a,
.btn-more button,
.slider-btn {
    color: #003B58;
    padding: 10px 0;
    background: #fff0;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 20px;
    line-height: var(--paraFontLineheight);
    border: 0;
    border-bottom: 2px solid #003B58;
}

.slider-btn {
    width: 158px;
    margin: 30px auto;
    color: #fff;
    background: #ff0202;
    padding: 5px 20px;
    border-bottom: 2px solid #ff0202;
}

.btn-more a:hover,
.btn-more button:hover,
.slider-btn:hover {
    border-bottom: 2px solid #F00303;
}

.btn-more a i,
.btn-more button i,
.slider-btn i {
    color: #F00303;
    transform: rotate(310deg);
    margin-left: 5px;
    font-size: 18px;
}

.slider-btn i {
    color: #fff;
}

.btn-more a:hover i,
.btn-more button:hover i,
.slider-btn:hover i {
    transform: rotate(360deg);
    transition: transform .3s;
}

.btn-more.btn-white a:hover i {
    transform: rotate(360deg);
    transition: transform .3s;
}

.btn-more.btn-white a:hover,
.btn-more.btn-white button:hover {
    border-bottom: 2px solid #F00303;
}

.hm-matrix-cont ul {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.hm-matrix-cont ul li {
    color: var(--themepriColor);
    padding: 15px 30px;
    text-align: center;
    background: #f2f2f27d;
    width: 17%;
    border: 1px solid #11111145;
    position: relative;
    overflow: hidden;
}

.hm-matrix-cont ul li::before {
    content: '';
    background: #ff0202;
    position: absolute;
    top: -40px;
    height: 80px;
    z-index: 0;
    width: 90px;
    rotate: 319deg;
    left: -62px;
}

span.title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
    font-family: 'RobotoCondensed-Medium';
}

li.matrix-value sup {
    top: -18px;
    font-size: 30px;
    line-height: 50px;
    font-family: 'RobotoCondensed-Medium';
}

.matrix-info {
    font-size: 20px;
    padding-left: 0;
    line-height: 30px;
    color: #000000;
    font-family: 'Roboto-Medium';
}

.product-cat-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 78vh;
    column-gap: 15px
}

.product-cat-list ul li {
    position: relative;
    width: 24.5%;
    margin-bottom: 15px
}

.product-cat-list ul li:nth-child(1),
.product-cat-list ul li:nth-child(4) {
    margin-bottom: 0
}

.product-cat-list ul li:nth-child(1) .product-card .item img,
.product-cat-list ul li:nth-child(4) .product-card .item img {
    width: 100%;
    height: 702px;
    object-fit: cover
}

.brandSwiper {
    padding-bottom: 45px;
}

.client-list {
    background: #fff;
}

.brandSwiper .swiper-slide {
    text-align: center;
    background: #fff;
    width: auto;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.brandSwiper .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
}

.brandSwiper .swiper-slide img {
    height: 100%;
    width: auto;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #D9D9D9;
    height: 5px;
    width: 7px;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F00303;
    width: 20px;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 46%);
    right: auto;
    top: 80%;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 46%);
    left: auto;
    top: 80%;
}

.swiper-pagi-arrow .swiper-button-prev i {
    color: #fff;
    padding: 15px;
    font-size: 17px;
    background: #cf0303;
    margin-top: 80px;
    border-radius: 50px;
}

.swiper-pagi-arrow .swiper-button-next i {
    color: #fff;
    padding: 15px;
    font-size: 17px;
    background: #cf0303;
    margin-top: 80px;
    border-radius: 50px;
}

.clints-Slider .swiper-pagi-arrow .swiper-button-prev i {
    margin-top: 10px;
}

.clints-Slider .swiper-pagi-arrow .swiper-button-next i {
    margin-top: 10px;
}

.certificates-Slider .swiper-pagi-arrow .swiper-button-prev i {
    margin-top: 10px;
}

.certificates-Slider .swiper-pagi-arrow .swiper-button-next i {
    margin-top: 10px;
}

.brandSwiper .swiper-button-next,
.certificates-Slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 42%);
    left: auto;
    top: 76%;
}

.brandSwiper .swiper-button-prev,
.certificates-Slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 42%);
    right: auto;
    top: 76%;
}


.Product-Slider {
    padding-bottom: 55px;
    margin-top: 40px;
}

.sec-brand .brand-list ul li img {
    width: 100%;
    width: 160px;
    padding: 10px;
}

.btn-more.btn-white a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* .sec-brand .brand-img {
    height: 460px;
    object-fit: cover;
    position: relative;
    width: 100%;
} */

.bg-blue {
    background-color: #005A76;
}

.padd-right {
    padding-right: 100px;
}

.padd-left {
    padding-left: 100px;
}

.Project-info {
    background: #000000;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 9px 15px;
    min-height: 70px;
}

.Project-info h3 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'RobotoCondensed-Medium';
    margin-bottom: 0px;
}

.client-list .Project-info i {
    font-size: 22px;
    color: #ec2027;
}

.client-list .Project-info span {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto-Regular';
}

.clints-Slider {
    padding-bottom: 50px;
    margin-top: 40px;
}

.client-list ul li:hover .Project-info {
    background: #FF0202;
}

.valuable-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.valuable-list ul li {
    flex: 0 0 20%;
}

.valuable-list ul li {
    flex: 0 0 100%;
    margin-right: 10px;
}

.bg-green {
    background: var(--bg3);
}

.certificates-Slider {
    padding-bottom: 70px;
    margin-top: 40px;
}

.sec-project-half::before {
    content: '';
    background: #0c152d;
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.inter-text-para h3 {
    font-family: var(--headinglightFont);
    font-size: 40px;
    font-weight: var(--headingFontWeight);
    line-height: 60px;
    margin-bottom: 42px;
    position: relative;
    color: var(--bodyFontColor);
}

.inter-text-para h3 span {
    font-family: 'RobotoCondensed-SemiBold';
    color: var(--themepriColor);
}

ul.project-intro {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 40px;
}

ul.project-intro li {
    flex: 0 0 100%;
    overflow: hidden;

}

.hm-sec-product-list .sec-detls img {
    width: 100%;
    transition: 0.5s all;
    height: 300px;
    object-fit: cover;
    width: 100%;
    float: left;
}

ul.project-intro li a:hover img {
    transform: scale(1.1);
}

/* ul.project-intro li:nth-last-child(1) a {
    margin-bottom: 20px;
    width: 100%;
    float: left;
} */

/* ul.project-intro li:nth-last-child(1) a img {
    height: 300px;
    object-fit: cover;
} */

.leader-quote {
    background: #166a96;
    padding: 5px 15px;
    position: relative;
}

ul.project-intro li .leader-quote h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: var(--paraFontWeight);
    font-family: 'RobotoCondensed-Medium';
    margin-bottom: 0;
}

ul.project-intro li img {
    width: 100%;
    transition: 0.5s all;
    height: 280px;
    object-fit: cover;
}

.bg-blue {
    background: var(--bg2);
}

.bg-blue.always-global {
    background: #03035f;
}

.text-align-right {
    text-align: right;
}

ul.reach-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.reach-list li {
    list-style-type: none;
    text-align: center;
    border: 1px solid #D9D9D9;
    flex: 0 0 11%;
    text-align: center;
    padding: 0;
}

ul.reach-list li h6 {
    color: #707070;
    font-size: 17px;
    line-height: 18px;
    font-family: var(--headingsecFont);
    text-transform: uppercase;
    margin-top: 15px;
}

.location-icon {
    /* margin-bottom: 12px; */
    padding: 15px;
}

ul.reach-list li .location-icon img {
    filter: grayscale(100%);
}

ul.reach-list li:hover img{
    filter: grayscale(0);
}

ul.reach-list li:hover {
    border: 1px solid var(--themepriColor);
}

ul.reach-list li:hover h6{
    color: var(--themepriColor);
}

ul.reach-list li:first-child {
    margin-left: 0;
}

ul.reach-list li:last-child {
    margin-right: 0;
}

/* footer */

footer.sec-footer {
    background: #EDEDED;
}

.footer-btn-white {
    text-align: right;
}

.sec-footer .footer-btn-white a {
    color: #fff;
    border: 1px solid var(--themeColor);
    padding: 20px 40px;
    margin-top: 39px;
    font-weight: 500;
    line-height: var(--paraFontLineheight);
    background: var(--themeColor);
    font-family: var(--bodyFont);
    text-align: center;
    margin: 0;
}

.sec-footer .footer-btn-white a:hover {
    border: 1px solid #fff;
    background: transparent;
}

.sec-footer .footer-btn-white a svg {
    margin-left: 5px;
}


.sec-footer .inter-text-para h2 {
    padding-bottom: 32px !important;
}

.footer-menupart ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

/* .footer-menupart ul li:nth-child(2),
.footer-menupart ul li:nth-child(3),
.footer-menupart ul li:nth-child(4) {
    border-left: 1px solid #08334f;
} */
.footer-menupart ul li {
    flex: 0 0 40%;
    padding: 35px 10px;
}

.footer-menupart ul li:nth-child(1) {
    padding-left: 0;
    flex: 0 0 30%;
}

.footer-menupart ul li:nth-child(3) {
    flex: 0 0 30%;
    padding: 35px 10px 0;
}

.footer-linksec ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-linksec ul li {
    flex: 0 0 50%;
    position: relative;
}

.footer-linksec ul li a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Roboto-Medium';
}

.footer-location a {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.footer-location a h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000000;
}

.footer-location a span {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.footer-location a i {
    font-size: 15px;
    margin-right: 15px;
    color: #ffffff;
    background: #145077;
    padding: 8px;
    width: 7%;
    text-align: center;
}

.infra-box {
    background: #1c95d0;
    color: #fff;
    padding: 10px;
    width: 82%;
    margin-top: 55px;
    float: left;
}

.infra-box span {
    font-size: 14px;
}

.ft-socialmedia h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
     font-family: var(--headingFont); 
         color: #145077;
}

.ft-socialmedia h4.mobilfollow {
    margin-bottom: 15px;
}

.ft-socialmedia {
    align-items: center;
    display: flex;
    justify-content: start;
    margin-top: 30px;
}

.footer-location h4 {
    color: #145077;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    /* font-family: var(--headingFont); */
    margin-bottom: 20px;
    font-family: var(--headingFont);
}

.ft-socialmedia a {
    margin-left: 15px;
    font-size: 28px;
    color: #069eab;
}

.border-left {
    border-right: 1px solid #ffffff30;
}

.ft-social ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: end;
}

.ft-social ul li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    font-weight: 400;
    padding-left: 25px;
    font-weight: var(--headingFont);
}

.ft-social ul li i {
    color: #fff;
}

.Infra-flx {
    margin-top: 25px;
}

.iso-certificate ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-left: 25px;
}

.iso-certificate ul li {
    flex: 0 0 50%;
    padding: 20px 40px;
}

.iso-certificate ul li img {
    width: 100%;
}

.ft-logo-info {
    text-align: left;
    position: relative;
    /* margin-top: 0;
    margin-bottom: 40px; */
}

img.footer-logoimg {
    width: 130px;
}

.sec-ft-copyright {
    background: #1a5a81;
    padding: 12px 0;
}

.ft-quicklink a {
    float: left;
    width: 33%;
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'RobotoCondensed-Medium';
}
.ft-certified {
    float: left;
}

.ft-certified h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: var(--headingFont);
    text-align: left;
}

.ft-certified .certi-img {
    width: 25%;
    float: left;
    margin-top: 30px;
}

.certi-img img {
    background: #fff;
    border-radius: 50%;
}

.ft-certified .certi-img:nth-last-child(1) {
    margin-right: 0px;
}

.copyright-info ul {
    display: flex;
    justify-content: center;
}

.copyright-info ul li a {
    border-right: 1px solid #ffffff;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
}

.copyright-info ul li:nth-last-child(1) a {
    border-right: 0px solid #fff;
}

.newsletter form input {
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0 !important;
    outline: none;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    font-family: var(--bodyFont);
    width: 75%;
    height: 50px;
    font-weight: 600;
}

.newsletter form input::placeholder {
    color: #fff;
}

.newsletter form .slider-btn {
    margin: 0;
}

.newsletter form .btn-more {
    margin-top: 0;
}

.newsletter form {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.newsletter-sec {
    background: var(--themepriColor);
    padding: 20px 0;
}

.btn-more.btn-white button {
    color: #fff;
    border-bottom: 2px solid #fff;
    background: #000043;
}

/* contact-us Page */

.contact-form ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-form ul li:first-child {
    background: var(--themeColor);
    flex: 0 0 35%;
    padding: 40px;
    float: left;
    width: 100%;
}

.contact-form ul li:first-child h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--headingFont);
    margin-bottom: 50px;
}

.all-cont-info {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}

.contact-form ul li:last-child {
    border: 1px solid #fbfbfb;
    background: #f2f2f2;
    flex: 0 0 60%;
    padding: 40px;
    float: left;
    width: 100%;
}

.contact-mail h4 {
    color: var(--themeColor);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--headingFont);
}

.contact-action {
    margin-top: 50px;
}

.social-cont h5 {
    font-size: 18px;
    color: #b5b5b5;
    letter-spacing: 4px;
    margin: 55px 0 30px;
}

.all-cont-info {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}

.contact-action form .contact-sec {
    margin-bottom: 35px;
}

.contact-sec {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

input[type="file"] {
    padding-left: 38px;
}

textarea.form-control {
    min-height: calc(1.5em + 44px + 35px);
}

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    color: #565656;
}

select option {
    background: #f2f2f2;
    color: #000;
}

.form-control {
    background: transparent;
}

.form-control:focus {
    background: transparent;
    border-bottom: 1px solid var(--themeColor);
}

.form-control::placeholder {
    color: #fff;
    opacity: 0.6;
}

.form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.contact-action {
    margin-top: 50px;
}

.all-cont-info {
    margin-bottom: 26px;
    float: left;
    width: 100%;
}

.all-cont-info a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.all-cont-info a i {
    margin-right: 20px;
    background: #04a3b1;
    padding: 10px;
    font-size: 20px;
}

.BranchOffices ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.BranchOffices ul li {
    color: var(--themepriColor);
    padding: 30px 30px;
    text-align: center;
    background: #07364f;
    flex: 0 0 23%;
    margin: 1%;
    border: 1px solid #059eaa;
    position: relative;
    overflow: hidden;
}

.BranchOffices ul li::before {
    content: '';
    background: #04a3b1;
    position: absolute;
    /* right: -25px; */
    top: -40px;
    height: 80px;
    z-index: 0;
    width: 90px;
    rotate: 319deg;
    left: -62px;
}

.Branch-Offices ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ffffff47;
    align-items: center;
    padding: 25px 0;
}

.Branch-Offices ul:nth-child(1) {
    border-top: 1px solid #ffffff47;
}

.Branch-Offices ul li {
    flex: 0 0 18%;
}

.Branch-Offices ul li:nth-child(2) {
    flex: 0 0 29%;
}

.branch-info h4 {
    color: var(--themeColor);
    font-family: var(--headingFont);
    font-weight: var(--headingFontWeight);
    font-size: 22px;
    line-height: 20px;
    font-family: 'RobotoCondensed-Medium';
    text-align: left;
    color: #ffffff;
}

.branch-info a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
}

.branch-info a i {
    font-size: 24px;
    margin-right: 15px;
    color: #7EF5FF;
    color: transparent;
    -webkit-text-stroke: 0.5px #7EF5FF;
}

.representatives ul {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.representatives .branch-info h4 {
    color: #000000;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 22px;
    font-family: 'Roboto-Bold';
}

.representatives ul li {
    color: #000000;
    flex: 0 0 19%;
    border-right: 1px solid #CBCBCB;
    padding: 0 45px;
}

.representatives ul li:nth-child(1) {
    padding-left: 0;
}

.representatives ul li:nth-child(2) {
    border-right: 0px solid #059eaa;
    padding-right: 0;
}

.representatives .branch-info a {
    float: left;
    width: 100%;
    color: #000000;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.representatives .branch-info a i {
    font-size: 15px;
    margin-right: 15px;
    color: #15A4AF;
    color: transparent;
    -webkit-text-stroke: 1.5px #15A4AF;
}

.bg-them {
    background: #000043;
}

.careerimg-box img {
    float: right;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.sec-lifeat .inter-text-para p {
    margin-right: 180px;
}

.safety-Slider .inter-text-para p {
    margin-right: 150px;
}

.safetimg-box {
    float: inline-end;
    width: 85%;
}

.safetimg-box img {
    width: 100%;
}

/*  */
.opening-accordion {
    margin-top: 50px;
}

.opening-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.opening-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #1275A5;
    box-shadow: none;
}

.opening-accordion .accordion-item {
    margin-bottom: 12px;
    background-color: #fff0;
    border: 0;
}

.opening-accordion .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.opening-accordion .accordion-body {
    background: #ffffff;
    padding: 0;
}

.opening-accordion .accordion-button {
    font-size: 20px;
    line-height: 24px;
    font-family: 'RobotoCondensed-Regular';
    background: #00033D;
    color: #fff;
}

.opening-accordion .accordion-body p {
    width: 75%;
    color: #333333;
}

.opening-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.opening-accordion .accordion-button::after {
    background-image: url(../images/plus.svg);
}

.opening-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
}

.opening-accordion ul.jobopening {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 30px 20px;
}

.opening-accordion ul.jobopening li:nth-child(1) {
    flex: 0 0 80%;
}

.current-opens-info .info-list {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    line-height: 30px;
    margin-bottom: 15px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 1;
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #f2f2f2;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
}

.innerbannerPage::after {
    content: '';
    position: absolute;
    /* background-image: linear-gradient(to left, #00000000 0, #000000); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-sec input[type="text"],
.contact-sec input[type="email"],
.contact-sec input[type="tel"],
.contact-sec input[type="file"],
.contact-sec select,
.contact-sec textarea {
    border: 0 !important;
    border-radius: 0 !important;
    outline: none;
    color: #fff;
    background: transparent;
    box-shadow: none;
    padding: 5px 0;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    font-family: var(--bodyFont);
    width: 100%;
    opacity: 1;
}

.contact-sec textarea.form-control {
    min-height: 75px;
    color: #fff;
}

/* .contact-sec textarea.form-control::placeholder {
    color: #fff;
} */

.contact-sec input[type="file"]::-webkit-file-upload-button {
    background: #069EAB;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 7px 25px;
    transition: all 1s ease;
}

.contact-sec input[type="file"]::-webkit-file-upload-button:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}

.form-group.contact-sec .form-control:focus {
    background-color: transparent;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 0;
    color: #fff;
}

.form-group.contact-sec.pop-dropdown .form-control:focus{
    color: #fff;
}

.popleadercontent .form-group.contact-sec .form-control:focus {
    color: #000000;
}

.sec-submit .btn-read-more a {
    color: #fff
}

.contact-sec input::placeholder {
    color: #fff;
    opacity: 1;
}

.contact-sec textarea::placeholder {
    color: #fff !important;
    opacity: 1;
}

.form-group.contact-sec {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ffffff47;
}

/* .form-group.contact-sec:last-child{
    margin-bottom: 0px;
} */

.product-enquiry .btn-more button {
    color: #fff;
    border-bottom: 2px solid #fff
}

.form-group.contact-sec i {
    /* position: absolute; */
    border-right: 1px solid #ffffff47;
    color: #fff;
    bottom: 0;
    padding: 10px;
    color: transparent;
    -webkit-text-stroke: 0.5px #ffffff;
}

.form-group.contact-sec.msg-sec i {
    bottom: auto;
}

.fl-right {
    float: right;
}

.sec-submit-resume {
    background: #060827;
}

.sec-intro-solution {
    background: var(--bg1);
}

.sec-brand-products {
    background: var(--bg2);
}

.solutionsTab .nav {
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    width: 19%;
    margin: 0 auto;
}

.solutionsTab .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    padding: 10px 34px;
    font-family: 'Roboto-Medium';
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 18px;
}

.solutionsTab .nav-pills .nav-link b {
    font-weight: 600;
}

.solutionsTab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1275A5;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
}

.solutionsTab .nav-pills .nav-item {
    background: #fff;
    border-radius: 50px;
}

.productBox {
    text-align: center;
    padding-bottom: 70px;
}

.productBox .inter-text-para h3 {
    margin: 0;
    color: #fff;
    font-family: 'RobotoCondensed-Medium';
    font-size: 31px;
    margin-bottom: 0;
}

.productBox img {
    background: radial-gradient(#00000000 0%, #000074 36%, #111);
    border-radius: 50%;
    width: 350px;
    height: 350px;
    padding: 35px;
}

.roundBorder {
    background: -webkit-linear-gradient(#1e1effa3 14%, #00004300 100%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
}

.solutionTab-body {
    margin-top: 100px;
}

ul.brandList {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.brandList li {
    background: #fff;
    flex: 0 0 13%;
    text-align: center;
    margin: 10px;
}

.sec-inner-enquiry {
    background: var(--bg3);
}

.product-enquiry {
    margin-top: 50px;
}

.sec-innerproduct-intro {
    background: var(--bg3);
}

.sec-innerproduct-intro .inter-text-para h1 {
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 60px;
    color: var(--themepriColor);
    line-height: 70px;
}

.inter-text-para h1 {
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 60px;
    color: var(--themepriColor);
    line-height: 70px;
}

.prod-details-inner .sec-prod-details:nth-child(odd) {
    background: var(--bg2);
}

.prod-details-inner .sec-prod-details:nth-child(even) {
    background: var(--bg1);
}

.detailsBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.detailsBox .inter-text-para h2 {
    font-family: 'RobotoCondensed-Regular';
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.prod-details-inner .sec-prod-details:nth-child(even) .detailsBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
}


.detailsBox li:first-child {
    flex: 0 0 55%;
}

.detailsBox li:last-child {
    flex: 0 0 40%;
    text-align: center;
}

.each-BrandList {
    /*margin-top: 50px; */
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.each-BrandList a {
    float: left;
    width: 17%;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sec-prod-details {
    padding: 70px 0;
}

.reconizetion img {
    width: 100%;
}

.btn-close {
    position: absolute;
    top: -12px;
    right: -20px;
    background: #fff0;
    width: 3em;
    opacity: 1;
}

.popleadercontent .form-group.contact-sec {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #A7A7A7;
}

.popleadercontent .form-group.contact-sec i {
    border-right: 1px solid #1275A5;
    color: #ffffff;
    bottom: 0;
    padding: 10px;
    background: #1275A5;
}

.popleadercontent .contact-sec input::placeholder {
    color: #000;
    opacity: 1;
}

.popleadercontent .contact-sec textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}

.popleadercontent .contact-sec input[type="file"]::placeholder {
    color: #000;
}

.popleadercontent .contact-sec textarea.form-control {
    min-height: 100px;
}

.popleadercontent .contact-sec input[type="text"],
.popleadercontent .contact-sec input[type="email"],
.popleadercontent .contact-sec input[type="tel"],
.popleadercontent .contact-sec input[type="file"],
.popleadercontent .contact-sec select,
.popleadercontent .contact-sec textarea {
    color: #000000;
}

.popleadercontent .product-enquiry .btn-more button {
    color: #003B58;
    border-bottom: 2px solid #003B58;
}


.associat-imgbox {
    margin-bottom: 42px;
}

ul.detailsBox .btn-more {
    margin-top: 0;
    /*float: left;*/
}

.innerbannerPage img {
    width: 100%;
}

.sec-solution {
    background: var(--bg2);
}

.solutionBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 50px 0; */
}

.solutionBox li:first-child {
    flex: 0 0 45%;
    padding-left: 100px;
}

.solutionBox li:last-child {
    flex: 0 0 50%;
    text-align: center;
}

.solutionBox li .inter-text-para h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 25px;
}


.all-solutionsec .sec-solution:nth-child(even) .solutionBox li:first-child {
    padding-right: 100px;
    padding-left: 0;
}

.solutionBox li:last-child img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.all-solutionsec .sec-solution:nth-child(odd) {
    background: var(--bg2);
}

.all-solutionsec .sec-solution:nth-child(even) {
    background: var(--bg1);
}

.all-solutionsec .sec-solution:nth-child(even) .solutionBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
}


.sec-contact-half::before {
    content: '';
    background: #000043;
    width: 65%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.bg-contactdets {
    background-color: #194262;
}

.address-part ul li {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    line-height: 32px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid #ffffff38;
}

.address-part ul li:nth-last-child(1) {
    border-bottom: 0px solid #ffffff38;
}

.address-part ul li a {
    color: #fff;
    /* display: flex;
    width: 70%; */
}

.address-part ul li .cont-info.inner-cont a {
    width: 100%;
}

.address-part i {
    color: #7EF5FF;
    margin-left: 0;
    padding-right: 8px;
    color: transparent;
    -webkit-text-stroke: 0.5px #ffffff;
}

.cont-info.inner-cont {
    display: block;
    margin: 0;
    color: #fff;
}

.address-part ul li a b,
.address-part ul li b {
    font-size: 18px;
    color: #7EF5FF;
    padding-right: 15px;
    font-family: 'RobotoCondensed-Regular';
}

.address-part ul li a b i,
.address-part ul li b i {
    font-size: 20px;
    color: #7EF5FF;
    color: transparent;
    -webkit-text-stroke: 0.5px #7EF5FF;
}

.address-part {
    margin-bottom: 35px;
}

.address-part:nth-last-child(1) {
    margin-bottom: 0;
}

.address-part ul li .btn-more.mapbtn a {
    display: inline;
}

.btn-more.mapbtn.btn-white a {
    color: #fff;
    border-bottom: 2px solid #fff;
}


.address-part ul li .btn-more.mapbtn.btn-white a i {
    color: #ffffff;
    transform: rotate(310deg);
    margin-left: 5px;
    font-size: 16px;
    padding-right: 0;
}

.address-part ul li .btn-more.btn-white a:hover i {
    transform: rotate(360deg);
    transition: transform .3s;
}

.hm-abtmatrix ul {
    display: flex;
    justify-content: space-between;
}

.hm-abtmatrix ul li {
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.hm-abtmatrix ul li .matrix-info {
    color: #1ED3E2;
}

img.abtmat-img {
    width: 100%;
    height: 255px;
    position: absolute;
}

.missvisi-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mission-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.vision-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}

.mission-box ul li,
.vision-box ul li {
    flex: 0 0 60%;
}

.mission-box ul li:nth-child(1) {
    flex: 0 0 35%;
    width: 100%;
    text-align: center;
}

.mission-box ul:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    margin-top: 50px !important;
}

/* .mission-box ul li:nth-child(1) img{
padding: 50px;
} */

.vision-box ul li:nth-child(1) {
    flex: 0 0 35%;
    width: 100%;
    text-align: center;
}

/* .vision-box ul li:nth-child(1) img{
    padding: 50px;
} */

.mission-box {
    margin-bottom: 100px;
}

.mission-box,
.vision-box {
    padding: 0 100px;
    position: relative;
}

ul.core-valu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

ul.core-valu li {
    flex: 0 0 33.33%;
    padding: 50px;
    text-align: left;
    margin: 0;
    position: relative;
    font-family: var(--h1HeadingFont);
}

ul.core-valu li img {
    width: 15%;
    margin-bottom: 20px;
}

ul.core-valu li h3 {
    padding-bottom: 15px;
    margin-bottom: 0;
}

ul.core-valu li p {
    color: #fff;
}

.inter-text-para.inner-head h3 span {
    color: #fff;
}

ul.core-valu li:nth-child(1),
ul.core-valu li:nth-child(2),
ul.core-valu li:nth-child(3) {
    border-bottom: 1px solid #1ed3e294;
    border-right: 1px solid #1ed3e294;
}

ul.core-valu li:nth-child(4),
ul.core-valu li:nth-child(5),
ul.core-valu li:nth-child(6) {
    border-right: 1px solid #1ed3e294;
}

ul.core-valu li:nth-child(3),
ul.core-valu li:nth-child(6) {
    border-right: 0px solid #1ed3e294;
}

ul.core-valu li:nth-child(1) {
    background: #005260;
}

/* ul.core-valu li:nth-child(1) img {
    Display: none;
} */

ul.core-valu li:nth-child(2):hover,
ul.core-valu li:nth-child(3):hover,
ul.core-valu li:nth-child(4):hover,
ul.core-valu li:nth-child(5):hover,
ul.core-valu li:nth-child(6):hover {
    background: #1ed3e294;
}

ul.core-valu li:nth-child(1)::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #003148;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

ul.core-valu li:nth-child(2)::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #003148;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.journeySlider {
    padding-bottom: 50px;
    padding-top: 50px;
}

.journeyBox {
    background: -webkit-linear-gradient(#1F9EF2 14%, #00004300 100%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 1px;
    margin: 0 auto;
}

.journeyBox .color-g {
    background: radial-gradient(#1a5f8d 0%, #0e3854 70%, #0e3854);
    border-radius: 50%;
    width: 348px;
    height: 350px;
    position: relative;
}

.journeyBox .color-g .inner-text-para {
    position: absolute;
    top: 60px;
    left: 0px;
    margin: 0 30px;
}

.journeyBox .color-g .inner-text-para h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'RobotoCondensed-Medium';
}

.journeyBox .color-g .inner-text-para p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.bg-blk {
    background: #00001E;
}

.clientsBox p {
    min-height: 380px;
}

.clientsBox h3 {
    margin-top: 20px;
    font-family: 'RobotoCondensed-Medium';
    margin-bottom: 10px;
}

.clientsBox {
    padding: 50px 50px;
    border: 1px solid #03354c;
}

.testmoni-list {
    padding: 50px 0;
    position: relative;
}

img.top-icon {
    position: absolute;
    top: -35px;
    background: #00001e;
    padding: 20px;
}

img.bottom-icon {
    position: absolute;
    background: #00001e;
    right: 50px;
    bottom: -30px;
    padding: 15px;
}

ul.team {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
}

ul.team li {
    flex: 0 0 25%;
    padding: 20px;
    text-align: left;
    margin: 0;
    position: relative;
    font-family: var(--h1HeadingFont);
}

ul.team li img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 50%;
}

.team-dts h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-family: 'RobotoCondensed-Regular';
}

.team-dts span {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #00ebff;
    font-family: 'RobotoCondensed-Regular';
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.team-dts {
    text-align: center;
    background: #0000002e;
    border-radius: 50% 50% 5% 5%;
    padding: 0 0 30px 0;
}

.about-clintSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 8px) / 2);
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-clintSwiper {
    width: 100%;
    height: 286px;
    top: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 50px;
}

.sec-inner-clients {
    background: #061533;
}

.awardsslider {
    padding-bottom: 80px;
    padding-top: 50px;
}

.awards-box img {
    width: 60px;
}

.awards-box {
    text-align: center;
    border-right: 1px solid #ffffff3d;
    padding: 0 40px;
    /* min-height: 285px; */
}

.awards-box p {
    line-height: 25px;
    font-size: 15px;
}

.awards-box .inter-text-para h3 {

    margin-bottom: 0;
    font-family: 'RobotoCondensed-Medium';
}

.certislider {
    padding-bottom: 80px;
    padding-top: 50px;
}

.certificatesbox {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.certificatesbox img {
    width: 100%;
    border-radius: 50%;
}

.clientsSlider {
    padding-bottom: 90px;
    padding-top: 50px;
}

.innerProject-Content {
    margin-bottom: 30px;
}

.innerProject-Content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 1.5;
}

.inter-text-para.inner-head.text-white ul li {
    font-size: 17px;
    line-height: 27px;
    font-weight: var(--paraFontWeight);
    font-family: var(--headingFont);
    position: relative;
    padding: 5px 0 5px 25px;
}

.inter-text-para.inner-head.text-white ul li::before {
    content: "";
    background: #ff0202;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
}

.innerProject-Content .Project-info {
    /* background: #00597b; */
        background: #069eab;
    color: #ffffff;
    align-items: center;
    padding: 10px;
}
.innerProject-Content .Project-info h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: 'RobotoCondensed-Regular';
    margin-bottom: 0px;
}

.prodct-pop-page-head {
    text-align: right;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #0a1833;
    padding: 20px 62px;
}

.prodct-pop-page-head i {
    color: #fff;
    font-size: 30px;
}

.content-projet {
    float: left;
    width: 100%;
    margin: 35px 0;
}

.content-projet span {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    position: relative;
    padding: 0 0 10px 0;
    color: var(--themeSecColor);
    font-family: "RobotoCondensed-Medium";
}

.project-gallary {
    width: 100%;
    float: left;
}

.project-gallary ul {
    margin-top: 7px;
}

.project-gallary ul li {
    padding: 10px;
    text-align: left;
    margin: 0;
    position: relative;
    border: 1px solid #ffffff5e;
    margin-bottom: 20px;
}

.project-gallary ul li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #00000045;
}

.project-gallary ul li a:hover .overlay {
    opacity: 1;
}

.overlay i {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.secheight {
    min-height: 210px;
}

img.main-banner {
    width: 100%;
}

.others-megamenu.prod-brand-services::before {
    content: '';
    background: #1b233b;
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.patch-banner {
    background: linear-gradient(to right, #263451, #176590);
    width: 100%;
    height: 150px;
}

.brand-intro {
    margin-top: -48px;
}

.brand-intro .associat-imgbox img {
    background: #fff;
}

.productBox i {
    color: #fff;
    margin-top: 8px;
    background: #ec2027;
    padding: 12px;
    border-radius: 50%;
}

.detailsBox li .inter-text-para p {
    margin-bottom: 50px;
}

.address-part .inter-text-para h2 {
    font-size: 32px;
    font-weight: var(--headingFontWeight);
    line-height: 42px;
    margin-bottom: 15px;
    position: relative;
    color: var(--bodyFontColor);
    text-transform: capitalize;
}

.service-location ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.service-location ul li {
    flex: 0 0 24%;
    padding: 38px;
    text-align: left;
    margin: 0;
    position: relative;
    font-family: var(--h1HeadingFont);
    color: #fff;
    background: #002638;
}

.service-location ul li.branch-info h4 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 22px;
    font-family: 'Roboto-Bold';
}

.service-location .branch-info a {
    color: #fff;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.brand-min-info.nwservice {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.brand-min-info.nwservice a.btn-onmap{
 /* position: absolute; */
    /* bottom: 0px; */
    /* right: 20px; */
    /* left: 60%; */
    width: fit-content;
    float: none;
    background: #069eab;
    padding: 8px 15px;
    float: right;
    margin-bottom: 0 !important;
}
   


/* a.btn-onmap {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: auto;
    float: none;
    background: #069eab;
    padding: 8px 15px;
} */

.service-location .branch-info a.btn-onmap b i {
    color: #fff !important;
    -webkit-text-stroke: .5px #ffffff !important;
    margin-right: 0;
    margin-left: 15px;
}

.address-part ul li p {
    font-size: 17px;
}

.service-location .branch-info a i {
    font-size: 15px;
    margin-right: 15px;
    color: #15A4AF;
    color: transparent;
    -webkit-text-stroke: 1.5px #15A4AF;
}

.bannerSliderWraping {
    height: 100%;
}

.bannerPage {
    height: 100%;
}

/* support */

.sec-support {
    background: var(--bg2);
}

.supportbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.supportbox li:first-child {
    flex: 0 0 45%;
    padding-left: 100px;
}

.supportbox li:last-child {
    flex: 0 0 50%;
    text-align: center;
}

.supportbox li .inter-text-para h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 25px;
}

.supportbox li .inter-text-para p {
    font-size: 19px;
    line-height: 34px;
}

.allsupportl .sec-support:nth-child(even) .supportbox li:first-child {
    padding-right: 100px;
    padding-left: 0;
}

.supportbox li:last-child img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.allsupportl .sec-support:nth-child(odd) {
    background: var(--bg2);
}

.allsupportl .sec-support:nth-child(even) {
    background: #18618a;
}

.allsupportl .sec-support:nth-child(even) .supportbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.supportbox li:last-child img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

/* vertical */

.sec-vartical {
    background: var(--bg2);
}

.varticalbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* padding: 50px 0; */
}

.varticalbox .inter-text-para h2 {
    font-family: 'RobotoCondensed-Regular';
    font-size: 35px;
}

.varticalbox li:first-child {
    flex: 0 0 45%;
    /* padding-left: 100px; */
}

.varticalbox li:last-child {
    flex: 0 0 100%;
    text-align: center;
}

.varticalbox li .inter-text-para h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 25px;
}

/* .allvartical .sec-vartical:nth-child(even) .varticalbox li:first-child {
    padding-right: 100px;
    padding-left: 0;
} */

.varticalbox li:last-child img {
    width: 100%;
    object-fit: cover;
}

.allvartical .sec-vartical:nth-child(odd) {
    background: var(--bg2);
}

.allvartical .sec-vartical:nth-child(even) {
    background: #18618a;
}

.allvartical .sec-vartical:nth-child(even) .varticalbox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.varticalbox li:last-child img {
    width: 100%;
    object-fit: cover;
}

.detailsBox li:last-child .innerProd-img:before {
    content: '';
    background: radial-gradient(#0099ff 0%, #25373d 70%, #0099ff);
    border-radius: 50%;
    width: 600px;
    height: 600px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    left: 47px;
    top: -56px;
}

.innerProd-img {
    position: relative;
}

.innerProd-img img {
    z-index: 1;
    position: relative;
    aspect-ratio: 1 / 1;
}

.detailsBox li:last-child .innerProd-img2:before {
    content: '';
    background: radial-gradient(#000000 0%, #055f67 70%, #0099ff);
    border-radius: 50%;
    width: 600px;
    height: 600px;
    position: absolute;
    z-index: 0;
    opacity: 0.09;
    left: 47px;
    top: -56px;
}

.innerProd-img2 {
    position: relative;
}

.innerProd-img2 img {
    z-index: 1;
    position: relative;
}

.solutionBox .inter-text-para h2,
.supportbox .inter-text-para h2 {
    font-family: 'RobotoCondensed-Regular';
    font-size: 40px;
    line-height: 50px;
}

.sec-inner-project {
    background: var(--bg2);
}

.sec-inner-certificates {
    background: #069daa;
}

.sec-corevalue {
    background: #003047;
}

.project-gallary ul li img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.contact-sec.recap {
    display: block;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    float: left;
}

.brand-intro ul li {
    position: relative;
    padding-left: 20px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    font-family: var(--bodyFont);
    margin-bottom: 10px;
}

.brand-intro ul li::before {
    content: '';
    background: var(--themeColor);
    position: absolute;
    height: 8px;
    width: 8px;
    top: 11px;
    left: 0;
}

.verticalModal .modal-body {
    padding: 0;
}

.verticalModal .modal-content {
    border-radius: 0;
}

.verticalModal .inter-text-para h3 {
    background: #034f56;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
}

.verticalModal .inter-text-para p {
    padding: 20px 20px 25px;
}

.verticalModal .btn-close {
    z-index: 2;
}

img.foorerbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}

.bacgr-white {
    background: #fff;
}

.clintslider a img {
    width: 100%;
    width: 160px;
    padding: 10px;
}

.clintslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc((50% - 8px) / 2);
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clintslider {
    width: 90%;
    height: 261px;
    top: 0%;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

/* vertical details */

.v-clients {
    background: #061533;
}

.client-logo {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 10px;
}

.clientbrandSwiper .swiper-slide {
    padding: 0 10px;
}

.clientbrandSwiper .swiper-wrapper {
    padding-bottom: 40px;
}

.v-project {
    background: var(--bg2);
}

.clientbrandSwiper .swiper-pagination, .clientbrandSwiper .swiper-pagi-arrow {
    display: none;
}

/* ------------  Demo  ------------ */

.clintdemoslider {
    height: 223px;
    margin-bottom: 60px;
    width: 90%;
    margin-left: 0;
}

.clintdemoslider ul {
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.clintdemoslider ul li {
    flex: 0 0 30%;
    background: #fff;
    margin: 5px;
}

.clintdemoslider ul li a img {
    padding: 10px;
}

.varticalbox li ul.list-vartical li {
    width: 100%;
    color: #fff;
    padding-left: 25px;
    text-align: left;
    padding-bottom: 12px;
    position: relative;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    font-family: var(--bodyFont);
}

.varticalbox li ul.list-vartical li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 9px;
}

.linkdin-box {
    position: absolute;
    bottom: 45px;
    right: 50px;
}

.linkdin-box i {
    color: #2155bd;
    font-size: 25px;
    line-height: 22px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.team-dts p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto-Light';
}

.current-opens-info .info-list ul {
    padding-left: 20px;
}

.current-opens-info .info-list ul li {
    position: relative;
    padding-left: 20px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    color: #333333;
    font-family: var(--bodyFont);
}

.current-opens-info .info-list ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: var(--themeColor);
    font-size: 9px;
}

ul.deals-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.deals-list li {
    flex: 0 0 23%;
    text-align: center;
    padding: 20px;
    background: #05057842;
    border: 1px solid #ffffff30;
}

ul.deals-list li .deals-info {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    align-items: center;
    padding: 15px 0 0 0;
    min-height: auto;
    text-align: left;
    border-top: 1px solid #abaaaa52;
}

.deals-info h3,
.deals-info p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'RobotoCondensed-Regular';
    margin-bottom: 0px;
}

.dealsbrand-img {
    width: 30%;
    border: 1px solid #11111140;
    margin-top: 30px;
    background: #fff;
}

.brand-status {
    font-size: 16px;
}

.pop-dealsdetls .inter-text-para h3 {
    line-height: 50px;
    margin-bottom: 20px;
}

.brand-status {
    font-size: 18px;
    color: #0bc0cf;
    margin-bottom: 15px;
    line-height: 20px;
    width: 100%;
    float: left;
    font-weight: 600;
}

.segment-color {
    background: #fff;
}

.segment-list {
    /* margin-right: 80px; */
    /* padding: 60px 0px; */
    /* position: absolute; */
    left: 0;
    background: #00a9b8;
    width: 100%;
    height: 100%;
}

/*.segment-list ul {
        border: 1px solid #ffffff36;
        border-radius: 5px;
    }*/

/* .visual-box {
        padding-left: 110px;
    } */

.segment-list ul li a {
    padding: 20px 30px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 21px;
    line-height: var(--paraFontLineheight);
    font-weight: 700;
    border-bottom: 1px solid #eeeeee24;
    padding-left: 90px;
    float: left;
    width: 100%;
}

.segment-list ul li a:hover {
    background: #000043;
}

.segment-list ul li:hover a {
    color: #fff;
}


.segment-list ul li a {
    color: #fff;
}

.segment-list ul li a.active {
    background: #000043;
    position: relative;
}

.segment-list ul li a.active::before {
    content: "\f178";
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "Font Awesome 6 Free";
    color: #ff0202;
}

.deals-Box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 100px;
    height: 100%;
    float: left;
    width: 100%;
}

.deals-Box:nth-child(even) {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    background: #031c4e;
}


.deals-Box li:first-child {
    flex: 0 0 40%;
}


.deals-Box li:last-child {
    /* flex: 0 0 40%; */
    flex: 0 0 25%;
    text-align: center;
}

.deals-Box .inter-text-para h3 {
    font-family: 'RobotoCondensed-Regular';
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

.deals-Box li .inter-text-para p {
    /* margin-bottom: 50px; */
    font-size: 16px;
}

.visual-box:nth-child(even) .deals-Box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.career-drop .form-select {
    background-image: url('../images/down-arrow-white.png');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px;
}

.pop-dropdown .form-select {
    background-image: url('../images/down-arrow-black.png');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px;
}

.mar-tecno-left{
    margin-right: 80px;
}

.sec-support-half::before {
    content: '';
    background: #0c152d;
    width: 55%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.support-left {
    padding-left: 150px;
    position: relative;
}

.sec-founder .founder-vision-sec label {
    color: var(--themepriColor);
    font-family: 'RobotoCondensed-SemiBold';
    float: left;
    width: 100%;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 29px;
}

.sec-founder .founder-vision-sec span {
    font-family: 'RobotoCondensed-Regular';
    float: left;
    width: 100%;
    font-size: 20px;
    font-style: italic;
}
.onlode-textarea{
    padding: 40px 20px;
}

/* .onlode-textarea img {
    filter: grayscale(100%);
    filter: sepia(100%);
  } */

.inter-text-para h2.onload-text {
    font-size: 50px !important;
    line-height: 65px !important;
    font-weight: 600 !important;
    color: #6b6b6b !important;
    margin-bottom: 0;
}

.btn-close img {
    z-index: -1;
}

.btn-close.onloadbtn {
    position: absolute;
    top: -23px;
    right: -20px;
    background: #fff0;
    width: 3em;
    height: 3em;
    opacity: 1;
    z-index: 1;
}
.btn-close:focus {
    box-shadow: none;
}

.cust-btn
{
    text-align: right;
}

.all-sloutions {
    background: #003047;
}
.sec-prod-specification .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 0;
}

.sec-prod-specification .nav .nav-link {
    width: 100%;
    border-radius: 0;
    color: #ffffff;
    border-image-source: linear-gradient(to right, #069ba8, #003047);
    border-image-slice: 1;
    border-width: 1px;
    background: #003047;
    padding: 20px 20px;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 20px;
}

.sec-prod-specification .nav .nav-link.active, .sec-prod-specification .nav-pills .show>.nav-link {
    background: #069eab;
}

.sec-prod-specification .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 25px;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 22px;
    width: 100%;
    text-align: left;
    margin-bottom: 35px;

}

.sec-prod-specification .nav-pills .nav-link.active, .sec-prod-specification .nav-pills .show>.nav-link {
    color: var(--themeSecColor);
    border: 1px solid var(--themeSecColor);
    box-shadow: -5px 5px var(--themeSecColor);
    width: 100%;
}

.prod-spec-list.inner-text-para h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'RobotoCondensed-SemiBold';
}

.prod-spec-list ul
{
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
}

.prod-spec-list ul li {
    flex: 0 0 22%;
    /* margin-right: 25px;
    margin-top: 25px; */
    border: 1px solid #1cc6d685;
    padding-bottom: 12px;
    background: #069eab;
}

.prod-spec-list ul li:nth-child(4n)
{
    margin-right: 0;
}

.all-sloutions .tab-content {
    background: #295b74;
    padding: 35px;
}

.prod-spec-list ul li h4 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin-top: 12px;
    padding: 0 20px;
    line-height: 25px;
    font-weight: 600;
}

.solution-textarea {
    padding: 40px;
}
.solution-pop .inter-text-para h3{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.solution-pop .inter-text-para h3 span {
    font-family: 'RobotoCondensed-SemiBold';
    color: #1275a5;
    font-size: 35px;
    line-height: 45px;
}

.accordion-specification .accordion-body {
    background: #295b74;
}

.accordion-specification .accordion-flush .accordion-item .accordion-button {
    background: #069eab;
    width: 100%;
    border-radius: 0;
    color: #ffffff;
    padding: 20px 20px;
    text-align: left;
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 20px;
}

.accordion-specification .accordion-button::after {
    background-image: url(../images/plus.svg);
}

.accordion-specification .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
}

.accordion-specification .accordion-flush .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

/* .bd-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.sec-vartical {
    padding: 90px 0;
    margin: 50px 0;
}

.sec-vartical::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
}

/* .sec-vartical ul {
    position: relative;
    z-index: 1;
} */

.varticalbox {
    display: block;
}

.sec-vartical ul li {
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    margin: 0 auto;
}

.bd-img {
    width: 100%;
    height: auto;
}

.bd-img img {
    width: 100%;
    /*height: auto;*/
    object-fit: cover;
}


.allvartical .bd-img img {
    width: 100%;
    height: 350px;
}
/* ul.list-vartical {
    width: 60%;
    margin: 0 auto;
} */

.varticalbox li img {
    display: none;
}

.allvartical {
    background: #e3e3e3;
}

.allvartical .container:first-child .sec-vartical {
    margin-top: 0;
}

.allvartical .container:last-child .sec-vartical {
    margin-bottom: 0;
}

.v-details-sec ul li {
    color: #fff;
    list-style-type: square;
    margin-left: 20px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    font-family: var(--bodyFont);
}

.sec-vartical {
    position: relative;
}

.varticalbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 60%;
}

.allvartical .sec-vartical {
    padding: 0;
}

.allvartical .sec-vartical h2 {
    font-family: var(--headingFont);
    font-size: 45px;
    color: #fff !important;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;

}


#founders-vision .founder-box {
    height: 100%;
    text-align: center;
}

#founders-vision .founder-box img  {
    height: 100%;
}

.Offerings-wrapper ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.Offerings-wrapper ul li {
    flex: 0 0 23%;
    color: white;
    /* padding: 15px 20px; */
    gap: 15px;
    border: 1px solid #1ed3e25c;
    transition: all 0.3s ease-in-out;
    background: #06067a;
}

/* .Offerings-wrapper ul li:hover{
    background: #06067a;
} */

.Offerings-wrapper ul li .offerings-box {
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.offerings-box h3{
    font-family: 'RobotoCondensed-Regular';
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
        color: #1feeff;
    /* color: #000024; */
    /*color:var(--themepriColor);*/
    font-weight: 700;
}

.offerings-text {
    padding: 15px;
}

.offerings-box img{
    /*margin-bottom: 20px;*/
    /* transform: scale(1.1); */
    background: #06067a;
    transition: all 0.5s ease-in-out;
}

/* .Offerings-wrapper ul li:hover img{
     transform: scale(1.1);
} */

.process-number {
    font-size: 80px;
    -webkit-text-stroke: 1px #00ebff;
    display: block;
    color: transparent;
    font-family: 'RobotoCondensed-Regular';
    transition: 0.4s ease-in-out;
    line-height: 85px;
}

.sec-process {
    background: #003047;
}

.process-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    margin-top: 40px;
}

.process-list ul li {
    flex: 0 0 27%;    
    padding: 25px 40px;
    text-align: left;
    margin: 0;
    position: relative;
    font-family: var(--h1HeadingFont);
    border-right: 1px solid #1ed3e294;
    margin: 0px 0px 0px;
}
.process-list ul li:last-child{
    border-right: 0px solid #1ed3e294;
}
.process-list ul li:nth-child(1),
.process-list ul li:nth-child(2),
.process-list ul li:nth-child(3){
border-bottom: 1px solid #1ed3e294;
}

.process-list ul li:nth-child(3){
    border-right: 0px solid #1ed3e294;
}

.process-list ul li:hover{
    background: #005260;
}

.process-list ul li:hover .process-number {
    transform: translateY(5px);
    color: #1ed3e2;
}

.section-timeline li:hover .process-number {
    transform: translateY(5px);
    color: #1ed3e2;
}


/* .process-list ul li:nth-child(1), .process-list ul li:nth-child(2), .process-list ul li:nth-child(3) {
    border-bottom: 1px solid #1ed3e294;
    
} */

.prod-spec-list.vartical-solution ul li {
    flex: 0 0 15%;
    border: 1px solid #1cc6d685;
    padding-bottom: 12px;
    background: #069eab;
}

.prod-spec-list.vartical-solution ul li img {
    /* height: 211px; */
    /* width: 266px; */
    width: 100%;
    object-fit: cover;
}

.why-choose-info ul {
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 0 8%;
}
.why-choose-info ul li {
   flex: 0 0 28%;
    padding: 0;
    background: #fff0;
    position: relative;
    margin-bottom: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #ffffff47;
}

.why-choose-info ul li img {
    width: 60px;
    height: 60px;
}
.why-choose-info ul li h5 {
    font-family: var(--headingFont);
    font-size: 22px;
    margin: 0 0 5px;
    color: #fff;
}
.why-img-box {
    width: 20%;
    border-right: 1px solid #ffffff38;
}
.why-info-box {
    margin-left: 50px;
    width: 65%;
}

.why-choose-info ul li {
    justify-content: space-between;
    align-content: flex-start;
}


ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

ol.process-chart>li,
ol.process-chart>li>div {
    position: relative;
}

ol.process-chart>li {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%); */
    background-color: var(--themepriColor);
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 15%;
    padding: 1em 1em 2em 2em;
    color: #fff;
}

ol.process-chart>li:before,
ol.process-chart>li>div:before {
    color: #fff;
    font-family: var(--headingFont);
    text-transform: uppercase;
}

ol.process-chart>li:before
 {
    content: 'Step';
    display: inline-block;
    font-weight: 600;
    left: 32px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1rem;
    transform: rotate(0deg);
    transform-origin: 25% 50%;
    font-size: 22px;
}

ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #005260;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 999;
}
ol.process-chart>li>div h3 {
    font-size: 20px;
}
.prod-spec-list.vartical-solution ul li {
    flex: 0 0 18%
}

.inter-text-para h2.cust-txt.lower-cont {
    font-size: 38px;
    line-height: 48px;
}

ol.process-chart>li>div {
    padding: 0;
}

ol.process-chart>li>div h3 {
    font-family: var(--headingFont);
    margin: 20px 0;
}

ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    /* font-size: 3em; */
    font-weight: 400;
    /* line-height: 1; */
    margin-left: 62px;
    font-size: 23px;
}

.process-chart p
{
    margin-top: 10px;
}

/*** PRIMARY ***/
ol.process-chart>li:nth-child(odd) {
    background-color: #005260;
}

ol.process-chart>li:nth-child(even):after {
    border-left-color: var(--themepriColor);
}



.steps {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    /* border: 1px solid; */
    opacity: 0;
}


/* .step-1 {
    animation-name: fade-in-1;
    animation-duration: 15s;
    animation-iteration-count: 1;
    z-index: 99;
} */
 .step-1{
    animation: fade-in-1 15s normal forwards ease-in-out;
    z-index: 99;
 }

.step-2 {
    animation: fade-in-2 15s normal forwards ease-in-out;
    z-index: 98;
}

.step-3 {
    animation: fade-in-3 15s normal forwards ease-in-out;
    z-index: 97;
}

.step-4 {
    animation: fade-in-4 15s normal forwards ease-in-out;
    z-index: 96;
}

.step-5 {
    animation: fade-in-5 15s normal forwards ease-in-out;
    z-index: 95;
}

.step-6 {
    animation: fade-in-6 15s normal forwards ease-in-out;
    z-index: 94;
}

.step-7 {
    animation: fade-in-7 15s normal forwards ease-in-out;
    z-index: 93;
}

.step-8 {
    animation: fade-in-8 15s normal forwards ease-in-out;
    z-index: 92;
}

.step-9 {
    animation: fade-in-9 15s normal forwards ease-in-out;
    z-index: 91;
}

.step-10 {
    animation: fade-in-10 15s normal forwards ease-in-out;
    z-index: 90;
}

.step-11 {
    animation: fade-in-11 15s normal forwards ease-in-out;
    z-index: 89;
}

.step-12 {
    animation: fade-in-12 15s normal forwards ease-in-out;
    z-index: 88;
}



@keyframes fade-in-1 {
    0% {
        opacity: 0;
    }

    8%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-2 {

    0%,
    8% {
        opacity: 0;
    }

    16%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-3 {

    0%,
    16% {
        opacity: 0;
    }

    24%,
   100% {
        opacity: 1;
    }
}

@keyframes fade-in-4 {

    0%,
    24% {
        opacity: 0;
    }

    32%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-5 {

    0%,
    32% {
        opacity: 0;
    }

    40%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-6 {

    0%,
    40% {
        opacity: 0;
    }

    48%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-7 {

    0%,
    48% {
        opacity: 0;
    }

    56%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-8 {

    0%,
    56% {
        opacity: 0;
    }

    64%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-9 {

    0%,
    64% {
        opacity: 0;
    }

    72%,
    100% {
        opacity: 1;
    }

}

@keyframes fade-in-10 {

    0%,
    72% {
        opacity: 0;
    }

    80%,
    100% {
        opacity: 1;
    }
}


@keyframes fade-in-11 {

    0%,
    80% {
        opacity: 0;
    }

    88%,
    100% {
        opacity: 1;
    }
}

@keyframes fade-in-12 {

    0%,
    88% {
        opacity: 0;
    }

    96%,
    100% {
        opacity: 1;
    }
}




/*** MEDIA QUERIES ***/
@media only screen and (max-width: 40em) {

    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }

    ol.process-chart>li {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
        background-color: #000B72;
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }

    ol.process-chart>li:before {
        left: 2em;
        top: 2em;
    }

    ol.process-chart>li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent !important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ol.process-chart>li>div {
        padding: 1em 1em 0 1em;
    }

    /*** PRIMARY ***/
    ol.process-chart>li:nth-child(odd):after {
        border-top-color: #005260;
    }

    /*** SECONDARY ***/
    ol.process-chart>li:nth-child(even):after {
        border-top-color: #000B72;
    }

}

ul.inner-processlist li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: var(--paraFontLineheight);
}

.left-icon-anima {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 50px;
}

.prod-applic-anim{
    width: 100%;
    /* height: 306px; */
    height: 406px;
    padding: 22px;
}


.directors-table table thead {
    background: #0572ab;
    color: #fff;
    font-size: 21px;
}

.inter-text-para .blog-info-para p.MsoNormal,
.inter-text-para .blog-info-para p.MsoNormal a,
.inter-text-para .blog-info-para p a,
.blog-info-para p{
    color: #fff;
}

.blog-info-para {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-mob-Slider .blog-info-para
{
    margin-bottom: 20px;
}

.blog-mob-Slider .inter-text-para .blog-info-para span,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal a, 
.blog-mob-Slider .inter-text-para .blog-info-para p a,
.blog-mob-Slider .inter-text-para .blog-info-para p.MsoNormal {
    color: var(--bodyFontColor);
}

.uic-png.great-place {
    width: 75%;
    margin: 0 auto;
}

ul.prod-appli-list.prod-all-list.main-all-products a img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.product-enquiry .form-select {
    background-image: url(../images/down-contact.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
}
/* -------------------------------------- */
h5.text-white {
    font-family: 'RobotoCondensed-Regular';
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

.inter-text-para h2.vartical-subtitle {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
}

.solution-pop .inter-text-para h4{
    font-family: 'RobotoCondensed-SemiBold';
    font-size: 28px;
    line-height: 30px;
    margin: 20px 0;
    color: #1275a5;
}
.solution-list ul{
    padding-left: 10px;
}

.solution-list ul li {
    position: relative;
    padding-left: 20px;
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    color: #333333;
    font-family: var(--bodyFont);
}

.solution-list ul li:before {
    content: "\f0c8";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #1275a5;
    font-size: 9px;
}

.solution-pop .inter-text-para b i{
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-family: var(--bodyFont);
}

.home-project-Slider .emp-img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.why-choose-info ul li p{
    display: none;
}

.inter-text-para h2.thanks-text {
    font-size: 50px !important;
    line-height: 65px !important;
    font-weight: 600 !important;
    color: #6b6b6b !important;
    margin-bottom: 0;
}

.inter-text-para.thanks-text h2.onload-text

.inter-text-para.thanks-text h2 span{
    color: #339411 !important;
}

.thanks-text {
    padding: 40px 20px;
}

.cookiebox {
    position: fixed;
    bottom: 25px;
    right: 25px;
    max-width: 400px;
    width: 100%;
    background: #f7f7f7;
    padding: 30px 25px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.cookiebox .slider-btn {
    width: auto;
    margin: 20px auto 0;
    color: #fff;
    background: #1a5a81;
    padding: 5px 20px;
    border-bottom: 2px solid #1a5a81;
    font-weight: 400;
    font-family: 'RobotoCondensed-Regular';
}

.cookiebox .slider-btn.decline-btn{
    background: transparent;
    color: #1a5a81;
    border: 2px solid #1a5a81;
}

.cookiebox .inter-text-para h3{
    margin-bottom: 10px;
    line-height: 35px;
    color: #0c152d;
    font-size: 30px;
}

.cookiebox .inter-text-para h3 span{
    color: #0c152d;
}

.cookiebox .inter-text-para p{
    font-size: 16px;
    line-height: 22px;
}

.cookiebox .slider-btn.decline-btn i{
    color: #1a5a81;
}
.listbrand{
    background-color: #ffffff;
    padding: 10px 10px;
}
.projectlistpage{
    background-color: #f2f2f2;
}
.Project-Content.projectlistpage img {
    height: 220px;
    object-fit: cover;
}

/* ------------------------ Responsive -------------------------- */


@media (min-width: 1601px) and (max-width: 1920px) {}


@media (max-width: 1600px) {

    #founders-vision .founder-box {
        position: relative;
        height: 100%;
        text-align: center;
    }
    
    #founders-vision .founder-box img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }

}


@media (min-width: 1400px) and (max-width: 1600px) {


    ul.reach-list li {
        padding: 25px 15px;
    }

    .location-icon img {
        width: 80%;
    }

    .menuListing.sub-menus .prod-cat-box a {
        font-size: 12px;
    }

    .others-megamenu.prod-brand-services::before {
        width: 48%;
    }

    ul.project-intro li img {
        height: 250px;
    }

    .mission-box,
    .vision-box {
        padding: 0 80px;
    }

    .address-part ul li a {
        width: 100%;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 39%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .padd-right {
        padding-right: 30px;
    }

    .padd-left {
        padding-left: 30px;
    }

    .infra-box {
        width: 98%;
    }

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 15px;
    }

    /* ul.project-intro li:nth-last-child(1) a img {
        height: 100px;
    } */

    .secheight {
        min-height: 165px;
    }

    .container.custom-container {
        max-width: 1320px;
    }

    .banner-cont {
        width: 75%;
    }

    .clintdemoslider ul li a img {
        padding: 12px;
    }

    .clintdemoslider {
        height: 165px;
    }

    ul.reach-list {
        width: 100%;
    }

    .sec-lifeat .inter-text-para p {
        margin-right: 100px;
    }

    .safety-Slider .inter-text-para p {
        margin-right: 80px;
    }

    .inter-text-para h2 {
        font-size: 50px;
        margin-bottom: 25px;
        line-height: 57px;
    }
    .hm-matrix-cont ul li {
        width: 19%;
    }

    .detailsBox li:first-child {
        flex: 0 0 50%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    ul.core-valu li .inter-text-para h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    ul.core-valu li {
        padding: 40px;
    }

    .journeyBox {
        width: 350px;
        height: 350px;
    }

    .journeyBox .color-g {
        width: 349px;
        height: 349px;
    }

    .journeyBox .color-g .inner-text-para {
        top: 50px;
    }

    .clientsBox {
        padding: 50px 30px;
        min-height: 420px;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .footer-menupart ul li {
        padding: 50px 29px;
    }

    .ft-socialmedia a {
        margin-left: 16px;
        font-size: 28px;
        color: #069eab;
    }

    .detailsBox li:last-child .innerProd-img:before {
        left: 0;
        top: -56px;
    }

    .detailsBox li:last-child .innerProd-img2:before {
        left: 0;
        top: -56px;
    }

    .footer-menupart ul li:nth-child(3) {
        padding: 50px 10px;
    }
    .footer-location a i {
        width: 9%;
    }

    .mar-tecno-left {
        margin-right: 50px;
    }

    .clientsBox p {
        min-height: 240px;
    }

}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .service-location ul li {
        flex: 0 0 24%;
        padding: 30px 25px;
    }

    .ft-socialmedia h4 {
        font-size: 18px;
    }

    .ft-quicklink a {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer-location a {
        margin-bottom: 15px;
    }

    .footer-location a h5 {
        font-size: 15px;
    }

    .ft-socialmedia a {
        margin-left: 10px;
        font-size: 25px;
    }

    .footer-menupart ul li {
        padding: 50px 15px;
    }

    .why-info-box {
        margin-left: 20px;
        width: 70%;
    }
    .why-img-box {
        width: 25%;
    }

    .others-megamenu.prod-brand-services::before {
        width: 48%;
    }

    .menuListing.sub-menus .prod-cat-box a::before {
        width: 5px;
        height: 5px;
        top: 13px;
    }

    .single-menu .menuListing.sub-menus .prod-cat-box a {
        float: left;
        width: 100%;
        font-size: 15px;
    }

    .menuListing.sub-menus .prod-cat-box.prod-brands a {
        width: 25%;
    }

    .menuListing.sub-menus .prod-cat-box a {
        font-size: 12px;
        font-family: var(--bodyFont);
        width: 50%;
    }

    .mission-box,
    .vision-box {
        padding: 0 0px;
    }

    img.abtmat-img {
        height: 300px;
    }

    ul.core-valu li .inter-text-para h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    ul.core-valu li {
        padding: 26px;
    }

    .journeyBox .color-g .inner-text-para {
        top: 50px;
    }

    .clientsBox {
        padding: 50px 30px;
    }

    ul.team li {
        padding: 30px 15px;
    }

    .container.custom-container {
        max-width: 1200px;
    }

    .banner-cont {
        position: absolute;
        top: 50%;
        width: 75%;
    }

    .brandSwiper {
        width: 100%;
    }

    /* .sec-brand .brand-img {
        height: 500px;
    } */

    .hm-sec-product-list .container-product-list {
        display: flex;
    }

    .padd-left {
        padding-left: 50px;
    }

    .padd-right {
        padding-right: 50px;
    }

    ul.reach-list {
        width: 100%;
    }

    .inter-text-para h2 {
        font-size: 50px;
    }

    .leader-quote {
        padding: 4px 10px;
    }

    /* ul.project-intro li:nth-last-child(1) a img {
        height: 115px;
    } */


    .secheight {
        min-height: 160px;
    }

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 15px;
    }

    .footer-location {
        margin-left: 10px;
    }

    .infra-box {
        width: 80%;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 65px;
        line-height: 75px;
        margin-bottom: 10px;
    }

    .sec-lifeat .inter-text-para p {
        margin-right: 100px;
    }

    .safety-Slider .inter-text-para p {
        margin-right: 80px;
    }

    .inter-text-para p {
        font-size: 18px;
        line-height: 36px;
        line-height: 28px;
    }
    .inter-text-para h2 {
        font-size: 42px;
        margin-bottom: 25px;
        line-height: 52px;
    }

    .hm-matrix-cont ul li {
        width: 18%;
    }
    .matrix-info {
        font-size: 14px;
        line-height: 20px;
    }

    .detailsBox li:first-child {
        flex: 0 0 45%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    .address-part ul li a {
        width: 100%;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 39%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .padd-right {
        padding-right: 60px;
    }

    .padd-left {
        padding-left: 60px;
    }

    .address-part ul li a {
        width: 100%;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 42%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .visual-box {
        padding: 50px 0;
    }

    .footer-menupart ul li:nth-child(3) {
        padding: 50px 10px;
    }

    .footer-location a i {
        width: 10%;
    }

    .support-left {
        padding-left: 100px;
    }
    .mar-tecno-left {
        margin-right: 30px;
    }
    .representatives ul li {
        flex: 0 0 23%;
    }

    .clientsBox p {
        min-height: 260px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .Project-Content.projectlistpage img {
        height: 150px;
        object-fit: cover;
    }
    .footer-location a h5 {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .service-location ul li {
        flex: 0 0 24%;
        padding: 30px 25px;
    }

    ul.team li {
        padding: 30px 20px;
    }

    .ft-socialmedia a {
        font-size: 22px;
        margin-left: 10px;
    }
    .ft-socialmedia a img
    {
        width: 24px;
    }

    .ft-socialmedia h4 {
        font-size: 18px;
    }

    .footer-location h4 {
        font-size: 18px;
    }

    .menuListing.sub-menus .prod-cat-box a {
        width: 50%;
        font-size: 12px;
    }

    .menuListing.sub-menus .prod-cat-box.prod-brands a {
        width: 25%;
        font-size: 13px;
    }

    .menuListing.sub-menus .prod-cat-box a::before {
        width: 5px;
        height: 5px;
    }

    img.abtmat-img {
        height: 300px;
    }

    .mission-box,
    .vision-box {
        padding: 0 0px;
    }

    ul.core-valu li h3 {
        font-size: 28px;
        line-height: 38px;
    }

    ul.core-valu li {
        padding: 35px;
    }

    .leader-quote {
        padding: 4px 10px;
    }

    /* ul.project-intro li:nth-last-child(1) a img {
        height: 112px;
    } */

    ul.reach-list li h6 {
        font-size: 13px;
    }

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 20px;
    }

    .container.custom-container {
        max-width: 1200px;
    }

    .topNav-Upper ul {
        right: 4%;
    }

    .banner-cont {
        top: 50%;
        width: 80%;
    }

    .brandSwiper {
        width: 100%;
        /* height: 310px; */
    }

    /* .sec-brand .brand-img {
        height: 500px;
    } */

    .hm-matrix-cont ul li {
        width: 18%;
    }
    .matrix-info {
        font-size: 16px;
        line-height: 22px;
    }

    .hm-sec-product-list .container-product-list {
        display: flex;
    }

    .hm-sec-product-list .sec-detls .content span {
        font-size: 15px;
        padding: 6px 10px;
    }

    .hm-sec-product-list .sec-detls .content {
        padding: 0px 30px;
        top: 40px;
    }

    .padd-left {
        padding-left: 50px;
    }

    .padd-right {
        padding-right: 50px;
    }

    ul.reach-list {
        width: 100%;
    }

    .inter-text-para h2 {
        font-size: 50px;
    }

    .footer-location {
        margin-left: 20px;
    }

    .infra-box {
        width: 80%;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 55px;
        line-height: 75px;
    }

    .ft-logo-info img {
        right: 0px;
    }

    .sec-lifeat .inter-text-para p {
        margin-right: 80px;
    }

    .safety-Slider .inter-text-para p {
        margin-right: 0px;
    }

    .inter-text-para p, p {
        font-size: 15px;
        line-height: 22px;
    }

    .inter-text-para h2 {
        font-size: 34px;
        margin-bottom: 5px;
        line-height: 42px;
    }
    
    .allvartical .sec-vartical h2{
        font-size: 34px;
        margin-bottom: 5px; 
        line-height: 42px;
    }
    .btn-more a, .btn-more button, .slider-btn{
        font-size: 15px;
    }

    .detailsBox li:first-child {
        flex: 0 0 45%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 42%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .representatives ul li {
        flex: 0 0 23%;
    }

    .ft-quicklink a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .footer-location a {
        margin-bottom: 6px;
    }

    .footer-menupart ul li:nth-child(3) {
        padding: 35px 10px;
    }

    .footer-location a i {
        width: 10%;
    }

    .support-left {
        padding-left: 100px;
    }

    .mar-tecno-left {
        margin-right: 30px;
    }
    /* .prod-spec-list ul li {
        margin-right: 23px;
        margin-top: 23px;
    } */
    .prod-spec-list ul li h4 {
        font-size: 14px;
        padding: 0 10px;
        line-height: 20px;
    }
    .sec-prod-specification .nav .nav-link {
        font-size: 18px;
    }
    .prod-spec-list ul li {
        flex: 0 0 31%;
    }
    .inter-text-para h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .clientsBox p {
        min-height: 180px;
    }

    .awardsslider .inter-text-para h3 {
        font-size: 30px; 
        line-height: 50px;
    }

    .why-info-box {
        margin-left: 10px;
        width: 65%;
    }
    .why-img-box {
        width: 20%;
    }
    .why-choose-info ul li img {
        width: 40px;
        height: 40px;
    }
    .why-choose-info ul li h5 {
        font-size: 20px;
    }

    .segment-list ul li a {
        padding: 15px 30px;
        font-size: 18px;
        padding-left: 60px;
    }
    /*.allvartical .bd-img img {
        width: 100%;
        height: 100%;
    }*/

}
 

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .Project-Content.projectlistpage img {
        height: 150px;
        object-fit: cover;
    }

    #founders-vision .founder-box img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 35%;
        height: auto;
    }

    .inter-text-para.mobfounder-pd {
        margin-bottom: 285px;
    }

    .service-location ul li {
        padding: 30px 25px;
    }

    ul.team li {
        padding: 50px 10px;
    }

    .dropdownMain:hover .dropdownMain-content {
        padding: 20px 0px;
    }

    .single-menu .menuListing.sub-menus .prod-cat-box a {
        font-size: 15px;
    }

    .others-megamenu.prod-brand-services::before {
        width: 48%;
    }

    .menuListing.sub-menus .prod-cat-box a {
        width: 50%;
        font-size: 13px;
    }

    .menuListing.sub-menus .prod-cat-box.prod-brands a {
        width: 25%;
        font-size: 12px;
    }

    .ft-socialmedia a {
        margin-left: 15px;
        font-size: 24px;
    }

    .ft-socialmedia h4 {
        font-size: 17px;
    }

    .padd-left {
        padding-left: 24px;
        margin-top: 130px;
    }

    .padd-right {
        padding-right: 24px;
    }

    .secheight {
        min-height: auto;
    }

    .sec-project-half::before {
        content: '';
        background: #0c152d;
        width: 100%;
        position: absolute;
        height: 55%;
        right: auto;
        top: 0;
    }

    /* .brandSwiper {
        height: 290px;
    } */

    span.title {
        font-size: 45px;
        line-height: 60px;
    }

    .matrix-info {
        font-size: 18px;
    }

    .hm-matrix-cont ul li {
        padding: 25px 20px;
        width: 22%;
    }

    ul.core-valu li h3 {
        padding-bottom: 15px;
        margin-bottom: 0;
        font-size: 26px;
        line-height: 35px;
    }

    ul.core-valu li {
        padding: 25px;
    }

    .clientsSlider {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .leader-quote {
        padding: 4px 10px;
    }

    ul.project-intro li img {
        height: 356px;
    }

    ul.project-intro li:nth-last-child(1) a img {
        height: 150px;
    }

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 20px;
    }

    .container.custom-container {
        max-width: 1135px;
    }

    .navbarMain a {
        padding: 25px 20px;
        font-size: 17px;
    }

    .dropdownMain .dropbtn {
        padding: 25px 20px;
        font-size: 17px;
    }

    .menuListing.sub-menus {
        padding: 0px;
    }

    .dropdownMain:hover .dropdownMain-content {
        padding: 20px 3%;
    }

    .banner-cont {
        width: 70%;
        top: 52%;
    }

    .bannerPage img.main-banner {
        height: 400px;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 55px;
        line-height: 67px;
        margin-bottom: 10px;
    }

    .banner-cont .inter-text-para p {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }

    .hm-sec-product-list .sec-detls .content span {
        font-size: 12px;
        padding: 8px 11px;
        border-radius: 50%;
    }

    .hm-sec-product-list .sec-detls .content {
        padding: 0px 25px;
        top: 25px;
    }

    .hm-sec-product-list .sec-detls .content h3 {
        font-size: 22px;
    }

    .sec-lifeat .inter-text-para p {
        margin-right: 0px;
    }

    .safety-Slider .inter-text-para p {
        margin-right: 0px;
    }

    .inter-text-para p {
        font-size: 18px;
        line-height: 36px;
    }

    .inter-text-para h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .careerimg-box img {
        margin-bottom: 50px;
    }

    .detailsBox li:first-child {
        flex: 0 0 45%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 42%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .representatives ul {
        width: 45%;
    }

    .branch-info a {
        font-size: 18px;
    }

    .ft-quicklink a {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .footer-location a {
        margin-bottom: 10px;
    }

    .footer-location h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .footer-location a h5 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .footer-menupart ul li:nth-child(3) {
        flex: 0 0 50%;
    }

    .footer-menupart ul li:nth-child(1) {
        flex: 0 0 50%;
    }

    .deals-Box .inter-text-para h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 9px;
    }

    .deals-Box li .inter-text-para p {
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 28px;
    }
    .segment-list ul li a {
        padding-left: 40px;
    }
    .prod-spec-list ul li {
        flex: 0 0 47%;
    }
    
    .varticalbox {
        width: 90%;
        margin: 0 auto;
        position: relative !important;
        z-index: 2;
        padding: 90px 0;
        top: auto;
        left: auto;
        transform: none;
    }

    .bd-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    
    .bd-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .clientsBox p {
        min-height: 440px;
    }

    .inter-text-para h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .why-info-box {
        margin-left: 20px;
        width: 70%;
    }
    .why-img-box {
        width: 25%;
    }
    .why-choose-info ul li h5 {
        font-size: 18px;
    }
    ol.process-chart>li {
        min-width: 26%;
    }
    .prod-spec-list.vartical-solution ul li {
        flex: 0 0 23%;
    }
    .segment-list ul li a {
        padding: 15px 30px;
        font-size: 18px;
        padding-left: 60px;
    }
    
    .allvartical .bd-img img {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 1024px) {
    .Project-Content.projectlistpage img {
        height: auto;
        object-fit: cover;
    }
    .cookiebox {
        bottom: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        padding: 30px 25px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }
    
    img.abtmat-img {
        width: 100%;
        height: 412px;
        position: absolute;
    }

    .hm-abtmatrix ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .hm-abtmatrix ul li {
        color: #fff;
        padding: 15px 10px;
        text-align: center;
        position: relative;
        overflow: hidden;
        flex: 0 0 30%;
        border: 1px solid #ffffff30;
        margin: 10px;
    }

    #founders-vision .founder-box img {
        position: relative;
        right: 0px;
        bottom: 0;
        width: 50%;
        height: auto;
    }
    .visual-box {
        padding: 16px 0;
    }

    .deals-Box .inter-text-para h2 {
        font-family: 'RobotoCondensed-Regular';
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .segment-list ul li {
        padding: 20px 15px;
        font-size: 17px;
    }

    .dealsbrand-img {
        width: 40%;
    }

    /**/
    .clintdemoslider {
        height: 185px;
        margin-bottom: 50px;
        width: 100%;
        margin-left: 0;
    }

    .clintdemoslider ul li a img {
        padding: 10px;
    }

    .footer-location a {
        margin-bottom: 15px;
    }

    .footer-menupart ul li:nth-child(3) {
        flex: 0 0 50%;
    }

    .footer-menupart ul li:nth-child(1) {
        flex: 0 0 50%;
    }

    .service-location ul li {
        flex: 0 0 49%;
        margin: 4px;
    }

    .about-clintSwiper {
        height: 380px;
        padding-bottom: 90px;
    }

    .secheight {
        min-height: auto;
    }

    .sec-project-half::before {
        width: 100%;
        height: 52%;
        right: auto;
        top: 0;
    }

    .valuable-list ul li {
        flex: 0 0 100%;
        margin-right: 0px;
    }

    /* .brandSwiper {
        height: 285px;
    } */

    .varticalbox li:first-child {
        /* padding-left: 50px;
        padding: 50px; */
        flex: 0 0 100%;
    }

    /* .allvartical .sec-vartical:nth-child(even) .varticalbox li:first-child {
        padding-right: 50px;
        padding: 50px;
    } */

    .varticalbox li:first-child img {
        width: 100%;
        margin-bottom: 30px;
    }

    /**/
    .supportbox li:first-child {
        padding-left: 50px;
        padding: 50px;
        flex: 0 0 100%;
    }

    .allsupportl .sec-support:nth-child(even) .supportbox li:first-child {
        padding-right: 50px;
        padding: 50px;
    }

    .supportbox li:first-child img {
        width: 100%;
        margin-bottom: 30px;
    }

    /**/

    .clientsBox {
        min-height: 570px;
    }

    .btn-more.mapbtn {
        margin: 30px auto 0;
    }

    .certificates-Slider {
        padding-bottom: 100px;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 44%);
        right: auto;
        top: 80%;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 44%);
        left: auto;
        top: 80%;
    }

    .brandSwiper .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 44%);
    }

    .brandSwiper .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 44%);
    }


    .certificates-Slider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 38%);
        right: auto;
        top: 80%;
    }

    .certificates-Slider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 38%);
        left: auto;
        top: 80%;
    }

    .sec-contact-half::before {
        width: 100%;
        height: 55%;
        top: auto;
        bottom: 0;
    }

    .solutionBox li:last-child {
        flex: 0 0 50%;
    }

    .solutionBox li:first-child {
        padding-left: 50px;
        padding: 50px;
        flex: 0 0 100%;
    }

    .solutionBox li:first-child img {
        width: 100%;
        margin-bottom: 30px;
    }

    .all-solutionsec .sec-solution:nth-child(even) .solutionBox li:first-child {
        padding-right: 50px;
        padding: 50px;
    }

    .project-gallary ul li {
        flex: 0 0 32%;
    }

    .mission-box,
    .vision-box {
        padding: 0px 0px;
    }

    ul.core-valu li:nth-child(1),
    ul.core-valu li:nth-child(3),
    ul.core-valu li:nth-child(5) {
        border-bottom: 1px solid #1ed3e229;
        border-right: 1px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(5),
    ul.core-valu li:nth-child(6) {
        border-bottom: 0px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(2),
    ul.core-valu li:nth-child(4),
    ul.core-valu li:nth-child(6) {
        border-right: 0px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(2),
    ul.core-valu li:nth-child(4) {
        border-bottom: 1px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(3)::before {
        content: '';
        position: absolute;
        bottom: -20px;
        right: -20px;
        background: #003148;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    ul.core-valu li:nth-child(2)::before {
        z-index: -4;
    }

    .journeyBox .color-g .inner-text-para {
        top: 50px;
    }

    ul.core-valu li {
        flex: 0 0 50%;
        padding: 30px;
    }

    .clientsSlider {
        padding-bottom: 80px;
        padding-top: 50px;
    }

    ul.team li {
        flex: 0 0 32%;
        padding: 50px 10px;
    }

    .roundBorder {
        width: 300px;
        height: 300px;
    }

    .productBox img {
        width: 300px;
        height: 300px;
    }

    .productBox .inter-text-para h3 {
        font-size: 22px;
    }

    .hm-matrix-cont ul li {
        padding: 15px 5px;
    }

    .leader-quote {
        padding: 4px 10px;
    }

    /* ul.project-intro li img {
        height: 250px;
    } */

    /* ul.project-intro li:nth-last-child(1) a img {
        height: 100px;
    } */

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 20px;
    }

    footer.sec-footer {
        padding: 50px 0 0px;
    }

    .iso-certificate ul {
        flex-direction: column;
    }

    .footer-location {
        margin-left: 0px;
    }

    .footer-linksec ul li {
        flex: 0 0 70%;
        position: relative;
    }

    .ft-social ul li {
        font-size: 18px;
        padding-left: 20px;
    }

    .sideNaviMob {
        width: 50%;
        float: right;
    }

    .container.custom-container {
        max-width: 960px;
    }

    .onlyMobile {
        display: block;
    }

    .navbarMain.onlyDesktop {
        display: none;
    }

    .mobileBoxLogo.InsideSideBar {
        padding: 30px 16px;
        float: left;
        width: 100%;
    }

    a.closebtn {
        position: absolute;
        right: 37px;
        top: 0px;
        z-index: 999;
        width: 50px;
    }

    .dropdown-btn,
    .sidenav a {
        text-decoration: none;
        color: #fff;
        padding: 20px 15px;
        width: 100%;
        float: left;
        background: transparent;
        font-weight: 400;
    }

    .dropdown-btn,
    .sidenav .mobmenuList.accordion a {
        background: #ffffff1a;
        font-size: 24px;
    }

    .border-left {
        border-right: 0px solid #fff;
    }

    .iso-certificate ul {
        margin-left: 0;
    }

    .iso-certificate ul li {
        padding: 0px 10px 20px;
    }

    .logobox a,
    .logobox a img {
        width: 75%;
    }

    .logobox {
        padding-bottom: 0px;
    }

    a.closebtn {
        right: 15px;
        top: 0;
        width: 50px;
    }

    .menuWrap {
        padding: 15px;
    }

    .subMenuList.othersSubmenu h3 {
        font-size: 24px;
        line-height: 34px;
        color: #069eaf;
        font-weight: 700;
        margin-bottom: 15px;
    }

    header.site-header.navbar-fixed .menuWrap {
        padding: 15px;
    }

    .mobmenuList ul {
        padding: 0 16px;
    }

    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-body {
        float: left;
        padding: 0px;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-item {
        border: 0;
        padding: 6px 0;
        border-bottom: 0px solid #000000;
        position: relative;
        float: left;
        width: 100%;
        background: transparent;
        font-weight: 700;
        font-size: 20px;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: #f2f2f2 !important;
    }

    .mobmenuList .accordion .accordion-item .accordion-button {
        font-weight: 400;
        font-size: 24px;
        background: #ffffff1a;
        color: #fff;
        padding: 20px 15px;
    }

    .dropdown-btn,
    .sidenav .subMenuList.othersSubmenu a {
        background: transparent;
        font-size: 18px;
        padding: 8px 15px;
    }

    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

    .subMenuList.othersSubmenu {
        background: #ffffff1a;
        width: 100%;
        float: left;
        margin-bottom: 25px;
        padding: 15px;
        font-family: 'Roboto-Regular';
    }

    .sidenav .mobmenuList.accordion .subMenuList.othersSubmenu a {
        position: relative;
        font-family: 'Roboto-Regular';
        padding-left: 17px;
        border-bottom: 1px solid #ffffff21;
    }

    .sidenav .mobmenuList.accordion .subMenuList.othersSubmenu a::before {
        content: "";
        background: #ff0202;
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 12px;
        border-radius: 30%;
    }

    .subMenuList.othersSubmenu:nth-last-child(1) {
        margin-bottom: 0;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: var(--fontColor);
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
        font-size: 24px;
        padding: 20px 15px;
    }

    ul.menuprodlist-items li a {
        padding: 5px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
    }

    .mobileBoxLogo.InsideSideBar img {
        width: 150px;
    }

    .inner-sec {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        background: #f2f2f2;
    }

    .inner-sec h4 {
        color: #ffffff;
        background: var(--themeColor);
        float: left;
        width: 100%;
        padding: 9px;
        font-size: 18px;
    }

    .inner-sec ul.menuprodlist-items {
        padding: 16px;
        float: left;
        width: 100%;
    }

    /* .sec-brand .brand-img {
        height: 500px;
    } */

    .inter-text-para h2 br {
        display: none;
    }
    
    .inter-text-para h2.cust-txt br {
        display: block;
    }
    
    .inter-text-para h2.cust-txt {
          font-size: 27px;
          margin-bottom: 0;
          /* text-align: center; */
        }

    .hm-sec-product-list .sec-detls .content {
        padding: 0 20px;
        top: 20px;
    }

    .hm-sec-product-list .sec-detls .content h3 {
        font-size: 20px;
    }

    .hm-sec-product-list .sec-detls .content span {
        font-size: 10px;
        padding: 8px 10px;
    }

    span.title {
        font-size: 35px;
        line-height: 60px;
    }

    li.matrix-value sup {
        font-size: 22px;
    }

    .matrix-info {
        font-size: 18px;
        line-height: 24px;
    }

    .inter-text-para p {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
    }

    .inter-text-para h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .padd-left {
        padding: 80px 50px 50px;
    }

    .padd-right {
        padding: 0 50px 50px;
    }

    ul.project-intro li .leader-quote p {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
    }

    .inter-text-para h3 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .btn-more a,
    .btn-more button,
    .slider-btn {
        font-size: 18px;
    }

    ul.reach-list li {
        flex: 0 0 23%;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 12px;
    }

    .banner-cont .inter-text-para h1 br {
        display: none;
    }

    .banner-cont {
        width: 85%;
        left: 50%;
        top: 53%;
    }

    .banner-cont .inter-text-para p {
        font-size: 18px;
        line-height: 28px;
        width: 85%;
    }

    .footer-location {
        margin-left: 0;
    }

    .footer-menupart ul li:nth-child(2),
    .footer-menupart ul li:nth-child(3),
    .footer-menupart ul li:nth-child(4) {
        border-left: 0px solid #08334f;
    }

    .footer-menupart ul li {
        flex: 0 0 33%;
        padding: 50px 0;
    }

    footer.sec-footer {
        padding: 0;
    }

    .ft-social ul {
        justify-content: center;
    }

    .footer-menupart {
        padding-top: 0px;
    }


    .ft-socialmedia {
        justify-content: center;
        margin-bottom: 0;
        width: 100%;
    }

    .infra-box {
        display: none;
    }

    .sec-lifeat .inter-text-para p {
        margin-right: 0px;
        width: 100%;
    }

    .safety-Slider .inter-text-para p {
        margin-right: 0px;
        width: 100%;
    }

    .careerimg-box img {
        margin-bottom: 50px;
    }

    .sec-safetyhelth .inter-text-para h2 {
        width: 100%;
    }

    .detailsBox li:first-child {
        flex: 0 0 50%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    .detailsBox li:first-child {
        flex: 0 0 45%;
    }

    .detailsBox li:last-child {
        flex: 0 0 45%;
        text-align: center;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 42%;
    }

    .Branch-Offices ul li {
        flex: 0 0 18%;
    }

    .representatives ul li {
        flex: 0 0 30%;
    }

    .branch-info a {
        font-size: 15px;
        align-items: baseline;
    }

    .branch-info a i {
        font-size: 14px;
    }

    .cont-info.inner-cont p {
        font-size: 16px;
    }

    .address-part ul li .cont-info.inner-cont a {
        font-size: 15px;
        line-height: 32px;
    }

    .address-part ul li a {
        width: 100%;
    }

    .footer-menupart ul li:nth-child(3) {
        padding: 50px 10px;
    }

    .footer-location a i {
        width: 10%;
    }

    .segment-list ul li a {
        padding: 15px 15px;
        padding-left: 15px;
        font-size: 18px;
    }

    .segment-list ul li a.active::before {
        right: 15px;
        top: 15px;
    }

    .deals-Box {
        padding: 50px 50px;
    }
    .sidenav .mobmenuList.accordion .ft-socialmedia a {
        margin: 0 15px;
        font-size: 40px;
        padding: 5px;
        background: transparent;
        width: 7%;
        text-align: center;
    }
    
    .sidenav .mobmenuList.accordion .ft-socialmedia {
        margin: 45px 0;
        float: left;
        width: 100%;
    }
    .prod-spec-list ul li {
        flex: 0 0 47%;
    }

    .varticalbox {
        width: 90%;
        margin: 0 auto;
        position: relative !important;
        z-index: 2;
        padding: 90px 0;
        top: auto;
        left: auto;
        transform: none;
    }

    .bd-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    
    .bd-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .awards-box {
        padding: 0 20px;
    }

    .inter-text-para h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .Offerings-wrapper ul li {
        flex: 0 0 31%;
    }
    .why-info-box {
        margin-left: 0;
        width: 100%;
    }
    .why-img-box {
        width: 35%;
        border-right: 0;
        margin-bottom: 15px;
    }
    .why-choose-info ul li h5 {
        font-size: 18px;
    }
    ol.process-chart>li {
        min-width: 26%;
    }
    .prod-spec-list.vartical-solution ul li {
        flex: 0 0 31%;
    }


}

@media (max-width: 991px) {

   
    ul.reach-list {
        margin-top: 0;
    }

    .footer-menupart ul li {
        flex: 0 0 48%;
        padding: 50px 35px;
    }

    .detailsBox li:first-child {
        flex: 0 0 100%;
    }

    img.product-imgdetls {
        width: 60%;
    }

    .certificates-Slider {
        padding-bottom: 100px;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 42%);
        right: auto;
        top: 80%;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 42%);
        left: auto;
        top: 80%;
    }

    .secheight {
        min-height: auto;
    }

    .project-gallary ul li {
        flex: 0 0 49%;
    }

    .sec-contact-half::before {
        content: '';
        background: #000043;
        width: 100%;
        position: absolute;
        height: 58%;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .solutionBox li:first-child {
        flex: 0 0 100%;
        padding: 64px 30px;
    }

    .all-solutionsec .sec-solution:nth-child(even) .solutionBox li:first-child {
        padding: 64px 30px;
    }

    .solutionBox li:first-child img {
        width: 100%;
    }

    .solutionBox li:first-child .inter-text-para p {
        width: 100%;
        margin-top: 20px;
    }

    .valuable-list ul li {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .ft-quicklink a {
        width: 49%;
    }

    .dropdown-btn,
    .sidenav .mobmenuList.accordion a {
        font-size: 20px;
    }

    .dropdown-btn,
    .sidenav a {
        padding: 11px;
    }

    .valuable-list ul li {
        flex: 0 0 100%;
    }

    .dropdown-btn,
    .sidenav .subMenuList.othersSubmenu a {
        background: transparent;
        font-size: 18px;
        padding: 8px 15px;
    }

    .footer-linksec ul li {
        flex: 0 0 50%;
        position: relative;
    }

    .copyright-info ul li a {
        padding: 0px 6px;
        font-size: 10px;
    }

    .ft-social ul li {
        font-size: 24px;
        padding-left: 25px;
    }

    .bannerPage img.main-banner {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .iso-certificate ul {
        flex-direction: row;
        justify-content: end;
    }

    .iso-certificate ul li {
        flex: 0 0 14%;
    }

    header.site-header,
    header.site-header.sticky {
        /* background: #dbedf7; */
        padding: 0;
    }

    .inner-sec {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        background: #f2f2f2;
    }

    .inner-sec ul.menuprodlist-items {
        padding: 16px;
        float: left;
        width: 100%;
    }

    .inner-sec h4 {
        color: #ffffff;
        background: var(--themeColor);
        float: left;
        width: 100%;
        padding: 9px;
        font-size: 18px;
    }

    .logobox a,
    .logobox a img {
        width: 75%;
    }

    .logobox {
        padding-bottom: 0px;
    }

    a.closebtn {
        right: 15px;
        top: 8px;
        width: 50px;
    }

    .mobmenuList ul {
        padding: 0 16px;

    }

    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-item {
        border: 0;
        border-bottom: 1px solid var(--themeSecondColor);
        position: relative;
        float: left;
        width: 100%;
        font-weight: 700;
        font-size: 20px;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: #f2f2f2 !important;
        padding: 11px !important;
    }

    .mobmenuList .accordion .accordion-item .accordion-button {
        padding: 11px 11px;
        font-size: 20px;
        line-height: 1.5;
    }

    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: var(--fontColor);
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
        font-size: 20px;
    }

    ul.menuprodlist-items li a {
        padding: 5px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
    }

    .ft-social ul li img {
        width: 24px;
    }

    .vision-cont {
        position: relative;
        top: auto;
        left: auto;
    }

    .vision-cont p {
        margin-top: 32px;
    }

    .missio-cont {
        margin-top: 32px;
    }

    .vision-cont img,
    .img-care-values img {
        width: 100%;
    }

    .sec-vision {
        background: #f2f2f2;
    }

    .coreValueList {
        margin-top: 32px;
    }

    .journeyCont ul li:nth-child(1) h2 {
        font-size: 45px;
        font-weight: 700;
    }

    /*.journeySlider .swiper-button-prev {
        left: 85%;
        right: auto;
    }*/

    .team-info h4 {
        font-size: 19px;
    }

    .team-content {
        margin-bottom: 32px;
    }

    .modal-team-info {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modal-team-info {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 48px;
    }

    .prod-spec-list ul li {
        flex: 0 0 47%;
    }

    .clientbrandSwiper .swiper-button-prev, .clientbrandSwiper .swiper-button-next {
        top: 60%;
    }

    .varticalbox {
        width: 90%;
        margin: 0 auto;
        position: relative !important;
        z-index: 2;
        padding: 90px 0;
        top: auto;
        left: auto;
        transform: none;
    }

    .bd-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    
    .bd-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #founders-vision .founder-box img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 60%;
        height: auto;
    }

    .hm-sec-product-list .sec-detls img {
        height: 240px;
    }

    

    .deals-Box li {
        flex: 0 0 100% !important;
        text-align: center;
    }

    .deals-Box {
        display: block;
    }

    .dealsbrand-img {
        width: 40%;
        text-align: center;
        margin: 0 auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .inter-text-para h2.cust-txt {
        font-size: 35px;
    }
    .clintdemoslider {
        height: 165px;
    }

    .footer-location a {
        margin-bottom: 15px;
    }

    .padd-right {
        padding: 0 15px 50px;
    }

    .service-location ul li {
        flex: 0 0 49%;
        margin: 2px;
    }

    /* .varticalbox li:first-child {
        padding: 50px 15px;
    } */

    /* .allvartical .sec-vartical:nth-child(even) .varticalbox li:first-child {
        padding-right: 50px;
        padding: 50px 15px;
    } */

    .sidenav .mobmenuList.accordion .subMenuList.othersSubmenu a::before {
        top: 16px;
    }

    .certificates-Slider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 42%);
    }

    .certificates-Slider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 42%);
    }

    .Product-Slider {
        padding-bottom: 90px;
        margin-top: 40px;
    }

    .brandSwiper {
        /* height: 315px; */
        padding-bottom: 90px;
        margin-top: 40px;
    }

    .detailsBox li .inter-text-para p {
        margin-bottom: 20px;
    }

    .each-BrandList {
        margin-bottom: 20px;
    }


    .innerProject-Content .Project-info {
        min-height: 95px;
    }

    .hm-matrix ul {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .leader-quote {
        padding: 8px 10px;
    }

    ul.project-intro li img {
        height: 300px;
    }

    .home-project-Slider{
        padding-bottom: 100px;
    }

    /* ul.project-intro li:nth-last-child(1) a img {
        height: 118px;
    } */

    ul.project-intro li:nth-last-child(1) a {
        margin-bottom: 20px;
    }

    .sec-project-half::before {
        content: '';
        background: #0c152d;
        width: 100%;
        position: absolute;
        height: 45%;
        right: 0;
        top: 0;
    }

    .padd-left {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 90px;
        padding-bottom: 0;
    }

    /* .sec-brand .brand-img {
        height: 670px;
    } */

    .hm-sec-product-list .container-product-list {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        position: relative;
    }

    .hm-sec-product-list .sec-detls {
        flex: 0 0 33.33%;
    }

    .banner-cont {
        top: 50%;
        width: 90%;
        left: 50%;
    }

    .banner-cont .inter-text-para p {
        width: 100%;
    }

    .p-90 {
        padding: 64px 0;
    }

    .team-modal .modal-dialog {
        max-width: 768px;
    }

    header.site-header.navbar-fixed .menuWrap {
        padding: 15px;
    }

    header.site-header,
    header.site-header.sticky {
        background: #dbedf7;
    }

    header.site-header {
        position: relative;
        padding: 0;
    }

    header.site-header .inner-whiteLogo {
        display: none;
    }

    header.site-header .inner-Logo {
        display: block;
    }

    .banner-cont h2 {
        font-size: 25px;
        font-weight: 400;
    }

    .banner-cont h1 {
        font-size: 38px;
        margin: 25px 0;
        margin-top: 10px;
        font-weight: 700;
    }

    .bannerPage .thumbNav {
        display: none;
    }

    .inter-text-para h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .hm-matrix ul li span {
        font-size: 40px;
        font-weight: 700;
    }

    .hm-matrix ul li p {
        font-size: 19px;
    }

    .hm-matrix {
        margin-top: 34px;
    }

    .solutions-img {
        padding-left: 35px;
    }

    .hm-matrix-cont ul li {
        padding: 0px 20px;
        flex: 0 0 47%;
        border-left: 0;
        padding: 20px 0px;
        margin: 5px;
        border-left: 1px solid #11111145;
    }

    .sec-solu-prod {
        margin-top: 48px;
    }

    .solution-prod {
        margin-top: 48px;
    }

    .next-sec-img img {
        width: 100%;
    }

    .img-prod-intro img {
        width: 100%;
    }

    ul.project-intro li .leader-quote p {
        font-size: 18px;
        line-height: 28px;
    }

    .hm-abtmatrix ul {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0px;

    }

    .hm-abtmatrix ul li {
        flex: 0 0 47%;
        border-left: 0;
        padding: 20px 0px;
        text-align: center;
        margin: 5px;
        border: 1px solid #eeeeee3b;
    }

    img.abtmat-img {
        height: 100%;
    }

    .missvisi-bg-img {
        height: 100%;
    }

    .clientsSlider {
        padding-bottom: 100px;
        padding-top: 50px;
    }

    .clientsSlider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 42%);
        right: auto;
        top: 90%;
    }

    .clientsSlider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 42%);
        left: auto;
        top: 90%;
    }

    .clientsBox {
        padding: 50px 20px;
        min-height: 100%;
    }

    .clientsBox p {
        min-height: 380px;
    }

    .founder-box img {
        width: 100%;
    }

    .mission-box,
    .vision-box {
        padding: 0 20px;
    }

    ul.core-valu li {
        padding: 25px;
    }

    ul.team li {
        padding: 50px 10px 0;
        flex: 0 0 48%;
    }

    .awardsslider .swiper-pagi-arrow .swiper-button-prev i,
    .certislider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 45px;
    }

    .awardsslider .swiper-pagi-arrow .swiper-button-next i,
    .certislider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 45px;
    }

    .certislider {
        padding-bottom: 100px;
    }

    .deals-Box {
        padding: 40px 50px;
    }

    .segment-list {
        background: #00a9b8;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
    }
    
    .segment-list .form-control.form-select {
        background: #fff;
        border-radius: 0;
        padding: 10px 20px;
        font-weight: 600;
        background-image: url('');
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px;
    }

    .form-control:focus {
        background: transparent;
        border-bottom: 0;
    }
    .segment-list .form-control.form-select {
        background-image: url('../images/down-arrow-black.png');
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px;
    }

    .mar-tecno-left {
        margin-right: 0px;
    }

    .support-left {
        padding-left: 0;
        padding-top: 100px;
    }

    .sec-support-half::before {
        content: '';
        width: 100%;
        height: 67%;
        right: 0;
        top: auto;
        bottom: 0;
    }
     .Offerings-wrapper ul li {
        flex: 0 0 48%;
    }
    .why-info-box {
        margin-left: 0;
        width: 100%;
    }
    .why-img-box {
        width: 35%;
        margin-bottom: 15px;
        border-right: 0px solid #ffffff38;
    }
    .why-choose-info ul li h5 {
        font-size: 18px;
    }
    ol.process-chart>li {
        min-width: 26%;
    }
    .prod-spec-list.vartical-solution ul li {
        flex: 0 0 31%;
    }

}

@media (max-width: 767px) {
    .allvartical .bd-img img {
        width: 100%;
        height: 100%;
    }
    .inter-text-para h2.cust-txt.lower-cont {
        margin-bottom: 15px;
    }
    .prod-spec-list ul li h4 {
        margin-top: 0;
        padding: 12px 20px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cust-txt {
        text-align: center;
    }

    .Offerings-wrapper ul li {
        flex: 0 0 100%;
    }

    .inter-text-para h2.cust-txt {
        text-align: center;
    }
    
    .cust-btn{
        text-align: center;
    }

    .why-choose-info ul li img {
        width: 100%;
        height: auto;
    }
    .why-choose-info ul li {
        flex: 0 0 100%;
    }

    .why-img-box {
        width: 20%;
    }

    .prod-spec-list.vartical-solution ul li {
        flex: 0 0 100%;
        padding-bottom: 0;
    }

    .segment-list {
        background: #00a9b8;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
    }

    .deals-Box {
        padding: 40px 30px;
        text-align: center;
    }


    .deals-Box li:first-child {
        flex: 0 0 100%;
    }

    .deals-Box li .inter-text-para p {
        margin-bottom: 20px;
    }

    .dealsbrand-img {
        width: 25%;
        text-align: center;
        margin: 0 auto;
    }
    .representatives .branch-info a {
        font-size: 16px;
        line-height: 24px;
    }

    .clintdemoslider {
        height: 158px;
        margin-bottom: 50px;
        width: 100%;
        margin-left: 0;
    }

    .clintdemoslider ul li a img {
        padding: 10px;
    }

    .service-location .branch-info a {
        font-size: 16px;
    }

    .service-location ul li {
        flex: 0 0 100%;
        padding: 40px 15px;
        margin: 4px;
    }

    a.btn-onmap {
        bottom: 0;
        /* right: auto; */
        /* padding: 8px 10px; */
        position: relative;
        float: right;
        /* left: 0px; */
        margin-bottom: 0 !important;
    }

    .clints-Slider {
        padding-bottom: 90px;
    }

    .ft-logo-info {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: center;
    }

    .supportbox li:first-child {
        padding: 64px 15px;
    }

    .footer-menupart ul li:nth-child(2),
    .footer-menupart ul li:nth-child(3),
    .footer-menupart ul li:nth-child(4) {
        border-left: 0;
        padding-left: 10px;
    }

    .allsupportl .sec-support:nth-child(even) .supportbox li:first-child {
        padding: 64px 15px;
    }

    /* .varticalbox li:first-child {
        padding: 64px 15px;
    } */

    /* .allvartical .sec-vartical:nth-child(even) .varticalbox li:first-child {
        padding: 64px 15px;
    } */

    .sec-contact-half::before {
        height: 60%;
    }

    .about-clintSwiper {
        height: 270px;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .innerProject-Content img {
        height: 250px;
        width: 100%;
    }

    .detailsBox li .inter-text-para p {
        margin-bottom: 50px;
    }

    .each-BrandList {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .journeyBox .color-g .inner-text-para {
        top: 30px;
    }

    ul.core-valu li:nth-child(1)::before,
    ul.core-valu li:nth-child(3)::before {
        display: none;
    }


    .brand-intro .associat-imgbox img {
        background: #fff;
        width: 150px;
    }

    .pt-50.sec-founder {
        padding-top: 64px;
    }

    .safetimg-box {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .safety-Slider {
        padding-bottom: 0;
    }

    .hm-sec-product-list .sec-detls .content {
        top: auto;
        bottom: 20px;
    }

    .journeySlider,
    .clientsSlider {
        padding-bottom: 80px;
    }

    .certislider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 25px;
    }

    .certislider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 25px;
    }

    .awardsslider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 25px;
    }

    .awardsslider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 25px;
    }

    .about-clintSwiper .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 25px;
    }

    .about-clintSwiper .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 25px;
    }

    .journeySlider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 60px;
    }

    .journeySlider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 60px;
    }


    .clientsSlider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 160px;
    }

    .clientsSlider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 160px;
    }


    .clints-Slider .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 0px;
    }

    .clints-Slider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 0px;
    }

    .certificates-Slider {
        padding-bottom: 100px;
    }

    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 36%);
        right: auto;
        top: 85%;
    }

    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 36%);
        left: auto;
        top: 85%;
    }

    .brandSwiper .swiper-button-next,
    .certificates-Slider .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 36%);
        left: auto;
        top: 78%;
    }

    .brandSwiper .swiper-button-prev,
    .certificates-Slider .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 36%);
        right: auto;
        top: 78%;
    }

    .solutionBox li .inter-text-para h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .solutionBox li:first-child {
        padding: 64px 20px;
    }


    .about-clintSwiper .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 36%);
        right: auto;
        top: 85%;
    }

    .about-clintSwiper .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 36%);
        left: auto;
        top: 85%;
    }

    .all-solutionsec .sec-solution:nth-child(even) .solutionBox li:first-child {
        padding: 64px 20px;
    }

    .mission-box ul li img {
        width: 65%;
        padding: 0 0px 50px 0;
        margin: 0 auto;
    }

    .innerProject-Content .Project-info {
        min-height: 95px;
    }

    .content-projet span {
        width: 100%;
    }

    .project-gallary ul li {
        flex: 0 0 49%;
        padding: 5px;
        margin-bottom: 10px;
    }

    img.abtmat-img {
        height: 100%;
        object-fit: cover;
    }

    .mobfounder-pd.p-90 {
        padding: 0 0 30px;
    }

    .clientsBox {
        padding: 50px 20px;
        min-height: 580px;
    }

    .hm-abtmatrix ul {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .hm-abtmatrix ul li {
        flex: 0 0 45%;
        border-left: 0;
        padding: 20px 0px;
        text-align: center;
        margin: 5px;
        border: 1px solid #eeeeee3b;
    }

    .mission-box ul li,
    .vision-box ul li {
        flex: 0 0 100%;
    }

    .mission-box,
    .vision-box {
        padding: 0 0px;
    }

    .mission-box {
        margin-bottom: 50px;
    }

    ul.core-valu li {
        flex: 0 0 100%;
        padding: 30px 15px;
        border: 0;
        border-bottom: 1px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(6) {
        padding-bottom: 0;
        border-bottom: 0px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(1),
    ul.core-valu li:nth-child(3) {
        border-right: 0px solid #1ed3e229;
    }

    ul.core-valu li:nth-child(5) {
        border-right: 0px solid #1ed3e229;
        border-bottom: 1px solid #1ed3e229;
    }

    img.bottom-icon {
        right: 25px;
    }

    ul.team li {
        flex: 0 0 50%;
    }

    ul.team li {
        padding: 20px 10px;
    }

    .Branch-Offices ul li {
        flex: 0 0 100%;
        padding: 10px 0;
    }

    .Branch-Offices ul li:nth-child(2) {
        flex: 0 0 100%;
    }

    .roundBorder {
        width: 320px;
        height: 310px;
    }

    .productBox img {
        width: 320px;
        height: 320px;
    }

    .each-BrandList a {
        float: left;
        width: 31%;
        margin: 3px;
    }

    .detailsBox li:first-child {
        flex: 0 0 100%;
    }

    .opening-accordion ul.jobopening {
        display: grid;
        padding: 30px 10px;
    }

    .opening-accordion ul.jobopening li:nth-child(2) {
        margin-top: 20px;
    }

    .opening-accordion .accordion-button {
        font-size: 17px;
        padding: 20px 10px;
    }

    .current-opens-info .info-list {
        font-size: 20px;
        line-height: 50px;
    }

    .ft-socialmedia {
        width: 100%;
        text-align: center;
    }

    .contact-form ul li:first-child {
        flex: 0 0 100%;
        padding: 40px 25px;
    }

    .contact-form ul li:last-child {
        flex: 0 0 100%;
        padding: 40px 25px;
    }

    .contact-form ul li:first-child h4 {
        margin-bottom: 20px;
    }

    .all-cont-info a {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .all-cont-info a i {
        padding: 10px;
        font-size: 16px;
    }

    .BranchOffices ul li {
        flex: 0 0 100%;
    }

    .representatives ul li {
        padding: 0;
        flex: 0 0 100%;
        margin: 10px 5px;
        border-right: 0;
    }

    .representatives ul {
        width: 100%;
    }

    .representatives ul li:nth-child(1) {
        border-bottom: 1px solid #CBCBCB;
    }

    .iso-certificate ul li {
        flex: 0 0 20%;
    }

    .iso-certificate ul {
        justify-content: center;
    }

    .accordion-button::after {
        transform: scale(.7) !important;
    }

    .mobileBoxLogo.InsideSideBar img {
        width: 100px;
    }

    .mobileBoxLogo.InsideSideBar {
        padding: 0 16px;
    }

    .sidenav .mobmenuList.accordion .accordion-item a,
    .mobmenuList .accordion .accordion-item .accordion-button {
        font-size: 20px;
        font-family: "RobotoCondensed-Medium";
    }

    .subMenuList.othersSubmenu h3 {
        font-size: 18px;
        line-height: 24px;
        color: #069eaf;
    }

    .dropdown-btn,
    .sidenav .mobmenuList .accordion .accordion-body a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .dropdown-btn,
    .sidenav a {
        font-size: 16px;
    }


    ul.project-intro li:nth-last-child(1) {
        margin-bottom: 0px;
    }

    ul.project-intro li:nth-last-child(1) a img {
        height: 200px;
    }

    .leader-quote {
        padding: 10px 10px;
    }

    ul.project-intro li img {
        margin-bottom: 0;
        height: 203px;
        object-fit: cover;
    }

    ul.project-intro li .leader-quote p {
        font-size: 16px;
        text-align: center;
    }

    .bannerPage img.main-banner {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .inter-text-para h2,
    .solutionBox .inter-text-para h2,
    .supportbox .inter-text-para h2 {
        font-size: 35px;
        line-height: 45px;
        width: 100%;
    }

    .inter-text-para h3 {
        font-size: 27px;
        line-height: 37px;
        margin-bottom: 25px;
    }

    .menuWrap {
        padding: 15px;
    }

    .sec-project-half::before {
        content: '';
        width: 100%;
        position: absolute;
        height: 55%;
        right: 0;
        top: 0;
    }

    .padd-left {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 125px;
        padding-bottom: 0;
    }

    ul.project-intro {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    ul.project-intro li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .padd-right {
        padding: 0 15px;
    }

    .footer-menupart ul {
        padding-bottom: 0px;
    }

    .hm-sec-product-list .container-product-list {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        position: relative;
    }

    ul.reach-list {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
    }

    ul.reach-list li {
        flex: 0 0 48%;
        padding: 10px;
    }

    .footer-menupart ul li:nth-child(1) {
        flex: 0 0 100%;
    }

    .footer-menupart ul li:nth-child(3) {
        flex: 0 0 100%;
    }


    header.site-header .inner-whiteLogo {
        display: none;
    }

    header.site-header .inner-Logo {
        display: block;
    }

    header.site-header.navbar-fixed .menuWrap {
        padding: 15px;
    }

    .banner-cont h2 {
        font-size: 20px;
        font-weight: 400;
        text-shadow: 1px 1px 3px #111;
    }

    .bannerPage {
        padding-top: 0px;
        background-color: var(--themeColor);
    }

    .banner-cont {
        width: 70%;
    }

    .banner-cont h1 {
        font-size: 35px;
        margin-top: 10px;
        font-weight: 700;
        text-shadow: 1px 1px 3px #111;
    }

    .banner-cont .inter-text-para h1 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 15px;
    }

    .banner-cont {
        top: 0;
        width: 100%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, -0%);
        padding: 25px 0 50px;
    }

    .banner-cont .inter-text-para p {
        font-size: 16px;
        line-height: 24px;
        width: 88%;
    }

    .inter-text-para h1,
    .sec-innerproduct-intro .inter-text-para h1 {
        font-size: 40px;
        line-height: 53px;
        margin-bottom: 30px;
    }

    .btn-read-more.btn-white span {
        margin-top: 10px;
    }

    .p-90 {
        padding: 64px 0px;
    }

    .hm-matrix {
        margin-top: 0px;
    }

    .hm-matrix ul li {
        flex: 0 0 45%;
        border-left: 0;
        padding: 20px 0px;
        text-align: center;
        margin: 5px;
        border-left: 1px solid #11111145;
    }

    .hm-matrix ul {
        justify-content: center;
    }

    .hm-matrix ul li span {
        font-size: 30px;
        line-height: 50px;
    }

    li.matrix-value sup {
        font-size: 24px;
    }

    .hm-matrix ul li p {
        font-size: 14px;
    }

    .hm-sec-product-list .sec-detls {
        border-right: 0px solid #fff;
    }

    .brandSwiper {
        /* height: 245px; */
        padding-bottom: 90px;
        margin-top: 40px;
    }

    .Product-Slider {
        padding-bottom: 110px;
    }

    .vartical-pro-Slider {
        padding-bottom: 50px;
    }

    .vartical-solutions-Slider{
        padding-bottom: 70px;
    }

    
    .vartical-pro-Slider .swiper-pagi-arrow .swiper-button-prev i,
    .vartical-pro-Slider .swiper-pagi-arrow .swiper-button-next i {
       margin-top: 60px;
    }


    .brandSwiper .swiper-pagi-arrow .swiper-button-prev i {
        margin-top: 60px;
    }

    .brandSwiper .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 60px;
    }

    .reconizetion img {
        width: 100%;
    }

    .btn-read-more {
        text-align: center;
        float: left;
        width: 100%;
        margin: 20px auto;
        justify-content: center;
        display: flex;
    }

    .solu-intro ul li:nth-child(1) {
        width: 100%;
    }

    .solu-intro ul li:nth-child(2) {
        width: 100%;
        border-left: 0;
        margin-top: 48px;
    }

    .sec-solutions .inter-text-para h1 {
        padding: 0;
        border-bottom: 0;
        margin-bottom: 25px;
    }

    .solutions-img {
        padding-left: 0;
        margin: 32px 0;
    }

    .solu-intro .inter-text-para p {
        width: 100%;
    }

    .copyright-info ul {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .copyright-info ul li a {
        padding: 0 10px 0;
        font-size: 12px;
    }

    .inter-text-para h2 {
        width: 100%;
    }

    .inter-text-para p {
        width: 100%;
    }

    .hm-matrix ul {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-ft-copyright {
        margin-top: 0px;
    }

    .footer-location {
        margin-left: 0;
    }

    .footer-menupart ul li {
        flex: 0 0 100%;
        padding: 0;
    }

    footer.sec-footer {
        padding: 50px 0 0px;
    }

    .footer-location a i {
        font-size: 16px;
        width: 10%;
    }

    .ft-socialmedia a {
        margin: 0 10px;
        font-size: 25px;
    }

    .footer-location a h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .footer-location a span {
        font-size: 14px;
        line-height: 23px;
    }

    .ft-social ul {
        justify-content: center;
    }

    .footer-menupart {
        padding-top: 0px;
    }

    .valuable-list ul li {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .secheight {
        min-height: auto;
    }

    .matrix-info {
        font-size: 14px;
        line-height: 24px;
    }

    span.title {
        font-size: 35px;
        line-height: 50px;
    }

    img.footer-logoimg {
        width: 120px;
    }

    .segment-list .form-control.form-select {
        background: #fff;
        border-radius: 0;
        padding: 10px 20px;
        font-weight: 600;
        background-image: url('');
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px;
    }

    .form-control:focus {
        background: transparent;
        border-bottom: 0;
    }
    .segment-list .form-control.form-select {
        background-image: url('../images/down-arrow-black.png');
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px;
    }

    .mar-tecno-left {
        margin-right: 0px;
    }

    .support-left {
        padding-left: 0;
        padding-top: 100px;
    }

    .sec-support-half::before {
        content: '';
        width: 100%;
        height: 70%;
        right: 0;
        top: auto;
        bottom: 0;
    }
    ul.clintMob {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        
    }
    .allClinets {
        margin-bottom: 43px;
    }
    .allClinets:last-child {
        margin-bottom: 0;
    }

    ul.clintMob li{
        flex: 0 0 30%;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .opening-accordion .accordion-body p {
        width: 100%;
    }
    .inter-text-para h2.onload-text {
        font-size: 40px !important;
        line-height: 50px !important;
        margin-bottom: 12px;
    }

    .home-project-Slider {
        padding-bottom: 70px;
    }

    .home-project-Slider .swiper-pagi-arrow .swiper-button-prev i,
    .home-project-Slider .swiper-pagi-arrow .swiper-button-next i {
        margin-top: 40px;
    }

    .prod-spec-list ul li {
        flex: 0 0 100%;
    }

    .prod-spec-list ul li img {
        width: 100%;
    }

    .sec-vartical ul li {
        width: 90%;
    }

    .clientbrandSwiper .swiper-slide {
        padding: 0 5px;
    }

    .allvartical .sec-vartical h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .hm-sec-product-list .sec-detls img {
        height: 200px;
    }

    .prod-spec-list.inner-text-para h3 {
        font-size: 20px;
    }

}



@media (min-width: 400px) and (max-width: 767px) {
    /* .sec-brand .brand-img {
        height: 670px;
    } */

    .sec-project-half::before {
        content: '';
        width: 100%;
        position: absolute;
        height: 55%;
        right: 0;
        top: 0;
    }

   

}


@media (max-width: 575px) {

    #founders-vision .founder-box img {
        width: 75%;
    }

    .awards-box {
        border-color: #fff0;
    }

    .hm-sec-product-list .sec-detls {
        flex: 0 0 100%;
    }

    .bannerPage img.main-banner {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }

    ul.team li {
        flex: 0 0 100%;
    }

    img.product-imgdetls {
        width: 80%;
    }

    .innerProject-Content .Project-info {
        min-height: auto;
    }

    .innerProject-Content img {
        height: 100%;
        width: 100%;
    }

    .clientsBox p {
        min-height: 300px;
    }

    .clientsBox {
        min-height: 520px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 82%;
    }

}

@media (max-width: 498px) {

    .bannerPage img.main-banner {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }

    .sec-support-half::before {
        height: 64%;
    }

}