@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html, body {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

html {
	scroll-behavior: smooth;
}
.header-bar {
	background-color: #FDB912;
	height: 10px;
}

header .navbar {
	display: block;
	padding-bottom: 0;
}

.navbar-nav, .nav-item {
	width:100%;
	text-align: center;
	text-transform: uppercase;
}

.nav-item ul li {
	text-transform: capitalize;
	font-size: 14px;
}

.header-nav  {
	position: relative;
}

.header-nav-area {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-nav-area .dropdown-menu {
	border-color: transparent;
	border-radius: 0px;
}

.header-nav-area .nav-item {
	position: relative;
} 

.navbar-light .header-nav-area .navbar-nav .nav-link {
	color: #626366;
}

.navbar-light .header-nav-area .navbar-nav .active>.nav-link, 
.navbar-light .header-nav-area .navbar-nav .nav-link.active, 
.navbar-light .header-nav-area .navbar-nav .nav-link.show, 
.navbar-light .header-nav-area .navbar-nav .show>.nav-link,
.navbar-light .header-nav-area .navbar-nav .nav-link:hover {
	color: #008DD0;
}

.navbar-light .header-nav-area .navbar-nav .nav-link.dropdown-toggle::after {
	display: none;
}

.header-search-area {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
}

.header-search-area a {
	color: #626366;
}

.header-search-area a:hover {
	color: #008DD0;
}

.header-search-area .dropdown-toggle::after {
	display: none;
}

.header-nav .logo-area {
	background: rgba(255, 255, 255, 0.5);
	padding: 40px 20px 20px;
}

.sticky-logo .header-nav .logo-area {
	background: transparent;
	padding: 0;
	
}

.header-nav .logo-area .stick {
	display: none;
}

.header-nav .logo-area .non-stick {
	display: block;
}

.sticky-logo .header-nav .logo-area .stick {
	display: block;
	height: 65px;
	margin-top: 15px;
}

.sticky-logo .header-nav .logo-area .non-stick {
	display: none;
}

.header-search-area .round-icon {
	color: #626366;
	display: inline-block; 
	padding: 2px 5px; 
	border: 1px solid; 
	border-radius: 50%;
	border-color: #c3c3c3;
}

.search-modal .modal-content {
	border-radius: 0;
	border: 0;
	background: #FDB912;
}

.search-modal form {
	position: relative;
}

.search-modal .close-btn {
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;
	background: white;
	opacity: 1;
	border-radius: 50%;
	padding: 0;
}

.search-modal form input, .search-modal form button {
	padding: 10px 0;
}
.search-modal form input[type="text"] {
	width: 100%;
	border-radius: 0;
	border: 0;
	padding-right: 35px;
	padding-left: 10px;
}

.search-modal form button {
	position: absolute;
	border-radius: 0;
	border: 0;
	right: 0;
	top: 0;
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
}


h2 {
	font-size: 2rem;
}

.carousel.slide {
	background: #cecece;
	text-align: center;
} 


.carousel.slide .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #cecece;
	opacity: 1;
}


.carousel.slide .carousel-indicators li.active {
	background-color: #FDB912;
}


.breadcrumbs-container {
	background-color: #008DD0;
}

.breadcrumb {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb:first-child .breadcrumb-item a {
	text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "|";
	color: #fff;
	padding-right: 15px;
}

.breadcrumb .breadcrumb-item.active {
	color: #FDB912;
}

main {
	font-size: 14px;
	padding-bottom: 50px;
}

main p {
	line-height: 180%;
}


main {
	position: relative;
}

main:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: -1;
	background: url('../images/main-background.png') no-repeat fixed center / cover;
}

.main-background {
	position: relative;
}

.main-background:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: -1;
	background: url('../images/main-background.png') no-repeat fixed center / cover;
}

.image-background {
	background: url('../images/main-background.png') no-repeat fixed center / cover;
	position: relative;
}

