@font-face {
    font-family: 'Manier-Bold';
    src: url('fonts/manier-bold.eot');
    src: url('fonts/manier-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/manier-bold.woff2') format('woff2'),
    url('fonts/manier-bold.woff') format('woff'),
    url('fonts/manier-bold.ttf') format('truetype'),
    url('fonts/manier-bold.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Manier-Bold", sans-serif !important;
	color: #151C32;
}

.h2, h2 {
	font-size: 40px;
	line-height: 45px;
}

.h1, h1 {
	font-size: 65px;
	line-height: 70px;
}

.h3, h3 {
	font-size: 32px;
	line-height: 40px;
}

.h4, h4 {
	font-size: 16px;
	line-height: 25px;
}


body {
    font-family: "Roboto", sans-serif;
    color: #151C32;
}

.align-center {
	text-align: center;
}

.top-bar-container .row {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.top-bar-container div.yacht-wordmark {
	text-align: center;
}

.top-bar-container div.row {
	padding: 10px 0;
}



.first-section-container {
	height: 100%;
    background-image: url(uploads/Lines.svg);
    background-size: cover;
    background-position: center top -85px;
    padding-bottom: 90px;
    background-repeat: no-repeat;

}

.blue-btn {
	background-color: #2F5BEA;
    color: #fff;
    border-radius: 4px;
}

a.btn.blue-btn.first-view-btn {
    display: inline-flex;
    align-content: center;
}

.blue-btn{
	font-weight: 700;
    padding: 11px 15px;
    font-size: 14px;
}

a.btn.blue-btn.first-view-btn img {
    padding-right: 15px;
}

.blue-btn:hover {
    background-color: #557dff;
    color: #fff;
}

.first-section-container h1 {
	margin-bottom: 40px;
}

.yacht-features img {
	padding-right: 20px;
	padding-left: 10px;
}

ul.yacht-features-list {
    list-style: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(32,26,46,0.11), 0 2px 12px 0 rgba(26,21,52,0.11);
	-moz-box-shadow: 0 1px 1px 0 rgba(32,26,46,0.11), 0 2px 12px 0 rgba(26,21,52,0.11);
	box-shadow: 0 1px 1px 0 rgba(32,26,46,0.11), 0 2px 12px 0 rgba(26,21,52,0.11);
	border-radius: 10px;
	padding: 5px;
	background: #fff;
	z-index: 99999;
}

ul.yacht-features-list li {
    background: #f5f4f2;
	padding: 18px 7px 18px 7px;
    border: 2px solid white;
}

ul.yacht-features-list > :nth-child(1) {
	border-radius: 10px 10px 0 0;
}

ul.yacht-features-list > :nth-child(4) {
	border-radius: 0 0 10px 10px;
}

.yacht-features h6 {
	line-height: 35px;
	margin-bottom: 0px;
}



.col-md-6.yacht-features {
    position: relative;
    top: 200px;
    z-index: 1;
}



.container-fluid.video-section {
	padding: 0px;
}

.container-fluid.video-section:before {
    content: '';
    position: absolute;
    height: 570px;
    width: 100%;
    background: rgba(21,28,50,.6);
 }

.third-section {
    height: 100%;
    background: url(uploads/Lines2.svg) no-repeat;
    background-size: cover;
    background-position: bottom -140px center;
    padding-bottom: 60px;
}


.container.third-section {
    padding: 100px 85px;
}

.services-column {
	border: 1px solid rgba(20,29,49, 0.1);
}

.services-column.white-service {
	background: url(uploads/Group-27.svg) no-repeat;
	background-position: center top 303px;
	background-color: #fff;
	color: #151b31;
}

.services-column.blue-service {
	background: url(uploads/Group-28.svg) no-repeat;
	background-position: center top 303px;
	background-color: #fff;
}

.grey-bk {
    background: url(uploads/wave-grey.svg) no-repeat;
    height: 300px;
    background-position: top;
    background-size: cover;
    margin-top: -365px;
}

.blue-service h3,
p.service-Desc {
	color: #141D31;
}

p.sections-mark {
    font-weight: 700;
}

p.sections-mark img {
    padding-right: 15px;
}


.third-section .text-Block h3.align-center {
	padding: 180px 20px;
}



.partner-wrapper:hover {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
    -webkit-box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
	-moz-box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
}


.services-column {
    padding: 40px 30px;
    height: auto;
    border-radius: 5px;
}

.services-column.white-service:hover,
.services-column.blue-service:hover
 {
    background-color: #151d32;
    color: #fff !important;
}

.services-column.white-service:hover h3.services-Title,
.services-column.white-service:hover p.service-Desc,
.services-column.blue-service:hover h3.services-Title,
.services-column.blue-service:hover p.service-Desc {
	color: #fff;
}


h3.services-Title {
    height: 105px;
}

p.service-Desc {
    height: 165px;
}

a.btn.cta-btn {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    width: 100%;
    text-align: left;
    color: #636b82;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.btn.cta-btn img {
    padding-right: 10px;
    margin-left: -5px;
    width: 60px;
    height: 50px;
}

.fourth-section,
.fifth-section {
background-color: #f5f5f5;
    padding-top: 180px;
    padding-bottom: 40px;
    margin-top: -40px;
}

.col-md-6.people-photo {
	background: url(uploads/our-people-photo-1.png) no-repeat;
	background-size: cover;
}

.col-md-6.people-text {
    background: #fff;
}

h2.people-text-title {
    padding: 80px 60px 0px;
}

p.people-text-desc {
    padding: 40px 60px 80px;
    font-size: 18px;
    line-height: 30px;
}

p.people-text-list-one {
	padding-left: 5px;
}

.people-text-list-one img {
	padding-right: 15px;
}

.people-text-list-two img {
	padding-right: 10px;
}

p.people-text-list-one,
p.people-text-list-two {
	color: #8a8d96;
}

.content .people-text hr {
    border-top: 1px solid #E7E8EA;
	margin-top: 2rem;
    margin-bottom: 2rem;
}

.people-features {
    padding: 10px 20px 80px;
}

h2.partners-title {
	padding: 30px 0px;
}

.partner-wrapper {
    display: flex;
    justify-content: space-around;
    border: 1px solid rgba(0,0,0,0.1);
    height: 100px;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.row.partners-logos {
    padding: 40px 0px 100px;
}


.container-fluid.sixth-section {
	background: url(uploads/footer-background.png) no-repeat;
    background-size: cover;
    background-position: right -265px top;
    background-color: #151b31;
}

h4.footer-title {
	font-size: 20px;
	color: #E69F6E;
	line-height: 45px;
}

ul.footer-list {
    list-style: none;
    padding-left: 0px;
}

.row.logo-footer img {
	width: 45px;
	height: auto;
}

.row.desc-footer {
	padding-top: 30px;
}

ul.footer-list li a {
    color: #9298ae;
}

a.btn.footer-mail {
	width: 146px;
}

.footer-last-section h6 {
    margin-bottom: 0px;
}

a.call-direct {
    padding-left: 20px;
}

.container.footer-last-section {
    max-width: 750px;
}

.footer-last-section .col-lg-12 p {
	color: #9298ae;
}

.row.desc-footer p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

#myVideo {
	right: 0;
    bottom: 0;
    width: 100%;
    height: 570px;
    object-fit: cover;
 }

p.intro-desc {
font-size: 24px;
color: #151C32;
line-height: 34px;
}

.left-intro p{
font-size: 18px;
line-height: 30px;
}

.left-intro h2{
	padding-bottom: 30px;
}

.left-intro a{
font-size: 16px;
color: #3777F2;
letter-spacing: 0;
padding-left: 15px;
}


main, .content {
  background: #fff;
}

.mobile-wordmark {
	display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

header#myHeader.sticky {
    background: #151b31;
    z-index: 2;
    transition: all 2s ease 0s;

}

img.sticky-wordmark {
    display: none;
}

header#myHeader.sticky img.sticky-wordmark {
	display: block;
	width: 235px;
    margin: 0 auto;
}

header#myHeader.sticky img.not-sticky-wordmark {
	display: none;
}


