/*
Theme Name: Custom Theme
Version: 1.0
Text Domain: customtheme
*/


@import "sass/style.min.css";

@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
}

@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-65-Bold_18824.ttf);
	font-weight: bold;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
	font-weight: 100;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
	font-weight: 200;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
	font-weight: 300;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
	font-weight: 400;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-45-Light_18818.ttf);
	font-weight: 500;
}
@font-face {
	font-family: "Frutiger-LT-Std";
	src: url(fonts/Frutiger-LT-Std-55-Roman_18821.ttf);
	font-weight: 600;
}
.slick-arrow.slick-disabled {
	display: none !important;
}

#flipbook .flipbook-page {
	background-color: #fff;
}

body { font-family: "Frutiger-LT-Std"; font-size: 15px; line-height: 1.4; max-width: 100%; overflow-x: hidden; }
p, form { margin-bottom: 0; }

.hidden {
	display: none !important
}

/* .ui-datepicker {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}
.ui-datepicker .ui-datepicker-unselectable {
	color: #BDBDBD;
}
.ui-datepicker thead tr th {
	width: 40px;
	text-align: center;
}
.ui-datepicker tbody tr td {
	width: 40px;
	text-align: center;
}
.ui-datepicker tbody tr td a {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.ui-datepicker tbody tr td a:hover {
	color: #EF8017;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next
{
    display: none;
}
.ui-datepicker .ui-datepicker-title {margin-bottom: 15px;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	width: calc((100% / 2) - 10px);
	margin: 0 5px;
	padding: 5px;
} */
.slick-slide {
	height: auto;
}
.b-debug {
	background-color: #333;
	color: green !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	overflow-y: scroll;
	padding: 50px 30px 30px;
	position: fixed;
	width: 80%;
	z-index:9999;
}
.b-debug .btn-close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
}
.b-debug .content {

}
.b-debug .content pre {
	color: inherit;
}

img.section-title {
	width: 50%;
}

.s-default {
	padding: 0 0 150px;
}