.image-background.dark:before {
	content: " ";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}


.solutions-container {
	
}

.solutions-container .solutions-items-container {
	position: relative;
	padding: 20px 0;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}

.solutions-container .solutions-items-container:before {
	content: " ";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 0;
}

.ico-content {
	position: relative;
	padding: 5px 0 5px 60px;
	min-height: 45px;
	margin-bottom: 20px; 
}

.ico-content:before {
	content: " ";
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
}

.ico-content.question-icon:before {
	background: url("../images/question-icon.png");
}

.ico-content.answer-icon:before {
	background: url("../images/answer-icon.png");
}

.text-blue {
	color: #008DD0;
}

.title-blue {
	color: #008DD0;
}

.carousel-item-content {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}
.carousel-inner, .carousel-item {
	max-height: 400px;
	height: 400px;
}

.carousel-item .item-image {
	position: absolute;
}


.home-section-1 {
	
}

.home-section-1 .home-section-1-item {
	text-align: center;
}

.home-section-1 .home-section-1-item > img {
	margin-bottom: 25px;
}

.home-section-1 .home-section-1-item .info {
	position: relative;
}

.home-section-1 .home-section-1-item .desc-block {
	position: relative;
	margin-top: 10px;
}

.home-section-1 .home-section-1-item .desc-block:before {
	content: " ";
	height: 100%;
	width: 2px;
	display: inline-block;
	position: absolute;
	background: #008DD0;
	right: -40px;
	z-index: 998;
}

.home-section-1 .home-section-1-item:last-child .desc-block:before {
	display: none;
}

