/*
Theme Name: coli
Theme URI: http://thedayofdesign.com/
Author: Jason Wu
Author URI: http://thedayofdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coli
*/

@font-face {
	font-family: 'gothammedium';

	src: url('./gotham/gotham-medium.eot');

	src: url('./gotham/gotham-medium.eot?#iefix') format('embedded-opentype'),

	url('./gotham/gotham-medium.woff2') format('woff2'),

	url('./gotham/gotham-medium.woff') format('woff'),

	url('./gotham/gotham-medium.ttf') format('truetype'),

	url('./gotham/gotham-medium.svg#gothammedium') format('svg');

	font-weight: normal;

	font-style: normal;
}

@font-face {
	font-family: 'gothambook';

	src: url('./gotham/gotham-book.woff2') format('woff2'),

	url('./gotham/gotham-book.woff') format('woff');

	font-weight: normal;

	font-style: normal;
}


@font-face {
	font-family: Gotham;
	src: url(./gotham/gotham-light-regular.otf);
	font-weight: normal; }

body {
	position: relative;
}

.archive_month{
	font-family: "Gothammedium";
	/*border-bottom: 4px solid #b70021;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline-block;
	color: #b70021;
}

.container2 .breadcrumb{
	padding: 0;
}

a {
	color: #b70021;
}

.news_box a:hover strong, .news_box a:hover h3{
	color: #b70021!important;
}

/*.portfolio-brick:hover img {*/
	/*transform: scale(1.2) rotate(2deg);*/
	/*transition: .6s all ease;*/
/*}*/

/*.global-portfolio-page .portfolio-group .portfolio-brick img{*/
	/*transition: opacity .5s ease-in, visibility 0.5s ease-in;*/
/*}*/
/*.global-portfolio-page .portfolio-group .portfolio-brick img.main-image{*/
	/*visibility: visible;*/
	/*opacity: 1;*/
/*}*/

/*.global-portfolio-page .portfolio-group .portfolio-brick img.hover-image {*/
	/*width: 100%;*/
	/*visibility: hidden;*/
	/*opacity: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
/*}*/

/*.global-portfolio-page .portfolio-group .portfolio-brick:hover img.main-image {*/
	/*visibility: hidden;*/
	/*opacity: 0;*/
/*}*/
/*.global-portfolio-page .portfolio-group .portfolio-brick:hover img.hover-image {*/
	/*visibility: visible;*/
	/*opacity: 1;*/
/*}*/

.portfolio-brick{
	overflow: hidden;
}

.global-portfolio-page .portfolio-group .portfolio-brick img:hover {
	transition: .6s all ease;
}

red{
	color: #b70021;
	font-weight: 500;
	font-family: GothamMedium;
}
ul {
	list-style: none;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
	color: #4a4a4a;
	font-size: 14px;
	font-family: "gothammedium";
	cursor: url(images/cursor-hand.png), auto;
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
	text-transform: uppercase;
}

.filter .malinky-load-more{
	position: absolute;
	bottom: 0;
	left: 43%;
}

.description_item {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

red-quote-start{
	color: #d0021b;
	font-family: Gotham;
	font-size: 244px;
	letter-spacing: -13px;
	float: left;
	margin-top: 50px;
}


red-quote-end{
	color: #d0021b;
	font-family: Gotham;
	font-size: 244px;
	letter-spacing: -13px;
	float: right;
	margin-top: 75px;
}


/*.hover_effect_wrap {*/
	/*position:relative;*/
	/*height:auto;*/
	/*width:auto;*/
/*}*/

/*.hover_effect_wrap img {*/
	/*position:absolute;*/
	/*left:0;*/
	/*-webkit-transition: opacity .5s ease-in-out;*/
	/*-moz-transition: opacity .5s ease-in-out;*/
	/*-o-transition: opacity .5s ease-in-out;*/
	/*transition: opacity .5s ease-in-out;*/
/*}*/

/*.hover_effect_wrap img.top:hover {*/
	/*opacity:0;*/
/*}*/

.malinky-load-more{
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	font-family: Gotham;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 180px;
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.malinky-load-more a{
	color: #4a4a4a;
	line-height: 29px;
	height: 100%;
	display: block;

}

.malinky-ajax-pagination-loading{
	display: none!important;
}

.malinky-load-more:hover {
	background-color: #b70021 !important;
	transition: .4s all ease !important;
}

.malinky-load-more:hover a {
	color: #ffffff !important;
}




a:hover, a:focus{
	color:#b70021!important;
	text-decoration: none!important;
}

.featured_headline .content span:hover{
	color:#b70021!important;
}



button.btn.waves-effect.waves-light:hover {
	background: #b70021!important;
	color: #fff!important;
	transition: .3s all ease;
}

body { -webkit-font-smoothing: subpixel-antialiased;-webkit-text-stroke:1px transparent; }

#more-posts-button{
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	margin-top: 180px;
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

#more-posts-button:hover {
	background-color: #b70021 !important;
	color: #ffffff !important;
	transition: .4s all ease !important;

}

.pagination a{
	color: #4a4a4a !important;
	font-weight: bold;
	line-height: 29px;
}


#home-carousel .carousel-caption .btn:hover{
	background-color: #fff!important;
	color: #b70021!important;
	transition: .4s all ease!important;
}

select.form-control:not([size]):not([multiple]) {
	padding-left: 15px;
}

.upper-bar ul:first-of-type .nav-item:hover a, .upper-bar ul:first-of-type .nav-item:focus a ,.upper-bar ul:last-of-type .nav-item:hover a, .upper-bar ul:last-of-type .nav-item:focus a{
	color:#fff!important;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]){
	border-bottom:none!important;
}

.news-page .page-content strong p {
	margin: 0!important;
}
@media (min-width: 576px) {
	.coli_border_left_footer{
		/*margin-left: 12.1527777778%!important;*/
		border-left: 1px solid #bebebe!important;
		height: 65px;
	}
}
.coli_border_left{
	right: 0;
	bottom: 0;
	left: 0;
	width: 1%;
	/*margin-left: 12.1527777778% !important;*/
	border-left: 1px solid #bebebe;
	height: 86%;
	position: absolute;
	z-index: 1;
}
.coli_border_left:after {
	content: " ";
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -1px;
	top: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.scrollToTop{
	position: fixed;
	bottom: 10%;
	right: 40px;
	display: none;
	width: auto;
	height: auto;
	z-index: 9999;
}

.sidebar .acf-map {
	width: 100%;
	height: 480px;
	margin: 0;
}

i.fa.fa-angle-right.color-red {
	position: absolute;
	right: 22px;
}


.badge, .btn, .card, .chip, .dropdown-menu, .jumbotron, .list-group, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header, .navbar, .pager li a, .pagination .active .page-link, .popover, .z-depth-1{
	box-shadow: none!important;
}

.scrollToTop i{
	color: #fff;
	font-size: 30px;
	line-height: 42px;
}


.sub-menu ul li a{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	font-weight:700;
}


.scrollToTop:hover{
	text-decoration:none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.side,
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}



/* line 9, style.scss */
.news_box .heading {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	line-height: 38px;
	/* Text style for "Featured H" */
	letter-spacing: -1px;
	border-bottom: 1px solid #979797;
	margin-bottom: 15px; }
/* line 19, style.scss */
.news_box .date {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	line-height: 16px;
	margin: 0; }
/* line 26, style.scss */
.news_box .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	font-weight: 700;
	margin-bottom: 15px; }
/* line 35, style.scss */
.news_box strong {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	margin-top: 17px; }


/* line 57, style.scss */
.upper-bar {
	height: 30px;
	background-color: #b70021;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
/* line 62, style.scss */
.upper-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto; }
/* line 65, style.scss */
.upper-bar ul:first-of-type {
	margin: 0 0 0 50px;
	padding: 0; }
/* line 69, style.scss */
.upper-bar ul:first-of-type .nav-item {
	margin: 0 12px 0 0; }
/* line 71, style.scss */
.upper-bar ul:first-of-type .nav-item .nav-link {
	color: #ffffff;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 700; }
/* line 79, style.scss */
.upper-bar ul:last-of-type {
	margin: 0 30px 0 0;
	padding: 0; }
/* line 82, style.scss */
.upper-bar ul:last-of-type .nav-item {
	margin: 0; }
/* line 84, style.scss */
.upper-bar ul:last-of-type .nav-item a {
	color: #ffffff;
	font-family: "Gotham";
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 11px;
	padding: 0px; }
/* line 93, style.scss */
.upper-bar ul:last-of-type .nav-item.active {
	background-color: #90001a; }

/* line 102, style.scss */
/*nav {*/
/*background: #fff;*/
/*padding-top: 0 !important;*/
/*padding-bottom: 0 !important;*/
/*width: 100%;*/
/*-webkit-box-orient: vertical !important;*/
/*-webkit-box-direction: normal !important;*/
/*-ms-flex-direction: unset !important;*/
/*flex-direction: unset !important; }*/
/* line 108, style.scss */
/*nav .navbar-brand {*/
/*margin: 0px 50px 0px 25px;*/
/*padding: 0;*/
/*-webkit-box-flex: 1;*/
/*-ms-flex: auto;*/
/*flex: auto;*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex; }*/
/*nav.navbar.navbar-toggleable-sm.scrolling-navbar.navbar-light.fixed-top.top-nav-collapse {*/
/*height: 60px;*/
/*}*/

/*nav.navbar.navbar-toggleable-sm.scrolling-navbar.navbar-light {*/
/*height: 80px;*/
/*}*/
/* line 118, style.scss */
/*nav .navbar-toggler {*/
/*-webkit-box-flex: 1;*/
/*-ms-flex: auto;*/
/*flex: auto;*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex; }*/
/* line 122, style.scss */
/*nav .navbar-nav.links {*//*-webkit-box-flex: 1;*/
/*-ms-flex: auto;*/
/*flex: auto; }*/

/* line 124, style.scss */
/*nav .navbar-nav.links .nav-item {*/
/*margin-right: 75px; }*/
/* line 126, style.scss */
/*nav .navbar-nav.links .nav-item .nav-link {*/
/*color: #4a4a4a;*/
/*font-family: Gotham;*/
/*font-size: 14px;*/
/*font-weight: 500; }*/
/* line 132, style.scss */
/*nav .navbar-nav.links .nav-item:last-of-type {*/
/*margin-right: 0; }*/
/* line 137, style.scss */
nav .navbar-nav.links.scrolled .nav-item {
	margin-right: 27px; }
/* line 139, style.scss */
nav .navbar-nav.links.scrolled .nav-item {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 700; }
/* line 144, style.scss */
nav .navbar-nav.links.scrolled .nav-item a{
	padding: 0; }


/* line 184, style.scss */
#home-carousel {
	height: 550px; }
/* line 186, style.scss */
#home-carousel .carousel-inner {
	height: 100%; }
/* line 188, style.scss */
#home-carousel .carousel-inner .carousel-item {
	height: 100%; }
/* line 190, style.scss */
#home-carousel .carousel-inner .carousel-item.active {
	height: 100%; }
/* line 195, style.scss */
#home-carousel .view {
	width: 100%; }
/* line 200, style.scss */
#home-carousel .carousel-indicators li {
	max-width: 30px;
	height: 5px;
	border-radius: 0; }
/* line 206, style.scss */
#home-carousel .carousel-caption {
	right: 0;
	bottom: 50px;
	left: 0;
	padding-top: 0;
	padding-bottom: 145px;
	text-align: left;
	width: 100%;
	margin-right: 12.1527777778%;
	margin-left: 12.1527777778%;
	padding-left: 38px;
	border-left:none; }
/* line 219, style.scss */
#home-carousel .carousel-caption .p_heading {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 57px; }
/* line 227, style.scss
#home-carousel .carousel-caption .p_heading:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); } */
/* line 238, style.scss */
#home-carousel .carousel-caption h2 {
	color: #ffffff;
	font-family: Gotham;
	font-size: 56px;
	letter-spacing: -3px;
	line-height: 56px;
	max-width: 700px;
	font-weight: normal;
	margin-bottom: 27px; }
