
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@1&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');

.scrollAnimate{visibility:hidden;}

.scroll-to-top-link{
	position:fixed;
	width:68px;
	right:7%;
	bottom:7%;
	cursor:pointer;
	display:none;
	z-index:1000;
	opacity:0.75;
	-moz-opacity:0.75;
	-webkit-opacity:0.75;
	-o-opacity:0.75;
	-ms-opacity:0.75;
	filter: alpha(opacity=75);
}
*{
	font-family: 'Open Sans', sans-serif;
}
* div, * span{
	font-family: inherit;
}
html,body{
	height:100%;
}
.fixedSect{
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
}
#main_header{
	min-height: 786px;
    height: 84vh;
	max-height: 860px;
	/* background: #0557BC; */
	/* background: #c5ac35; */
	background-color: #304c68;
	position: relative;
    padding: 0px;
    margin: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	overflow: hidden;
	background-image: url("../img/head.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
#main_header .container_{
	width: 70%;
	margin: 0px auto;
	overflow: hidden;
}
#main_header .sub_text{
	font-size: 20px;
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
}
#main_header .main_text{
	font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 600;
    font-size: 52px;
    margin: 22px 0px;
	margin-top: 265px;	
    line-height: 59px;
    width: 500px;
}
#main_header .description{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 17px;
	width: 550px;
	line-height: 30px;
}
#main_header .description span{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
#main_header a{
	display: inline-block;
    padding: 13px 28px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #4f5157;
    background-color: #ffeb3b;
    border: 3px solid #cdbb21;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 23px;
    margin-top: 25px;
    z-index: 1;
    position: relative;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}
#main_header a:hover{
	text-decoration: none;
    background-color: #ecda33;
    color: #FFF;
    border: 3px solid #FFF;
}
#main_header .img_{
	position: absolute;
    top: 155px;
    width: 456px;
    height: 493px;
    right: 16%;
    z-index: 9;
    transition: 0.2s all linear;
    object-fit: cover;
}
#header_bottom{
	width: 1200px;
    margin: 0px auto;
    background-color: #ffffff;
    margin-top: -105px;
	margin-bottom: -215px;
    position: relative;
    box-shadow: 0px 0px 35px -11px #545454;
	padding: 30px 17px;
	display: flex;
}
#header_bottom .item{
	border: 1px solid #bfbfbf;
	margin: 0px 13px;
	padding: 36px;
	width: 33.33333%;
}
#header_bottom .title{
	font-family: 'Jost', sans-serif;
    color: #323232;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}
#header_bottom .line{
	height: 1px;
    background-color: #bfbfbf;
    margin: 13px 0px;
}
#header_bottom .text{
	font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
}
/**/
#about_sect{
	padding: 105px 0px;
	padding-top: 320px;
	background-color: #f6f7f8;
}
#about_sect .container{
	display: flex;
}
#about_sect .left{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_sect img{
	width: 80%;
}
#about_sect .right{
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#about_sect .title{
	font-family: 'Cabin', sans-serif;
	font-size: 39px;
	font-weight: 600;
}
#about_sect .extra{
	font-family: 'Cabin', sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-top: -9px;
}
#about_sect .caption{
	color: #575757;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 13px;
}
#about_sect .items{
	padding-top: 40px;
	padding-bottom: 50px;
}
#about_sect .item{
	padding-bottom: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
}
#about_sect i{
	color: #1461C0;
	margin-right: 5px;
}
#about_sect a{
	display: block;
    background-color: #0063DC;
    font-weight: 500;
    padding: 12px 20px;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    width: 150px;
    text-align: center;
    margin-top: 40px;
}
#about_sect .description{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
/**/
#about_sect1{
	padding: 105px 0px;
	background-color: #f6f7f8;
}
#about_sect1 .container{
	display: flex;
}
#about_sect1 .left{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about_sect1 img{
	width: 80%;
}
#about_sect1 .right{
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#about_sect1 .title{
	font-family: 'Cabin', sans-serif;
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 10px;
}
#about_sect1 .description{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
	margin-top: 15px;
}
/**/
#values{
	padding: 105px 0px;
	background-color: #F8EFE9;
}
#values .caption{
	font-family: 'Cabin', sans-serif;
    text-align: center;
    color: #838383;
    font-weight: 700;
    font-size: 18px;
}
#values .title{
	font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #2b5b97;
    line-height: 48px;
    margin: 0px auto;
    margin-top: 25px;
	margin-bottom: 50px;
    width: 70%;
}
#values .row_{
	display: flex;
}
#values .item{
	margin: 0px 23px;
    padding: 50px 36px;
    width: 50%;
    background-color: #FFF;
    margin-bottom: 45px;
}
#values .number{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 11px;
    font-weight: 600;
    color: #2359a5;
}
#values .title_{
    font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 12px;
    color: #303030;
}
#values .text{
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
}
/**/
#services{
	padding-top: 320px;
    background-color: #f6f7f8;
    padding-bottom: 120px;
}
#services .container{
	display: flex;
	flex-direction: column;
}
#services .caption{
	font-family: 'Cabin', sans-serif;
    text-align: center;
    color: #838383;
    font-weight: 700;
    font-size: 18px;
}
#services .title{
	font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    /* color: #45658d; */
    color: #2b5b97;
    line-height: 48px;
    margin: 0px auto;
    margin-top: 25px;
}
#services .description{
	text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 60%;
    margin: 0px auto;
    color: #747474;
    margin-top: 11px;
}
#services .row_{
	display: flex;
	margin-top: 40px;
}
#services .row_ .item_{
	border: 1px solid #e1e1e1;
    margin: 0px 23px;
	padding: 50px 36px;
	width: 33.333%;
}
#services .row_ .icon_{
	font-size: 45px;
    color: #3c3c3c;
    text-align: center;
    padding-bottom: 12px;
}
/* #services .row_ .icon_ img{
	width: 95px;
    display: block;
    margin: 0px auto;
	margin-bottom: 21px;
} */
#services .row_ .title_{
	font-family: 'Cabin', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    padding-bottom: 12px;
    color: #303030;
}
#services .row_ .line_{
	height: 1px;
    background-color: #bfbfbf;
    margin: 13px 0px;
}
#services .row_ .text_{
	font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
}
#services a{
	display: block;
    text-align: center;
    background-color: #2b5b97;
    width: 140px;
    padding: 13px 10px;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin: 0px auto;
    margin-top: 45px;
}
/**/
#book{
	background-color: #f9fbff;
	padding: 130px 0px;
}
#book .container{
	display: flex;
}
#book .left{
	width: 55%;
	padding: 70px;
}
#book .title{
	font-family: 'Poppins', sans-serif;
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}
#book .description{
	font-family: 'Poppins', sans-serif;
    color: #5c5c5c;
    margin-top: 32px;
    margin-bottom: 36px;
}
#book a{
	display: inline-block;
    padding: 15px 37px;
    color: #FFF;
    background-color: #676f79;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
