/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

p {
	margin: 0;
	color: #777;
	font-size: 1em;
	line-height: 1.8;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	text-decoration: none;
}

.list-group-item {
	background-color: transparent;
}

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
/* header */

.text-theme {
	color: #0d2865 !important;
}

.bg-theme {
	background: #0d2865 !important;
	color: #fff;
}

.bg-theme1 {
	background: #41d8d1 !important;
	color: #0d2865;
}

.bg-light-theme {
	background: #41d8d1 !important;
	color: #0d2865;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
	color: #fff;
}

.navbar-brand {
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 2;
}

.footer-top-w3ls {
	border-bottom: 1px solid rgba(253, 253, 253, 0.35);
	padding-bottom: 2em;
}

.w3ls-btn {
	font-size: 1em;
	letter-spacing: 1px;
	background: transparent;
	padding: 0 10px;
	border-radius: 0;
	color: #fff;
}

.btn-2 {
	border-left: 1px solid #fff
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #6887ff;
	background: #fff;
	border-radius: 5px;
}

ul.d-flex.header-w3ltd li span {
	margin-right: 1em;
	color: #ff1949;
}

ul.d-flex.header-w3ltd li:first-child {
	margin-right: 1em;
}

.header-right-w3ltd {
	padding-left: 13em;
}

.header-top {
	background: #131313;
}

ul.d-flex.header-w3ltd {
	padding-top: 15px;
}

.dropdown-menu a {
	display: block;
	margin: 10px 0;
	color: #000 !important;
}

.dropdown-menu {
	padding: 0.5rem 1rem 1rem;
}

li.nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 5px 10px;
	font-size: 14px;
}

li.nav-item a:hover,
li.nav-item.active a {
	color: #0d2865;
	background: #fff;
	border-radius: 5px;
}


header {
	padding: 10px 0;
	background: rgba(65, 216, 209, 0.82);
	width: 100%;
	
}

/*-- //header --*/
/* banner */
.common-bg {
	min-height: 100vh;
	position: relative;
	z-index: 1;
	padding: 0 1em;
}

.banner-w3pvt-bg1 {
	background: url(../images/bg1.jpg) no-repeat center top;
	background-size: cover;
}

.banner-w3pvt-bg2 {
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}

.banner-w3pvt-bg3 {
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
}

.common-bg:before {
	content: '';
	top: 0;
	left: 0;
	background: rgba(14, 28, 127, 0.42);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.bnr-w3pvt h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 4em;
}

.bnr-sub-txt span {
	height: 1px;
	display: inline-block;
	width: 17%;
	background: #ffffff;
}

.bnr-sub-txt p {
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0 5px;
}

.bnr-form-w3ls h4 {
	font-weight: 300;
	color: #0d2865;
	line-height: 1.5;
	font-size: 1.5rem;
}

.bnr-sub-txt {
	margin-top: 1em;
}

.bnr-w3pvt-txt p {
	letter-spacing: 1px;
	font-weight: 600;
	word-spacing: 4px;
	color: #333;
}

.bnr-sub-form h3 {
	color: #000;
	font-size: 1.3em;
	text-transform: capitalize;
}

.bnr-form-w3ls {
	background: #fff;
	padding: 2em;
	border: 7px solid rgba(20, 18, 19, 0.2);
	margin-top: 5em;
	border-radius: 30px;
}

.wthree-bnr-btn {
	background: #4B0082 !important;
	color: white;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	background: #eee;
	margin-top: 1em;
	font-weight: 600;
}

.wthree-bnr-btn:hover {
	box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
	transform: translateY(5px);
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-webkit-transform: translateY(5px);
}

/* //banner */
ul.partners-icon li span {
	font-size: 4em;
	color: #fff;
}

ul.partners-icon li {
	display: inline-block;
	margin: 0 2em;
}

h3.w3ltd-title {
	text-transform: capitalize;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #fff;
}

