body {
	margin: 0;
	padding: 0;
}

.alert {
	display: none;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .15);
}

.alert p {
	margin-bottom: 0;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 15px;
	/*text-transform: capitalize;*/
}

.alert-container {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}

.loader {
	width: 20px;
	height: 20px;
	border: 4px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#action_alert .modal-title {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 1.5em;
}

#action_alert .modal-body .form_box input {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#action_alert .modal-body .form_box select {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#action_alert .modal-body .form_box label {
	font-family: 'Outfit-Light';
	font-size: 13px;
	color: #555;
	margin-bottom: 7px;
}

#action_alert .modal-body .form_box input::placeholder {
	color: #aeaeae;
}

#action_alert .modal-body .form_box textarea::placeholder {
	color: #aeaeae;
}

#action_alert .modal-body .form_box .form-group {
	/*margin-bottom: 20px;*/
	padding: 0px 15px;
}

#action_alert .modal-body .form_box textarea {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#action_alert .modal-body .form_box button {
	font-family: 'Outfit-Light';
	font-size: 15px;
	border: 1px solid #e89107;
	background-color: #e89107;
	color: #fff;
	transition: all .5 ease-in-out;
}

#action_alert .modal-body .form_box button:hover {
	background-color: #F26430;
	color: #fff;
	transition: all .5 ease-in-out;
}

#action_alert .modal-body .form_box {
	margin: 10px 0;
}

#action_alert .modal-body .form_box .d-flex {
	width: 100%;
}

#action_alert .modal-body .form_box .d-flex ul {
	margin-bottom: 20px;
	width: 100%;
}

#action_alert .modal-body .form_box .d-flex ul li {
	width: 50%;
}

#action_alert .modal-body .form_box .d-flex ul li a {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #999;
}

#action_alert .modal-body .form_box .d-flex ul li a.active {
	border-bottom: 1px solid #000;
	color: #000;
}

.whatsapp-icon {
	position: fixed;
	right: 50px;
	bottom: 50px;
	/* background: #000; */
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.twitter-icon {
	position: fixed;
	right: 50px;
	bottom: 100px;
	/* background: #000; */
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.instagram-icon {
	position: fixed;
	right: 50px;
	bottom: 150px;
	/* background: #000; */
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.linkedin-icon {
	position: fixed;
	right: 50px;
	bottom: 200px;
	/* background: #000; */
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.social_icon_fixed a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

@font-face {
	font-family: 'Melodrama-Medium';
	src: url('Melodrama-Medium.otf');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit-Medium';
	src: url('Outfit-Medium.otf');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit-Bold';
	src: url('Outfit-Bold.otf');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit-ExtraBold';
	src: url('Outfit-ExtraBold.otf');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Melodrama-Light';
	src: url('Melodrama-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit-Light';
	src: url('Outfit-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit-Thin';
	src: url('Outfit-Thin.otf');
	font-weight: 100;
	font-display: swap;
	font-style: normal;
}

.titles {
	position: relative;
	background-color: #000;
	z-index: 99999999;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.titles h1 {
	font-size: 7em;
	font-family: 'Outfit-Bold';
	color: #fff;
}

.ml11 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 3.5em;
	color: #000;
	font-family: 'Outfit-Bold';
	/* text-transform: uppercase; */
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* z-index: 9999999; */
}

.ml11 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml11 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 100%;
	width: 3px;
	background-color: #000;
	transform-origin: 0 50%;
}

.ml11 .line1 {
	top: 0;
	left: 0;
}

.ml11 .letter {
	display: inline-block;
	line-height: 1em;
}

.vue_appHero {
	width: 100%;
	height: 100vh;
	/* background: url('../img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover; */
}

.vue_appHero .app_video_container {
	width: 100%;
	height: 500px;
	/* border: 15px solid rgba(242, 100, 48,.1); */
	position: relative;
	top: 10%;
	/* box-shadow: 0px 0px 16px -10px rgba(0,0,0,0.25); */
}

.vue_appHero .app_video_container_1 {
	width: 500px;
	height: 500px;
	border: 10px solid rgba(246, 246, 246, 0.1);
	position: relative;
	border-radius: 50%;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -0%);
	box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.25);
}

.vue_appHero .app_video_container .box {
	background: #fff;
	/*position: absolute;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*left: 0;*/
	/*z-index: 2;*/
	width: 100%;
	height: 100%;
	background-image: url('../img/hero--1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.vue_appHero .app_video_container_1 .box_1 {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url('../img/flow-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* .vue_appHero .app_video_container video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .vue_appHero .app_video_container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  } */
.vue_appHero .inner_box {
	position: relative;
	top: 20%;
	padding-right: 0px;
}

.vue_appHero .inner_box h2 {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 2.5em;
	margin-bottom:30px;
}

.vue_appHero .inner_box p {
	font-family: 'Outfit-Light';
	color: #666;
	font-size: 16px;
	line-height: 35px;
	padding-right: 50px;
	margin-bottom: 40px;
}

.vue_appHero .inner_box p::before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #FBB748;
	margin-bottom: 20px;
}

.vue_appHero .inner_box a {
	font-family: 'Outfit-Light';
	color: #fff;
	font-size: 16px;
	background: #f8a31a;
	padding: 12px 30px;
	border-radius: 5px;
	text-decoration: none;
}

#get_appointment .modal-title {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 2.5em;
}

#get_appointment .modal-body .form_box input {
	font-family: 'Outfit-Light';
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0;
}

#get_appointment .modal-body .form_box .form-group {
	/*margin-bottom: 30px;*/
}

#get_appointment .modal-body .form_box textarea {
	font-family: 'Outfit-Light';
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0;
}

#get_appointment .modal-body .form_box button {
	font-family: 'Outfit-Light';
	font-size: 15px;
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	border-radius: 0;
	padding: 10px 35px;
	transition: all .5 ease-in-out;
}

#get_appointment .modal-body .form_box button:hover {
	background-color: #000;
	color: #fff;
	transition: all .5 ease-in-out;
}

#get_appointment .modal-body .form_box {
	margin: 60px 0;
}

.navbar {
	background: #fff;
	padding: 5px 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.navbar .navbar-brand {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 2em;
}

.navbar ul li a {
	font-family: 'Outfit-Light';
	color: #888;
	font-size: 13px;
	/* text-transform: uppercase; */
}

.navbar ul li.active a {
	color: #000;
}

.navbar ul li.active a::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #FBB748;
	margin: 0 auto;
	border-radius: 5px;
}

.navbar ul li.num_active a {
	color: #000;
}

.navbar ul li {
	margin: 0 20px;
}

.navbar .action_btn {
	background: #f8a31a;
	color: #fff;
	border: 1px solid #f8a31a;
	padding: 6px 80px;
	border-radius: 5;
}

.hero {
	padding: 50px 15px;
	margin: 50px 0;
}

.hero .vue_text_box {
	margin-top: 30px;
	padding: 20px 0px;
}

.hero .vue_text_box h2 {
	font-family: 'Outfit-Thin';
	font-size: 2em;
	color: #aeaeae;
	line-height: 1.2;
}

.hero .vue_text_box h1 {
	font-family: 'Outfit-Bold';
	font-size: 3.5em;
	color: #000;
	margin-bottom: 0;
	line-height: 1.2;
}

.hero .vue_img_box {
	padding: 20px 0px;
}

.hero .vue_img_box .img_box {
	width: 100%;
	height: 45vh;
	position: relative;
}

.hero .vue_img_box .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.img_box .box {
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	width: 0%;
	height: 100%;
}

.hero .hero-bottom-text a {
	font-family: 'Outfit-medium';
	font-size: 15px;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	background-color: #fff;
	padding: 15px 20px;
	position: relative;
	top: 20px;
}

.about_div {
	width: 100%;
	height: auto;
	background-color: #FBB748;
	padding: 130px 15px;
	background-image: url('../img/bg_21.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.about_div .vue_text_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 4em;
	color: #000;
	margin-bottom: 0px;
}

.about_div .vue_text_box p {
	font-family: 'Outfit-Thin';
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
	padding: 15px 35px;
}

.about_div .video__box {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.33;
	transform: translateX(0);
	width: 100%;
	will-change: transform;
	height: 100%;
	overflow: hidden;
}

.about_div .video__box video {
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
	height: 100%;
}

.core_values .img_box {
	width: 100%;
	height: 100vh;
}

.core_values .img_box .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cors {
	padding: 100px 20px;
}

.cors .img_box {
	width: 100%;
	height: 85vh;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.cors .img_box .img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 5px;
	transition: all 1s ease-in-out;
}

.cors .img_box:hover .img {
	transform: scale(1.1);
}

.cors .img_box .overlay {
	position: absolute;
	bottom: 100px;
	width: 90%;
	height: 270px;
	left: 50%;
	transform: translate(-50%, 20%);
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.cors .img_box .overlay .inner_text_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 2em;
	color: #000;
	line-height: 30px;
}

.cors .img_box .overlay .inner_text_box p {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #444;
	line-height: 25px;
	margin-top: 100px;
}

.cors .img_box .overlay .inner_text_box h2::after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background: #FBB748;
	margin-top: 5px;
	transition: all 1s ease-in-out;
}

