.header_main .toggle{ color: #DC806A; }
.header_main .toggle:hover{ color: #fff; }
.custom-logo-link img { transition: all 0.3s ease-in-out; }
header.fixed-header .custom-logo-link img { width: 100%; max-width: 100px; transition: all 0.3s ease-in-out; }

.banner_section.banner_video_section{
	padding-bottom: 0px;
}
.banner_section.banner_video_section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background: rgb(0 0 0 / 37%); */
    background: radial-gradient(rgba(0, 36, 63, 0.4), rgb(0 36 63));
    z-index: 9;
}

.banner_section.banner_video_section video.banner_video{
	    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner_section.banner_video_section  .banner_main {
    position: relative;
    z-index: 9;
    padding-bottom: 100px;
}
.project_row_single { column-gap: 15px; }
.banner_section.banner_video_section .banner_main {
    opacity: .7;
}

.banner_section .sub-title {
    font-size: 35px;
    line-height: 45px;
}
.inner_banner_title {
    padding: 0 20px;
}
.custom-logo-link img {
    max-width: 156px;
}
header.fixed-header .custom-logo-link img {
    max-width: 100px;
}
.known_for_section:before {
    background-attachment: fixed;
    background-size: 38%;
    background-position: -4vw 50%;
}
@media (max-width: 991px) {
    .banner_section .sub-title {
        font-size: 35px;
        line-height: 45px
    }
    .local_top {
        position: relative;
        top: initial;
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .banner_section .sub-title {
        font-size: 25px;
        line-height: 35px;
    }
	.banner_section.banner_video_section .banner_main{
		padding-bottom: 50px;
	}
	.known_for_section:before {
    background-attachment: fixed;
    background-size: 65%;
    width: 100%;
    }
    .local_top {
        padding: 50px 0;
    }
    .inner_banner_title h1 {
        overflow-wrap: anywhere;
    }
}
@media (max-width: 480px) {
    .local_top {
        left: initial;
    }
}