/* line 248, style.scss */
#home-carousel .carousel-caption .p_desc {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	max-width: 549px;
	margin-bottom: 29px; }
/* line 256, style.scss */
#home-carousel .carousel-caption .btn {
	width: 195px;
	height: 30px;
	border-radius: 100px;
	background-color: #b70021;
	color: #ffffff;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0;
	padding: 0; }

/* line 273, style.scss */
.home_about .container {
	padding-top: 80px;
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 278, style.scss */
.home_about h1 {
	position: relative;
	max-width: 652px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 56px;
	margin-bottom: 40px; }
/* line 287, style.scss */
.home_about h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 298, style.scss */
.home_about p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 18px; }
/* line 305, style.scss */
.home_about button {
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0;
	background: #fff; }

/* line 323, style.scss */
.home_news .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe;
	padding-top: 109px; }
/* line 329, style.scss */
.home-map {
	height: 863px;
	position: relative; }
/* line 388, style.scss */
.home-map .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe;
	padding-top: 102px;
	height: 100%; }
/* line 395, style.scss */
.home-map .global {
	max-width: 567px;
	min-height: 230px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b70021), to(#d0011b));
	background-image: linear-gradient(180deg, #b70021 0%, #d0011b 100%);
	margin-top: 88px;
	padding: 38px 80px; }
/* line 404, style.scss */
.home-map .global p {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px; }

.portfolio-brick .gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	opacity: 0.66;
	width: 100%;
	height: 166px;
	z-index: 10;
}
.portfolio-brick p.country-name {
	margin-bottom: 0;
	position: absolute;
	bottom: 30px;
	z-index: 999999999;
	color: #fff;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1.5px;
	line-height: 38px;
	font-weight: 500;
	left: 28px;
}
.portfolio-brick p.country-description{
	margin-bottom: 0;
	position: absolute;
	z-index: 999999999;
	color: #fff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	bottom: 12px;
	left: 28px;
}
/* line 411, style.scss */
.home-map .global h2 {
	color: #ffffff;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px; }
/* line 419, style.scss */
.home-map .stats {
	position: absolute;
	bottom: 127px;
	width: 100%; }
.home-map .stats  .item .col-4 {
	margin-top: 53px;
}
form.wpcf7-form{
	width: 100%;
}
div.wpcf7{
	max-width: 100%;
}

div.wpcf7 .col-lg-6{
	float: left;
	z-index: 9;
}



/* line 427, style.scss */
.home-map .stats .item p {
	width: 170px;
	color: #9b9b9b;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
}
/* line 435, style.scss */
.home-map .stats .item h3 {
	color: #212f36;
	font-family: Gotham;
	font-size: 50px;
	line-height: 60px; }


/***** project  details page *****/
/* line 450, style.scss */
.project-details {
	margin-top: 71px; }
/* line 454, style.scss */
.project-details .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 459, style.scss */
.project-details .page-content {
	padding-right: 38px; }
/* line 461, style.scss */
.project-details .page-content p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px; }
/* line 469, style.scss */
.project-details .page-content .figure {
	margin-top: 20px;
	width: 100%; }
/* line 473, style.scss */
.project-details .page-content .figure img {
	width: 100%; }
/* line 476, style.scss */
.project-details .page-content .figure .figure-caption {
	display: inline-block;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 483, style.scss */
.project-details .page-content .figure stronge {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold; }
/* line 494, style.scss */
.project-details .page-content img {
	object-fit: cover;
	width: 100%;
	margin-top: 30px; }
/* line 499, style.scss */
.project-details .page-content h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 30px;
	font-weight: bold; }
/* line 508, style.scss */
.project-details .page-content h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39.1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 520, style.scss */
.project-details .page-content hr {
	height: 1px;
	background: #bebebe;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px; }
/* line 528, style.scss */
.project-details .page-content #project-desc-carousel {
	height: 438px;
	margin-top: 50px; }
/* line 531, style.scss */
.project-details .page-content #project-desc-carousel .carousel-inner {
	height: 100%; }
/* line 533, style.scss */
.project-details .page-content #project-desc-carousel .carousel-inner .carousel-item {
	height: 100%; }
/* line 535, style.scss */
.project-details .page-content #project-desc-carousel .carousel-inner .carousel-item.active {
	height: 100%; }
/* line 540, style.scss */
.project-details .page-content #project-desc-carousel .view {
	width: 100%; }
/* line 544, style.scss */
.project-details .page-content #project-desc-carousel .carousel-indicators li {
	max-width: 30px;
	height: 5px;
	border-radius: 0; }
/* line 552, style.scss */
.project-details .page-content .google-map {
	margin-top: 70px;
	margin-bottom: 44px; }
/* line 556, style.scss */
.project-details .page-content .google-map h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	padding-left: 10px; }
/* line 565, style.scss */
.project-details .page-content .google-map img {
	width: 100%; }

/***** project  details page *****/
/***** start news page *****/
/* line 577, style.scss */
.container2 {
	border: none !important; }
/* line 579, style.scss */
.container2 .breadcrumb {
	background: transparent;
	padding-left: 0;
	margin-bottom: 44px; }
/* line 584, style.scss */
.container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 591, style.scss */
.container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 597, style.scss */
.container2 .breadcrumb-item.active {
	color: #898989;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 604, style.scss */
.container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: " ";
	padding-left: 0.4rem;
	padding-right: 0;
}

/* line 610, style.scss */
.news-page {
	padding-top: 71px; }
/* line 613, style.scss */
.news-page .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 618, style.scss */
.news-page h1 {
	margin-top: -13px;
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 56px;
	margin-bottom: 10px; }
/* line 626, style.scss */

/*nav .navbar-brand img {*/
/*width: 121px;*/
/*height: 40px;*/
/*}*/

.news-page h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 0;
	-webkit-transform: translateY(40%);
	transform: translateY(40%); }
/* line 638, style.scss */
.news-page .news-list {
	padding-right: 38px;
	padding-top: 20px;
	padding-bottom: 20px; }
/* line 643, style.scss */
.news-page .news-list .item {
	clear: both;
	border-bottom: 1px dashed #979797;
	margin-bottom: 40px; }
/* line 647, style.scss */
.news-page .news-list .item .date {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	line-height: 16px;
	clear: both;
	margin: 0; }
/* line 656, style.scss */
.news-page .news-list .item h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	margin-top: 7px;
	margin-bottom: 12px;
	display: inline-block;
	width: 97%;
	font-weight: bold; }
/* line 669, style.scss */
.news-page .news-list .item img {
	display: inline-block;
	float: right;
	margin-top: 20px; }
/* line 675, style.scss */
.news-page .news-list .item:hover {
	cursor: url(images/cursor-hand.png), auto;
}
/* line 677, style.scss */
.news-page .news-list .item:hover h2, .news-page .news-list .item:hover .date {
	color: #d0021b; }
/* line 684, style.scss */
.news-page .pagination {
	padding-right: 38px;
	margin-top: 20px;
	margin-bottom: 70px; }
/* line 688, style.scss */
.news-page .pagination .counter {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 39px; }
/* line 695, style.scss */
.news-page .pagination .btn {
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	width: 81px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	margin: 0;
	padding: 0;
	background: #fff !important; }
/* line 710, style.scss */
.news-page .subscribe-box {
	border-bottom: 1px solid #979797; }
/* line 712, style.scss */
.news-page .subscribe-box h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	font-weight: bolder;
	margin-bottom: 20px; }
/* line 721, style.scss */
.news-page .subscribe-box .subscribe_input {
	width: calc(100% - 20px);
	height: 40px;
	border: 1px solid #979797;
	background-color: #ffffff;
	color: #9b9b9b;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 30px; }
/* line 734, style.scss */
.news-page .subscribe-box .submit_button {
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background: #fff !important;
	cursor: pointer;
	margin-bottom: 30px; }

.news-page .subscribe-box .submit_button:hover {
	background: #b70021!important;
	color: #fff!important;
	transition: .3s all ease; }

.formError .formErrorContent {
	background: none repeat scroll 0 0 #b70021;
}

/* line 752, style.scss */
.news-page .archive-box {
	margin-top: 46px;
	margin-bottom: 60px; }
/* line 756, style.scss */
.news-page .archive-box h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 56px;
	margin-bottom: 14px;
	font-weight: bolder; }
/* line 766, style.scss */
.news-page .archive-box li {
	color: #b70021;
	font-weight: bolder;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	border-bottom: 1px dashed #979797;
	padding-top: 14px;
	padding-left: 19px;
	list-style: none;
	padding-bottom: 6px; }
.news-page .archive-box li a {
	color: #b70021;
}
/* line 781, style.scss */
.news-page .related-news {
	border-top: 1px solid #bebebe;
	padding-top: 69px; }
/* line 785, style.scss */
.news-page .related-news .item-img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 20px; }
/* line 791, style.scss */
.news-page .related-news h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	font-weight: bolder;
	margin-bottom: 10px; }
/* line 800, style.scss */
.news-page .related-news .desc {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-right: 20px; }
/* line 810, style.scss */
.news-page .related-news .read-more p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: bolder; }
/* line 823, style.scss */
.news-page .page-content {
	padding-right: 38px;
	padding-top: 20px;
	padding-bottom: 20px; }
/* line 827, style.scss */
.news-page .page-content p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-top: 40px; }
/* line 835, style.scss */
.news-page .page-content hr {
	height: 1px;
	background: #bebebe;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px; }
/* line 843, style.scss */
.news-page .page-content .figure {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 0; }
/* line 848, style.scss */
.news-page .page-content .figure img {
	width: 100%; }
/* line 851, style.scss */
.news-page .page-content .figure .figure-caption {
	display: inline;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 858, style.scss */
.news-page .page-content .figure stronge {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: bold; }
/* line 869, style.scss */
.news-page .page-content img {
	width: 100%;
	margin-top: 30px; }
/* line 874, style.scss */
.news-page .page-content .bold {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	font-weight: bolder;
	margin-bottom: 18px;
	display: block; }

[contenteditable] {
	display: inline-block;
}
/* line 884, style.scss */
.news-page .page-content .date {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	line-height: 16px;
	border-right: 1px solid #979797;
	padding-right: 15px; }
/* line 892, style.scss */
.news-page .page-content .author {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px; }

/***** end news page *****/
/* line 903, style.scss */
.common-page-style {
	padding-top: 71px; }
/* line 906, style.scss */
.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 911, style.scss */
.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px; }
/* line 919, style.scss */
.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }

/***** start contact page *****/
/* line 935, style.scss */
.contact-page h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: bolder;
	margin-bottom: 30px; }
/* line 945, style.scss */
.contact-page p {
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	color: #4a4a4a;
	margin-bottom: 15px;
	max-width: 417px; }
/* line 953, style.scss */
.contact-page p span a {
	color: #a6001a;
	font-weight: bolder; }
/* line 959, style.scss */
.contact-page .contact-form {
	background-color: #f8f8f8;
	padding: 50px;
	margin-top: 40px; }
/* line 965, style.scss */
.contact-page .contact-form h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px; }
/* line 973, style.scss */
.contact-page .contact-form label {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	margin-bottom: 7px; }
/* line 982, style.scss */
.contact-page .contact-form input.form-control {
	background: #fff;
	border: none;
	height: 40px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 39px; }
/* line 991, style.scss */
.contact-page .contact-form select {
	border: none;
	height: 40px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 39px;
	width: 100%;
	color: #262626;
	font-size: 16px;
	line-height: 24px;
	padding-left: 5px;
	-webkit-appearance: none;
	background: url(images/select-arrow.png) no-repeat center #fff;
	background-position-x: 98%; }
/* line 1011, style.scss */
.contact-page .contact-form textarea {
	height: 157px;
	background-color: #ffffff;
	border: none;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 30px; }