.cors .img_box:hover .overlay .inner_text_box h2::after {
	content: "";
	display: block;
	width: 140px;
	height: 2px;
	background: #FBB748;
	margin-top: 5px;
	transition: all 1s ease-in-out;
}

.strategy {
	background: rgba(0, 0, 0, 9);
	padding: 100px 20px;
	position: relative;
}

.strategy .video__box {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.33;
	transform: translateX(0);
	width: 100%;
	will-change: transform;
	height: 100%;
	overflow: hidden;
}

.strategy .video__box video {
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
	height: 100%;
}

.strategy .inner_text_header {
	padding: 40px 0;
}

.strategy .inner_text_header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #fff;
}

.strategy .inner_text_header p {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #fff;
}

.strategy .inner_text_body h1 {
	font-family: 'Outfit-Bold';
	font-size: 9em;
	color: #333;
	transition: all 1s ease-in-out;
}

.strategy .inner_text_body h1:hover {
	color: #fff;
}

.strategy .inner_text_body {
	transition: all 1s ease-in-out;
}

.strategy .inner_text_body:hover h1::after {
	content: "";
	display: block;
	width: 250px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	transition: all 1s ease-in-out;
}

.strategy .inner_text_body h1::after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	transition: all 1s ease-in-out;
}

.vue_newsletter {
	padding: 100px 15px;
}

.vue_newsletter .item_box {
	background: #f6f6f6;
	padding: 0px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	/* box-shadow: 0 2.75rem 3.5rem rgba(0,0,0,.04); */
}

.vue_newsletter .item_box .inner_text_box.news_text {
	background: #f6f6f6;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.vue_newsletter .item_box .inner_text_box {
	padding: 50px 70px;
}

.vue_newsletter .item_box .inner_text_box.news_text p {
	margin-bottom: 0;
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #000;
}

.vue_newsletter .item_box .inner_text_box.news_text h2 {
	font-family: 'Outfit-Bold';
	font-size: 2em;
	color: #000;
}

.vue_newsletter .item_box .inner_text_box.form_item {
	margin-top: 20px;
}

.vue_newsletter .item_box .inner_text_box.form_item input {
	height: 60px;
	font-family: 'Outfit-Light';
	font-size: 16px;
	border: none;
}

.vue_newsletter .item_box .inner_text_box.form_item button {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #fff;
	background: #e89107;
	border: none;
}

.vue_programs {
	padding: 100px 15px;
	background-color: #fff;
}

.vue_programs .swiper-container {
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
}

.vue_programs .swiper-slide {
	width: 350px;
	height: auto;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.25);
	margin-top: 30px;
}

.vue_programs .slider_img_box {
	width: 100%;
	height: 250px;
}

.vue_programs .swiper-slide .slider_img_box .slide_img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.vue_programs .slide_text {
	padding-top: 20px
}

.vue_programs .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.vue_programs .slide_text p {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #333;
	margin-bottom: 0px;
}

.vue_programs .slide_text h2 {
	font-family: 'Outfit-Bold';
	font-size: 1em;
	color: #000;
	margin-bottom: 20px;
}

.vue_programs .swiper-slide a {
	text-decoration: none;
}

.vue_programs .mobile.read_more {
	margin: 10px 0;
}

.vue_programs .mobile.read_more a {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #333;
	transition: all .5s ease-in-out;
}

.vue_programs .mobile.read_more a::after {
	content: "";
	width: 30px;
	height: 2px;
	border-radius: 5px;
	display: block;
	margin: 0;
	background: #f8a31a;
}

