/* COMMONS */

:root {
	--theme-color1: #94c11f;
	--theme-color2: #181b3c;
	--theme-color2-rgba = rgba(24, 27, 60, 1);
}

.equal, 
.row.equal
{
    display: flex;
    flex-wrap: wrap;
}

p {
	color:#fff;
	line-height:1.6;
	font-size: 18px;
}
b {
	color:#fff;
}
h5 {
	color:#fff;
}
a {
	color:#fff;
}
a:hover {
	color:rgba(255, 255, 255, 0.9);
}

h1, h2, h3, h4, h5, h6 {
	color:var(--theme-color1);
}

ul.inline {
	margin:0;
	padding:0;
	width:100%;
	text-align: center;
	list-style: none;
}
ul.inline li {
	display:inline-block;
	margin:0;
	margin: 0 10px 10px;
	text-align: center;
}

.row-equal {
	display: flex;
	flex-wrap: wrap;
}

.btn {
	border-radius: 20px;
}
.btn-emc3 {
	border: solid 2px var(--theme-color1); 
	background-color:var(--theme-color2);
	color:var(--theme-color1) !important;
}
.btn-emc3:hover {
	background-color:var(--theme-color1);
	color:var(--theme-color2) !important;
}

.btn-emc3-2 {
	background-color: var(--theme-colo2);
	border:solid 2px var(--theme-color1);
	color:var(--theme-color1) !important;
}
.btn-emc3-2:hover,
.btn-emc3-2.active {
	background-color:var(--theme-color1);
	color:var(--theme-color2) !important;
}

.btn-emc3-3 {
	border: solid 2px var(--theme-color2); 
	background-color:var(--theme-color2);
	color:var(--theme-color1) !important;
}
.btn-emc3-3:hover,
.btn-emc3-3.active {
	background-color:#fff;
	color:var(--theme-color2) !important;
}

.blog-details__social-list a.blog-details__social-list a {
	border: solid 2px var(--theme-color1); 
	background-color:var(--theme-color2);
	color:var(--theme-color1) !important;
}
.blog-details__social-list a.blog-details__social-list a:hover {
	background-color:var(--theme-color1);
	color:var(--theme-color2) !important;
}

.spinner-border {
	color: var(--theme-color1);
}

.sep-min50 {
	display:inline-block;
	width:50px;
	height:10px;
	border-radius: 20px;
	background-color: var(--theme-color1);
}
.sep-min100 {
	display:inline-block;
	width:100px;
	height:10px;
	border-radius: 20px;
	background-color: var(--theme-color1);
}
.sep-min200 {
	display:inline-block;
	width:200px;
	height:10px;
	border-radius: 20px;
	background-color: var(--theme-color1);
}

.bg-theme {
	background-color: var(--theme-color1);
}
.color-theme {
	color: var(--theme-color1);
}
.bg-theme2 {
	background-color: var(--theme-color2);
}
.color-theme2 {
	color: var(--theme-color2);
}

.aw-current-path {
	color: var(--theme-color1) !important;
}

.aw-section-title {
	text-align:center;
	padding-bottom:20px;
}
.aw-section-title p {
	color:#fff;
	margin:0;
	padding:0;
	line-height:1;
	text-transform: uppercase;
}
.aw-section-title h3 {
	color:var(--theme-color1);
}

/* HEADER */

.sticky-header {
  background: var(--theme-color2);
}
.sticky-header .main-menu .navigation > li > a {
  color: #ffffff !important;
}
.sticky-header .mobile-nav-toggler {
  color: #fff;
}

.header-style-one .main-box .logo-box::before {
	background: var(--theme-color2);
}
.header-style-one .main-box .logo-box .logo img {
	-webkit-filter: none;
	filter: none;
	max-width: 280px;
}

.main-header .header-lower {
	background-color: var(--theme-color2);
}

.main-menu .navigation > li > a {
	color:#ffffff;
}

.main-menu .navigation > li.current-menu-item > a {
	color: var(--theme-color1);
}

.main-header .ui-btn {
  color: #ffffff;
}

.mobile-nav-toggler {
	color: #ffffff;
}

.main-menu .navigation > li > ul > li {
 	padding-left:0;
}
.main-menu .navigation > li > ul > li > a {
	margin: 0 20px;
}

.main-menu .navigation > li > ul > li:hover {
  	background-color: var(--theme-color1);
}

.main-menu .navigation > li > ul > li:hover > a {
  	color: var(--theme-color2) !important;
}

