@charset "UTF-8";

@font-face {
font-family: 'Gibson';
src: local('Gibson'), url('../../assets/font/Gibson.ttf') format('truetype');
}

@font-face {
font-family: 'Gibson-Semibold';
src: local('Gibson-Semibold'), url('../../assets/font/Gibson-SemiBold.ttf') format('truetype');
}

:root {
	--theme-color-lime: #bfd571;
	--theme-color-grey: #6b757c;
	--theme-color-grey-dark: #575757;

	--theme-font: "Manrope", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--theme-font-gibson-regular: 'Gibson', sans-serif;
	--theme-font-gibson-medium: 'Gibson-Semibold', sans-serif;
}

html {scroll-padding-top: 4.5rem;}

body {
	position: relative;
	font-size:14px;
	font-family: var(--theme-font);
}

a {color: var(--theme-color-grey);text-decoration: none;transition: all 0.4s;}
a:hover {color: var(--theme-color-lime);}

nav
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;

	-webkit-box-shadow: 0px 7px 5px -4px rgba(94,92,94,0.29);
	-moz-box-shadow: 0px 7px 5px -4px rgba(94,92,94,0.29);
	box-shadow: 0px 7px 5px -4px rgba(94,92,94,0.29);
}

nav .navbar-toggler {border: none;}
nav .navbar-toggler:focus {box-shadow: none;}

nav .navbar-brand {
	color: #000;
	font-family: var(--theme-font);
	font-weight: 700;
	letter-spacing: 0.0625em;

	font-size: 1.5em;
	transition: font-size 0.3s ease-in-out;
}

nav .navbar-brand img {
	height: 55px;
	transition: height 0.3s ease-in-out;
}

nav .navbar-nav .nav-item {margin-right: 30px;}
  
nav .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}

nav .navbar-nav .nav-item .nav-link.active, nav .navbar-nav .nav-item .nav-link:hover {color: var(--theme-color-lime);}

nav.navbar-shrink {
	padding-top: 7px;
	padding-bottom: 7px;
}

nav.navbar-shrink .navbar-brand img {height: 40px;}
nav.navbar-shrink .navbar-nav .nav-item .nav-link {font-size: 14px;}
nav .navbar-nav .nav-item:last-child {margin-right: 0;}

.dropdown-menu {border-radius: 0;padding: 0;}
.dropdown-item {font-size: 14px;}
nav.navbar-shrink .dropdown-item {font-size: 13px;}

.dropdown-item.active, .dropdown-item:active {background-color: var(--bs-dropdown-link-hover-color);}


.dropdown-menu {z-index: 9999;}

.dropdown:hover > .dropdown-menu {display:block;}
.dropdown > .dropdown-menu {display:none;}