.vue_programs .swiper-container .swiper-button-next {
	background: url('../img/iconmonstr-arrow-right-lined.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
}

.vue_programs .swiper-container .swiper-button-prev {
	background: url('../img/iconmonstr-arrow-left-lined.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
}

.vue_programs .swiper-line-left {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 100px;
	height: 100px;
	z-index: 10;
	cursor: pointer;
	left: 10px;
	right: auto;
	border-radius: 50%;
}

.vue_programs .swiper-line-right {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 100px;
	height: 100px;
	z-index: 10;
	cursor: pointer;
	left: auto;
	right: 10px;
	border-radius: 50%;
}

.cta_main {
	padding: 100px 15px;
	margin: 50px 0;
	margin-bottom: 0;
	border-radius: 20px;
	background-color: rgba(251, 183, 72, 0.2);
	background-image: url('../img/bg_1.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cta_main .inner_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 2.5em;
	color: #000;
	margin-bottom: 30px;
}

.cta_main .inner_box h2 span {
	/*color: #F26430;*/
}

.cta_main .inner_box p {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #000;
	margin-bottom: 30px;
	padding: 0 50px;
}

.cta_main .inner_box .direct_book {
	color: #fff;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.5s all ease-in-out 0s;
	background: #e89107;
	border: 1px solid #e89107;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 30px;
	margin-top: 10px;
	text-decoration: none;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cta_main .inner_box .direct_book:hover {
	color: #fff;
	background: #FBB748;
	border: 1px solid #FBB748;
}

.vue_team_div {
	background-color: #FFF6F5;
	background-image: url('../img/pink.svg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 15px;
	margin: 100px 0;
}

.vue_team_div .inner_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 2.5em;
	color: #000;
	margin-bottom: 30px;
}

.vue_team_div .inner_box p {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #000;
	margin-bottom: 30px;
	padding: 0 50px;
}

.vue_team_div .inner_box .direct_book {
	color: #fff;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	transition: 0.5s all ease-in-out 0s;
	background: #000;
	border: 1px solid #000;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 30px;
	margin-top: 10px;
	text-decoration: none;
	box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.25);
}

.vue_team_div .inner_box .direct_book:hover {
	color: #fff;
	background: #333;
}


.faq {
	width: 100%;
	height: auto;
	padding: 50px 50px;
	background-color: #fbf8ed;
	/* background-repeat: repeat;
    background-position: center center;
    background-size: cover; */
}

.faq .text-header {
	margin-top: 30px;
}

.faq .text-header h2 {
	font-family: 'Outfit-Thin';
	font-size: 35px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.faq .card-header {
	background: transparent;
}

.faq .card {
	background: transparent;
	border: none;
}

.faq .card .card-body {
	background: #fbf8ed;
}

.faq .card .card-header .card_header_icon {
	float: right;
}

.faq .card .card-header .card_header_icon i {
	font-size: 25px;
	transition: all .3s ease-in-out;
}

.faq .card .card-header button {
	text-decoration: none;
	color: #333;
	font-family: 'Outfit-Medium', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	border-radius: 0;
	padding: 35px 0px;
	border-bottom: 1px solid #aeaeae;
}

.faq .card .card-header {
	padding: 0;
}

.faq .card .card-body {
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
}

.vue_context {
	padding: 50px 15px;
	background: #F9FAFC;
}

.vue_context .inner_box {
	padding: 100px 50px;
	border-radius: 30px;
	margin-bottom: 50px;
}

.vue_context .inner_box.box_1 {
	background-color: #FFF6F5;
	background-image: url('../img/pink.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.vue_context .inner_box.box_2 {
	background-color: #FFE1DF;
	background-image: url('../img/pink.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.vue_context .inner_box.box_3 {
	background-color: #FFF5DC;
	background-image: url('../img/yellow.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.vue_context .inner_box.box_4 {
	background-color: #EAFDFF;
	background-image: url('../img/blue.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.vue_context .text-header {
	margin: 30px 0;
}

.vue_context .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.vue_context .inner_box h2 {
	font-family: 'Outfit-Medium';
	font-size: 2em;
	color: #000;
	margin-bottom: 30px;
}

.vue_context .inner_box p {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #555;
	line-height: 35px;
	/*margin-bottom: 50px;*/
}

.vue_context .inner_box a {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background: none;
	border: 1px solid #f8a31a;
	border-radius: 5px;
	padding: 15px 45px;
	transition: all .5s ease-in-out;
	display: none;
}

.vue_context .inner_box a:hover {
	box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.25);
}

.blog {
	padding: 50px 15px;
	/* background-image: url('../img/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover; */
}

.blog .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}

.blog .text-header h2 span {
	color: #FBB748;
}

.blog .text-header p {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
	padding: 0 140px;
}

.blog .blog_item {
	margin-top: 50px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.blog .blog_item a {
	text-decoration: none;
	color: #000;
}

.blog .blog_item:hover .img_box .img {
	transform: scale(1.06);
	transition: all .9s ease-in-out;
	border-radius: 5px;
}

.blog .blog_item .img_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

.blog .blog_item .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	transition: all .5s ease-in-out;
}

.blog .blog_item .outer_text {
	padding: 20px 20px;
	position: relative;
	top: -50px;
}

.blog .blog_item .outer_text .inner_text_box {
	background: #fff;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.09);
	padding: 15px;
	border-radius: 5px;
}

.blog .blog_item .outer_text .inner_text_box span {
	font-family: 'Outfit-Light', sans-serif;
	color: #aeaeae;
	font-size: 14px;
}

.blog .blog_item .outer_text .inner_text_box h2 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #111;
	font-size: 20px;
	margin: 15px 0;
}

.blog .blog_item .outer_text .inner_text_box p {
	font-family: 'Outfit-Light', sans-serif;
	color: #999;
	font-size: 15px;
	line-height: 30px;
}

.blog .blog_item .outer_text .inner_text_box {
	background: #fff;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.09);
	padding: 15px;
	border-radius: 5px;
}

.blog .blog_item .outer_text .inner_text_box span {
	font-family: 'Outfit-Light', sans-serif;
	color: #aeaeae;
	font-size: 14px;
}

.blog .blog_item .outer_text .inner_text_box h2 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #111;
	font-size: 17px;
	margin: 10px 0;
}

.blog .blog_item .outer_text .inner_text_box p {
	font-family: 'Outfit-Light', sans-serif;
	color: #999;
	font-size: 15px;
	line-height: 25px;
}

.blog .all_post a {
	color: #fff;
	background-color: #f8a31a;
	text-decoration: none;
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-decoration: none;
	border: 1px solid #f8a31a;
	border-radius: 5px;
	padding: 10px 30px;
	transition: all .5s ease-in-out;
}

.blog .all_post a:hover {
	color: #fff;
	background: #f8a31a;
	border: 1px solid #f8a31a;
}

.footer {
	background-color: #F9FAFC;
	padding: 50px 100px;
}

.footer .top_footer .text_box h3 {
	color: #222;
	font-family: 'Outfit-Medium', sans-serif;
	font-size: 20px;
}

.footer .top_footer .text_box ul li a {
	color: #777;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.footer .top_footer .text_box ul li {
	list-style: none;
	padding: 5px 0;
}

.footer .top_footer .text_box ul {
	list-style: none;
	padding-left: 0;
}

.footer .top_footer .header {
	padding-right: 100px;
}

.footer .top_footer .header p {
	color: #333;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 15px;
}

.footer .top_footer .header h2 {
	color: #000;
	font-family: 'Outfit-Bold', sans-serif;
	font-size: 2em;
	margin-bottom: 30px;
}

.footer .top_footer {
	padding: 30px 0;
}

.footer .top_footer .text_box.contact p a {
	color: #0e0ead;
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

.footer .top_footer .text_box.contact .socials a {
	color: #0e0ead;
	font-size: 20px;
	text-decoration: none;
	margin-right: 10px;
}

.footer .bottom_footer p {
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

/********Contact page ********/
.contact_body {
	padding: 100px 15px;
	/* background-image: url('../img/pattern.svg');
    background-size: cover;
    background-repeat: no-repeat; */
}

.contact_body .text_box .heading h2 {
	font-family: 'Outfit-Bold';
	font-size: 6em;
	color: #000;
	/* line-height: .8; */
}

.contact_body .text_box .heading p {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #000;
	margin-left: 20px;
	display: none;
}

.contact_body .text_box .box {
	margin-bottom: 30px;
	margin-top: 50px;
}

.contact_body .text_box .box span {
	font-family: 'Outfit-Medium';
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
}

.contact_body .text_box .box p {
	font-family: 'Outfit-Light';
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	line-height: 25px;
}

.contact_body .text_box .box p a {
	font-family: 'Outfit-Light';
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.contact_body .text_box .box .maps::after {
	content: "";
	display: block;
	width: 95px;
	height: 2px;
	background: #111;
	margin-left: 5px;
}

.contact_body .form-box h2 {
	font-family: 'Outfit-Bold';
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 40px;
	color: #333;
}

.contact_body .text_box .box.socials a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin-right: 10px;
}

.contact_body .text_box .form-box {
	padding: 0 40px;
	background: #fff;
}

.contact_body .text_box .form-box input {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #aeaeae;
	font-family: 'Outfit-Light';
	font-size: 13px;
	color: #333;
}

.contact_body .text_box .form-box input::placeholder {
	font-size: 12px;
	color: #999;
}

.contact_body .text_box .form-box .form-group {
	margin-bottom: 40px;
}

.contact_body .text_box .form-box textarea {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #aeaeae;
	font-family: 'Outfit-Light';
	font-size: 13px;
	color: #333;
}

.contact_body .text_box .form-box textarea::placeholder {
	font-size: 12px;
	color: #999;
}

.contact_body .text_box .form-box button[type="submit"] {
	border-radius: 30px;
	border: 1px solid #f8a31a;
	transition: all .5s ease-in-out;
	background: #f8a31a;
	color: #fff;
}

.contact_body .text_box .form-box button[type="submit"]:hover {
	background: #e89107;
	color: #fff;
}

/******Projects*******/
.project_body {
	padding: 100px 15px;
}

.project_body .text-header h2 {
	font-family: 'Outfit-Thin';
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.project_body .item_box {
	margin-top: 30px;
}

.project_body .item_box .nav-mobile-role {
	margin: 0 auto;
}

.project_body .item_box .nav-mobile-role li a {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
	padding: 0;
}

.project_body .item_box .nav-mobile-role li a.active {
	color: #000;
	border-bottom: 1px solid #000;
}

.project_body .item_box .nav-mobile-role li {
	padding: 5px 35px;
}

.project_body .image-gallery {
	width: 100%;
	/* max-width: 3000px; */
	margin: 0 auto;
	padding: 50px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
	grid-gap: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.project_body .image-gallery .img-box {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
	border-radius: 3px;
}

.project_body .image-gallery .img-box:nth-child(7n + 1) {
	grid-column: span 2;
	grid-row: span 2;
}

.project_body .image-gallery .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}

.project_body .image-gallery .img-box:hover img {
	transform: scale(1.1);
}

.project_body .image-gallery .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	z-index: 1;
	opacity: 0;
}

.project_body .image-gallery .img-box:hover .overlay {
	opacity: 1;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.project_body .image-gallery .img-box .details {
	text-align: center;
}

.project_body .image-gallery .img-box .details h2 {
	font-family: 'Outfit-Thin';
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

.project_body .image-gallery .img-box .details span a {
	font-family: 'Outfit-Medium';
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: all 1s ease;
}

.project_body .image-gallery .img-box:hover .details span a::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
}

@media screen and (max-width:940px) {
	.project_body .image-gallery {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		grid-auto-rows: 250px;
		grid-gap: 4px;
		margin-top: 130px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.project_body .image-gallery .img-box:nth-child(7n + 1) {
		grid-column: unset;
		grid-row: unset;
	}
}

/********Blog page*********/

.blog_body {
	padding: 100px 15px;
}

.blog_body .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.blog_body .item_box {
	margin-top: 30px;
}

.blog_body .blog_item {
	/*margin-top: 50px;*/
	/*margin-bottom: 50px;*/
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.blog_body .blog_item a {
	text-decoration: none;
	color: #000;
}

.blog_body .blog_item:hover .img_box .img {
	transform: scale(1.06);
	transition: all .9s ease-in-out;
	border-radius: 5px;
}

.blog_body .blog_item .img_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
}

.blog_body .blog_item .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	transition: all .5s ease-in-out;
}

.blog_body .blog_item .outer_text {
	padding: 20px 20px;
	position: relative;
	top: -50px;
}

.blog_body .blog_item .outer_text .inner_text_box {
	background: #fff;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.09);
	padding: 15px;
	border-radius: 5px;
}

.blog_body .blog_item .outer_text .inner_text_box span {
	font-family: 'Outfit-Light', sans-serif;
	color: #aeaeae;
	font-size: 14px;
}

.blog_body .blog_item .outer_text .inner_text_box h2 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #111;
	font-size: 20px;
	margin: 15px 0;
}

.blog_body .blog_item .outer_text .inner_text_box p {
	font-family: 'Outfit-Light', sans-serif;
	color: #999;
	font-size: 15px;
	line-height: 25px;
}

/*******Article Body ******/
.article_body {
	padding: 100px 15px;
}

.article_body .share_socials p {
	font-family: 'Outfit-Medium', sans-serif;
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.article_body .share_socials {
	margin-top: 20px;
}

.article_body .share_socials .socials a {
	font-size: 25px;
	color: #000;
	margin-right: 15px;
}

.article_body .item_box .header {
	margin-bottom: 40px;
}

.article_body .item_box .header h1 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-size: 3em;
}

.article_body .item_box .header span {
	font-family: 'Outfit-Light', sans-serif;
	color: #666;
	font-size: 15px;
}

.article_body .img_box {
	width: 100%;
	height: 60vh;
	margin-bottom: 40px;
}

.article_body .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.article_body .text_box p {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 15px;
	line-height: 30px;
}

.article_body .text_box ul li {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.article_body .text_box ul {
	padding-left: 20px;
}

.article_body .text_box ol {
	padding-left: 20px;
}

.article_body .text_box ol li strong,
.article_body .text_box ul li strong {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
}

.article_body .text_box h4 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 25px;
}

.article_body .text_box h5 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 20px;
}

.article_body .text_box h6 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 17px;
}

.article_body .text_box h3 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 27px;
}

.article_body .text_box h2 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 30px;
}

.article_body .text_box h1 {
	font-family: 'Outfit-Bold', sans-serif;
	color: #000;
	font-weight: bolder;
	font-size: 35px;
}

.article_body .text_box ol li {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}

.comment_btn {
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	z-index: 1;
}

.comment_btn p {
	font-family: 'Outfit-Medium', sans-serif;
	color: #000;
	font-size: 15px;
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.09);
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .1);
}