/*--slider--*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: -35%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 32px;
	height: 32px;
}

.callbacks_nav:hover {
	opacity: 0.5;
}

.callbacks_nav.next {
	left: auto;
	left: 51%;
}

.callbacks_nav.prev {
	right: auto;
	background-position: left top;
	left: 46%;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	bottom: 16%;
	left: 46%;
	padding: 0;
	margin: 0;
	z-index: 990;
	display: block;
	text-align: center;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0 7px;
}

/*----*/
.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.callbacks_here a:after {
	background: #0d2865;
}

/*----*/
.w3l_banner_info {
	margin: 7em auto 0;
	text-align: center;
}

.w3l_banner_info h4 {
	font-size: 6em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	width: 60%;
	margin: 0 auto;
	padding-top: 25px;
}

.w3l_banner_info h4 span {
	display: block;
	font-size: 2em;
	padding: .4em .5em;

	color: #fff;
}

.w3l_banner_info p {
	color: #f53753;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 11px;
	margin-bottom: 1.5em;
}

.w3l_banner_info h4 i {
	display: block;
	font-style: normal;
	padding: .4em .5em;
	color: #212121;
	width: 22%;
}

a.read {
	font-size: 1.1em;
	color: #333;
	background: #fff;
	padding: 0.6em 2em;
}

/*-- Slider --*/
/* inner banner */
.inner-banner-w3ls {
	background: url(../images/inner.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 300px;
	position: relative;
}

.inner-banner-w3ls:before {
	background: rgba(0, 0, 0, 0.37);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

li.breadcrumb-nav {
	font-size: 1em;
	color: #fff;
	list-style-type: none;
	font-weight: 600;
}

li.breadcrumb-nav a {
	color: #fff;
	font-size: 1em;
}

li.breadcrumb-nav.active {
	color: #0d2865;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #ffffff;
	content: "/";
}

h6.w3ltdinfo-title {
	color: #252629;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 3em;
}

ul.breadcrumb-parent {
	width: 20%;
	margin: 1.5em auto 0;
	background: #252629;
	padding: 7px 0;
	border-radius: 30px;
}

h4.w3layouts_pvt-head {
	font-size: 1.7em;
	text-transform: capitalize;
	margin-top: 10px;
	color: #41d8d1;
	text-align: left;
    margin: 0px 0px 5px;
}

span.title-wthree {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	color: #0d2865;
	text-align: left;
    display: block;
}

/* //inner banner */
/* home-about */
.head-row-home {
	padding-top: 4em;
}

.home-grid {
	position: relative;
}

.home-grid span.head-line {
	content: '';
	background: #eaeaea;
	display: block;
	width: 3px;
	height: 50%;
	position: absolute;
	right: 54px;
	top: 37%;
}

.home-grid span {
	color: #0d2865;
	font-size: 2em;
}

h4.home-title {
	color: #41d8d1;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.home-grid p {
	width: 73%;
}

/* //home-about */
/* services */
section#services {
	padding: 5em 0;
}

#services img {
	position: absolute;
	right: 0;
	top: 35%;
	width: 38%;
	border-radius: 10px 0 0 10px;
}

p.sec-4 {
	margin-top: 0.5em;
	color: #eee;
}

section#services-bot {
	padding: 5em 0;
}

#services-bot img {
	border-radius: 0 10px 10px 0;
	width: 35%;
	top: 36%;
	position: absolute;
}

/* //services */

.wthreepvt-pos-grids h4 {
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
	font-size: 1.3em;
}

.wthreepvt-pos-grids span {
	font-size: 3em;
	margin-bottom: 10px;
	color: #aad0ec;
}

.wthreepvt-pos-grids p {
	max-width: 250px;
	margin: 0 auto;
}

.wthreepvt-pos-grids:nth-child(3) span {
	color: #0fb492;
}

.wthreepvt-pos-grids:nth-child(2) span {
	color: #f5ac43;
}

.wthreepvt-pos-grids:nth-child(1) span {
	color: #634271;
}

.wthreepvt-pos-grids:nth-child(1) .col-label span {
	color: #00ddd8;
}

.wthreepvt-pos-grids:nth-child(2) .col-label span {
	color: #8cc540;
}

.wthreepvt-pos-grids:nth-child(3) .col-label span {
	color: #ec408c;
}

