@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

b,
strong {
    font-weight: bold;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

body {
    opacity: 1;
    overflow-x: hidden;
    transition: 1s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#primary.content-area {
    flex: 1;
}

p {
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0px;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-img {
    background-repeat: no-repeat;
    background-size: auto;
}

/* ============================== */
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: rift, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.font-family-rift {
    font-family: rift, sans-serif;
}

input,
textarea,
select,
.gform_wrapper.gravity-theme .gform_fields .gfield input,
.gform_wrapper.gravity-theme .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .gform_fields .gfield select {
    font-size: 20px;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-weight: 700;
}

h1 {
    font-size: 75px;
    font-weight: 700;
}

h2 {
    font-size: 45px;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    width: 100%;
}

.bd-5 {
    border: 5px solid #feda00;
}

.mr-t-50 {
    margin-top: 50px !important;
}

.mr-t-80 {
    margin-top: 80px !important;
}

.pt-60px {
    padding-top: 60px !important;
}

.pt-90px {
    padding-top: 90px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.mr-b-m-50 {
    margin-bottom: -50px !important;
}

.mb-ng-80 {
    margin-bottom: -80px;
}

.dark-bg {
    background-color: #000;
    color: #fff;
}

.dark-bg a {
    color: #fff;
}

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

#topbar .text2 a:hover {
    color: #feda00;
}

/*TYPOGRAPHY*/
.text-primary {
    color: #feda00 !important;
}

.text-secondary {
    color: #008C00 !important;
}

.text-normal {
    color: #331E00 !important;
}

.text-normal2 {
    color: #939393 !important;
}

.text-black {
    color: #000;
}

.bg-primary {
    background-color: #feda00 !important;
}

/*BOOTSTRAP OVERRIDINGS*/
.btn {
    border-radius: 0px;
    font-weight: 100;
    padding: .375rem 1.5rem;
}

.btn-primary {
    background-color: #feda00;
    border-color: #feda00;
    color: #000;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-secondary {
    background-color: #008C00;
    border-color: #008C00;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #066106;
    border-color: #066106;
    color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #066106;
    border-color: #066106;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #066106;
    border-color: #066106;
    color: #fff;
}

/*.font-weight-bold {
    font-weight: 500!important;
}*/

/*CUSTOM CSS*/
.pRel {
    position: relative;
}

.line-clamp1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 24px;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading1 {
    font-weight: bold;
    text-transform: uppercase;
}

/*LATEST PRODUCTS*/
.owl-carousel.latest_products_carousel .owl-nav button.owl-next,
.owl-carousel.latest_products_carousel .owl-nav button.owl-prev {
    background: transparent !important;
    color: #333 !important;
    font-size: 6rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-carousel.latest_products_carousel .owl-nav button.owl-next:hover,
.owl-carousel.latest_products_carousel .owl-nav button.owl-prev:hover {
    color: #FF9500 !important;
}

.owl-carousel.latest_products_carousel .owl-nav button.owl-next:focus,
.owl-carousel.latest_products_carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-carousel.latest_products_carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel.latest_products_carousel .owl-nav button.owl-prev {
    left: 0;
}

/*TOPBAR*/

.topbar .text1 {
    color: #feda00;
}

.topbar .text2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.topbar .text2 a {
    color: #fff;
}

.topbar .text-yellow {
    color: #feda00;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#header {
    /*background: rgba(12, 11, 9, 0.6);*/
    /*border-bottom: 1px solid rgba(12, 11, 9, 0.6);*/
    transition: all 0.5s;
    z-index: 997;
    /* top: 40px; */
}

#header.header-scrolled {
    background: rgb(2 2 2 / 94%);
    top: 0;
    /*border-bottom: 1px solid #37332a;*/
}

/*NAVBAR*/
.sitenavbar {
    padding: 0;
    /* 	overflow: hidden; */
}

/* .sitenavbar .navbar-nav .nav-link,
.sitenavbar .navbar-nav .menu-item {
    background-color: #feda00;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
} */

/* .sitenavbar .navbar-nav .nav-link a:hover,
.sitenavbar .navbar-nav .menu-item a:hover {
    color: #808284;
} */

.sitenavbar .navbar-nav .nav-item.active a:before,
.sitenavbar .navbar-nav .menu-item.current-menu-item a:before,
.sitenavbar .navbar-nav .menu-item.current-menu-parent a:before {
    border-bottom: 14px solid black;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 0;
    z-index: 2;
}

/*INTRO PART*/
.intro {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.master_heading {
    font-size: 4rem;
}

/* ALL FORMS */
.gform_validation_errors,
.gfield_validation_message,
.validation_message,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    display: none;
}

body img.gform_ajax_spinner {
    position: absolute !important;
}

.form-control {
    background-color: transparent;
    border: 1px solid #f5df4d;
    border-radius: 0;
    color: #fff;
    height: auto;
    padding: 0;
}

.form-control input,
.form-control textarea {
    background: transparent;
    border: none;
}

.form-control:focus,
.form-control input:focus,
.form-control textarea:focus {
    border: none;
    outline: none;
}

.gform_wrapper .gfield_error {
    border: 0;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    background-color: #FFD2D2;
    color: #D8000C;
}

/*BANNER FORM*/
.form_box .form-control ::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.form_box .form-control :-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.form_box .form-control ::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.form_box .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 0px;
    color: #495057;
    display: block;
    font-size: auto;
    font-weight: auto;
    height: auto;
    line-height: 1.5;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.form_box .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.form_box .select-selected {
    background: rgba(0, 0, 0, .33);
    border: 1px solid #feda00;
    padding: 0;
    position: relative;
}

.form_box .select-selected .ginput_container_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, .33);
    border: none;
    color: #fff;
}

