:root {
	--mainColor: #383a97;


}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
}

ul {
	list-style: none;
	padding-left: 0px;
}

a {
	text-decoration: none;
}

p {
	font-size: 16px;
}

p b {
	text-transform: capitalize;
}


.banner_content h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.banner_thumb img {
	width: 100%;
	float: right;
}

.banner_content {
	position: relative;
	z-index: 9;
}

.banner_area {
	height: 100vh;
	position: relative;
	padding: 100px 0px;
	color: #fff;
	background: var(--mainColor);
}

.banner_title {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0px;
}

.banner_content p {
	color: #fff;
	margin: 1rem 0 2.3rem;
}

/* services css start */


.services_sec::before {
	content: "";
	position: absolute;
	background-size: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: .03;
	top: 0;
}

.title {
	text-align: center;
	color: #000;
	margin: 0px auto 20px;
}

.title p {
	color: #000;
}

.title h6 {
	position: relative;
	display: inline-flex;
	font-weight: 600;
	color: var(--mainColor);
}

.title h6::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: var(--mainColor);
	right: -70px;
	top: 15px;
}

.title h6::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: var(--mainColor);
	left: -70px;
	top: 15px;
}

.services_sec .title {
	color: #000;
}

.services_sec .title h6::before {
	background: var(--mainColor);
}

.services_sec .title h6::after {
	background: var(--mainColor);
}

.service_box {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 31px 2px rgba(0, 0, 0, 0.07);
	transition: .4s;
	height: 96%;
	margin-top: 15px;
}

.service_box:hover {
	transform: translateY(-7.5px);
}

.servcs_data h3 {
	font-size: 20px;
	color: #000;
}

.servcs_data p {
	font-size: 16px;
	color: #383838;
	margin-bottom: 0px;
	line-height: 26px;
}

.service_icn {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
}

