/* Author: foxburg(foxburg.net)
Deployed date: 29/04/2023
Version: 1.0 */


/* Common Styles */


body {
	background-color: #fff;
	font-family: 'Work Sans', sans-serif;
	width: 100%;
}

.text1 {
	font-family: Work Sans;
	font-size: 32px;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: 0em;
	text-align: center;
}

.text2{
	font-family: Work Sans;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;	
	color: #4B7878;
}

.text3{
	font-family: Work Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
}

.text4{
	font-family: Work Sans;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
}

.text5{
	font-family: Work Sans;
	font-size: 50px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
}

.text6{
	font-family: Work Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.text8{
	font-family: Work Sans;
	font-size: 34px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	
}

.text7{
	font-family: Work Sans;
	font-size: 21px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
}

.sub-head-text {
	font-family: Work Sans;
	font-size: 34px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0em;
	/*text-decoration: underline;*/
	text-align: left;
	color: #bde1ca;
	padding-bottom: 10px;
}

.title-text{
	text-decoration: underline solid  #4B7878;
	font-family: Work Sans;
	font-size: 36px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #4B7878;
	padding-bottom: 50px;
}

.text-align-center{
	text-align: center !important;
}

.login {
	text-decoration: none;
	color: #000;
}

a:hover{
	color: #4B7878;
}

p {
	font-family: Work Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
}

ul {
	color: #4B7878;
	font-family: Work Sans;
	font-size: 26px;
	font-weight: 500;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	padding-right: 20px;
}

li{
	padding-bottom: 20px;
}

.no-style{
	list-style: none;
}

.img-fluid{
	width: 100% !important;
}

.white-color{
	color: white !important;
}

.color-1{
	color: #4B7878;
}

.color-2{
	color: #4B4B4B;
}

.color-3{
	color: #CBA9A8;
}

.bg-color-1 {
	background-color: #4b7878;
}

.nopadding {
	padding: 0 !important;
}

.paddingleft{
	padding-left: 50px !important;
}
.paddingtop{
	padding-top: 50px !important;
}
.paddingbottom{
	padding-bottom: 50px !important;
}
.paddingbottom2{
	padding-bottom: 10px !important;
}

.padding-10{
	padding: 10px !important;
}

.padding-20{
	padding: 20px !important;
}

.padding-50{
	padding: 50px !important;
}

.nomargin {
	margin: 0 !important;
}

.margin-top{
	margin-top: 50px !important;
}

.margin-bottom{
	margin-bottom: 50px !important;
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.letter-spacing-2 {
	letter-spacing: 3px;
}

.letter-spacing-3 {
	letter-spacing: 8px;
}

.letter-spacing-4 {
	letter-spacing: 10px;
}


.row {
	--bs-gutter-x: 0;
}

:root {
	--theme: #8c7258;
	--blur: 10px;
}

.logo-wrap img {
	scale: 0.7;
}

/* .logo-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
} */

.line{
	width: 100%;
	border-top: solid 1px;
	background-color: transparent;
	position: relative;
	margin: 100px 0;
	display: flex;
    justify-content: center;
}

.button {
	width: 100%;
    background: #4B7878;
    border-radius: 16px;
    border: 1px solid #4B7878;
    padding: 12px;
	display: flex;
	justify-content: center;
	color: #fff;
	margin-top: 20px;
}

.button:hover {
	background-color: #fff;
	color: #4B7878;
}

.checkbox{
	height: 20px;
    width: 20px;
}

input{
	border: none;
	width: 100%;
}

input:focus-visible{
	outline: none;
}

.input-1 {
	border-radius: 12px !important;
	padding: 10px !important;
	border: 1px solid #B7CFD0 !important;
}

.input-2 {
	/* border-radius: 12px !important; */
	width: 100%;
	border: none;
	border-bottom: 1px solid #B7CFD0;
	padding-bottom: 10px !important;

}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.width-80 {
	width: 80%;
}

.width-90 {
	width: 90%;
}

.lang-btn {
	position: absolute;
	bottom: 5px;
	right: 9px;
	padding-right: 35px;
	z-index: -1;
}

.en-lang-btn {
	background: #CBA9A8;
	padding: 0px 21px;
	height: 27px;
	border-radius: 50px;
	border: 5px solid #CBA9A8;
	font-weight: 600;
	font-size: 15px;
	margin-right: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.en-lang-btn:hover{
	background: #CBA9A8;
	padding: 6px 22px;
    border-radius: 50px;
    border: 5px solid #9D8888;
    font-weight: 600;
    font-size: 15px;
	margin-right: 10px;
}

.fr-lang-btn {
	background: #B7CFD0;
	padding: 0px 21px;
	height: 27px;
	border-radius: 50px;
	border: 5px solid #B7CFD0;
	font-weight: 600;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fr-lang-btn:hover{
	background: #B7CFD0;
	padding: 6px 22px;
    border-radius: 50px;
    border: 5px solid #6a8081;
    font-weight: 600;
    font-size: 15px;
}

.main-wpb_wrapper {
	display: flex;
	justify-content: space-between;
}

.wpb_text_column {
	width: 24.5%;
	text-align: center;
	position: relative;
}



.screw-img {
	overflow: hidden;
	/*-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);*/
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 30px 10px 30px;
}

    .screw-img img {
        height: auto;
        width: 100%;
    }

	.screw-img-fast:first-child::after {
		content: "";
		background: #93cc73;
		z-index: 1;
		height: 100%;
		position: absolute;
		width: 18px;
		top: 0;
		left: 0;
		transform: rotate(360deg);
	}

.row-user {
	display: flex;
	margin: 100px auto;
	gap: 40px;
}


	.row-user .col-md-6 {
		width: 50%;
	}

		.row-user .col-md-6 ul {
			padding: 0px
		}

		.row-user .col-md-6 .right-list {
			display: flex;
			flex-direction: column;
			position: relative;
			list-style: none;
			z-index : 1;
		}

			.row-user .col-md-6 .right-list li {
				display: flex;
				align-items: center;
				gap: 20px;
			}

			.row-user .col-md-6 .right-list::before {
				content: "";
				position: absolute;
				left: 28px;
				width: 1px;
				height: 92%;
				border-left: 2px dashed #d0d0d0;
				z-index: -1;
			}

.icon-box {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d0d0d0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 22px;
}

.icon-box i {
	color : #fff;
}

@media screeen and (min-width: 1100px) {
	
	.row-user p {
		font-size: 22px !important;
	}
}

@media (max-width: 992px) {
	.img-title {
		font-size: 20px !important;
	}

	.vc_column_container {
		margin-top : 10px !important;
	}
	.row-user {
		flex-direction: column;
	}

		.row-user .col-md-6 {
			width: 100%;
		}
	ul {
		font-size: 26px;
	}
	}

@media (max-width: 750px) {
	.img-title {
		font-size: 16px !important;
	}
}
	/* header section */
.header-wrapper {
	background: url(../../assets/image/header-image.png) #002954;
	position: fixed;
	width: 100%;
	height: 140px;
	padding: 0rem 3rem;
	z-index: 99;
	/* border-bottom: 0.5px solid #C7C7C7; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.login-btn {
	background: #CBA9A8;
	border-radius: 30px;
	padding: 5px 40px;
	color: #000 !important;
	border: 5px solid #CBA9A8;
	font-family: Work Sans;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

		.login-btn:hover {
			border: 5px solid #9D8888;
		}

	.menu {
		list-style: none;
		width: 50vw;
		padding: 0px 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.menu ul {
			width: 100%;
			margin: 0 !important;
			display: flex;
			justify-content: space-between;
		}

		.menu li {
			list-style: none;
			display: flex;
			align-items: center;
			justify-content: center;
			padding-bottom: 0px !important;
			margin-left: -35px;
		}

		.menu a {
			font-family: Work Sans;
			font-size: 24px;
			font-weight: 500;
			line-height: 33px;
			letter-spacing: 0em;
			text-align: left;
			text-decoration: none;
			color: #fff;
			/* opacity: 0.5; */
			transition: 200ms;
		}

			.menu a:hover {
				color: #fff;
				opacity: 1;
				font-weight: 600;
			}

	.mob-menu {
		display: none;
		scale: 0.65;
	}

	.open-menu {
		left: 0 !important;
	}

	.mob-menu-content {
		min-width: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		background: #000;
		transition: .8s;
	}

		.mob-menu-content li {
			text-align: center;
			margin-bottom: 5px;
			font-size: 30px;
			list-style: none;
		}

		.mob-menu-content ul {
			padding: 0;
		}

		.mob-menu-content li a {
			color: #fff;
		}

		.mob-menu-content img {
			position: absolute;
			top: 0;
			left: 0;
			padding: 30px;
		}

	.home-wrap {
	}

.home-wrap-content-1 {
	background-color: #e43a47;
	/*background-color: #4B7878;*/
	background-size: contain;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 60px;
}

		.home-wrap-content-1 img {
			width: 85%;
		}

	.home-wrap-text {
		padding-top: 90px;
		max-width: 1320px;
		color: #4D4D4D;
	}

	.home-wrap-end-content {
		background: #E2E4E7;
		display: flex;
		justify-content: center;
	}

	.section-1 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section-2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section-3 {
		padding-bottom: 50px;
	}

	.section-4 {
		padding-bottom: 100px;
	}

		.section-4 img {
			padding-right: 20px;
			width: 100%;
		}

	.section-5 {
		padding-bottom: 60px;
	}

.section-6 {
	padding-top: 35px;
	padding-bottom: 35px;
}

	.section-7 {
		background-color: #b7cfd035;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.sec-1-parg-1 {
		padding-bottom: 50px;
	}

	.intermediate-1-wrap {
		background: #F4F4F4;
		padding: 100px 0;
	}

	.sec-2-parg-1 {
		padding-bottom: 35px;
	}

.twonty-four {
	position: absolute;
	top: 70%;
	font-weight: 700 !important;
	left: 23px;
	transform: translate(0%, -50%);
	width: 300px;
	color: #ffff;
}

.twonty-four p {
	font-weight : 600 !important;
}
.sec-2-box-1 {
	background: #26496d;
	border-radius: 60px;
	padding: 70px 70px;
}

	.sec-3-box-1 {
		color: #4B7878;
		background: #fff;
		border: 1px solid #B7CFD0;
		border-radius: 40px;
		padding: 30px 40px;
		margin: 10px;
		min-height: 260px;
	}

		.sec-3-box-1:hover {
			background: #4B7878;
			color: #fff;
		}


	.sec-3-contact-card {
		padding: 20px 60px;
		background: #CBA9A8;
		position: absolute;
		top: -30px;
		border-radius: 30px;
	}

	.sec-4-box-1 {
		background: #b7cfd062;
		border-radius: 60px;
		padding: 70px 70px;
		margin-top: 50px;
	}

	.sec-5-box-1 {
		color: #4B7878;
		background: #fff;
		border: 1px solid #B7CFD0;
		border-radius: 60px;
		padding: 70px 60px;
		margin: 10px;
		min-height: 350px;
	}

		.sec-5-box-1:hover {
			background: #4B7878;
			color: #fff !important;
		}

		.sec-5-box-1 h1 {
			padding-bottom: 20px;
		}

	.sec-6-box-1 {
		border: 1px solid #B7CFD0;
		border-radius: 40px;
		padding: 30px 75px;
		margin: 10px;
		height: 150px;
		width: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.sec-6-box-1 img {
			height: 75px;
		}

	.chip-section {
		padding-bottom: 50px;
	}

	.chip-box {
		margin-right: 12px;
		margin-bottom: 12px;
		padding: 12px 24px;
		border: solid #B7CFD0;
		border-width: thin;
		border-radius: 40px;
		font-size: 26px;
		font-weight: 400;
		color: #4B4B4B;
	}

	.contact-form {
		background-color: #fff;
		border-radius: 50px;
		padding: 50px;
		margin-left: 100px;
	}

	.footer-wrap {
		background-color: #17171F;
	}

	.footer-wrap-content {
		padding: 65px 0 65px 0;
		align-items: start;
	}

	.footer-sec-1 {
		display: flex;
		flex-direction: column;
		justify-content: start;
	}

		.footer-sec-1 img {
			width: 40%;
		}

		.footer-sec-1 p {
			font-size: 15px;
			line-height: 26px;
			width: 80%;
			color: #4d4d4d;
		}

		.footer-sec-1 h6 {
			font-size: 12px;
			padding: 20px 0px;
		}

	.footer-sec-list {
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: end;
		padding-left: 30px;
	}

		.footer-sec-list ul {
			padding: 0;
		}

		.footer-sec-list a {
			color: #fff;
			transition: 200ms;
		}

			.footer-sec-list a:hover {
				color: #F8864F !important;
			}

	.footer-end {
		padding: 35px 0;
		background-color: #17171F;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #F1F5F6;
	}

		.footer-end p {
			margin-bottom: 0;
			font-family: Work Sans;
			font-size: 18px;
			font-weight: 400;
			line-height: 30px;
			letter-spacing: 0em;
			text-align: left;
			color: #CBA9A8;
			padding-right: 20px;
		}

		.footer-end ul {
			display: flex;
			font-size: 14px;
			margin-bottom: 0;
			justify-content: end;
		}

		.footer-end li {
			padding-right: 30px;
		}

		.footer-end a {
			color: #F8864F;
		}

			.footer-end a:hover {
				color: currentColor;
			}

	.login-sec {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0px 100px 100px 100px;
	}

	.login-sec-2 {
		padding: 0px 100px 0px 100px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.login-sec-2 .sub-head-text {
			text-align: center;
		}

	.hover-per {
		background-color: #4B7878;
		color: white;
	}

	.outline-border {
		border: 1px solid black;
		margin: auto;
		padding: 2px;
		color: #4B7878;
	}

.on-site li{
	padding-bottom: 0px !important;
	font-weight:600;
	color: #ffff;
}









@media (max-width: 1500px) {
	/*.twonty-four {
		position: relative !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}*/
}