:root {
	--white: #ffffff;
	--black: #171717;
	--clr-orange: #ff7a4b;
	--clr-dark: #1d1e21;
	--clr-gray-normal: #bbbbbb;
	--clr-gray-light: #e8e9ec;
	--line-dark: #1d1e21;

	--ff-rb: "Roboto", sans-serif;
	--ff-rbc: "Roboto Condensed", sans-serif;
	--ff-rbflx: "Roboto Flex", sans-serif;
}

html {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,
*,
::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

body {
	font-size: 10px;
	overflow-x: hidden;
	background: var(--white);
	font-family: var(--ff-rb);
}
h1,
h2,
h3 {
	font-weight: 700;
}

p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.4px;
}

small {
	font-size: 13px;
	letter-spacing: 0.4px;
}
a {
	text-decoration: none;
	color: inherit;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.highlight {
	color: var(--clr-orange) !important;
	display: inline;
}
.highlight-w {
	color: var(--white) !important;
	display: inline;
}

.headingXL {
	font-size: 64px;
}
.heading1 {
	font-size: 54px;
}
.heading2 {
	font-size: 32px;
}
.heading3 {
	font-size: 24px;
}
.heading4 {
	font-size: 18px;
}

.border {
	border: 1px solid #717171;
}

.container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 24px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
/* .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} */

.section {
	margin: 0;
	padding: 50px 0;
}

/*========================================================================= 
                                HERO STYLES 
 ========================================================================== 
*/

.topbar {
	width: 100%;
	align-items: center;
	position: relative;
	padding: 20px 0;
	background-color: var(--clr-dark);
	border-bottom: 1px solid #2d2d2d;
}
.topbar .wrapper {
	align-items: center;
	justify-content: space-between;
}
.topbar .logo img {
	width: 168px;
	height: 38px;
	-o-object-fit: cover;
	object-fit: cover;
}
.topbar .contact {
	align-items: center;
	gap: 20px;
}

.topbar .contact i {
	display: inline-block;
	color: var(--clr-gray-normal);
}

.topbar .contact span {
	display: inline-block;
	color: var(--clr-gray-normal);
	font-size: 14px;
}

.hero {
	width: 100%;
	height: 100%;
	min-height: auto;
	background-color: var(--clr-dark);
}

.hero-content {
	width: auto;
	padding: 0;
	margin-top: 0px;
	align-items: center;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.hero-title-block {
	width: 50%;
}
.hero-title-block h1,
h4 {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
}
.hero-title-block .title .subtitle {
	font-weight: 300;
	font-size: 24px;
}
.hero-title-block .title {
	color: var(--white);
}

.hero-title-block .title h4 {
	line-height: 1px;
	letter-spacing: 6px;
	margin-bottom: 30px;
}
.hero-title-block .title h1 {
	line-height: 1.2;
	letter-spacing: 3px;
}

.hero-title-block .title p {
	margin-top: 30px;
	color: var(--clr-gray-normal);
}

.hero-image-block {
	width: auto;
	max-width: 50%;
	padding: 0;
}
.hero-image-block img {
	/* width: 100%; */
	width: minmax(450px, 475px);
	-o-object-fit: contain;
	object-fit: contain;
	padding-left: 24px;
}
.hero-bottom-block {
	background-color: black;
	padding: 0;
}
.work-in-exp-block {
	width: 100%;
	padding: 0;
}
.work-in-exp-block .wrapper {
	align-items: center;
	gap: 20px;
	margin: 0;
}
.work-in-exp-block .years {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-color: var(--clr-dark);
	color: var(--white);
	font-size: 52px;
	font-weight: 700;
	font-family: var(--ff-rbc);
	border-radius: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.work-in-exp-block .text {
	color: var(--white);
	margin-top: 4px;
}
.work-in-exp-block .text h4 {
	line-height: 1;
	letter-spacing: 3px;
}

.work-in-exp-block .text small {
	max-width: 300px;
	line-height: 1.3;
	color: var(--clr-gray-normal);
	padding: 4px 0;
	display: inline-block;
	/* opacity: 0.7; */
}

/* @media query styles */

@media (max-width: 768.98px) {
	.container {
		margin: 0 auto;
		padding: 0 16px;
	}

	.section {
		margin: 0;
		padding: 30px 0;
	}
	.headingXL {
		font-size: 58px;
	}
	.heading1 {
		font-size: 48px;
	}
	.heading2 {
		font-size: 28px;
	}
	.heading3 {
		font-size: 20px;
	}
	.heading4 {
		font-size: 16px;
	}
	.topbar {
		padding: 15px 0;
	}

	.topbar .logo img {
		width: 150px;
		height: 35px;
		position: relative;
	}
	.logo::after {
		transform: translateY(-50%);
		width: calc(100% - 190px);
	}

	.hero-content {
		width: auto;
		padding: 20px 0;
		margin-top: 10px;
		align-items: center;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero-title-block,
	.hero-image-block {
		width: 100%;
		text-align: center;
		padding: 0 12px;
	}
	.hero-image-block img {
		width: 100%;
		max-width: 375px;
		-o-object-fit: cover;
		object-fit: cover;
		padding-left: 0;
		margin-top: 30px;
	}

	.hero-title-block .title .subtitle {
		font-weight: 300;
		font-size: 18px;
	}

	.hero-bottom-block {
		padding: 0;
	}
}

@media (max-width: 480.98px) {
	p {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.3px;
	}

	small {
		font-size: 12px;
		letter-spacing: 0.2px;
	}
	.container {
		margin: 0 auto;
		padding: 0 12px;
	}
	.headingXL {
		font-size: 48px;
	}
	.heading1 {
		font-size: 38px;
	}
	.heading2 {
		font-size: 26px;
	}
	.heading3 {
		font-size: 18px;
	}

	/* .topbar .logo img {
    width: 140px;
    position: relative;
  } */
	.logo::after {
		left: 34%;
		transform: translateY(-50%);
		width: calc(100% - 150px);
	}
	.hero-title-block,
	.hero-image-block {
		width: 100%;
		text-align: center;
		padding: 0px;
	}

	.hero-title-block .title .subtitle {
		font-size: 16px;
	}

	.work-in-exp-block .years {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 42px;
	}

	.work-in-exp-block .text small {
		max-width: 275px;
	}
}

/*========================================================================= 
                                ABOUT-US STYLES 
 ========================================================================== 
*/
.about {
	margin-top: 30px;
	/* margin-bottom: 30px; */
	/* background-image: url("https://i0.wp.com/madisonpac.com/wp-content/uploads/2020/02/Banner-Contact-Us-1.jpg?ssl=1"); */
	/* background-image: url("https://img.freepik.com/premium-vector/grey-white-abstract-technology-background-hi-tech-digital-connect-communication-high-technology-concept-science-technology-background_262356-85.jpg?w=2000"); */
	/* background-repeat: repeat-x; */
	/* background-position: center; */
	/* background-size: cover; */
	/* background-color: #e0e0e0; */
	/* background-blend-mode: overlay; */
}
.about-wrapper {
	padding: 30px 0;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 50px;
}
.about-wrapper h2.mobile {
	display: none;
}
.about-content-block {
	padding: 0px 0;
}
.about-content-block,
.about-image-block {
	width: 50%;
}

.about-image-block img {
	width: 100%;
	max-width: 425px;
	max-height: 425px;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-content-block h2 {
	text-transform: uppercase;
	color: var(--black);
	line-height: 1.4;
	letter-spacing: 0.4px;
	font-family: var(--ff-rbc);
}
.about-content-block .tagtext {
	text-transform: uppercase;

	font-family: var(--ff-rbc);
	font-size: 16px;
	color: var(--black);
	position: relative;
	width: 100%;
	margin: 30px 0;
	z-index: 1;
}
.about-content-block h3 {
	padding: 4px 8px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--clr-dark);
	color: var(--white);
	/* z-index: 1; */
}
.about-content-block h3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 10px);
	height: 2px;
	background-color: var(--line-dark);
	z-index: -1;
}
.about-content-block p {
	margin-bottom: 12px;
}

@media (max-width: 768.98px) {
	.about {
		margin-top: 0px;
	}
	.about-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-content-block,
	.about-image-block {
		width: 100%;
	}

	.about-image-block img {
		width: 100%;
		max-width: 100%;
	}
	.about-wrapper h2.mobile {
		display: block;
		text-transform: uppercase;
		color: var(--black);
		line-height: 1.4;
		letter-spacing: 0.4px;
		font-family: var(--ff-rbc);
	}
	.about-content-block h2 {
		display: none;
	}
}

/* 
====================================================================================================
                                    WHAT-WE-DO Styles
====================================================================================================

*/

.what-we-do .title-block {
	position: relative;
}

.what-we-do .title-block .tagtext {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
	font-size: 16px;
	color: var(--black);
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
}
.what-we-do .title-block .tagtext h3 {
	padding: 4px 8px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--clr-dark);
	color: var(--white);
	z-index: 0;
}
.what-we-do .title-block .tagtext h3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 10px);
	height: 2px;
	background-color: var(--line-dark);
	z-index: -1;
}

