@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
	display:block;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- General --*/

html {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
}

body {
	background:#fff;
	max-width:100%;
	max-height:100%;

	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
  font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 500, 'opsz' 48;
  font-size:70px;
  line-height:76px;
  color:#fff;
}

h2 {
	font-family: "corsario-variable",sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:45px;
	line-height:50px;
	color:#1f3053;
	margin:0 0 30px;
}

h3 {
	font:800 17px/20px "montserrat", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	color:#4fd6c1;
	margin:0 0 30px;
}

h3 span {
	color:#ff0000;
}

h4 {
	font:700 21px/28px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#70726f;
	margin:0 0 10px 0;
}

h5 {
	font:300 21px/28px "montserrat", sans-serif;
	color:#ff0000;
	border-bottom:1px solid #80b741;
	padding:0 0 10px 0;
	margin:0 0 7px 0;
}

h5 span {
	font:800 24px/24px "quincy-cf", sans-serif;
	color:#e5d30d;
	display:inline-block;
	padding:6px 0 0 0;
	margin:0 15px 0 0;
}

p {
	font:400 18px/26px "montserrat", sans-serif;
	color:#1f3053;
	margin:0 0 30px;
}

a {
	text-decoration:none;
	color:#1f3053;
}

.button {
	font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:19px;
	line-height:22px;
	color:#1f3053;
	background:#4fd6c1;
	border-radius:30px;
	margin:0;
	padding:18px 30px 15px 30px;
	display:inline-block;
	position:relative;
	-webkit-transition:0.3s ease-out;
  -moz-transition:0.3s ease-out;
  -o-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.button:hover {
	color:#1f3053;
	background:#4fd6c1;
}

.button:after {
  content:"";
  width:17px;
  height:17px;
  display:block;
  background:url("../images/link-arrow.svg") no-repeat;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:30px;
  opacity:0;
  -webkit-transition:0.3s ease-out;
  -moz-transition:0.3s ease-out;
  -o-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.button:hover:after {
  right:20px;
  opacity:1;
}

.button:hover {
  padding-right:50px;
}

.button-outline {
	font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:17px;
	line-height:22px;
	color:#4fd6c1;
	border-radius:30px;
	border:2px solid #4fd6c1;
	margin:0;
	padding:16px 28px 13px 28px;
	display:inline-block;
	transition:all 0.3s ease;
	position:relative;
	-webkit-transition:0.3s ease-out;
  -moz-transition:0.3s ease-out;
  -o-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.button-outline:hover {
	color:#1f3053;
	background:#4fd6c1;
}

.button-outline:after {
  content:"";
  width:17px;
  height:17px;
  display:block;
  background:url("../images/link-arrow.svg") no-repeat;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:30px;
  opacity:0;
  -webkit-transition:0.3s ease-out;
  -moz-transition:0.3s ease-out;
  -o-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

.button-outline:hover:after {
  right:20px;
  opacity:1;
}

.button-outline:hover {
  padding-right:50px;
}

.link {
	font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:19px;
	line-height:22px;
	color:#1f3053;
	display:inline-block;
	transition:all 0.3s ease;
}

.link:before {
	content:"";
	width:50px;
	height:50px;
	background:#4fd6c1 url("../images/link-arrow.svg") no-repeat center center / 24px 24px;
	display:inline-block;
	border-radius:50%;
	margin:0 15px 0 0;
	position:relative;
	top:17px;
}

.read-bio {
	font:800 15px/18px "montserrat", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	color:#4fd6c1;
}

.read-bio:after {
	content:"";
	width:20px;
	height:20px;
	background:url("../images/link-arrow-green.svg") no-repeat center center / 20px 20px;
	display:inline-block;
	position:relative;
	top:4px;
	-webkit-transition:0.1s ease-out;
  -moz-transition:0.1s ease-out;
  -o-transition:0.1s ease-out;
  transition:0.1s ease-out;
	margin:0 0 0 10px;
}

.read-bio:hover:after {
	margin-left:15px;
}

hr {
	width:100%;
	height:1px;
	margin:60px 0 0 0;
	background:none;
	border:0;
}

.list {
	list-style:none;
}

.list li {
	font:400 18px/26px "montserrat", sans-serif;
	color:#1f3053;
	position:relative;
	padding:0 0 0 25px;
	margin:0 0 12px 0;
}

.list li:before {
	content:"";
	width:13px;
	height:13px;
	position:absolute;
	top:6px;
	left:0;
	background:url("../images/list-green.svg") no-repeat center center;
}

.container {
	width:1500px;
	margin:0 auto;
	padding:110px 0;
	position:relative;
}

.no-padding-bottom {
	padding-bottom:0;
}

.center {
	text-align:center;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.centered {
	align-items:center;
}

.photo {
	border-radius:20px;
}

.bg-grey {
	background:#e7e7e7;
}

.bg-pattern {
	background-image:url(../images/intro-pattern.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-bottom:50px;
}

.white-box {
	padding:50px 0;
}

.white-box .container {
	border-radius:30px;
	background:#fff;
	padding:75px;
}

.photo-left .container {
	padding:0;
}

.white-box .two-columns .col {
	border-radius:30px;
	background:#fff;
	position:relative;
	padding:50px;
}

.photo-left .two-columns .col:nth-child(1) .content {
	width:100%;
	height:100%;
	border-radius:20px;
}

.photo-left .two-columns .col:nth-child(2) {
	padding:100px 75px 100px 50px;
}

.bg-white {
	background:#fff;
}

.bg-blue {
	background:#1d2e55;
}

.bg-blue p {
	color:#fff;
}

.bg-green {
	background:#47d7c1;
}

.bg-green h3 {
	color:#1f3053;
}

.bg-green .button {
	background:#fff;
	color:#1f3053;
}

.two-columns,
.three-columns,
.four-columns,
.five-columns {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.two-columns .col {
	width:50%;
	padding:0 50px
}

.three-columns .col {
	width:33.333%;
	padding:0 50px
}

.four-columns .col {
	width:25%;
	padding:0 25px
}


/*-- Load --*/

#load {
	background: #1f3053;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	animation: loadbg 1s cubic-bezier(0.87, 0, 0.13, 1) forwards 1s;
}

@keyframes loadbg { 
	to {
		top: -100%;
	}
}

#load article {
	width: 430px;
	height: 130px;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: loadarticle 1s cubic-bezier(0.87, 0, 0.13, 1) forwards 1s;
}

@keyframes loadarticle { 
	to {
		top: 130%;
		opacity: 0;
	}
}

#load article img:nth-child(1) {
	position: absolute;
	top: -10px;
	left: 0;
	opacity: 0;
	animation: dog 0.3s linear forwards 0.03s;
}

@keyframes dog { 
	to {
		opacity: 1;
	}
}

#load article img:nth-child(2) {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	animation: text 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.06s;
}

#load article img:nth-child(3) {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	animation: text 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.09s;
}

#load article img:nth-child(4) {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	animation: text 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.12s;
}

#load article img:nth-child(5) {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	animation: text 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.15s;
}

