@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	font-family: 'Inter', sans-serif;
}


body {
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 'Inter', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

img {
	max-width: 100%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
a:hover{
    text-decoration:none;
}
[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] {
	float: left;
}

.col-xxs-12 {
	width: 100%;
}

.col-xxs-11 {
	width: 91.66666667%;
}

.col-xxs-10 {
	width: 83.33333333%;
}

.col-xxs-9 {
	width: 75%;
}

.col-xxs-8 {
	width: 66.66666667%;
}

.col-xxs-7 {
	width: 58.33333333%;
}

.col-xxs-6 {
	width: 50%;
}

.col-xxs-5 {
	width: 41.66666667%;
}

.col-xxs-4 {
	width: 33.33333333%;
}

.col-xxs-3 {
	width: 25%;
}

.col-xxs-2 {
	width: 16.66666667%;
}

.col-xxs-1 {
	width: 8.33333333%;
}

.col-xxs-pull-12 {
	right: 100%;
}

.col-xxs-pull-11 {
	right: 91.66666667%;
}

.col-xxs-pull-10 {
	right: 83.33333333%;
}

.col-xxs-pull-9 {
	right: 75%;
}

.col-xxs-pull-8 {
	right: 66.66666667%;
}

.col-xxs-pull-7 {
	right: 58.33333333%;
}

.col-xxs-pull-6 {
	right: 50%;
}

.col-xxs-pull-5 {
	right: 41.66666667%;
}

.col-xxs-pull-4 {
	right: 33.33333333%;
}

.col-xxs-pull-3 {
	right: 25%;
}

.col-xxs-pull-2 {
	right: 16.66666667%;
}

.col-xxs-pull-1 {
	right: 8.33333333%;
}

.col-xxs-pull-0 {
	right: auto;
}

.col-xxs-push-12 {
	left: 100%;
}

.col-xxs-push-11 {
	left: 91.66666667%;
}

.col-xxs-push-10 {
	left: 83.33333333%;
}

.col-xxs-push-9 {
	left: 75%;
}

.col-xxs-push-8 {
	left: 66.66666667%;
}

.col-xxs-push-7 {
	left: 58.33333333%;
}

.col-xxs-push-6 {
	left: 50%;
}

.col-xxs-push-5 {
	left: 41.66666667%;
}

.col-xxs-push-4 {
	left: 33.33333333%;
}

.col-xxs-push-3 {
	left: 25%;
}

.col-xxs-push-2 {
	left: 16.66666667%;
}

.col-xxs-push-1 {
	left: 8.33333333%;
}

.col-xxs-push-0 {
	left: auto;
}

.col-xxs-offset-12 {
	margin-left: 100%;
}

.col-xxs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
	margin-left: 75%;
}

.col-xxs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
	margin-left: 50%;
}

.col-xxs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
	margin-left: 25%;
}

