* {
	font-size:17px;
	line-height:28px;
	font-family:'Open Sans', sans-serif;
	font-weight:300}

html {
	color:#FFFFFF; 
	background:#111112;
}

h1,h2,h3,h4,h5 {
	color:#111112; 
	font-family: 'Raleway'; 
	font-weight:500}

.coloured {
	color:#292325 !important;
}
.coloured2 {
	color:#FFFFFF !important;
}

a {
	color:#FFFFFF;
}
a:hover {
	color:#474143;
}

strong, b {
	font-weight:700;
}

.header-menu ul li a {
	font-family: 'Raleway';
}

.button {
	border:3px solid #FFFFFF;
	border-radius:6px;
	font-size:13px;
	font-weight:700;
	font-family: Open Sans;
	background: #292325; /* Old browsers */
	background: -moz-linear-gradient(left, #292325 0%, #292325 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #292325 0%,#292325 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #292325 0%,#292325 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292325', endColorstr='#292325',GradientType=1 ); /* IE6-9 */
	color:#ffffff; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button:hover {
	-webkit-box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	box-shadow:0 0px 13px -4px rgba(44,125,232,.7),0 5px 12px -12px rgba(44,125,232,.5);
	color:#ffffff !important;
	border-color:#292325 !important;
}

.button-op {
	border-radius:6px;
	font-weight:700;
	font-family: 'Open Sans';
	border: 2px solid #1b1c21;
	font-size:13px; 
	color:#1b1c21; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op:hover {
	background:#1b1c21 !important;
	border-color:#1b1c21 !important;
	color:#ffffff !important;
}

.button-op-c {
	border-radius:6px;
	font-weight:700;
	font-family: 'Open Sans';
	border: 2px solid #292325; 
	font-size:13px; 
	color:#292325 !important; 
	text-transform:uppercase; 
	letter-spacing:2px;
}
.button-op-c:hover {
	border-color:#292325 !important;
	background-color:#292325 !important;
	color:#ffffff !important;
}

.dark-section .button-op:hover, .coloured-section .button-op:hover {
	color:#292325 !important;
	border-color:#ffffff !important;
}
.coloured-section .button-op-c:hover {
	color:#ffffff !important;
	background-color:#1b1c21 !important;
	border-color:#1b1c21 !important;
}

.page-container {
	background:#f7f8fc;
}
.header-info .header-info-item i {
	color:#000000;	
}

.white-section {
	background:#ffffff;
}
.grey-section {
	background:#f7f8fc;
}
.dark-section {
	background-color:#1b1c21;
}
.coloured-section {
	background: #292325; /* Old browsers */
	background: -moz-linear-gradient(left, #292325 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #292325 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #292325 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292325', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.module h1, .module h2, .module h3, .module h4, .module h5 {
	color:#111112 !important;
}
.module, .module strong {
	color:#FFFFFF !important;
}

.contact-item i {
	color:#292325;
}

.footer-section {
	background:#1b1c21;
	color:#768596;
}
.footer-social a, .footer-section ul li, .footer-section ul li a {
	color:#768596;
}

.service-box-2-title {
	font-family: 'Raleway'; 
	font-weight:500;
}.button {animation: pulse 2s infinite;}
@keyframes pulse {
    0%{
        transform: scale(0.97);
    }
    70%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.97);
    }
}
;}



.header-logo {max-width:400px;} .header-info .header-info-item i {color:#FFFFFF;} .header-style-1 .header-menu {float:none; position:absolute; left:0; width:100%; bottom:-60px; background:#1b1c21; padding:0px 10px; text-align:center;} .header-section {padding:20px 0 60px 0;}.header-menu ul li a {padding:10px 15px !important; font-weight:600 !important; color:#ccc;} .header-menu ul li a:hover {background:#292325; color:#fff !important;}


.pad {padding: 50px; margin-left: 20px;}
.icon-color {color: #292325;} 
.pm-contentBio h2 {color: #FFFFFF;}
.grey-section {background: #1B1C21;}
.quarter-content {padding: 90px;}
.centerQR {margin-left: 100px;}
.pm-content1 {padding: 20px; border-radius: 20px; margin-bottom: 10px; border: solid 3px #FFFFFF;}
.about {border-radius: 10px;}

.banner-slide-content 
{   animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header-menu ul li .header-menu-sub-menu li a {color:#121212 !important;}
.header-menu ul li .header-menu-sub-menu li a:hover {color:#121212 !important;}
.gallery-image {background: #000000;}
.gallery-image-box {background: #000000;}
@media (min-width: 680px) and (max-width:1260px) {.header-section {padding:10px 0 10px 0;}}@media (max-width: 680px) {.header-section {padding:10px 0 10px 0;}.header-logo {max-width:230px;}}

 {text-transform:uppercase;} h1 {font-size:36px;} h2 {font-size:32px;} h3 {font-size:28px;} h4 {font-size:24px;} h5 {font-size:21px;} .header-menu ul li a {font-weight:400; font-size:16px;}

.pm-content1 {animation: pulse 4s infinite;}
@keyframes pulse {
    0%{
        transform: scale(0.999);
    }
    70%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.999);
    }
}
}


@media (max-width: 768px) {
    text {margin-bottom: 100px; font-size: clamp(10px, 18px, 25px);  position: relative; bottom: 50px;}

.text {position: relative; top: 100px;}
}

.fontbig {font-size: clamp(1.5rem, 2vw, 2rem); line-height: 2rem}