#book .right{
	width: 45%;
	background-image: url("../img/book.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
#book1{
	background-color: #FFF;
	padding: 130px 0px;
}
#book1 .container{
	display: flex;
}
#book1 .right{
	width: 55%;
	padding: 70px;
}
#book1 .title{
	font-family: 'Poppins', sans-serif;
    color: #2a2a2a;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}
#book1 .description{
	font-family: 'Poppins', sans-serif;
    color: #5c5c5c;
    margin-top: 32px;
    margin-bottom: 36px;
}
#book1 a{
	display: inline-block;
    padding: 15px 37px;
    color: #ffffff;
    background-color: #676f79;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
#book1 .left{
	width: 45%;
	background-image: url("../img/airport.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
/**/
#navigation.scrolled{
	background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    left: 0px;
	box-shadow: 0px 3px 9px -5px #6e6e6e;
	-webkit-box-shadow: 0px 3px 9px -5px #6e6e6e;
	-ms-box-shadow: 0px 3px 9px -5px #6e6e6e;
	-moz-box-shadow: 0px 3px 9px -5px #6e6e6e;
	-o-box-shadow: 0px 3px 9px -5px #6e6e6e;
}
#navigation.scrolled .container_{
	height: 85px;
}
#navigation.scrolled nav li a{
	color: #173374;
}
#navigation.scrolled nav li a:hover{
	color: #020202;
	background-color: #f3f3f3;
}
#navigation.scrolled nav .active{
	border-color: #dab03b;
}
#navigation.scrolled .call_btn a{
	color: #cca12c;
	border-color: #cca12c;
}
#navigation.scrolled .logo img{
	height: 60px;
}
#navigation.scrolled .logo_scrolled{
	display: block;
}
#navigation.scrolled .logo_default{
	display: none;
}
.logo_scrolled{
	display: none;
}
#navigation{
    margin: 0px auto;
    position: fixed;
    width: 100%;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 999;
    top: 0px;
}
#navigation .container_{
	width: 67%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 118px;
	margin: 0px auto;
}
.top_contact{
	background-color: #a74022;
    display: flex;
    padding: 12px 16px;
	color: #fff;
	font-size: 19px;
    align-items: baseline;
	justify-content: center;
}
.top_contact .address_{
	font-family: 'Alata', sans-serif;
}
.top_contact .seperator_{
	font-family: 'Alata', sans-serif;
	padding: 0px 8px;
}
.top_contact .phone_{
	font-family: 'Alata', sans-serif;
	color: #FFF !important;
}
.top_contact .phone_ span{
	font-size: 25px;
	font-family: 'Alata', sans-serif;
	color: #FFF !important;
}
.logo{
	align-self: center;
	float: left;
}
.logo img{
	height: 75px;
}
#navigation nav{
	float: right;
}
#navigation nav ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#navigation li{
	float: left;
}
#navigation .dropdown{
	display: inline-block;
}
#navigation .dropdown:hover .dropdown_items{
	opacity: 1;
	visibility: visible;
}
#navigation .dropdown_items{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	background-color: #EEE;
    box-shadow: 0px 0px 15px 0px #8d8e90;
	transition: all linear 0.2s;
}
#navigation .dropdown_items a{
	display: block;
    color: #4e5056;
    padding: 11px 23px;
    text-decoration: none;
    font-size: 16px;
    transition: all linear 0.2s;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
}
#navigation .dropdown_items a:last-child{
	border-bottom: none;
}
#navigation nav li a{
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 14px 23px;
    text-decoration: none;
    font-size: 16px;
    /* letter-spacing: 1px; */
    transition: all linear 0.2s;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
#navigation nav li a:hover{
    color: #fff;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#navigation nav .active{
	font-weight: 700;
	color: #fff;
}
#navigation-r{
	display: none;
	position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #707c86;
    box-shadow: 0px -4px 16px #4e4e4e;
    -moz-box-shadow: 0px -4px 16px #4e4e4e;
    -ms-box-shadow: 0px -4px 16px #4e4e4e;
    -o-box-shadow: 0px -4px 16px #4e4e4e;
	-webkit-box-shadow: 0px -4px 16px #4e4e4e;
	top: 0px;
	left: 0px;
}
#navigation-r .icon{
    height: 75px;
    align-items: center;
	padding-left: 35px;
    width: 89px;
	cursor: pointer;
	position: absolute;
	font-size: 20px;
	color: #fff;
	display: flex;
}
#navigation-r .logo{
	height: 75px;
    margin: 0px auto;
    padding: 9px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#navigation-r .logo img{
	height: 53px;
	width: auto;
}
#navigation-r .nav{
	display: none;
}
#navigation-r .nav ul{
	margin: 0px;
	padding: 0px;
}
#navigation-r .nav li{
	list-style: none;
}
#navigation-r .nav li a{
	padding: 14px 18px;
    text-decoration: none;
    font-size: 16px;
	font-family: 'Cabin', sans-serif;
	display: block;
	color: #fff;
}
#navigation-r .nav li a.active{
	font-weight: 700;
}
/**/
.header{
	background-image: url("../img/backgrounds/header.jpg");
	background-repeat: no-repeat;
	height: 600px;
	box-shadow: inset 0 0 0 2000px #00000082;
	-moz-box-shadow: inset 0 0 0 2000px #00000082;
	-ms-box-shadow: inset 0 0 0 2000px #00000082;
	-o-box-shadow: inset 0 0 0 2000px #00000082;
	-webkit-box-shadow: inset 0 0 0 2000px #00000082;
	background-position: center;
	background-size: cover;
}
.header .title{
	font-family: 'Catamaran', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 5px;
	line-height: 56px;
	padding-top: 290px;
}
/**/
#front_picture{
	padding: 100px 0px;
}
#front_picture .picture{
	background-image: url("../img/home.jpg");
	height: 700px;
	background-repeat: no-repeat;
	width: 70%;
	margin: 0px auto;
	background-size: cover;
	background-position: center;
}
/**/
#features .container_{
	width: 70%;
	margin: 0px auto;
}
#features .title{
	font-family: 'Catamaran', sans-serif;
    color: #ce8623;
    font-weight: 700;
    font-size: 36px;
    line-height: 63px;
    margin-top: 35px;
    text-align: center;
}
#features .title:before, #features .title:after {
    background-color: #CCC;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
