@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css");

body {
	font-size: 14px;
	color: #000;
	font-family: 'Barlow';
	background: #EDEDE8;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Serif Pro';
	font-weight: 600;
}

.container {
	max-width: 1600px;
	max-width: 950px;
}

p {
	font-weight: 600;
}

.row {
	margin: 0 -10px;
}

.row [class*='col'] {
	padding: 0 10px;
}

.btn {
	border-radius: 2px;
	white-space: normal;
	position: relative;
	letter-spacing: 0.05rem;
}

.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fadeInUp {
	-webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
	transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
	transition: transform 1.0s ease, opacity 1.0s ease;
	transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-revolution {
	background: #000;
	min-height: 88px;
}

.nav-revolution .navbar-brand {
	max-width: 60px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
}

.nav-revolution .navbar-brand svg {
	width: 60px;
}

.nav-revolution .toggle-icon {
	height: 1px;
	width: 30px;
	display: block;
	background: #ffffff;
	margin: 6px 0;
}

.nav-revolution .navbar-nav li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.nav-revolution .navbar-nav li .nav-link {
	color: #ffffff;
	font-weight: 600;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-top: 13px;
	margin-bottom: 13px;
}

.nav-revolution .navbar-nav li .nav-link:after {
	content: "";
	background: #ffffff;
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-revolution .navbar-nav li .nav-link:focus {
	color: #ffffff !important;
}

.nav-revolution .navbar-nav li .nav-link:hover {
	color: #ffffff;
}

.nav-revolution .navbar-nav li .nav-link:hover:after {
	width: 100%;
}

.nav-revolution .navbar-nav li.current-menu-item a {
	color: #ffffff !important;
}

.nav-revolution .navbar-nav li.current-menu-item a:after {
	content: "";
	background: #ffffff;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.center-text {
	padding: 50px 0;
}

.center-text h1 {
	font-size: 24px;
	font-family: "Source Serif Pro";
	margin: 0;
	font-weight: 600;
	line-height: 1.2;
}

.center-text p {
	font-size: 24px;
	font-family: "Source Serif Pro";
	margin: 0;
	font-weight: 600;
	line-height: 1.2;
}

.image-section {
	margin-bottom: 20px;
}

.image-section img {
	width: 100%;
}

.text-two-col-block {
	padding: 30px 10px 40px 10px !important;
}

.images-block.image-block--two--col .row [class*=col] {
	max-width: 34%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
}

.images-block.image-block--two--col .row .feature {
	max-width: 66%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
}

.inner-testimonial-wrapper {
	text-align: center;
	max-width: 85%;
	margin: 0 auto;
}

.inner-testimonial-wrapper p {
	font-family: "Source Serif Pro";
	font-size: 20px;
	font-weight: 600;
}

.inner-testimonial-wrapper .name {
	font-weight: bold;
}

.testimonial-section {
	padding: 40px 0;
}

.testimonial-section .slick-slider {
	margin-bottom: 10px;
}

.news-block {
	margin-bottom: 60px;
	margin-bottom: 40px;
}

.news-block .news-image img {
	width: 100%;
}

.news-block .news-caption {
	padding: 10px;
}

.news-block .news-caption .cat-name {
	font-weight: 600;
	font-size: 22px;
}

.news-block .news-caption p {
	font-weight: bold;
	font-size: 22px;
}

.news-block .news-caption p.small {
	font-size: 18px;
	font-weight: 600;
}

.home .image-block-caption-overlay {
	margin-bottom: 20px;
}

.image-block-caption-overlay {
	position: relative;
	margin-bottom: 30px;
}

.image-block-caption-overlay .caption {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	pointer-events: none;
	text-align: center;
	padding: 15px;
}

.image-block-caption-overlay .caption h4 {
	color: #ffffff;
	margin: 0;
}

.image-block-caption-overlay:hover .caption {
	opacity: 1;
}

.project-single-banner {
	max-width: 1600px;
	width: 100%;
	margin: 60px auto 0;
}

.news-listing .news-block {
	margin-bottom: 20px;
}

.news-listing .pagination-wrapper {
	margin-bottom: 50px;
	margin-top: 0;
}

.news-detail-section {
	padding: 50px 0;
}

.news-detail-section h2 {
	text-align: center;
	margin-bottom: 30px;
}

.news-detail-section .inner-container {
	width: 60%;
	margin: 0 auto;
}

.news-detail-section .inner-container h3 {
	margin-top: 30px;
}

.news-detail-section .inner-container img {
	margin: 30px 0;
}

.contact-image--block {
	margin-bottom: 50px;
}

.map iframe {
	height: 400px;
	width: 100%;
}

.contact-detail-section p a {
	color: #000;
}

.contact-detail-section h4 {
	text-transform: capitalize;
	margin-top: 40px;
}

.contact-detail-section h4 a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	display: inline-block;
}

.contact-location-detail {
	margin-bottom: 40px;
}

.slick-slide img {
	width: 100%;
}

.single-post .slider-testimonial .slick-prev {
	left: 0;
}

.single-post .slider-testimonial .slick-next {
	right: 0;
}

.error-404-wrapper {
	padding: 50px 0;
	text-align: center;
	min-height: 49.5vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.work-gallery {
	padding-bottom: 50px;
}

.work-gallery .image-block-caption-overlay {
	margin-bottom: 20px;
}

.content-block h5 {
	font-family: "Barlow";
	font-weight: bold;
}

.content-block ul {
	padding: 0;
	margin: 0;
}

.content-block ul li {
	list-style: none;
}

.text--block--details .title-block {
	margin-top: 30px;
}

.text--block--details .content-block {
	margin-top: 30px;
}

.flex-justified-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 97%;
	padding: 20px;
}

.flex-justified-center h5 {
	margin: 30px 0;
}

.scrolling-images {
	padding-top: 50px;
}

.scrolling-images .slick-track .scrolling-carousel-item {
	padding: 0 25px;
}

.scrolling-gallery {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 40px !important;
}

.scrolling-gallery .scrolling-gallery-item {
	padding: 0 10px;
}

.scrolling-gallery .scrolling-gallery-item img {
	width: 100%;
}

.pagination-wrapper {
	margin-top: 30px;
}

.pagination-wrapper .page-item .page-link {
	color: #000;
}

.pagination-wrapper .page-item .page-link:hover {
	background-color: #000;
	border-color: #000;
	color: #ffffff;
}

.pagination-wrapper .page-item span.active {
	padding: 0.5rem 0.75rem;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	background: #000;
	color: #ffffff;
	border: 1px solid #000;
}

.single-or_project .text-two-col-block .content-block {
	padding: 0;
}

.banner-inner {
	margin-top: 50px;
}

.slick-slider {
	margin-bottom: 0;
}

.black-bg {
	background: #000;
}

.our-capability {
	min-height: 100px;
	padding: 50PX 0;
}

.our-capability h3 {
	color: #ffffff;
}

.our-capability p {
	color: #ffffff;
}

.images-text-block {
	margin-bottom: 50px;
}

.images-text-block .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.images-text-block .row .title-block {
	padding: 30px 20px;
}

.text-blocks {
	padding: 0 0 30px 0;
}

.brand-center {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.brand-center h3 {
	color: #000;
	position: absolute;
	left: 50%;
	bottom: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	margin: 0;
}

.rotating-brands {
	margin-top: 60px;
}

.rotating-brands-list ul {
	margin: 0;
	padding: 0;
}

.rotating-brands-list ul li {
	list-style: none;
	color: #ffffff;
	font-size: 1.4vw;
	margin: 35px 0;
	position: relative;
}

.rotating-brands-list.rotating-brands-list__left ul li:nth-child(1) {
	right: -60px;
}

.rotating-brands-list.rotating-brands-list__left ul li:nth-child(2) {
	right: -20px;
}

.rotating-brands-list.rotating-brands-list__left ul li:nth-child(3) {
	right: -20px;
}

.rotating-brands-list.rotating-brands-list__left ul li:nth-child(4) {
	right: -60px;
}

.rotating-brands-list.rotating-brands-list__right {
	text-align: left;
}

.rotating-brands-list.rotating-brands-list__right ul li:nth-child(1) {
	left: -60px;
}

.rotating-brands-list.rotating-brands-list__right ul li:nth-child(2) {
	left: -20px;
}

.rotating-brands-list.rotating-brands-list__right ul li:nth-child(3) {
	left: -20px;
}

.rotating-brands-list.rotating-brands-list__right ul li:nth-child(4) {
	left: -60px;
}

.footer {
	background: #000;
	min-height: 200px;
	padding: 40px 0;
}

.footer .footer-section {
	margin-bottom: 40px;
}

.footer .footer-section h2 {
	color: #ffffff;
	font-size: 36px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

.footer .footer-section h3 {
	color: #ffffff;
	font-family: "Barlow";
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.footer .footer-section ul {
	margin: 0;
	padding: 0;
}

.footer .footer-section ul li {
	color: #939598;
	font-weight: 600;
	font-size: 18px;
	list-style: none;
}

.footer .footer-section .footer-menu li a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
}

.footer .footer-section p {
	color: #ffffff;
	font-weight: 600;
}

.footer .footer-section p a {
	color: #ffffff;
	font-weight: 600;
}

.footer-social-media ul li {
	display: inline-block;
	margin-right: 15%;
	margin-bottom: 12%;
	width: 30px;
}

.privacy-menu ul {
	margin: 0;
	padding: 0;
}

.privacy-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

.privacy-menu ul li a {
	color: #939598;
	font-weight: 600;
	font-size: 14px;
}

.copy-right {
	color: #939598;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}

.scrollToTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	border-radius: 50%;
	font-size: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.footer-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-subscribe span {
	color: #939598;
	font-weight: 600;
	font-size: 18px;
	margin-right: 12px;
	min-height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-subscribe .form-group {
	margin: 0;
	max-width: 250px;
	width: 100%;
}

.footer-subscribe .form-group .form-control {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
	font-size: 13px;
}

.footer-subscribe .form-group .form-control::-webkit-input-placeholder {
	color: #BCBEC0;
}

.footer-subscribe .form-group .form-control::-moz-placeholder {
	color: #BCBEC0;
}

.footer-subscribe .form-group .form-control:-ms-input-placeholder {
	color: #BCBEC0;
}

.footer-subscribe .form-group .form-control::-ms-input-placeholder {
	color: #BCBEC0;
}

.footer-subscribe .form-group .form-control::placeholder {
	color: #BCBEC0;
}

.footer-subscribe .form-group .btn-submit {
	background: #ffffff;
	border: 1px solid #eee;
	color: #000;
	padding: 7px 10px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0;
}

.footer-subscribe .inner-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mc4wp-alert p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.3;
	margin-top: 15px;
	margin-bottom: 0;
}

.news-block .news-caption .cat-name {
	line-height: 26px;
	display: block;
	margin-bottom: 10px;
}

.news-block .news-caption p {
	line-height: 26px;
}

.footer-social-media {
	padding-top: 8px;
}

.footer-subscribe .form-group .form-control {
	height: 36px;
}

.footer-subscribe .form-group .btn-submit {
	height: 36px;
}

.single .image-section img {
	width: auto;
}

p {
	font-weight: 400;
}

body.single .testimonial-section .slick-prev,
body.single .testimonial-section .slick-next {
	display: none !important;
}

.center-text .project__center__block {
	max-width: 1080px;
	margin: 0 auto;
}

.center-text .project__center__block p {
	font-size: 32px;
	line-height: 45px;
}

.scrolling-gallery {
	margin-bottom: 70px !important;
}

.scrolling-gallery .image-block-caption-overlay {
	margin-bottom: 0;
}

.rotating-brands-list ul li {
	font-family: "Source Serif Pro";
}

.brand-center #Layer_1 {
	-webkit-animation-name: spin-brand;
	animation-name: spin-brand;
	-webkit-animation-duration: 10000ms;
	animation-duration: 10000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.center-text p {
	line-height: 1.4;
}

.contact-detail-section h4 p {
	line-height: 1.4;
}

.scrolling-images .slick-track .scrolling-carousel-item {
	cursor: pointer;
}

.footer-logo {
	margin-top: -10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {

.news-block .news-caption p {
	font-size: 18px;
}

}

@media (min-width: 768px) {

.text-block-section {
	max-width: 90%;
}

.rotating-brands .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rotating-brands-list.rotating-brands-list__left {
	text-align: right;
}

}

@media (min-width: 768px) and (max-width: 1600px) {

.brand-center {
	max-width: 80%;
	height: 100%;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.footer-social-media ul li {
	margin-right: 10px;
	margin-bottom: 0;
}

.footer-social-media ul li:nth-child(even) {
	margin-right: 10px;
}

.footer-subscribe {
	display: block;
}

.footer-subscribe span {
	display: block;
	margin-bottom: 15px;
}

.footer-btm .row [class*="col"] {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.footer-tp .row .col-lg-4 [class*="col"] {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

}

@media screen and (min-width: 1200px) {

.container {
	max-width: 85%;
	padding-right: 0;
	padding-left: 0;
}

.h2,
h2 {
	font-size: 3vw;
}

.h3,
h3 {
	font-size: 2.2vw;
}

p {
	font-size: 1.2vw;
}

.content-block h5 {
	font-size: 1.4vw;
}

.content-block ul li {
	font-size: 1.2vw;
}

.flex-justified-center h5 {
	font-size: 1.3vw;
}

.footer .footer-section p {
	font-size: 18px;
}

.flex-justified-center h5 {
	font-size: 29px;
	line-height: 1.23;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {

.nav-revolution .container {
	max-width: 95%;
}

}

@media (min-width: 1200px) {

.nav-revolution .navbar-nav li .nav-link {
	font-size: 20px;
	margin-left: 10px;
}

.center-text h1 {
	font-size: 2.3vw;
}

.center-text p {
	font-size: 2.3vw;
}

.text-two-col-block .content-block {
	padding: 0 25px;
}

.inner-testimonial-wrapper p {
	font-size: 2.2vw;
	font-weight: 600;
	line-height: 1.2;
}

.inner-testimonial-wrapper .name {
	font-size: 18px;
}

.single-post .inner-testimonial-wrapper {
	max-width: 100%;
}

}

@media (min-width: 1400px) {

.footer-social-media ul li:nth-child(even) {
	margin-right: 30%;
}

}

@media screen and (min-width: 1850px) {

.container {
	max-width: 1600px;
	padding-right: 0;
	padding-left: 0;
}

}

@media (max-width: 991px) {

.nav-revolution .navbar-brand {
	position: static;
	-webkit-transform: none;
	transform: none;
}

}

@media only screen and (max-width: 991px) {

.nav-revolution .navbar-nav li .nav-link {
	font-size: 18px;
}

}

@media (max-width: 767px) {

.images-block.image-block--two--col .row [class*=col] {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.images-block.image-block--two--col .row .feature {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.news-block {
	margin-bottom: 20px;
}

.contact-detail-section {
	margin-bottom: 30px;
}

.brand-center {
	display: none;
}

.rotating-brands {
	margin-top: 30px;
}

.rotating-brands-list ul li {
	font-size: 18px;
	margin: 15px 0;
	position: static;
}

.footer .footer-section h3 {
	margin-top: 0;
}

.footer-social-media ul li {
	margin-right: 10px;
	margin-bottom: 0;
}

.footer-social-media ul li:nth-child(even) {
	margin-right: 10px;
}

.privacy-menu {
	margin-bottom: 15px;
	margin-top: 20px;
}

.footer-subscribe {
	display: block;
}

.footer-subscribe span {
	margin-bottom: 15px;
	display: block;
}

.footer-btm .row [class*="col"]:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

}

@media only screen and (max-width: 767px) {

.scrolling-gallery {
	margin-bottom: 40px !important;
}

.navbar-nav {
	padding-top: 15px;
}

.nav-revolution .navbar-nav li .nav-link {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}

.home .testimonial-section {
	padding: 20px 0 40px;
}

.text--block--details .title-block {
	margin-top: 0;
}

.our-capability .rotating-brands .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rotating-brands-list ul li {
	margin: 0 0 15px;
}

.rotating-brands .row [class*='col']:first-child ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-justified-center h5 {
	margin: 0 0 10px;
}

.scrolling-images .slick-track .scrolling-carousel-item {
	padding: 0 10px;
}

.text-two-col-block {
	padding: 30px 10px 30px 10px !important;
}

.testimonial-section {
	padding: 10px 0 20px;
}

}

@-webkit-keyframes spin-brand {

from {
	-webkit-transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
}

}

@keyframes spin-brand {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


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