.home-section-1 .home-section-1-item .desc {
	position: relative;
	height: 60px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home-section-1 .home-section-1-item .info{
	border: 1px solid #fff;
	border-right: 0;
	padding: 20px 20px 40px 20px;
	text-align: center;
}

.home-section-1 .home-section-1-item .title {
	background: transparent;
	width: 100%;
	padding-left: 0px;
	font-size: 18px;
}

.home-section-1 .home-section-1-item .btn-area {
	position: absolute;
	background: transparent;
	width: 100%;
	left: 15px;
	padding-left: 5px;
	z-index: 99;
	bottom: -12px;
}

.home-section-1 .home-section-1-item:first-child .info{
	border: 1px solid transparent;
	border-right: 0;
	padding: 20px 20px 40px 20px;
	text-align: center;
}

.home-section-1 .home-section-1-item:first-child .title {
	background: transparent;
	width: 100%;
	padding-left: 0px;
}

.home-section-1 .home-section-1-item:first-child .btn-area {
	position: absolute;
	background: transparent;
	width: 100%;
	left: 15px;
	padding-left: 5px;
	z-index: 99;
	bottom: -12px;
}

.home-section-1 .home-section-1-item:last-child .info{
	border: 1px solid transparent;
	border-left: 0;
	padding: 20px 20px 40px 20px;
	text-align: center;
}

.home-section-1 .home-section-1-item:last-child .title {
	left: initial;
	right: 15px;
	top: -10px;
	padding-right: 5px;
}

.home-section-1 .home-section-1-item:last-child .btn-area {
	left: initial;
	right: 15px;
	padding-right: 5px;
	z-index: 99;
	bottom: -12px;
}

.home-project {
	
}

.home-project-item {
	margin-bottom: 40px;
}

.home-project-item .home-project-item-img {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}

.home-project-item .home-project-item-img img {
	
	margin: auto;
	vertical-align: middle;
}

.home-project-item .home-project-item-title {
	position: relative;
}

.home-project-item .home-project-item-title > div {
	font-weight: bold;
	padding-right: 40px;
	height: 40px;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-project-item .home-project-item-title a {
	color: #212529;
}

.home-project-item .home-project-item-title:before {
	content: " ";
	position: absolute;
	width: 2px;
	height: 100%;
	right: -15px;
	background: #008DD0;
}

.home-project-item:last-child .home-project-item-title:before {
	display: none;
}


.company-name-reg-no {
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	padding: 20px 0 0;
}
.company-name-reg-no small {
	display: block;
	text-align: right;
	font-size: 10px;
}
.contact-location-block {
	padding: 15px 0 20px;
}
.contact-location-block .location-title {
	font-size: 14px;
}
.contact-location-block a.telno {
	color: #212529;
}


.product-list-top-menu {
	background-color: #fff;
	padding: 10px 0;
	line-height: 1rem;
	border-bottom: 1px solid #939597;
}

.product-list-top-menu h5 {
	font-size: 1rem;
	margin-bottom: 0;
}

.product-side-menu {
	position: relative;
	padding: 0 10px 10px 10px;
}

.product-side-menu:before {
	content: " ";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 0;
	top: 0;
	left: 0;
}

.product-side-menu > div {
	position: relative;
}

.product-side-menu .menu-container {
	padding: 0;
}

.product-side-menu .menu-container li {
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px solid #939597;
}

.product-side-menu .menu-container li a, .product-side-menu .menu-container li a:active {
	color: #231F20;
	text-transform: uppercase;
	display: block;
}

.product-side-menu .menu-container li a.active, .product-side-menu .menu-container li a:hover {
	color: #FDB912;
	text-decoration: none;
	
}

.product-list .product-item {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 20px;
	display: block;
	color: #231F20;
	border: 1px solid #dfdfdf;
}

.product-list .product-item:hover {
	text-decoration: none;
}

.product-list .product-item .item-img img {
	height: 150px;
	border: none;
}

.product-list .product-item .item-img {
	margin-bottom: 10px;
}

.video-carousel-list {
	padding: 0 65px;
	position: relative;
}

.video-carousel-list .owl-nav {
	position: unset;
	height: 100%;
}

.video-carousel-list .owl-nav .owl-prev, .video-carousel-list .owl-nav .owl-next {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	font-size: 60px !important;
	color: #fff !important;
}

.video-carousel-list .owl-nav .owl-prev span, .video-carousel-list .owl-nav .owl-next span {
	width: 50px;
	height:50px;
	display: inline-block;
}

.video-carousel-list .owl-nav .owl-prev span:before, .video-carousel-list .owl-nav .owl-next span:before {
	content: " ";
	position: absolute;
	background: #000;
	z-index: -1;
	top: 50%;
	transform: translateY(-40%);
	left: 4px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	opacity: 0.5;
}

.video-carousel-list .owl-nav .owl-prev span:before {
	left: 5px;
}

.video-carousel-list .owl-nav .owl-prev:hover span:before, .video-carousel-list .owl-nav .owl-next:hover span:before {
	opacity: 0.8;
}

.video-carousel-list .owl-nav .owl-next {
	right: 0;
	left: auto;
}

.video-carousel-list .owl-dots {
	display: none;
}

.video-box .item-info {
	background: url('../images/video-play-ico.png') no-repeat 0 12px;
	padding: 10px 0 0 20px;
	text-align: left;
}

.video-box .item-info h2 {
	font-size: 14px;
	margin: 0;
}

.video-box .item-info item-desc {
	color: #6D6E71;
}

.video-box a {
	color: #212529;
}

.video-box a:hover {
	text-decoration: none;
}

.video-box .img-thumbnail {
	height: 180px;
	width: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: auto;
}

.gray-background {
	position: relative;
}

.gray-background:before {
	content: " ";
	background-color: #000;
	opacity: 0.1;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.product-video-range > div {
	margin-bottom: 30px;
}

.product-video-range .range-item {
	position: relative;
	padding: 5px 5px 5px 50px;
	border: 2px solid transparent;
}


.product-video-range .range-item a {
	color: #FDB912;
	text-decoration: underline;
}

.product-video-range .range-item.active {
	border-color: #FDB912;
}

.product-video-range .range-item:hover {
	border-color: #FDB912;
	cursor: pointer;
}


.product-video-range .range-item > div {
	position: relative;
}

.product-video-range .range-item h5 {
	font-size: 14px;
	height: 30px;
}

.product-video-range .range-item:before {
	content: " ";
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0;
	top: 0;
}

.product-video-range .range-item:after {
	content: " ";
	position: absolute;
	height: 62px;
	width: 35px;
	z-index: 0;
	left: 5px;
	top: 5px;
	background: url('../images/product/video/product-video-range-icon.png') no-repeat 0 0;
}

.product-video-range .range-item.adhesives:after {
	background-position-x: 0px;
}

.product-video-range .range-item.fillers:after {
	background-position-x: -200px;
}

.product-video-range .range-item.cleaners:after {
	background-position-x: -400px;
}

.product-video-range .range-item.cement-based-product:after {
	background-position-x: -600px;
}

.product-video-range .range-item.resin-based-surface-treatment:after {
	background-position-y: -100px;
}

.product-video-range .range-item.protective-waterproof-coating:after {
	background-position-x: -200px;
	background-position-y: -100px;
}

.product-video-range .range-item.building-chemicals:after {
	background-position-x: -400px;
	background-position-y: -100px;
}

.product-video-range .range-item.resin-based-paint:after {
	background-position-x: -600px;
	background-position-y: -100px;
}

.product-video-range .range-item.plasters:after {
	background-position-y: -210px;
}

.product-video-range .range-item.tiling-products:after {
	background-position-x: -200px;
	background-position-y: -210px;
}

.product-video-range .range-item.cementitious-flooring:after {
	background-position-x: -400px;
	background-position-y: -210px;
}

.option.dropdown .btn.dropdown-toggle, .option.dropdown .dropdown-menu {
	width: 40%;
}

.option.dropdown .dropdown-menu {
	border-radius: 0;
	border-top: 0;
	border-color: #616161;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.option.dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #616161;
	padding: .35rem 1.5rem;
}


.option.dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #4c4c4c;
	color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #4c4c4c;
	color: #fff;
}

.btn.dropdown-toggle::after {
	display: none;
	background-color: #fff;
}

.project-list {
	
}

.project-list .project-item {
	display: block;
	border: 1px solid #C6C8CA;
	padding: 20px;
	height: 100%;
	background: #fff;
}

.project-list > div {
	margin-bottom: 25px;
}

.project-list .project-item .img-thumbnail {
	padding: 0;
	border: 0;
	height: 250px;
	margin-bottom: 15px;
	border-radius: 0;
}

.project-list .project-item .item-info {
	background: url('../images/map-pin.png') no-repeat 0px 5px;
	padding-left: 20px;
	color: #212529;
	margin-bottom: 35px;
}

.project-list .project-item .item-info:hover {
	text-decoration: none;
}

.project-detail .pro-info {
	
}

.project-detail .pro-title {
	background: url('../images/map-pin.png') no-repeat 20px 10px;
	padding-left: 35px;
	color: #212529;
	margin-bottom: 35px;
}


.project-detail .pro-info a {
	color: #212529;
}

.project-detail .pro-info table {
	width: 100%;
}

.project-detail .pro-info table tr {
	border-bottom: 1px solid #939597;
}

.project-detail .pro-info table tr td {
	padding: 5px 0;
}


.projects-list-carousel {
	padding: 0 50px;
	position: relative;
}

.projects-list-carousel .img-thumbnail {
	height: 150px;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.projects-list-carousel .owl-nav {
	position: unset;
	height: 100%;
}
.projects-list-carousel .owl-nav .owl-prev, .projects-list-carousel .owl-nav .owl-next {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	font-size: 60px !important;
	color: #626366 !important;
}

.projects-list-carousel .owl-nav .owl-next {
	right: 0;
	left: auto;
}

.projects-list-carousel .owl-dots {
	display: none;
}

.projects-list-carousel a .img-thumbnail {
	border: 2px solid transparent;
}

.projects-list-carousel a:hover .img-thumbnail {
	border-color: #FDB912;
}

.product-detail {
	
}

.product-detail ul, .product-detail ol{
	padding-left: 20px;
	list-style-position: outside;
}

.product-detail .pro-info {
	
}

.product-detail .pro-info .sub-title {
	font-style: italic;
	margin-bottom: 10px;
}

.product-detail .pro-info table {
	width: 100%;
}

.product-detail .pro-info table tr {
	border-bottom: 1px solid #939597;
}

.product-detail .pro-info table tr td {
	padding: 5px 0;
}

.product-detail .pro-info table tr td:first-child {
	font-weight: bold;
}

.product-detail .pro-info table tr.noborder {
	border-bottom: 0;
}


.product-detail .pro-info table a {
	color: #231F20;
	font-size: 12px;
}


.product-detail .pro-info table a:hover {
	color: #FDB912;
	text-decoration: none;
}

.product-tab-content > ul {
	list-style: none;
	padding: 0;
}

.product-tab-content > ul li {
	display: inline-block;
	width:29.5%;
	margin-right: 5%;
}

.product-tab-content > ul li:last-child {
	margin-right: 0;
}

.product-tab-content > ul li .btn {
	width:100%;
}

.product-tab-content > ul li.ui-tabs-active .btn {
	color: #fff;
	background: #4c4c4c;
}


.page-search-form {
	background: #FDB912;
	padding: 20px 0;
}

.page-search-form form {
	position: relative;
}

.page-search-form input {
	width: 100%;
	border: 0;
	padding: 10px 50px 10px 20px;
}

.page-search-form button {
	position: absolute;;
	padding: 10px 20px 10px 20px;
	right: 0;
	border: 0;
	background: transparent;
}


footer {
	background-color: #626366;
	font-size: 14px;
	font-weight: normal;
}

footer h2 {
	font-size: 30px;
}

footer h2 small {
	font-size: 9px;
}

footer label {
	font-size: 12px;
	font-style: italic;
}


.f-section-1 {
	color: #fff;
}

.f-section-1 a {
	color: #fff; 
}

.f-section-1 a:hover {
	color: #008DD0; 
	text-decoration: none;
}

.icon-mark {
	padding-left: 40px;
	position: relative;
}

.icon-mark .icon {
	position: absolute;
	left: 2px;
	top: 3px;
	font-size: 20px;
}

.f-section-2 {
	background-color: #FDB912;
	font-size: 14px;
}


.grey-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #626366;
	color: #fff;
}

a.grey-button:hover {
	color: #fff;
}

.btn {
	color: #616161;
	background: #FFF;
	border: 1px solid #616161;
	font-size: 12px;
	border-radius: 0;
}

.btn:hover {
	color: #fff;
	background: #4c4c4c;
}

.mapouter {
	position:relative;
	text-align:right;
	height:301px;
	width:100%; 
	border: 1px solid #939597;
	overflow:hidden;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:300px;
	width:100%;
}

.text-white {
	color: #fff;
}

#scroll-top {
	padding: 3px 10px;
	background: #000;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	opacity: 0.5;
}

#scroll-top:hover {
	cursor: pointer;
	opacity: 0.8;
}