.header-button a.btn.blue-btn.first-view-btn{
	display: none;
	float:right;
}

header#myHeader.sticky .header-button a.btn.blue-btn.first-view-btn {
	display: block;
}

footer.mobile-footer {
	display: none;
}


.modal-header {
    border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.modal-content {
	background-color: transparent;
	border: none;
}


textarea.form-control {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 10px;
}

.close {
    color: #061440 !important;
    font-size: 35px;
    font-weight: 300 !important;
    opacity: 1;
}

.col-md-6.left-modal-column {
    padding-top: 10px;
}

h1.formTitle {
    font-size: 55px;
    line-height: 60px;
    text-align: left;
    color: #061440;
}

p.formDesc {
    font-size: 24px;
    text-align: left;
    line-height: 34px;
}

div#formModal {
    background: rgba(256, 256, 256, 0.98);
}

.response-page h1 {
    font-size: 55px;
    line-height: 60px;
    color: #061440;
    padding: 0px 120px;
}


.response-page p {
    font-size: 24px;
    line-height: 34px;
    padding: 0px 180px;
}

button#btnContactUs {
    border: none;
    width: 150px;
}

input.form-control,
textarea.form-control {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #2E2C38;
    letter-spacing: -0.18px;
    opacity: 0.6;
}

p.intro-desc {
    padding-bottom: 20px;
}