/* //about */
/* blog */
h5.blog-title a {
	font-size: 0.9em;
	color: #333;
}

/* //blog */
/* contact */
.map iframe {
	width: 100%;
	border: 1px solid #17a2b8;
	min-height: 500px;
}
.fv3-contact a{
	font-size: 1em;
}
form.register-wthree input,
form.register-wthree textarea {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.fv3-contact span {
	font-size: 2em;
	color: #0d2865;
}

/* //contact */
/* employer */
.e-desc {
	padding-bottom: 0px;
}
.e-desc h6 {
    padding-top: 15px;
}
.e-desc h6 a {
	font-size: 1.2em;
	color: #000;
	font-weight: 600;
	display: block;
}

.e-tags {
	margin-bottom: 15px;
}

ul.e-tags li a {
	color: #0d2865;
}

.desc-list li span {
	 color: #808080;
    font-weight: bold;
    margin-right: 0px;
    display: inline-block;
    font-size: 14px;
}

ul.desc-list li {
	 color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

h3.left-widget-job {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: capitalize;
	background: #fff;
	padding: 6px 10px;
}

.left_widget {
	background: #efefef;
	padding: 2em 2em;
	margin-bottom: 1.5em;
}

section.employ-sec {
	padding: 5em 0;
}

form.widget-content select {
	text-transform: capitalize;
	font-size: 1em;
}

h3.w3ls_pvt-title {
	text-transform: capitalize;
	font-size: 1.7em;
	color: #000;
}

.job-desc-w3ls ul li {
	margin-bottom: 1em;
	font-size: 1em;
}

h5.w3layouts_pvt-head {
	font-size: 1.3em;
	text-transform: capitalize;
	margin-bottom: 1em;
}

.left_widget label {
	margin-left: 1em;
	text-transform: capitalize;
}

ul.pagination li a {
	width: 40px;
	height: 40px;
	background: #eee;
	text-align: center;
	margin: 0 10px;
	line-height: 40px;
	display: inline-block;
	border-radius: 20%;
}

ul.pagination li a {
	color: #333;
}

ul.pagination li:first-child a,
ul.pagination li:last-child a {
	background: #41d8d1;
}

ul.pagination li:first-child a,
ul.pagination li:last-child a {
	color: #fff;
}

/* employer */
/* footer */
footer {
	background: #0d2865;
}

.footer_grid1 span {
	color: #e8e8e8;
	line-height: 1.5;
}

.footer_grid1 p {
	color: #eee;
}

input[type="submit"] {
	cursor: pointer;
}

#footer h5 {
	margin-bottom: 1.5em;
	color: #ffffff;
	text-transform: capitalize;
}

#footer a {
	color: #ffffff;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
	color: #ffffff;
}

#footer ul.social li a:hover {
	color: #eeeeee;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover {
	margin-left: 5px;
}

#footer ul.quick-links li a span {
	margin-right: 15px;
	font-size: 11px;
}

#footer ul.quick-links li:hover a span {
	font-weight: 700;
}

