@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
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: 0;
    float: right;
    right: 25px;
    width: 50px;
    height: 50px;
    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;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'PT 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%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #676767;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
	margin:15px 0;
}
p strong
{
	color:#8799ba;
    font-weight: 500;
}
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:#ff316242e;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#16242e; 
}
table
{ 
	color: #16242e;
    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
{
    margin-left: 30px;
    line-height: 28px;
}
ul.list li strong
{
	color:#16242e;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 71px 0;
}
.black
{
	fill: rgba(0, 0, 0, 0);
	stroke: #16242e;
	stroke-width: 3;
	stroke-dasharray: 116242e;
	stroke-dashoffset: 116242e;
	-webkit-animation: black 3s ease-in;
	animation: black 3s ease-in forwards;
}
@-webkit-keyframes black
{
  50%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 0);
  }
  75%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 0);
  }
  75%,100%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 1);
  }
}
@keyframes black
{
  50%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 0);
  }
  75%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 0);
  }
  75%,100%
  {
	stroke-dashoffset: 0;
	fill: rgba(0, 0, 0, 1);
  }
}
.red
{
	fill: rgba(71, 199, 239, 0);
	stroke: #00716F;
	stroke-width: 3;
	stroke-dasharray: 116242e;
	stroke-dashoffset: 116242e;
	-webkit-animation: red 3s ease-in forwards;
	animation: red 3s ease-in forwards;
	animation-delay:2s;
}
@-webkit-keyframes red
{
  50%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 0);
  }
  75%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 0);
  }
  100%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 1);
	animation-delay:0.5s;
  }
}
@keyframes red
{
  50%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 0);
  }
  75%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 0);
  }
  100%
  {
    stroke-dashoffset: 0;
	fill: rgba(231, 15, 5, 1);
	animation-delay:0.5s;
  }
}
.wrapper
{
	overflow:hidden;
	position:relative;
}
.header
{
	position:relative;
}
.section
{
	position:relative;
}
.footer
{
	position:relative;
}
.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:rgba(0, 0, 0, 0.8);
	-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
{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 0 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: 15px 0;
}
.contact-icon
{
    position: absolute;
    bottom: 100px;
    right: 25px;
    z-index: 99999;
}
.contact-icon a
{
    display: block;
    padding: 14px;
    background: #00716F;
    width: 50px;
    height: 50px;
}
.contact-icon a:nth-of-type(2)
{
    background: #16242e;
}
.contact-icon a svg
{
    fill: #fff;
    width: 22px;
    display: block;
}
.contact-top
{
    padding: 34px 0;
}
.contact-top a
{
    color: #fff;
    display: block;
    float: left;
    margin-left: 30px;
    line-height: 16px;
    position: relative;
    padding-left: 40px;
}
.contact-top a strong
{
    font-weight: 600;
    opacity: 0.6;
}
.contact-top a:before
{
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 35px;
    height: 30px;
    padding: 5px;
    border-right: solid 1px #fff;
}
.contact-top a:nth-of-type(2):before
{
	content: "\f095";
}
.contact-top a:hover
{
    
}
.header-top nav
{
    width: 25%;
    margin: 14px 0;
	border-radius:5px;
	overflow:hidden;
}
.header-top nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-top nav ul li
{
    float: left;
    list-style: none;
    width: 50%;
}
.header-top nav ul li a
{
	display:block;
    background: url(../images/wood1.jpg) center center no-repeat;
	background-size:cover;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 6px;
}
.header-top nav ul li:nth-of-type(2) a, .header-top nav ul li:nth-of-type(3) a
{
    background: url(../images/wood2.jpg) center center no-repeat;
	background-size:cover;
}
.header-top nav ul li a:hover
{
	opacity:0.6;
}
.banner
{
	position:relative;
	height:100vh;
	background:url(../images/banner.jpg) center center no-repeat;
	background-size:cover;
}
.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 h3
{
    font-size: 50px;
    color: #fff;
    font-weight: 800;
	margin:0;
	text-transform:uppercase;
}
.banner-text p
{
    color: #fff;
    font-weight: 200;
    font-size: 26px;
	margin:0;
}
#myVideo
{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  height: 100vh;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 50%;
	outline:0;
}