.blog-article-search-wrapper {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
	margin-bottom: 50px;
}
.blog-article-search-wrapper label {
	font-weight: bold;
	font-size: 1.2rem;
}
.blog-article-search-wrapper input[type=text] {
	border: 1px #D7DFE3 solid;
	padding: 5px;
	width: calc(100% - 110px);
}
.blog-article-search-wrapper input[type=submit] {
	cursor: pointer;
	background-color: #BDBDBD;
	border: 0 none;
	border-radius: 5px;
	color: #fff;
	padding: 7px 35px;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.blog-article-search-wrapper input[type=submit]:hover {
	opacity: .8;
}

.s-blog-articles .btn-load-more {
	/* background-image: url('images/btn-load-more.png');
	background-size: 50px auto;
	background-position: center left;
	background-repeat: no-repeat;
	color: #808080;
	padding-left: 60px;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s; */
	margin-left: 7%;
}
.s-blog-articles .btn-load-more:hover {
	opacity: .7;
}
.b-blog-article {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 50px;
}
.b-blog-article .thumbnail {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 10px 0 0;
	transition: 1.5s ease-out;
}
.b-blog-article:hover .thumbnail {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.b-blog-article .thumbnail::before {
	content: '';
	display: block;
	padding-top: 50%;
}
.b-blog-article .description {
	padding: 15px;
	color: #AAA9A9;
	display: flex;
	align-items: center;
	line-height: 1.4;
	border-radius: 0px 0px 5px 5px;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}

.b-blog-article .description .info {
	align-items: center;
	flex-basis: calc(100% - 50px);
	max-width: 100%;
}
.b-blog-article .description .info .title {
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
}
.b-blog-article .description .info .excerpt,
.b-blog-article .description .info .date {
	font-size: 15px;
}
.b-blog-article .description .info .date {
	line-height: 1;
	margin: 15px 0 20px;
}
.b-blog-article .description .info .excerpt {
}
.b-blog-article .description .info .excerpt p {
	margin-bottom: 0;
}
.b-blog-article .description .icon {
	flex-basis: 50px;
	font-size: 26px;
	text-align: right;
}

@media screen and (min-width: 767px) {
	.b-blog-article:hover .description {
		background-color: #F07801;
		color: #fff;
	}
	.b-blog-article:hover .description .info .title {
		color: #fff;
	}
}

.b-card .description {
	color: #AAA9A9;
	display: flex;
	align-items: center;
	line-height: 1.4;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}

.b-card .description .info {
	align-items: center;
	width: calc(100% - 50px);
}
.b-card .description .info .title,
.b-card .description .info .category {
	color: #000;
	font-size: 1.2rem;
	margin-bottom: 0;
}
.b-card.b-blog-article .description .info .title {
	line-height: 1.4;
    height: 52px;
    min-height: 52px;
    overflow: hidden;
}
.b-card.b-blog-article .description .info .excerpt {
	height: 42px;
	min-height: 42px;
    overflow: hidden;
}
.b-card .description .info .category {
	font-size: 0.9rem;
}
.b-card .description .info .excerpt,
.b-card .description .info .date {
	font-size: 0.97rem;
	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	.b-card:hover .description .info .excerpt,
	.b-card:hover .description .info .date {
		color: #fff;
	}
}

.b-card .description .info .date {
	line-height: 1;
}
.b-card .description .info .excerpt {
	font-size: 15px;
}
.b-card .description .info .excerpt p {
	margin-bottom: 0;
	font-size: inherit;
}
.b-card .description .icon {
	flex-basis: 50px;
	font-size: 26px;
	text-align: right;
	padding-right: 5px;
}

@media screen and (min-width: 767px) {
	.b-card:hover .description {
		background-color: #F07801;
		color: #fff;
	}
	.b-card:hover .description .info .title,
	.b-card:hover .description .info .category {
		color: #fff;
	}
}

.s-blog-detail {}
.s-blog-detail .b-articles-wrapper {}
.s-blog-detail .b-articles-wrapper article {
	border-bottom: 2px #BDBDBD solid;
	margin-top: 50px;
	margin-bottom: 15px;
}
.s-blog-detail .b-articles-wrapper article .article-title {
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;

}
.s-blog-detail .b-articles-wrapper article .publish-date {
	color: #231815;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}
.s-blog-detail .b-articles-wrapper article .article-content > * {
	font-size: 15px;
	line-height: 1.4;
	margin: 0 auto 30px;
	width: 100%;
}
@media all and (max-width: 767px) {
	.s-blog-detail .b-articles-wrapper article .article-content > * {
		width: 100%;
	}
}
.s-blog-detail .b-articles-wrapper article .article-content figure {
	width: 100%;
}
.s-blog-detail .b-articles-wrapper article .article-content img {
	width: 700px;
	margin: 0 auto;
	display: block;
}
.s-blog-detail .b-articles-wrapper article figure ul {
	margin: 0 auto;
}
.s-blog-detail .b-articles-wrapper article .article-content h3 {
	color: #808080;
	font-size: 18px;
	line-height: 1.4;

}
.s-blog-detail .b-articles-wrapper article .article-content ul {
	list-style: initial;
}
.s-blog-detail .b-articles-wrapper article .article-content ul li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.s-blog-detail .b-articles-wrapper article .article-content ul li:last-child {
	margin-bottom: 0;
}
.s-blog-detail .b-articles-wrapper .article-view-count {
	font-size: 15px;
	line-height: 32px;
}
.s-blog-detail .b-articles-wrapper .article-tags {
	width: 80%;
	margin: 50px auto;
}
.s-blog-detail .b-articles-wrapper .article-tags .tag {
	background-color: #FBE9D2;
	border-radius: 6px;
	display: inline-block;
	float: left;
	font-size: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px 20px;
}

.s-case-study {}
.s-case-study .row:nth-child(2) {
	margin-top: -5%;
}
.s-case-study .row:nth-child(n+2) {
	margin-bottom: 90px;
}

.s-case-study .image {
	border-radius: 10px;
	overflow: hidden;
	border: 3px #fff solid;
	padding: 0;
}
.s-case-study .title {
	font-size: 2.25rem;
}
.s-case-study .portfolio {
	font-size: 1.25rem;
}
.s-case-study .year,
.s-case-study .type {}

.s-case-study h3 {
	color: #ED7700;
	font-size: 1.75rem;
	font-weight: 100;
	margin-bottom: 30px;
}
@media all and (max-width: 768px) {
	.s-case-study .row .client-background {
		margin-bottom: 50px;
	}
	.s-case-study .row:nth-child(n+2) {
		margin-bottom: 50px;
	}
}

/* Wordpress Comment */
.comment-respond {}
.comment-respond h3.comment-reply-title {
	color: #ED7700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.comment-respond .comment-notes {
	margin-bottom: 31px;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type=text] {
	border: 1px #BDBDBD solid;
	padding: 15px;
	/* width: calc(100% - 30px); */
	width: 100%;
}
.comment-respond .comment-form input[name=wp-comment-cookies-consent] {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	display: block;
	float: left;
	margin-right: 10px;
}
.comment-respond .comment-form p {
	font-size: 15px;
	margin-bottom: 30px;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
	display: inline-block;
	width: calc(50% - 30px);
}
.comment-respond .comment-form .comment-form-author {
	margin-right: 30px;
}
.comment-respond .comment-form .comment-form-email {
	margin-left: 30px;
	float: right;
}
.comment-respond .comment-form .comment-form-url {
	display: none;
}
.comment-respond .comment-form .comment-form-cookies-consent > label {
	float: left;
    width: calc(100% - 30px);
}
.comment-respond .comment-form .comment-form-cookies-consent::after {
	clear: both;
	content: '';
	display: table;
}
@media all and (max-width: 767px) {
	.comment-respond .comment-form .comment-form-author,
	.comment-respond .comment-form .comment-form-email {
		display: inline-block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.comment-respond .comment-form .form-submit {
	text-align: center;
}
.comment-respond .comment-form .submit {
	background-color: #EE7800;
	border: 0 none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 25px;
	text-transform: capitalize;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.comment-respond .comment-form .submit:hover {
	opacity: .8;
}

.section-more-from-the-block {
	margin-top: 50px;
}
.section-more-from-the-block h2 {
	font-size: 24px;
	margin-bottom: 25px;
}


.b-icon-text-button a {
	display: inline-flex;
	align-items: center;
	opacity: 1;
	transition: opacity .3s;
}
.b-icon-text-button a:hover {
	opacity: .8;
}
.b-icon-text-button a .icon {
	margin-right: 15px;
	width: 75px;
}
.b-icon-text-button a .text {
	color: #808080;
	font-size: 1.25rem;
}

@media all and (max-width: 576px) {
	.b-icon-text-button a .text {
		font-size: 15px;
	}
	.b-icon-text-button a .icon {
		width: 50px;
	}
	.hm-case-study-control-wrapper .btn-next-project > a .icon {
		margin-right: 15px !important;
		margin-left: 0px !important;
	}
	.hm-case-study-control-wrapper .btn-prev-project > a .icon {
		margin-right: 0px !important;
		margin-left: 15px !important;
	}
}

.s-investor-relations h2 { font-weight: 100; margin-bottom: 0; font-size: 24px;}
.investor-relations-search {
	margin-top: 50px;
	padding: 30px;
	background-color: #fff;
	
}


.investor-relations-search .btn-clear-search-criteria {
	color: #BDBDBD;
	opacity: 1;
	text-decoration: underline;
	-ms-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: color .3s;
}
.investor-relations-search .btn-clear-search-criteria:hover {
	color: #EF8017;
}
.investor-relations-search .btn-search,.btn-search1 {
	background-color: #BDBDBD;
	border: 0 none;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	height: 46px;
	width: 80%;
	padding: 15px;
	opacity: 1;
	-ms-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}
.investor-relations-search .btn-search:hover {
	opacity: .8;
}
.investor-relations-search .year-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 45px);
}
.investor-relations-search .year-wrapper ul li {
	display: inline-block;
	margin-right: 15px;
}
.investor-relations-search .year-wrapper ul li .year {
	color: #808080;
	font-size: 2rem;
	text-decoration: underline;
	-webkit-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.investor-relations-search .year-wrapper ul li .year:hover,
.investor-relations-search .year-wrapper ul li .year.active {
	color: #EF8017;
	text-decoration: none;
}
.investor-relations-search .date-from,
.investor-relations-search .date-to {
	display: inline-block;
	width: calc((100% - 80px) / 2)
}
.investor-relations-search .date-from input,
.investor-relations-search .date-to input {
	display: inline-block;
	height: 45px;
    vertical-align: middle;
	width: calc(100% - 40px);
	margin-right: 5px;
}
.investor-relations-search .date-from img,
.investor-relations-search .date-to img {
	cursor: pointer;
	display: inline-block;
	width: 33px;
}
.investor-relations-search input[type=text],
.investor-relations-search select {
	line-height: 45px;
	height: 45px;
	border: 1px #BDBDBD solid;
}
.investor-relations-search input[name=keyword] {
	width: calc(100% - 75px);
}
.investor-relations-search select {
	width: calc(100% - 41px);
}

@media all and (max-width: 767px) {
	/* .investor-relations-search .year-wrapper ul {
		width: calc(100% - 110px);
	} */
	.investor-relations-search .row > div {
		margin-bottom: 15px;
	}
	.investor-relations-search .row > div label {
		width: 105px;
	}
	.investor-relations-search input[name=keyword] {
		width: calc(100% - 110px);
	}
	.investor-relations-search .date-from, .investor-relations-search .datepicker-wrapper {
		display: inline-block;
		/* width: calc(100% - 110px); */
	}
	.investor-relations-search .date-from, .investor-relations-search .label-date {
		vertical-align: top;
	}
	.investor-relations-search .date-from, .investor-relations-search .date-to {
		width: 100%
	}
	.investor-relations-search .date-from {
		margin-bottom: 15px;
	}
	.investor-relations-search select {
		width: calc(100% - 110px);
	}
	.investor-relations-search .btn-search {
		height: 50px;
    	width: 130px;
		margin-right: 15px;
	}
}
.investor-relations-wrapper {
	margin-top: 50px;
}
.investor-relations-wrapper .investor-relations-item  {
	background-color: transparent;
	border-bottom: 1px #BDBDBD solid;
	
	padding: 15px;
	-webkit-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
}
.investor-relations-wrapper .investor-relations-item:hover {
	background-color: #F3E1CD;
}
.investor-relations-wrapper .investor-relations-item.hide {
	display: none;
}
.investor-relations-wrapper .investor-relations-item .column-1 {
	flex-basis: calc(100% - 70px);
}
.investor-relations-wrapper .investor-relations-item .column-1 .type,
.investor-relations-wrapper .investor-relations-item .column-1 .date {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.investor-relations-wrapper .investor-relations-item .column-1 .type {
	color: #808080;
}
.investor-relations-wrapper .investor-relations-item .column-1 .date {
	margin-right: 50px;
}
.investor-relations-wrapper .investor-relations-item .column-1 .subject {
	font-size: 15px;
}
.investor-relations-wrapper .investor-relations-item .column-2 {
	text-align: center;
	flex-basis: 70px;
}
.video-button-wrapper,
.download-button-wrapper {
	text-align: center;
}
.video-button-wrapper img,
.download-button-wrapper img {
	display: inline;
	width: 42px;
}
.video-button-wrapper span,
.download-button-wrapper span {
	color: #040000;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.s-stakeholder-communication h2 { font-weight: 100; margin-bottom: 0; font-size: 24px;}
.s-stakeholder-communication .stakeholder-communication-wrapper {
	margin-top: 50px;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item {
	border-radius: 25px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	width: calc( (100% / 3) - 20px);
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: background-color .3s;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .description,
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .date,
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .title {
	-ms-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .title {
	color: #EF831A;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .date {
	color: #AAA9A9;
	font-size: 0.9rem;
	margin-bottom: 20px;
	line-height: 1;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item .description {
	color: #AAA9A9;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item:hover {
	background-color: #EF831A;
}
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item:hover .description,
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item:hover .date,
.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item:hover .title {
	color: #fff;
}
@media all and (max-width: 768px) {
	.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item {
		width: calc( (100% / 2) - 15px);
	}
}
@media all and (max-width: 576px) {
	.s-stakeholder-communication .stakeholder-communication-wrapper .stakeholder-commuication-item {
		width: calc( 100% );
		margin-right: 0px;
	}
}
.b-quote  {
	margin-top: 50px;
	background-color: #BDBDBD;
	padding: 100px;
	border-radius: 25px;
	border: 5px #fff solid;
	position: relative;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.b-quote .quote-sign-up {
	position: absolute;
	transform: translateY(-50%);
	top: 0;
	left: -5px;
}
.b-quote .author-wrapper {
	display: inline-block;
	position: absolute;
	text-align: right;
	right: 160px;
	color: #fff;
	bottom: 28px;
}
.b-quote .text {
	max-width: 60%;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.8;
	color: #fff;
}
.b-quote .author-wrapper .author {
	font-size: 1.15rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.b-quote .author-wrapper .author-title {
	font-size: 1.1rem;
}
.b-quote .quote-sign-down {
	position: absolute;
	bottom: 15px;
	right: 30px;
}
@media all and (max-width: 576px) {
	.b-quote {
		padding: 60px 60px 100px 60px;
		max-width: 100%;
		margin-top: 25px;
	}
	.b-quote .quote-sign-up {
		max-width: 120px;
	}
	.b-quote .quote-sign-down {
		max-width: 60px;
		right: 15px;
	}
	.b-quote .text {
		max-width: 100%;
		font-size: 1.2rem;
	}
	.b-quote .author-wrapper {
		right: 100px;
		color: #fff;
		bottom: 11px;
	}

}


#book .slick-prev {

	right: 100%;
}
#book .slick-next {
	left: 100%;
}
#book .slick-prev,
#book .slick-next {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	max-height: 30px;
	margin: auto;
}

.fixed-floating-buttons {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 50px;
	z-index: 99;
}
.fixed-floating-buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixed-floating-buttons ul li {
	margin-bottom: 15px;
	border: 1px #BDBDBD solid;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.fixed-floating-buttons .btn-search {
	width: 100%;
	height: auto;
}
.fixed-floating-buttons img {
	max-width: 100%;
}
@media all and (max-width: 768px) {
	.fixed-floating-buttons {
		right: 10px;
	}
}


#search-form-wrapper {
	min-height: 100vh;
	margin: 0 auto;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9998;
}
#search-form-wrapper .overlay {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,.8); 
	height: 100%;
}
#search-form-wrapper .btn-close {
	margin-top: 95px;
}
#search-form-wrapper .search-form {
	margin-top: 30px;
	position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
    max-width: 1200px;
    right: 0;
    margin: 30px auto 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#search-result-wrapper .search-form .field-wrapper,
#search-form-wrapper .search-form .field-wrapper {
	position: relative;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#search-result-wrapper .search-form .field-wrapper {
	max-width: 300px;
	margin: 0 auto;
}
#search-result-wrapper .search-form .field-wrapper input[type=text],
#search-form-wrapper .search-form .field-wrapper input[type=text] {
	width: 100%;
    font-size: 21px;
    line-height: 1.4;
	line-height: 70px;
	color: #BDBDBD;
	height: 70px;
}
#search-form-wrapper .search-form .field-wrapper input[type=text] {
	padding-left: 50px;
}
#search-result-wrapper .search-form .field-wrapper input[type=text] {
	padding-right: 15px;
	height: 30px;
	line-height: 28px;
}

#search-result-wrapper .search-form .field-wrapper input[type=text].error,
#search-form-wrapper .search-form .field-wrapper input[type=text].error {
	border: 3px rgba(255,0,0,0.7) solid;
}

#search-result-wrapper .search-form .field-wrapper .search,
#search-form-wrapper .search-form .field-wrapper .search {
	font-size: 21px;
	bottom: 0;
	color: #BDBDBD;
	height: 28px;
	margin: auto;
	position: absolute;
	
	top: 0;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
#search-form-wrapper .search-form .field-wrapper .search {
	left: 15px;
}

@media screen and (max-width: 500px) {
	#search-form-wrapper .search-form .field-wrapper .search {
		left: 0px;
	}
}
#search-result-wrapper .search-form .field-wrapper .search {
	height: 27px;
    right: 0px;
}