/*career-page-css-start*/
.employ-sec .e-left {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.employ-sec .e-left .wrap {
    box-shadow: 0px 0px 16px 2px rgb(59 59 59 / 17%);
    padding: 20px 15px 20px;
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.e-left img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
}
ul.e-tags li {
   	margin-top: 10px;
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
}
.e-desc a.wthree-bnr-btn {
    text-align: left;
    display: inline-block;
}
.rgt-apply-btn {
    text-align: right;
    margin-top: 20px;
}
.rgt-apply-btn a.wthree-bnr-btn:hover {
    color: #fff;
}

/*career-page-css-end*/


/*single-page-css-start*/
.alert-message {
    margin-bottom: 50px;
}
.career-single-page-main{
	padding: 150px 0px 51px;

}
.career-single-page-main .career-single-page {
    display: flex;
}
.career-single-page-main .career-single-page .com-des-name {
    padding: 20px 0px 40px;
}

.career-single-page-main .career-single-page .innwe-job-desc {
    padding-bottom: 20px;
}

.career-single-page-main .career-single-page .innwe-job-desc h4 {
    font-weight: 700;
    font-size: 14px;
    color: #808080;
}

.career-single-page-main .career-single-page .innwe-job-desc p {
	color: #000;
    font-size: 18px;
}
.career-single-page .single-page-job-desc .single-company-image {
    height: 100px;
    width: 100px;
}
.career-single-page .single-page-job-desc .single-company-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.career-single-page .single-page-job-desc{
	border-right: 1px solid #000;
}
.career-single-page-main .career-single-page .single-page-job-form {
    padding-left: 30px;
}
.career-single-page-main .career-single-page .single-page-job-form input[type="submit"] {
    background: #eee;
    margin-bottom: 1em;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    color: white;
    background: #AA336A;
    border-radius: 0.25rem;
    margin-right: 10px;
}

.career-single-page-main .career-single-page .single-page-job-form .fbbtn {
    background: #eee;
    margin-bottom: 1em;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    color: white;
    background: #AA336A;
    border-radius: 0.25rem;
    margin-right: 10px;
}

.career-single-page-main .career-single-page .single-page-job-form input[type="reset"] {
    background: #EFEFEF !important;
    margin-bottom: 1em;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    color: black;
    background: #AA336A;
    border-radius: 0.25rem;
}

/*single-page-css-start*/

@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.employ-sec .e-left .wrap {
   		display: block;
   		
   	}
   	.career-single-page-main .career-single-page {
   		flex-wrap: wrap;
	}
	.career-single-page .single-page-job-desc{
		border-right: 0px;
	}
	.career-single-page-main .career-single-page .single-page-job-form {
    	padding: 0px 15px;
	}
}
/* -- Responsive code -- */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
	.bnr-w3pvt h3 {
		font-size: 3.8em;
	}

	ul.partners-icon li span {
		font-size: 3.5em;
	}
}

@media screen and (max-width: 1280px) {
	.bnr-form-w3ls h4 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1080px) {
	.bnr-w3pvt h3 {
		font-size: 3.6em;
	}

	.bnr-sub-txt span {
		width: 10%;
	}

	#services img {
		width: 34%;
	}
}

@media screen and (max-width: 1050px) {
	h4.w3layouts_pvt-head {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1024px) {
	.bnr-w3pvt h3 {
		font-size: 3.3em;
	}

}

@media screen and (max-width: 991px) {
	header {
		padding: 10px 0 25px 0;
		background:rgba(65, 216, 209, 0.9);
	}
	.bnr-w3pvt h3 {
		font-size: 3em;
	}

	.bnr-form-w3ls {
		padding: 1em;
	}

	.bnr-form-w3ls h4 {
		margin-bottom: 0.5em;
	}

	div#navbarSupportedContent {
		text-align: center;
	}

	.w3ls-btn {
		display: inline-block !important;
	}

	ul.partners-icon li {
		margin: 0 1.8em;
	}

	ul.partners-icon li span {
		font-size: 3em;
	}

	.home-grid p {
		width: 86%;
	}

	.home-grid span.head-line {
		right: 20px;
	}

	#services img {
		width: 74%;
		left: 13%;
		position: inherit;
		margin-top: 3em;
		border-radius: 10px;
	}

	.head-row-home {
		padding-top: 2em;
	}

	#services-bot img {
		border-radius: 0 10px 10px 0;
		width: 74%;
		margin-top: 4em;
		top: auto;
		margin-left: 9em;
		position: inherit;
		border-radius: 10px;
	}

	section#services-bot {
		padding: 4em 0;
	}

	.col-lg-4.col-sm-6.wthreepvt-pos-grids.border-left.border-right.my-sm-0.my-5,.col-lg-4.col-sm-6.wthreepvt-pos-grids.mt-lg-0.mt-md-3.border-left.border-right.pt-sm-0.pt-5 {
		border-right: 0px !important;
	}
	.fv3-contact span {
		font-size: 1.5em;
	}
	.map iframe {
		min-height: 350px;
	}
	section.employ-sec {
		padding: 3em 0;
	}
	h5.w3layouts_pvt-head {
		font-size: 1.2em;
	}
	.navbar-nav .dropdown-menu {
		text-align: center;
	}

}

