/*
 Theme Name:   Matchbox Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'HermesFB';
    src: url('assets/fonts/HermesFB.eot');
    src: url('assets/fonts/HermesFB.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HermesFB.woff2') format('woff2'),
        url('assets/fonts/HermesFB.woff') format('woff'),
        url('assets/fonts/HermesFB.ttf') format('truetype'),
        url('assets/fonts/HermesFB.svg#HermesFB') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hermes-Bold';
    src: url('assets/fonts/Hermes-Bold.eot');
    src: url('assets/fonts/Hermes-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Hermes-Bold.woff2') format('woff2'),
        url('assets/fonts/Hermes-Bold.woff') format('woff'),
        url('assets/fonts/Hermes-Bold.ttf') format('truetype'),
        url('assets/fonts/Hermes-Bold.svg#Hermes-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Asap", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: 'Hermes-Bold';
}

h1 {
    font-size: 54px;
    text-transform: uppercase;
    line-height: 1;
}

.red_txt {
    color: #d72138;
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 100%;
}

.header_wrapper {
    position: relative;
}


.header_wrapper .main-navigation li.quote-btn a {
    padding: 12px 25px;
    background-color: #00aeef;
    border-radius: 25px;
    line-height: normal !important;
    font-size: 16px;
    text-align: center;
}


.header_wrapper .main-navigation li.quote-btn a:hover {
    padding: 10px 25px;
    background-color: #005385;
    border-radius: 25px;
}


.section_wrapper {
    display: block;
    clear: both;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_first {
    width: 100%;
    height: 100vh;
    height: 100vh;
    background-image: url(assets/images/welcome-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}


.video-wrapper {
    position: absolute;
    /* covers whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    z-index: -1;
    /* keep it in the background, remove if fullscreen only */
}

.video-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    /* oversize to cover black gaps */
    height: 120%;
    transform: translate(-50%, -50%);
    border: none;
    pointer-events: none;
    /* prevent click if used as bg */
}


.video-wrapper video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    /* Puts the video behind the content */
}



.video-background-container {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    /* Adjust height as needed */
    overflow: hidden;
    top: 0;
}

.video-background-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    /* Puts the video behind the content */
}

/* Add an overlay to improve text readability on top of the video */
.video_muted_div {
    position: absolute;
    bottom: 45px;
    right: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Semi-transparent dark overlay */
    z-index: 99;
}

.video_muted_div button {
    padding: 0px 5px;
    background-color: #d72138;
    font-size: 12px;
}

.video_muted_div button:hover {
    background-color: #d72138;
}

.video_muted_div button img {
    width: 30px;
    margin-right: 5px;
}


.welcome_overright_container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.welcome_overright_container .welcome_text {
    max-width: 600px;
}

.welcome_overright_container .welcome_text p {
    font-size: 18px;
}

.welcome_camera {
    position: absolute;
    right: 0;
    bottom: -7px;
}

.welcome_camera img {
    max-width: 420px;
}

.site-header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;

}

/* Base sticky styling */
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.site-header.sticky .header-image {
    width: 80px;
}

/* Push page content down to avoid overlay */
body.has-sticky-header {
    padding-top: 80px;
    /* adjust based on header height */
}


/* SECTION SECOND 02 */

.section_wrapper.section_first {}