#features .title:before {
    right: 0.5em;
    margin-left: -50%;
}
#features .title:after {
    left: 0.5em;
    margin-right: -50%;
}
.feature_row{
	display: flex;
	margin-top: 75px;
}
.feature{
	padding: 0px 15px;
}
.feature .icon{
	width: 65px;
	float: left;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
.feature .icon i{
	font-size: 40px;
	color: #cc8c33;
}
.feature:hover .icon{
	margin-top: -5px;
}
.feature .text{
	width: calc(100% - 65px);
	float: left;
}
.feature .title_{
	font-size: 25px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 16px;
	color: #505050;
}
.feature .description{
	font-size: 16px;
    color: #848484;
    font-family: 'Catamaran', sans-serif;
    line-height: 26px;
}
/**/
.about_features{
	padding: 75px 0px;
	overflow: hidden;
}
.about_features_left{
	width: 45%;
	float: left;
	padding-top: 6px;
	display: flex;
	justify-content: center;
	align-self: center;
}
.about_features_left img{
	width: 72%;
	padding-top: 22px;
	align-self: center;
}
.about_features_right{
	width: 55%;
	float: right;
}
.about_features_title{
	font-size: 32px;
    margin-bottom: 35px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #225f8e;
}
.about_features_description{
	font-size: 17px;
	margin: 0 auto;
	color: #565656;
	font-family: 'Jost', sans-serif;
	padding-bottom: 28px;
}
.about_feature{
	border-top: 1px solid #AAA;
	padding: 15px 12px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.about_feature i{
	padding-right: 12px;
	color: #3679ad;
	float: left;
}
.about_feature:last-child{
	border-bottom: 1px solid #AAA;
}
/**/
#articles{
	padding-top: 150px;
	padding-bottom: 75px;
	overflow: hidden;
}
#articles .articles_box{
	background-color: #313131;
	min-height: 600px;
	width: 80%;
	float: right;
	padding: 70px;
	position: relative;
}
#articles .articleWrap{
	width: 400px;
	position: relative;
}
#articles .article{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
}
.visible_article{
	visibility: visible !important;
	opacity: 1 !important;
}
#articles .article#a1{
	display: block;
	visibility: visible;
	opacity: 1;
}
#articles .author{
	color: #e8e8e8;
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
}
#articles .title{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#articles .text{
	color: #bfbfbf;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	line-height: 27px;
	min-height: 174px;
}
#articles a{
	display: inline-block;
	padding: 7px 28px;
	background-color: #e1a148;
	border: 3px solid #e1a148;
	color: #FFF;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	margin-top: 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
}
#articles a:hover{
	text-decoration: none;
	border-color: #e1a148;
	background-color: #313131;
}
#articles .controls{
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
#articles .btns{
	display: flex;
}
#articles .previous{
	border: 2px solid #545454;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-right: 8px;
	transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	cursor: pointer;
}
#articles .next{
	border: 2px solid #545454;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	cursor: pointer;
}
#articles .previous:hover{
	border-color: #e2e2e2;
}
#articles .next:hover{
	border-color: #e2e2e2;
}
#articles .number{
	height: 50px;
    color: #c3c3c3;
    font-size: 15px;
	font-family: 'Cabin', sans-serif;
	display: flex;
	align-items: center;
}
#articles .number .slash{
	padding: 0px 5px;
}
#articles .image{
	width: 513px;
    height: 509px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 520px;
    top: -36px;
}
/**/
#creative{
	padding: 75px 0px;
}
#creative .container_{
	position: relative;
	max-width: 100%;
    width: 1148px;
	margin: 0px auto;
}
#creative .element_1 svg{
	width: 94px;
	position: absolute;
	z-index: 1;
	left: 94px;
	top: -50px;
	transform: rotate(-15deg);
}
#creative .quote_box{
	width: 600px;
    border: 4px solid #366dab;
    background-color: #fff;
    text-align: center;
    padding: 47px 30px;
    position: relative;
    margin-left: 121px;
}
#creative .quote_box .sub_title{
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	color: #525252;
}
#creative .quote_box .title{
	font-family: 'Poppins', sans-serif;
	font-size: 45px;
	font-weight: 700;
	padding-top: 10px;
    padding-bottom: 25px;
}
#creative .quote_box .description{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #525252;
}
#creative .quote_box a{
	display: inline-block;
    padding: 7px 28px;
    background-color: #444444;
    border: 3px solid #726969;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    margin-top: 40px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
}
#creative .solid_colour{
	background-color: #366dab;
    height: 350px;
    width: 774px;
    margin-top: -122px;
    margin-left: 250px;
}
#creative .illustration{
	border: 6px solid #366dab;
    background-color: #FFF;
    height: 372px;
    width: 424px;
    margin-top: -269px;
    margin-left: 525px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#creative .illustration svg{
	width: 68%;
}
/**/
#blogpost{
	padding-top: 55px;
	padding-bottom: 75px;
}
#blogpost .left{
	width: 70%;
	float: left;
	padding-right: 20px;
}
#blogpost .title{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
#blogpost .sub_title{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 8px;
}
#blogpost .text{
	font-family: 'Poppins', sans-serif;
    color: #797979;
    font-size: 15px;
	/* line-height: 25px; */
	line-height: 29px;
}
#blogpost .bottom_part{
	border-top: 1px solid #e0e0e0;
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
#blogpost .bottom_part .author{
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #696969;
}
#blogpost .bottom_part .share{
	font-size: 22px;
	color: #696969;
}
#blogpost .bottom_part a{
	color: #696969;
}
#blogpost .bottom_part .share i{
	margin-left: 8px;
}
#blogpost .tags{
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
#blogpost .tag{
	margin: 0px 6px;
    padding: 8px 15px;
    border: 1px solid #C5C5C5;
    font-family: 'Poppins', sans-serif;
    color: #4c4c4c;
}
#blogpost .right{
	width: 30%;
	float: left;
	padding-left: 20px;
}
#blogpost .request_a_quote{
	padding: 25px 0px;
    background-color: #f9ecd9;
    display: flex;
}
#blogpost .request_a_quote a{
	background-color: #FFF;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    margin: 0px auto;
    color: #333;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 19px;
    border: 1px solid #333;
}
#blogpost .request_a_quote_after{
	/* height: 50px;
    background-color: #f9ecd9;
	margin-top: 25px; */
	height: 20px;
    background-color: #f9ecd9;
    margin-top: 9px;
}
/**/
/**/
#welcome{
	padding: 75px 0px;
}
#welcome .title{
	font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #444444;
    line-height: 48px;
    width: 630px;
    margin: 0px auto;
    margin-top: 16px;
}
#welcome .caption{
	font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 24px;
    color: #696969;
    margin: 0px auto;
    margin-top: 7px;
}
#welcome .icon{
	text-align: center;
    margin-top: 19px;
    margin-bottom: 30px;
    font-size: 31px;
    color: #ce902a;
}
#welcome .pictures{
	display: flex;
	justify-content: space-around;
}
#welcome .left{
	height: 389px;
	width: 41%;
	background-image: url("../img/welcome1.jpg");
	background-position: center;
	background-size: cover;
	filter: grayscale(1);
	transition: 0.2s all linear;
}
#welcome .right{
	height: 389px;
	width: 58%;
	background-image: url("../img/welcome2.jpg");
	background-position: center;
	background-size: cover;
	filter: grayscale(1);
	transition: 0.2s all linear;
}
#book_now{
    text-align: center;
    color: #FFF;
    background-color: #f7f7f7;
    padding: 150px 0px;
    background-size: 100%;
    background-image: url("../img/backgrounds/book.jpg");
    background-size: cover;
	box-shadow: inset 0 0 0 2000px #000000bf;
    -webkit-box-shadow: inset 0 0 0 2000px #000000bf;
}
#book_now .title{
	font-size: 42px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #fff;
    line-height: 40px;
	width: 600px;
	margin: 0px auto;
    margin-bottom: 95px;
    text-align: center;
}
#book_now .caption{
	font-size: 22px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
	padding-bottom: 70px;
}
#book_now a{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}
/* */
#quote{
	padding: 0px 0px;
	height: 580px;
	text-align:center;
	background-image: url("../img/backgrounds/reviews.jpg");
	background-position: center;
	background-size: cover;
}
#quote .right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0 0 0 / 18%)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
}
#quote .left{
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
    background-image: -webkit-gradient(linear,right top,right top,from(rgba(0,0,0,.0001)),to(rgba(0 0 0 / 18%)));
    background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0 0 0 / 18%) 100%);
}
.quote_header1{
	font-family: 'Cabin', sans-serif;
    color: #fff;
    margin: 0 auto;
    font-size: 25px;
    line-height: 35px;
    width: 500px;
    font-weight: 500;
    display: flex;
    height: 580px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.quote_from{
	font-size: 16px;
    padding-top: 25px;
    font-family: 'Catamaran', sans-serif;
}
.quote_top, .quote_bottom{
	font-size:24px;
}
#quote_carousel {
	height: 580px;
	padding: 100px 0px;
	display: flex;
    align-items: center;
}
.carousel-indicators li {
    position: relative !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 30px !important;
    height: 3px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
	background-color: rgba(255,255,255) !important;
	border: none !important;
	border-radius: 0px !important;
}
.carousel-indicators .active {
	background-color: #FFF !important;
	border-radius: 0px !important;
	height: 3.1px !important;
	margin-top: 1px !important;
}
/* */
#bottom_boxes{
	padding: 75px 0px;
}
#bottom_boxes .container{
	display: flex;
	justify-content: space-around;
	max-width: 100%;
    width: 90%;
}
#bottom_boxes .col_{
	width: 44%;
}
#right_place{
	padding: 75px 0px;
	background-color: #f9f9f9;
}
#right_place .box{
	display: flex;
	align-items: center;
    width: 830px;
    padding: 0px 50px;
    margin: 0px auto;
}
#right_place .left{
	width: 388px;
    background-image: url("../img/bottom_box.jpg");
	height: 400px;
    background-size: 122%;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -100px;
    background-position: center;
}
#right_place .right{
	margin-left: 43%;
	width: 57%;
	padding: 150px 0px;
	padding-left: 30px;
}
#right_place .title{
	font-family: 'Alata', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#right_place .text{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #757575;
    line-height: 29px;
}
#right_place a{
	display: block;
    background-color: #ffa323;
    padding: 15px 28px;
    font-size: 18px;
    color: #212121;
    margin-top: 26px;
    font-family: 'Alata', sans-serif;
}
#right_place1{
	padding: 75px 0px;
}
#right_place1 .box{
	display: flex;
	align-items: center;
    width: 830px;
    padding: 0px 50px;
    margin: 0px auto;
	position: relative;
}
#right_place1 .right{
	width: 388px;
    background-image: url("../img/bottom_box.jpg");
	height: 400px;
    background-size: 122%;
    background-repeat: no-repeat;
    position: absolute;
	right: 0;
    margin-right: -60px;
    background-position: center;
}
#right_place1 .left{
	margin-right: 43%;
	width: 57%;
	padding: 150px 0px;
	padding-right: 30px;
}
#right_place1 .title{
	font-family: 'Alata', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 15px;
    color: #2f2f2f;
}
#right_place1 .text{
	font-family: 'Catamaran',sans-serif;
    font-size: 17px;
    color: #757575;
    line-height: 29px;
}
#right_place1 a{
	display: block;
    background-color: #ffa323;
    padding: 15px 28px;
    font-size: 18px;
    color: #212121;
    margin-top: 26px;
    font-family: 'Alata', sans-serif;
}
#gallery{
	padding: 100px 0px;
}
#gallery .row_{
	display: flex;
}
#gallery .col_{
	width: 33.33%;
	padding: 0px 25px;
}
#gallery .col_:nth-child(1) .gallery_image{
	background-image: url("../img/gallery/1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(2) .gallery_image{
	background-image: url("../img/gallery/2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#gallery .col_:nth-child(3) .gallery_image{
	background-image: url("../img/gallery/3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.gallery_image{
	box-shadow: 0px 3px 11px -1px #666;
    -webkit-box-shadow: 0px 3px 11px -1px #666;
    -moz-box-shadow: 0px 3px 11px -1px #666;
    -ms-box-shadow: 0px 3px 11px -1px #666;
    -o-box-shadow: 0px 3px 11px -1px #666;
	height: 260px;
}
.gallery_image img{
    width: 100%;
	height: 100%;
}
/** **/
#news{
	padding-top: 55px;
	padding-bottom: 75px;
}
#news .left{
	width: 70%;
	float: left;
	padding-right: 20px;
}
#news .title{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
}
.news_items{
	display: flex;
	flex-flow: wrap;
}
.news_item{
	width: calc(50% - 30px);
	margin: 15px;
	box-shadow: #ccc 0px 0px 14px -4px;
	-moz-box-shadow: #ccc 0px 0px 14px -4px;
	-ms-box-shadow: #ccc 0px 0px 14px -4px;
	-o-box-shadow: #ccc 0px 0px 14px -4px;
	-webkit-box-shadow: #ccc 0px 0px 14px -4px;
	position: relative;
}
.news_item .img{
	height: 200px;
	background-color: #dbdbdb;
	background-image: url("../img/dummy.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.news_item .bottom{
	padding: 15px;
}
#news .sub_title{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 8px;
}
#news .description{
	font-family: 'Sen', sans-serif;
    color: #8e8e8e;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 117px;
}
#news a{
	display: inline-block;
    padding: 4px 24px;
    background-color: #e1a148;
    border: 3px solid #e1a148;
    color: #FFF;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    margin-bottom: 15px;
	font-weight: 600;
}
#news a:hover{
	text-decoration: none;
    background-color: #ffffff;
    color: #4a4a4a;
}
#news .bottom_part{
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
}
#news .bottom_part .author{
	border-top: 1px solid #e0e0e0;
    padding-top: 15px;
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #696969;
}
#news .right{
	width: 30%;
	float: left;
	padding-left: 20px;
}
#news .request_a_quote{
	padding: 25px 0px;
    background-color: #f9ecd9;
    display: flex;
}
#news .request_a_quote a{
	background-color: #FFF;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
    margin: 0px auto;
    color: #333;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 19px;
    border: 1px solid #333;
}
#news .request_a_quote_after{
	height: 20px;
    background-color: #f9ecd9;
    margin-top: 9px;
}
/** **/
#privacy-policy{
	padding-top: 30px;
	padding-bottom: 75px;
}
#privacy-policy .sub_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 45px;
}
#privacy-policy .description{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#privacy-policy a{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
	font-weight: 700;
}
/** **/
#terms-of-use{
	padding-top: 30px;
	padding-bottom: 75px;
}
#terms-of-use .sub_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 45px;
}
#terms-of-use .description{
	font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	overflow: hidden;
}
#terms-of-use .sub_item{
	overflow: hidden;
	padding-left: 30px;
	padding-top: 8px;
}
#terms-of-use .number{
	width: 35px;
    float: left;
    font-weight: 700;
    color: #404040;
    font-size: 17px;
}
#terms-of-use .text{
	width: calc(100% - 35px);
	float: left;
}
#terms-of-use a{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
	font-weight: 700;
}
/** **/
#cookie-policy{
	padding-top: 30px;
	padding-bottom: 65px;
}
#cookie-policy .sub_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 45px;
}
#cookie-policy .description{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#cookie-policy .notice{
	font-family: 'Cabin' ,sans-serif;
    font-size: 17px;
    color: #d62a2a;
    font-weight: 700;
    line-height: 24px;
    padding-top: 20px;
}
#cookie-policy li{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #848484;
	padding-bottom: 10px;
}
#cookie-policy li div{
	font-size: 17px;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase;
}
#cookie-policy a{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
	font-weight: 700;
}
/** **/
#contact{
	background-color: #fbfdfc;
}
#contact .container{
	display: flex;
	align-items: center;
}
#contact .left{
	width: 55%;
	float: left;
	padding: 75px 25px;
}
#contact .right{
	width: 55%;
	float: right;
	padding: 75px 25px;
}
#contact .sub_title{
	color: #265495;
    font-family: 'Alata', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 2px;
}
#contact .connect_title{
	color: #353535;
	font-family: 'Alata', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 15px;
	margin-top: 10px;
}
#contact .description{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.contact_items{
	overflow: hidden;
}
.contact_item{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.contact_item a{
	font-family: 'Cabin' ,sans-serif;
    font-size: 16px;
    color: #616161;
	font-weight: 600;
} 
.contact_item span{
	font-style: italic;
	font-family: 'Cabin' ,sans-serif;
}
.contact_item .title{
	font-family: 'Cabin' ,sans-serif;
    font-size: 17px;
    color: #444444;
    font-weight: 600;
	line-height: 24px;
	padding-bottom: 5px;
}
.contact_form{
	width: 500px;
    padding: 0px 20px;
}
.contact_form .form{
	transition: 0.25s all linear;
	-moz-transition: 0.25s all linear;
	-ms-transition: 0.25s all linear;
	-o-transition: 0.25s all linear;
	-webkit-transition: 0.25s all linear;
}
.contact_form .success{
	transition: 0.25s all linear;
    -moz-transition: 0.25s all linear;
    -ms-transition: 0.25s all linear;
    -o-transition: 0.25s all linear;
    -webkit-transition: 0.25s all linear;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: #424242b3;
    padding: 9px 0px;
}
.contact_form .title{
	color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-weight: 500;
	padding-top: 25px;
}
.contact_form input{
	border-radius: 0px;
    padding: 20px 21px;
    height: auto;
    font-family: 'Cabin', sans-serif;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.contact_form textarea{
	border-radius: 0px;
    padding: 20px 21px;
    font-family: 'Cabin', sans-serif;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
}
.contact_form button{
	background-color: #3166b1;
    border: none;
    border-radius: 0;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    padding: 19px 12px;
    margin-top: 15px;
}
.contact_form button:hover{
	background-color: #2d5da1;
	border: none;
}
.contact_form button:focus{
	border: none;
	outline: none;
}
.contact_error{
	display: none;
    color: #c10b0b;
    font-size: 17px;
    margin-top: -7px;
    margin-bottom: 11px;
    font-family: 'Catamaran', sans-serif;
}
.contact_success{
	display: none;
	font-size: 20px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    color: #167121;
}
#map{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 75px 0px;
}
#map iframe{
	height: 500px;
    width: 70%;
    border: 1px solid #6f6f6f;
}
/** **/
.quote_illustration{
	display: flex;
    align-items: center;
    margin-top: 75px;
    justify-content: center;
}
.quote_illustration svg{
	width: 200px;
}
.private_register_wrap{
	padding: 75px 0px;
}
.private_register{
    background-color: #f9f9f9;
    box-shadow: 0px 0px 16px #c7c7c7;
    width: 80%;
	margin: 0px auto;
	padding-bottom: 25px;
	padding-top: 5px;
	overflow: auto;
}
.private_register .sub_title{	
	color: #c38228;
    padding: 1px 8px;
    font-family: 'Poppins', sans-serif;
    border-left: 3px solid #E2A148;
    margin-left: 20px;
    margin-top: 27px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}
