/**
* template:  Bizpulse

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Edge
        + Why We
        + Services
        + Team
        + Video
        + Pricing
        + Testimonials
        + Contact

*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import 'magnific-popup.css';

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,900&family=Roboto+Condensed:wght@200;400&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-dark: #20282d;
	--color-gray: #7A7A7A;
	--color-white: #ffffff;
	--bg-dark: #223035;
	--bg-light-1: #abb8c3;
	--bg-light-2: #efefef;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--bg-dark);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 40px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

::-moz-selection {
	color: var(--color-white);
	background-color: var(--color-dark);
}

::selection {
	color: var(--color-white);
	background-color: var(--color-dark);
}

.selected {
	color: var(--bg-light-1);
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	font-size: 18px;
	color: var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	line-height: 1.2;
	color: var(--color-dark);
	text-transform: capitalize;
	margin-bottom: 20px;
}

h1 {
	color: var(--color-white);
	font-size: 80px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 25px;
}

a {
	display: inline-block;
	outline: none;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	display: block;
	outline: none;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.align-center {
	text-align: center;
}

.social-link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-link li {
	margin-right: 20px;
}

.social-link li a {
	color: var(--color-white);
	font-size: 18px;
}

.social-link li a:hover {
	color: var(--bg-light-1);
}

.suptitle {
	text-transform: uppercase;
	color: var(--color-gray);
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	display: inline-block;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

#closemenu,
#openmenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#closemenu:hover,
#openmenu:hover {
	color: var(--bg-light-1);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
	background-color: var(--bg-dark);
	color: var(--color-white);
	border-radius: 5px;
}

#scroll-top:hover {
	background-color: var(--bg-light-1);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.res-send {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-send .error {
	color: #ff0000;
}

.res-send .send {
	color: var(--color-dark);
}


/**************************************
*
*         HEADER  
*
***************************************/


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.bg-fixed {
	background-color: var(--bg-dark);
}

.wrapper-header {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#logo img {
	max-width: 100%;
}

.menu li {
	float: left;
	margin-left: 40px;
}

.menu li a {
	color: var(--color-white);
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
}

.menu li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background-color: var(--color-white);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.menu li a:hover:after {
	width: 100%;
}


/**************************************
*
*         HEADER  CONTENT
*
***************************************/


.wrapper-header-content {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-attachment: fixed;
	height: 800px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-header-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 15px;
}

.wrapper-header-links a {
	border: 1px solid var(--color-white);
	padding: 18px 35px;
	color: var(--color-white);
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	display: inline-block;
	margin: 10px;
	font-size: 14px;
	border-radius: 5px;
}

.wrapper-header-links a:hover {
	background-color: var(--bg-light-1);
	border: 1px solid var(--bg-light-1);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}


/**************************************
*
*         ABOUT US
*
***************************************/


#aboutus {
	background-color: var(--bg-light-2);
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutus-img {
	width: 40%;
	position: relative;
}

.aboutus-img img {
	width: 100%;
}

.wrapp-experience {
	position: absolute;
	bottom: -20px;
	left: -20px;
	background-color: var(--bg-light-1);
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-white);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapp-experience span {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	font-size: 40px;
}

.aboutus-content {
	width: 60%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.wrapper-signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

.wrapper-signature img {
	margin-right: 10px;
}

.wrapper-signature h3 {
	margin-bottom: 5px;
	font-size: 20px;
}

.wrapper-signature p {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: var(--color-gray);
	font-size: 12px;
	letter-spacing: 3px;
}


/**************************************
*
*         EDGE
*
***************************************/


.wrapper-edge {
	background-color: var(--color-white);
}

.single-edge {
	width: calc(25% - 20px);
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	margin: 10px;
}

#single-edge-1,
#single-edge-2,
#single-edge-3,
#single-edge-4 {
	margin-bottom: 10px;
}


/**************************************
*
*         WHY WE
*
***************************************/


