/*
Theme Name: fujairah
*/

@font-face {
	font-family: Roboto;
	src: url(../fujairah/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../fujairah/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(../fujairah/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(../fujairah/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.bypostauthor {}


/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
	 font-family: "Poppins", sans-serif !important;
	--RedColor: #2B88FB;
	--BlueColor: #0c498a;
	--TextColor: #000000;
	--LightBg: #030303;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #000000;
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color: var(--TextColor);
	font-size: 16px;
	line-height: 28px;
}


 li{
	color: var(--TextColor);
	font-size: 16px;
	line-height: 28px;
}

::selection {
	background: #2B88FB;
	color: #fff;
}

::-moz-selection {
	background: #2B88FB;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: rgba(100, 69, 64, 0.8);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(100, 69, 64, 1);
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/* -webkit-transform: translate(0, -50%); */
	-ms-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: #797979;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*----*/


.solutionscroll .slick-dots,
.testimonialsscroll .slick-dots,
.services-scroll .slick-dots {
	bottom: -30px !important;
}



.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #003884;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll li button:before,
.testimonialsscroll li button:before,
.services-scroll li button:before {
	display: none;
	visibility: hidden;
}



.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #747474;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #313131;
}

.footerwrapper {
	width: 100%;
	height: auto;
	background: url(../fujairah/assets/img/fujairah/footerbg1.webp) top no-repeat #ffffff;
	padding-top: 0px;
	background-size: cover;
}
.page-id-6 .footerwrapper{
	background: url(../fujairah/assets/img/fujairah/footerbg1.webp) top no-repeat #ffd4fc;
	height:auto;
	background-size:cover;
}
.footer-credit {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
}

.footer-credit p {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

.footerwrapper p i {
	margin-right: 8px;
}

.footer-credit p a {
	color: #fff;
	text-decoration: none;
}

.footer-credit p a:hover {
	color: #000;
}

.footer-credit .col-lg-6:last-child p {
	text-align: right;
}

.footerwrapper .col-lg-3 ul,
.footerwrapper .col-lg-6 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.footerwrapper .col-lg-3 ul li,
.footerwrapper .col-lg-6 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ffffffe0;
	line-height: normal;
}


.footerwrapper .col-lg-3 ul li a,
.footerwrapper .col-lg-6 ul li a {
	font-size: 15px;
	padding: 6px 0px;
	margin: 0;
	width: 100%;
	color: #ffffffe0;
	transition-duration: 0.3s;
	font-weight: 400;
	line-height: normal;
	display: block;
}

.footerwrapper .col-lg-3 ul li a:hover,
.footerwrapper .col-lg-6 ul li a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 1;
}

.footerwrapper .col-lg-4 p,
.footerwrapper .col-lg-3 p {
	color: #ffffffe0;
	text-decoration: none;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}

.footerwrapper .col-lg-3 p:last-child {
	padding: 0;
	margin: 0;
}

.footerwrapper .col-lg-3 p a {
	color: #ffffffe0;
	text-decoration: none;
}

.footerwrapper h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

.footerwrapper .col-lg-12 .row {
	margin-left: 0px;
	margin-right: 0px;
}

.footerwrapper .col-lg-12 .row .col-lg-4 {
	padding: 0px 0px;
	text-align: center;
	border-right: 1px solid #5580ad;
	min-height: 95px;
}

.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
	border-right: none;
}


.footerwrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 170px;
}
.get {
	position: absolute !important;
	right: 11%;
	top: 42%;
	text-align: center;
	background: #fff;
	padding: 12px 4px;
	border-radius: 10px;
}
.get a{
	color: #000;
}
.get a:hover{
	text-decoration: none;
}
.footer-credit .container{
    border-top: 1px solid #ffffff8c;
    padding-top: 20px;
    padding-bottom: 0px;
}


@keyframes dots-anim-two {
	0% {
		top: -65px;
		left: 40%;
	}



	50% {
		top: 40px;
		left: 40%;
	}




	100% {
		top: 40px;
		left: 45%;
	}
}

.blog-enquiry-wrapper .curve-styles-wrap #curve-styles {
	fill: var(--LightBg);
	transform: rotate(180deg);
}

.curve-styles-wrap {
	width: 100%;
	overflow: hidden;
	height: 84px;
	position: absolute;
	z-index: 900;
	top: -84px;

}

.page-heading {
	width: 100%;
	padding: 0;
	margin: 0px 0px 45px 0px;
	color: #000000;
	font-size: 44px;
	font-weight: 700;
}

.page-heading font {
	position: relative;
	z-index: 200;

}

.aboutus .page-heading font{
	position: relative;
}
.aboutus .page-heading font:after {
    border-bottom: 2px solid #0C7EA3;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;

    z-index: -1;
}


.enquiry-form input[type=text],
.enquiry-form input[type=email] {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 42px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form textarea:focus,
.enquiry-form input:focus {
	border-color: #2B88FB;
}

.enquiry-form textarea {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 90px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form .wpcf7-submit {
	width: 100%;
	padding: 0;
	margin: -7px 0px 0px 0px;
	height: 42px;
	border-radius: 3px;
	background: #2B88FB;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.enquiry-form .col-lg-12 {
	position: relative;
	padding-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	padding: 4px 0px;
	margin: 0;
	font-size: 13px;
}

.enquiry-form .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.blog-item {
	color: var(--TextColor);
	text-decoration: none;
}

.blog-item span {
	width: 100%;
	height: 275px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: none;
	margin-bottom: 16px;
	display: block;
	background: #2B88FB82;
}

.blog-item span img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.blog-item h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-item .date-div {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: rgba(12, 73, 138, 0.9);
	border-radius: 5px;
	width: 70px;
	padding: 5px 0px 8px 0px;
}

.blog-item .date-div h5 {
	color: #fff;
	padding: 0;
	margin: -3px 0px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.blog-item .date-div h2 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.blog-item:hover {
	text-decoration: none !important;
}

.blog-item:hover img {
	opacity: 0.2;
}

.blog-item:hover h6 {
	text-decoration: none !important;
	color: #2B88FB;
}

.blog-item span i {
	position: absolute;
	top: 40%;
	opacity: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 28px;
	z-index: 950;
	transition-duration: 0.3s;
	color: #fff;
}

.blog-item:hover span i {
	top: 50%;
	opacity: 1;
}

.bannerslider-item .col-lg-7 .banner-imagecon {
	width: 100%;
	height: calc(100vh - 100px);
	object-fit: cover;
	overflow: hidden;
	clip-path: circle(59% at 60% 30%);
}

.bannerslider-item .col-lg-7 .banner-imagecon::before {
	width: 100%;
	height: 250px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;

	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.bannerslider-item .col-lg-7 .banner-imagecon img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.banner-slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slider-wrap .container-fluid {
	position: relative;
}

.banner-bg-style {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -5;
	height: calc(100vh - 100px);
}

.banner-slider-wrap .container-fluid,
.banner-slider-wrap .container-fluid .row .col-lg-5,
.banner-slider-wrap .container-fluid .row .col-lg-7 {
	padding-left: 0px;
	padding-right: 0px;
}

.banner-slider-wrap .container-fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}

.header-wrapper {
	width: 100%;
	z-index: 1020;
	position: fixed;
	left: 0px;
	top: 0px;
}

.header-wrapper .col-lg-7 {
	padding-top: 22px;
	transition-duration: 0.3s;
}

.header-wrapper .col-lg-7 .mega-menu-link {
	font-weight: 500 !important;
}

@media screen and (min-width: 980px) {
	.header-logo img {
			width: 70%!important;
			height: 102px!important;
		}
	#mega-menu-item-35 .mega-menu-link {
		background: #2B88FB !important;
		color: #fff !important;
	}

	.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #ffffff;
	}
}

.header-logo img {
    width: 30%;
    height: 100px;
    object-fit: contain;
	padding-bottom: 15px;
    transition-duration: 0.3s;
}

.page-id-6 .header-wrapper {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 15px;
	transition-duration: 0.3s;
	padding-bottom: 35px;
    background:url(../fujairah/assets/img/fujairah/headerbg.webp) no-repeat bottom;
	background-size: cover;
	
}
 .header-wrapper {
     padding-left: 75px;
     padding-right: 75px;
     padding-top: 15px;
     transition-duration: 0.3s;
     padding-bottom: 11px;
     background: #061fc8;
 }
.f-nav .header-wrapper {
	background: #0722ca;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-bottom: 5px;
}

.f-nav .header-wrapper .header-logo img {
	height: 70px;
	width: auto;
}

.f-nav .header-wrapper .col-lg-7 {
	padding-top: 15px;
}

.banner-caption {
	width: 100%;
	height: calc(100vh - 100px);
	display: table;
	padding-left: 90px;
}
.banner-caption h3 {
    color: #fff;
    font-weight: 300;
    font-size: 48px;
}
.banner-caption span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
}