.private_register .form{
	padding: 0px 34px;
}
.private_register input:not([type='checkbox']){
	margin-bottom: 25px;
	padding: 0px 18px;
	font-size: 18px;
    border: none;
    border-radius: 0px;
	border-bottom: 2px solid #d6d6d6;
	font-family: FontAwesome, "Catamaran", sans-serif;
	background-color: transparent;
	height: 48px;
	color: #232323;
    font-weight: 500;
}
.private_register #sender_postcode{
	text-transform: uppercase;
}
.private_register #sender_postcode::placeholder{
	text-transform: capitalize;
}
.private_register #recipient_postcode{
	text-transform: uppercase;
}
.private_register #recipient_postcode::placeholder{
	text-transform: capitalize;
}
.private_register textarea{
	margin-bottom: 25px;
	padding: 0px 18px;
	font-size: 18px;
    border: none;
    border-radius: 0px;
	border-bottom: 2px solid #d6d6d6;
	font-family: FontAwesome, "Catamaran", sans-serif;
	background-color: transparent;
	height: 48px;
	color: #232323;
    font-weight: 500;
	padding-top: 13px;
	height: 100px;
	min-height: 100px;
	max-height: 400px;
}
.private_register input[type='password']{
	font-size: 30px;
}
.private_register input::placeholder{
	color: #929292;
	font-size: 15px;
	font-weight: 400;
}
.private_register textarea::placeholder{
	color: #929292;
	font-size: 15px;
	font-weight: 400;
}
.private_register select{
	margin-bottom: 25px;
	padding: 0px 13px;
	font-size: 15px;
	color: #929292;
    border: none;
    border-radius: 0px;
	border-bottom: 2px solid #d6d6d6;
	font-family: FontAwesome, "Catamaran", sans-serif;
	background-color: transparent;
	height: 48px;
}
.private_register select option{
	font-size: 16px;
}
.private_register label{
	font-size: 15px;
}
.private_register input:focus, .private_register select:focus, .private_register textarea:focus{
	box-shadow: none;
	border-color: #498ebf;
	background-color: #f1f1f1;
	color: #232323;
}
.private_register .input_group .input{
	width: 46%;
}
.private_register .input_group{
	display: flex;
    justify-content: space-between;
}
.private_register .quote_agree_wrap{
	margin: 0px 34px;
}
.private_register .quote_agree_wrap label{
	font-family: 'Catamaran', sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
}
.private_register button{
	width: 175px;
    background-color: #daaa69;
    height: 52px;
    font-weight: 600;
    border: none;
    color: #FFF;
    margin-top: 38px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
    outline: none;
    font-size: 17px;
}
.private_register button:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #d0994c;
	box-shadow: 3px 3px 13px -1px #909090;
	-moz-box-shadow: 3px 3px 13px -1px #909090;
	-ms-box-shadow: 3px 3px 13px -1px #909090;
	-o-box-shadow: 3px 3px 13px -1px #909090;
	-webkit-box-shadow: 3px 3px 13px -1px #909090;
}
.private_register .validation_message{
	font-family: 'Catamaran', sans-serif;
    color: #c72323;
	font-weight: 600;
	padding-top: 23px;
	display: none;
}
.private_register .password_message{
	font-family: 'Catamaran', sans-serif;
    color: #c72323;
	font-weight: 600;
	padding-top: 23px;
	display: none;
}
.private_register .terms_message{
	font-family: 'Catamaran', sans-serif;
    color: #c72323;
	font-weight: 600;
	padding-top: 23px;
	display: none;
}
/** **/
#footer{
	background-color: #232323;
	color: #FFF;
	padding-top: 105px;
}
#footer .container{
	width: 65%;
    max-width: 100%;
    border-bottom: 1px solid #484848;
    padding-bottom: 30px;
	display: flex;
    flex-direction: column;
}
#footer .title{
	font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
	padding-bottom: 12px;
}
#footer .col_:first-child{
	width: 40%;
	padding-right: 40px;
}
#footer .col_{
	width: 30%;
	float: left;
}
.footer_item{
	padding-bottom: 10px;
	overflow: hidden;
}
.footer_item i{
	padding-right: 15px;
	padding-top: 5px;
	float: left;
}
.footer_item div{
	float: left;
}
.footer_item:last-child{
	padding-bottom: 0px;
}
.footer_title{
	font-size:18px;
	margin-bottom:12px;
}
.bottom_nav{
	font-size: 15px;
    color: #b7b7b7;
}
.bottom_nav ul{
    padding: 0px;
	margin: 0px;
}
.bottom_nav li{
	list-style:none;
}
.bottom_nav a{
	font-size: 15px;
    color: #b7b7b7;
    font-family: 'Cabin', sans-serif;
    padding-left: 7px;
}
.bottom_nav a:hover{
	color:#EEE;
}
.footer_logo{
	height: 70px;
	margin-top: 23px;
}
.payments_img{
	height: 100px;
}
.connect{
	overflow: hidden;
}
#footer .description{
	font-size: 15px;
    color: #b7b7b7;
    font-family: 'Cabin', sans-serif;
	padding-bottom: 18px;
}
.connect a:first-child i{
	margin-left: 0px;
}
.connect i:hover{
	color: #f1f1f1 !important;
}
.connect_icons{
	display: flex;
}
.connect_icons a{
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
	font-size: 17px;
	margin-right: 12px;
	transition: 0.1s all linear;
}
.connect_icons a:hover{
	color: #FFF;
	background-color: #C36929;
	text-decoration: none;
	
}
#footerBottom{
	background-color:#232323;
    color:#FFF;
	font-size: 14px;
	color: #b7b7b7;
	padding-top: 30px;
    padding-bottom: 105px;
}
#footerBottom .container{
	overflow: hidden;
	width: 65%;
	max-width: 100%;
	padding: 0px;
}
#footerBottom a{
	color: #c8c8c8 !important;
	font-weight: 600 !important;
	font-family: 'Cabin', sans-serif;
}
@media screen and (max-width: 1665px){
	#main_header .illustration_{
		width: 43%;
		right: 11%;
		top: 128px;
	}
}
@media screen and (max-width: 1451px){
	#main_header .main_text {
		font-size: 50px;
		line-height: 52px;
		width: 50%;
	}
	#main_header .description {
		width: 50%;
	}
	#main_header .img_{
		width: 30%;
	}
}
@media screen and (max-width: 1370px){
	#main_header .illustration_{
		width: 656px;
		right: 7%;
	}
}
@media screen and (max-width: 1320px){
	#navigation .container{
		width: 97%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1237px){
	#main_header .main_text{
		font-size: 50px;
    	line-height: 52px;
	}
	#main_header .illustration_{
		width: 653px;
    	top: 110px;
	}
}
@media screen and (max-width: 1199px){
	.contact_form {
		width: 459px;
	}
	#bottom_boxes .container{
		width: 95%;
	}
	#gallery .container{
		max-width: 100%;
		width: 85%;
	}
	.gallery_image{
		height: 211px;
	}
	#creative .container{
		max-width: 100%;
		width: 100%;
	}
	#book .left{
		width: 60%;
	}
	#book .right{
		width: 40%;
	}
	#book1 .left{
		width: 40%;
	}
	#book1 .right{
		width: 60%;
	}
}
@media screen and (max-width: 1210px){
	#header_bottom{
		width: 872px;
	}
	#header_bottom .item{
		padding: 22px;
	}
	#header_bottom .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1195px){
	#main_header .container_{
		width: 80%;
	}
	#main_header .main_text{
		font-size: 42px;
		line-height: 42px;
	}
	#main_header .img_{
		right: 10%;
	}
}
@media screen and (max-width: 1175px){
	#footer .container, #footerBottom .container{
		width: 83%;
	}
}
@media screen and (max-width: 1160px){
	#creative .quote_box{
		width: 49%;
		margin-left: 12%;
	}
	#creative .element_1 svg{
		left: 8%;
	}
	#creative .solid_colour{
		width: 68%;
		margin-left: 21%;
	}
	#creative .illustration{
		width: 36%;
		margin-left: 46%;
	}
}
@media screen and (max-width: 1050px){
	#bottom_boxes .col_{
		width: 48%;
	}
}
@media screen and (max-width: 1020px){
	#navigation .container_{
		width: 79%;
	}
	#navigation nav li a{
		padding: 14px 13px;
	}
}
@media screen and (max-width: 991px){
	.contact_info .container{
		width: 98%;
	}
	#contact .container{
		width: 95%;
		max-width: 100%;
	}
	.contact_form{
		width: 100%;
	}
	#contact .right{
		justify-content: flex-end;
		width: 60%;
	}
	#contact .left{
		width: 40%;
	}
	.gallery_image{
		height: 223px;
	}
	#right_place .container{
		max-width: 100%;
		width: 100%;
	}
	#right_place .box{
		width: 86%;
	}
	#right_place1 .container{
		max-width: 100%;
		width: 100%;
	}
	#right_place1 .box{
		width: 86%;
	}
	#welcome .description{
		width: 90%;
	}
	#welcome .title2{
		width: 90%;
	}
	#news .left{
		width: 58%;
	}
	#news .right{
		width: 42%;
	}
	.news_item{
		width: 100%;
		margin: 15px 0px;
	}
	#services .container{
		max-width: 100%;
		width: 90%;
	}
	#services .row_ .item_{
		margin: 0px 12px;
		padding: 65px 20px;
	}
	#services .row_ .title_{
		font-size: 21px;
	}
	#about_sect .container{
		max-width: 100%;
		width: 95%;
	}
	#about_sect img{
		height: 389px;
    	object-fit: cover;
	}
	#book .container{
		max-width: 100%;
		width: 90%;
	}
	#book1 .container{
		max-width: 100%;
		width: 90%;
	}
	#about_sect1 img{
		height: 400px;
		object-fit: cover;
	}
}
@media screen and (max-width: 970px){
	#map iframe{
		width: 100%;
	}
	#map{
		padding: 75px 40px;
	}
	#gallery .container{
		width: 96%;
	}
}
@media screen and (max-width: 970px){
	.bottom_box{
		height: 320px;
	}
}
@media screen and (max-width: 950px){
	#right_place .left{
		width: 36%;
		background-image: url("../img/bottom_box.jpg");
		height: 378px;
		background-size: cover;
		position: absolute;
		margin-left: -92px;
	}
	#right_place .right{
		margin-left: 37%;
		width: 63%;
		padding: 150px 0px;
		padding-left: 30px;
	}
	#right_place1 .box{
		width: 99%;
	}
	#right_place1 .right{
		width: 39%;
		height: 378px;
		background-size: cover;
		margin-right: 33px;
	}
}
@media screen and (max-width: 925px){
	#footer .container, #footerBottom .container{
		width: 95%;
	}
	#gallery .col_{
		padding: 0px 10px;
	}
}
@media screen and (max-width: 913px){
	#contact .right{
		width: 100%;
		float: none;
		justify-content: center;
		padding-top: 20px;
	}
	#contact .left{
		width: 100%;
		float: none;
		padding-bottom: 0px;
	}
	#contact .container{
		display: block;
	}
	.contact_item{
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 888px){
	#header_bottom{
		width: 707px;
		padding: 22px 11px;
	}
	#header_bottom .item{
		margin: 0px 11px;
		padding: 14px;
	}
	#creative .quote_box{
		width: 66%;
	}
	#creative .illustration{
		width: 45%;
		margin-left: 37%;
	}
	#creative .quote_box{
		padding-bottom: 65px;
	}
}
@media screen and (max-width: 865px){
	#bottom_boxes .col_{
		padding: 0px 15px;
	}
}
@media screen and (max-width: 850px){
	.fixedSect{
		background-attachment: scroll;
	}
	#branches{
		padding-top: 50px;
    	padding-bottom: 60px;
	}
	#branches .container_{
		flex-direction: column;
	}
	.branch{
		margin: 50px auto;
	}
}
@media screen and (max-width: 816px){
	#main_header{
		height: 652px;
	}
	.contact_info .col_{
		width: 100%;
		float: none;
		width: 285px;
		margin: 0px auto;
	}
	.contact_info{
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 770px){
	#main_header{
		height: auto;
		max-height: none;
	}
	#main_header .main_text{
		width: 100%;
		text-align: center;
	}
	#main_header .description{
		width: 100%;
		text-align: center;
	}
	#main_header a{
		display: block;
		width: 241px;
		text-align: center;
		margin: 0px auto;
		margin-top: 25px;
	}
	#main_header .img_{
		position: static;
		width: 80%;
		margin: 0px auto;
		display: block;
		height: 360px;
		object-position: top;
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px){
	#footer .col_{
		width: 100%;
		float: none;
		border-bottom: 1px solid #4c4c4c;
		padding-left: 75px;
	}
	#footer .col_:nth-child(1){
		padding-bottom: 18px;
		width: 100%;
	}
	#footer .col_:nth-child(2){
		padding-bottom: 18px;
	}
	#footer .col_:nth-child(3){
		padding-bottom: 18px;
	}
	#footer .col_:nth-child(2){
		padding-top: 24px;
	}
	#footer .col_:nth-child(3){
		padding-top: 24px;
	}
	#footer .col_:last-child{
		border-bottom: none;
		padding-top: 24px;
	}
	#footer .address{
		text-align: left;
	}
	#footerBottom .container div{
		float: none !important;
		text-align: center;
		padding: 5px 0px;
	}
	#welcome .container{
		max-width: 100%;
		width: 98%;
	}
	#welcome .description{
		width: 80%;
		margin: 0px auto;
		margin-top: 35px;
	}
	#right_place .right{
		padding: 100px 0px;
		padding-left: 30px;
	}
	#news .left{
		width: 100%;
		padding-right: 0px;
	}
	#news .right{
		display: none;
	}
	#services .row_{
		flex-direction: column;
	}
	#services .row_ .item_{
		margin: 20px 0px;
		width: 100%;
	}
	#services a{
		margin-top: 25px;
	}
	#about_sect1 .container{
		flex-direction: column;
	}
	#about_sect1 .left{
		width: 100%;
	}
	#about_sect1 img{
		height: 267px;
		width: 88%;
	}
	#about_sect1 .right{
		width: 88%;
		margin: 0px auto;
		margin-top: 50px;
	}
	#values .row_{
		flex-direction: column;
	}
	#values .title{
		width: 90%;
	}
	#values .item{
		width: 100%;
		margin: 0px;
		margin-bottom: 45px;
	}
	#book_now .title{
		width: auto;
	}
}
@media screen and (max-width: 750px){
	#main_header .img_{
		width: 97%;
		height: 320px;
	}
	#header_bottom{
		flex-direction: column;
		padding: 35px;
		padding-bottom: 0px;
		width: 63%;
	}
	#header_bottom .item{
		width: 100%;
		margin: 0px;
		margin-bottom: 35px;
	}
	#book .container{
		flex-direction: column-reverse;
	}
	#book .right{
		width: 100%;
		height: 310px;
	}
	#book .left{
		width: 100%;
		padding: 40px;
	}
	#book .title{
		font-size: 38px;
		line-height: 47px;
	}
	#book1 .container{
		flex-direction: column;
	}
	#book1 .left{
		width: 100%;
		height: 310px;
	}
	#book1 .right{
		width: 100%;
		padding: 40px;
	}
	#book1 .title{
		font-size: 38px;
		line-height: 47px;
	}
}
@media screen and (max-width: 735px){
	#cuisine .title{
		font-size: 44px;
	}
	.quote_header1{
		width: 85%;
	}
}
@media screen and (max-width: 730px){
	#navigation .container_{
		width: 84%;
	}
	#navigation nav li a{
		padding: 14px 7px;
	}
}
@media screen and (max-width: 725px){
	#bottom_boxes .col_{
		padding: 0px 11px;
	}
	#bottom_boxes .container{
		width: 100%;
	}
}
@media screen and (max-width: 715px){
	.contact_item{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 686px){
	#welcome .title{
		font-size: 41px;
		line-height: 45px;
		width: 90%;
	}
}
@media screen and (max-width: 680px){
	.top_contact{
		justify-content: center;
	}
	#main_header .main_text{
		margin-top: 210px;
	}
	#main_header .title{
		padding-top: 200px;
		font-size: 43px;
	}
	#main_header .phone_number a{
		margin-top: 10px;
	}
	#right_place .box{
		flex-direction: column;
		padding: 29px;
	}
	#right_place .left{
		position: static;
		margin: 0px;
		width: 100%;
		height: 255px;
		margin-bottom: 35px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	#right_place .right{
		margin: 0px;
		width: 100%;
		padding: 0px;
	}
	#navigation{
		display: none;
	}
	#navigation.scrolled{
		display: none;
	}
	#navigation-r{
		display: block;
	}
	#right_place1 .box{
		flex-direction: column-reverse;
		padding: 29px;
		width: 86%;
	}
	#right_place1 .right{
		position: static;
		margin: 0px;
		width: 100%;
		height: 255px;
		margin-bottom: 35px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	#right_place1 .left{
		margin: 0px;
		width: 100%;
		padding: 0px;
	}
	#about_sect .container{
		flex-direction: column;
	}
	#about_sect .left{
		width: 100%;
	}
	#about_sect img{
		height: 325px;
	}
	#about_sect .right{
		width: 80%;
		margin: 0px auto;
		margin-top: 45px;
	}
	
}
@media screen and (max-width: 675px){
	#cuisine .description{
		text-align: justify;
	}
}
@media screen and (max-width: 660px){
	#creative .illustration{
		width: 58%;
	}
	#creative .quote_box{
		width: 75%;
	}
	#services .description{
		width: 80%;
	}
}
@media screen and (max-width: 640px){
	#bottom_boxes .container{
		display: block;
	}
	#bottom_boxes .col_{
		width: 100%;
		margin-bottom: 45px;
	}
	.bottom_box{
		height: auto;
		padding-bottom: 30px;
	}
	#bottom_boxes{
		padding-bottom: 30px;
	}
	#gallery .row_{
		flex-direction: column;
	}
	#gallery .col_{
		width: 85%;
		margin: 20px auto;
	}
	#gallery{
		padding: 55px 0px;
	}
}
@media screen and (max-width: 595px){
	#terms-of-use .description{
		padding-left: 20px;
	}
	#terms-of-use .sub_item{
		padding-left: 21px;
	}
}
@media screen and (max-width: 580px){
	#header_bottom{
		width: 87%;
	}
}
@media screen and (max-width: 560px){
	#welcome .pictures{
		flex-direction: column;
	}
	#welcome .left{
		width: 80%;
		margin: 0px auto;
		height: 350px;
		margin-bottom: 50px;
	}
	#welcome .right{
		width: 80%;
		margin: 0px auto;
		height: 350px;
	}
}
@media screen and (max-width: 540px){
	#creative .illustration{
		width: 71%;
		margin-left: 24%;
	}
}
@media screen and (max-width: 506px){
	#services .title{
		font-size: 35px;
	}
}
@media screen and (max-width: 490px){
	#book_now .title{
		font-size: 36px;
	}
	#contact .right{
		padding: 75px 0px;
	}
	#book_now a{
		font-size: 24px;
	}
	#main_header .container_{
		width: 87%;
	}
	#main_header .main_text{
		font-size: 36px;
		line-height: 36px;
	}
}
@media screen and (max-width: 485px){
	#map{
		padding: 32px 18px;
	}
}
@media screen and (max-width: 480px){
	#navigation .icon{
		font-size: 22px;
	}
	.logo{
		width: 146px;
	}
	#navigation.scrolled .logo{
		width: 228px;
	}
}
@media screen and (max-width: 475px){
	#right_place .box{
		width: 94%;
		padding: 7px;
	}
	#right_place1 .box {
		width: 94%;
		padding: 7px;
	}
}
@media screen and (max-width: 465px){
	#main_header .order_online{
		margin-top: 31px;
		margin-bottom: 31px;
	}
}
@media screen and (max-width: 460px){
	.quote_header1{
		font-size: 21px;
		line-height: 29px;
	}
	#navigation-r .logo img{
    	height: 53px;
	}
}
@media screen and (max-width: 440px){
	#footer .col_{
		padding-left: 35px;
	}
}
@media screen and (max-width: 435px){
	#cuisine .left{
		padding: 75px 25px;
	}
	#navigation .icon{
		padding-left: 0px;
	}
}
@media screen and (max-width: 430px){
	#welcome .title2{
		font-size: 31px;
		line-height: 39px;
	}
}
@media screen and (max-width: 420px){
	#welcome .title2{
		width: 100%;
	}
	#welcome .description{
		width: 100%;
	}
}
@media screen and (max-width: 404px){
	.branch{
		width: 98%;
	}
}
@media screen and (max-width: 390px){
	#cuisine .title{
		font-size: 36px;
    	line-height: 40px;
	}
	.top_contact{
		flex-direction: column;
		align-items: center;
	}
	.top_contact .seperator_{
		display: none;
	}
}
@media screen and (max-width: 375px){
	.contact_form{
		padding: 0px;
	}
}
@media screen and (max-width: 370px){
	#main_header .title{
		font-size: 33px;
		line-height: 45px;
	}
}
@media screen and (max-width: 350px){
	#contact .left{
		text-align: center;
	}
	.contact_info .col_{
		width: 98%;
	}
	#footer .col_{
		padding-left: 20px;
	}
}
@media screen and (max-width: 218px){
	#main_header .phone_number{
		margin-left: 20px;
	}
	#main_header .title{
		margin-left: 20px;
	}
	#main_header .address{
		margin-left: 20px;
	}
	#main_header .order_online{
		width: 68%;
		margin-left: 20px;
	}
}