#load article img:nth-child(6) {
	position: absolute;
	top: 60px;
	left: 0;
	opacity: 0;
	animation: text 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.18s;
}

@keyframes text { 
	to {
		top: 0;
		opacity: 1;
	}
}


/*-- Nav --*/

.logo {
	width:280px;
	height:auto;
	position:absolute;
	top:35px;
	left:0;
}

nav {
	width:100%;
	height:240px;
	background:#1f3053;
}

nav .container {
	display:flex;
	justify-content:right;
	position:relative;
	padding:0;
}

nav ul {
	text-align:center;
	list-style:none;
	padding-top:45px;
}

nav ul li {
	display:inline-block;
	position:relative;
}

nav ul li a {
	height:110px;
	font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:19px;
	line-height:24px;
	color:#fff;
	display:block;
	padding:20px 20px;
	-webkit-transition:0.3s ease-out;
  -moz-transition:0.3s ease-out;
  -o-transition:0.3s ease-out;
  transition:0.3s ease-out;
}

nav ul li a:hover {
	color:#4fd6c1;
}

nav .button {
	height:auto;
	font-size:17px;
	margin-left:20px;
}

nav .button-outline {
	margin-left:20px;
}


/* NAV DROPDOWN */

nav ul li ul {
  width:250px;
  height:auto;
  display:none;
  opacity:0;
  background:#4fd6c1;
  border-top:0;
  display:block;
  text-align:left;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);*/
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
  padding:0;
  margin:0;
}

