/*!
Theme Name: Digital Vidya Business
Description: Custom Astra child theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dv-business
Template: astra
Version: 1.0
*/

/**********
* GLOBAL *
**********/

:root {
	/* Colors */
	--primary: #d45528;
	--primary-light: #ffebe3;
	--secondary: #2f3b5f;
	--bg-color: #f7f8f9;
	--text-color-1: #2a2a2a;
	--text-color-2: #333;
	--text-color-3: #222;
	--star-color: #f9b404;

	/* Media */
	--CoWorkers: url("../png/co-workers.png");
	--CaretRight: url("../svg/caret-right.svg");
	--Quote: url("../svg/quote.svg");
	--Check: url("../svg/check-2.svg");
	--Check-2: url("../svg/check-3.svg");
	--IconPlus: url("../svg/icon-plus-2.svg");
	--IconMinus: url("../svg/icon-minus.svg");
	--Call: url("../svg/call.svg");
	--Phone: url("../svg/phone-call-icon.svg");
	--WhatsApp: url("../svg/whatsapp-icon.svg");
	--Email: url("../svg/email-icon.svg");
	--Location: url("../svg/location.svg");
	--Mail: url("../svg/mail.svg");
}

.disable-scroll {
	overflow-y: hidden;
}

.visible,
.active {
	display: block !important;
}

/* Top Bar */
.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.top-bar .site-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 5px;
	padding-bottom: 5px;
	grid-gap: 40px;
}

.top-bar a {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: var(--primary);
}

.top-bar span {
	margin: 0 14px;
	color: #bbb;
}

.top-bar .whatsapp {
	background: var(--WhatsApp) no-repeat left top;
	background-position: 0 3px;
	background-size: 16px 16px;
	padding-left: 24px;
	margin-bottom: 12px;
}

.top-bar .phone {
	background: var(--Phone) no-repeat left top;
	background-position: 0 3px;
	background-size: 16px 16px;
	padding-left: 24px;
	margin-bottom: 12px;
}

.top-bar .email {
	background: var(--Email) no-repeat left top;
	background-position: 0 3px;
	background-size: 16px 16px;
	padding-left: 24px;
	margin-bottom: 12px;
}

.top-bar .btn button {
	background: var(--primary);
	font-weight: 700;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: normal;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}

.top-bar .btn button:hover {
	opacity: 0.92;
}

/* Sticky CTA - Mobile */
.sticky-cta {
	display: none;
}


.logo-wrapper {
	display: flex;
	align-items: center;
}

.logo-wrapper .logo {
	margin-right: 20px;
}

.logo-wrapper .logo:after {
	content: '';
	border-right: 1px solid #ddd;
	margin-left: 20px;
}

.logo-wrapper .link {
	color: var(--secondary);
	font-size: 15px;
	font-weight: 500;
}

.site-header .astra-mm-icon-label {
	margin-left: 0 !important;
}

#content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0 !important;
}

.page-template-default #content > .ast-container #primary {
	margin-top: 0px;
	margin-bottom: 0px;
}

.page-template-default #content > .ast-container {
	max-width: 900px;
	padding: 50px !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.post-template-default #content > .ast-container {
	max-width: 1240px;
}

.site-container {
	max-width: 1280px;
	padding: 80px 40px;
	margin: 0 auto;
}

.page-header {
	background: var(--bg-color);
}

.page-header .site-container {
	max-width: 920px;
	padding: 60px 40px;
}

.page-header .section-title {
	font-size: 40px;
	line-height: 62px;
	margin-bottom: 0;
	text-align: center;
}

.page-header .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin: 20px 0 0;
	text-align: center;
}

.section-head {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 45px;
}

.section-head .section-title {
	text-align: center;
}

.section-head .desc {
	text-align: center;
	margin-top: 20px;
}

.section-head.flex {
	max-width: 100%;
	display: flex;
	grid-gap: 60px;
	justify-content: space-between;
	align-items: center;
}

.section-head.flex .left-block {
	flex: 0 0 63%;
}

.section-head.flex .left-block .section-title,
.section-head.flex .left-block .desc,
.section-head.left .section-title,
.section-head.left .desc {
	text-align: left;
}

.section-head.flex .right-block {
	flex: 1;
	text-align: right;
}

.section-head.left {
	margin-left: initial;
}

.section-title {
	font-size: 28px;
	line-height: 44px;
	font-weight: 700;
	color: var(--text-color-1);
}

.section-title span {
	color: var(--primary);
}

.banner .section-title {
	font-size: 40px;
	line-height: 62px;
	max-width: 800px;
	margin: 0 auto 20px;
}

.desc {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	color: var(--text-color-2);
	margin-bottom: 0;
}

.desc p {
	margin-bottom: 0;
}

.desc p:not(:last-child) {
	margin-bottom: 20px;
}

.desc ul {
	list-style-type: none;
	margin: 0;
}

.btn a,
.btn button {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding: 15px 35px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	background: var(--primary);
	transition: 0.2s all;
}

.btn a:hover,
.btn button:hover {
	opacity: 0.9;
}

.btn.mt-center,
.btn.mt-center {
	margin-top: 50px;
	text-align: center;
}

.width-50 {
	width: 50% !important;
}

.width-100 {
	width: 100% !important;
}

/* Star Rating */
.rating {
	display: flex;
	align-items: center;
}

.rating .stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
}

.rating .stars::before {
	content: "★★★★★";
	letter-spacing: 3px;
	background: linear-gradient(
		90deg,
		var(--star-color) var(--percent),
		#ededed var(--percent)
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 20px;
}

.rating .avg-rating {
	color: #444;
	margin-left: 7px;
	font-size: 16px;
	font-weight: 500;
}

.rating .info {
	color: #666;
	margin-left: 10px;
	font-size: 15px;
}

/* Logos Container */

.logos-container .logo {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
	padding: 28px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.logos-container .logo picture {
	display: flex;
	justify-content: center;
}

.logos-container .logo img {
	width: auto;
	height: 50px;
	object-fit: contain;
}

/* Posts Grid */

/* Card */
.posts .card {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.posts .card .thumbnail {
	position: relative;
	padding-bottom: 52%;
}

.posts .card .thumbnail a {
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.posts .card .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s all;
	border-radius: 10px 10px 0 0;
}

.posts .card .thumbnail img:hover {
	opacity: 0.85;
}

.posts .card .title a {
	display: block;
	color: var(--text-color-2);
}

.posts .card .title a:hover {
	color: var(--primary);
}

/* Card Success Story */
.posts .card-success-story .content {
	padding: 30px 30px 40px;
}

.posts .card-success-story .title a {
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
}

.posts .card-success-story .excerpt {
	margin: 16px 0 24px;
}

.posts .card-success-story .tagline {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #666;
	border-left: 3px solid var(--primary);
	padding-left: 12px;
}

.posts .card-success-story .read-more {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	margin-top: 32px;
	background: #fff;
	border: 1px solid var(--primary);
	border-radius: 4px;
	padding: 7px 20px;
}

.posts .card-success-story .read-more:hover {
	background: var(--primary);
	color: #fff;
}

/***************
* Slick slider *
****************/

/* Slider */
#page .slick-track {
	display: flex;
	margin-left: 0;
}

#page .slick-list {
	margin: 0 -15px;
	padding-bottom: 10px;
}

#page .slick-slide {
	margin: 0 15px;
	height: initial;
}

#page .slick-prev,
#page .slick-next {
	top: 32%;
	width: 50px;
	height: 50px;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 3px 6px rgb(0, 0, 0, 10%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s all;
}

#page .slick-prev:hover,
#page .slick-next:hover {
	background-color: #ffefe9;
}

#page .slick-prev,
#page .slick-next {
	top: -75px;
	right: 0;
}

#page .slick-prev {
	left: 90%;
}

#page .slick-prev:before,
#page .slick-next:before {
	content: "";
	width: 16px;
	height: 16px;
	background: var(--CaretRight) no-repeat center center/cover;
	background-size: 18px 18px;
	display: inline-block;
}

#page .slick-prev:before {
	transform: rotate(180deg);
}

/* Slick slider - Dots */
#page .slick-dots {
	bottom: -30px;
}

#page .slick-dots li {
	margin: 5px 0 0;
	font-size: 16px;
}

#page .slick-dots li button:before {
	font-size: 8px;
	color: #ddd;
	opacity: 1;
}

#page .slick-dots li.slick-active button:before {
	color: var(--primary);
}

