@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Questrial&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: "Questrial", 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: 27px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #feb700;
}
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
{
	
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:top 0.8s;
	z-index:9999999;
}
.header
{
	background: #fff;
	-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;
    padding: 15px 0px;
    margin: 0 30px;
    border-radius: 0 0 20px 20px;
}
.header-top
{
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
	position: relative;
}
.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;
}
.header-top aside
{
	
}
.header-top aside a.linkbutton
{
	margin: 0;
}
.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-right: 22px;
}
.nav ul li a
{
    color: #222828;
    font-size: 17px;
    font-weight: 600;
    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: #03312f;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: top;
}
.nav ul li a i:after
{
    content: " ";
    background: #03312f;
    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: #03312f;
}
.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: #03312f;
    font-size: 16px;
	font-weight: 500;
	border-bottom: solid 1px #03312f;
	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: #03312f;
    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:#03312f;
}
.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: 80vh;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 28px;
    font-weight: 700;
    color: #03312f;
    line-height: 32px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #222828;
    font-size: 20px;
    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-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #03312f;
    border: solid 1px #feb700;
    background: #feb700;
    padding: 15px 46px;
    margin: 15px 0;
    border-radius: 10px;
    position: relative;
}
a.linkbutton:hover
{
    color: #03312f;
    background: #fff;
    border: solid 1px #03312f;
}
a.linkbutton:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 15px;
}
.intro
{
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.intro:before
{
	content: " ";
	background: #03312f;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 65%;
	z-index: -8;
}
.intro figure
{
	width: 55%;
	position: relative;
}
.intro figure img
{
	border-radius: 30px;
}
.intro aside
{
	width: 40%;
	margin-left: auto;
	background: #03312f;
}
.intro aside h2,
.intro aside h3,
.intro aside p
{
	color: #fff;
}
.intro aside p strong
{
	color: #81efd6;
}
.intro aside a.linkbutton,
.services a.linkbutton
{
    border: solid 1px #feb700;
}
.intro aside a.linkbutton:hover,
.services a.linkbutton:hover
{
    border: solid 1px #fff;
	background: none;
	color: #fff;
}
.services
{
	background: #03312f;
	text-align: center;
}
.services h2
{
	color: #fff;
}
.services ul
{
	padding: 0;
	margin: 0 -15px;
}
.services ul li
{
	width: 25%;
	float: left;
}
.services ul li a
{
	display: block;
	margin: 15px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.services ul li a:after
{
	content: " ";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.services ul li a:hover:after
{
	
}
.services ul li a img
{
	height: 400px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover img
{
	transform: scale(1.2);
}
.services ul li a figcaption
{
	text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
	z-index: 9;
}
.services ul li a figcaption h2
{
    font-size: 22px;
    line-height: 25px;
	margin: 0;
}
.services ul li a figcaption p
{
	color: #fff;
}
.services ul li a figcaption button
{
    font-family: "Questrial", sans-serif;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #222828;
    border: solid 1px #fff;
    background: #fff;
    padding: 15px 46px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
	margin-top: auto;
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a figcaption button:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 15px;
}
.services ul li a:hover figcaption button
{
    transform: translateY(0px);
    opacity: 1;
}
.land
{
	text-align: center;
}
.land ul
{
	margin: 0 -15px;
}
.land ul li
{
	width: 25%;
	float: left;
}
.land ul li a
{
	display: block;
	text-align: center;
	background: #dcedec;
	padding: 20px;	
	margin: 15px;
    border-radius: 30px;
}
.land ul li a:hover
{
	background: #03312f;
}
.land ul li a h2
{
    font-size: 22px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.land ul li a:hover h2
{
    color: #fff;
}
.land ul li a img
{
	filter: invert(1);
	margin: 15px 0 0 0;
}
.land ul li a:hover img
{
	filter: invert(0);
}
.land ul li a button
{
    background: none;
    border: none;
    font-family: "Questrial", sans-serif;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #222828;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
	padding: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.land ul li a:hover button
{
    color: #fff;
}
.land ul li a button:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: -20px;
    top: -2px;
}
.help
{
    padding: 0;
    position: relative;
    top: 61px;
    z-index: 99;
    margin-top: -61px;
}
.help .row
{
	background: #03312f;
	padding: 30px 20px;
	border-radius: 30px;
}
.help .alignmiddle
{
	justify-content: center;
	text-align: center;
	gap:15px;
}
.help h2
{
	color: #fff;
    font-size: 34px;
}
.help a.linkbutton
{
    background: #fff;
    border: solid 1px #fff;
    color: #222828;
    margin: 0;
    width: 166px;
    padding: 15px 0px;
    justify-content: center;
}
.help a.linkbutton:hover
{
	background:none;
    border: solid 1px #fff;
    color: #fff;
}
.help a.linkbutton:nth-of-type(2)
{
    border: solid 1px #feb700;
    background: #feb700;
}
.help a.linkbutton:nth-of-type(2):hover
{
    border: solid 1px #fff;
    background: none;
    color: #fff;
}
.footer
{
    background: #222828;
	position:relative;
}
.footer-content
{
    width: 360px;
}
.footer-content h1
{
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0 50px 0;
	display: flex;
	max-width: 1100px !important;
}
.footer article a.linkbutton
{
	
}
.footer article a.linkbutton:hover
{
    color: #fff;
    background: #222828;
    border: solid 1px #fff;
}
.footer article aside
{
    margin-right:19%;
}
.footer article aside:nth-of-type(2)
{
	margin-left: auto;
}
.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: 16px;
	line-height:30px;
	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: 36px;
    height: 36px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    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: 16px;
}
.footer p strong
{
    color: #fff;
    font-weight: 600;
}
.consulting
{
	
}
.consulting h3
{
    position: relative;
    line-height: 20px;
}
.consulting h3 small
{
	display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom
{
    background: #fff;
	padding:15px 0px;
    margin: 0 30px;
    border-radius: 20px 20px 0 0;
}
.footer-bottom p
{
    color: #000;
}
.footer-bottom a
{
    color: #03312f;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
    background: #03312f;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 100px 20px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-title h2
{
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}
.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 #034ea2;
}
.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: #034ea2;
}
.company
{
    background: #dcedec;
	position: relative;
	z-index: 9;
}
.company:before
{
	content: " ";
    background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 20%;
	z-index: -8;
}
.company:after
{
	content: " ";
    background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20%;
	z-index: -8;
}
.company figure
{
	width: 25%;
}
.company figure img
{
    border-radius: 30px;
}
.company aside
{
	width: 70%;
	margin-left: auto;
}
.about-us-intro
{
	
}
.about-us-intro aside
{
	width: 48%;
}
.about-us-intro figure
{
	width: 48%;
	margin-left: auto;
}
.about-us-intro figure img
{
	border-radius: 30px;
}
.whyus
{
	
}
.whyus .row
{
    background: #03312f;
	border-radius: 30px;
	overflow: hidden;
}
.whyus figure
{
	width: 48%;
}
.whyus aside
{
	width: 48%;
	margin-left: auto;
}
.whyus aside h2,
.whyus aside p
{
	color: #fff;
}
.our-services
{
	
}
.our-services article
{
    border: solid 1px #dcedec;
    display: flex;
    align-items: center;
	border-radius: 30px;
	overflow: hidden;
	margin: 15px 0;
	width: 75%;
}
.our-services article:nth-of-type(even)
{
	float: right;
}
.our-services article figure
{
    width: 30%;
}
.our-services article aside
{
    padding-left: 30px;
}
.land-type
{
	
}
.land-type ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:15px;
}
.land-type ul li
{
	border: solid 1px #dcedec;
	border-radius: 30px;
	padding: 15px 30px;
}
.land-type ul li:nth-of-type(even)
{
	background: #dcedec;
}
.land-type ul li figure
{
    filter: invert(1);
	margin: 15px 0;
}
.land-type ul li aside
{
	
}
.land-type ul li aside h2
{
    font-size: 22px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.success-stories
{
	
}
.success-stories article
{
	display: flex;
	align-items: center;
	text-align: left;
}
.success-stories article:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.success-stories article figure
{
	width: 50%;
}
.success-stories article figure img
{
    border-radius: 30px;
}
.success-stories article aside
{
	width: 50%;
	padding-left: 50px;
}
.success-stories article:nth-of-type(even) aside
{
	padding-left: 0px;
	padding-right: 50px;
}
.testimonials
{
	text-align: center;
}
.testimonials .owl-dots
{
	display: none;
}
.testimonials .row
{
	max-width: 800px;
	position: relative;
}
.testimonials .TestimonialsSlider .item
{
	position: relative;
}
.testimonials .TestimonialsSlider .item h3
{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.testimonials .TestimonialsSlider .item h3 small
{
    color: #feb700;
    font-size: 15px;
	display: block;
}
.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: 210px;
	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
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2, .formfield h3
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Questrial", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Questrial", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Questrial", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Questrial", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label 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 #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Questrial", 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: "Questrial", 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: "Questrial", sans-serif;
}
.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: "Questrial", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Questrial", 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 #feb700;
    background: #feb700;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #03312f;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    font-family: "Questrial", sans-serif;
    border-radius: 10px;
    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
{
    background: none;
	color: #03312f;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
.address-details
{
    width: 40%;
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
	margin: 0;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #7f7f7f;
	font-size: 14px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 1px;
    left: 0;
	color: #feb700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.address-details p:nth-of-type(3) i
{
    font-size: 35px;
    top: -2px;
}
.gmap
{
	margin-top: 30px;
	width: 50%;
}
.gmap iframe
{
	border-radius: 30px;
}
.formobile
{
	display:none !important;
}