/* SCROLL FIX */
.anchor {
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}

/* ANIMATIONS */



/* MAIN COLOURS ---- OLD

    colour1: #ff582b;
    colour2: #000;
    colour3: #fff
    colour4: #f7f7f7

*/

.chaty-svg circle {
    fill: #dbad4a !important;
}
.chaty-svg ellipse {
    fill: #dbad4a !important;
}

/* FONTS */
@font-face {
    font-family: "helvetica-w02-bold";
    src: url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.eot");
    src: url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f7d1b2995a6dff7abcda304d226aa67d.svg#Helvetica W01 Bold")format("svg");
}

.no-margin {margin: 0px !important;}
.no-padding {padding: 0px !important;}

.p-top-20 {padding-top: 20px;}

.min-20vh {min-height: 20vh;}
.min-30vh {min-height: 30vh;}
.min-40vh {min-height: 40vh !important;}
.min-50vh {min-height: 50vh;}
.min-60vh {min-height: 60vh;}

.max-40w {max-width: 40%;}
.max-50w {max-width: 50%;}

.wide-960 {max-width: 960px}
.wide-980 {max-width: 980px}

.max-960 {max-width: 960px}
.max-980 {max-width: 980px}

.h-100 {height: 100%;}

.w300 {max-width: 300px !important;}

/* PADDING HORIZONTAL padding-h */
.padding-h20 {padding-left: 20px; padding-right: 20px;}
.padding-h30 {padding-left: 30px; padding-right: 30px;}

html {scroll-behavior: smooth;}

a {text-decoration: none;color: #000;}
a:hover {color: #dbad4a; transition: 0.15s;}

#page {background: #f7f7f7;}
    @media only screen and (max-width: 992px) {
        #page {
            margin-top: 100px;
        }
    }

/* Navigation margin fix */
body {padding-top: 99px; /* or 60px */}
  @media (max-width: 979px) {
    body {
      padding-top: 0px;
	  font-family: "Montserrat", sans-serif;
    }
  }

p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

/* END Navigation margin fix */



.spacer-gold,
.goldbar {
	background-image: url("../img/goldbar.jpg");
	width: 200px;
	max-width: 100%;
	height: 17px;
	border-radius: 4px;
}




/* Navigation styling Edits (nav-edits) */
	#nav-main {
		background-color: #000000;
}

	.navbar-brand {
		background-color: #252525;
}
@media only screen and (max-width: 992px) { /* xxxx */
		.navbar-brand {
			background-color: #000;
		}		
}


 /* END Navigation styling fix */

.msbs-footer {
    min-height: 245px;
    background: black;
    color: white;
    font-style: Helvetica;
}

.msbs-footer .widget-title {
    font-size: 16px;
    padding-bottom: 15px;
}
.msbs-footer .textwidget {
    font-size: 14px;
    font-weight: 200;
}
.msbs-footer small {
    font-size: 14px;
    font-weight: 200;
}


.msbs-footer-icon {
    font-size: 24px;
    margin-left: 12px;
    margin-right: 12px;
}
.msbs-footer-social-wrapper a,
.msbs-footer .textwidget a {
    text-decoration: none !important;
    color: white !important;
}
.msbs-footer-social-wrapper a:hover,
.msbs-footer-social-wrapper i:hover,
.msbs-footer .textwidget a:hover {
    color: #dbad4a !important;
    transition: 0.15s;
}


.wider-container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


.msbs-nav {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
    background: #fff;
}
.msbs-ul {
    text-transform: none;
}
.msbs-ul a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    margin-right: 5px; 
    font-weight: 400;
    color: #000;
}
@media only screen and (min-width: 993px){
    .msbs-ul a {
		border-bottom: 1px solid #000;
		color: #fff;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;         
    }
    .msbs-ul li a {
        padding-top: 18px;
    }
}
@media only screen and (min-width: 1200px){
    .msbs-ul a {
        min-width: 100px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;        
    }
}
.msbs-ul a.active,
.msbs-ul a:hover {
    border-bottom: 1px solid #dbad4a;
    transition: 0.15s;
    color: #fff !important;
}
@media only screen and (max-width: 992px){
	.msbs-ul a.active {
		color: #000 !important;
	}
}