/* line 1019, style.scss */
.contact-page .contact-form .btn {
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	font-weight: bolder;
	color: #4a4a4a !important;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background: transparent !important; }
/* line 1034, style.scss */
.contact-page .address {
	padding: 20px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 1042, style.scss */
.contact-page .md-form label {
	left: auto; }
/* line 1046, style.scss */
.contact-page .map {
	width: 100%; }

/* line 1051, style.scss */
input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
	-webkit-box-shadow: none;
	box-shadow: none!important;
	border-bottom: inherit; }

/***** end contact page *****/
/***** end projects page *****/
/* line 1061, style.scss */
.projects-page h1 {
	margin-bottom: 54px; }
/* line 1064, style.scss */
.projects-page .project-item {
	margin-bottom: 64px;
	height: 337px; }
/* line 1067, style.scss */
.projects-page .project-item img {
	object-fit: cover;
	height: 100%;
	width: 100%; }
/* line 1070, style.scss */
.projects-page .project-item .info {
	height: 93px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 21px;
	background-color: #eeeeee;
	width: 100%; }
/* line 1078, style.scss */
.projects-page .project-item .info h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: bolder; }
/* line 1086, style.scss */
.projects-page .project-item .info p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }

/***** start projects page *****/
/***** start property sector page *****/
/* line 1100, style.scss */
.property-sector-page .desc p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px; }

/***** end property sector page *****/
/***** start portfolio-page page *****/
/* line 1114, style.scss */
.portfolio-page .portfolio-item {
	margin-top: 10px;
	transition: .3s all ease;
	margin-bottom: 52px;
	cursor: url(images/cursor-hand.png), auto; }
/* line 1119, style.scss */
.portfolio-page .portfolio-item img {
	height: 335px;
	object-fit: cover;
	width: 100%; }
/* line 1123, style.scss */
.portfolio-page .portfolio-item .info {
	background-color: #f8f8f8;
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 10px;
	height: 123px; }
/* line 1130, style.scss */
.portfolio-page .portfolio-item .info h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: bolder; }
/* line 1138, style.scss */
.portfolio-page .portfolio-item .info p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 1146, style.scss */
.portfolio-page .portfolio-item:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.06) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.06) 1px 1px 1px 1px;
	-webkit-transform: scale(1.01);
	transition: .3s all ease;
	transform: scale(1.01); }
/* line 1149, style.scss */
.portfolio-page .portfolio-item:hover .info {
	background-color: #f6fcfd; }
/* line 1152, style.scss */
.portfolio-page .portfolio-item:hover .info h2 {
	color: #b70021; }

/* line 1161, style.scss */
footer {
	height: auto;
	background-color: #eeeeee;
	padding-top: 51px; }
/* line 1167, style.scss */
footer .container {
	border-left: none!important;
	height: 100%; }
/* line 1171, style.scss */
footer h2 {
	color: #4a4a4a;
	font-family: GothamMedium;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500!important;
	margin-bottom: 20px; }
/* line 1180, style.scss */
footer .text-left {
	display: inline-block; }
/* line 1184, style.scss */
footer li a {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 25px; }
/* line 1191, style.scss */
footer .first {
	border-right: 1px solid #bebebe;
	margin: 0;
	padding: 0;
	height: 100%; }
/* line 1196, style.scss */
footer .first p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	width: 210px; }
/* line 1203, style.scss */
footer .first stron {
	color: #b70021;
	font-family: Gothammedium;
	font-size: 12px;
	line-height: 20px; }
/* line 1210, style.scss */
footer .copyright {
	height: auto;
	background-color: #212f36;
	margin-top: 18px;
	text-align: center; }
/* line 1215, style.scss */
footer .copyright p , footer .copyright a  {
	color: #6F8C9B;
	font-family: Gotham;
	font-size: 10px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 0; }
footer .copyright p span{
	color: #b1cad7;
}


.posts-container{
	height:100%;
}
/***** end portfolio-page page *****/
/***** start history-page page *****/
/* line 1230, style.scss */
.history-page .first-section {
	padding-bottom: 44px; }
/* line 1234, style.scss */
.history-page .info {
	padding-top: 65px;
	padding-left: 109px;
	padding-right: 126px; }
/* line 1239, style.scss */
.history-page .info h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px; }
/* line 1246, style.scss */
.history-page .info p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px; }
/* line 1253, style.scss */
.history-page p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px; }
/* line 1260, style.scss */
.history-page img {
	width: 100%; }
/* line 1265, style.scss */
.history-page .history-items h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	font-weight: bold; }
/* line 1273, style.scss */
.history-page .history-items strong {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px; }
/* line 1280, style.scss */
.history-page .history-items p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	margin-top: 50px; }

/***** end history-page page *****/

/*# sourceMappingURL=style.css.map */







/************** mody work ***********/
/***** start header *****/
/* line 64, style.scss */
header .upper-bar {
	min-height: 40px;
	background-color: #b70021;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
/* line 69, style.scss */
header .upper-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto; }
/* line 72, style.scss */
header .upper-bar ul:first-of-type {
	margin: 0 0 0 50px;
	padding: 0; }
/* line 76, style.scss */
header .upper-bar ul:first-of-type .nav-item {
	margin: 0 27px 0 0; }
/* line 78, style.scss */
header .upper-bar ul:first-of-type .nav-item .nav-link {
	color: #ffffff;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 700; }
/* line 86, style.scss */
header .upper-bar ul:last-of-type {
	margin: 0 10px 0 0;
	padding: 0; }
/* line 89, style.scss */
header .upper-bar ul:last-of-type .nav-item {
	margin: 0; }
/* line 91, style.scss */
header .upper-bar ul:last-of-type .nav-item a {
	color: #ffffff;
	font-family: "Ping Fang SC";
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 11px;
	padding: 0px; }
/* line 100, style.scss */
header .upper-bar ul:last-of-type .nav-item.active {
	background-color: #90001a; }
/* line 108, style.scss */
/*header nav {*/
/*background: #fff;*/
/*padding-top: 0 !important;*/
/*padding-bottom: 0 !important;*/
/*width: 100%;*/
/*-webkit-box-orient: vertical !important;*/
/*-webkit-box-direction: normal !important;*/
/*-ms-flex-direction: unset !important;*/
/*flex-direction: unset !important; }*/
/* line 114, style.scss */
/*header nav.fixed-top {*/
/*top: -1px; }*/
/* line 117, style.scss */
header nav .navbar-brand {
	margin: 20px 50px 20px 103px;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
/* line 122, style.scss */
header nav .navbar-brand.is-scrolled {
	margin-top: 10px;
	margin-bottom: 10px; }
/* line 127, style.scss */
header nav .navbar-toggler {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
/* line 131, style.scss */
header nav .navbar-nav.links {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto; }
li.d-block.d-lg-flex.nav-item {
	padding: 33px 39px 30px 40px;
	position: relative;
	cursor: url(images/cursor-hand.png), auto;
}
li.d-block.d-lg-flex.nav-item:hover:after {
	position: absolute;
	content: " ";
	background: #b70021;
	height: 1px;
	bottom: -1px;
	width: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
/* line 133, style.scss */
header nav .navbar-nav.links .nav-item {
	margin-right: 75px; }
/* line 135, style.scss */
header nav .navbar-nav.links .nav-item .nav-link {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: bold; }
/* line 141, style.scss */
header nav .navbar-nav.links .nav-item:last-of-type {
	margin-right: 0; }
/* line 146, style.scss */
header nav .navbar-nav.links.scrolled .nav-item {
	margin-right: 27px; }
/* line 148, style.scss */
header nav .navbar-nav.links.scrolled .nav-item{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 700; }
/* line 153, style.scss */
header nav .navbar-nav.links.scrolled .nav-item a{
	padding: 0; }


/***** end header *****/
/***** start career page *****/
/* line 192, style.scss */
.career-page .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 196, style.scss */
.career-page .top-image {
	height: 450px;
	position: relative; }
/* line 200, style.scss */
.career-page .top-image .container {
	height: 126px;
	top: 72%;
}
/* line 205, style.scss */
.career-page .top-image .title {
	color: #ffffff;
	font-family: Gotham;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: -3px;
	line-height: 35px;
	display: inline-block; }
/* line 216, style.scss */
.career-page .top-image .title:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -1.2px;
	top: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 229, style.scss */
.career-page .get-job .container {
	padding-top: 102px; }
/* line 232, style.scss */
.career-page .get-job h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1.93px;
	line-height: 43px;
}
/* line 242, style.scss */
.career-page .get-job p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	/* Text style for "COLI inves" */
	letter-spacing: -1.07px;
}

/* line 258, style.scss */
.career-page .relationship .container {
	padding-top: 96px;
	padding-bottom: 96px;
}
/* line 261, style.scss */
.career-page .relationship .container .upper {
	height: auto;
	position: relative; }
/* line 275, style.scss */
.career-page .relationship .container .upper .d p {
	max-width: 328px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	}
.career-page .relationship .container .upper .d h3 {
	max-width: 368px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	/* Text style for "COLI’s peo" */
	letter-spacing: -1.5px;
}
/* line 293, style.scss */
.career-page .relationship .container .upper .dd p {
	max-width:40%;
	position: absolute;
	top: 51px;
	left: 36px;
	color: #ffffff;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	line-height: 43px;
	/* Text style for "The most v" */
	letter-spacing: -1.93px;
}
/* line 307, style.scss */
.career-page .relationship .container .lower {
	height: 300px;
	margin-left: -77px;
	position: relative; }
/* line 311, style.scss */
.career-page .relationship .container .lower:before {
	content: "";
	background-color: #cecece;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 38px;
	z-index: 1; }
/* line 321, style.scss */
.career-page .relationship .container .lower .d {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b70021), to(#d0011b));
	background-image: linear-gradient(180deg, #b70021 0%, #d0011b 100%);
	padding-left: 80px;
	padding-top: 45px;
	padding-right: 60px;
}
/* line 324, style.scss */
.career-page .relationship .container .lower .d p{
	color: #ffffff;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px;
}
/* line 336, style.scss */
.career-page .relationship .container .lower .d p {
	color: #fff;
	font-family: Gotham;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	font-weight: 700;
}
/* line 353, style.scss */
.career-page .quality {
	height: 576px;
	position: relative;
	background: url("images/career-flower-bg.png") no-repeat;
	background-size:cover ;

}
/* line 357, style.scss */
.career-page .quality p {
	position: absolute;
	max-width: 449px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	top: 123px;
	left: 216px; }
/* line 371, style.scss */
.career-page .graduated .container {
	padding-top: 72px; }
/* line 375, style.scss */
.career-page .graduated .opportunities h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px; }
/* line 383, style.scss */
.career-page .graduated .opportunities p {
	margin-top: 37px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 391, style.scss */
.career-page .graduated .opportunities button.btn {
	margin-top: 33px;
	margin-bottom: 39px;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid #b70021;
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
	width: 195px;
	background: #ffffff; }
/* line 408, style.scss */
.career-page .graduated .tips h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px; }
/* line 416, style.scss */
.career-page .graduated .tips p {
	margin-top: 38px;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }

/***** end career page *****/
/***** start term of use page *****/
/* line 431, style.scss */
.term-of-use-page.common-page-style {
	padding-top: 71px; }
/* line 434, style.scss */
.term-of-use-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 439, style.scss */
.term-of-use-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px;
	top: -10px; }
/* line 448, style.scss */
.term-of-use-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 23px; }
/* line 461, style.scss */
.term-of-use-page .main h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	margin: 0;
	padding: 0; }
/* line 471, style.scss */
.term-of-use-page .main p.date {
	margin: 25px 0 0;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px; }
/* line 480, style.scss */
.term-of-use-page .main .term {
	margin-top: 40px; }
/* line 482, style.scss */
.term-of-use-page .main .term h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px;
	margin: 0;
	padding: 0; }