.burger {width: 50px;}
.burger:before,
.burger:after,
.burger span {
	background: #333;
	content: "";
	display: block;
	height: 3px;
	border-radius: 3px;
	margin: 5px 0;
	transition: 0.5s;
}
.burger.collapsed:before,.burger.collapsed:after,.burger.collapsed span {transform: none;background: #333;}
.burger:before {transform: translateY(8px) rotate(135deg);}
.burger:after {transform: translateY(-8px) rotate(-135deg);}
.burger span {transform: scale(0);}

/**HOMEPAGE**/
header .banner-text, .section-banner .banner-text
{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

header h2{
	font-size: 42px;
	font-weight: 800;
	line-height: 54px;
}

header h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.section-banner p{
	font-size: 18px;
	font-weight: 400;
}

.section-banner h2{
	font-size: 18px;
	font-weight: 800;
	color: var(--theme-color-lime);
}

.section-banner-digital-signage-solutions p{font-size: 42px;font-weight: 600;}

.section-banner-digital-signage-solutions h2{}

.banner-sale-rent{width: 35%;margin-left: 20px;}


.section-banner-digital-signage-solutions .banner-item{
	position: absolute;
	top: 50px;
	right: 70px;
	/*height:882px;width: 351px; Original Size*/
	height:729px;width: 290px;
}


.section-digital-signage h3
{
	font-size: 22px;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 30px;
}

.section-digital-signage li
{
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 10px;
}

.section-carousel-signage .carousel-indicators {bottom: 50px !important;}

.section-carousel-signage .carousel-indicators button {
	width: 22px !important;
	height: 22px !important;
	margin-right: 7px;
	margin-left: 7px;
	border-radius: 10px;
}

.section-carousel-signage .carousel-indicators [data-bs-target] {opacity: 1;}

.carousel-box
{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,.7);
	z-index: 1;
}

.carousel-box h3
{
	font-size: 28px;
	color: #273740;
	font-weight: 700;
}

.carousel-box li
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.text-solutions {color: #024959 !important;}
.text-services {color: #3ca6a6 !important;}
.text-others {color: #99a769 !important;}

.section-products
{
	font-size: 12px;
	color: var(--theme-color-grey);
	margin-top: 87px;
}

.section-breadcrumbs
{
	font-size: 12px;
	color: var(--theme-color-grey);
	margin-top: 120px;
}

.breadcrumbs a{color: var(--theme-color-lime);}
.breadcrumbs a:hover{color: var(--theme-color-grey-dark);text-decoration: underline;}
.breadcrumbs .home{	color: var(--theme-color-grey-dark) !important;}

.section-products h3
{
	font-size: 14px;
	font-weight: 700;
	color: var(--theme-color-lime);
	margin-bottom: 15px;
}

.section-products h4
{
	font-size: 24px;
	font-weight: 600;
	font-family: var(--theme-font-gibson-regular);
	margin-bottom: 15px;
}

.section-products h5
{
	font-size: 20px;
	font-weight: 600;
	font-family: var(--theme-font-gibson-regular);
	margin-bottom: 5px;
}

.product-box h5
{
	font-size: 17px;
	font-weight: 500;
	color: var(--theme-color-lime);
	margin-bottom: 5px;
}

.product-box p
{
	font-size: 12px;
	font-weight: 300;
	color: #000;
	margin-bottom: 25px;
}

.section-page-solutions h3{
	font-size: 24px;
	font-weight: 300;
	font-family: var(--theme-font-gibson-medium);
	margin-bottom: 20px;
}

.section-page-solutions ul{padding-left: 17px;}
.section-page-solutions li{margin-bottom: 5px;}


.banner-text-vision h2, .banner-text-core h2{
	font-family: var(--theme-font-gibson-medium);
	font-size: 24px;
	margin-bottom: 15px;
}

.banner-text-vision p{font-size: 17px;color: #000;}

.core-box{min-height: 300px;}

.core-box h3{
	font-size: 18px;
	color: var(--theme-color-lime);
}

.core-box p{font-size: 13px;color: #000;}

.section-about-clients h3{
	font-family: var(--theme-font-gibson-medium);
	font-size: 24px;
	margin-bottom: 15px;
}

.section-about-clients ul{list-style-type: none; padding-left: 0px;}
.section-about-clients li{margin-bottom: 5px;}

.section-banner-contact{

	background-color: #fafafa;
	color: #000;
	margin-top: 86px;
	border-bottom: 4px solid #fff;
}

.section-banner-contact a{color: #000000 !important;}
.section-banner-contact a:hover{color: var(--theme-color-lime) !important;}

.section-banner-contact h2{
	font-family: var(--theme-font-gibson-medium);
	font-size: 26px;
	margin-bottom: 15px;
}

.section-banner-contact h3{font-size: 20px;color: #000;}
.section-banner-contact p{font-size: 14px;color: #000;}
.section-page-partners{font-size: 16px;}

.section-page-partners h2{
	font-family: var(--theme-font-gibson-medium);
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.section-page-partners h3{
	font-size: 40px;
	color: var(--theme-color-grey-dark);
	font-weight: 400;
}

.section-page-partners h3 span {color: var(--theme-color-lime);}

.section-page-partners p{}

.section-page-partners ul{list-style-type: none; padding-left: 0px;}
.section-page-partners li{margin-bottom: 5px;color: var(--theme-color-grey-dark);}

.section-page-partners li a {color: var(--theme-color-grey-dark);}
.section-page-partners li a:hover {color: var(--theme-color-lime); text-decoration: underline;}

.section-offers h3{
	font-size: 36px;
	font-weight: 500;
}

.section-offers h4{
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}


.section-offers h3 i{
	font-size: 22px;
	font-weight: 500;
	color: var(--theme-color-lime);
	margin-left: 40px;
}

.section-offers h5{
	font-family: var(--theme-font-gibson-regular);
	font-size: 24px;
	font-weight: 600;
	color: var(--theme-color-grey-dark);
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.section-offers h5 a{color: var(--theme-color-grey-dark);}
.section-offers h5 a:hover{color: var(--theme-color-grey-dark);text-decoration: underline;}

.section-offers p a{color: #000; text-decoration: underline;}
.section-offers p a:hover{color: var(--theme-color-lime); text-decoration: none;}

.section-offers .card, .section-offers .card-img, .section-offers .card-img-top {border-radius: 0px;}

.section-offers .card .card-img-top {border-bottom: 5px solid var(--theme-color-lime);}

.section-offers .card-solutions .card-img-top {border-color: #024959;}
.section-offers .card-services .card-img-top {border-color: #3ca6a6;}
.section-offers .card-other .card-img-top {border-color: #99a769;}

.section-offers .card-body{position: relative;}
.section-offers .list-group{background-color: transparent;}
.section-offers .list-group-item{background-color: transparent;}

.section-offers .card-title-icon{
	position: absolute;
	top: 5px;
	right: 10px;
	height: 67px;
}

.section-offers .list-group-item
{
	/*color: #024959;*/
	font-size: 13px;
	transition: all 0.4s;
}

/*
.section-offers .list-group-item:hover
{
	color: var(--theme-color-lime);
	text-decoration: underline;
}*/

.section-offers p{
	font-size: 13px;
	font-weight: 300;
}

.section-partners{background-color: #f0f1f5;}

.section-partners h3 {
	font-size: 40px;
	color: var(--theme-color-grey-dark);
	font-weight: 400;
}

.section-partners p {
	font-size: 18px;
	color: var(--theme-color-grey-dark);
	font-weight: 400;
}

.section-partners h3 span {color: var(--theme-color-lime);}

.section-clients h3 {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	padding: 0 300px;
}

.section-clients .client-logos{margin-top: -170px;}

.section-clients .btn,.section-partners .btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px 25px 10px 25px;
	background-color: var(--theme-color-lime);
	border: 1px solid var(--theme-color-lime);
	border-radius: 2px;
}

.section-whats-new {background-color: #f0f1f5;}

.section-whats-new h2 {
	font-size: 38px;
	font-weight: 400;
	color: #000;
}

.carousel-control-next {right: -30px;}
.carousel-control-prev {left: -30px;}

.carousel-control-next, .carousel-control-prev {opacity: 1;}
.carousel-control-prev-icon, .carousel-control-next-icon {
	color: #c6c6c6;
	opacity: 1;
	line-height: 48px;
	background-image: none;
	background-color: #ffffff;
	width: 47px;
	height: 47px;
	border-radius: 50%;
}

.carousel-control-prev-icon:after, .carousel-control-next-icon:after {     
	content: "\f0a8";
	font-size: 50px;
	font-weight: 200;
	font-family: 'Font Awesome 5 Pro', sans-serif;
}

.carousel-control-next-icon:after {content: "\f0a9";}
.carousel-indicators {bottom: -50px;}
.carousel-indicators .active {background-color: var(--theme-color-lime);}

.carousel-indicators button{
	display: inline-block;
	width: 70px !important;
	height: 10px !important;
	margin: 1px;
	text-indent: 0px !important;
	border: none !important;
	border-radius: 5px;
}

.section-page-contact {
	background-color: #f0f1f5;
	border-bottom: 15px solid #f0f1f5;
}

.section-page-contact h3 {
	font-size: 38px;
	font-weight: 400;
	color: var(--theme-color-lime);
}

.section-page-contact h3 i {
	font-size: 24px;
	font-weight: 400;
	margin-left: 15px;
}

.section-page-contact p {
	font-size: 12px;
	font-weight: 400;
}

.section-page-contact input,
.section-page-contact textarea {
	font-size: 16px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #666;
	color: #333;
	border-radius: 2px;
}
.section-page-contact textarea {resize: none;}

.section-page-contact .btn-novus {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 5px 35px 5px 35px;
	background-color: var(--theme-color-lime);
	border: 1px solid var(--theme-color-lime);
	border-radius: 2px;
}

.section-page-contact .form-control:focus {
	color: #333;
	border: 1px solid var(--theme-color-lime);
	outline: 0;
	box-shadow: none;
}

.section-contact {
	background-color: var(--theme-color-lime);
	border-bottom: 15px solid #cfe095;
}

.section-contact a {color: #000;}
.section-contact a:hover {text-decoration: underline;}

.section-contact h2 {
	font-size: 34px;
	font-weight: 400;
	color: #fff;
}

.section-contact h3 {
	font-size: 17px;
	font-weight: 500;
}

.section-contact p {
	font-size: 12px;
	font-weight: 400;
}

.section-contact input,
.section-contact textarea {
	font-size: 16px;
	padding: 5px;
	background-color: var(--theme-color-lime);
	border: 1px solid #fff;
	color: #fff;
	border-radius: 2px;
}
.section-contact textarea {resize: none;}

.section-contact .btn-novus {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 5px 35px 5px 35px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
}

.section-contact input::placeholder,.section-contact textarea::placeholder {color: #fff;opacity: 1; /* Firefox */} /* Chrome, Firefox, Opera, Safari 10.1+ */
.section-contact input:-ms-input-placeholder,.section-contact textarea::placeholder {color: #fff;} /* Internet Explorer 10-11 */
.section-contact input::-ms-input-placeholder,.section-contact textarea::placeholder {color: #fff;} /* Microsoft Edge */

.form-control:focus {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	outline: 0;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.1);
}

.form-check-input:checked {
	background-color: var(--theme-color-lime);
	border-color: var(--theme-color-lime);
}

footer {
	color: var(--theme-color-grey);
	font-size: 14px;
}

footer h3{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--theme-font-gibson-regular);
}

footer h3 a{
	color: #000;
	transition: all 0.4s;
}

footer .list-group-item
{
	color: var(--theme-color-grey);
	font-size: 12px;
	transition: all 0.4s;
}

/*
footer .list-group-item:hover{color: var(--theme-color-lime);text-decoration: underline;}*/
footer .logo {height: 55px;}