﻿body {
    margin: 0;
}

/* font family*/
@font-face {
    font-family: NunitoSans-Bold;
    src: url('../Fonts/NunitoSans-Bold.ttf');
}

@font-face {
    font-family: NunitoSans-Medium;
    src: url('../Fonts/NunitoSans-Medium.ttf');
}

@font-face {
    font-family: NunitoSans-Regular;
    src: url('../Fonts/NunitoSans-Regular.ttf');
}

@font-face {
    font-family: NunitoSans-Light;
    src: url('../Fonts/NunitoSans-Light.ttf');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.gray-bg, .gray-bg-01 {
    background-color: #f1f1f1;
}

.red-bg {
    background-color: #ee1d23;
}

.blue-bg {
    background-color: #1a75bb;
}

.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.logo a img {
    width: 290px;
    padding: 14px 0px;
}

.top-login {
    list-style-type: none;
    margin: 3px 0px 3px -40px;
    text-align: right;
}

    .top-login li {
        display: inline-block;
        padding: 0px 0px 0px 15px;
        font-family: NunitoSans-Medium;
        font-size: 14px;
        color: #4d4d4d;
    }

        .top-login li a {
            color: #4d4d4d;
            transition: all 0.5s;
        }

        .top-login li i {
            padding: 0px 3px 0px 0px;
            color: #ee1d23;
        }

        .top-login li a:hover {
            color: #1a75bb;
        }

        .top-login li a span {
            background-color: #04469d;
            color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
            transition: all 0.5s;
            font-family: NunitoSans-Regular;
        }

            .top-login li a span:hover {
                background-color: #007FFF;
            }

.top-login-White li a {
    color: #fff;
}

    .top-login-White li a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .top-login-White li a span {
        background-color: #007FFF;
        color: #fff;
    }

.top-login-White li i {
    color: #007FFF;
}

.mainMenu {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    display: block;
    text-align: center;
    padding: 5px 0px;
}

    .mainMenu li {
        display: inline;
    }

        .mainMenu li a {
            color: #1e1e1e;
            font-family: NunitoSans-Medium;
            font-size: 15px;
            transition: all 0.5s;
            padding: 0px 35px;
        }

            .mainMenu li a:hover {
                color: #1a75bb;
            }

.mainMenu_White li a {
    color: #fff;
}

    .mainMenu_White li a:hover {
        color: #fff;
        text-decoration: underline;
    }

.mainMenu li ul li {
    text-align: left;
}

    .mainMenu li ul li a {
        font-family: NunitoSans-Regular;
    }

.dropdown-menu {
    top: 28px;
    left: 32px;
}

.top-line {
    border-bottom: 1px solid #f1f1f1;
}

.slider01 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-01.jpg);
    background-position: center;
    background-size: cover;
}

.slider02 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-02.jpg);
    background-position: center;
    background-size: cover;
}

.slider03 {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Slider-03.jpg);
    background-position: center;
    background-size: cover;
}

.slider-txt {
    width: 100%;
    height: 90vh;
    text-align: center;
}

    .slider-txt tr td {
        vertical-align: middle;
    }

    .slider-txt h3 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Bold;
        color: #fff;
        font-size: 95px;
        text-shadow: 2px 2px #ee1d23;
        text-transform: uppercase;
    }

        .slider-txt h3 span {
            font-size: 55px;
            color: #ee1d23;
            text-shadow: 1px 1px #fff;
        }

    .slider-txt h2 {
        font-family: NunitoSans-Medium;
        margin: 0px 0px 15px;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px #000;
    }

    .slider-txt h4 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Bold;
        color: #ee1d23;
        text-shadow: 1px 1px #fff;
        text-transform: uppercase;
        font-size: 50px;
    }

    .slider-txt h1 {
        margin: 0px 0px 15px;
        font-family: NunitoSans-Medium;
        color: #fff;
        text-transform: uppercase;
        font-size: 38px;
        padding: 0px 30px;
    }

.slider-txt-sub h1 {
    font-size: 50px;
    padding: 0px 100px;
    line-height: 55px;
    text-shadow: 1px 1px #000;
}

