@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');
header {
    position: relative;
}

.gap {
    margin: 5px;
}

.gap1 {
    margin: 70px;
}

header>.navbar {
    top: 0px;
    z-index: 9999;
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    header>.container {}
}

.mg {
    background-color: rgba(134, 134, 134, 0.57);
}


/* slider css */

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap");
*,
*::before,
*::after {
    box-sizing: border-box;
}

.post__title {
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.5;
}

.post--active {
    opacity: 1;
    background: rgba(14, 13, 14, 0.75);
}

.post:not(.post--active) {
    pointer-events: none;
}

.hide-on-mobile {
    display: none;
}

@media screen and (min-width: 768px) {
    .main-post__title {
        font-size: 2.9em;
    }
}

@media screen and (min-width: 1024px) {
    .hide-on-mobile {
        display: grid;
    }
    .posts-wrapper {
        grid-column: 2/6;
    }
    .hide-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    .main-post__content {
        width: 45%;
    }
    .posts-wrapper {
        grid-column: 3/6;
    }
}


/* holder css */

.holder {}

.md-back {
    position: relative;
}

.inner-holders {
    position: absolute;
    bottom: 100px;
}

.md-back-text {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 999;
}

.md-bottom {
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.md-bottom2 {
    position: absolute;
    bottom: 10%;
    left: 70%;
}


/* testimoial css */

#testimonials {
    background: #f9f9f9;
    min-height: 100vh;
}

.center-heading {
    text-align: center;
}

.center-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    color: #3B566E;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
}

.center-heading.colored .section-title {
    color: #ffffff;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.center-text.colored {
    color: #C7E5FF;
}

.center-text p {
    margin-bottom: 30px;
}

.testimonials-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.testimonials-item:hover .user {
    top: -20px;
}

.testimonials-item:hover .testimonials-content:before {
    opacity: 1;
}

.testimonials-item:hover .testimonials-content .user-name {
    color: #fff;
}

.testimonials-item:hover .testimonials-content .txt:before,
.testimonials-item:hover .testimonials-content .txt:after {
    opacity: .1;
}

.testimonials-item:hover .testimonials-content span,
.testimonials-item:hover .testimonials-content p {
    color: #C7E5FF !important;
}

.testimonials-item .user {
    width: 88px;
    height: 88px;
    position: relative;
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.testimonials-item .user img {
    max-width: 100%;
}

.testimonials-item .testimonials-content {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.testimonials-item .testimonials-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(135deg, #004e92 0%, #000428 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .user-name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    margin-top: 20px;
    padding-left: 130px;
    letter-spacing: 0.69px;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}

.testimonials-item .testimonials-content span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.6px;
    padding-left: 130px;
    padding-right: 25px;
    position: relative;
    z-index: 3;
}

.testimonials-item .testimonials-content .txt {
    position: relative;
    overflow: hidden;
}

.testimonials-item .testimonials-content .txt:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    left: 25px;
    top: 25px;
    color: #3B566E;
    z-index: 1;
    font-size: 40px;
    opacity: .4;
    color: #e1ecf4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .txt:after {
    font-family: FontAwesome;
    content: "\f10e";
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #3B566E;
    z-index: 1;
    font-size: 40px;
    opacity: .4;
    color: #e1ecf4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .txt p {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.6px;
    line-height: 26px;
    position: relative;
    z-index: 3;
}


/* renault car */

.renault {
    position: relative;
}

.renault-car {
    position: absolute;
    top: 50px;
    left: 150px;
}

.renault-car2 {
    position: absolute;
    top: 450px;
    left: 150px;
}

.renault-text {
    position: absolute;
    top: 50px;
    left: 900px;
}

.renault-text>h1 {
    font-weight: 900;
    font-size: 150px;
    color: rgb(248, 248, 248);
    padding-left: 10px;
}

.renault-text>span {
    font-size: 30px;
    color: snow;
    margin-left: 6%;
}

.renault-text>p {
    padding-left: 7%;
    color: snow;
    width: 80%;
}

.renault-text>a {
    margin-left: 36px;
}