.section_second {
    height: 100vh;
    /* background-image: url(assets/images/second-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
}

.section_second .welcome_overright_container,
.section_second .second_text_wrap {
    position: relative;
    z-index: 99;
}

.section_second {
    overflow: hidden;
}

.home-bg-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.home-bg-slider .slick-slider .bg-item {
    height: 100vh;
}

.home-bg-slider .slick-slider .bg-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.home-bg-slider .bg-item img.mobile-slide {
    display: none;
}

.section_third {
    height: auto;
    background-image: url(assets/images/bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section_fifth {
    height: auto;
    background-image: url(assets/images/fifth-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section_second .second_text_wrap {
    position: relative;
    top: 00px;
    left: 0;
    width: 100%;
    margin: 0 auto;


}

.section_second .second_text_wrap .second_text_panel {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    background-color: rgba(7, 24, 39, 0.8);
    padding: 25px;
    border-radius: 5px;
}

.section_second .second_text_wrap .second_text {
    max-width: 1140px;
    margin: 0 auto;
}

.section_second .second_text_wrap .second_text p {
    margin-bottom: 0;
}

.section_second .second_text_wrap .see_work_btn {
    width: 350px;
}

.section_second .second_text_wrap .see_work_btn a {
    display: flex;
    gap: 10px;
    align-items: center;
}


.section_second .second_text_wrap .see_work_btn img {
    width: 36px;

}

.section_second .second_reel {
    max-width: 530px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -15px;
}

.section_second .second_reel img {
    max-width: 250px;
}



.btn {
    padding: 10px 25px;
    background-color: #00aeef;
    border-radius: 25px;
}


.btn:hover {
    padding: 10px 25px;
    background-color: #005385;
    border-radius: 25px;
}

.section_third_wrap {
    padding: 0;
}

.section_third_wrap .service_divider_panel {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section_third_wrap .service_divider_panel .ser_cols {
    padding: 40px 40px;
    text-align: center;
    background-image: url(assets/images/avandfilms.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    min-height: 650px;
    /* Divides the space by 3, minus 20px (or any margin you use for gaps) */
    width: calc(33.33% - 0px);

}

.section_third_wrap .service_divider_panel .ser_cols h1 {
    font-size: 26px;
}

.section_third_wrap .service_divider_panel .ser_cols .welcome_text p {
    min-height: 140px;
    line-height: 1.3;
}

.section_third_wrap .service_divider_panel .ser_cols.ser_col_first {
    background-image: url(assets/images/events.jpeg);
}

.section_third_wrap .service_divider_panel .ser_cols.ser_col_last {
    background-image: url(assets/images/branding.jpeg);
}

.section_third_wrap .service_divider_panel .ser_cols .ser_col_inner {
    padding-bottom: 20px;
}

.section_third_wrap .service_divider_panel .ser_cols.ser_col_first .ser_col_inner {}



.comprensive_wrap .comprensive_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* side by side */
    width: 100%;
    gap: 30px;
    text-align: center;
}

.comprensive_wrap .comprensive_panel .cmp_col {
    flex: 1;
    /* equal space */
    width: 50%;
    /* each column 50% */
}

.comprensive_listing {
    margin-top: 70px;
}

.comprensive_listing .cmp_list_item {
    display: flex;
    flex-direction: row;
    /* side by side */
    width: 100%;
    gap: 30px;
    text-align: center;
}

.comprensive_listing .cmp_list_item .cmp_item {
    flex: 1;
    /* equal space */
    width: 25%;
    /* each column 50% */
    padding: 20px;
    position: relative;
}

.comprensive_listing .cmp_list_item .cmp_item h3 {
    font-size: 22px;
    color: #d72138;

}

.comprensive_listing .cmp_list_item .cmp_item p {
    margin-bottom: 0px;
}

.comprensive_listing .cmp_list_item .cmp_item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #06436a;
    right: 0;
    top: 0;
}

.comprensive_listing .cmp_list_item .cmp_item:last-child::before {
    content: none;
}



.comprehensive-video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-item {
    flex: 1 1 30%;
    text-align: center;
}

.video-item img {
    cursor: pointer;
    max-width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}


/* Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    padding-top: 5%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* flexbox to center */
    align-items: center;
    /* vertical center */
    justify-content: center;
}

.video-modal-content {
    margin: 0 auto;
    background-color: rgba(254, 254, 254, 0.8);
    padding: 10px;
    max-width: 800px;

    width: 100%;
    position: relative;
    border-radius: 10px;
}


.video-modal-close {
    position: absolute;
    top: 00px;
    right: 0px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-color: #d72138;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-close span {
    position: relative;
    top: -3px;
}


.portfolio-video-grid {
    display: flex;
    flex-wrap: wrap;
    /* allow wrapping into rows */
    gap: 10px;
    /* space between items */
}

.portfolio-video-grid .portfolio-video-item {
    flex: 1 0 32%;
    /* ~3 items per row (33.33% minus gap) */
    text-align: center;
    position: relative;
}