nav ul li:hover ul {
  display: block;
  opacity: 0;
  top:95px;
  animation: dropdown 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}

@keyframes dropdown { 
  to {
    top:105px;
    opacity: 1;
  }
}

nav ul li ul li {
  display:block;
  border-bottom:2px solid #1f3053;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
}

/*
nav ul li ul li:hover {
  background: #cfb300;
  color:#fff;
}*/

nav ul li ul li:last-child {
  border-bottom: 0;
}

nav ul li ul li a {
	height:auto;
  font-family: "corsario-variable", sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
  font-size: 19px;
  line-height: 22px;
  color: #1f3053;
  display: inline-block;
  padding:25px 20px 20px 25px;
}

nav ul li ul li a:hover {
  color:#1f3053 !important;
}

nav ul li ul li a:after {
  display:none;
}



/* HEADER */

#home header {
	width:1500px;
	height:750px;
	border-radius:30px;
	overflow:hidden;
	position:relative;
	margin:-90px auto 0 auto;
}

#home header #background {
	width:100%;
	height:100%;
	background:url("../images/header-home-photo2.jpg") no-repeat center center / cover;
	border-radius:30px;
	position:relative;
}

#home header h1 {
	font-size:80px;
	line-height:86px;
	margin-top:-50px;
}

header .container {
	height:100%;
	display:flex;
	align-items:center;
	position:relative;
	padding:0 75px;
}


/* HOMEPAGE */

#home #intro {
	background:url("../images/intro-pattern.jpg") no-repeat bottom center;
	margin-top:-200px;
}

#home #intro .container {
	padding:100px 0 0 0;
}

#home #intro .col:nth-child(1) {
	width:-webkit-calc(100% - 600px);
	width:-moz-calc(100% - 600px);
	width:calc(100% - 600px);
	background:#fff;
	border-top-right-radius:30px;
	padding:75px;
}

#home #intro .col:nth-child(2) {
	width:600px;
	padding:0 0 0 70px;
}

#home #intro .col:nth-child(2) {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

#home #intro .col:nth-child(2) .content {
	width:100%;
	text-align:center;
	background:#1f3053;
	border-radius:20px;
	padding:50px;
}

#home #intro .col:nth-child(2) .content ul {
	list-style:none;
	padding:0;
	margin:0 0 50px 0;
}

#home #intro .col:nth-child(2) .content li {
	font-family: "corsario-variable",sans-serif;
  	font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:26px;
	line-height:30px;
	color:#fff;
	margin:0 0 20px 0;
}

#stand-by {
	padding:50px;
}

#stand-by .container {
	background:#fff;
	border-radius:30px;
	overflow:hidden;
	padding:0;
}

#stand-by .two-columns .col:nth-child(1) {
	width:-webkit-calc(100% - 450px);
	width:-moz-calc(100% - 450px);
	width:calc(100% - 450px);
	text-align:center;
	padding:60px 40px;
}

#stand-by .two-columns .col:nth-child(2) {
	width:450px;
	background:#47d7c1;
	padding:75px 50px;
}

#stand-by h2 {
	margin-bottom:50px;
}

#stand-by h4 {
	text-align:center;
}

#stand-by .three-columns {
	position:relative;
}