/* Slick slider - Home - Success Story */
#page .success-stories .slick-slide,
#page .portfolio .slick-slide {
	margin: 0 25px;
}

#page .success-stories .slick-list,
#page .portfolio .slick-list {
	margin: 0 -25px;
}

/* Slick slider - Video Creation - Portfolio */
#page .portfolio .slick-slide {
	margin: 0 20px;
}

#page .portfolio .slick-list {
	margin: 0 -20px;
}

/* Video Player */
.video .video-thumbnail {
	position: relative;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	height: 100%;
}

.video .video-thumbnail img {
	display: block;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
}

.video .video-thumbnail:before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.video .video-thumbnail .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s ease-in-out;
}

.video .video-thumbnail:hover .play-icon {
	transform: translate(-50%, -50%) scale(1.1);
}

/* Popup */
.popup {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popup .video-content {
	width: 100%;
	max-width: 1080px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1000;
}

.popup .player {
	position: relative;
	padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}

.popup .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup .backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	transition: 0.3s all;
	z-index: 700;
}

.popup .video-content .close {
	position: absolute;
	top: -40px;
	right: -40px;
	cursor: pointer;
	z-index: 1000;
}

.popup .container {
	width: 100%;
	max-width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1000;
}

.popup .content {
	position: relative;
	display: flex;
	background: #fff;
	padding: 0 !important;
	/* Course Post Template */
	margin: 20px;
	border-radius: 20px;
}

.popup .content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.popup .content .left-block {
	flex: 0 0 45%;
	display: flex;
	flex-direction: column;
	background: #ffebe3;
	padding: 40px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.popup .content .right-block {
	flex: 1;
	padding: 40px;
}

.popup .content .section-title {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.popup .content .section-title span {
	color: var(--primary);
}

.popup .content .block:not(:last-child) {
	margin-bottom: 25px;
}

.popup .content .block .title {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}

.popup .content .desc {
	color: var(--text-color-2);
	flex-grow: 1;
}

.popup .content .desc a {
	display: block;
	color: var(--text-color-2);
}

.popup .content .desc a:hover {
	color: var(--primary);
}

.popup .content .desc ul {
	list-style: none;
	margin: 0;
}

.popup .content .desc li {
	font-size: 15px;
	line-height: 23px;
	background-size: 16px 16px;
	padding-left: 25px;
	margin-bottom: 15px;
	background: var(--CircleCheck) no-repeat left top;
	background-position: 0 4px !important;
}

.popup .content .desc p {
	padding-left: 30px;
}

.popup .content .desc li:not(:last-child) {
	margin-bottom: 20px;
}

.popup .content .desc .location {
	background: var(--Location) no-repeat left top;
	background-position: 0 8px;
	background-size: 14px 19px;
}

.popup .content .desc .mail {
	background: var(--Mail) no-repeat left top;
	background-position: 0 10px;
	background-size: 14px 11px;
}

.popup .content .desc .phone {
	background: var(--Call) no-repeat left top;
	background-position: 0 7px;
	background-size: 14px 14px;
}

.popup .dv-form {
	background: #fff;
	padding: 0;
	box-shadow: none;
}

.popup .dv-form .terms {
	margin-top: 20px;
}

.popup .dv-form .gform_fields {
	grid-template-columns: repeat(1, 1fr);
}

.popup .dv-form .ginput_container input,
.popup .dv-form .ginput_container input:focus,
.popup .dv-form .ginput_container textarea,
.popup .dv-form .ginput_container textarea:focus {
	padding: 24px 20px !important;
	font-size: 15px !important;
}

.popup .dv-form input[type="submit"] {
	width: 100% !important;
	padding: 0;
	box-shadow: none;
	padding: 16px 30px !important;
	font-size: 15px !important;
}

/* Form */
.dv-form {
	border-radius: 10px;
	background: #fff;
	padding: 35px;
	margin: 0 auto;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.dv-form .gform_heading {
	display: none;
}

.dv-form .tc_permission {
	display: none !important;
}

.dv-form .gform_fields {
	grid-gap: 16px !important;
}

.dv-form .ginput_container input,
.dv-form .ginput_container input:focus,
.dv-form .ginput_container textarea,
.dv-form .ginput_container textarea:focus {
	background: #fff;
	border: 1px solid #ccc !important;
	border-radius: 5px;
	padding: 28px 20px !important;
	font-size: 16px !important;
	margin-top: 0 !important;
	text-align: left;
	color: #555 !important;
	box-shadow: none !important;
}

.dv-form .ginput_container input:focus {
	border: 1px solid #ccc;
}

.dv-form .gform_fields .gform_footer {
	margin-top: 0 !important;
}

.dv-form input[type="submit"] {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
	padding: 20px 30px !important;
	background: var(--primary) !important;
}

.dv-form input[type="submit"]:focus,
.dv-form input[type="submit"]:hover {
	background: var(--primary);
	opacity: 0.9 !important;
}

.dv-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	font-weight: 500;
}

.dv-form .gform_validation_errors,
.dv-form .gfield_validation_message {
	display: none !important;
}

.dv-form .terms {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 0;
}

.dv-form .gfield_error [aria-invalid="true"] {
	border: 1px solid #c02b0a !important;
}

/* Pagination */

.pagination {
	text-align: center;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	border: 1px solid #dddddd;
	padding: 4px 20px;
	font-weight: 500;
	border-radius: 5px;
	color: var(--text-color-2);
	background: #fff;
	margin-top: 10px;
	transition: 0.3s ease-in-out;
}

.pagination .page-numbers:hover {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

.pagination .page-numbers:not(:last-child) {
	margin-right: 12px;
}

.pagination .page-numbers.current {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

/* Header */
.ast-primary-header-bar {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border: none;
}

.site-header .sub-menu {
	border-radius: 5px;
}

.site-header .sub-menu .menu-item {
	border-bottom: 1px solid #eee;
}

.site-header .sub-menu .menu-item a {
	font-size: 15px;
}

.site-header .contact-btn {
	margin-left: 25px;
}

.site-header .contact-btn a {
	color: #fff !important;
	background: var(--primary);
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 15px !important;
	line-height: 25px !important;
}

.site-header .contact-btn a:hover {
	opacity: 0.9;
}

.site-header .contact-btn.current-menu-item a {
	background: var(--primary) !important;
}

/***********
* Homepage *
************/

.banner .desc {
	font-size: 18px;
	line-height: 34px;
}

.banner .btn {
	margin-top: 40px;
}

/* Banner */
.banner.d-flex .site-container {
	display: flex;
	grid-gap: 80px;
	align-items: center;
}

.banner.d-flex .left-block {
	flex: 1;
}

.banner.d-flex .right-block {
	flex: 0 0 40.3%;
	text-align: right;
}

.home .banner {
	background: var(--bg-color);
}

.home .banner .site-container {
	padding-bottom: 55px;
}

.home .banner .right-block {
	flex: 0 0 40%;
}

.home .banner .section-title {
	font-size: 48px;
	line-height: 70px;
}

.highlight {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 25px 50px;
	margin-top: 40px;
	margin-bottom: 48px;
}

.highlight .block {
	flex: 0 0 38%;
	margin-bottom: 0;
	padding-left: 40px;
	position: relative;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	color: var(--text-color-1);
}

.highlight .block span {
	color: var(--primary);
	font-weight: 600;
}

.highlight .block:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #fff var(--Check-2) no-repeat center center;
	background-position: 7px 7px;
	background-size: 12px 12px;
	border-radius: 50px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 0;
	left: 0;
}

.home .banner .btn {
	margin-top: 40px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.section-header .section-title {
	flex: 1;
	display: flex;
	align-items: center;
	margin: 0;
}

.section-header .section-title:after {
	content: "";
	flex: 1;
	margin-left: 20px;
	border-top: 1px solid #e7e7e7;
}

/* Trusted Partners */
.trusted-partners {
	background: var(--bg-color);
}

.trusted-partners .site-container {
	display: flex;
	align-items: center;
	grid-gap: 70px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home .trusted-partners .site-container {
	display: block;
	padding-top: 0px;
	padding-bottom: 80px;
}

.trusted-partners .logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 25px 95px;
}

.trusted-partners .left-block {
	flex: 1;
}

.trusted-partners .right-block {
	flex: 0 0 76%;
	width: 76%;
}

.home .trusted-partners .section-title,
.page-template-service .trusted-partners .section-title {
	font-size: 18px;
}

.trusted-partners .section-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-color-1);
}

.trusted-partners .logos-container .logo {
	padding: 24px 26px;
}

/* We Help */

.we-help .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.we-help .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
	padding: 30px;
}

.we-help .card img {
	width: 60px;
	height: 60px;
}

.we-help .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin: 25px 0 20px;
	color: var(--primary);
}