/* news section */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Fraunces:ital,wght@0,500;0,600;0,700;1,600&display=swap");
*,
*:after,
*:before {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

.responsive-wrapper {
    width: 95%;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
}

.page-title h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
}

.page-title h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -3px;
    height: 2px;
    background-color: currentcolor;
}

.magazine-layout {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 2rem;
}

.magazine-column {
    padding: 0 1.5rem;
    grid-column: span 5;
}

@media (min-width: 1200px) {
    .magazine-column {
        grid-column: span 1;
        border-right: 1px solid #CCC;
    }
    .magazine-column:last-child {
        border-right: none;
    }
}

@media (min-width: 1200px) {
    .magazine-column:nth-child(2) {
        grid-column: span 3;
    }
}

.article+.article {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #ccc;
}

.article-img+* {
    margin-top: 1rem;
}

.article-link {
    color: inherit;
    text-decoration: none;
}

.article-title {
    font-family: "Fraunces", serif;
    font-weight: 900;
    line-height: 1.25;
    color: #000;
}

.article-title--large {
    font-size: 2rem;
}

.article-title--large+* {
    margin-top: 1.5rem;
}

.article-title--medium {
    font-size: 1.5rem;
}

.article-title--medium+* {
    margin-top: 0.75rem;
}

.article-title--small {
    font-size: 1.25rem;
}

.article-title--small+* {
    margin-top: 0.75rem;
}

.article-link {
    color: inherit;
}

.mark {
    background-color: #fabea1;
}

.mark--secondary {
    background-color: #c2dddf;
}

.mark--tertiary {
    background-color: #F8E177;
}

.article-excerpt,
.article-creditation {
    font-size: 1.125rem;
    line-height: 1.4;
}

.article-excerpt p+p,
.article-creditation p+p {
    margin-top: 1.5rem;
}

.article-author {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.article-author-img {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background-color: #323232;
    overflow: hidden;
    background-blend-mode: multiply;
}

.article-author-img+.article-author-info {
    margin-left: 0.5rem;
}

.article-author-info {
    line-height: 1.375;
}

.article-author-info dl {
    margin-top: 0.25em;
}

.article-author-info dt {
    font-weight: 600;
}

.article-author-info dd {
    font-size: 0.875em;
}

.article-category {
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
}

.article-category svg {
    max-width: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.article-podcast-player {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1.25rem;
}

.podcast-play-button {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 12px;
    border: 0;
    background-color: #000;
    margin-right: 0.5rem;
}

.podcast-play-button svg {
    max-width: 1rem;
    max-height: 1rem;
    fill: #FFF;
}

.podcast-progression {
    flex: 1;
    height: 8px;
    border-radius: 99em;
    background-color: #D9D4CD;
    background-image: linear-gradient(to right, #F99970 30%, #D9D4CD 30%, #D9D4CD 100%);
}

.podcast-time {
    font-weight: 500;
    font-size: 1.125rem;
    margin-left: 0.5rem;
}

 :focus {
    outline: 0;
}


/*footer*/

.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: rgb(255, 255, 255);
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #ffffff;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 20px;
    float: left;
}

.social_footer_ul li a {
    color: rgb(255, 255, 255);
    /* border: 1px solid rgb(255, 255, 255); */
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}


/* sliced slides */


/* hitachi css */

.hitachi {
    position: relative;
}

.hitachi-image {
    position: absolute;
    width: 50%;
    bottom: 50px;
    left: 25%;
}

.hitachi-intro {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0%;
}


/* tabbed section css */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000000 !important;
    border-color: #000000 !important;
}


/* silk slider */

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

section {
    padding-top: 20px!important;
}


/* swaraj css */

.swaraj {
    position: relative;
}

.swaraj-logo {
    position: absolute;
    right: 5.6em;
    top: 45px;
    margin: auto;
    height: 194px;
    z-index: 16;
    width: 24% !important
}

.swaraj-components {
    position: absolute;
    left: 23px;
    top: 400px;
    width: 80%;
    height: 889px;
    z-index: 3;
}

.Powering_Every_Farmer_Dream {
    font-size: 100px;
    font-family: "Palatino Linotype";
    color: rgb(253, 253, 253);
    font-weight: bold;
    line-height: 1.028;
    text-align: center;
    position: absolute;
    left: -23.749px;
    top: 12.48px;
    width: 70%;
    height: 264px;
    z-index: 4;
}

.Swaraj_offers_a_wide_range_of_harvesters_and_im {
    font-size: 37.5px;
    font-family: "Palatino Linotype";
    color: rgb(253, 253, 253);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 33.717px;
    top: 231.828px;
    width: 944px;
    height: 84px;
    z-index: 2;
}


/* swaraj responsive */

@media only screen and (max-width: 1500px) {
    .swaraj-logo {
        position: absolute;
        right: 4.6em;
        top: 45px;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 24% !important
    }
    .Powering_Every_Farmer_Dream {
        font-size: 70px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 70%;
        height: 264px;
        z-index: 4;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 400px;
        width: 80%;
        height: 889px;
        z-index: 3;
    }
}

@media only screen and (max-width: 1300px) {
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 37.5px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 33.717px;
        top: 173.828px;
        width: 65%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 335px;
        width: 80%;
        height: 889px;
        z-index: 3;
    }
}