#stand-by .three-columns:before {
	content:"";
	width:750px;
	height:2px;
	background:#e7e7e7;
	position:absolute;
	top:56px;
	left:50%;
	transform:translateX(-50%);
}

#stand-by .two-columns .three-columns .col {
	width:33.3%;
	background:none;
	padding:0 30px;
	margin:0;
}

#stand-by .two-columns .three-columns .col p {
	font-family: "corsario-variable",sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:19px;
	line-height:22px;
	color:#1f3053;
	display:inline-block;
}

#stand-by .icon {
	width:140px;
	background:#fff;
	display:inline-block;
	position:relative;
	z-index:2;
	margin:0 auto 20px auto;
}

#stand-by .icon:before {
	content:"";
	width:110px;
	height:110px;
	background:#4fd6c1;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin:0 auto;
}

#stand-by .icon img {
	width:110px;
	height:110px;
	position:absolute;
	top:0;
	left:15px;
}

#stand-by .two-columns .col:nth-child(2) h4 {
	font-size:16px;
	color:#1e2f54;
	margin:0 0 20px 0;
}


#stand-by .two-columns .col:nth-child(2) .two-columns .col {
	width:50%;
	padding:0;
}

#stand-by .two-columns .col:nth-child(2) .list li {
	display:flex;
	font-weight:500;
	color:#1f3053;
	padding-left:25px;
}

#stand-by .two-columns .col:nth-child(2) .list li:before {
	content:"";
	width:13px;
	height:13px;
	background:url("../images/list-white.svg") no-repeat center center;
}

#reliable {
	background:url("../images/reliable-pattern.jpg") no-repeat top center;
}

#reliable .col:nth-child(2) img {
	width:250px;
	margin:0 auto 30px auto;
}

#testimonials h3 {
	padding-left:300px;
}

#testimonials {
	background-image:url("../images/testimonials-background.svg");
	background-position:top -40px left -90px;
	background-repeat:no-repeat;
}

#testimonials .container {
	padding-bottom:200px;
}

#testimonials .flexslider .slides {
	padding-left:300px;
	padding-right:300px;
}

#testimonials p {
	font-family: "corsario-variable",sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 48;
	font-size:25px;
	line-height:34px;
}

#testimonials p.byline {
	font-size:20px;
	color:#4fd6c1;
}

#testimonials .photo {
	width:160px !important;
	height:160px !important;
	border-radius:50% !important;
	position:absolute !important;
	top:0 !important;
	left:-225px !important;
}

#get-appointed {
	background-image:url("../images/get-appointed-pattern.jpg");
	background-repeat:no-repeat;
	background-position:top 100px center;
	text-align:center;
	padding-bottom:50px;
}

.safety #get-appointed,
.contact-us #get-appointed {
	background-color:#e7e7e7;

}

.careers #get-appointed {
	padding-top:75px;
	background-color:#e7e7e7;
	background-position:top 165px center;
}

#get-appointed .container {
	border-radius:30px;
	margin-top:-100px;
	padding:60px 50px;
}

#subpage #get-appointed .container {
	margin-top:0;
}

#get-appointed h2 {
	font-size:45px;
	line-height:50px;
	color:#1f3053;
	margin:0 0 30px;
}


/* SUBPAGES */

#subpage header {
	width:1500px;
	height:450px;
	border-radius:30px;
	overflow:hidden;
	position:relative;
	margin:-90px auto 0 auto;
}

#subpage header #background {
	width:100%;
	height:100%;
	background:#47d7c1;
	border-radius:30px;
	overflow:hidden;
	position:relative;
}

#subpage header .container {
	padding:0;
}

#subpage header .two-columns {
	height:100%;
}

#subpage header .two-columns .col {
	display:flex;
	align-items:center;
	padding:60px 75px;
}

#subpage header h1 {
	color:#1f3053;
}


#subpage #intro {
	background:url("../images/intro-pattern.jpg") bottom center;
	margin-top:-200px;
	padding-top:200px;
}