#whywe {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-whywe h2,
.wrapper-whywe .suptitle,
.wrapper-whywe {
	color: var(--color-white);
}

.whywe-list {
	margin: 100px 0 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.whywe-list li {
	padding: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	font-size: 20px;
}

.whywe-list li i {
	margin-right: 20px;
}


/**************************************
*
*         SERVICES
*
***************************************/


.wrapper-services aside {
	width: 30%;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.services-content {
	width: 70%;
}

.services-list {
	margin: 40px 20px 40px 0;
}

.services-list li {
	margin-bottom: 10px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	color: var(--color-dark);
}

.services-list li i {
	margin-right: 10px;
}

.single-service {
	width: calc(33.333333% - 20px);
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	margin: 10px;
}

.single-service img {
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
}


/**************************************
*
*         TEAM
*
***************************************/


#team {
	background-color: var(--bg-light-2);
}

.team-carousel .item {
	position: relative;
}

.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 48, 53, 0)), to(rgba(34, 48, 53, 0.7)));
	background-image: -o-linear-gradient(rgba(34, 48, 53, 0), rgba(34, 48, 53, 0.7));
	background-image: linear-gradient(rgba(34, 48, 53, 0), rgba(34, 48, 53, 0.7));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--color-white);
}

.team-overlay h3 {
	color: var(--color-white);
	margin-bottom: 5px;
}

.team-overlay p {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}


/**************************************
*
*         VIDEO 
*
***************************************/


#video {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#video a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 80px;
}

#video a:hover {
	color: var(--bg-light-1);
}


/**************************************
*
*         PRICING 
*
***************************************/


#pricing {
	background-color: var(--bg-light-2);
}

.single-pricing {
	width: calc(33.333333% - 40px);
	margin: 50px 20px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--color-white);
}

.single-pricing h3,
.single-pricing p {
	text-align: center;
}

.single-pricing h3 {
	font-size: 30px;
}

.price-table-price {
	margin: 30px 0px;
}

.currency {
	vertical-align: top;
	padding-right: 10px;
}

.price {
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	font-size: 60px;
	color: var(--color-dark);
	padding-right: 10px;
}

.single-pricing ul li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--bg-light-1);
	padding-bottom: 5px;
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-color: var(--bg-dark);
}

#testimonials h2,
#testimonials .suptitle {
	color: var(--color-white);
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.wrapper-testimonials {
	max-width: 1000px;
}

.single-testimonials {
	margin-top: 40px;
}

.single-testimonials p {
	font-size: 20px;
	margin-bottom: 20px;
	color: var(--color-white);
}

.wrapper-author {
	margin-top: 30px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: var(--color-white);
}

.wrapper-author p {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}


/**************************************
*
*         CONTACT
*
***************************************/


#contact {
	padding-top: 100px;
}

.wrapper-contact {
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
}

.wrapper-form {
	width: 70%;
}

#contact h2 {
	margin-bottom: 50px;
}

.wrapper-contact-form {
	padding-bottom: 50px;
}

.single-address {
	margin-bottom: 50px;
}

.single-address p {
	margin-bottom: 10px;
}

.single-address a {
	color: var(--color-gray);
}

.single-address a:hover {
	color: var(--bg-light-1);
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	outline: none;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: var(--bg-light-2);
	color: var(--color-dark);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
}

.wrapper-input input:focus,
textarea:focus {
	background-color: var(--bg-light-1);
}

textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
	background-color: var(--bg-light-2);
	padding: 15px;
	height: 200px;
}

.wrapper-form button {
	outline: none;
	border: none;
	padding: 18px 35px;
	background-color: var(--bg-dark);
	color: var(--color-white);
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-family: 'DM Sans', sans-serif;
	font-weight: 900;
	border-radius: 5px;
}

.wrapper-form button:hover {
	background-color: var(--bg-light-1);
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
}

.copyright {
	padding: 30px 15px;
	background-color: var(--bg-dark);
	color: var(--color-white);
}

.copyright p {
	font-size: 14px;
}