html, body{ height: 100%; }
body{font-family: 'Playfair Display', serif;font-size:16px;background-size:100%;background:#fff;background-attachment:fixed; padding-top:110px; color:#00122C;}

h1,h2,h3,h4,h5,h6{font-weight:300;margin:0;line-height:initial;color:#00122C;  }
h1{font-size:38px}
h2{font-size:32px}
h3{font-size:28px}
h4{font-size:24px}
h5{font-size:18px}
h6{font-size:13px}
p{font-size:16px;line-height:26px; margin-bottom:0;font-family: 'Dm Sans', serif;}
li{list-style:none}
a{outline:none !important;color:#00122C}
a:hover{text-decoration:none}
*{padding:0;margin:0}

.container-fluid{padding:0 15%}

.p-large{font-size:20px; line-height:36px}
.p-x-large{font-size:24px; line-height:46px}

.dm-sans{font-family: 'DM Sans', sans-serif;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}

.sec-pad-1{padding:50px 0}
.sec-pad-1-t{padding-top:50px}
.sec-pad-1-b{padding-bottom:50px}

.sec-pad-2{padding:100px 0}
.sec-pad-2-t{padding-top:100px}
.sec-pad-2-b{padding-bottom:100px}

.sec-pad-3{padding:150px 0}
.sec-pad-3-t{padding-top:150px}
.sec-pad-3-b{padding-bottom:150px}

.sec-pad-4{padding:200px 0}
.sec-pad-4-t{padding-top:200px}
.sec-pad-4-b{padding-bottom:200px}

.sec-pad-5{padding:250px 0}
.sec-pad-5-t{padding-top:250px}
.sec-pad-5-b{padding-bottom:250px}


.sec-mar-1{margin:50px 0}
.sec-mar-1-t{margin-top:50px}
.sec-mar-1-b{margin-bottom:50px}

.sec-mar-2{margin:100px 0}
.sec-mar-2-t{margin-top:100px}
.sec-mar-2-b{margin-bottom:100px}

.sec-mar-3{margin:150px 0}
.sec-mar-3-t{margin-top:150px}
.sec-mar-3-b{margin-bottom:150px}

.sec-mar-4{margin:200px 0}
.sec-mar-4-t{margin-top:200px}
.sec-mar-4-b{margin-bottom:200px}

.sec-mar-5{margin:250px 0}
.sec-mar-5-t{margin-top:250px}
.sec-mar-5-b{margin-bottom:250px}



.btn-basic{color:#fff; background:none;border-radius:0px;  color:#00122C;font-weight:300; display:inline-block;font-size:16px; transition:all ease-in-out 0.3s; padding:4px 0px; position:relative; overflow:hidden;}

.btn-basic::before{content:''; width:100%; height:1px; background:#c3c3c3; bottom:0; left:0; position:absolute}
.btn-basic::after{content:''; width:100%; height:1px; background:#00122C; bottom:0; left:-120px; position:absolute; transition:all ease-in-out 0.6s}
.btn-basic img{transition:all ease-in-out 0.2s}
.btn-basic:hover::after{left:120px;}

.btn-blue{color:#fff; background:#0075FF;border-radius:40px;  font-weight:300; display:inline-block;font-size:14px; transition:all ease-in-out 0.2s; padding:12px 24px;font-family: 'DM Sans', sans-serif;}
.btn-blue img{transition:all ease-in-out 0.2s}
.btn-blue:hover img{}
.btn-blue:hover{color:#1C1C1C;}


.btn-border{color:#fff; border:solid 2px #fff;border-radius:40px; color:#fff; text-transform:uppercase; font-weight:700; display:inline-block;font-size:14px; transition:all ease-in-out 0.2s; padding:12px 35px;}
.btn-border img{transition:all ease-in-out 0.2s}
.btn-border:hover img{}
.btn-border:hover{ color:#000;background:#fff}

.start-project{background:#FFDD00; border-radius:50px; padding:16px 30px; display:block; color:#000; position:fixed; right:32px; bottom:32px; z-index:3; font-weight:700}
.contact{padding: 10px 35px;}
header{padding:32px 0; transition:all ease-in-out 0.5s;width:100%; top:0; position:fixed; background:none; z-index:1;/*backdrop-filter: saturate(180%) blur(9px);*/}


header .main-menu li{float:left; float:right;}
header .main-menu a{display:block; padding:10px 25px;font-family: 'DM Sans', sans-serif;}
.livewedd-logo .mask{opacity:1; position:absolute; left:100px;; transition:all ease-in-out 0.5s}
.scrollheader .mask{opacity:1; left:20px;}
.scrollheader{padding:16px 0;background:#fff }




 .button_container {
	 position: fixed;
	 top: 20px;
    right: 18px;
	 height: 27px;
	 width: 35px;
	 cursor: pointer;
	 z-index: 1000;
	 transition: opacity 1s ease;
}
 .button_container:hover {
	 opacity: 0.7;
}
 .button_container.active .top {
	 transform: translateY(11px) translateX(0) rotate(45deg);
	 background: #000;
}
 .button_container.active .middle {
	 opacity: 0;
	 background: #000;
}
 .button_container.active .bottom {
	 transform: translateY(-11px) translateX(0) rotate(-45deg);
	 background: #000;
}
 .button_container span {
	 background: #000;
	 border: none;
	 height: 2px;
	 width: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: all 0.35s ease;
	 cursor: pointer;
}
 .button_container span:nth-of-type(2) {
	 top: 11px;
}
 .button_container span:nth-of-type(3) {
	 top: 22px;
}
 .overlay {
	 position: fixed;
	 background: #fff;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 0%;
	 opacity: 0;
	 visibility: hidden;
	 transition: opacity 1s, visibility 0.35s, height 0.35s;
	 overflow: hidden;
	 z-index:999
}
 .overlay.open {
	 opacity: 1;
	 visibility: visible;
	 height: 100%;
}
 .overlay.open li {
	 animation: fadeInRight 0.5s ease forwards;
	 animation-delay: 0.35s;
}
 .overlay.open li:nth-of-type(2) {
	 animation-delay: 0.4s;
}
 .overlay.open li:nth-of-type(3) {
	 animation-delay: 0.45s;
}
 .overlay.open li:nth-of-type(4) {
	 animation-delay: 0.5s;
}
 .overlay nav {
	 position: relative;
	 height: 70%;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 50px;
	 font-family: 'Varela Round', serif;
	 font-weight: 400;
	 text-align: center;
}
 .overlay ul {
	 list-style: none;
	 padding: 0;
	 margin: 0 auto;
	 display: inline-block;
	 position: relative;
	 height: 100%;
}
 .overlay ul li {
	 display: block;
	 height: 25%;
	 height: calc(100% / 5);
	 min-height: 50px;
	 position: relative;
	 opacity: 0;
}
 .overlay ul li a {
	 display: block;
	 position: relative;
	 color: #000;
	 text-decoration: none;
	 overflow: hidden;
	 font-size:24px;
}

 .overlay ul li a.contact {

	 color: #fff;
	 font-size:16px;

}
 .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	 width: 100%;
}
 .overlay ul li a:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 width: 0%;
	 transform: translateX(-50%);
	 height: 3px;
	 background: #fff;
	 transition: 0.35s;
}
 @keyframes fadeInRight {
	 0% {
		 opacity: 0;
		 left: 20%;
	}
	 100% {
		 opacity: 1;
		 left: 0;
	}
}
 




footer{margin-top:-1px}
footer, .cta{background:#00122C}
footer h3{color:#fff}
.cta h3{color:#fff}
footer .menu, footer .privacy-menu{margin-left:-15px;}
footer .menu li{float:left;}
footer .menu a{ display:block; padding:10px 15px; font-weight:300; color:#fff}

footer .social-menu li{float:right;}
footer .social-menu li{float:right;}
footer .social-menu a{color:#fff; display:block; padding:10px 10px; font-weight:300}

footer .privacy-menu li{float:left;}
footer .privacy-menu a{ font-size:12px;display:block; padding:10px 15px; font-weight:300;color:#fff}
.cta h3 {
    font-size: 44px;
    line-height: 60px;
    color: #fff;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

@media (max-width: 575.98px) {
.container-fluid{padding:0 20px}

.sec-pad-2{padding:50px 0}
.sec-pad-2-t{padding-top:50px}
.sec-pad-2-b{padding-bottom:50px}

.sec-pad-3{padding:50px 0}
.sec-pad-3-t{padding-top:50px}
.sec-pad-3-b{padding-bottom:50px}

.sec-pad-4{padding:50px 0}
.sec-pad-4-t{padding-top:50px}
.sec-pad-4-b{padding-bottom:50px}

.sec-pad-5{padding:50px 0}
.sec-pad-5-t{padding-top:50px}
.sec-pad-5-b{padding-bottom:50px}
.cta h3 { font-size: 26px; line-height: 40px;}
footer .social-menu li { float: left;}
footer .social-menu a{    padding: 10px 20px 10px 0;}

.livewedd-logo img{width:150px;}
body{padding-top: 80px;}
header {padding: 19px 0;}
.cta h3 { font-size: 22px;line-height: 39px;}}
footer .menu a {  padding: 10px 8px 10px 15px;font-size: 13px;}
.p-x-large, .p-large  {font-size: 16px; line-height: 28px;}
}


@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) { }


@media (min-width: 992px) and (max-width: 1199.98px) {  }
@media (min-width:1200px) and (max-width: 1600px) {
	.container-fluid{padding:0 5%}

}


@media (min-width: 1200px) {  }