.portfolio-video-grid .portfolio-video-item h4 {
    margin-bottom: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.section_wrapper.section_six {
    padding-bottom: 0;
}

.section_six .comprensive_panel {
    gap: 50px;
}



/* contact page */

.contact_form_wrapper {
    max-width: 100%;
    margin: 0 auto 25px;


}

.contact_form_wrapper .field_row {
    display: block;
}

.contact_form_wrapper .field_row.half_field {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.contact_form_wrapper .field_row.half_field .field_item {
    /* flex: 0 0 50%; */
    width: 50%;
}

.contact_form_wrapper .field_row .field_item {
    padding: 5px 0px;
}


.contact_form_wrapper .field_row .field_item>p {
    margin-bottom: 0px;
}

.contact_form_wrapper .field_row .field_item .form-control {
    width: 100%;
    background-color: #133046;
    border: 1px solid #133046;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    padding: 8px 15px !important;
    border-radius: 8px;
    color: #FFFFFF;
}

.contact_form_wrapper .field_row .field_item textarea {
    height: 120px;
}

.contact_form_wrapper .field_row.field_button {
    text-align: center;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    border-radius: 25px;
    color: #FFF;
    background-color: #00aeef;
    padding: 8px 25px 8px 25px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover,
.contact_form_wrapper .field_row .field-btn:hover {
    color: #FFF;
    background-color: #005385;
}

.contact_form_wrapper .wpcf7-spinner {
    position: absolute;
}


.contact_form_wrapper .field_row .field_item .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.contact_form_wrapper .field_row .field_item .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.contact_form_wrapper .field_row .field_item .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.contact_form_wrapper .field_row .field_item .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

/* When input is active (focused) */
.contact_form_wrapper .field_row .field_item .form-control:focus::placeholder {
    color: #FFF !important;
    /* Change to your active color */
    opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    color: #FFF !important;
    /* Change to your active color */
    opacity: 1;
}

.mb_map {
    margin-top: 25px;
}


/* The Modal (background) */

.banner_video_btn {
    position: relative;
    z-index: 99;
}

.banner_video_btn #myBtn {}


/* Modal Overlay */
.section_wrapper .welcome_video_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

/* Modal Content */
.welcome_video_modal .modal-content {
    background: #FFF;
    padding: 0px;
    width: 76%;
    max-width: 100%;
    border-radius: 0px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

/* Close Button */
.welcome_video_modal .modal-close {
    position: absolute;
    top: 00px;
    right: 0px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-color: #d72138;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome_video_modal iframe {
    height: 90vh;
    margin-bottom: 0;
    display: block;
}


.section_categories .av_event_list_wrap {}

/* AV FILMS STYLE START */

.ev_event_listing {
    padding: 30px 0px;
}

.av-films-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.av-film-item {
    text-align: center;

}

.av-film-item a {
    padding: 10px 15px;
    border: 1px solid #00aeef;
    display: block;
    font-size: 18px;
}

/* Modal */
.av-film-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.av-film-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
}

.av-film-modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    color: #FFF;
    background-color: #d72138;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 4px;
}

.av-film-modal-content h2 {
    color: #005385;
    font-size: 22px;
    margin-bottom: 12px;
}

.av-film-modal-content .slick-dots {
    display: none !important;
}

/* Slick Gallery */
.av-film-gallery img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.slick-prev:before,
.slick-next:before {
    color: #FFF;
}

.av-film-modal-content iframe {
    width: 100%;
    height: 400px;
}

/* AUTO MODAL BOX */

/* Modal Overlay */
.auto-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

/* Modal Box */
.auto-modal .modal-content {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 94%;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 0.4s ease;
}

.auto-modal .modal-content .contact_form_wrapper {
    width: 100%;
}

.auto-modal .modal-content h2 {
    font-size: 22px;
    color: #005385;
}

/* Close Button */
.auto-modal .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    color: #FFF;
    background-color: #d72138;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 4px;
    transition: 0.3s;
}


/* Fade-in animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional Form Styling */
.auto-modal form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auto-modal input,
.auto-modal button {
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 4px;
    border: 0px solid #ccc;
}

.auto-modal button {
    background: #333;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.auto-modal button:hover {
    background: #000;
}

.av-film-gallery .slick-list .slick-slide {
    height: 450px;

}

.av-film-gallery .slick-list .slick-slide img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}



/* Footer Video Popup Style */
/* Overlay Background */
.popup-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

/* Popup Box */
.popup-container {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 94%;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    animation: fadeInPopup 0.4s ease;
}





