html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
* {
	box-sizing: border-box
}
* {
	outline: 0
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%
}

body {
	/*font-family: 'Kingspan Brown TT';*/
	font-family: "Bai Jamjuree", sans-serif;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 400;
	line-height: 1.44;
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 20px;
	/*font-family: 'Kingspan Brown TT';*/
	font-family: "Bai Jamjuree", sans-serif;
}
h1,.h1 {
	font-size: 70px;
	font-weight: 700;
}
h2,.h2 {
	font-size: 50px;
	font-weight: 700;
	color: #1B455E;
}
h3 {
	font-size: 24px;
	color: #ffffff;
}
h4 {
	font-size: 20px;
	margin-bottom:10px;
	line-height: 25px;
	color: #1B455E;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}
.black{
	color: #371538 !important;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc
}
input {
	line-height: normal
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='url'],
input[type='date'],
input[type='number'],
select,textarea,input[type="file"] {
	width: 100%;
	box-shadow: none;
	display: block;
    /*border: 1px solid #ccc;*/
    border: none;
    padding: 15px 15px !important;
    width: 100%;
    line-height: 1.6;
    border-radius: 22px;
	background-color: #ffffff;
}
textarea {
	height: 150px;
	max-height: 140px;
}
::-webkit-input-placeholder {
	color: #ccc
}
:-ms-input-placeholder {
	color: #ccc
}
::placeholder {
	color: #ccc
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	border-color: #000;
	outline: 0
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none;
	margin-right: 10px
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible
}
button[disabled],
input[disabled] {
	cursor: default;
	opacity:.6;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}
body .gform_wrapper ul li.gfield {
    margin-top: 4px;
}
body .gform_wrapper ul.gform_fields {
	display:flex;
	flex-wrap:wrap;
}
body .gform_wrapper .validation_message {
    font-weight: 400;
    font-size: 12px;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
body .gform_wrapper .top_label .gfield_error.col6 {
	width:50%;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top:8px;
}
body .gform_wrapper div.validation_error {
    color: #790000;
    font-size: .8em;
    font-weight: 700;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 0px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
}
ul,ol,dl {
	font-size: 100%;
	line-height: 1.61
}
dl {
	margin: 0 0 1em 0
}
dd {
	margin: 0 0 1em .8em
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
	padding-left: 1em
}
ul ul,
ol ul {
	list-style-type: circle;
	margin-top: 0
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0
}

p {
	/*color: rgba(0, 0, 0, 0.9);*/
	color: #1B455E;
	font-weight: 400;
	line-height: 1.44;
	font-size: 18px;
    margin-bottom: 24px;
}

blockquote,cite,q,var,dfn {
	font-style: italic
}

blockquote {
	background: transparent;
	padding:30px 70px;
	position:relative;
	margin: 35px 0;
    max-width: 732px;
}
blockquote:before, blockquote:after {
	content:"";
	position:absolute;
	font-size:165px;
	font-weight:300;
	color:#000;
}
blockquote:before {
	content:"“";
	top:0;
	left:0;
}
blockquote:after {
	content:"”";
	right:0;
	bottom:0;
	    line-height: 0;
}
blockquote p {
		font-size:44px;
		line-height:1.23;
		font-weight:600;
		color:#000;
}
small {
	font-size: 85%;
	line-height: 1.75
}
pre,code,kbd,tt,
samp,var {
	font-size: 100%
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
pre,
code {
	color: #800
}
kbd,
samp,
var {
	color: #888;
	font-weight: 700
}
acronym,
abbr {
	border-bottom: 1px #6e5951 dotted;
	font-variant: small-caps;
	cursor: help
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
em {
	font-style: italic
}
img {
	max-width: 100%;
	height: auto
}
figure {
	margin: 0
}
a {
	color: #000;
	text-decoration: none;
	transition:.3s all;
}
a:hover,
a:focus {
	color: #1B455E;
	text-decoration: none;
}
a:active {
	outline: none
}
address {
	margin-bottom:20px;
}
table {
	border: none;
	margin: 0 0 24px 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 22px;
	line-height: 30px
}
caption {
	font-variant: small-caps
}
th,td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 10px 10px;
	font-size: 22px;
	color: #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000
}
th *:first-child,
td *:first-child {
	margin-top: 0
}
tr>*:last-child {
	border-right: none
}
th {
	font-weight: 700
}
tbody th {
	text-align: left
}
tbody td {
	color: rgba(79, 90, 104, .6)
}
strong {
	font-weight: 700
}
.btn,input.btn,button.btn,
button,input[type="button"],
input[type="reset"],input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 6px;
    color: #fff;
    border:none;
	text-decoration: none;
	transition: .4s all;
	background-color: #c73664;
}
.btn:hover,input.btn:hover,button.btn:hover,
button:hover,input[type="button"]:hover,
input[type="reset"]:hover,input[type="submit"]:hover {
	background: #1B455E;
	color: #fff !important;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption.alignnone {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignleft {
	margin: .313rem 1.25rem 1.25rem 0
}
.wp-caption.alignright {
	margin: .313rem 0 1.25rem 1.25rem
}
.widget {
	margin: 0 0 1.75rem
}
.widget select {
	max-width: 100%
}
.widget-title {
	font-size: 44px;
	margin-bottom: 20px
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.widget li {
	padding: 4px 0
}
.searchform>div {
	display: flex
}
.searchform>div>input {
	height: 44px;
	display: block
}
.searchform input[type="submit"] {
	border-radius: 0;
	border: none
}

.commentlist {
	list-style:none;
	padding:0;
}
.commentlist .children {
	padding:15px;
	background:#f0f0f0;
	margin:15px 0;
}
.comment-content a {
	word-wrap: break-word
}
.bypostauthor {
	display: block;
	margin-bottom:20px;
	
}
.commentlist > .bypostauthor  {
	background:#e0e0e0;
	padding:15px;
}
.comment-author {
	display:inline-flex;
	align-items:center;
}
.comment-author > * {
	margin-right:10px;
}
.comment-metadata {
	font-size:14px;
	padding:4px 0;
}
.reply {
	display:flex;
	justify-content:flex-end;
	margin-bottom:10px;
}
.comment-reply-link {
	display:inline-block;
	font-size:12px;
	color: #ec1b24;
	
}
.comment-body .pull-left {
	padding-right: .625rem;
	float: left
}
.comment-list .comment {
	display: block
}
.comment-list {
	padding-left: 0
}
.comment-content {
	clear: both;
	margin-top: 10px
}
.comments-title {
	font-size: 1.125rem
}
.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0
}
.comment-list .pingback:first-child {
	border: medium none
}
.comment-form input, .comment-form textarea {
	margin-bottom:24px;
}

.screen-reader-text {
	display: none
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .313rem .313rem 0;
	text-align: center
}
.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto
}
.wp-caption .wp-caption-text {
	font-size: .688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: .625rem
}

.gallery {
	margin-bottom: 1.5em
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery-item .gallery-columns-2 {
	max-width: 50%
}
.gallery-item .gallery-columns-3 {
	max-width: 33.33333%
}
.gallery-item .gallery-columns-4 {
	max-width: 25%
}
.gallery-item .gallery-columns-5 {
	max-width: 20%
}
.gallery-item .gallery-columns-6 {
	max-width: 16.66667%
}
.gallery-item .gallery-columns-7 {
	max-width: 14.28571%
}
.gallery-item .gallery-columns-8 {
	max-width: 12.5%
}
.gallery-item .gallery-columns-9 {
	max-width: 11.11111%
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display: block
}

.container {
	max-width: 1394px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}
.container-fluid {
	max-width:100%;
	padding:0;
}
.container-fluid .row {
	margin:0;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.row>div {
	padding-left: 15px;
	padding-right: 15px
}
.col1 {
	width: 8.33%
}
.col2 {
	width: 16.66%
}
.col3 {
	width: 25%
}
.col4 {
	width: 33.33%
}
.col5 {
	width: 41.66%
}
.col6 {
	width: 50%
}
.col7 {
	width: 58.33%
}
.col8 {
	width: 66.66%
}
.col9 {
	width: 75%
}
.col10 {
	width: 83.33%
}
.col11 {
	width: 91.66%
}
.col12 {
	width: 100%
}
.d-flex{
	display: flex;
}
.align-center {
	align-items: center
}
.align-tp {
	align-items: flex-start
}
.align-btm {
	align-items: flex-end
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:end;
}
.row-reverse {
	flex-direction:row-reverse;
}
.mar1 {
	margin: 0 6.33%
}
.mar2 {
	margin: 0 16.66%
}
.page-content {
	overflow:hidden;
}

/* Header */
.header {
	z-index: 9999;
	width: 100%;
	position: relative;
	transition:.3s all;
	background:#fff;
	padding:9px 9px;
}
.header.sticky {
	position:fixed;
	box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
.logo {max-width:25%;}
.logo img {
	display:block;
	max-width: 118px;
}
.header-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	align-items:center;
}
.header-menu>li {
    margin: 0 4px;
}
.header-menu>li>a,.mobile-btn a {
	padding: 8px 15px;
    line-height: 17px;
	color: #371538;
	font-size: 16px;
	font-weight: 500;
	position:relative;
	border-radius: 10px;
	display:block;
}
.header-menu>li.current-menu-item>a,.header-menu>li>a:hover,.header-menu>li.active>a {
	color: #c73664;
	text-decoration:none;
}
.header-menu>li.active1>a,.mobile-btn a {
	color:#fff;
	background-color: #c73664;
}
.header .mobile-toggle-holder {
    display: none;
}
.social-links {
	list-style: none;
	margin:0;
	padding:0;
	display:inline-flex;
}
.social-links a {
	display:block;
	margin:0 6px;
	transition: .3s all;
	line-height: .8;
}
.social-links a:hover {
	transform: scale(1.1);
}
.col-right {
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.site-toggle ul {
	list-style: none;
	margin:0;
	padding:0;
	position:relative;
	padding-left:20px;
	margin-right:15px;
	    display: flex;
    flex-direction: column;
}
.site-toggle ul:before {
	content:"";
	width:15px;
	height:82%;
	border:2px solid #00bb46;
	background-color:#00bb46;
	border-radius: 10px;
	position: absolute;
	top:4%;
	display: block;
	left:0;
}
.site-toggle ul li {
	line-height: 1.2;
	padding-left:5px;
}
.site-toggle ul li a {
	font-size:14px;
	position: relative;
}
.site-toggle ul li.active a {
	color: #00bb46;
}
.site-toggle ul li.active a:before {
    content: "";
    top: 2px;
    left: -22px;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
}
.header-nav .site-toggle {
	display:none;
}
.mobile-btn,.mobile-logo {
	display:none;
}
@media (min-width:1440px) {
	.header-nav {
		display:block !important;
	}
}
@media (max-width:1439px) {
	.header .mobile-toggle-holder {
		display: inline-flex;
		margin-left: 20px;
		cursor: pointer;
		align-items: center;
	}
	.mobile-toggle-holder .mobile-toggle {
		display: inline-flex;
		width: 26px;
		height: 14px;
		align-items: center;
		transition: none;
		vertical-align: middle;
		position: relative;
		z-index:99;
	}
	.mobile-toggle-holder .mobile-toggle span {
		display: block;
		position: absolute;
		background: #090909;
		transition: all .25s linear;
		width: 26px;
		height: 2px;
		right: 0;
	}
	.mobile-toggle span:nth-child(1) {
		top: 0px;
		transform-origin: 0 0;
	}
	.mobile-toggle.on span:nth-child(1) {
		width: 20px;
    transform: rotate(45deg);
	}
	.mobile-toggle span:nth-child(2) {
		top: 6px;
		width: 21px;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	.mobile-toggle.on span:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}
	.mobile-toggle span:nth-child(3) {
		top: 12px;
		width: 17px;
		transform-origin: 0 100%;
		-moz-transition-delay: 0.05s;
		-o-transition-delay: 0.05s;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}
	.mobile-toggle.on span:nth-child(3) {
		width: 20px;
		transform: translate(0px, 1px) rotate(-45deg);
	}
	.logo {
		max-width: 75%;
	}
	.header-menu {
		display: block;
	}
	.header-menu>li {
		margin-left: 0;
		display:flex;
		justify-content: center;
	}
	.header-nav {
		display:none;
		position: absolute;
		top:100%;
		left:0;
		background:#fff;
		width:100%;
		box-shadow: 0 12px 12px rgba(0,0,0,0.1);
		padding:20px 0;
	}
	.header-menu>li>a {
		font-size:16px;
	}
	.site-toggle {
		display:none;
	}
	.header-nav .site-toggle {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 42px 15px 10px;
	}
	.mobile-btn,.mobile-logo {
		display:block;
	}
	.desktop-logo {
		display:none;
	}/*
	.logo img {
		max-width:250px;
	}*/
}

@media (max-width:640px) {
	/*.logo img {
		width:180px;
		max-width:100%;
	}*/
	.mobile-btn a {
		padding: 6px 10px;
	    font-size: 12px;
	    border-radius: 6px;
	    white-space: nowrap;
	}
	.row>div.logo {
	    max-width: 48%;
	    padding-left:0;
	}
	.row>div.col-center {
		padding:0;
	}
	.row>div.col-right {
		padding-right:0;
	}
}
.list-video-btn {
	display:none;
}

/*footer */
.site-footer {
	position: relative;
	z-index: 3;
	border-top:1px solid #dedede;
}
.site-footer .col5 {
	width:35.5%;
}
.site-footer .col7 {
	width:64.5%;
}
.footer-form {
	padding:60px 12% 60px 17% ;
}
.footer-text {
	padding:75px 0 60px 0 ;
}
.footer-text h2{
	color: #CDBD98;
}
.footer-text a{
	color: #1B455E;
}
/*.footer-text * {
	color: #707070;
}*/
.footer-text .h1  {
	margin-bottom:42px;
}
.footer-text .h3  {
	margin-bottom:30px;
}
.footer-text figure {
	margin-top:20px;
	max-width: 240px;
}

/**
.footer-form {
	padding:120px 12% 120px 17% ;
}
.footer-text {
	padding:135px 6% 120px 12% ;
}
.footer-text * {
	color: #707070; 
}
.footer-text .h1  {
	margin-bottom:68px;
}
 */

/*.footer-text p {
	font-size:28px;
	font-weight:300;
}*/
.footer-form .gform_wrapper .gform_footer {
	text-align: center;
}
.footer-form .gform_wrapper .gform_footer input[type="submit"] {
	border-radius: 15px;
	background-color: #EB624A;
	padding: 11px 22px;
	margin:0;
	width: auto;
}


/* content */
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.section {
	padding: 26px 0
}
.section p:last-child {
	margin-bottom: 0
}


#banner-wrap {
	padding:60px 0;
	text-align:center;
	position:relative;
	min-height: 750px;
}
.banner-content{
	padding-top: 150px;
}
@media (max-width:1440px) {
	#banner-wrap {
		min-height: 600px;
	}
	.banner-content {
	    padding-top: 70px;
	}
}
@media (max-width:1280px) {
	#banner-wrap {
		min-height: 500px;
	}
	.banner-content {
	    padding-top: 50px;
	}
	h1, .h1 {
	    font-size: 56px;
	}
}
@media (max-width:1024px) {
	#banner-wrap {
		min-height: 400px;
	}
	.banner-content {
	    padding-top: 0px;
	}
	h1, .h1 {
	    font-size: 50px;
	}
}
@media (max-width:767px) {
	#banner-wrap {
		min-height: 300px;
	}
}
#banner-wrap figure {
	position: relative;
	z-index: 9;
}