/* line 492, style.scss */
.term-of-use-page .main .term p {
	margin: 20px 0 0;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 500, style.scss */
.term-of-use-page .main .term p:not(:first-of-type) {
	margin-top: 30px; }

/***** end term of use page *****/
/***** start site map page *****/
/* line 511, style.scss */
.site-map-page.common-page-style {
	padding-top: 71px; }
/* line 514, style.scss */
.site-map-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 519, style.scss */
.site-map-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px;
	top: -10px; }
/* line 528, style.scss */
.site-map-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 25px; }
/* line 541, style.scss */
.site-map-page .main h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	padding-bottom: 71px;
	border-bottom: 2px solid #979797; }
/* line 551, style.scss */
.site-map-page .main .map-item {
	padding: 22px 0; }
/* line 553, style.scss */
.site-map-page .main .map-item:not(:first-of-type) {
	border-top: 2px dotted #979797; }
/* line 556, style.scss */
.site-map-page .main .map-item h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px; }
/* line 564, style.scss */
.site-map-page .main .map-item p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 11px 0;
	margin: 0 40px; }
/* line 572, style.scss */
.site-map-page .main .map-item p.point {
	margin: 0 20px;
	position: relative; }
/* line 575, style.scss */
.site-map-page .main .map-item p.point:first-of-type {
	margin-top: 22px; }
/* line 578, style.scss */
.site-map-page .main .map-item p.point:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #90001a;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%); }

/***** end site map page *****/
/***** start property sector page *****/
/* line 599, style.scss */
.property-sector-page.common-page-style {
	padding-top: 71px;
	padding-bottom: 71px; }
/* line 602, style.scss */
.property-sector-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 607, style.scss */
.property-sector-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px; }
/* line 615, style.scss */
.property-sector-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 627, style.scss */
.property-sector-page .container2 {
	border: none !important; }
/* line 629, style.scss */
.property-sector-page .container2 .breadcrumb {
	background: transparent;
	margin-bottom: 44px;
	padding: 0; }
/* line 634, style.scss */
.property-sector-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 641, style.scss */
.property-sector-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 647, style.scss */
.property-sector-page .container2 .breadcrumb-item.active {
	color: #898989;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 654, style.scss */
.property-sector-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 660, style.scss */
.property-sector-page .main h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	top: -13px; }
/* line 669, style.scss */
.property-sector-page .main p.desc {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }

/***** end property sector page *****/
/***** start page *****/
/***** end page *****/



/***** start property sector page *****/
/* line 602, style.scss */
.property-sector-page.common-page-style {
	padding-top: 71px; }
/* line 605, style.scss */
.property-sector-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 610, style.scss */
.property-sector-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px; }
/* line 618, style.scss */
.property-sector-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 630, style.scss */
.property-sector-page .container2 {
	border: none !important; }
/* line 632, style.scss */
.property-sector-page .container2 .breadcrumb {
	background: transparent;
	margin-bottom: 44px;
	padding: 0; }
/* line 637, style.scss */
.property-sector-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 644, style.scss */
.property-sector-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 650, style.scss */
.property-sector-page .container2 .breadcrumb-item.active {
	color: #898989;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 657, style.scss */
.property-sector-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 663, style.scss */
.property-sector-page .intro h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	top: -13px; }
/* line 672, style.scss */
.property-sector-page .intro p.desc {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	padding: 0;
	margin: 0; }
/* line 683, style.scss */
.property-sector-page .filter .container {
	padding-top: 50px; }
/* line 686, style.scss */
.property-sector-page .filter .filter-items {
	border-bottom: 1px dashed #bebebe;     margin-bottom: 50px; }
/* line 688, style.scss */
.property-sector-page .filter .filter-items .filter-item {
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.86px;
	line-height: 42px;
	cursor: url(images/cursor-hand.png), auto;
}

.contact-page .contact-form .btn .waves-button-input {
	top: -3.5px;
}
span.wpcf7-not-valid-tip {
	margin-top: -40px;
	margin-bottom: 50px;
}
/* line 695, style.scss */
.property-sector-page .filter .filter-items .filter-item.active {
	color: #b70021 !important; }
/* line 697, style.scss */
.property-sector-page .filter .filter-items .filter-item.active:before {
	content: '';
	height: 4px;
	width: 100%;
	background-color: #b70021;
	position: absolute;
	bottom: -3.8px;
	left: 0; }
/* line 710, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item {
	height: 337px;
	margin-top: 10px;
	margin-bottom: 52px;
	transition: .3s all ease;
	cursor: url(images/cursor-hand.png), auto; }
/* line 715, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item img {
	height: 100%;
	object-fit: cover;
	width: 100%; }
/* line 719, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item .info {
	background-color: #f8f8f8;
	padding-top: 22px;
	padding-left: 30px;
	padding-bottom: 10px;
	height: 123px; }
/* line 726, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item .info h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;
	font-weight: bolder; }
/* line 734, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item .info p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 742, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.06) 1px 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.06) 1px 1px 1px 1px;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	transition: .3s all ease;
}
/* line 745, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item:hover .info {
	background-color: #f6fcfd; }
/* line 748, style.scss */
.property-sector-page .filter .filter-result-items .portfolio-item:hover .info h2 {
	color: #b70021; }
/* line 755, style.scss */
.property-sector-page .filter .padding {
	padding-bottom: 55px;
	margin-top: 72px;
	position: absolute;
	bottom: -1.5%;
}
/* line 758, style.scss */
.property-sector-page .filter .load-more {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin: 0 auto 0;
	padding: 0 60px;
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	border-radius: 100px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: none;
	box-shadow: none; }

/***** end property sector page *****/


/***** start global portfolio page *****/
/* line 779, style.scss */
.global-portfolio-page.common-page-style {
	padding-top: 71px; }
/* line 781, style.scss */
.global-portfolio-page.common-page-style .container {
	padding-left: 40px;
	border-left: 1px solid #bebebe; }
/* line 786, style.scss */
.global-portfolio-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px; }
/* line 794, style.scss */
.global-portfolio-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -41.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 806, style.scss */
.global-portfolio-page .container2 {
	border: none !important; }
/* line 808, style.scss */
.global-portfolio-page .container2 .breadcrumb {
	background: transparent;
	margin-bottom: 44px;
	padding: 0; }
/* line 813, style.scss */
.global-portfolio-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 820, style.scss */
.global-portfolio-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 826, style.scss */
.global-portfolio-page .container2 .breadcrumb-item.active {
	color: #898989;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
/* line 833, style.scss */
.global-portfolio-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 839, style.scss */
.global-portfolio-page .intro h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	top: -13px; }
/* line 848, style.scss */
.global-portfolio-page .intro .desc {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	padding: 0;
	margin: 0; }
/* line 859, style.scss */
.global-portfolio-page .portfolio-group .container {
	padding-top: 40px;
	padding-right: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; }
/* line 865, style.scss */
.global-portfolio-page .portfolio-group .portfolio-brick {
	float: left;
	padding: 0;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table; }
/* line 872, style.scss */
.global-portfolio-page .portfolio-group .portfolio-brick img {
	width: 100%; }
/* line 876, style.scss */
.global-portfolio-page .portfolio-group .grid-sizer {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
/* line 879, style.scss */
.global-portfolio-page .portfolio-group .width-1 {
	width: calc(50% - 40px); }
/* line 882, style.scss */
.global-portfolio-page .portfolio-group .width-2 {
	width: calc(100% - 60px); }

/***** end global portfolio page *****/


.view img, .view video {
	height: 100%;
	object-fit: cover;
}

p {
	margin-bottom: 0;
}

.sidebar-info {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding-bottom: 23px;
	padding-top: 18px;
	margin-bottom: 50px;
}


.sidebar-info .item {
	margin-bottom: 22px;
}

.sidebar-info .item p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	line-height: 16px;
}

.sidebar-info .item h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

/**************** end mody work *********/



/***** start overview page *****/
/* line 895, style.scss */
.overview-page .bg {
	background: url("images/overview-bg.png") no-repeat;
	background-size: cover; }
.overview-page .intro h1:before{
	display: none!important;
}
.overview-page.common-page-style {
	padding-top: 0;
}
/* line 899, style.scss */
.overview-page .gradient {
	padding-top: 80px;
	background: url("images/gradient.png") no-repeat;
	background-size: cover; }
/* line 905, style.scss */
.overview-page.common-page-style .container {
	padding-left: 40px;
	border-left: 1px solid #bebebe; }
/* line 911, style.scss */
.overview-page .container2 .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0; }
/* line 916, style.scss */
.overview-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 923, style.scss */
.overview-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 929, style.scss */
.overview-page .container2 .breadcrumb-item.active {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	position: relative; }
/* line 936, style.scss */
.overview-page .container2 .breadcrumb-item.active:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -40.6px;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 948, style.scss */
.overview-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 954, style.scss */
.overview-page .intro h1 {
	color: #ffffff;
	font-family: Gotham;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: -3px;
	line-height: 56px;
	padding-top: 54px; }
/* line 963, style.scss */
.overview-page .intro .desc {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	width: 549px;
	padding: 0;
	margin: 34px 0 30px; }
/* line 973, style.scss */
.overview-page .intro .download {
	padding-bottom: 20px; }
/* line 975, style.scss */
.overview-page .intro .download:last-of-type {
	padding-bottom: 98px; }
/* line 978, style.scss */
.overview-page .intro .download img {
	width: 22px;
	float: left;
	margin-right: 10px; }
/* line 983, style.scss */
.overview-page .intro .download p {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	float: left;
	padding: 0;
	margin: 0; }
/* line 995, style.scss */
.overview-page .main .links {
	padding: 20px 0;
	border-bottom: 2px dashed #bebebe; }
/* line 998, style.scss */
.overview-page .main .links .link a {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500; }
/* line 1005, style.scss */
.overview-page .main h2.title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	margin-top: 57px;
	position: relative; }
/* line 1014, style.scss */
.overview-page .main h2.title:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -40.6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 1025, style.scss */
.overview-page .main .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 40px 0 0;
	padding: 0 0 85px;
	border-bottom: 1px solid #979797; }
/* line 1036, style.scss */
.at-a-glance .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin-top: 63px; }
/* line 1045, style.scss */
.at-a-glance .details {
	margin-top: 51px; }
/* line 1047, style.scss */
.at-a-glance .details .detail {
	border-top: 1px dashed #979797;
	padding-top: 11px;
	padding-bottom: 11px; }
/* line 1052, style.scss */
.at-a-glance .details .detail:last-of-type {
	border-bottom: 1px dashed #979797; }
/* line 1055, style.scss */
.at-a-glance .details .detail .main {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1.5px;
	line-height: 38px; }
/* line 1064, style.scss */
.at-a-glance .details .detail .sub {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px; }
/* line 1074, style.scss */
.overview-page .main .history {
	position: relative;
	margin: 75px -190px 0 -215px; }
/* line 1076, style.scss */
.overview-page .main .history:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #bebebe;
	position: absolute;
	top: 0;
	left: 175px;
	z-index: 1; }
/* line 1087, style.scss */
.overview-page .main .history .building {
	padding: 0;
	overflow: hidden; }
/* line 1091, style.scss */
.overview-page .main .history .data {
	padding: 0; }
/* line 1093, style.scss */
.overview-page .main .history .data .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-top: 77px;
	margin-bottom: 0; }
/* line 1102, style.scss */
.overview-page .main .history .data .date {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin-top: 31px;
	margin-bottom: 0; }
/* line 1112, style.scss */
.overview-page .main .history .data .descriptionn {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-top: 31px;
	margin-bottom: 55px;
	padding: 0 40px; }
/* line 1122, style.scss */
.overview-page .main .history .data .full {
	display: block;
	margin: 0 auto 153px;
	cursor: pointer;
	border-radius: 100px;
	border: 1px solid #b70021;
	padding-right: 20px;
	padding-left: 20px;
	color: #4a4a4a !important;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	text-transform: uppercase;
	background: #ffffff; }
/* line 1139, style.scss */
.overview-page .main .industry-brand {
	margin-top: 87px;
	padding-bottom: 52px; }
/* line 1142, style.scss */
.overview-page .main .industry-brand .titlee {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1.93px;
	padding-right: 50px;
	line-height: 43px; }
/* line 1150, style.scss */
.overview-page .main .industry-brand .descripption {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px; }

/***** end overview page *****/

/***** start heritage page *****/
/* line 1402, style.scss */
.heritage-page.common-page-style {
	padding-top: 0; }
/* line 1405, style.scss */
.heritage-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 1410, style.scss */
.heritage-page .intro .spirit {
	padding-bottom: 54px; }
/* line 1485, style.scss */
.heritage-page .intro .spirit .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1.93px;
	line-height: 43px; }
/* line 1493, style.scss */
.heritage-page .intro .spirit .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px; }
/* line 1502, style.scss */
.heritage-page .tablet-city {
	margin: 0; }