/*style the arrow inside the select element:*/
.form_box .select-selected:after {
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.form_box .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.form_box .select-items div,
.select-selected {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    color: #ffffff;
    cursor: pointer;
    padding: 8px 16px;
    user-select: none;
}

/*style items (options):*/
.form_box .select-items {
    background-color: green;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.form_box .select-hide {
    display: none;
}

.form_box .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.aButton {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0rem 1.5rem;
    text-transform: uppercase;
}

.gform_button {
    background-color: #feda00;
    border: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.gform_button:hover {
    background-color: #fadb2d;
}

.form-outline-box {
    padding-bottom: 20%;
    padding-top: 35%;
}

.form-outline-box input {
    color: #fff;
}

.form-outline-box .gform_button {
    color: #000;
}

.form-outline-box .gform_button:hover {
    background: #f1d53e;
}

/*SERVICES SECTION*/

.services_wrapper:after {
    background-image: url('../images/service_hover.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
}

.services_bg {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    position: relative;
    transition: all .2s ease;
    width: 100%;
}

.services_bg::after {
    background-color: rgb(0, 0, 0, 0.5);
    background-image: none;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    width: 100%;
}

.services_bg .title {
    color: #fff;
    font-family: rift, sans-serif;
    font-size: 40px;
    font-weight: 700;
    /* left: 50%; */
    line-height: 1.2;
    position: absolute;
    /* text-align: center; */
    text-transform: uppercase;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 1;
}

.services_bg:hover>.title {
    color: #feda00;
}

.services_bg::before {
    border: 1px solid rgb(255 221 1 / 57%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.9);
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1;
}

.services_wrapper:hover:after,
.services_bg:hover::before {
    opacity: 1;
}

.services_bg:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

/*partners section*/
.owl-carousel.partners_carousel .owl-stage {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.owl-carousel.partners_carousel img {
    filter: grayscale(1);
}

.owl-carousel.partners_carousel img:hover {
    filter: inherit;
}

/*number scrolling section*/
.numbscrollBox {
    margin-bottom: 20px;
    text-align: center;
}

.numbscrollBox .numcount {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.numbscrollBox .description {
    font-size: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.learnmorebtn {
    background: transparent;
    border: 1px solid black;
    color: black;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0rem 4rem;
}

/*CONTACT US FORM*/

.contact_us_form .form-control ::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_us_form .form-control :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.contact_us_form .form-control ::placeholder {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

/* .contact_us_form .form-control.textarea {
    border: transparent;
} */

/* .contact_us_form .form-control.textarea textarea {
    background-color: transparent;
    border: 1px solid #feda00;
    border-radius: 0;
    color: #000;
    margin-bottom: -10px;
} */

.cu-box {
    font-family: rift, sans-serif;
}

.cu-box .icon {
    float: left;
    font-size: 2rem;
    margin-top: 5px;
}

.cu-box .cu-box-right {
    margin-left: 2.1rem;
}


/*FOOTER*/
footer {
    font-family: rift, sans-serif
}

.footer_categories {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_categories_list {
    padding-top: 12px;
}

ul.footer_categories_list li {
    position: relative;
}

ul.footer_categories_list li:not(:last-child)::after {
    color: #feda00;
    content: '/';
    position: absolute;
    right: -15px;
    top: 4px;
}

ul.footer_categories_list li:not(:last-child) {
    margin-right: 1.5rem;
}

ul.footer_categories_list li a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 0 7px;
    text-transform: uppercase;
}

.footer-form-text {
    font-family: 'Montserrat', sans-serif;
}

ul.social_bar_icons {
    display: inline-block;
}

.social_bar h3 {
    font-size: 38px;
    font-weight: bold;
}

.social_bar h6 {
    font-size: 22px;
}

.social_bar ul.social_bar_icons li a {
    font-size: 30px;
    margin-left: 18px;
}

.social_bar ul.social_bar_icons li a:hover {
    color: #fff;
}

ul.social_bar_icons li a {
    color: black;
    font-size: 22px;
}

ul.social_bar_icons li a:hover {
    color: #fff;
}

.contact-details ul.social_bar_icons li a:hover {
    color: #feda00;
}

/* ================ */
.social_bar div#gform_wrapper_6 .gform_body.gform-body {
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    float: left;
    height: 46px;
    width: 80%;
    /* border: 1px solid #000; */
}

.social_bar div#gform_wrapper_6 .gform_footer.top_label {
    border-radius: 0;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}

.social_bar div#gform_wrapper_6 .gform_footer.top_label input#gform_submit_button_6 {
    background: #000;
    border-radius: 0;
    color: #fff;
    height: 100%;
    height: 46px;
    margin: 0;
    width: 100%;
}

.social_bar div#gform_wrapper_6 .gform_body.gform-body input {
    border: 1px solid #000;
    border-radius: 0;
    height: 46px;
    margin: 0px;
}

/* ================ */
.footer_end {
    font-size: 18px;
}

.footer_end .cu-box h6 {
    font-size: 24px;
}

.footer_end .cu-box h6.email-text {
    font-size: 22px;
}

.footer_end .cu-box i.fa-envelope {
    font-size: 28px;
}

/*TESTIMONIALS*/
.testimonials_icon {
    position: relative;
}

.testimonials_icon::before {
    color: #feda00;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    left: 40px;
    position: absolute;
    top: -35px;
    z-index: 9;
}

.testimonials_icon::after {
    bottom: 0px;
    color: #feda00;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    font-weight: 900;
    position: absolute;
    right: 30px;
    z-index: 9;
}

.testimonials_carousel .item {
    background-color: rgba(255,255,255,.75);
    color: #000;
    padding: 20px;
    position: relative;
}

.testimonials_icon .testimonials_carousel .item img {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 210px;
    filter: grayscale(100%);
    width: inherit;
}

.testimonials_carousel .item .description {
    line-height: 24px;
}

.testimonials_carousel .item .small {
    font-size: 14px;
    font-weight: 700;
}

.testimonials_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #f5df4d;
}

.testimonials_carousel .owl-theme .owl-dots .owl-dot.active span,
.testimonials_carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
    border: 2px solid #ffde01;
    height: 15px;
    margin: 2px 7px;
    width: 15px;
}

.testimonials_carousel .owl-dots button.owl-dot.active span {
    background: #000000;
    border: 2px solid #feda00;
    height: 15px;
    margin-bottom: 3px;
    width: 15px;
}

.testimonials_carousel .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    font-size: 25px !important;
    left: 20%;
    margin: 0;
    position: absolute;
    top: 3px;
}

.testimonials_carousel .owl-nav {
    position: relative;
    z-index: 1;
}

.testimonials_carousel .owl-nav .owl-next {
    left: auto;
    right: 20%;
}

.testimonials_carousel .owl-nav button:hover i {
    color: #feda00;
}

.testimonials_carousel .owl-dots {
    margin: 0 auto;
    max-width: 50%;
    position: relative;
    top: 5px;
}

/* ==========Header-Fixed============= */

h1.master_heading {
    line-height: 0.8;
}

#header.header-scrolled .nav .menu-item,
#header.header-scrolled .nav .menu-item a {
    background: transparent;
    color: #fff;
}

