@charset "utf-8";

/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  HOME

----------------------------------*/


/*************************
*
*	1. GENERAL
*
*************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 20px;
	color: #54595A;
}
body {
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	/*line-height: 26px;*/
	line-height: 2.6em;
}
p,
ul li,
ol li {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 1.2em;
	word-wrap: break-word;
}
a {
	color: inherit;
	border: none;
	outline: none;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	text-transform: none;
	font-family: "Montserrat", Arial, sans-serif;
	color: inherit;
	word-wrap: break-word;
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	color: #c16061;
}
ol,
ul {
	list-style: none;
}
ul {
	margin: 0 0 19px;
}
ul li {
	list-style-type: none;
	word-wrap: break-word;
}
input:focus,
textarea {
	outline: none;
}
button,
input,
select,
textarea {
	font-size: 100%;
	word-wrap: break-word;
	margin: 0;
}
button,
input {
	line-height: normal;
	outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=password] {
	display: inline-block;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	resize: none;
	overflow: auto;
}
img {
	max-width: 100%;
	height: auto;
}
input[type=text],
input[type=password],
input[type=email],
textarea{
	background: #FFF;
}

/* Clearfix */

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.no-margin {
	margin: 0 !important;
}
.hidden-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.container{
	width: 1180px;
	margin: auto;
}
.hideme {
	display: none !important;
}
.frow{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cold100{
	width: 100%;
}
.cold75{
	width: 73.5%;
}
.cold66{
	width: 66%;
}
.cold50{
	width: 49%;
}
.cold33{
	width: 32%;
}
.cold30{
	width: 28.5%;
}
.cold25{
	width: 23.5%;
}
.cold20{
	width: 18.5%;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.auto{
	margin: auto;
}
.darkShade{
	color: #474A4B;
}
.arrowLeft{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='18px' height='18px'><g><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23FFFFFF'/></g></svg>");
    background-repeat: no-repeat;
}
.arrowDown{
	width: 28px;
	height: 28px;
	margin: auto;
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='28px' height='28px'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%23fff'/></g></svg>");
}
.btnSite{
	background: #c16061;
	color: #FFF;
	font-size: .9rem;
	min-width: 180px;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	padding: 0 0.75rem;
	outline: none;
}
.btnSite:hover{
	color: #FFF;
}
.btnSite span{
	padding-right: 25px;
}
/*************************
*
*	2. HEADER
*
*************************/
.siteHeader{
	background: #333;
	width: 395px;
	height: 86px;
	display: flex;
	position: relative;
	z-index: 1000;
	
/* 	position: fixed;
top: 0;
left: 0; */
}
.logo{
	width: 309px;
	height: 86px;
	padding: 23px 51px 21px 38px;
	display: block;
}
.logo img{
	max-width: 218px;
}
.menuButton{
	background: #474A4B;
	width: 86px;
	height: 86px;
	position: relative;
	cursor: pointer;
	z-index: 1000;
}
.menuButton span{
	display: block;
	position: absolute;
	height: 1px;
	width: 25px;
	background: #f7f8f8;
	border-radius: 5px;
	opacity: 1;
	left: 29px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menuButton span:nth-child(1) {
	top: 33px;
	width: 18px;
}

.menuButton span:nth-child(2),.menuButton span:nth-child(3) {
	top: 43px;
	width: 25px;
}

.menuButton span:nth-child(4) {
	top: 53px;
	width: 21px;
}

.menu-active .menuButton span:nth-child(1) {
	top: 43px;
	width: 0%;
	left: 50%;
}

.menu-active .menuButton span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-active .menuButton span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-active .menuButton span:nth-child(4) {
	top: 43px;
	width: 0%;
	left: 50%;
}
.menu-active #siteMenu{
	display: flex;
}
#siteMenu{
	display: none;
	transition: opacity .5s ease-in-out;
	z-index: -1;
	width: 395px;
	height: calc(100vh - 86px);
	background: #474A4B;
	position: absolute;
	top: 86px;
	padding-left: 2.4rem;
	padding-right: 1rem;
	padding-top: 33px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-bottom: 20px;
	overflow: auto;
}
.menuList > li > a{
	font-size: 2.5rem;
	font-weight: 800;
	color: #FFF;
	margin-bottom: 0.5rem;
}
.menuList > li a:hover{
	text-decoration: none;
}
.menuList li {
	margin-bottom: 0;
}
.submenuList a{
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 1px;
	line-height: 1.75rem;
}
.menuList{
	min-height: calc(100% - 100px);
}


/*************************
*
*	3.  FOOTER
*
*************************/

#footer {
    background: #FFF;
    position: relative;
    z-index: 1;
}
.footerTable{
	width: 100%;
	border-collapse: collapse;
}
.footerTable td{
	border: 1px solid #EDEDED;
	font-size: .75rem;
	color: rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 13%;
	height: 3.75rem;
}
.footerTable td:last-child{
	width: 21%;
}
.footerTable a:hover{
	color: #c16061;
}
.footerTable td:first-child{
	color: #000;
}
.footerTable .btnSite:hover{
	color: #FFF;
	
}
.footerTable .btnSite{
	width: 7rem;
	font-size: .75rem;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	margin: auto;
	min-width: initial;
}
.contactData{
	padding-right: 3%;
}
.contactData p{
	text-align: right;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-bottom: 0.2rem;
}
.contactData .ftitle{
	font-size: .8rem;
	color: #000;
}
.copyRight{
	color: rgba(0, 0, 0, 0.5);
}
.footerTable .madeBy{
	text-align: right;
	padding-right: 3%;
	color: #000;
}
.newsletter{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	width: 90%;
	margin: auto;
}
.newsletter .newsletterEmail{
	background: #c16061;
	color: #FFF;
	padding-left: 15px;
	height: 2rem;
	width: calc(100% - 8rem);
}
.newsletter .btnSite{
	margin-left: 0;
	margin-right: 0;
	background: rgba(188, 94, 94, 0.75);
	min-width: 8rem;
}