.we-help .card .desc p {
	margin-bottom: 0px;
}

.we-help .card .desc a {
	color: var(--text-color-2);
	display: block;
}

.we-help .card .desc a:hover strong {
	color: var(--primary);
}

.we-help .card .desc strong {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--text-color-2);
	margin-top: 15px;
}

.we-help .card .read-more {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
	background: #ffe5dd;
	padding: 7px 18px;
	color: var(--text-color-2);
	border-radius: 4px;
}

.we-help .card .read-more:hover {
	opacity: 0.85;
}

/* Why Us */
.why-us {
	background: var(--bg-color);
}

.why-us .site-container {
	display: flex;
	grid-gap: 70px;
	align-items: center;
}

.why-us .left-block {
	flex: 0 0 40%;
}

.why-us .right-block {
	flex: 1;
	text-align: left;
}

.why-us .left-block img {
	border-radius: 20px;
}

.why-us .section-title {
	margin-bottom: 20px;
}

.why-us .desc {
	font-size: 16px;
	line-height: 30px;
}

/* CTA Form */
.cta-form {
	background: var(--CoWorkers) no-repeat center top/cover;
	position: relative;
	z-index: 111;
}

.cta-form::before {
	content: "";
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cta-form .site-container {
	text-align: center;
}

.cta-form .desc {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 22px;
}

.cta-form .section-title {
	color: #fff;
	margin-bottom: 40px;
}

.cta-form .dv-form {
	max-width: 780px;
	border: 1px solid #efefef;
	padding: 50px 50px;
}

.cta-form .dv-form input[type="submit"] {
	width: 100% !important;
}

/* Success Stories */
.success-stories .btn.mt-center {
	margin-top: 70px;
}

/* Our Clients */

/* Tab Switcher */
.tab-switcher ::-webkit-scrollbar {
	height: 4px;
	width: 4px;
	background: #e9e9e9;
	border-radius: 10px;
}

.tab-switcher ::-webkit-scrollbar-track {
	border-radius: 10px;
}

.tab-switcher ::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
}

.tab-switcher .tabs-wrapper {
	max-width: 900px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: scroll auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.tab-switcher .tabs {
	display: inline-flex;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

.tab-switcher .tabs button {
	background: none;
	color: #555;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 14px 35px;
	border: 1px solid #fff;
	border-radius: 50px;
	transition: 0.2s ease-in-out;
}

.tab-switcher .tabs button:hover {
	color: var(--primary);
}

.tab-switcher .tabs button.active {
	color: var(--primary);
	border: 1px solid var(--primary);
}

.tab-switcher .tab-content {
	display: none;
}

.tab-switcher .tab-content.active {
	display: block;
}

/* Logos */
.our-clients .site-container {
	padding-top: 20px;
}

.our-clients .logos-container,
.companies .logos-container {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(6, 1fr);
}

/* Expert Reviews */
.expert-reviews {
	background: var(--bg-color);
	margin-bottom: 60px;
}

.expert-reviews .block {
	position: relative;
	display: flex !important;
	flex-direction: column;
	padding: 30px 30px 35px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

.expert-reviews .block .logo {
	display: flex;
	justify-content: end;
}

.expert-reviews .block .content {
	margin: 35px 0 28px;
	flex-grow: 1;
	color: var(--text-color-2);
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;

	max-height: 120px;
	overflow-y: auto;
	padding-right: 20px;
}

.expert-reviews ::-webkit-scrollbar {
	width: 5px;
}

.expert-reviews ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #fff;
}

.expert-reviews ::-webkit-scrollbar-thumb {
	background: #d9d9d9;
	border-radius: 5px;
}

.expert-reviews .block .content:before {
	content: "";
	width: 33px;
	height: 27px;
	background: var(--Quote) no-repeat center center;
	background-size: 33px 27px;
	position: absolute;
	top: 30px;
}

.expert-reviews .block .logo img {
	width: auto;
	height: 20px;
}

.expert-reviews .block .info {
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.expert-reviews .info .left {
	flex: 0 0 70px;
}

.expert-reviews .info .right {
	flex: 1;
}

.expert-reviews .info img {
	border-radius: 50px;
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.expert-reviews .info .name {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 4px;
}

.expert-reviews .info .designation {
	color: #555;
	font-size: 14px;
	line-height: 23px;
}

.expert-reviews .info .role {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

/*********
* FOOTER *
**********/

/* CTA BOX */
.cta-box {
	position: relative;
	z-index: 22;
	margin-bottom: -65px;
}

.cta-box .site-container {
	padding-top: 0;
	padding-bottom: 0;
}

.cta-box .wrapper {
	padding: 40px;
	display: flex;
	align-items: center;
	grid-gap: 30px;
	border-radius: 10px;
	background: var(--secondary);
}

.cta-box .left-block {
	flex: 1;
}

.cta-box .right-block {
	flex: 1;
	text-align: right;
}

.cta-box .title,
.cta-box .desc {
	text-align: left;
	color: #fff;
}

.cta-box .title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 15px;
}

.cta-box .desc {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

/* CTA Form */
.cta-box form {
	max-width: 545px;
	height: 75px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	border-radius: 50px;
}

.cta-box form input[type="email"] {
	border-radius: 50px 0 0 50px;
	flex: 1;
	padding: 28px 25px;
	border: 0;
	background: #fff;
	outline: 0;
	color: var(--secondary);
	font-size: 16px;
}

.cta-box form input[type="email"]::placeholder {
	color: var(--secondary);
}

.cta-box form .btn {
	border-radius: 50px;
	flex: 0 0 20%;
	background: var(--primary);
	margin: 8px;
	border: 0;
	padding: 20px 38px;
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
}

/* Site Footer */
.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
	display: grid;
	grid-gap: 80px;
	grid-template-columns: 20% 1fr 18%;
}

.site-footer .site-footer-section-2 .menu {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 0 80px;
}

.site-footer .site-footer-section-2 .menu li {
	flex: 0 0 calc(50% - 40px);
}

.site-footer .widget-title,
.site-footer .widget-area h2 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	color: var(--secondary);
	margin-bottom: 20px;
	text-align: left;
}

.site-footer .site-footer-section-3 ul {
	list-style: none;
	margin: 0 0 30px;
}

.site-footer .site-footer-section-3 ul li {
	text-align: left;
}

.site-footer .widget .menu li a,
.site-footer .widget-area ul li a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: var(--secondary);
}

.site-footer .widget .menu li:not(:last-child),
.site-footer .widget-area ul li:not(:last-child) {
	margin-bottom: 8px;
}

.site-footer .widget .menu li a:hover,
.site-footer .widget-area ul li a:hover {
	color: var(--primary);
}

.site-footer .site-below-footer-wrap .ast-builder-footer-grid-columns {
	border-top: 1px solid #2d3b5f6b;
	padding-top: 20px;
}

.site-footer .menu-copyright-links-container .menu {
	justify-content: center;
	flex-wrap: wrap;
}

.site-footer .ast-footer-copyright {
	color: var(--secondary);
}

/* Footer - Social Links */
.site-footer .social-links {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px 25px;
}

.site-footer .social-links img {
	width: auto;
	height: 15px;
}

.site-footer .social-links img:hover {
	transform: scale(1.1);
}

.site-footer .site-footer-below-section-1 .ast-footer-copyright {
	text-align: left;
}

.site-footer .site-footer-below-section-2 .ast-builder-html-element {
	text-align: center;
}

.site-footer .site-footer-below-section-3 .ast-builder-html-element {
	text-align: right;
}

/*********************
* UPSKILL YOUR TEAM *
*********************/

/* Companies */
.companies {
	background: var(--bg-color);
	background: #fff;
	/* background: linear-gradient(
	0deg,
	rgba(247, 248, 249, 1) 0%,
	rgba(255, 255, 255, 1) 100%
	); */
	margin-top: -30px;
}

.companies .site-container {
	padding-top: 0px;
	padding-bottom: 10px;
}

.companies .section-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 32px;
}

/* Services */
.services .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.services .block img {
	border-radius: 10px;
	margin-bottom: 20px;
}

.services .block .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 18px;
}

