@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
body
{
	background: #000;
	width:auto;
	margin:0;
	border:0;
	font-family: "Inter Tight", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
    color: #fff;
    font-weight: 500;
}
a
{
	color:#3a7c22;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #cc00ff;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #212322;
    z-index: 9999999;
    box-shadow: 2px 1px 3px rgb(0 0 0);
    border-top: solid 1px #393c3b;
    border-left: solid 1px #393c3b;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
	color: #fff;
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:top 0.8s;
	z-index:99999999;
    background: #000;
}
.header
{
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
.header-top
{
	position:relative;
    padding: 10px 0;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
	color:#cc00ff;
    font-size: 26px;
    font-weight: 600;
	font-family: Verdana, "sans-serif"
}
.header-top h1 a span
{
	color:#3a7c22;
}
.header-top aside
{
	
}
.header-top aside a
{
    border: solid 1px #181818;
    background: #181818;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 14px 30px 14px 45px;
    border-radius: 30px;
    position: relative;
}
.header-top aside a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e7fd";
    font-size: 25px;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.header-top aside a:hover
{
    border: solid 1px #fff;
    background: #fff;
    color: #000;
}
.nav
{
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
	margin:0 16px;
}
.nav ul li a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 17px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #6d6e71;
	display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 0px #6d6e71;
	display: none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
	height: 5px;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    border-top: solid 5px #0c2e8a;
}
.nav ul li a i
{
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin: auto;
    transform: translateY(-50%);
    margin-top: 2px;
}
.nav ul li a i:before
{
    content: " ";
    background: #034ea2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: top;
}
.nav ul li a i:after
{
    content: " ";
    background: #034ea2;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0px;
    transform: rotate(45deg);
    transform-origin: top;
}
.nav ul li:hover > a i:before,
.nav ul li:hover > a i:after
{
    height: 10px;
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color: #3a7c22;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    z-index: 9999999;
	left:0;
	right: 0;
	padding:25px 0px;
}
.nav ul li ul aside
{
    width: 33.333333%;
	float: left;
	text-align: left;
	padding-right: 50px;
}
.nav ul li ul aside h3
{
    color: #034ea2;
    font-size: 16px;
	font-weight: 500;
	border-bottom: solid 1px #034ea2;
	margin: 0 0 15px 0;
	padding: 15px 0;
} 
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    color: #6d6e71;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
	text-align:left;
	font-size:16px;
	position: relative;
	display: inline-block;
}
.nav ul ul li a:after
{
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-weight: 300;
    color: #034ea2;
    display: block !important;
    border: none !important;
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    transform: translateX(-20px);
    opacity: 0;
}
.nav ul ul li a:hover:after
{
    transform: translateX(10px);
    opacity: 1;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#034ea2;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #787878;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: solid 1px #3a7c22;
    background: #3a7c22;
    padding: 16px 30px 16px 30px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:hover
{
	
}
a.linkbutton:before
{
    content: " ";
    border: solid 1px #3a7c22;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0px;
}
a.linkbutton:hover:before
{
    margin: -5px;
}
a.linkbutton:after
{
    content: " ";
    border: solid 1px #fff;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0px;
}
a.linkbutton:hover:after
{
    margin:3px;
}
.intro
{
	padding-top: 150px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.intro:after, .page-title:after
{
	content: " ";
    background: linear-gradient(0deg, black, #000, #0b0b0b, #000, black);
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 1200px;
    z-index: -8;
    margin: auto;
    transform-origin: bottom;
    transform: rotate(30deg);
}
.intro:before, .page-title:before
{
	content: " ";
    background: linear-gradient(0deg, black, #000, #0b0b0b, #000, black);
    position: absolute;
    top: -200px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 1200px;
    z-index: -8;
    margin: auto;
    transform-origin: bottom;
    transform: rotate(-45deg);
}
.intro .row
{
	text-align: center;
	max-width: 800px;
}
.intro h2
{
    color: #fff;
}
.intro h3, .services-page h3
{
    color: #fff;
    font-family: Verdana, "sans-serif";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    position: relative;
    display: inline-block;
}
.intro h3:after, .services-page h3:after
{
    content: "®";
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 20px;
}
.intro h3 span, .services-page h3 span
{
    color: #cc00ff;
}
.intro h3 small, .services-page h3 small
{
    font-size: 18px;
    display: block;
}
.intro h4
{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
	position: relative;
	margin-bottom: 30px;
}
.intro h4:after
{
    content: " ";
    background: #3a7c22;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 1px;
}
.intro p
{
    font-style: italic;
}
.intro a.linkbutton
{
    margin: 15px 2px;
    width: 145px;
}
.intro a.linkbutton:after
{
    border: solid 1px #000;
}
.intro a.linkbutton:first-of-type
{
    background: #181818;
}
.circles
{
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	z-index: 8;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
	border: solid 2px #0f0f0f;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.formfield
{
	
}
.formfield h2, .formfield h3
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #fff;
	font-family: "Inter Tight", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #fff;
	font-family: "Inter Tight", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Inter Tight", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #fff;
	font-family: "Inter Tight", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong, .selectdiv strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: "Inter Tight", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: "Inter Tight", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: solid 1px #3a7c22;
    background: #3a7c22;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter Tight", sans-serif;
    border-radius: 30px;
    margin: 15px 0 0 0;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
	
}
.footer
{
    background: #d8d8d8;
}
.footer h3
{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:50px 0;
}
.footer article aside
{
    margin-right:8%;
}
.footer article aside:nth-of-type(3)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 16px;
	line-height:30px;
	position:relative;
	font-weight: 300;
}
.footer article aside ul li a:hover
{
    
}
.footer p
{
    color: #000;
    font-size: 16px;
	font-weight: 300;
}
.footer p strong
{
    color: #000;
    font-weight: 500;
	display:block;
}
.social-icons
{
	margin-left: auto;
}
.social-icons a
{
    display: inline-block;
    border: solid 1px #181818;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 50%;
}
.social-icons a:hover
{
	background: #fff;
    color: #000;
}
.footer-bottom
{
    background: #000;
	padding:7px 0px;
    border-top: solid 1px #181818;
}
.footer-bottom p
{
    color: #fff;
}
.page-title
{
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.page-title h1
{
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
}
.page-title nav
{
    position: absolute;
    z-index: 9999;
    padding: 8px;
    bottom: 20px;
    right: 50px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #B8B8B8;
    font-size: 15px;
    font-weight: 300;
    padding: 0 12px;
    position: relative;
}
.page-title nav ul li:before
{
    content: " ";
    background: #3a7c22;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -6px;
    width: 13px;
    height: 1px;
    transform: translateY(-50%);
}
.page-title nav ul li:first-of-type:before
{
	display: none;
}
.page-title nav ul li a
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.page-title nav ul li a:hover
{
	
}
.aboutus
{
	display: flex;
	gap: 0 20px;
}
.aboutus figure
{
	width: 40%;
}
.aboutus figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 15px;
}
.aboutus aside
{
	width: 60%;
}
.aboutus aside ul
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.aboutus aside ul li
{
	padding: 15px 30px;
	border: solid 1px #181818;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	border-radius: 15px;
}
.aboutus aside ul li:hover
{
	background: #181818;
}
.aboutus aside ul li img
{
	margin: 15px 0;
}
.develop
{
	
}
.develop-bg
{
	background: #101010;
}
.develop h1
{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
	text-align: center;
	position: relative;
    margin: 0 0 85px 0;
}
.develop h1:before
{
    content: " ";
    background: #cc00ff;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 1px;
}
.develop h1:after
{
    content: " ";
    background: #3a7c22;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 1px;
}
.image-with-content
{
	
}
.image-with-content article
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
	margin-top: 50px;
}
.image-with-content article:nth-of-type(even)
{
	
}
.image-with-content article:nth-of-type(even) figure
{
    order: 1;
}
.image-with-content article figure img
{
	border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-with-content article aside
{
    background: #090909;
	padding: 35px 50px;
	border-radius: 15px;
	position: relative;
}
.image-with-content article aside h3, .image-content-box ul li figcaption h3
{
	position: relative;
}
.image-with-content article aside h3:before, .image-content-box ul li figcaption h3:before
{
	content: " ";
    background: #cc00ff;
    position: absolute;
    top: 4px;
    left: -10px;
    width: 1px;
    height: 16px;
}
.image-with-content article aside h3:after, .image-content-box ul li figcaption h3:after
{
	content: " ";
    background: #3a7c22;
    position: absolute;
    top: 4px;
    left: -5px;
    width: 1px;
    height: 16px;
}
.image-with-content article aside:before
{
    content: " ";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 0;
    height: 0;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #090909;
    border-top: solid 15px transparent;
    transform: translateY(-50%);
}
.image-with-content article:nth-of-type(even) aside:before
{
    left: auto;
    right: -30px;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #090909;
    border-right: solid 15px transparent;
    border-top: solid 15px transparent;
}
.image-content-box
{
	
}
.image-content-box h2
{
	text-align: center;
}
.image-content-box ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0;
}
.image-content-box ul li
{
	
}
.image-content-box ul li img
{
	border-radius: 15px;
}
.image-content-box ul li figcaption
{
    position: relative;
    background: linear-gradient(90deg, #090909, #101010);
    padding: 10px 25px;
    margin-left: 30px;
	border-radius: 15px 0 0 15px;
    top: -30px;
}
.services-page .row
{
    max-width: 1200px;
    gap: 0 30px;
}
.services-page figure img
{
    border-radius: 15px;
}
.location .row
{
    text-align: left;
}
.address-details
{
    width: 40%;
	margin-left: auto;
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
	border-top: solid 1px #0b0b0b;
	margin: 0;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #fff;
	font-size: 13px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
	color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
    width: 55%;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contactus .row
{
    max-width: 800px;
}
.cookie-alert
{
    background: #181818;
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    padding: 15px;
    border-radius: 15px;
}
.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.card-body
{
	display: flex;
	align-items: center;
}
.card-body h3 {
    color: #787878;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}
.card-body a.linkbutton
{
	margin-left: auto;
}
.formobile
{
	display:none !important;
}