#search-result-wrapper {
	display: none;
	position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(215, 224, 228);
    z-index: 9999;
}

#search-result-wrapper .search-result-header-wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.5);
	padding: 30px;
}
#search-result-wrapper .search-result-header-wrapper h2 {
	font-size: 28px;
    font-weight: 600;
    color: #F07801;
}
#search-result-wrapper .search-result-header-wrapper .keyword {
	font-size: 28px;
    color: #F07801;
    white-space: nowrap;
    height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#search-result-wrapper .search-result-header-wrapper .search-result-header {
	position: relative;
}
#search-result-wrapper .search-result-header-wrapper .search-result-header .search-result-header-left {
	padding: 0 50px;
}
#search-result-wrapper .search-result-header-wrapper .search-result-header .search-result-header-right {
	position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    bottom: 0;
    margin: auto;
}
#search-result-wrapper .search-result-details {
	overflow-y: scroll;
    height: calc(100% - 121px - 50px);
}
#search-result-wrapper .search-result-detail  {
	padding-top: 50px;
	max-width: 1140px;
	margin: 0 auto 50px;
}
#search-result-wrapper .search-result-detail .search-result-item {
    border-bottom: 1px #BBBDBE solid;
}
#search-result-wrapper .search-result-detail .search-result-item > a {
	display: block;
	padding: 15px;
}
#search-result-wrapper .search-result-detail .search-result-item:hover {
	background-color: #F8DAB4;
}
#search-result-wrapper .search-result-detail .search-result-item h3 {
	color: #F07801;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}
