﻿:root {
    --colorblue: #478dbb; /*left side color*/
    --colormid: #3e64a6; /*middle color*/
    --colororange: #4a4494; /*right side color*/
    --colorgrey: #EBECEC; /*font color*/
    --colorbgwhite: #f0f0f0; /*rgba(240,240,240,255)*/
    --colorbggray: #f1f1f1; /*rgba(241,241,241,255)*/
    --colorfontgray: #58595b; /*#58595b rgba(88,89,91,255)*/
    --colorbggraydark: #ebecec;
}

body {
    color: var(--colorfontgray) !important;
}
/*#region MasterPage */
.top-bg {
    background-image: url(../images/tablebg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    text-align: right; 
}
.button-requestdemo {
    color: gray !important;
    font-family: 'SourceSansPro-Regular';
    font-size: 1.35rem;
    line-height: 0px;
    padding: 5px 15px;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
}
.clear-both {
    clear: both !important;
}

.bg-gray-dark {
    background-color: var(--colorbggraydark);
}

.bg-gray {
    background-color: var(--colorbggray);
}

.bg-white {
    background-color: white !important;
}
.no-bg{
    background-color:transparent !important;
    background-image:none !important;
}

.border-right-gray {
    background-image: url(../images/grayline.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.bg-image-blue {
    background-image: url(../images/tablebg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    color: white;
}

.tp-bannertimer {
    background: none !important;
}

.logobox {
    line-height: 60px;
}

.border-none {
    border: none;
}

section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-0 {
    padding: 0px 0px 0px 0px !important;
}

.p-10 {
    padding: 10px 10px 10px 10px !important;
}

.p-40 {
    padding: 4% 4% !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}
.mb-20{margin-bottom:20px;}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.text-blue {
    color: var(--colorblue);
}

.labelheading-blue {
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
    font-size: 20pt;
    line-height: 2;
    font-weight: bold;
    border-image-slice: 1;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(to right, #504292, #504292,#4171AC, #4FB4CF,#8FCEAA);
    margin: 20px 0px 20px 0px;
    border-radius: 50px;
}

.labelheading-white {
    transform: scaleY(1.5);
    font-family: 'SourceSansPro-light';
    text-transform: uppercase;
    font-size: 26pt;
    color: white;
    line-height: 1.2;
    border-bottom: 1px solid;
    border-color: white;
    margin: 20px 0px 30px 0px;
    font-weight:normal !important;
}

.labelheading-Italic {
    line-height: 1.5;
    font-size: 16pt;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}

.labelheading-blue-left {
    clear: both;
    font-family: 'SourceSansPro-Bold';
    font-weight: bold;
    border-image-slice: 1;
    border-left: 4px solid;
    border-image-source: linear-gradient(to top,#504292, #504292,#4171AC, #4FB4CF,#8FCEAA);
    margin: 15px 0px 0px 0px;
    padding-left: 5px;
}

.button {
    padding: 10pt 10pt 10pt 10pt;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .button:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 12px -20px;
    }

.button-ourtechnology {
    padding: 10pt 10pt 10pt 10pt;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .button-ourtechnology:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 12px -20px;
    }
.button-consultation {
    padding: 10pt 20pt 10pt 20pt;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .button-consultation:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 12px -20px;
    }

.button-robotic-speci {
    padding: 10pt 10pt 10pt 10pt;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .button-robotic-speci:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 12px -20px;
    }
.button-robotic-demo {
    padding: 10pt 30pt 10pt 30pt;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .button-robotic-demo:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 12px -20px;
    }
.knowmore {
    font-weight: bold;
    color: white;
}

    .knowmore:hover {
        -webkit-text-fill-color: transparent;
        background: linear-gradient(to left, white, white);
        border-image-slice: 1;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(to right, white, var(--colororange));
        -webkit-background-clip: text;
    }

.footer-section {
    background-color: var(--colorbggray);
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer {
    color: var(--colorfontgray);
    font-size: 1.5rem;
    line-height: 3;
}

.footerlabel {
    font-family: 'SourceSansPro-Bold';
    text-transform: uppercase;
    color: var(--colorblue);
    font-weight: bold;
    padding-top: 20px;
}

.footer a {
    color: var(--colorfontgray);
    font-weight: bold;
}

    .footer a:hover {
        -webkit-text-fill-color: var(--colorfontgray);
        background: linear-gradient(to left, white, white);
        border-image-slice: 1;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(to right, var(--colororange), white);
        -webkit-background-clip: text;
    }

.footer-logo {
}

    .footer-logo:hover {
        text-decoration: none !important;
        background: none !important;
        border-bottom: none !important;
    }

.footer-left {
    text-align: left;
}

.footer-bottom {
    color: white;
    vertical-align: bottom;
    background-image: url('../images/home/footer.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 10px;
    text-align: right;
    font-size: 1.4rem !important;
}

    .footer-bottom a:hover {
        color: var(--colorblue)
    }



.innerpage-header {
    background-image: url('../images/about/headerbg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: auto;
}

.innerpage-header-label {
    font-family: 'SourceSansPro-light';
    text-transform: uppercase;
    font-size: 4.5rem;
    line-height: 1.5;
    /* font-weight: bold; */
    border-image-slice: 1;
    /* border-bottom: 4px solid; */
    color: white;
    margin: 0;
    margin-left: 0px;
    background-image: url(../images/underline-white.png);
    background-repeat: no-repeat;
    background-position: bottom left;
     
    font-weight:normal !important;
}

.innerpage-label {
    font-family: 'SourceSansPro-Bold';
    width: 100%;
    line-height: 1;
    margin-top: 20px;
    font-size: 2.5rem;
}

.hideFrom1024 {
    display: none;
    width: 100%;
}

/*#endregion */
/*#region home*/
/*.rev_slider_wrapper {
    max-height: 600px !important;
}*/
.tp-bgimg {
    border-radius: 20px 20px 0px 0px !important;
    background-size: cover !important;
    background-position: center left !important;
}

.home-section {
    /* background-image: url(../images/home/homeabout.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;*/
}

.homebg {
    /* background-image: url(../images/home/homeabout.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;*/

    position: absolute;
    right: -80px;
    z-index: 1;
    padding-top: 140px;
}

.home-tank {
    position: absolute;
    right: 130px;
    z-index: 5;
    top: 20px;
}

.home-about {
    background-image: url(../images/home/aboutusbg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    color: white;
    border-radius: 30px 30px 30px 30px;
}

.home-rnd {
    background-image: url(../images/home/rnd.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    color: white;
    border-radius: 30px 30px 30px 30px;
}

/*#endregion */

/*#region rnd*/
.rnd-content {
    background-image: url('../images/rnd/rnd.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 2%;
}

.rnd-text {
    padding: 10% 8%;
    width: 45%;
}

.valuesheading {
    color: var(--colorblue);
    padding: 25px 0px 10px 0px;
    background-image: url('../images/underline.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.valueblocks {
    padding: 2% 4% 2% 4% !important;
    min-height: 360px;
    margin-top: 20px;
}

    .valueblocks:hover {
        background-color: var(--colorgrey);
        border-radius: 4%;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 80px 20px -80px;
    }

    .valueblocks img {
        height: 76px;
        width: auto;
    }

.roadmap-section {
    background-image: url('../images/rnd/roadmapbg.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: white;
    margin-bottom: 0px;
}

/*#endregion */

/*#region roboticsystem*/
.robotics-content {
    background-image: url(../images/robotic/robot1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
    margin-top: 2%;
    padding-bottom: 7%;
}

.robotics-bluebg {
    background-image: url('../images/bluebg-x426.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: white;
    margin-bottom: 0px;
}
/*#endregion */
/* #region industrial*/
.industrial-banner {
    background-image: url(../images/industrial/banner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    height: 680px;
    margin: 0px;
    color: white;
}

    .industrial-banner img {
        padding: 3% 0;
    }

.industrial-project-section {
    margin: 0px;
    font-size: 1.5rem;
}

    .industrial-project-section label {
        font-style: italic;padding-top:15px;
    }

.industrial-projects-label {
    font-size: 2.23rem !important;
    font-style: italic;
    font-family: 'SourceSansPro-Bold';
}

.industrial-robot {
    position: absolute;
    left: -100px;
    z-index: 5;
    top: 180px;
}

.industrial-operations-section {
    margin-top: 0px;
    background-image: url('../images/rnd/roadmapbg.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: white;
    margin-bottom: 0px;
}

.industrial-operations-block {
    padding: 10%;
    background-color: var(--colorbggray);
    color: var(--colorfontgray);
    border-radius: 5%;
}

    .industrial-operations-block img {
        padding-bottom: 5%;
    }

.industrial-operations-label2 {
    font-size: 2.25rem;
    font-weight: normal;
    line-height: normal;
}
/*#endregion */
/* #region resources*/
.resources-banner {
    background-image: url(../images/resources/banner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    margin-top: 0px;
}

    .resources-banner img {
        padding: 3% 0;
    }

.resources-learning-block {
    background-image: url(../images/resources/learningbg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: white;
    padding: 12%;
    font-weight: 500;
    border-radius: 5%;
    margin: 5% 10% 5% 0;
}

    .resources-learning-block img {
        padding: 3% 0;
    }
/*#endregion */
/* #region casestudy*/
.casestudy-topheading {
    font-family: 'SourceSansPro-bold';
    color: var(--colorblue);
    font-size: 4.95rem;
    /* text-align: center;*/
    font-weight: bold;
    padding: 3% 0 5% 0;
}

.casestudy-topheading1 {
    width: 30% !important;
    text-align: center;
    padding: 0px 5px;
}

.casestudy-topheading2 {
    width: 40% !important;
    text-align: center;
    padding: 0px 5px;
}

.casestudy-topheading3 {
    width: 30% !important;
    text-align: center;
    padding: 0px 5px;
}

.casestudy-block1 {
    background-color: var(--colorbggray);
    margin: 4% 0%;
    background-image: url('../images/casestudy/casepower.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 2%; /**/
}

.casestudy-block {
    background-color: var(--colorbggray);
    margin: 1% 0% 4% 0%;
    /* background-image: url('../images/rnd/rnd.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 2%;*/
}

.casestudy-block-text {
    padding: 8%;
}

    .casestudy-block-text img {
        padding: 5% 0;
    }

    .casestudy-block-text label {
        padding-bottom: 1%;
    }

.casestudy-block-image {
    padding: 0 0;
    background-color: white !important;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    min-height: 545px;
}

.casestudy-block a {
    background-image: url(../images/casestudy/casebutton.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 2% 10%;
    font-weight: bold;
}

.casestudy-button {
    padding: 1% 3% 1% 3%;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
}

    .casestudy-button:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 22px 12px -20px;
    }
/*#endregion */
/*#region career */
.career-topheading {
    font-family: 'SourceSansPro-bold';
    color: var(--colorblue);
    font-size: 4.95rem;
    /* text-align: center;*/
    font-weight: bold;
    padding: 3% 0 5% 0;
}

.career-button {
    padding: 2% 5% 2% 5%;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
    text-align: center;
}

    .career-button:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 22px 12px -20px;
    }

.contact-button {
    padding: 2% 4% 1% 4%;
    background-image: url(../images/home/button.png);
    font-weight: 600;
    background-position: bottom;
    background-repeat: no-repeat;
    color: var(--colorfontgray);
    background-size: contain;
    text-align: center;
}

    .contact-button:hover {
        background-image: url(../images/home/buttonhover.png);
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 28px 10px -20px;
    }
/*#endregion */

/*#region faq's*/
.faq-section {
    background-image: url(../images/faqbg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.faq-block {
    min-height: 200px;
    background-color: var(--colorbggray);
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

    .faq-block label {
        color: var(--colorblue);
    }

    .faq-block p {
    }
/*#endregion */
/*final till hear*/



@media only screen and (min-width: 1441px) {
    .rnd-content{border-radius:30px 30px;}
}


    @media only screen and (max-width: 1440px) {
        .tp-bgimg {
            border-radius: 30px 30px 0px 0px !important;
            background-position: center left !important;
            background-size: cover !important;
        }

        .rnd-content {
        }

        .rnd-text {
            padding: 12% 4% !important;
            width: 53% !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        body {
            font-size: 1.7rem !important;
        }

        .tp-bgimg {
            border-radius: 20px 20px 0px 0px !important;
            background-position: center left !important;
            background-size: cover !important;
        }

        .footer {
            font-size: 1.3rem !important;
        }

        .footer-bottom {
            font-size: 1.3rem !important;
        }

        .innerpage-header-label {
            margin: 5px;
            font-size: 3rem !important;
        }

        .homebg {
            right: -110px !important;
            width: 50%;
            padding-top: 70px !important;
        }

        .home-tank {
            left: 30px !important;
            top: 153px !important;
            width: 80% !important;
        }

        .home-about {
            min-height: 356px !important;
            padding-left: 5px !important;
            line-height: 1.2 !important;
        }

            .home-about .labelheading-Italic {
                line-height: 1.3 !important;
            }

            .home-about p {
                margin: 0px 0px !important;
            }

        .home-rnd {
            min-height: 370px !important;
        }

            .home-rnd .labelheading-Italic {
                line-height: 1.3 !important;
            }

            .home-rnd p {
                margin: 0px 0px !important;
            }

        .labelheading-white {
            margin: 10px 0px 20px 0px !important;
        }

        .rnd-content {
            background-size: contain;
        }

        .rnd-text {
            padding: 7% 4% !important;
            width: 53% !important;
        }

        .button-robotic-speci {
            padding: 8pt 5pt !important;
            background-size: contain !important;
        }

        .button-robotic-demo {
            padding: 8pt 22pt !important;
            background-size: contain !important;
        }

        .casestudy-topheading {
            font-size: 3.7rem !important;
        }

        .career-topheading {
            font-size: 3.7rem !important;
        }

        .industrial-banner {
            max-height: 500px !important
        }

        .industrial-operations-block {
            min-height: 180px !important;
        }

        .industrial-robot {
            left: -50px !important;
        }

        .industrial-operations-label2 {
            font-size: 2rem !important;
        }

        .industrial-projects-label {
            font-size: 2rem !important;
            padding: 0px 0px !important;
        }

        .casestudy-block-image {
            background-size: contain !important;
            min-height: 375px !important;
        }

        .robotics-content {
            padding-bottom: unset !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .rev_slider_wrapper {
            max-height: 320px !important;
        }

        .home-about {
            min-height: 300px !important;
            padding-left: 5px !important;
            line-height: 1.2 !important;
            border-radius: 25px 25px !important;
        }

        .labelheading-white {
            font-size: 2.5rem !important;
            margin: 0px 0px 20px 0px !important;
        }

        .home-about .labelheading-Italic {
            line-height: 1.3 !important;
            font-size: 2rem !important;
        }

        .homebg {
            right: -150px !important;
            width: 50%;
            padding-top: 165px !important;
        }

        .home-rnd {
            min-height: 290px !important;
            padding-left: 5px !important;
            line-height: 1.2 !important;
            border-radius: 25px 25px !important;
        }

            .home-rnd .labelheading-Italic {
                line-height: 1.3 !important;
                font-size: 1.9rem !important;
                padding-bottom: 20px !important;
            }

        .home-tank {
            left: 25px !important;
            top: 105px !important;
            width: 75% !important;
        }

        .rnd-content {
            background-size: contain;
        }

        .rnd-text {
            padding: 7% 4% !important;
            width: 53% !important;
        }

        .ptb-40 {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }

        .hideFromTablet {
            display: none !important;
            width: 100% !important;
        }

        body {
            font-size: 1.5rem !important;
            line-height: 20px !important;
        }

        .button-ourtechnology {
            padding: 8pt 5pt !important;
            background-size: contain !important;
        }

        .button-consultation {
            padding: 8pt 14pt !important;
            background-size: contain !important;
        }

        .button-robotic-demo {
            padding: 8pt 20pt !important;
            clear: both !important;
            float: left !important;
            margin-top: 20px !important;
        }

        .innerpage-header-label {
            margin: 5px !important;
            font-size: 2.5rem !important;
        }

        .footer-right {
            font-size: 1.1rem !important;
        }

        .footer-logo img {
            width: 150px !important;
        }

        .subheading-social-links li {
            margin: 15px 20px 0 0 !important;
        }

            .subheading-social-links li a i {
                width: 25px !important;
                height: 25px !important;
                font-size: 10pt !important;
                line-height: 25px !important;
            }

        .casestudy-block-image {
            background-size: cover !important;
            min-height: 375px !important;
        }

        .casestudy-topheading {
            font-size: 2.5rem !important;
        }

        .career-topheading {
            font-size: 2.5rem !important;
        }

        .industrial-banner {
            max-height: 350px !important
        }

        .industrial-projects-label {
            font-size: 1.8rem !important;
        }

        .industrial-project-section label {
            min-height: 55px !important;
        }

        .industrial-project-section p {
            text-align: left !important;
        }

        .industrial-robot {
            left: -50px !important;
            width: 238px;
            max-width: unset;
        }

        .industrial-operations-label2 {
            font-size: 1.8rem !important;
        }
    }

    @media only screen and (max-width: 480px) {
        .mainmenu-area {
            background-size: cover !important;
        }

        .logobox {
            line-height: 45px !important;
            padding: 5px !important;
        }

        .main-menu .navigation > li > ul > li > a {
            border-bottom: 1px dashed white !important;
        }

        .showInMobile {
            display: block !important;
        }

        .hideInmobile {
            display: none !important;
            width: 100% !important;
        }

        .button-consultation {
            padding: 8pt 18pt !important;
            clear: both !important;
            float: left !important;
            margin-top: 20px !important;
            margin-bottom: 50px !important;
        }

        .funfact-spacer-right {
            margin-top: 0% !important;
        }

        .home-about {
            background-image: url(../images/home/rnd.png) !important;
        }

        .home-tank {
            position: unset !important;
        }

        .homebg {
            display: none;
        }

        .labelheading-white {
            font-size: 2rem !important;
            margin: 10px 0px 20px 0px !important;
        }

        .home-about .labelheading-Italic {
            font-size: 1.8rem !important;
        }

        .home-rnd .labelheading-Italic {
            font-size: 1.7rem !important;
        }

        .valueblocks {
            padding: 2% 4% 2% 4% !important;
            min-height: 300px !important;
        }

        .labelheading-Italic {
            font-size: 15pt !important;
        }

        .innerpage-header-label {
            margin: 5px !important;
            font-size: 1.5rem !important;
        }

        .faq-block {
            margin: 20px -20px !important;
        }

        .robotics-content {
            background-size: 42% !important;
            margin: unset !important;
        }

        .robotics-content2 {
            margin: unset !important;
        }

            .robotics-content2 container {
                padding: unset !important;
            }

            .robotics-content2 img {
                max-width: 90% !important;
            }

        .resources-banner {
            background-size: cover !important;
            height: auto !important;
            background-position: left !important;
        }

        .resources-learning-block {
            margin: 5% 0% !important;
        }

        .casestudy-button {
            padding: 2% 4% 2% 4% !important;
            background-size: cover !important;
        }

        .casestudy-block {
            border-radius: 10px !important;
        }

        .casestudy-topheading {
            font-size: 1.8rem !important;
        }

        .casestudy-block-image {
            margin-top: 20px !important;
        }

        .career-topheading {
            font-size: 2.5rem !important;
        }

        .industrial-banner {
            max-height: 300px !important;
        }

            .industrial-banner .container {
                background-color: rgba(0,0,0, 0.4) !important;
            }

        .industrial-projects-label {
            font-size: 1.5rem !important;
        }

        .industrial-operations-label2 {
            font-size: 1.5rem !important;
        }

        .contact-address img {
            min-width: 18px !important;
        }

        .rnd-content {
            background-size: contain !important;
        }

        .rnd-text {
            padding: 45% 0% 0% 0% !important;
            width: 100% !important;
        }

        .footer-left {
            padding: 0px 0px !important;
        }

        .footer-right {
            padding: 0px 0px !important;
        }

        .subheading-social-links li {
            margin: 15px 5px 0 0 !important;
        }
    }

    @media only screen and (max-width: 400px) {
        .labelheading-white {
            font-size: 1.8rem !important;
            margin: 0px 0px 10px 0px !important;
        }

        .home-about .labelheading-Italic {
            font-size: 1.7rem !important;
        }

        .home-rnd .labelheading-Italic {
            font-size: 1.6rem !important;
        }

        .innerpage-header {
            background-size: contain;
        }

        .innerpage-header-label {
            font-size: 1.4rem !important;
        }

        .casestudy-topheading {
            font-size: 1.5rem !important;
        }

        .career-topheading {
            font-size: 2.3rem !important;
        }
    }

    @media only screen and (max-width: 350px) {
        .innerpage-header-label {
            font-size: 1.2rem !important;
        }

        .robotics-content {
            background-position: bottom right !important;
            padding-bottom: 7% !important;
        }

        .footer-bottom {
            padding: 10px 0px !important;
            text-align: center !important;
        }

            .footer-bottom .container {
                padding: 10px 0px !important;
            }

        .subheading-social-links li {
            margin: 15px 1px 0 0 !important;
        }

        .contact-block {
            padding: 0px 0px !important;
        }

        .casestudy-topheading {
            font-size: 1.4rem !important;
        }

        .career-topheading {
            font-size: 2.2rem !important;
        }
    }