.fixed-ht {
    height: 72px;
}

.padding-01 {
    padding: 40px 0px;
}

.padding-02 {
    padding: 20px 0px;
}

.padding-03 {
    padding: 40px 0px 20px;
}

.padding-04 {
    padding: 20px 0px 40px;
}

.head1, .head2, .head3, .head4, .head5, .head6 {
    margin: 0px 0px 10px;
    font-family: NunitoSans-Medium;
    font-size: 40px;
}

.head1 {
    font-family: NunitoSans-Bold;
}

.head2 {
    font-size: 35px;
    font-family: NunitoSans-Bold;
}

.head3 {
    font-size: 25px;
}

.head4 {
    font-size: 20px;
}

.head5 {
    font-size: 18px;
}

.head6 {
    font-size: 16px;
}

.head6-margin {
    margin: 0px 0px 5px;
}

.font-wt-lt {
    font-family: NunitoSans-Light;
}

.sub-tag {
    font-family: NunitoSans-Light;
    line-height: 30px;
}

.head1-sub {
    margin: 0px 0px 0px;
}

    .head1-sub span {
        font-size: 15px;
        font-family: NunitoSans-Medium;
    }

.p-tag {
    font-size: 19px;
    color: #000;
    line-height: 30px;
    font-family: NunitoSans-Light;
}

.font-clr-01 {
    color: #1a75bb;
}

.font-clr-02 {
    color: #ee1d23;
}

.font-clr-03 {
    color: #34f1df;
}

.font-clr-04 {
    color: #ff6e03;
}

.font-clr-wt, .div-font-wt p {
    color: #fff;
}

.font-clr-blk {
    color: #000;
}

.link-01 a {
    color: #1a75bb;
    transition: all 0.5s;
}

    .link-01 a:hover {
        text-decoration: underline;
    }

.image-container {
    position: relative;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in-out;
}

    .image-container table {
        width: 100%;
        height: 300px;
        text-align: center;
        position: relative;
    }

        .image-container table tr td {
            vertical-align: middle;
        }

            .image-container table tr td h2, .image-text h3 {
                margin: 0px;
                font-family: NunitoSans-Medium;
                color: #fff;
                font-size: 20px;
            }

    .image-container:hover table {
        position: static;
    }

.image-text h3 {
    margin: 0px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.image-text p {
    color: #fff;
    text-align: left;
}

.image-bg-01::before, .image-bg-02::before, .image-bg-03::before, .image-bg-04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.image-bg-01::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Home-Feature-01.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-02::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Home-Feature-02.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-03::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Home-Feature-03.jpg);
    background-size: cover;
    background-position: center;
}

.image-bg-04::before {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Home-Feature-04.jpg);
    background-size: cover;
    background-position: center;
}

.image-text {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 330px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    transition: bottom 0.5s ease;
}

.image-container:hover .image-text {
    bottom: 0;
}

.mtop {
    margin-top: 10px;
}

.list-01, .list-02 {
    margin: 0px 0px 10px -40px;
    list-style-type: none;
}

    .list-01 li, .list-02 li {
        padding: 3px 0px;
    }

        .list-01 li i, .list-02 li i {
            color: #1a75bb;
            padding-right: 5px;
        }

    .list-02 li {
        color: #fff;
    }

        .list-02 li i {
            color: #34f1df;
        }

.engineering-bg {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../Images/General/Engineering-Bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 40px 0px;
}

.offering-bg {
    background-color: #f1f1f1;
    margin: 40px 0px;
}

.offering {
    margin: 10px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    background-color: #fff;
    border-bottom: 3px solid #ee1d23;
}

.offering-pdf {
    border: 1px solid rgba(0,0,0,0.3);
}

.offering h6 {
    margin: 0px 0px 10px;
}

    .offering h6 img {
        width: 100%;
        border-radius: 5px;
    }

.offering h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
}

.offering a {
    color: #000;
    transition: all 0.5s;
}

    .offering a:hover {
        color: #1a75bb;
    }

.offering-pdf a {
    color: #ee1d23;
    transition: all 0.5s;
}

.offering:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.partner-width {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    width: 16.666%;
}