/* line 1504, style.scss */
.heritage-page .tablet-city .row {
	margin: 0;
	padding: 0; }
/* line 1508, style.scss */
.heritage-page .tablet-city div {
	padding: 0;
}
/* line 1512, style.scss */
.heritage-page .tablet-city .image {
	overflow: hidden; }
/* line 1515, style.scss */
.heritage-page .tablet-city .descri {
	padding: 67px 143px 70px 110px; }
/* line 1517, style.scss */
.heritage-page .tablet-city .descri h3 {
	margin: 0 0 40px;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px; }
/* line 1527, style.scss */
.heritage-page .tablet-city .descri p {
	padding: 0;
	margin: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 1539, style.scss */
.heritage-page .strong-commitment .descri {
	padding-top: 88px;
	padding-bottom: 50px; }
/* line 1542, style.scss */
.heritage-page .strong-commitment .descri h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin: 0 0 38px;
	padding: 0; }
/* line 1552, style.scss */
.heritage-page .strong-commitment .descri p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	padding: 0; }

/***** end heritage page *****/


/***** start site map page *****/
/* line 600, style.scss */
.site-map-page.common-page-style {
	padding-top: 71px; }
/* line 603, style.scss */
.site-map-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 608, style.scss */
.site-map-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px;
	top: -10px; }
/* line 617, style.scss */
.site-map-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 25px; }
/* line 630, style.scss */
.site-map-page .main h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	padding-bottom: 71px;
	border-bottom: 2px solid #979797; }
/* line 640, style.scss */
.site-map-page .main .map-item {
	padding: 22px 0; }
/* line 642, style.scss */
.site-map-page .main .map-item:not(:first-of-type) {
	border-top: 2px dotted #979797; }
/* line 645, style.scss */
.site-map-page .main .map-item h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px; }
/* line 653, style.scss */
.site-map-page .main .map-item p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding: 11px 0;
	margin: 0 40px; }
/* line 661, style.scss */
.site-map-page .main .map-item p.point {
	margin: 0 20px;
	position: relative; }
/* line 664, style.scss */
.site-map-page .main .map-item p.point:first-of-type {
	margin-top: 22px; }
/* line 667, style.scss */
.site-map-page .main .map-item p.point:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #90001a;
	left: -15px;
	top: 50%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%); }

/***** end site map page *****/

/***** start term of use page *****/
/* line 520, style.scss */
.term-of-use-page.common-page-style {
	padding-top: 71px; }
/* line 523, style.scss */
.term-of-use-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 528, style.scss */
.term-of-use-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px;
	top: -10px; }
/* line 537, style.scss */
.term-of-use-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39px;
	top: 25px; }
/* line 550, style.scss */
.term-of-use-page .main h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	margin: 0;
	padding: 0; }
/* line 560, style.scss */
.term-of-use-page .main p.date {
	margin: 35px 0 0;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px; }
/* line 569, style.scss */
.term-of-use-page .main .term {
	margin-top: 20px; }
/* line 571, style.scss */
.term-of-use-page .main .term h2 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px;
	margin: 0;
	padding: 0; }