@media only screen and (max-width: 1039px) {
    .swaraj-logo {
        position: absolute;
        right: 3.6em;
        top: 45px;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 24% !important
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 26.5px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 33.717px;
        top: 173.828px;
        width: 65%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 327px;
        width: 80%;
        height: 889px;
        z-index: 3;
    }
}

@media only screen and (max-width: 1012px) {
    .swaraj-logo {
        position: absolute;
        right: 3.3em;
        top: 45px;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 24% !important
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 26.5px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 33.717px;
        top: 173.828px;
        width: 62%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 327px;
        width: 86%;
        height: 889px;
        z-index: 3;
    }
}

@media only screen and (max-width: 992px) {
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 266px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .swaraj-logo {
        position: absolute;
        right: 3.1em;
        top: 45px;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 24% !important
    }
    .Powering_Every_Farmer_Dream {
        font-size: 60px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 70%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 21px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 33.717px;
        top: 144px;
        width: 62%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 222px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .swaraj-logo {
        position: absolute;
        right: 2.7em;
        top: 2.2em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 24% !important
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 19px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 33.717px;
        top: 135px;
        width: 62%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 205px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 652px) {
    .swaraj-logo {
        position: absolute;
        right: 1.6em;
        top: 2.0em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 45px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 65%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 16px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 16.717px;
        top: 107px;
        width: 62%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 181px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .swaraj-logo {
        position: absolute;
        right: 2.1em;
        top: 2.0em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 45px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 74%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 12px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 16.717px;
        top: 106px;
        width: 61%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 148px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    .swaraj-logo {
        position: absolute;
        right: 1.6em;
        top: 1em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 36px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 75%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 10px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 3.717px;
        top: 85px;
        width: 64%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 129px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 415px) {
    .swaraj-logo {
        position: absolute;
        right: 1.6em;
        top: 1em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 34px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 77%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 9px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 3.717px;
        top: 85px;
        width: 64%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 114px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 376px) {
    .Powering_Every_Farmer_Dream {
        font-size: 29px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 80%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 7px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 6.717px;
        top: 76px;
        width: 64%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 95px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 360px) {
    .swaraj-logo {
        position: absolute;
        right: 1.3em;
        top: 0.6em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 21px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 80%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 9px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 3.717px;
        top: 62px;
        width: 64%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 98px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .swaraj-logo {
        position: absolute;
        right: 1.1em;
        top: 0.6em;
        margin: auto;
        height: 194px;
        z-index: 16;
        width: 23% !important;
    }
    .Powering_Every_Farmer_Dream {
        font-size: 24px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.028;
        text-align: center;
        position: absolute;
        left: -23.749px;
        top: 12.48px;
        width: 80%;
        height: 264px;
        z-index: 4;
    }
    .Swaraj_offers_a_wide_range_of_harvesters_and_im {
        font-size: 7px;
        font-family: "Palatino Linotype";
        color: rgb(253, 253, 253);
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        left: 3.717px;
        top: 62px;
        width: 64%;
        height: 84px;
        z-index: 2;
    }
    .swaraj-components {
        position: absolute;
        left: 23px;
        top: 88px;
        width: 49%;
        height: 889px;
        z-index: 3;
    }
    .swaraj-components .second {
        display: none;
    }
    .swaraj-components .third {
        display: none;
    }
}


/* mg responsive */

@media only screen and (max-width: 1500px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 32%;
        left: 51%;
        z-index: 999;
        width: 27%;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
        left: 70%;
    }
}

@media only screen and (max-width: 1300px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 32%;
        left: 51%;
        z-index: 999;
        width: 27%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
        left: 70%;
    }
}

@media only screen and (max-width: 1088px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 32%;
        left: 51%;
        z-index: 999;
        width: 30%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
        left: 70%;
    }
}

@media only screen and (max-width: 1012px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 22%;
        left: 50%;
        z-index: 999;
        width: 31%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 992px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 22%;
        left: 50%;
        z-index: 999;
        width: 31%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 944px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        position: absolute;
        bottom: 100px;
    }
    .md-back-text {
        position: absolute;
        bottom: 14%;
        left: 50%;
        z-index: 999;
        width: 36%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 862px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 8%;
        left: 11%;
        z-index: 999;
        width: 37%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 793px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 6%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 760px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 4%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 732px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 19%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 605px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 19%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 535px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 11%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text button {
        width: 50%;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 472px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 6%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text button {
        width: 50%;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 438px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 6%;
        left: 11%;
        z-index: 999;
        width: 40%;
    }
    .md-back-text button {
        display: none;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}

@media only screen and (max-width: 328px) {
    .md-back {
        position: relative;
    }
    .inner-holders {
        display: none;
    }
    .md-back-text {
        position: absolute;
        bottom: 2%;
        left: 11%;
        z-index: 999;
        width: 50%;
    }
    .md-back-text button {
        display: none;
    }
    .md-back-text h1 {
        font-size: 40px;
    }
    .md-back-text h3 {
        display: none;
    }
    .md-bottom {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }
    .md-bottom2 {
        position: absolute;
        bottom: 10%;
    }
}


/* renault responsive */

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1390px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 50px;
        left: 150px;
        width: 90%;
    }
    .renault-car img {
        width: 44%;
    }
    .renault-car2 {
        position: absolute;
        top: 450px;
        left: 150px;
    }
    .renault-car2 img {
        width: 78%;
    }
    .renault-text {
        position: absolute;
        top: 50px;
        left: 726px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 150px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
    }
    .renault-text>span {
        font-size: 30px;
        color: snow;
        margin-left: 6%;
    }
    .renault-text>p {
        padding-left: 7%;
        color: snow;
        width: 80%;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 50px;
        left: 150px;
        width: 90%;
    }
    .renault-car img {
        width: 44%;
    }
    .renault-car2 {
        position: absolute;
        top: 420px;
        left: 150px;
    }
    .renault-car2 img {
        width: 66%;
    }
    .renault-text {
        position: absolute;
        top: 50px;
        left: 726px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 150px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        font-size: 30px;
        color: snow;
        margin-left: 6%;
    }
    .renault-text>p {
        padding-left: 7%;
        color: snow;
        width: 80%;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 1112px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 50px;
        left: 150px;
        width: 90%;
    }
    .renault-car img {
        width: 41%;
    }
    .renault-car2 {
        position: absolute;
        top: 318px;
        left: 150px;
    }
    .renault-car2 img {
        width: 78%;
    }
    .renault-text {
        position: absolute;
        top: 50px;
        left: 726px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 136px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        padding-left: 7%;
        color: snow;
        width: 99%;
        font-size: 11px;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 1050px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 50px;
        left: 150px;
        width: 90%;
    }
    .renault-car img {
        width: 41%;
    }
    .renault-car2 {
        position: absolute;
        top: 318px;
        left: 150px;
    }
    .renault-car2 img {
        width: 78%;
    }
    .renault-text {
        position: absolute;
        top: 33px;
        left: 676px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 136px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        padding-left: 7%;
        color: snow;
        width: 99%;
        font-size: 11px;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 986px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 25px;
        left: 150px;
    }
    .renault-car img {
        width: 41%;
    }
    .renault-car2 {
        position: absolute;
        top: 284px;
        left: 129px;
    }
    .renault-car2 img {
        width: 78%;
    }
    .renault-text {
        position: absolute;
        top: 9px;
        left: 594px;
        ;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 136px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        padding-left: 7%;
        color: snow;
        width: 99%;
        font-size: 11px;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 927px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 25px;
        left: 150px;
    }
    .renault-car img {
        width: 41%;
    }
    .renault-car2 {
        position: absolute;
        top: 246px;
        left: 129px;
    }
    .renault-car2 img {
        width: 68%;
    }
    .renault-text {
        position: absolute;
        top: 18px;
        left: 555px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 136px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 818px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 0px;
        left: 150px;
    }
    .renault-car img {
        width: 41%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        width: 68%;
    }
    .renault-text {
        position: absolute;
        top: 26px;
        left: 500px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 136px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 734px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 67%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 21px;
        left: 445px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 88px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 678px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 67%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 21px;
        left: 411px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 88px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 648px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 60%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 18px;
        left: 357px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 88px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 593px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 60%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 18px;
        left: 317px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 71px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        margin-left: 36px;
    }
}

@media only screen and (max-width: 557px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 47%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 13px;
        left: 250px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 71px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        font-size: 20px;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        display: none;
    }
}

@media only screen and (max-width: 410px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 47%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 13px;
        left: 202px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 71px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        font-size: 20px;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .renault {
        position: relative;
    }
    .renault-car {
        position: absolute;
        top: 70px;
        left: 7px;
    }
    .renault-car img {
        width: 47%;
    }
    .renault-car2 {
        position: absolute;
        top: 208px;
        left: 108px;
    }
    .renault-car2 img {
        display: none;
    }
    .renault-text {
        position: absolute;
        top: 13px;
        left: 175px;
    }
    .renault-text>h1 {
        font-weight: 900;
        font-size: 71px;
        color: rgb(248, 248, 248);
        padding-left: 10px;
        margin: 0px;
    }
    .renault-text>span {
        color: snow;
        font-size: 15px;
        width: 97%;
    }
    .renault-text>p {
        display: none;
    }
    .renault-text>a {
        display: none;
    }
}


/* hitachi responsive */

@media only screen and (max-width: 1100px) {
    .hitachi {
        position: relative;
    }
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
    }
    .hitachi-intro {
        position: absolute;
        width: 100%;
        bottom: 5px;
        left: 0%;
    }
}

@media only screen and (max-width: 806px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -274px;
    }
}

@media only screen and (max-width: 729px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -221px;
    }
}

@media only screen and (max-width: 578px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -209px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 92px;
        width: auto;
    }
}

@media only screen and (max-width: 540px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -185px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 92px;
        width: auto;
    }
}

@media only screen and (max-width: 485px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -165px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 92px;
        width: auto;
    }
}

@media only screen and (max-width: 434px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -155px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 82px;
        width: auto;
    }
}

@media only screen and (max-width: 396px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -140px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 72px;
        width: auto;
    }
}

@media only screen and (max-width: 364px) {
    .hitachi-image {
        position: absolute;
        width: 50%;
        left: 25%;
        top: -120px;
    }
    .hitachi-intro .row .col-lg-3 {
        width: 25%;
        display: inline !important;
    }
    .hitachi-intro img {
        display: inline-block;
        height: 62px;
        width: auto;
    }
}

@media only screen and (max-width: 648px) {
    .hem-head {
        font-size: 39px;
    }
}

@media only screen and (max-width: 593px) {}

@media only screen and (max-width: 557px) {}

@media only screen and (max-width: 410px) {}

@media only screen and (max-width: 350px) {}