.banner-caption span h2 {
    width: 100%;
    margin: 0px 0px 15px 0px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
}

.banner-caption span p {
	margin-bottom: 25px;
	color: #fff;
}

.banner-caption span h2 font {
	position: relative;
	z-index: 200;
}



.readmore-btn {
	font-size: 15px;
	color: #fff;
	background: #2B88FB;
	font-weight: 500;
	width: 125px;
	height: 34px;
	position: relative;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	transition-duration: 0.3s;
}

.readmore-btn:before {
	width: 135px;
	height: 34px;
	position: absolute;
	left: -7px;
	top: -2px;
	content: '';
	transition-duration: 0.3s;
}

.readmore-btn:after {
	width: 125px;
	height: 44px;
	position: absolute;
	left: -2px;
	top: -7px;
	content: '';
	transition-duration: 0.3s;
}
.banner-btn{
	background-color: #0922bf;
	border-radius: 4px!important;
	line-height: 34px;
}
.readmore-btn:hover {
	background: #0922bf;
	color: #fff;
	text-decoration: none;
}

.readmore-btn:hover:before {
	width: 125px;
	left: -2px;
}

.readmore-btn:hover:after {
	height: 34px;
	top: -2px;
}

.banner-bottom-div font {
	background: #fff;
}

.banner-bottom-div:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #eeeeee;
	z-index: -1;
}

.banner-bottom-div .col-lg-8 font {
	float: right;
	padding-left: 45px;
}

.banner-bottom-div .col-lg-8 font h2 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.banner-bottom-div .col-lg-8 font h2 a {
	color: #000;
	text-decoration: none;
}

.banner-bottom-div .col-lg-8 font h6 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.banner-bottom-div .col-lg-8 font h6 a {
	color: #2B88FB;
	text-decoration: none;
}


.banner-bottom-div .col-lg-4 h5 {
	padding: 0;
	margin: 25px 0px 0px 0px;
	color: var(--TextColor);
	font-size: 16px;
}

.banner-bottom-div .col-lg-4 h5 font {
	background: #fff;
	padding-right: 45px;
	position: relative;
	padding-left: 30px;
}

.banner-bottom-div .col-lg-4 h5 font i {
	color: #2B88FB;
	position: absolute;
	left: 0px;
	top: 1px;
}

.partners-scroll img {
	width: auto !important;
	height: 40px;
	object-fit: cover;
}

.partners-scroll {
	margin-top: 80px;
}

.partners-scroll div {
	padding-left: 25px;
	padding-right: 25px;
}

.services-wrap {
	width: 100%;
	background: var(--LightBg);
	position: relative;
	margin-top: 200px;
}

.services-wrap .container {
	position: relative;
}



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



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.service-item {
	position: relative;
	z-index: 100;
	text-decoration: none !important;
}

.service-item p {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-item h4 {
	width: 100%;
	padding: 0;
	margin: 16px 0px 16px 0px;
	font-size: 20px;
	display: block;
	transition-duration: 0.3s;
}

.service-item span {
	width: 90px;
	height: 90px;
	border: 2px solid #003884;
	display: inline-block;
	border-radius: 50%;
	border-bottom-left-radius: 0px;
}

.service-item span img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}

.service-item:hover h4 {
	color: #2B88FB;
}

.services-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.services-wrap .col-lg-4 {
	padding-left: 30px;
	padding-right: 30px;
}

.services-wrap .curve-top .st0,
.services-wrap .curve-bottom .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: var(--LightBg);
}

.services-wrap .curve-top {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -150px;
	z-index: -1;
}

.services-wrap .curve-top svg,
.services-wrap .curve-bottom svg {
	height: 163px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.services-wrap .curve-bottom {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -150px;
	transform: rotate(180deg);
	z-index: -1;
}

.about-wrapper {
	margin-top: 20vh;
	background: url(../fujairah/assets/img/fujairah/fujabtbg.webp) no-repeat top;
	background-size: cover;
	padding-bottom:100px;
}

.about-wrapper .container {
	position: relative;
}

.cloud-img {
    bottom: -153px;
    right: 14px;
	animation: move 4s infinite alternate;
}

@keyframes move {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(-10px, -10px);
    }
}
@keyframes aboutdotanim {
	0% {
		top: -50px;
	}



	50% {
		top: 100px;
	}



	100% {
		top: -50px;
	}
}

.about-wrapper p {
	text-align: left;
	padding-right: 30px;
}

.about-wrapper .about-image {
	width: 100%;
	height: 490px;
	
	border-radius: 5px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
}
.aboutus {
	margin-top: 50px;
}
.about-wrapper .about-image img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    margin-top: 40px;
}

.about-wrapper .col-lg-6:first-child {
	padding-right: 50px;
	position: relative;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}
.solutions-wrapper p{
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
	

}
.solutions-wrapper {
    padding-top: 85px;
    width: 100%;
    overflow: hidden;
    background: url(../fujairah/assets/img/fujairah/servicebg.webp) no-repeat bottom;
    background-size: cover;
    padding-bottom: 260px;
	position: relative;
}

.solutions-wrapper h1 {
	text-align: center;
}

.solutions-wrapper .solution-item {
	text-decoration: none !important;
}

.solutions-wrapper .solution-item span {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #003884;
}

.solutions-wrapper .solution-item span img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	transition-duration: 0.3s;
	position: relative;
}