/* line 581, style.scss */
.term-of-use-page .main .term p {
	margin: 20px 0 0;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 589, style.scss */
.term-of-use-page .main .term p:not(:first-of-type) {
	margin-top: 30px; }

/***** end term of use page *****/

/***** start leadership page *****/
/* line 1246, style.scss */
.leadership-page.common-page-style {
	padding-top: 71px; }
/* line 1249, style.scss */
.leadership-page.common-page-style .container {
	padding-left: 38px;
	border-left: 1px solid #bebebe; }
/* line 1254, style.scss */
.leadership-page.common-page-style h1 {
	position: relative;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 31px;
	margin-bottom: 40px;
	margin-top: 44px;
	top: -10px; }
/* line 1264, style.scss */
.leadership-page.common-page-style h1:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -39.5px;
	top: 10px; }
/* line 1276, style.scss */
.leadership-page .container2 {
	border: none !important; }
/* line 1278, style.scss */
.leadership-page .container2 .breadcrumb {
	background: transparent;
	margin-bottom: 44px;
	padding: 0; }
/* line 1283, style.scss */
.leadership-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 1290, style.scss */
.leadership-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 1296, style.scss */
.leadership-page .container2 .breadcrumb-item.active {
	color: #898989;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px; }
.leadership-page .container2 .breadcrumb-item.active a {
	color: #898989;
}
/* line 1303, style.scss */
.leadership-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 1309, style.scss */
.leadership-page .intro h1 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	top: -13px; }
/* line 1318, style.scss */
.leadership-page .intro .desc {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	padding: 0 0 65px;
	margin: 0; }
/* line 1328, style.scss */
.leadership-page .two-images {
	margin: 0; }
/* line 1330, style.scss */
.leadership-page .two-images .col-12.col-md-6 {
	padding: 0;
	min-height: 252px; }
/* line 1334, style.scss */
.leadership-page .two-images .col-12.col-md-6.image {
	overflow: hidden; }
/* line 1336, style.scss */
.leadership-page .two-images .col-12.col-md-6.image.right img {
	position: absolute;
	min-width: 100%;
	right: 0; }
/* line 1340, style.scss */
.leadership-page .two-images .col-12.col-md-6.image.left img {
	position: absolute;
	min-width: 100%;
	left: 8px; }
/* line 1345, style.scss */
.leadership-page .two-images .col-12.col-md-6.descri {
	padding: 45px 125px 40px 110px; }
/* line 1347, style.scss */
.leadership-page .two-images .col-12.col-md-6.descri h3 {
	margin: 0 0 40px;
	padding: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px; }
/* line 1357, style.scss */
.leadership-page .two-images .col-12.col-md-6.descri p {
	padding: 0;
	margin: 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 1369, style.scss */
.leadership-page .history .header {
	margin: 0 -15px 30px;
	padding: 90px 0 0;
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px; }
/*!* line 1380, style.scss *!*/
/*.leadership-page .history .item .date {*/
	/*color: #4a4a4a;*/
	/*font-family: Gotham;*/
	/*font-size: 20px;*/
	/*font-weight: 500;*/
	/*letter-spacing: -1.07px;*/
	/*line-height: 32px;*/
	/*margin: 0;*/
	/*padding: 0; }*/
/* line 1390, style.scss */
.leadership-page .history .item .row {
	margin-bottom: 45px;
}
.leadership-page .history .item .stage {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	/*padding: 0;*/
}
/* line 1399, style.scss */
.leadership-page .history .item .title {
	color: #90001a;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px;
	padding-left: 0;
	margin: 0;
	/*padding: 0;*/
	min-height: 64px; }
/* line 1410, style.scss */
.leadership-page .history .item .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	/*padding: 0;*/
	margin:0; }
/* line 1421, style.scss */
.heritage-page .stars {
	background-color: #1a2930; }
/* line 1424, style.scss */
.heritage-page .stars .item .stage {
	margin: 51px 0 7px;
	padding: 0; }
/* line 1425, style.scss */
.heritage-page .stars .item .stage img {
	width: 72px;
	height: 60px; }
/* line 1432, style.scss */
.heritage-page .stars .item .date {
	color: #ffffff;
	font-family: Gotham;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1.07px;
	line-height: 32px;
	margin: 0;
	padding: 0; }
/* line 1442, style.scss */
.heritage-page .stars .item .title {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
	min-height: 40px; }
/* line 1453, style.scss */
.heritage-page .stars .item .description {
	color: #ffffff;
	font-family: Gotham;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	padding: 0;
	margin: 0 0 50px; }
/* line 1465, style.scss */
.leadership-page .leading .row {
	padding-top: 62px;
	padding-bottom: 33px; }
/* line 1469, style.scss */
.leadership-page .leading .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1.93px;
	line-height: 43px; }
/* line 1477, style.scss */
.leadership-page .leading .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

/***** end leadership page *****/



/****start mega menu****/
.sub-menu1 {
	position: absolute;
	width: 336%;
	background-color: #f8f8f8;
	z-index: 200;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

li.nav-item.menu-item-has-children {
	position: relative;
}


.color-black1 {
	color: #fff;
	font-family: Gotham;
	font-size: 14px;
	line-height: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.view_all a{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: bolder;
	padding-left: 7px;
}

.sub-menu1>div:nth-child(1),
.sub-menu1>ul:nth-child(2) {
	width: 50%;
	float: left;
	margin: 0;
}

.sub-menu1>ul:nth-child(2) {
	padding-left:0;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 0;
	height: 100%;
}



.sub-menu>ul>li:hover {

	background-color: #fff;

}

.sub-menu>ul>li:hover > a {

	color: #b70021!important;

}

nav .navbar-nav.links .nav-item .nav-link ,.sub-menu1>ul>li a ,.sub-menu1 .sub-menu2 a{
	font-weight: bold;
	cursor: url(images/cursor-hand.png), auto;
	text-decoration: none;
}

.sub-menu1 .sub-menu2 li:hover a{
	color: #b70021;
	font-weight: bold;
}

.sub-menu1 .sub-menu2 {/* display: none; */position: absolute;right: -100%;top: 20px;width: 100%;
	box-shadow: 5px 0 20px rgba(221, 221, 221, 0.5);
	padding-top: 20px;padding-bottom: 20px;background-color: #fff;z-index: 999;}



.sub-menu1 .sub-menu1-left {
	border-bottom: none;
	padding: 40px 26px 20px 31px;
	background: #b70021;
	height: 100%;
	position: absolute;
	left: 0;
}

.fa-angle-right:before {
	content: "\f105";
	font-size: 25px;
	color: #9b9b9b;
}

.sub-menu1 .sub-menu1-left h3 {

	margin-bottom: 20px;
	color: #fff;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;

}








.menu-item-has-children:hover>.test {
	display: block!important;
	/*animation: expand-mega-menu .3s linear;*/
	/*overflow: hidden;*/
}

/*@keyframes expand-mega-menu {*/
	/*from {*/
		/*height: 0;*/
	/*}*/
	/*to {*/
		/*height: 280px;*/
	/*}*/
/*}*/

.Property-sector:hover>.sub-menu {

	display: block!important;

}

.menu-item-has-children.Property-sector:hover {
	padding-right: 0;
}

.hidden{
	display: none;
}

#myMegamenu .current-menu-item { background-color: #90001b; }
#myMenu ul li.current-menu-item a{ color: #b70021 !important; }
#main_menu li a { font-weight: bold; }




/*** Start Customers Page ***/
.customers-page{
	padding-top: 0;
}
.customers-page .bg {
	height:450px;
	background-size: cover;
}

.customers-page .container2 .breadcrumb-item.active{
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	text-transform: uppercase;
}
/* line 1660, style.scss */
.customers-page .gradient {
	height: 100%;
	padding-top: 80px;
	background: url("images/gradient.png") no-repeat;
	background-size: cover; }
/* line 1666, style.scss */
.customers-page.common-page-style .container {
	padding-left: 40px;
	border-left: 1px solid #bebebe; }

.customers-page .container2 .breadcrumb-item.active:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.customers-page .container2 .breadcrumb {
	margin-bottom: 0;
}

.customers-page .top_intro,.customers-page .top_intro .container {
	height:100%;
}

.customers-page .top_intro h2{
	color: #ffffff;
	font-family: Gotham!important;
	font-size: 56px;
	font-weight: 300;
	line-height: 56px;
	letter-spacing: -3px;
	padding-top: 54px;
	max-width: 665px;
}


.tabs_section h3{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	line-height: 43px;
	/* Text style for "COLI Custo" */
	letter-spacing: -1.93px;
	padding-top: 84px;
	padding-bottom: 40px;
	margin: 0;
}


.tabs_section .card-header{
	background-color: #b70021;
	border: none;
	border-bottom: 1px solid rgb(255, 255, 255);
	padding: 0;
	border-radius: 0;
}

.tabs_section .card-header a{
	color: #f8f8f8;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	display: block;
	padding: 12px 61px 12px 40px!important;
}

.tabs_section .card-header a:hover,.tabs_section .card-header a:focus {
	color: #f8f8f8!important;
	text-decoration: none!important;
}

.tabs_section .collapse.show ,.tabs_section .collapsing{
	height: auto!important;
}

.tabs_section  .card {
	border:none;
}

label#item_coli_false br,label#item_coli_true br {
	display: none;
}

.customers-page .wpcf7-form-control-wrap {
	width: 100%;
}

span.wpcf7-form-control-wrap.text-1004 span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -27px;
	margin: 0;
}

.tabs_section .nav-tabs .nav-link {
	color: #f8f8f8;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	background-color: #b70021;
	border: none;
	padding: 12px 61px 12px 40px!important;
	border-radius: 0;
	position: relative;
}

.tabs_section .nav-tabs .nav-item.show .nav-link,.tabs_section .nav-tabs .nav-link.active {
	color: #4a4a4a!important;
	background-color: #eeeeee;
}

.tabs_section .nav-tabs .nav-item:hover > a {
	background: #90001a;
	cursor: url(images/cursor-hand.png), auto;
	color: #f8f8f8!important;
}

.tabs_section .nav-tabs .nav-link::after {
	content: url(images/arrow_white.svg);
	position: absolute;
	right: 25px;
	top: 5px;
	width: 10px;
	height: 18px;
	border: none;
}

.tabs_section .nav-tabs .nav-link.active::after {
	content: url(images/arrow_grey.svg);
}

.tabs_section .nav-tabs .nav-item:hover > .nav-link.active::after {
	content: url(images/arrow_white.svg) !important;
}


.tabs_section .nav-tabs{
	margin: 0;
}

.tabs_section .nav-tabs , .tabs_section .tab-content{
	padding: 0;
}

.tabs_section .tab-content .tab-pane {
	background: url('http://www.coli.com.au/wp-content/uploads/2017/10/customers_section.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.tabs_section .tab-content .tab-pane p{
	color: #ffffff;
	font-family: Gotham;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	padding: 27px;
	max-width:60%;
}

.customers-page .contact_form_container {
	padding-top: 60px;
}
.customers-page  .contact_form {
	background-color: #f8f8f8;
	padding: 50px;
	max-width:755px;
	margin:0 auto;
}

.customers-page .contact_form label {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	margin-bottom: 7px;
}

.customers-page .contact_form input.form-control {
	box-sizing: border-box;
	padding: 0 15px;
}

.customers-page .contact_form input.form-control {
	background: #fff;
	border: none;
	height: 40px;
	margin-top: 0;
	margin-bottom: 39px;
}

.customers-page .contact_form textarea {
	height: 157px;
	background-color: #ffffff;
	border: none;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 30px;
}

.customers-page .contact_form  .btn {
	width: 195px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	font-weight: bolder;
	color: #4a4a4a !important;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

.customers-page .contact_form  .btn:hover{
	background-color: #b70021!important;
	color: #ffffff!important;
	transition: .4s all ease!important;
}

.customers-page .contact_form h3{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	/* Text style for "COLI Custo" */
	letter-spacing: -1.5px;
	margin-bottom: 26px;
}

.customers-page .custom-control {
	padding-right:30px;
	padding-left: 0;
}

.customers-page  .custom-radio .custom-control-indicator {
	right: 0;
	left: inherit;
	border-radius: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddcd4;
	background-color: #ffffff;
}

.customers-page .custom-control-input:checked~.custom-control-indicator {
	border-radius: 2px;
	background-color: #b70021;
	background-image: none;
}

.customers-page .custom-control-input:focus~.custom-control-indicator {
	box-shadow: none;
}

.customers-page span.custom-control-indicator:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #fff;
}


select.form-control:not([size]):not([multiple]) {
	padding-left: 15px;
}
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}
.customers-page .contact_form select {
	border: none;
	height: 40px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 39px;
	width: 100%;
	color: #262626;
	font-size: 16px;
	line-height: 24px;
	padding-left: 5px;
	-webkit-appearance: none;
	background: url(images/select-arrow.png) no-repeat center #fff;
	background-position-x: 98%;
}


/* line 1672, style.scss */

/*** End Customers Page ***/



/***** start Australia page *****/
/* line 1656, style.scss */
.heritage-page .bg {
	background: url("images/australia-bg.png") no-repeat;
	height:550px;
	background-size: cover; }
/* line 1660, style.scss */
.heritage-page .gradient {
	height: 100%;
	padding-top: 80px;
	background: url("images/gradient.png") no-repeat;
	background-size: cover; }
/* line 1666, style.scss */
.heritage-page.common-page-style .container {
	padding-left: 40px;
	border-left: 1px solid #bebebe; }
/* line 1672, style.scss */

.heritage-page .top_intro h1{
	color: #ffffff;
	font-family: Gotham;
	font-size: 56px;
	font-weight: 300;
	line-height: 56px;
	/* Text style for "Craftsmans" */
	letter-spacing: -3px;
	padding-bottom: 34px;
	padding-top: 54px;
	margin: 0;
}

.heritage-page.common-page-style h1:before{
	content: none;
}

.heritage-page .top_intro .desc{
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.heritage-page .intro .container{
	padding-top: 80px;
	padding-bottom: 60px;
}

.heritage-page .intro .desc p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
}





/****end mega menu****/


/***** start Australia page *****/
/* line 1656, style.scss */
.australia-page .bg {
	background: url("images/australia-bg.png") no-repeat;
	background-size: cover; }
/* line 1660, style.scss */
.australia-page .gradient {
	padding-top: 80px;
	background: url("images/gradient.png") no-repeat;
	background-size: cover; }
/* line 1666, style.scss */
.australia-page.common-page-style .container {
	padding-left: 40px;
	border-left: 1px solid #bebebe; }
/* line 1672, style.scss */
.australia-page .container2 .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0; }
/* line 1677, style.scss */
.australia-page .container2 .breadcrumb-item {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a;
	font-weight: bolder; }
/* line 1684, style.scss */
.australia-page .container2 .breadcrumb-item a {
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	color: #a6001a; }
/* line 1690, style.scss */
.australia-page .container2 .breadcrumb-item.active {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	position: relative; }
/* line 1697, style.scss */
.australia-page .container2 .breadcrumb-item.active:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: -40px;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 1709, style.scss */
.australia-page .container2 .breadcrumb-item + .breadcrumb-item::before {
	color: #4a4a4a;
	content: ">"; }
/* line 1715, style.scss */
.australia-page .intro h1 {
	color: #ffffff;
	font-family: Gotham;
	font-size: 56px;
	font-weight: 300;
	letter-spacing: -3px;
	line-height: 56px;
	padding-top: 54px; }
/* line 1724, style.scss */
.australia-page .intro .desc {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	max-width: 331px;
	padding: 0;
	margin: 34px 0 30px; }
/* line 1734, style.scss */
.australia-page .intro .download {
	padding-bottom: 20px; }
/* line 1736, style.scss */
.australia-page .intro .download:last-of-type {
	padding-bottom: 98px; }

.download:hover p, .download:hover svg path {
	color: #b70020!important;
	fill: #b70020!important;
}

/* line 1739, style.scss */
.australia-page .intro .download svg {
	width: 22px;
	float: left;
	margin-right: 10px; }
/* line 1744, style.scss */
.australia-page .intro .download p {
	color: #ffffff;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 500;
	float: left;
	padding: 0;
	margin: 0; }
/* line 1756, style.scss */
.australia-page .main .links {
	display: none;
	padding: 20px 0;
	border-bottom: 2px dashed #bebebe; }
/* line 1759, style.scss */
.australia-page .main .links .link a {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500; }
/* line 1764, style.scss */
.australia-page .main .links .link.active a {
	color: #b70021; }
/* line 1769, style.scss */
.australia-page .main h2.title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -1.93px;
	line-height: 43px;
	padding-top: 65px;
	margin:0 auto;
	max-width: 732px; }
/* line 1779, style.scss */
.australia-page .main .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 30px 0 0;
	padding: 0 0 80px; }
/* line 1790, style.scss */
.australia-page .some-text h2.title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	margin: 0;
	padding: 0;
	position: relative; }
/* line 1800, style.scss */
.australia-page .some-text h2.title:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 38px;
	position: absolute;
	left: -41.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 1811, style.scss */
.australia-page .some-text .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 40px 0 0;
	padding: 0 0 110px; }
/* line 1821, style.scss */
.australia-page .environment {
	position: relative;
	background: url("images/environment.png") no-repeat;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}
/* line 1825, style.scss */
.australia-page .environment .line {
	width: 1px;
	height: 100%;
	background: #bebebe;
	position: absolute;
	top: 0;
	left: 175px;
	z-index: 1; }
/* line 1835, style.scss */
.australia-page .environment .text {
	position: absolute;
	margin: 0;
	padding: 25px;
	max-width: 352px;
	height: 387px;
	background-color: #ffffff;
	right: 173px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 1845, style.scss */
.australia-page .environment .text .top {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 17px; }
/* line 1853, style.scss */
.australia-page .environment .text .title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin-bottom: 20px; }
/* line 1862, style.scss */
.australia-page .environment .text .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px; }
/* line 1872, style.scss */
.australia-page .speech h2.title {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -2.57px;
	line-height: 56px;
	margin: 0;
	padding: 84px 0 60px;
	position: relative; }
/* line 1882, style.scss */
.australia-page .speech h2.title:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 38px;
	position: absolute;
	left: -41.5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
/* line 1894, style.scss */
.australia-page .speech .talk h3.main {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1.5px;
	line-height: 38px;
	margin: 0 auto 5px;
	max-width: 732px; }
/* line 1904, style.scss */
.australia-page .speech .talk .description {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0 0 40px; }
/* line 1913, style.scss */
.australia-page .speech .talk.extra {
	margin-bottom: 40px; }

/***** end Australia page *****/


.australia-page.common-page-style {
	padding-top: 0;
}


.home_about button:hover, .career-page .relationship .container .upper .d button:hover, .career-page .graduated .opportunities button.btn:hover , .overview-page .main .history .data .full:hover,.news-page .subscribe-box .btn:hover, .contact-page .contact-form .btn:hover {
	background-color: #b70021!important;
	color: #ffffff!important;
	transition: .4s all ease!important;
}


@media (min-width: 1200px) {
	/* line 45, style.scss */
	.container {
		margin-right: 12.1527777778%;
		margin-left: 12.1527777778%;
		width: auto !important; } }

@media (min-width: 575px) and (max-width:1150px) {
	.home-map .container {
		padding-left: 18px;
	}
}

.home_news .headline button.btn.waves-effect.waves-light {
	width: 155px;
	height: 27px;
	border-radius: 100px;
	background-color: #b70021;
	color: #ffffff;
	font-family: Gotham;
	font-size: 12px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.home_news .headline button.btn.waves-effect.waves-light:hover {
	background-color: #fff!important;
	color: #b70021!important;
	transition: .4s all ease!important;
}

b, strong {
	font-family: "gothammedium";
}

h1, h2, h3, h4, h5, h6, button {
	font-weight: 500!important;
	font-family: GothamMedium!important;
}






/********** new nav-bar ********/

nav.coli_nav.navbar.navbar-toggleable-md.navbar-light.bg-faded {
	padding: 0;
	height: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.coli_nav button.navbar-toggler.navbar-toggler-right{
	z-index: 9;
	cursor: pointer;
	top: 19.3px;
	border: none;
	color: #000;
}

@media (max-width: 991px) {
	nav.coli_nav.navbar.navbar-toggleable-md.navbar-light.bg-faded {
		min-height: 80px;
		height: auto;
	}
	.coli_nav li.nav-item {
		text-align: center;
	}
}

.coli_nav .navbar-brand{
	margin-left: 50px;
	padding: 0;
	top: 19.3px;
	position: absolute;
	left: 0;
}

.coli_nav div#navbarSupportedContent {
	margin-left: 274px;
	height: 100%;
}

.coli_nav a.nav-link.waves-effect.waves-light {
	color: #4a4a4a;
	font-size: 14px;
	font-family: "gothammedium";
	cursor: url(images/cursor-hand.png), auto;
}

nav.coli_nav.navbar.navbar-toggleable-md.navbar-light.bg-faded{
	background: #ffffff;
}
nav.bg-faded.coli_nav.navbar.navbar-light.navbar-toggleable-md.fixed-top {
	background: #fff;
}
/*.coli_nav.navbar.navbar-toggleable-md.fixed-top button.navbar-toggler.navbar-toggler-right,*/
/*.coli_nav.navbar.navbar-toggleable-md.fixed-top .navbar-brand{*/
	/*top: 0;*/
/*}*/




@media (max-width:991px) {
	footer .first p {
		width: auto;
	}



}

@media (max-width:767px) {
	footer .first p {
		width: auto;
	}

	footer .first{
		padding-left:15px;
		padding-right:15px;
	}

	 footer .fourth{
		margin-top: 20px;
	}
}




button{
	cursor: pointer;
}


.coli_nav li.nav-item:hover{
	background: #b70021;
}

.coli_nav li.nav-item:hover > a{
	color: #fff!important;
}

/* home page responsive */
@media (max-width: 1200px) {
	.coli_nav li.nav-item {
		padding: 0 40px;
	}
}
@media (max-width: 1100px) and (min-width:992px) {
	.home-map .stats .item h3 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	#home-carousel .carousel-caption, .coli_border_left{
		margin: 0!important;
	}

	#home-carousel .carousel-caption h2 {
		font-size: 42px;
		line-height: 46px;
		margin-bottom: 15px;
	}

	#home-carousel .carousel-caption .p_heading {
		margin-bottom: 17px;
	}

	#home-carousel .coli_border_left{
		display: none;
	}

	#home-carousel .carousel-caption .p_desc{
		margin-bottom: 19px;
	}

	#home-carousel .carousel-caption {
		padding-bottom: 25%;
		padding-left: 6%;
		padding-right: 6%;
	}

	.home-map .stats .item {
		margin-bottom: 20px;
	}

	.home-map .stats {
		bottom: 30px;
	}


}
@media (max-width: 575px) {

	.home-map {
		height: auto;
		background-position: center!important;
		background-size: cover!important;
	}

	.home-map .stats {
		position: relative;
		bottom: 0;
		text-align: center;
		margin-top: 40px;
	}

	.row stats .item .col-lg-4.col-12 {
		margin-top: 20px;
	}

	.home-map .stats .item p {
		max-width: 170px;
		margin: 0 auto;
	}

	.home_about h1 {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 30px;
	}

	.home-map .global {
		padding: 28px 50px;
		margin-top: 0;
	}

	.home-map .stats .item {
		padding-right: 0;
	}
	.home-map .container {
		padding-left: 0;
	}
}
@media (max-width: 360px) {
	.coli_nav .navbar-brand {
		margin-left: 20px;
	}

	.home_news .headline .box .mask {
		width: 100%;
	}

	.home-map .global h2 {
		font-size: 20px;
		line-height: 35px;
	}

	.home-map .global p {
		font-size: 12px;
	}

	#home-carousel .carousel-caption h2 {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	#home-carousel .carousel-caption .p_heading {
		margin-bottom: 12px;
	}

	#home-carousel .carousel-caption {
		padding-bottom: 38%;
	}

	.home_about h1 {
		font-size: 33px;
		line-height: 38px;
		margin-bottom: 20px;
	}
}