.partner {
    margin: 5px 0px 10px;
    text-align: center;
}

    .partner img {
        width: 80%;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.1);
        padding: 5px;
        transition: all 0.5s;
    }

        .partner img:hover {
            border: 1px solid rgba(0,0,0,0.3);
        }

.footer-width {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}

.footer-bg {
    padding: 40px 0px 25px;
    background-color: #1a75bb;
    z-index: 100;
    position: relative;
    width: 100%;
}

.footer-head {
    margin: 0px;
    font-family: NunitoSans-Medium;
    font-size: 15px;
    color: #34f1df;
}

.footer-list {
    list-style-type: none;
    margin: 0px 0px 10px -40px;
    font-size: 14px;
}

    .footer-list li a {
        color: #fff;
        transition: all 0.5s;
    }

        .footer-list li a i {
            color: #34f1df;
            padding-right: 5px;
        }

        .footer-list li a:hover {
            text-decoration: underline;
        }

.team-contact-list li a {
    color: #4d4d4d;
}

    .team-contact-list li a i, .team-contact-list li a:hover {
        color: #007FFF;
    }

.list-sitemap {
    font-size: 15px;
}

    .list-sitemap li a {
        color: #4d4d4d;
    }

        .list-sitemap li a i {
            color: #04469d;
        }

        .list-sitemap li a:hover {
            color: #04469d;
        }

.footer-contact {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

    .footer-contact span {
        font-size: 13px;
    }

.sharethis-div {
    margin: 5px 0px 5px;
}

    .sharethis-div div div {
        margin-bottom: 8px;
    }

.social-icon {
    margin: 5px 0px 10px;
}

    .social-icon a {
        color: #fff;
        font-size: 22px;
        padding-right: 5px;
        transition: all 0.5s;
    }

        .social-icon a:hover {
            color: #1fdcfe;
        }

.footer-logo img {
    margin: 0px 0px 10px 0px;
    width: 225px;
}

.copyright-bg {
    background-color: rgba(238, 29, 35, 0.8);
}

    .copyright-bg p {
        margin: 5px 0px;
        font-size: 14px;
        color: #fff;
    }

        .copyright-bg p a {
            color: #fff;
            transition: all 0.5s;
        }

            .copyright-bg p a:hover {
                text-decoration: underline;
            }

.banner-tbl {
    width: 100%;
    height: 250px;
}

    .banner-tbl tr td {
        vertical-align: middle;
    }

.banner-tbl-contact {
    height: 200px;
}

.banner-about {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-About.jpg);
    background-size: cover;
    background-position: center;
}

.banner-management-team {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Management-Team.jpg);
    background-size: cover;
    background-position: center;
}

.banner-mission-vision {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Mission-Vision.jpg);
    background-size: cover;
    background-position: center;
}

.banner-our-engineering-divisions {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Our-Engineering-Divisions.jpg);
    background-size: cover;
    background-position: center;
}

.banner-partnerships-distributors {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Partnerships-Distributors.jpg);
    background-size: cover;
    background-position: center;
}

.banner-authorized-dealers {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Authorized-Dealers.jpg);
    background-size: cover;
    background-position: center;
}

.banner-certifications {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Certifications.jpg);
    background-size: cover;
    background-position: center;
}

.banner-linear-guides-bearings {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Linear-Guides-Bearings.jpg);
    background-size: cover;
    background-position: center;
}

.banner-hydraulic-hoses-powerpacks {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Hydraulic-Hoses-Powerpacks.jpg);
    background-size: cover;
    background-position: center;
}

.banner-servo-gear-units-couplings {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Servo-Gear-Units-Couplings.jpg);
    background-size: cover;
    background-position: center;
}

.banner-rack-pinion-systems {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Rack-Pinion-Systems.jpg);
    background-size: cover;
    background-position: center;
}

.banner-ball-screws-track-rollers {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Ball-Screws-Track-Rollers.jpg);
    background-size: cover;
    background-position: center;
}

.banner-aluminium-profiles-accessories {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Aluminium-Profiles-Accessories.jpg);
    background-size: cover;
    background-position: center;
}