.services_sec .srvc_inr .col-lg-4:nth-child(1) .service_box .service_icn {
	background: linear-gradient(120deg, #0cbbae 0%, #2ef0e1 100%);
}

.services_sec .srvc_inr .col-lg-4:nth-child(2) .service_box .service_icn {
	background: linear-gradient(120deg, #4a5cf4 0%, #858fe3 100%);
}

.services_sec .srvc_inr .col-lg-4:nth-child(3) .service_box .service_icn {
	background: linear-gradient(120deg, #f95f84 0%, #eea0b3 100%);
}

.services_sec .srvc_inr .col-lg-4:nth-child(4) .service_box .service_icn {
	background: linear-gradient(120deg, #70c97c 0%, #abeeb4 100%);
}

.services_sec .srvc_inr .col-lg-4:nth-child(5) .service_box .service_icn {
	background: linear-gradient(120deg, #bb0c8f 0%, #c081ff 100%);
}

.services_sec .srvc_inr .col-lg-4:nth-child(6) .service_box .service_icn {
	background: linear-gradient(120deg, #ecb719 0%, #f9df52 100%);
}

/* innovative */
.best_app_left .title {
	margin-left: 70px;
}


/* Counter css start */
.contter_sec {
	position: relative;
	z-index: 9;
	padding: 20px 0px 0px;
}

.counter-box-container {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

.content-box-percentage {
	text-align: center;
	position: relative;
}

.img_size {
	width: 138px;
	height: 133px;
	border: 5px solid #80808075;
	border-radius: 27%;
	padding: 26px !important;
	background-color: white;
}

.pinkBg {
	background-color: #00bcd5 !important;
	background-image: linear-gradient(90deg, #4cbff7, #1a69df);
}

.intro-banner3 .ripple {
	position: absolute;
	width: 279px;
	height: 231px;
	z-index: -1;
	left: 29%;
	top: 20%;
	opacity: 0;
	margin: -80px 0 0 -80px;
	border-radius: 100px;
	-webkit-animation: ripple 1.8s infinite;
	animation: ripple 1.8s infinite;
}

@keyframes ripple {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.why_choose {
	padding-bottom: 100px;
}

.counter-box-content {
	margin-top: 30px;
	text-align: center;
}

.counter-box-content h2 {
	font-size: 40px;
	font-weight: 600;
}

.about {
	background: url(../../img/uk/services-bg.png) !important;
	background-position: center;
	background-size: cover;
	padding: 100px 0px;
}

.sub_head h2::before {
	position: absolute;
	content: "";
	background: #000;
	width: 80px;
	height: 2px;
	left: -100px;
	top: 19px;
}




/* industries css start */
.home-industry-section {
	position: relative;
	background: transparent linear-gradient(119deg, #3B3D95 0%, #343686 100%) 0% 0% no-repeat padding-box;

}

.home-industry-section .title h2 {
	color: #fff;
}

.home-industry-section .title h6 {
	position: relative;
	display: inline-flex;
	font-weight: 600;
	color: #fff;
}

.home-industry-section .title h6::before {
	background: #fff;
}

.home-industry-section .title h6::after {
	background: #fff;
}

.same-head-box p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	margin: 25px 0px;
}

.industry-inner-section ul li a {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 250px;
	padding: 20px;
	border-radius: 15px;
	-webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, .1);
	min-width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	background: #fff;
	min-height: 185px;
}

.industry-inner-section ul li a p {
	color: #000;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 19px;
}

.industry-inner-section ul li a img {
	width: 54px;
}


/* faq css start */
.faqs {
	padding: 100px 0px;
	position: relative;
	overflow: hidden;
}

.faq-left-img {
	position: absolute;
	bottom: 0px;
	z-index: -1;
	left: 0;
}

.faq-left-img img {
	width: 75%;
}

.faq-right-img img {
	width: 75%;
	float: right;
}

.faq-right-img {
	position: absolute;
	bottom: 0px;
	z-index: -1;
	right: 0;
}

.faq_inr {
	margin-top: 25px;
}

.faqs .accordion-button {
	color: var(--mainColor);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.52px;
	padding: 25px 0px;
}

.faqs .accordion-button:not(.collapsed) {
	color: var(--mainColor);
	background-color: #0000;
	box-shadow: none;
}

.faqs .accordion-body p {
	color: #000;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.788px;
	letter-spacing: 0.36px;
	margin-bottom: 10px;
}

.faqs .accordion-item {
	border: none;
	border-bottom: 1px solid #D9D9D9;
}

.faqs .accordion-item:last-child {
	border: none;
}

.faqs .accordion-button:focus {
	border-color: none;
	box-shadow: none;
}

.faqs .accordion-body {
	padding: 0px;
	padding-bottom: 15px;
}
.faqs .accordion-body b {
    font-weight: 600;
}
.faq_inr .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
	background: none;
	content: "";
	background-size: contain;
}

.faq_inr .accordion-button::after {
	background-image: none;
	transform: none;
	background: none;
	content: "";
	background-size: contain;
}

@keyframes circle-animation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.faqs .accordion-body.accordion-body ul li {
	color: #000;
	margin-bottom: 8px;
	font-weight: normal;
}

/* technology css start */


.technology_box .grid_settings {
	display: grid;
	grid-template-columns: 1fr;
}

.technology_box .grid_settings.four_in_row {
	grid-template-columns: repeat(6, calc(100% / 6));
}

.technology_box .box {
	display: flex;
	margin-bottom: 34px;
	border: 1px solid #ebebff;
	border-radius: 10px;
	padding: 10px;
	width: 130px;
	height: 130px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 9.76362px 15.2312px rgb(35 79 132 / 20%);
	text-align: center;
}

.technology_box .img {
	width: 48px;
	flex-shrink: 0;
	margin-bottom: 12px;
}

.technology_box .img img {
	width: 100%;
}

.technology_box h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	margin-bottom: 30px;
	margin-top: 40px;
}

.technology_box h5 {
	margin-bottom: 14px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	margin-top: 0;
	line-height: 25px;
	color: #000;
}

/* portfolio section css */
.portfolio_main {
	padding: 60px 30px;
	position: relative;
	z-index: 9;
	margin-top: 20px;
}

.fixed-portfolio-box {
	max-width: 1600px;
	margin: 0 auto;
}

.fixed-portfolio-content {
	text-align: left;
}

.fixed-portfolio-content h2 {
	color: #000;
	font-size: 44px;
	font-weight: 800;
	text-align: left;
	line-height: 1.4;
	margin: 0 0 15px;
	letter-spacing: normal;
}

.fixed-portfolio-content p {
	color: #3B3B3B;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	letter-spacing: normal;
}

.fixed-portfolio-content ul {
	margin: 25px 0;
	display: flex;
	align-items: stretch;
	justify-content: start;
	gap: 20px;
	flex-wrap: wrap;
}

.fixed-portfolio-content ul li {
	background: #fff;
	padding: 8px 16px;
	border-radius: 40px;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
}

/*==================================== Book demo Section Start ====================================*/
.book_demo_section {
	margin-bottom: 100px;
	background: transparent linear-gradient(119deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
	text-align: center;
	padding: 50px 0px;
	overflow: hidden;
}

.book_demo h5 {
	color: #fff;
	font-size: 16px;
}

.book_demo h3 {
	color: #fff;
	margin: 20px 0px !important;
	font-size: 31px;
	text-transform: capitalize;
	font-weight: 600;
}

.book_btn {
	box-shadow: 0 8px 35px #f0736d14;
	background: #fff;
	color: #000;
	padding: 12px 30px;
	text-decoration: none;
	border-radius: 50px;
	display: inline-flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	font-size: 18px;
	font-weight: 500;
}

.our_process {
	background: transparent linear-gradient(119deg, #0205ae 0%, #0D3568 100%) 0% 0% no-repeat padding-box;

}

.our_process .title h6 {
	color: #fff;
}

.our_process .title h6::before {
	background: #fff;
}

.our_process .title h6::after {
	background: #fff;
}

.our_process .title h2 {
	color: #fff;
}

.process_main {
	display: none;
}

/* best app css start */


.img_wrpp img {
	width: 70%;
	float: right;
}


/* counter section css start */
.counter {
	padding: 100px 0px;
	background: #f2f4ff;
}

.reviews {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.rating h4 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}

.reviews i {
	color: rgb(252, 159, 28);
	font-size: 14px;
}

.rating h6 {
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	margin-bottom: 0px;
}

.counter_inr {
	flex-grow: 1;
	margin-right: 15px;
	margin-bottom: 15px;
}

.counter_main {
	display: flex;
	align-items: center;
}

.count_wrp span {
	padding-left: 25px;
}

.count_wrp h6 {
	font-size: 40px;
	color: #000;
	margin-bottom: 0px;
	border-left: 3px solid #d9d9d9;
	padding-left: 25px;
	font-weight: 600;
}

@media screen and (max-width: 1440px) {

	.counter_main {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.counter_inr {
		margin-right: 15px;
	}

	.count_wrp h1 {
		border-left: 0
	}
}

@media screen and (max-width: 991px) {


	.counter_main {
		display: flex;
		align-items: center;
	}

	.counter_inr {
		width: 30%;
		margin-right: 0;
		flex-grow: inherit;
	}

	.count_wrp h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {

	.counter_inr {
		width: 30%;
		margin-right: 0;
	}

	.counter {
		padding: 50px 0px;
		margin-top: 45px;
	}

	.count_wrp h6 {
		font-size: 30px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 529px) {
	.count_wrp {
		text-align: center;
	}

	.count_wrp span {
		padding-left: 0;
	}

	.counter_inr {
		width: 47%;
	}

}

@media screen and (max-width: 425px) {

	.counter_inr {
		width: 65%;
		margin-right: 0;
	}

	.counter_main {
		gap: 30px;
	}
}

/* counter section css end */

/* portfolio */

.portfolio {
	padding: 100px 0;
}

.cta_wrap .swiper-slide {
	padding: 50px;
	color: #fff;
	height: 100%;
	border-radius: 30px;
}

.horse-selling {
	background: #15233b;
}

.muzlim {
	background: #ea2e68;
}

.mint-jwelles {
	background: #c78f24;
}

.travel-booking {
	background: #465591;
}

.seikh-property {
	background: #537edd;
}

.exp_img {
	height: 380px;
}

.exp_img img {
	object-fit: contain;
	height: 100%;
}

.exp_img img {
	width: 100%;
	max-width: 450px;
}

.owl-nav {
	display: none;
}

.counter_app {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.portfolio .app_btns {
	margin: 30px 0;
}

/* portfolio */

/* Address Area */

.address-area .map{
	position: relative;
	width: 100%;
	height: 100%;
}


.address-area .address-contact {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 45px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 40px 60px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 10%;
    top: 20%;
    z-index: 99;
    width: 30%;
}

.address-area .address-contact h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.address-area .address-contact .iconbox{
	display: flex;
	align-items: start;
	justify-content: start;
	column-gap: 25px;
	margin-bottom: 20px;
	margin-right: 80px;
}

.address-area .address-contact .iconbox  i{
	color: rgba(0,0,0);
	font-size: 22px;
    line-height: 25px;
}

.address-area .address-contact .iconbox .iconbox-heading, 
.address-area .address-contact .iconbox .iconbox-heading a{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: rgba(0,0,0);
	margin-bottom: 0;
}