#subpage #intro .container {
	padding:0 0 0 0;
}

#subpage #intro .col:nth-child(1) {
	width:-webkit-calc(100% - 600px);
	width:-moz-calc(100% - 600px);
	width:calc(100% - 600px);
	background:#fff;
	padding:75px;
}

#subpage #intro .col:nth-child(2) {
	width:600px;
	padding:75px 0 0 70px;
}

#subpage.contact-us #intro .col:nth-child(2) {
	padding-top:50px;
}

#subpage #intro .col:nth-child(2) {
	/*display:flex;
	flex-wrap:wrap;
	align-items:center;*/
}

#subpage #intro .col:nth-child(2) .content {
	width:100%;
	text-align:center;
	background:#1f3053;
	border-radius:20px;
	padding:50px;
}

#subpage #intro .col:nth-child(2) .content p {
	font-family: "corsario-variable",sans-serif;
  font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:26px;
	line-height:36px;
	color:#fff;
	margin:0 0 25px 0;
}

#about-us {
	background:url("../images/intro-pattern.jpg") bottom center;
	margin-top:-200px;
	padding-top:250px;
}

#about-us h2 {
	font-size:35px;
	line-height:40px;
	margin:0 0 20px 0;
}

#about-us .col {
	padding:0 50px;
}

#about-us .two-columns {
	margin-bottom:50px;
}

#about-us .col:nth-child(1) {
	padding-left:0;
}

#about-us .col:nth-child(2) {
	padding-right:0;
}

#about-us .icon {
	width:90px;
	height:90px;
	background:#4fd6c1;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin:0 0 20px 0;
}

#about-us .icon img {
	width:90px;
	height:90px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#team.white-box .container {
	padding-left:50px;
	padding-right:50px;
}

#team .col {
	margin-bottom:40px;
}

#team {
	text-align:center;
}

#team h2 {
	margin:0 0 50px 0;
}

#team img {
	border-radius:50%;
	margin:0 auto 25px auto;
}

#team h3 {
	font-family:"corsario-variable", sans-serif;
	font-variation-settings:'wght' 600, 'opsz' 48;
	font-size:30px;
	line-height:35px;
	text-transform:none;
	letter-spacing:0;
	color:#1f3053;
	margin:0 0 5px;
}

#team p {
	margin:0 0 10px 0;
}

#its-personal .col:nth-child(2) img {
	width:916px;
	height:auto;
	margin-top:-50px;
}

#contact-info {
	padding:50px 0;
}


#contact-info .container {
	background:#fff;
	text-align:center;
	border-radius:30px;
	overflow:hidden;
	padding:60px 40px;
}

#contact-info h2 {
	margin-bottom:50px;
}

#contact-info p {
	margin-bottom:50px;
}

#contact-info .three-columns {
	position:relative;
}

#contact-info .three-columns:before {
	content:"";
	width:800px;
	height:2px;
	background:#e7e7e7;
	position:absolute;
	top:56px;
	left:50%;
	transform:translateX(-50%);
}

#contact-info .three-columns .col {
	width:33.3%;
	background:none;
	padding:0 30px;
	margin:0;
}

#contact-info .three-columns .col p {
	font-family: "corsario-variable",sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 48;
	font-size:19px;
	line-height:26px;
	color:#1f3053;
	display:block;
	margin:0;
}

#contact-info .icon {
	width:140px;
	background:#fff;
	display:inline-block;
	position:relative;
	z-index:2;
	margin:0 auto 20px auto;
}

#contact-info .icon:before {
	content:"";
	width:110px;
	height:110px;
	background:#4fd6c1;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin:0 auto;
}

#contact-info .icon img {
	width:90px;
	height:90px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

/* COMING SOON */

#coming-soon {
	background:url("../images/intro-pattern.jpg") bottom center;
	padding-top:50px;
}

#coming-soon h1 {
	color:#1f3053;
	margin:0 0 30px 0;
}

/* FLEXSLIDER */