/* intro-video */
.intro-video{
	background: #CDBD98;
}
.intro-box h2{
	padding-bottom: 26px;
}
.intro-box {
	position:relative;
	border-radius: 36px 36px 0 0;
	background:#fff;
	padding:42px 9.75% 28px 12.35%;
    margin-top: -200px;
  	box-shadow: 0 0 33px rgba(0, 0, 0, 0.16);
  	margin-bottom:120px;
}
.intro-box:after {
	content: "";
	position: absolute;
	bottom:-110px;
	left:0;
	width:100%;
	height:120px;
	background:url(../images/background-intro.png) no-repeat center top/ 100% auto;
}
.intro-box figure {
	margin-bottom:32px;
}
.intro-box ul {
	list-style: none;
	margin:0;
	padding:0;
}
.list-items li {
	padding:8px 20px 7px 10%;
	border-bottom:1px solid #c1c1c1;
	position: relative;
}
.list-items li:hover:before,.list-items li.active:before {
	content:"";
	top:50%;
	left:5%;
	transform: translate(-50%,-50%);
	position:absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #c73664;
}
.list-items li:first-child {
	border-top:1px solid #c1c1c1;
}
.list-items-video li {
	display:none;
	position:relative;
	text-align: center;
}
.list-items-video li.active {
	display:block;
}
.list-items-video li img {
	width:100%;
	display:block;
}
.list-items-video span {
	color:#fff;
	position: absolute;
	bottom:22px;
	left:0;
	width:100%;
	display: block;
	text-align: center;
}
.play-icon {
	position: relative;
	display: block;
}
.play-icon:after {
	content:"";
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	position:absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background:#fff url(../images/play-icon.svg)no-repeat center / 50px;
}
.green {
	color:#CDBD98;
}
.cherry {
	color:#c73664;
}