@media screen and (max-width: 900px) {
	#services-bot img {
		margin-left: 7em;
	}
}

@media screen and (max-width: 800px) {
	.bnr-sub-txt p {
		letter-spacing: 1px;
	}

	#services img {
		width: 78%;
		left: 11%;
	}

}

@media screen and (max-width: 768px) {
	h4.home-title {
		font-size: 1.1em;
	}

	section#services {
		padding: 3em 0;
	}

	#services-bot img {
		margin-left: 6em;
	}
}

@media screen and (max-width: 736px) {
	.bnr-form-w3ls {
		margin-top: 1em;
	}

	.callbacks_tabs {
		bottom: 7%;
		left: 43%;
	}

	ul.partners-icon li span {
		font-size: 2.8em;
	}

	ul.partners-icon li {
		margin: 0 1em;
	}

	.home-grid p {
		width: 100%;
	}

	.home-grid span.head-line {
		right: 0;
		width: 3px;
		height: 4px;
		bottom: -26px;
		width: 100%;
		top: auto;
	}

	.head-row-home {
		padding-top: 2em;
	}
	.inner-banner-w3ls {
		min-height: 250px;
	}
}

@media screen and (max-width: 667px) {
	.bnr-w3pvt h3 {
		font-size: 2.6em;
	}

	#services-bot img {
		margin-top: 3em;
		margin-left: 5em;
	}
	.wthreepvt-pos-grids span {
		font-size: 2.5em;
			}
	ul.pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 640px) {
	.bnr-sub-txt span {
		width: 6%;
	}
	#services-bot img {
		width:78%;
		margin-left:4em;
	}
}

@media screen and (max-width: 600px) {
	.bnr-w3pvt h3 {
		font-size: 2.4em;
	}

	.bnr-sub-txt p {
		font-size: 0.9em;
	}

}

@media screen and (max-width: 568px) {
	section.employ-sec {
		padding: 1em 0;
	}
	.head-row-home {
		padding-top: 0.5em;
	}

	h4.w3layouts_pvt-head {
		font-size: 1.4em;
	}

	#services img {
		width: 96%;
		left: 2%;
	}

	section#services-bot {
		padding: 2em 0;
	}
	.wthreepvt-pos-row.border-top.row.text-center.pb-lg-5.pt-md-0.pt-5.mt-md-0.mt-sm-5.mt-4 {
		border: none !important;
	}
	.inner-banner-w3ls {
		min-height: 200px;
	}
	.map iframe {
		min-height: 300px;
	}
	.desc-list li span {
		width: 22%;
		display: initial;
	}

}



@media screen and (max-width: 480px) {
	.bnr-w3pvt h3 {
		font-size: 2.3em;
	}

	.bnr-form-w3ls h4 {
		font-size: 1.2rem;
	}

	ul.partners-icon li span {
		font-size: 2em;
	}

	.wthree-bnr-btn {
		padding: .2rem .75rem;
		font-size: 0.9rem;
	}

	#services-bot img {
		margin-left: 3em;
		width: 80%;
	}

	#services-bot img {
		margin: 0 7px;
		width: 97%;
	}

	#services-bot img {
		margin: 2em 7px 0;
		width: 97%;
	}
	.left_widget {
		padding: 1em 1em;
	}
}

@media screen and (max-width: 414px) {
	.callbacks_tabs {
		left: 37%;
	}

	h3.w3ltd-title {
		font-size: 1em;
	}

	ul.partners-icon li {
		margin: 1em 0;
		display: block;
	}

	h4.home-title {
		font-size: 1em;
	}

	#services-bot img {
		margin: 2em 5px;
	}
}

@media screen and (max-width: 384px) {
	.bnr-w3pvt h3 {
		font-size: 2em;
	}

	.bnr-sub-txt span {
		width: 0%;
	}

	h5.blog-title a {
		font-size: 0.85em;
	}
	.wthreepvt-pos-grids h4 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 375px) {
	.bnr-w3pvt h3 {
		font-size: 1.7em;
		padding-top: 1em;
	}
}

