* {
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: 'font';
	src: url('../fonts/Avenir.ttc');
}

@font-face {
	font-family: 'font-b';
	src: url('../fonts/AvenirLTStd-Black.otf');
}

@font-face {
	font-family: 'font-book';
	src: url('../fonts/AvenirLTStd-Book.otf');
}

@font-face {
	font-family: 'font-m';
	src: url('../fonts/AvenirLTStd-Medium.otf');
}

@font-face {
	font-family: 'font-roman';
	src: url('../fonts/AvenirLTStd-Roman.otf');
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'font', 'sans-serif', 'Font Awesome 5 Free';
	overflow-x: hidden;
	direction: ltr;
	color: #000;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	overflow-y: hidden;
}
body.over-visible {
	overflow-y: visible;
}
body.hide-scroll {
	overflow-y: hidden;
}

.content {
	min-height: calc(100vh - (265px + 138px));
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

p {
	color: #000;
	margin: 0;
}

input:focus::placeholder {
	color: transparent;
}

*::placeholder {
	color: #444;
	transition: all 0.3s ease;
}

form {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #000;
	text-decoration: none !important;
}

ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

button,
input[type='submit'] {
	cursor: pointer;
}

button,
li,
a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

input,
button,
select,
select:focus,
select:active,
input:focus,
button:focus,
input:active,
button:active {
	outline: 0;
}

.comntent {
	overflow-x: hidden;
}

/* owl carousel*/
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}

.owl-stage-outer {
	display: block;
	position: relative;
	direction: ltr;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
}

/* owl carousel*/

/*classes*/

.small-font {
	font-size: 14px;
	line-height: 19px;
}
.medume {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-family: 'font-b';
}
.blue {
	color: #40437c !important;
}
.blue::after {
	background-color: #40437c !important;
}

.pb-50 {
	padding-bottom: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-200 {
	padding-bottom: 200px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-200 {
	margin-bottom: 200px;
}

.box-title {
	font-size: 24px;
	line-height: 32px;
	color: #40437c;
	font-family: 'font-b';
	margin-bottom: 12px;
}
.big-title {
	font-size: 60px;
	font-family: 'font-b';
	line-height: 80px;
}
.medume-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 14px;
}
.white {
	color: #fff !important;
}

/*classes*/
.down-content {
	overflow: hidden;
}
/*==========================// start header //======================*/

.header {
	height: 210px;
}
.header .year {
	padding-top: 123px;
	letter-spacing: 3px;
	font-family: 'font-m';
}
.fixed-logo {
	display: block;
	position: fixed;
	top: 75px;
	left: 75px;
	width: 112px;
	z-index: 9;
}
.fixed-logo img {
	width: 100%;
}
.fixed-menu {
	display: inline-block;
	height: auto;
	padding: 0;
	background: transparent;
	font-size: 50px;
	position: fixed;
	top: 75px;
	right: 75px;
	z-index: 9;
	outline: 0;
}
.fixed-menu i {
	display: block;
	border: 1px solid rgba(64, 67, 124, 0.2);
	color: #40437c;
}
.social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	z-index: 9;
}
.social-fixed {
	position: fixed;
	bottom: 75px;
	left: 75px;
	z-index: 10;
}
.social a {
	margin-right: 26px;
}
.social i {
	color: #40437c;
	font-size: 20px;
	transition: 0.3s;
}
.social a:hover i {
	color: #56beeb;
}
.contact-env {
	color: #40437c;
	transition: 0.3s;
}
.contact-env:hover i {
	color: #56beeb;
}
.contact-fixed {
	position: fixed;
	bottom: 75px;
	right: 75px;
	z-index: 10;
	font-size: 19px;
}
.project-type {
	height: 210px;
}
.project-type p {
	padding-top: 114px;
	letter-spacing: 3px;
	font-family: 'font-m';
}

/*==========================// end header //======================*/

/*==========================// start home-slider //======================*/

.home-slider {
	position: relative;
}
.home-slide-container .img {
	height: calc(100vh - 420px);
	width: 100%;
	object-fit: cover;
}

