@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat: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
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Montserrat", 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
{    
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
    margin: 15px 0;
    text-align: justify;
}
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: 26px;
    font-size: 16px;
    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 #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 55px;
    float: right;
    right: 10px;
    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: #00966e;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #00966e;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
    color: #fff;
}
.wrapper
{
	
}
.emaillink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999; 
}
.emaillink a
{
    background: #00966e;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    right: 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
{
	
}
.nav-shrink
{
    -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
{
	-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;
}
.nav-shrink.header
{
    background: rgba(0,0,0,0.8);
    -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-strip
{
    background: #00966e;
    padding: 5px 0;
}
.header-strip a
{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 150px;
}
.header-strip a:nth-of-type(2)
{
    margin-left: auto;
}
.header-strip a:before
{
    font-family: 'FontAwesome';
    content: "\f0e0";
    background: #fff;
    font-size: 16px;
    font-weight: 200;
    color: #00966e;
    margin-right: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-strip a:nth-of-type(2):before
{
    font-family: 'FontAwesome';
    content: "\f095";
    font-size: 18px;
}
.header-top
{
	
}
.header-top .row
{
    position:relative;
}
.header-top h1
{
    margin: 0px 0;
    position: absolute;
    top: -38px;
    left: 0;
}
.header-top h1 a
{
    display: block;
    background: #fff;
    padding: 12px 20px;
    border-radius: 0 0 15px 15px;
}
.header-top h1 a 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;
}
.nav
{
    margin-left: auto;
    margin-top: 22px;
    margin-bottom: 22px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
/*.nav ul li
{
	list-style: none;
    display: inline-block;
	margin:0 16px;
    position: relative;
}*/
.nav ul li
{
    list-style: none;
    float: left;
    margin-left:32px;
    position: relative;
}
.nav ul li a
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 12px 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: #00966e;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: top;
}
.nav ul li a i:after
{
    content: " ";
    background: #00966e;
    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: #00966e;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    z-index: 9999999;
	padding:25px 30px;
    margin-left: -30px;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
    text-align: left;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    color: #1e1e1c;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
	text-align:left;
	font-size:16px;
	position: relative;
	display: inline-block;
    text-transform: none;
}
.nav ul ul li a:after
{
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-weight: 300;
    color: #00966e;
    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:#00966e;
}
.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;
}
.enquire-button
{
    margin-left: auto;
}
.enquire-button a
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 15px 22px;
}
.enquire-button a:hover
{
    border: solid 1px #00966e;
    background: #00966e;
}
.hero
{
    width: 100%;
    height: 120vh;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-family: "Amaranth", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #333333;
}
.container h2 span
{
    color: #00966E;
}
.container h3
{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    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: 18px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #00966e;
    background: #00966e;
    padding: 18px 30px;
    margin: 15px 0;
    position: relative;
    border-radius: 5px;
}
a.linkbutton:hover
{
    border: solid 1px #00966e;
    background: #fff;
    color: #00966e;
}
.intro
{

}
.intro aside
{
    width: 55%;
    margin-left: auto;
}
.intro aside h2
{
    padding-left: 35px;
    position: relative;
}
.intro aside h2:before
{
    content: " ";
    background: linear-gradient(45deg, #fff, #00966E);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
}
.intro aside h2 small
{
    color: #00966E;
    border: solid 1px #00966E;
    width: 120px;
    height: 46px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.intro aside h2 span
{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 40px;
}
.intro figure
{
	width: 42%;
	position: relative;
    padding-right: 50px;
}
.intro figure img
{
    border-radius: 20px;
}
.intro figure:after
{
    content: " ";
    background: #00966E;
    border: solid 15px #00966E;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 288px;
    height: 288px;
    border-radius: 20px;
    z-index: -8;
    box-shadow: 0px 0px 0px 1px #fff inset;
}
.success-reports
{

}
.success-reports h2
{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #aaaaaa;
}
.success-reports a.linkbutton
{
    font-family: "Montserrat", sans-serif;
    margin: 15px 0;
    margin-left: auto;
}
.success-reports ul
{
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
    counter-reset: item;
}
.success-reports ul li
{
    background: #fff;
    border:solid 1px #d2d2d2;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.success-reports ul li:after
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #00966e;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.success-reports ul li h3
{
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 10px;
}
.success-reports ul li a.linkbutton
{
    padding: 8px 20px;
    margin: 0 0 15px 0;
    border-radius: 30px;
}
.videos
{
	text-align: center;
}
.videos .row
{
    max-width: 100%;
}
.videos .owl-carousel
{
    margin-top: 20px;
    padding-bottom: 50px;
}
.videos .owl-dots
{
    display: none;
}
.videos .owl-carousel .owl-stage
{
    display: flex;
}
.videos .owl-carousel.owl-drag .owl-item
{
    display: flex;
}
.videos .VideosSlider .item
{

}
.videos .VideosSlider .item a
{
    display: block;
    background: #00966e;
}
.videos .VideosSlider .item h3
{
    color: #fff;
}
.videos .VideosSlider .item a span
{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 4px 8px;
    margin-bottom: 15px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.videos .VideosSlider .item a:hover span
{
    color: #00966e;
    background: #fff;
}
.section-contact
{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap:30px;
}
.section-contact iframe
{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.section-contact aside, .career-contact
{
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 15px;
    padding: 35px 50px;
}
.career-contact
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.career-contact h2
{
    grid-column: 1 / 5;
}
.section-contact aside h2, .career-contact h2
{
    color: #00966e;
    margin-bottom: 50px;
}
.section-contact aside a, .career-contact a
{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.section-contact aside a:hover, .career-contact a:hover
{
    color: #00966e;
}
.section-contact aside a small, .career-contact a small
{
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #00966e;
    letter-spacing: 1px;
}
.section-contact aside a:before, .career-contact a:before
{
    font-family: 'FontAwesome';
    content: "\f095";
    background: #00966e;
    font-size: 26px;
    font-weight: 200;
    color: #fff;
    margin-right: 8px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-contact aside a:nth-of-type(2):before, .career-contact a:nth-of-type(2):before
{
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-size: 24px;
}
.footer
{
    background: #00966e url(../images/footer-img.jpg) center center no-repeat;
    background-size: cover;
	position:relative;
    z-index: 9;
}
.footer-content
{
    width: 358px;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.footer article
{
	padding:85px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:12%;
}
.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;
    font-weight: 400;
    line-height: 50px;
	position:relative;
}
.footer article aside ul li a:hover
{
    
}
.social-icons
{
	
}
.social-icons a
{
    display: block;
    border: solid 1px #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}
.social-icons a:hover
{
    
}
.footer p
{
    color: #fff;
}
.footer p strong
{
    color: #fff;
    font-weight: 500;
	display:block;
}
.footer a
{
    color: #fff;
}
.footer-bottom
{
}
.footer-bottom .row
{
    border-top: solid 1px #fff;
    padding:15px 0px;
}
.page-title
{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    height: 400px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-title:before
{
    content: " ";
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -8;
}
.page-title h2
{
    font-family: "Amaranth", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #fff;
}
.aboutus
{

}
.aboutus aside
{
    width: 55%;
}
.aboutus figure
{
    width: 42%;
    position: relative;
}
.aboutus figure img
{
    border-radius: 20px;
}
.vision-mission
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.vision-mission aside
{
    border-radius: 20px;
    border:solid 1px #00966e;
    background: #fff;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.vision-mission aside:hover
{
    background: #00966e;
}
.vision-mission aside h2
{
    font-size: 30px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.vision-mission aside p
{
    text-align: center;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.vision-mission aside:hover h2,
.vision-mission aside:hover p
{
    color: #fff;
}
.vision-mission aside img
{
    margin: 15px 0 0 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.vision-mission aside:hover img
{
    filter: invert(1) brightness(5);
}
.services
{

}
.services ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.services ul li
{
    border-radius: 10px;
    border:solid 1px #d4e9e3;
    text-align: center;
    padding: 10px;
}
.services ul li img
{
    margin: 15px 0 0 0;
}
.services ul li:hover
{
    border:solid 1px #00966e;
}
.career
{
    display: flex;
}
.career aside
{
    width: 50%;
    background: url(../images/Careers.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 35px 50px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.career aside:after
{
    content: " ";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.career aside h2,
.career aside p,
.career aside p strong
{
    color: #fff;
}
.career .formfield
{
    width: 45%;
    background: #fff;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.09);
    padding: 35px 40px;
    border-radius: 20px;
    margin-left: auto;
}
.career .formfield h2
{
    margin-left: 10px;
}
.formfield
{
    
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
    color: #000;
    font-family: "Montserrat", 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: #333333;
    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 #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #000;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #000;
  color: #fff;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
    
}
.selectdiv
{
    position: relative;
    font-family: "Montserrat", 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: "Montserrat", sans-serif;
    cursor:pointer;
}
.selectdiv:hover select
{
    
}
.selectdiv select:focus
{
    
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
    height:100px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Montserrat", 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: none;
    background: #00966e;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 15px;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    
}
.address-details
{
    text-align: center;
}
.address-details article
{
    display: flex;
    margin-top: 30px;
}
.address-details aside
{
    border-left: solid 1px #ebe0c4;
    width: 33.333333%;
    float: left;
    padding: 0 20px;
}
.address-details aside:first-of-type
{
    border-left: none;
}
.address-details p
{
    position: relative;
    padding: 0 0px 0 45px;
    margin: 0 0 15px 0;
    text-align: left;
}
.address-details p strong
{
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 16px;
}
.address-details p i
{
    position: absolute;
    top: 0px;
    left: 0;
    width: 36px;
    height: 36px;
    background: #00966e;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 200;
}
.address-details .social-icons
{
    text-align: left;
}
.address-details .social-icons a
{
    border: solid 1px #00966e;
    color: #00966e;
}
.videoWrapper
{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-gallery
{
    
}
.video-gallery ul
{
    padding:0;
    margin:0;
}
.video-gallery ul
{
    padding:0;
    margin:0;
}
.video-gallery ul .videoWrapper
{
    padding-bottom: 28.25%;
}
.video-gallery ul li
{
    width:50%;
    float:left;
}
.video-gallery ul li iframe
{
    border:solid 10px #fff;
}
.formobile
{
	display:none !important;
}