/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
	--animate-duration: 2s;
}

:root {
	--primary: #023a30;
	--primaryColor: 53, 64, 58;
	--secondery: #d3a044;
	--seconderyColor: 211, 162, 69;
	--lightGrey: #efefef;

	--animate-duration: 800ms;
	--animate-delay: 0.9s;
}

.text-limit,
.text-limit * {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: var(--lines) !important;
	line-clamp: var(--lines) !important;
	-webkit-box-orient: vertical !important;
}

section.about .content .main-title .top-title {
	color: var(--secondery);
}

section.about .content .main-title h2 {
	color: var(--primary);
}

header .navbar .navbar-nav .nav-item:hover .nav-link,
header .navbar .navbar-nav .nav-item.active .nav-link {
	color: var(--secondery);
}

header .navbar .navbar-nav .nav-item .nav-link {
	color: var(--primary);
}

.main-title h2 {
	color: var(--primary);
}

section.services .content .service-box .details .title a,
section.services .single-blog .content .blog-box .details .title a,
.single-blog section.services .content .blog-box .details .title a,
section.single-service .content .service-box .details .title a,
section.single-service .single-blog .content .blog-box .details .title a,
.single-blog section.single-service .content .blog-box .details .title a,
section.single-blog .content .service-box .details .title a,
section.single-blog .content .blog-box .details .title a,
section.services-in-page .content .service-box .details .title a,
section.services-in-page .single-blog .content .blog-box .details .title a,
.single-blog section.services-in-page .content .blog-box .details .title a {
	color: var(--primary);
}

section.services .content .service-box:hover .details .title a,
section.services .single-blog .content .blog-box:hover .details .title a,
.single-blog section.services .content .blog-box:hover .details .title a,
section.single-service .content .service-box:hover .details .title a,
section.single-service .single-blog .content .blog-box:hover .details .title a,
.single-blog section.single-service .content .blog-box:hover .details .title a,
section.single-blog .content .service-box:hover .details .title a,
section.single-blog .content .blog-box:hover .details .title a,
section.services-in-page .content .service-box:hover .details .title a,
section.services-in-page
	.single-blog
	.content
	.blog-box:hover
	.details
	.title
	a,
.single-blog
	section.services-in-page
	.content
	.blog-box:hover
	.details
	.title
	a {
	color: var(--secondery) !important;
}

section.services .content .service-box .details::before,
section.services .single-blog .content .blog-box .details::before,
.single-blog section.services .content .blog-box .details::before,
section.single-service .content .service-box .details::before,
section.single-service .single-blog .content .blog-box .details::before,
.single-blog section.single-service .content .blog-box .details::before,
section.single-blog .content .service-box .details::before,
section.single-blog .content .blog-box .details::before,
section.services-in-page .content .service-box .details::before,
section.services-in-page .single-blog .content .blog-box .details::before,
.single-blog section.services-in-page .content .blog-box .details::before {
	background-color: var(--primary);
}

.service-btn {
	background-color: var(--primary);
	color: white;

	transition: 500ms background-color;
}

.service-btn:hover {
	background-color: var(--secondery);
	color: white;
}

.side-widget .other-services .title h4::after,
.side-widget .single-blog .content .other-blogs .title h4::after,
.single-blog .content .side-widget .other-blogs .title h4::after {
	background-color: var(--secondery);
}

.side-widget .other-services ul li a::before,
.side-widget .single-blog .content .other-blogs ul li a::before,
.single-blog .content .side-widget .other-blogs ul li a::before {
	color: var(--secondery);
}

.side-widget .other-services ul li a,
.side-widget .single-blog .content .other-blogs ul li a,
.single-blog .content .side-widget .other-blogs ul li a {
	color: var(--primary);
}

.side-widget .other-services .title h4,
.side-widget .single-blog .content .other-blogs .title h4,
.single-blog .content .side-widget .other-blogs .title h4 {
	color: var(--primary);
}

section.single-service .content .service-box .details .title h3,
section.single-service .single-blog .content .blog-box .details .title h3,
.single-blog section.single-service .content .blog-box .details .title h3,
section.single-blog .content .service-box .details .title h3,
section.single-blog .content .blog-box .details .title h3 {
	color: var(--primary);
}

footer .footer-content .footer-box h3::before {
	background-color: var(--secondery);
}

footer .footer-content .footer-box .map-links li a {
	color: white;
	transition: 500ms color;
}

footer .footer-content .footer-box .map-links li a.active {
	color: var(--secondery);
}

footer .footer-content .footer-box .map-links li a:hover,
footer .footer-content .footer-box .social-links .links a:hover {
	color: var(--secondery);
}

footer .footer-content .footer-box .contact a span {
	color: white;
	transition: 500ms color;
}