.footer-list p{
	color: #9298ae;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

div#error_message ul {
    list-style: none;
    padding-left: 0px;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle{
	background-color: #2F5BEA;
}

button#btnContactUs {
    box-shadow: none;
}

@media only screen and (min-width: 768px) {
	.container.footer-section {
	   	padding: 160px 0px 180px;
		}

	.left-intro p {
	padding-right: 130px;
	}

	.second-col .row.title-row {
	    justify-content: space-around;
	    margin-left: -55px;
		}

	.second-col .row.list-row {
	    justify-content: space-around;
		}

	.footer-section .col-md-4.space-around-column {
		line-height: 40px;
	}

	.col-md-4.first-column-footer {
	    padding-left: 40px;
		}
	.col-md-4.space-around-column {
    	padding-top: 15px;
	}
	.row.logo-footer img {
		margin-top: -12px;
	}
	.footer-last-section .col-lg-12 {
		display: flex;
	    justify-content: space-around;
	    align-items: center;
	    height: 80px;
	}
	.footer-last-section p {
		margin-bottom: 0px;
	}

	header#myHeader {
   		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.container.mobile-logo-container {
    display: none;
	}

	p.mobile-mark {
		display: none;
	}

	.intro-section {
	    padding-top: 160px;
	    padding-bottom: 180px;	    
	}

	.formBlock {
    background: #fff;
    padding: 33px;
    box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
    -moz-box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
	box-shadow: 0 1px 2px 0 rgba(32,26,46,0.37), 0 2px 12px 0 rgba(26,21,52,0.13);
    border-radius: 10px;
    margin-bottom: 10px;
	}

	.row.partners-logos {
		justify-content: center;
	}

	.row.people-row {
    padding-top: 20px;
	}

	.row.services-row {
    padding-top: 20px;
	}

}