/*************************
*
*	4.  HOME
*
*************************/
body, html{
	/*overflow-x: hidden;*/
}

.main{
	margin-top: -86px;
	min-height: calc(100vh - 214px);
	overflow-x: hidden;
} 

#topCarousel .item{
	position: relative;
	height: 1115px;
	height: calc(100vw/1.75);
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	min-height: 500px;
	height: 100vh;
}
#topCarousel .item:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.slideTitle{
	color: #FFF;
	position: absolute;
	z-index: 99;
	right: 8%;
	font-weight: 800;
	font-size: 5rem;
	text-align: right;
	line-height: 1;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
	bottom: 250px;
	white-space: pre-line;
}
.redC{
	color: #c16061;
}
.slideTitle:after{
	content: '\201D';
	color: #c16061;
	position: absolute;
	right: -60px;
	bottom: 0;
}
.slideTitle:before{
	content: '\201C';
	color: #c16061;
	position: absolute;
	left: -60px;
}
.htCarousel .owl-dots{
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
}
#topCarousel  .owl-dots{
	bottom: 150px;
}
.htCarousel .owl-dots .owl-dot{
	margin-left: 8px;
	margin-right: 8px;
	outline: none;
	width: 40px;
	height: 40px;
}
.htCarousel .owl-dots .owl-dot span{
	height: 6px;
	display: block;
	background-color: #FFF;
}
.htCarousel .owl-dots .owl-dot:hover span,
.htCarousel .owl-dots .owl-dot.active span{
	background-color: #c16061;
}
.sectionTwo.HomeText{
	/*background: #c16061;*/
	color: #fff;
	position: relative;
	z-index: 1;
}

