@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Hepta+Slab:100,200,300,400,500,600,700,800,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, sub, sup, 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, main
{
	display: block;
}
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;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
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%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
	color:#000;
    font-weight: 600;
}
p span
{
	color:#e5ddd8;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
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; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li
{
    color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
	position:relative;
	margin-bottom:5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 4px;
    background: #008077;
    border-radius: 0 15px 15px 0;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
ul.list li a
{
	color:#666;
	text-decoration:underline;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	overflow:hidden;
}
.header
{
	position:relative;
}
.section
{
	position:relative;
	background:#fff;
	outline:0;
    z-index: 9999;
}
.footer
{
	position:relative;
    background: #000;
}
.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink.header-top
{
	background:#fff;
	box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.nav-shrink.header-top h1 a:after
{
	color:#000;
}
.nav-shrink.nav ul li a
{
	color:#5D5D5D;
}
.nav-shrink.header-top aside a
{
    color: #008077;
}
.nav-shrink .bar1,
.nav-shrink .bar2,
.nav-shrink .bar3
{
	background:#000;
}
.header-top
{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    padding: 10px 100px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-top h1
{
	margin:0;
}
.header-top h1 a
{
	display:block;
	position:relative;
}
.header-top h1 a:after
{
    content: "CAREER PVT LTD";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    font-size: 10.5px;
    color: #fff;
    font-weight: 600;
}
.header-top aside
{
    margin: 17px 0;
}
.header-top aside a
{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #008077;
    padding: 13px 24px;
}
.header-top aside a:hover
{
	background:#008077;
    color: #fff;
}
.nav
{
    margin-right: 50px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
    list-style: none;
    position: relative;
    float: left;
    margin-left: 15px;
}
.nav ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 31px 0;
    text-transform: uppercase;
    text-align: center;
}
.nav ul li a span
{
	display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #000;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #000;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
/*.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background: #1d9501;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
	left:0;
	right:auto;
	width:100%;
}*/
.nav ul li:hover > a, .nav ul li.active > a 
{
    color: #c3c6f2;
}
.nav ul li:first-of-type a:after, .nav ul li:nth-of-type(2) a:after, .nav ul li:nth-of-type(4) a:after, .nav ul li:nth-of-type(5) a:after, .nav ul li:nth-of-type(6) a:after
{
	display:none;
}
.nav ul li a:after
{
	bottom:0;
    left: 0;
	right:0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #2194d2;
    border-width: 8px;
    z-index: 9999;
	opacity:0;
	display:none;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	opacity:1;
}
.nav ul li ul
{
    width: 100%;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
	left:0px;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:solid 2px #2194d2;
}
.nav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
	width:auto;
}
.nav ul ul li a
{
	padding: 12px 20px 12px 20px;
    text-align: center;
    font-size: 14px;
    color: #909090;
    width: auto;
    position: relative;
    font-weight: 400;
    text-transform: none;
	border-bottom:solid 1px #F0F0F0;
} 
.nav ul ul li a:before, .nav ul ul li a:after
{
	display:none;
}
.nav ul ul li a:hover, .nav ul ul li a:hover:before
{
	color: #000;
	background:#F0F0F0;
}
.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;
}
.banner-wrapper
{
	height:100vh;
}
.banner
{
	width:100%;
	position:fixed;
	height:100vh;
	top:0;
}
/*.banner:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
   	background: rgba(0, 0, 0, 0.3);
	z-index:99;
}*/
.banner-text
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	text-align:center;
	display:table;
	z-index:999;
}
.banner-text > div
{
	display:table-cell;
	vertical-align:middle;
}
.banner-text h1
{
    color: #fff;
    font-size: 36px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Hepta Slab', serif;
}
.banner-text h3
{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 0 20px;
	font-size:16px;
}
.banner-text h3:first-of-type:before
{
	display:none;
}
.banner-text h3:before
{
    content: " ";
    position: absolute;
    top: -2px;
    left: -25px;
    width: 3px;
    height: 22px;
    background: #008077;
}
.banner-text a
{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 15px -2px 0 -2px;
    font-size: 12px;
    background: #008077;
    border:solid 2px #008077;
    padding: 14px 26px;
    border-radius: 30px 0 0 30px;
}
.banner-text a:nth-of-type(2)
{
    border:solid 2px #babcbe;
	background:none;
    border-radius: 0 30px 30px 0;
}
.banner-text a:hover
{
	opacity:0.5;
}
.bounce
{
    position: absolute;
    bottom: 0;
	left:0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    text-align: center;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 999;
    padding: 30px;
}
@-webkit-keyframes bounce
{
	0%, 20%, 50%, 80%, 100%
	{
		-webkit-transform: translateY(0);
	} 
	40%
	{
		-webkit-transform: translateY(-20px);
	}
	60%
	{
		-webkit-transform: translateY(-15px);
	}
}
@-moz-keyframes bounce
{
	0%, 20%, 50%, 80%, 100%
	{
		-moz-transform: translateY(0);
	}
	40%
	{
		-moz-transform: translateY(-20px);
	}
	60%
	{
		-moz-transform: translateY(-15px);
	}
}
@-o-keyframes bounce
{
	0%, 20%, 50%, 80%, 100%
	{
		-o-transform: translateY(0);
	}
	40%
	{
		-o-transform: translateY(-20px);
	}
	60%
	{
		-o-transform: translateY(-15px);
	}
}
@keyframes bounce
{
	0%, 20%, 50%, 80%, 100%
	{
		transform: translateY(0);
	}
	40%
	{
		transform: translateY(-20px);
	}
	60%
	{
		transform: translateY(-15px);
	}
}
.section-home
{
    padding: 100px;
    display: flex;
    align-items: center;
	position:relative;
}
.section-home:before
{
    content: " ";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 40%;
    background: #008077;
}
.section-home figure
{
    width: 50%;
}
.section-home aside
{
    width: 50%;
    text-align: justify;
    padding: 50px;
}
.section-home aside h2
{
	margin:0;
}
.section-home aside h2, .section-amenities h2, .section-team h2
{
    font-size: 36px;
    font-weight: 600;
    color: #008077;
    text-transform: uppercase;
    font-family: 'Hepta Slab', serif;
}
.section-home aside h2 span
{
    font-weight: 200;
    color: #000;
    -webkit-text-fill-color: #000;
}
.section-home aside h3
{
    font-size: 18px;
    font-family: 'Hepta Slab', serif;
}
.section-tabs
{
	position:relative;
}
.section-tabs:before
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #fff, #626362, #fff);
    z-index: 99;
}
.section-tabs ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.section-tabs ul li
{
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
    padding: 50px 20px;
	position:relative;
    background: linear-gradient(0deg, #fff, #dfefee, #fff);
}
.section-tabs ul li:hover
{
    background: #fff;
}
.section-tabs ul li:first-of-type:before
{
	display:none;
}
.section-tabs ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(0deg, #fff, #626362, #fff);
}
.section-tabs ul li:nth-of-type(2), .section-tabs ul li:nth-of-type(4)
{
    
}
.section-tabs ul li img
{
    width: 80px;
	height:80px;
}
.section-tabs ul li h3
{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Hepta Slab', serif;
	color:#008077;
}
.section-tabs ul li p
{
	
}
.section-amenities
{
	
}
.section-amenities article
{
	
}
.section-amenities h2
{
    background: linear-gradient(90deg, #fff, #008077, #fff);
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.section-amenities article ul
{
    padding: 0px;
    margin: 0;
    list-style: none;
}
.section-amenities article ul li:first-of-type,
.section-amenities article ul li:nth-of-type(2),
.section-amenities article ul li:nth-of-type(3)
{
    width: 33.333333%;
}
.section-amenities article ul li
{
    float: left;
    list-style: none;
    width: 50%;
}
.section-amenities article ul li figure
{
    position: relative;
    overflow: hidden;
}
.section-amenities article ul li figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-amenities article ul li:hover figure img
{ 

}
.section-amenities article ul li figure:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-amenities article ul li:hover figure:after
{
    background: rgba(0, 0, 0, 0.6);
}
.section-amenities article ul li figure figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
	padding:20px 30px;
}
.section-amenities article ul li figure figcaption > div
{
    vertical-align:middle;
	display:table-cell;
}
.section-amenities article ul li figure figcaption h3
{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.section-amenities article ul li figure figcaption h3, .section-amenities article ul li figure figcaption p, .section-amenities article ul li figure figcaption h4
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
	opacity:0;
}
.section-amenities article ul li:hover figure figcaption h3,  .section-amenities article ul li:hover figure figcaption p,.section-amenities article ul li:hover figure figcaption h4
{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
.section-amenities article ul li figure figcaption p
{
    line-height: 20px;
    font-size: 14px;
    color: #fff;
	transition-delay:0.5s;
}
.section-amenities article ul li figure figcaption h4
{
	font-style:italic;
	color:#fff;
	font-weight:600;
	font-size:16px;
	transition-delay:0.8s;
}
.section-team
{
	padding: 90px;
	text-align:center;
	background:url(../images/team.jpg) center center no-repeat;
	background-size:cover;
}
.section-team h2
{
	
}
.section-team article
{
	width:33.333333%;
	float:left;
}
.section-team article figure
{
    position: relative;
    border-radius: 30px 0;
    overflow: hidden;
    width: 75%;
    margin: auto;
	display:none;
}
.section-team article img
{
	
}
.section-team article figcaption
{
	
}
.section-team article figcaption h3
{
    margin-bottom: 5px;
    color: #008077;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Hepta Slab', serif;
}
.section-team article figcaption p
{
    margin: 0;
    color: #000;
    line-height: 6px;
    font-size: 14px;
    font-weight: 500;
}
.team
{
    margin-top: 30px;
    border-top: dashed 1px #008077;
    padding-top: 10px;
}
.team ul
{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.team ul li
{
    width: 33.333333%;
    float: left;
    display: flex;
}
.team ul li figcaption
{
    position: relative;
    text-align: center;
    border-radius: 3px;
    width: 100%;
	margin:15px;
}
.team ul li figcaption:before
{
    content: " ";
    background: #1a1f94 url(../images/group.svg) center center no-repeat;
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
    padding: 3px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
	display:none;
}
.team ul li figcaption h3
{
    color: #008077;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.team ul li figcaption p
{
    margin: 0;
    color: #000;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}
.mypets
{
    cursor: pointer;
    color: #000;
    font-size: 26px;
    padding: 22px 0;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 999;
    border-bottom: solid 2px #babcbe;
    font-family: 'Hepta Slab', serif;
	counter-increment: chapter; 
}
.mypets:before
{
	content: counter(chapter) ""; 
    width: 40px;
    height: 40px;
    background: #008077;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin-right: 12px;
    border-radius: 50%;
}
.mypets:after
{
    content: "\f067";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 22px;
    width: 40px;
    height: 40px;
    background: #babcbe;
    text-align: center;
    padding: 12px 0;
}
.openpet
{
	margin:0 0 0 0;
}
.openpet:after
{
	content:"\f068";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 22px;
    width: 40px;
    height: 40px;
    background: #babcbe;
    text-align: center;
    padding: 12px 0;
}
.thepet
{
	padding:30px 0px;
	border-bottom:solid 2px #babcbe;
	border-top:none;
	position:relative;
	top:-5px;
	margin-bottom:15px;
}
.thepet figure
{
	width:35%;
	padding:15px 0;
}
.thepet aside
{
	width:60%;
}
.thepet aside h3
{
	font-style:italic;
	color:#000;
	font-weight:600;
	font-size:18px;
}
.section-contact
{
    background: url(../images/get.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 100px 100px;
}
.section-contact h3
{
	color: #fff;
    font-weight: 400;
    font-size: 22px;
	margin-top:0;
}
.section-contact h2
{
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Hepta Slab', serif;
}
.section-contact aside
{
	width:45%;
}
.section-contact aside p
{
	color:#fff;
	position:relative;
	padding-left:20px;
}
.section-contact aside p i
{
	color:#008077;
	position:absolute;
	top:5px;
	left:0;
}
.section-contact aside p strong
{
	display:block;
	color:#008077;
    font-weight: 600;
}
.section-contact fieldset
{
	width:50%;
}
.section-contact fieldset aside
{
	width:49.5%;
}
.section-contact fieldset input::-webkit-input-placeholder,
.section-contact fieldset textarea::-webkit-input-placeholder,
.section-contact fieldset input::-moz-placeholder,
.section-contact fieldset textarea::-moz-placeholder,
.section-contact fieldset input:-ms-input-placeholder,
.section-contact fieldset textarea:-ms-input-placeholder,
.section-contact fieldset input:-moz-placeholder,
.section-contact fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
}
.section-contact fieldset input[type=text], .section-contact fieldset input[type=email], .section-contact fieldset input[type=number], .section-contact fieldset textarea
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.3);
	margin:0.5% 0;
}
.section-contact fieldset textarea
{
    margin: 0.2% 0;
}
.section-contact fieldset input[type=submit], .section-contact fieldset input[type=reset]
{
    border: none;
    padding: 16px 40px;
    outline: 0;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	display:inline-block;
}
.section-contact fieldset input[type=submit]
{
    background: #008077;
    color: #fff;
}
.section-contact fieldset input[type=reset]
{
	background: #babcbe;
    color: #000;
}
.footer
{
	
}
.foot
{
	border-bottom:solid 2px #161616;
}
.foot aside
{
	width:33.333333%;
	float:left;
	padding:35px 50px;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}
.foot aside:nth-of-type(2)
{
	border-left:solid 2px #161616;
	border-right:solid 2px #161616;
}
.foot p
{
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #d5dbe6;
	text-align:center;
    width: 100%;
}
.foot h3, .footer h3
{
    color: #fff;
    font-size: 16px;
    margin: 0 0 12px 0;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}
.foot a
{
    color: #d5dbe6;
}
.foot a:hover
{
	color:#fff;
}
.foot strong
{
    color: #fe8a2c;
}
.foot_list
{
	padding:20px 0;
}
.foot_list ul
{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.foot_list ul li
{
	display:inline-block;
	margin:2px 5px;
}
.foot_list ul li a
{
	color: #d5dbe6;
    font-size: 15px;
	line-height:24px;
	font-weight:300;
    position: relative;
	text-transform:uppercase;
}
.foot_list ul li a:hover
{
	opacity:0.6;
}
.social-icon-footer
{
    text-align: center;
	width:100%;
}
.social-icon-footer h3
{
	margin-bottom:0;
}
.social-icon-footer a
{
    display: inline-block;
	margin-bottom:20px;
}
.social-icon-footer a img
{
	width:36px;
	border-radius:50%;
}
.social-icon-footer a:hover
{
	opacity:0.6;
}
.foot-right
{
	
}
.footer-bottom
{
	padding:30px 100px 30px 100px;
	border-top:solid 2px #171e33;
}
.footer-bottom-inner p
{
	color:#fff;
	font-size:15px;
	margin:0;
}
.footer-bottom-inner p span
{
	color:#fff;
}
.footer-bottom-inner a
{
	color: #CCC;
    position: relative;
}  
.footer-bottom-inner a:hover
{
	color: #d83030;
}
.g-recaptcha
{
	display: inline-block;
}
.page-title
{
    display: flex;
    align-items: center;
	margin-top:100px;
	padding:50px 100px;
}
.page-title h2
{
    color: #000;
    font-weight: 800;
    font-size: 35px;
    font-family: 'Hepta Slab', serif;
}
.page-title nav
{
    z-index: 99;
	margin-left:auto;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    margin-left: 50px;
    font-size: 16px;
	position:relative;
    color: #008077;
}
.page-title nav ul li:after
{
    content: "/";
    position: absolute;
    left: -25px;
    color: #000;
}
.page-title nav ul li:first-of-type:after
{
	display:none;
}
.page-title nav ul li a
{
    color: #000;
    font-size: 16px;
    display: inline-block;
    border-radius: 15px;
}
.page-title nav ul li a:hover
{
    color: #e0312f;
}
.section-content
{
	padding:100px;
}
.section-content h3
{
    font-size: 30px;
    font-weight: 600;
    color: #008077;
    font-family: 'Hepta Slab', serif;
}