.featured_headline .heading{
	position: relative;
	margin-bottom: 30px;
}

.featured_headline .heading:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 55px;
	position: absolute;
	left: -39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.featured_headline .heading span{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
}


.featured_headline .heading h2{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 38px;
}

.featured_headline .content p{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	line-height: 25px;
}

.featured_headline .content span{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 27px;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}

.featured_headline .content span:after {
	content: " ";
	background: #b70021;
	height: 1px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.featured_headline .content img{
   width: 100%;
   max-height: 403px;
	object-fit: cover;
}


.fixed-top .nav-item {
	padding: 10px!important;
}
@media (min-width: 992px) {
	ul.nav.navbar-nav.scrolled {
		margin: 0 30px 0 0;
	}

	#menu-header-menu-3 li:hover a {
		color: #b70021!important;
	}
	#menu-header-menu-3 li:hover {
		background: none!important;
	}
}

@media(max-width:991px){
	#menu-header-menu-3 .nav-item {
		display: block;
		width: 100%;
	}
	nav .navbar-nav.links.scrolled .nav-item a{
		display: block;
		padding: .5em 1em;
	}
}
nav .navbar-nav.links.scrolled .nav-item {
	margin-right: 10px;
}

@media (max-width:1200px){
	.coli_nav li.nav-item {
		padding: 4px!important;
	}
}


#menu-mega-menu li:hover {
	background: #b70021;
}

@media(min-width:1225px){
	li.nav-item.menu-item-has-children	.dropdown-menu {
		right: -266px;
		top: -79px;
			left: initial;
	}
}

li.nav-item.menu-item-has-children	.dropdown-menu {
	z-index: 1000;
	font-size: 1rem;
	color: #292b2c;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	height: auto;
	width: 266px;
	padding: 20px;
	left: initial;
	float: none;
	min-width: inherit;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2)!important;
}


li.nav-item.menu-item-has-children	.dropdown-item {
	padding: 10px 10px 10px 10px;
	background: none!important;
}

li.nav-item.menu-item-has-children	.dropdown-item {
	padding: 10px 10px 10px 10px;
	background: none!important;
}


li.nav-item.menu-item-has-children .dropdown-toggle::after {
	content: url(images/arrow_grey.svg);
	position: absolute;
	right: 25px;
	top: 5px;
	width: 10px;
	height: 18px;
	border: none;
}

.menu-item-has-children.dropdown:hover .dropdown-toggle::after{
	content: url(images/arrow_white.svg)
}

li.nav-item.menu-item-has-children .dropdown-toggle::after {
	border: none;
}

#menu-mega-menu li.nav-item.menu-item-has-children .dropdown-item:focus,#menu-mega-menu  li.nav-item.menu-item-has-children .dropdown-item:hover {
	color: #b70021!important;
}


li.nav-item.menu-item-has-children .dropdown:hover>.dropdown-menu {
	display: block;
}


.fixed-top .sub-menu1>ul>li .nav-item {
	padding: 7px 29px;!important;
}


ul#menu-mega-menu-1 ,ul#menu-mega-menu-3{
	margin: 0;
	PADDING: 0;
}

ul#menu-mega-menu-1{
	margin-top: 10px;
}

ul#menu-mega-menu-1 a.nav-link {
	color: #4a4a4a;
	font-size: 14px;
	font-family: "gothammedium";
}



/*start heritage_block*/
.heritage_block .container{
	padding-bottom:80px;
}

.heritage-page .container2 .breadcrumb-item.active:before {
	content: "";
	background-color: #b70021;
	width: 2px;
	height: 30px;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.heritage_block .block_item{
	position: relative;
	min-height:400px;
	padding: 0;
}

.heritage_block .block_item .content{
	padding: 10px 20px 10px 20px;
	border-right:1px solid #bebebe;
	min-height: 220px;
	padding-bottom: 80px;
}

.heritage_block .block_item:first-child .content{
	border-left:1px solid #bebebe;
}



.heritage_block .block_item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
	transition: opacity 0.3s;
}

.heritage_block .block_item .title{
	color: #4a4a4a;
	font-family: GothamMedium;
	font-size: 16px;
	line-height: 25px;
	margin-top:10px;
	margin-bottom:5px;
	text-align: left;
}