#startScrolling{
	text-align: center;
	margin: auto;
	cursor: pointer;
	font-size: 0.9rem;
	display: block;
	background: transparent;
    color: #FFF;
	-webkit-border-top-left-radius: 50%;
	        border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	        border-top-right-radius: 50%;
	position: relative;
	height: 130px;
	margin-top: -130px;
	z-index: 999;
	overflow: hidden;
	padding-top: 45px;
}
#startScrolling:hover,
#startScrolling:active{
	color: #FFF;
}
#startScrolling .arrowDown{
	margin-top: -10px;
}
 #startScrolling:after{
	content: "";
	display: block;
	width: 110vw;
	min-height: 150px;
	height: calc(100vw / 5);
	background: #c16061;
	-webkit-border-top-left-radius: 150%;
	border-top-left-radius: 150%;
	-webkit-border-top-right-radius: 150%;
	border-top-right-radius: 150%;
	position: absolute;
	top: 0;
	left: -5%;
	z-index: -1;
}
.sectionTwotext{
	background: #c16061;
	font-size: 2rem;
	text-align: center;
	padding-bottom: 25px;
	line-height: 2.5rem;
	padding-bottom: 2rem;
	padding-top: 0.5rem;
	margin-top: -1px;
	padding-top: 10px;
}
.sTcontent{
	width: 1350px;
	max-width: 90%;
	margin: auto;
	letter-spacing: 1px;
}
.loginBtn .btnSite{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	
}
.loginBtn .btnSite span{
	font-size: 0.75rem;
}
.whatWeOffer{
	background: #EDEDED;
	color: #474A4B;
}
.sectionTitle{
	color: #474A4B;
	font-size: 2rem;
	padding-top: 3rem;
	text-align: center;
	line-height: 2.2rem;
}
.wwoText{
	font-size: 0.8rem;
	line-height: 1.3rem;
	width: 830px;
	max-width: 80%;
	margin: 25px auto 0;
	text-align: center;
	padding-bottom: 3rem;
}
.accordion{
	display: flex;
    background: #FFF;
}
#colcarou{
	height: calc(100vw/2.4)!important;
}
#colcarou .colcarou-item.active .colcarou-textbox p{
	line-height: 1.5rem;
}
.accItemBtn{
	display: inline-block;
}
.brownBtn{
	background: #BE9951;
	color: #FFF;
	min-width: 240px;
}
.accItemBtn .brownBtn{
	font-size: 0.9rem;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
#sectionFour .colcarou-item.active .colcarou-textbox{
	width: 50vw;
	background: #FFF;
	margin-left: 0;
	height: 100%;
}
#sectionFour .colcarou-item.active .accContent h5{
	font-size: 3rem;
	color: #474A4B;
}
.accContent{
	padding-left: calc((100vw - 1350px)/2);
	padding-top: 10%;
	padding-right: 10%;
}
.accItemText{
	font-size: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.colcarou-item{
	height: 800px;
}
.colcarou-item.inactive .colcarou-textbox{
	top: 100%!important;
	padding-left: 20px;
	font-size: 2rem;
	color: #FFF;
	background: rgba(112, 112, 112, 0.4);
	cursor: pointer;
}
#sectionFour .colcarou-image{
	width: 50vw;
    position: absolute;
    width: calc(100% - 50vw);
    min-width: 100px !important;
    right: 0;
    object-fit: cover;
}
.bigContainer{
	width: 1350px;
	max-width: 90%;
	margin: auto;
}
.achievments{
	padding-top: 8rem;
	padding-bottom: 7rem;
	position: relative;
	overflow: hidden;
    background: #FFF;
}
.achievments:before{
	content: "";
	display: block;
	background:  rgba(71, 74, 75, 0.04);
	width: 200vw;
	height: 200vw;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	z-index: 1;
	right: 30vw;
	top: -55vw;
}
.achievments .acLeft,
.achievments .acRight{
	position: relative;
	z-index: 9;
}
.achievments .sectionTitle{
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1rem;
}
.achievments .achRow{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 1rem;
}
.achItem h6{
	font-size: 2rem;
	color: #474A4B;
	font-weight: 500;
}
.achItem p{
	font-size: .8rem;
	color: rgba(71, 74, 75, 0.49);
	line-height: 1.5rem;
}
.achItem:nth-child(odd){
	width: 250px;
	margin-right: 25px;
}
.achItem:nth-child(even){
	width: 350px;
}
.smallerText{
	font-size: .8rem;
	line-height: 1.3rem;
}
.acRight .sectionTitle,
.acRight .smallerText{
	width: 530px;
	color: #474A4B;
}
.achLink .brownTextBtn{
	font-size: .9rem;
}
.brownTextBtn{
	color: #BE9951;
}
.brownTextBtn .arrowLeft{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='18px' height='18px'><g><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23BE9951'/></g></svg>");
}
.tryItOut{
	padding-left: 50vw;
	padding-right: 5vw;
	padding-top: 7rem;
	padding-bottom: 8.5rem;
    z-index: 3;
    position: relative;
	background-image: url(../images/girl-with-laptop.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.HomePage .tryItOut{
    padding-left: 50vw;
    padding-right: 5vw;
    padding-top: 7rem;
    padding-bottom: 8.5rem;
    background-image: url(../images/girl-with-laptop.jpg);
    background-position: left center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tryItOut .sectionTitle{
	text-align: left;
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 800;
}
.tryItOut .smallerText{
	text-align: left;
	max-width: 500px;
}
.slimTitle{
	font-size: 1.2rem;
	font-weight: 500;
    line-height: 1.6rem;
    margin-bottom: 10px;
}
.testimonials{
	padding-top: 3rem;
	padding-bottom: 5rem;
	background: #474A4B;
	position: relative;
}
.testimonialText{
	color: #FFF;
	font-size: 2rem;
	letter-spacing: 2px;
	max-width: 1200px;
	width: 80%;
	margin: 25px auto 20px;
	text-align: center;
}
.testimonialAuthor{
	text-align: center;
	color: #FFF;
	font-size: .9rem;
}
#testimonials .owl-dots{
	bottom: -4.5rem;
}
#testimonials .owl-dots .owl-dot span{
	height: 2px;
	background: #707070;
}
#testimonials .owl-dots .owl-dot:hover span, 
#testimonials .owl-dots .owl-dot.active span{
	background-color: #c16061;
}
.carouselControl{
	width: 10%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	-webkit-background-size: 64px 64px;
	     -o-background-size: 64px 64px;
	        background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-color: #474A4B;
}
.rightCarousel{
	left: auto;
	right: 0;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='64px' height='64px'><g><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%2354595A'/></g></svg>");
}
.leftCarousel{
	background-image:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129' width='64px' height='64px'><g><path d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z' fill='%2354595A' /></g></svg>");
}
.rightCarousel:hover{
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='64px' height='64px'><g><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/></g></svg>");
}
.leftCarousel:hover{
	background-image:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129' width='64px' height='64px'><g><path d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z' fill='%23fff' /></g></svg>");
}
.onlyMobile{
	display: none;
}