.banner-ergoswiss {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-ErgoSwiss.jpg);
    background-size: cover;
    background-position: center;
}

.banner-compressed-air-systems {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Compressed-Air-Systems.jpg);
    background-size: cover;
    background-position: center;
}

.banner-carbon-reduction-consulting {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Carbon-Reduction-Consulting.jpg);
    background-size: cover;
    background-position: center;
}

.banner-bus-door-automation {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Sub-Bus-Door-Automation.jpg);
    background-size: cover;
    background-position: center;
}

.banner-blogs {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Blogs.jpg);
    background-size: cover;
    background-position: center;
}

.banner-careers {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Careers.jpg);
    background-size: cover;
    background-position: center;
}

.banner-contact {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Contact.jpg);
    background-size: cover;
    background-position: center;
}

.banner-login {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.3)), url(../Images/General/Sub-Login.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.banner-sitemap {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Sitemap.jpg);
    background-size: cover;
    background-position: center;
}

.banner-disclaimer {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../Images/General/Sub-Disclaimer.jpg);
    background-size: cover;
    background-position: center;
}

.careers-bg-01 {
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../Images/General/Careers-Bg-01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
    height: 300px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin: 20px 0px;
}

.img-01 img {
    width: 80%;
}

.img-02 img {
    width: 100%;
    border-radius: 10px;
}

.img-03 img {
    width: 150px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
    border-radius: 5px;
}

.img-04 {
    margin: 0px 0px 15px;
    transition: all 0.5s;
}

    .img-04 img {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.2);
        padding: 5px;
        border-radius: 5px;
    }

    .img-04:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.img-05 img {
    width: 65%;
}

.prod-img {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s;
    margin: 5px 0px 10px;
}

.prod-img-01 {
    padding: 0px;
}

.prod-img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.prod-img img {
    width: 100%;
    padding: 5px;
}

.prod-img-01 img {
    border-radius: 10px;
}

.prod-img p {
    margin: 0px;
}

.prod-img-01 p {
    margin: 0px 0px 5px;
    font-size:13px;
}

.pdf a {
    color: #007FFF;
    transition: all 0.5s;
}

    .pdf a:hover {
        text-decoration: underline;
    }

.pdf i {
    color: #ee1d23;
    padding-right: 5px;
}

.form-txtbx {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
    color: #000;
    width: 100%;
    border-radius: 5px;
}

.form-txtbx {
    background-color: #f1f1f1;
    padding: 10px 10px;
}

.form-ddl-01 {
    padding: 11px 6px;
}

.form-ddl {
    padding: 7px 6px;
}

.form-btn {
    border: 1px solid #1a75bb;
    background-color: #1a75bb;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    width: 80px;
    transition: all 0.5s;
}

    .form-btn:hover {
        background-color: #ee1d23;
    }

.form-captcha {
    font-family: NunitoSans-Medium;
    color: #1F75FE;
    font-size: 16px;
}

.form-txt-top {
    margin: 3px 0px 3px;
}

.form-btn-top {
    margin: 5px 0px 5px;
}

.form-message {
    color: #ff6e03;
    font-family: NunitoSans-Medium;
}

.lblcaptcha {
    color: #007FFF;
}

.ab-contact h4 {
    margin: 0px 0px 5px;
    color: #ee1d23;
    font-family: NunitoSans-Medium;
    font-size: 16px;
}

.ab-contact p span {
    color: #1a75bb;
}

.ab-contact ul {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
}

    .ab-contact ul li a i {
        color: #ee1d23;
        width: 20px;
    }

    .ab-contact ul li a {
        color: #4d4d4d;
        transition: all 0.5s;
    }

        .ab-contact ul li a:hover {
            color: #1a75bb;
        }