.distribution-center {
	overflow: hidden;
}

.distribution-center-item .item-desc {
	position: relative;
	margin-top: 5px;
}

.distribution-center-item h3 {
	font-size: 14px;
	padding: 0px 0 5px;
	margin: 0;
}
.distribution-center-item span {
	font-size: 12px;
}



.pagination li {
	position: relative;
	border: 1px solid #616161;
	margin-right: 5px;
}

.pagination li.cur, .pagination li:hover, .pagination li span a:hover {
	border-color: #FDB912;
	color: #FDB912;
	font-weight: bold;
}

.pagination li span {
	position: relative;
	display: block;
}

.pagination li.cur span {
	padding: 5px 10px;
}

.pagination li span a {
	display: block;
	padding: 5px 10px;
	color: #231F20;
}

.pagination li span a:hover {
	text-decoration: none;
} 

.pagination li:before {
	content: " ";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 0;
	top: 0;
	left: 0;
}


@media (min-width: 992px) {
	.container-top-menu {
		max-width: 960px;
		margin: auto;
	}
	
	.header-nav .logo-area {
		background: rgba(255, 255, 255, 0.5);
		position: absolute;
		top: -20px;
		left: -50px;
		z-index: 99;
		padding: 40px 20px 20px;
	}
	
	.header-nav-area .nav-item.show:after {
		content: " ";
		width: 8px;
		height: 13px;
		background: url('../images/menu-active-icon.png') no-repeat;
		background-size: contain;
		display: inline-block;
		position: absolute;
		bottom: -8px;
		z-index: 99;
	}
	
	.header-nav-area .nav-item.show:before , .header-nav-area .nav-item .nav-link.active:before {
		content: " ";
		height: 5px;
		background-color: #FDB912;
		display: block;
		position: absolute;
		bottom: -10px;
		width: 100%;
	}
	
	.header-nav-area .dropdown-menu {
		margin-top: 9px;
	}
	
	.mobile-logo {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.header-nav .header-nav-area {
		text-align: right;
	}
	
	.header-nav .logo-continer-area {
		display: block;
		max-width: initial;
		text-align: center;
		flex: auto;
	}
	.header-nav .header-nav-area {
		/*display: block;*/
		/*max-width: initial;*/
		text-align: left;
		flex: auto;
	}
	.header-nav .header-search-area {
		/*display: block;*/
		/*max-width: initial;*/
		text-align: right;
		max-width: 25%;
		flex: auto;
	}
	.navbar-nav, .nav-item {
		text-align: left;
	}
	
	.header-nav .logo-area {
		padding: 10px 20px 20px;
	}
	
	.desktop-logo {
		display: none !important;
	}
	
	.project-list .project-item .img-thumbnail {
		height: auto;
	}
	
	.option.dropdown .btn.dropdown-toggle, .option.dropdown .dropdown-menu {
		width: 50%;
	}

	
}

@media (max-width: 768px) {
	.header-nav .logo-area {
		left: -15px;
	}
	
	.header-nav .header-search-area {
		max-width: 16.666667%;
	}
	
	.home-section-1 .home-section-1-item {
		margin-bottom: 60px;
	}
	
	.home-section-1 .home-section-1-item:last-child {
		margin-bottom: 0px;
	}
	
	.home-section-1 .home-section-1-item:first-child .info,
	.home-section-1 .home-section-1-item:last-child .info {
		text-align: center;
		border-color: #fff;
	}
	
	.home-section-1 .home-section-1-item .btn-area,
	.home-section-1 .home-section-1-item:first-child .btn-area
	.home-section-1 .home-section-1-item:last-child .btn-area,
	.home-section-1 .home-section-1-item .title,
	.home-section-1 .home-section-1-item:first-child .title
	.home-section-1 .home-section-1-item:last-child .title {
		left: 0px !important;
		right: initial !important;
	}
	
	.home-section-1 .home-section-1-item .desc-block:before {
		display: none;
	}
	
	.home-project-item:last-child .home-project-item-title:before, 
	.home-project-item:nth-child(even) .home-project-item-title:before {
		display: none;
	}
	
	.option.dropdown .btn.dropdown-toggle, .option.dropdown .dropdown-menu {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.distribution-center-item .item-desc:before {
		content: " ";
		position: absolute;
		width: 2px;
		height: 100%;
		background-color: #008DD0;
		top: 0;
		right: -18px;
	}
	
	.distribution-center-item:last-child .item-desc:before {
		background: transparent;
	}
}