#myBtn:hover {
    background: rgba(0, 0, 0, 0.6);
}
.bounce
{
    position: absolute;
    bottom: 30px;
    right: 25px;
    margin: auto;
    width: 50px;
    height: 50px;
    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: 99;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
}
@-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-gallery
{
	display:flex;
	position:relative;
}
.section-gallery aside
{
	width:50%;
}
.video-gallery
{
	position:relative;
	border:solid 1px #fff;
}
.video-gallery h2
{
    margin: 0;
    text-align: center;
    background: #00716F;
    color: #fff;
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    padding: 32px 0;
    border: solid 1px #fff;
}
.video-gallery a
{
    display: block;
    background: url(../images/video.jpg) center center no-repeat;
	background-size:cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	border:solid 1px #fff;
    text-align: center;
}
.video-gallery a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 8;
}
.video-gallery a:hover:before
{
    background: rgba(0, 0, 0, 0.8);
}
.video-gallery a i
{
    font-size: 36px;
    color: #fff;
    z-index: 9;
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 98px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: solid 2px #fff;
    padding: 20px 0;
}
.image-gallery
{
	
}
.image-gallery h2
{
    margin: 0;
    text-align: center;
    background: #16242e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    padding: 32px 0;
    border: solid 1px #fff;
}
.image-gallery a
{
    display: block;
	position:relative;
	overflow:hidden;
	border:solid 1px #fff;
	width:50%;
	float:left;
}
.image-gallery a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.image-gallery a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.image-gallery a:before
{
	content:" ";
	position:absolute;
	display:block;
	width:80%;
	height:80%;
    background: rgba(0, 0, 0, 0.6);
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	-webkit-tranistion:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
    z-index: 99;
}
.image-gallery a:hover:before
{
	width:100%;
	height:100%;
	opacity:1;
}
.image-gallery a:after
{
    content: "\f002";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 27px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
    z-index: 99;
	transition-delay:0.5s;
}
.image-gallery a:hover:after
{
	opacity:1;
}
.section-brochure
{
    margin: 100px;
    /*background: #00716F url(../images/brochure-bg.jpg) center center no-repeat;
	background-size:cover;
    padding: 35px 100px;*/
    position: relative;
    overflow: hidden;
}
.section-brochure i
{
    position: absolute;
    top: -30px;
    bottom: 0;
    left: -0px;
    width: 200px;
    height: 200px;
    background: #ffd83b;
    border-radius: 50%;
    text-align: center;
    font-size: 60px;
    padding: 6% 0;
}
.section-brochure h2
{
    font-size: 24px;
    color: #666666;
    float: left;
}
.section-brochure h2 span
{
    font-size: 30px;
	text-transform:uppercase;
	font-weight:800;
    color: #00716F;
}
.section-brochure a
{
    float: right;
    display: inline-block;
    background: #16242e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
    margin: 25px 1px;
}
.section-brochure a:nth-of-type(2)
{
    background: #00716F;
}
.section-brochure a:hover
{
    background: #16242e;
    color: #fff;
}
.section-content
{
    position: relative;
    display: flex;
    margin-bottom: 100px;
}
.section-content figure
{
    background: url(../images/Who-We-Are.jpg) center center no-repeat;
    background-size:cover;
    width: 40%;
}
.section-content aside
{
    padding: 100px;
    text-align: center;
    width: 60%;
}
.section-content aside h2
{
    display: inline-block;
    background: #00716F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    padding: 8px 15px;
    border-radius: 2px;
}
/*.section-branches
{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}*/
.section-branches
{
	position:relative;
	height:100vh;
}
.section-branches figure
{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:-8;
	width:100vw;
	height:100vh;
    background: transparent;
    -webkit-transition: background 6s;
    -moz-transition: background 6s;
    -o-transition: background 6s;
    transition: background 6s;
}
.section-branches ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-branches ul li
{
    float: left;
    list-style: none;
    width: 25%;
	position:absolute;
	height:100%;
	padding:30px;
}
.section-branches ul li:first-of-type
{
	top:0;
	left:0;
}
.section-branches ul li:nth-of-type(2)
{
	top:0;
	left:25%;
}
.section-branches ul li:nth-of-type(3)
{
	top:0;
	left:50%;
}
.section-branches ul li:nth-of-type(4)
{
	top:0;
	left:75%;
}
.section-branches li:hover:first-of-type figure
{
	background:url(../images/Chennai.jpg) center center no-repeat;
	background-size:cover;
	left:-0%;
}
.section-branches li:hover:nth-of-type(2) figure
{
	background:url(../images/Coimbatore.jpg) center center no-repeat;
	background-size:cover;
	left:-100%;
}
.section-branches li:hover:nth-of-type(3) figure
{
	background:url(../images/Trichy.jpg) center center no-repeat;
	background-size:cover;
	left:-200%;
}
.section-branches li:hover:nth-of-type(4) figure
{
	background:url(../images/Karaikudi.jpg) center center no-repeat;
	background-size:cover;
	left:-300%;
}
/*.section-branches ul li
{
    display: block;
    padding: 50px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
}*/
.section-branches ul li svg
{
	width:75px;
	padding:5px;
	z-index:9;
	position:relative;
}
.section-branches-color ul li svg
{
	width:40px;
	z-index:9;
	position:relative;
}
.icon
{
	fill: #fff;
	stroke-width: 4;
}
/*.section-branches ul li:hover .icon, .section-branches-color ul li:hover .icon*/
{
    stroke-dashoffset: 0;
	stroke: #fff;
}
.section-branches ul li:after, .section-branches-color ul li:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.5);
	z-index:8;
}
.section-branches ul li:hover:after, .section-branches-color ul li:hover:after
{
	background:rgba(0, 0, 0, 0.8);
}
.section-branches ul li h3, .section-branches-color ul li h3
{
    color: #fff;
    position: relative;
    z-index: 9;
    font-weight: 600;
    font-size: 26px;
    margin-top: 0;
}
.section-branches ul li h3:after, .section-branches-color ul li h3:after
{
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 2px;
    background: #008bd2;
	display:none;
}
.section-branches ul li:hover h3:after, .section-branches-color ul li:hover h3:after
{
    width: 40px;
}
.section-branches ul li:first-of-type
{
	background:url(../images/Chennai.jpg) center center no-repeat;
	background-size:cover;
}
.section-branches ul li:nth-of-type(2)
{
	background:url(../images/Coimbatore.jpg) center center no-repeat;
	background-size:cover;
}
.section-branches ul li:nth-of-type(3)
{
	background:url(../images/Trichy.jpg) center center no-repeat;
	background-size:cover;
}
.section-branches ul li:nth-of-type(4)
{
	background:url(../images/Karaikudi.jpg) center center no-repeat;
	background-size:cover;
}
.section-branches:hover ul li:first-of-type,
.section-branches:hover ul li:nth-of-type(2),
.section-branches:hover ul li:nth-of-type(3),
.section-branches:hover ul li:nth-of-type(4)
{
	background:none;
	background-position:center center;
}
.section-branches ul li a p
{
    color: #fff;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-ms-transform:translateY(60px);
	-o-transform:translateY(60px);
	transform:translateY(60px);
	opacity:0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	transition-delay:0.2s;
}
.section-branches ul li a:hover p
{
    color: #fff;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
}
.section-branches ul li a h5, .section-branches-color ul li a h5
{
	position:absolute;
	bottom:50px;
	display:block;
	overflow:hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: solid 2px #fff;
	width:40px;
	height:40px;
	z-index:9;
}
.section-branches ul li a:first-of-type h5, .section-branches-color ul li a:first-of-type h5
{
	bottom:100px;
}
.section-branches ul li a:hover h5, .section-branches-color ul li a:hover h5
{
	width:40px;
	background:#fff;
}
.section-branches ul li a:first-of-type:hover h5, .section-branches-color ul li a:first-of-type:hover h5
{
	width:40px;
}
.section-branches ul li a h5 span, .section-branches-color ul li a h5 span
{
    display: block;
    padding: 0 40px 0 20px;
    display: block;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    margin-left: -0px;
    margin-top: -0px;
    width: 40px;
}
.section-branches ul li a:hover h5 span, .section-branches-color ul li a:hover h5 span
{
	opacity:1;
	margin-left:-0%;
}
.section-branches ul li a h5 i, .section-branches-color ul li a h5 i
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.section-branches ul li a:hover i, .section-branches-color ul li a:hover i
{
    color: #000;
    left: auto;
    right: 20px;
}
.section-branches ul li a:first-of-type:hover i, .section-branches-color ul li a:first-of-type:hover i
{
    right: 0;
    left: 0px;
    color: #000;
}
.section-branches-color
{
	position:relative;
	height:100vh;
}
.section-branches-color ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-branches-color ul li
{
    float: left;
    list-style: none;
    width: 50%;
    padding: 50px;
    position: relative;
    height: 50vh;
    background: #00716F;
    border: solid 15px #fff;
}
.section-highlights
{
    padding: 95px;
    position: relative;
    display: table;
    margin: auto;
    width: 100%;
    height: 100vh;
    background: #00716F;
}
.section-highlights > div
{
	vertical-align:middle;
	display:table-cell;
}
.section-highlights h2
{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 50px;
}
.section-highlights ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.section-highlights ul li
{
    width: 20%;
    position: relative;
    border: solid 5px #00716F;
    float: left;
}
.section-highlights ul li svg
{
	fill: #fff;
}
.section-highlights ul li figcaption
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    margin: auto;
	padding:50px;
}
.section-highlights ul li figcaption > div
{
	vertical-align:middle;
	display:table-cell;
}
.section-highlights ul li figcaption img
{
    width: 40px;
}
.section-highlights ul li figcaption h3 
{
    font-size: 16px;
    color: #16242e;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.section-partners
{
    padding: 95px;
    position: relative;
    display: table;
    margin: auto;
    width: 100%;
    height: 100vh;
}
.section-partners > div
{
	vertical-align:middle;
	display:table-cell;
}
.section-partners h2
{
    text-align: center;
    color: #00716F;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 50px;
}
.section-partners ul
{
    border: solid 1px #ebebeb;
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
}
.section-partners ul li
{
    border: solid 1px #ebebeb;
    width: 25%;
    float: left;
}
.section-partners ul li:hover
{
	opacity:0.8;
}
.section-elena
{
    background: #16242e;
	margin-top:100px;
}
.section-elena figure
{
    width: 40%;
	position:relative;
}
.section-elena figure:before
{
    content: " ";
    position: absolute;
    top: -10%;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 120%;
    background: #ffd83b;
    transform: skew(-34deg);
}
.section-elena aside
{
    width: 50%;
    padding: 45px 50px;
}
.section-elena aside h3
{
    color: #fff;
    font-size: 24px;
}
.section-elena aside h3 a
{
    color: #ffd83b;
    text-decoration: underline;
    font-size: 36px;
}
.section-elena aside h3 a:hover
{
	
}
.footer-top
{
	display:flex;
	flex-wrap:wrap;
}
.footer-top aside
{
    padding: 30px 50px 30px 50px;
    width: 25%;
    position: relative;
	text-align:center;
	background:#00716F;
}
.footer-top aside h3
{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
	margin-bottom:0;
}
.footer-top aside p
{
    color: #fff;
}
.footer-top aside p strong
{
    color: #fff;
	font-weight:600;
}
.footer-top aside:nth-of-type(2), .footer-top aside:nth-of-type(4)
{
	background:#16242e;
}
.foot
{
	padding:50px 100px 50px 100px;
}
.foot p
{
	margin:0;
}
.foot p span
{
    color: #16242e;
}
.foot h3
{
	color: #00a651;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 12px 0;
    font-weight: 600;
    position: relative;
}
.foot a
{
    color: #cc0033;
}
.foot a:hover
{
	color:#16242e;
}
.foot strong
{
    color: #6bc513;
}
.link-footer
{
	text-align:center;
}
.link-footer a
{
    display: inline-block;
    padding: 14px;
    background: #00716F;
    color: #fff;
    text-transform: uppercase;
}
.link-footer a:nth-of-type(2)
{
    background: #000;
}
.link-footer a:hover
{
	opacity:0.8;
	color:#fff;
}
.text
{
	padding-top:20px;
}
.text p
{
	text-align:center;
}
.arrow-nav
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 99999;
    display: none;
    margin: auto;
    width: 50px;
    height: 100%;
}
.arrow-nav > div
{
    display: table-cell;
    vertical-align: middle;
}
.arrow-nav a
{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6) url(../images/cd-icon-arrow.svg) no-repeat center center;
    background-size: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 1px 0;
}
.arrow-nav a:nth-of-type(2)
{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.section-gallery, .section-content, .section-branches, .section-highlights, .section-partners
{
	outline:0;
}
.arrow-nav a:hover
{
    background: #F00 url(../images/cd-icon-arrow.svg) no-repeat center center;
    background-size: 30px;
}

#fvpp-close
{
    position: absolute;
    top: -18px;
    background: #fff;
    padding: 6px 10px;
    color: #cc3454;
    border-radius: 50%;
    right: -17px;
    cursor: pointer;
    box-shadow: 0px 0px 4px #16242e;
	text-decoration:none;
}

#fvpp-dialog h3 {
  font-size: 12px;
  margin: 0;
}