/*Blog section*/
.blog-table, .blog-table tr td table {
    width: 100%;
}

    .blog-table tr td table {
        margin: 0px 0px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 5px;
        background-color: #fff;
    }

        .blog-table tr td table tr td {
            padding: 10px;
            vertical-align: top;
        }

            .blog-table tr td table tr td:nth-child(1) {
                /*width: 40%;*/
            }

            .blog-table tr td table tr td img {
                width: 100%;
                border-radius: 5px;
            }

            .blog-table tr td table tr td h6 {
                margin: 8px 0px 15px;
            }

                .blog-table tr td table tr td h6 span {
                    background-color: #007FFF;
                    color: #fff;
                    padding: 3px 6px;
                    border-radius: 5px;
                    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
                }

            .blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3 {
                margin: 10px 0px 5px;
                font-family: Roboto-Medium;
                font-size: 17px;
                color: #ff512f;
            }

            .blog-table tr td table tr td h2 {
                font-size: 15px;
                color: #e67817;
            }

                .blog-table tr td table tr td h2 strong {
                    font-weight: normal;
                }

            .blog-table tr td table tr td h3 {
                font-size: 15px;
                color: #04469d;
            }

.blog-details-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../Images/General/Connecting.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.blog-table-small tr td table {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
}

.blog-table-small tr td {
    padding: 5px;
    vertical-align: top;
    width: 50%;
}

    .blog-table-small tr td table tr td div h1 {
        margin: 20px 0px 5px;
        font-family: NunitoSans-Medium;
        font-size: 16px;
        color: #04469d;
    }

    .blog-table-small tr td table tr td h1, .blog-table-small tr td table tr td h2, .blog-table-small tr td table tr td h3, .blog-table-small tr td table tr td h4, .blog-table-small tr td table tr td h5, .blog-table-small tr td table tr td h6, .blog-table-small tr td table tr td p strong {
        font-family: NunitoSans-Medium;
        margin: 5px 0px 10px;
        font-size: 15px;
    }

.blog-table tr td table tr td h1, .blog-table tr td table tr td h2, .blog-table tr td table tr td h3, .blog-table tr td table tr td h4, .blog-table tr td table tr td h5, .blog-table tr td table tr td h6 {
    font-family: NunitoSans-Medium;
}

.blog-table tr td table tr td h1 {
    font-size: 20px;
    color: #04469d;
}

.blog-table tr td table tr td h2 {
    font-size: 18px;
    color: #007FFF;
}

.blog-table tr td table tr td h3 {
    font-size: 17px;
    color: #ff6e03;
}

.blog-table tr td table tr td h4 {
    font-size: 15px;
    color: #007FFF;
}

.blog-table tr td table tr td h5 {
    font-size: 15px;
    color: #04469d;
}

.blog-table-small tr td table tr td h6 {
    font-family: NunitoSans-Regular;
    margin: 5px 0px;
    font-size: 13px;
}

.blog-table-small tr td table tr td h5 a {
    color: #04469d;
    text-decoration: underline;
    font-family: NunitoSans-Regular;
    font-size: 15px;
    transition: all 0.5s;
}

    .blog-table-small tr td table tr td h5 a:hover {
        color: #007FFF;
    }

.blog-table-small tr td table tr td img {
    height: auto
}

.blog-table tr td table tr td ol li,
.blog-table tr td table tr td ol li span,
.blog-table tr td table tr td ul li,
.blog-table tr td table tr td ul li span {
    font-family: NunitoSans-Regular;
}

.blog-table-offer tr td table tr td img {
    height: auto;
}

.blog-table-offer tr td table tr td h6 {
    margin: 0px 0px 20px;
}
/*Blog section*/

.career-div {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    padding: 15px;
    border-radius: 10px;
    border-bottom: 3px solid #007FFF;
    margin-bottom: 20px;
}

    .career-div table {
        width: 100%;
    }

        .career-div table tr td:nth-child(1) {
            width: 15%;
        }

        .career-div table tr td {
            padding: 10px 5px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            vertical-align: top;
        }

        .career-div table h3, .career-div table p {
            margin: 0px;
        }

        .career-div table h3 {
            font-family: NunitoSans-Regular;
            color: #04469d;
            font-size: 16px;
            line-height: initial;
        }

        .career-div table tr td ul {
            margin: 0px 0px 0px -20px;
            color: #04469d;
        }

            .career-div table tr td ul li {
                list-style-type: square;
            }

                .career-div table tr td ul li span {
                    color: #000;
                }

.job-div h5 {
    color: #000;
    font-size: 16px;
    margin: 0px 0px 5px;
}