.fixed_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
	display: none;
}

.right_action_box {
	width: 35%;
	height: 100vh;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-color: rgba(0, 0, 0, .1) #f2f2f2;
	scrollbar-width: thin;
	scroll-behavior: smooth;
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	right: -100%;
	transition: all .6s ease-in-out;
	box-shadow: 0 -10px 30px 5px rgba(0, 0, 0, .2);
}

.right_action_box::-webkit-scrollbar {
	width: 6px;
	background-color: #f2f2f2;
}

.right_action_box::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50px;
}

.right_action_box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	border-radius: 50px;
}

.right_action_box.active {
	right: 0 !important;
	transition: all .6s ease-in-out;
}

.right_action_box .close_btn {
	cursor: pointer;
}

.right_action_box .modal_header {
	padding: 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.right_action_box .modal_footer {
	padding: 10px 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.right_action_box .modal_body {
	padding: 10px 15px;
	/* border-top: 1px solid rgba(0,0,0,.1); */
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	height: 80vh;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-color: rgba(0, 0, 0, .1) #f2f2f2;
	scrollbar-width: thin;
	scroll-behavior: smooth;
	/* border: 1px solid #333; */
}

.right_action_box .modal_body::-webkit-scrollbar {
	width: 6px;
	background-color: #f2f2f2;
}

.right_action_box .modal_body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50px;
}

.right_action_box .modal_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #f2f2f2;
	border-radius: 50px;
}

.right_action_box .modal_header h2 {
	font-weight: 600;
	font-family: 'Outfit-Bold', sans-serif;
	font-size: 1.2em;
	margin-bottom: 0;
}

.right_action_box .modal_header i {
	font-size: 1.5em;
}

.right_action_box .modal_footer .main_action_btn {
	font-family: 'Outfit-Light', sans-serif;
	color: #fff;
	font-size: 12px;
	border: 2px solid #0AD35A;
	background: #0AD35A;
}


.right_action_box .form_box {
	/* padding-bottom: 20px; */
	/* border-bottom: 1px solid rgba(0,0,0,.1); */
}

.right_action_box .item_response label {
	font-family: 'Outfit-Light', sans-serif;
	color: #555;
	font-size: 12px;
}

.right_action_box .item_response h2 {
	font-family: 'Outfit-Light', sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.right_action_box .item_response span {
	font-family: 'Outfit-Light', sans-serif;
	color: #aeaeae;
	font-size: 12px;
}

.right_action_box .item_response .para {
	margin-top: 20px;
}

.right_action_box .item_response .para p {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px
}

.right_action_box .item_response ul li {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 13px;
	margin-bottom: 10px;
	/* line-height: 20px */
}

.right_action_box .item_response ol li {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 13px;
	margin-bottom: 10px;
	/* line-height: 20px */
}

.right_action_box .item_response a {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px
}

.right_action_box .item_response i {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 20px
}

.right_action_box .item_response {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0px;
	margin-bottom: 30px;
	padding: 15px 0;
}

.right_action_box .reply_panel {
	border-left: 3px solid #c4c2c2;
	padding: 0px 20px;
	display: none;
	margin-left: 20px;
	margin-top: 10px;
	transition: all .5s ease-in-out;
}

.right_action_box .reply_panel input {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	border-radius: 0;
}

.right_action_box .reply_panel input::placeholder {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	color: #666;
}

.right_action_box .reply_panel.reply_panel_active {
	display: block;
	transition: all .5s ease-in-out;
}

.right_action_box .rep_btn {
	font-family: 'Outfit-Light', sans-serif;
	color: #222;
	font-size: 14px;
	margin-bottom: 0;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.right_action_box .rep_btn:hover {
	text-decoration: underline;
}

.right_action_box .form_box label {
	font-family: 'Outfit-Thin', sans-serif;
	color: #555;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.right_action_box .form_box input {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	border-radius: 5px;
}

.right_action_box .form_box input::placeholder {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	color: #666;
}

.right_action_box .repond_active {
	font-family: 'Outfit-Light', sans-serif;
	color: #fff;
	font-size: 14px;
	border: 2px solid #000;
	background: #000;
	border-radius: 5px !important;
}

.right_action_box .show_reply_toggle {
	display: none;
}

.right_action_box .show_reply_toggle.show_reply_toggle_active {
	display: block;
}

.right_action_box .reply_panel textarea {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	border-radius: 0;
}

.right_action_box .no_comment {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.right_action_box .no_reply {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.reply_item_response {
	padding: 0px 20px;
	border-left: 3px solid #c4c2c2;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.reply_item_response h3 {
	color: #222;
	font-size: 13px;
	font-family: 'Outfit-Light', sans-serif;
	margin-bottom: 0;
}

.reply_item_response p {
	color: #444;
	font-size: 13px;
	font-family: 'Outfit-Light', sans-serif;
	margin-top: 10px;
	margin-bottom: 0;
}

.right_action_box .alert p {
	font-size: 12px;
}

@media screen and (max-width:950px) {
	.right_action_box {
		width: 100% !important;
		height: 95vh !important;
		top: auto;
		right: 0;
		bottom: -100%;
		box-shadow: 0 -10px 30px 5px rgba(0, 0, 0, .2);
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.right_action_box.active {
		bottom: -10px !important;
		transition: all .6s ease-in-out;
	}

	.right_action_box .modal_header h2 {
		font-size: 1em;
	}

	.right_action_box .item_response h2 {
		font-size: 14px;
	}

	.right_action_box .item_response .para p {
		font-size: 12px;
		line-height: 23px;
	}

	.reply_item_response {
		padding: 0px 10px;
		border-left: 2px solid #c4c2c2;
		margin-left: 5px;
		margin-bottom: 20px;
	}

	.reply_item_response p {
		font-size: 12px;
		margin-top: 5px;
	}

	.right_action_box .reply_panel {
		border-left: 2px solid #c4c2c2;
		padding: 0px 10px;
		margin-left: 5px;
		margin-top: 10px;
	}

	.right_action_box .item_response .para {
		margin-top: 10px;
	}

	.right_action_box .rep_btn {
		font-family: 'Outfit-Light', sans-serif;
		color: #222;
		font-size: 13px;
		text-decoration: underline;
	}
}

.alert {
	display: none;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .15);
}

.alert p {
	margin-bottom: 0;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 15px;
	/*text-transform: capitalize;*/
}

.alert-container {
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999;
}

/********Explore projects*******/
.explore_body {
	padding: 100px 15px;
}

.explore_body .item_box .header .back-arrow {
	margin-bottom: 40px;
}

.explore_body .item_box .header .back-arrow a {
	font-family: 'Outfit-Medium', sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

.explore_body .item_box .header h2 {
	font-family: 'Outfit-Bold', sans-serif;
	font-size: 30px;
	color: #000;
	/*text-transform: uppercase;*/
	margin-bottom: 30px;
}

.explore_body .item_box .header p {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 18px;
	color: #333;
	/* display: none; */
}

.explore_body .item_box .specs {
	margin: 30px 0;
}

.explore_body .item_box .specs h3 {
	font-family: 'Outfit-Bold', sans-serif;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: none;
}

.explore_body .item_box .specs p {
	font-family: 'Outfit-Light', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #777;
}

.explore_body .item_box .specs span {
	color: #000;
	font-family: 'Outfit-Bold', sans-serif;
}

.explore_body .item_box .img_box {
	width: 100%;
	height: 80vh;
	margin-bottom: 40px;
}

.explore_body .item_box .specs .share_socials .socials a {
	font-size: 18px;
	color: #000;
	margin-right: 15px;
}

.explore_body .item_box .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.explore_body .other_projects {
	margin-top: 100px;
}

.explore_body .other_projects .text-header {
	margin-top: 30px;
}

.explore_body .other_projects .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 35px;
	color: #000;
	/*text-transform: uppercase;*/
	margin-bottom: 30px;
}

.explore_body .other_projects .img_box {
	width: 100%;
	height: 80vh;
	overflow: hidden;
}

.explore_body .other_projects .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s ease;
	overflow: hidden;
	border-radius: 5px;
}

.explore_body .other_projects .img_box:hover .img {
	transform: scale(1.1);
}

.explore_body .other_projects .img_box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	z-index: 1;
	opacity: 0;
}

.explore_body .other_projects .img_box:hover .overlay {
	opacity: 1;
	top: 20px;
	left: 40px;
	right: 40px;
	bottom: 20px;
}

.explore_body .other_projects .img_box .details {
	text-align: center;
}

.explore_body .other_projects .img_box .details h2 {
	font-family: 'Outfit-Thin';
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
}

.explore_body .other_projects .img_box .details span a {
	font-family: 'Outfit-Medium';
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: all 1s ease;
}

.explore_body .other_projects .img_box:hover .details span a::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
}

.explore_body .other_projects .project_img {
	margin: 100px 0;
}

/********About page ******/
.about_body {
	padding: 70px 15px;
	/* background-image: url('../img/bg.svg'); */
	background-size: contain;
	background-repeat: no-repeat;
}

.about_body .text_box {
	margin: 80px 0;
}

.about_body .text_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 2.5em;
	color: #000;
	/* padding: 0 30px; */
}