/*************************
*
*	5.  CONTACT
*
*************************/

#sectionContact{
	display: flex;
	min-height: calc(100vh - 214px);
	
}
.rightContact{
	width: 60%;
	background: url(../images/family-beach.jpg);
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}
.leftContact{
	padding-top: 140px;
	padding-bottom: 90px;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.formFlex{
	display: flex;
}
.biggerTitle{
	font-size: 4.25rem;
	color: #474A4B;
}
.formSelect{
	background: transparent;
	text-transform: uppercase;
	color: #333;
	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
	width: 290px;
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 129 129' enable-background='new 0 0 129 129' width='28px' height='28px'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='%23333'/></g></svg>");
    background-repeat: no-repeat;
    background-position: center right 15px;
    -webkit-background-size: 20px;
         -o-background-size: 20px;
            background-size: 20px;
    font-size: 0.8rem;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    outline: none;
}
.formSelect::-ms-expand {
  display: none;
}
.leftContact .biggerTitle{
	padding-left: 10%;
}
.formContact{
	margin-left: 10%;
	margin-top: 3rem;
}
.formLeft,
.formRight{
	width: 50%;
}
.formLeft{
	border-right: 1px solid rgba(84, 89, 90, 0.17);
}
.formElement{
	outline: none;
	color: #474A4B;
	font-size: .8rem;
	border-bottom: 1px solid rgba(84, 89, 90, 0.17);
	width: 100%;
	height: 4rem;
	font-weight: 500;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
textarea.formElement{
	height: 8rem;
	padding-top: 1.5rem;
}
.formRight .formElement{
	padding-left: 1rem;
}
.contactFSubmit{
	margin-top: 2rem;
}


/*************************
*
*	5.  COURSES
*
*************************/


.interiorPageTitle{
	text-align: right;
	height: calc(100vw / 4.5);
	position: relative;
	display: flex;
	overflow: hidden;
	min-height: 300px;
}

.interiorPageTitle:after{
	content: "";
	display: block;
	width: 600vw;
	height: 600vw;
	background: #c16061;
	position: absolute;
	left: -215vw;
	z-index: -1;
	bottom: 0;
	border-radius: 50%;
}
.pageTitle{
	font-size: 4.25rem;
	color: #fff;
	font-weight: 800;
	width: 100%;
}
.pageShortDesc{
	font-size: .8rem;
	color: #FFF;
	line-height: 1.4em;
	margin-top: 1.5rem;
	max-width: 500px;
	margin-right: 0;
	margin-left: auto;
}
.imageBg .pageTitle,
.imageBg .pageShortDesc{
	position: relative;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}

.mediumTitle{
	font-size: 3rem;
	line-height: 1.3em;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
}
.beige{
	color: #474A4B;
}
.medText{
	font-size: .9rem;
	line-height: 1.5em;
}
.box{
	width: 550px;
	max-width: 90%;
}
.topSecurity{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.bottomSecurity{
	background: #F7F8F8;
	padding-top: 10vh;
	padding-bottom: 25vw;
}
.smallerTitle{
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
    line-height: 1.6rem;
	margin-bottom: 0.8rem;
}
.gray1{
	color: rgb(0, 0, 0, .4);
}
.bottomSecurity a.btnSite{
	display: inline-block;
}
.smallerText{
	margin-bottom: 1rem;
}
.courseSecurity{
	position: relative;
}
.imagebg1,
.imagebg2{
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	width: 33vw;
	height: 35vw;
	background-position: center;
	position: absolute;
	
}
.courseSecurity .imagebg1{
	right: 11%;
	top: 7%;
}
.courseSecurity .imagebg2{
	top: 20%;
	right: 0;
	width: 30vw;
	height: 36vw;
}
.redWrap{
	background: #c16061;
	color: #FFF;
	position: relative;
	z-index: 999;
	padding-bottom: 5rem;
	padding-top: 1rem;
}
.redWrap:before{
	content: "";
	display: block;
	width: 110%;
	min-height: 150px;
	height: calc(100vw / 5);
	background: #c16061;
	-webkit-border-top-left-radius: 150%;
	border-top-left-radius: 150%;
	-webkit-border-top-right-radius: 150%;
	border-top-right-radius: 150%;
	position: absolute;
	top: -225px;
	left: -5%;
	z-index: -1;
}
.militaryBadge{
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112.353 112.187'><defs><style>.a{fill:%23fff;}</style></defs><path class='a' d='M97.387,14.6q-21.537,3.042-29.568-1.46A105.057,105.057,0,0,1,50.054,0,105.057,105.057,0,0,1,32.289,13.141q-8.031,4.5-29.568,1.46Q-3.119,43.2,3.574,61.995T20.608,91.988q10.343,11.194,19.894,15.7l9.552,4.5,9.552-4.5q9.552-4.5,19.894-15.7T96.535,61.995Q103.227,43.2,97.387,14.6ZM65.507,76.778,50.054,68.626,34.6,76.778l3.042-17.157L25.11,47.454,42.389,44.9l7.666-15.575L57.72,44.9,75,47.454,62.465,59.622Zm46.846,35.408'/></svg>");
    width: 112px;
    height: 112px;
    margin: auto;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
}
.militaryCourse .smallerTitle{
	color: rgba(255, 255, 255, 0.4);
}
.militaryCourse .sectionCTA{
	display: flex;
	width: 100%;
	margin-top: 4rem;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
}
.militaryCourse .sectionCTA a{
	margin-left: 1rem;
	margin-right: 1rem;
	color: #FFF;
}
.militaryCourseImage{
	position: relative;
	height: calc(100vw/3.8);
	background: url(../images/b5-old.jpg);
	background-position: 0% 15%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	min-height: 300px;
}
.militaryCourseImage .sectionTitle{
	text-align: left;
	color: #FFF;
	position: absolute;
	bottom: 10%;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}
.familyCourseImage{
	position: relative;
	height: calc(100vw/3.8);
	background: url(../images/img2.jpg);
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	min-height: 300px;
}
.familyCourseImage .sectionTitle{
	text-align: left;
	color: #FFF;
	position: absolute;
	bottom: 10%;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}
.heartIcon{
	display: block;
	width: 90px;
	height: 90px;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.familyCourseContent{
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
}
.familyCourseContent .cold50.text-right .box{
	margin-right: 0;
	margin-left: auto;
	padding-top: 3rem;
}
.familyCourseContent:after{
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	display: block;
	background: #F7F8F8;
	right: 0;
	top: 0;
	z-index: -1;
}
.serviceCorporate{
	padding-top: 7rem;
	padding-bottom: 7rem;
	background-image: url(../images/worldmap.svg);
	background-repeat: no-repeat;
	background-position: right top 5vw;
	-webkit-background-size: 90vw;
	     -o-background-size: 90vw;
	        background-size: 90vw;
}
.industryIcons img{
	height: 50px;
}
.serviceRight .sectionTitle{
	padding-top: 1rem;
	text-align: right;
	padding-bottom: 1rem;
}
.serviceRight{
	padding-top: 4rem;
}
.corporate{
	padding-top: 15rem;
	padding-bottom: 5rem;
	position: relative;
}
.corporate .brownTextBtn{
	padding-left: 15px;
}
.corporate .imagebg1{
	top: 10%;
	left: 0;
}
.corporate .imagebg2{
	left: 12%;
}
.mRight{
	margin-left: auto;
	margin-right: 0;
}



/*************************
*
*	5.  Security Course
*
*************************/


.grayBg{
	background: #F7F8F8;
}
.smallContainer{
	width: 1220px;
	max-width: 90%;
	margin: auto;
}
.cdsTop{
	padding-top: 6rem;
	padding-bottom: 6rem;
	position: relative;
}
.cdsBottom{
	padding-top: 6rem;
	padding-bottom: 7rem;
	position: relative;
}
.cdsBottom:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background: #c16061;
}
.cdsTitle{
	position: relative;
}
.cdsNo{
	position: absolute;
	font-size: 4rem;
	font-weight: 800;
	color: #E0E4E3;
	width: 6.5rem;
	height: 6.5rem;
	border: .8rem solid #E0E4E3;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	left: -7.5rem;
	top: .7rem;
}
.cdsBImgBg{
	position: absolute;
	width: 42%;
	right: 0;
	height: 112%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	bottom: 0;
	z-index: 2;
}
.cdsQuote{
	background: #333;
	color: #FFF;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.cdsQuote .sectionTitle{
	color: #FFF;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1.5rem;
}
.quotePrice{
	padding-left: 10%;
	padding-top: 2rem;
}
.quotePrice .price{
	font-size: 2.8rem;
	font-weight: 300;
}
.quotePrice .priceDesc{
	color: #BE9951;
	font-size: 0.8rem;
}
.quotePrice .btnSite{
	font-size: 0.8rem;
}
.halfImages{
	height: calc(100vw / 5.2);
}
.halfImages .hI1,
.halfImages .hI2{
	width: 30%;
	height: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	height: calc(100vw / 5.2);
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.halfImages .hI2{
	left: 30%;
}

.courseDetailSection2 .cdsBottom:after{
	width: 40%;
}

.courseDetailSection2 .cdsBImgBg{
	width: 34%;
	height: 115%;
}
.courseDetailSection3 .cdsBottom:after{
	left: 0;
	right: auto;
	width: 48%;
}
.courseDetailSection3 .cdsBImgBg{
	left: 0;
	height: 110%;
}
.courseDetailSection3 .cdsTop{
	min-height: calc(100vw / 1.8);
	padding-top: 10rem;
}
.rightImage{
	width: 42%;
	height: calc(100vw / 2.2);
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}


.courseDetailSection4 .cdsBImgBg{
	height: 100%;
}
.courseDetailSection4 .cdsTop{
	position: relative;
}
.courseDetailSection4 .rightImage{
	position: absolute;
	height: 100%;
}

.mapMenu{
	width: 550px;
	max-width: 90%;
	font-size: .9rem;
	height: 2.7rem;
	overflow: hidden;
	transition: height .5s linear;
}
.mapMenuItem{
	background: #F7F8F8;
	-webkit-border-top-right-radius: 1px;
	        border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	        border-bottom-right-radius: 1px;
	padding-left: 2rem;
	color: #c16061;
	height: 2.2rem;
	cursor: pointer;
}
.mapMenuItem .no{
	padding-right: 1.5rem;
	display: inline-block;
	width: 15px;
}
.mapMenu a{
	pointer-events: none;
}
.mapMenu:hover{
	height: 10rem;
}
.mapMenu:hover a{
	pointer-events: auto;
}
.mapMenuWrap{
	height: 10rem;
}
#courseDetailSection1 .cdsTop{
	padding-top: 0;
}

/*************************
*
*	5.  Security Course
*
*************************/

.imageBg{
	position: relative;
}
.interiorPageTitle.imageBg:after{
	background-image: url(../images/business-team.jpg);
	background-position: center;
	background-size: 100vw;
	background-position: left 215vw center;
}
.imageBg .pageTitle,
.pageShortDesc{
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}
.imageBg:before{
	content: "";
	display: block;
	width: 600vw;
	height: 600vw;
	left: -215vw;
	bottom: 0;
	border-radius: 50%;
	position: absolute;
	background-image: linear-gradient(to bottom right, rgb(255, 255, 255, 0), rgb(0, 0, 0, .4));
}

.abtSection2.redWrap:before{
	top: -6vw;
}
.abtSection2{
	font-size: 1.75rem;
	text-align: center;
	line-height: 1.4em;
	padding-top: 2em;
	margin-top: 11vw;
}
.bigBox{
	width: 650px;
	margin: auto;
	max-width: 100%;
}
.biggerBox{
	width: 850px;
	margin: auto;
	max-width: 100%;
}
.midTitle{
	font-size: 3rem;
}


.abtSection3{
	padding-top: 8rem;
}

.connectionsWrap{
	margin-top: 3rem;
	display: flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.connectionItem{
	background: #F7F8F8;
	width: 32%;
}
.connectionItem{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	padding: 1rem;
	min-height: 350px;
}
.connectionText{
	font-size: .8rem;
	line-height: 1.4rem;
}
.connectionTitle{
	font-size: 1.8rem;
	line-height: 1em;
	margin-bottom: 0.5rem;
}

.ourFriends .brownTextBtn{
	font-weight: 400;
}
.logosList{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.logoListItem{
	display: block;
	width: 12rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.logosList{
	margin-bottom: 10rem;
}
.teamSection{
	background: #F7F8F8;
	padding-bottom: 4rem;
}
.teamList{
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: center;
	        justify-content: center;
}
.teamItem{
	width: 475px;
	max-width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 3rem;
}
.teamImg{
	width: 9rem;
	height: 9rem;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
	margin: auto;
}
.teamPerson{
	font-size: 2rem;
	margin-top: 1rem;
	text-align: center;
	line-height: 2.2rem;
}

.teamPosition{
	font-size: .9rem;
	line-height: 1.5em;
	color: #BE9951;
	margin-top: 0.5rem;
	text-align: center;
}
.teamDesc{
	font-size: .8rem;
	line-height: 1.3rem;
	text-align: center;
	margin-top: 1rem;
	letter-spacing: 1px;
}



/*************************
*
*	6. Evolution
*
*************************/

.evolutionSection .sectionTitle{
	text-align: left;
	padding-top: 0;
	margin-bottom: 1.5rem;
}
.evolutionSection .medText,
.courseDetailSection .medText{
	margin-bottom: 1rem;
	font-weight: 500;
}
.evolutionSection .cdsBottom{
	padding-top: 10rem;
}
.evolutionSection .cdsTop{
	min-height: 50vw;
}
.evolutionSection .cdsBottom:after{
	bottom: 80%;
	top: auto;
	width: 44vw;
	height: 45vw;
}
.evolutionSection .cdsBImgBg{
	bottom: 92%;
	width: 38vw;
	height: 45vw;
}
.evolutionToday{
	text-align: center;
}
.evolutionLogo{
	display: block;
	width: 430px;
	margin: auto;
	max-width: 80%;
	margin-top: 3rem;
}
.evolutionToday{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.evolutionToday .brownTextBtn{
	font-weight: 500;
}






/* SIDEBAR NAVIGATION */
.sidebar {
     position:absolute;
     left:0;
}
#sidebarNav{
	position:fixed;
	width: auto;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	left: 10px;
	z-index: 999;
	height: 100vh;
	top: 0;
}

.sidebarItem{
	width: 2.5rem;
	height: 2.5rem;
	-webkit-border-radius: 1.5rem;
	        border-radius: 1.5rem;
	color: #c16061;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.noBullet{
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	display: flex;
	margin: 0;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	background: #F7F8F8;
	border: 2px solid #c16061;
	-webkit-border-radius: 1.5rem;
	        border-radius: 1.5rem;
	color: #c16061;
	
}
.pointToTitle{
	width: 0;
	overflow: hidden;
	font-size: .9rem;
	font-weight: 400;
}
.sidebarItem:hover{
	width: auto;
	background: #c16061;
	color: #FFF;
	padding-right: 1rem;
}
.sidebarItem:hover .pointToTitle{
	width: auto;
	padding-right: 1rem;
}
.sidebarItem:hover .noBullet{
	margin-right: 1rem;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
}


/*desing v*/
#sidebarNav{
	left: 0;
}
.noBullet{
	position: relative;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: transparent;
}
.noBullet:before{
	content: "";
	width: 1.8rem;
	height: 1px;
	position: absolute;
	background: #c16061;
	right: 100%;

}
.sidebarItem{
	border: none;
	background: transparent;
	padding-left: 1.8rem;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 0.9rem;
}
.pointToTitle{
	color: #c16061;
}
.sidebarItem.name-active,
.sidebarItem:hover{
	background: #F7F8F8;
	-webkit-border-top-right-radius: 3px;
	        border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}


#sectionOne.sectionOneHome {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 0;
}
.HomePage .main {
    padding-top: 100vh;
}
.HomePage .section {
    position: relative;
    z-index: 3;
}
.parallax-mirror {
    z-index: 2 !important;
}
.main .section ul {
    margin-left: 21px;
}
.main .section ul > li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.relative {
	position: relative;
	width: 100%;
	height: 100%;
}
#loading {
	/* background: rgba(71, 74, 75, 1); */
	background: #343435;
	position: fixed;
	z-index: 999;
	top: 0px;
	text-align: center;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1001;
}
#loading img {
	
}
#logo-load {
    position: absolute;
    top: 47%;
    left: 54%;
}
#shadow img {
	position: absolute;
}
#shadow {
	position: absolute;
	top: 50%;
	left: 50%;
}
.go-left {
    position: absolute;
    height: 86px;
    width: 277px;
    max-width: none;
    left: 0px;
    top: 6px;
}
.go-right {
	position: absolute;
    height: 86px;
    width: 63px;
    left: 0px;
    top: 4px;
    max-width: none;
}
.animation {
	display: none;
	width: 100px;
	height: 100px;
}
#right-blind {
	height: 100%;
    left: 99px;
    width: 2000px;
    z-index: 10;
    background: #343435;
    position: absolute;
}
.ContactPage .main, .ContactPage #sectionContact {
	min-height: 100vh;
}
.ContactPage #footer{
	display: none;
}
.ContactPage #sectionSix, .ContactPage #sectionSeven {
	display: none;
}
.AboutUsPage #sectionSix, .HistoryPage #sectionSix {
	display: none;
}