.side-menu {
    border: 1px solid #1a75bb;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

    .side-menu:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .side-menu h3 {
        margin: 0px;
        padding: 5px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        text-align: center;
        background-color: #1a75bb;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

    .side-menu ul {
        list-style-type: none;
        margin: 10px 15px 10px -25px;
    }

        .side-menu ul li {
            padding: 10px 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            line-height: 22px;
        }

            .side-menu ul li:last-child {
                border-bottom: none;
            }

            .side-menu ul li a {
                color: #000;
                transition: all 0.5s;
                font-size: 14px;
            }

                .side-menu ul li a i {
                    float: right;
                    padding-top: 5px;
                }

                .side-menu ul li a:hover {
                    color: #ee1d23;
                }

#fixed-sidemenu.stickIt {
    position: fixed;
    top: 112px;
    width: 298px;
    z-index: 10;
}

.div-box-01, .div-box-02 {
    margin: 10px 0px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.div-box-02 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../Images/General/Engineering-Bg.jpg);
    background-position: center;
    background-size: cover;
}

.product-logo-list {
    list-style-type: none;
    margin: 0px 0px 0px -40px;
    text-align: center;
}

    .product-logo-list li {
        padding: 7px;
        display: inline-block;
    }

        .product-logo-list li img {
            width: 100px;
            border: 1px solid rgba(0,0,0,0.2);
            border-radius: 5px;
            padding: 2px;
        }

.list-sitemap {
    font-size: 15px;
}

    .list-sitemap li a {
        color: #4d4d4d;
    }

        .list-sitemap li a i {
            color: #04469d;
        }

        .list-sitemap li a:hover {
            color: #04469d;
        }

    .list-sitemap li ul {
        list-style-type: none;
    }

.abl-list {
    list-style-type: none;
    margin: 0px 0px 15px -20px;
}

    .abl-list li span {
        color: #1a75bb;
    }

.abl-div {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 15px;
    margin: 5px 0px 20px;
}

    .abl-div h3 {
        margin: 0px 0px 10px;
        font-size: 15px;
        color: #1a75bb;
        border-bottom: 1px solid #ee1d23;
        text-align: center;
        padding-bottom: 10px;
    }

    .abl-div p {
        line-height: 24px;
    }