.what-we-do .all-whatdo-wrapper {
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	padding: 60px 0;
}
.what-we-do .all-whatdo-wrapper .whatdo-card {
	width: 100%;
	max-width: 300px;
	height: 325px;
	background-color: #f7f7f7;
	padding: 24px;
}
.what-we-do .all-whatdo-wrapper .whatdo-card .icon {
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/* background-color: var(--clr-dark); */
	background-color: var(--clr-orange);
}
.what-we-do .all-whatdo-wrapper .whatdo-card .icon i {
	color: var(--white);
	display: block;
}
.what-we-do .all-whatdo-wrapper .whatdo-card h3 {
	display: block;
	text-transform: uppercase;
	font-family: var(--ff-rbc);
	margin-top: 24px;
	color: #575757 !important;
	padding: 8px 0;
	color: var(--clr-dark);
}

@media (max-width: 768.98px) {
	.what-we-do .all-whatdo-wrapper .whatdo-card {
		width: calc(50% - 15px);
		max-width: 50%;
		height: 325px;
	}
}

@media (max-width: 480.98px) {
	.what-we-do .all-whatdo-wrapper .whatdo-card {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* 
====================================================================================================
                                    PRICE PLANS Styles
====================================================================================================

*/

.pplans {
	width: 100%;
	height: 100%;
	min-height: 50vh;
	margin-bottom: 60px;
	/* background-color: var(--clr-dark); */
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#1d1e21),
		color-stop(#212224),
		color-stop(#252527),
		color-stop(#29292a),
		to(#2d2d2d)
	);
	background-image: -o-linear-gradient(
		top,
		#1d1e21,
		#212224,
		#252527,
		#29292a,
		#2d2d2d
	);
	background-image: linear-gradient(
		to bottom,
		#1d1e21,
		#212224,
		#252527,
		#29292a,
		#2d2d2d
	);
}

.pplans-info-wrapper {
	align-items: center;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 24px;
}

.pplans-text-block,
.pplans-image-block {
	width: 50%;
}
.pplans-image-block img {
	width: 100%;
	max-width: 425px;
	-o-object-fit: cover;
	object-fit: cover;
	object-fit: cover;
	padding: 24px;
}

.pplans-text-block .plan-category-name {
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	color: var(--white);
}
.pplans-text-block .plan-category-name h4 {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
	letter-spacing: 2px;
	font-weight: 300;
}

.pplans-text-block .plan-category-slug {
	font-weight: normal;
	color: var(--white);
	margin-top: 24px;
	letter-spacing: 6px;
}
.pplans-text-block .plan-category-slug b {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
}
.pplans-text-block .plan-category-slug p {
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 8px;
	max-width: 425px;
}

.all-pplans-cards {
	margin-top: 30px;
	background-color: var(--white);
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 0;
}
/* .all-pplans-cards.all-pplans-type-1 .pplans-card {
  width: calc(100% * 1 / 4) !important;
} */
.pplans-card {
	width: calc(100% * 1 / 3);
	height: 100%;
	margin-bottom: 24px;
}
.pplans-card.popular {
	background-color: var(--clr-dark);
	color: var(--white) !important;
}

.pplans-card.popular > div,
.pplans-card.popular p,
.pplans-card.popular h3 {
	background-color: var(--clr-dark);
	color: var(--clr-gray-light) !important;
}
.pplans-card p {
	min-height: 30px;
	font-size: 13px;
}
.pplans-card.popular .price {
	color: var(--clr-orange);
	/* color: var(--white); */
	/* background-color: var(--clr-orange); */
}
.pplans-card.popular .features-wrapper li {
	border-top: 1px dashed #424242;
}
.pplans-card.popular .features-wrapper li small {
	color: var(--clr-gray-light) !important;
}

.pplans-card:not(:last-child) {
	border-right: 1px solid gainsboro;
}

.pplans-card .info-wrapper {
	padding: 15px;
}
.pplans-card h3 {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
	color: var(--clr-dark);
	display: block;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.pplans-card p {
	color: var(--clr-dark);
	line-height: 1.2;
	/* font-size: 14px; */
	color: #747474;
}
.pplans-card.popular .prctag {
	background-color: var(--clr-orange);
}
.pplans-card small.prctag {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	display: block;
	padding: 6px 4px;
	width: 100%;
	text-align: center;
	color: var(--clr-dark);
	background-color: #ffeea9;
	font-weight: 600;
	border-radius: 0px;
}
.pplans-card .price {
	margin-top: 30px;
	width: 100%;
	font-size: 36px;
	padding: 6px 0px;
	text-align: center;
	font-family: var(--ff-rbc);
	/* color: white; */
	/* background-color: var(--clr-dark); */

	align-items: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
/* all price plans block */
.plans-grid {
	margin-bottom: 60px;
}
.plans-grid .title-block h4 {
	font-family: var(--ff-rbc);
	text-transform: capitalize !important;
}

.plans-grid .title-block p {
	color: var(--clr-dark);
	padding: 10px 0;
	color: #686868;
}

.pplans-card ul.features-wrapper {
	margin-top: 0px;
	padding: 20px;
}

.features-wrapper li {
	padding: 10px 0;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 8px;
	border-top: 1px dashed gainsboro;
}

/* .features-wrapper li:not(:last-child) {
  border-top: 1px dashed gainsboro;
} */

.features-wrapper li i {
	color: var(--clr-orange);
}
.features-wrapper li small {
	color: #747474;
}

@media (max-width: 768.98px) {
	.pplans-info-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.pplans-text-block,
	.pplans-image-block,
	.plan-category-name {
		width: 100%;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.pplans-text-block .plan-category-slug p {
		max-width: 100%;
	}

	.pplans-card {
		width: calc(100% * 1 / 2);
		max-width: 50%;
		height: 100%;
	}
}
@media (max-width: 480.98px) {
	.all-pplans-cards {
		margin-top: 10px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.pplans-card {
		width: 100%;
		max-width: 100%;
		height: 100%;
		-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 0.2);
		box-shadow: 0 3px 6px rgb(0 0 0 / 0.2);
	}
	.pplans-card:not(:last-child) {
		border-right: 0;
		margin-bottom: 24px;
	}
}

/* 
====================================================================================================
                                    CONTACT-US Styles
====================================================================================================

*/

.contactus {
	width: 100%;
	height: 100%;
	min-height: 50vh;
	background-color: var(--clr-dark);
}

.contactus-content {
	width: auto;
	padding: 0;
	margin-top: 30px;
	align-items: center;
	gap: 24px;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.contactus-text-block {
	width: 60%;
}
.contactus-info-block {
	width: 40%;
}

.contactus-text-block h2 {
	text-transform: uppercase;
	color: var(--clr-gray-light);
	line-height: 1.4;
	letter-spacing: 0.4px;
	font-family: var(--ff-rbc);
}
.contactus-text-block .tagtext {
	text-transform: uppercase;
	font-family: var(--ff-rbc);
	font-size: 16px;
	color: var(--clr-gray-light);
	position: relative;
	width: 100%;
	margin: 30px 0;
	z-index: 0;
}
.contactus-text-block h3 {
	padding: 4px 8px;
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--white);
	color: var(--clr-dark);
	z-index: 0;
}
.contactus-text-block h3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 20px);
	height: 2px;
	background-color: var(--white);
	z-index: -1;
}

.contactus-text-block p {
	color: var(--clr-gray-normal);
	max-width: 80%;
}
.contactus-info-block .info ul {
	margin-left: 40px;
}
.contactus-info-block .info li {
	align-items: center;
	margin: 40px 0;
}
.contactus-info-block .info .icon {
	width: 48px;
	height: 48px;
	background-color: var(--clr-gray-light);
	text-align: center;
	border-radius: 0px;
	margin-right: 20px;
}
.contactus-info-block .info .icon i {
	line-height: 48px;
	color: var(--clr-dark);
}
.contactus-info-block .info .text h5 {
	padding: 2px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	font-family: var(--ff-rbc);
	letter-spacing: 0.4px;
	color: var(--clr-gray-normal);
}
.contactus-info-block .info .text p {
	letter-spacing: 0.4px;
	font-size: 16px;
	color: var(--white);
}

@media (max-width: 768.98px) {
	.contactus-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contactus-text-block,
	.contactus-info-block {
		width: 100%;
	}

	.contactus-info-block .info ul {
		margin-left: 0px;
		margin-top: 24px;
	}
	.contactus-info-block .info li {
		align-items: center;
		margin: 25px 0;
	}
}

/* 
====================================================================================================
                                    FOOTER Styles
====================================================================================================

*/
.footer {
	width: 100%;
	background-color: inherit;
	/* background-color: var(--clr-dark); */
	background-color: #000;
	/* border-top: 1px solid #2d2d2d; */
	padding: 15px 0;
}

.footer-content {
	align-items: center;
	justify-content: space-between;
	color: #4f4f4f;
	letter-spacing: 1px;
}

.footer-content .website {
	align-items: center;
	gap: 4px;
	font-size: 13px;
}
.footer-content .website:hover {
	color: var(--clr-orange);
}