.about_body .text_box .item_box p {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #555;
	line-height: 30px;
}

.about_body .text_box .item_box {
	margin: 30px 0;
	padding: 0 30px;
}

.about_body .img_box {
	width: 100%;
	height: 80vh;
	overflow: hidden;
}

.about_body .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s ease;
}

.about_body .text-header {
	margin-bottom: 100px;
}

.about_body .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.3;
}

.about_body .text-header h2 span {
	color: #FBB748;
}

.about_body .card-header {
	background: transparent;
}

.about_body .card {
	background: transparent;
	border: none;
}

.about_body .card .card-body {
	background: #fff;
}

.about_body .card .card-header .card_header_icon {
	float: right;
}

.about_body .card .card-header .card_header_icon i {
	font-size: 25px;
	transition: all .3s ease-in-out;
}

.about_body .card .card-header button {
	text-decoration: none;
	color: #000;
	font-family: 'Outfit-Medium';
	font-size: .8em;
	line-height: 30px;
	border-radius: 0;
	padding: 35px 0px;
	border-bottom: 1px solid #aeaeae;
	transition: all .5s ease-in-out;
}

.about_body .card .card-header button:hover {
	color: #FBB748;
	;
}

.about_body .card .card-header {
	padding: 0;
}

.about_body .card .card-body {
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 30px;
}

.about_body .top_text h2 {
	font-family: 'Outfit-ExtraBold', sans-serif;
	font-weight: 900;
	color: #111;
	font-size: 3.3em;
	line-height: 1.5;
}

.about_body .top_text h2 span {
	color: #000;
	/*border-bottom: 2px solid #f8a31a;*/
	background: #f8a31a;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 0px 7px;
}

.about_body .bottom_text p {
	font-family: 'Outfit-Light', sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 30px;
}

.about_body .bottom_text {
	padding-right: 150px;
	margin-top: 500px;
}

.our_team {
	background: rgba(249, 250, 252, .5);
	padding: 100px 20px;
}

.our_team .text-header {
	margin-bottom: 70px;
}

.our_team .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.our_team .img_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	transition: all .5s ease-in-out;
}

.our_team .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.our_team .card {
	border: none;
	margin: 15px 20px;
	border-radius: 30px;
	box-shadow: 0 2.75rem 3.5rem rgba(0, 0, 0, .04);
}

.our_team .card .overlay {
	padding: 30px;
}

.our_team .card .overlay .inner_text h2 {
	font-family: 'Outfit-Bold';
	font-size: 1.3em;
	color: #222;
}

.our_team .card .overlay .inner_text p {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #888;
}


.our_client {
	background: #fff;
	padding: 100px 20px;
}

.our_client .text-header {
	margin-bottom: 30px;
}

.our_client .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.our_client .logo_box {
	width: 100%;
	height: 100px;
	margin-bottom: 70px;
	padding: 30px;
}

.our_client .logo_box img.img-fluid {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#joinTeam .modal-title {
	font-family: 'Outfit-Thin';
	color: #000;
	font-size: 2em;
	text-transform: uppercase;
}

#joinTeam .modal-body .form_box input {
	font-family: 'Outfit-Light';
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0;
}

#joinTeam .modal-body .form_box .form-group {
	/*margin-bottom: 30px;*/
}

#joinTeam .modal-body .form_box textarea {
	font-family: 'Outfit-Light';
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	border-radius: 0;
}

#joinTeam .modal-body .form_box button {
	font-family: 'Outfit-Light';
	font-size: 15px;
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	border-radius: 0;
	padding: 10px 35px;
	transition: all .5s ease-in-out;
}

#joinTeam .modal-body .form_box button:hover {
	background-color: #000;
	color: #fff;
	transition: all .5s ease-in-out;
}

#joinTeam .modal-body .form_box {
	margin: 60px 0;
}

.core_values {
	background: #fff;
	padding: 100px 20px;
}

.core_values .text-header {
	margin-bottom: 30px;
}

.core_values .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.core_values .text-header p {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #555;
	line-height: 30px;
	padding: 0 90px;
}

/********Volunteer*******/
.vue_vol_header {
	width: 100%;
	height: 70vh;
	background: url('../img/pink.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.vue_vol_header .items_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: auto;
	padding: 30px;
}

.vue_vol_header .items_box h1 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	/* margin-bottom: 30px;  */
}

.vue_vol_header .items_box p {
	font-family: 'Outfit-Light';
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
}

.vue_vol_header .items_box a {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #fff;
	background-color: #e89107;
	padding: 10px 30px;
}

.vue_gallery_splash {
	padding: 100px 15px;
	background-color: #fff;
}

.vue_gallery_splash .img_box {
	width: 100%;
	height: 50vh;
	border-radius: 20px;
}

.vue_gallery_splash .img_box .img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.vue_benefits {
	padding: 100px 15px;
	/*background-image: url('../img/pink.svg');*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
	background-color: rgba(249, 250, 252, .8);
}

.vue_benefits .text_box h2 {
	font-family: 'Outfit-Bold';
	font-size: 2em;
	color: #000;
	margin-bottom: 50px;
	padding: 0 100px;
}

.vue_benefits .text_box p {
	font-family: 'Outfit-Light';
	font-size: 25px;
	color: #333;
	margin-bottom: 30px;
}

.vue_benefits .item_div .items {
	margin-bottom: 30px;
	/*box-shadow: 0 4px 52px rgba(0,0,0,.05);*/
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.vue_benefits .item_div .items a {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #333;
	padding: 0;
	line-height: 30px;
}

.vue_benefits .item_div .items h2 {
	font-family: 'Outfit-Bold';
	font-size: 1.5em;
	color: #000;
}

.vue_benefits .item_div .items a i {
	font-size: 10px;
	color: #fff;
	background-color: rgba(232, 145, 7, .5);
	padding: 2px;
	border-radius: 50%;
	margin-right: 5px;
}

.vue_benefits .text_box a.action_btn {
	font-family: 'Outfit-Light';
	font-size: 17px;
	color: #fff;
	background-color: #e89107;
	padding: 10px 30px;
	box-shadow: 0 4px 52px rgba(0, 0, 0, .05);
	margin-top: 30px;
}


#volunteer .modal-title {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 1.5em;
}