#header.header-scrolled .sitenavbar .navbar-nav .nav-item.active::before,
#header.header-scrolled .sitenavbar .navbar-nav .menu-item.current-menu-item::before,
#header.header-scrolled .sitenavbar .navbar-nav .menu-item.current-menu-parent::before {
    border-bottom-color: white;
}

#header.header-scrolled .nav .menu-item a:hover {
    color: #808284;
}

/* ===---------------==== */
.nav ul.sub-menu {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transition: all .3s ease;
    visibility: hidden;
    z-index: 1;
}

.nav .menu-item-has-children {
    display: inline-block;
}

.menu-item-has-children:hover .sub-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.sitenavbar .nav ul.sub-menu {
    text-align: left;
}

.sitenavbar .nav ul.sub-menu li,
.nav ul.sub-menu li a {
    background-color: transparent;
    padding: 0;
}

.sitenavbar .nav ul.sub-menu li a {
    padding: 5px;
}

/* ---------------------------------- */
/* ---------------------------------- */
ul#menu-locations {
    display: block;
    max-width: 220px;
    padding-top: 0;
}

ul#menu-locations li.menu-item-has-children {
    display: block;
    position: relative;
}

ul#menu-locations li a {
    border: 2px solid #feda00;
    color: #fff;
    display: block;
    padding: 8px;
    padding-bottom: 5px;
}

ul#menu-locations ul.sub-menu {
    background: #000;
    box-shadow: 0 3px 16px #77737385;
    display: none;
    left: 0px;
    padding: 14px 8px;
    position: absolute;
    width: 220px;
}

ul#menu-locations li.menu-item-has-children:hover .sub-menu {
    display: block;
    z-index: 9;
}

ul#menu-locations ul.sub-menu li a {
    border: none;
    font-size: 14px;
    padding: 5px;
}

ul#menu-locations .menu-item.menu-item-has-children .sub-menu li a:hover {
    color: #feda00;
}

ul#menu-locations ul.sub-menu li:after {
    display: none;
}

ul#menu-locations .menu-item-has-children a:after {
    color: #fff;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    height: 18px;
    position: absolute;
    right: 16px;
    top: 6px;
    width: 18px;
}

ul#menu-locations .menu-item.menu-item-has-children .sub-menu li:after,
ul#menu-locations .menu-item.menu-item-has-children .sub-menu li a:after {
    content: "";
    display: none;
}

ul#menu-locations .menu-item.menu-item-has-children .sub-menu li a {
    display: block;
}

/* ---------------------------------- */
.navbar-brand {
    margin-bottom: 13px;
    margin-top: 3px;
    padding-bottom: 6px;
    padding-top: 0;
}

ul#menu-main {
    display: block;
    position: relative;
    text-transform: uppercase;
}

.nav .menu-item a {
    background: #feda00;
    color: #000;
    font-family: rift, sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    position: relative;
}

.nav .menu-item.menu-item-has-children {
    padding-right: 15px;
}

/* .nav>.menu-item {
    position: relative;
}

.nav>.menu-item:after {
    color: #fbeea7;
    content: '/';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.nav .menu-item.menu-item-has-children a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    position: absolute;
    right: 5px;
    width: 8px;
}

.nav .menu-item.menu-item-has-children .sub-menu li:after,
.nav .menu-item.menu-item-has-children .sub-menu li a:after {
    content: "";
    display: none;
}

.nav .menu-item.menu-item-has-children .sub-menu li a {
    display: block;
}

.sitenavbar .navbar-nav .menu-item.current-menu-parent .sub-menu li:before {
    content: none;
}

.sitenavbar .navbar-nav .menu-item.current-menu-parent .sub-menu li.current-menu-item a {
    color: red;
}

#header {
    font-family: rift, sans-serif;
}

#header.header-scrolled .nav .menu-item .sub-menu li a {
    color: #000;
}

#header.header-scrolled .nav .menu-item .sub-menu li.current-menu-item a {
    color: red;
}

/* --------------------------------- */
.header-scrolled .menu-item a {
    color: #fff;
}

.header-scrolled ul#menu-main:before {
    background: transparent !important;
}

/* ------------------------------------------ */
.our_work_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_work_section .our_work_box {
    background-color: #00000073;
    height: 100%;
    /* padding-right: 0px !important; */
}

.our_work_section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #feda00;
    border-radius: 0px;
    color: #000;
    position: relative;
}

.our_work_section .nav-pills .nav-link.active:after {
    border-bottom: 25px solid transparent;
    border-left: 30px solid #feda00;
    border-top: 25px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -90px;
    top: 0;
    width: 0;
    z-index: 99;
}

.our_work_section .nav-pills .nav-link.active:before {
    background: #feda00;
    content: "";
    height: 50px;
    position: absolute;
    right: -60px;
    top: 0px;
    width: 70px;
    z-index: 99;
}

.our_work_section .nav-pills .nav-link {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
}

