@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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
{
	width:auto;
	margin:0;
	border:0;
	font-family: "DM Sans", 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: #000;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	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: #000;
    line-height: 25px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #000;
}
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: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.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
{
	
}
.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;
    background: rgba(255,255,255,0);
}
.nav-shrink.header
{
    background: rgba(255,255,255,1);
}
.header:hover
{
    background: rgba(255,255,255,1);
}
.header-top
{
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
    background: #fff;
    padding: 10px 10px;
    border-radius: 0 0 10px 0;
	position:relative;
}
.header-top h1:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 100%;
    z-index: -8;
}
.header-top h1 img
{
	-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;
}
.phoneno
{
	margin-left: auto;
}
.phoneno a
{
    display: flex;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    align-items: center;
    gap: 5px;
    border: solid 1px #fff;
    padding: 3px 10px 3px 3px;
    border-radius: 30px;
}
.header:hover .phoneno a, .nav-shrink .phoneno a
{
    color: #333333;
    border: solid 1px #333333;
}
.phoneno a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e0b0";
    font-weight: 200;
    width: 30px;
    height: 30px;
    background: linear-gradient(0deg, #59b747, #1a75bb);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nav
{
	margin-left: 30px;
}
.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: 15px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 17px 0px;
    text-transform: uppercase;
}
.header:hover .nav ul li a, .nav-shrink .nav ul li a
{
    color: #333333;
}
.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: #59b747;
}
.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;
}
.hero
{
    width: 100%;
	height: 100vh;
	position: relative;
	z-index: 9;
}
.hero:after
{
    content: " ";
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
	position: relative;
	display: inline-block;
	margin: 0;
}
.container h2:before
{
    content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -15px;
    width: 12px;
    height: 30px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #232629;
    font-size: 22px;
    font-weight: 600;
    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: 17px;
    color: #fff;
    border: solid 1px #1a75bb;
    background: #1a75bb;
    padding: 16px 30px 16px 30px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:hover
{
    color: #fff;
    background: #59b747;
    border: solid 1px #59b747;
}
.intro
{
	
}
.intro aside
{
	width: 48%;
	margin-left: auto;
}
.intro figure
{
	width: 48%;
	position: relative;
	z-index: 9;
}
.intro figure:before
{
	content: " ";
    background: linear-gradient(0deg, #59b747, #1a75bb);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: -9;
    margin: auto;
	opacity: 0.3;
}
.count
{
	
}
.count ul
{
    padding: 0;
    margin: 0px -15px;
}
.count ul li
{
	width: 50%;
	float: left;
}
.count ul li article
{
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count ul li article figure
{
    width: 75px;
    height: 75px;
    border: solid 1px #1a75bb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.count ul li article figure:before
{
    display: none;
}
.count ul li article aside
{
    width: auto;
    margin: auto;
}
.count ul li article:before
{
	content: " ";
	background: linear-gradient(90deg, #fff, #59b747, #1a75bb, #fff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.count ul li article h1
{
    color: #333333;
    font-weight: 500;
    font-size: 42px;;
	margin-bottom: 0;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 40px;
    margin-left: 4px;
    top: 0;
    position: relative;
}
.count ul li:nth-of-type(2) article h1:after
{
    content: "%";
    font-size: 30px;
}
.count ul li article h3
{
    font-size: 15px;
    color: #5C5C5C;
    font-weight: 400;
	margin-top: 0;
}
.services
{
	text-align: center;
    background: #333333;
}
.services h2
{
	color: #fff;
}
.services ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
.services-page ul
{
	margin: 0px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.services ul li, .services-page ul li
{
	width: 100%;
    display: flex;
}
.services ul li a, .services-page ul li a
{
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.services ul li:last-of-type a
{
	background: #1a75bb;
}
.services ul li:last-of-type a:hover
{
    background: #59b747;
}
.services ul li:last-of-type a h1
{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}
.services ul li a:after, .services-page ul li a:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    font-weight: 400;
    width: 30px;
    height: 30px;
    background: #333333;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: translateX(-30px);
    opacity: 0;
}
.services ul li:last-of-type a:after
{
    width: 40px;
    height: 40px;
    background: #59b747;
    font-size: 28px;
    position: static;
    transform: translateX(0px);
    opacity: 1;
    margin:0 auto;
}
.services ul li:last-of-type a:hover:after
{
    background: #fff;
	color: #333333;
}
.services ul li a:hover:after, .services-page ul li a:hover:after
{
    transform: translateX(0px);
    transition-delay: 0.3s;
    opacity: 1;
}
.services ul li a img, .services-page ul li a img
{
	width: 100%;
	height: 300px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover img, .services-page ul li a:hover img
{
	transform: scale(1.1);
}
.services ul li a figcaption, .services-page ul li a figcaption
{
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
}
.services ul li a figcaption h3, .services-page ul li a figcaption h3
{
    color: #fff;
    transform: translateY(30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover figcaption h3, .services-page ul li a:hover figcaption h3
{
    transform: translateY(0px);
	margin: 5px 0;
}
.services ul li a figcaption span, .services-page ul li a figcaption span
{
	display: block;
    color: #fff;
    transform: translateY(30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity: 0;
}
.services ul li a:hover figcaption span, .services-page ul li a:hover figcaption span
{
    transform: translateY(0px);
	opacity: 1;
}
.whyus
{
	background: #e2f0e2;
	position: relative;
	overflow: hidden;
}
.whyus aside
{
	width: 40%;
}
.whyus figure
{
    position: absolute;
    top: 100px;
    right: 0;
    width: 600px;
    height: 600px;
    transform: rotate(-30deg);
}
.getintouch
{
	
}
.getintouch .row
{
    background: #1a75bb url("../images/Getintouch.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px;
	border-radius: 30px;
}
.getintouch .row h1
{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}
.getintouch a.linkbutton
{
	background: #fff;
    color: #333333;
}
.getintouch a.linkbutton:hover
{
    color: #fff;
    background: #59b747;
    border: solid 1px #59b747;
}
.formfield
{
	
}
.formfield h2
{
    margin: 15px 0 15px 10px;
}
.formfield h3
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "DM Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "DM Sans", 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: #000;
    font-size: 15px;
}
.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 #5b697c;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "DM Sans", 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 input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
	
}
.selectdiv
{
	position: relative;
	font-family: "DM Sans", sans-serif;
	padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 50px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
	background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "DM Sans", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #5b697c;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "DM Sans", 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 #1a75bb;
    background: #1a75bb;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    border-radius: 30px;
    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: #333333;
	position:relative;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.footer-logo
{
	position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
	z-index: 9;
}
.footer-logo:before
{
	content: " ";
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -8;
}
.footer article
{
	padding:85px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:9%;
}
.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: #fff;
    font-size: 18px;
	line-height:28px;
	font-weight: 500;
	position:relative;
}
.footer article aside ul li a:hover
{
    
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	line-height: 28px;
}
.footer p strong
{
    color: #59b747;
    font-weight: 500;
    display: block;
}
.footer-bottom
{
    background: #fff;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #000;
}
.footer-bottom p:nth-of-type(even)
{
    margin-left: auto;
}
.footer-bottom a
{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 20px;
	height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-title:before
{
    content: " ";
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.page-title h2
{
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.page-title nav
{
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 8px;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 0 0;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 0 12px;
    position: relative;
	border-left: solid 1px #1a75bb;
}
.page-title nav ul li:first-of-type
{
	border-left: none;
}
.page-title nav ul li a
{
    display: block;
    color: #B4B4B4;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
	color: #1a75bb;
}
.aboutus
{
	
}
.aboutus figure
{
	width: 25%;
}
.aboutus aside
{
	width: 70%;
	margin-left: auto;
}
.services-page
{
	
}
.services-content
{
	
}
.services-content figure
{
	width: 40%;
}
.services-content figure img
{
    border-radius: 30px;
}
.services-content aside
{
	width: 55%;
	margin-left: auto;
}
.photo-gallery
{
	text-align:center;
}
.photo-gallery ul
{
    padding: 0;
    margin: -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 33.333333%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px;
}
.photo-gallery ul li a img
{
    width: 100%;
	height: 250px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery  ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
	opacity: 0;
}
.photo-gallery ul li a:hover:after
{
	opacity: 1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.contact
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.address-details
{
    width: 40%;
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 50px;
	border-top: solid 1px #c5c5c5;
	margin: 0;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #59b747;
}
.address-details p i
{
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #1a75bb;
    color: #1a75bb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
	margin-top: 30px;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}