.project-item {
	background-size: cover;
	background-position: center center;
	min-height: calc(100vh - 420px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.project-item.active {
	opacity: 1;
	visibility: visible;
}
.project-item > * {
	width: 100%;
}
.project-item .title {
	font-size: 60px;
	line-height: 81px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #fff;
}
.project-item .sub-title {
	color: #fff;
	word-spacing: 2px;
	text-transform: capitalize;
	font-family: 'font-m';
}
.project-item .title,
.project-item .sub-title {
	transition: 0.5s ease;
	opacity: 0;
	transform: translateX(-400px);
}
.slick-vertical .slick-slide {
	border: 0;
}
.slick-slide {
	outline: none;
}
.project-item.active .title,
.project-item.active .sub-title {
	transition-delay: 0.2s;
	opacity: 1;
	transform: none;
	transition: 0.7s ease-out;
}
.project-item .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.project-item .info > * {
	width: 50%;
}
.project-item .explore {
	color: #fff;
	letter-spacing: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-decoration: underline !important;
}
/* .project-item .explore::after {
	content: '';
	display: block;
	margin-left: 20px;
	width: 40px;
	height: 1px;
	background-color: #fff;
} */
.project-item .scroll-down {
	margin-top: 90px;
	color: #fff;
}
.scroll-down {
	font-size: 106px;
	display: inline-block;
	pointer-events: none;
	width: auto;
	position: relative;
}
.scroll-down .icon-down-arrow,
.scroll-down .icon-up-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 39px;
}
.back-to-up {
	padding-top: 50px;
	padding-bottom: 170px;
}
.back-to-up .scroll-down {
	pointer-events: auto;
}
.scroll-down .icon-scroll-down {
	display: inline-block;
}
.rotate-animate {
	display: inline-block;
	animation: rotate 15s infinite forwards linear;
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.project-item .projects-count {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	min-width: 130px;
	display: inline-block;
	position: relative;
}
.project-item .projects-count::after {
	content: '';
	display: block;
	position: absolute;
	width: 130px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.project-item .projects-count p {
	color: #fff;
}
.project-item .projects-count p:first-child {
	transition: 0.5s ease;
	transform: scale(0);
	transform-origin: left;
}
.project-item.active .projects-count p:first-child {
	transform: none;
	transition: 0.7s ease-out;
}
.project-item .projects-count p:last-child {
	text-align: right;
}

/*==========================// end home-slider //======================*/

/*==========================// start explore-content //======================*/

.explore-content {
	padding-top: 100px;
	position: relative;
}
/* .explore-content::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200%;
	height: 18%;
	background-color: #40437c;
	z-index: -1;
	transform: translateX(-50%);
} */
.explore-content .intro-title {
	font-size: 60px;
	color: #40437c;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	line-height: 80px;
	margin-bottom: 7px;
}

.explore-content .intro-content {
	font-family: 'font-book';
}

.description-box .box-title {
	letter-spacing: 4px;
}

.description-box .info-content {
	font-family: 'font-roman';
}

.description-box .info-content.website-link {
	text-decoration: underline !important;
}

.features-box .hint {
	margin-bottom: 10px;
	font-family: 'font-roman';
}
.features-box .box-title {
	max-width: 161px;
	margin-bottom: 14px;
}

.features-box .info-content {
	font-family: 'font-book';
}

.article-box p {
	font-family: 'font-roman';
}

.results-box {
	max-width: 241px;
}

.results-box .info-content {
	font-family: 'font-book';
}

.foot-title {
	margin-bottom: 20px;
}

.foot-lastImg {
	position: relative;
	height: 381px;
}

.foot-lastImg img {
	object-fit: cover;
	height: 100%;
}

.copyrights.copyRight {
	text-align: center;
	color: rgba(255, 255, 255, 0.2);
	padding: 0;
	margin-bottom: 10px;
	font-family: 'font-roman';
}

.foot-lastImg .next-project {
	position: absolute;
	top: 137px;
	left: 120px;
	color: #fff;
}

.foot-lastImg .next-project div:first-child {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 4px;
	margin-bottom: 2px;
	font-family: 'font-b';
}

.foot-lastImg .next-project div:nth-child(2) {
	font-size: 60px;
	line-height: 81px;
	font-family: 'font-b';
}

.section-bg {
	position: relative;
}

.section-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	background: #f8f8f8;
}

.sec-background {
	position: relative;
}

.sec-background::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -50%;
	width: 200%;
	height: 150px;
	background: #fff;
}

.sec-background::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -50%;
	width: 200%;
	height: 250px;
	background: #fff;
}

.sec-background img {
	position: relative;
	z-index: 1;
}

.articles-sec {
	position: relative;
}

.articles-sec::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 200%;
	/* height: 18%; */
	height: 24%;
	background-color: #40437c;
	z-index: -1;
	transform: translateX(-50%);
}

.results-sec {
	position: relative;
}

.results-sec::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background-color: #40437c;
	z-index: -1;
	transform: translateX(-50%);
}
/*==========================// end explore-content //======================*/

/*==========================// start info-head //======================*/