.solutions-wrapper .solution-item p {
	padding: 0;
	margin: 0;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.solutions-wrapper .solution-item h4 {
	width: 100%;
	padding: 0;
	margin: 20px 0px 10px 0px;
	font-size: 22px;
    text-align: center;
	font-weight: 400;
	transition-duration: 0.3s;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	bottom: 15px;
}
.solutions-wrapper .solution-item h4:hover {
background-color: #24247b;
}
.solutions-wrapper .solution-item:hover h4 {
	color: #fff;
}

.solutions-wrapper .solution-item:hover img {
transform: scale(1.1);
}

.solutions-wrapper .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solutions-wrapper .solution-item:hover i {
	top: 50%;
	opacity: 1;
}


.banner-slider-wrap .banner-circle-anim {
	position: absolute;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 36%;
	top: 15vh;
	z-index: -3;
	opacity: 0.12;
}



@keyframes banner-circle-one {
	0% {
		width: 20px;
		height: 20px;
	}



	50% {
		width: 80px;
		height: 80px;
	}



	100% {
		width: 20px;
		height: 20px;
	}
}

@keyframes banner-circle-two {
	0% {
		width: 80px;
		height: 80px;
	}



	50% {
		width: 20px;
		height: 20px;
	}



	100% {
		width: 80px;
		height: 80px;
	}
}




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



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: #ffffff;
}



.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	color: #ffffff;
}

.innerpage-header {
    width: 100%;
    background: #ffffff;
    height: 340px;
    margin-top: 110px;
    position: relative;
}

.innerpage-header .container {
	position: relative;
}


.innerpage-header h2 {
	width: 100%;
	text-align: center;
	color: #000000;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-weight: 500;
	font-size: 21px;
}

.innerpage-header h2 font {
	position: relative;
}
@keyframes square-to-circle {
    0% {
        border-radius: 0;
        /* Square */
    }

    100% {
        border-radius: 50%;
        /* Circle */
    }
}
.innerpage-header h2 font:before {
	width: 50px;
	height: 50px;
	border: 5px solid #303438;
	border-radius: 0%;
	position: absolute;
	left: 20%;
	top: -20px;
	z-index: -2;
	content: '';
	animation: square-to-circle 2s infinite alternate;
	opacity: 0.3;
}

.innerpage-header h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	opacity: 0.8;
}

.innerpage-header h6 span a,
.innerpage-header h6 span span {
	padding-left: 8px;
	padding-right: 8px;
}

.innerpage-header h6 a {
	color: #000000;
	text-decoration: none;
}

.innerpage-header h6 a:hover {
	color: #2B88FB;
}

.innerpage-header .pageheading-middle {
	width: 100%;
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 15%;
	display: table;
	height: 260px;

}

.innerpage-header .pageheading-middle div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.innerpage-header img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
	object-position: top;
}

.innerpage-content-wrap {
    padding-top: 100px;
    padding-bottom: 0;
}
.contact-page input[type=text], .contact-page input[type=email] {
    width: 100%;
        background: none;
        border: 1px solid #7fedf3;
        height: 42px;
        border-radius: 3px;
        outline: none;
        padding-left: 15px;
        font-size: 15px;
        transition-duration: 0.3s;
        background-color: #dddddd00;
}

.contact-page textarea:focus,
.contact-page input:focus {
	border-color: #fff;
}

.contact-page textarea {
    width: 100%;
    background: none;
    border: 1px solid #7ff1f8;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #dddddd00;
}
.contact-page .wpcf7-submit:hover{
	background: #2c2c80;
}
.contact-page .wpcf7-submit {
	width: 50%;
	padding: 0;
	margin: -7px auto 0;
	display: block;
	height: 42px;
	border-radius: 3px;
	background: #2B88FB;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.contact-page .col-lg-6,
.contact-page .col-lg-12 {
	padding-bottom: 17px;
}

.contact-page .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.contact-page h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
}

.google-maps {
    position: relative;
    padding-bottom: 400px;
    height: 96%;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-page .contact-item {
	width: 100%;
	position: relative;
	padding-left: 90px;
	margin-bottom: 20px;
}

.contact-page .contact-item:last-child {
	margin-bottom: 0px;
}

.contact-page .contact-item font {
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-page .contact-item h6 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #003884;
}

.contact-page .contact-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.contact-page .contact-item a {
	color: var(--TextColor);
	text-decoration: none;
}

.contact-page .contact-item font {
	width: 65px;
    height: 65px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 3px;
    background: #2B88FB;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
}

.page-container {
	width: 100%;
	overflow-x: hidden;
}

.post-single .col-lg-4 .post-image {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 45px;
}

.post-single .col-lg-4 .post-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-single .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #2B88FB;
}

.post-single .col-lg-4 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	   background-color: #2B88FB26;
    border-radius: 10px;
    margin: 10px 0px;
    padding:10px;
}


 

.post-single .col-lg-4 ul li {
	list-style: none;
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.post-single .col-lg-4 ul li a {
	color: var(--TextColor);
	padding: 0;
	margin: 0;
}

.post-single .col-lg-4 ul li a:hover {
	text-decoration: none;
	color: #003884;
}

.post-single .col-lg-8 {
	text-align: justify;
}

.blog-date-style {
	width: 100%;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #003884;
	background: rgb(12 73 138 / 6%);
    border-radius: 3px;
    width: 90px;
}



.blog-heading-style {
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
}

.blog-page .blog-item {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: inline-block;
}

.carousel-item {
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.solution-page .solution-item {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 20px 0px;
    clip-path: polygon(50% 0%, 100% 27.8%, 100% 100%, 0% 100%, 0% 27.8%);
}

.solution-page .solution-item span {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #f0f7ff2c;
}

.solution-page .solution-item span img {
	width: 100%;
	height: 350px;
	transition-duration: 0.3s;
	object-fit: cover;
}

.solution-page .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solution-page .solution-item:hover img {
	opacity: 0.9;
	transform: scale(1.1);
}

.solution-page .solution-item h4 {
    font-size: 17px;
    padding: 6px;
    border: none;
    line-height: normal;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    color: #000000;
    background: #fdfdfda1;
    width: 74%;
    margin: auto;
    border-radius: 9px;
}
.solution-page .solution-item:hover h4 {
	color: #fff;
	background:#0922c9;
}

.solution-page .solution-item:hover {
	text-decoration: none;
}

.testimonials-page .testimonial-item {
	margin-bottom: 25px;
}

.testimonials-page .testimonial-item h6 {
	position: relative;
	bottom: 0px;
	padding: 0;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.testimonials-page .testimonial-item:after {
	display: none;
	visibility: hidden;
}

.ourteam-item {
	width: 100%;
	height: 380px;
	background: #fff;
	display: inline-block;
	position: relative;
	border-radius: 2%;
	transition-duration: 0.3s;
	cursor: pointer;
	margin-top: 15px;
	box-shadow: 0px 0px 5px 0px #0000003b;
}

.ourteam-item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.ourteam-item span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	/*border-radius: 50%;*/
	overflow: hidden;
	display: inline-block;
	border-top-right-radius: 0px;
	transition-duration: 0.3s;
}

.ourteam-item span img {
    width: 100%;
    /*border-radius: 50%;*/
    height: 100%;
    object-fit: cover;
    transition-duration: 0.3s;
    padding: 15px;
}
.ourteam-item .team-content {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 12px 0px;
	background: rgba(255, 255, 255, 0.8);
	
}

.ourteam-item .team-content h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--TextColor);
	font-weight: normal;
}