footer .footer-content .footer-box .contact a:hover span {
	color: var(--secondery);
	transition: 500ms color;
}

footer .copyright .copy-text p a {
	color: var(--secondery);
}

footer .copyright .copy-text p a:hover {
	color: rgba(var(--seconderyColor), 0.9);
	transition: 500ms color;
}

#toTop button {
	background-color: rgba(var(--seconderyColor), 0.7);
	transition-duration: 500ms;
	transition-property: background-color, transform;
}

#toTop button:hover {
	background-color: var(--secondery);
	transform: translateY(-30%);
}

footer {
	background: linear-gradient(
			rgba(var(--primaryColor), 0.7),
			rgba(var(--primaryColor), 0.7)
		),
		url('../images/bgs/footer.jpg');
}

section.blogs .content .blogs-box .details .title a,
section.blogs-in-page .content .blogs-box .details .title a {
	color: var(--primary);
	transition: 500ms color;
}

section.blogs .content .blogs-box .details .title a:hover,
section.blogs-in-page .content .blogs-box .details .title a:hover {
	color: var(--secondery);
}

/* **************************** Pagination style start ****************************** */
.navigation .pagination .page-item .page-link {
	--size: 40px;
	background-color: transparent;
	/* color: #302d2d; */
	color: var(--primary);
	border: 2px solid var(--primary);
	border-radius: 50%;
	width: var(--size);
	height: var(--size);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
}

.navigation .pagination .page-item.active .page-link,
.navigation .pagination .page-item .page-link:hover {
	background-color: rgba(var(--primaryColor), 0.5);
}

.navigation .pagination .page-item.disabled .page-link {
	border-color: rgb(71, 56, 56, 0.25);
	background-color: rgb(71, 56, 56, 0.25);
	color: rgb(71, 56, 56);
}

.navigation .pagination .page-item.active .page-link {
	border-color: var(--primary);
}

.navigation .pagination .page-item .page-link:focus:not(.arrow) {
	background-color: var(--primary);
	border-color: var(--primary);
}
/* **************************** Pagination style end ****************************** */

section.services .content .services-btn .btn,
section.single-service .content .services-btn .btn,
section.single-blog .content .services-btn .btn,
section.services-in-page .content .services-btn .btn {
	border-color: unset;
	color: white;
	background-color: var(--primary);
}

section.services .content .services-btn .btn span::before,
section.single-service .content .services-btn .btn span::before,
section.single-blog .content .services-btn .btn span::before,
section.services-in-page .content .services-btn .btn span::before,
section.services .content .services-btn .btn span::after,
section.single-service .content .services-btn .btn span::after,
section.single-blog .content .services-btn .btn span::after,
section.services-in-page .content .services-btn .btn span::after {
	border-color: var(--secondery);
}

section.blogs .content .blogs-btn .btn,
section.blogs-in-page .content .blogs-btn .btn {
	border-color: unset;
	color: white;
	background-color: var(--primary);
}

section.blogs .content .blogs-btn .btn span::before,
section.blogs-in-page .content .blogs-btn .btn span::before,
section.blogs .content .blogs-btn .btn span::after,
section.blogs-in-page .content .blogs-btn .btn span::after {
	border-color: var(--secondery);
}

section.about .content .about-btn .btn {
	border-color: unset;
	color: white;
	background-color: var(--primary);
}

section.about .content .about-btn .btn span::before,
section.about .content .about-btn .btn span::after {
	border-color: var(--secondery);
}

section.single-team .content .details .name {
	position: relative;
	padding-inline: 15px;
}
section.single-team .content .details .name::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 5px;
	right: 0px;
	background-color: var(--secondery);
}

section.single-team .content .details .name h3 {
	color: var(--primary);
}

section.single-team .content .details .name p {
	color: var(--secondery);
}

header .top-part .content .links a:focus,
header .top-part .content .links a:active,
header .top-part .content .links a:hover {
	color: var(--secondery);
}

header .top-part .content .some-info .info p,
header .top-part .content .some-info .info a {
	color: var(--primary);
	transition: 500ms color;
}

header .top-part .content .some-info .info p:hover,
header .top-part .content .some-info .info a:hover {
	color: var(--secondery);
}

header .top-part .content .some-info .info .icon {
	color: var(--primary);
}

.copyright a {
	/* text-decoration: underline; */
}

.main-breadcrumb .breadcrumb .breadcrumb-item.active,
.main-breadcrumb .breadcrumb .breadcrumb-item a:hover {
	/*color: var(--secondery);*/
	color: #ffe6b8;
}

.main-breadcrumb .breadcrumb .breadcrumb-item a:hover {
	transition: 500ms color;
}

