
/* ===========================================================================
Newsletter
============================================================================*/
/*
.newsletter {
	padding: 30px 15px;
	background-color: #F1F1F1;
}
.newsletter .subscribe-whatsapp {
	background-color: #4DAE7A;
	border-radius: 6px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	max-width: 300px;
}
@media (max-width: 767px) {
	.newsletter .subscribe-whatsapp {
		margin: 0;
		line-height: 2;
	}
}
.newsletter-email-button {
	border: 1px solid #fff;
	background-color: white;
	color: gray;
    border-radius: 5px !important;
}
.newsletter-email {
	border: 1px solid #fff;
	background-color: white;
	color: gray !important;
	border-color: white !important;
    text-align: left;
	max-width: 365px;
}
html[lang="ar"] .newsletter-email {
    text-align: right;
}
.newsletter-email::placeholder {
	color: gray;
}
*/

/* ===========================================================================
Footer (Main, Copyright)
============================================================================*/
.footer {
	position: relative;
	background: #1c2737;
	color: #a4b4c3;
	font-size: 14px;
}

/*@media(min-width: 1550px) {*/
/*    .footer {*/
/*        background: url("image/footer/footer-left-bg.png") left bottom no-repeat white;*/
/*    }*/
/*}*/
/* body:not(.homepage) .footer {
	box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
	margin-top: 60px;
	border-top: 1px solid var(--colorGray);
} */

.footer a {
	color: #a4b4c3;
}
.footer a:hover {
	color: #e6343d;
	transform: translateX(-5px);
}
html[lang="ar"] .footer a:hover {
	transform: translateX(5px);
}

.footer i {
	color: #a4b4c3;
}

.footer-module-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #dfe2e5;
}
@media(max-width: 767.98px) {
	.footer-module-heading {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.footer-logo img {
	max-height: 100px;
}
.footer-logo-img {
	width: auto;
	height: 80px;
}
.iso-certificates {
	width: 130px;
}
.footer .iso-logo {
	width: 50px;
	height: auto;
	margin: 2px;
	transition: all 0.2s linear;
}
.footer .iso-logo:hover {
	transform: scale(1.3) !important;
}

.footer-description p {
	font-size: 13px;
	max-width: 350px;
	color: #a4b4c3;
}

.img-cert {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

/* Social */
.footer .social-icons .list-group-item {
	padding: 3px;
    margin: 0 0 5px 0;
	background: transparent;
	border: none;
}
.footer .social-icons .list-group-item a {
	line-height: unset;
	background-color: #2f3746;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.07);
	border-radius: 50%;
	border: 1px solid #4c5360;
}

.footer .social-icons .list-group-item a i {
	color: #bcc7cc;
	font-size: 18px;
}
.footer .social-icons .list-group-item a:hover,
.footer .social-icons .list-group-item a:hover i {
	color: #e6343d;
	transform: none;
}

/* Menu */
.list-group-footer-menu .list-group-item {
	padding: 0;
	background-color: transparent;
	color: #a4b4c3;
	font-size: 14px;
	margin-bottom: 7px;
	display: flex;
	transition: all 0.5s ease;
	border: none;
}

/* --------- adjustments for accordion on phone ---------- */
@media(max-width: 991.98px) {

    .footer-module.support-accordion .footer-menu {
        display: none;
        margin: 0;
        padding-bottom: 15px;
    }

    footer h4 {
        font-size: 18px;
        margin-bottom: 0;
        padding: 20px 0;
        position: relative;
    }
    .footer-module-heading {
        margin-bottom: 0;
    }
    .footer-module.support-accordion {
        border-top: 1px solid #334053;
        border-bottom: 1px solid #334053;
    }

    .footer-module.support-accordion h4::after {
        content: "\F282";
        font-family: "bootstrap-icons";
        color: #7a838d;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s ease;
    }
    html[lang="en"] .footer-module.support-accordion h4::after {
        right: 10px;
    }
    html[lang="ar"] .footer-module.support-accordion h4::after {
        left: 10px;
    }

    .footer-module.support-accordion h4.active::after {
        transform: translateY(-50%) rotate(180deg);
    }

}


/* -------- copyright ---------- */
.copyright {
	background: #1a2434;
	font-size: 13px;
	padding: 20px 0;
	color: #bbb;
	border-top: 1px solid #2f3746;
}
.copyright a {
	color: #576477;
}
.copyright a:hover {
	color: #fff;
}
@media(max-width: 1199.98px){
    .copyright {
        padding: 15px 0 85px;
    }
}

.copyright-txt a {
	text-decoration: underline;
	white-space: nowrap;
	color: #bbb;
}

.img-appstore {
	border-radius: 5px;
    transition: all 0.3s ease;
}
.img-appstore:hover {
	box-shadow: 0 0 20px #576e91;
}

/* ===========================================================================
Fixed Icons (Whatsapp, Back to Top)
============================================================================*/
/* -------- Whatsapp ---------- */
#whatsapp {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	opacity: 0.9;
	/*z-index: 997;*/
    z-index: 25;
	background-color: transparent;
	color: #fff;
}
html[lang="ar"] #whatsapp {
	right: 15px; left: unset;
}
@media(max-width: 1199.98px){
    #whatsapp {
        bottom: 60px;
        left: 5px;
        width: 46px;
        height: 46px;
    }
    html[lang="ar"] #whatsapp {
        right: 5px; left: unset;
    }
}

/* -------- Go Top ---------- */
.up-btn {
	background: black;
}


















/* ----------------------------------- old ------------------------*/
/* --------- footer ---------- *
.footer {
	position: relative;
	background-color: white;
	color: #2c2c2c;
    font-size: 14px;
    padding: 40px 0;
}
@media(max-width: 1199.98px){
    .footer{
        padding: 40px 0 90px 0;
    }
}

.footer a{
	color: #2c2c2c;
}
.footer a:hover{
	text-decoration: underline;
}

@media(max-width: 1199.98px){
    .footer .footer-module {
        margin-bottom: 25px;
        text-align: center;
    }
}

.footer-module-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Social *
.footer .social-icons .list-group-item {
	padding: 3px;
	margin: 0 0 5px
}

.footer .social-icons .list-group-item a {
	line-height: unset;
	background-color: var(--colorBlue);
	border-radius: 50%;
	padding: 7px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer .list-group.social-icons .list-group-item svg {
	width: 20px;
	height: 20px;
	fill: white !important
}

.footer .social-icons .list-group-item.list-group-item-fill-style a {
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50%;
	overflow: hidden
}

.footer .list-group.social-icons .list-group-item.list-group-item-fill-style svg {
	width: 30px;
	height: 30px;
	fill: var(--colorBlue)!important
}

/* Menu *
.list-group-footer-menu .list-group-item {
	padding: 0;
	background-color: transparent;
	color: white;
	font-size: 16px;
	margin-bottom: 7px;
}



/* -------- copyright ---------- *
.row-copyright {
	border-top: 1px solid #7cbb6a;
	font-size: 15px;
    padding: 24px 0;
}
@media(max-width: 1199.98px){
    .row-copyright {
        padding: 20px 0 120px;
    }
}

/* -------- Whatsapp ---------- *
#whatsapp {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	opacity: 0.9;
	z-index: 997;
	background-color: transparent;
	color: #fff;
}
html[lang="ar"] #whatsapp {
	right: 15px; left: unset;
}
@media(max-width: 1199.98px){
    #whatsapp {
        bottom: 60px;
        left: 5px;
        width: 46px;
        height: 46px;
    }
    html[lang="ar"] #whatsapp {
        right: 5px; left: unset;
    }
}
*/