#volunteer .modal-body .form_box label {
	font-family: 'Outfit-Light';
	font-size: 13px;
	color: #555;
	margin-bottom: 7px;
}

#volunteer .modal-body .form_box input {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#volunteer .modal-body .form_box select {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#volunteer .modal-body .form_box .form-group {
	/*margin-bottom: 30px;*/
}

#volunteer .modal-body .form_box textarea {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#volunteer .modal-body .form_box button {
	font-family: 'Outfit-Light';
	font-size: 15px;
	border: 1px solid #e89107;
	background-color: #e89107;
	color: #fff;
	transition: all .5s ease-in-out;
}

#volunteer .modal-body .form_box button:hover {
	background-color: #e89107;
	color: #fff;
	transition: all .5s ease-in-out;
}

#volunteer .modal-body .form_box {
	/*margin: 60px 0; */
}


#joinOurTeam .modal-title {
	font-family: 'Outfit-Bold';
	color: #000;
	font-size: 2em;
}

#joinOurTeam .modal-body .form_box label {
	font-family: 'Outfit-Light';
	font-size: 13px;
	color: #555;
	margin-bottom: 7px;
}

#joinOurTeam .modal-body .form_box input {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#joinOurTeam .modal-body .form_box select {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#joinOurTeam .modal-body .form_box .form-group {
	/*margin-bottom: 30px;*/
}

#joinOurTeam .modal-body .form_box textarea {
	font-family: 'Outfit-Light';
	font-size: 12px;
	color: #000;
}

#joinOurTeam .modal-body .form_box button {
	font-family: 'Outfit-Light';
	font-size: 15px;
	border: 1px solid #e89107;
	background-color: #e89107;
	color: #fff;
	transition: all .5s ease-in-out;
}

#joinOurTeam .modal-body .form_box button:hover {
	background-color: #e89107;
	color: #fff;
	transition: all .5s ease-in-out;
}

/********Campaign page*********/
.vue_campaing {}

.vue_campaing {
	padding: 100px 15px;
	background-color: #F9FAFC;
}

.vue_campaing .text-header h2 {
	font-family: 'Outfit-Bold';
	font-size: 3em;
	color: #000;
	margin-bottom: 30px;
}

.vue_campaing .img_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	transition: all .5s ease-in-out;
}

.vue_campaing .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.vue_campaing .card {
	border: none;
	margin: 15px 20px;
	border-radius: 20px;
	box-shadow: 0 2.75rem 3.5rem rgba(0, 0, 0, .04);
}

.vue_campaing .card .overlay {
	padding: 25px;
}

.vue_campaing .card .overlay .inner_text h2 {
	font-family: 'Outfit-Bold';
	font-size: 1em;
	color: #222;
}

.vue_campaing .card .overlay .inner_text p {
	font-family: 'Outfit-Light';
	font-size: 15px;
	color: #888;
}

.vue_campaing .card .overlay .inner_text a {
	font-family: 'Outfit-Light';
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

.vue_campaing .card .overlay .inner_text a::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #f8a31a;
}

/********Project page*********/
.project_body {
	padding: 100px 15px;
	background-image: url('../img/pattern.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.project_body .text-header h2 {
	font-family: 'Outfit-Thin';
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.project_body .item_box {
	margin: 50px 0;
}

.project_body .blog_item {
	margin-top: 50px;
	margin-bottom: 100px;
	cursor: pointer;
	transition: all .7s ease-in-out;
	position: relative;
}

.project_body .blog_item a {
	text-decoration: none;
	color: #000;
}

.project_body .blog_item:hover .img_box .img {
	transform: scale(1.1);
	transition: all .7s ease-in-out;
	border-radius: 5px;
	filter: grayscale(0);
}

.project_body .blog_item:hover .outer_text {
	height: 120px;
	transition: all .7s ease-in-out;
}

.project_body .blog_item:hover .outer_text .inner_text_box h2 {
	color: #fff;
}

.project_body .blog_item:hover .outer_text .inner_text_box .span {
	color: #fff;
}

.project_body .blog_item .img_box {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.project_body .blog_item .img_box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .7s ease-in-out;
	filter: grayscale(100%);
}

.project_body .blog_item .outer_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #000;
	transition: all .9s ease-in-out;
	z-index: 9999999;
}

.project_body .blog_item .outer_text .inner_text_box {
	transition: all .7s ease-in-out;
	padding: 20px;
}

.project_body .blog_item .outer_text .inner_text_box .span {
	font-family: 'Outfit-Light', sans-serif;
	color: #aeaeae;
	font-size: 14px;
	transition: all .5s ease-in-out;
}

.project_body .blog_item .outer_text .inner_text_box h2 {
	font-family: 'Outfit-Medium', sans-serif;
	color: #111;
	font-weight: 600;
	font-size: 17px;
	margin-top: 15px;
	transition: all .5s ease-in-out;
	margin-bottom: 0;
}

.project_body .all_post {
	margin-top: 150px;
}

.project_body .all_post .direct_book {
	color: #000;
	font-family: 'Outfit-Light', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all ease-in-out 0s;
	background: none;
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	padding: 15px 35px;
	margin-top: 30px;
}

.project_body .all_post .direct_book::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	transition: 0.5s all ease-in-out 0s;
}

.project_body .all_post .btn-1:hover {
	color: #fff;
}

.project_body .all_post .btn-1::before {
	height: 0;
}

.project_body .all_post .btn-1:hover::before {
	top: unset;
	bottom: 0;
	height: 100%;
}

.blog .blog_item .outer_text .inner_text_box .read_more.mobile {
	display: none;
}

.blog_body .blog_item .outer_text .inner_text_box .read_more.mobile {
	display: none;
}

.project_body .blog_item .outer_text .inner_text_box .read_more.mobile {
	display: none;
}