#search-result-wrapper .search-result-detail .search-result-item p {
	word-break: break-all;
}
#search-result-wrapper .search-result-detail .search-meta {
	margin-bottom: 15px;
	padding: 0 15px;
}



.mfp-bg  {
	/* background-color: #707070 !important;
	opacity: 1 !important; */
	/* opacity: 0.95; */
}
.mfp-close {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;;
}

body.loading {
	position: fixed;
	top: 0;
}
#loading-screen {
	background-color: #D7E0E4;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

#contact-form-wrapper .btn-submit-wrapper .ajax-loader {
	display: none;
}
@media all and (max-width: 386px) {
	#contact-form-wrapper .wpcf7-recaptcha {
		transform: scale(0.8);
		transform-origin: top left;
	}
}


@media all and (max-width: 767px) {
	.blog-keyword-wrapper {margin-bottom: 15px;}
	.wpcf7-form .btn-submit-wrapper {
		text-align: center;
	}
}

#gdpr {
	position: fixed;
	bottom: 0;
	z-index: 999;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	width: 650px;
	max-width: calc(100% - 16%);
	left: 8%;
	box-shadow: 3px -3px 5px rgb(0 0 0 / 30%);
	padding: 20px 20px 10px;
}
#gdpr .elementor-widget-wrap .elementor-widget-button {
	position: absolute;
    right: -30px;
    top: -30px;
}
#gdpr .elementor-widget-wrap .elementor-widget-button,
#gdpr .elementor-widget-wrap .elementor-widget-text-editor {
	/* display: inline-block; */
	align-self: center;
}
#gdpr .elementor-widget-wrap .elementor-widget-text-editor {
	/* flex-basis: calc(100% - 125px);
	padding-right: 30px; */
	padding-top: 10px;
}
#gdpr .elementor-widget-wrap .elementor-widget-text-editor p {
	color: #7B7F80;
	font-size: 15px;
	line-height: 1.8;
}
#gdpr .elementor-widget-wrap .elementor-widget-text-editor p a {
	text-decoration: underline;
	font-style: italic;
	color: #000;
}
#gdpr .elementor-widget-wrap .elementor-widget-button {
	flex-basis: 125px;
}
#gdpr .elementor-widget-wrap .elementor-widget-button .elementor-button {
	padding: 12px 15px;
	text-align: center;
	border-radius: 0 10px 0 10px;
}

@media screen and (max-width: 767px) {
	#gdpr .elementor-widget-wrap {
		display: block;
	}
	#gdpr .elementor-widget-wrap .elementor-widget-text-editor {
		padding-right: 0;
		margin-bottom: 15px;
	}
}

.single-case_study .elementor-widget-image-carousel {
	overflow: hidden;
	padding-bottom: 50px;
}
.single-case_study .elementor-widget-image-carousel .elementor-image-carousel-wrapper {
	overflow: visible;
	padding: 0 !important;;
}
.single-case_study .elementor-widget-image-carousel .elementor-image-carousel-wrapper .swiper-pagination-bullets {
	top: 100%; 
	bottom: unset;
	margin-top: 15px; 
}
.loadcls
{
	display:none;
}
.txtsearch
{
	border-radius: 5px;
    box-shadow: 0px 0px 5px #ddd;
    border: 0 none;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.catsearch
{
	
	border-radius: 5px;
    box-shadow: 0px 0px 5px #ddd;
    border: 0 none;
    outline: none;
    padding: 10px 20px;
}
.year-wrapper ul li a
{
font-size: 14px !important;
}

.year-wrapper ul
{
padding: 5px 0!important;
}

    