.services .block .desc ul li {
	background: var(--Check) no-repeat left top;
	background-position: 0px 6px;
	background-size: 15px 15px;
	padding-left: 28px;

	font-size: 15px;
	line-height: 25px;
	color: #444;
}

.services .block .desc ul li:not(:last-child) {
	margin-bottom: 20px;
}

.services .block .btn {
	margin-top: 30px;
}

.services .block .btn a {
	background: #fff;
	border: 1px solid var(--primary);
	color: var(--primary);
	padding: 6px 20px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.services .block .btn a:hover {
	background: var(--primary);
	color: #fff;
}

/************
* SERVICES *
************/

/* Banner */

.page-template-service .banner {
	background: var(--bg-color);
}

.page-template-service .banner .site-container {
	align-items: center;
}

.page-template-service .trusted-partners {
	margin-top: -30px;
}

.page-template-service .trusted-partners .site-container {
	display: block;
	padding-top: 0px;
	padding-bottom: 80px;
}

.page-template-service .section-header {
	margin-bottom: 40px;
}

/* Advantage */
.advantage .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.advantage .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
	padding: 30px 25px;
}

.advantage .card img {
	width: auto;
	height: 50px;
}

.advantage .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-color-1);
	margin: 25px 0 15px;
}

.advantage .card .desc {
	font-size: 16px;
	line-height: 30px;
	color: var(--text-color-2);
}

/* Onboard Staps */
.simple-steps {
	background: var(--bg-color);
}

.simple-steps .wrapper {
	max-width: 760px;
	margin: 0 auto;
}

.simple-steps .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
	padding: 30px 80px 30px 40px;
	display: flex;
	align-items: center;
	grid-gap: 0 40px;
	position: relative;
}

.simple-steps .card .content {
	flex: 1;
}

.simple-steps .card:not(:last-child) {
	margin-bottom: 20px;
}

.simple-steps .card img {
	flex: 0 0 60px;
	width: auto;
	height: 60px;
}

.simple-steps .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-color-1);
	margin-bottom: 15px;
}

.simple-steps .desc ul li {
	background: var(--Check) no-repeat left top;
	background-position: 0px 8px;
	background-size: 15px 15px;
	padding-left: 28px;
	color: #444;
}

.simple-steps .desc ul li:not(:last-child) {
	margin-bottom: 8px;
}

.simple-steps .card .num {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 80px;
	line-height: 80px;
	font-weight: 900;
	color: #eaefff;
}

/* Journey */
/* .journey {
background: var(--bg-color);
} */

.journey .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}

.journey .card {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid var(--primary);
	display: flex;
	grid-gap: 30px;
}

.journey .card .icon {
	flex: 0 0 80px;
	display: block;
	width: 80px;
	height: 80px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.journey .card .icon img {
	width: auto;
	height: 40px;
}

.journey .card .icon .content {
	flex: 1;
}

.journey .card .title {
	font-size: 20px;
	line-height: 30px;
	color: var(--text-color-1);
	font-weight: 600;
	margin-bottom: 15px;
}

.journey .card .desc p {
	margin-bottom: 12px;
}

.journey .card .desc p strong {
	font-weight: 600;
}

.journey .card .desc ul {
	list-style: disc;
	margin-left: 20px;
}

.journey .card .desc ul li:not(:last-child) {
	margin-bottom: 4px;
}

/* Networking */
.networking {
	background: var(--bg-color);
}

.networking .wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}

.networking .card {
	padding: 30px 40px;
	background: #fff;
	border-radius: 10px;
	border-bottom: 2px solid var(--primary);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.networking .card .title {
	font-size: 20px;
	line-height: 30px;
	color: var(--text-color-1);
	font-weight: 600;
	margin-bottom: 12px;
}

.networking .card .desc {
	line-height: 26px;
}

/* Programs */
.programs .section-head {
	margin-bottom: 100px;
}

.programs .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 80px 30px;
}

.programs .card {
	background: #fff;
	border-radius: 10px;
	padding: 0 20px 25px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	color: var(--text-color-2);
}

.programs .card .icon {
	width: 100px;
	height: 100px;
	background: #fff7f4;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -50px auto 0;
}

.programs .card .icon img {
	transition: 0.3s ease;
	width: auto;
	height: 50px;
}

.programs .card .title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}

.programs .card:hover img {
	transform: rotate(-5deg);
}

.programs a.card:hover .title {
	color: var(--primary);
}

/* CTA */
.cta .site-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cta .wrapper {
	margin: 0 auto;
	background: var(--primary);
	border-radius: 10px;
	padding: 60px 70px;
	display: flex;
	grid-gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.cta .wrapper .section-title {
	flex: 1;
}

.cta .wrapper .btn {
	flex: 0 0 170px;
}

.cta .section-title {
	color: #fff;
	font-size: 36px;
	line-height: 48px;
}

.cta .btn a,
.cta .btn button {
	background: #fff;
	color: var(--primary);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 16px 40px;
}

/* Our Team */
.profile-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	padding: 30px 20px 0;
	text-align: center;
	display: flex !important;
	flex-direction: column;
}

.profile-card .avatar {
	border-radius: 10px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 18px;
}

.profile-card .name {
	border-radius: 10px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--text-color-1);
	margin-bottom: 8px;
}

.profile-card .designation {
	border-radius: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	flex-grow: 1;
	margin-bottom: 30px;
}

.profile-card .icon {
	background: var(--bg-color);
	margin: 0 -20px;
	border-radius: 0 0 10px 10px;
	padding: 10px 20px;
	border-top: 1px solid #f3f3f3;
	display: flex;
	justify-content: center;
	grid-gap: 20px;
}

.profile-card .icon img {
	width: auto;
	height: 20px;
	margin: 0 auto;
}

/* Workshop */
.workshop {
	background: var(--bg-color);
}

.workshop .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 30px 25px;
}

.workshop .card {
	display: inline-block;
	padding: 17px 30px;
	border-radius: 10px;
	border-left: 2px solid var(--primary);
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.workshop .card .title {
	display: block;
	background: var(--Check) no-repeat left top;
	background-position: 0px 5px;
	background-size: 18px 18px;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

/* Courses */
.courses .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.courses .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.courses .card:hover .title {
	color: var(--primary);
}

.courses .card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	transition: 0.3s ease-in;
}

.courses .card img:hover {
	opacity: 0.9;
}

.courses .card .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-color-1);
	text-align: center;
	padding: 20px 20px 25px;
}

/*****************
* SINGLE COURSE *
*****************/

.course-content .section {
	padding-top: 70px;
}

.course-content .section-head {
	max-width: 100%;
	margin-bottom: 40px;
}

/* Banner */
.single-course .banner {
	background: var(--bg-color);
}

.single-course .banner .desc {
	font-size: 16px;
}

.single-course .banner .site-container {
	align-items: center;
}

/* Course Content */
.course-content .site-container {
	display: flex;
	grid-gap: 70px;
}

.course-content .primary {
	flex: 1;
}

.course-content .sidebar {
	flex: 0 0 30%;
}

/* course-desc */
.course-desc {
	max-width: 920px;
}

.course-desc .section-head.left .section-title {
	text-align: left;
}

.course-desc .desc {
	font-size: 16px;
	line-height: 32px;
}

/* CTA */
.course-content .sidebar .cta {
	position: sticky;
	position: -webkit-sticky;
	top: 40px;
}

.course-content .cta {
	background: #fff9ef;
	padding: 50px;
	border-radius: 10px;
	border: 1px solid #ffedce;
}

.course-content .cta .title {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	text-align: center;
}

.course-content .cta .btn {
	margin-top: 30px;
}

.course-content .cta .btn button {
	width: 100%;
	background: var(--primary);
	color: #fff;
	padding: 14px 20px;
}

/* Audience */
.audience .wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px 25px;
}