.msbs-quote {
    width: 100%;
    background: #252525;
}
button.msbs-quote-btn-xs {
    width: 100%;
    background: #252525;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    color: #fff;
}
button.msbs-quote-btn-xs:hover {
    background: #000000;
    color: #ffffff;
    transition: 0.15s;
    cursor: pointer;
}

.msbs-quote-btn-a {
    text-decoration: none;
    font-weight: 700;
}
.msbs-quote-btn-lg {
	border: 0;
	border-top: 12px;
	border-style: solid;
	border-image: url("../img/gradient-1.png") 1;	
    background-color: #252525;

    height: 99px;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-width: 280px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.msbs-quote-btn-lg:hover {
    background-color: #000;
    color: #fff;
    transition: 0.25s;
}

.msbs-btn-toggler {
    box-shadow: 0px 0px 5px 0px rgb(0,0,0,0.2);
    border-radius: 0;
    margin: 15px !important;
    color: #dbad4a;
    font-size: 20px;
}
.msbs-btn-toggler:hover {
	color: #fff;
	transition: 0.25s;
}


.offcanvas-end {
    transition: 0.5s;
}


.bg-attachment {
    background-attachment: fixed;
}


.msbs-home-1 h1 {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.msbs-home-1-heading {
    max-width: 700px;
}

.msbs-home-1-2 {
    background: #dbad4a;
}
.msbs-home-1-3 {
    background: #000;
}


.msbs-content-width {
    padding-left: 80px;
    padding-right: 80px;
}
@media only screen and (max-width: 992px) {
    .msbs-content-width {
        padding-left: 0px;
        padding-right: 0px;
    }
}





.msbs-hero-main {
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 150px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
    .msbs-hero-main {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
.msbs-hero-main__heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 5em;
    color: #fff;
    max-width: 750px;}
    @media only screen and (max-width: 320px) {.msbs-hero-main__heading {font-size: 2.25em;}}
    @media only screen and (min-width: 321px) and (max-width: 568px) {.msbs-hero-main__heading {font-size: 3em;}}
.msbs-hero-main__heading span {background: #000;}

.msbs-hero-main__content {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    font-family: Helvetica, sans-serif;
}
.msbs-hero-main__content p {font-size: 15px;}
.msbs-hero-main__content p:first-child{margin-bottom: 7px;}
.msbs-hero-main__content strong {font-size: 18px;font-weight: 600;}
.msbs-hero-main__content_l,
.msbs-hero-main__content_r {
    max-width: 255px;
    height: 140px;
    padding: 24px 30px;
    flex: 1;    
}
.msbs-hero-main__content_l {background-color: #252525;color: white; border-radius: 20px 0 0 20px;}
.msbs-hero-main__content_l a {color: #fff;}
.msbs-hero-main__content_l a:hover {color: #dbad4a;}
.msbs-hero-main__content_r {background-image: url("../img/gradient-1.png"); color: black; border-radius: 0 20px 20px 0;}
.msbs-hero-main__content_r a {color: #000;}
.msbs-hero-main__content_r a:hover {color: #fff;}







.msbs-box-text {
    font-family: "helvetica-w02-bold", sans-serif;
    font-weight: 100;
    font-size: 1.8em;
    line-height: 1.1em;
    color: white;
    text-align: center;
}

.msbs-text-black {color: black;}

.msbs-hero {
    min-height: 60vh;
    font-family: "helvetica-w02-bold";
    text-shadow: -2px -2px rgba(0,0,0,0.37);
}
@media only screen and (max-width: 772px) {
    .msbs-hero {
        min-height: 40vh;
    }
}

.msbs-row-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 772px) {
    .msbs-row-spacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.msbs-row-narrow {
    max-width: 950px;
}



.wpcf7-submit {
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
}
.wpcf7-submit:hover {
    background: #fff;
    color: #000;
    transition: 0.15s;
}


.wpcf7-text {
    border: none;
    height: 50px;
    background: #fff;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.wpcf7-textarea {
    border: none;
    width: 100%;
    background: #fff;
    color: #000;
}

.wpcf7 p,
.wpfc7 label {
    width:100% !important;
}



.msbs-heading-quote {
    color: white;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 700px;
}
.msbs-text-quote {
    color: #a2a2a2;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 5px;
}


.msbs-form-label {
    width: 100%;
    display: inline-block;
	color: #fff;
}



.msbs-services-content-wrapper {
    padding: 50px;
}



.msbs-services-hero img {
    max-height: 450px;
}

.msbs-services-hero {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.msbs-services-hero-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.msbs-services-content {
    padding: 70px 50px;
}
.msbs-services-content button {
    height: 50px;
    background-image: url("../img/gradient-1.png");
    color: #000;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
}
.msbs-services-content button:hover {
    background: #000;
    color: #fff;
    transition: 0.15s;
}

.msbs-services-content h2 {
    font-family: "helvetica-w02-bold", sans-serif;
}
.msbs-services-content p {
    max-width: 400px;
    margin-bottom: 25px;
}

.msbs-section-2-content {
    max-width: 900px;
}

.msbs-section-2-container  {
    padding-top: 130px;
    padding-bottom: 170px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.msbs-section-2-cwrapper {
    max-width: 750px;
}

.msbs-section-2-lg-wrapper {
    width: 100%;
    display: flex !important;
    flex-direction:row;
    padding-left: 30px;    
}
.msbs-section-2-lg-left,
.msbs-section-2-lg-right {
    max-width: 255px;
    height: 140px;
    padding: 24px 30px;
    flex: 1;
}
.msbs-section-2-lg-left a,
.msbs-section-2-lg-right a {
    text-decoration: none;
    font-size: 14px;
} 
.msbs-section-2-lg-left a {
    color: #fff;  
}
.msbs-section-2-lg-right a {
    color: #000;  
}
.msbs-section-2-lg-left a:hover {
    color: #dbad4a;
}
.msbs-section-2-lg-right a:hover {
    color: #fff;
}
.msbs-section-2-lg-left p:first-child,
.msbs-section-2-lg-right p:first-child {
    margin-bottom: 7px;
}
.msbs-section-2-lg-left p,
.msbs-section-2-lg-right p {
    margin-bottom: 0; 
}
.msbs-section-2-lg-left p span,
.msbs-section-2-lg-right p span {
    font-family: "helvetica-w02-bold", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.msbs-section-2-lg-left {
    background-color: #000;
    color: white; 
}
.msbs-section-2-lg-right {
    background-color: #dbad4a;
    color: black;
}
.msbs-section-2-lg-right p {
    display: block;
}

.msbs-section-2-content h2 {
    font-family: "helvetica-w02-bold", sans-serif;
    font-size: 5em;
    color: #fff;
    padding-left: 30px;    
}
.msbs-section-2-content h2 span {
    background-color: #000;
}
@media only screen and (max-width: 576px) {
    .msbs-section-2-content h2 {
        font-size: 2em;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 577px) and (max-width: 772px) {
    .msbs-section-2-content h2 {
        font-size: 3em;
        max-width: 450px;
    }
}

.msbs-section2-xs-l,
.msbs-section-2-xs-r {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    height: 100%;
    max-width: 220px;
    margin: 0 auto;
}
.msbs-section2-xs-l a,
.msbs-section-2-xs-r a {
    color: #fff;
}
.msbs-section2-xs-l p strong,
.msbs-section-2-xs-r p strong {
    font-size: 14px;
}
@media only screen and (min-width: 480px) {
    .msbs-section2-xs-l,
    .msbs-section-2-xs-r p {font-size: 14px;}
     
    .msbs-section2-xs-l p strong,
    .msbs-section-2-xs-r p strong {font-size: 18px;}
}
@media only screen and (min-width: 740px) {
    .msbs-section2-xs-l,
    .msbs-section-2-xs-r {font-size: 16px; padding-top: 10px;}
     
    .msbs-section2-xs-l p strong,
    .msbs-section-2-xs-r p strong {font-size: 20px;}
}



.msbs-section-3-wrapper {
    max-width: 600px;
}
.msbs-section-3-co {
    background-color: #272525;
}
.msbs-section-3-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
}
.msbs-section-3-co {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 50px 50px;
}
.msbs-section-3-wrapper {
    max-width: 500px;
	color: #a2a2a2;
}
.msbs-section-3-wrapper h1 {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 30px;
}
.msbs-section-3-wrapper h1 span {
    font-size: 0.8em;
	padding-left: 30px;
	color: #7f7f7f;
}
.msbs-section-3-wrapper h1 div.goldbar {
	margin-top: 20px;
}
.msbs-section-3-wrapper button {
    margin-top: 20px;
    background-color: #000;
    height: 50px;
    border: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
	border-radius: 40px;
}
.msbs-section-3-wrapper button:hover {
    background-color: #fff;
    color: #000;
    transition: 0.15s;
}


.msbs-gallery-h1 {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
}


.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}



#msbs-contact h1 {
    color: #fff;
    font-family: "helvetica-w02-bold", sans-serif;
    font-size: 4.5em;
    max-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#msbs-contact p {
    margin-bottom: 0px;
}
#msbs-contact .msbs-contact-details {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
	line-height: 38px;
    max-width: 500px;
}
@media only screen and (max-width: 772px) {
    #msbs-contact .msbs-contact-details {
        max-width: 300px;
        text-align: center;
        padding: 30px 0px;
        line-height: 40px;
    }
}


#msbs-contact h2 {
    font-family: "helvetica-w02-bold", sans-serif;
    font-size: 3em;
    max-width: 400px;
}


h2.msbs-contact-locations {
    text-align: center;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: 2px;
}
@media only screen and (max-width: 772px) {
    h2.msbs-contact-locations {
        font-size: 3em;
        line-height: 1em;
    }
}



.msbs-heading-w1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
	font-weight: bold;
    font-size: 4.5em;
    max-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.msbs-heading-w2 {
    color: #fff;
    font-family: "helvetica-w02-bold", sans-serif;
    font-size: 4.5em;
    max-width: 950px;
}
.msbs-50w-text {
    padding: 30px;
    max-width: 800px;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
.msbs-text-950 {
    max-width: 950px;
    color: #fff;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}


.msbs-hero1-bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.msbs-hero1-heading {
    color: #fff;
    font-family: "Montserrat", sans-serif;
	font-weight: 600;
    font-size: 4.5em;
    max-width: 950px;
}
.msbs-hero1-text {
    max-width: 950px;
    color: #fff;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 200;
}



.msbs-heading-b1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 3.7em;
    text-align: center;
}


.msbs-steps--box1,
.msbs-steps--box4 {
    color: #fff;
}
.msbs-steps--box2,
.msbs-steps--box3 {
    color: #000;
}

.msbs-steps--content {
    max-width: 250px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2em;
}
.msbs-steps--title p {
    font-size: 18px;
    line-height: 2em;
}


.msbs-button,
.msbs-button__orange,
.msbs-button__black {    
    height: 50px;
    border: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    /* max-width: 210px; */
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: 0.15s;    
}
.msbs-button__orange {background-image: url("../img/gradient-1.png"); background-size: cover; color: #fff;}
.msbs-button__black {background-color: #000; color: #fff;}

.msbs-button__orange:hover {background-color: #000; color: #fff;}
.msbs-button__black:hover {background-color: #fff; color: #000;}



/* 
*   FOOTER 
*/
@media only screen and (max-width: 992px) {
    .msbs-footer-logo {
        display: flex;
        justify-content: center;
    }
    .msbs-footer-logo .footer_widget {
        max-width: 75% !important;
    }
}

.msbs-btn-up {
    background: #dbad4a;
    border-radius: 100%;
    padding: 8px 12px;
    border: 1px solid #fff;
    color: #fff;
    right: 30px;
    bottom: 100px;
}
.msbs-btn-up:hover {
    color: #000;
    background: #fff;
    border-color: #f7f7f7;
}

@media only screen and (max-width: 992px) {
    .msbs-footer-text {
        text-align: center;
    }
}






/*
*
* QUOTE FORM
*
*/

#quote-form {
    background: #272525;
    width: 100%;
}
#quote-form .row {padding-top: 50px; padding-bottom: 20px;} 
#quote-form h3 {
    padding-top: 10px;
}
#quote-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
#quote-form form p {max-width: calc(50% - 10px);}
@media only screen and (max-width: 576px) {
    #quote-form form p {max-width: 100%;}
    #quote-form form input {width: 100%;}
}
#quote-form form p:nth-child(6) {max-width: 100%;}
#quote-form form p:nth-child(7) {max-width: 100%;}
#quote-form form input {max-width: 100%;}

#quote-form input,
#quote-form textarea {
	border-radius: 4px;
}

#quote-form form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;    
}
#quote-form form input[type="submit"]:hover {
    background: #fff;
    color: #000;
    transition: 0.15s;
}
#quote-form form input {
    border: none;
    height: 50px;
    background: #fff;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;    
}
#quote-form form input[type="submit"] {
    font-size: 16px; 
}
#quote-form form textarea {
    border: none;
    width: 100%;
    background: #fff;
    color: #000;
    height: 150px;
}

        .wpcf7-not-valid-tip {
            color: #dbad4a;
            font-weight: bold;
            margin-top: 5px;
        }
        .wpcf7-response-output {
            margin: 0 !important;
			color: #fff;
        }



/*
*
* HEADER
*
*/
@media only screen and (max-width:360px) {
    .navbar-brand img{
        padding-left: 0;
        max-width: 200px;
    }
}
@media only screen and (min-width: 440px) and (max-width:992px) {
    .navbar-brand img{
        padding-left: 74px;
    }
}

/*
*
* LANG SWITCHER
*
*/
.msbs-lang-switcher ul {
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    list-style: none;
    padding: 0 20px;
    text-align: right;
}
.msbs-lang-switcher ul span {
    color: #fff !important;
}
#dropdown-menu {
    margin: 0 ;
}
    #dropdown-menu .dropdown-item {
        margin: 0;
    }

/* DISABLE Plug-in Language switcher (available in LG and up) */    
@media only screen and (max-width: 991px) {
    #trp-floater-ls {
        z-index: 2 !important;
        display: none !important;
    }
}




/*************************
**   FooGallery Styling **
*************************/
.fg-simple_portfolio {
    display: flex;
    justify-content: space-between !important;
    gap: 10px;
}
.fg-item {
    flex-basis: auto !important;
    width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 768px) {
    .fg-item {
        width: 100%;
    }
}




/*****************************
**   Page Services Styling **
*****************************/

.msbs-services-header {
    font-family: "Montserrat", sans-serif;
}
    .msbs-services-header--container {
        background-color: #272525;        
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: end;  
        padding-top: 50px;
        min-height: 280px;  
    }
    @media only screen and (min-width: 768px) { .msbs-services-header--container {min-height: 280px;}}
    .msbs-services-header--title {
        color: white;
        font-family: "Montserrat", sans-serif;
        font-weight: 900;     
        width: 100%;
    }
    @media only screen and (min-width: 768px) {.msbs-services-header--title {width: 40%;} }
        .msbs-services-header--title h1 {
            background-image: url("../img/gradient-1.png");
			background-size: cover;
            display: flex;
            min-height: 80px;
            align-items: center;
            justify-content: center;
            padding: 20px 40px;
            font-family: "Montserrat", sans-serif;
            font-weight: 800;
        }

.msbs-services-column-l {
    min-height: 40vh;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
    .msbs-services-column-l .msbs-breadcrumbs {
        position: absolute;
        background-color: #272525;
        color: #fff;
        font-weight: 700;
        max-height: 60px;
        top: 0;
        left: 15px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        padding-left: 60px;
        padding-right: 40px;
        padding-top:18px;
    }
    .msbs-services-column-l .msbs-breadcrumbs a,
    .msbs-services-column-l .msbs-breadcrumbs p {display: inline-block;}

    .msbs-services-column-l .msbs-breadcrumbs a {color: #fff;}
    .msbs-services-column-l .msbs-breadcrumbs a:hover {color: #000;}
    
    .msbs-services-text-row {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .msbs-text-wrapper {
        padding: 40px;
        font-family: "Montserrat", sans-serif;
        max-width: 800px;
    }
        .msbs-text-wrapper p {
            font-family: "Montserrat", sans-serif;
        }
        .msbs-text-wrapper h2 {
            font-weight: 700;
            font-size: 1.5em;
        }
        .msbs-text-wrapper h3 {
            font-weight: 700;
            font-size: 1.5em;
        }
        .msbs-text-wrapper p strong {
            color: #dbad4a;
        }




.msbs-services-gallery {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}
    .msbs-services-gallery-header {
        
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .msbs-services-gallery-header-icon,
    .msbs-services-gallery-header-content {
        align-items: center;
    }
    .msbs-services-gallery-header-icon {margin-right: 20px;}
    .msbs-services-gallery-header-content h2 {font-size: 2em; line-height: 0.8em;}
    @media only screen and (min-width: 992px) {
        .msbs-services-gallery-header-content h2 {font-size: 3em; line-height: 0.8em;}
    }
    .msbs-services-gallery-header-content h3 {font-size: 1em;}


    .msbs-services-gallery-button-row {
        background-color: #000;
        text-align: center;
        padding: 50px 0px;
    }
    .msbs-services-gallery-button-content button img {
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    .msbs-services-gallery-button-content a button {
        border: 1px solid #fff;
        padding: 10px 30px;
        background-color: #000 !important;
        color: #fff;
    }
    .msbs-services-gallery-button-content a button:hover {
        background-color: #fff !important;
        color: #000;
        transition: all 125ms;
        cursor: pointer;
    }
    .msbs-services-gallery-button-content .msbs-icon-1 {
        
    }

.msbs-services-subheading {
    width: 100%;
    min-height: 120px;
    background-image: url("../img/gradient-1.png");
	background-size: cover;
    font-family: "Montserrat", sans-serif;
    padding: 20px 40px;
}
.msbs-services-subheading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.4em;
    padding: 20px;
}


.msbs-services-section3 {
    padding: 30px;
}


.msbs-services-section3,
.msbs-services-section3 h2, 
.msbs-services-section3 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.msbs-services-section4 {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .msbs-services-section4 h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 2.4em;
        text-align: center;
    }
    .msbs-services-section4-wrapper {
        text-align: center;
        font-weight: 700;
    }
    .msbs-services-section4-wrapper img {margin-right: 15px;}






/* TO REMOVE */
.msbs-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ul-wrapper  {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .ul-wrapper {
        flex-direction: row;
    }
}
.ul-wrapper ul {
    display: inline-flex;
    flex-direction: column;
}
.ul-wrapper ul li {
    min-height: 46px;
    background: #f7f7f7;
    padding: 10px 20px 10px 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 0.8em;
    display: block;
    border-left: 46px solid black;
}
@media only screen and (min-width: 1400px) {
    .ul-wrapper {padding-right: 30px;}
    .ul-wrapper ul li {
        border-left: 46px solid black;
        font-size: 1em;
    }
}


.msbs-temp-text {
    color: white;
    line-height: 2em;
}