.team-img {
    margin: 0px;
}

    .team-img img {
        width: 90%;
        border-radius: 10px;
        border: 1px solid #eee;
        padding: 3px;
    }
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .footer-margin {
        margin-left: 30px;
    }

    .footer-list-width {
        width: 150%;
    }

    .ab-contact {
        padding: 0px 30px;
    }

    .side-menu, #fixed-sidemenu.stickIt {
        width: 278px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .logo a img {
        width: 235px;
        padding: 18px 0px;
    }

    .mainMenu li a {
        padding: 0px 20px;
    }

    .slider-txt h3 {
        font-size: 70px;
    }

        .slider-txt h3 span {
            font-size: 35px;
        }

    .slider-txt h2 {
        font-size: 22px;
    }

    .slider-txt h4 {
        font-size: 50px;
    }

    .slider-txt h1 {
        font-size: 35px;
    }

    .slider-txt-sub h1 {
        font-size: 25px;
    }

    .image-container table {
        height: 380px;
    }

        .image-container table tr td h2, .image-text h3 {
            font-size: 16px;
        }

    .image-text {
        height: 410px;
    }

    .quality h6 img {
        width: 150px;
    }

    .footer-width {
        width: 25%;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo a img {
        width: 165px;
        padding: 24px 0px;
    }

    .top-login li {
        padding: 0px 0px 0px 0px;
        font-size: 13px;
    }

        .top-login li a span {
            padding: 3px 3px;
            font-size: 11px;
        }

    .mainMenu {
        padding: 6px 0px;
    }

        .mainMenu li a {
            padding: 0px 7px;
        }

    .dropdown-menu {
        top: 28px;
        left: 5px;
    }

    .fixed-ht {
        height: 74px;
    }

    .slider-txt h3 {
        font-size: 50px;
    }

        .slider-txt h3 span {
            font-size: 30px;
            line-height: 50px;
        }

    .slider-txt h2 {
        font-size: 18px;
        padding: 0px 30px;
    }

    .slider-txt h4 {
        font-size: 35px;
    }

    .slider-txt h1 {
        font-size: 25px;
    }

    .slider-txt-sub h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .head1 {
        font-size: 35px;
    }

    .head2 {
        font-size: 28px;
    }

    .head3 {
        font-size: 22px;
    }

    .head1-sub {
        margin: 30px 0px 0px;
    }

    .banner-tbl {
        height: 250px;
    }

    .offering h3 {
        min-height: 45px;
    }

    .p-tag {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-logo img {
        width: 200px;
    }

    .width-01 {
        width: 33.333%;
    }

    .home-quality {
        min-height: 380px;
    }

        .home-quality h6 img {
            width: 100px;
        }

    .footer-width {
        width: 33.333%;
    }

    #fixed-sidemenu.stickIt {
        position: relative;
        top: 0;
        width: 100%;
    }

    .partner-width {
        width: 25%;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    .logo a img {
        width: 185px;
        padding: 10px 0px;
    }

    .top-login {
        margin: 5px 0px 5px -40px;
        text-align: left;
    }

    .mainMenu {
        margin: 5px 0px 5px 0px;
        text-align: left;
        padding: 0px;
    }

    .top-login li {
        padding: 3px 0px;
        display: list-item;
        font-family: NunitoSans-Regular;
    }

    .mainMenu li {
        padding: 3px 0px;
        display: list-item;
    }

        .mainMenu li a {
            font-family: NunitoSans-Regular;
            padding: 0px;
        }

    .dropdown-menu {
        top: 28px;
        left: 20px;
    }

    .fixed-ht {
        height: 50px;
    }

    .slider-txt {
        height: 50vh;
    }

        .slider-txt h3 {
            font-size: 30px;
            padding: 0px 15px;
        }

            .slider-txt h3 span {
                font-size: 20px;
                line-height: 50px;
            }

        .slider-txt h2 {
            font-size: 16px;
            padding: 0px 30px;
        }

        .slider-txt h4 {
            font-size: 20px;
        }

        .slider-txt h1 {
            font-size: 20px;
        }

    .slider-txt-sub h1 {
        font-size: 16px;
        line-height: 22px;
        padding: 0px 15px;
    }

    .padding-01 {
        padding: 20px 0px;
    }

    .padding-03 {
        padding: 20px 0px 10px;
    }

    .padding-04 {
        padding: 0px 0px 20px;
    }

    .ab-contact {
        margin: 15px 0px 0px;
    }

    .image-container table tr td h2, .image-text h3 {
        font-size: 16px;
    }

    .image-container table {
        height: 200px;
    }

    .quality h6 img {
        width: 125px;
        padding: 10px 0px;
    }

    .image-text {
        height: 230px;
    }

    .head1 {
        font-size: 22px;
    }

    .head2 {
        font-size: 18px;
    }

    .head3 {
        font-size: 17px;
    }

    .head4 {
        font-size: 16px;
    }

    .head5 {
        font-size: 15px;
    }

    .head6 {
        font-size: 14px;
    }

    .head1-sub {
        margin: 15px 0px 0px;
    }

    .p-tag {
        font-size: 16px;
        line-height: inherit;
    }

    .banner-tbl {
        height: 200px;
    }

    .img-01 img, .quality h6 img {
        width: 60%;
    }

    .offering h3 {
        min-height: 50px;
    }

    .partner-width {
        width: 25%;
    }

    .partner img {
        width: 100%;
    }

    .footer-logo img {
        width: 150px;
    }

    .width-01, .footer-width {
        width: 100%;
    }

    .home-quality {
        min-height: 0;
    }

        .home-quality h6 img {
            width: 70px;
        }

    #fixed-sidemenu.stickIt {
        position: relative;
        top: 0;
        width: 100%;
    }

    .team-img {
        margin: 0px 0px 10px;
    }

        .team-img img {
            width: 175px;
        }

    .prod-img p {
        line-height: 15px;
        min-height: 32px;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/