#fvpp-dialog p
{
	margin: 0;
}
.modal{display:none;position:fixed;z-index:9999999999;padding-top:20px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}
.modal-content
{
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    padding: 50px;
    width: 75%;
	text-align:left;
    position: relative;
}
.modal-content h2
{
    margin: 0;
    color: #00716F;
    font-weight: 200;
    font-size: 36px;
}
.modal-content p, .modal-content h3
{
    color: #fff;
}
.close
{
    color: #92a9ca;
    float: right;
    font-size: 45px;
    font-weight: 100;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999999;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.close:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 62%;
    background: #fff;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.close:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 62%;
    background: #fff;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.close:hover:before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close:hover:after
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:hover,
.close:focus{text-decoration:none;cursor:pointer;}
#previous, #next{color:#92a9ca;float:right;font-size:45px;font-weight:100;position:relative;z-index:999999999;width:20px;height:20px;margin-top:500px;display:none;}
#previous:hover,
#previous:focus,
#next:hover,
#next:focus{color:#f5af37;text-decoration:none;cursor:pointer;}
.register input::-webkit-input-placeholder,
.register textarea::-webkit-input-placeholder,
.register input::-moz-placeholder,
.register textarea::-moz-placeholder,
.register input:-ms-input-placeholder,
.register textarea:-ms-input-placeholder,
.register input:-moz-placeholder,
.register textarea:-moz-placeholder
{
	color: #bdbdbd;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-size:16px;
}
.register input[type=text], .register input[type=email], .register input[type=number]
{
    padding: 16px 16px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #282828;
    outline: 0;
    position: relative;
    color: #bdbdbd;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}
.select
{
    
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select
{
	
	padding: 16px 16px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #282828;
    outline: 0;
    position: relative;
    margin-bottom: 0px;
    color: #bdbdbd;
    font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:300;
    margin-bottom: 6px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand
{
	display: none;
}
select select:hover,
.select select:focus
{
    color: #4d4d4f;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 24px;
    color: #858585;
    pointer-events: none;
    font-weight: normal;
    font-size: 26px;
}
.checkbox
{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:10px;
}
.checkbox-custom, .radio-custom
{
    opacity: 0;
    position: absolute;   
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label
{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.checkbox-custom-label, .radio-custom-label
{
	
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before
{    
    content: '';
    background:none;
    border: 2px solid #353535;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    text-align: center;
    outline: 0;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 5px 0 0;
}
.checkbox-custom:checked + .checkbox-custom-label:before
{
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #00716F;
    border: 2px solid #00716F;
    color: #fff;
	outline:0;
	font-weight:normal;
}
.radio-custom + .radio-custom-label:before
{
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before
{
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label
{
	outline: 1px solid #ddd; /* focus style */
}
.register textarea
{
	padding: 16px 16px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #282828;
    outline: 0;
    position: relative;
    margin-bottom: 0px;
    color: #bdbdbd;
    font-family: 'PT Sans', sans-serif;
	font-size:14px;
	font-weight:300;
}
.register input[type=submit], .register input[type=reset]
{
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    margin-top: 6px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
.register input[type=submit]
{
	background: #00716F;
}
.register input[type=reset]
{
	background: #2c2c2c;
}
.register
{
    padding: 50px;
    width: 50%;
    margin: auto;
    text-align: left;
}
.register .col2
{
	width:49.5%;
}