.main-menu .navigation > li > ul {
  padding: 0;
}

@media only screen and (max-width: 1199.9px) {
	.header-style-one .main-box .logo-box .logo img {
		max-width: 170px;
	}
	.main-header .btn.btn-emc3 {
		display: none;
	}
}

/* FOOTER */

footer {
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
	padding-top:50px;
}

footer .logo {
	display:block;
	width: 100%;
	max-width: 320px;
}

footer .text {
	display:block;
	color:#ffffff;
	padding-bottom:20px;
	padding-left: 23px;
	font-size:14px;
}

footer .footer-title{
	font-size: 25px;
	padding-top: 19px;
	font-weight: 700;
	padding-bottom:20px;
	color: var(--theme-color1);
}

footer a {
	display: inline-block;
	padding-bottom:16px;
	color:#ffffff !important;		
}
footer a:hover {
	color:var(--theme-color1) !important;
	text-decoration: underline;
}

footer .footer-lower {
	border-top:solid 1px #ffffff;
	margin-top:30px;
	padding:20px 0;
	font-size: 12px;
}
footer .footer-lower div{
	text-align: center !important;
}

footer .social-icon-one li a {
	border:solid 2px var(--theme-color1);
	background-color: var(--theme-color2);
	color: var(--theme-color1) !important;
	display: block;
	font-size: 24px;
	line-height: 1em;
	position: relative;
	padding: 15px 14px;
	border-radius: 100%;
	text-align: center;
}
footer .social-icon-one li a:hover {
	border:solid 2px var(--theme-color1);
	background-color: var(--theme-color1);
	color: var(--theme-color2) !important;
}

/* PAGE TITLE */
.page-title {
	background-color: var(--theme-color2);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:  0;
	min-height: 250px;
}
.page-title::before {
	background: #000;
	opacity:0.5;
}
.page-title .title {
	color: var(--theme-color1);
	font-size: 55px;
  	line-height: 1.2;
}

.tm-page-title .padding-medium {
	padding-top: 80px;
	padding-bottom: 100px;
}
.tm-page-title .breadcrumbs {
	font-size: 16px;
	margin-top: 0 !important;
}

.blog-details__content {
	margin-top: 0px;
}


.aw-img-libri {
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding:20px 0;
}
.aw-img-libri img {
	wdisplay: inline-block;
	max-height: 100%;
	width: auto;
}

