/**
 * @file
 * Subtheme specific CSS.
 */
 @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");

.main-top-class {
    padding-left: unset;
    padding-right: unset;
}
.main-top-class section {
    margin-left: unset;
    margin-right: unset;
}
.region-secondary-menu {
    width: 100%;
}
.raper-class-top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}
#navbar-top {
    background-color: #1b3d62 !important;
}
.location::before{
    content: "\f3c5";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.number::before{
    content: "\f2a0";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.time {
    display: flex;
    flex-wrap: wrap;
}
.time div {
    padding-left: 15px;
}
/* .time::before{
    content: "\f017";
    font-family: "FontAwesome";
    padding-right: 5px;
} */
.email::before{
    content: "\f0e0";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.navbar-nav .nav-item {
    margin-left: 20px;
    height: 45px;
}
.navbar-nav .nav-item a {
    color: black;
}
.navbar-brand img {
    width: 120px;
}
.raper-class-left-bar {
    display: flex;
    flex-wrap: wrap;
}
.raper-class-left-bar .number,
.raper-class-left-bar .email {
    padding-left: 20px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
img {
    width: 100%;
    height: auto;
}
.block-content-banner {
    padding: unset;
}
.field--name-field-banner-image {
    position: relative;;
    width: 100%;
}
.field--name-field-body-banner {
    position: absolute;
    top: 300px;
    left: 10%;
    width: 500px;
    color: white;
}
.field--name-field-body-banner h2 {
    font-weight: 900;
    margin-bottom: 30px;
}
.field--name-field-body-banner p {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.field--name-field-body-banner p a{
    text-decoration: none;
    background: #ce292d;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
}
.navbar-nav .nav-item a:hover{
    color: #ce292d !important;
}
.is-active{
    /* border-bottom: 5px solid red; */
    color: #ce292d !important;
}
.welcome-desil-class .field--name-field-title,
.our-services-custom-class h2,
.why-chose-custom-class h2,
.newsarticl-class h2,
.article-custom-class h2,
.text-formatted h1 {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
}
.why-chose-custom-class h2::after,
.welcome-desil-class .field--name-field-title::after,
.our-services-custom-class h2::after,
.newsarticl-class h2::after,
.article-custom-class h2::after {
    content: '';
    /* border-bottom: 5px solid color #DDA854; */
    border-bottom: #ce292d 5px solid;
    padding-top: 15px;
    width: 100px;
    display: block;
}
.welcome-desil-class .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.welcome-desil-class .content .text-formatted {
    width: 75%;
    padding-top: 20px;
}
.welcome-desil-class .content .field--name-field-image {
    width: 25%;
}
.welcome-desil-class .content .field--name-field-image img {
    width: 350px;
    border-radius: 20px;
}
.welcome-desil-class .content .text-formatted p {
    padding-top: 15px;
    width: 96%;
}
.our-services-custom-class .field--name-field-section.field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item {
    width: 32%;
}
.field--type-entity-reference {
    margin: unset !important;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .paragraph {
    text-align: center;
    border: 1px solid gainsboro;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .paragraph .field--name-field-title,
.why-chose-custom-class .field__items > .field__item .field--name-field-title {
    font-weight: 700;
    font-size: 22px;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .paragraph .field--name-field-description {
    height: 90px;
    padding: 10px 12px;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .field--name-field-button {
    margin-bottom: 40px;
    margin-top: 20px;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .field--name-field-button a {
    color: white;
    text-decoration: unset;
    background: #1b3d62;
    padding: 10px 20px;
    border-radius: 7px;
}
.our-services-custom-class .field--name-field-section.field__items > .field__item .field--name-field-button a:hover{
    background: #ce292d;
    color: white;
}
.why-chose-custom-class .field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.why-chose-custom-class .field__items > .field__item {
    width: 24%;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
}
.why-chose-custom-class .field__items > .field__item img{
    width: 50px;
}
.why-chose-custom-class {
    margin-top: 50px;
}
.why-chose-custom-class .field__items > .field__item .text-formatted {
    padding-top: 10px;
}
.region-footer-first img {
    width: 205px;
    height: auto;
}
.site-footer {
    background: #686767 !important;
  }
  .footer-main-class {
    background-color: #e8e8e8;
    padding-top: 80px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
.region-footer-first p {
    text-align: left;
}
.region-footer-first{
    text-align: center;
}
.region-footer-second nav ul li,
.region-footer-third ul li  {
    width: 100%;
    color: black;
    height: 40px;
}
.region-footer-second nav ul li a,
.region-footer-third ul li a {
    color: black;
    padding-left: unset;
}
.region-footer-second {
    padding-left: 100px !important;
}
#block-fuel-mainmenu-menu,
#block-fuel-services-menu,
.contactusfooterblock h2 {
   font-weight: 700;
}
.region-footer-second nav ul li a:hover,
.region-footer-third ul li a:hover{
    color: #ce292d !important;
    /* border-bottom: 3px solid red;
    padding-bottom: 5px;
    width: 110px; */
}
/* .region-footer-third ul li a:hover{
    color: black;
    border-bottom: 3px solid red;
    padding-bottom: 5px;
    width: 225px;
} */
.region-footer-second ul.nav,
.region-footer-third ul.nav{
    margin-top: 20px;
} 
.contactusfooterblock p.location {
    margin-top: 29px;
}
.contactusfooterblock p a {
    color: black;
    text-decoration: unset;
}
.copyright-custom-class a {
    color: #ce292d !important;
}
.site-footer__top .region {
    width: 25% !important;
}
.region-footer-fourth,
.region-footer-third {
    padding-left: 60px !important;
}
.copyright-class {
    background-color: #1b3d62;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 18px 183px;
    height: 60px;
}
.copyright-custom-class {
    padding: unset;
}
.copyright-class p a {
    color: black;
    font-weight: bold;
}
.top-banner-class {
    /* position: relative;
    padding: unset; */
        padding: unset;
    height: 320px;
}
.top-banner-class .text-formatted {
    color: black;
    text-align: center;
    width: 100%;
}
.top-banner-class h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-node-11 .section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}
/* .ApexDieselTrading-class {
    background-color: #e8e8e8;
} */
.ApexDieselTrading-class .text-formatted {
    background-color: #e8e8e8;
    width: 95%;
    padding: 20px 35px;
    border-radius: 5px;
}
.ApexDieselTrading-class .text-formatted h3,
.ApexDieselTrading-class .text-formatted h5 {
    margin-bottom: 20px;
}
.ApexDieselTrading-class .text-formatted p a {
    color: black;
    text-decoration: unset;
}
.webform-submission-form [for="edit-mobile-no"],
.js-form-item-mobile-no .iti {
    width: 100%;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(10 10 10 / 25%) !important;
}
.btn-primary {
    background-color: #1b3d62 !important;
    border-color: #1b3d62 !important;
}
.map-custom-class {
    width: 100%;
    margin-top: 50px;
    padding: unset;
}
.page-node-11 .footer-main-class,
.map-custom-class p {
    margin: unset;
}
.our-services-class .field__items .field__item .paragraph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-services-class .field__items .field__item .paragraph .field--name-field-image {
    width: 40%;
}
.our-services-class .field__items .field__item .paragraph .text-formatted {
    width: 56%;
}
.our-services-class .field__items .field__item {
    margin-top: 30px;
}
.our-services-class .field__items .field__item:nth-child(2) .field--name-field-image {
    order: 2;
}
.our-services-class .field__items .field__item:nth-child(2) .text-formatted {
    order: 1;
}
.h2, h2 {
    font-size: 1.75rem;
    font-weight: bolder;
}
.enquery-form-class form.webform-submission-form {
    width: 70%;
    margin: 0 auto;
    /* padding-top: 50px; */
}
.enquery-form-class form.webform-submission-form label {
    display: none;
}
.enquery-form-class h2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}
.enquery-form-class h2::after {
    content: '';
    border-bottom: #ce292d 5px solid;
    padding-top: 15px;
    width: 100px;
    display: block;
}
/* .newsarticl-class .field__item .paragraph {
    display: flex;
    flex-wrap: wrap;
} */
.newsarticl-class .field__item .paragraph .field--name-field-image {
}
.newsarticl-class .field__item .paragraph .field--name-field-image img {
    width: 100%;
}
.newsarticl-class .field__item .paragraph .text-formatted {
    width: 100%;
    padding-left: 50px;
}
.newsarticl-class .field__item .paragraph .text-formatted h2::after {
    border-bottom: unset;
}
.newsarticl-class .field__item .paragraph .text-formatted h2 a {
    color: black;
    text-decoration: unset;
}
.newsarticl-class {
    padding-top: 50px;
}
.raper-class-top-bar a {
    color: white !important;
    text-decoration: unset;
}

.newsarticl-class{

}

.newsarticl-class .field--name-field-section{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsarticl-class .field--name-field-section .field__item{
    width: 33.3%;
}

.newsarticl-class .field--name-field-section .field__item .field--name-field-media-image{
    width: 100%;
}

.article-custom-class  {
margin-top: 50px;
}
.article-custom-class .view-content .views-row {
    width: 32.5%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 410px;
    padding-top: 12px;
        margin-top: 20px;
}
.article-custom-class .view-content .views-row img {
    height: 230px;
}
.article-custom-class .view-content .views-row .views-field-title a {
    font-size: 20px;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: unset;
    text-align: center;
}.article-custom-class .view-content {
    justify-content: space-between;
    margin: unset;
}
.article-custom-class .view-content .views-row .views-field-title {
    border-bottom: 1px solid #ce292d;
    padding-bottom: 30px;
    padding-top: 15px;
}
.views-field-field-article-link .field-content{
text-align: right;
    padding-top: 15px;
    
}
.views-field-field-article-link .field-content a{
    color: #3b3b3b;
    text-decoration: unset;
}
.page-node-14 .field--name-field-article-link a,
.page-node-16 .field--name-field-article-link a,
.page-node-17 .field--name-field-article-link a,
.page-node-21 .field--name-field-article-link a{
    display: none;
}
.node--type-articles-and-block .field--name-field-image-article img {
width: 450px;
}
.more-link {
        text-align: center;
    margin-top: 50px;
}
.more-link a,
.our-services-class .text-formatted a{
    text-decoration: unset;
    color: white;
    background: #1b3d62;
    width: 150px;
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 5px;
}
.our-services-class .text-formatted a {
    width: 156px;
    
    margin: unset;
}
.more-link a:hover,
.our-services-class .text-formatted a:hover{
    color: white;
    background: #ce292d;
}
.view-header{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.page-view-news-articles .article-custom-class {
    margin-top: 20px;
}
.custom-hading{
    text-align: center;
    padding: 15px; 
    
}
.page-node-21 .top-banner-class h2 {
        height: 0;
}
.page-node-1 .view-header {
    display: none;
}
.raper-class-left-bar p,
.time,
.raper-class-left-bar i{
        font-size: 13px;
        margin-bottom: 0px !important;
}

.transpoart-cless-service h3 a {
    font-size: 1.75rem;
    font-weight: bolder;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: -10px;
    color: black;
    text-decoration: none;
}
.transpoart-cless-service .views-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
}
.view-id-40ft_trailer .view-content > .views-view-grid:first-of-type .views-row:first-child {
    display: none;
}
.transpoart-cless-service .views-row .views-col {
width: 32% !important;
    background-color: #f8f8f8;
    padding: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.transpoart-cless-service a[href="/transport-services"] {
    display: none !important;
}
.transpoart-cless-service .view-content > .views-view-grid {
   
}
.transpoart-cless-service .views-row .views-col img {
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.transpoart-cless-service .views-row .views-field-title span a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    /* text-align: center; */
    width: 100%;
    display: block;
    height: 70px;
    margin-top: 20px;
}
.field.field--name-field-heading.field--type-string.field--label-hidden.field__item {
      color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.field.field--name-field-category.field--type-entity-reference.field--label-hidden.field__item {
    display: none;
}

/* @media screen and (min-width: 768px) and (max-width: 1023.98px)
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape)
@media screen and (min-width: 576px) and (max-width: 767.98px) */
@media screen and (min-width: 320px) and (max-width: 575.98px){
    .field--name-field-body-banner{
        top: -166px;
        left: unset;
        width: 100%;
        position: relative;
        padding: 12px;
    }
    .transpoart-cless-service .views-row .views-col {
        width: 100% !important;
    }
    .transpoart-cless-service h3 {
        text-align: center;
    }
    .paragraph--type--transport .field--type-image{
        gap: 7px;
    }
    .paragraph--type--transport .field--type-image .field__item {
        width: 100%;
    }
    #block-fuel-banner .paragraph.paragraph--type--main-banner.paragraph--view-mode--default {
        height: 176px;
    }
    .top-banner-class {
        height: unset;
    }
    .field--name-field-body-banner h2 {
       margin-bottom: 70px;
    }
.welcome-desil-class .field--name-field-title, .our-services-custom-class h2, .why-chose-custom-class h2, .newsarticl-class h2, .article-custom-class h2, .text-formatted h1 {
        font-size: 22px;
        font-weight: 700;
            padding-bottom: 0px;
    }
    .our-services-custom-class h2, .why-chose-custom-class h2, .newsarticl-class h2, .article-custom-class h2, .text-formatted h1 {
        padding-top: 20px;
    }
    .welcome-desil-class .content .field--name-field-image {
        width: 100%;
    }
    .welcome-desil-class .content .text-formatted {
        width: 100%;
    }
    .welcome-desil-class .content .field--name-field-image img {
        width: 100%;
            padding-top: 0px;
    }
    .our-services-custom-class .field--name-field-section.field__items > .field__item {
        width: 100%;
            margin-bottom: 20px;
    }
    .why-chose-custom-class .field__items > .field__item {
        width: 100%;
        margin-top: 20px;
    }
    .site-footer__top .region {
        width: 100% !important;
    }
    .region-footer-second,
    .region-footer-fourth, 
    .region-footer-third  {
        padding-left: 0px !important;
    }
    .region-footer-fourth {
        margin-left: -25px;
    }
    .region-footer-second ul.nav,
     .region-footer-third ul.nav,
     .region-footer-fourth ul.nav {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .top-banner-class h2 {
        font-size: 26px;
    }
    .top-banner-class .text-formatted {
        top: 14%;
        left: 30%;
    }
    .our-services-class .field__items .field__item .paragraph .field--name-field-image,
    .our-services-class .field__items .field__item .paragraph .text-formatted {
        width: 100%;
    }
    .our-services-class .field__items .field__item {
        margin-top: 0px;
    }
    .our-services-class .field__items .field__item:nth-child(2) .field--name-field-image {
        order: 1;
    }
    .our-services-class .field__items .field__item:nth-child(2) .text-formatted {
        order: 2;
    }
    .ApexDieselTrading-class .text-formatted {
        width: 100%;
    }
    .page-node-11 .section {
        padding-top: 0px;
    }
    .webform-submission-contact-add-form {
        margin-top:30px;
    }
    .time div {
        padding: unset;
    }
    .field--name-field-body-banner p {
    font-size: 18px;
    padding-bottom: 0px;
    }
    .field--name-field-body-banner p a {
    position: relative;
    top: -30px;
    /*left: 65%;*/
    }
    .our-services-custom-class .field--name-field-section.field__items {
    margin-top: 15px;
}
.why-chose-custom-class {
    margin-top: 0px;
}
.why-chose-custom-class .field__items {
    margin-top: 0px;
}
.article-custom-class {
    margin-top: 15px;
}
.article-custom-class .view-content .views-row {
    width: 100%;
}
.article-custom-class .view-content .views-row .views-field-title a {
    font-size: 17px;
}
.enquery-form-class form.webform-submission-form {
    width: 100%;
}
.our-services-class .text-formatted a {
        margin-top: -30px;
        width: 160px;
}
.home-banner-class-p {
    display: none ;
}
.copyright-class {
    padding: 7px 10px;
    height: 80px;
}
.footer-main-class {
    padding-bottom: 0px;
}
#block-fuel-footerfirst {
    padding: unset;
}
.enquery-form-class h2 {
        width: 100%;
}
}
 

 