@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{height: 100%; border:none; -webkit-appearance:none;-ms-appearance:none; -webkit-text-size-adjust:none;-ms-text-size-adjust:none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {
	overflow-x: hidden; 
}
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.title-underline h2 {
	display: inline-block;
    text-align: center;
    max-width: 160px;
    padding-top: 44px;
}
.title-underline h2 span {
	border-bottom: 2px solid #081F3C;
	line-height: 80px;
	display: inline-block;
	clear: both;
}
.title-underline h2 span:nth-child(1) {
	padding: 0 25px;
}
.title-underline h2 span:nth-child(2) {
	padding: 0 40px 0 10px;	
	margin: 0 -94px 0 0;
}
.title-underline h2 span:nth-child(3) {
	padding: 0 10px 0 40px;
    margin: 0 0 0 -30px;
}
.zoom-in-effect {
	animation: myanim 30s infinite;
}
@keyframes myanim {
	0% {
       background-color: maroon;
       background-position: top center;
       background-size: 100% 100%;
    }
    50% {
       background-color: maroon;
       background-position: top center;
       background-size: 125% 100%;
    }
    100% {
       background-color: maroon;
       background-position: top center;
       background-size: 150% 100%;
    }
}
.elementor-section.elementor-inner-section.position-top-line {
	position: relative;
	z-index: 1;
	top: 120px;
}
.elementor-section.elementor-inner-section.position-top-line:before {
	position: absolute;
	content: "";
	height: 50px;
	width: 2px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}
.elementor-section.elementor-inner-section.position-top-line:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 2px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -60px;
}
.who-we-links p a {
	text-decoration: none;
    color: #081F3C;
    border-top: 1px solid #081F3C;
    padding-right: 50px;
    margin: 10px 0 0 0;
    padding: 26px 50px 0 0;
    clear: both;
    display: inline-block;
}
.who-we-links p a:hover {
	text-decoration: underline;    
}
.fr-auto .elementor-widget-container {
	float: right;
	width: auto;
}
.middle-title-black {
	position: absolute !important;
    padding: 50px 70px 50px 70px;
    width: auto !important;
    left: 50%;
    top: 36%;
    background-color: #050f1b;
    z-index: 99;
    max-width: 540px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.home-news-slider {
	box-shadow: 0 10px 20px 0px #d5d5d5;
	-webkit-box-shadow: 0 10px 20px 0px #d5d5d5;
}
.single_news {
	max-width: 760px;
	margin: 0 auto;
	position: relative;
	display: table;
	height: 100%;
}
.single_news .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.single_news .right_sec {
	padding-left: 40px;
	margin-left: 80px;
	border-left: 1px solid #0f0f0f;
}
.single_news .left_label {
	position: absolute;
	left: 0;
	color: #030303;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}
.single_news .right_sec .news_date {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #081f3c;
}
.single_news .right_sec .news_title {
	display: block;
	margin: 14px 0 16px 0;
	padding: 0px;
	color: #081f3c;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 46px;
}
.single_news .right_sec .news_title a {
	color: #081f3c;
	text-decoration: none;
}

.single_news .right_sec .news_des_link {
	display: block;
	margin: 0px;
	padding: 0px;
}
.single_news .right_sec .news_des_link a {
	text-decoration: none;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #191919;
}
.single_news .right_sec .news_des_link a:hover {
	text-decoration: underline;
}
.news_slider.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0px !important;
	margin: 0px;
	font-size: 60px;
	line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #2c2c2c;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	outline: none;
}
.news_slider.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0px !important;
	margin: 0px;
	font-size: 60px;
	line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #2c2c2c;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	outline: none;
}
.news_slider.owl-carousel .owl-nav .owl-next:hover,
.news_slider.owl-carousel .owl-nav .owl-prev:hover {
	color: #cccccc !important;
}
.news_slider.owl-carousel .owl-nav .owl-prev:focus,
.news_slider.owl-carousel .owl-nav .owl-next:focus {
	box-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}
.news_slider.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #2c2c2c;
    text-decoration: none;
}
.news_slider.owl-carousel .owl-nav {
    margin-top: 0px;
}
header.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.head-wrapper {
	display: grid;
	grid-template-columns: 194px auto 150px;
	padding: 38px 58px;
}
body.home h1.article-h1 {
	display: none;
}
.menu-head {
	padding-top: 22px;
}
.menu-head ul {
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
.menu-head ul li {
	margin: 0px;
	padding: 0px 23px;
	display: inline-block;
	list-style-type: none;		
}
.menu-head ul li a {
	text-decoration: none;
	color: #cccccc;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	padding-bottom: 2px;
} 
.menu-head ul li a:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.menu-head ul li.current-menu-item a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.right-part-search .search_sec form {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.right-part-search .search_sec input[type="text"] {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	width: calc(100% - 20px);
}
.right-part-search {
	margin-top: 16px;
	position: relative;
}
.right-part-search .search_sec {
	position: relative;
}
.right-part-search .search_sec input[type="submit"] {
	position: absolute;
	right: 0px;
	top: 11px;
    cursor: pointer;
    width: 17px;
    height: 17px;
	font-size: 0px;
	text-indent: -9999em;
	background-image: url(../images/search01.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.right-part-search .search_sec input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
 	opacity: 1; /* Firefox */
}

.right-part-search .search_sec input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}

.right-part-search .search_sec input::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}

footer#footer {
	background-color: #081f3c;
	padding: 90px 0 80px;
	margin-top: -1px;
}
footer#footer h3 {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px 0 40px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}
footer#footer form#mc4wp-form-1 {
	max-width: 454px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
footer#footer form#mc4wp-form-1 input[type="email"] {
	border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    color: #ffffff;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
footer#footer form#mc4wp-form-1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
 	opacity: 1; /* Firefox */
}

footer#footer form#mc4wp-form-1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}

footer#footer form#mc4wp-form-1 input::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}
footer#footer form#mc4wp-form-1 input[type="submit"] {
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 0px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	cursor: pointer;
}
footer#footer form#mc4wp-form-1 input[type="submit"]:hover {
	text-decoration: underline;
}
.footer-column {
	display: block;
	margin: 140px 0 0 0;
	padding: 0px;
}
.footer-column .block {
	float: left;
	width: 33.33%;
	margin: 0px;
	padding: 0px;
}
.footer-column .block:nth-child(1) {
	text-align: left;
}
.footer-column .block:nth-child(2) {
	text-align: center;
}
.footer-column .block:nth-child(3) {
	text-align: right;
}
.footer-column .block h5 {
	display: block;
	padding: 0px;
	margin: 0px 0 20px 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}
.footer-column .block ul {
	margin: 0px;
	padding: 0px;
}
.footer-column .block ul li {
	margin: 0px 0 5px 0;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.footer-column .block:first-child ul {
	padding-left: 15px;
}
.footer-column .block:first-child ul li {
	width: 38%;
	display: inline-block;	
}
.footer-column .block ul li a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
}
.footer-column .block ul li a:hover {
	text-decoration: underline; 
}
.copyright {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "Work Sans", Sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	clear: both;
}
.social-icon a {
	display: inline-block;
	text-decoration: none;
	margin: 0 15px;
}
.social-icon a img {
	width: 16px;
}
.portfolio_container {
	display: block;
	margin: 0px -21px;
	padding: 0px;
}
.portfolio_container .portfolio_row {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
}
.portfolio_container .portfolio_row .single_portfolio {
	float: left;
	width: 33.33%;
	padding: 21px;
	margin: 0px;
}
.portfolio_container .portfolio_row .single_portfolio:nth-child(2) {
	margin-top: -50px;
}
a.menu-mobile-btn {
	display: none;
}
a.menu-mobile-btn span {
	display: block;
    margin: 8px 0;
    padding: 0px;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    vertical-align: top;
}
.mobile-menu-design {
	background-color: #0c203a;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: none; 
}
.mobile-menu-design.active {
	display: block;
}
.mobile-menu-design .close-menu {	
    width: 28px;
    height: 28px;
    position: absolute;
    right: 55px;
    top: 60px;
}
.mobile-menu-design .close-menu span {
	display: block;
	height: 1px;
	width: 38px;
	background-color: #ffffff;
}
.mobile-menu-design .close-menu span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mobile-menu-design .close-menu span:nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.ulForMobiMenuOnly {
	display: block;
	margin: 120px 0 0 0;
	padding: 0px;
}
.ulForMobiMenuOnly ul {
	margin: 0px;
	padding: 0px;
}
.ulForMobiMenuOnly ul li {
	display: block;
	text-align: center;
	margin: 0px 0 20px 0;
	padding: 0px;
}
.ulForMobiMenuOnly ul li a {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.ulForMobiMenuOnly ul li a:hover {
	text-decoration: underline;
}
.ulForMobiMenuOnly ul li.current-menu-item a {
	text-decoration: underline;
}
.language-mobile {
	display: block;
	margin: 50px 0 50px 0;
	padding: 0px;
	text-align: center;
}
.language-mobile .title {
	display: inline-block;
	margin: 0px;
	padding: 15px 42px 13px 42px;	
	border: 1px solid #ffffff;
	text-transform: uppercase;
	font-family: "Work Sans", Sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: 2px;

}
.contact-link-color a {
    text-decoration: none;
    color: #ffffff;
    word-break: break-word;
}
.contact-link-color a:hover {
    text-decoration: underline;
}
.language-switcher .wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 3px;
    border: none;
    background-color: transparent;
    padding: 5px 0px;
    line-height: 1;
}
.language-switcher .wpml-ls-legacy-dropdown a:hover {
	font-weight: 400;
}
.language-switcher label {
	text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Work Sans", Sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 3px;
    padding-right: 26px;
    position: relative;
}
.language-switcher label:before {
	position: absolute;
	right: 0;
	top: 8px;
	width: 20px;
	background-color: #ffffff;
	height: 1px;
	content: "";
}
.language-switcher li {
	list-style-type: none;
    margin: 0px;
    padding: 0px 0 0 5px;
    max-width: 30px;
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0;
    display: none;
}
.language-switcher {
	position: absolute;
    right: 0;
    max-width: 180px;
    margin-left: -26px;
}
.language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    right: 17px;
    height: 1px;
    content: "";
    background-color: #ffffff;
    width: 50px;
    top: 13px;
    position: absolute;
    display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none;
	/* Initially we don't want any height, and we want the contents to be hidden */
	max-height: 0;
	overflow: hidden;

	/* Set our transitions up. */
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    /* On hover, set the max-height to something large. In this case there's an obvious limit. */
	max-height: 150px;
}
.language-switcher .wpml-ls-legacy-dropdown a:hover,
.language-switcher .wpml-ls-legacy-dropdown a:focus,
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #fff;
    background: transparent;
    border: none;
} 
.teamMemberList {
	display: block;
	margin: 0px;
	padding: 0px;
}
.teamMemberList .team-block {
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.teamMemberList .team-block .memb_img {
	width: 100%;
	line-height: 1px;
	max-height: 400px;
	overflow: hidden; 
	height: 400px;
}

.teamMemberList .team-block .memb_img img { object-fit: cover !important;
width: 100%;
height: 100%;
object-position: 0 0; }
.teamMemberList .team-block .member_info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(8,31,60,0.8);
	z-index: 1;
	text-align: center;
	color: #ffffff;
	padding: 0 20px;
	display: none;
}
.teamMemberList .team-block:hover .member_info {
	display: block;
}
.teamMemberList .team-block .member_info .table {
	vertical-align: middle;
	display: table;
	height: 100%;
	width: 100%;
}
.teamMemberList .team-block .member_info .table-cell {
	vertical-align: middle;
	display: table-cell;
}
.teamMemberList .team-block .member_info h3 {
	display: block;
	margin: 0px 0 36px 0;
	padding: 0px 0 24px 0;
	color: #ffffff;
	font-size: 34px;
    line-height: 40px;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700; 
	position: relative;
}
.teamMemberList .team-block .member_info h3:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 3px;
	width: 108px;
	margin: 0 auto;
	background-color: #ffffff;
}
.teamMemberList .team-block .member_info h5 {
	display: block;
	margin: 0px;
	padding: 0px;	
	color: #ffffff;
	font-size: 16px;
    line-height: 24px;
	font-family: "Work Sans", Sans-serif;
    font-weight: 300;	
	text-transform: uppercase;
	letter-spacing: 3px;
}
.teamMemberList .team-block .member_info a {
	display: inline-block;
	text-decoration: none;
	margin: 80px 0 0 0;
	padding: 0px 0 3px 0;
	color: #ffffff;
	font-size: 16px;
    line-height: 18px;
	font-family: "Work Sans", Sans-serif;
    font-weight: 300;	
    letter-spacing: 3px;	
}
.teamMemberList .team-block .member_info a:hover {
	border-bottom: 1px solid #ffffff;
}
.elementor-element.bottom-after h2 {
	position: relative;
}
.elementor-element.bottom-after h2:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #ffffff;
}
.elementor-element.border-bottom-foot h2 {
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}
.elementor-element.vila-bottom-after h2 {
	position: relative;
}
.elementor-element.vila-bottom-after h2:after {
	position: absolute;
    margin: 0;
    left: 0;
    bottom: -9px;
    width: 40px;
    height: 1px;
    content: "";
    background-color: #ffffff;
}
.elementor-element.style-border p {
	display: inline-block;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
}
.middle-title-black p {
    border-bottom: 2px solid #fff;
    display: inline;
}
.footer-column .block:first-child ul li:last-child {
	position: relative;
}
.footer-column .block:first-child ul li:last-child:before {
	width: 30px;
	height: 1px;
	content: "";
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.footer-column .block ul li:last-child {
	position: relative;
}
.footer-column .block ul li:last-child:before {
	width: 30px;
	height: 1px;
	content: "";
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: -10px;	
}
.language-mobile li.widget_icl_lang_sel_widget {
	list-style-type: none;
	display: block;
}
.memDetailLeftSide img {
	width: 100%;
}
.memDetailLeftSide {
	max-width: 527px;
	float: left;
	width: 28%;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	max-height: 530px;
	overflow: hidden;
}
.memDetailRightSide {
	float: left;
    width: 72%;
    margin: 0px;
    padding: 90px 200px 0 80px;
}
.mainPopupMemberInfo {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    bottom: 0;
    z-index: 1000000;
    right: 0;
    height: 100%;
    background-color: rgba(8,31,60,0.9);
    padding: 200px 0 100px 0;
    overflow-y: auto; 
}
.mainPopupMemberInfo #memberInfo {
	background-color: #ececec;
    max-width: 90%;
    float: right;
}
.memDetailRightSide h2 {
	display: block;
	margin: 0px 0 28px 0;
    padding: 0px 0 30px 0;
	color: #18243d;
	font-size: 42px;
	line-height: 46px;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700; 
	position: relative;
}
.memDetailRightSide h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 104px;
	height: 3px;
	background-color: #18243d;
}
.memDetailRightSide h3 {
	display: block;
	margin: 0px 0 56px 0;
	padding: 0px;
	text-transform: uppercase;
	color: #18243d;
	font-family: "Work Sans", Sans-serif;
    font-weight: 400;	
    font-size: 18px;
	line-height: 22px;
	letter-spacing: 5px;
}
.memDetailRightSide p {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #18243d;
	font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}
body.forMemberPopupOnlyInBody {
	overflow: hidden !important;
}
.team-pop-close {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	padding: 0 30px 0 0;
	color: #ffffff;
}