.page-thumbnail-bg {
    background-color: #000000;
    /* background-size: 200%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 180px 20px 90px;
    text-transform: uppercase;
}

.page-thumbnail-bg h1 {
    font-size: 60px;
}

.page-content {
    padding-bottom: 60px;
    padding-top: 60px;
}

.service-detail-section {
    position: relative;
}

.service-detail-section.dark-bg {
    border-bottom: 10px #f5df4d solid;
    border-top: 10px #f5df4d solid;
    position: relative;
}

.service-detail-section h2 {
    font-size: 36px;
}

.service-detail-section .column-image {
    background-image: url('/wp-content/uploads/2021/07/service-detail-milling.png');
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.additional-page-content ol {
    margin-top: 20px;
}

.additional-page-content ol li {
  counter-increment: steps;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.additional-page-content ol li:before {
    content: counter(steps);
    background: #feda00;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    height: 40px;
    left: -40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.additional-page-content ol {
  list-style: none;
  counter-reset: steps;
}

/* ========================================== */
.award-client-logo {
    background: #feda00;
}

.award-client-logo .partners_carousel .img_item {
    height: 70px;
}

/* ========================================== */
.innerpage-form {
    background: #feda00;
    border: 1px solid #000;
    padding: 15px;
}

.innerpage-form .gform_title {
    font-size: 32px;
    font-weight: 700;
}

.innerpage-form .gform_title:before {
    color: #fff;
    content: "|";
    padding-right: 6px;
}

.innerpage-form form {
    margin-top: 10px;
}

.innerpage-form input {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.innerpage-form input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.innerpage-form input::-ms-input-placeholder {
    color: #000;
}

.innerpage-form .select-selected .ginput_container_select select {
    background: #ffffff;
    border: 1px solid #000;
    color: #000;
}

.innerpage-form .select-selected:after {
    display: none;
}

.innerpage-form input.gform_button {
    background-color: #000000;
    color: #fff;
    margin-bottom: 0px !important;
}

.innerpage-form .gform_wrapper.gravity-theme .gform_footer,
.innerpage-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 5px 0;
}

.innerpage-form .gform_wrapper.gravity-theme .gform_fields .gfield input,
.innerpage-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
.innerpage-form .gform_wrapper.gravity-theme .gform_fields .gfield select {
    font-size: 17px;
    padding: 3px 5px;
}

.innerpage-form .gform_wrapper .gfield_error [aria-invalid=true] {
    background-color: #FFD2D2;
    color: #D8000C;
}

/* ========================================== */
ul.award-images-2cal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.award-images-2cal li {
    display: inline-block;
    float: left;
    max-width: 50%;
    padding: 10px;
}

/* ------------------------------ */

/*CAREERS CSS*/
.careers_top_bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
}

.innerpage_heading {
    left: 0;
    position: absolute;
    top: 50%;
}

.hiring_heading_box {
    border: 3px solid #feda00;
    margin-bottom: 3rem;
    text-align: center;

}

.job_accord_card {
    border: 2px solid #000;
    margin-bottom: 10px;
}

.job_accord_head {
    background-color: #feda00;
    border-bottom: 2px solid #000;
    cursor: pointer;
    padding: 1rem;
}

.job_accord_head.collapsed {
    background-color: #f9f9f9;
    border-bottom: 0px;
}

.job_accord_head::after {
    color: #000;
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 2rem;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.job_accord_body_bottom {
    background-color: #000;
    color: #fff;
    padding: 2rem;
}

.btn-downloadApln {
    background-color: #000;
    border: 2px solid #feda00;
    color: #fff;
    font-weight: bold;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.btn-downloadApln:hover {
    color: orange;
}

/*TESTIMONIALS PAGE*/
.testimonial_card {
    border: 3px solid #f9de4b;
    margin-bottom: 2rem;
    margin-top: 9rem;
    padding: 4em 1.5em;
    position: relative;
    text-align: center;
}

.testimonial_card::before {
    background: #fff;
    border: 10px solid #fff;
    content: '\f10d';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 5rem;
    font-weight: 900;
    left: 23px;
    position: absolute;
    top: -70px;
}

.testimonial_card::after {
    background: #fff;
    border: 10px solid #fff;
    bottom: -70px;
    content: '\f10e';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    right: 23px;
}

.testimonial_card .logo-wrapper {
    height: 200px;
    left: 50%;
    position: absolute;
    top: -100px;
    transform: translate(-50%);
    width: 200px;
    border: 5px solid #f9de4b;
    border-radius: 50%;
    padding: 30px;
    background-color: #fff;
}

.testimonial_card .logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

.testimonial_card .content {
    margin: 0 auto;
    max-width: 890px;
}

.testimonial_card p {
    color: #000000;
    font-size: 19px;
}

@media only screen and (min-width: 769px) {
    .our_work_section .our_work_box {
        padding-right: 0 !important;
    }

    .meghamenu ul.sub-menu {
        background: #000;
        left: 0;
        margin: 0 auto;
        /* max-width: 43%; */
        max-width: 825px;
        /* position: fixed; */
        right: 0;
        width: 100%;
    }

    .meghamenu ul.sub-menu:before {
        background-color: #000;
        background-image: url(../images/Atlantic-Paving-dropdown-background.png);
        background-position: right 200px bottom 0px;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 8px solid #808284;
        border-top: 8px solid #feda00;
        bottom: 0;
        content: '';
        left: -100vw;
        min-height: 170px;
        position: absolute;
        right: -100vw;
        top: -7px;
        z-index: -1;
    }

    .menu-item.meghamenu ul.sub-menu li a {
        color: #fff !important;
        padding-left: 0;
        transition: all .3s ease;
        z-index: 99;
    }

    .menu-item.meghamenu ul.sub-menu li a:hover {
        color: #feda00 !important;
        padding-left: 10px;
    }

    .menu-item.meghamenu ul.sub-menu li {
        display: inline-block;
        width: 45%;
    }

    .sitenavbar .navbar-nav li.meghamenu.menu-item.current-menu-parent:before {
        z-index: 99;
    }

}

@media only screen and (max-width: 768px) {
    .testimonial_card .logo {
        height: 120px;
        top: -62px;
        width: 120px;
    }

    .testimonial_card {
        padding-top: 4.5rem;
    }

    .testimonial_card::before {
        font-size: 2rem;
        top: -35px;
    }

    .testimonial_card::after {
        bottom: -35px;
        font-size: 2rem;
    }
}

.owl-carousel.testimonialsPage_carousel .owl-nav button.owl-next,
.owl-carousel.testimonialsPage_carousel .owl-nav button.owl-prev {
    background: #f9de4b;
    border-radius: 0;
    color: #000;
    font-size: 1.5rem;
    height: 60px;
    left: 0;
    margin: 20px 0;
    outline: none;
    position: relative;
    top: 0;
    width: 60px;
}

.owl-theme.testimonialsPage_carousel .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
}

img.downloadform-image {
    margin-right: -39px;
    max-width: 380px !important;
    pointer-events: none;
    position: absolute;
    right: 315px;
    top: 55px;
    z-index: 99;
}

.downloadform-div {
    display: inline-block;
    max-width: 320px;
    text-align: center;
}

.downloadform-div h2 {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}

.downloadform-div h2 span {
    font-size: 35px;
}

.downloadform-div .gform_wrapper {
    background: #feda00;
    border: 1px solid #000;
    padding: 10px;
}

.downloadform-div .gform_wrapper label {
    display: none !important;
}

.downloadform-div .gform_wrapper input {
    background: transparent;
    border: 1px solid #000;
    font-weight: bold;
    margin-top: 10px !important;
    text-align: center;
}

.downloadform-div .gform_wrapper input::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

.downloadform-div .gform_wrapper input::-ms-input-placeholder {
    color: #000;
}

.downloadform-div .gform_wrapper input#gform_submit_button_3 {
    background: #000;
    color: #fff;
}