.ourteam-item .team-content h5 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: #003884;
	font-weight: 500;
}

.ourteam-item font {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 20px;
	top: 20px;
	line-height: 35px;
	color: #2B88FB;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(248, 40, 40, 0.5);
	z-index: 900;

}

.ourteam-item:hover span,
.ourteam-item:hover span img {
	width: 100%;
	height: 380px;
	border-radius: 15px;
}
.ourteam-item:hover{
	border-radius:15px;
}
.team-inner{
	padding-bottom: 7%;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

.page-id-101 .innerpage-content-wrap h4 {
	margin-bottom: 25px;
}

.overview-wrapper {
	margin-top: 100px;
	text-align: justify;
	margin-bottom: 50px;
}

.overview-wrapper .col-lg-7 h4 {
	font-size: 22px;
	padding: 0;
	text-align: left;
	margin: 0px 0px 30px 0px;
	line-height: 32px;
}

.overview-wrapper .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	position: relative;
	overflow: hidden;
}

.overview-wrapper .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #2B88FB;
	color: #fff !important;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 1050;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}




@media screen and (max-width: 1024px) {
	.services-wrap .container:after {
		right: 0px;
	}

	.testimonials-wrap,
	.about-wrapper {
		width: 100%;
		overflow: hidden !important;
	}

	.services-wrap .row {
		margin-left: auto;
		margin-right: auto;
	}

	.socialmedia-sticky {
		display: none;
		visibility: hidden;
	}

	.header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}

	.services-wrap .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: circle(59% at 64% 30%);
	}

	.overview-wrapper .col-lg-5 span,
	.overview-wrapper .col-lg-5 span img,
	.strategic-approach-wrap .col-lg-5 span,
	.strategic-approach-wrap .col-lg-5 span img {
		height: auto;
	}

	.overview-wrapper .col-lg-5 span {
		margin-bottom: 45px;
	}

}

@media screen and (max-width: 980px) {
	.banner-caption {
		min-height: 450px;
		height: auto;
		text-align: center;
		padding-left: 15px !important;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: none;
	}

	.banner-bottom-div .mouse-icon,
	.bannerslider-item .col-lg-7 .banner-imagecon::before,
	.reputation-wrapper .col-lg-5 .col-lg-5 {
		display: none;
		visibility: hidden;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		height: 450px;
	}

	.about-wrapper .col-lg-6:first-child {
		padding-right: 15px;
	}

	.about-wrapper .about-image,
	.about-wrapper .about-image img {
		height: auto;
	}

	.about-wrapper .col-lg-6:first-child:after {
		top: auto;
		bottom: -90px;
		right: 50%;
		margin-right: -90px;
	}

	.about-wrapper .page-heading {
		margin-top: 145px;
	}

	.about-wrapper {
		padding-bottom: 150px;
		padding-top:40px;
	}


	.enquiry-form {
		margin-top: 75px;
	}

	.footer-top-item span {
		padding-left: 90px;
	}

	.footer-top-item span img {
		left: 25px;
	}

	.footer-credit p {
		text-align: center !important;
		padding: 0;
		margin: 0;
	}

	.footerwrapper .col-lg-3 ul li {
		width: 50%;
		display: inline-block;
		float: left;
	}


	.contact-page .col-lg-5 {
		margin-bottom: 65px;
	}
}

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

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

	.partners-wrap-scroll,
	.banner-bottom-div:after,
	.about-wrapper .container::before,
	.footerwrapper .col-lg-6.mt-md-5 {
		display: none;
		visibility: hidden;
	}

	.banner-caption span h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.banner-caption span p {
		margin-bottom: 30px;
	}

	.banner-bottom-div .col-lg-8 font h2 {
		width: 100%;
		text-align: center;
	}

	.banner-bottom-div .col-lg-8 font {
		padding: 0px;
		width: 100%;
	}

	.banner-bottom-div .col-lg-8 font h6 {
		text-align: center;
		margin: 10px 0px 0px 0px;
	}

	.banner-bottom-div .col-lg-4 h5 {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.banner-bottom-div .col-lg-4 h5 font {
		padding-right: 0px;
	}

	.services-wrap .curve-top,
	.services-wrap .curve-top svg,
	.services-wrap .curve-bottom,
	.services-wrap .curve-bottom svg {
		height: 50px;
	}

	.services-wrap .curve-top {
		top: -50px;
	}

	.services-wrap .curve-bottom {
		bottom: -50px;
	}

	.services-wrap .container:after {
		right: -80px;
	}

	.services-wrap {
		margin-top: 80px;
	}

	.services-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-wrapper .readmore-btn {
		left: 50%;
		margin-left: -67px;
	}

	.solutions-wrapper {
		margin-top: 0px;
		padding-top: 75px;
	}

	.reputation-wrapper {
		margin-top: 65px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 75px;
	}

	.reputation-wrapper:before,
	.blog-enquiry-wrapper:before {
		z-index: 0;
	}

	.reputation-wrapper {
		padding-bottom: 70px;
	}

	.secure-identity .col-lg-6:first-child span h3 {
		font-size: 28px;
	}

	.secure-identity .secure-image,
	.secure-identity .secure-image img {
		height: auto;
	}

	.secure-identity .secure-image {
		margin-top: 45px;
	}

	.secure-identity {
		padding-bottom: 80px;
	}

	.testimonials-wrap {
		margin-top: 0px;
		padding-top: 60px;
		margin-bottom: 80px;
	}

	.blog-enquiry-wrapper {
		padding: 60px 0px;
	}

	.blog-enquiry-wrapper .col-lg-6 {
		margin-bottom: 45px;
	}

	.enquiry-form {
		margin-top: 20px;
	}

	.footer-top-item span {
		width: 100%;
		text-align: left;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4 {
		border-right: none;
		border-bottom: 1px solid #5580ad;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
		border-bottom: none;
	}

	.footer-topwrap {
		margin-bottom: 50px;
	}

	.footerwrapper .col-lg-3 {
		margin-top: 25px;
	}

	.footer-credit {
		margin-top: 60px;
	}

	.banner-slider-wrap .banner-circle-anim {
		left: auto;
		right: 0px;
	}

	.banner-slider-wrap .carousel-item::before {
		bottom: auto;
		top: 400px;
	}

	.contact-page h3 {
		font-size: 22px;
	}

	.innerpage-content-wrap {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.innerpage-header h2 {
		font-size: 36px;
	}


	.innerpage-header,
	.innerpage-header img,
	.innerpage-header .pageheading-middle {
		height: 200px;
	}

	.overview-wrapper {
		margin-top: 60px;
	}

	.directors-message h3,
	.strategic-approach-wrap .col-lg-7 h3 {
		font-size: 32px;
	}

	.directors-message,
	.strategic-approach-wrap {
		margin-top: 90px;
	}

	.directors-message .curve-top {
		height: 60px;
		top: -60px;
	}

	.directors-message .curve-top svg,
	.directors-message .curve-bottom svg {
		height: 60px;
	}

	.directors-message .curve-bottom {
		height: 60px;
		bottom: -60px;
	}


}

/* custom */
.home-banner-wrap img {
    width: 100%;
    height: 130vh;
    object-fit: cover;
}
.banner-item.banner-imagecon {
	height:130vh
}
.home-banner-wrap .banner-caption .col-lg-5 span {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}
.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 35px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 113vh;
    display: table;
}
.banner-bottom{
	margin-top: 10vh;
}
.banner-bottom p{
	text-align:center;
}
.banner-bottom h6{
	color:#ffffff!important;
}
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.hospital{
	background-color: #17a76a;
}
.care-home{
	background-color: #2c2d80;
}
.health-studies{
	background-color: #e5b60a;
	;
}
.health-placements{
	background-color: #66469c;
	
}
.prof-reg{
    background-color: #66459c;
}
.style-phone{
    margin-bottom:40px!important;
}
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.banner-bottom a {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #00378400;
    display: block;
    text-decoration: none!important;
    margin-top: 20px;
    padding: 0 20px;
    transition-duration: .3s;
    position: relative;
    pointer-events: none;

}
.banner-bottom a span {
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    margin: 30px 0 18px 0;
}
.banner-bottom a span img {
    height: 70px;
    object-fit: cover;
}
.banner-bottom a h6 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 12px;
    color: var(--BlackColor);
    font-weight: 500;
    text-decoration: none!important;
}