.col-xxs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
	margin-left: 0%;
}

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
	[class*="col-xs-"] {
		float: left;
	}

	.col-xs-12 {
		width: 100%;
	}

	.col-xs-11 {
		width: 91.66666667%;
	}

	.col-xs-10 {
		width: 83.33333333%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-8 {
		width: 66.66666667%;
	}

	.col-xs-7 {
		width: 58.33333333%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-5 {
		width: 41.66666667%;
	}

	.col-xs-4 {
		width: 33.33333333%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-2 {
		width: 16.66666667%;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}

	.col-xs-pull-12 {
		right: 100%;
	}

	.col-xs-pull-11 {
		right: 91.66666667%;
	}

	.col-xs-pull-10 {
		right: 83.33333333%;
	}

	.col-xs-pull-9 {
		right: 75%;
	}

	.col-xs-pull-8 {
		right: 66.66666667%;
	}

	.col-xs-pull-7 {
		right: 58.33333333%;
	}

	.col-xs-pull-6 {
		right: 50%;
	}

	.col-xs-pull-5 {
		right: 41.66666667%;
	}

	.col-xs-pull-4 {
		right: 33.33333333%;
	}

	.col-xs-pull-3 {
		right: 25%;
	}

	.col-xs-pull-2 {
		right: 16.66666667%;
	}

	.col-xs-pull-1 {
		right: 8.33333333%;
	}

	.col-xs-pull-0 {
		right: auto;
	}

	.col-xs-push-12 {
		left: 100%;
	}

	.col-xs-push-11 {
		left: 91.66666667%;
	}

	.col-xs-push-10 {
		left: 83.33333333%;
	}

	.col-xs-push-9 {
		left: 75%;
	}

	.col-xs-push-8 {
		left: 66.66666667%;
	}

	.col-xs-push-7 {
		left: 58.33333333%;
	}

	.col-xs-push-6 {
		left: 50%;
	}

	.col-xs-push-5 {
		left: 41.66666667%;
	}

	.col-xs-push-4 {
		left: 33.33333333%;
	}

	.col-xs-push-3 {
		left: 25%;
	}

	.col-xs-push-2 {
		left: 16.66666667%;
	}

	.col-xs-push-1 {
		left: 8.33333333%;
	}

	.col-xs-push-0 {
		left: auto;
	}

	.col-xs-offset-12 {
		margin-left: 100%;
	}

	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xs-offset-6 {
		margin-left: 50%;
	}

	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xs-offset-0 {
		margin-left: 0%;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	[class*="col-sm-"] {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
	[class*="col-md-"] {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	[class*="col-lg-"] {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;

}

h1,
.h1 {
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1.31em;
	margin-bottom: 24px;
	font-weight: 500;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 1.37em;
	letter-spacing: 0.25px;
	margin-bottom: 24px;
	font-weight: 500;
}

h4,
.h4 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.38em;
}

h5,
.h5 {

	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	line-height: 1.38em;
}

h6,
.h6 {
	font-size: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
}

@media (max-width: 1024px) {

	h1,
	.h1 {
		font-size: 54px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}
}

.btn {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	padding: 12px 32px;
	font-size: 16px;
}

.btn-primary {
	border-radius: 5px;
	padding: 5px 32px;
	font-size: 18px;
	font-weight: 500;
	line-height: 33px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background: #4074FB;
	border: 2px solid #4074FB;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.25);

}

.btn-primary:hover {
	background: #2c57c7;
	border-color: #2c57c7;
	color: #ffffff;
	text-decoration: none;
}

.btn-secondary {
	background: transparent;
	border: 2px solid #000000;
	color: #000000;
}

.btn-secondary:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.btn+.btn {
	margin-left: 18px;
}

a {
	padding: 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

p {
	letter-spacing: 0.25px;
	color: #000000;
	font-size: 18px;
	line-height: 1.7em;
	margin: 0;
	margin-bottom: 38px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;

}

p:last-child {
	margin-bottom: 0;
}


.container {
	width: 100%;
	max-width: 1280px;
	padding: 0 15px;
}

header {
	padding-top: 10px;
	background: linear-gradient(90deg, #cbdefd 40.01%, #FFFFFF 99.24%);
}

header .logo {
	float: left;
}

.header_right {
	float: right;
	text-align: right;
	margin-top: 40px;
}

.header_right ul li {
	display: inline-block;
	margin-right: 50px;
}

.header_right ul li:last-child {
	margin-right: 0;
}

.banner-hero {
	position: relative;
	padding: 70px 0;
	background: radial-gradient(80.66% 373.71% at 16.11% 87%, #B9D3FF 0%, rgba(255, 255, 255, 0) 100%)
}

.block-banner {
	position: relative;
	z-index: 2;
	margin-top: 38%;
	margin-right: -30px;
}

.banner-hero .block-banner h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
	color: #000000;
	position: relative;
	margin-bottom: 18px;
	padding-left: 150px;
}

.banner-hero .block-banner h5:after {
	position: absolute;
	left: 0;
	width: 135px;
	height: 3px;
	background-color: #4074FB;
	top: 50%;
	content: '';
}

.banner-hero .banner-inner {
	z-index: 5;
	position: relative;
}

.banner-hero .banner-inner .banner-imgs {
	padding: 55px 0px 0px 0px;
	position: relative;
	z-index: 9999;
}

.banner-hero .banner-inner .banner-imgs .union-icon {
	position: absolute;
	top: 10%;
	left: -80px;
}

.banner-hero .banner-inner .banner-imgs .congratulation-icon {
	position: absolute;
	top: 30%;
	left: -190px;
}

.banner-hero .banner-inner .banner-imgs .course-icon {
	position: absolute;
	top: 14%;
	right: 0px;
}

.banner-hero .banner-inner .banner-imgs .web-dev-icon {
	position: absolute;
	top: 50%;
	right: 0px;
}

.banner-hero .banner-inner .banner-imgs .docs-icon {
	position: absolute;
	bottom: 1%;
	left: -75px;
}

.banner-hero .banner-inner .banner-imgs .tick-icon {
	position: absolute;
	top: 80%;
	right: 0px;
}

.banner-hero .text-small-primary {
	color: #5192ff;
	font-size: 16px;
	font-weight: bold;

	position: relative;
	display: inline-block;
	padding: 0px 0px 10px 25px;
}

.banner-hero .text-small-primary--disk::before {
	content: "";
	height: 15px;
	width: 15px;
	background-color: #72e0bf;
	position: absolute;
	top: 4px;
	left: 0px;
	border-radius: 50%;
}

.banner-hero .block-banner {
	position: relative;
	z-index: 12;
	padding: 0px 80px 0px 80px;
	margin-top: 0;
}

.brands {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.brands a {
	display: inline-block;
}

.banner-hero .block-banner .form-find {
	background: #ffffff;
	-webkit-box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
	box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
	border-radius: 20px;
	display: inline-block;
	width: 100%;
	padding: 22px 30px;
}

.banner-hero .block-banner .form-find form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.banner-hero .block-banner .form-find .btn-find {
	min-width: 127px;
	padding-left: 0px;
	padding-right: 0px;
}

.banner-hero .block-banner .form-find .form-input {
	border: 1px solid rgba(26, 15, 9, 0.1);
	border-radius: 10px;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	width: 100%;
}

.banner-hero .block-banner .form-find .select2 {
	border: 1px solid rgba(26, 15, 9, 0.1);
	border-radius: 10px;
	padding: 10px 20px 10px 42px;
	display: inline-block;
	width: 100% !important;
	margin-right: 10px;
}

.banner-hero .block-banner .form-find .select2::before {
	content: "";
	background: url(../imgs/theme/icons/icon-location-2.svg) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 18px;
	top: 15px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
	background: url(../imgs/theme/icons/arrow-down.svg) no-repeat right 10px center;
	top: 11px;
	width: 26px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
	display: none !important;
	background-color: #9777fa;
}

.banner-hero .block-banner .form-find .input-keysearch {
	background: url(../imgs/theme/icons/icon-job.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
	position: relative;
}

.banner-hero .block-banner .list-tags-banner a {
	text-decoration: none;
	color: #37404e;
	font-size: 16px;
}

.banner-hero .block-banner .list-tags-banner strong {
	font-weight: 700;

	font-size: 16px;
	color: #37404e;
}

.banner-hero .heading-banner {
	font-weight: 853;
	font-size: 60px;
	line-height: 75px;
	text-transform: capitalize;
	color: #0E374D;
	font-variation-settings: 'slnt' 0;
}

.banner-hero .heading-banner span {
	color: #4074FB;
}

.banner-hero .banner-description {
	font-weight: 300;
	font-size: 18px;
	line-height: 33px;
	text-transform: capitalize;
	color: #0E374D;
	font-family: 'Inter', sans-serif;

}

@-webkit-keyframes hero-thumb-animation {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes hero-thumb-animation {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes hero-thumb-sm-animation {
	0% {
		-webkit-transform: translateY(-20px) translateX(50px);
		transform: translateY(-20px) translateX(50px);
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(0px);
		transform: translateY(-20px) translateX(0px);
	}
}

@keyframes hero-thumb-sm-animation {
	0% {
		-webkit-transform: translateY(-20px) translateX(50px);
		transform: translateY(-20px) translateX(50px);
	}

	100% {
		-webkit-transform: translateY(-20px) translateX(0px);
		transform: translateY(-20px) translateX(0px);
	}
}

@-webkit-keyframes hero-thumb-sm-2-animation {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes hero-thumb-sm-2-animation {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.shape-1 {
	-webkit-animation: hero-thumb-animation 2s linear infinite alternate;
	animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
	-webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
	animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
	-webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
	animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.banner-description {
	padding-bottom: 30px;
}

.bg-patern {
	position: relative;
}


.bg-patern .container {
	z-index: 3;
	position: relative;
}

.box-image-job .job-top-creator {
	max-width: 290px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
	box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
	border-radius: 20px;
	padding: 5px;
	position: absolute;
	bottom: -100px;
	left: -100px;
	-webkit-animation: hero-thumb-animation 2s linear infinite alternate;
	animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
	background-color: rgba(151, 119, 250, 0.12);
	border-radius: 20px;
	padding: 18px 45px 21px 45px;
}

.job-top-creator-head h5 {
	margin-bottom: 0;
}

.box-image-job .job-top-creator ul {
	display: block;
	padding: 24px 20px 0px 20px;
	margin: 0px;
	list-style: none;
}

.box-image-job .job-top-creator ul li {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
}

.box-image-job .job-top-creator ul li figure {
	float: left;
	display: block;
}

.box-image-job .job-top-creator ul li figure img {
	width: 50px;
	height: 50px;
}

.box-image-job .job-top-creator ul li .job-info-creator {
	display: block;
	padding-left: 60px;
}

.box-image-job .job-top-creator ul li .job-info-creator strong {
	display: block;
	font-size: 14px;
	font-weight: bold;

}

.box-image-job .job-top-creator ul li .job-info-creator span {
	color: #88929b;
	font-size: 14px;
}

.pt_100 {
	padding-top: 100px;
}

.mt_100 {
	margin-top: 100px;
}

.content-job-inner {
	padding-top: 200px;
}

.content-job-inner a {
	margin-top: 30px;
}


.p-b90 {
	padding-bottom: 90px;
}

.p-t120 {
	padding-top: 120px;
}

.twm-w-process-steps .twm-large-number {
	color: #efefef;
	font-size: 46px;
	font-weight: 800;
	line-height: 0px;
	position: absolute;
	left: 48px;
	top: 15px;

}

.twm-w-process-steps {
	padding-left: 23px;
	padding-top: 60px;
	margin-bottom: 30px;
	position: relative;
}

.twm-w-process-steps .twm-w-pro-top {
	margin-left: 20px;
	margin-bottom: 40px;
	padding: 35px 20px;
	border-radius: 10px;
	position: relative;
}

.bg-clr-sky {
	background-color: #3898e2;
}

.twm-w-process-steps .twm-w-pro-top .twm-media {
	position: absolute;
	left: -20px;
	top: 10px;
	width: 90px;
	height: 95px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.twm-w-process-steps .twm-w-pro-top .twm-title {
	color: #fff;
	padding-left: 80px;
	margin-bottom: 0px;
	font-size: 16px;
}

.bg-clr-pink {
	background-color: #bc84ca;
}

.bg-clr-green {
	background-color: #56d8b1;
}

.site-bg-gray {
	background-color: #f5f7f9;
}

.owl-btn-left-bottom .owl-nav {
	text-align: left;
	position: absolute;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #1967d2;
	color: #fff;
	padding: 0px !important;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	opacity: 1;
	margin-right: 5px;
	font-weight: 500;
	box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
}

.job-categories-block:after {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -100px;
	bottom: -35px;
	content: "";
	background-color: #3898e2;
	border-radius: 50%;
	opacity: 0.1;
	z-index: -1;
}

.job-categories-block:before {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -80px;
	bottom: -30px;
	content: "";
	background-color: #3898e2;
	border-radius: 50%;
	opacity: 0.1;
	z-index: -1;
}

.job-categories-block .twm-media {
	width: 100px;
}

.job-categories-block .twm-media img {
	width: auto;
}

.job-categories-block .twm-content .twm-jobs-available {
	background-color: #1967d2;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding: 4px 15px;
	display: inline-block;
	margin-bottom: 10px;
}

.job-categories-block .twm-content a {
	margin-bottom: 0px;
	display: block;
}

.job-categories-style1 .owl-carousel .owl-stage-outer {
	display: table;
	position: relative;
	padding: 30px 0px 30px 10px;
}

.margin_l_r {
	margin: 0 100px;
}

@media (max-width: 991px) {
	.job-categories-style1 .owl-carousel .owl-stage-outer {
		display: block;
		padding: 30px 0px;
	}
}

.owl-btn-left-bottom .owl-nav {
	text-align: left;
	position: absolute;
}

.owl-btn-left-bottom .owl-nav .owl-next {
	right: -1px;
	transition: all 0.2s linear;
}

.owl-btn-left-bottom .owl-nav .owl-prev {
	transition: all 0.2s linear;
}

.job-categories-block-2 {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}

.job-categories-block {
	display: flex;
	padding: 50px 30px;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 20px;

}

.job-categories-style1 .slick-initialized .slick-slide {
	margin: 0;
}

.job-categories-block-2:after {
	width: 110px;
	height: 110px;
	position: absolute;
	right: -60px;
	bottom: -60px;
	content: "";
	background-color: #1967d2;
	border-radius: 50%;
	opacity: 0.04;
	z-index: -1;
}

.job-categories-block-2:before {
	width: 110px;
	height: 110px;
	position: absolute;
	left: -60px;
	top: -60px;
	content: "";
	background-color: #1967d2;
	border-radius: 50%;
	opacity: 0.04;
	z-index: -1;
}

.job-categories-block .twm-media {
	width: 100px;
}

.job-categories-block-2 .twm-media {
	width: 100px;
	display: inline-block;
	margin-bottom: 30px;
}

.job-categories-block-2 .twm-media img {
	width: auto;
}

.job-categories-block-2 .twm-content .twm-jobs-available {
	background-color: #dbe6f7;
	color: #1967d2;
	font-size: 14px;
	border-radius: 5px;
	padding: 4px 15px;
	display: inline-block;
	margin-bottom: 10px;
}

.job-categories-block-2 .twm-content a {
	margin-bottom: 0px;
	display: block;
}

.slick-list {
	padding-left: 0px !important;
}

.twm-explore-area {
	overflow: hidden;
}

.twm-explore-media-wrap .twm-media {
	position: relative;
	z-index: 2;
	margin-right: -85px;
}

.twm-explore-content-outer {
	position: relative;
	z-index: 1;
}

.twm-explore-content {
	background-color: #1967d2;
	border-radius: 10px;
	padding: 55px 70px;
	position: relative;
	overflow: hidden;
	margin-top: 70px;
	margin-left: 30px;
	z-index: 1;

}

.twm-explore-content .twm-l-line-1 {
	width: 475px;
	height: 475px;
	position: absolute;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	opacity: 0.1;
	left: -290px;
	top: -290px;
	z-index: -1;
}

.twm-explore-content .twm-l-line-2 {
	width: 475px;
	height: 475px;
	position: absolute;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	opacity: 0.1;
	left: -230px;
	top: -230px;
	z-index: -1;
}

.twm-explore-content .twm-r-circle-1 {
	width: 500px;
	height: 500px;
	position: absolute;
	background-color: #e7e7e7;
	border-radius: 50%;
	opacity: 0.05;
	right: -140px;
	top: -200px;
	z-index: -1;
}

.twm-explore-content .twm-r-circle-2 {
	width: 500px;
	height: 500px;
	position: absolute;
	background-color: #e7e7e7;
	border-radius: 50%;
	opacity: 0.05;
	right: -90px;
	top: -145px;
	z-index: -1;
}

.twm-explore-content .twm-title-small {
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
}

.twm-explore-content .twm-title-large {
	margin-bottom: 40px;
}

.twm-explore-content-outer .twm-bold-circle-right {
	width: 250px;
	height: 250px;
	border: 50px solid #1967d2;
	right: -140px;
	top: -90px;
	opacity: 0.2;
	border-radius: 50%;
	position: absolute;
}

.slider {
	display: block;
	margin-left: auto;
}

.round_shape {
	position: relative;
}

.site-button {
	background-color: #fff;
	color: #17171d;
	padding: 15px 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-table;
	border: none;
	font-size: 16px;
	font-weight: 600;
	transition: 0.5s all ease;
}

.twm-upload-file .site-button {
	background-color: #1967d2;
	color: #fff;
}

.upload_file .site-button {
	background-color: #fff;
	color: #17171d;
}

.twm-title-large h2 {
	color: #fff;
}

.for_employee {
	background-color: #ffc673;
	position: relative;
	padding: 50px 0;
	border-radius: 50px;
	margin-top: 50px;
	overflow: hidden;


}

.twm-job-categories-area .slick-prev::befre {
	content: '\f104';
}

.twm-job-categories-area .slick-next::before {
	content: '\f105';
}

.for_employee h2 {
	max-width: 600px;
}

.right_img {
	position: absolute;
	top: 0px;
	right: -48px;
	z-index: 2;
}

.for_employee p {
	line-height: 1.3em;
	max-width: 600px;
}

footer {
	background-color: #4074FB;
	color: #fff;
	padding: 26px 0 30px;

}

footer .row {
	align-items: center;
}

.f_menu li {
	float: left;
	width: 16%;

}

.f_menu li a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.apply_job_bannner {
	padding: 118px 0 125px;
	background: linear-gradient(98.77deg, rgba(185, 211, 255, 0.42) 18.38%, rgba(255, 255, 255, 0) 56.68%);
}

.apply_job_bannner .banner-hero::before {
	display: none;
}

.apply_job_bannner span {
	color: #9777fa;
}

.site-bg-white {
	background-color: #fff;
}

.section-head.left.wt-small-separator-outer {
	text-align: left;
}


.section-head.left.wt-small-separator-outer h2 {
	margin-bottom: 35px;
}

.description-list {
	margin: 30px 0px;
}

.description-list li {
	padding-left: 45px;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
}

.description-list li i {
	background-color: #1967d2;
	color: #fff;
	line-height: 26px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 24px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
}

.feather-check::before {
	content: "\e92b";
}

.twm-w-process-steps-2 {
	padding-left: 80px;
	padding-top: 30px;
	position: relative;
}

.twm-w-process-steps-2 .twm-w-pro-top {
	margin-left: 20px;
	margin-bottom: 40px;
	padding: 25px;
	border-radius: 10px;
	position: relative;
}

.twm-w-process-steps-2 .twm-large-number {
	font-size: 60px;
	font-weight: 600;
	line-height: 50px;
	position: absolute;
	right: 15px;
	top: 15px;
	font-family: "Poppins", sans-serif;
}

.twm-w-process-steps-2 .twm-w-pro-top .twm-media {
	position: absolute;
	left: -50px;
	top: 10px;
	width: 90px;
	height: 95px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
	color: #17171d;
	margin-bottom: 30px;
	margin-top: 40px;
	margin-left: 30px;
}

.twm-w-process-steps-2 p {
	margin-bottom: 0px;
	font-size: 14px;
}

.bg-clr-sky-light {
	background-color: #7cb5ea;
}

.bg-sky-light-shadow {
	box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}

.bg-clr-yellow-light {
	background-color: #eac87c;
}

.bg-yellow-light-shadow {
	box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}

.bg-clr-pink-light {
	background-color: #cea7d9;
}

.bg-pink-light-shadow {
	box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}

.bg-clr-green-light {
	background-color: #8be3c6;
}

.twm-explore-content-outer-3 {
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}

.twm-explore-content-outer-3 .twm-explore-content-3::after {
	content: "";
	right: -40px;
	top: 40px;
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: 40px solid #dbe6f7;
	border-bottom: 40px solid #dbe6f7;
	border-radius: 10px;
	z-index: -1;
}

.twm-explore-content-outer-3 .twm-explore-content-3 {
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
	border-radius: 10px;
	padding: 55px 70px;
	position: relative;
	margin-top: 70px;
	margin-left: 30px;
	z-index: 1;
}

.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-small {
	margin-bottom: 10px;
	color: #17171d;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
}

.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large {
	margin-bottom: 40px;
}

.twm-explore-content-outer-3 .twm-explore-content-3::after {

	content: "";
	right: -40px;
	top: 40px;
	position: absolute;
	width: 100%;
	height: 100%;
	border-right: 40px solid #dbe6f7;
	border-bottom: 40px solid #dbe6f7;
	border-radius: 10px;
	z-index: -1;

}

.twm-explore-content-outer-3 .twm-l-line-1 {
	width: 73px;
	height: 270px;
	position: absolute;
	background-color: #eac87c;
	border-radius: 50px;
	left: -30px;
	bottom: -140px;
	z-index: -1;
	opacity: 0.2;
}

.twm-explore-content-outer-3 .twm-l-line-2 {
	width: 73px;
	height: 270px;
	position: absolute;
	background-color: #cea7d9;
	border-radius: 50px;
	left: 55px;
	bottom: -120px;
	z-index: -1;
	opacity: 0.2;
}

.twm-explore-content-outer-3 {
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}

.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
	color: #17171d;
	margin-bottom: 40px;
	font-weight: 500;
}

.twm-for-employee-area {
	overflow: hidden;
}

.banner-homepage-3 .banner-imgs .banner-sm1,
.banner-homepage-3 .banner-imgs .banner-sm2,
.banner-homepage-3 .banner-imgs .banner-sm3 {
	position: absolute;
	top: 4%;
	left: -86px;
	z-index: 12;
}

.banner-homepage-3 .banner-imgs .banner-sm2 {
	top: 43%;
	left: -136px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 {
	top: 43%;
	left: -136px;
}

.banner-homepage-3 .banner-imgs .banner-sm3 {
	top: 62%;
	left: -90px;
}

.banner-homepage-3 .block-banner {
	padding-right: 250px;
}

.img-responsive {
	max-width: 100%;
}

.banner-homepage-3 .banner-imgs .banner-sm3 img {
	width: 251px;
}

.banner-homepage-3 .banner-imgs .banner-sm1 img {
	width: 251px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 img {
	width: 144px;
}

.company_login .banner-hero::before {
	display: none;
}

.company_login form {
	width: 80%;
	margin-top: 150px;
}

.inner_text h4 {
	color: #4074fb;
	text-align: center;
}


.menu_btn {
	display: none;
	float: right;
	cursor: pointer;
}

.menu_btn span {
	width: 30px;
	height: 2px;
	margin-bottom: 3px;
	background-color: #9777fa;
	display: block;
}

.on span:nth-child(2) {
	transform: rotate(44deg);
	margin-top: -5px;
}

.on span:nth-child(1) {
	transform: rotate(140deg);
}

.on span:nth-child(3) {
	display: none;
}

.on span {
	width: 18px;
}

.catagori {
	padding: 100px 0;
}

.twm-explore-content .twm-l-line-1,
.twm-explore-content .twm-l-line-2,
.twm-r-circle-1,
.twm-r-circle-2 {
	display: none;
}

.table_area {
	background-color: #f7d5a3;
	border-radius: 20px;
	padding: 20px 15px;
	margin-top: 50px;
}

.table_area h3 {
	border-bottom: 2px solid #DABE9B;
	color: #737374;
	font-size: 20px;
}

.table_area table {
	width: 100%;
	text-align: center;
}

.table_area table th {
	color: #000;
	font-weight: 400;
	font-size: 16px;
}

.table_area .row {
	display: flex;
	align-items: center;
}

.fa-download {
	color: #9f7e55;
	margin-right:10px;
}
.fa-pencil{
    color:#9f7e55;
}
 .last_colum{
    display: flex;
    align-items: center;
   justify-content: center;
}
.last_colum a{
    display: flex;
    align-items: center;
    color:#9f7e55;
    justify-content: space-between;
    margin-right:10px;
}

.last_colum a br{
    display:none;
}
.table_area table tbody td {
	color: #9f7e55;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 5px;
	border-right: 2px solid #9f7e55;
}
.table_area table tbody td:last-child{
    border-right:none;
}
.table_area table a{
    color:#9f7e55;
}
.dropdown_wrapper {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #E9EBEA;
	border-radius: 7px;
	width: 100%;
	z-index:99;
}

.dropdown_wrapper li {
	display: block !important;
	margin-right: 0 !important;
	padding: 5px 10px;
	text-align: left !important;
}

.dropdown_wrapper li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
}

.onhover {
	position: relative;
}

.onhover:hover .dropdown_wrapper {
	display: block;
}

.shape_round {
	width: 150px;
	height: 150px;
	left: 50%;
	border-radius: 50%;
	border: 50px solid #e0ecfe;
	top: -75px;
	margin-left: -75px;
	position: absolute;
	content: '';
	z-index: 999;
	animation: hero-thumb-animation 2s linear infinite alternate;
}

.slider_wrapper .slick-arrow:hover:after {
	color: #fff;
}

@media (min-width:1024px) {
	.for_employee {
		max-width: 1250px;
		margin: 50px auto;
		display: block;
		padding: 50px;
	}
}

@media (max-width:1024px) {

	.banner-hero .block-banner {
		position: relative;
		z-index: 12;
		padding: 0px 17px 0px 26px;
		margin-top: 0;
	}

	.banner-hero .heading-banner {
		font-size: 44px;
		line-height: 59px;

	}

	.banner-imgs span {
		display: none;
	}

	.box-image-job .job-top-creator {
		max-width: unset;
		position: relative;
		bottom: 0;
		left: 0;
		animation: none;
	}

	.content-job-inner {
		padding-top: 0;
		text-align: center;
		margin-bottom: 100px;
	}

	.twm-w-process-steps {
		padding-top: 80px;
		padding-left: 0;
	}

	.twm-w-process-steps .twm-w-pro-top {
		margin-left: 20px;
	}

	.twm-job-categories-section {
		margin-top: 50px;
	}

	.twm-media {
		text-align: center;
	}
}

@media (max-width:991px) {

	.bg-patern::before {
		display: none;
	}

	.p-t120 {
		padding-top: 0;
	}

	.for_employee h2 {
		max-width: 502px;
	}

	.twm-explore-media-wrap .twm-media {

		margin-right: 0;
	}

	.margin_l_r {
		margin: 0 20px;
	}

	.table_area table th,
	.table_area table td {
		min-width: 150px;
	}

}

@media(max-width:767px) {
    .dropdown_wrapper {
        background-color: #cbdefd;
        border-radius: 0;
        z-index: 99;
        left: -15px;
        right: -15px;
        width: unset;
    }
	.banner_left_apply {
		text-align: center;
		margin-bottom: 40px;
	}
	.table_area table{
	    text-align:left;
	}
	.last_colum a{
	    font-size:13px;
	}
	li.onhover a.btn-primary{
        border-radius: 0;
        padding: 0px 0;
        line-height: 25px;
        background:transparent;
        border: none;
        color: #4074FB;
        display: block;
        box-shadow: unset;
	}
	li.onhover a.btn-primary .fa{
	    position:absolute;
	    right:0;
	    top:30%;
	}
	
   .dropdown_wrapper li a {
        font-size: 16px;
        font-weight: 500;
       
    }

	.banner-imgs {
		text-align: center;
	}

	.apply_job_bannner {
		padding: 79px 0 61px;
	}

	.banner_left_apply h6 {
		margin-left: auto;
		margin-right: auto;
	}

	.shape_round {
		width: 100px;
		height: 100px;
		border: 30px solid #e0ecfe;
		top: -50px;
		margin-left: -50px;
	}

	.margin_l_r {
		margin: 0;
	}

	.how_work_list {
		text-align: left;
	}


	.twm-explore-content-outer {
		margin-bottom: 40px;
	}

	.twm-explore-content {
		padding: 55px 23px;
		position: relative;
		margin-left: 0;

	}

	.for_employee {
		border-radius: 0;
		text-align: center;
		margin-top: 0;
		position: relative;
	}

	.right_img {
		display: none;
	}

	.catagori {
		padding: 40px 0;
	}

	header .logo {
		width: 108px;
	}

	.row {
		display: block;
	}

	footer {
		padding: 50px 0 20px 0;
		border-radius: 0;
		margin-top: 0px;
	}

	.banner-hero .block-banner {
		padding: 60px 15px 80px 15px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	.twm-w-process-steps-2 {
		padding-left: 20px;

	}

	.twm-w-process-steps-2 .twm-w-pro-top .twm-media {

		left: -40px;
		top: 10px;
		width: 70px;
		height: 75px;

	}

	.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
		font-size: 20px;
	}

	.twm-w-process-steps-2 .twm-large-number {
		font-size: 30px;
	}

	.twm-w-process-steps-2 .twm-w-pro-top .twm-title {

		margin-bottom: 11px;
		margin-top: 20px;
		margin-left: 19px;
	}

	.banner-hero {
		padding: 0;
	}

	.twm-explore-content-outer-3 .twm-explore-content-3 {
		background-color: #fff;
		box-shadow: 0px 0px 40px rgb(56 152 226 / 30%);
		border-radius: 10px;
		padding: 30px 10px;
		position: relative;
		margin-top: 70px;
		margin-left: 0;
		z-index: 1;
	}

	.company_login form {
		width: 100%;
		margin-top: 50px;
	}

	.shape-1 {
		animation: none;
	}

	.header_right {
		display: none;
		float: none;
		text-align: left;
		margin-top: 40px;
		width: 100%;
		position: absolute;
		z-index: 99;
		background: #cbdefd;
		left: 0;
		top: 47px;
		padding: 15px;
	}

	.header_right ul li {
		display: block;
		margin-right: 0;
		padding: 10px 0;
	}

	.menu_btn {
		display: block;
		margin-top: 33px;
	}

	.banner-hero::before {
		width: 100%;
		left: 0;
		border-radius: 0;
	}

	.banner-hero .banner-inner .banner-imgs {
		padding: 0px 0px 0px 0px;
		position: relative;
		height: 500px;
	}

	footer {
		text-align: center;
	}

	.f_menu {
		margin-top: 35px;
	}

	.block-banner {
		margin-top: 50px;
		border-radius: 5px;
		margin-right: 0;
		margin-bottom: 30px;
	}

}


@media (max-width:480px) {
	header .logo {
		width: 70px;
	}

	.f_menu li {
		text-align: center;
		width: 50%;
	}
}


/**25-1-23**/
.catagori_col .img_holder img {
	height: 290px;
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}

.catagori_col .title a {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #6440FB;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
}

.catagori_col p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px;
}

.date {
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #747474;
}

.catagori_area .nav .nav-item {
	font-weight: 500;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 23px;
	color: #4074FB;
}

.catagori_area .nav .nav-item.active {
	color: #fff;
	background-color: #4074FB;
	border-radius: 10px;
}

.category {
	margin-top: 60px;
}

.catagori_col {
	margin-bottom: 40px;
}

.search_by {
	margin-bottom: 20px;
}

.search_wrap {
	background: #FFFFFF;
	box-shadow: 11px 8px 25px #B9D3FF;
	padding-left:10px;
	margin-bottom: 60px;
    border-radius:5px;
}
.search_wrap  form{
    display:flex;
}

.read_articla_wrap {
	background: #6440FB;
	border-radius: 10px;
	padding: 46px 15px 130px 15px;
	margin-bottom: 60px;
}
.catagori_area{
    padding-top:50px;
}

.read_articla_wrap input[type="text"] {
	font-weight: 700;
	font-size: 12px;
	line-height: 25px;
	height: 27px;

	color: #B1B1B1;
}

.related_post img {
	float: left;
	width: 60px;
	height: 60px;
	border: 3px solid #EAE9E9;
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25));
	border-radius: 50%;
	margin-right: 10px;
}

.related_post li {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.related_post li:last-child {
	margin-bottom: 0;
}

.related_post h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #4074FB;
}

.search_wrap input[type="text"] {
	width: calc(100% - 50px);
	border: none;
	float: left;
	outline: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #A9A9A9;
}

.search_wrap input[type="submit"] {
	background: #4074FB;
	border: none;
	outline: none;
	float: right;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	height: 40px;
    padding: 0 17px;
    border-radius: 0 5px 5px 0;
}

.read_articla_wrap h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.read_articla_wrap h5 {
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.read_articla_wrap input[type="text"] {
	background: #FFFFFF;
	border-radius: 10px;
	height: 43px;
	width: 100%;
	font-weight: 700;
	font-size: 12px;
	line-height: 23px;
	color: #B1B1B1;
	padding: 0 15px;
	margin-bottom: 40px;
	border: none;
}

.read_articla_wrap input[type="submit"] {
	color: #6440FB;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	border-radius: 10px;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: none;
	padding: 10px 35px;
}

.catagories_box a {
	padding: 7px 15px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #909090;
	display: inline-block;
	margin-right: 10px;
	background: #EAE9E9;
	border-radius: 5px;
	margin-bottom: 15px;
}

.catagories_box a.active {
	background: #9777FA;
	color: #fff;
}

.catagories_box {
	margin-top: 50px;
}

.comment_area input {
	background: #FCFCFC;
	box-shadow: 0px 12px 30px #B9D3FF;
	border-radius: 15px;
	padding: 0 20px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
	border: none;
	outline: none;

}

.comment_area {
	margin-top: 50px;
}

.comment_area textarea {
	background: #FCFCFC;
	box-shadow: 0px 12px 30px #B9D3FF;
	border-radius: 15px;
	padding: 20px;
	height: 150px;
	width: 100%;
	margin-bottom: 30px;
	border: none;
	outline: none;
}

.comment_area input[type="submit"] {
	margin-left: auto;
	background: #9777FA;
	color: #fff;
	display: table;
	width: auto;
	padding: 10px 40px;
}

.project-info ul li {
	padding: 0 0 15px 15px;
	font-size: 15px;
	display: block;
	color: #000;
	position: relative;
}

.project-info ul li:after {
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	content: '';
}


/**highly_skilled**/
.highly_skilled {
	padding: 40px 0;
}

.highly_skilled h3 {
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: capitalize;
	color: #4074FB;
}

.highly_skilled p {
	font-weight: 300;
	font-size: 18px;
	line-height: 33px;
	text-transform: capitalize;
	color: #0E374D;
	max-width: 496px;
}

.highly_skilled_des {
	padding-left: 90px;

}

.highly_skilled .row {
	align-items: center;
}

/**how_we_become_no1***/
.how_we_become_no1 {
	padding: 60px 0 90px;
	background: linear-gradient(181deg, #D0E1FF 0.9%, rgba(255, 255, 255, 0) 10.14%);
}

.how_we_become_no1 ul li {
	width: 100%;
	margin-bottom: 70px;
	position: relative;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	text-transform: capitalize;
	color: #97A5AC;

}

.how_we_become_no1 ul li:last-child {
	margin-bottom: 0;
}

.how_we_become_no1 ul li:after {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 3px solid #4074FB;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -6px;
	top: 0;
	border-radius: 50%;
	z-index: 1;
}

.how_we_become_no1 ul li:nth-child(even) {
	padding-right: 55%;
}

.how_we_become_no1 ul li:nth-child(even) span {
	position: absolute;
	left: 53%;
	top: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #0E374D;
}

.how_we_become_no1 ul li:nth-child(odd) {
	padding-left: 55%;
	text-align: left;
}

.how_we_become_no1 ul li:nth-child(odd) span {
	position: absolute;
	right: 53%;
	top: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #0E374D;
}

.how_we_become_no1 ul {
	position: relative;
	z-index: -1;
	padding-top: 50px;
	padding-bottom: 50px;
}

.how_we_become_no1 ul:after {
	left: 50%;
	width: 6px;
	position: absolute;
	content: '';
	height: 100%;
	top: 0;
	bottom: 0;
	background: rgb(64, 116, 251);
	background: linear-gradient(-89deg, rgba(64, 116, 251, 1) 100%, rgba(64, 116, 251, 1) 0%);
}

.how_we_become_no1 h2 {
	margin-bottom: 25px;
	text-align: center;
}

.title {
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: capitalize;
	color: #4074FB;
	font-family: 'Roboto Condensed', sans-serif;
}

.sub_title {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	max-width: 460px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: capitalize;
	color: #0E374D;
	margin-bottom: 40px;
}

/**find perfect plans**/
.find_perfect_plan {
	padding: 60px 0 25px;
}

.plan_box {
	padding: 25px 30px;
	text-align: center;
	max-width: 260px;
	margin: 0 auto;
}

.plan_box ul li {
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #6D6D6D;
	padding: 8px 0;
	border-bottom: 1px solid rgba(231, 231, 231, 0.5);
}

.plan_box a.btn-primary {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.plan_box h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
	color: #000000;
}

.plan_box ul {
	padding-bottom: 24px;
}

/**why_client_love_us*/
.why_client_love_us {
	padding: 57px 0 36px;
}

.profile_img {
	float: left;
	width: 190px;
}

.profile_img img {
	border-radius: 10px;
}

.profile_des {
	float: right;
	width: calc(100% - 218px);

}

.profile_des p {
	margin-top: 30px;
	max-width: 590px;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	text-transform: capitalize;
	color: #0E374D;
	font-family: 'Inter', sans-serif;
}

.slider_wrapper {
	margin-top: 20px;

}

.slider_col_inner {
	background: url(../img/shape-bg2.png)no-repeat;
	background-size: cover;
	padding: 60px 24px;
}

.location img {
	display: inline-block;
}

.location {
	margin-top: 10px;
}

.name {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
	color: #6C6C6C;
}

.slick-next:before {
	display: none;
}

.slick-prev:before {
	display: none;
}

.slider_wrapper .slick-prev {
	left: unset;
	z-index: 9;
	margin-top: 0px;
	right: 35px;
	top: -30px;
}

.slider_wrapper .slick-next {
	z-index: 9;
	margin-top: 0px;
	right: 0;
	top: -30px;
}

.slider_wrapper .slick-arrow {
	width: 25px;
	height: 25px;
	box-shadow: 1px 3px 10px #B9D3FF;
	border-radius: 50%;
}

.slider_wrapper .slick-arrow:after {
	font-size: 20px;
	font-weight: 900;
	color: #4074FB;
}

.banner_left_apply h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	text-transform: capitalize;
	color: #0E374D;
	margin-bottom: 33px;
	font-family: 'Roboto Condensed', sans-serif;
}

.banner_left_apply h1 span {
	color: #4074FB;

}

.banner_left_apply h6 {
	font-weight: 300;
	font-size: 18px;
	line-height: 33px;
	text-transform: capitalize;
	color: #0E374D;
	max-width: 496px;
	margin-bottom: 32px;
}

.wrapper {
	background: url(../img/shape-bg2.png)no-repeat;
	background-size: cover;
	padding: 50px 20px 40px 30px;
}

.how_work_list li {
	position: relative;
	font-weight: 300;
	font-size: 14px;
	line-height: 27px;
	text-transform: capitalize;
	color: #97A5AC;
	padding-left: 20px;
	margin-bottom: 5px;

}

.how_work_list li img {
	position: absolute;
	left: 0;
	top: 6px;
}

.working_process ul li {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 60px;

}

.working_process ul li p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	text-transform: capitalize;
	color: #97A5AC;
}

.how_it_work_area .wrapper {
	padding: 50px 30px 60px 30px;
}

.how_it_work_area .row {
	align-items: center;
}

.working_process ul {
	margin-top: 60px;
}

.how_it_work_area p {
	font-family: 'Inter', sans-serif;
}

.last_tab {
	width: 100%;
	height: 50%;
	margin: 0px auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-radius: 10px;
	position: relative;
	box-shadow: -1px 0px 4px rgb(0 0 0 / 25%);
	padding: 22px;
	z-index: 1;
	border-right: 10px solid #4074FB;
	border-bottom: 10px solid #4074FB;
	border-radius: 10px 28px 28px;
}

.left_content {
	background: #4074FB;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 26px 16px 18px 16px;
}

.left_content .slick-arrow {
	display: none !important;
}

.left_content .slick-dots {
	bottom: -28px;
}

.left_content .slick-dots li button:before {
	width: 12px;
	height: 5px;
	border-radius: 3px;
	opacity: unset;
	top: 0;
	left: 0;
	background-color: #05264E;
}

.left_content .slick-dots li.slick-active button {
	border: none;
}

.left_content .slick-dots li.slick-active button:before {
	width: 20px;
}

.left_slider_des {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 10px;
}

.left_slider_des p {
	font-weight: 300;
	font-size: 8px;
	line-height: 15px;
	text-align: center;
	text-transform: capitalize;
	color: #A8A8A8 !important;
}

.process_btn_area {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;

}

.left_content h4 {
	color: #fff;
	margin-bottom: 19px;
}

.left_content p {
	font-weight: 300;
	font-size: 10px;
	line-height: 19px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
}

.left_slider_des img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #D0CCCC;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -33px;
}

span.author {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 30px 0 0 0;
}

form label {
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	color: #97A5AC;
}

.input_box {
	margin-bottom: 30px;
}
.input_box input[type="file"]{
    padding:5px;
}
.modal form .btn-primary{
    width:100%;
}
.modal form label {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000;
}
.modal .input_box a{
    display: block;
    background: #4074fb;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px; 
}
.last_tab form .input_box ul li input[type="radio"] {
	width: auto !important;
	box-shadow: unset;
	height: 15px;
}

.last_tab form .input_box ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.last_tab form .input_box ul li label {
	margin-bottom: 0;
	margin-left: 15px;
}

.input_box input {
	width: 100%;
	border: none;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	height: 40px;
	line-height: 26px;
	padding: 0 15px;
	outline: none;
	margin-bottom: 5px;
}

.input_box .select2-container .select2-search--inline {
	height: 40px;
}

.input_box .select2-container--default .select2-selection--multiple {
	width: 100%;
	border: none;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	height: 40px;
	line-height: 26px;
	padding: 0 15px;
	outline: none;
}

.btn-primary {
	line-height: 25px;
	outline: none;
}

.divaider {
	max-width: 270px;
	height: 3px;
	background-color: #4074FB;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 37px;

}

@media (max-width:991px) {
	.f_menu li a {
		font-size: 10px;
	}

	.highly_skilled p {
		margin: 0 auto 30px auto;
	}

	.highly_skilled_des {
		padding-left: 0;
		text-align: center;
	}

	.profile_img {
		float: none;
		width: 100px;
		height: 100px;
		overflow: hidden;
		border-radius: 50%;
		margin: 0 auto 30px auto;
		box-shadow: 0 0 10px rgb(0 0 0 / 61%);
		border: 3px solid #fff;
	}

	.profile_des {
		float: none;
		width: 100%;
		text-align: center;
	}

	.profile_des img {
		display: block;
		margin: 0 auto;
	}

	.location {
		margin-top: 10px;
		justify-content: center;
	}

	.slider_col_inner {
		background: none;
		border: 10px solid #dfebff;
		border-radius: 10px;
	}
}

@media(max-width:767px) {
	.banner-hero .block-banner h5 {
		padding-left: 50px;
	}

	.banner-hero .block-banner h5:after {
		width: 44px;
	}

	.banner-hero .heading-banner {
		font-size: 30px;
		line-height: 40px;
	}

	.brands {
		display: block;
	}

	.brands a {
		display: inline-block;
		margin: 5px 20px 5px 0;
	}

	.brands a img {
		width: 60px;
	}

	.banner-hero .block-banner {
		padding: 60px 0px 0px 0px;
	}

	.highly_skilled h3,
	.title {
		font-size: 23px;
		line-height: 30px;
	}

	.wrapper {
		padding: 30px 20px 30px 30px;
		background: none;
		border: 2px solid #dfebff;
		border-radius: 10px;
	}

	.how_we_become_no1 ul:after {
		display: none;
	}

	.how_we_become_no1 ul li:nth-child(even) {
		padding-right: 0;
		padding-left: 30px;
		text-align: left;
	}

	.how_we_become_no1 ul li:nth-child(odd) {
		padding-left: 30px;
	}

	.how_we_become_no1 ul li {
		margin-bottom: 60px;

	}

	.how_we_become_no1 {
		padding: 60px 0 20px;
		background: linear-gradient(181deg, #dde2ed 0.9%, rgba(255, 255, 255, 0) 14.14%);
	}

	.how_we_become_no1 ul {
		padding-top: 0;
		padding-bottom: 0px;
	}

	.how_we_become_no1 ul li:after {
		left: -1px;
		border: 6px solid #4074FB;
		top: 6px;
	}

	.how_we_become_no1 ul li span {
	    display:none;
	}
    .progress{
        height: 13px;
        border-radius: 100px;
        margin-top:10px;
    }
	
    .location {
        font-size: 13px;
    }
	.slider_wrapper .slick-next {
		bottom: -55px;
		top: unset;
	}

	.slider_wrapper .slick-prev {
		bottom: -55px;
		top: unset;
	}

	.slider_col_inner {
		background: none;
		border: 2px solid #dfebff;
		border-radius: 10px;
		padding: 20px 10px;
	}

	.slider_col {
		margin: 0 !important;
	}

	.location img {
		display: inline-block !important;
		margin: 0 10px !important;
    	width: 25px;
        height: 25px;
        border-radius: 50%;
	}

	.working_process ul li {
		width: 50%;
		float: left;
		text-align: center;
		padding-bottom: 0;
	}

	.how_it_work_area .wrapper {
		padding: 50px 10px 0px 10px;
	}

	.how_work_list li {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 12px;
	}

	.working_process ul li p {
		font-size: 12px;
		line-height: 21px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.banner_left_apply h1 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 11px;

	}

	.banner_left_apply h6 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 27px;
	}

	.working_process ul {
		margin-top: 30px;
	}

	.f_menu li a {
		font-size: 14px;
	}

	.highly_skilled p {
		font-size: 15px;
	}

	.process_btn_area .btn-primary {
		padding: 3px 15px;
		font-size: 13px;
		line-height: 18px;
		border: 1px solid #4074FB;
		border-radius: 6px;
	}

	.left_content {
		margin-bottom: 30px;
	}
	.progress-bar{
	    font-size:9px;
	}
	.dropdown_wrapper li{
	    padding:10px !important;
	}
}

.card-wrapper {
	position: relative;
}

.card {
	width: 85%;
	max-width: 100%;
	position: absolute;
	top: 20%;
	left: 20%;
	display: block;
	transition: transform .5s ease;
	transform-origin: bottom center;
	cursor: pointer;
	border-radius: 15px;
}

.card.polaroid {
	border: 10px solid white;
	border-bottom: 60px solid white;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.card.polaroid .card-bg {
	padding: 0 0 10px 0;
}

.card-bg {
	padding: 0 0 10px 0;
	position: relative;
}

.card-img {
	position: relative;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
}

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.polaroid .card-img img {
	border-radius: 0
}

.left-card {
	transform: rotate(-15deg);
}

.right-card {
	transform: rotate(15deg);
}

.card.active {
	transform: rotate(0);
}

/* Cards aniamtion */
.card.animate-leave {
	animation: leave .3s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

.card.right-card.animate-back {
	animation: backR .3s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

.card.left-card.animate-back {
	animation: backL .3s;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
}

@keyframes leave {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-50%);
		transform: translateY(-50%) translateX(-20%);
	}
}

@keyframes backR {
	from {
		transform: translateY(-50%);
		transform: translateY(-50%) translateX(-20%);
	}

	to {
		transform: translateY(0) rotate(15deg);
	}
}

@keyframes backL {
	from {
		transform: translateY(-50%);
		transform: translateY(-50%) translateX(-20%);
	}

	to {
		transform: translateY(0) rotate(-15deg);
	}
}

.profile_des .name {
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	text-transform: capitalize;
	color: #0E374D;
}

.degisnation {
	font-weight: 300;
	font-size: 10px;
	line-height: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #4074FB;
	border-radius: 19px;
	display: inline-block;
	padding: 5px 10px;
}

.banner_profile_des {
	padding: 15px;
}

.company {
	width: 50%;
	float: right;
	font-size: 10px;
	text-align: right;
}

.company img {
	height: 20px;
}


@media (max-width:767px) {
    .card-wrapper{
        max-width:300px;
        margin-right:auto;
        margin-left:auto;
    }
	.card-img {
		height: 300px;
	}

	.card.right-card.animate-back {

		animation-fill-mode: unset;

	}

	.card {
		left: unset;
		width: 100%;
	}

	.name {
		display: unset;
		text-align: left;
		width: 50%;
		float: left;
	}

	.right-card {
		transform: unset;
	}

	.left-card {
		transform: unset;
	}

	.degisnation {

		display: unset;
		text-align: center;
		float: right;
		width: 50%;
	}

	.company {
		width: 100%;
		font-size: 10px;
		text-align: center;
		margin: 10px 0;
	}

	.last_tab {
		width: 100%;
		margin: 0px auto;
		max-width: 94%;

	}
	.input_box .select2-container{
	    width:100% !important;
	}
	.f_menu li{
	    width:25%;
	    text-align: center;
	}

}