@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(10px);
	}
	100% {
		transform: translatey(0px);
	}
}
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: 'Cairo', sans-serif;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	font-size: 22px;
	color: #FFE1E2;
}

ul li a,
a {
	text-decoration: none;
}

h1 {
	font-size: 60px;
	font-weight: 700;
	color: #FFE1E2;
}

.btn_style {
	background: #F5A72A !important;
	color: #2F3560 !important;
	padding: 4px 29px 8px 29px !important;
	border-radius: 7px;
	font-size: 21px !important;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.section-title {
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 62px;
	font-weight: 700;
	color: #FFE1E2;
	text-align: center;
}

.section-padding {
	padding: 100px 0;
}

.btn_style:hover {
	background-color: #FFE1E2 !important;
}

.btn_stylew {
	background-color: #FFE1E2 !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.btn_stylew:hover {
	background-color: #F5A72A !important;
}

.btn_banner a {
	width: 191px;
	text-align: center;
	margin: 0 10px;
	margin-right: 0;
}



/* Humber menu area start  */
.humberMenu {
	display: inline-block;
	cursor: pointer;
	display: none;
}

.bar1,
.bar2,
.bar3 {
	width: 32px;
	height: 3px;
	background-color: #FFE1E2;
	margin: 6px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: translate(0, 9px) rotate(-45deg);
	-ms-transform: translate(0, 9px) rotate(-45deg);
	transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: translate(0, -9px) rotate(45deg);
	-ms-transform: translate(0, -9px) rotate(45deg);
	transform: translate(0, -9px) rotate(45deg);
}

.mobileLogo img {
	width: 74px;
}



/*===========================  Start Header Section  ===========================*/

.main {
	background: url('../images/bg.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	overflow-x: hidden;
}
.home-page2{
	position: relative;

}
.home-page2::after {
	background: url('../images/dy.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	background-position: center;
	content: "";
	background-size: 400px 400px;
	background-repeat: no-repeat;
	width: 100%;
	animation: fadeIn 5s;
	animation: float 6s ease-in-out infinite;
	height: 100%;
	z-index: 3;
	left: -102px;
	bottom: 174px;
}
.home-page{
	position: relative;
}
.home-page::before {
	background: url('../images/sp.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	content: "";
	animation: fadeIn 4s;
	/* background-size: 450px 650px; */
	background-repeat: no-repeat;
	animation: float 4s ease-in-out infinite;
	width: 450px;
	height: 650px;
	z-index: 3;
	left: 220px;
	bottom: 105px;
}
.home-page::after {
	background: url('../images/logo2.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	content: "";
	background-size: 400px 400px;
	background-repeat: no-repeat;
	animation: fadeIn 3s;
	width: 400px;
	height: 400px;
	z-index: 2;
	left: 338px;
	bottom: 350px;
}
.header_main {
	padding: 30px 0;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 9;
}
.banner_text {
	max-width: 630px;
	width: auto;
	padding: 180px 0 220px 0;
	position: relative;
	z-index: 9;
}
.btn_banner {
	margin-top: 20px;
}
.logo a {
	color: #FFE1E2;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}

.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu ul li a {
	display: inline-block;
	color: #FFE1E2;
	margin: 0 18px;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu ul li a.active,
.menu ul li a:hover {
	color: #F5A72A;
}

.menu ul li a img {
	width: 90px;
	height: auto;
}

.banner_text h1 {
	padding-bottom: 40px;
}

.banner_text p {
	padding: 12px 0;
}

.home_button_sub.text-center p {
	color: #333966;
	font-size: 16px;
	padding: 20px 0;
	font-weight: 700;
}
.footer_home {
	position: relative;
	/* background-color: #474e85; */
	z-index: 9999;
}

.service_btn.text-center {
	padding-bottom: 150px;
	position: relative;
	z-index: 99999;
}
.footer_home::before {
	background: url('../images/footer.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	position: absolute;
	right: 0px;
	bottom: 0;
	content: "";
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	z-index: 9;
}
/*===========================  End Header Section  ===========================*/

/*===========================  START SERVICE AREA  ===========================*/
.services_main {
	background: url('../images/bg.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	position: relative;
}
.services_sub{

}
.services_sub::after {
	background: url('../images/dy.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	content: "";
	background-size: 400px 400px;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	z-index: 0;
	left: 330px;
	top: 145px;
}
.services_sub::before {
	background: url('../images/footer2.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	background-position: center;
	content: "";
	background-size: 100% 400px;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	z-index: 3;
	left: 0px;
	bottom: -122px;
}
.services_main::before {
	background: url('../images/man.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	content: "";
	/* background-size: 450px 650px; */
	background-repeat: no-repeat;
	width: 400px;
	height: 600px;
	z-index: 3;
	left: 335px;
	bottom: -76px;
}
.services_main::after {
	background: url('../images/logo2.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	content: "";
	background-size: 400px 400px;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	z-index: 2;
	left: 340px;
	bottom: 175px;
}
.banner_area_services_text h1 {
	padding-bottom: 52px;
}
.banner_area_services_text p{
	padding-bottom: 20px;
}
.banner_area_services_text{
	max-width: 630px;
	width: auto;
	padding: 160px 0 224px 0;
	position: relative;
	z-index: 9;
}

.service_area {
	background: #2D3766;
	z-index: 1;
	position: relative;
}

.service_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.service_content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	background: #454C80;
	border-radius: 0 25px 25px 0;
	padding: 25px 70px;
}

.service_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	position: relative;
	z-index: 9;
}

.service_img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 90%;
	right: -180px;
	top: 10px;
	background: url(../images/service/shape.png) no-repeat scroll center center / 100% 100%;
}

.service_img img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.service_content h2 {
	color: #FFE1E2;
	font-size: 36px;
	font-weight: 600;
}

.service_content h3 {
	color: #FAFD65;
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0;
}

.service_item_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
}

.service_icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	gap: 12px;
	margin-bottom: 25px;
}

.service_icons p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
}

.service_icons img {
	width: 50px;
}

.service_btn a {
	padding: 20px 46px !important;
	background: #E94949 !important;
	border-radius: 25px;
	color: #fff !important;
	max-width: 350px;
	width: 100%;
}

.service_btn a:hover {
	color: #2D3766 !important;
}

.footer_services {
	background-color: #2D3766;
	position: relative;
	margin-top: -67px;
	z-index: 9;
}


.footer_services::before {
	background: url('../images/footer.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	position: absolute;
	right: 0px;
	bottom: 0;
	content: "";
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}


/*===========================  End SERVICE AREA  ===========================*/
/*===========================  End SERVICE AREA  ===========================*/

.about_area {
	background: #2D3766;
	padding: 40px 0 170px 0;
	position: relative;
}
.banner_about {
	padding-top: 415px;
}
.about_main_possition{
	position: relative;
}
.about_main_possition::after {
	background: url('../images/logo2.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	background-position: center;
	content: "";
	background-size: 320px 320px;
	height: 320px;
	background-repeat: no-repeat;
	width: 320px;
	z-index: 1;
	margin: auto;
	left: 14px;
	right: 0;
	top: 200px;
}
.about_main_possition::before {
	background: url('../images/dy.png') no-repeat scroll 0 0 / contain;
	position: absolute;
	background-position: center;
	content: "";
	height: 320px;
	width: 320px;
	background-size: 320px 320px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 260px;

}
.about_area::after {
	content: "";
	position: absolute;
	left: 0;
	top: -200px;
	width: 100%;
	height: 200px;
	background-color: #2D3766;
	z-index: -1;
}

.about_main {
	background: url('../images/bg4.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	padding-bottom: 320px;
}

.about_banner_text img {
	height: 450px;
	width: auto;
}

.about_content p {
	padding-bottom: 30px;
}

/* single person area  */
.about_single_person_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-column-gap: 58px;
	-moz-column-gap: 58px;
	column-gap: 58px;
	row-gap: 30px;
	padding-top: 90px;
}

.about_single_person {
	text-align: center;
}

.about_sinlge_person_img {
	position: relative;
}

.about_sinlge_person_img::before {
	background: url('../images/man/all.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	position: absolute;
	right: 0px;
	left: 0;
	bottom: -21px;
	content: "";
	background-size: 44px 44px;
	background-repeat: no-repeat;
	width: 44px;
	height: 44px;
	z-index: 1;
	margin: auto;
}


.about_sinlge_person_img img {
	width: 165px;
}

.about_sinlge_person_text {
	padding-top: 30px;
}

.about_sinlge_person_text h3 {
	font-size: 16px;
	color: #FFE1E2;
	font-weight: 700;
}

.about_sinlge_person_text p {
	font-size: 11px;
	color: #FFE1E2;
}



/*===========================  End SERVICE AREA  ===========================*/
/*===========================  End SERVICE AREA  ===========================*/

.work_main {
	background-color: #2D3766;
}

.work_text {
	padding: 90px 0;
}

.work_text h1 {
	padding-bottom: 40px;
}

.work_button_area {
	position: relative;
	background-color: #2D3766;
	padding-top: 150px;
}


.work_button_area::before {
	background: url('../images/footer.png') no-repeat scroll 0 0 / cover;
	background-position: center;
	position: absolute;
	right: 0px;
	bottom: 0;
	content: "";
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.home_button_sub {
	position: relative;
	z-index: 9;
}

/* company area start  */
.company_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 50px;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.company_single_item img {
	max-height: 80px;
	height: auto;
	max-width: 140px;
	width: auto;
}

/*===========================  End SERVICE AREA  ===========================*/

.grid-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid-flex .cols-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% - 3rem);
	flex: 0 1 calc(100% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.grid-flex .cols-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(50% - 3rem);
	flex: 0 1 calc(50% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.grid-flex .cols-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(33% - 3rem);
	flex: 0 1 calc(33% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.grid-flex .cols-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(25% - 3rem);
	flex: 0 1 calc(25% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.grid-flex .cols-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(20% - 3rem);
	flex: 0 1 calc(20% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.grid-flex .cols-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(16% - 3rem);
	flex: 0 1 calc(16% - 3rem);
}

@media screen and (max-width: 1023px) and (min-width:768px) {
	.grid-flex .cols-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 3rem);
		flex: 0 1 calc(50% - 3rem);
	}
}

@media screen and (max-width: 767px) {
	.grid-flex .cols-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.card {
	position: relative;
	margin: calc(3rem / 2) calc(3rem / 2);
	background: white;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.card a {
	text-decoration: none;
}

.card h3 {
	height: 55px;
	margin: 0;
}

.card p {
	margin-bottom: 3rem;
}

.card hr {
	margin: calc(3rem / 2) 0;
}

.card .content {
	padding: calc(3rem / 2);
}

.card .content small {
	color: rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
	font-size: 0.75rem;
}

.card-link {
	font-size: 1.15rem;
	line-height: 1.75;
	background: white;
}

.card-link .icon-link {
	text-align: right;
	color: rgba(0, 0, 0, 0.65);
	bottom: 1rem;
	right: 1rem;
	position: absolute;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.truncate {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.truncate h3 {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.box {
	background: transparent;
}

.codepain_item_area {
	padding-top: 50px;
}

.services_container{
	max-width: 1200px !important;
}
.service_content p {
	max-width: 663px;
}