.heritage_block .block_item .description{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.heritage_block .block_item button{
	width: 98px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	background: #ffffff!important;
	color: #4a4a4a!important;
	font-family: GothamMedium;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 500!important;
}

.heritage_block .block_item button{
	width: 98px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #b70021;
	background: #ffffff!important;
	color: #4a4a4a!important;
	position: absolute;
	bottom:20px;
	left:20px;
}

.heritage_block .block_item button:hover {
	background: #b70021!important;
	color: #fff!important;
	transition: .3s all ease;
}

.block_item:hover img {
	opacity: .7;
	transition: opacity 0.3s;
}


@media(max-width:767px){
	.heritage_block .block_item {
		margin-bottom: 0;
		min-height: auto;
	}
	.heritage_block .block_item:first-child .content {
		border: none;
	}
	.heritage_block .block_item button {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.heritage_block .block_item .content{
		border:none;
		padding: 8.33333%;
	}
	.heritage_block .block_item .description{
		margin-bottom: 40px;
	}

	.heritage-page.common-page-style .container {
		padding-left: 0;
		border: none;
		padding-right: 0;
	}

	.heritage_block .block_item img {
		height: auto;
		max-height: 460px;
	}

	.heritage-page .container2 .breadcrumb-item.active:before{
		display: none;
	}
}

.heritage-page + .coli_border_left_footer{
	display: none!important;
}

.heritage-page .container2 .breadcrumb{
	margin-bottom: 0;
}


/*end heritage_block*/


.fixed-top .sub-menu1>ul>li,.sub-menu1>ul>li,
.fixed-top .sub-menu2>li,	.sub-menu2>li {
	padding: 5.9px 20px!important;
}

.carousel-fade .carousel-item {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
	opacity: 1;
}


button.btn {
	padding-bottom: .5px!important;
}

.nav-link {
	padding: 7px 14px!important;
}

.heritage_block .container{
	padding-left: 14px!important;
}

footer .first stron:hover {
	color: #b70021;
}


@media(max-width: 767px){
	.scrollToTop {
		bottom: 2%;
		right: 3%;
	}
}

@media(max-width: 575px){
	.social {
		left: 2px;
	}
	section.home_news {
		margin-bottom: 50px;
	}
}

.stock_name br{
	display: none;
}

.stock_container{
	width: 69%;
	margin: 0 auto;
	color: #fff;
	/*font-size: .8em;*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

#home-carousel ol.carousel-indicators {
	bottom: 3.5em;
}

.stock_box.row {
	/*height: 35px;*/
	background: #212f36;
	padding : 0.6em 1.4em;
}

.stock_name b {
	margin-right: 0.8em;
	letter-spacing: 0.1em;
	font-size: 12px;
}


.stock_change span{
	font-size: 8px;
	color: rgba(255, 255, 255, 0.74);
	margin-right: 0.6em;
	margin-left: 1em;
}

.stock_name{
	margin-right: 2em;
	display: inline-block;
	font-size: 12px;
}

.stock_green{
	color: #FF0000!important;
	font-family: 'GothamMedium'!important;
	font-weight: bold!important;
	margin-right: 1em;
	font-size: 12px;
	line-height: 24px;
}

.stock_time.col-auto {
	font-size: 8px;
}

.stock_change {
	line-height: 16px;
}


@media (min-width:1021px) {

	.stock_right{
		 margin-right: 0;
	 }

	.shock_left{
		margin-left: 0;
	}
}

@media (max-width:480px) {

	.stock_msg {
		float: none !important;
		margin-bottom: 5px;
	}
}

.shock_left{
	text-align: center;
}

@media (max-width:671px) {

	.stock_container{
		position: relative;
		width: 100%;
		top: -1px;
	}
	.stock_box.row{
		margin: 0;
	}
	#home-carousel ol.carousel-indicators {
		bottom: 25px;
	}
	section.home_about {
		margin-top: 50px;
	}
	.stock_change {
		line-height: 19px;
	}
	.stock_time.col-auto {
		font-size: 8.5px;
	}

	.stock_change span {
		font-size: 12px;
		margin-right: 0.3em;
		margin-left: .5em;
	}

	.stock_green {
		margin-right: .5em;
		font-size: 14px;
		line-height: 22px;
	}

	.stock_name{
		font-size: 14px;
	}
}




.stock_green1{
	color: #FF0000!important;
	font-family: 'GothamMedium'!important;
	font-weight: bold!important;
	margin-right: 0!important;
	margin-left: 0!important;
	font-size: 10px!important;
}

.stock_right.row.justify-content-end.col-5.align-self-center {
	font-size: 0.7em;
	color: rgba(255, 255, 255, 0.74);
}
.stock_rec.d-inline-block a{
	color: rgba(255, 255, 255, 0.74)!important;
}

















.symbol_bg{
	position: absolute;
	bottom: 0;
}

/*fix last responsive bugs*/
@media (max-width: 991px) {

	.coli_nav .navbar-brand {
		margin-left: 20px;
	}

	.coli_nav button.navbar-toggler.navbar-toggler-right {
		margin-right: 0;
	}

	.global-portfolio-page .portfolio-group .width-1 {
		width: calc(100% - 60px);
	}

	.symbol_bg{
		display: none;
	}

}

@media (max-width: 575px) {
	.global-portfolio-page .portfolio-group .width-1 ,.global-portfolio-page .portfolio-group .width-2{
		width: calc(100% - 40px);
	}
	.container {
		border-left: none!important;
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
	h1:before,.heading:before{
		display: none!important;
	}
}

.navbar-light .navbar-toggler-icon {
	background-image: url('images/menu_mobile.svg');
}


.news-page .related-news , .related-news {
	display: none!important;
}

.stock_msg{
	margin-top: 2px;
}



.navbar-toggler>.close {
	display:inline;
	color: #3a3a3a;
	opacity:1;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
	display:none;
}

.at-a-glance .title:after {
	content: "";
	display: block;
	width: 41px;
	height: 1px;
	border-bottom: 1px solid #b70021;
	margin-top: 25px;
	border-color: #b70021;
}

.hr {
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #d1d4d6;
}

.at-a-glance.row {
	padding-top: 30px;
}



section.graduated_upadted .col-12:nth-child(1) {
	border-bottom: 1px solid #979797;
}

section.graduated_upadted .col-12:nth-child(2) {
	border-bottom: 1px solid #979797;
}



footer .social {
	transform: none!important;
	z-index: 99!important;
	margin: 0 auto!important;
	text-align: center!important;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 20px!important;
	margin-top: 30px!important;
	flex-direction: row;
	padding: 0;
	width: 100%!important;
	justify-content: center;
	align-content: center;
}

footer .social a {
	/*float: left!important;*/
	margin-right: 12px!important;
	display: inline-block;
}



section.graduated_upadted .col-12 h2{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	/* Text style for "Internship" */
	letter-spacing: -1.5px;
	margin-bottom: 15px;
	margin-top: 30px;
}

section.graduated_upadted .col-12 p{
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 30px;
}



.customers_section .customer_name{
	color: #4a4a4a;
	font-family: 'GothamMedium';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
}

.customers_section .customer_content{
	color: #90001a;
	font-family: 'GothamMedium';
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	/* Text style for "3 Million" */
	letter-spacing: -1.07px;
	margin-bottom: 5px;

}


.last_history_content {
	background: #fff;
	width: 352px;
	padding: 50px 25px;
	margin-left: auto;
}

.last_history_content h3 {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: -1.5px;
	margin-bottom: 20px;
}

.last_history_content p {
	color: #4a4a4a;
	font-family: Gotham;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 12px;
}

section.last_history_section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-template-history-template .coli_border_left_footer{
	display: none;
}

section.last_history_section .container{
	border-left:none!important;
}

.customers_section.row {
	padding-bottom: 70px;
}





@media (max-width:575px) {

	.relationship .col-12.col-lg-5.d {
		padding: 0;
	}

	footer .copyright p span{
		display: block;
	}

	footer .first{
		border:0;
		max-width: 250px;
		/*margin: 0 auto;*/
	}

	footer .list-unstyled {
		margin: 0;
	}

	footer .first,footer .second{
		margin-bottom: 30px;
		margin-top: 0;
	}

	footer .fourth{
		margin-top: 0;
		margin-bottom: 0;
	}

	footer h2 {
		margin-bottom: 10px;
	}

	footer {
		padding-top: 31px;
	}

	.container2 .breadcrumb{
		display: none;
	}

	.property-sector-page.common-page-style {
		padding-top: 30px;
	}

	.property-sector-page.common-page-style h1{
		margin-bottom: 15px;
	}

	.heritage-page .top_intro h1 {
		font-size: 41px;
		line-height: 16px;
	}

	footer .fourth {
		margin-bottom: 30px;
	}

	.last_history_content {
		width: 90%!important;
	}

	.leadership-page.common-page-style {
		padding-top: 0px;
	}

}



@media (max-width: 991px) {
	.coli_nav div#navbarSupportedContent {
		margin-left: 0;
		text-align: center;
		margin-top: 67px;
		padding-bottom: 30px;
		background: #b70021;
		padding-top: 30px;
		overflow-y: scroll;
		margin-bottom: -1px;
	}

	.collapse + #menu-header-menu-3{
		display: none!important;
	}

	.collapse.show + #menu-header-menu-3{
		display: flex!important;
	}

	.coli_nav{
		border:none;
	}

	li.nav-item.menu-item-has-children	.dropdown-menu,li.nav-item.menu-item-has-children .dropdown-toggle::after {
		display: none;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #ffffff;
	}
	ul#menu-mega-menu-1 a.nav-link {
		color: #ffffff;
	}
	.coli_nav li.nav-item {
		margin-right: 0;
	}
	nav .navbar-nav.links.scrolled .nav-item {
		margin-right: 0!important;
	}
	.home_news .headline {
		margin-bottom: 30px;
	}
	#menu-header-menu-3{
		flex-direction: row;
		background: #b70021;
		overflow-y: scroll;
		height: 80px;
		padding-bottom: 20px;
	}

	ul#menu-header-menu {
		margin-top: 20px;
	}

	ul#menu-mega-menu-1 li {
		padding: 1px!important;
	}

	.home-map .stats .item h3 {
		font-size: 30px;
		font-weight: 300;
	}

	.at-a-glance .details .detail .main {
		font-size: 20px;
	}

	.heritage_block .container{
		padding-left: 20px!important;
	}

	.property-sector-page .filter .filter-result-items .portfolio-item .info{
		padding-left: 20px;
	}


	.coli_nav button.navbar-toggler.navbar-toggler-right {
		padding-right: 0;
		padding-left: 0;
		margin-right: 5px;
	}

	footer .copyright{
		margin-top: 0;
	}

	.career-page .relationship .container .upper .d h3,.career-page .relationship .container .upper .d p{
		max-width: 100% !important;
	}

	.career-page .relationship .container .upper .dd {
		height: 300px;
		margin-top: 40px;
	}

	.career-page .relationship .container .upper .dd p {
		max-width: 75%;
		font-size: 28px;
	}

	.last_history_content {
		margin: 0 auto;
	}

	ul#menu-mega-menu-1 a.nav-link,.navbar-light .navbar-nav .nav-link,ul#menu-mega-menu-3 a.nav-link {
		color: #ffffff;
		font-size: 16px;
		line-height: 23px;
		text-transform: capitalize;
		font-family: "gothammedium";
	}

	ul#menu-header-menu-3 a.nav-link{
		color: #ffffff;
		font-family: "gothammedium";
		font-size: 12px;
		font-weight: 700;
		text-transform: initial;
	}

	.coli_nav li.nav-item:hover {
		opacity: .7!important;
	}

	nav.justify-content-center.coli_nav.navbar.navbar-toggleable-md.navbar-light.bg-faded.fixed-top {
		display: none!important;
	}

	.coli_nav li.nav-item.not_clickable:hover {
		opacity: 1!important;
	}


	.navbar-light .navbar-nav .nav-link {
		text-transform: uppercase;
	}




}

ul#menu-mega-menu-3 {
	margin-top: 20px;
}


@media (max-width:767px) {
	.heritage-page .stars .item .title {
		min-height: auto;
	}

	.heritage-page .stars .item .stage {
		margin: 0;
	}
	.heritage-page .stars {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	.rating_section .col-12.col-sm-6.col-md-4 {
		margin-top: 25px;
		text-align: center;
	}

	.career-page .container{
		padding-left: 15px!important;
	}


}



@media (max-width:768px) {

	.home.page-template .container {
		width: 100%!important;
		margin: 0 auto!important;
		border: none;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.home.page-template h1:before,.home.page-template .heading:before{
		display: none!important;
	}

	section.graduated_upadted .col-12:nth-child(1) {
		border-bottom: none;
	}

	section.graduated_upadted .col-12:nth-child(2) {
		border-bottom: none;
	}

	h1 {
		font-size: 34px!important;
		line-height: 38px!important;
	}

	.coli_nav div#navbarSupportedContent {
		padding-top: 10px;
	}

	ul#menu-mega-menu-1 a.nav-link, .navbar-light .navbar-nav .nav-link, ul#menu-mega-menu-3 a.nav-link {
		line-height: 17px;
	}

	ul#menu-mega-menu-3 {
		margin-top: 10px;
	}

	ul#menu-header-menu {
		margin-top: 10px;
	}

	.customers-page .top_intro h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.tabs_section h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.customers-page .contact_form h3 {
		font-size: 25px;
	}

}


@media( min-width:1400px ){
	.stats .col-5.text-right.text-sm-center {
		margin-left: -10%;
	}
}

@media( min-width:1600px ){
	.stats .col-5.text-right.text-sm-center {
		margin-left: -20%;
	}
}

.coli_nav div#navbarSupportedContent {
	transition: none!important;
}

.collapse.show{
	 height: calc(100vh - 140px)!important;
 }

.collapsing{
	height: calc(100vh - 140px)!important;
}


li#menu-item-1244:hover a {
	color: inherit!important;
}

li#menu-item-1244:hover {
	background: inherit;
}

.coli_nav span.close {
	background-image: url(images/close_icon.png);
	width: 1.5em;
	height: 1.5em;
	background-position: center;
	background-repeat: no-repeat;
}

.hidden-bar.scrolled {
	display: none;
}

.home_about p:last-child {
	margin-bottom: 0;
}


@media (min-width: 768px) {
	#home-carousel .carousel-caption .p_heading {
		position: absolute;
		top: -188%;
	}

	.half_caption {
		position: absolute;
		top: -140%;
	}
}

.sub-menu,.not_clickable,.not_clickable > a {
	cursor:default!important;
}

ul#menu-header-menu-2 li > a:hover {
	opacity: .7;
}



#menu-header-menu-2 li > a:hover, #menu-header-menu-2 li > a:focus {
	color: #fff!important;
}

.placeholder_color{
	cursor: default!important;
}
.placeholder_color::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
.placeholder_color::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
.placeholder_color:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
.placeholder_color:-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