.slider-block {
	padding-bottom:198px;
}
.slider {
	padding:56px 0 28px;
}
.slider .text-wrp {
	padding:15px 11%;
}
.slider .video-popup {
	color:#EB624A;
	padding:10px 15px;
	border:1px solid #EB624A;
	border-radius: 10px;
	transition: .3s all;
}
.slider .video-popup:after {
	content:"";
	display:inline-block;
	vertical-align: middle;
	width: 24px;
	height: 23px;
	margin-left:10px;
	background:#fff url(../images/play-icon-small.svg)no-repeat center / cover;
	display: none;
}
.slider .video-popup:hover {
	color: #EB624A;
}

.slider .slick-dots {
	bottom:-88px;
}
.slider .slick-dots li {
    margin: 0 32px;
    position:relative;
}
/*.slider .slick-dots li:before {
	content:"";
	height:1px;
	width:65px;
	position:absolute;
	right:36px;
	top:50%;
	border-top:1px solid #371538;
	z-index: 0
}*/
.slider .slick-dots li button {
     font-size: 18px; 
    line-height: 19px; 
    color: #ffffff;
    display: block;
    width: 37px;
	height: 36px;
	background-color: #1B455E;
	padding:0;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.slider .slick-dots li.slick-active button {
	background-color:#1B455E;
}
.slider .slick-dots li.slick-active ~ li button {
	background-color:#CDBD98;
}
.slider .slick-dots li.slick-active ~ li:before {
	border-top:1px dashed #CDBD98;
}
.slider .slick-dots li:first-child:before {
	display:none;
}

.project-block {
	position: relative;
}
.sec-header-wrap {
	position: absolute;
	top:118px;
	left:0;
	width:100%;
	z-index: 9;
}
.project-block .sec-header h2 {
	color:#fff;
}
.project-slide {
	position: relative;
}
.inner-slider {
	position: relative;
	overflow: hidden;
	min-height:886px;
	width: 100%;
}
.project-innerslide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0;
	visibility: hidden;
	position: absolute;width:100%;
	height:100%;
	left:0;
	top:0;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1)
}
.project-innerslide img {
	display:none;
}
.project-innerslide.active {
	opacity: 1;
	visibility: visible;
}
.inner-slider-nav-wrap {
	display:flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-slider-nav {
    display: flex ;
    border:4px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}
.inner-slider-nav > div {
	position:relative;
	border:2px solid #fff;
	cursor: pointer;
}
.inner-slider-nav img {
	object-fit:cover;
}
.inner-slider-nav span {
	color:#fff;
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
	display:none;
	align-items: center;
	justify-content: center;
	background-color: rgba(235,98,74,.62)
}
.inner-slider-nav > div:hover span,.inner-slider-nav > div.active span {
	display:flex;
}
.slide-text span {
	color:#fff;
	margin-bottom: 20px;
	display:inline-block;
	cursor: pointer;
}
.slide-text span:after{
	content:"";
	display:inline-block;
	margin-left:12px;
	vertical-align: middle;
	width: 36px;
	height: 35px;
	background:url(../images/info.png) no-repeat center/ 36px;
}
.slide-content {
	position:absolute;
	bottom:100%;
	width: 398px;
	max-width:95%;
	border-radius: 12px;
	background-color: #ffffff;
	left:50%;
	transform: translateX(-50%);
	padding:30px 24px;
	margin-bottom: 20px;
	display:none;
}
.slide-content .drop-design {
    bottom: -22px;
    left: auto;
    right: calc(50% - 11px);
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -999;
    border-top-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}

.project-slider .slick-prev{
    left: 55px;
    width:28px;
    /*filter: brightness(0) invert(1);*/
    background: url(../images/left-arrow.svg) no-repeat center / 28px !important;
}
.project-slider .slick-next{
    right: 55px;
    width:28px;
    /*filter: brightness(0) invert(1);*/
    background: url(../images/right-arrow.svg) no-repeat center / 28px !important;
}
.project-toggle {
	position: absolute;
	top: 0;
	left: 10%;
	display: flex;
	align-items: center;
	border:1px solid #fff;
	border-radius: 8px;
}
.project-toggle .toggle-btn {
	text-decoration: none;
    line-height: 1;
    color: #fff;
    padding:12px 15px;
    display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.project-toggle .toggle-btn:after {
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-color: rgba(221,221,221,0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: 12px;
	margin-top: 6px;
}
.projects-name {
	position: absolute;
	right: 0px;
	top:100%;
	display: none;
	z-index: 9;
    padding: 0;
    min-width: 100%;
}
.projects-name ul {
	list-style:none;
	margin: 0;
	padding: 0;	
	position:relative;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: rgba(255,255,255,.57);
	padding:0 8px;
	overflow:hidden;
}
.projects-name ul a {
	font-size: 16px;
	display:block;
	padding:6px 0;
	border-bottom:1px solid rgba(74,74, 73,.15);
}

.pasdakpraat-block {
	padding:100px 0 20px;
}
.pasdakpraat-block .container {
    max-width: 1690px;
}
.pasdakpraat-block img {
	display:block;
}
.man-content {
	padding:30px 20px;
}
.man-content h3 {
	margin-bottom: 5px;
}
.man-content p {
	font-size:24px;
}

.video-inner {
	max-width:1130px;
	margin:40px auto 10px;
	padding:0 15px;
}

.contact-block{
	padding-top: 110px;
}
.contact-inner {
	border-radius: 15px;
	padding:76px 10%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #1B455E;
}
.contact-inner .sec-header h2,
.contact-inner .sec-header h4 {
	color:#fff;
}
.left-telephone-icon .gform_footer {
	text-align: right;
}
.call-wrapper {
	display: flex;
	justify-content: flex-end;
}
.left-telephone-icon .call-wrapper {
	justify-content: flex-start;
}
.call-wrap {
	transform: translate(-15%, -52%);
	position: relative;
	z-index: 2;
	padding:20px;
	margin-bottom: -9%;
}
.left-telephone-icon .call-wrap {
	transform: translate(66%, -52%);
}
#call-popup .gform_wrapper li.hidden_label input{
	border: 1px solid #1B455E;
}
.call-wrap span{
	width: 246px;
    color: #EB624A;
    /*color: rgba(255, 255, 255, 0.9);
    font-family: Cortado;
    font-size: 34px;
    line-height: 32px;
    transform: rotate(-12deg) translateX(-30%);
    transform-origin: 0 100%;
    font-weight: 600;
    font-style: italic;
    **/
	font-size: 20px;
	line-height: 24px;
    display: block;
    padding-right: 40px;
    text-align: left;
    margin-bottom: -40px;
	transform: translateX(-20%);
	letter-spacing: -.5px;
}
.left-telephone-icon  .call-wrap span {
	transform: translateX(84%);
}
.call-wrap .phone-icon {
	width: 124px;
	height: 124px;
	border: 4px solid #1B455E;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.call-wrap .btn {
	padding: 4px 15px;
    font-size: 15px;
    color: #ffffff;
    background-color: #CDBD98;
}
.call-wrap a {
	transform:scale(1);
	transition:.3s all;
}
.call-wrap a:hover {
	transform:scale(1.1);
	text-decoration:none;
		color:#000 !important;
}

.carefree-block {
	padding:60px 0 100px;
}
.carefree-block .container {
	max-width:1200px;
}
.peoples {
	list-style: none;;
	padding: 0;
	margin:0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.peoples li {
	margin:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 147px;
	height: 147px;
	border: 4px solid #1B455E;
	position:relative;
}
.peoples li > span {
	display:none;
	position: absolute;
	top:-2px;
	left:-2px;
	height:calc(100% + 4px);
	width:calc(100% + 4px);
	font-weight:700;
	font-size:16px;
	text-align: center;
	line-height: 18px;
	align-items: center;
	justify-content: center;
	color:#fff;
	background:  rgba(27,69,94,.62);
	border-radius: 50%;
}
.peoples li:hover > span {
	display: flex;
}
.peoples li img {
	display:block;
	object-fit: cover;
    width: 100%;
}
.peoples .slide-content {
	max-width: fit-content;
	min-width:180px;
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.peoples .slide-content p {
	margin:0;
	padding:0;
}
.peoples li:hover .slide-content {
	display:block;
}
.logos-images {
	list-style: none;
	margin:0;
	padding:80px 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logos-images img {
	max-width:110px;
	display: block;
}
.logos-images li  {
	margin:0 24px;
}

.ui-datepicker-title {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.ui-datepicker-title select {
    margin-top: 0;
    width: auto;
    padding: 5px !important;
    color: #fff;
    border-radius: 0;
    background: #EB624A;
    border: none;
}
.ui-datepicker-calendar .ui-state-default {
    background: #EB624A !important;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    font-size: 15px;
    box-shadow: none !important;
}
.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #fff !important;
    line-height: 1 !important;
}
.ui-datepicker th {
    font-size: 9pt!important;
    color: #000!important;
    text-shadow: none!important;
    border: 1px solid #fff;
}
body .footer-form .gform_wrapper img.ui-datepicker-trigger {
    width: auto !important;
    height: auto!important;
    display: -moz-inline-stack;
    display: inline-block;
        position: absolute;
    top: 48%;
    right: 17px;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
.ginput_container_date {
	position:relative;
}
body .gform_wrapper input.datepicker_with_icon.large,body  .gform_wrapper input.datepicker_with_icon.medium,body  .gform_wrapper input.datepicker_with_icon.small {
    width: 100%!important;
}

body .contact-block .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}
body .contact-block .gform_wrapper .gform_footer {
	margin-top:0;
}

.pages-section {
	padding:80px 0;
}
.pagination-nav ul.page-numbers {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-size: 9px;
	line-height: normal;
	list-style: none
}
.pagination-nav .page-numbers li {
	margin: 0 4px
}
.pagination-nav .page-numbers a,
.pagination-nav .page-numbers span {
	padding: 7px 14px;
	background-color: #fff;
	border: 1px solid #EB624A;
	color: #EB624A;
	font-size: 14px;
	display: block
}
.pagination-nav .page-numbers span,.pagination-nav .page-numbers a:hover {
	background-color: #00bb46;
	color: #fff
}

body .gform_wrapper ul li.gfield {
    margin-bottom: 0 !important;
}
body .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.psummery {
  padding:20px;
}
.post-wrp {
	box-shadow: 0 8px 20px rgba(224, 224, 224, 0.5);
	border-radius: 3px;
	background-color: #ffffff;
	margin-bottom:40px;
	text-decoration: none;
	display: block;
	transition: .3s all;
}
.post-wrp:hover {
	text-decoration: none;
}
.post-wrp figure {
	overflow:hidden;
}
.post-wrp figure img {
	display:block;
	transition: .3s all;
}
.post-wrp:hover figure img {
	transform: scale(1.1);
}

/*review section*/
.review-slider-block{}
.review-slider-block .slidecontent{
	background: #CDBD98;
	padding: 25px;
	border-radius: 25px;
	text-align: center;
	color: #1B455E;
	font-size: 13px;
}
.review-slider-block .slidecontent h6{
	color: #1B455E;
	margin-top: 5px;
}
.review-slider-block .slidecontent img{
	width: 100%;
}
.review-slider-block .slick-slider {
    margin:0 -30px;
    padding: 0px 60px;
}
.review-slider-block .slick-slide {
    margin-right:30px;
    margin-left:30px;
}

@media (max-width:1460px) {
	.review-slider-block .slick-slider {
	    margin:0 -30px;
	    padding: 0px 40px;
	}
}
@media (max-width:1280px) {
	.review-slider-block .slick-slider {
	    margin:0 -20px;
	    padding: 0px 20px;
	}
	.review-slider-block .slick-slide {
	    margin-right:20px;
	    margin-left:20px;
	}
}
@media (max-width:1024px) {
	.review-slider-block .col7 {
	    width: 70%;
	}
}
@media (max-width:768px) {
	.review-slider-block .col7 {
	    width: 80%;
	}
	.review-slider-block{
		padding: 40px 0px;
	}
	.review-slider-block .slick-slider {
	    margin:0 0px;
	    padding: 0px 15px;
	}
	.review-slider-block .slick-slide {
	    margin-right:0px;
	    margin-left:0px;
	}
}

.video-cls {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}
	.video-cls iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

@media (max-width:1460px) {
	.slider {
	    padding: 28px 40px;
	}
	.slider .slick-prev {
	    left: 0px;
	}
	.slider .slick-next {
	    right: 0px;
	}
}
@media (max-width:1280px) {
	.intro-box {
	    padding: 42px 2.75% 28px 2.35%;
	}
}
@media (max-width:1023px) {
	.call-wrapper {
	    margin-bottom: -104px;
	}
	.site-footer .col5 {
		width:42%;
	}
	.site-footer .col7 {
		width:58%;
	}
}
@media (max-width:991px) {
	/*.col6,.col4,.col3,.col8 {
		width:100%;
		margin-bottom:20px;
	}*/
	.intro-box .col6,.slider-block .col6,.carefree-block .col6 {
		width:100%;
	}
	.intro-box {
		margin-bottom: 88px;
		margin-top: -150px
	}
	.slider-block {
	    padding-bottom: 100px;
	}
	.slider-block .slick-slide img {
		margin:30px auto 0;
	}
	.slider .slick-dots {
	    bottom: -54px;
	}
	.project-toggle {
	    position: absolute;
	    top: 0;
	    left: 2%;
	}
	.inner-slider {
	    min-height: 690px;
	    width: 100%;
	}
	.sec-header-wrap {
	    top: 69px;
	}
	.contact-inner {
	    padding: 76px 4%;
	}
	.peoples {
		margin-bottom: 35px;
	}
	#footer-wrap .col5,#footer-wrap .col7 {
		width:100%;
	}
	.slider .text-wrp {
		text-align: center;
	}
}
@media (max-width: 1023px) {
	.slide-text {
		margin-top:-60px;
		position: relative;
		font-stretch: 16px;
	}
	.inner-slider-nav-wrap {
		position: static;
	}
	.inner-slider-nav {
	    display: flex;
	    flex-wrap: wrap;
	    border: none;
	    border-radius: 0;
	    overflow: hidden;
	        width: 100%;
	}
	.inner-slider-nav > div {
		width:25%;
		    border: none;
	}
	.inner-slider-nav img {
	    display: block;
	    width: 100%;
	}
}
@media (max-width:767px) {
	.project-block .container,.pasdakpraat-block .container,.contact-block .container {
		padding:0;
	}
	.header .social-links {
		display:none;
	}
	.header .row {
		flex-wrap: nowrap;
	}
	.intro-box {
	    border-radius: 16px 16px 0 0;
	    padding: 40px 30px;
	    margin-top: -104px;
	    margin-bottom: 48px;
	}
	.intro-box .row {
		flex-direction: column-reverse;
	}
	h1, .h1 {
	    font-size: 30px;
	    font-weight: 400;
	}
	h2, .h2 {
	    font-size: 23px;
	}
	h3 {
	    font-size: 17px;
	}
	h4 {
	    font-size: 16px;
	}
	.list-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top:30px;
		flex-direction: column;
	}
	.list-video-btn {
		text-decoration: none;
	    line-height: 1;
	    color: #000;
	    display: inline-block;
	    border:1px solid #00bb46;
		padding:10px 15px;
	    padding-right: 29px;
		position: relative;
		border-radius: 10px;
		text-align: center;
	}
	.list-video-btn:after {
		position: absolute;
		top: 16px;
		right: 10px;
	    border: solid transparent;
	    content: '';
	    height: 0;
	    width: 0;
	    border-color: rgba(221,221,221,0);
	    border-top-color: #00bb46;
	    border-width: 6px;
	}
	.list-video-btn.on:after {
		transform: rotate(180deg);
		top: 11px;
	}
	.list-wrap ul {
		display: none;
		z-index: 9;
	    padding: 0;
	    min-width: 100%;
		list-style:none;
		margin: 0;
		padding: 0;	
		position:relative;
		width: 100%;
		padding:15px 0 0;
		overflow:hidden;
	}
	.list-items li {
	    padding: 6px;
	    position: relative;
	}
	.list-items li:hover:before, .list-items li.active:before {
		display:none;
	}
	.list-wrap ul a {
		font-size: 16px;
		display:block;
	}
	.list-items-video span {
		display:none;
	}
	/*.list-items-video iframe {
		width:100%;
		height:auto;
	}*/
	.text-wrp p {
		display:none;
	}
	.slider .slick-dots li button {
	    font-size: 15px;
	    line-height: 16px;
	    width: 26px;
	    height: 26px;
	}
	.slider .slick-dots li {
	    margin: 0 20px;
	}
	.slider .slick-dots li:before {
	    width: 52px;
	}
	.slider .text-wrp {
	    padding: 0;
	    text-align: center;
	}
	.slider .slick-dots {
	    bottom: -36px;
	    padding: 0;
	}
	.slider-block {
	    padding-bottom: 62px;
	}
	.project-toggle {
		display:none;
	}
	.sec-header-wrap {
		position: static;
	}
	.project-block .sec-header h2 {
	    color: #000;
	}
	.project-slider .slick-next {
	    right: 15px;
	    width: 32px;
	        top: 25%;
	    background: url(../images/right-arrow.svg) no-repeat center / 28px !important;
	}
	.project-slider .slick-prev {
	    left: 15px;
	    width: 32px;
	    top: 25%;
	    background: url(../images/left-arrow.svg) no-repeat center / 28px !important;
	}
	.slide-text span:after {
		display:none;
	}
	.slide-content {
		display: none !important;
	}
	.slide-text {
		margin-top:-60px;
		position: relative;
		font-stretch: 16px;
	}
	.inner-slider-nav-wrap {
		position: static;
	}
	.inner-slider-nav {
	    display: flex;
	    flex-wrap: wrap;
	    border: none;
	    border-radius: 0;
	    overflow: hidden;
	}
	.inner-slider-nav > div {
		width:25%;
		    border: none;
	}
	.inner-slider-nav img {
	    display: block;
	    width: 100%;
	}
	.inner-slider {
		height:auto;
		    min-height: 0;
	}
	.inner-slider .project-innerslide {
		background:none !important;
		position: static;
		height:0;
	}
	.project-innerslide.active {
		height:auto;
	}
	.inner-slider .project-innerslide img {
		display:block;
		width:auto;
		height:420px;
		margin:0 auto;
	}
	.pasdakpraat-block .row {
		display:block;
		margin:0;
	}
	.pasdakpraat-block .row > div {
		padding:0;
	}
	.man-video iframe {
		width:100%;
		height:auto;
	}
	/*.list-video-iframe {
		width:100%;
		height:auto;
	}*/

	.man-content {
		display: flex;align-items: center;justify-content: center;
		position: absolute; bottom:20px;
		width:100%;
		left:0;
	}
	.man-content p,.man-content h3 {
		color:#fff; width:auto;
		margin:0;
	}
	.man-content p {
	    font-size: 15px;
	    margin-left:10px;
	}
	.pasdakpraat-block {
	    padding: 40px 0 0;
	}
	.pasdakpraat-block .col4 {
		position: relative;
		padding: 0 10px;
	}
	.pasdakpraat-block .slick-next {
	    right: 15px;
	    width: 32px;
	    filter: brightness(0) invert(1);
	    background: url(../images/right-arrow.svg) no-repeat center / 28px !important;
	}
	.pasdakpraat-block .slick-prev {
	    left: 15px;
	    width: 32px;
	    filter: brightness(0) invert(1);
	    background: url(../images/left-arrow.svg) no-repeat center / 28px !important;
	}
	.pasdakpraat-block img {
	    display: block;
	    width: 100%;
	}
	.slider .slick-next,.slider .slick-prev {
	    top:70%;
	}
	.contact-block {
		padding-top:0;
	}
	.contact-inner {
	    padding: 26px 7% 100px;
	    border-radius: 0;
	}
	input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='url'], input[type='date'], select, textarea, input[type="file"] {
	    padding: 10px 15px !important;
	    font-size: 15px !important;
	    border-radius: 8px;
	}
	.call-wrap,.left-telephone-icon .call-wrap {
		transform: translate(0, -52%);
		position: relative;
		z-index: 2;
		padding: 20px;
		margin-bottom: -3%;
		margin: 0 auto;
	}
	.call-wrap span,.left-telephone-icon .call-wrap span {
	    width: 169px;
	    color: rgba(255, 255, 255, 0.9);
	    /**
		font-family: 'Bolognaise';
	    font-weight: normal;
	    font-size: 29px;
	    line-height: 26px;
	    transform: rotate(-12deg) translateX(-30%);
	     */

		font-size: 18px;
	    display: block;
	    padding-right: 38px;
	    text-align: left;
	    transform: translateX(-30%);
	    transform-origin: 0 100%;
	    margin-bottom: -40px;
	    font-weight: 400;
	    letter-spacing: auto;
	    font-style: normal;
	}
	.video-inner .col6 {
		width:100%;
		margin-bottom: 25px;
	}
	#carefree-block {
		display:none;
	}
	.footer-form,.footer-text {
	    padding: 35px 7%;
	}
	.footer-text .h1 {
		margin-bottom: 35px;
	}
}
@media (max-width:640px){
	.contact-block .col6 {
		width:100%;
	}
}
@media (max-width:480px){
	.inner-slider .project-innerslide img {
		height:250px;
	}
}

.gfield_description{
	color: #ffffff;
}

.white {
	color: #ffffff;
}

/*.model {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.57);
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display:none;
}
.model-inner {
  position:relative;
  background:#fff;
  width:100%;
  max-width:680px;
  padding:40px;
  max-height:100%;
  overflow-y: scroll;
}
.model-header {
  position:absolute;
  top:10px;
  right:10px;
  max-width:60px;
  line-height:1;
}*/


.btn-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}