@media only screen and (max-width: 767px) {
	.top-bar-container div.yacht-wordmark {
		order: 1;
	}


	.top-bar-container div.logo {
		order: 2;
		text-align: center;
	}

	.not-sticky-wordmark {
		display: none;
	}

	.mobile-wordmark {
		display: block;
		margin: 0 auto;
	}
	.content .top-bar-container .row {
		padding: 0px;
	}

	.col-md-4.yacht-wordmark {
    padding: 25px 0px;
    background: #151c32;
	}

	.container.top-bar-container {
    max-width: 100%;
	}

	.top-bar-container .col-md-4.logo {
    padding: 40px 0;
	}

	.first-section-container {
		padding-top: 0px;
	}

	h1, .h1 {
		font-size: 55px;
		line-height: 60px;
	}

	h3, .h3 {
		font-size: 28px;
		line-height: 36px;
	}

	h1.formTitle,
	.response-page h1 {
    font-size: 45px;
    line-height: 50px;
	}

	.response-page h1,
	.response-page p {
		padding: 0px;
	}

	p.formDesc {
    display: none;
 	}

 	.blue-btn {
 		font-size: 18px;
 		line-height: 24px;
 	}

	.col-md-6.left-intro {
    	padding-top: 80px;
	}

	.col-md-6.yacht-features {
    	position: relative;
    	top: 60px;
	}

	.left-intro p {
		padding-bottom: 30px;
	}
	.container-fluid.video-section {
		display: none;
	}

	.third-section .text-Block h3.align-center {
    	padding: 80px 0px;
	}

	.three-Blocks .col-md-4 {
    	padding-bottom: 40px;
	}

	.people-text h2.people-text-title {
    	padding: 40px 10px 0px 15px;
	}

	.people-text p.people-text-desc {
    	padding: 40px 0px 40px 15px;
	}

	.people-features {
	    padding: 10px 15px 80px;
	}

	p.mobile-mark img {
    	padding-right: 15px;
	}
	.fourth-section, .fifth-section{
		padding-top: 40px;
	}

	.partners-section p.sections-mark {
		text-align: left;
	}

	h2.align-center.partners-title {
		text-align: left;
	}

	.row.partners-logos .col-sm-2 {
    	width: 50%;
    	padding-bottom: 30px;
	}

	.row.partners-logos {
    padding: 40px 0px 30px;
	}

	.container-fluid.sixth-section {
    display: none;
	}

	.container-fluid.last-section {
		background: url(uploads/mobile-footer-background.svg) no-repeat;
		background-size: cover;
	}

	.container.footer-last-section {
    background: white;
	text-align: center;
	border-radius: 5px;
    border: 1px solid #D1D3D7;
    padding-bottom: 20px;
	}

	.container-fluid.last-section {
	   padding: 80px 30px 180px 30px;
	}

	.container.mobile-logo-container {
    text-align: center;
    padding-bottom: 60px;
	}

	.container.footer-last-section h6 {
	font-size: 32px;
	line-height: 36px;
	padding: 30px 40px 40px;
	}

	.footer-last-section p{
		line-height: 40px;
	}

	a.btn.blue-btn.footer-mail {
		width: 100%;
	}

	.first-section-container {
		background-image: none;
	}

	.first-section-container .row.first-row {
    background: url(uploads/Lines.svg) no-repeat;
    background-position: center;
	}


	.col-md-6.yacht-features {
    padding-left: 0px;
    padding-right: 0px;
	}

	.col-md-6.yacht-features h6 {
    font-size: 13px;
	}

	.yacht-features img {
		padding-left: 0px;
		padding-right: 10px;
	}

	.container-fluid.grey-bk {
    background: #f5f4f2;
    height: unset;
    margin-top: unset;
	}

	.third-section {
    background: url(uploads/bk-section-three.svg) no-repeat;
    background-size: cover;
    background-position: right 80px;
	}

	.sticky {
		display: none;
	}

	.third-section p.sections-mark {
	margin-bottom: 0px;
	}

	.col-md-6.people-photo {
    height: 430px;
    background-size: cover;
	}

	.people-section p.sections-mark {
		display: none
	}

	p.mobile-mark {
		display: block;
	}

	.row.people-row{
		display: flex;
		flex-direction: row;
	}

	.col-md-6.people-text {
		order:2;
	}

	.col-md-6.people-photo {
		order: 1;
	}

	p.mobile-mark {
	    padding-top: 40px;
	    margin-bottom: 0px;
	    padding-left: 15px;
	}

	.container-fluid.fourth-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.fourth-section ,.fifth-section {
		background-color: #fff;
	}

	.fourth-section {
		padding-top: 0px;
	}

	h2.align-center.partners-title,
	h2.people-text-title {
		padding-right: 50px !important;
	}

	.container.people-section {
    max-width: 100%;
	}

	button#btnContactUs {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 34px;
	}

	input.form-control, textarea.form-control {
		font-size: 18px;
	}

	.modal-header {
    padding-top: 0px;
	}

	.col-md-6.left-modal-column {
    padding-top: 0px;
	}

	.modal-body {
    padding-top: 0px;
	}

	.blue-btn{
	padding: 17px 50px;
	}

	.container.three-Blocks {
		padding-top: 80px;
	}

	.row.partners-logos {
		justify-content: space-between;
	}
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h1, .h1 {
		font-size: 55px;
		line-height: 60px;
	}

	h3, .h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.services-column {
    	padding: 40px 10px;
	}

	.container-fluid.sixth-section {
		background-position: bottom;
	}

	p.service-Desc {
    height: 230px;
	}

	.left-intro p {
    padding-right: 0;
	}

	.people-features p {
		font-size: 15px;
	}

	.services-column.blue-service {
		background-position: center top 368px;
	}

	.services-column.white-service {
		background-position: center top 368px;
	}

}