/******Mobile Responsive********/
@media screen and (max-width:950px) {
	.vue_appHero {
		height: 90vh;
	}

	.vue_appHero .inner_box {
		top: 10%;
	}

	.vue_appHero .inner_box h2 {
		font-size: 1.6em;
		margin-bottom: 20px;
		line-height: 35px;
	}

	.vue_appHero .app_video_container_1 {
		width: 300px;
		height: 300px;
		border: 10px solid rgba(246, 246, 246, 0.1);
		position: relative;
		border-radius: 50%;
		top: 20%;
		left: 50%;
	}

	.vue_appHero .inner_box p {
		font-size: 14px;
		padding-right: 0px;
		margin-bottom: 30px;
		line-height: 25px;
	}

	.vue_appHero .inner_box p::before {
		margin-bottom: 20px;
	}

	.vue_appHero .app_video_container {
		height: 300px;
		top: 25%;
	}

	#volunteer .modal-title {
		font-size: 1.5em;
	}

	.vue_appHero .inner_box a {
		font-size: 14px;
		padding: 10px 20px;
	}

	.about_div .vue_text_box h2 {
		font-size: 1.2em;
		margin-top: 5px;
		margin-right: 5px;
	}

	.about_div .vue_text_box p {
		font-size: 10px;
		padding: 0px 0px;
	}

	.about_div {
		padding: 50px 15px;
	}

	.vue_programs {
		padding: 40px 15px;
	}

	.vue_programs .text-header h2 {
		font-size: 1.5em;
		margin-bottom: 30px;
	}

	.vue_programs .swiper-container {
		padding-top: 0px;
		padding-bottom: 20px;
	}

	.vue_programs .swiper-slide {
		width: 300px;
		height: auto;
		padding: 10px;
		margin-top: 0px;
		margin-right: 15px !important;
	}

	.vue_programs .swiper-line-right {
		background: rgba(0, 0, 0, .3);
		position: absolute;
		top: auto;
		bottom: -5%;
		width: 50px;
		height: 50px;
		z-index: 10;
		cursor: pointer;
		left: auto;
		right: 10px;
		border-radius: 50%;
		display: none;
	}

	.vue_programs .swiper-line-left {
		background: rgba(0, 0, 0, .3);
		position: absolute;
		top: auto;
		bottom: -5%;
		width: 50px;
		height: 50px;
		z-index: 10;
		cursor: pointer;
		left: 10px;
		right: auto;
		border-radius: 50%;
		display: none;
	}

	.vue_programs .slider_img_box {
		height: 200px;
	}

	.vue_programs .slide_text p {
		font-size: 14px;
	}

	.vue_programs .slide_text h2 {
		font-size: 1em;
		margin-bottom: 10px;
	}

	.vue_programs .swiper-slide a {
		text-decoration: none;
	}

	.vue_programs .mobile.read_more {
		margin: 10px 0;
	}

	.vue_programs .mobile.read_more a {
		font-family: 'Outfit-Light';
		font-size: 15px;
		color: #333;
		transition: all .5s ease-in-out;
	}

	.vue_context {
		padding: 10px 15px;
	}

	.vue_context .text-header {
		margin: 30px 0;
		margin-top: 0;
	}

	.vue_context .text-header h2 {
		font-size: 1.5em;
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.vue_context .inner_box {
		padding: 40px 20px;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.vue_context .inner_box a {
		font-size: 14px;
		padding: 10px 35px;
	}

	.blog {
		padding: 30px 15px;
	}

	.blog .text-header h2 {
		font-size: 1.5em;
		margin-bottom: 30px;
	}

	.blog .blog_item .outer_text {
		padding: 0px 15px;
		position: relative;
		top: -30px;
	}

	.blog .blog_item {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.blog .blog_item .img_box {
		width: 100%;
		height: 250px;
	}

	.blog .blog_item .outer_text .inner_text_box h2 {
		font-size: 15px;
		margin: 6px 0;
	}

	.blog .blog_item .outer_text .inner_text_box p {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 0;
	}

	.blog .all_post a {
		font-size: 15px;
		padding: 10px 35px;
	}

	.vue_context .inner_box h2 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}

	.cta_main {
		padding: 30px 10px;
		margin: 50px 0;
		margin-bottom: 0;
		border-radius: 10px;
	}

	.cta_main .inner_box h2 {
		font-size: 1.5em;
		margin-bottom: 30px;
	}

	.vue_context .inner_box p {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 30px;
	}

	.cta_main .inner_box p {
		font-size: 14px;
		margin-bottom: 10px;
		padding: 0 0px;
		line-height: 25px;
	}

	.cta_main .inner_box .direct_book {
		font-size: 15px;
		padding: 12px 30px;
	}

	.vue_newsletter {
		padding: 40px 15px;
	}

	.vue_newsletter .item_box .inner_text_box {
		padding: 20px 20px;
	}

	.vue_newsletter .item_box .inner_text_box.news_text h2 {
		font-size: 1.5em;
	}

	.vue_newsletter .item_box .inner_text_box.news_text p {
		font-size: 14px;
	}

	.vue_newsletter .item_box .inner_text_box.form_item {
		margin-top: 0px;
	}

	.vue_newsletter .item_box .inner_text_box.form_item input {
		height: 50px;
		font-size: 14px;
	}

	.vue_newsletter .item_box .inner_text_box.form_item button {
		font-size: 14px;
	}

	.footer .top_footer .header {
		padding-right: 0px;
		padding: 0 20px;
	}

	.footer .top_footer .header h2 {
		color: #000;
		font-family: 'Outfit-Bold', sans-serif;
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.footer .top_footer .header p {
		font-size: 13px;
		line-height: 25px;
	}

	.footer .top_footer .text_box h3 {
		font-size: 15px;
	}

	.footer .top_footer .text_box {
		margin-bottom: 30px;
	}

	.footer .top_footer .text_box ul li {
		padding: 2px 0;
	}

	.navbar .navbar-brand {
		font-size: 1.5em;
	}

	.navbar ul li.active a::after {
		margin: 0;
	}

	.navbar {
		padding: 10px 20px;
	}

	.navbar .navbar-brand img {
		width: 150px;
		height: auto;
	}

	.navbar .navbar-nav .nav-item {
		padding: 5px 0;
	}

	.blog_body .text-header {
		margin: 20px 0;
	}

	.blog_body .text-header h2 {
		font-size: 2em;
	}

	.blog_body {
		padding: 20px 20px;
	}

	.blog_body .item_box {
		margin-top: 0px;
	}

	.blog_body .blog_item {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.blog_body .blog_item .img_box {
		width: 100%;
		height: 270px;
	}

	.blog_body .blog_item .outer_text {
		padding: 10px 10px;
		padding-bottom: 0;
		position: relative;
		top: -20px;
		bottom: unset;
		left: unset;
	}

	.blog_body .blog_item .outer_text .inner_text_box h2 {
		font-family: 'Outfit-Bold', sans-serif;
		color: #111;
		font-size: 16px;
		margin: 8px 0;
	}

	.blog_body .blog_item .outer_text .inner_text_box p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.blog_body .blog_item {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.blog_body .blog_item .outer_text .inner_text_box .span {
		margin-bottom: 0px;
	}

	.blog_body .blog_item .img_box .img {
		filter: grayscale(0);
	}

	.blog_body .blog_item .outer_text .inner_text_box .read_more.mobile {
		display: block;
	}

	.blog_body .blog_item .outer_text .inner_text_box .read_more {
		font-family: 'Outfit-Light';
		font-size: 14px;
		color: #000;
		text-transform: capitalize;
		text-decoration: none;
	}

	.blog_body .blog_item .outer_text .inner_text_box .read_more::after {
		content: "";
		display: block;
		width: 50px;
		height: 2px;
		background: #f8a31a;
	}

	.blog_body .blog_item .outer_text .inner_text_box {
		padding: 20px 10px;
	}

	.blog_body .all_post {
		margin-top: 0px;
		margin-bottom: 40px;
	}

	.article_body {
		padding: 20px 20px;
	}

	.article_body .share_socials {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.article_body .item_box .header h1 {
		font-size: 1.5em;
	}
	
        .article_body .text_box p {
        line-height: 30px;
        }

	.article_body .item_box .header {
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.article_body .img_box {
		height: 45vh;
		margin-bottom: 30px;
	}

	.comment_btn {
		bottom: 20px;
		right: 20px;
	}

	.comment_btn p {
		font-size: 13px;
		padding: 6px 10px;
		border-radius: 20px;
	}
	
    .article_body .share_socials p {
    font-family: 'Outfit-Light', sans-serif;
    color: #333;
    margin-bottom: 6px;
    }

	.article_body .share_socials .socials a {
		font-size: 20px;
	}

	.explore_body {
		padding: 30px 20px;
	}

	.explore_body .item_box .header .back-arrow {
		margin-bottom: 10px;
	}

	.explore_body .item_box .header h2 {
		font-size: 20px;
	}

	.explore_body .item_box .specs p {
		margin-bottom: 20px;
	}

	.explore_body .item_box .img_box {
		height: 35vh;
		margin-bottom: 20px;
	}

	.explore_body .item_box .header p {
		font-family: 'Outfit-Light', sans-serif;
		font-size: 15px;
		color: #333;
		line-height: 30px;
		/* display: none; */
	}

	.explore_body .other_projects .img_box .details h2 {
		font-family: 'Outfit-Thin';
		font-size: 1.5em;
		color: #fff;
		text-transform: uppercase;
	}

	.explore_body .other_projects {
		margin-top: 50px;
	}

	.explore_body .other_projects .text-header h2 {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.arrow_img {
		margin-bottom: 20px;
	}

	.explore_body .other_projects .project_img {
		margin: 30px 0;
	}

	.explore_body .other_projects .img_box {
		height: 40vh;
		margin-bottom: 30px;
	}

	.explore_body .other_projects .img_box .overlay {
		transform: scale(0.9);
		position: absolute;
		top: -5px;
		left: 5px;
		bottom: 25px;
		right: 5px;
		opacity: 1;
		border-radius: 5px;
	}

	.vue_vol_header .items_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 20px;
	}

	.vue_vol_header .items_box h1 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}

	.vue_vol_header .items_box p {
		font-size: 17px;
		margin-bottom: 20px;
	}
	
	.vue_vol_header .items_box a {
      font-size: 15px;
      padding: 10px 20px;
    }

	.vue_vol_header {
		width: 100%;
		height: 50vh;
	}

	.vue_gallery_splash {
		padding: 0px 15px;
	}

	.vue_gallery_splash .img_box {
		margin-bottom: 30px;
		height: 40vh;
		border-radius: 0px;
	}

	.vue_gallery_splash .img_box .img {
		border-radius: 20px;
	}

	.vue_benefits {
		padding: 20px 15px;
	}

	.vue_benefits .text_box h2 {
		font-size: 1.3em;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.vue_benefits .item_div .items {
		margin-bottom: 20px;
		padding: 20px 10px;
		border-radius: 5px;
	}
	
    .vue_benefits .item_div .items h2 {
    font-size: 1em;
    }

	.vue_benefits .text_box p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.vue_benefits .item_div .items a {
		font-size: 13px;
		line-height: 25px;
	}

	.vue_benefits .text_box a.action_btn {
		font-size: 14px;
		margin-top: 20px;
	}

	.about_body {
		padding: 20px 20px;
	}

	.about_body .text_box {
		margin: 10px 0;
	}

	.about_body .top_text h2 {
		font-family: 'Outfit-ExtraBold', sans-serif;
		font-size: 2em;
		line-height: 1.4;
	}

	#get_appointment .modal-title {
		font-size: 1.5em;
	}

	.about_body .text_box .item_box p {
		font-size: 14px;
		color: #444;
		line-height: 25px;
	}

	.about_body .bottom_text {
		padding-right: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about_body .bottom_text p {
		font-family: 'Outfit-Light', sans-serif;
		font-weight: 900;
		color: #000;
		font-size: 23px;
	}

	.about_body .inner_top_box {
		padding: 20px 0;
	}

	.about_body .text_box h2 {
		font-size: 1.5em;
		padding: 0 0px;
	}

	.about_body .text_box .item_box {
		margin: 10px 0;
		padding: 0 0px;
	}

	.about_body .img_box {
		width: 100%;
		height: 30vh;
	}

	.about_body .text-header {
		margin: 0px 0;
	}

	.about_body .text-header h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.about_body .card .card-header button {
		font-size: .6em;
		line-height: 30px;
		padding: 25px 0px;
		border-bottom: 1px solid #aeaeae;
	}

	.core_values .canvas .cube {
		margin-top: 120px;
		width: 220px;
		height: 220px;
	}

	.about_body .card .card-body {
		padding: 10px 5px;
		font-size: 14px;
	}

	.vue_campaing {
		padding: 20px 15px;
	}

	.vue_campaing .text-header h2 {
		font-size: 1.5em;
	}

	.vue_campaing .card {
		margin: 0px 0px;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.vue_campaing .img_box {
		width: 100%;
		height: 230px;
	}

	.vue_campaing .img_box .img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.vue_campaing .card .overlay {
		padding: 15px;
	}

	.vue_campaing .card .overlay .inner_text h2 {
		font-size: 1em;
	}

	.vue_campaing .card .overlay .inner_text p {
		font-size: 14px;
	}

	.vue_campaing .card .overlay .inner_text a {
		font-size: 15px;
	}

	.core_values .canvas .cube .face:nth-child(1) {
		transform: translateZ(220px);
	}

	.core_values .canvas .cube .face {
		font-size: 25px;
		font-family: 'Outfit-Bold';
	}

	.core_values {
		padding: 20px 20px;
		height: 90vh;
	}

	.core_values .text-header h2 {
		font-size: 30px;
	}

	.core_values .text-header p {
		font-family: 'Outfit-Light';
		font-size: 14px;
		color: #555;
		line-height: 25px;
		padding: 0 0px;
	}

	.our_team .img_box .overlay .inner_text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 100%);
		width: 100%;
	}

	.our_team .text-header {
		margin-bottom: 15px;
	}

	.our_team {
		padding: 10px 15px;
	}

	.our_team .text-header h2 {
		font-size: 2em;
	}

	.our_team .img_box {
		height: 170px;
	}

	.our_team .img_box .img {
		filter: grayscale(0);
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.our_team .card {
		margin: 0px 0px;
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.our_team .card .overlay {
		padding: 10px;
	}

	.our_team .card .overlay .inner_text h2 {
		font-family: 'Outfit-Bold';
		font-size: .8em;
		color: #222;
		margin-bottom: 5px;
	}

	.our_team .card .overlay .inner_text p {
		font-size: 13px;
		margin-bottom: 0;
	}

	.our_team .img_box .overlay {
		background: rgba(0, 0, 0, .2);
		opacity: 1;
	}

	.our_team .img_box .overlay .inner_text h2 {
		font-size: .9em;
		margin-bottom: 0;
	}

	.our_team .img_box .overlay .inner_text p {
		font-size: 10px;
		margin-bottom: 0;
	}

	.our_team .inner_text_box h2 {
		font-size: 20px;
	}

	.our_team .inner_text_box {
		padding: 20px;
	}

	.our_client {
		padding: 30px 20px;
	}

	.our_client .text-header h2 {
		font-size: 30px;
		margin-bottom: 0;
		text-align: center;
	}

	.vue_team_div {
		padding: 20px 15px;
		margin: 0px 0;
	}

	.vue_team_div .inner_box h2 {
		font-size: 2em;
		margin-bottom: 20px;
	}

	.vue_team_div .inner_box p {
		font-size: 14px;
		color: #000;
		margin-bottom: 20px;
		padding: 0 0px;
	}

	.vue_team_div .inner_box .direct_book {
		font-size: 15px;
		padding: 12px 20px;
	}

	.our_client .logo_box {
		margin-bottom: 0px;
		padding: 30px;
	}

	#joinTeam .modal-title {
		font-size: 1.5em;
	}

	.our_team .inner_text_box h2::after {
		content: "";
		display: block;
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 auto;
	}

	.footer {
		padding: 20px 20px;
	}

	.footer .top_footer {
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
	}

	.footer .top_footer img {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
	}

	.footer .careers_div {
		display: none;
	}

	.footer .top_footer .text-right,
	.footer .bottom_footer .text-right {
		text-align: center !important;
	}

	.footer .bottom_footer {
		text-align: center;
	}

	.footer .top_footer .text_box p a {
		font-weight: 400;
		font-size: 15px;
	}

	.footer .top_footer .text_box p {
		margin-bottom: 0;
	}

	.footer .bottom_footer .text_box p {
		margin-bottom: 0;
	}

	.contact_body {
		padding: 30px 20px;
	}

	.contact_body .text_box .heading h2 {
		font-size: 3em;
	}

	.contact_body .text_box .box.socials a {
		margin-right: 15px;
	}

	.contact_body .text_box .form-box {
		padding: 0 0px;
		margin-top: 30px;
	}

	.contact_body .text_box .box {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
    .contact_body .form-box h2 {
    font-size: 20px;
    margin-bottom: 30px;
    }

	.faq {
		width: 100%;
		height: auto;
		padding: 30px 20px;
	}

	.faq .text-header h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.faq .card .card-header button {
		font-family: 'Outfit-Light', sans-serif;
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		padding: 25px 0px;
	}

	.faq .card .card-header .card_header_icon i {
		font-size: 20px;
	}

	.faq .card .card-body {
		font-size: 14px;
		line-height: 25px;
	}

	.project_body .blog_item .outer_text .inner_text_box .read_more.mobile {
		display: block;
	}

	.project_body .blog_item .outer_text .inner_text_box .read_more {
		font-family: 'Outfit-Light';
		font-size: 11px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
	}

	.project_body .blog_item .outer_text .inner_text_box .read_more::after {
		content: "";
		display: block;
		width: 60px;
		height: 1px;
		background: #000;
	}

	.project_body {
		padding: 30px 15px;
	}

	.project_body .text-header h2 {
		font-size: 2.5em;
		margin-bottom: 0px;
	}

	.project_body .item_box {
		margin: 0px 0;
	}

	.project_body .blog_item {
		margin-top: 20px;
	}

	.project_body .blog_item .outer_text .inner_text_box h2 {
		margin-top: 5px;
	}

	.project_body .blog_item .outer_text .inner_text_box .span {
		margin-bottom: 5px;
	}

	.project_body .blog_item .img_box {
		width: 100%;
		height: 350px;
	}

	.project_body .blog_item .img_box .img {
		filter: grayscale(0);
		border-radius: 5px;
	}

	.project_body .blog_item .outer_text {
		padding: 0px 0px;
		padding-bottom: 0;
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
	}

	.project_body .blog_item:hover .img_box .img {
		transform: scale(1);
	}

	.project_body .blog_item:hover .outer_text {
		height: 0;
	}

	.project_body .blog_item:hover .outer_text .inner_text_box h2 {
		color: #000;
	}

	.project_body .blog_item:hover .outer_text .inner_text_box .span {
		color: #aeaeae;
	}

	.project_body .blog_item .outer_text .inner_text_box {
		transition: all .7s ease-in-out;
		padding: 10px 5px;
	}
}

@media screen and (min-width:1400px){
    .vue_appHero .inner_box {
  top: 40%;
}
.vue_appHero .app_video_container {
  height: 600px;
  top: 30%;
}
}