.downloadform-div .gform_wrapper.gravity-theme .gform_fields {
    display: block;
}

.downloadform-div .gform_wrapper .gform_heading {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.downloadform-div .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 0;
    padding: 0;
}

.downloadform-di .gform_wrapper .gfield_error [aria-invalid=true] {
    background-color: #FFD2D2;
    color: #D8000C;
}

section.footer-video {
    margin-top: -26px;
}

section.footer-video .container {
    max-width: 1600px;
}

#footerVideo a {
    color: #fff;
    font-size: 5rem;
    position: absolute;
    right: 0;
    top: -60px;
}

/* ========================================== */
footer a {
    color: #fff;
}

footer a:hover {
    color: #ddd;
}

/* ================================= */
a.video-popup-link {
    background: #0000;
    display: block;
    height: 97%;
    position: absolute;
    width: 93%;
}

/* --------------------------------------- */
.team-member {
    margin-bottom: 15px;
}

.team-member .team-member-details {
    padding: 0 10px;
}

.team-member .team-member-details h4 {
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 8px;
}

.team-member .team-member-details p {
    line-height: 24px;   
}

.team-member:hover .team-member-details {
    background: #feda00;
}

#our-brands .brand {
    border-bottom: 2px solid #d2cfcd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

#our-brands .brand img {
    margin-bottom: 20px;
}

/* ========================================== */
footer {
    background-image: url(../images/footer-bg.png);
    padding-top: 12px;
}

/* ========================================== */
.sidebar-section {
    margin-bottom: 25px;
}

.sidebar-section h2.sidebar-title {
    border-bottom: 2px solid #ffde02;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
}

.sidebar-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-section ul li a {
    color: #000;
    font-family: rift, sans-serif;
    font-size: 20px;
    line-height: 2.2;
    text-transform: uppercase;
}

/* ========================================== */
.blog-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.blog-row:after {
    background: #ddd;
    bottom: 0px;
    content: "";
    height: 1px;
    margin: 0 14px;
    position: absolute;
    width: 100%;
}

.blog-row .post-content h3 {
    margin-bottom: 2px;
}

.blog-row .post-content h3 a {
    color: #000;
    font-weight: bold;
}

.blog-row .post-content {
    min-height: 235px;
}

.blog-row .blog-btn {
    font-family: 'rift';
    font-size: 23px;
    font-weight: bold;
    min-width: 210px;
    padding: 3px 25px;
}

.blog-row .meta-tags {
    margin-bottom: 13px;
}

.blog-row .meta-tags span.entry-date {
    color: #909090;
    font-size: 13px;
}

/* ========================================== */
.location-details {
    color: #000;
    font-family: rift, sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.location-details a {
    color: #000;
}

.location-phone,
.location-address,
.location-email {
    min-height: 60px;
    padding-left: 40px;
    padding-top: 5px;
    position: relative;
    vertical-align: middle;
}

.location-phone:before,
.location-address:before,
.location-email:before {
    color: #feda00;
    content: "\f3cd";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.location-address:before {
    content: "\f3c5";
}

.location-email:before {
    content: "\f0e0";
}

.location-phone a,
.location-address a,
.location-email a {
    display: inline-block;
    /* color: #000; */
    z-index: 99;
}

/* ============================================ */
.home .contact-details .location-phone a {
    font-size: 30px;
}

/* ============================================ */
.contact-details .location-phone:before {
    font-size: 48px;
}

.contact-details .location-email:before {
    content: "\f0e0";
    font-size: 33px;
    top: 3px;
}

.contact-section-bg .contact-details .location-phone:before {
    font-size: 28px;
}

.contact-section-bg .contact-details .location-address:before {
    font-size: 28px;
}

.contact-section-bg .contact-details .location-address {
    z-index: 99;
}

.contact-section-bg .contact-details .location-address a:hover {
    color: #feda00;
}

.contact-details .social_bar_icons li.list-inline-item a {
    font-size: 26px;
    margin: 0 10px;
}

/* ============================================ */

.location-section h3 {
    font-weight: bold;
}

.col2_list ul li {
    float: left;
    width: 50%;
}

.col4_list ul li {
    float: left;
    width: 20%;
}

.icon-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.icon-list ul li {
    display: block;
    font-size: 16px;
    line-height: 1.9;
    padding-left: 30px;
    position: relative;
}

.icon-list ul li:before {
    color: #f9dd4b;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}

.check-list ul li:before {
    color: #f9dd4b;
    content: "\f00c";
}

.circle-icon-li ul li:before {
    content: "\f111";
    font-size: 12px;
    left: 5px;
    top: 4px;
}

/* ========================================== */
.benefits {
    display: block;
    overflow: auto;
    width: 100%;
}

.benefits .text-primary {
    font-size: 48px;
    font-weight: 700;
}

.benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.benefits .benefits-list {
    display: inline-block;
    float: left;
    min-width: 222px;
    padding: 8px;
    width: 20%;
}

.benefits .benefits-list .benefit-number {
    background: #feda00;
    border-radius: 100%;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 72px;
}

.benefits .benefits-list .benefit-content h3 {
    font-weight: 700;
}

.service_detail_place_image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 120px;
    width: 100%;
}

/* ========================================== */
#solutions {
    border-bottom: 10px solid #f5df4d;
    border-top: 10px solid #f5df4d;
    background-image: url('/wp-content/uploads/2021/07/Atlanting-Paving-National-Map-BG.png');
    background-position: right;   
}
.solutions-btn {
    background-color: #feda00;
    border: 2px solid #000;
    font-family: 'rift';
    font-size: 22px;
    margin-top: 30px;
    padding: 10px 25px;
    position: relative;
    text-align: left;
    width: 100%;
}

.solutions-btn:after {
    color: #000;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 5px;
    position: relative;
}

/* ========================================== */

#map-wrapper #mapbase svg {
    height: inherit;   
}

