/*

Theme Name: BRIDGE MARKETING

Author: DNDVORKS

Description: Custom theme for BRIDGE MARKETING

Version: 1.0

*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
	--mustard: #efdbcb;
/*     --mustard: #f1bf2e; */
    --red:rgb(165, 42, 42);
    --black:#1d1e1e;
    --white:#fff;
}
body{
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-color: #1d1e1e;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.3;
}
html, body {
    overflow-x: hidden;
    background-attachment: fixed;
    background-color: #355e3b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%234e4e4e' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
html, body {
  height: 100%;
}
[data-scroll-container] {
  min-height: 100vh;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}
h1{
    font-size: 5rem;
}
header.my-logo a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    font-family: 'DM Sans';
}
.head-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
header.my-logo {
    padding: 20px 0;
    backdrop-filter: blur(15px);
    background-color: #1d1e1e42;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 3px 3px 3px #1d1e1ead;
}
#mega-menu-wrap-header-home {
    clear: both;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
#mega-menu-wrap-header-home a.mega-menu-link {
    color: #fff !important;
    font-family: 'DM Sans' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
#mega-menu-wrap-header-home {
    border-radius: 0px;
    background-color: transparent !important;
}
.btn {
    padding: 16px 57px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 600;
    color: var(--black);
    border: 2px solid #fff;
}
.btn:hover {
    border-color: var(--mustard) !important;
    color: var(--mustard) !important;
}
.section {
    padding: 120px 0;
    position: relative;
}
section#hp-bnr h1 {
    width: 75%;
}
span.txt-bg {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    overflow: visible;
    position: relative;
    color: #2e2d2c;
}
span.txt-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
section#hp-bnr {
    padding-top: 200px;
}
section#hp-bnr p {
    width: 700px;
    margin-top: 50px;
    margin-bottom: 50px;
}
h2 {
    font-size: 4.5rem;
    color: #fff;
    margin: 0;
}
h2 .txt-bg::before {
    height: 20px;
    width: 55%;
    right: unset;
}
.bnr-image {
    position: absolute;
    width: 400px;
    height: 580px;
    background-size: cover;
    background-position: center;
    right: 15%;
    top: 140px;
    /* z-index: -1; */
    filter: grayscale(.6);
    box-shadow: 15px 15px 0px #fff;
    border: 2px solid #fff;
}
/* SERVICES */

.service h3 {
    margin: 0;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin: 70px 0;
}
.services-list .service {
    flex: 0 0 auto;
    width: 33.33%;
    border: 1px solid #ffffff;
    padding: 60px 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.services-list .service:hover {
    background-color: #767676cf;
}
.why-item {
    display: inline-block;
    width: 45%;
    padding: 15px;
    margin: 10px;
    background-color: #ffffff;
    border-left: 5px solid #cb9b6e;
    vertical-align: middle;
}
section#global-cta {
    background-size: cover;
    background-position: top;
}
section#global-cta h3 {
    text-align: center;
    font-size: 4rem;
}
section#global-cta h3 {
    text-align: center;
    font-size: 4rem;
}
section#global-cta::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #535a6ab8;
}
section#global-cta .cont {
    position: relative;
}

footer#pg-footer {
    padding: 80px 0px 120px;
    background-color: #355e3b;
}
footer#pg-footer .ftr-logo a {
    font-size: 3rem;
    font-family: 'DM Sans';
    text-decoration: none;
    color: #fff;
    font-weight: 900;
}
.cop-foooter {
    padding-top: 40px;
    border-top: 1px solid #4a4a4a;
    margin-top: 40px;
}
.cop-foooter p {
    text-align: center;
    font-size: 13px;
}
.social-icons a {
    color: #fff !important;
    font-size: 24px !important;
}
.social-icons {
    margin-top: 40px;
}
ul#menu-footer {
    display: block;
    list-style: none;
}
ul#menu-footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-out;
    padding-bottom: 20px;
    display: block;
}
ul#menu-footer li:hover a {
    color: var(--mustard);
}
div#subpage-css.services-pg .services-list .service {
    width: 48%;
    margin: 10px;
}
.sub-banner {
    padding: 180px 0 20px;
}
.why-item p {
    color: #000;
}
.why-item h4 {
    color: #355e3b !important;
    font-weight: 700;
}
@media screen and (max-width:1500px) {
    .bnr-image {
    right: 5%;
}
section#hp-bnr h1 {
    width: 68%;
}
	span.txt-bg {
    z-index: 1;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.5rem;
}
.service h3 {
    font-size: 2rem;
}
}
@media screen and (max-width:990px) {
    .bnr-image {
    position: relative;
    width: 100%;
    right: 0;
    top: 140px;

}
section#hp-bnr h1 {
    width: 100%;
}
.services-list .service {
    flex: 0 0 auto;
    width: 48%;
    padding: 50px 30px;
}
section#hp-wcu .row {
    flex-direction: column-reverse;
}
section#hp-wcu .col-sm-12.col-md-6 {
    width: 100%;
}
.why-list {
    margin-top: 50px;
}
section#global-cta {
    padding: 40px 0;
}
section#global-cta h3 {
    font-size: 3rem;
}
footer#pg-footer {
    padding: 80px 0px 60px;
}
ul#mega-menu-header-home {
    padding-top: 30px !important;
    padding-left: 30px !important;
}
}
@media screen and (max-width:767px) {
    section#hp-bnr p {
    width: 100%;
}
.section {
    padding: 60px 0;
    position: relative;
}
.bnr-image {
    margin-top: 40px;
}
h2 {
    margin-bottom: 30px;
}
.btn {
    width: 100%;
    margin-top: 25px;
}
.services-list .service {

    width: 100%;
    padding: 60px 30px;
    margin: 10px 0;
}
.why-item {
    width: 100%;
}
ul#menu-footer {
    padding: 0;
    margin-top: 40px;
}
footer#pg-footer {
    padding: 40px 0px 20px;
}
	div#subpage-css.services-pg .services-list .service {
    width: 100%;

}
	.sub-banner {
    padding-top: 130px;
}
}
@media screen and (max-width:640px) {
    section#hp-bnr {
    padding-top: 150px;
}
h1 {
    font-size: 3rem;
}
section#hp-bnr p {
    margin-bottom: 20px;
}
.bnr-image {
    height: 350px;
    top: 0;
}
h2 {
    font-size: 3rem;
}
.services-list {
    margin: 20px 0;
}
section#global-cta h3 {
    font-size: 2.5rem;
}
}
@media screen and (max-width:480px) {
    .container {
    width: 90%;
}
}