/*
Theme Name: Stage Digital
Author: Bogdan Bujor
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--color-primary: #1F3041;
	--color-primary-overlay: #1F3041cc;
	--color-blue-dark: #FCCD0B;
    --color-black: #023143;
	--font-primary: "Open Sans", sans-serif;
	--font-custom: "Exo", sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: var(--font-custom);
	font-weight: 500;
}

p,
ul {
	margin-top: 0;
}
p:last-child,
ul:last-child {
	margin-bottom: 0;
}

a {
	color: inherit;
	/*color: var(--color-primary);*/
	text-decoration: none;
	transition: .2s;
}

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

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vc_col-sm-6:nth-child(even) {
		margin-top: 30px;
	}
}

.font-custom {
	font-family: var(--font-custom);
}

.text-primary,
.text-green {
	color: var(--color-primary);
}
.text-white {
	color: #fff;
}

.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}

.leading-1 {
	line-height: 1;
}

body {
	color: #333;
	font-family: var(--font-primary);
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}
h1, .h1 {
	font-size: 42px;
}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 24px;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	h3, .h3 {
		font-size: 24px;
	}
	h4, .h4 {
		font-size: 18px;
	}
}

.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4 {
	margin-bottom: 20px;
	text-align: left;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.pt-30 {
	padding-top: 30px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}

@media (min-width: 768px) {
	.columns-2 {
		columns: 2;
	}
	.columns-3 {
		columns: 3;
	}
}

.uppercase {
	text-transform: uppercase;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}
.items-center {
	align-items: center;
}
.col-3,
.col-4,
.col-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-6 {
	width: 50%;
}
@media (max-width: 767px) {
	.col-3,
	.col-4,
	.col-6 {
		width: 100%;
	}
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: left;
}
.text-center {
	text-align: center;
}

.xs-visible {
	display: none;
}
@media (max-width: 767px) {
	.xs-visible {
		display: block;
	}
	.xs-hidden {
		display: none;
	}
}

.topbar {
	padding: 10px 0;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 14px;
}
@media (max-width: 767px) {
	.topbar {
		display: none;
	}
}
.topbar-inner {
	display: flex;
	align-items: center;
}
.topbar-content span {
	position: relative;
}
.topbar-content span:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
}
.topbar-content span:not(:last-child):after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #fff;
}
.topbar-content span i {
	margin-right: 10px;
}
.topbar-social {
	margin-left: auto;
}
.topbar-social a:not(:last-child) {
	margin-right: 20px;
}
.topbar-link {
	display: none;
	margin-left: 20px;
}

.header-inner {
	display: flex;
	align-items: center;
}
.header-logo {
	padding: 20px 0;
}
.logo-white {
	display: none;
}
.header-nav {
	margin-left: auto;
}
@media (max-width: 767px) {
	.header-nav,
	.header-button {
		display: none;
	}
	.header-logo {
		padding: 20px 0;
	}
	.header-logo img,
	.mobile-logo img {
		max-width: 179px;
	}
}
.menu {
	position: relative;
	padding-left: 0;
	list-style: none;
	display: flex;
	font-family: var(--font-custom);
}
.menu > li {
	position: relative;
	margin: 0 15px;
}
.menu > li > a {
	display: block;
	padding: 35px 0;
}
.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
.menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	list-style: none;
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	width: 250px;
	transition: .2s;
	text-align: left;
}
.menu > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li a {
	display: block;
	padding: 10px 25px;
}
.sub-menu li a:hover {
	color: var(--color-primary);
}