#map-wrapper > div {
    background-image: url(/wp-content/uploads/2021/07/Atlanting-Paving-National-Map-BG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mapbase {
    margin-bottom: 40px;
}

.national-solution-slide {
    position: relative;
}

.national-solution-box .projDetail {
    border: 2px solid #feda00;
    border-top: 0px;
    padding: 20px;
}

.national-solution-slide .owl-nav {
    margin: 0;
}

.national-solution-slide .owl-nav button.owl-prev,
.national-solution-slide .owl-nav button.owl-next {
    color: #fff;
    font-size: 50px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.national-solution-slide .owl-nav button.owl-prev {
    left: 10px;
}

.national-solution-slide .owl-nav button.owl-next {
    right: 10px;
}

.national-solution-slide .owl-nav button:hover {
    background: transparent !important;
}

.projDetail h3 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
}

.projDetail h2 {
    font-size: 35px;
    font-weight: bold;
}

.projDetail h3:after {
    background: #feda00;
    bottom: -15px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 80px;
}

/* ========================================== */
.contact-details {
    font-size: 32px;
    padding: 10px 0;
    z-index: 9999 !important;
}

.contact-details .location-email:before {
    top: 6px;
}

.contact-details .location-address {
    font-size: 14px;
}

.contact-details .location-phone,
.contact-details .location-address {
    min-height: 40px;
}

.contact-details .location-phone {
    font-family: rift, sans-serif;
    font-size: 23px;
    font-weight: bold;
}

/* ========================================== */
.our-work .Portfolio {
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    float: left;
    position: relative;
    transition-duration: 0.4s;
    width: 25%;
}

.our-work .Portfolio img {
    border-radius: 0;
    height: auto;
    width: 100%;
}

.our-work .nav-pills li.nav-item {
    text-align: center;
    width: 25%;
}

.our-work .nav.nav-pills li a {
    background: #0000;
    border: 1px solid #feda00;
    border-radius: 0;
    color: black;
    font-size: 16px;
    margin: 4px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition-duration: 0.4s;
}

.our-work .nav a:hover {
    background: #333;
}

.our-work .nav.nav-pills .active,
.our-work .nav.nav-pills a:hover {
    background-color: black !important;
    background-image: url(../images/filter-background-paving.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #000;
    color: #feda00;
}

.gallery_product a.img-link {
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
    /* background-image: url(http://placehold.it/400x400); */
}

.gallery_product a.img-link:before {
    border: 1px solid rgb(255 221 1 / 57%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.9);
    width: 100%;
    z-index: 1;
    z-index: 9;
}

.gallery_product a.img-link:hover::before {
    opacity: 1;
}

.gallery_product a.img-link::after {
    background-color: rgb(0, 0, 0, 0.1);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gallery_product a.img-link:hover::after {
    background: none;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/service_hover.png);
}

.fil .sortLink {
    background: #0000;
    border: 1px solid #feda00;
    border-radius: 0;
    color: black;
    font-size: 16px;
    margin-right: 5px;
    max-height: 44px;
    min-height: 44px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.4s;
    width: 24%;
}

.fil .sortLink.selected,
.fil .sortLink:hover {
    background-color: black !important;
    background-image: url(../images/filter-background-paving.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-color: 1px solid #000;
    color: #feda00;
    margin: 0 5px 10px 0;
}

.photos .thumbnail_wrap_ {
    width: 100% !important;
}

.photos a.thumbnail_,
.photos a.thumbnail_ .figure,
.photos a.thumbnail_ .figure img {
    border: 0;
    box-shadow: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

div.fancybox_fp-title-outside {
    display: none;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }

}

.contact-details h3 a:focus,
.contact-details h3 a:hover {
    color: #feda00eb !important;
}

.years_of_company {
    background-color: #000;
    border-bottom: 10px solid #feda00;
}

.our_core_values {
    background-color: #f9de4b;
}

.our_core_values .col-sm-4 {
    text-align: center;
}

.national-solution-box {
    margin-bottom: 20px;
}

/* ===================== */
.blog-row {
    position: relative;
}

.blog-row .blog-img {
    background-color: #000; 
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px; 
    width: 100%;
    position: relative;
}

.blog-row:hover .blog-img:before {
    border: 1px solid rgb(255 255 255 / 71%);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.9);
    width: 100%;
    z-index: 1;
    z-index: 9;
}

.blog-row:hover .blog-img:before {
    opacity: 1;
}

.blog-row:hover .blog-img::after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-row:hover .blog-img::after {
    background-image: url(../images/service_hover.png);
}

.blog-detail-page .meta-tags {
    color: #afafaf;
    margin-bottom: 30px;
}

.project_images_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

/* ========================================== */
.tab-content {
    position: relative;
    z-index: 9;
}

.testimonials_section {
    overflow: hidden;
    position: relative;
}

.testimonials_section #myVideo {
    left: 50%;
    min-height: 100%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* ========================================== */

/* -------------------------------------- */
ul.filter-list {
    list-style-type: none;
    padding: 0;
}

ul.filter-list .mobile-droupdown {
    display: block;
    list-style-type: none;
    padding: 0;
    text-align: left;
    width: 100%;
}

ul.filter-list .mobile-droupdown li a {
    font-size: 16px;
}

ul.filter-list .mobile-droupdown li {
    background: #0000;
    border: 1px solid #feda00;
    border-radius: 0;
    /* font-size: 16px; */
    color: black;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.4s;
    width: 24%;
}

ul.filter-list .mobile-droupdown li a {
    cursor: pointer;
    display: block;
    max-height: 44px;
    min-height: 44px;
    padding: 10px;
}

ul.filter-list .mobile-droupdown li.active,
ul.filter-list .mobile-droupdown li:hover {
    background-color: black !important;
    background-image: url(../images/filter-background-paving.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-color: 1px solid #000;
}

ul.filter-list .mobile-droupdown li.active a,
ul.filter-list .mobile-droupdown li:hover a {
    color: #feda00;
}

ul.filter-list li.mobile-filter .mobile-disply-anchar {
    display: none;
}

ul.mobile-droupdown {
    padding: 0;
}

/* ========================================== */
.phone-icon:before,
.email-icon:before {
    background-image: url(/wp-content/uploads/2021/07/cell-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 28px;
    left: 15px;
    position: absolute;
    top: 2px;
    width: 17px;
}

.email-icon:before {
    background-image: url(/wp-content/uploads/2021/07/email.png);
    height: 21px;
    left: 10px;
    width: 28px;
}

.award_section {
    padding-bottom: 80px;
    padding-top: 80px;
}

/*
@media (min-width: 1650px) {
    .services_bg .title {
        max-width: 210px;
    }
}
*/

@media (max-width: 1200px) {

    .sitenavbar .navbar-nav .nav-item.active::before,
    .sitenavbar .navbar-nav .menu-item.current-menu-item::before {
        left: 30px;
    }

    .sitenavbar .navbar-nav .nav-item:not(:last-child)::after,
    .sitenavbar .navbar-nav .menu-item:not(:last-child)::after {
        color: #fff;
        content: none;
        position: absolute;
        right: -3px;
        top: 15px;
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    .solutions_map_img img {
        /*
        margin-left: -100px;
        margin-top: -20px;
        max-width: 570px !important;
        min-width: auto !important;
        width: auto;
        */
        max-width: 800px;        
        width: 100%;
    }
}

@media (min-width: 769px) {
    .navbar-expand-xl .navbar-collapse {
        display: block !important;
        text-align: right;
    }

    .menu-item {
        display: inline-block;
    }

    .nav .menu-item a {
        display: inline-block;
        padding: 15px 16px;
    }

    ul#menu-main:before {
        background: #feda00;
        bottom: 0;
        content: '';
        left: 30px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -1;
    }

    .contact-details-map-img {
        left: -240px;
        max-width: none;
        position: absolute;
        right: 0;
        top: -60px;
        z-index: 0;
    }

    .max-wd-680 {
        float: right;
        max-width: 680px;
    }

    /* ========================================== */
    .header-scrolled div#topbar {
        display: none;
    }

    section.blog-detail-page .col-sm-8 {
        padding-right: 0;
    }

    ul#menu-locations li a {
        padding-right: 40px;
        text-align: center;
    }

    ul#menu-locations .menu-item-has-children a:after {
        right: 60px;
        top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.filter-list li a {
        font-size: 14px;
    }
}

@media only screen and (max-width : 991px) {

    .navbar .container,
    .page-thumbnail-bg .container {
        max-width: 100%;
        padding: 0 10px;
        width: 100%;
    }

    .navbar-expand-xl .navbar-collapse {
        text-align: center;
    }

    ul#menu-main:before {
        left: 0;
        right: 0;
    }

    .page-thumbnail-bg {
        background-size: cover;
        padding: 220px 20px 40px;
    }

    .innerpage-form {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .service-detail-section.page-content {
        padding-bottom: 0;
    }
    
    .service-detail-section .column-image {
        position: relative;
        width: 100%;
        left: 0;
        margin-top: 30px;
        height: 50vh;
    }

}

@media only screen and (max-width: 768px) {
    .innerpage_heading {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .testimonial_card .logo {
        height: 120px;
        top: -62px;
        width: 120px;
    }

    .testimonial_card {
        padding-top: 4.5rem;
    }

    .testimonial_card::before {
        font-size: 2rem;
        top: -35px;
    }

    .testimonial_card::after {
        bottom: -35px;
        font-size: 2rem;
    }

    .col4_list ul li {
        float: left;
        width: 48%;
    }

    .our_work_section .nav-pills .nav-link.active:before,
    .our_work_section .nav-pills .nav-link.active:after {
        display: none;
    }

    /* =================== */
    .menu-responsive .navbar-collapse {
        background: #000;
        color: #fff;
        height: 100%;
        overflow: scroll;
        padding-bottom: 15px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        position: fixed;
        right: 0px;
        top: 0;
        width: 75%;
    }

    .menu-responsive .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .menu-responsive .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .menu-responsive .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .menu-responsive button.navbar-toggler {
        z-index: 9;
    }

    .menu-responsive .navbar-collapse ul li a {
        color: #fff;
        font-size: 18px;
        font-size: 22px;
        font-weight: bold;
    }

    .menu-responsive ul.sub-menu {
        list-style-type: none;
        padding-left: 10px;
    }

    .menu-responsive .navbar-collapse ul li a {
        border-bottom: 1px solid #909090;
        display: block;
        padding: 3px 0;
    }

    .menu-responsive .navbar-collapse ul li .sub-menu li a {
        border-bottom: none;
        font-size: 20px;
    }

    .menu-responsive .navbar-collapse ul li.current-menu-parent ul li.current-menu-item a,
    .menu-responsive .navbar-collapse ul li.current-menu-parent a,
    .menu-responsive .current-menu-item a {
        color: #feda00;
    }

    .menu-responsive .navbar-collapse ul li.current-menu-parent ul li a {
        color: #fff;
    }

    .menu-responsive .navbar-collapse ul li:last-child a {
        border: none;
    }

    .menu-item-has-children:hover .sub-menu {
        border-bottom: 1px solid #ddd;
        margin-bottom: 6px;
    }

    /* --------- */
    .col2_list ul li {
        float: none;
        width: 100%;
    }

    .col4_list ul li {
        float: none;
        width: 100%;
    }

    .benefits .benefits-list {
        float: none;
        width: 100%;
    }

    .location-phone,
    .location-address,
    .location-email {
        font-size: 24px;
        min-height: 50px;
    }

    .contact-details .location-email:before {
        font-size: 30px;
        top: 0;
    }

    /* ============================= */
    h1 {
        font-size: 56px;
        line-height: 1;
    }

    h2 {
        font-size: 45px;
    }

    ul.footer_categories_list li:not(:last-child)::after {
        display: none;
    }

    .social_bar {
        text-align: left !important;
    }

    /* ----- */
    .our_work_section {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .home .job_accord_head {
        background-color: transparent;
        border: none;
        color: #fff;
        font-weight: bold;
        padding: 3px;
    }

    .home .job_accord_card {
        border: 0;
    }

    .home .job_accord_head::after {
        display: none;
    }

    .home div#job_accord_accordian {
        padding: 0px 20px 0 0;
    }

    .home .job_accord_body img {
        border: 10px solid #feda00;
        margin-bottom: 5px;
    }

    .home .job_accord_body.collapse.show {
        margin-top: 10px;
        position: relative;
        z-index: 9;
    }

    .home .job_accord_body.collapse.show:before {
        background: #feda00;
        content: "";
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 800;
        height: 50px;
        left: 0;
        padding: 15px;
        position: absolute;
        top: -40px;
        width: 100%;
        z-index: -1;
    }

    .home .job_accord_body.collapse.show:after {
        border-bottom: 25px solid transparent;
        border-left: 30px solid #feda00;
        border-top: 25px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -30px;
        top: -40px;
        width: 0;
        z-index: 99;
    }

    .menu-responsive .menu-item-has-children .sub-menu {
        display: none;
    }

    .menu-responsive .mob-menu-open .sub-menu {
        display: block;
    }

    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-size: 22px;
        font-weight: bold;
        height: 25px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 1px;
        width: 35px;
        z-index: 9;
    }

    .menu-item-has-children .sub-menu a:after {
        display: none;
    }

    .page-thumbnail-bg {
        padding: 120px 20px 70px;
    }

    .page-thumbnail-bg,
    .parallax-img {
        background-position: center !important;
        background-size: cover;
    }

    ul#menu-locations .menu-item-has-children a:after {
        display: none;
    }

    ul#menu-locations li.menu-item-has-children:hover .sub-menu {
        display: none;
    }

    ul#menu-locations li.menu-item-has-children.mob-menu-open .sub-menu {
        display: block;
    }

    ul#menu-locations li.menu-item-has-children:after {
        color: #fff;
        top: 8px;
    }

    div#gform_wrapper_6 {
        display: block;
        margin: 6px 0;
        overflow: auto;
    }

    .fil .sortLink {
        font-size: 16px;
        min-width: 150px;
        width: auto;
    }

    /* --------filter--------- */
    ul.filter-list .mobile-droupdown li {
        width: 100%;
    }

    ul.filter-list li.mobile-filter .mobile-disply-anchar {
        display: block;
    }

    ul.filter-list .mobile-droupdown {
        display: none;
    }

    ul.filter-list li.mobile-filter.mob-menu-open ul.mobile-droupdown {
        display: block;
    }

    ul.filter-list a.mobile-disply-anchar {
        border: 1px solid #feda00;
        padding: 10px;
        position: relative;
    }

    ul.filter-list a.mobile-disply-anchar:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-size: 22px;
        font-weight: bold;
        height: 35px;
        line-height: 40px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 2px;
        width: 45px;
        z-index: 9;
    }
}