/*jignesh style*/


.mainPopupMemberInfo .team-pop-close {
    top: 70px;
    right: 74px;
    padding-right: 46px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.close-span span {
    display: block;
    height: 1px;
    width: 33px;
    background-color: #ffffff;
}

.close-span span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.close-span span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.close-span span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}
/*portfolio page style*/
.btnPortfolioSeeAll {
    font-family: "Work Sans", Sans-serif;
    color: #9da1a6;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 4px;
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 10px;
    line-height: 16px; 
    cursor: pointer;
}
select.portfolioCountry {
    border: none;
    color: #071f3b;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 16px;
}
select.portfolioCountry:focus {
    border: none;
    outline: none;
}

.filter-section {
    text-align: center;
    overflow-x: hidden;
}
.portfolioBoxes {
	margin: 0 -18px;
}
.portfolioBoxes .notFoundItem {
	margin-top: 10px;
	color: #ffffff;
}
.portfolioBoxes .one-fourth {
   width: calc(25% - 36px);
   margin: 0px 18px 36px;
   padding: 0px;
   float: left;
   position: relative;
}
.portfolioBoxes .one-fourth:hover ul.portfolioBoxBack {
	display: block;
}
ul.portfolioBoxBack {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/*background-color: rgba(255,255,255,0.9);*/
    width: 100%;
    /*height: 100%;*/
	height: fit-content;
	margin: auto;
    padding: 12px 20px;
    z-index: 100;
    overflow-y: auto; 
    display: none;
}
ul.portfolioBoxBack li {
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Work Sans", Sans-serif;
    color: #040f1c;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}
ul.portfolioBoxBack li a {
	text-decoration: none;
	font-family: "Work Sans", Sans-serif;
    color: #555555;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    display: block;
    position: relative;
}
ul.portfolioBoxBack li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 1px;
	width: 70px;
	background-color: #516175;
}
ul.portfolioBoxBack li a:hover {
	color: #040f1c;
}
ul.portfolioBoxBack li label {
	font-weight: 700;
}
.last {
   margin-right: 0 !important;
   clear: right;
}
.portfolioBoxFront {
    position: relative;
    line-height: 1px;
    overflow: hidden;
}
.portfolioBoxFront.coming-soon .caption-box:after {
    /*background-color: rgba(255,255,255,0.9);*/
}
.portfolioBoxFront.coming-soon .caption-box .portfolio_name {
	/*color: #040f1c;*/
}
.portfolioBoxFront.coming-soon .caption-box .style_name {
	/*color: #081f3c;*/
}
.portfolioBoxFront.coming-soon .caption-box .location {
	/*color: #040f1c;*/
}
.portfolioBoxFront.coming-soon .caption-box .comingSoonTxt {
	color: #ffffff;
    bottom: 30px;
    position: absolute;
    text-transform: uppercase;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
}
.portfolioBoxFront img {
	height: 370px;
	max-width: none;
	width: auto;
}
.caption-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 20px;

}
.caption-box:after {content: '';background: rgb(0 0 0 / 0.5);position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;}
.caption-box .portfolio_name{font-family: "Frank Ruhl Libre", Sans-serif; font-weight: 700; color: #ffffff;  font-size: 34px; line-height: 40px; margin-bottom: 10px;}
.caption-box .style_name{color: #ffffff; font-family: "Frank Ruhl Libre", Sans-serif;  font-size: 20px; line-height: 20px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px;}
.caption-box .location{color: #ffffff; font-family: "Work Sans", Sans-serif; font-weight: 400; font-size: 18px; line-height: 18px;}
.caption-box .style_name {
    position: relative;
}
.caption-box .style_name:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -2px;
    width: auto;
    height: 1px;
    content: "";
    background-color: #ffffff;
    max-width: 55px;
}



.portfolioBoxBack li {
    list-style: none;
}
.loader {
	position: fixed;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    z-index: 1000000000000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.insightsWrapper {
	margin: 0 -22px 0;
	padding: 100px 0 0 0;
	overflow: hidden;
}
.news-main-wrap .insightsWrapper {
	padding: 0px;
	display: inline;
}
.insightsWrapper:before {
	position: absolute;
    content: "";
    left: 100%;
    top: 50px;
    bottom: 0;
    width: 1500px;
    height: calc(100% - 50px);
    background-color: #f2f2f2;
    margin-left: -500px;
}
.insightsWrapper:after {
	position: absolute;
    content: "";
    left: -70px;
    top: 50px;
    bottom: 0;
    width: 1500px;
    height: 250px;
    background-color: #f2f2f2;
    z-index: -1;
}
section.news-bg-sec {
	overflow: hidden;
}
.overflow-hidden-section {
	overflow: hidden;
}
.insightsWrapper:before {
	position: absolute;
    content: "";
    left: 100%;
    top: 50px;
    bottom: 0;
    width: 1500px;
    height: calc(100% - 50px);
    background-color: #f2f2f2;
    margin-left: -500px;
}
.insightsWrapper:after {
	position: absolute;
    content: "";
    left: -26px;
    top: 50px;
    bottom: 0;
    width: 1500px;
    height: 250px;
    background-color: #f2f2f2;
    z-index: -1;
}
.insightsWrapper .insightsBox {
	float: left;
	width: 25%;
	padding: 0 22px;
	margin: 0px 0 80px 0;
	position: relative;
}
.insightsWrapper .insightsBox .insightsBoxTop {
	display: block;
	margin: 0px;
	padding: 0px;
}
.insightsWrapper .insightsBox .insightsBoxTop .insightsBoxImg {
    max-height: 216px;
    overflow: hidden;
}
.insightsWrapper .insightsBox .insightsBoxTop .insightsBoxCategory {
	display: block;
	margin: 0px;
	padding: 11px;
	background-color: #081f3c;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Work Sans", Sans-serif;	
	text-align: center;
}
.insightsWrapper .insightsBox .insightsBoxBottom {
	display: block;
	margin: 24px 0 0 0;
	padding: 0px;
}
.insightsWrapper .insightsBox .insightsBoxBottom .dateAndAcf {
	display: block;
	margin: 0px 0 0px 0;
	padding: 0px 0 15px 0;
	text-align: right;
}
.insightsWrapper .insightsBox .insightsBoxBottom .dateAndAcf .date {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #081f3c;
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Work Sans", Sans-serif;
}
.insightsWrapper .insightsBox .insightsBoxBottom .dateAndAcf img {
	display: inline-block;
	margin: 0px 0 0 12px;
	padding: 0px;
}
.insightsWrapper .insightsBox .insightsBoxBottom h2 {
	display: block;
	margin: 0px 0 0px 0;
	padding: 0px 0 11px 0;
	color: #081f3c;
	letter-spacing: normal;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	font-family: "Frank Ruhl Libre", Sans-serif;
}
.insightsWrapper .insightsBox .insightsBoxBottom h2 a {
	display: block;
	text-decoration: none;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	color: #081f3c;
	letter-spacing: normal;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	position: static;
	font-family: "Frank Ruhl Libre", Sans-serif;
}
.insightsWrapper .insightsBox .insightsBoxBottom h2 a:hover {
	border-bottom: none;
}
.insightsWrapper .insightsBox .insightsBoxBottom p {
	display: block;
	margin: 0px 0 0px 0;
	padding: 0px 0 20px 0;
	color: #081f3c;
	letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
	font-family: "Work Sans", Sans-serif;
}
.insightsWrapper .insightsBox .insightsBoxBottom a {
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	padding: 0px 0 2px 0;
	color: #081f3c;
	letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
	font-family: "Work Sans", Sans-serif;
	position: absolute;
	bottom: -18px;
}
.insightsWrapper .insightsBox .insightsBoxBottom a:hover {
	border-bottom: 1px solid #081f3c;
}
.news-bg-sec .insightsWrapper:before {
	display: none;
}
.news-bg-sec .insightsWrapper:after {
	display: none;
}
.news-main-wrap .insightsWrapper:before {
	display: none;
}
.news-main-wrap .insightsWrapper:after {
	display: none;
}

.single.single-news .insightsWrapper:before {
	display: none;
}
.single.single-news .insightsWrapper:after {
	display: none;
}

.follow-main-section {
	position: absolute;
	right: 0;
	bottom: 100px;	
}
.homeFollowUsSection {
	width: 200px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.homeFollowUsSection:hover {
	width: 280px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.title-hover {
	display: block;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.title-hover span {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
	font-family: "Work Sans", Sans-serif;
	font-size: 17px;
	line-height: 17px;
	position: relative;
}
.title-hover span:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #ffffff;
	left: 110%;
	top: 50%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.title-hover:hover span:before {
	width: 46px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.title-hover em {
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
	font-family: "Work Sans", Sans-serif;
	font-size: 17px;
	line-height: 17px;	
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	opacity: 1;
	visibility: visible;
	display: inline-block;
	margin-left: 38px;
	width: auto;
}
.title-hover:hover em {
	margin-left: 26px;	
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.title-hover a {
	display: inline-block;
    margin: 0px -60px 0 10px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.title-hover:hover a {
	margin: 0px 0px 0 10px;
    padding: 0px;
    visibility: visible;
    opacity: 1;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.wholeSiteLoader {
	position: fixed;
    background-color: rgba(0,0,0,0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
}
.wholeSiteLoader img {
	max-width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.elementor-section.gray-bg-shape-media:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 340px;
    top: 330px;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}
.mediaLibraryImgBox {
	margin: 130px -23px 0;
	padding: 0px;
}
.mediaLibraryImgBox .media-lib-image {
	float: left;
	width: calc(25% - 46px);
	margin: 23px;
	padding: 0px;
	line-height: 1px;
	position: relative;
	overflow: hidden;
}
.mediaLibraryImgBox .media-lib-image img {
	min-height: 325px;
	max-height: 325px;
	width: 100%;
}
.mediaLibraryImgBox .media-lib-image .audioBoxBack {
	background-color: rgba(17,36,62,0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.mediaLibraryImgBox .media-lib-image:hover .audioBoxBack {
	visibility: visible;
    opacity: 1;	
} 
.mediaLibraryImgBox .media-lib-image .audioBoxBack .imgName {
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 24px;
    line-height: 30px;
    display: block;
    padding: 34px 50px 0 35px;
}
.mediaLibraryImgBox .media-lib-image .audioBoxBack .bottom-set {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
.mediaLibraryImgBox .media-lib-image .audioBoxBack a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 24px;
    line-height: 24px;
    display: inline-block;
    margin: 0 23px;
}
.mediaLibraryImgBox .media-lib-image .audioBoxBack a img {
	height: auto;
	width: 22px;
	min-height: inherit;
	max-height: none;
}
.allThreeName {
	display: block;
	margin: 0px 0 36px 0;
    padding: 0px 0 26px 0;
	text-align: center;
	position: relative;
}
.allThreeName:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	content: "";
	height: 1px;
	width: 140px;
	background-color: #081f3c;
}
.allThreeName a {
	text-decoration: none;
    display: inline-block;
    margin: 0px;
    padding: 1px 5px 0px 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #848f9e;
    font-family: "Work Sans", Sans-serif;
    border-left: 2px solid #081f3c;
}
.allThreeName a.active {
	color: #081f3c;
}
.allThreeName a:first-child {
	border-left: none;	
}
.mediaLibraryImageLinks {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.mediaLibraryImageLinks a {
	text-decoration: none;
    display: inline-block;
    margin: 0px 17px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #081f3c;
    /*color: #ededed;*/
    font-family: "Work Sans", Sans-serif;
}
.mediaLibraryImageLinks a.active {
	color: #848f9e;
}
form.searchFrm {
    float: right;
    margin: -21px 0 0 0;
    padding: 0 24px 0 0;
    position: relative;
}
form.searchFrm input[type="text"] {
	border-bottom: 1px solid #081F3C; 
	max-width: 120px;
	color: #081F3C;
}
form.searchFrm input[type="submit"] {
	position: absolute;
	right: 0px;
	top: 0px;
    cursor: pointer;
    width: 17px;
    height: 17px;
	font-size: 0px;
	text-indent: -9999em;
	background-image: url(../images/search-black.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
form.searchFrm input[type="button"] {
	position: absolute;
	right: 0px;
	top: 0px;
    cursor: pointer;
    width: 17px;
    height: 17px;
	font-size: 0px;
	text-indent: -9999em;
	background-image: url(../images/search-black.svg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

/*end portfolio page style*/

/*end jignesh style */


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
	cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 0 0px 0 0;
    margin: 0;
}

.select-styled {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	padding: 0px 0px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border: none;
	color: #081f3c;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 16px;
	font-family: "Work Sans", Sans-serif;
	text-align: left;
	padding: 0 14px 0 0;
	text-transform: uppercase;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #071f3b transparent transparent transparent;
  position: absolute;
  top: 3px;
  right: 0px;
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active, .select-styled.active {
  background-color: transparent;
}


.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-align: left;
  min-width: 150px;
}
.select-options li {
	margin: 0;
	padding: 9px 0 0 0;
	text-indent: 0px;
	border-top: none;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	font-family: "Work Sans", Sans-serif;
	color: #081f3c;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.mediaLibraryModal {
	display: none;
	position: fixed;
	z-index: 10000;
	padding-top: 100px;
	padding-bottom: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
}

.mediaLibraryModal .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}

.mediaLibraryModal .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.mediaLibraryModal .close:hover,
.mediaLibraryModal .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
.logo-page-middle .elementor-image img {
	max-width: 400px;
}
.logo-page-middle .elementor-image {
	position: relative;
}
.logo-page-middle .elementor-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -38px;
	margin: 0 auto;
	height: 1px;
	width: 230px;
	background-color: #ffffff;
}
.elementor-inner-column.top-bottom-line:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -54px;
	margin: 0 auto;
	height: 46px;
	width: 1px;
	background-color: #ffffff;	
}
.elementor-inner-column.top-bottom-line:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -66px;
	margin: 0 auto;
	height: 46px;
	width: 1px;
	background-color: #ffffff;	
}
.corporate-block {
	display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.corporate-block span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1px;
}
.corporate-block p {
    display: inline-block;
    margin: 0px 0 0 15px;
    padding: 0px;
    color: #FFFFFF;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: normal;
    text-align: left;
}
.border-bt {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.corporate-block em {
    display: block;
    text-align: center;
    clear: both;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    margin: 15px 0 0 0;
    padding: 0;
}
.date-month {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.date-month:before {
	position: absolute;
    right: -10px;
    top: 60px;
    height: 2px;
    width: 130px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.date-month:after {
	position: absolute;
    left: -10px;
    bottom: 60px;
    height: 2px;
    width: 130px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.date-month span {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 140px;
	line-height: 140px;
}
.date-month span:nth-child(1) {
	text-align: left;
}
.date-month span:nth-child(2) {
	text-align: right;
}
.elementor-element.border-bt h2 {
	position: relative;
}
.elementor-element.border-bt h2:before {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #081F3C;
    margin: 0 auto;
}
.elementor-element.pin-icon .elementor-widget-container {
	position: relative;
}
.elementor-element.pin-icon .elementor-widget-container:before {
	position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 30px;
    content: "";
    background-image: url(../images/map-01.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.award_year {
	display: block;
	position: relative;
	margin: 0px 0 50px 0;
	padding: 0px 0 32px 0;
	color: #536377;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
}
.award_year.clickAwardYear {
	color: #081f3c;
}
.award_year:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #536377;
}
.award_year:after {
	position: absolute;
	content: "";
	left: 5px;
	bottom: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #536377;
}
.award_year.clickAwardYear span {
	border: 1px solid #536377;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 1px;
    bottom: -9px;
    display: block;
    background-color: #ffffff;
}
.award_slider.owl-carousel button.owl-prev {
	position: absolute;
    left: -54px;
    margin: 0;
    padding: 0;
    top: 20px;
    width: 40px;
    height: 40px;
	background-image: url(../images/left-arrow-01.svg) !important;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    outline: none;
	border: none;
}
.award_slider.owl-carousel button.owl-next {
	position: absolute;
    right: -44px;
    margin: 0;
    padding: 0;
    top: 20px;
    width: 40px;
    height: 40px;
	background-image: url(../images/right-arrow-01.svg) !important;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    outline: none;
	border: none;
}
.award_slider.owl-carousel button.owl-next span,
.award_slider.owl-carousel button.owl-prev span {
	display: none;
}
.award_slider.owl-carousel button.owl-next:hover,
.award_slider.owl-carousel button.owl-prev:hover {
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
.award_slider.owl-carousel button.owl-next:focus,
.award_slider.owl-carousel button.owl-prev:focus {
	background-color: transparent;
	outline: none;
	border: none;
}
.awardInfo {
	float: left;
    width: 25%;
    margin: 0px;
    padding: 0px 40px 40px 0;
    text-align: left;
}
.awardInfo .award_title {
	display: block;
	margin: 0px 0 14px 0;
    padding: 0px 0 8px 0;
	color: #081f3c;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	font-family: "Frank Ruhl Libre", Sans-serif;
	position: relative;
    word-break: break-word;
}
.awardInfo .award_title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background-color: #081f3c;
}
.awardInfo .award_description {
	display: block;
	margin: 0px 0 14px 0;
	padding: 0px;
	color: #081f3c;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	font-family: "Frank Ruhl Libre", Sans-serif;
}
.awardInfo .award_images {
	display: block;
	margin: 0px;
	padding: 0px;	
}
.awardInfo .award_images img {
	width: auto;
	max-width: 100%;	
}
.title-underline.industrial-logistics h2 {
    display: inline-block;
    text-align: center;
    max-width: 400px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.title-underline.industrial-logistics h2 span {
    line-height: 110px;    
}
.title-underline.industrial-logistics h2 span:nth-child(3) {
    padding: 0 10px 0 10px;
    margin: 0 50px 0 0px;
}
.title-underline.industrial-logistics h2 span:nth-child(2) {
    padding: 0 10px 0 10px;
    margin: 0 0px 0 0;
}
.title-underline.industrial-logistics h2 span:nth-child(1) {
    padding: 0 10px;
    margin: 0 0 0 70px;
}
.elementor-element.border-pr-contact {
	position: relative;
}
.elementor-element.border-pr-contact h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #ffffff;
    margin: 0 auto;
}
.elementor-element .link-color-pr-contact a {
	text-decoration: none;
	color: #081F3C;
}
.elementor-element .link-color-pr-contact a:hover {
	text-decoration: underline;
}
.elementor-column.arrow-position-hero {
	position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
}
.elementor-column.hero-full-width {
	width: 100% !important;		
}
.elementor-element.before-border-set {
	position: relative;	
}
.elementor-element.before-border-set:before {
    position: absolute;
    content: "";
    background-color: #081F3C;
    height: 1px;
    width: 200px;
    bottom: -20px;
    left: -25px;
}

.page-tmp-content {
	clear: both;
}
.page-template-tmp-sustainability h1.title-set {
	display: block;
    /*margin: 80px 0 130px 0;*/
    margin: 80px 0 100px 0;
    padding: 0px 20px;
    text-align: center;
    color: #081f3c;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    position: relative;
}
.page-template-tmp-sustainability h1.title-set:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	background-color: #081f3c;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page-template-tmp-sustainability .container {
	max-width: 1400px;
	padding-top: 50px;
}
.page-template-tmp-sustainability ul.ui-tabs-nav {
	margin: 0px;
	padding: 0px;
}
.page-template-tmp-sustainability ul.ui-tabs-nav li {
	margin: 0px 30px;
    padding: 24px 22px;
    float: left;
    width: calc(25% - 60px);
    text-align: left;
    list-style-type: none;
    position: relative;
    border-left: 1px solid #081f3c;
}
.page-template-tmp-sustainability ul.ui-tabs-nav li:before {
	position: absolute;
    left: -32px;
    top: 14px;
    color: #081f3c;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.page-template-tmp-sustainability ul.ui-tabs-nav li:nth-child(1):before {
	content: "1"
}
.page-template-tmp-sustainability ul.ui-tabs-nav li:nth-child(2):before {
	content: "2"
}
.page-template-tmp-sustainability ul.ui-tabs-nav li:nth-child(3):before {
	content: "3"
}
.page-template-tmp-sustainability ul.ui-tabs-nav li:nth-child(4):before {
	content: "4"
}
.page-template-tmp-sustainability ul.ui-tabs-nav li a {
	text-decoration: none;
	color: #081f3c;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}
.myTabSlider .main-img-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
}
.myTabSlider .right-blue-content {
	float: left;
	margin: 100px 0 0 -250px;
	padding: 50px 70px 50px 150px;
	width: calc(50% + 250px);
	background-color: #081f3c;
	position: relative;
}
.ui-tabs-panel {
	margin-top: 80px;
    margin-bottom: 80px;
}
.myTabSlider .right-blue-content .number {
	color: #ffffff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    display: inline-block;
    position: relative;
    margin: 50px 60px 80px 0;
    padding: 0 50px;
}
.myTabSlider .right-blue-content h2 {
	color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 0 40px 0px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    letter-spacing: 1px;
    max-width: 58%;
}
.myTabSlider .right-blue-content p {
	color: #ffffff;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    float: left;
    /*width: 50%;*/
    margin: 0px;
    padding: 0px 20px 0 0;
}
.myTabSlider .right-blue-content a.detail {
	color: #ffffff;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    display: block;
    margin: 20px 0 0 -20px;
    padding: 20px 0 0 0;
    position: relative;
    text-decoration: none;
}
.myTabSlider .right-blue-content a.detail:hover {
	color: #cccccc;
}
.myTabSlider .right-blue-content a.detail:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 1px;
	width: 100px;
	background-color: #ffffff;	
}
.myTabSlider .right-blue-content .number:before {
    position: absolute;
    right: -30px;
    top: 0;
    height: 1px;
    width: 80px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.myTabSlider .right-blue-content .number:after {
    position: absolute;
    left: -28px;
    bottom: -28px;
    height: 1px;
    width: 80px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.sustainabilitySlider.owl-theme .owl-dots {
	position: absolute;
    top: 140px;
    right: 36px;
}
.sustainabilitySlider.owl-theme .owl-dots .owl-dot {
    display: block;
}
.sustainabilitySlider.owl-theme .owl-dots .owl-dot.active span,
.sustainabilitySlider.owl-theme .owl-dots .owl-dot:hover span {
    background: #536377;
}
.sustainabilitySlider.owl-theme .owl-dots .owl-dot:focus {
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.sustainabilitySlider.owl-theme .owl-dots span {
    width: 20px;
    height: 20px;
    margin: 15px 15px;
    background: transparent;
    border: 1px solid #c4cad0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 60px;
    -webkit-border-radius: 60px;
}
.page-template-tmp-sustainability ul.ui-tabs-nav li.ui-tabs-active a {
	color: #959595;
}
.portfolioMainTitle {
	display: block;
	margin: 0px 0 66px 0;
	padding: 0px;
	color: #000000;
    font-family: "Work Sans", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
    position: relative;
}
.portfolioMainTitle:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 150px;
    height: 1px;
    content: "";
    background-color: #000000;
}
.portfolioMainTitle a {
	display: inline-block;
	margin: 0px;
	padding: 0px 3px 0 7px;
	text-decoration: none;
	text-transform: uppercase;
	color: #081f3c;
    font-family: "Work Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 4px;
}
.portfolioMainTitle a:hover {
	color: #9ca5b1;
}
.portfolioMainTitle a.portfolioTypeActive {
	color: #9ca5b1;
}
.insightsPagePagination {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0;
}
.insightsPagePagination .page-numbers {
	display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    color: #081f3c;
    letter-spacing: normal;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    text-decoration: none;
}
.insightsPagePagination .page-numbers.current {
	border-bottom: 1px solid #081f3c;
}
.insightsPagePagination .page-numbers:hover {
	color: #9ca5b1;
}
.insightsPagePagination .next.page-numbers {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-right-arrow-01.svg);
    vertical-align: text-bottom;
}
.insightsPagePagination .prev.page-numbers {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-left-arrow-01.svg);
    vertical-align: text-bottom;
}
.insightsPagePagination a.next {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-right-arrow-01.svg);
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
}
.insightsPagePagination a.prev {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-left-arrow-01.svg);
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
}
.three-blocks-indus {
	float: left;
	margin: 0px 20px;
	padding: 0px 0px;
	width: calc(33.33% - 40px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	height: 450px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
}
.three-blocks-indus:nth-child(2) {
	margin-top: -30px;
	height: 510px;
}
.three-blocks-indus:nth-child(2) {
	margin-top: -30px;
	height: 510px;
}
.three-blocks-indus .table {
	display: table;
	vertical-align: middle;
	height: 100%;
	padding: 50px;
	width: 100%;
	text-align: center;
}
.three-blocks-indus .table-cell {
	display: table-cell;
	vertical-align: middle;	
}
.three-blocks-indus h2 {
	color: #081f3c;
	letter-spacing: normal;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    display: block;
    margin: 0px;
    padding: 0px 0 10px 0;
    position: relative;
}
.three-blocks-indus h2 sup {
	font-size: 30px;
    line-height: 40px;
    vertical-align: top;
}
.three-blocks-indus h2:before {
	position: absolute;
    content: "";
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 2px;
    background-color: #081f3c;
    z-index: 1;
}
.three-blocks-indus h3 {
	color: #081f3c;	
	letter-spacing: normal;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    display: block;
    margin: 0px;
    padding: 0px;	
    position: relative;
}
.three-blocks-indus h3:before {
	position: absolute;
    content: "";
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    width: 2px;
    background-color: #081f3c;
    z-index: 1;
}
.three-blocks-indus .hover-description {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	bottom: auto;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,34,57,0.9);
	z-index: 1;
	color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: normal;
    -moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.three-blocks-indus:hover .hover-description {
	top: 0;
	opacity: 1;
}
.three-blocks-indus .hover-description span {
	position: relative;
    width: 100%;
    display: block;
}
.three-blocks-indus .hover-description span:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 1px;
	width: 100px;
	background-color: #ffffff;
	z-index: 11;
}
.three-blocks-indus .hover-description .table {
	display: table;
	vertical-align: middle;
	height: 100%;
	padding: 50px;
}
.three-blocks-indus .hover-description .table-cell {
	display: table-cell;
	vertical-align: middle;	
}
.case-study-main {
	display: block;
	margin: 60px 0 100px 0;
	padding: 0px;
}
.case-study-main .left-case-img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	position: relative;
}
.case-study-main .left-case-img img {
	width: 100%;
}
.case-study-main .blue-right-content {
	margin: 60px 0 0 -250px;
	padding: 80px 80px 80px 350px;
	float: left;
	width: 50%;
	width: calc(50% + 250px);
    background-color: #081f3c;    
}
.case-study-main .blue-right-content ul {
	margin: 0px;
	padding: 0px;
}
.case-study-main .blue-right-content ul li {
	margin: 0px;
    padding: 10px 0 10px 20px;
    display: block;
    list-style-type: none;
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 1px;
    border-left: 1px solid #ffffff;
    position: relative;
}
.case-study-main .blue-right-content ul li span {
	position: absolute;
	left: -25px;	
}
.news-main-wrap {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	width: 100%;
}
.news-main-wrap .insightsBoxImg img {
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.news-main-wrap .insightsBoxImg {
	overflow: hidden;
}
.news-main-wrap .insightsBoxImg:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all .5s;
	-webkit-transition: all .5s;
}
.elementor-element.add-bt-line {
	position: relative;
}
.elementor-element.add-bt-line:before {
	position: absolute;
    left: -20px;
    bottom: -20px;
    height: 1px;
    width: 170px;
    content: "";
    background-color: #081f3c;
}
.elementor-element.link-white-color a {
	color: #ffffff;
	text-decoration: none;
}
.elementor-element.link-white-color a:hover {
	text-decoration: underline;
}
body.home .ourValueChainMainWrap {
	position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000;
    right: 0;
    height: 100%;
    background-color: rgba(8,31,60,0.9);
    padding: 80px 0 100px 0;
    overflow-y: auto;
}

.ourValueChainMainWrap .team-pop-close {
    top: 70px;
    right: 74px;
    padding-right: 46px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.ourValueChainMainWrap .close-span span {
    display: block;
    height: 1px;
    width: 33px;
    background-color: #ffffff;
}

.ourValueChainMainWrap .close-span span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ourValueChainMainWrap .close-span span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.ourValueChainMainWrap .close-span span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}
body.forValueChainPopupAtHome {
	overflow: hidden;
}

.ourValueChainSingle .slider_image {
	float: right;
	width: 45%;
	margin: 140px 0 0 0;
	padding: 50px 90px 50px 0;
	position: relative;
}

/***********************************/

.ourValueChainSingle.rightPosition .slider_image {
	float: left;
	width: calc(55% - 200px);
    margin: 180px 0 0 200px;
    padding: 60px 90px 0 60px;
    position: relative;
}
.ourValueChainSingle.rightPosition .singlBoxVaueChain {
	float: right;
	width: 45%;
	padding: 0;
    margin: 0;
}
.ourValueChainSingle.rightPosition .slider_image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    bottom: 60px;
    background-color: #ffffff;
    content: "";
}
.ourValueChainSingle.rightPosition .description {
    padding: 0 176px 0 100px;
    max-width: 100%;
}
.ourValueChainSingle.rightPosition .title span:nth-child(3) {
    margin-right: 0;
}
.ourValueChainSingle.rightPosition .title span:nth-child(2) {
    margin-right: 0;
}
.ourValueChainSingle.rightPosition .myNumber {
    margin: 0 0 0 0;
    float: left;
    z-index: 100;
    position: absolute;
    left: -280px;
    top: 0;
}
.ourValueChainSingle.rightPosition .title {
    padding: 50px 180px 0 0;
}
.ourValueChainMain.owl-carousel {
	max-width: 1400px;
    margin: 0 auto;
}

/****************************/

.singlBoxVaueChain {
	float: left;
	width: 55%;
	margin: 0px;
	padding: 0px 0px 0px 200px;
	position: relative;		
}
.ourValueChainSingle .slider_image img {
	position: relative;
	z-index: 1;
}
.ourValueChainSingle .slider_image:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	background-color: #ffffff;
	content: "";
}
.ourValueChainSingle {
	text-align: right;
}
.ourValueChainSingle .myNumber {
	color: #ffffff;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 110px;
	display: inline-block;
    margin: -60px 0 0 0;
    padding: 100px;
    position: relative;	
}
.ourValueChainSingle .myNumber:before {
    position: absolute;
    right: 10px;
    top: 90px;
    height: 2px;
    width: 90px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.ourValueChainSingle .myNumber:after {
    position: absolute;
    left: 10px;
    bottom: 90px;
    height: 2px;
    width: 90px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.ourValueChainSingle .title {
	color: #FFFFFF;
    font-family: "Frank Ruhl Libre", Sans-serif;
   	font-size: 50px;
    font-weight: 700;
    line-height: 62px; 	
	display: block;
	clear: both;
	padding: 0 180px 0 0;
	margin: 0;
	text-align: right;
}
.ourValueChainSingle .title span {
	display: inline-block;
	padding: 0 0px 0 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ffffff;	
}
.ourValueChainSingle .title span:nth-child(2) {
	margin-right: 20px;
}
.ourValueChainSingle .title span:nth-child(3) {
	margin-right: 40px;
}
.ourValueChainSingle .description {
	color: #ffffff;
    display: block;
    clear: both;
    padding: 0 0px 0 0;
    margin: 30px 0 0 0;
    height: auto;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-top: 26px;
    margin-right: 20px;
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:focus {
	outline: none;
	border: none;
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:before {
    color: #FFFFFF;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;	 	
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot.active:before {
    opacity: 0.5;
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(1):before {
    content: "1";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(2):before {
    content: "2";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(3):before {
    content: "3";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(4):before {
    content: "4";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(5):before {
    content: "5";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(6):before {
    content: "6";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(7):before {
    content: "7";
}
.ourValueChainMainWrap .owl-theme .owl-dots .owl-dot:nth-child(8):before {
    content: "8";
}
.ourValueChainMainWrap .owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 100px;
    left: 50px;
    bottom: 100px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
}

/***************************** Audio ********************************/

.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image h3 {
	display: block;
	margin: 0px 0 15px 0;
	padding: 0px;
	color: #081f3c;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image {
	width: calc(33.33% - 30px);
    margin: 15px 15px 50px 15px;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio {
	display: block;
	margin: 0px;
	padding: 20px 16px 20px 16px;
	clear: both;
	background-color: #bfbfbf;
	text-align: right;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image audio {
	width: 100%;
	clear: both;
	margin: 0 0 20px 0;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image audio:focus {
	outline: none;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio p {
	display: inline-block;
	margin: 0px;
	padding: 0px;	
	letter-spacing: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    vertical-align: top;
    float: left;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio a {
	display: inline-block;
	margin: 0px 0 0 10px;
	padding: 0px;
	text-decoration: none;
	vertical-align: top;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio a.twitter {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/twitter.svg');
	font-size: 0px;
	text-indent: -9999em;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio a.linkedin {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/linkdin_01.svg');
	font-size: 0px;
	text-indent: -9999em;
}
.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image .icons-wrap-audio img {
    min-height: inherit;
    max-height: none;
    width: auto;
}
.mediaLibraryImgBox .media-lib-image video {
	width: 100%;
    min-height: 300px;
    max-height: 300px;
    background-color: #081F3C;
}	
.mediaLibraryImgBox .media-lib-image .video-detail-text {
	display: block;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0px;
}
.mediaLibraryImgBox .media-lib-image .video-detail-text span {
	margin: 0px;
	padding: 0px;
	float: right;
	letter-spacing: 3px; 
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
}
.mediaLibraryImgBox .media-lib-image .video-detail-text p {
	margin: 0px;
	padding: 0px;
	float: left;
	letter-spacing: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;	
}
.mediaLibraryImgBox .media-lib-image .video-detail-text h2 {
	margin: 0 0 0 0;
    padding: 16px 0 0 0;
	display: block;
	color: #081f3c;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    clear: left;
}
.mediaLibraryImgBox .media-lib-image .video-hover {
	position: relative;
}
.mediaLibraryImgBox .media-lib-image .video-hover #videoply {
	position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #ffffff;
    left: 50%;
    top: 44%;
    text-align: center;
    line-height: 50px;
    padding: 0 0 0 4px;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.mediaLibraryImgBox .media-lib-image .video-hover #videoply img {
	width: 16px;    
}

.mediaLibraryVideo_pagina {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
}
.mediaLibraryVideo_pagina .page-numbers {
	display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    color: #081f3c;
    letter-spacing: normal;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
    text-decoration: none;
}
.mediaLibraryVideo_pagina .page-numbers.current {
	border-bottom: 1px solid #081f3c;
}
.mediaLibraryVideo_pagina .page-numbers:hover {
	color: #9ca5b1;
}
.mediaLibraryVideo_pagina .next.page-numbers {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-right-arrow-01.svg);
    vertical-align: text-bottom;
}
.mediaLibraryVideo_pagina .prev.page-numbers {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-left-arrow-01.svg);
    vertical-align: text-bottom;
}
.mediaLibraryVideo_pagina a.next {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-right-arrow-01.svg);
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
}
.mediaLibraryVideo_pagina a.prev {
	width: 20px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    font-size: 0px;
    text-indent: -9999em;
    background-image: url(../images/pagination-left-arrow-01.svg);
    vertical-align: text-bottom;
    text-decoration: none;
    display: inline-block;
}

.SingleMainNews {
	display: block;
	margin: 0px;
	padding: 80px 0;
}
.SingleMainNews .container {
	max-width: 1054px;	
}
.SingleMainNews .news-single-img {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 46%;
}
.SingleMainNews .news-single-img img {
	width: 100%;
}
.SingleMainNews .news-single-text {
	float: left;
	margin: 0px;
	padding: 0px 0 0 68px;
	width: 54%;
}
.SingleMainNews .news-single-text span {
	display: block;
	margin: 0px;
	padding: 0px;
	letter-spacing: 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;	
}
.SingleMainNews .news-single-text h2 {
	display: block;
	margin: 30px 0 0 0;
	padding: 0px;
	color: #081f3c;
    letter-spacing: normal;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;	
}
.SingleMainNews .news-single-text p {
	display: block;
	margin: 26px 0 0 0;
	padding: 0px;	
	letter-spacing: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
}
.SingleMainNews .news-single-text a.link {
	display: block;
    margin: 30px 0 0 0;
    padding: 0px;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
    text-decoration: none;
}
.SingleMainNews .news-single-text a.link:hover {
	text-decoration: underline;
}
.all_four_links {
	display: block;
	margin: 0px;
	padding: 0px 0 0px 0;
}
.all_four_links .container {
	max-width: 1140px;
}
.all_four_links ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.all_four_links ul li {
	margin: 0px 20px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;		
}
.all_four_links ul li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.all_four_links ul li a {
	text-decoration: none;
	text-transform: uppercase;	
	letter-spacing: 3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;	
}
.news-first-slider {
	display: block;
	margin: 0px;
	padding: 80px 0 0px 0;
}
.news-first-slider .container {
	max-width: 1260px;		
}
.newsslider.owl-carousel {
	padding: 0 22px;
}
.newsslider.owl-carousel .owl-item {
	padding: 0 18px;
}
.newsslider.owl-carousel .owl-item .newssliderSingeBox {
	display: block;
	margin: 0px;
	padding: 0px;
}
.newsslider.owl-carousel .owl-item .newssliderSingeBox img {
	width: 100%;
    height: 190px;
    object-fit: cover;
}
.newsslider.owl-carousel .owl-item .newssliderSingeBox h4 {
	display: block;
	margin: 20px 0 0 0;
	padding: 0px;
	letter-spacing: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
}
.newsslider.owl-carousel .owl-item .newssliderSingeBox h3 {
	display: block;
	margin: 16px 0 0 0;
	padding: 0px;
	color: #081f3c;
    letter-spacing: normal;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
}
.newsslider.owl-carousel .owl-nav button.owl-prev:focus,
.newsslider.owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}
.newsslider.owl-carousel .owl-nav button.owl-prev span,
.newsslider.owl-carousel .owl-nav button.owl-next span {
	display: none;
}
.newsslider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	top: 20%;
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	background-image: url(../images/left-arrow-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.newsslider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 0;
	top: 20%;		
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	background-image: url(../images/right-arrow-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.media-library-slider-section {
	display: block;
	margin: 0px;
	padding: 80px 0 0;
	position: relative;
}
.media-library-slider-section:before {
	position: absolute;
	left: 0;
	right: 0;
	height: calc(100% - 380px);
	width: 100%;
	top: 380px;
	bottom: 0;
	content: "";
	background-color: #081f3c;
	z-index: -1;
}
.media-library-slider-section .container {
	max-width: 1260px;		
}
.media-library-slider-section h2, .news-first-slider h2 {
	color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    display: block;
    margin: 0px 0 20px 0;
    padding: 0px;
    text-align: center;
}
.media_library_image_slider {
	margin-top: 50px;
}
.media_library_image_slider.owl-carousel .owl-item {
    padding: 0 18px;
}
.media_library_image_slider.owl-carousel {
    padding: 0 22px;
}

.media_library_image_slider.owl-carousel .owl-nav button.owl-prev:focus,
.media_library_image_slider.owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}
.media_library_image_slider.owl-carousel .owl-nav button.owl-prev span,
.media_library_image_slider.owl-carousel .owl-nav button.owl-next span {
	display: none;
}
.media_library_image_slider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	background-image: url(../images/left-arrow-white-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.media_library_image_slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: -50px;
	top: 50%;		
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	background-image: url(../images/right-arrow-white-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.videoInPopup {
	position: fixed;
	overflow-x: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 10000;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
    padding-right: 20px;
	text-align: center;
}
.videoInPopup .myVideoPopup {
	max-width: 800px;
	position: relative;
    margin-left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);	
}
.videoInPopup .close-span span {
    display: block;
    height: 1px;
    width: 33px;
    background-color: #081f3c;
}
.videoInPopup .team-pop-close {
	padding: 0px;
    margin: 0 auto;
    top: -30px;
    z-index: 10000000;
    font-size: 0px;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
body.forVideoPlayInPopup {
	overflow: hidden;
}
.single-news .insightsWrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 0 100px 0;
}
.single-news .insightsWrapper h1 {
	display: block;
	text-align: center;
	margin: 0px 0 50px 0;
	padding: 0px 0 20px 0;
	position: relative;
	color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;	
}
.single-news .insightsWrapper h1:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #081f3c;
}
.single-news .insightsWrapper .insightsBox {
	float: left;
    width: 33.33%;
    padding: 0 22px;
    margin: 0px 0 0 0;
    position: relative;
}
.single-news .insightsWrapper .insightsBox .insightsBoxImg img {
	width: 100%;
}

/*********************************************/
.single-insights article.post-type-insights, .single-post article.post-type-post {
	position: relative;
	margin: 186px 0 80px;
}
.single-insights article.post-type-insights .container, .single-post article.post-type-post .container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 22px;
}
.single-insights article.post-type-insights img, .single-post article.post-type-post img {
	max-width: 100%;
}
.single-insights article.post-type-insights h1, .single-post article.post-type-post h1 {
    display: block;
    text-align: center;
    margin: 100px 0 130px 0;
    padding: 0px 0 20px 0;
    position: relative;
    color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.single-insights article.post-type-insights h1:before, .single-post article.post-type-post h1:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #081f3c;
}
.single-insights article.post-type-insights h2.article-h1, .single-post article.post-type-post h2.article-h1 {
	color: #081F3C;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    display: block;
    margin: 0px 0 28px 0;
    padding: 0px 0 24px 0;
    position: relative;
}
.single-insights article.post-type-insights h2.article-h1:before, .single-post article.post-type-post h2.article-h1:before {
	position: absolute;
    margin: 0;
    left: 0;
    right: auto;
    bottom: 0px;
    width: 140px;
    height: 2px;
    content: "";
    background-color: #081f3c;
}
.single-insights article.post-type-insights p, .single-post article.post-type-post p {
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin: 0px 0 32px 0;
    padding: 0px;
    letter-spacing: 1px;
}


/*********************************************/
.single-news article.post-type-news {
	position: relative;
	margin: 186px 0 80px;
}

.single-news article.post-type-news .container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 22px;
}
.single-news article.post-type-news img {
	max-width: 100%;
}
.single-news article.post-type-news h1 {
    display: block;
    text-align: center;
    margin: 100px 0 130px 0;
    padding: 0px 0 20px 0;
    position: relative;
    color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.single-news article.post-type-news h1:before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    height: 2px;
    content: "";
    background-color: #081f3c;
}
.single-news article.post-type-news h2.article-h1 {
	color: #081F3C;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    display: block;
    margin: 0px 0 28px 0;
    padding: 0px 0 24px 0;
    position: relative;
}
.single-news article.post-type-news h2.article-h1:before {
	position: absolute;
    margin: 0;
    left: 0;
    right: auto;
    bottom: 0px;
    width: 140px;
    height: 2px;
    content: "";
    background-color: #081f3c;
}
.single-news article.post-type-news p {
    color: #081f3c;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin: 0px 0 32px 0;
    padding: 0px;
    letter-spacing: 1px;
}
.articleFeatureImg {
	height: 204px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
}
.articleFeatureImg:before {
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}
figure.wp-block-image {
	margin: 0px 0 40px 0;
}
.post-type-post {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.post-type-post:before {
    background-color: #ececec;
    content: "";
    height: 370px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -50px;
}
.post-navi {
	position: relative;
}
.post-navi a.next {
	text-decoration: none;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    font-size: 0px;
    top: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-image: url(../images/right-arrow-01.svg);
}
.post-navi a.prev {
	text-decoration: none;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 30px;
    font-size: 0px;
    top: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 28px;
    background-image: url(../images/left-arrow-01.svg);
}
.contact-press-room {
	background-color: #081f3c;
	padding: 80px 0px 0px;
	margin: 0px;
	text-align: right;
}
.contact-press-room .container {
	background-color: #ffffff;
	padding: 50px;
	margin: 0;
	width: 100%;
	display: inline-block;
	max-width: 1270px;	
}
.gray-middle-section {
	background-color: #f7f7f7;
	padding: 80px;
	text-align: left;
}
.left-contact-number {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 40%;
}
.right-contact-links {
	float: left;
	margin: 0px;
	padding: 0px 0 0 80px;
	width: 60%;
}
.left-contact-number h2,
.right-contact-links h2 {
	display: block;
	margin: 0px 0 20px 0;
	padding: 0px;
	color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.left-contact-number p {
    color: #081F3C;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 2px;
}
.left-contact-number p a {
    text-decoration: none;
    color: #081F3C;
}
.left-contact-number p a:hover {
    text-decoration: underline;
}
.right-contact-links {
    color: #081F3C;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 3px;
}
.right-contact-links a {
    text-decoration: none;
    color: #081F3C;
}
.right-contact-links a:hover {
    text-decoration: underline;
}
.myMapMain {
	position: relative;
}
.myMapMain .myMapDot {
	cursor: pointer;
	position: relative;
}
.wrapMapMainFootPrint {
	position: absolute;
    right: -180px;
    top: 350px;
}
.wrapMapMainFootPrint .map_international_text {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    max-width: 486px;
    text-align: center;
}	
.wrapMapMainFootPrint .map_international_text span {
	border-bottom: 2px solid #ffffff;
    position: relative;
    display: inline-block;
    line-height: 74px;
}
.wrapMapMainFootPrint .map_international_text span:nth-child(2) {
	line-height: 94px;
}
.wrapMapMainFootPrint .map_international_description {
	display: block;
	margin: 30px 0 0 0;
	padding: 0px;
	color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 2px;
    max-width: 300px;
    float: right;
}
.myMapMain .mapDotInfo {
	position: absolute;
    top: 404px;
    left: -86px;
    min-width: 200px;
}
.myMapMain .mapDotInfo p {
	display: block;
	margin: 0px 0 15px 0;
    padding: 0px 0 8px 0;
	position: relative;
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.myMapMain .mapDotInfo p:before {
	width: 40px;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
}
.myMapMain .mapDotInfo span {
	display: block;
	margin: 0px;
	padding: 0px 0 10px 0;
	position: relative;
	color: #ffffff;	
	font-family: "Work Sans", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 3px;
    border-bottom: 2px solid #ffffff;
}
body.error404 header.header {
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/item-default.jpg);
    min-height: 200px;
}
body.error404 .content-wrapper {
	margin-top: 200px;
}
body.search header.header {
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/item-default.jpg);
    min-height: 200px;
}
body.search .content-wrapper {
	margin-top: 200px;
}
.page-not-found {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.page-not-found h1 {
	display: block;
	margin: 0px 0 10px 0;
	padding: 0px;
	color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}
body.search .content-wrapper h1 {
	display: block;
    text-align: center;
    margin: 0 0 0px 0;
    padding: 60px 20px 0;
    color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.page-not-found h2 {
	display: block;
	margin: 0px 0 30px 0;
	padding: 0px;
	color: #081f3c;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
    text-transform: uppercase;
}
.page-not-found p {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #081f3c;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
}
body.search .content-wrapper article.tease {
	display: block;
	margin: 0px 0 30px 0;
    padding: 0px 0px 20px 0;
    clear: both;
    border-bottom: 1px solid #f2f2f2;
}
body.search .content-wrapper article.tease h2,
body.search .content-wrapper article.tease h2 a {
	text-decoration: none;
	display: block;
    margin: 0px 0 0px 0;
    padding: 0px 0 11px 0;
    color: #081f3c;
    letter-spacing: normal;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;
}
body.search .content-wrapper article.tease p {
	display: block;
    margin: 0px 0 20px 0;
    padding: 0px 0 0px 0;
    color: #081f3c;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
}
body.search .content-wrapper article.tease a {
	text-decoration: underline;
    display: inline-block;
    margin: 0px;
    padding: 0px 0 0px 0;
    color: #081f3c;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Work Sans", Sans-serif;
}
body.search .content-wrapper article.tease a:hover {
	text-decoration: none;
}

body.forValueChainPopupForWhatWeDoPage .ourValueChainMainWrap {
	position: fixed;
	width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000000;
    right: 0;
    height: 100%;
    background-color: rgba(8,31,60,0.9);
    padding: 80px 0 100px 0;
    overflow-y: auto;
}
.sustainability-slider{margin-bottom: 20px;}

.owl-item .item .leftImg {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.owl-item .item .rightSec {
	float: right;
    width: calc(50% + 240px);
    margin: 60px 0px 0 -240px;
    padding: 100px 50px;
    background-color: #081F3C;
    color: #ffffff;
    position: relative;
}
.owl-item .item .rightSec:before {
	background-color: #081f3c;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 50%;
	height: 100%;
}
.rightSec .middleYear {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	position: relative;
}
.rightSec .rightSecDescription {
	float: left;
	width: calc(100% - 270px);
	margin: 0;
	padding: 0 0 0 100px;
	position: relative;	
}
.rightSec .rightSecDescription h2 {
	color: #FFFFFF;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}
.rightSec .rightSecDescription p {
	color: #FFFFFF;
    font-family: "Work Sans", Sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 40px;
}
.rightSec .rightSecDescription p:before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 30px;
    content: "";
    background-image: url(../images/map-01.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.rightSec .middleYear:before {
	position: absolute;
    right: -10px;
    top: 60px;
    height: 2px;
    width: 130px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.rightSec .middleYear:after {
	position: absolute;
    left: -10px;
    bottom: 60px;
    height: 2px;
    width: 130px;
    background-color: #ffffff;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.rightSec .middleYear span {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
	font-size: 140px;
	line-height: 140px;
}
.rightSec .middleYear span:nth-child(1) {
	text-align: left;
}
.rightSec .middleYear span:nth-child(2) {
	text-align: right;
}
.our_history .owl-dots {
	position: absolute;
    left: 20px;
    top: 0;
    margin: 0 !important;
    padding: 0;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
}
.our_history.owl-theme .owl-dots .owl-dot {
	display: block;
    clear: left;
    cursor: pointer;
    text-align: left;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 20px;
}
.our_history.owl-theme .owl-dots .owl-dot button {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #8bb3e6;
    font-family: "Frank Ruhl Libre", Sans-serif;
	font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: normal;
    cursor: pointer;
}
.our_history.owl-theme .owl-dots .owl-dot button:focus {
	outline: none;
}
.our_history.owl-theme {
	/*padding-left: 150px;*/
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 80px;
	margin-top: 30px;
}
/*.our_history.owl-theme:before {
	background-color: #081f3c;
	content: "";
    width: calc(50% + 165px);
    height: calc(100% - 60px);
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 60px;
    right: 0;
    color: #ffffff;
}*/
.our_history.owl-theme .owl-dots .owl-dot:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 10px;
	background-color: #8bb3e6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.our_history.owl-theme .owl-dots .owl-dot.active:after {
	left: -40px;
	width: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
	background-color: #081f3c;
}
.our_history.owl-theme .owl-dots .owl-dot.active button {
	color: #081f3c;
}
.media_library_image_slider .singleItem {
	margin-bottom: 40px; 
	position: relative;
	overflow: hidden;
}
.media_library_image_slider .singleItem img {
	min-height: 500px;
    width: auto;
    max-height: 500px;
    max-width: none;
}
.media_library_image_slider .singleItem:hover .audioBoxBack {
	display: block;
}
.media_library_image_slider .singleItem .audioBoxBack {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
	padding-top: 80px;
	/*cursor: pointer;*/
	display: none;
}
.media_library_image_slider .singleItem .audioBoxBack span.imgName {
	display: block;
    margin: 0px 40px;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #000000;
    color: #081F3C;
    font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
/*.myMapMain .myMapDot:hover path.st3 {
	fill: #feb416 !important;
}*/
.elementor-element.bottom-line-draw {
	position: relative;	
}
.elementor-element.bottom-line-draw:before {
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 1px;
	width: 140px;
	background-color: #081f3c;
	content: "";	
}
.elementor-section.main-section-space-manage {
	position: relative;
}
.elementor-section.main-section-space-manage:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	content: "";
	background-color: rgba(0,0,0,0.2);
}
.elementor-section.bottom-cut-line-design {
	position: relative;		
}
.elementor-section.bottom-cut-line-design:before {
    position: absolute;
    left: 0;
    right: 150px;
    bottom: 0;
    height: 18px;
    content: "";
    background-color: rgba(0,0,0,0.2);
}
body.search .content-wrapper article.tease img {
	max-width: 50%;
	margin-bottom: 20px;
}
body.search .content-wrapper article.tease h2 {
	margin-bottom: 10px;
}
nav.pagination-block {
    display: block;
    text-align: center;
}
nav.pagination-block ul {
	margin: 0px;
	padding: 0px;
}
nav.pagination-block ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
}
nav.pagination-block ul li .page-number,
nav.pagination-block ul li a,
nav.pagination-block ul li button {
	border: none;
	background-color: transparent;
	text-decoration: none;
	display: block;
    margin: 0px 5px;
    padding: 0px;
    color: #081f3c;
    letter-spacing: normal;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", Sans-serif;   
    cursor: pointer; 
}
nav.pagination-block ul li .page-number:hover,
nav.pagination-block ul li a:hover,
nav.pagination-block ul li button:hover {
	color: #9ca5b1;
}
nav.pagination-block ul li .page-number.current,
nav.pagination-block ul li a.current {
	border-bottom: 1px solid #081f3c;	
}

/********* Map Pin Hover Window *********/

/*#onHoverMapDotInfo_01 {
	bottom: 224px;
    left: 168px;
}
#onHoverMapDotInfo_02 {
	bottom: 215px;
    left: 58px;
}
#onHoverMapDotInfo_03 {
	bottom: 226px;
    left: 40px;
}
#onHoverMapDotInfo_04 {
	bottom: 237px;
    left: 20px;
}
#onHoverMapDotInfo_05 {
	bottom: 204px;
    left: 26px;
}
#onHoverMapDotInfo_06 {
	bottom: 214px;
    left: 6px;
}
#onHoverMapDotInfo_07 {
	bottom: 303px;
    left: 83px;
}
#onHoverMapDotInfo_08 {
	bottom: 310px;
    left: 67px;
}
#onHoverMapDotInfo_09 {
	bottom: 330px;
    left: -52px;
}
#onHoverMapDotInfo_10 {
	bottom: 327px;
    left: 431px;
}
#onHoverMapDotInfo_11 {
	bottom: 350px;
    left: 332px;
}

.myMapMain .onHoverMapDotInfo {
	position: absolute;
    min-width: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
}
.myMapMain .onHoverMapDotInfo:before {
	width: 12px;
    height: 12px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.myMapMain .onHoverMapDotInfo p {
	display: block;
	margin: 0px 0 15px 0;
    padding: 0px 0 8px 0;
	position: relative;
	color: #081f3c;
	font-family: "Frank Ruhl Libre", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.myMapMain .onHoverMapDotInfo p:before {
	width: 40px;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #081f3c;
}
.myMapMain .onHoverMapDotInfo span {
	display: block;
	margin: 0px;
	padding: 0px 0 0px 0;
	position: relative;
	color: #081f3c;	
	font-family: "Work Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 3px;
    border-bottom: none;
}*/

/********* End *********/

@media handheld, only screen and (max-width: 1550px) {
	.wrapMapMainFootPrint {
	    right: -80px;
	}

}

@media handheld, only screen and (max-width: 1500px) {
	.date-month span {
	    font-size: 110px;
    	line-height: 130px;
	}
	.singlBoxVaueChain {
	    padding: 0px 0px 0px 180px;
	}
	.ourValueChainMainWrap .owl-theme .owl-dots {
	    left: 70px;
	}
	/*.ourValueChainSingle .title {
	    padding: 0 100px 0 0;
	}*/
	.ourValueChainSingle .description {
	    padding: 0 50px 0 0;
	}


}
@media handheld, only screen and (max-width: 1400px) {
	.menu-head ul li {
	    padding: 0px 10px;
	}
	.mainPopupMemberInfo{padding: 125px 0 100px 0;}
	.memDetailRightSide{padding: 45px;}
	.memDetailRightSide h2{margin: 0px 0 25px 0; padding: 0px 0 13px 0;}
	.memDetailRightSide h3{margin: 0px 0 55px 0;}
	.mainPopupMemberInfo .team-pop-close{right: 20px;}
	
	.mediaLibraryImgBox .media-lib-image {
	    width: calc(25% - 20px);
	    margin: 10px;
	}
	.mediaLibraryImgBox {
	    margin: 100px 0 0;
	    padding: 0px;
	}

	.teamMemberList .team-block .memb_img {
		max-height: 350px;
	}
	.elementor-element.font-set-small-screen {
	    font-size: 18px !important;
	    line-height: 22px !important;
	}
	.media_library_image_slider.owl-carousel .owl-nav button.owl-prev {
	    left: 0px;
	}
	.media_library_image_slider.owl-carousel .owl-nav button.owl-next {
	    right: 0px;
	}
	.myMapMain {
	    transform: scale(0.8);
	}




}
@media handheld, only screen and (max-width: 1300px) {
	.head-wrapper {
	    display: grid;
	    grid-template-columns: 180px auto 180px;
	    padding: 20px 20px;
	}
	.right-part-search {
	    margin-top: 16px;
	    padding-right: 18px;
	}
	.elementor-element.style-border p,
	.elementor-element.vila-bottom-after h2 {
		display: none;
	}
	.teamMemberList .team-block .member_info a {
	    margin: 30px 0 0 0;
	    font-size: 14px;
	    line-height: 16px;
	}
	.teamMemberList .team-block .member_info h5 {
	    font-size: 14px;
	    line-height: 22px;
	}
	.teamMemberList .team-block .member_info h3 {
	    margin: 0px 0 26px 0;
	    padding: 0px 0 20px 0;
	    font-size: 28px;
	    line-height: 38px;
	}
	.date-month span {
	    font-size: 90px;
	    line-height: 130px;
	}
	.date-month:after {
	    left: -30px;
	    width: 130px;
	}
	.date-month:before {
	    right: -30px;
	    width: 130px;
	}
	.three-blocks-indus .table {
	    padding: 20px;
	}
	.three-blocks-indus {
	    height: 350px;
	}
	.three-blocks-indus .hover-description .table {
	    padding: 20px;
	}
	.elementor-section.main-section-space-manage {
		padding: 50px 0px 50px 0px !important;
	}
	.elementor-section.main-section-space-manage .elementor-widget.elementor-widget-text-editor {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.elementor-section.main-section-space-manage .elementor-element .elementor-heading-title {
	    font-size: 36px;
	    line-height: 44px;
	}
	.elementor-section.main-section-space-manage {
	    background-position: 570px 60px !important;
    	background-size: 60% auto !important;
	} 
	.rightSec .middleYear {
	    width: 220px;
	}
	.rightSec .middleYear span {
	    font-size: 100px;
	    line-height: 120px;
	}
	.rightSec .rightSecDescription {
	    width: calc(100% - 220px);
	    padding: 0 0 0 50px;
	}
	.our_history.owl-theme {
	    /*padding-left: 120px;*/
	    padding-left: 50px;
	    padding-right: 50px;
	}




}

@media handheld, only screen and (max-width: 1200px) {
	.head-wrapper {
	    grid-template-columns: 170px auto 170px;
	}
	.portfolio_container {
	    margin: 0px 0;
	}
	.news_slider.owl-carousel .owl-nav .owl-prev {
	    left: 10px;
	}
	.news_slider.owl-carousel .owl-nav .owl-next {
	    right: 10px;
	}
	.menu-head ul li a {
	    letter-spacing: 0px;
	}
	.menu-head ul li {
	    padding: 0px 5px;
	}
	.title-underline h2 span:nth-child(2) {
	    padding: 0 40px 0 10px;
	    margin: 0 -70px 0 0;
	}
	.title-underline h2 span:nth-child(3) {
	    padding: 0 10px 0 40px;
	    margin: 0 0 0 -18px;
	}
	.title-underline h2 {
	    max-width: 150px;
	}
	.teamMemberList .team-block .memb_img {
	    max-height: 300px;
	}
	.portfolioBoxes .one-fourth {
	    width: calc(33.33% - 36px);
	}
	.insightsWrapper .insightsBox {
	    padding: 0 10px;
	    margin: 0px 0 50px 0;
	}
	.insightsWrapper {
	    margin: 0 0px;
	    padding: 0px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom h2 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom p {
	    font-size: 16px;
	    line-height: 22px;
	    padding-bottom: 20px;
	}
	.mediaLibraryImgBox .media-lib-image {
	    width: calc(33.33% - 20px);
	    margin: 10px;
	}
	.teamMemberList .team-block {
	    width: 33.33%;
	}
	.date-month:after {
	    left: -24px;
	    width: 90px;
	    bottom: 80px;
	}
	.date-month:before {
	    right: -24px;
	    width: 110px;
	    top: 80px;
	}
	.awardInfo {
	    width: 33.33%;
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li a {
	    font-size: 18px;
    	line-height: 24px;
	}
	.page-template-tmp-sustainability h1.title-set {
	    font-size: 50px;
    	line-height: 50px;
	}
	.myTabSlider .right-blue-content {
	    float: left;
	    margin: 100px 0 0 -200px;
	    padding: 50px 70px 50px 70px;
	    width: calc(50% + 200px);
	    background-color: #081f3c;
	    position: relative;
	}
	.three-blocks-indus h2 {
	    font-size: 40px;
	    line-height: 50px;
	    padding-bottom: 0;
	}
	.three-blocks-indus h3 {
	    font-size: 24px;
	    line-height: 32px;
	}
	.news-main-wrap {
	    padding: 0 10px;
	}
	.ourValueChainSingle .title {
	    font-size: 38px;
	    line-height: 44px;
	}
	.singlBoxVaueChain {
	    padding: 0px 0px 0px 220px;
	}
	.ourValueChainMainWrap .owl-theme .owl-dots {
	    left: 40px;
	}
	.ourValueChainMainWrap .team-pop-close {
	    top: 40px;
	    right: 24px;
	}
	.portfolioBoxes {
	    margin: 10px -10px;
	}
	.post-navi a.prev {
	    left: 10px;
	}
	.post-navi a.next {
	    right: 10px;
	}
	.single-news article.post-type-news .container {
	    padding: 0px 60px;
	}
	.single-news .insightsWrapper {
	    padding: 0px 40px 100px 40px;
	}

	.single-insights article.post-type-insights .container, .single-post article.post-type-post .container {
	    padding: 0px 60px;
	}
	.single-insights .insightsWrapper {
	    padding: 0px 40px 100px 40px;
	}

	.owl-item .item .rightSec {
	    padding: 50px 50px;
	}
	.rightSec .rightSecDescription h2 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.rightSec .rightSecDescription p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.myMapMain {
	    transform: scale(0.7);
	}
	.wrapMapMainFootPrint {
	    right: -140px;
	}
	.wrapMapMainFootPrint .map_international_text {
	    font-size: 60px;
	    font-weight: 700;
	    line-height: 60px;
	    max-width: 406px;
	}


	
}

/**********************iPad Small View***************************/

@media handheld, only screen and (max-width: 1150px) {
	.single_news .right_sec .news_title {
	    font-size: 30px;
	    line-height: 36px;
	}
	.elementor-23 .elementor-element.elementor-element-b0457b2 .elementor-button,
	.elementor-2463 .elementor-element.elementor-element-b0457b2 .elementor-button {
	    font-size: 30px;
	    line-height: 30px;
	    padding: 10px 30px 10px 30px;
	}
	.logo-page-middle .elementor-image img {
	    max-width: 300px;
	}
	.corporate-block p {
	    font-size: 28px;
	    line-height: 32px;
	}
	.corporate-block span {
	    font-size: 56px;
	    line-height: 56px;
	}
	.award_year {
	    margin: 0px 0 40px 0;
	    padding: 0px 0 26px 0;
	    font-size: 30px;
	    line-height: 30px;
	}
	.awardInfo .award_title {
	    font-size: 26px;
	    line-height: 34px;
	}
	.awardInfo .award_description {
	    font-size: 18px;
	    line-height: 24px;
	}
	.myTabSlider .right-blue-content h2 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.myTabSlider .right-blue-content p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.myTabSlider .right-blue-content a.detail {
	    font-size: 18px;
	    line-height: 22px;
	}
	.memDetailRightSide h2 {
	    font-size: 32px;
	    line-height: 36px;
	}
	.memDetailRightSide h3 {
	    font-size: 16px;
	    line-height: 20px;
	    letter-spacing: 4px;
	}
	.memDetailRightSide p {
	    font-size: 16px;
	    line-height: 22px;
	}
	.title-underline.industrial-logistics h2 {
	    max-width: 370px;
	}
	.title-underline.industrial-logistics h2 span {
		line-height: 80px;
	}
	.three-blocks-indus h2 {
	    font-size: 36px;
	    line-height: 46px;
	}
	.case-study-main .blue-right-content ul li {
	    font-size: 18px;
	    line-height: 26px;
	}
	.case-study-main .blue-right-content {
	    padding: 50px 50px 50px 320px;
	}
	.three-blocks-indus .hover-description {
	    font-size: 18px;
	    line-height: 24px;
	}
	.single-news .insightsWrapper h1 {
	    font-size: 50px;
	    line-height: 50px;
	}
	.single-news article.post-type-news h1 {
	    margin: 60px 0 90px 0;
	    padding: 0px 0 10px 0;
	    font-size: 50px;
	    line-height: 50px;
	}
	.single-news article.post-type-news h2.article-h1 {
	    font-size: 36px;
	    line-height: 42px;
	}

	.single-insights article.post-type-insights h1, .single-post article.post-type-post h1 {
	    margin: 60px 0 90px 0;
	    padding: 0px 0 10px 0;
	    font-size: 50px;
	    line-height: 50px;
	}
	.single-insights article.post-type-insights h2.article-h1, .single-post article.post-type-post h2.article-h1 {
	    font-size: 36px;
	    line-height: 42px;
	}

	.all_four_links ul li a {
	    letter-spacing: 2px;
	    font-size: 16px;
	}
	.SingleMainNews .news-single-text {
	    padding: 0px 0 0 20px;
	}
	.all_four_links ul li {
	    margin: 0px 10px;
	}
	.media-library-slider-section h2 {
	    font-size: 60px;
	    line-height: 60px;
	}
	.media_library_image_slider.owl-carousel .owl-item {
		padding: 0 10px;
	}



}

@media handheld, only screen and (max-width: 1023px) {
	.right-part-search {
		display: none;
	}
	.menu-head .nav-main {
		display: none;
	}
	.menu-head {
		text-align: right;
		padding-top: 10px;
	}
	a.menu-mobile-btn {
		display: inline-block;
		width: 24px;
	}
	.head-wrapper {
	    grid-template-columns: 170px auto 0px;
	}
	.title-underline h2 {
	    padding-top: 84px;
	}
	.title-underline h2 span:nth-child(2) {
	    margin: 0 -34px 0 0;
	}
	.title-underline h2 span {
	    line-height: 60px;
	}
	.elementor-section.elementor-inner-section.position-top-line {
	    top: 70px;
	}
	.who-we-links p a {
	    margin: 10px 0 0 0;
	    padding: 20px 50px 0 0;
	}
	.corporate-block span {
	    font-size: 48px;
	    line-height: 50px;
	}
	.corporate-block p {
	    font-size: 26px;
	    line-height: 28px;
	    margin: 0px 0 0 10px;
	}
	.corporate-block em {
		letter-spacing: 0px;
	}
	.elementor-section.main-section-space-manage {
	    padding: 50px 20px 50px 20px !important;
	}
	.elementor-section.main-section-space-manage {
	    background-position: 400px 60px !important;
	    background-size: 60% auto !important;
	}
	.singlBoxVaueChain {
	    padding: 0px 0px 0px 90px;
	}
	.ourValueChainMainWrap .owl-theme .owl-dots {
	    left: 20px;
	}
	.ourValueChainSingle .slider_image {
	    padding: 20px 20px 20px 0;
	}
	.ourValueChainSingle .description {
	    padding: 0 20px 0 0;
	    font-size: 16px;
    	line-height: 20px;
	}
	.ourValueChainSingle .title {
	    padding: 0 50px 0 0;
	    font-size: 36px;
    	line-height: 38px;
	}
	.ourValueChainSingle .title span {
	    display: block;
	    padding: 0 0px 0 0;
	    margin: 10px 0 10px 0;
	    border-bottom: none;
	}
	.gray-middle-section {
	    padding: 30px;
	}
	.contact-press-room .container {
	    padding: 20px;
	}
	.left-contact-number h2, .right-contact-links h2 {
	    text-transform: none;
	    letter-spacing: normal;
	}
	.newsslider.owl-carousel .owl-item .newssliderSingeBox h3 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.all_four_links ul li a img {
	    max-height: 24px;
	}
	.newsslider.owl-carousel .owl-item {
	    padding: 0 10px;
	}



}

@media handheld, only screen and (min-width: 991px) and (max-width: 1200px) {
	.memDetailRightSide{padding: 30px;}
	.mainPopupMemberInfo .team-pop-close{right: 24px;}
	.mainPopupMemberInfo #memberInfo{max-width: 100%; float: left;}
	.memDetailRightSide{padding: 30px;}
	.memDetailRightSide h3{margin: 0px 0 38px 0;}

}

@media handheld, only screen and (max-width: 980px) {
	.single_news {
	    max-width: 620px;
	}

	.mainPopupMemberInfo{padding: 60px 0 0 0;}
	.mainPopupMemberInfo .team-pop-close{top: 25px; right: 10px;}
	.mainPopupMemberInfo #memberInfo{max-width: 96%; float: left; margin: 2%;}
	.memDetailRightSide{padding: 15px; width: 100%;}
	.memDetailLeftSide {width: 100%; max-width: 100%;}
	.memDetailLeftSide img {max-width: 100%; width: 100%;  margin: 0 auto; display: block; object-fit: cover;}
	.insightsWrapper .insightsBox {
	    width: 33.33%;
	}
	.mediaLibraryImgBox .media-lib-image {
	    width: calc(50% - 20px);
	    margin: 10px;
	}
	.teamMemberList .team-block {
	    width: 50%;
	}
	.awardInfo {
	    width: 50%;
	}
	.myTabSlider .right-blue-content {
	    margin: 0 0 0 0;
	    padding: 50px 70px 50px 70px;
	    width: 100%;
	}
	.myTabSlider .main-img-left {
	    width: 100%;
	}
	.sustainabilitySlider.owl-theme .owl-dots .owl-dot {
	    display: inline-block;
	}
	.sustainabilitySlider.owl-theme .owl-dots {
	    position: absolute;
	    top: auto;
	    right: 0;
	    bottom: auto;
	    left: 0;
	    margin: 0 auto;
	    width: auto;
	}
	.sustainabilitySlider.owl-theme .owl-dots span {
	    margin: 8px 8px;
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li {
	    margin: 0px 0px 0px 30px;
	    width: calc(25% - 30px);
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li a {
	    font-size: 14px;
	    line-height: 20px;
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li:before {
	    left: -26px;
	    top: 18px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.three-blocks-indus {
	    margin: 5px 0;
	    padding: 0px 0px;
	    width: 100%;
	}
	.case-study-main .blue-right-content {
	    margin: 60px 0 0 -150px;
	    padding: 50px 50px 50px 200px;
	    float: left;
	    width: 50%;
	    width: calc(50% + 150px);
	    background-color: #081f3c;
	}
	.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image {
		width: calc(50% - 30px);
	    margin: 15px 15px 50px 15px;
	}
	.portfolioBoxes .one-fourth {
	    width: calc(50% - 36px);
	}
	.single-news .insightsWrapper .insightsBox {
	    padding: 0 10px;
	}
	.single-news .insightsWrapper {
	    padding: 0px 52px 100px 52px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom h2 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom .dateAndAcf .date {
	    letter-spacing: 2px;
	    font-size: 16px;
	}
	.SingleMainNews .news-single-text h2 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.SingleMainNews .news-single-text p {
	    margin: 20px 0 0 0;
	    font-size: 18px;
	    line-height: 24px;
	}
	.myMapMain{display: none;}

	.owl-item .item .rightSec {
	    padding: 50px 50px;
	    width: 100%;
	    margin: 0;
	}
	.owl-item .item .leftImg {
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	}



}

@media handheld, only screen and (max-width: 767px) {
	.elementor-section.home-banner.elementor-section-height-full>.elementor-container {
	    height: 100vh;
	}
	.head-wrapper {
	    padding: 36px 54px;
	}
	.single_news .right_sec .news_title {
	    font-size: 24px;
	    line-height: 28px;
	    margin: 10px 0 20px 0;
	}
	.single_news {
	    max-width: 336px;
	}
	.single_news .right_sec {
	    padding-left: 0;
	    margin-left: 0;
	    border-left: none;
	}
	.single_news .left_label {
	    position: static;
	    left: 0;
	    top: 0;
	    font-size: 16px;
	    letter-spacing: 3px;
	    border-bottom: 1px solid #000;
	    display: inline-block;
	    padding: 0 20px 5px 0px;
	    margin-bottom: 20px;
	}
	.single_news .right_sec .news_date {
	    font-size: 16px;
	}
	.single_news .right_sec .news_des_link a {
	    font-size: 16px;
	}
	.title-underline h2 {
	    padding-top: 50px;
	    padding-bottom: 160px;
	}
	.elementor-widget-wrap>.elementor-element.elementor-absolute.who-we-links {
		position: static !important;
	}
	/*.portfolio_container .portfolio_row:nth-child(2) {
		display: none;
	}*/
	.portfolio_container .portfolio_row:first-child .single_portfolio:nth-child(2) {
	    margin-top: 0;
	}
	.portfolio_container .portfolio_row .single_portfolio {
	    float: left;
	    width: 100%;
	    padding: 15px 70px;
	    margin: 0px;
	}
	.portfolio_container .portfolio_row .single_portfolio img {
		max-width: 100%;
	}
	.middle-title-black {
	    position: absolute !important;
	    padding: 70px 70px 70px 20px;
	    width: auto !important;
	    left: auto;
	    right: 0;
	    top: 51%;
	    background-color: #050f1b;
	    z-index: 99;
	    max-width: 540px;
	    transform: translate(0%, -50%);
	    -webkit-transform: translate(0%, -50%);
	}
	.elementor-section.elementor-inner-section.position-top-line {
	    top: 30px;
	}
	.elementor-section.elementor-inner-section.position-top-line:before {
	    height: 20px;
	    top: -20px;
	}
	.elementor-section.elementor-inner-section.position-top-line:after {
	    height: 20px;
	    bottom: -30px;
	}
	footer#footer h3 {
		display: none;
	}
	footer#footer form#mc4wp-form-1 {
		display: none;
	}
	.footer-column .block:first-child ul {
	    padding-left: 0px;
	}
	.footer-column .block {
	    float: left;
	    width: 100%;
	    margin: 0px 0 40px 0;
	    padding: 0px;
	}
	.footer-column .block:nth-child(2) {
	    text-align: left;
	}
	.footer-column .block:nth-child(3) {
	    text-align: left;
	}
	/*.footer-column .block:first-child ul li {
	    width: 100%;
	    display: block;
	}*/
	.footer-column .block:first-child ul li {
	    width: 46%;
	    display: inline-block;
	}
	.footer-column .block ul li {
	    width: 46%;
	    display: inline-block;
	}
	.social-icon a img {
	    width: 20px;
	}
	.social-icon a {
	    margin: 0 38px 0 0;
	}
	.footer-column {
	    margin: 0 0 0 0;
	    padding: 0px;
	}
	.copyright {
	    text-align: left;
	    padding: 0px 60px;
	    margin: -20px 0 0 0;
	}
	.footer-column {
	    display: block;
	    margin: 0 0 0 0;
	    padding: 0px 60px;
	}
	.footer-column .block ul li a {
	    font-size: 16px;
	    line-height: 16px;
	}
	.footer-column .block h5 {
	    font-size: 20px;
	    line-height: 20px;
	    margin: 0px 0 26px 0;
	}
	.footer-column .block ul li {
	    margin: 0px 0 15px 0;
	}
	footer#footer {
	    padding: 60px 0 60px;
	}
	.fr-auto.mobile-view .elementor-widget-container {
	    float: left;
	    width: 100%;
	}
	.fr-auto.mobile-view .elementor-widget-container p br {
	    display: none;		
	}
	.set-img-height .elementor-image img {
		min-height: 600px;
	}
	.footer-column .block:first-child ul li:last-child:before {
		display: none;
	}
	.footer-column .block ul li:last-child:before {
		display: none;
	}
	.teamMemberList .team-block {
	    width: 50%;
	}
	.portfolioBoxes .one-fourth {
	    width: calc(50% - 36px);
	}
	.btnPortfolioSeeAll {
	    border-right: none;
	    padding-right: 0;
	    margin-right: 0;
	    line-height: 16px;
	    display: block;
	    margin-bottom: 20px;
	}
	/*.mainPopupMemberInfo{padding: 60px 0 0 0;}
	.mainPopupMemberInfo .team-pop-close{top: 25px; right: 10px;}
	.mainPopupMemberInfo #memberInfo{max-width: 96%; float: left; margin: 2%;}
	.memDetailRightSide{padding: 15px; width: 100%;}
	.memDetailLeftSide {width: 100%; max-width: 100%;}
	.memDetailLeftSide img {max-width: 100%; width: 100%;  margin: 0 auto; display: block; object-fit: cover;}	*/
	.insightsWrapper .insightsBox {
	    width: 50%;
	}
	.portfolioBoxes {
	    margin: 12px -8px;
	}
	.date-month {
	    max-width: 160px;
	    margin: 30px 0 0px 60px;
	}
	.elementor-inner-column.top-bottom-line:after,
	.elementor-inner-column.top-bottom-line:before {
		display: none;
	}
	.logo-page-middle .elementor-image img {
	    max-width: 260px;
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li {
	    margin: 0px 0px 20px 30px;
	    width: calc(50% - 30px);
	}
	.page-template-tmp-sustainability h1.title-set {
	    font-size: 40px;
	    line-height: 40px;
	}
	.myTabSlider .right-blue-content {
	    margin: 0 0 0 0;
	    padding: 20px 20px 20px 40px;
	    width: 100%;
	}
	.myTabSlider .right-blue-content p {
	    font-size: 18px;
	    line-height: 24px;
	}
	.myTabSlider .right-blue-content h2 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.select-options li {
	    margin: 0;
	    padding: 5px 0 0 0;
	}
	.title-underline.industrial-logistics h2 span {
	    line-height: 70px;
	}
	.title-underline.industrial-logistics h2 {
	    max-width: 330px;
	}
	.case-study-main .blue-right-content {
	    margin: 0px 0 0 0;
	    padding: 20px 20px 20px 40px;
	    float: left;
	    width: 50%;
	    width: 100%;
	    background-color: #081f3c;
	}
	.case-study-main .left-case-img {
	    width: 100%;
	    position: relative;
	    line-height: 1px;
	}
	.title-underline.industrial-logistics h2 span:nth-child(1) {
	    padding: 0 10px;
	    margin: 0 0 0 0;
	}
	.elementor-section.main-section-space-manage {
	    padding: 50px 15px 50px 15px !important;
	}
	.elementor-section.main-section-space-manage .elementor-element .elementor-heading-title {
	    font-size: 26px;
	    line-height: 32px;
	}
	.elementor-element.add-bt-line:before {
	    position: absolute;
	    left: 0px;
	    bottom: -15px;
	    height: 1px;
	    width: 150px;
	    content: "";
	    background-color: #081f3c;
	}
	.elementor-section.main-section-space-manage {
	    background-image: none !important;
	}
	.singlBoxVaueChain {
	    padding: 0px 0px 0px 90px;
	    width: 100%;
	}
	.ourValueChainSingle .slider_image {
	    padding: 20px 20px 20px 20px;
	    width: 100%;
	    margin: 50px 0 0 0;
	}
	.ourValueChainMainWrap .owl-theme .owl-dots {
	    bottom: auto;
	    padding-bottom: 26px;
	    top: 30px;
	}
	.ourValueChainSingle .myNumber {
		font-size: 80px;
		line-height: 80px;
		margin: 0 30px 0 0;
		padding: 70px;		
	}
	.ourValueChainSingle .myNumber:before {
	    right: 10px;
	    top: 60px;
	    height: 2px;
	    width: 60px;
	}
	.ourValueChainSingle .myNumber:after {
	    left: 10px;
	    bottom: 60px;
	    height: 2px;
	    width: 60px;
	}
	.ourValueChainSingle .title {
	    padding: 0 20px 0 0;
	    font-size: 36px;
	    line-height: 38px;
	}
	.ourValueChainSingle .title span {
	    display: inline-block;
	    padding: 0 0px 0 10px;
	    margin: 0;
	    border-bottom: none;
	}
	.ourValueChainSingle .title span:nth-child(2),
	.ourValueChainSingle .title span:nth-child(3) {
	    margin-right: 0;
	}
	.ourValueChainMainWrap .team-pop-close {
	    top: 24px;
	    right: -18px;
	}
	form.searchFrm {
	    margin: 12px 0 0 0;
	    padding: 0 24px 0 0;
	}
	.single-news article.post-type-news .container {
	    padding: 0px 20px;
	}
	.single-insights article.post-type-insights .container, .single-post article.post-type-post .container {
	    padding: 0px 20px;
	}

	.single-news .insightsWrapper {
	    padding: 0px 10px 100px 10px;
	}
	.single-news .insightsWrapper .insightsBox {
	    padding: 0 10px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom h2 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom p {
	    font-size: 15px;
	    line-height: 20px;
	    padding-bottom: 16px;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom a {
	    font-size: 15px;
	    line-height: 15px;
	    bottom: -14px;
	}
	.single-news article.post-type-news h2.article-h1 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.single-news article.post-type-news p {
	    font-size: 18px;
	    line-height: 26px;
	    margin: 0px 0 30px 0;
	}
	.post-navi a.prev {
	    left: calc(50% - 50px);
	}
	.post-navi a.next {
	    right: calc(50% - 50px);
	}
	.post-navi {
	    position: relative;
	    display: block;
	    height: 46px;
	    margin-bottom: 20px;
	}
	.all_four_links ul li {
	    margin: 10px 0 10px 0;
	    width: 50%;
	    float: left;
	    text-align: left;
	}
	.left-contact-number {
	    width: 100%;
	}
	.right-contact-links {
	    padding: 30px 0 0 0px;
	    width: 100%;
	}



	.ourValueChainSingle.rightPosition .slider_image {
		float: left;
		width: 100%;
		margin: 80px 0 0 20px;
		padding: 20px 40px 0 20px;
		position: relative;
	}
	.ourValueChainSingle.rightPosition .singlBoxVaueChain {
		float: left;
		width: 100%;
		padding: 0 0 0 90px;
	    margin: 0;
	}
	.ourValueChainSingle.rightPosition .slider_image:after {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 60%;
	    bottom: 60px;
	    background-color: #ffffff;
	    content: "";
	}
	.ourValueChainSingle.rightPosition .description {
	    padding: 0 20px 0 20px;
    	max-width: 100%;
	}
	.ourValueChainSingle.rightPosition .title span:nth-child(3) {
	    margin-right: 0;
	}
	.ourValueChainSingle.rightPosition .title span:nth-child(2) {
	    margin-right: 0;
	}
	.ourValueChainSingle.rightPosition .myNumber {
		margin: 0 0 0 0;
		float: right;
		z-index: 100;
		position: relative;
		left: 0px;
		top: 0;
	}
	.ourValueChainSingle.rightPosition .title {
	    padding: 50px 20px 0 0;
	}

	.myMapMain{display: none;}
	.portfolio_container .portfolio_row:nth-child(2) > .single_portfolio:first-child img {margin-bottom: 52px;}
	.portfolio_container .portfolio_row:nth-child(1) > .single_portfolio:last-child {margin-bottom: 205px;}
	
	.rightSec .rightSecDescription {
	    width: 100%;
	    padding: 20px 0 0 0;
	}
	.owl-item .item .rightSec {
	    padding: 20px 20px;
	    width: 100%;
	    margin: 0;
	}
	body.search .content-wrapper article.tease img {
		max-width: 100%;
		margin-bottom: 20px;
	}
	body.search .content-wrapper h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
	body.search .content-wrapper article.tease h2,
	body.search .content-wrapper article.tease h2 a {
	    font-size: 24px;
	    line-height: 28px;
	}
	nav.pagination-block ul li .page-number, nav.pagination-block ul li a, nav.pagination-block ul li button {
	    font-size: 18px;
	    line-height: 22px;
	}

}

@media only screen and (max-width: 700px){
	.mediaLibraryModal .modal-content {
		width: 100%;
	}
}

@media only screen and (max-width: 640px){
	.mediaLibraryAudioPageWrap .mediaLibraryImgBox .media-lib-image {
	    width: calc(100% - 30px);
	    margin: 15px 15px 50px 15px;
	}
	.portfolioBoxFront img {
	    height: 280px;
	    max-width: none;
	    width: auto;
	}
	.single-news .insightsWrapper .insightsBox {
	    width: 100%;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom a {
	    bottom: 0;
	    position: static;
	}
	.insightsWrapper .insightsBox .insightsBoxBottom {
	    display: block;
	    margin: 20px 0 30px 0;
	    padding: 0px;
	}
	.SingleMainNews .news-single-img {
	    width: 100%;
	}
	.SingleMainNews .news-single-text {
	    padding: 20px 0 0 0px;
	    width: 100%;
	}
	.left-contact-number h2, .right-contact-links h2 {
	    font-size: 30px;
	    line-height: 34px;
	}
	.gray-middle-section {
	    padding: 20px;
	}
	.left-contact-number p {
	    color: #081F3C;
	    font-family: "Work Sans", Sans-serif;
	    font-size: 17px;
	    font-weight: 300;
	    line-height: 30px;
	    letter-spacing: 1px;
	}
	.right-contact-links {
	    color: #081F3C;
	    font-family: "Roboto", Sans-serif;
	    font-size: 17px;
	    font-weight: 400;
	    text-transform: uppercase;
	    line-height: 28px;
	    letter-spacing: 2px;
	}
	.media-library-slider-section h2 {
	    font-size: 46px;
	    line-height: 50px;
	}
	.our_history .owl-dots {
	    left: 0px;
	}
	.our_history.owl-theme {
	    /*padding-left: 80px;*/
		padding-left: 0px;
		padding-right: 0px;
	}
	.our_history.owl-theme .owl-dots .owl-dot.active:after {
	    left: -20px;
	    width: 30px;
	}
	.rightSec .rightSecDescription h2 {
	    font-size: 24px;
	    line-height: 32px;
	}
	.rightSec .rightSecDescription p {
	    font-size: 16px;
	    line-height: 22px;
	    padding-left: 30px;
	}
	.rightSec .middleYear {
	    width: 150px;
	}
	.rightSec .middleYear span {
	    font-size: 70px;
	    line-height: 90px;
	}
	.rightSec .middleYear:after {
	    left: 10px;
	    bottom: 60px;
	    width: 60px;
	}
	.rightSec .middleYear:before {
	    right: 10px;
	    top: 50px;
	    width: 60px;
	}



}


@media handheld, only screen and (max-width: 550px) {
	
	.portfolioBoxes .one-fourth {
	    width: calc(100% - 36px);
	    margin-bottom: 22px;
	}
	.insightsWrapper .insightsBox {
	    width: 100%;
	}
	.mediaLibraryImgBox .media-lib-image {
	    width: calc(100% - 20px);
	    margin: 10px;
	}
	.mediaLibraryImgBox .media-lib-image img {
	    min-height: inherit;
	    max-height: none;
	    width: 100%;
	    height: auto;
	}
	.teamMemberList .team-block .memb_img {
	    max-height: 250px;
	}
	.awardInfo {
	    width: 100%;
	    padding: 0 0 40px 0; 
	}
	.myTabSlider .right-blue-content p {
	    float: left;
	    width: 100%;
	    margin: 0px;
	    padding: 0px 0px 0 0;
	}
	.myTabSlider .right-blue-content h2 {
	    padding: 0 0 20px 0px;
	    max-width: 100%;
	}
	.myTabSlider .right-blue-content .number {
	    margin: 50px 60px 80px 20px;
	}
	.page-template-tmp-sustainability ul.ui-tabs-nav li {
	    margin: 0px 0px 20px 30px;
	    width: calc(100% - 30px);
	}
	.ui-tabs-panel {
	    margin-top: 20px;
	    margin-bottom: 80px;
	}
	.myTabSlider .right-blue-content {
	    padding: 20px 20px 20px 20px;
	}
	.myTabSlider .right-blue-content a.detail {
	    margin: 20px 0 0 0px;
	}
	.single-news .insightsWrapper h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.single-news article.post-type-news h1 {
	    margin: 60px 0 90px 0;
	    padding: 0px 0 10px 0;
	    font-size: 40px;
	    line-height: 40px;
	}
	.single-news article.post-type-news h1:before {
	    width: 106px;
	    height: 1px;
	}
	.single-news article.post-type-news h2.article-h1 {
	    font-size: 26px;
	    line-height: 34px;
	}
	.single-news article.post-type-news p {
	    font-size: 16px;
	    line-height: 24px;
	    margin: 0px 0 26px 0;
	}

	/********************/
	.single-insights .insightsWrapper h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.single-insights article.post-type-insights h1, .single-post article.post-type-post h1 {
	    margin: 60px 0 90px 0;
	    padding: 0px 0 10px 0;
	    font-size: 40px;
	    line-height: 40px;
	}
	.single-insights article.post-type-insights h1:before, .single-post article.post-type-post h1:before {
	    width: 106px;
	    height: 1px;
	}
	.single-insights article.post-type-insights h2.article-h1, .single-post article.post-type-post h2.article-h1 {
	    font-size: 26px;
	    line-height: 34px;
	}
	.single-insights article.post-type-insights p, .single-post article.post-type-post p {
	    font-size: 16px;
	    line-height: 24px;
	    margin: 0px 0 26px 0;
	}
	/********************/

	.all_four_links ul li {
	    margin: 10px 0 10px 0;
	    width: 100%;
	    float: left;
	    text-align: left;
	}
	.allThreeName a {
	    letter-spacing: 3px;
	    font-size: 13px;
	    line-height: 14px;
	}
	

	

}

@media handheld, only screen and (max-width: 420px) {
	.footer-column {
	    padding: 0px 0px;
	}
	.copyright {
	    text-align: left;
	    padding: 0px 0;
	    margin: 0 0 0 0;
	}
	.portfolio_container .portfolio_row .single_portfolio {
	    padding: 15px 15px 0 15px;
	    margin: 0px;
	}
	.middle-title-black {
	    padding: 50px 20px 50px 20px;
	}
	.single_news {
	    max-width: 250px;
	}
	.head-wrapper {
	    padding: 20px 15px;
	}
	.elementor-column.padding-20-home .elementor-column-wrap.elementor-element-populated {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
	.elementor-section.contact-page-design {
		padding-left: 0 !important;
    	padding-right: 0 !important;
	}
	.teamMemberList .team-block {
	    width: 100%;
	}
	.teamMemberList .team-block .memb_img {
	    max-height: 300px;
	}
	.mediaLibraryImageLinks a {
	    margin: 0px 10px;
	}


}

@media handheld, only screen and (max-width: 375px) {
	.ulForMobiMenuOnly ul li a {
	    font-size: 30px;
	    line-height: 30px;
	}
	.ulForMobiMenuOnly ul li {
	    margin: 0px 0 10px 0;
	}

}




/*
	DoersDF
*/
/* Who we are - History */
@media only screen and (max-width: 1500px) {
    .our_history .owl-item .item .rightSec {
		width: calc(48% + 240px);
	}
}
@media only screen and (max-width: 1300px) {
    .our_history .owl-item .item .rightSec {
		width: calc(45% + 240px);
	}
}
@media only screen and (max-width: 1200px) {
    .our_history .owl-item .item .rightSec {
		width: calc(40% + 240px);
	}
}
@media only screen and (max-width: 980px) {
    .our_history .owl-item .item .rightSec {
		width: 100%;
	}
}


@media handheld, only screen and (max-width: 767px) {
	.elementor-element-b9579f9 .owl-dots{
		display: none;
	}
}
.elementor-element-b9579f9 .owl-carousel .owl-item img{
    max-height: 500px;
    object-fit: contain;
}

/* Home - Portfolio */
@media handheld, only screen and (max-width: 767px) {
    .elementor-element-a4fce1e .portfolio_row:nth-of-type(1){
        display: none !important;
	}
	
    .elementor-element-a4fce1e .single_portfolio:nth-of-type(1), .elementor-element-a4fce1e .single_portfolio:nth-of-type(2){
		display: none !important;
	}
}

/* Sustainability */
.right-blue-content .bottom_box{
    text-align: center !important;
}
.sustainabilitySlider .myTabSlider .right-blue-content a.detail {
    margin: 20px 0 0 0 !important;
	width: 50% !important;
    float: left;
}
.sustainabilitySlider .myTabSlider .right-blue-content a.detail:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 0px;
	width: 100px;
	background-color: #ffffff;	
}
.sustainabilitySlider .myTabSlider .right-blue-content a.detail:nth-of-type(1):before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 1px;
	width: 100px;
	background-color: #ffffff !important;	
}
.sustainabilitySlider .myTabSlider .right-blue-content a.detail:nth-of-type(3), .sustainabilitySlider .myTabSlider .right-blue-content a.detail:nth-of-type(4){
    margin: 0px !important;
}

/* Who we are - popups */
.strategicPartner-popup .owl-dots{
	display:block !important;
}

.strategicPartner-popup .ourValueChainSingle .slider_image img {
    background-color: #fff;
    max-height: 200px; 
    object-fit: contain;
}
.strategicPartner-popup .description a {
    color: #fff;
}
.strategicPartner-popup .description a:hover {
	border-bottom: 1px solid #ffffff;
}
.strategicPartner-popup .title{
	text-align: left !important;
    padding: 0 20px 0 0 !important;
}
.strategicPartner-popup .description{
	text-align: left !important;
}
.strategicPartner-popup .slider_image:after{
	content: unset !important;
}

/* Portfolio - Country hidden */
.select-options li:nth-of-type(1){
	display: none;
}

/* Subscription css */

.es_subscription_form {
	max-width: 454px;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}


.es_subscription_form .es_txt_email{
	border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    color: #ffffff;
    font-family: "Work Sans", Sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.es_subscription_form_submit {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Work Sans", Sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.es_subscription_form_submit:hover{
    border-bottom: 1px solid #fff;
}

.es_txt_email::placeholder {
  color: #ffffff;
}
.es_txt_email:focus {
  color: #ffffff;
}
.es_txt_email:active {
  color: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* UnderJv Filter hidden */
.portfolio-type-hidden{
	display: none !important;
}

/* Awards Height */
.elementor-element-47e14a0 .awardInfo{
	height: 290px;
}
@media handheld, only screen and (max-width: 767px) {
	.elementor-element-47e14a0 .awardInfo{
		height: auto;
	}
}

/* Sustainability text */
.sustainability-container{
	display: flex;
	margin-bottom: 70px;
}
.sustainability-text{
	width: 80%;
}
.sustainability-text p{
	color: #081F3C;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
/*@media handheld, only screen and (max-width: 767px) {
	.sustainability-text{
		padding: 20px 10px;
	}
	.sustainability-text p{
		font-size: 16px;
		letter-spacing: 0px;
	}
}*/
.gresb-logo{
	width: 20%;
	align-self: center;
    text-align: center;
}
.gresb-logo img{
	max-width: -webkit-fill-available;
}
@media handheld, only screen and (max-width: 767px) {
	.sustainability-container{
		display: block;
		margin-bottom: 60px;
	}
	.sustainability-text{
		width: 100%;
	}
	.gresb-logo{
		width: 100%;
		padding-top: 40px;
	}
}

.right-blue-content ol, .right-blue-content ul{
	color: #ffffff;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    font-family: "Work Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    float: left;
    /*width: 50%;*/
    margin: 0px;
    padding: 0px 20px 0 0;
}
.right-blue-content li{
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 40px;
}
.right-blue-content a{
	color: #fff;
    text-decoration: unset;
}
.right-blue-content a:hover{
	color: #fff;
    text-decoration: underline;
}

@media handheld, only screen and (max-width: 1150px) {
	.right-blue-content ol, .right-blue-content ul{
		font-size: 16px;
		line-height: 24px;
		padding: 0px;
	}
}
@media handheld, only screen and (max-width: 767px) {
	.right-blue-content ol, .right-blue-content ul{
		font-size: 18px;
		line-height: 24px;
	}
	.right-blue-content li{
		margin-left: 20px;
	}
	
}

/* What we do - Animations */
.description-close{
	overflow: hidden;
	max-height: 0;
	/*transition: max-height 0.5s ease-in-out;*/
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	display: block !important;
	/*padding: 0px 0px 0px 0px !important;*/
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.description-open{
	max-height: 200px;
	transition: max-height 1s ease-in-out;
    /*padding-top: 10px !important;
    padding-bottom: 20px !important;*/
	margin: 10px 0 20px;
}

/* Sustainability logos */
.right-blue-content .bottom_box{
    text-align: center !important;
}

.right-blue-content .bottom_box img{
	padding: 20px 20px 0 20px !important;
}

/* +- symbols */
.open-symbol{
	font-weight: 500;
    padding-left: 10px;
    color: #081f3c;
    vertical-align: middle;
    font-size: 25px;
	font-family: sans-serif;
	cursor: pointer;
    line-height: 1px;
}
.open-symbol::after{
	content: "\002B";
}
.close-symbol::after{
	content: "\2212";
}

/* Sustainability Follow us Position */
@media handheld, only screen and (max-width: 767px) {
	.elementor-element-7923aeb {
		bottom: 50px;
	}
}

/* Sustainability, Portfolio parallax */
.page-template-tmp-sustainability .elementor-top-section, .page-id-777 .elementor-top-section, .page-id-31161 .elementor-top-section { 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media handheld, only screen and (max-width: 767px) {
	.page-template-tmp-sustainability .elementor-top-section, .page-id-777 .elementor-top-section, .page-id-31161 .elementor-top-section {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* Cookie Policy */
.page-id-1189 .elementor-text-editor li{
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 40px;
}


/* Awards 18-12 */
.commonCls a{
	max-width: 132px;
}
.managementActiveCls a{
	max-width: 225px;
}
@media handheld, only screen and (max-width: 1400px) {	
	.commonCls a{
		max-width: 110px;
	}
	.managementActiveCls a{
		max-width: 225px;
	}
}
@media handheld, only screen and (max-width: 767px) {	
	.commonCls a{
		max-width: fit-content;
	}
}
.award_year.clickAwardYear {
	color: #081f3c;
    font-size: 45px;
}
.award_year.clickAwardYear:after {
	background-color: #081f3c;
}

/* Retail Centres - Slider */


@media handheld, only screen and (max-width: 940px) {	
	.page-template-tmp-what-we-do-retail-centres .the-style-outlet .desc-inner h1{
		font-size: 3rem !important;
	}
	.page-template-tmp-what-we-do-retail-centres .factory-factor-section.the-style-outlet .top-factor-tile-box h5 {
		font-size: 4.5rem !important;
	}
}
@media handheld, only screen and (max-width: 767px){
	.page-template-tmp-what-we-do-retail-centres .factory-factor-section.the-style-outlet .top-factor-tile-box h1 {
		font-size: 35px !important;
	}
	.page-template-tmp-what-we-do-retail-centres .factory-factor-section.the-style-outlet .top-factor-tile-box h5 {
		font-size: 52px !important;
	}
}

/* Outlet Center fix */
.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box p{
	letter-spacing: 1px;
}
@media handheld, only screen and (max-width: 1500px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 4rem !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 5rem !important;
	}
}
@media handheld, only screen and (max-width: 1400px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 3.5rem !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 4rem !important;
	}
}
@media handheld, only screen and (max-width: 1065px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 3rem !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 3.5rem !important;
	}
}
@media handheld, only screen and (max-width: 960px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 2.5rem !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 3rem !important;
	}
}
@media handheld, only screen and (max-width: 860px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 2rem !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 2.5rem !important;
	}
}
@media handheld, only screen and (max-width: 767px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 35px !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 52px !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box p{    
		padding: 20px 15px;
	}
}
@media handheld, only screen and (max-width: 420px){
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h1 {
		font-size: 25px !important;
	}
	.page-template-tmp-what-we-do-outlet-centres-php .mySecScroll .top-factor-tile-box h5 {
		font-size: 40px !important;
	}
}

/* Press Room */
.media_library_image_slider .singleItem img{
    min-height: 500px;
    width: -webkit-fill-available; 
    max-height: 500px;
    object-fit: cover;
}
.media_library_image_slider .item-big{
	height: 500px;
}
.media_library_image_slider .item-big img{
	min-height: 500px;
	height: 500px;
}
.media_library_image_slider .item-small{
	height: 350px;
}
.media_library_image_slider .item-small img{
	min-height: 350px;
	height: 350px;
}
@media handheld, only screen and (max-width: 767px){
	.media_library_image_slider .item-big{
		height: 300px;
	}
	.media_library_image_slider .item-big img{
		min-height: 300px;
		height: 300px;
	}
	.media_library_image_slider .item-small{
		height: 300px;
	}
	.media_library_image_slider .item-small img{
		min-height: 300px;
		height: 300px;
	}
}

/* Management Team css */
#memberInfo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.memDetailLeftSide{
    align-self: start;
}
.memDetailRightSide{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
@media (max-width: 980px) {
    #memberInfo{
        display: unset;
        justify-content: unset;
        align-items: unset;
    }
    .memDetailRightSide{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/* Insights hidden */
.menu-item-11524{
	display: none !important;
}
/*.all_four_links ul li:nth-child(2){
	display: none;
}*/

/* News links */
.news-text-link{
	position: relative !important;
    bottom: 0px !important;
    height: auto;
}
.news-text-link:hover{
	border-bottom: 0px solid #081f3c !important;
}


/* Discover img SPA */
.discover-spa:after{
	
    background-image: url(../images/discove-ver-spa.svg) !important;
}


/* New featured image */
.post-content-article-news:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 340px;
    top: 270px;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}
.news-featured-image{
	height: 600px;
	width: 100%;
	object-fit: cover;
	padding: 20px 0 50px 0;
	margin: 20px 0;
}
@media (max-width: 980px) {
	.news-featured-image{
		height: 450px;
	}
}
@media (max-width: 600px) {
	.news-featured-image{
		height: 350px;
	}
}

/* News Header */
.elementor-665 .elementor-element.elementor-element-6c50d61 > .elementor-container,
.elementor-1160 .elementor-element.elementor-element-e4484a0 > .elementor-container,
.elementor-417 .elementor-element.elementor-element-3212a44 > .elementor-container{
	min-height: 290px !important;
}
@media (max-width: 1300px) {
	.elementor-665 .elementor-element.elementor-element-6c50d61 > .elementor-container,
	.elementor-1160 .elementor-element.elementor-element-e4484a0 > .elementor-container,
	.elementor-417 .elementor-element.elementor-element-3212a44 > .elementor-container{
		min-height: 270px !important;
	}
}
@media (max-width: 1024px) {
	.elementor-665 .elementor-element.elementor-element-6c50d61 > .elementor-container,
	.elementor-1160 .elementor-element.elementor-element-e4484a0 > .elementor-container,
	.elementor-417 .elementor-element.elementor-element-3212a44 > .elementor-container{
		min-height: 200px !important;
	}
}

/*
	DoersDF
*/
.news_feed{
	padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.rss-feed{
	font-family: "Frank Ruhl Libre", Sans-serif;
    color: #081F3C;
    text-decoration: none;
    font-weight: 500;
    padding-left: 4px;
}
.news_feed i {
    font-size: 20px;
    font-weight: 100;
    color: #081f3c;
}

.all_four_links ul li{
	padding-bottom: 30px;
}

.news-single-text text{
	font-family: 'Work Sans', sans-serif;
	font-size: 25px;
}

.news-main-wrap .insightsBoxBottom .insight-height-same h2 text{
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
}

.post-type-news .post-content-article-news .article-h1 text{
	font-size: 29px;
    font-family: 'WORK SANS', sans-serif;
}

/* Menu responsive */
@media (max-width: 1524px) {
	.menu-head ul li {
		padding: 0px 18px;
	}
}
@media (max-width: 1464px) {
	.menu-head ul li a {
		font-size: 13px;
	} 
	.menu-head ul li {
		padding: 0px 16px;
	}
}
@media (max-width: 1392px) {
	.menu-head ul li a {
		font-size: 12px;
	} 
	.menu-head ul li {
		padding: 0px 13px;
	}
}
@media (max-width: 1308px) {
	.menu-head ul li {
		padding: 0px 10px;
	}
}
@media (max-width: 1214px) {
	.menu-head ul li {
		padding: 0px 6px;
	}
}
@media (max-width: 1152px) {
	.menu-head ul li {
		padding: 0px 3px;
	}
}
@media (max-width: 1034px) {
	.menu-head ul li {
		padding: 0px 2px;
	}
}


@media (max-width: 500px) {
	.elementor-element-740d622{
		background-position: 25% !important;
	}
}



.portfolioBoxBack-container{
	display: none;
}
.portfolioBoxes .one-fourth:hover .portfolioBoxBack-container{
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	top: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}


/* Our history mobile nav */
.our_history .owl-nav{
    position: absolute;
	top: 30%;
	margin-top: 0px !important;
	width: 100%;
	height: 8%;
	font-size: 50px;
}
.our_history .owl-nav button{
	position: absolute;
	background-color: rgba(255,255,255,0.7) !important;
	color: #081F3C !important;
}
.our_history .owl-nav button:hover{
	background-color: rgba(255,255,255,0.4) !important;
}
.our_history .owl-nav button.disabled{
	background-color: rgba(255,255,255,0.7) !important;
	color: #999 !important;
}
.our_history .owl-nav button.disabled:hover{
	background-color: rgba(255,255,255,0.7) !important;
}
.our_history .owl-nav .owl-prev{
	left: 0;
}
.our_history .owl-nav .owl-next{
	right: 0;
}



/* Subscription */
.emaillist {
	text-align: center !important;
}
.emaillist .es_subscription_message {
	color: #fff !important;
    font-family: "Work Sans", Sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 14px !important;
}