.aw-img-news {
	width: 100%;
	height:100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.aw-img-news img {
	width: 105%;
	max-width: 105%;
}

/* TEAM */
.team-section {
	padding: 90px 0 60px;
}

.team-details__top-name {
	color: var(--theme-color1);
}
.team-details__top-title {
	color: #fff;
	font-weight: 700;
	font-size:19px;
}
.team-details__top-text-1 {
  font-size: 18px;
  line-height: 1.4;
}
.team-details__top-text-1 small {
	display:block;
  	color: #fff;
	text-align: right;
}
.team-block .inner-box {
	padding: 0 40px;
}
.team-block .info-box .designation {
	color:#fff;
}

.team-block .info-box h4 a {
	color:var(--theme-color1);
}

.team-block .social-links a {
	border:solid 2px var(--theme-color1);
	color: var(--theme-color2);
	background-color: var(--theme-color1);
}
.team-block .social-links a:hover {
	color: var(--theme-color1);
	background-color: var(--theme-color2);
}

.team-details__social a {
	border:solid 2px var(--theme-color1);
	color: var(--theme-color2);
	background-color: var(--theme-color1);
}
.team-details__social a:hover {
	color: var(--theme-color1);
	background-color: var(--theme-color2);
}

.project-block .inner-box .content-box .inner .text {
	font-weight: 400;
	line-height: 1.1;
	font-size: 14px;
}
.project-block .inner-box .content-box .inner .text p {
	font-size: 15px;
}

/* AW SLIDESHOW */
.aw-sesw-eyelet {
	color:#ffffff;
	font-size:28px;
	line-height: 1;
}
.aw-sesw-title {
	color:#ffffff;
	font-size:75px;
	line-height: 1.2;
}
.aw-sesw-title span {
	color:var(--theme-color1);
}

/* AW CONTENT SECTIONS */

.aw-cs {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background: -webkit-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: -o-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: linear-gradient(to bottom right, #181b3c 0%, #040619 100%); 
}
.aw-cs.bordertop {
	border-top: solid 5px var(--theme-color1);
}

.aw-cs .aw-cs-content {
	line-height: 1.2;
}
.aw-cs .aw-cs-right .aw-cs-content {
	padding:80px;
}
.aw-cs .aw-cs-left .aw-cs-content {
	padding:100px;
}
.aw-cs .aw-cs-content h2 {
	color:var(--theme-color1);
	margin-bottom:20px;
	font-size:46px;
}
.aw-cs .aw-cs-image {
	width:100%;
	height:100%;
	min-height:300px;
	position:relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aw-cs-green {
	padding:80px 80px;
	line-height: 1.2;
	text-align: center;
	background-color: var(--theme-color1);
}
.aw-cs-green .title {
	color:var(--theme-color2);
}
.aw-cs-green .subtitle {
	color:var(--theme-color2);
}
.aw-cs-green p {
	font-size:25px;
	line-height: 1.4;
	margin-bottom:0;
}


/* AW THREE COLUMNS BOXES */

.aw-tcb {
	background: -webkit-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: -o-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: linear-gradient(to bottom right, #181b3c 0%, #040619 100%); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.aw-tcb .project-block .inner-box .content-box .content {
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
.aw-tcb .project-block .inner-box .content-box .content:hover {
	background:rgba(24, 27, 60, 0.8);
}
.project-block .inner-box {
	margin-right: 15px;
	margin-left: 15px;
}
.project-block .inner-box .content-box .read-more {
	display:none;
}
.project-block .inner-box:hover .content-box .read-more {
	display:flex;
}

.aw-tcb .project-block .inner-box .content-box::before {
	display:none;
}
.aw-tcb .project-block .inner-box .content-box .content::before,
.aw-tcb .project-block .inner-box .content-box .content::after {
	display:none;
}

/* AW CUSTOMERS CAROUSEL */

.aw-customers {
	padding: 60px 0 0;
	background: -webkit-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: -o-linear-gradient(top left, #181b3c 0%, #040619 100%);
	background: linear-gradient(to bottom right, #181b3c 0%, #040619 100%);
}

.aw-customers .auto-container {
	padding-bottom:60px;
}

.aw-customers .aw-customer {
	position: relative;
	padding:25px;
}
.aw-customers .aw-customer span {
	position: absolute;
	bottom:10px;
	left:0;
	width:100%;
	text-align: center;
}
.aw-customers .aw-customer .aw-customer-c {
	display:none;
}
.aw-customers .aw-customer.slick-center {

	background-color: #fff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.aw-customers .aw-customer.slick-center .aw-customer-c {
	display:block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.aw-customers .aw-customer.slick-center .aw-customer-w {
	display:none;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.aw-customers .aw-customers-comments {
	margin-top:40px;
	padding:40px 0 0;
	background-color: #140f25;
	min-height:200px;
}
.aw-customers .aw-customer-comment {
	display:none;
	padding:40px 0;
}
.aw-customers .aw-customer-comment .aw-customer-t {
	color:#fff;
	font-size: 24px;
  	line-height: 1.3;
}
.aw-customers .aw-customer-comment .aw-customer-s {
	color:var(--theme-color1);
}
.aw-customers .aw-customer-comment.open {
	display:block;
}

/* AW COMMENTS CAROUSEL */

.aw-comments  {
	text-align: center;
	padding:60px 0;
	background-color: #140f25;	
}

.aw-comments .aw-comment {
	position:relative;
	height:350px;
}

.aw-comments .aw-comment .aw-comment-inner {
	position:absolute;
	width:90%;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%)
}

.aw-comments .aw-comment .aw-comment-inner p {
	text-align: center;
	color:#fff;
	font-size: 22px;
  	line-height: 1.3;
}
.aw-comments .aw-comment .aw-comment-inner em {
	text-align: center;
	color:var(--theme-color1);
  	line-height: 1.3;
}

/* NEWS LIST */

.aw-news {
	background-color: var(--theme-color2);
	padding: 90px 0 60px;
}

.aw-news .news-block:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
.aw-news .news-block .inner-box {
	border: none;
  	box-shadow: none;
	background-color: transparent;
	color:#fff;
}
.aw-news .news-block .inner-box .image-box .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%;
	padding-top: 58.25%;
	background-color: #fff;
}
.news-block .inner-box .image-box .image img:first-child {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.news-block .inner-box:hover .image-box .image img:first-child {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.aw-news .news-block .inner-box .image-box .image img {
	position: absolute;
	top: 0;
	left: 50%;
	height: 102%;
	width: auto;
	min-width: 102%;
}
.aw-news .news-block .inner-box .image-box.libri .image img {
	min-width: unset;
}

.aw-news .news-block .inner-box .image-box .date {
	font-size:14px;
	background: var(--theme-color1);
	color: var(--theme-color2) !important;
}
.aw-news .news-block .inner-box .content-box .post-meta li {
	color: #fff;
}
.aw-news .news-block .inner-box .content-box .post-meta li i {
	font-size:9px;
}
.aw-news .news-block .inner-box .content-box .title {
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 98px;
}
.aw-news .news-block .inner-box .content-box .read-more {
	color: #fff;
	padding: 2px 8px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	vertical-align: middle;
}
.aw-news .news-block .inner-box .content-box .read-more i {
	color:#fff;
}
.aw-news .news-block .inner-box:hover .content-box .read-more {
	background-color:var(--theme-color1);
	color:var(--theme-color2);
}
.aw-news .news-block .inner-box:hover .content-box .read-more i {
	color:var(--theme-color2);
}

.aw-news .news-block .inner-box .content-box-list-item {
	position: relative;
	padding: 0px 20px 20px;
	border-bottom: solid 1px #fff;
}
.aw-news .news-block .inner-box .content-box-list-item .title {
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	text-overflow: unset;
	min-height: unset;
}
.aw-news .news-block .inner-box .content-box-list-item .date {
	color: #fff;
	background: var(--theme-color1);
	bottom: 0;
	font-size: 12px;
	font-weight: 600;
	height: 34px;
	left: 20px;
	line-height: 34px;
	width: 110px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

/* POST */

.blog-details__meta {
	color:#fff;
}
.blog-details__meta i {
	color:var(--theme-color1);
}

.sidebar__search-form input[type="search"] {
	background-color: #fff;
	color: #000;
	border-radius: 0;
}
.sidebar__search-form button[type="submit"] {
	background-color: var(--theme-color2);
	color: #fff;
	border:solid 1px #fff;
	border-radius:0;
	display: -webkit-box;
}

.sidebar__post {
	background-color: #fff;
	border-radius: 0;
	padding: 35px 20px 30px;
}

.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4,
.blog-details__content b,
.blog-details__content strong,
.blog-details__content em {
	color:#fff;
}

.blog-details__title {
	color: var(--theme-color1) !important;
}

.sidebar__post .sidebar__post-list li {
	padding: 10px 20px 5px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
	-webkit-box-flex: 95px;
	-ms-flex: 95px 0 0px;
	flex: 95px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
	width: 95px;
	border-radius: 0px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 42px;
}

.sidebar__tags{
	background-color: #fff;
	border-radius: 0;
	padding: 35px 20px 30px;
}
.sidebar__tags .sidebar__title {
	margin-left: 20px;
	margin-bottom: 15px;
}
.sidebar__tags-list {
	margint-top:0;
	margin-left: 20px;
}
.sidebar__tags-list a {
	padding: 2px 8px 2px;
	margin:0 5px 0 0;
}
.sidebar__tags-list a + a {
	margin:10px 5px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
	color: var(--theme-color2);
}
.sidebar__title {
 	color: var(--theme-color2) !important;
}

.product  .sidebar__title {
 	color:#fff !important;
}

.sidebar__tags-list a:hover {
  color: var(--theme-color2) !important;
  background: var(--theme-color1);
}

/* SEARCH  */

.search-title {
	font-size: 30px;
	line-height: 40px;
	margin-top: 12px;
	margin-bottom: 21px;
	font-weight: var(--body-font-weight-bold);
	color: var(--theme-color1) !important;
}

.search-area .entry-content {
	color:#fff;
}
.search-area .entry-header{
	display:block;
	position:relative;
	width:100%;
	padding-top:56.25%;	
}
.search-area  .entry-header .entry-header-inner{
	display:block;
	position:absolute;
	top:0.75rem;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}
.search-area .entry-content .entry-title a {	
	color: var(--theme-color1) !important;
}
.search-area .entry-content .entry-title a:hover {	
	color: var(--theme-color1) !important;
}
.search-area .entry-content .post-btn-readmore a {	
	color: #fff;
}
.search-area .entry-content .post-btn-readmore a:hover {	
	color: var(--theme-color1) !important;
}
.search-area .btn-plain-text-with-arrow::before {
	color: var(--theme-color1);
}

.service-block-four .inner-box .caption-box {
  padding: 30px 30px 30px;
}
.service-block-four .inner-box .caption-box .title {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 86px;
	line-height:1.2;
	font-size:17px;
	color:var(--theme-color2);
}
.service-block-four .inner-box .caption-box .text {
	margin-top:10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 62px;
	text-align: justify;	
	line-height:1.2;
}
.service-block-four .inner-box .caption-box .text p {
	color:#000;
}
.service-block-four .inner-box .image-box {
	position: relative;
	overflow: hidden;
	max-height: 226px;
}

.service-block-four.product .inner-box {
  border: none;
  border-radius: 0;
}
.service-block-four.product .inner-box .caption-box {
  padding: 10px 15px;
}
.service-block-four.product .inner-box .image-box .image {
	position:relative;
	display: block;
	width:100%;
	padding-top:80%;
	margin:0;
}
.service-block-four.product .inner-box .image-box .image img {
	position:absolute;
	top:50%;
	left:50%;
	height: 100%;
	width:auto;
	max-width: none;
	transform: translate(-50%, -50%);
}

/* FORM */

.contact-form {
	background-color: #ffffff;
	border-bottom-right-radius:0;
	padding: 40px 45px 40px !important;
}
.contact-form input {
	color:#fff !important;
	background-color: var(--theme-color2) !important;
}
.contact-form textarea {
	color:#fff !important;
	background-color: var(--theme-color2) !important;
	max-height:120px;
}
.contact-form input[type="submit"], .contact-form button {
  padding: 10px 30px;
}
.contact-form h4 {
	color: var(--theme-color2) !important;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10%;
}
.contact-form form p { 
	flex: 0 0 100%; 
}
.contact-form form p:nth-of-type(3),
.contact-form form p:nth-of-type(4) {
  flex: 0 0 45%;
}
.contact-text {
	padding:60px;
	color:#fff;
}
.contact-text h3 {
	color: var(--theme-color1) !important;
	color:#fff;
	line-height:1.2;
}
.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none !important;
	color: #fff !important;
	font-size: 14px;
	line-height:1.2;
}
.wpcf7 .wpcf7-list-item:has(input[type="checkbox"]) {
    margin: 0;
}

.wpcf7  input[type=checkbox] {
	display: inline-block;
	height:22px;
	padding:0;
	margin:0 5px 0 0;
	width:20px;
}



@media only screen and (max-width: 991.9px) {
	.aw-sesw-eyelet {
		font-size:18px;
	}
	.aw-sesw-title {
		font-size:45px;
	}
	.page-title .title {
  		font-size: 34px;
	}
	.tm-page-title .breadcrumbs {
		font-size: 11px
	}
	.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child), .tm-page-title .breadcrumbs .trail-item:not(:last-child) {
		margin-right: 10px;
		padding-right: 10px;
	}
	
	.aw-cs .aw-cs-right .aw-cs-content {
		padding:40px;
	}
	.aw-cs .aw-cs-left .aw-cs-content {
		padding:70px;
	}
	.aw-cs-green {
		padding:80px 10px;
	}
	
}

@media only screen and (max-width: 575.9px) {
	
	.btn-sm {
		padding: 0.8rem 1rem;
	}
	
	.aw-news {
		padding: 60px 0 60px;
	}
	
	.aw-comments .aw-comment .aw-comment-inner {
		position:absolute;
		width:90%;
		height:auto;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%)
	}

	.aw-comments .aw-comment .aw-comment-inner p {
		font-size: 11px;
	}
	.aw-comments .aw-comment .aw-comment-inner em {
		font-size: 11px;
	}
	.aw-sesw-eyelet {
		font-size:14px;
	}
	.aw-sesw-title {
		font-size:30px;
	}
	
	.aw-cs .aw-cs-right .aw-cs-content {
		padding:20px;
	}
	.aw-cs .aw-cs-left .aw-cs-content {
		padding:30px;
	}
}

.forminator-row{
	width:100%;
}

.forminator-error-message {
	color: #9d0000;
	line-height: 1 !important;
  	font-size: 15px;
}
.forminator-checkbox-label{
	color:#fff;
}
.forminator-checkbox-box {
	border-color:#fff;
}
.forminator-checkbox-box::before {
	color:#fff !important;
}
.forminator-button{
	color:var(--theme-color2) !important;
	background-color: var(--theme-color1) !important;
}
.forminator-button:hover{
	color:var(--theme-color1) !important;
	background-color: var(--theme-color2) !important;
}
.forminator-response-message {
	color:#fff !important;
}
.forminator-label{
	color:#fff !important;
}
.forminator-select {
	background-color:#fff !important;
}
.forminator-select span {
	color:#000 !important;
}

.contact-form .forminator-error-message {
	color: #9d0000;
	line-height: 1 !important;
  	font-size: 15px;
}
.contact-form .forminator-checkbox-label{
	color:var(--theme-color2);
}
.contact-form .forminator-checkbox-box {
	border-color:var(--theme-color2);
}
.contact-form .forminator-checkbox-box::before {
	color:var(--theme-color2) !important;
}
.contact-form .forminator-button{
	color:var(--theme-color2) !important;
	background-color: var(--theme-color1) !important;
}
.contact-form .forminator-button:hover{
	color:var(--theme-color1) !important;
	background-color: var(--theme-color2) !important;
}
.contact-form .forminator-response-message {
	color:#fff !important;
}
.contact-form .forminator-label{
	color:#fff !important;
}
.contact-form .forminator-select {
	background-color:#fff !important;
}
.contact-form .forminator-select span {
	color:#000 !important;
}

.project-block .inner-box .content-box .read-more {
  color: var(--theme-color2);
}

/* aw-boxes */

.aw-boxes .aw-boxes-text {
	position:relative;
	display: inline-block;
	width:50%;
	height:100%;
}

.aw-boxes .aw-boxes-text .aw-boxes-text-inner {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

.aw-boxes .aw-box {
	display:inline-block;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	padding:20px;
	width:275px;
	transition: all 0.2s ease-in-out;
}
.aw-boxes .aw-box:hover {
	background-color:var(--theme-color1);
}

.aw-boxes #aw-boxes-1,
.aw-boxes #aw-boxes-2 {
	display: block;
	float: left;
	width:300px;
	position:relative;
	text-align: left;
}

.aw-boxes #aw-boxes-2 .box-odd {
	margin-top:50%;
}

.aw-boxes .aw-box .aw-box-icon {
	width: 75px;
	height: 75px;
	position:relative;
}
.aw-boxes .aw-box .aw-box-icon img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	transition: all 0.2s ease-in-out;
	opacity:1;
}
.aw-boxes .aw-box:hover .aw-box-icon .icon {
	opacity:0;
}
.aw-boxes .aw-box .aw-box-icon .icon-h {
	opacity:0;
}
.aw-boxes .aw-box:hover .aw-box-icon .icon-h {
	opacity:1;
}

.aw-boxes .aw-box .aw-box-title {
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size:20px;
	display:block;
	margin:8px 0 4px;
	color:var(--theme-color2) !important;
}
.aw-boxes .aw-box .aw-box-text {
	line-height: 1.3;
	text-align: left;
	color:#000;
}

@media only screen and (max-width: 1199.9px) {
	.aw-boxes .aw-boxes-text {
		width:80%;
	}	
	.aw-boxes #aw-boxes-1,
	.aw-boxes #aw-boxes-2 {
		width:100%;
		position:relative;
		text-align: center;
	}
	.aw-boxes #aw-boxes-2 .box-odd {
		margin-top:0;
	}
}

@media only screen and (max-width: 767.9px) {
	.aw-boxes .aw-boxes-text .aw-boxes-text-inner {
		position:relative;
		top:0;
		left:0;
		transform: none;
	}
	.aw-boxes .aw-boxes-text {
		width:100%;
	}
	
	.aw-boxes .aw-box {
		margin-left:33px;
		margin-right:33px;
	}
}

@media only screen and (max-width: 575.9px) {
	.aw-boxes .aw-boxes-text {
		width:100%;
	}
	
	.aw-boxes .aw-box {
		width:275px;
		margin-left:0;
		margin-right:0;
	}
}

.forminator-response-message.forminator-success {
	background-color: #181B3C !important;
	box-shadow: inset 2px 0 0 0 #181b3c !important;
	-moz-box-shadow: inset 2px 0 0 0 #181b3c !important;
	-webkit-box-shadow: inset 2px 0 0 0 #181b3c !important;
}
 .forminator-response-message.forminator-error {
	background-color: #E51919 !important;
	box-shadow: inset 2px 0 0 0 #E51919 !important;
	-moz-box-shadow: inset 2px 0 0 0 #E51919 !important;
	-webkit-box-shadow: inset 2px 0 0 0 #E51919 !important;
}

#cf_piva_checkout label {
	color:#000;	
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item a {
	font-weight: bolder;
}
.aw-sesw .aw-sesw-wrapper .aw-sesw-item a:hover {
 	color: var(--theme-color2) !important;
}