.side-widget .other-services ul li.active a,
.side-widget .single-blog .content .other-blogs ul li.active a,
.single-blog .content .side-widget .other-blogs ul li.active a {
	color: var(--secondery);
}

.singleServiceCat .active {
	color: #0765ae !important;
}
/*******************media center***************************/

.media-center iframe {
	width: 100%;
	height: 300px;
}
section.media-center {
	padding: 100px 0px;
}

/*******************media center***************************/

.service-btn:active {
	color: var(--secondery) !important;
	background-color: transparent !important;
	border-color: var(--secondery) !important;
}

header .navbar .navbar-nav .nav-item .nav-link {
	text-wrap: nowrap;
}
/*******************whatsapp floating icon***************************/
.cbh-phone {
	display: block;
	position: fixed;
	left: -50px;
	bottom: -55px;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility 0.5s;
	-moz-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
	visibility: visible;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
	opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
	opacity: 1;
}
.cbh-ph-circle {
	width: 110px;
	height: 110px;
	top: 40px;
	left: 40px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: 0.1;
	-webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
	animation: cbh-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
	-webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
	animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
	-webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
	animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
	border-color: rgba(0, 175, 242, 1);
	opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
	border-color: rgba(117, 235, 80, 1);
	opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgba(0, 175, 242, 1);
	opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
	border-color: rgba(204, 204, 204, 1);
	opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
	border-color: rgba(117, 235, 80, 1);
	opacity: 0.5;
}
.cbh-ph-circle-fill {
	width: 74px;
	height: 74px;
	top: 58px;
	left: 58px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.1;
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill {
	-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
	background-color: rgba(204, 204, 204, 0.5);
	opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: 1 !important;
}
.cbh-ph-img-circle1 {
	width: 50px;
	height: 50px;
	top: 70px;
	left: 70px;
	position: absolute;
	/* background-image: url(https://360imagem.com/google/images/wpp-icon.png); */
	background-size: 40px 40px;
	background-color: rgba(30, 30, 30, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
	animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
	animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
	-webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
	animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
	background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
	background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
	background-color: rgba(117, 235, 80, 1);
}
@-moz-keyframes cbh-circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
		-moz-opacity: 0.1;
		-webkit-opacity: 0.1;
		-o-opacity: 0.1;
	}
	30% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
		-o-opacity: 0.5;
	}
	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.6;
		-moz-opacity: 0.6;
		-webkit-opacity: 0.6;
		-o-opacity: 0.1;
	}
}
@-webkit-keyframes cbh-circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}
@-o-keyframes cbh-circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: 0.1;
	}
	30% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		-o-opacity: 0.5;
	}
	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: 0.1;
	}
}
@keyframes cbh-circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}
@-moz-keyframes cbh-circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-webkit-keyframes cbh-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@-o-keyframes cbh-circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@keyframes cbh-circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.2;
	}
}
@keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-moz-keyframes cbh-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-webkit-keyframes cbh-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@-o-keyframes cbh-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
	}
}

.cbh-phone.cbh-green .cbh-ph-circle {
	border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
	background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
	background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -39.5px;
	margin-left: -39.5px;
	border-radius: 100%;
	border: 2px solid #ffe787;
	-webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
	-moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
	-ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
	-o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
	animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
	opacity: 0.8;
	transform-origin: center;
}
.kmacb__manager-fill {
	background: #52aff7 center bottom no-repeat;
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -37.5px;
	margin-left: -37.5px;
	border-radius: 100%;
	opacity: 0.5;
	-webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	transform-origin: center;
}
.kmacb__manager-circle {
	background: #52aff7;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	border-radius: 100%;
}
/*******************whatsapp floating icon***************************/
.mapSection {
	height: 400px;
}
.mapSection iframe {
	width: 100% !important;
	height: 100% !important;
}

:lang(ar) input.telephone {
	text-align: end !important;
}

section.contact .info-area .info-box i {
	color: var(--primary);
}

section.contact .info-area .info-box::before,
header .btn-area .consultant::before {
	background-color: var(--secondery);
}

/******************* breadcrumb ***************************/
.main-breadcrumb::after {
	background-color: rgba(0, 0, 0, 0.3);
}

/******************* breadcrumb ***************************/

/******************* about us section ***************************/

section.about .content .about-image .image::after {
	content: '';
	width: 0px;
	height: 0px;
	position: unset;
	top: unset;
	left: unset;
	background-image: unset;
	background-repeat: unset;
	z-index: unset;
}

section.about .content .main-title h2 {
	font-size: 35px;
}

section.about .content .main-title .top-title {
	font-size: 25px;
}
/* ######################################## */
.lang-logo{
display: block;
}

