/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
	line-height: normal;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}

html,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
p,
hr,
iframe {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

a,
input,
select,
textarea {
	outline: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}

a:hover {
	text-decoration: none;
	color: #562abe;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
	text-decoration: none;
	color: #000;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	outline: none;
	border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

input {
	resize: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select,
input[type="submit"] {
	cursor: pointer
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

:focus {
	outline: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}


@font-face {
    font-family: 'heavitasregular';
    src: url('../fonts/heavitas.woff2') format('woff2'),
    url('../fonts/heavitas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

/*=== Back to top button ===*/

#back-to-top {
	display: inline-block;
	text-align: center;
	border-radius: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	-o-transition: background-color .3s, opacity .5s, visibility .5s;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	width: 49px;
	height: 40px;
	background-color: #6600cc;
}

#back-to-top i {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #562abe;
}

#back-to-top:active {
	background-color: #562abe;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

h1 {
	font-size: 60px;
	line-height: 72px;
	color: #1a1d2e;
	font-weight: 500;
	font-family: "Montserrat";
}

h2 {
	font-size: 36px;
	line-height: 46px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	padding-bottom: 44px;
}

h5 {
	font-size: 24px;
	line-height: 28px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	padding-bottom: 20px;
}

h6 {
	font-size: 18px;
	line-height: 28px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	padding-bottom: 20px;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #1a1d2e;
	font-weight: 400;
	font-family: "Montserrat";
	padding-bottom: 40px;
}

p:last-child {
	padding-bottom: 0px !important;
}

.bg-light-purple {
	background-color: #e9ebf7;
}

.section {
	padding: 110px 0;
}

.section-sm {
	padding: 60px 0;
}

.bg-gredient {
	-webkit-box-shadow: -6.928px 4px 20px rgba(51, 0, 102, 0.56);
	        box-shadow: -6.928px 4px 20px rgba(51, 0, 102, 0.56);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6500cb), to(#4700d3));
	background-image: -o-linear-gradient(bottom, #6500cb 0%, #4700d3 100%);
	background-image: linear-gradient(0deg, #6500cb 0%, #4700d3 100%);
}

label {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	font-family: "Montserrat";
}

.btn-lg {
	min-width: 246px !important;
}

.text-purple {
	color: #6600cc !important;
}

a.text-purple:hover {
	color: #2d2347 !important;
}

ul.list-style li {
	position: relative;
	list-style: disc;
	padding-bottom: 25px;
}

ul.list-style {
	padding-left: 25px;
}


/*====================Header css start====================*/

.header {
	position: fixed;
	padding: 9px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 99;
}

.header .navbar-expand-lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0px;
}

.header .navbar-nav {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
}

.header .navbar-nav .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 15px;
}

.header .navbar-nav .nav-item::after {
	content: "";
	position: absolute;
	bottom: -10px;
	max-width: 0px;
	width: 100%;
	margin: 0 auto;
	height: 6px;
	background: #562abe;
	left: 0;
	right: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.header .navbar-nav .nav-item:hover::after {
	max-width: 100%;
}

.header .navbar-nav .nav-item a {
	font-size: 18px;
	line-height: 24px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	text-align: center;
	padding: 0;
	text-transform: uppercase;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li.active a:hover {
	color: #562abe !important;
}

.header .navbar-brand {
	position: relative;
	margin-right: 30px;
}

.header .navbar-toggler {
	position: relative;
	padding: 5px 12px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #562abe;
}


/*-----mobile toggle icon css start------*/

.header .icon01 {
	width: 23px;
    height: 3px;
    background-color: #6600cc;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
}

.header .icon02 {
	width: 23px;
    height: 3px;
    background-color: #6600cc;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
    top: 4px;
}

.header .icon03 {
	width: 23px;
    height: 3px;
    background-color: #6600cc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
}

.header .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #000;
}

.inner-header {
	/* position: static; */
	background: #fff;
	/* box-shadow: -2.598px 1.5px 0px rgb(0 0 0 / 20%); */
}


/*------mobile toggle icon css end------*/

.btn-outline {
	font-size: 18px;
	line-height: 28px;
	color: #6600cc;
	font-weight: 600;
	font-family: "Montserrat";
	min-width: 148px;
	border-radius: 24px;
	border: 2px solid #6600cc;
	padding: 8px 20px;
}

.btn-outline:hover {
	background: #6600cc;
	color: #fFF;
}

ul.dropdown-menu {
	width: 300px;
	-webkit-box-shadow: -7.794px 4.5px 9px rgba(0, 0, 51, 0.2);
	        box-shadow: -7.794px 4.5px 9px rgba(0, 0, 51, 0.2);
	background-color: #ffffff;
	border: 0;
	padding: 0;
	border-radius: 0;
}

.header .navbar-nav ul.dropdown-menu li a.dropdown-item {
	font-size: 16px;
	line-height: 22px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	text-align: left;
	padding: 12px 20px;
}

ul.dropdown-menu li {}

.header .navbar-nav ul.dropdown-menu .dropdown-item.active,
.header .navbar-nav ul.dropdown-menu .dropdown-item:active,
.header .navbar-nav ul.dropdown-menu .dropdown-item:hover {
	background-color: #6600cc !important;
	color: #fff !important;
}


/*headerfixed*/

.header.fixed {
	position: fixed;
	top: 44px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-box-shadow: 3.41px 3.657px 9px rgb(0 0 0 / 30%);
	        box-shadow: 3.41px 3.657px 9px rgb(0 0 0 / 30%);
	background-color: #f2eff9 !important;
}

.header {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.head-social-mobile-wrap {
	display: none;
}


/*====================Header css end====================*/


/*====================Footer css start ====================*/


/*footer-fixed*/

.main_wrapper {
	float: left;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}


/*.main_wrapper footer { float: left; width: 100%; bottom: 0; left: 0; position: absolute;}*/

.footer {
	background-image: url(../images/footer-bg.png);
	background-position: center top;
	background-size: cover;
	padding-top: 4%;
}

.top-footer {
	padding: 30px 0;
}

.footer-menu-link a {
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	min-width: 130px;
	font-family: "Montserrat";
}

.footer-contact-info a {
	font-size: 16px;
	line-height: 24px;
	color: #eae8e8;
	font-weight: 400;
	text-align: center;
}

.footer-contact-info a:hover,
.footer-menu-link a:hover,
.footer-menu-link .active a {
	color: #42d0e8;
}

.footer-social-link a {
	display: inline-block;
	font-size: 17px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
	color: #28224a;
	line-height: 33px;
	margin: 10px 8px 0;
	background-image: -o-linear-gradient(280deg, #00cccc 0%, #62d1f6 100%);
	background-image: linear-gradient(170deg, #00cccc 0%, #62d1f6 100%);
}

.footer-social-link a:hover {
	color: #fff;
}

.footer-menu-link ul {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}

.no-count {
	-webkit-column-count: 1 !important;
	   -moz-column-count: 1 !important;
	        column-count: 1 !important;
}

.footer-menu-link ul li {
	margin-bottom: 14px;
}


/*bottom-footer*/

.bottom-footer {
	padding: 12px 0;
	-webkit-box-shadow: -6.928px 4px 20px rgb(51 0 102 / 56%);
	        box-shadow: -6.928px 4px 20px rgb(51 0 102 / 56%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6500cb), to(#4700d3));
	background-image: -o-linear-gradient(bottom, #6500cb 0%, #4700d3 100%);
	background-image: linear-gradient(0deg, #6500cb 0%, #4700d3 100%);
}

.bottom-footer a,
.bottom-footer p {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	padding-bottom: 0;
	font-weight: 400;
}

ul.footer-b-link li a {
	position: relative;
	padding: 0 8px;
	display: block;
}

ul.footer-b-link li a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	top: 0;
	background: #fff;
}

ul.footer-b-link li:first-child a::after {
	display: none
}

.bottom-footer a:hover {
	color: #54c6e7;
}

.footer-menu-link h4 {
	font-size: 18px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Montserrat";
	text-transform: uppercase;
	padding-bottom: 20px;
}

.btn-primary {
	cursor: pointer;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 203 203)), color-stop(#62d1f5), color-stop(#62d1f5), to(#00cbcb));
	background-image: -o-linear-gradient(left, rgb(0 203 203), #62d1f5, #62d1f5, #00cbcb);
	background-image: linear-gradient(to right, rgb(0 203 203), #62d1f5, #62d1f5, #00cbcb);
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Montserrat";
	border-radius: 40px;
	padding: 20px;
	min-width: 303px;
	-webkit-box-shadow: -4.33px 2.5px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: -4.33px 2.5px 0px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-primary:focus {
	outline: none;
}

.btn-secondary {
	cursor: pointer;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-image: -webkit-gradient(linear, left top, right top, from(#6500cb), color-stop(#4700d3), color-stop(#4700d3), to(#6500cb));
	background-image: -o-linear-gradient(left, #6500cb, #4700d3, #4700d3, #6500cb);
	background-image: linear-gradient(to right, #6500cb, #4700d3, #4700d3, #6500cb);
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Montserrat";
	border-radius: 24px;
	padding: 13px 20px;
	min-width: 191px;
	-webkit-box-shadow: -2.598px 1.5px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: -2.598px 1.5px 0px rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-secondary:focus {
	outline: none;
}

.hero-banner-image {
	margin-bottom: -130px;
	position: relative;
	z-index: 1;
}

.banner-section {
	padding-top: 120px;
}

.bg-circle-style {
	position: relative;
	margin: 100px 0;
}

.bg-circle-style::before {
	position: absolute;
	content: "";
	max-width: 966px;
	width: 100%;
	border-radius: 483px;
	background-color: #e9ebf7;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	height: 966px;
	/* top: 50%; */
    top: 60%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.home-bg-pattern {
	position: relative;
}

.design-one {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.design-two {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.design-three {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.design-four {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.bg-gredient label {
	color: #ffffff;
}

.form-control {
	height: 47px;
	border-radius: 15px;
	background-color: #ffffff;
	border: 0 !important;
	-webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 50%) !important;
	box-shadow: inset 0 0 10px rgb(0 0 0 / 50%) !important;
	padding: 10px 20px;
}

.contact-section,
.joint-footer {
	margin-bottom: -15%;
	padding-bottom: 15% !important;
}

.inner-section h1 {
	font-size: 48px;
	line-height: 46px;
	color: #1a1d2e;
	font-weight: 500;
	font-family: "Montserrat";
	text-align: center;
}

.inner-section h1 span {
	font-size: 24px;
	line-height: 46px;
	color: #6600cc;
	font-weight: 400;
	font-family: "Montserrat";
	text-align: center;
	display: block;
	font-style: italic;
}

.inner-section {
	padding: 33px 0;
	min-height: 167px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.reason-list-wrap {
	border-radius: 30px;
	-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	height: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 20px;
}

.testimonial-wrapper .slick-dots li button:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: #e9ebf7;
	border: 2px solid #6600cc;
}

.testimonial-wrapper .slick-dots li.slick-active button:before {
	background-color: #6600cc;
}

.testimonial-wrapper .slick-dots li button {
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: center;
}

.testimonial-wrapper .slick-slide img {
	margin: 0 auto 20px;
}

.testimonial-wrapper .slick-slide {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.testimonial-wrapper .slick-slide.slick-center {
	-webkit-transform: scale(1.2) !important;
	    -ms-transform: scale(1.2) !important;
	        transform: scale(1.2) !important;
}

.testimonial-wrapper .slick-slide.slick-center p {
	font-weight: 600;
}

.testimonial-wrapper .client-wrap {
	padding: 40px;
}

.testimonial-wrapper ul.slick-dots {
	bottom: -45px;
}

.contact-section-form .form-control {
	height: 56px;
	border-radius: 20px;
	background-color: #e9ebf7;
	font-size: 18px;
	line-height: normal;
	color: #999999;
	font-weight: 500;
	font-family: "Montserrat";
	padding: 15px 20px;
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%) !important;
	        box-shadow: inset 0 0 6px rgb(0 0 0 / 20%) !important;
}

.contact-section-form.custom-contact-section-form .form-control {
	color: #000000;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control::-moz-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-ms-input-placeholder {
	color: #999999;
}

.form-control::placeholder {
	color: #999999;
}

.contact-section-form textarea {
	height: auto !important;
}

.reason-list-icon {
	/*max-width:70px;*/
	margin: 0 auto;
}

.secondary-title h2 {
	font-size: 46px;
	line-height: 56px;
	color: #1a1d2e;
	font-weight: 500;
	font-family: "Montserrat";
	text-align: center;
}

.date {
	color: #6600cc;
	font-weight: 400;
}

.news-info a {
	font-size: 21px;
	line-height: 28px;
	color: #1a1d2e;
	font-weight: 600;
}

.news-info a:hover {
	color: #6600cc;
}

.news-wrapper {
	-webkit-box-shadow: -7.794px 4.5px 9px rgba(0, 0, 51, 0.2);
	        box-shadow: -7.794px 4.5px 9px rgba(0, 0, 51, 0.2);
	border-radius: 30px;
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.news-info {
	padding: 30px 15px;
}

.n-date {
	font-size: 21px;
	line-height: 31px;
	color: #3300cc;
	font-weight: 600;
	font-family: "Montserrat";
	font-style: italic;
}

blockquote {
	-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 30px 30px 30px 60px;
	position: relative;
	overflow: hidden;
}

.bg-gradient {
	background-image: -webkit-gradient(linear, left top, right top, from(#6500cb), to(#4700d3));
	background-image: -o-linear-gradient(left, #6500cb, #4700d3);
	background-image: linear-gradient(to right, #6500cb, #4700d3);
}

blockquote.blockquote span {
	width: 36px;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
}

blockquote.blockquote p {
	font-size: 18px;
	line-height: 31px;
	color: #1a1d2e;
	font-weight: 500;
	font-family: "Montserrat";
}

blockquote.blockquote p strong {
	font-weight: 600;
}

.policy-wrap h3 {
	font-size: 18px;
	line-height: 28px;
	color: #552ABE;
	font-weight: 600;
	font-family: "Montserrat";
}

.terms-wrap h4 {
	font-size: 21px;
	line-height: 28px;
	color: #552ABE;
	font-weight: 600;
	font-family: "Montserrat";
}

.head-cls {
	color: #552ABE;
	font-weight: bold !important;
}

.blur-box {
	border-radius: 35px;
	-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	background-color: rgba(233, 235, 247, 0.9);
	padding: 30px;
	max-width: 1141px;
	width: 100%;
	position: relative;
	margin: 200px auto 50px;
}

.bg-shattles {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
	bottom: -130px;
}

.technology-section {
	padding-top: 200px;
}

.campus-bg {
	background-image: url(../images/bg-shuttles-1.png);
	background-position: bottom center;
	padding: 100px 0 0 0;
	margin-bottom: -100px;
	background-repeat: no-repeat;
}

.solution-section {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 410px;
}

.tab-container .nav-tabs {
	display: none;
}

.tab-container .nav-tabs .nav-link {
	font-size: 36px;
	line-height: 28px;
	color: #1a1d2e;
	font-weight: 600;
	font-family: "Montserrat";
	width: 100%;
	border-radius: 30px;
	-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	background-color: #ffffff;
	border: 0;
	border-bottom: 24px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 50px 30px;
}

.tab-container .nav-tabs .nav-item.show .nav-link,
.tab-container .nav-tabs .nav-link.active {
	color: #1a1d2e;
	border-bottom-color: #6600cc;
}

.tab-container .nav-tabs .secnd-wrapper.nav-link.active {
	border-bottom-color: #3ed6dc;
}

.tab-container .card-body {
	border-radius: 30px;
	-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
	background-color: #ffffff;
	padding: 50px;
}

.tab-container .nav-tabs .nav-link svg {
	margin-right: 50px;
}

@media(min-width:768px) {
	.tab-container .nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		border: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.tab-container .card {
		border: none;
	}

	.tab-container .card .card-header {
		display: none;
	}

	.tab-container .card .collapse {
		display: block;
		margin-top: 30px;
	}

	.tab-container .nav-tabs .nav-item {
		width: 49%;
	}
}

@media(max-width:1200px) {
	.tab-container .nav-tabs .nav-link {
		font-size: 26px;
		border-bottom: 14px solid transparent;
		padding: 20px 20px;
	}

	.tab-container svg {
		margin-right: 20px;
	}
}

@media(max-width:767px) {
	.tab-container .tab-content>.tab-pane {
		display: block !important;
		opacity: 1;
		border: 0;
		margin-bottom: 20px;
	}

	.tab-container .card-header a {
		line-height: 28px;
		color: #1a1d2e;
		font-weight: 600;
		font-family: "Montserrat";
		width: 100%;
		border-radius: 30px !important;
		-webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
		        box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
		background-color: #ffffff;
		border: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-size: 26px;
		border-bottom: 14px solid transparent;
		padding: 20px 20px;
		margin-bottom: 20px;
	}

	.tab-container .tab-content .tab-pane .card-header a[aria-expanded="true"] {
		border-bottom-color: #6600cc;
	}

	.tab-container .tab-content .tab-pane.sec-card .card-header a[aria-expanded="true"] {
		border-bottom-color: #3ed6dc;
	}

	.tab-container .card-header {
		padding: 0;
		border: 0;
		background: transparent;
	}

	.tab-container .card-body {
		padding: 20px;
	}
}

.hero-banner-wrapper h4 {
	font-size: 27px;
	color: #000;
	margin-top: 20px;
}

.new-inner-img {
	border-radius: 20px;
}

a.nav-link.btn.btn-outline.mobile-login {
	/*width: auto;*/
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #6600cc;
	min-width: 148px;
	padding: 8px 20px;
	display: inline-block;
}

a.nav-link.btn.btn-outline.mobile-login:hover {
	color: #fff !important;
}

@media only screen and (max-width: 1410px) {

	.bottom-footer a,
	.bottom-footer p {
		font-size: 12px;
	}

	ul.footer-b-link li a {
		padding: 0 8px;
	}
}

@media only screen and (max-width: 1199px) {

	.bottom-footer a,
	.bottom-footer p {
		margin-top: 5px;
	}
}


/* 25-10-21 */

.head-social-wrap {
	min-width: 290px;
	text-align: right;
}

.head-social-wrap .btn-secondary,
.head-social-wrap .btn-outline {
	min-width: 130px;
}

.head-social-wrap .btn-secondary {
	margin-right: 20px;
}


/* 3-11-21 */

.reserve_mob {
	display: none
}

.reserve_mob .btn-secondary {
	min-width: 110px;
	padding: 8px;
	margin-right: 10px;
	font-size: 16px;
}

@media(max-width: 991px) {
	.reserve_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}


/*Home Page Logo Slider*/

.fetii-home-slider {
	padding: 50px 0;
}

.fetii-home-slider .slick-slide {
	margin: 0 30px;
}

.fetii-home-slider .slick-arrow {
	display: none !important;
}

.fetii-home-slider .logo-slider {
	margin-bottom: 0;
}

.fetii-home-slider .slick-dots {
	display: none !important;
}

.fetii-home-slider .slick-dots li button {
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: center;
}

.fetii-home-slider .slick-dots li button:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: #e9ebf7;
	border: 2px solid #6600cc;
}

.fetii-home-slider .slick-dots li.slick-active button:before {
	background-color: #6600cc;
}

.fetii-home-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


/*Free Bird Page*/

.freebird-banner {
	padding: 30px 0 100px;
	background-repeat: no-repeat;
}

.freebird-banner .banner-info {
	text-align: center;
}

.freebird-banner .banner-logo {
	max-width: 80px;
}

.freebird-banner h1 {
	margin: 40px 0 50px;
	color: #fff;
	font-size: 40px;
}

.freebird-banner p {
	color: #fff;
	font-weight: 600;
	padding: 0;
	font-size: 26px;
}

.freebird-banner .download-btn img {
	max-width: 250px;
}

.freebird-service {
	padding: 50px 0 20px;
}

.freebird-service .freebird-service-row {
	margin: 0 auto;
	max-width: 890px;
}

.freebird-service .service-block {
	text-align: center;
	padding: 0 5px;
	position: relative;
}

.freebird-service .service-block span {
	border-radius: 10px;
	-webkit-filter: drop-shadow(-2.33px 1.5px 0px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(-2.33px 1.5px 0px rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(280deg, #21c3c4 0%, #5bccf0 100%);
	background-image: linear-gradient(170deg, #21c3c4 0%, #5bccf0 100%);
	height: 60px;
	width: 60px;
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
}

.freebird-service .service-block:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 40px;
	background-size: 70px;
	background-repeat: no-repeat;
	top: 20px;
	right: -35px;
	background-image:url('public/front-assets/v3/images/bird-service-arrow.png');
}

.freebird-service .col-md-4:last-child .service-block:after {
	display: none;
}

.freebird-service .service-block h5 {
	font-size: 19px;
	font-weight: 500;
}

.bird-footer-logo {
	padding-top: 0;
}

.bird-footer-logo .row {
	margin: 0 auto;
	max-width: 700px;
}

.bird-footer-logo .image-wrap {
	padding: 50px 50px 10px;
}

.bird-footer-logo .footer-logo-outer {
	border-right: 3px solid #ccc
}

.bird-footer-logo .footer-logo-outer:last-child {
	border-right: 0;
}

@media(max-width:1199px) {
	.freebird-banner .banner-logo {
		max-width: 70px;
	}

	.freebird-banner h1 {
		margin: 30px 0 40px;
		color: #fff;
		font-size: 34px;
	}

	.freebird-banner p {
		font-size: 22px;
	}

	.freebird-banner .download-btn img {
		max-width: 210px;
	}

	.freebird-banner {
		background-position: center;
	}

	.freebird-banner .download-btn {
		margin: 30px 0 !important;
	}
}

@media(max-width:991px) {
	.freebird-service .service-block span {
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 24px;
	}

	.freebird-service .service-block:after {
		width: 60px;
		height: 25px;
		background-size: 60px;
	}

	.freebird-service .service-block h5 {
		font-size: 16px;
	}

	.bird-footer-logo .image-wrap {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media(max-width:767px) {
	.freebird-banner h1 {
		font-size: 30px;
		margin: 20px 0 30px;
	}

	.freebird-banner p {
		font-size: 20px;
	}

	.freebird-service .service-block {
		margin-bottom: 60px;
		padding-bottom: 40px;
	}

	.freebird-service .service-block:after {
		bottom: 0;
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(90deg);
		    -ms-transform: translateX(-50%) rotate(90deg);
		        transform: translateX(-50%) rotate(90deg);
	}

	.bird-footer-logo .footer-logo-outer {
		border: none;
		border-bottom: 3px solid #ccc;
		padding: 0;
	}

	.bird-footer-logo .footer-logo-outer:last-child {
		border-bottom: 0;
	}

	.bird-footer-logo .image-wrap {
		padding: 30px 0;
	}

	.bird-footer-logo .image-wrap img {
		max-width: 200px;
	}

	.freebird-service .col-md-4:last-child .service-block {
		margin-bottom: 0;
	}
}

@media(max-width:575px) {
	.freebird-banner h1 {
		font-size: 26px;
		line-height: 1.5;
	}

	.freebird-banner p {
		font-size: 18px;
	}

	.freebird-service {
		padding-top: 0;
	}
}

/* home-page-design-changes-21-01-2022 */
body.homepage {
	background-image: url(../images/home-page-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.header+section.inner-section {
	padding-top: 175px;
}

.banner-section.home-bnr-section {
	background-image: none !important;
	background-color: transparent;
}

.header.inner-header {
	background: transparent;
}

.home-bg-pattern {
	background-color: transparent;
}

body.homepage .design-one,
body.homepage .design-two,
body.homepage .design-three,
body.homepage .design-four {
	display: none;
}

.fetii-home-slider {
	background-color: #fff;
}

.header-top-body {
	background-color: #8745eb;
	z-index: 1111;
	color: #fff;
	font-size: 16px;
	min-height: 44px;
	padding: 12px 10px;
	position: sticky;
	top: 0;
}

.header-top-body a {
	color: #fff;
}

.header-top-body a:hover {
	text-decoration: underline;
}

.header-top-body img {
	width: 20px;
	margin-left: 10px;
}

@media(max-width:767px) {
	.header.fixed {
		top: 56px;
	}

	.header-top-body {
		font-size: 12px;
		min-height: 56px;
	}
}

/* 19-02-2022 Careers-&-Careers-Application-page */
.careers-app-title-section h1 span {
	font-style: normal;
}

.career-app-form-section .form-heading {
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	color: #1a1d2e;
	display: block;
	margin-bottom: 57px;
}

.career-app-form-section form .form-info-block:not(:last-child) {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 22px;
	margin-bottom: 57px;
}

.career-app-form-section form .form-info-block.details-info-block {
	border-bottom: 0;
	margin-bottom: 30px;
}

.career-app-form-section form .form-info-block .form-group {
	margin-bottom: 37px;
}

.career-app-form-section form .form-info-block .form-group label {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 1;
	margin-bottom: 15px;
}

.career-app-form-section form .form-info-block .form-group label span {
	color: #6633cc;
}

.career-app-form-section form .form-info-block .form-group label small {
	font-size: 14px;
}

.career-app-form-section form .form-info-block .form-group .form-control {
	background-color: #e9ebf7;
	border-radius: 20px;
	min-height: 51px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	resize: none;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.career-app-form-section form .form-info-block .form-group .input-file-custom {
	position: relative;
}

.career-app-form-section form .form-info-block .form-group .input-file-custom:before {
	content: "";
	background-image: url(../images/upload-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.career-app-form-section form .form-info-block .form-group .input-file-custom input[type="file"] {
	padding: 6px;
	font-size: 16px;
	color: #999999;
}

.career-app-form-section form .form-info-block .form-group .input-file-custom input[type="file"]::-webkit-file-upload-button {
	background: #6533cb;
	border: none;
	color: #fff;
	padding: 5px 10px 5px 35px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	width: 197px;
	height: 39px;
	margin-right: 10px;
	border-radius: 50rem;
	cursor: pointer;
}

.career-app-form-section form .form-btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.career-app-form-section form .form-btn-group .form-send-btn {
	width: 80%;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);
	        box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);
	border-radius: 50rem;
}

.career-app-form-section form .form-btn-group .view-all-job-btn {
	font-size: 21px;
	font-weight: 600;
	color: #1a1d2e;
	text-decoration: underline;
	text-transform: capitalize;
}

.career-app-form-section form .form-btn-group .view-all-job-btn:hover {
	color: #6533cb;
}

.career-content-section h2 {
	max-width: 65%;
	margin: 0 auto;
	padding-bottom: 68px;
}

.job-accordion-block .card {
	background-color: transparent;
	border: none;
	margin-bottom: 38px;
}

.job-accordion-block .card-header {
	padding-right: 200px;
	position: relative;
	border-radius: 40px !important;
	margin-bottom: 4px !important;
	border: none;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 51, 0.2);
	        box-shadow: 0 4px 0 rgba(0, 0, 51, 0.2);
}

.job-accordion-block .card-header button {
	width: 100%;
	text-decoration: none !important;
}

.job-accordion-block .card-header h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	min-height: 120px;
}

.job-accordion-block .card-header h2 span {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #1a1d2e;
	white-space: nowrap;
	margin-right: 30px;
}

.job-accordion-block .card-header h2 span.job-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	color: #6600cc;
}

.job-accordion-block .card-header h2 .accordion-btn {
	position: absolute;
	top: 50%;
	right: 32px;
	font-size: 36px;
	color: #1a1d2e;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.job-accordion-block .card-header button.collapsed h2 .accordion-btn:before {
	content: "\f078";
}

.job-accordion-block .card .card-body {
	padding: 34px 62px;
	color: #1a1d2e;
}

.job-accordion-block .card-body .desc-block .heading {
	font-size: 21px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 20px;
	display: block;
}

.job-accordion-block .card-body .desc-block p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
	padding-bottom: 0;
}

.job-accordion-block .card-body .desc-block ul {

	margin-bottom: 20px;
	list-style: disc;
}

.job-accordion-block .card-body .desc-block ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.job-accordion-block .card-body .desc-block ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	height: 8px;
	width: 8px;
	min-width: 8px;
	border-radius: 50%;
	background-color: #1a1d2e;
}

.job-accordion-block .card-body .desc-block .apply-job-btn {
	text-align: center;
	padding-top: 40px;
}

.job-accordion-block .card-body .desc-block .apply-job-btn .btn-secondary {
	width: 60%;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	-webkit-box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);
	        box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);
	border-radius: 50rem;
}

@media (max-width: 1199px) {
	.job-accordion-block .card-header {
		padding-right: 60px;
	}

	.job-accordion-block .card-header h2 {
		min-height: 80px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.job-accordion-block .card-header h2 span.job-title {
		font-size: 20px;
	}

	.job-accordion-block .card-header h2 span {
		font-size: 16px;
	}

	.job-accordion-block .card-header h2 .accordion-btn {
		font-size: 30px;
	}

	.job-accordion-block .card-body .desc-block .heading {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.job-accordion-block .card-body .desc-block p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.career-app-form-section .form-heading {
		margin-bottom: 30px;
	}

	.career-app-form-section form .form-info-block .form-group {
		margin-bottom: 25px;
	}

	.career-app-form-section form .form-btn-group .form-send-btn {
		margin-bottom: 50px;
	}

	.job-accordion-block .card .card-body {
		padding-left: 40px;
		padding-right: 40px;
	}

	.job-accordion-block .card-body .desc-block .apply-job-btn .btn-secondary {
		width: 100%;
		font-size: 20px;
	}

	.career-content-section {
		padding-bottom: 30px;
	}

	.career-content-section h2 {
		max-width: 100%;
		padding-bottom: 30px;
	}

	.job-opening-section {
		padding-top: 30px;
	}

	.job-opening-section h2.job-opening-title {
		text-align: center;
	}

	.job-accordion-block .card-header {
		/* padding-right: 20px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: none;
        margin-bottom: 0 !important; */
		border-radius: 0 !important;
		background-color: transparent;
		padding: 0;
		margin-bottom: 0px !important;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.job-accordion-block .card-header button.btn {
		padding: 18px 32px;
		background-color: #fff;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		-webkit-transition: 0.3s all ease-in-out;
		-o-transition: 0.3s all ease-in-out;
		transition: 0.3s all ease-in-out;
		-webkit-animation-delay: 0.3s;
		        animation-delay: 0.3s;
	}

	.job-accordion-block .card-header button.btn.collapsed {
		-webkit-box-shadow: 0 4px 0 rgb(0 0 51 / 20%);
		        box-shadow: 0 4px 0 rgb(0 0 51 / 20%);
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
		margin-bottom: 4px;
	}

	.job-accordion-block .card-header h2 {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		padding-bottom: 50px;
	}

	.job-accordion-block .card-header h2 span {
		margin-right: 0;
	}

	.job-accordion-block .card-header h2 span.job-title {
		display: block;
	}

	.job-accordion-block .card-header h2 span.address-title {
		display: block;
		width: 100%;
		text-align: center;
	}

	.job-accordion-block .card-header h2 span.operation-title {
		padding-right: 30px;
		margin-right: 30px;
		position: relative;
	}

	.job-accordion-block .card-header h2 span.operation-title:before {
		content: "|";
		position: absolute;
		top: 0;
		right: 0;
	}

	.job-accordion-block .card-header h2 .accordion-btn {
		top: auto;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		bottom: 15px;
		font-size: 40px;
	}

	.job-accordion-block .card .card-body {
		background-color: #fff;
		padding-top: 10px;
		border-bottom-left-radius: 40px !important;
		border-bottom-right-radius: 40px !important;
		-webkit-box-shadow: 0 4px 0 rgb(0 0 51 / 20%);
		        box-shadow: 0 4px 0 rgb(0 0 51 / 20%);
		margin-bottom: 5px;
		margin-top: -2px;
	}

	.job-accordion-block .card-body .desc-block .heading {
		margin-bottom: 25px;
	}

	.job-accordion-block .card-body .desc-block p {
		line-height: 24px;
		margin-bottom: 25px;
	}

	.job-accordion-block .card-body .desc-block ul li {
		padding-left: 10px;
	}

	.job-accordion-block .card-body .desc-block ul li:before {
		height: 4px;
		width: 4px;
		min-width: 4px;
	}

	.job-accordion-block .card .card-body .custom-toggle-btn {
		display: block;
		margin: 25px auto -30px;
		text-align: center;
	}

	.job-accordion-block .card .card-body .custom-toggle-btn i {
		font-size: 40px;
		color: #1a1d2e;
	}
}

@media (max-width: 575px) {
	.job-accordion-block .card .card-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.job-accordion-block .card-header h2 span {
		white-space: normal;
		text-align: left;
	}
}


/* 15-06-2022 header-login button replace with Affiliate Program button */
.head-social-wrap {
	min-width: 360px;
}


@media (min-width: 1600px) {
	.header .navbar-nav {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin-right: 25px;
	}

	.header .navbar-nav .nav-item {
		margin: 0 22px;
	}

	.footer-menu-link:not(:last-child) ul li {
		margin-right: 40px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.head-social-wrap {
		min-width: 300px;
	}

	.head-social-wrap .btn-secondary,
	.head-social-wrap .btn-outline {
		min-width: 90px;
		font-size: 16px;
		padding: 10px 20px;
		line-height: 1;
		height: 38px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.head-social-wrap .btn-secondary {
		margin-right: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.head-social-wrap {
		min-width: 260px;
	}

	.head-social-wrap .btn-secondary,
	.head-social-wrap .btn-outline {
		min-width: 90px;
		font-size: 14px;
		padding: 10px 10px;
		line-height: 1;
		height: 38px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.head-social-wrap .btn-secondary {
		margin-right: 5px;
	}
}

/* 28-07-2022 */
.top-bg-wrapper {
	/* background-image: url(../images/new_landing_page/top_banner.png); */
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
    z-index: 2;
    overflow: hidden;
}

.video-wrapper-main video {
	width: 100%;
    height: 100%;
}

.top_header {
    padding: 50px 0 0 0;
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.title_wrapper {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}



.btn_new_primary.text-uppercase {
	border-radius: 24px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6500cb), color-stop(0%, #6500cb), color-stop(100%, #4700d3), to(#4700d3));
	background-image: -o-linear-gradient(bottom, #6500cb 0%, #6500cb 0%, #4700d3 100%, #4700d3 100%);
	background-image: linear-gradient(0deg, #6500cb 0%, #6500cb 0%, #4700d3 100%, #4700d3 100%);
	max-width: 246px;
	line-height: 33px;
	width: 100%;
	font-size: 18px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 600;
}

.top_header .btn_wrapper a {
	margin-left: auto;
}

.top-bg-wrapper:before {
	position: absolute;
	content: '';
	bottom: 0;
	background-image: url(../images/new_landing_page/top_pattern_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 211px;
	width: 100%;
}
.top-bg-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 17%);
    top: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
.title_wrapper h1 {
	font-size: 110px;
	color: #9900ff;
	-webkit-filter: drop-shadow(0px 12px 12.5px #000000);
	        filter: drop-shadow(0px 12px 12.5px #000000);
	font-family: 'heavitasregular';
	line-height: 140px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}



.together-wrapper {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#6500cb), color-stop(0%, #6500cb), color-stop(100%, #4700d3), to(#4700d3));
	background-image: -o-linear-gradient(bottom, #6500cb 0%, #6500cb 0%, #4700d3 100%, #4700d3 100%);
	background-image: linear-gradient(0deg, #6500cb 0%, #6500cb 0%, #4700d3 100%, #4700d3 100%);
	padding: 55px 0;
}

.h2-title-wrapper h2 {
	font-size: 54px;
    line-height: 80px;
    color: #fefefe;
    font-weight: 600;
}

.together-wrapper p {
	font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
}

.h3-title-wrapper h3 {
	font-size: 72px;
	line-height: 72px;
	color: #1a1d2e;
	font-weight: 600;
}

.fetti-do {
	padding: 100px 0 70px;
}

.f-box-wrapper p {
	font-size: 24px;
	line-height: 34px;
	color: #1a1d2e;
	font-weight: 500;
}

.f-box-wrapper {
	border-radius: 40px;
	-webkit-filter: drop-shadow(0px 5px 6px rgba(0, 0, 51, 0.15));
	        filter: drop-shadow(0px 5px 6px rgba(0, 0, 51, 0.15));
	background-color: #ffffff;
	padding: 20px 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.f-box-wrapper .img-wrap {
	margin: 0 0 40px 0;
}

.h3-title-wrapper {
	margin: 0 0 95px 0;
}

.remark_title {
	padding: 0 70px;
}

.remark_title p {
	font-size: 18px;
	color: #6600cc;
	font-weight: 500;
	padding: 0;
}

.ready_elite {
	background-color: #f2f1fa;
	padding: 100px 0 0 0;
}

.ready_elite h2 {
	font-size: 100px;
	line-height: 120px;
	color: #9900ff;
	font-family: 'heavitasregular';
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#61d1f5), to(#00cbcb));
	background-image: -o-linear-gradient(0, #61d1f5, #00cbcb);
	background-image: linear-gradient(0, #61d1f5, #00cbcb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.ready_elite .btn_new_primary {
	font-size: 76px;
	line-height: 76px;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	max-width: 738px;
	padding: 53px 0;
	border-radius: 90px;
	-webkit-box-shadow: 0 5px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 5px 0 rgb(0 0 0 / 20%);
}

.r-apply-btn-wrapper {
	padding: 125px 0 180px;
}

.image-gallery-wrapper {
	background-color: #f2f1fa;
	padding: 0 0 100px 0;
	overflow: hidden;
}

.image-gallery-wrapper .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.new-landing-page .footer {
	background-color: #f2f1fa;
}

.logo-wrapper img {
	max-width: 140px;
}

.form-main-wrapper {
    position: fixed;
    top: 170px;
    width: 100%;
	height: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 30px 0;
}

.overflow-hide {
    overflow: hidden;
}

 .form-main-wrapper {
	display: none;
}
/* .form-main-wrapper.show-form {
    display: block;
}  */

.c-strips-wrapper {
    background: linear-gradient(165deg, rgba(153,0,255,1) 0%,rgba(153,101,255,1) 33%,rgba(153,101,255,1) 33%,rgba(153,101,255,1) 66%,rgba(153,0,255,1) 100%);
    padding: 10px 0;
}

@media(max-width:767px) {
	.job-title {
		text-align: center !important;
	}
}



/***********05-09-2023**********/
.section.applydrive-sec {
	padding-top: 180px;
	padding-bottom: 20% !important;
}
.white_header .header.inner-header{background-color: #f2eff9 !important;
	-webkit-box-shadow: 3.41px 3.657px 9px rgb(0 0 0 / 30%);
    box-shadow: 3.41px 3.657px 9px rgb(0 0 0 / 30%);}
.applydrive-sec p.note {
	color: #FFF;
	font-style: italic;
	font-size: 14px;
	margin-top: 20px;
}
.applydrive-sec p.note i, .applydrive-sec p.note img {
    margin-left: 10px;
    /*font-size: 29px;
    background: -webkit-linear-gradient(#7400ff, #a95dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFF;*/
}
.proofdoc-modal .modal-content {
    border-radius: 25px;
    text-align: center;
}

.proofdoc-modal .modal-dialog {
    max-width: 600px;
}

.proofdoc-modal .modal-content .modal-header {
    width: 100%;
    justify-content: center;
    background: #000;
    border-radius: 25px 25px 0 0;
}

.proofdoc-modal .modal-content .modal-header .modal-title {
    color: #FFF;
    padding: 0;
}

.proofdoc-modal .modal-content .modal-body {
    padding: 50px 10px 30px;
}

.proofdoc-modal .modal-content .modal-footer {
    justify-content: center;border: none;padding-bottom: 50px;
}
.proofdoc-modal .modal-content .modal-body p{    font-weight: 500;}
.proofdoc-modal .modal-content .modal-footer button.btn {line-height: 20px;}


.reservations-sec{margin-bottom: 25px;    margin-top: 50px;}
.reservations-sec .section {padding: 0; }
.reservations-sec .section {display: none; }
.reservations-sec .section.active {display: block; }
.reservations-sec .form-radio [type="radio"]:checked,
.reservations-sec .form-radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.reservations-sec .form-radio [type="radio"]:checked + label,
.reservations-sec .form-radio [type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.reservations-sec .form-radio [type="radio"]:checked + label:before,
.reservations-sec .form-radio [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: inset 2px 2px 10px rgb(0 0 0 / 20%) !important;
	box-shadow: inset 3px 11px -30px rgb(0 0 0 / 20%) !important;
}
.reservations-sec .form-radio [type="radio"]:checked + label:after,
.reservations-sec .form-radio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #552abd;
	position: absolute;
	top: 5px;
	left: 7px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.reservations-sec .form-radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.reservations-sec .form-radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.reservations-sec .form-radio [type="radio"]:checked + label:before{
    border: 1px solid #552abd;
}
.reservations-sec .form-checkbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.reservations-sec .form-checkbox label {
  position: relative;
  cursor: pointer;margin-bottom: 0 !important;
}

.reservations-sec .form-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 2px 2px 10px rgb(0 0 0 / 20%) !important;
  box-shadow: inset 3px 11px -30px rgb(0 0 0 / 20%) !important;
}
.reservations-sec .form-checkbox input[type="checkbox"]:checked + label:before{
    border: 1px solid #552abd;
}
.reservations-sec .form-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
	width: 12px;
	height: 12px;
	background: #552abd;
	position: absolute;
	top: 10px;
	left: 7px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.reservations-sec .reservations-box {border-radius: 30px; -webkit-box-shadow: -1px 5px 19px rgb(0 0 51 / 17%); box-shadow: -1px 5px 19px rgb(0 0 51 / 17%); background-color: #ffffff; }
.reservations-sec .head {
    margin-bottom: 45px;
}
.reservations-sec .reservations-box .formcontent .form-group p {line-height: normal;font-size: 12px;line-height: 18px; }
.reservations-sec .reservations-box .formcontent .form-cls {
    padding: 50px;
}
.reservations-sec .reservations-box .formcontent .form-group {display: flex;align-items: baseline;flex-wrap: wrap;margin-bottom: 40px;}
.reservations-sec .reservations-box .formcontent .form-group label {margin-right: 30px;margin-bottom: 15px;}
.reservations-sec .reservations-box .formcontent .form-group .form-radiowrap {display: flex;align-items: center;flex-wrap: wrap;}
.reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-radio {margin: 15px 20px 15px 0;min-width: 130px;}
.reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-radio label {padding-left: 40px;margin-bottom: 0;margin-right: 0;}

.reservations-sec .reservations-box .formcontent .form-group.form-gcol {}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gleft {width: 55%; }
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright {width: 45%; padding-left: 25px; }
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer {margin-top: 20px; }
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer p{font-weight: 600;}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer .btbottom-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;font-weight: 600;
}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer .btbottom-input::-moz-placeholder { /* Firefox 19+ */
   color: #000000;font-weight: 600;
}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer .btbottom-input:-ms-input-placeholder { /* IE 10+ */
   color: #000000;font-weight: 600;
}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gright .form-answer .btbottom-input:-moz-placeholder { /* Firefox 18- */
  color: #000000;font-weight: 600;
}


.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-control.btmborder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;font-weight: 600;
}
.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-control.btmborder::-moz-placeholder { /* Firefox 19+ */
   color: #000000;font-weight: 600;
}
.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-control.btmborder:-ms-input-placeholder { /* IE 10+ */
   color: #000000;font-weight: 600;
}
.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-control.btmborder:-moz-placeholder { /* Firefox 18- */
  color: #000000;font-weight: 600;
}







.reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-radio input.cty, .reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-radio input.media, .reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-checkbox input.cty, .reservations-sec .reservations-box .formcontent .form-group .form-radiowrap .form-checkbox input.media {border-bottom: 2px solid #000;margin-right: 0;margin-left: 10px;width: 140px;}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-gleft p {
    padding-left: 18px;
    padding-right: 50px;
}
.reservations-sec .reservations-box .formcontent .form-group .form-radio label, .reservations-sec .reservations-box .formcontent .form-group .form-checkbox label{
	margin-right: 10px;
}
.form-answer .btbottom-input{border-bottom: 2px solid #000;margin-right: 0;margin-left: 10px;max-width: 60px;
    text-align: center;}
.reservations-sec .reservations-box .formcontent .form-group.form-gcol .form-radio {
    margin-top: 0;
}
.reservations-sec .reservations-box .formcontent .form-group.form-fullcol {}
.reservations-sec .reservations-box .formcontent .form-group.form-fullcol .form-radiowrap {gap: 0px 10px; width: 100%; }
.reservations-sec .reservations-box .formcontent .form-group.form-fullcol .form-radiowrap .form-radio, .reservations-sec .reservations-box .formcontent .form-group.form-fullcol .form-radiowrap .form-checkbox {min-width: auto; width: 24%; margin: 15px 0; display: flex; align-items: center; }
.blackbg-content {background: #1a1d2e;color: #FFF;padding: 25px 20px;text-align: center;}
.blackbg-content p {color: #FFF; }
.blackbg-content p b {width: 100%; display: inline-block; }
.reservations-sec .reservations-box .btn-wrap {width: 100%; display: flex; justify-content: space-around; align-items: center; padding: 50px 30px; }
.reservations-sec .reservations-box .btn-wrap button {margin: 0; }
.reservations-sec .reservations-box .btn-wrap button.back {background: #363636; color: #FFF !important; padding: 11px 5px; }
.reservations-sec .reservations-box .btn-wrap button.back i {margin-right: 25px; }
.reservations-sec .reservations-box .formcontent .form-group label span.required {color: red; }
.reservations-sec .reservations-box .custom-button {padding: 12px 40px;color: white;background-color: #4322ca;border-radius: 45px;cursor: pointer;width: auto;}
.reservations-sec .reservations-box .custom-button:hover {background-color: #000000; }
.reservations-sec .reservations-box .custom-text {margin-left: 15px; font-size: 18px; color: #1a1d2e;font-weight:500; }
.reservations-sec .reservations-box .form-fileupload {display: flex; align-items: center; }
.reservations-sec .reservations-box .custom-button img {width: 25px; margin-right: 15px; }

.formcontent.formcontent-v2 {}
.formcontent.formcontent-v2 .form-cls {}
.formcontent.formcontent-v2 .form-cls .form-group {margin-bottom: 90px; }
.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-control.btmborder {box-shadow: none !important; background: transparent; border-bottom: 2px solid #000 !important; border-radius: 0px; padding: 0 0; line-height: normal; height: auto; }
.contact-section-form .formcontent.formcontent-v2 .form-cls .form-group .form-group {margin-bottom: 0; margin-top: 0px; }



.form-cls .form-group .file-upload {margin: 0 auto;display: flex;align-items: center;flex-wrap: wrap;}
.form-cls .form-group .file-upload-btn {width: 100%;margin: 0;color: #fff;border: none;padding: 12px 40px;border-radius: 45px;transition: all .2s ease;outline: none;font-weight: 700;    width: auto;}
.form-cls .form-group .file-upload-content {display: none;width: 100%;align-items: center;margin-top: 20px;}
.form-cls .form-group .file-upload-input {position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; }
.form-cls .form-group .image-upload-wrap {margin-top: 20px;position: relative;}
.form-cls .form-group .image-title-wrap {padding: 0 15px 15px 15px; color: #222; }
.form-cls .form-group .drag-text {text-align: center;width: auto;}
.form-cls .form-group .drag-text h3 {font-weight: 100; text-transform: uppercase; color: #15824B; padding: 60px 0; }
.form-cls .form-group .file-upload-image {height: 170px;width: 170px;margin: 0;padding: 10px;border: 1px solid #cdcdcd;    object-fit: contain;}
.form-cls .form-group .remove-image {width: auto;margin: 0;color: #fff;background: #000;border: none;padding: 12px 45px;border-radius: 45px;transition: all .2s ease;outline: none;font-weight: 500;}
.form-cls .form-group .image-title-wrap span.image-title {
    margin-right: 20px;
}

.thankyou-sec .txt-block{max-width: 100%; width: 750px;}
.application-sec{border-radius: 0px;
    -webkit-box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
    box-shadow: -7.794px 4.5px 9px rgb(0 0 51 / 20%);
    background-color: #ffffff;
        padding: 20px 0;}
.application-sec .tab-container .card-body{border-radius: 0;box-shadow: none;background: transparent;padding: 0;}
.job-accordion-block .card-body .desc-block .heading-2{
	font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
}
.heading.ready-btn{
	color: #6600cc;
	margin-top: 35px;
}

/* 15-05 */
.aside-w-fixed {width: 530px;}
 .left-aside-content .p-24{font-size: 24px; line-height: 34px; color: #1a1d2e; font-weight: 500; font-family: "Montserrat";}
 .left-aside-content p span{color: #6600cc;}
.reason-list-wrap1 {background: #ffffff; padding: 65px 85px 102px; height: auto; position: relative; margin: 64px auto 185px !important;}
.offeringSection {display: flex; gap: 82px; }
.reason-list-wrap1 .img-position { position: absolute; top: -53px; left: 50%; transform: translate(-50%, 0);}
.reason-list-wrap1 h5 {padding-bottom: 34px;}
.reason-list-wrap1 .new-content-title {position: relative; z-index: 1;}
.reason-list-wrap1 .new-content-h5 {width: 730px; margin: 0 auto; font-weight: 700; font-size: 21px; line-height: 34px;}
.section-sm1 {padding: 60px 0 0;}
.about-us-section {display: flex; align-items: center; justify-content: center; gap:30px; position: absolute; left: 50%; transform: translate(-50%);}
 .card-info {width: 205px; height: 205px; background: #a488f6; padding: 20px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: -7.8px 4.5px 18px rgba(0, 0, 51, 0.2);}
.card-info h4 {font-size: 50px; line-height: 53px; font-weight: 600; font-family: "Montserrat"; color: #ffffff;}
 .card-info p {font-size: 16px; line-height: 24px; font-weight: 500; font-family: "Montserrat"; color: #ffffff; width: 92%; margin: 0 auto;}
 .card-info p a{ color: #fcc9fc;}
 .aboutUS-details p {width: auto;}

.section-sm2 {padding: 122px 0 85px;}
.new-fadeInRight {border: 6px solid #a488f6; padding: 85px 57px;border-radius: 30px; display: flex;}
.new-fadeInRight .aside-left-advertise-img {position: relative; width: 90%;}
.new-fadeInRight .aside-left-advertise-img img {position: absolute; left: -210px;}
.new-fadeInRight .advertise-with-fetii {width: 100%;}
.advertise-tap-pane {padding-top: 66px;}
.advertise-tap-pane .advertise-tab-subtitle {padding-bottom: 0; font-weight: 500;}
.advertise-tap-pane .nav-tabs {gap: 12px;border: 0; margin-left: 30px;}
.advertise-tap-pane .nav-tabs .nav-item .nav-link {width: 298px; height: 80px; padding: 30px 48px 24px; background: #f5f1ff; font-size: 30px; line-height: 24px; font-weight: 600;position: relative;border-top-left-radius: 30px; border-top-right-radius: 30px;border:0; box-shadow: -6.8px -6px 12px rgba(0, 0, 51, 0.1)}
.advertise-tap-pane .nav-tabs .nav-item  .nav-link span {position:relative; z-index: 2;}
.advertise-tap-pane .nav-tabs .nav-item  .nav-link span:before {content:""; display: block; width: 17px; height:17px; background: rgba(164, 136, 246,0.6); border-radius: 50%;position: absolute; top: 12px; left: -4px; z-index: -1}
.advertise-tap-pane .nav-tabs .nav-item  .nav-link.active {background: #ffffff;}
.advertise-tap-pane .tab-content .tab-pane {padding:56px 24px 20px 105px; box-shadow: -7.8px 4.5px 18px rgba(0, 0, 51, 0.2);border-top-left-radius: 30px; border-top-right-radius: 30px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content {padding-bottom: 65px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content h5, .advertise-tap-pane .tab-content .tab-pane .tab-inner-content .sideRightLine {padding-bottom: 34px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content  .p-bold{font-weight: 700;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .sideRightLine {display: flex; align-items: center; gap: 16px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .sideRightLine .right-border-line {width: 100%;height: 1px; background: #cccccc;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .nav-bar {gap: 70px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .nav-bar .nav-items {margin-left: 22px; position: relative;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .nav-bar .nav-items:before{content: "";width: 10px;height: 10px;display: block;background: #6633cc;border-radius: 50%; position: absolute; top: 6px; left: -22px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .resultsSection {display: flex; gap: 36px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .tabCardDetial {background: #a488f6; padding: 33px 60px; text-align: center;box-shadow: -7.8px 4.5px 18px rgba(0, 0, 51, 0.2); border-radius: 30px; height: auto; width: 100%;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .tabCardDetial h2 {padding-bottom: 24px; color: #6633cc;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .tabCardDetial p {color: #ffffff;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .conclusioSection   {display: flex; gap: 174px; }
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .conclusioSection .brands-content p { padding-bottom: 58px;}
.advertise-tap-pane .tab-content .tab-pane .tab-inner-content .conclusioSection .brands-content1 {margin-right: 18px;}

.circle-shape {width: 150px; height: 60px;position: absolute; top: -46px;; left: -35px; overflow: hidden;}
.circle-shape::before {content: ""; width: 109px; height: 109px; position: absolute; top: 7px; left: 35px; background: #ffffff; border-radius: 50%; box-shadow: -7.8px 4.5px 9px rgba(0, 0, 51, 0.2);}
.circle-position {position: absolute; left: 21px; top: -26px;}
.reason-list-wrap4 {border-top-left-radius: 15px;}
.circle-shape1 {left: auto; right: -6px;}
.circle-shape1::before {box-shadow: 0px 0px 2px rgba(0, 0, 51, 0.2);}
.circle-position1 {left: auto; right: 27px; top:-16px}

.reason-list-wrap2 {padding: 33px 85px;}
.offeringSection1 {	flex-direction: row-reverse;}
.card-info1 {width: 775px; padding: 42px; border-radius: 30px; height: auto; background: #a488f6;}
.card-info2 {background: #6633cc;}
.card-info1 h5 {padding-bottom: 0; line-height: 34px; color: #ffffff;}
.about-us-section1  {left: auto; transform: translate(-30%);}
.about-us-section2  { transform: translate(-3%);}
.reason-list-wrap3 {padding:  33px 85px 33px 53px;border-top-right-radius: 15px;}
.reason-list-wrap3 .offeringSection {gap: 48px;}


/* 20-05 */

.new-h1 {
	display: flex;
	margin: 0 auto;
}



.new-h1 h1 {
font-size: 60px;
line-height: 46px;
color: #6600cc;
}

.topSpacingSection {
	padding: 200px 0 60px;
}

.section-title1 h2 {
		color: #1a1d2e;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	padding-bottom: 65px;
}

.newCollapse .head-social-wrap {
	min-width: 270px;
}

.newCollapse .head-social-wrap .btn-outline {
	border: 2px solid transparent;
	background: #1a1d2e;
	color: #fff;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
}

.newCollapse .head-social-wrap .btn-outline:hover {
	border: 2px solid #1a1d2e;
	background: transparent;
	color: #1a1d2e;
}



.section-title1 .aside-w-fixed {
	width: 640px;
	margin-bottom: 80px;
}

 .newAddBtn  {
	background-image: none !important;
	background: #6600cc !important;
	border-radius: 30px !important;
	box-shadow: 0 0 12px 1px rgba(102, 0, 204, 0.5);
	font-size: 24px;
	line-height: 31px;
	height: 62px;
	padding: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

 .newAddBtn:hover  {
	background: rgba(102, 0, 204, 0.8) !important;
 }

.submit-btn {
	display: flex;
	justify-content: center;
}

.offeringContent1 {
margin-bottom: 30px;
}

.dark-p {
	font-weight: 700 !important;
	color: #1a1d2e !important;
}

.advertisingOfferingsSection {
	padding: 70px 0;
}


.newAdvertiseListWrap {
	background: #fff;
	height: auto;
	padding: 0;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 66px;
	border-radius: 40px;

}

.newAdvertiseListWrap:last-child {
	margin-bottom: 18px;
}

.newofferingSection {
	display: flex;
}

.newofferingSection1 {
flex-direction: row-reverse;
}

.offeringContent {
	padding: 44px 72px 44px 66px;
}

.offeringContent h5 {
	color: #1a1d2e;
	font-size: 30px;
	line-height: 58px;
	font-weight: 600;
	padding-bottom: 24px;
}

.offeringContent p {
	color: #42516d;
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
	padding-bottom: 32px;
}

.offeringContent p.fw-bold {
		font-weight: 700;
}

.offeringContent p.p-24{
	font-weight: 600;
	color: #1a1d2e;
}

.offeringContent p.p-24 span{
	color: #6600cc;
}

.newAboutUsMainSection {
	display: flex;
	gap: 39px;
}

.newAboutUsMainSection .aboutUsCard {
	flex: 1;
}

.newAboutUsMainSection .aboutUsCard  h4{
	color: #6600cc;
	font-size: 48px;
	line-height: 82px;
	font-weight: 700;
}

.newAboutUsMainSection .aboutUsCard  p{
	color: #42516d;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.newAboutUsMainSection .aboutUsCard  p a{
	color: #a488f6;
}

.newAdvertiseListWrap1 {
	padding: 44px 40px;
}

.newAdvertiseListWrap1 .offeringContent {
	padding: 0 30px 52px;
}

.newSectionSm {
	padding: 30px 0;

}

.newSectionSm .fadeInRight {
	display: flex;
	gap: 58px;
	justify-content: space-between;
}

.newSectionSm .fadeInRight .advertise-with-fetii {
	padding: 0;
}

.bgBlueSection {
	background: #1a1d2e;
	padding: 58px 0;
}

.bgBlueSection .center-content h2 {
color: #ffffff;
text-align: center;
    max-width: 1400px;
	margin: 0 auto;
}

.bgBlueSection .center-content h2 span {
color: #cc99ff;
}

.form-container {
	padding: 70px 0 146px;
}

.form-container h2 {
	text-align: center;
}

.form-container .form-control {
    height: 48px;
    border: 1px solid #cccccc !important;
    color: #999999;
    padding: 16px 16px 16px 42px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
	box-shadow: none !important;
}

.form-container .form-img {
    position: absolute;
    top: 15px;
    left: 26px;
}


.form-container textarea.form-control {
	min-height: 160px;
}

.newFooter .top-footer {
	background-color: #f1f1f1;
	padding: 44px 0 35px;
}

.newFooter .top-footer .footer-img {
	margin-bottom: 35px;
}

.newFooter .top-footer .footer-menu-link h2 {
font-weight: 400;
}

.newFooter .bottom-footer {
	background: #6600cc;
}

.newFooter .bottom-footer a, .newFooter .bottom-footer p {
    font-size: 16px;
    line-height: 24px;
}
input[type="checkbox"].optout_chk {
      accent-color: #e9ebf7;
      width: 24px;
      height: 24px;
	  appearance: none;
    }

    label {

      margin-left: 20px;
	  margin-bottom: 0px;
    }

    .chk-form-groups {
      display: flex;
      align-items: center;
	  justify-content: center;
      margin: 15px;
    }

	input[type=checkbox] {
	position: relative;
	cursor: pointer;

	}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  border: none !important;
  left: 0;
  border-radius: 3px;
  padding: 1px;
  background-color: #e9ebf7;
}

input[type=checkbox]:checked:before {
  background-color: #6600cc;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}
input[type="checkbox"].optout_chk {
    accent-color: #e9ebf7;
    width: 24px;
    height: 24px;
    appearance: none;
    margin-top: 4px;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 7px;
}

input[type="checkbox"].optout_chk {
    accent-color: #e9ebf7;
    width: 24px;
    height: 24px;
    appearance: none;
    margin-top: 4px;
}

.chk-form-groups {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    width: 655px;
    margin: 0 auto 15px;
    gap: 28px;
}
.chk-form-groups  label {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
	margin-left: 0;
		color:#666666
}

.chk-form-groups label a {
  color: #6600cc;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
    .chk-form-groups {
       margin: 0 15px;
        gap: 24px;
        width: auto;
    }

     .chk-form-groups  label {
font-size: 10px;
    line-height: 14px;
    margin-left: 0;

     }

     input[type=checkbox]:before {
    width: 18px;
    height: 18px;
     }

     input[type=checkbox]:checked:after {
    top: 2px;
    left: 6px;
     }


.policy-wrap p {

        font-size: 14px;
        line-height: 20px;
}

}


ul.newlistStyle li{
    list-style: circle;
}

/* New CSS 28-10 */


.blur-box1 {

	margin: 350px auto 50px;
}

.new-img-wrap img{
width: 410px;
}

.newNeuralshuttleSection {
    background: #6600cc;
    border-radius: 40px;
    padding: 44px;

    p {
        font-size: 21px;
        color: #fff;
        text-align: center;
        max-width: 1020px;
        margin: 0 auto;
    }
}


.youtube-iframe {
        width: 100%;
    height: 490px;
}

.article-btn {
    padding-bottom: 40px;
}