@media only screen and (max-width: 640px) {
    .social_bar {
        text-align: left !important;
    }

    img.downloadform-image {
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        right: auto;
        top: 0;
    }

    .downloadform-div {
        display: block !important;
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    ul#menu-footer {
        display: none;
    }

    ul#menu-locations {
        max-width: 100%;
        width: 100%;
    }

    ul#menu-locations li a {
        text-align: center;
    }

    ul#menu-locations li ul.sub-menu {
        width: 100%;
    }

    ul#menu-locations li ul.sub-menu li {
        margin: 0;
    }

    footer {
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 60px;
    }

    .truck-section {
        bottom: -40px;
        overflow: hidden;
        padding: 0 !important;
    }

    .truck-section img.img-fluid.w-100 {
        max-width: none;
        min-width: 550px;
        position: relative;
    }

    .downloadform {
        margin: -50px 0 -80px;
        padding: 0 !important;
    }
    
    .footer-video .downloadform {
        margin-top: 0px;
    }    

    .downloadform img.downloadform-image {
        margin-bottom: -30px;
    }

    .downloadform .d-inline-block {
        display: block !important;
    }

    .form-outline-box input {
        padding: 2px 10px !important;
    }

    /* --------------Innerpage Responsive---------------- */
    h2 {
        font-size: 35px;
    }

    ul.award-images-2cal li {
        display: block;
        float: none;
        max-width: 100%;
    }

    .footer-video .footer-form-sec {
        margin-bottom: -70px;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    .our_core_values {
        text-align: center;
    }

    .page-content {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .service_detail_place_image {
        margin-top: 20px;
    }

    .fil .sortLink {
        width: 100%;
    }

    .solutions-btn {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .testimonials_section {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    img.downloadform-image {
        max-width: 100% !important;
    }
    .benefits .text-primary {
        font-size: 38px;
    }
    .benefits .benefits-list .benefit-number {
        font-size: 38px;
        height: 62px;
        line-height: 62px;
        width: 62px;
    }    
    .services_bg {
        height: 250px;
    }
    .award_section {
        padding-bottom: 40px;
        padding-top: 40px;
    } 
    .award_section br {
        content: '';
    }
    .award_section br:after {
        content: ' ';
    }    
}

@media only screen and (max-width: 400px) {

    .location-phone,
    .location-address,
    .location-email {
        font-size: 22px;
    }
}