/* Close Button */
.popup-close-btn {
    position: absolute;
    top: 00px;
    right: 0px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background-color: #d72138;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.popup-overlay.welcome_video_modal .modal-content {
    max-width: 850px;
}

.popup-overlay.welcome_video_modal .modal-content iframe {
    height: 80vh;
}

/* Fade-in animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer_video_wrap {
    display: block;
    margin-top: 70px;
}

.footer_video_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;

}

.footer_video_wrap a img {
    max-width: 80px;
}

a.webLink {
    padding: 8px 25px;
    background-color: #d72138;
    color: #FFF;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
}

a.webLink:hover {
    color: #FFF;
    background-color: #00aeef;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
    color: green;
}

.social_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 35px 0px;
}

.social_bar a img {
    max-width: 32px;
}

.content-area {
    padding-top: 125px;
    padding-bottom: 100px;
}

.content-area .inside-article {
    max-width: 1200px;
    margin: 0 auto;
}

.home .content-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.home .content-area .inside-article {
    max-width: none;
    margin: 0 auto;
}

/*  Logo Slider STYLE */

.logo_slider_wrapper {
    background-color: #FFF;
    padding: 20px 0px;
}

.client-logo-slider {
    padding: 0px 40px;
}

.logo-item {

    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
}

.logo-item img {

    max-width: 140px;
    height: 140px;
    object-fit: contain;
    transition: .3s;
}

.logo-item img:hover {

    filter: none;
    opacity: 1;

}

.logo_slider_wrapper .slick-prev,
.logo_slider_wrapper .slick-next {

    width: 36px;
    height: 36px;
    z-index: 9;
}

.logo_slider_wrapper .slick-prev {
    left: -20px;
}

.logo_slider_wrapper .slick-next {
    right: -20px;
}

.logo_slider_wrapper .slick-prev:before,
.logo_slider_wrapper .slick-next:before {}

.slick-slide {

    margin: 0 12px;
}

.client-logo-slider .slick-list {

    margin: 0 -12px;
}

.logo_slider_wrapper p.slider-para {
    color: #000;
    text-align: center;
}

@media (max-width:767px) {
    .hide_mob {
        display: none !important;
    }

    h1 {
        font-size: 36px;
    }

    .section_wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }


    .section_first,
    .section_second {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .home-bg-slider {
        top: 0px;
    }

    .section_second .second_text_wrap .second_text_panel {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_second .second_text_wrap {
        position: relative;
    }

    .comprensive_wrap .comprensive_panel,
    .comprensive_listing .cmp_list_item {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .comprensive_listing .cmp_list_item .cmp_item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #06436a;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .comprensive_listing .cmp_list_item .cmp_item,
    .section_forth .comprensive_panel .cmp_col,
    .section_forth .comprensive_panel .cmp_col.video_grid,
    .comprensive_wrap .comprensive_panel .cmp_col {
        width: 100%;
    }

    .comprensive_wrap .comprensive_panel {
        flex-direction: column;
    }

    .section_second .second_text_wrap {
        bottom: 0;
    }

    .welcome_overright_container .welcome_video_modal {
        padding-top: 70px;
    }

    .welcome_video_modal .modal-content {
        width: 94%;
    }

    .welcome_video_modal iframe {
        height: 350px;
    }


    .section_third_wrap .service_divider_panel {
        flex-direction: column;

    }

    .section_third_wrap .service_divider_panel .ser_cols {
        padding: 40px 20px;
        min-height: 400px;
    }

    .section_third_wrap .service_divider_panel .ser_cols.ser_col_first .ser_col_inner {
        padding-top: 0px;
    }

    .section_third_wrap .service_divider_panel .ser_cols .ser_col_inner {
        padding-bottom: 0px;
    }

    .home-bg-slider .bg-item img.mobile-slide {
        display: block;
    }

    .home-bg-slider .bg-item img.desktop-slide {
        display: none;
    }

    .section_third_wrap .service_divider_panel .ser_cols {
        width: auto;
    }

    .logo-item img {
        max-width: 100px;
        height: 100px;
    }

    .logo_slider_wrapper .slick-prev {
        left: -20px;
    }

    .logo_slider_wrapper .slick-next {
        right: -20px;
    }
}