@media screen and (max-width: 320px) {
	.callbacks_tabs {
		left: 34%;
		bottom: 5%;
	}

	form.p-3 {
		padding: 0 !important;
	}

	.row.sub-w3l.my-3 {
		display: block;
	}

	.col.forgot-w3l.text-right {
		text-align: left !important;
	}

	h4.w3layouts_pvt-head {
		font-size: 1.25em;
	}

	#services-bot img {
		margin: 1em 3px;
		width: 98%;
	}
	.job-desc-w3ls ul li {
		font-size: 0.95em;
	}
	h5.w3layouts_pvt-head {
		font-size: 1.1em;
	}
	.bnr-w3pvt h3 {
		padding-top: 2em;
	}
}

/* -- //Responsive code -- */



.menu-section ul { display: flex; flex-wrap: wrap; }
.menu-section ul li { display: inline-block; padding-right: 20px; }
.menu-section ul li a { color: #000; font-size: 18px; text-transform: uppercase; }
.menu-section { padding-right: 24px; padding-left: 24px; }
.menu-section ul li a:hover { color:#4b0082; }
.herobanner .banner-wrap { width: 100%; height: 826px; }
.herobanner .banner-wrap  img { width: 100%; height: 100%; object-fit: cover; }
.employ-sec .select2-selection__rendered { padding: 10px 15px; }
.employ-sec span.select2-selection { height: 50px !important; width: 410px !important; position: relative;}
.employ-sec span.select2-selection__arrow { right: 0px !important; top: 50% !important; transform: translateY(-50%); }
header{background-color:#fff;padding:30px 0;}
ul.pagination li a{display:flex;align-items:center;justify-content:center;}
/* .select2-container .select2-dropdown--below {
    width: 410px !important;
} */



@media (max-width: 991px){
	.herobanner .banner-wrap {height: 700px; }
	.pt-lg-5, .py-lg-5 { padding-top: 3rem !important; }
	.employ-sec span.select2.select2-container { margin-top: 30px; }
}

@media (max-width: 767px){
	.herobanner .banner-wrap {height: 600px; }
}

#applynowlbl {
    background: #eee;
    margin-bottom: 1em;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    color: white;
    background: #AA336A;
    border-radius: 0.25rem;
    margin-right: 10px;
}


/*08-04-2022*/
.herobanner h2 { display: inline-block; width: 75%; line-height: 1.2; font-size: 48px; margin-bottom: 13px;color: #fff; }
.careerfy-adv-wrap { font-size: 16px; margin-bottom: 28px;}
.careerfy-search-eight-wrap { padding-top: 229px !important; padding-bottom: 140px !important; }
.herobanner:after { content: ''; background-color: #000; top: 0; left: 0; right: 0; bottom: 0; position: absolute; opacity: 0.5; z-index: -1; }
header.header-section { position: absolute; top: 0; background-color: transparent; z-index: 99; left: 0; right: 0; }
.herobanner { position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center;}
.careerfy-adv-wrap p { color: #fff;margin-bottom: 28px;}
.careerfy-banner-search-eight input[type=text] { float: left; width: 100%; height: 75px; background-color: #fff; box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 25%); color: #333; font-weight: 600; font-size: 14px; border: none; border-left: 1px solid #c8c8c8; padding: 8px 10px; outline: none;}
.jobsearch-sugges-search { float: left; width: 100%; position: relative; }
.careerfy-banner-search-eight .selectize-control.single .selectize-input { padding: 35px 18px 0; box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%); border-radius: 0; }
.careerfy-banner-search-eight input[type=submit] { background-color: #4B0082 !important; border: none; color: #fff; font-size: 24px; font-weight: 600; border-radius: 8px; padding: 0 25px; margin-left: 30px; height: 100%;border: 1px solid;  -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.careerfy-banner-search-eight ul li:nth-child(2) { width: 580px }
.careerfy-banner-search-eight ul li:nth-child(1) { width: 205px; }
.careerfy-adv-wrap form.careerfy-banner-search-eight ul { display: flex; }

.careerfy-select-style { height: 100%; }
.careerfy-select-style select { width: 100%; height: 100%; border: none; font-weight: 600; font-size: 17px; appearance: none; padding: 0 18px 0; background-image: url(../images/angle-down-solid.svg); background-repeat: no-repeat; background-size: 3%; background-position: 97% 50%; }

.menu-section ul li a {color: #fff;}


.filter_section {padding-top: 100px;padding-bottom: 90px;}
.jobs-filter-inner { background-color: #F5F7FB; box-shadow: 0px 0px 0px 0px rgb(64 79 104 / 7%); border-style: solid; border-width: 1px 1px 1px 1px; border-color: #ECEDF2; padding: 30px;border-radius: 8px;position: relative;margin-bottom: 20px;}
.jobs-filter-inner .image_wrap { width: 50px; height: 50px; }
.jobs-filter-inner .image_wrap img { width: 100%; height: 100%; border-radius: 5px;margin-top: 9px;object-fit: cover;}
.jobs-filter-inner .inner { display: flex; flex-wrap: wrap; }
.jobs-filter-inner .inner .job-details { width: 70%; padding: 0 15px; }
.jobs-filter-inner .inner .job-other-details { width: 25%; display: flex;flex-wrap: wrap;}
.jobs-filter-inner .inner .job-details .job-level ul { display: flex; flex-wrap: wrap; }
.jobs-filter-inner .inner .job-details .job-level ul li { padding: 10px 13px 0 0; }
.jobs-filter-inner .inner .job-details .job-level ul li i { padding-right: 5px; }
.jobs-filter-inner .inner .job-title a { text-transform: capitalize; color: #000; }
.jobs-filter-inner .inner .job-title a:hover { color: #4b0082; }
.jobs-filter-inner .inner .job-other-details .job-other-inner { width: 50%; display: flex;align-items: center;justify-content: center;}
.jobs-filter-inner .inner .job-other-details .apply-now-btn { width: 50%; }
.job-other-details .apply-now-btn a { cursor: pointer; background: #4B0082 !important; color: white; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; background: #eee; margin-top: 1em; font-weight: 600; background-image: none; border: 1px solid transparent; padding: 9px 30px; font-size: 15px; line-height: 2; display: inline-block; border-radius: 8px; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.job-other-details .apply-now-btn a:hover { box-shadow: 0 20px 5px -10px rgb(0 0 0 / 15%); transform: translateY(5px); transform: translateY(5px); -ms-transform: translateY(5px); -o-transform: translateY(5px); -webkit-transform: translateY(5px); }
.other-details { display: none; /*position: absolute;*/ background-color: #F5F7FB; box-shadow: 0px 0px 0px 0px rgb(64 79 104 / 7%); border-style: solid; border-width: 1px 1px 1px; border: 1px solid #ECEDF2; border-radius: 8px; width: 100%; left: 0; top: 91%; z-index: 1; }
.other-details ul.desc-list { display: flex; flex-wrap: wrap; padding: 20px; }
.other-details ul.desc-list li { padding: 0 30px 0 0; }
.other-details ul li span {color: #000;}

.jobs-filter-inner .inner .job-other-details .job-other-inner .down-arrow { font-size: 32px; line-height: normal; width: 40px; text-align: center; border-radius: 100%; background-color: #ECEDF2; color: #000; margin: 0 auto; cursor: pointer; }

.careerfy-select-style * { height: 100% !important;}
.careerfy-select-style .select2-container--default .select2-selection--single {
    border-radius: 0px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    padding-top: 21px;
}

    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */

/* 15-03-2022 */
.select2-selection {
	height: 38px !important;
}
.select2-selection__rendered {
	padding-top: 3px;
}
#search-text-icon {
	background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ed3a8c transparent transparent transparent !important;
}
.btn-background {
	background-color: #ff3e97;
    border-color: #ed3a8c;
}
.btn-background:focus {
	background: #ed3a8c !important;
    border-color: #ff3e97 !important;
}
.btn-background:active {
	background: #ed3a8c !important;
    border-color: #ff3e97 !important;
}
.btn-background:hover {
	background: #ed3a8c !important;
    border-color: #ff3e97 !important;
}