.flexslider {
	background:none !important;
	border:0 !important;
	border-radius:0 !important;
	margin:0 !important;
	overflow:hidden !important;
}

.flex-viewport {
	width:100% !important;
	height:100% !important;
}

.flex-direction-nav {
	width:120px;
	display:flex;
	justify-content: space-between;
    position:absolute;
    top:0;
    right:50px;
}

.flex-direction-nav li {
	display:inline-block;
}

.flex-direction-nav a {
	width:50px;
	height:50px;
	display:inline-block;
	text-indent:-999999px;
}

.flex-direction-nav .flex-prev {
	width:50px;
	height:50px;
	background:url("../images/testimonials-left-arrow.svg") no-repeat center center;
	border:2px solid #47d7c1;
	border-radius:50%;
}

.flex-direction-nav .flex-next {
	width:50px;
	height:50px;
	background:url("../images/testimonials-right-arrow.svg") no-repeat center center;
	border:2px solid #47d7c1;
	border-radius:50%;
}

/*-- Fancybox --*/

.popup {
	background-color:#fff;
	background-image:url("../images/reliable-pattern.jpg");
	background-position:top 0 left -720px;
	width:1200px;
	padding:75px 50px;
	display:none;
	border-radius:30px;
}

.popup .two-columns .col:nth-child(1) {
	padding-left:0;
	display:none;
}

.popup .two-columns .col:nth-child(1) img {
	border-radius:20px;
}

.popup .two-columns .col:nth-child(2) {
	width:100%;
	padding-right:25px;
	padding-left:210px;
}

.popup-close {
	width:35px;
	height:35px;
	background:url("../images/close.svg") center center no-repeat;
	border:0;
  position:absolute;
  top:30px;
	right:30px;
	cursor:pointer;
	text-indent:-999999px;
}

.popup h2 {
	margin:0 0 10px 0;
}

.popup h4 {
	font:600 16px/20px "montserrat", sans-serif;
	letter-spacing:0.08em;
	text-transform:uppercase;
	color:#4fd6c1;
	margin:0 0 30px 0;
}

.fancybox-content {
	overflow:hidden !important;
}

.fancybox-button--close {
	background:url("../images/icon-close-white.svg") center center no-repeat !important;
	background-size:40px !important;
	border:0 !important;
	width:65px !important;
	height:65px !important;
    position:absolute !important;
    top:0 !important;
	right:0 !important;
	cursor:pointer !important;
}

.fancybox-button--zoom,
.fancybox-button--thumbs {
	display:none !important;
}

#appointed.popup {
	background-position: top 0 left -800px;
	padding-left:170px;
}

#appointed.popup h2 {
	margin-bottom:30px;
}


/*-- Footer --*/

footer {
	background:#fff;
}

footer .container {
	padding-top:60px;
	padding-bottom:60px;
}

footer .five-columns {
	margin-bottom:10px;
}

footer .five-columns .col:nth-child(1) {
	width:260px;
}

footer .logo {
	width:150px;
	top:auto;
}

footer .five-columns .col:nth-child(2) {
	width:380px;
}

footer .five-columns .col:nth-child(3) {
	width:300px;
}

footer .five-columns .col:nth-child(4) {
	width:300px;
}

footer .five-columns .col:nth-child(5) {
	width:260px;
}

footer h3 {
	margin:0 0 10px 0;
}

footer h4 {
	font-size:17px;
	line-height:22px;
	letter-spacing:0.05em;
	color:#47d7c1;
}

footer .social {
	text-align:right;
}

footer .social a {
	width:50px;
	height:50px;
	background:#4fd6c1;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin:0 0 0 10px;
}

footer .social a img {
	width:22px;
	height:22px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

footer .two-columns {
	width:100%;
}

footer .two-columns .col {
	padding:0;
}

footer .two-columns .col:nth-child(2) {
	text-align:right;
}

footer .logos img {
	width:auto;
	height:64px;
	display:inline-block;
	margin-left:25px;
}