.header-transparent:not(.sticky) .header {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.header-transparent:not(.sticky) .logo-main {
	display: none;
}
.header-transparent:not(.sticky) .logo-white {
	display: inline;
}
.header-transparent:not(.sticky) .menu > li > a {
	color: #fff;
}
.header-transparent:not(.sticky) .header-button a {
	/*border-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	line-height: 44px;*/
}
.header-transparent:not(.sticky) .header-button a:hover {
	background-color: #fff;
	color: var(--color-primary);
}

.sticky .header {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sticky:not(.header-transparent) .topbar {
	margin-bottom: 104px;
}

.sd-button {
	display: inline-block;
	padding: 0 20px;
	font-family: var(--font-custom);
	font-size: 18px;
	font-weight: 700;
	line-height: 44px;
	border: 2px solid var(--color-blue-dark);
	background-color: var(--color-blue-dark);
	color: var(--color-primary);
	border-radius: 10px;
}
.sd-button:hover {
	background-color: var(--color-primary);
	color: var(--color-blue-dark);
}
.sd-button.sd-white {
	border-color: var(--color-primary);
	background-color: #fff;
	color: var(--color-blue-dark);
}
.sd-button.sd-white:hover {
	border-color: var(--color-blue-dark);
	background-color: var(--color-blue-dark);
	color: #fff;
}

.banner-section {
	padding-top: 180px;
	padding-bottom: 200px;
}
.home .banner-section {
	padding-top: 300px;
	padding-bottom: 250px;
}
.slider-title {
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 60px;
}
.page-heading {
	font-family: var(--font-custom);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.title-line {
	position: relative;
	padding-bottom: 15px;
}
.title-line:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 5px;
	background-color: var(--color-blue-dark);
}
.title-line.text-center:after {
	left: calc(50% - 50px);
}
@media (max-width: 767px) {
	.banner-section {
		padding-top: 150px;
		padding-bottom: 120px;
	}
	.home .banner-section {
		padding-top: 150px;
		padding-bottom: 120px;
	}
	.slider-title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.page-heading {
		font-size: 20px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .35);
}
.home .banner-section.black-overlay:before {
	background-color: rgba(0, 0, 0, .35);
}
.white-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.scroll-button {
	content: "";
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 61px;
    background: url(images/scroll-arrow.png) no-repeat center center;
    background-size: 200px 61px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.scroll-button:hover {
	color: var(--color-primary);
}

.service-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.service-title {
	margin-top: 20px;
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.service-link {
	margin-top: auto;
}

.social-profile-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.social-profiles {
	display: flex;
	justify-content: center;
}
.social-profile {
	margin: 0 20px;
}
@media (max-width: 767px) {
	.social-profiles {
		flex-wrap: wrap;
	}
	.social-profile {
		margin: 0;
		width: 33.33%;
	}
}

.cta-wrapper {
	padding: 40px 0;
	background-color: var(--color-primary);
}
.cta-content {
	color: #fff;
	font-family: var(--font-custom);
	font-size: 36px;
	text-align: center;
}
.cta-content a {
	color: #fff;
	font-weight: 700;
}
.cta-block {
	margin: 30px 0 !important;
}
.cta-block hr {
	border: none;
	border-top: 1px solid #ccc;
}
.cta-block .cta-text {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: var(--font-custom);
	font-size: 36px;
	font-weight: 600;
}
.cta-block .sd-button {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.cta-content {
		max-width: 360px;
		margin: 0 auto;
		font-size: 20px;
	}
	.cta-block .cta-text {
		font-size: 20px;
	}
}

.testimonial-wrap {
	background-color: var(--color-primary);
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimonial-wrap .container {
	max-width: 850px;
}
.testimonials {
	margin-top: 60px;
}
.testimonials .owl-stage {
	display: flex;
}
.testimonials .owl-item {
	padding: 0 15px;
}
.testimonial {
	height: 100%;
	background-color: #fff;
	color: #333;
	padding: 40px 20px;
	border-radius: 5px;
	text-align: center;
}
.testi-image {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
}
.testi-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.testimonial .name {
	font-family: var(--font-custom);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}
.owl-item .testimonial .testi-star {
	display: inline-block;
	width: 100px;
}
.testimonial .title {
	margin-top: 20px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	color: #fff;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	font-size: 60px;
	line-height: 1;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: transparent;
}

.footer-quote-wrap {
	padding: 60px 0;
	background-color: #f7f9fa;
}
.footer-quote-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-form-wrap {
	width: 50%;
	padding-right: 30px;
}
.footer-contact-wrap {
	width: 50%;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.footer-form-wrap {
		width: 100%;
		padding-right: 0;
	}
	.footer-contact-wrap {
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
	}
}
.footer-form-inner {
	padding: 60px 30px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(3, 15, 39, .07);
}
@media (max-width: 767px) {
	.footer-form-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.footer-form-inner .wpcf7 {
	margin-top: 40px;
}
.form-field {
	margin-bottom: 20px;
}
.form-field input,
.form-field textarea {
	padding: 10px 25px;
	font-family: var(--font-primary);
	font-size: 16px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	background-color: #fff;
	color: #333;
	width: 100%;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible {
	outline: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #333;
}
.form-field textarea {
	height: 120px;
}
.button-field {
	text-align: center;
	margin-bottom: 0;
}
.button-field input {
	width: auto;
	display: inline-block;
    padding: 0 20px;
    font-size: 18px;
	font-weight: 700;
    line-height: 44px;
    border: 2px solid var(--color-blue-dark);
    background-color: var(--color-blue-dark);
    color: var(--color-primary);
    border-radius: 10px;
	transition: .2s;
	cursor: pointer;
}
.button-field input:hover {
    background-color: var(--color-primary);
    color: var(--color-blue-dark);
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.info-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info-box-icon-inner {
	width: 70px;
	height: 70px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 40px;
	font-size: 32px;
	text-align: center;
	line-height: 70px;
}
.info-box-content {
	margin-left: 30px;
}
.info-box-heading {
	margin-bottom: 0;
	color: var(--color-primary);
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 500;
}

.footer {
	padding: 60px 0;
	background-color: var(--color-primary);
	color: #fff;
}
.footer-inner {
	display: flex;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.footer-col {
	width: 33.33%;
}
.footer-contact {
	padding-left: 30px;
}
.footer-map iframe {
	width: 100%;
	height: 250px;
}
@media (max-width: 767px) {
    .footer-inner {
	    flex-wrap: wrap;
    }
	.footer-col {
		width: 100%;
	}
	.footer-contact {
		padding-left: 0;
	}
}
.footer-logo {
	margin-top: 60px;
}
.footer-social {
	margin-top: 30px;
}
.footer-social a:not(:last-child) {
	margin-right: 20px;
}
.footer-heading {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}
.icon-box {
	display: flex;
	margin-bottom: 10px;
}
.icon-box-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.bottombar {
	padding: 20px 0;
	background-color: var(--color-blue-dark);
	color: #000;
}
.bottombar-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.footer-logo {
		margin-top: 0;
	}
	.bottombar {
		padding-bottom: 60px;
	}
	.copyright,
	.bottom-menu {
		width: 100%;
		text-align: center;
	}
	.bottom-menu {
		margin-top: 10px;
	}
}

.mobile-button {
	display: none;
	margin-left: auto;
	font-size: 30px;
}
.header-transparent:not(.sticky) .mobile-button {
	color: #fff;
}
@media (max-width: 767px) {
	.mobile-button {
		display: block;
	}
}
.mobile-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	transition: all ease 0.3s;
}
.mobile-open .mobile-overlay {
	opacity: 1;
	visibility: visible;
}
.mobile-overlay .close {
	position: absolute;
	top: 57px;
	right: 17px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}
.mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--color-black);
	color: #fff;
	transition: .2s;
}
.mobile-open .mobile-menu {
	left: 0;
}
.mobile-logo {
	position: relative;
	padding: 25px;
}
@media (max-width: 767px) {
	.menu {
		display: block;
	}
	.menu > li {
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menu > li > a {
		padding: 10px 25px;
	}
	.menu > li.menu-item-has-children > a:after {
		content: "\f105";
		top: 20px;
		right: 20px;
	}
	.menu > li.menu-item-has-children.open > a:after {
		content: "\f107";
	}
	.sub-menu {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		max-height: 0;
		overflow: hidden;
		transition: .5s;
	}
	.open .sub-menu {
		max-height: 300px;
	}
}

.page-header {
	position: relative;
	padding: 50px 0;
	background-color: var(--color-primary);
}
.page-header.black-overlay:before {
	background-color: rgba(255, 255, 255, 0);
}
.page-title {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.contact-box {
	margin-top: 30px;
	padding: 20px 25px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.contact-box-icon {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.contact-box-icon i {
	font-size: 18px;
	line-height: 40px;
}
.contact-box-content {
	margin-left: 20px;
}
.contact-box-heading {
	font-weight: 700;
}
.contact-box-text {
	display: inline-block;
	color: var(--color-primary);
	border-bottom: 1px dashed;
}

img.size-full {
	padding-bottom: 2px;
	border-bottom: 3px solid var(--color-primary);
}

.callnow {
	display: none;
}
.callnow a {
	position: fixed;
	z-index: 1;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 24px;
	text-align: center;
}
@media (max-width: 767px) {
	.callnow {
		display: block;
	}
}

.icon-img {
	display: none;
}
.icon-img img {
	height: 110px;
}

@media (min-width: 768px) {
	.review-slider .owl-stage {
		display: flex;
	}
}
.review-slider .owl-item {
	padding: 0 15px;
}
.owl-carousel .owl-item .review-image img {
	display: inline-block;
	width: auto;
}
.review {
	height: 100%;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	text-align: center;
}
.review-reviewer {
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.review {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.awards {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	grid-row-gap: 30px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.award {
	width: 20%;
	padding: 0 15px;
	text-align: center;
}
.award img {
	max-width: 120px;
}
@media (max-width: 767px) {
	.award {
		width: 50%;
	}
}

.vc_tta.vc_general .vc_tta-tab>a {
	font-weight: 700;
}

.proud-wrap {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.proud-text {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 600;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 767px) {
	.proud-text {
		font-size: 20px;
	}
}

.checkul {
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 10px;
}
.checkul li {
	text-align: left;
	position: relative;
	padding-left: 30px;
}
.checkul li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: green;
	margin-right: 10px;
}
.checkul li strong {
	display: block;
	color: var(--color-primary);
}

.feature-item {
	text-align: left;
}
.feature-title {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 700;
}
.feature-title:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: green;
	margin-right: 10px;
}

.team-title {
	margin-top: 20px;
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}