.audience .card {
	display: inline-block;
	padding: 17px 30px;
	border-radius: 10px;
	border-left: 2px solid var(--primary);
	background: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.audience .card .title {
	display: block;
	background: var(--Check) no-repeat left top;
	background-position: 0px 5px;
	background-size: 18px 18px;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

/* Tools */
.tools .logos-container{
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

/* CTA */
.course-content .cta.section {
	display: none;
}

/* Features */
.features {
}

.features .desc ul {
}

.features .desc ul li {
	display: block;
	background: var(--Check) no-repeat left top;
	background-position: 0px 8px;
	background-size: 16px 16px;
	padding-left: 34px;
	color: var(--text-color-2);
}

.features .desc ul li strong {
	font-weight: 600;
}

.features .desc ul li:not(:last-child) {
	margin-bottom: 20px;
}

/* Course Agenda */

/* Accordion */
.accordion .title,
.accordion .title-2{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom: 20px;
	padding-left: 70px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .title-2{
	cursor: initial;
}

.accordion .title:before {
	content: "";
	background: var(--IconPlus) no-repeat;
	background-position: 0 2px;
	background-size: 25px 25px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 20px;
}

.accordion .title-2:before {
	content: "";
	background: var(--Check) no-repeat;
	background-position: 0 2px;
	background-size: 25px 25px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 20px;
}

.accordion .title.active:before {
	background: var(--IconMinus) no-repeat;
	background-position: 0 2px;
	background-size: 25px 25px;
}

.accordion .content {
	display: none;
	font-size: 15px;
	line-height: 26px;
	padding: 25px;
	background: #ffffff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin-bottom: 20px;
}

.accordion .content p:last-child {
	margin-bottom: 0;
}

.accordion .content strong {
	font-weight: 600;
}

.accordion .content ul {
	list-style: circle;
	margin-left: 25px;
	margin-bottom: 0px;
}

.accordion .content li:not(:last-child) {
	margin-bottom: 10px;
}

/*******************
* SUCCESS STORIES *
*******************/

/* Page Header */
.page-template-success-stories .page-header .btn {
	text-align: center;
	margin-top: 30px;
}

/* Page Content */
.page-template-success-stories .page-content .site-container {
	padding-top: 50px;
}

.page-template-success-stories .page-content .posts.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

/*********************
* SINGLE CASE STUDY *
*********************/

/* Banner */
.single-case-study .banner {
	background: var(--bg-color);
}

.single-case-study .banner .site-container {
	display: flex;
	grid-gap: 80px;
	padding-top: 60px;
	padding-bottom: 60px;
	/* align-items: center; */
}

.single-case-study .banner .left-block {
	flex: 1;
}

.single-case-study .banner .right-block {
	flex: 0 0 44%;
	text-align: right;
}

.single-case-study .banner .right-block img {
	border-radius: 10px;
}

.single-case-study .banner .section-title {
	font-size: 24px;
	line-height: 44px;
	font-weight: 600;
	margin-bottom: 0;
}

/* Content */
.single-case-study .content .site-container {
	max-width: 980px;
}

.single-case-study .content .desc {
	font-size: 16px;
	line-height: 32px;
}

/* Challenges */
.challenges {
	background: var(--bg-color);
}

.challenges .section-head {
	max-width: 900px;
	margin-bottom: 0;
}

.challenges .short-desc {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}

.challenges .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-top: 45px;
}

.challenges .card {
	background: #fff;
	border-radius: 10px;
	border-bottom: 1px solid var(--primary);
	padding: 25px 30px;
	box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.challenges .card .title {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: var(--text-color-1);
}

.challenges .card .desc {
	margin-top: 15px;
}

/* CTA */
.single-case-study .cta .site-container {
	padding-top: 70px;
}

/* Solutions */
.solutions .section-head {
	margin-bottom: 35px;
}

.solutions .sub-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.solutions .sub-title span {
	color: var(--primary);
}

.solutions .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.solutions .card {
	padding: 30px 25px;
	border-radius: 10px;
	border: 1px solid var(--primary);
}

.solutions .card .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 14px;
}

/* Values */
.values {
	background: var(--bg-color);
	margin-bottom: 50px;
}

.values .section-title {
	margin-bottom: 20px;
}

.values .section-head {
	margin-bottom: 0;
}

.values .wrapper {
	display: flex;
	grid-gap: 20px;
	margin-top: 45px;
}

.values .card {
	flex: 1;
	background: #fff;
	padding: 25px 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	text-align: center;
}

.values .card .num {
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	color: var(--primary);
	display: flex;
	align-items: center;
	grid-gap: 16px;
	justify-content: center;
}

.values .card .num img {
	width: auto;
	height: 30px;
}

.values .card .title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 20px;
	color: var(--text-color-2);
}

/* Testimonials */
.testimonials .site-container {
	padding-top: 30px;
}

.testimonials .box {
	border: 1px solid var(--primary);
	text-align: center;
	display: flex !important;
	flex-direction: column;
	padding: 30px 30px 35px;
	border-radius: 10px;
	background: #fff;
}

.testimonials .rating {
	justify-content: center;
	margin-bottom: 10px;
}

.testimonials .content {
	margin-bottom: 30px;
	flex-grow: 1;
}

.testimonials .content p:last-child {
	margin-bottom: 0;
}

.testimonials .box .info {
	display: block;
}

.testimonials .box .info img {
	display: block;
	margin: 0 auto 12px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonials .box .info .name {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

/**************
* CONTACT US *
**************/

.page-template-contact .page-header {
	background-color: var(--secondary);
}

.page-template-contact .page-header .section-title {
	color: #fff;
}

/* Contact Form */
.contact-form .site-container {
	display: flex;
	grid-gap: 70px;
}

.contact-form .left-block {
	flex: 1;
}

.contact-form .right-block {
	flex: 0 0 50%;
}

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

.contact-form .sub-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.contact-form .desc {
	font-size: 16px;
	line-height: 28px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.contact-form .desc p {
	background: var(--Location) no-repeat left top;
	background-position: 0 7px;
	background-size: 14px 18px;
	padding-left: 30px;
}

.contact-form .desc p a {
	color: var(--text-color2);
}

.contact-form .desc .mail {
	background: var(--Mail) no-repeat left top;
	background-position: 0 8px;
	background-size: 14px 11px;
}

.contact-form .desc .phone {
	background: var(--Call) no-repeat left top;
	background-position: 0 6px;
	background-size: 14px 14px;
}

.contact-form .desc p:not(:last-child) {
	margin-bottom: 26px;
}

.contact-form .map iframe {
	border-radius: 10px;
	border: 2px solid #e5e5e5 !important;
	width: 100%;
	height: 240px;
}

/* Team Members */
.team-members {
	background: var(--bg-color);
}

.team-members .wrapper {
	display: flex;
	grid-gap: 40px;
	justify-content: center;
}

.team-members .profile-card {
	flex: 0 0 calc(33% - 20px);
}

.team-members .profile-card .icon img {
	width: auto;
	height: 16px;
	margin: 0 10px;
}

.team-members .profile-card .icon {
	background: #fff;
}

/* Google Map */
.google-map .site-container {
	display: flex;
}

.google-map iframe {
	border-radius: 10px;
	border: 2px solid #e5e5e5 !important;
	width: 100%;
	height: 450px;
}

/******************
* VIDEO CREATION *
******************/

/* Banner */
.page-template-video-creation .banner {
	background: var(--bg-color);
}

.page-template-video-creation .banner .right-block {
	flex: 0 0 38%;
}

.page-template-video-creation .banner .sub-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.page-template-video-creation .banner .desc {
	font-size: 17px;
	line-height: 30px;
}

/* Why Choose */
.why-choose .wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.why-choose .card {
	border-radius: 10px;
	border: 1px solid var(--primary);
	padding: 30px 20px;
	background: #fff;
}

.why-choose .card img {
	width: auto;
	height: 50px;
}

.why-choose .card .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: var(--text-color-1);
	margin: 25px 0 16px;
}

.why-choose .card .desc ul li:not(:last-child) {
	margin-bottom: 10px;
}

/* Videos Type */
.videos-type .site-container {
	padding-top: 20px;
}

.videos-type .wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.videos-type .card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.videos-type .card img {
	border-radius: 10px 10px 0 0;
}

.videos-type .card .content {
	padding: 25px;
}

.videos-type .card .title {
	margin-bottom: 12px;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: var(--text-color-2);
	font-weight: 600;
}

.videos-type .card .desc {
	font-size: 14px;
	line-height: 28px;
	color: #555;
}

/* How Its works */
.how-works .wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 30px;
	justify-content: center;
}

.how-works .card {
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
	padding: 10px 40px 10px 10px;
}

.how-works .card .title {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	display: flex;
	align-items: center;
	grid-gap: 16px;
}

.how-works .card .title span {
	flex: 0 0 40px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	background: #fff;
	border: 2px solid var(--primary);
	color: var(--primary);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* Portfolio */
.portfolio .video-thumbnail img {
	border-radius: 10px;
}

.portfolio .video .video-thumbnail:before {
	border-radius: 10px;
}

/****************
* MEDIA QUERIES *
*****************/

@media (max-width: 1200px) {
	/*********
	* GLOBAL *
	**********/

	/* Slick slider */
	#page .slick-prev {
		left: 88%;
	}

	/*****************
	* SINGLE COURSE *
	*****************/
	.course-content .sidebar .cta {
		padding: 30px 25px;
	}
}

@media (max-width: 980px) {
	/*********
	* GLOBAL *
	**********/
	.posts .card-success-story .title a {
		font-size: 20px;
	}

	/***********
	* Homepage *
	************/

	/* Banner */
	.home .banner .site-container {
		grid-gap: 40px;
	}

	.home .banner .section-title {
		font-size: 38px;
		line-height: 54px;
	}

	/* Trusted Partners */
	.trusted-partners .site-container {
		flex-direction: column;
		grid-gap: 40px;
	}

	.trusted-partners .right-block {
		flex: 100%;
		width: 100%;
	}

	/* We Help */
	.we-help .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/* Our Clients */
	.our-clients .site-container {
		padding-top: 20px;
	}

	.our-clients .logos-container,
	.companies .logos-container {
		grid-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}

	/*********
	* FOOTER *
	**********/

	/* CTA BOX */
	.cta-box .wrapper {
		padding: 30px 20px;
		flex-direction: column;
		grid-gap: 30px;
	}

	.cta-box .title,
	.cta-box .desc {
		text-align: center;
	}

	/* Site Footer */
	.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
		grid-gap: 40px;
	}

	.site-footer .site-footer-section-2 .menu {
		grid-gap: 0 40px;
	}

	/********************
	* UPSKILL YOUR TEAM *
	*********************/
	/* Services */
	.services .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	/************
	* SERVICES *
	************/

	/* Journey */
	.journey .wrapper {
		grid-gap: 30px;
	}

	.journey .card {
		display: block;
	}

	.journey .card .icon {
		margin-bottom: 25px;
	}

	/* Programs */
	.programs .section-head {
		margin-bottom: 100px;
	}

	.programs .wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 80px 30px;
	}

	/* CTA */
	.cta .wrapper {
		padding: 40px 40px;
	}

	/*****************
	* SINGLE COURSE *
	*****************/

	/* Course Content */
	.course-content .site-container {
		display: block;
	}

	.course-content .sidebar {
		display: none;
	}

	/* Course - CTA */
	.course-content .cta.section {
		margin-top: 70px;
		display: flex;
		justify-content: space-between;
		grid-gap: 30px;
		align-items: center;
	}

	.course-content .cta.section .title {
		flex: 1;
		text-align: left;
		font-size: 28px;
		line-height: 44px;
	}

	.course-content .cta.section .btn {
		flex: 0 0 190px;
		margin-top: 0;
	}

	/*********************
	* SINGLE CASE STUDY *
	*********************/

	/* Solutions */
	.solutions .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	/******************
	* VIDEO CREATION *
	******************/

	/* Why Choose */
	.why-choose .wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Videos Type */
	.videos-type .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}

@media (max-width: 767px) {
	/**********
	* GLOBAL *
	**********/



	/* TOP BAR */
	.top-bar {
		display: none;
	}

	.logo-wrapper .logo {
		margin-right: 15px;
	}

	.logo-wrapper .logo img {
		width: 120px;
	}

	.logo-wrapper .link {
		font-size: 13px;
	}

	.site-container {
		max-width: 100%;
		padding: 50px 20px;
	}

	.page-template-default #content .entry-title {
		font-size: 24px;
		line-height: 34px;
	}

	.page-template-default #content {
		font-size: 15px;
		line-height: 30px;
	}

	.page-template-default #content > .ast-container {
		max-width: 100%;
		padding: 30px 20px !important;
		margin-top: 0px;
		border-radius: 0;
	}

	.section-head {
		margin-bottom: 30px;
	}

	.section-head.flex {
		flex-direction: column;
		grid-gap: 20px;
		align-items: initial;
		margin-bottom: 30px;
	}

	.section-head.flex .left-block {
		flex: 1;
	}

	.section-head.left .section-title,
	.section-head.left .desc,
	.section-head.flex .left-block .section-title,
	.section-head.flex .left-block .desc,
	.section-head.flex .right-block,
	.section-head .section-title,
	.section-head .desc {
		text-align: center;
	}

	.section-head.left.m-left .section-title,
	.section-head.left.m-left .desc,
	.section-head.m-left .section-title,
	.section-head.m-left .desc {
		text-align: left;
	}

	.section-title {
		font-size: 22px;
		line-height: 34px;
	}

	.banner .section-title {
		font-size: 26px;
		line-height: 40px;
	}

	.section-head .desc {
		margin-top: 10px;
	}

	.btn a,
	.btn button {
		font-size: 15px;
		line-height: 25px;
		padding: 12px 25px;
	}

	.btn.mt-center,
	.btn.mt-center {
		margin-top: 30px;
		text-align: center;
	}

	/* Page Header */
	.page-header .site-container {
		max-width: 1005;
		padding: 40px 20px;
	}

	.page-header .section-title {
		font-size: 26px;
		line-height: 40px;
	}

	.page-header .desc {
		font-size: 16px;
		line-height: 30px;
	}

	/* Logo Container */
	.logos-container .logo {
		padding: 22px;
	}

	.logos-container .logo img {
		/* height: 22px; */
	}

	/* Card */
	.posts .card .thumbnail {
		position: relative;
		padding-bottom: 50%;
	}

	/* Card Success Story */
	.posts .card-success-story .content {
		padding: 22px 20px 28px;
	}

	.posts .card-success-story .title a {
		font-size: 18px;
		line-height: 30px;
	}

	.posts .card-success-story .excerpt {
		margin: 16px 0 20px;
		font-size: 14px;
		line-height: 28px;
	}

	.posts .card-success-story .tagline {
		font-size: 14px;
		line-height: 24px;
		padding-left: 10px;
	}

	.posts .card-success-story .read-more {
		font-size: 15px;
		line-height: 25px;
		padding: 6px 18px;
	}

	/***************
	* Slick slider *
	****************/

	/* Slick Slider */
	#page .slick-slide {
		margin: 0 10px;
		height: initial;
	}

	/* Slick slider - Home - Success Story */
	#page .trusted-partners .slick-list {
		margin: 0;
	}

	/* Slick slider - Home - Success Story */
	#page .success-stories .slick-slide {
		margin: 0 15px;
	}

	#page .success-stories .slick-list {
		margin: 0 -15px;
	}

	/* Slick slider - Home - Portfolio */
	#page .portfolio .slick-slide {
		margin: 0 10px;
	}

	#page .portfolio .slick-list {
		margin: 0 -10px;
	}

	/* Videos */
	.video .video-thumbnail .play-icon {
		width: 60px;
		height: 60px;
	}

	/********
	* Popup *
	*********/

	.popup .content {
		border-radius: 10px;
		flex-direction: column;
	}

	.popup .content .right-block {
		padding: 25px;
		border-radius: 10px;
	}

	.popup .content .left-block {
		display: none;
	}

	.popup .content .section-title {
		margin-top: 40px;
	}

	.popup .content .close {
		top: 40px;
		left: 50%;
		right: initial;
		transform: translateX(-50%) translateY(-50%);
	}

	/* Form */
	.dv-form {
		padding: 35px 20px;
	}

	.dv-form .ginput_container input,
	.dv-form .ginput_container input:focus,
	.dv-form .ginput_container textarea,
	.dv-form .ginput_container textarea:focus {
		padding: 24px 20px !important;
		font-size: 15px !important;
	}

	.dv-form input[type="submit"] {
		font-size: 15px !important;
		padding: 17px 20px !important;
	}

	/* Pagination */
	.pagination {
		margin-top: 40px;
	}

	.pagination .page-numbers {
		padding: 6px 14px;
		font-size: 15px;
		line-height: 20px;
		display: inline-block;
		margin-top: 10px;
	}

	/* Site Header */
	.site-header .contact-btn {
		margin: 10px 20px 10px 20px;
	}

	.site-header .stack-on-mobile li.contact-btn {
		width: auto;
	}

	.site-header .contact-btn a {
		padding: 8px 20px !important;
	}

	/***********
	* Homepage *
	************/

	.banner .desc {
		font-size: 16px;
		line-height: 30px;
	}

	.banner .btn {
		margin-top: 30px;
	}

	/* Banner */
	.banner.d-flex .site-container {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.banner.d-flex .right-block {
		display: none;
	}

	.home .banner .section-title {
		font-size: 28px;
		line-height: 42px;
	}

	.home .banner .btn {
		margin-top: 30px;
	}

	.section-header {
		margin-bottom: 30px;
	}

	/* Trusted Partners */

	.trusted-partners .site-container {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 30px;
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.trusted-partners .logos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 25px 40px;
	}

	.home .trusted-partners .site-container {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.page-template-service .trusted-partners .site-container {
		padding-top: 25px;
		padding-bottom: 40px;
	}

	/* We Help */
	.we-help .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.we-help .card {
		padding: 30px 20px;
	}

	.we-help .card img {
		width: 45px;
		height: 45px;
	}

	.we-help .card .title {
		font-size: 18px;
		line-height: 28px;
		margin: 20px 0 20px;
	}

	.we-help .card .desc {
		line-height: 26px;
	}

	.we-help .card .desc strong {
		font-size: 16px;
		line-height: 26px;
	}

	/* Why Us */
	.why-us .site-container {
		flex-direction: column;
		grid-gap: 30px;
	}

	.why-us .left-block {
		flex: 1;
		width: 100%;
	}

	.why-us .right-block {
		text-align: left;
	}

	.why-us .right-block img {
		border-radius: 10px;
		width: 100%;
	}

	.why-us .section-title {
		margin-bottom: 16px;
	}

	.why-us .desc {
		font-size: 15px;
		line-height: 28px;
	}

	/* CTA Form */
	.cta-form .desc {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.cta-form .dv-form {
		padding: 35px 20px;
	}

	/* Success Stories */
	.success-stories .btn.mt-center {
		margin-top: 50px;
	}

	/* Our Clients */
	.our-clients .logos-container,
	.companies .logos-container {
		grid-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}

	/* Tab Switcher */
	.tab-switcher .tabs-wrapper {
		margin-bottom: 20px;
	}

	.tab-switcher .tabs button {
		font-size: 14px;
		line-height: 14px;
		padding: 12px 25px;
	}

	.tab-switcher .tab-content {
		grid-gap: 20px;
	}

	/* Expert Reviews */
	.expert-reviews {
		margin-bottom: 40px;
	}

	.expert-reviews .block {
		padding: 25px;
	}

	.expert-reviews .block .logo img {
		width: auto;
		height: 16px;
	}

	.expert-reviews .block .content {
		font-size: 14px;
		line-height: 27px;
		margin: 25px 0 25px;
	}

	.expert-reviews .block .content:before {
		width: 25px;
		height: 21px;
		background-size: 25px 21px;
		top: 25px;
	}

	.expert-reviews .info {
		grid-gap: 12px;
	}

	.expert-reviews .info .left {
		flex: 0 0 50px;
	}

	.expert-reviews .info img {
		width: 50px;
		height: 50px;
	}

	.expert-reviews .info .name {
		margin-bottom: 2px;
	}

	.expert-reviews .info .designation {
		font-size: 13px;
		line-height: 21px;
	}

	/*********
	* FOOTER *
	**********/

	/* CTA Box */
	.cta-box .wrapper {
		padding: 30px 20px;
		display: block;
		border-radius: 5px;
		margin-bottom: -80px;
	}

	.cta-box .left-block {
		margin-bottom: 30px;
	}

	.cta-box .title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 12px;
	}

	.cta-box .desc {
		font-size: 15px;
		line-height: 26px;
	}

	/* CTA Form */
	.cta-box form {
		max-width: 100%;
		height: initial;
		background: none;
		display: block;
		border-radius: 5px;
	}

	.cta-box form input[type="email"] {
		width: 100%;
		border-radius: 5px;
		padding: 10px 15px;
	}

	.cta-box form .btn {
		width: 100%;
		border-radius: 5px;
		margin: 15px 0 0;
		padding: 15px;
		font-size: 16px;
	}

	/* Site Footer */
	.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.site-footer .site-footer-section-2 .menu {
		display: block;
	}

	.site-footer .widget-title,
	.site-footer .widget-area h2 {
		margin-bottom: 15px;
	}

	.site-footer .widget .menu li a,
	.site-footer .widget-area ul li a {
		font-size: 14px;
	}

	.site-footer .site-below-footer-wrap {
		padding-bottom: 10px;
	}

	/********************
	* UPSKILL YOUR TEAM *
	*********************/

	/* Services */
	.services .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}

	.services .title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.services .desc ul li:not(:last-child) {
		margin-bottom: 14px;
	}

	.services .btn {
		margin-top: 25px;
	}

	/* Advantage */
	.advantage .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.advantage .card {
		padding: 25px 20px;
	}

	.advantage .card img {
		height: 40px;
	}

	.advantage .card .title {
		font-size: 18px;
		line-height: 30px;
		margin: 20px 0 10px;
	}

	.advantage .card .desc {
		font-size: 15px;
		line-height: 26px;
	}

	/************
	* SERVICES *
	************/

	/* Journey */
	.journey .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.journey .card {
		padding: 30px 20px;
		display: flex;
		grid-gap: 25px;
	}

	.journey .card .icon {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}

	.journey .card .icon img {
		height: 30px;
	}

	.journey .card .title {
		margin-bottom: 12px;
	}

	.journey .card .desc p {
		margin-bottom: 10px;
	}

	.journey .card .desc ul li:not(:last-child) {
		margin-bottom: 4px;
	}

	/* Networking */
	.networking .wrapper {
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.networking .card {
		padding: 25px 20px;
	}

	.networking .card .title {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	/* Programs */
	.programs .section-head {
		margin-bottom: 80px;
	}

	.programs .wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 60px 20px;
	}

	.programs .card {
		padding: 0 20px 25px;
	}

	.programs .card .icon {
		width: 80px;
		height: 80px;
		margin: -40px auto 0;
	}

	.programs .card .icon img {
		height: 35px;
	}

	/* CTA */
	.cta .wrapper {
		padding: 35px 20px;
		display: block;
		text-align: center;
	}

	.cta .wrapper .btn {
		margin-top: 30px;
	}

	.cta .section-title {
		font-size: 24px;
		line-height: 38px;
	}

	.cta .btn a,
	.cta .btn button {
		font-size: 16px;
		line-height: 26px;
		padding: 12px 30px;
	}

	/* Our Team */
	.profile-card .avatar {
		width: 100px;
		height: 100px;
		margin: 0 auto 15px;
	}

	.profile-card .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 6px;
	}

	.profile-card .designation {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.profile-card .icon img {
		height: 18px;
	}

	/* Workshop */
	.workshop .wrapper {
		display: grid;
		grid-gap: 20px 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.workshop .card {
		padding: 12px 15px;
		display: flex;
		align-items: center;
	}

	.workshop .card .title {
		background: none;
		background-size: 16px 16px;
		padding-left: 0px;
		font-size: 15px;
		font-weight: 400;
		line-height: 26px;
	}

	/*****************
	* SINGLE COURSE *
	*****************/

	.course-content .section {
		padding-top: 50px;
	}

	.course-content .section-head {
		margin-bottom: 30px;
	}

	/* Courses */
	.courses .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.courses .card .title {
		font-size: 18px;
		line-height: 28px;
		padding: 20px 20px 20px;
	}

	/* course-desc */
	.course-desc .site-container {
		max-width: 100%;
	}

	.course-desc .desc {
		font-size: 15px;
		line-height: 30px;
	}

	/* Audience */
	.audience .wrapper {
		display: grid;
		grid-gap: 20px 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.audience .card {
		padding: 14px 15px;
		display: flex;
		align-items: center;
	}

	.audience .card .title {
		background: none;
		background-size: 16px 16px;
		padding-left: 0px;
		font-size: 15px;
		font-weight: 400;
		line-height: 22px;
	}

	/* Tools */
	.tools .logos-container{
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	/* Course - CTA */
	.course-content .cta.section {
		margin-top: 50px;
		flex-direction: column;
		grid-gap: 25px;
		padding: 30px 20px;
	}

	.course-content .cta.section .title {
		text-align: center;
		font-size: 22px;
		line-height: 34px;
	}

	.course-content .cta.section .btn {
		flex: 0 0 100%;
		margin-top: 0;
	}

	.course-content .cta.section .btn button {
		padding: 12px 30px;
	}

	/* Course Agenda */

	/* Accordion */
	.accordion .title,
	.accordion .title-2{
		font-size: 15px;
		line-height: 26px;
		padding: 20px;
		margin-bottom: 15px;
		padding-left: 55px;
	}

	.accordion .title:before {
		background-position: 0 2px;
		background-size: 20px 20px;
		width: 25px;
		height: 25px;
		left: 20px;
		top: 21px;
	}
	
	
	.accordion .title-2:before {
		background-position: 0 2px;
		background-size: 20px 20px;
		width: 25px;
		height: 25px;
		left: 20px;
		top: 21px;
	}

	.accordion .title.active:before {
		background-position: 0 2px;
		background-size: 20px 20px;
	}

	/*******************
	* SUCCESS STORIES *
	*******************/

	/* Page Header */
	.page-template-success-stories .page-header .btn {
		text-align: center;
		margin-top: 30px;
	}

	/* Page Content */
	.page-template-success-stories .page-content .site-container {
		padding-top: 50px;
	}

	.page-template-success-stories .page-content .posts.grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 25px;
	}

	/*********************
	* SINGLE CASE STUDY *
	*********************/

	/* Banner */

	.single-case-study .banner .site-container {
		flex-direction: column;
		grid-gap: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.single-case-study .banner .right-block {
		flex: 0 0 100%;
		text-align: center;
	}

	.single-case-study .banner .section-title {
		font-size: 20px;
		line-height: 36px;
	}

	/* Content */
	.single-case-study .content .site-container {
		max-width: 100%;
	}

	.single-case-study .content .desc {
		font-size: 15px;
		line-height: 30px;
	}

	/* Challenges */
	.challenges .section-head {
		max-width: 100%;
	}

	.challenges .desc {
		text-align: left;
		margin-top: 30px;
	}

	.challenges .short-desc {
		font-size: 16px;
		line-height: 32px;
		text-align: left;
	}

	.challenges .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		margin-top: 30px;
	}

	.challenges .card {
		padding: 25px 20px;
	}

	.challenges .card .title {
		font-size: 15px;
		line-height: 30px;
		font-weight: 500;
	}

	/* CTA */
	.single-case-study .cta .site-container {
		padding-top: 50px;
	}

	/* Solutions */
	.solutions .section-head {
		margin-bottom: 30px;
	}

	.solutions .section-title {
		text-align: left;
	}

	.solutions .sub-title {
		font-size: 19px;
		line-height: 32px;
		margin-bottom: 25px;
		text-align: left;
	}

	.solutions .section-head .desc {
		text-align: left;
		margin-top: 20px;
	}

	.solutions .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.solutions .card {
		padding: 25px 20px;
	}

	.solutions .card .title {
		font-size: 16px;
		line-height: 28px;
		font-weight: 600;
		margin-bottom: 12px;
	}

	.solutions .card .desc {
		font-size: 14px;
	}

	/* Values */
	.values {
		margin-bottom: 40px;
	}

	.values .section-title {
		margin-bottom: 18px;
	}

	.values .wrapper {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.values .card {
		flex: 0 0 calc(50% - 10px);
	}

	.values .card .num {
		font-size: 22px;
		line-height: 34px;
		grid-gap: 14px;
	}

	.values .card .num svg {
		width: auto;
		height: 26px;
	}

	.values .card .title {
		font-size: 16px;
		line-height: 28px;
		margin-top: 15px;
	}

	/* Testimonials */
	.testimonials .site-container {
		padding-top: 0;
	}

	.testimonials .box {
		padding: 25px 20px 30px;
	}

	.testimonials .content {
		margin-bottom: 20px;
		flex-grow: 1;
	}

	.testimonials .box .info img {
		width: 60px;
		height: 60px;
	}

	.testimonials .box .info .name {
		font-size: 16px;
		line-height: 28px;
		font-weight: 600;
	}

	.testimonials .box .info .designation {
		font-size: 14px;
		line-height: 26px;
	}

	/**************
	* CONTACT US *
	**************/

	/* Contact Form */
	.contact-form .site-container {
		flex-direction: column-reverse;
		grid-gap: 40px;
		gap: 40px;
	}

	/* .contact-form .right-block {
	margin-top: 40px;
} */

	.contact-form .section-title {
		margin-bottom: 20px;
	}
	.contact-form .sub-title {
		font-size: 17px;
	}

	.contact-form .desc {
		font-size: 15px;
		line-height: 26px;
	}

	.contact-form .desc p {
		background-position: 0 6px;
		background-size: 12px 16px;
		padding-left: 25px;
	}

	.contact-form .desc .mail {
		background-position: 0 8px;
		background-size: 12px 9px;
	}

	.contact-form .desc .phone {
		background-position: 0 6px;
		background-size: 12px 12px;
	}

	.contact-form .desc p:not(:last-child) {
		margin-bottom: 22px;
	}

	.contact-form .dv-form {
		padding: 25px;
	}

	/* Team Members */
	.team-members .wrapper {
		display: block;
	}

	.team-members .profile-card:not(:last-child) {
		margin-bottom: 20px;
	}

	.team-members .profile-card .icon img {
		height: 15px;
		margin: 0 7px;
	}

	/* Google Map */
	.google-map iframe {
		height: 180px;
	}

	/******************
	* VIDEO CREATION *
	******************/

	/* Banner */
	.page-template-video-creation .banner .sub-title {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.page-template-video-creation .banner .desc {
		font-size: 15px;
		line-height: 26px;
	}

	/* Why Choose */
	.why-choose .card img {
		height: 40px;
	}

	.why-choose .card .title {
		font-size: 16px;
		margin: 25px 0 16px;
	}

	.why-choose .card .desc {
		font-size: 14px;
		line-height: 25px;
	}

	.why-choose .card .desc ul li:not(:last-child) {
		margin-bottom: 8px;
	}

	/* Videos Type */
	.videos-type .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.videos-type .card .content {
		padding: 20px 20px 25px;
	}

	.videos-type .card .title {
		margin-bottom: 10px;
	}

	.videos-type .card .desc {
		font-size: 13px;
		line-height: 26px;
	}

	/* How Its works */
	.how-works .wrapper {
		grid-gap: 20px;
		justify-content: flex-start;
	}

	.how-works .card {
		flex: 100%;
		padding: 10px 30px 10px 10px;
	}

	.how-works .card .title {
		font-size: 15px;
		line-height: 26px;
	}

	.how-works .card .title span {
		font-size: 18px;
		line-height: 30px;
		width: 40px;
		height: 40px;
	}

	.companies .site-container {
		padding-top: 30px;
		padding-bottom: 0px;
	}
}

@media (max-width: 650px) {
	.highlight {
		grid-gap: 22px;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.highlight .block {
		flex: 0 0 100%;
	}
}

@media (max-width: 600px) {
	/************
	* SERVICES *
	************/

	/* Onboard Staps */
	.simple-steps .wrapper {
		max-width: 100%;
	}

	.simple-steps .card {
		padding: 30px 20px;
		display: block;
	}

	.simple-steps .card img {
		height: 45px;
	}

	.simple-steps .card .content {
		margin-top: 25px;
	}

	.simple-steps .card .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.simple-steps .desc ul li {
		background-position: 0px 8px;
		background-size: 14px 14px;
		padding-left: 28px;
		color: #444;
		font-size: 14px;
		line-height: 26px;
	}

	.simple-steps .desc ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.simple-steps .card .num {
		font-size: 60px;
		line-height: 60px;
	}

	/******************
	* VIDEO CREATION *
	******************/

	/* Why Choose */
	.why-choose .wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	/* Values */
	.values .card {
		flex: 0 0 100%;
	}
}

@media (max-width: 480px) {
	/***********
	* HOMEPAGE *
	************/

	/* Our Clients */
	.our-clients .logos-container,
	.companies .logos-container {
		grid-template-columns: repeat(2, 1fr);
	}

	/********************
	* UPSKILL YOUR TEAM *
	*********************/

	/* Services */
	.services .btn a {
		display: block;
	}

	/************
	* SERVICES *
	************/

	/* Journey */
	.journey .card {
		padding: 30px 20px;
		display: block;
	}

	.journey .card .icon {
		margin-bottom: 20px;
	}

	.journey .card .icon img {
		height: 30px;
	}

	.journey .card .desc ul li {
		font-size: 14px;
		line-height: 25px;
	}

	.journey .card .desc ul li:not(:last-child) {
		margin-bottom: 6px;
	}

	/* Programs */
	.programs .section-head {
		margin-bottom: 60px;
	}

	.programs .wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 60px 20px;
	}

	.programs .card .title {
		margin-top: 15px;
		font-size: 15px;
	}

	.values .card {
		flex: 0 0 100%;
	}
}