.info-head {
	min-height: calc(100vh - 420px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.info-head > * {
	width: 100%;
}
.info-head .down {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.info-head .hash-title {
	color: #40437c;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	margin-bottom: 24px;
	font-family: 'font-m';
}
.info-head .hash-title::before {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #40437c;
	margin-right: 30px;
}
.info-head .title {
	font-size: 60px;
}
.info-head .scroll-down {
	margin-left: 50px;
	color: #40437c;
	flex-shrink: 0;
}

/*==========================// end info-head //======================*/

/*==========================// start works //======================*/

.inner-container {
	padding-top: 310px;
}
.inner-container > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.work-box {
	background-color: #40437c;
	padding-right: 160px;
	padding-left: 160px;
	padding-bottom: 50px !important;
	position: relative;
}
.work-box::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 4px);
	height: 50px;
	background-color: #fff;
}
.work-box .img {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.work-box .img img {
	width: 100%;
}
.work-box .title {
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 6px;
}
.work-box .down {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.work-box .down p {
	width: 50%;
	color: #fff;
}

/*==========================// end works //======================*/

/*==========================// start solutions //======================*/

/* .solutions {
	   padding-bottom: 56px;
} */
.line-title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #373b6f;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 46px;
	font-size: 24px;
	white-space: nowrap;
}
.line-title::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	/* margin-left: 53px; */
	position: absolute;
	max-width: 65%;
	right: 0;
}

.sliderTitle {
	position: relative;
}

.solutions .line-title {
	font-size: 14px;
	line-height: 19px;
}

.solutions .slick-list {
	overflow: visible;
}
.solutions .big-title {
	color: #40437c;
}
.solutions .slick-slide:nth-child(even) .big-title {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px;
}

.solution-box .img {
	height: 740px;
	background-color: #40437c;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}
.solution-box .img img {
	max-width: 100%;
	max-height: 100%;
}

.solution-box .img img.coreBI {
	max-width: 76%;
}

.solution-box .info-content p {
	margin-bottom: 15px;
	font-family: 'font-roman';
}
.solution-box .info-content p:last-child {
	margin-bottom: 0;
}

/*==========================// end solutions //======================*/

/*==========================// start about //======================*/

.about-head .img {
	width: 100%;
}
.our-clients img {
	max-width: 120px;
}
.our-clients .box-title {
	letter-spacing: 3px;
}
.about-head .info {
	width: 90%;
	margin: auto;
	background-color: #40437c;
	margin-top: -170px;
	position: relative;
	padding: 95px;
	padding-bottom: 70px;
}
.about-head .info .info-content {
	color: #fff;
}
.about-head .info .big-title {
	margin-bottom: 6px;
}
.about-head .info .sub-title {
	margin-bottom: 25px;
}
.about-head .info .big-title,
.about-head .info .sub-title {
	color: #fff;
}

.about-content .box-title {
	letter-spacing: 3px;
}

.about-content .about-article:last-child {
	margin-bottom: 0;
}

.about-content .about-article.pb-5:last-child {
	padding-bottom: 0 !important;
}

.about-slider .container {
	position: relative;
}
.about-slider .box-title {
	letter-spacing: 3px;
}
.about-slider .slick-list {
	overflow: visible;
	width: 80%;
}
.about-slider .item img {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 100%;
}
.about-slider .activity-title {
	width: 30%;
	margin-left: auto;
	padding: 50px 0;
	position: relative;
	color: #fff;
	font-family: 'font-roman';
}
.about-slider .container::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 55%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #40437c;
}
.about-slider .slick-arrow {
	position: absolute;
	bottom: -65px;
	left: 190px;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
}
.about-slider .slick-arrow.slick-next {
	left: 230px;
}

.about-article .info-content {
	font-family: 'font-roman';
}

.box-title.our-community {
	margin-bottom: 0;
}

.howWeWork {
	font-size: 18px;
	line-height: 26px;
}

/*==========================// end about //======================*/

/*==========================// start conact form [Radwa] //======================*/
.about-head.walk-together .info {
	width: 100%;
	margin: auto;
	background-color: #40437c;
	position: relative;
	padding: 95px;
	padding-bottom: 70px;
	margin-top: 0;
}

.about-head.walk-together .info h2 {
	font-size: 60px;
	color: #fff;
	font-family: 'font-b';
	line-height: 81px;
	margin-bottom: 50px;
}

.contactUsForm-title {
	font-size: 60px;
	font-family: 'font-b';
	line-height: 81px;
	color: #40437c;
	margin-bottom: 50px;
}

.contact-form.contactUsForm {
	background-color: #fff;
}

.contactUsForm .input-box .input {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contactUsForm .input-box .input:focus::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.contactUsForm .input-box .label {
	color: #000;
}

.contactUsForm .checks-row {
	justify-content: flex-start;
}

.contactUsForm .checks-row .title {
	color: #000;
	margin-right: 50px;
}

.contactUsForm .custom-check {
	color: #000;
}

.contactUsForm .reason-choices {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contactUsForm .checks-row .custom-check {
	margin-left: 0;
	margin-right: 80px;
}

.contactUsForm .checks-row .custom-check:last-child {
	margin-right: 0;
}

.contactUsForm .custom-check .check {
	background: transparent;
	border: 1px solid #d3d3d3;
}

.contact-form.contactUsForm .join-link {
	color: #40437c;
}

.contact-form.contactUsForm {
	padding: 0 !important;
}
/*==========================// end conact form [Radwa] //======================*/

/*==========================// start join //======================*/

.join-box {
	background-color: #40437c;
	padding: 100px 120px !important;
}
.join-link,
.join-link:hover {
	color: #fff;
	letter-spacing: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
}
.join-link::after {
	content: '';
	display: block;
	margin-left: 20px;
	width: 40px;
	height: 1px;
	background-color: #fff;
}

.sub-title.join-us {
	font-family: 'font-book';
}

.box-title.open-possitions {
	margin-bottom: 0;
	letter-spacing: 3px;
}

.join-box .info-content {
	font-family: 'font-book';
}

.join-box a.medume-title:hover {
	color: #56beeb !important;
}

.join-box .join-link {
	text-decoration: underline !important;
}

.join-box .join-link::after {
	display: none;
}
/*==========================// end join //======================*/

/*==========================// start job details //======================*/
.join-link.apply-now {
	color: #40437c !important;
	font-family: 'font-b';
	cursor: pointer;
	padding-top: 50px;
}

.join-link.apply-now::after {
	background-color: #40437c;
}

.join-box.job-box .info-content {
	font-family: 'font-roman';
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.join-box.job-box .info-content:last-child {
	margin-bottom: 0;
}

.join-box.job-box .info-content .dash {
	display: block;
	width: 5px;
	height: 1px;
	background-color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	flex-shrink: 0;
}

.join-box.job-box .join-link {
	text-decoration: underline !important;
}

.join-box.job-box .join-link::after {
	display: none;
}
/*==========================// end job details //======================*/

/*==========================// start apply form //======================*/
.select-dropdown .label {
	display: block;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 40px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'font-book';
	margin: 0;
	position: relative;
}

.select-dropdown .ui-selectmenu-button.ui-button {
	width: 100%;
	height: 100%;
	background: transparent;
	color: #fff;
	border: 0;
}

.select-dropdown .label .placeholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.select-dropdown .label img {
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.select-dropdown.open .label img {
	transform: translateY(-50%) rotate(180deg);
}

.ui-button .ui-icon {
	display: none;
}

.select-dropdown .ui-selectmenu-button.ui-button {
	padding-left: 0;
}

.ui-widget.ui-widget-content {
	width: 440px;
	background: #40437c;
	color: #fff;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: rgba(0, 0, 0, 0.1);
	border: 0;
}

.ui-selectmenu-text {
	height: 100%;
	background: #40437c;
	line-height: 26px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #fff;
	background-color: transparent;
	border: 0;
	outline: none !important;
	padding: 0;
	line-height: 40px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option-inner-inner::after {
	content: '*';
	display: inline-block;
	margin-left: 3px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #fff;
	background-color: transparent;
	border: 0;
	outline: none !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:focus {
	box-shadow: none !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select > .dropdown-toggle:after {
	display: none;
}

.select-dropdown .dropdown-menu {
	background-color: #40437c;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
	margin: 0;
	color: #fff;
	border-radius: 0;
	/* border-top: 0; */
	background-clip: initial;
}

.bootstrap-select .dropdown-menu li {
	margin-bottom: 5px;
}

.bootstrap-select .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.select-dropdown .dropdown-item {
	color: #fff;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	font-family: 'font-roman';
}

.dropdown-item.active,
.select-dropdown .dropdown-item:hover {
	background-color: #3c3e71;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
	padding: 0;
	line-height: 40px;
}

.show > .btn-light.dropdown-toggle {
	color: #3c3e71;
	background-color: transparent;
	border: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #fff;
	font-size: 14px;
	font-family: 'font-book';
}

.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle,
.btn-light,
.btn-light:hover {
	color: #3c3e71;
	background-color: transparent;
	border: 0;
	padding: 0;
	line-height: 40px;
}

.bootstrap-select .dropdown-menu li a:hover {
	padding-left: 5px;
}

/* Attach File */
.attach-file {
	display: block;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 40px;
	color: #fff;
	font-family: 'font-book';
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	cursor: pointer;
	line-height: 40px;
}

.attach-file img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.attach-file input {
	display: none;
}
/*==========================// end apply form //======================*/

/*==========================// start contact //======================*/

.sub-title.contact-us {
	font-family: 'font-book';
}

.sub-title.contact-us a.blue {
	text-decoration: underline !important;
}

.contact-medium {
	margin-bottom: 4px;
}

.sub-title {
	font-family: 'font-book';
}

/*==========================// end contact //======================*/

/*==========================// start contact-form //======================*/
/* #contactForm {
	padding: 50px 0;
} */
.contact-form {
	padding: 100px !important;
	background-color: #40437c;
	margin-bottom: 100px;
}
.input-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}
.input-box .input {
	display: block;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 40px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'font-book';
}
.input-box .input::placeholder {
	color: transparent;
}
.input-box .input:focus::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.input-box textarea.input {
	height: 110px;
	resize: none;
}
.textArea {
	padding-bottom: 10px !important;
}
.input-box .label {
	position: absolute;
	top: 11px;
	color: #fff;
	transition: 0.5s;
	pointer-events: none;
}
.input-box.focused .label,
.input-box .input:focus + .label {
	top: 0;
	transform: translateY(-100%);
	font-size: 10px;
}
.input-box.required .label::after {
	content: '*';
	display: inline-block;
	margin-left: 3px;
}
.input-box .err {
	position: absolute;
	font-size: 12px;
	color: #f5ae2b;
	display: none;
	top: 45px;
	font-family: 'font-book';
}
.input-box.has-err .err {
	display: block;
}
.input-box.has-err .label {
	color: #f5ae2b;
}
.input-box.has-err .input {
	border-color: rgba(245, 174, 43, 0.2);
}

.checks-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.checks-row .title {
	color: #fff;
	font-family: 'font-book';
}
.checks-row .custom-check {
	margin-left: 20px;
}
.custom-check {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin: 0;
	color: #fff;
	font-size: 10px;
}
.custom-check .check {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 11px;
	height: 11px;
	margin-top: 4px;
	margin-right: 5px;
	background-color: #fff;
}
.custom-check .check::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.custom-check input:checked ~ .check::before {
	background-color: #40437c;
}

.custom-check .tit {
	font-family: 'font-book';
}

.custom-check.required .tit::after {
	content: '*';
	display: inline-block;
	margin-left: 3px;
}

.contact-success {
	padding: 0 !important;
	min-height: 636px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}

.contact-success .join-link {
	font-family: 'font-roman';
	color: #40437c;
}

.contact-success .sub-title {
	font-family: 'font-roman';
	color: #40437c;
	margin-bottom: 50px;
}

.contact-success .join-link {
	text-decoration: underline !important;
	font-family: 'font-b';
}

.contact-success .join-link::after {
	display: none;
}

.contact-form .join-link {
	text-decoration: underline !important;
}

.contact-form .join-link::after {
	display: none;
}

.contact-success .big-title {
	color: #40437c;
	margin: 0;
}
/*==========================// end contact-form //======================*/

/*==========================// start menue //======================*/

.pop-menue {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	overflow: hidden;
	background-color: #fff;
	visibility: hidden;
	transition: 0.0001s;
	transition-delay: 0.3s;
	opacity: 0;
	transition: 0.2s;
	overflow: hidden;
}
.pop-menue .logo {
	position: absolute;
	top: 75px;
	left: 75px;
	width: 112px;
}
.pop-menue .logo img {
	width: 100%;
}
.pop-menue.show {
	visibility: visible;
	transition: 0s;
	opacity: 1;
	transition-delay: 0;
}
/* .pop-menue .col-12 {
	   overflow: hidden;
	   height: 100vh;
} */
.pop-menue .nav-links a {
	font-size: 60px;
	display: block;
	line-height: 80px;
	color: #40437c;
	transform: translateX(-500px);
	transition: 0.5s ease-out;
	margin-bottom: 22px;
	font-family: 'font-book';
}
.pop-menue.show .nav-links a {
	transform: none;
}
/*
.pop-menue .nav-links a:nth-child(1)
{
    transition-delay: .s
}
*/
.pop-menue.show .nav-links li:nth-child(2) a {
	transition-delay: 0.1s;
}
.pop-menue.show .nav-links li:nth-child(3) a {
	transition-delay: 0.2s;
}
.pop-menue.show .nav-links li:nth-child(4) a {
	transition-delay: 0.3s;
}
.pop-menue.show .nav-links li:nth-child(5) a {
	transition-delay: 0.4s;
}
.pop-menue.show .nav-links li:nth-child(6) a {
	transition-delay: 0.5s;
}
.pop-menue .nav-links a:hover,
.pop-menue .nav-links .active a {
	color: #56beeb;
}
.pop-menue .img {
	width: 100%;
	height: 100vh;
	min-height: 100%;
	object-fit: cover;
	transition: 0.8s;
	transform: translateY(100%);
	opacity: 0;
	object-position: 0;
}
.pop-menue.show .img {
	transition: 0.8s ease-out;
	transform: none;
	opacity: 1;
	object-position: center;
}
.pop-menue .left,
.pop-menue .right {
	padding-right: 0;
	padding-left: 0;
	position: relative;
}
/*
.pop-menue .left::before,
.pop-menue .right::before
{
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    height: 100%;
    background-color: #fff;
}
*/
.pop-menue .right::before {
	transform: translateX(100%);
	right: 0;
}
.pop-menue .left::before {
	transform: translateX(-100%);
	left: 0;
}

.pop-menue .left .inner,
.pop-menue .right .inner {
	padding-right: 15px;
	padding-left: 15px;
}
.pop-menue .right .langs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 70px;
}
.pop-menue .right .langs::before {
	order: 2;
}
.pop-menue .right .langs::after {
	order: 4;
}
.pop-menue .right .langs::before {
	content: '';
	display: block;
	width: 26px;
	margin: 0 20px;
	height: 1px;
	background-color: #40437c;
}
.pop-menue .right .langs .lang {
	color: #40437c;
	font-family: 'font-book';
}
.pop-menue .right .langs .lang.active {
	font-family: font-b;
}
.pop-menue .right .langs .lang:nth-of-type(1) {
	order: 1;
}
.pop-menue .right .langs .lang:nth-of-type(2) {
	order: 3;
}
.pop-menue .right .langs .lang:nth-of-type(3) {
	order: 5;
}
.pop-menue .right .info {
	margin-bottom: 50px;
}
.pop-menue .right .info p,
.pop-menue .right a {
	transition: 0.5s;
	transform: scale(0);
	transform-origin: left;
}
.pop-menue.show .right .info p,
.pop-menue.show .right a {
	transition: 0.5s;
	transform: scale(1);
}

.pop-menue .right .info .title {
	font-family: font-b;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #40437c;
	margin-bottom: 10px;
	line-height: 19px;
}

.pop-menue .right .info .data {
	font-family: 'font-book';
}

/* .pop-menue .icon-close-menu {
	position: absolute;
	top: 75px;
	right: 75px;
	   border: 1px solid rgb(64, 67, 124, .2);
	font-size: 50px;
	z-index: 9;
	color: #40437c;
	display: block;
	cursor: pointer;
} */
.pop-menue .close-menu {
	position: absolute;
	top: 75px;
	right: 75px;
	border: 1px solid rgb(64, 67, 124, 0.2);
	z-index: 9;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop-menue .close-menu img {
	width: 100%;
	max-width: 16px;
}
.responsive-social {
	display: none !important;
}

/*==========================// end menue //======================*/

/*==========================// start 404 //======================*/

.page404 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - 420px);
}
.page404.page500 {
	height: 100vh;
}

.page404.page500 img {
	width: 807px;
	max-width: 100%;
	margin-top: 128px;
}

.page404 img {
	width: 830px;
	max-width: 50%;
	display: block;
	margin: auto;
	margin-bottom: 29px;
}
.page404 .box-title {
	max-width: 390px;
	margin: auto;
	margin-bottom: 26px;
}
.page404.page500 .box-title {
	margin-bottom: 0;
	max-width: inherit;
}
.page404.page500 .box-title:last-of-type {
	margin-bottom: 29px;
}
.logo500 {
	position: absolute;
	top: 94px;
	left: 50%;
	transform: translateX(-50%);
	width: 112px;
}
.copyrights {
	padding: 75px 0;
	text-align: center;
	color: rgba(0, 0, 0, 0.2);
	letter-spacing: 3px;
	font-family: 'font-roman';
}

/*==========================// end 404 //======================*/

/*===========================================// Media //=============================*/

@media (max-width: 1440px) {
	.header .container {
		padding-left: 80px;
	}
	.down-content {
		overflow: hidden;
		padding: 0 15%;
	}
	.info-head {
		padding: 0 15%;
	}
	.project-type p {
		padding-left: 80px;
	}
    .contactUsForm .checks-row .custom-check
    {
        margin-right: 40px;
    }
}

@media (max-width: 1280px) {
	.header,
	.project-type {
		height: 100px;
	}
	.fixed-logo {
		top: 30px;
		width: 73px;
	}
	.fixed-menu,
	/* .pop-menue .icon-close-menu {
		top: 26px;
	} */
	.pop-menue .close-menu {
		top: 26px;
	}
	.social-fixed {
		bottom: 30px;
	}
	.contact-fixed {
		bottom: 30px;
	}
	.project-item,
	.home-slide-container .img,
	.info-head,
	.page404 {
		min-height: calc(100vh - 200px);
	}
	.header .container {
		padding-left: 130px;
	}
	.project-type p {
		padding-left: 115px;
	}
	.project-type p {
		padding-top: 48px;
	}
	.logo500 {
		top: 20px;
	}
	.pop-menue .nav-links a {
		font-size: 30px;
		line-height: 40px;
	}
	.pop-menue .right .langs {
		margin-bottom: 35px;
	}
	.pop-menue .right .info {
		margin-bottom: 25px;
	}
	/*
    .down-content
    {
        overflow: hidden;
        padding: 0 15%;
    }
    .info-head
    {
        padding: 0 15%;
    }
*/
	.header .year {
		padding-top: 56px;
	}
}

@media (max-width: 1024px) {
	.header {
		height: 140px;
	}
	.content {
		min-height: calc(100vh - 280px);
	}
	.page404 {
		height: calc(100vh - 280px);
	}
	.header .container {
		padding-left: 100px;
	}
	.fixed-logo {
		top: 50px;
		left: 50px;
		width: 60px;
	}
	.fixed-menu {
		top: 50px;
		right: 50px;
		font-size: 40px;
	}
	.contact-fixed {
		bottom: 50px;
		right: 50px;
	}
	.social-fixed {
		bottom: 50px;
		left: 50px;
	}
	/* .pop-menue .icon-close-menu {
		top: 50px;
		right: 50px;
	} */
	.pop-menue .close-menu {
		top: 50px;
		right: 50px;
	}
	.header .year {
		padding-top: 69px;
	}
	.project-item,
	.home-slide-container .img,
	.info-head,
	.page404 {
		min-height: calc(100vh - 280px);
	}
	.pop-menue .logo {
		width: 60px;
		top: 50px;
		left: 50px;
	}
	.project-type p {
		padding-top: 70px;
	}

}
@media (max-width: 992px) {
}

@media (max-width: 768px) {
	/*classes*/
	body {
		font-size: 12px;
	}
	.small-font {
		font-size: 12px;
	}
	.pb-100 {
		padding-bottom: 50px;
	}
	.pb-50 {
		padding-bottom: 20px;
	}
	.mb-200 {
		margin-bottom: 50px;
	}
	.box-title {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 6px;
	}
	.big-title {
		font-size: 30px;
		line-height: 40px;
	}
	.medume-title {
		font-size: 24px;
		line-height: 32px;
	}
	/*classes*/
	.input-box .err {
		position: static;
		margin-top: 5px;
	}
	/*header*/
	.contact-fixed,
	.social-fixed {
		display: none;
	}
	.fixed-logo,
	.fixed-menu {
		position: static;
	}
	.fixed-menu {
		font-size: 34px;
		width: 63px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-end;
	}

	.fixed-logo {
		width: 63px;
		z-index: 10;
	}
	.header {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-end;
		align-items: flex-end;
		justify-content: space-between;
		padding: 31px 32px;
		height: auto;
		background: #fff;
		position: sticky;
		top: 0;
		z-index: 9;
	}
	.header .year {
		padding: 0;
		width: 63px;
		text-align: center;
	}
	.header .container {
		min-width: auto;
		max-width: auto;
		padding: 0;
		width: auto;
		margin: 0;
	}
	/*header*/

	/*home slider*/
	.home-slide-container .img {
		height: calc(100vh - 150px);
	}
	.project-item .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 4px;
	}
	.project-item .info {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.project-item .projects-count {
		font-size: 30px;
		min-width: 75px;
		line-height: 30px;
	}
	.project-item .projects-count::after {
		width: 75px;
	}
	.project-item .sub-title {
		margin-bottom: 10px;
	}
	.project-item .explore {
		margin-bottom: 20px;
		font-family: 'font-m';
	}
	.project-item .scroll-down {
		margin-top: 0;
		font-size: 65px;
	}
	.scroll-down .icon-down-arrow,
	.scroll-down .icon-up-arrow {
		font-size: 26px;
	}
	.project-item .info > * {
		width: 100%;
	}
	/*home slider*/

	/*explore-content*/
	.container {
		padding-right: 32px;
		padding-left: 32px;
	}
	.line-title {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.line-title::after {
		max-width: 46%;
	}
	.explore-content {
		padding-top: 50px;
	}
	/* .explore-content::before {
		height: 28%;
	} */
	.articles-sec::after {
		height: 15%;
	}

	.explore-content .intro-title {
		font-size: 30px;
		line-height: 40px;
	}
	.sec-background::before {
		height: 100px;
	}
	.sec-background::after {
		height: 150px;
	}
	.y-r-website.pb-50 {
		padding-bottom: 0;
	}
	.features-box .hint {
		margin-bottom: 5px;
	}
	.features-box .box-title {
		margin-bottom: 5px;
	}
	/*explore-content*/

	/*menue*/

	.pop-menue {
		padding-top: 117px;
		overflow: hidden;
	}
	.pop-menue.show {
		overflow: auto;
		padding-bottom: 30px;
	}
	.pop-menue .container {
		max-width: 100%;
	}
	.pop-menue .col-md-4 {
		display: none;
	}
	/* .pop-menue .icon-close-menu {
		top: 32px;
		right: 32px;
		font-size: 34px;
	} */
	.pop-menue .close-menu {
		top: 32px;
		right: 32px;
		width: 34px;
		height: 34px;
	}
	.pop-menue .close-menu img {
		max-width: 11px;
	}
	.pop-menue.show .nav-links {
		margin-bottom: 30px;
	}
	.pop-menue.show .nav-links a {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.pop-menue .right .langs {
		margin-bottom: 50px;
	}
	.pop-menue .right .info {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.responsive-social {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
	.pop-menue .contact-fixed,
	.pop-menue .social-fixed {
		display: block;
		position: static;
	}
	.pop-menue .logo {
		display: block;
		top: 31px;
		left: 32px;
	}
	/*menue*/

	/*works*/

	.inner-container {
		padding-top: 0;
	}
	.info-head,
	.page404 {
		min-height: calc(100vh - 95px);
	}
	.info-head .down {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.info-head .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0;
	}
	.info-head .scroll-down {
		margin: 0;
		margin-top: 50px;
	}
	.work-box {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px !important;
	}
	.work-box::before {
		height: 20px;
	}
	.work-box .title {
		font-size: 30px;
		line-height: 40px;
	}
	.work-box .down p:first-child {
		width: 30%;
	}

	/*works*/

	/*about*/

	.down-content {
		padding: 0;
	}
	.info-head {
		padding: 0;
	}
	.info-head .scroll-down {
		font-size: 64px;
	}
	.about-head .info .info-content {
		margin-bottom: 18px;
	}
	.about-head .info {
		padding: 40px;
		padding-bottom: 15px;
		margin: 0;
		width: 100%;
	}
	.about-slider .slick-arrow {
		bottom: -67px;
		left: 50px;
	}
	.about-slider .slick-arrow.slick-next {
		bottom: -67px;
		left: 90px;
	}
	.about-slider .container::before {
		height: 60%;
	}
	.about-slider .activity-title {
		padding: 20px 0;
	}
	.about-slider .slick-arrow,
	.about-slider .slick-arrow.slick-next {
		bottom: -37px;
	}

	/*about*/
	.contact-form {
		padding: 20px !important;
		margin-bottom: 50px;
	}
	.project-type {
		height: 52px;
		line-height: 52px;
	}
	.project-type p {
		padding: 0;
		text-align: center;
	}
	.page404 {
		height: calc(100vh - 98px);
	}

	/* project explore */
	.box-title.foot-title {
		margin-bottom: 10px;
	}

	.foot-lastImg {
		margin-top: 10px;
		height: 500px;
	}

	.foot-lastImg img {
		height: 100%;
		object-fit: cover;
	}

	.foot-lastImg .next-project {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.foot-lastImg .next-project div:first-child {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 2px;
		margin-bottom: 0;
	}

	.foot-lastImg .next-project div:nth-child(2) {
		font-size: 36px;
		line-height: 49px;
		letter-spacing: 3px;
	}

	/* scroll down */
	.scroll-down {
		font-size: 65px;
	}

	.mainTit {
		margin-bottom: 10px !important;
	}

	/* form success */
	.contact-success .big-title {
		margin-bottom: 10px;
	}

	.contact-success .sub-title {
		margin-bottom: 20px;
	}

	/* job details */
	.join-link.apply-now {
		padding-top: 20px;
	}

	.join-box.job-box .medume-title {
		font-size: 14px;
		line-height: 20px;
	}

	.join-box.job-box .info-content {
		margin-bottom: 20px;
	}

	.contactUsForm .checks-row .title {
		margin-bottom: 12px;
	}

	.contactUsForm-title {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 18px;
	}

	.about-head.walk-together .info {
		padding: 20px;
	}

	.about-head.walk-together .info h2 {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 18px;
	}

	/* Back To Up */
	.back-to-up {
		padding-bottom: 88px;
	}

	.select-dropdown {
		padding-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.about-head .info {
		padding: 20px;
		padding-bottom: 0;
	}
	.about-article {
		padding-bottom: 20px !important;
	}
	.about-slider .slick-list {
		width: 100% !important;
	}
	.about-slider .container::before {
		width: 150%;
	}
	.our-clients img {
		max-width: 120px;
	}
	.checks-row {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.checks-row .title {
		width: 100%;
	}
	.checks-row .custom-check {
		margin-left: 0;
	}
	.contact-form .join-link {
		padding-top: 20px !important;
	}
	.contact-success {
		min-height: 500px;
		/* padding: 20px !important; */
	}
	.join-box {
		padding: 20px !important;
	}
	.solution-box .img {
		height: 233px;
	}
	.fixed-menu,
	.pop-menue .icon-close-menu {
		font-size: 34px;
	}
	.pop-menue .close-menu {
		height: 34px;
		width: 34px;
	}
	.logo500 {
		top: 32px;
		width: 63px;
	}
	.page404 img {
		margin-bottom: 8px;
		width: 348px;
		max-width: 100%;
	}
	.page404 .box-title {
		margin-bottom: 8px;
		max-width: 192px;
	}

	.page404.page500 img {
		margin-top: 30px;
	}

	.contactUsForm .reason-choices {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.contactUsForm .checks-row .custom-check {
		margin-right: 0;
	}
}

@media (max-width: 360px) {
	.pop-menue {
		overflow: auto;
	}
	.responsive-social {
		padding-bottom: 20px;
	}
	.page404 img {
		max-width: 100%;
	}
}

/*****************/
@media (min-width: 1300px) and (max-width: 1700px) {
	.pop-menue .nav-links a {
		font-size: 30px;
		line-height: 50px;
	}
}
/****************/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	transition: 0.5s;
}
.loader.hide {
	visibility: hidden;
	opacity: 0;
}
.loader .persent {
	margin-top: 19px;
	color: #40437c;
}
.loader .boxs {
	position: relative;
	width: 103px;
	height: 128px;
}
.loader .boxs .box {
	position: absolute;
	left: 0;
	transition: 0.3s;
}
/* .loader .boxs .box:nth-child(1) {
} */
.loader .boxs .box:nth-child(2) {
	bottom: 79px;
}
.loader .boxs .box:nth-child(3) {
	bottom: 202px;
}
.loader .boxs .box:nth-child(4) {
	bottom: 283px;
}
.loader .boxs .box:nth-child(5) {
	bottom: 390px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.select-dropdown {
		padding-bottom: 50px;
	}
}