.aboutus-btn:hover {
    color: #ffffff;
    border: 2px solid #2c2c80;
    background-color: #2c2c80;
}
.banner-btn:hover{
	background-color: #2c2c80;
}
.banner-bottom-align .col-xl-2dot4 a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 24%);
}
.swing {
	animation: zoom-in-zoom-out 3s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.03, 1.03);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

.send-message-wrapper {
    position: relative;
    padding: 80px 0px;
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
}
.send-message-wrapper h3 {
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    color: #2d2c80;
    font-weight: 600;
     font-family: "Poppins", sans-serif !important;
}
.send-message-wrapper .google-maps-wrap {
    width: 45%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.send-message-wrapper .col-lg-6 .col-lg-6 {
    padding-bottom: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-6 input {
    width: 100%;
    height: 45px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-12 textarea {
    width: 100%;
    height: 100px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-4 .subbtn {
    width: 100%;
    height: 45px;
    background: #2B88FB;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.footer-credit p,
.footer-credit a{
    color: #fff;
}
.mt-md-5.addr-foot{
	margin-top: 0rem!important;
}
/* social media */

.Social-media{
  display: flex;
 
}
.Social-media a{
  display: flex;
  background: #ffffff0d;
  height: 35px;
  width: 35px;
  margin: 0 5px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s
}
.Social-media a i{
  color: #dfd8d8;
  transition: transform 0.5s;
}
.Social-media a:hover{
  border: 1px solid #dfd8d8;
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #fff;
}
.Social-media a:hover .fa-linkedin{
	color: #fff;
}
.Social-media a:hover .fa-whatsapp{
	color: #fff;
}
.Social-media a:hover .fa-instagram{
	color: #fff!important;
}
.Social-media a:hover .fa-youtube{
	color: #fff;
}
.Social-media{
	display: flex;
}

/* about us page  */
.wp-block-separator {
    border-bottom: 1px solid #2B88FB;
}
.fa-clock-o-alt:before {
    content: "\f017";
}
.contactmap{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.contact-form-pge{
	padding: 40px 40px 40px 40px!important;
	border-radius: 10px;
	background: url(../fujairah/assets/img/fujairah/formbg.webp) no-repeat center;
	background-size: cover;
	margin: 10px;
	box-shadow: 0 0 7px 0 #777fae69;
}

.about-fujairah h2 {
    text-align: left;
    font-size: 33px;
    margin-bottom: 10px;
}
.contact-form-pge h3 {
    color: #292929;
    text-align: center;
}

.about-wrapper h1{
    margin: 0px 0px 15px 0px;
}



/* service-inner */
.service-detail-main .custom-container {
    padding: 100px 7% 70px;
}
.service-img img{
	width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #ffcb06ad;
    padding: 3px;
}
.service-content p{
	text-align: justify;
}
.contact-messg p,
.contact-messg h3
{
   text-align: center;
   padding-left: 100px;
   padding-right: 100px;

}
.contact-messg{
	margin-bottom: 30px;
} 

.inner-banner-provider .head a {
    color: #fff;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
	background-color: #2B88FB;
}
.inner-banner-provider .head a:hover {
    text-decoration: none;
	background-color: #003885;
}
.whychoose-caption li {
    font-weight: 400;
    color: #000;
    line-height: 30px;
    font-size: 17px;
}
.whychoose-page img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
    padding: 5px;
    border: 1px solid #ffcb08;

}
 
/* point why choose */
.why-choose-cards-main .custom-container {
    padding: 80px 7%;
}
.why-choose-cards-main .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
    min-height: 500px;
    height: 97%;
}

.why-choose-cards-main  .card-style{
	background: linear-gradient(90deg, rgb(23 167 107 / 11%) 0%, rgb(0 56 132 / 33%) 100%)!important;
}

.why-choose-cards-main .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.why-choose-cards-main .card-box h4 {
    font-size: 23px;
    text-align: center;
}
.why-choose-cards-main .card-box h4 {
    font-weight: bold;
    font-size: 24px;
    color: #003884;
    margin-bottom: 10px;
}
.why-choose-cards-main .card-box p {
   text-align: justify;
   color:#000;
}
.why-mb{
margin-bottom: 30px;
}
/* enroll */

.enroll-today h1{
	text-align: center;
	margin-top: 40px;
}
.enroll-today p{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.enroll-form-pge {
    padding: 40px 40px 40px 40px!important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.enrollpage img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrollpage{
    margin-top: 40px;
}
.contact-page input[type=date]{
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.wpcf7-select{
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.certification{
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 35px 0px;
    line-height: normal;
    font-weight: 500;
	text-align: center;
}

.ourclients-wrap span {
    width: 100%;
    float: left;
    height: 170px;
    border: 1px solid #bac8d0;
    border-radius: 5px;
    overflow: hidden;
}
.ourclients-wrap span img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.ourclients-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
.footer-topsection {
    width: 100%;
    background: linear-gradient(90deg, rgba(77,162,109,1) 2%, rgba(77,162,112,0.6979166666666667) 43%, rgba(50,40,125,0.8155637254901961) 91%);
    min-height: 120px;
}
.footer-topsection .footertop-txt {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.footer-topsection h4 {
    padding: 0;
    margin: 31px 0 0 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.footer-topsection h6 {
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}
.footer-topsection .download-brochure.bookdemo {
    right: 180px;
}
.footer-topsection .download-brochure {
    height: 42px;
	background: #ffffff4d;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 42px;
    padding: 0 15px;
    position: absolute;
    top: 39px;
    right: 0;
    text-decoration: none;
}
.footer-topsection .download-brochure:hover {
background-color: #2B88FB96;
}
.footer-topsection ul {
    padding: 0;
    margin: 39px 0 0 0;
    width: 100%;
    text-align: right;
}
.footer-topsection ul li {
    list-style: none;
    display: inline-block;
}
.footer-topsection ul li a {
    width: 42px;
    height: 42px;
    background-color: #ffffff75;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 3px;
    line-height: 42px;
}
.footer-topsection ul li a:hover{
	background-color: #2B88FB96;
}
.why-choose-cards-main .card-box img {
  width:350px;
}
.submit-btn{
    margin-top:30px;
}
.send-message-wrapper .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #2B88FB;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (min-width:768px) and (max-width:999px){
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	#mega-menu-wrap-primary{
		padding-top: 30px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.adminlist .row {
		justify-content: unset;
		width: 115vh;
	}
	.adminlist h4 {
		text-align: left;
	}
	.footerwrapper .col-lg-3{
		padding-bottom: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 7% 30px;
	}
	
}

@media only screen and (max-width:767px){
	.ourclients-wrap span img {
		height: 160px;
	}
        .innerpage-header {
            margin-top: 80px;
        }
        .solution-page .solution-item span img {
            height: 180px;
        }
     .solution-page .solution-item h4 {
       font-size: 13px;
    }
	.page-id-6 .header-wrapper {
	padding-bottom: 10px;
	
}
	.col-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-bottom-align .col-xl-2dot4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-bottom-align .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.solutions-wrapper p {
		padding-left: 0px; 
		 padding-right: 0px;
	}
	.wor-pre {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #2b88fb;
        border-radius: 5px;
        margin-top: 35px;
	}
	.service-content{
		padding-top: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 0% 30px;
	}
	.contact-page .col-lg-5 {
		margin-bottom: 0px; 
	}
	
}

@media only screen and (min-width:1100px) {
	.home-banner-wrap .banner-caption .col-lg-6 {
		padding-left: 75px;
	}
}

@media screen and (max-width: 480px){
.send-message-wrapper {
    padding-top: 60px;
}
}
@media screen and (max-width: 480px){
.send-message-wrapper {
    margin-top: 60px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper .google-maps-wrap {
    position: relative;
    width: 100%;
    height: 400px;
   margin-top: 45px;
}
}

@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}

.about-wrapper .lisc{
    padding-right:30px;
    border-right: 1px solid #2B88FB;
}
}

@media (min-width: 992px){
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
}

@media only screen and (min-width:768px) and (max-width:1050px){
    
.banner-item.banner-imagecon {
  height: 100vh;
} 
.home-banner-wrap .banner-caption{
    top:100px;
}
.bln-img{
    top:0 !important;
}
.background-image{
    top:-40px !important;
}
.cloud-img{
    bottom:-200px !important;
}
.bottom-right {
    bottom: -85px !important;
    right: -2% !important;
}
.bottom-left {
    bottom: -50px !important;
    left: 13% !important;
}
.about-wrapper:hover .bottom-left{
    bottom:-60px !important;
}
.about-wrapper:hover .bottom-right {
    rotate: -9deg !important;
    top: 67% !important;
    right: -8px !important;
}
.teacher-img{
    left:165px !important;
}
.solutions-wrapper .draggable, .galleryscroll .draggable {
    height:450px;
}
.busimg {
    top: -114px !important;
    left: 0 !important;
}
.feature-img{
    margin-top:10px !important;
    margin-bottom:45px;
}
.galleryscroll {
    padding: 0px 0 50px !important;
}
.faeture-cnt ul{
    margin-left:10px;
}
.gallery .page-heading{
    margin:0 !important;
}
.get {
    position: absolute !important;
    right: unset ;
    top: unset;
    bottom: 120px;
    left: 10px;
    width:50% !important;
}
.header-logo img{
    width:80%;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}
.secondary-img {
    bottom: 280px !important;
    left: unset !important;
    right: 80px !important;
}
.primary-img {
    top: unset !important;
    right: 53px !important;
    bottom: 160px !important;

}
.mvcnt h3{
    padding-top:20px;
}
.feature-main {
    padding-right: 0px !important;
}
.cnt-sec-row {
    margin: 0 !important;
}
/*new style ends    */
    .about-wrapper {
    margin-top: 0vh;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.about-wrapper .lisc {
    padding-right: 30px;
    border-right: 1px solid #2B88FB;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.service-wrapper h1{
    text-align: center !important;
    margin:0;
}

.footer-topsection h6 {
    margin: 4px 0 30px 0;
}
.google-maps-wrap iframe{
    width:850px;
}
 .slick-track {
    top: 100px;
}
.home-banner-wrap img {
    height: 100vh;
}
.banner-caption span h2 {
    font-size: 30px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.home-banner-wrap {
    height: 100vh;
}

.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}
}


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

.page-id-6 .header-wrapper{
    padding-left:10px;
    padding-right:10px;
} 
.header-logo img {
    height: 64px;
    padding-bottom: 0px;
}
    .page-id-6 .header-wrapper {
	background: #0722ca;
    }
.banner-caption h3 {
    font-size: 26px;
}
.home-banner-wrap img{
    height:100vh;
}
.home-banner-wrap .banner-caption{
    top:50px;
}
.aboutus {
    margin-top: 0;
}
.bln-img{
    top:0 !important;
}
.background-image{
    top:-40px !important;
}
.cloud-img{
    bottom:-200px !important;
}
.bottom-right {
    bottom: -85px !important;
    right: -2% !important;
}
.bottom-left {
    bottom: -50px !important;
    left: 13% !important;
}
.about-wrapper:hover .bottom-left{
    bottom:-60px !important;
}
.about-wrapper:hover .bottom-right {
    rotate: -9deg !important;
    top: 67% !important;
    right: -8px !important;
}
.solutions-wrapper .draggable, .galleryscroll .draggable {
    height:480px;
}
.busimg {
    top: -144px !important;
    left: 0 !important;
}
.feature-img{
    margin-top:0 !important;
    padding-bottom:40px !important;
}
.faeture-cnt ul {
   padding: 10px 10px 10px 10px;
        margin-left: 0px;
}
.galleryscroll {
    padding: 0px 0 50px !important;
}
.gallery .page-heading{
    margin:0;
}
.get {
    position: absolute !important;
    right: unset ;
    top: unset;
    bottom: 120px;
    left: 10px;
    width:50% !important;
}
.footerwrapper{
    padding-top:50px;
}
.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #ffffff;
}
.mvcnt h3{
    padding-top:20px;
}
.primary-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.primary-img{
    position:unset !important;
}
.secondary-img{
    display:none;
}
.feature-main {
    padding-right: 15px !important;
}
.sidebar-col{
    order:3;
}
.sidebar::after{
    height:100%;
}
.ourteam-item{
    height:480px;
}
.cnt-sec-row {
    margin: 0 !important;
}
	.innerpage-content-wrap{
		padding-top:0 !important;
	}
	.mvicon{
		height:240px;
	}
	.sidebar {
    padding: 50% 15% 0% 15% !important;
}
	.highlights-inner .col-lg-6{
		margin-bottom:15px;
	}
	.visionthree{
		order:1;
	}
	.visiontwo{
		order:2;
	}
	.visionone{
		order:3;
	}
	@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-180deg);
    }
	100% {
        transform: rotate(0deg);
    }
}

.about-wrapper .background-image {
    animation: rotateAnimation 5s ease infinite;
}
@keyframes topLeftAnimation {
    0% {
        left: 32%;
        transform: rotate(13deg);
        top: -61px;
    }
    50% {
        left: -55px;
        transform: rotate(-50deg);
        top: 37%;
    }
	 100% {
        left: 32%;
        transform: rotate(13deg);
        top: -61px;
    }
}

.about-wrapper .top-left {
    animation: topLeftAnimation 5s ease infinite;
}

@keyframes topRightAnimation {
    0% {
       	top: 0;
      right: 20%;
    }
    50% {
        top: 104px;
    right: 0%;
    }
    100% {
        top: 0;
    right: 20%;
    }
}

.about-wrapper .top-right {
    animation: topRightAnimation 5s ease infinite;
}

@keyframes bottomLeftAnimation {
    0% {
         bottom:-60px !important;
    }
    50% {
        bottom: 0;
    }
    100% {
        bottom:-60px !important;
    }
}

.about-wrapper .bottom-left {
    animation: bottomLeftAnimation 5s ease infinite;
}
	@keyframes bottomRightAnimation {
    0% {
       rotate: -9deg !important;
    top: 67% !important;
    right: -8px !important;
    }
    50% {
       bottom: -50px;
    right: 17%;
    }
    100% {
       rotate: -9deg !important;
    top: 67% !important;
    right: -8px !important;
    }
}

.about-wrapper .bottom-right {
    animation: bottomRightAnimation 5s ease infinite;
}
	
/*new style ends    */
    .innerpage-header h2 {
    font-size: 14px;
    padding-left:30px;
    padding-right:30px;
}
    .slick-track {
    top: 80px;
}
.banner-caption span h2 {
    font-size: 20px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.about-wrapper {
    margin-top: 0px;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.lisc{
    width:100%;
}
.about-wrapper .readmore-btn {
    left: 0%; 
    margin-left: 0px; 
}
.solutions-wrapper h1 {
    text-align: center!important;
    margin-bottom: 0px!important;
}
.servicescroll{
    margin-top:-50px;
}
.whychoose-features-inner-one h1{
    font-size:35px;
}

.whychoose-features-inner-one .content .ft-content h6 {
    font-size: 17px;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 330px;
    width: 100%;
}
.footer-topsection ul {
    margin: 20px 0 30px 0px;
    text-align: left;
}
.footerwrapper h4 {
    margin: 20px 0px 20px 0px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}
.about-btm-bar {
    width: 84%;
    min-height: 71px;
}
.about-page-middle {
    padding: 40px 0px;
}
.whychoose-page h1 {
    font-size: 30px;
    margin-top: 25px;
}

.why-choose-cards-main .card-box img {
    width:250px;
}
.career-note h3 {
    font-size: 12px;
}
.contact-messg p, .contact-messg h3 {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-form-pge{
    margin-top:80px;
}
}


/* new styles */

.col-lg-6.about-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%; /* Adjust as needed */
}

.about-image {
    position: relative;
    z-index: 1;
}

.about-image img {
    width: 100%;
    height: 418px;
    object-fit: contain;
    margin-top: 40px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.about-wrapper:hover .background-image {
    transform: rotate(-180deg);
	transition: all 1s ease;
	top:15px
}
/*.about-wrapper:hover .about-image {*/
/*    transform: scale(1.1);*/
/*	transition: all 1s ease;*/
/*}*/
.about-wrapper:hover .top-left {
    left: -55px;
    rotate: -50deg;
    top: 37%;
	transition: all 1s ease;
}
.about-wrapper:hover .top-right {
	top: 0;
    right: 20%;
	transition: all 1s ease;
}
.about-wrapper:hover .bottom-left {
	bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
	transition: all 1s ease;
}
.about-wrapper:hover .bottom-right {
    left: unset;
    rotate: -26deg;
    top: 56%;
    right: -5px;
    transition: all 1s ease;
}
.corner-image {
    position: absolute;
    z-index: 2;
}

.top-left {
    top: -61px;
    left: 32%;
    rotate: 13deg;
}

.top-right {
    top: 104px;
    right: 0%;
}

.bottom-left {
    bottom: 0;
    left: 15%;
}

.bottom-right {
    bottom: -50px;
    right: 17%;
}
.teacher-img {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bln-img {
    left: 58%;
    right: 0;
    margin: auto;
    top: -120px;
}
.case-img{
	top:15px;
	animation: move 6s infinite alternate;
}

.serv-star-img {
    bottom: 18%;
    left: 31%;
	animation: sidemove 3s infinite alternate;
}
@keyframes sidemove {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-20deg);
    }
}

.service-wrapper .page-heading font:after {
    border-bottom: 2px solid #0C7EA3;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	right: 0;
	margin: auto;
    width: 70px;
    z-index: -1;
}

.feature-img {
    position: relative;
    width: 100%; 
    height: auto; 
    overflow: hidden; 
	margin-top: 80px;
	border-radius:20px;
}

.feature-img .featuremain {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1;
    position: relative;
}

.featuresub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.feature-img:hover .featuremain {
    transform: scale(1.2);
    opacity: 0;
	transition: all 1.5s ease;
}

.feature-img:hover .featuresub {
    opacity: 1;
}
.features{
	padding-bottom: 130px;
}
.features .page-heading{
margin: 0 0 20px 0 !important;	
}
.features .page-heading font:after {
    border-bottom: 2px solid #0C7EA3;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	margin: auto;
    width: 70px;
    z-index: -1;
}
.faeture-cnt ul li{
	list-style: none;
}
.faeture-cnt ul li {
    padding-bottom: 15px;
    position: relative;
	text-transform: capitalize;
}
.faeture-cnt ul li:before {
    content: "\f185";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #ffffff;
    background: rgb(43 136 251);
    background: linear-gradient(144deg, rgb(130 242 249) 0%, rgb(8 34 201) 100%);
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 20px;
    line-height: 26px;
}
.features{
	position: relative;
}
.busimg {
    position: absolute;
    top: -84px;
    left: -15px;
	animation: side 5s infinite alternate;
}
.bus2img {
    position: absolute;
    bottom: -110px;
    right: 13%;
    animation: side 5s infinite alternate;
}
@keyframes side {
    0% {
        transform: rotate(8deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-8deg);
    }
}
.gallery-item span{
  height: 100%;
}
.gallery-item img{
	height: 350px;
	width:100%;
	object-fit: cover;
	border-radius: 15px;
  }
.gallery-item:hover img{
	transform: scale(1.1);
}

.gallery .page-heading{
	text-align: center;
}

.gallery .page-heading font:after {
    border-bottom: 2px solid #0C7EA3;
    content: "";
    position: absolute;
    left: 0;
	right:0;
    bottom: 0;
	margin: auto;
    width: 70px;
    z-index: -1;
}
.gallery{
	background: url(../fujairah/assets/img/fujairah/galbg.webp) no-repeat top;
	background-size: cover;
	padding: 20px 0;
	position: relative;
	margin-bottom: 0;
}
.galleryscroll {
	padding: 140px 0 50px;
}
.umbrella-img {
    right: 10%;
    top: 91px;
}
.gal-star-img{
	animation: sidemove 3s infinite alternate;
}

.footer-logo img {
    width: 20%;
    height: auto;
    object-fit: contain;
    padding-bottom: 15px;
    transition-duration: 0.3s;
}

.about-inner-img {
    position: relative;
	margin-top: 20px;

}
/* .about-inner-img img{
	clip-path: polygon(50% 2.45%, 100% 26.77%, 100% 100%, 0% 100%, 0% 26.27%);
} */

.secondary-img {
    position: absolute;
    bottom: 80px;
    left: 51px;
	z-index: 1; /* Behind the primary image */
    animation: slideAnimation 5s ease-in-out infinite alternate-reverse;
}
.primary-img {
    position: absolute;
    top: 63px;
    right: 53px;
	z-index: 2; /* Ensure primary image is on top */
    animation: slideAnimation 5s ease-in-out infinite alternate;
}



@keyframes slideAnimation {
    0% {
        transform: translateX(30px);
    }
    50% {
        transform: translateX(0); /* Adjust translation distance as needed */
    }
	100% {
        transform: translateX(-30px); /* Adjust translation distance as needed */
    }
	
}
.mvimg img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.mvcnt {
    background: #2B88FB;

    text-align: center;
}
.mvcnt p{
    padding: 0 15px 15px !important;
    color: #fff !important;

}
.mvcnt h3{
    color: #fff !important;
    position: relative;

}
.mvcnt {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  height: 100%; 
  text-align: center; 
}

.mvcnt h3:after{
    border-bottom: 2px solid #fdffff;
    content: "";
    margin: 0 auto !important;
    position: absolute;
    left: 0;
	right: 0;
    bottom: 0;
    width: 70px;
    z-index: 11;
}
.mvicon{
	background: #7eebf054;
}
.mvicon img {
    margin: auto !important;
    display: block;
    text-align: center;
    width: 150px;
    height: 150px;
    object-fit: cover;
	animation: zoom-in-zoom-out 3s ease-out infinite;
}
.mvicon {
    display: flex;
    justify-content: center; 
    align-items: center;  
}

.mvicon img {
    max-height: 100%; 
    max-width: 100%; 
}
.mission-vision{
	padding: 30px 0 7%;
}

.highlights-inner{
	background: url(../fujairah/assets/img/fujairah/high.webp) no-repeat center;
	background-size: cover;
	padding: 0px 0 100px;
}
.high-cnt{
	text-align: center;
}
.highlight-box {
    box-shadow: 0 0 6px 0px #b9b9bb94;
    padding: 20px;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #00000033;
	position:relative;
}
.highcloud-img {
    position: absolute;
    bottom: -27px;
    left: -18px;
    rotate: 340deg;
	animation: sidemove 3s infinite alternate;
}
.cnt-icon {
    position: relative;
    background: url(../fujairah/assets/img/fujairah/cloudnew.webp) no-repeat center;
    background-size: contain;
    padding: 90px;
    margin: auto;
    animation: animateBackground 5s infinite alternate; /* Example animation settings */
}

@keyframes animateBackground {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.cnt-icon i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 28px;
    top: 30%;
	color: #2B88FB;
}
.contact-detail{
	text-align: center;
}
.contact-detail a{
	color: var(--TextColor);
    font-size: 18px;
    line-height: 28px;
	text-decoration: none;
}
.contact-detail a:hover{
	text-decoration: none;
}
.cnt-sec-row{
	margin: 50px 0 70px;
}
.contact-page{
	background: url(../fujairah/assets/img/fujairah/cntbg.webp) repeat center;
}
.galbox {
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 0 15px 8px;
    position: relative;
    margin: 50px 0 0;
    z-index: 1;
}
.galbox:before {
    content: "";
    background: #ffd4fa;
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 70px;
}
.galbox:after {
    content: "";
    background: #ffd4fa;
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    border-radius: 30px 30px;
    transform: translateX(-50%) translateY(0);
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -1;
}
.galbox .galicon {
    background-color: #ffd4fa;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 38px;

}
.galbox .galicon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 12px;
	border: none;

}

.gallery-box img{
	 width: 100%;
	 height: 340px;
	 object-fit: cover;
	 border-radius: 15px;
	 border: 3px solid #fff;
}
.gal-title {
    padding-top: 33px;
}
.gal-title h4 {
    color: #3a3838;
    font-size: 20px;
}
.gallery-box:hover{
	text-decoration: none;
}
.gallery-inner{
	padding-bottom: 7%;
}
@media only screen and (max-width: 990px){
    .galbox{ margin: 0 10px 30px; }
}
.highlight-box ul li{
	list-style: none;
	list-style-image: url(../fujairah/assets/img/fujairah/sparkle.png);
}
.galsidebox img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 5px;
    border: 3px solid #FFF;
}
.service-inner-img img {
    width: 100%;
    object-fit: cover;
    height: 445px;
    object-position: center;
    border-radius: 25px;
    padding: 5px;
    border: 2px dashed #f8e250;
    margin-bottom: 30px;
}
.gal-col{
	padding: 5px !important;
}
.galsidebox {
    padding-left: 5px;
    padding-right: 5px;
}
.sidebar {
	position: relative;
	padding: 30% 23% 20% 26%;
	border-radius: 15px;
}

.sidebar::after {
	content: "";
	background-image: url('../fujairah/assets/img/fujairah/sidebg.webp');
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: -1;
}
.sidebtn {
    margin: auto;
    display: block;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.sidebtn:hover,
.apply-btn:hover{
	color:#0922bf;
	text-decoration: none;
}
.applybg{
	width: 100%;
	height: 330px;
	object-fit: contain;
}
.side-apply{
	position: relative;
}
.apply-btn {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 800;
	font-family: "Merienda", cursive !important;
}

.feature-main{
	padding-right: 30px;
}
.video-inner{
	padding-bottom: 7%;
}
.footsidetwo{
	position: absolute;
	left: 0;
	width: 100%;
}
#mega-menu-item-745 a {
	border: 1px solid #041ec8 !important;
	background: #041ec8 !important;
	color: #fff !important;
	box-shadow: 2px 2px 1px 1px #0000002e !important;
}
#mega-menu-item-745 a:hover {
	box-shadow: -1px -1px 1px 1px #00000052 !important;
}
.gallery .readmore-btn{
	margin:75px auto 30px;
	display:block;
	text-align:center;
}



@media screen and (min-width: 768px) {
    .header-logo img {
        width: 110% !important;
        height: 102px !important;
    }
#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: right;
    padding: 16px 0px 0px 0px;
}
   .f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
        color: #ffffff;
    }
		 .f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff;
    }
		.page-id-6 .header-wrapper {
			padding-left: 75px;
			padding-right: 75px;
			padding-top: 15px;
			transition-duration: 0.3s;
			padding-bottom: 0px;
			background: unset;
			background-size: cover;
			background-color: #041ec8;
		}
}



#mega-menu-item-745 a {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #041ec8 !important;
    box-shadow: 2px 2px 1px 1px #0000002e !important;
}