:root {
	--transparent-color: #ffffff00;

    --white-color: #2a2f45;
	--white-color-15: #2a2f4526;
	--white-color-25: #2a2f4540;
	--white-color-50: #2a2f4580;
	--white-color-75: #2a2f45bf;
	
    --black-color: #ffffff;
	--black-color-15: #ffffff26;
	--black-color-25: #ffffff40;
	--black-color-50: #ffffff80;
	--black-color-75: #ffffffbf;

    --dark-color: #9da1a5;
	--dark-color-15: #9da1a526;
	--dark-color-25: #9da1a540;
	--dark-color-50: #9da1a580;
	--dark-color-75: #9da1a5bf;

    --dark-color-02: #1f2230;
	--dark-color-02-15: #1f223026;
	--dark-color-02-25: #1f223040;
	--dark-color-02-50: #1f223080;
	--dark-color-02-75: #1f2230bf;

    --theme-color-01: #af8c69;
	--theme-color-01-25: #af8c6940;
	--theme-color-01-50: #af8c6980;
	--theme-color-01-75: #af8c69bf;
	
    --theme-color-02: #c2c2c2;
	--theme-color-02-25: #c2c2c240;
	--theme-color-02-50: #c2c2c280;
	--theme-color-02-75: #c2c2c2bf;

	--gray-color: #363c56;

    --gray-color-01: #f1edea;
	--gray-color-01-25: #f1edea40;
	--gray-color-01-50: #f1edea80;
	--gray-color-01-75: #f1edeabf;


    --gray-color-02: #e4e0dd;
    --gray-color-03: #5d5f64;
	
	--red-color: #b41e1e;
	--green-color: #00691e;
	--yellow-color: #e84f10;
	
	--mask-color-01: linear-gradient(270deg, #ffffff00 50%, #ffffff 100%);
	--mask-color-02: linear-gradient(90deg, #ffffff00 50%, #ffffff 100%);
	
    --border-radius-00: 0;
	--border-radius-01: 0;
	--border-radius-02: .25rem;
	--border-radius-03: 0 .25rem .25rem 0;
	--border-radius-04: .25rem 0 0 .25rem;
	--border-radius-05: .25rem .25rem 0 0;

	--font-awesome: "Font Awesome 5 Pro", sans-serif;
	--font-lato: "Lato", sans-serif;
    --font-kufi: "Noto Kufi Arabic", sans-serif;
}

* {
    outline: 0 !important;
    box-shadow: none !important;
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
	font-family: var(--font-kufi);
    color: var(--theme-color-02);
    background-color: var(--white-color);
	font-size: 1rem;
	font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
	direction: rtl;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-kufi);
    font-weight: 400;
	color: var(--black-color);
    text-transform: uppercase;
}

p {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
    }
}

::selection {
    background: var(--theme-color-02);
    color: var(--white-color);
}


/****** Header ******/

header {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    width: 100%;
    z-index: 20;
	background-color: var(--transparent-color);
    border-bottom: 1px solid var(--transparent-color);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .navbar-brand img {
	height: 5rem;
	width: auto;
}

header .nav-item .nav-link,
header .nav-item .nav-link:focus {
    font-family: var(--font-kufi);
    font-size: 1rem;
	font-weight: 400;
    color: var(--theme-color-02);
	margin-right: .25rem;
	margin-left: .25rem;
}

header .nav-item .nav-link:hover,
header .nav-item .nav-link.active {
    color: var(--black-color);
}

header .nav-item.last-child .nav-link {
    margin-right: 0rem;
}

header .nav-item .nav-link.nav-link-cus,
header .nav-item .nav-link.nav-link-cus:focus {
    background-color: var(--theme-color-01);
    color: var(--white-color) !important;
	border-radius: var(--border-radius-01);
    padding-right: .75rem;
    padding-left: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    position: relative;
    top: 6px;
    height: 2rem;
    line-height: 1.5rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .nav-item .nav-link.nav-link-cus:hover,
header .nav-item .nav-link.nav-link-cus.active {
    background-color: var(--theme-color-02);
    color: var(--white-color) !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header.headroom--not-top {
    position: fixed;
	background-color: var(--white-color);
    border-bottom: 1px solid var(--theme-color-02-25);
}

header.headroom--unpinned {
    opacity: 1;
}

header.headroom {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
}

header.headroom.headroom--pinned {
    -webkit-animation-name: headroom--pinned;
    animation-name: headroom--pinned;
}

header.headroom.headroom--unpinned {
    -webkit-animation-name: headroom--unpinned;
    animation-name: headroom--unpinned;
}

header.headroom.headroom--unpinned.headroom--between {
	opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

header.headroom.headroom--pinned.headroom--between {
    -webkit-animation-name: headroom--unpinned;
    animation-name: headroom--unpinned;
}

header .side-menu-btn i {
    font-size: 1.5rem;
    color: var(--black-color);
}

@media (max-width: 992px) {
	header .navbar-brand img {
		height: 3rem;
	}
	header .nav-item .nav-link,
	header .nav-item .nav-link:focus {
		margin-right: 0;
		margin-left: .5rem;
	}
    header .nav-item .nav-link.nav-link-cus,
    header .nav-item .nav-link.nav-link-cus:focus {
        padding: .125rem .5rem !important;
        top: 0;
    }
    header .nav-item .nav-link.nav-link-cus:hover,
    header .nav-item .nav-link.nav-link-cus.active {
        background-color: var(--dark-color);
        color: var(--white-color);
    }
    header .navbar-toggler i.open-menu {
        color: var(--black-color);
        transform: rotateY(0deg);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: inline-block;
    }
    header .navbar-toggler i.close-menu {
        color: var(--theme-color-02);
        height: 30px;
        width: auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: none;
    }
    header .navbar-toggler[aria-expanded="true"] i.open-menu {
        display: none;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header .navbar-toggler[aria-expanded="true"] i.close-menu {
        display: inline-block;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
	header .navbar-toggler {
		padding: 0;
		border-radius: 0;
		position: absolute;
		top: 1.625rem;
		left: .75rem;
	}
    header .side-menu-btn {
		padding: 0;
		border-radius: 0;
		position: absolute;
		top: 1.5rem;
		left: 1rem;
	}
    header .side-menu-btn i {
        font-size: 1.5rem;
        color: var(--black-color);
    }
	header .navbar-nav {
		margin-top: 1rem;
	}
	.menu-mob header {
		background-color: var(--white-color);
		padding-bottom: 0;
		-webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
	}
}

@-webkit-keyframes headroom--pinned {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes headroom--pinned {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes headroom--unpinned {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes headroom--unpinned {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media (min-width: 992px) {
	header .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: .5rem;
        border: none;
        border-radius: var(--border-radius-01);
        background-color: var(--white-color);
		border-bottom: 1px solid var(--dark-color-15);
        min-width: 12rem;
    }
    header .dropdown-menu.fade-up {
        top: 140%;
    }
	header .dropdown-menu.dropdown-menu-end {
        left: 0;
    }
    header .dropdown-menu.dropdown-menu-start {
        right: 0;
    }
    header .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
		border: 1px solid var(--dark-color-15);
		border-top: none;
        transform: rotateX(0deg);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header .dropdown-toggle::after {
        display: none;
    }
    header .dropdown-menu .dropdown-item,
    header .dropdown-menu .dropdown-item:focus {
        display: block;
        width: 100%;
        padding: .5rem .5rem;
        clear: both;
        color: var(--theme-color-02);
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: var(--transparent-color);
        border: 0;
        cursor: pointer;
        position: relative;
        font-size: .875rem;
        font-weight: 500;
    }
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item.active {
        color: var(--black-color);
    }
    header .dropdown-menu .dropdown-item.active {
        color: var(--black-color);
    }
	header .dropdown-menu .dropdown-item img {
        width: calc(100% + 1rem);
		padding: 0;
		margin: 0;
		margin-left: -1rem;
		-webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
	header .dropdown-menu .dropdown-item:hover img {
        width: calc(100% + 1.5rem);
		padding: 0;
		margin: 0;
		margin-left: -1.5rem;
		-webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header .dropdown-menu .log-name {
        font-size: .875rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid var(--dark-color-15);
    }

    .home-page header {
        background-color: var(--white-color);
        border-bottom: 1px solid var(--dark-color-15);
    }
    .home-page header .nav-item .nav-link,
    .home-page header .nav-item .nav-link:focus {
        color: var(--dark-color);
    }
    .home-page header .nav-item .nav-link:hover,
    .home-page header .nav-item .nav-link.active {
        color: var(--theme-color-01);
    }
    .home-page header.headroom--not-top {
        background-color: var(--white-color);
        border-bottom: 1px solid var(--dark-color-15);
    }
    .home-page header.headroom--not-top .nav-item .nav-link,
    .home-page header.headroom--not-top .nav-item .nav-link:focus {
        color: var(--theme-color-02);
    }
    .home-page header.headroom--not-top .nav-item .nav-link:hover,
    .home-page header.headroom--not-top .nav-item .nav-link.active {
        color: var(--theme-color-01);
    }
}

@media (max-width: 992px) {
    header .navbar-expand-lg .navbar-nav {
        margin: 1rem 0 0 0;
        padding: 0;
        overflow: auto;
        max-height: 80vh;
    }
    header .navbar-expand-lg .navbar-nav .nav-link,
	header .navbar-expand-lg .navbar-nav .nav-link:focus {
        padding: 0;
        margin-bottom: 1.125rem;
        margin-left: 0;
    }
	header .navbar-expand-lg .navbar-nav .nav-item.last-child .nav-link,
	header .navbar-expand-lg .navbar-nav .nav-item.last-child .nav-link:focus {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 1rem;
		padding-right: 1rem !important;
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	header .navbar-expand-lg .navbar-nav .nav-link .text-name {
		text-transform: none !important;
	}
    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-radius: var(--border-radius-02);
        padding: .5rem;
        margin-bottom: 1rem;
		margin-top: 1rem;
        background-color: var(--white-color);
		border: 1px solid var(--dark-color-15);
        border-top: none;
    }
    header .dropdown-menu .dropdown-item,
    header .dropdown-menu .dropdown-item:focus {
        padding: .5rem .5rem;
        color: var(--theme-color-02);
        font-size: .875rem;
        font-weight: 500;
        background-color: var(--transparent-color);
        position: relative;
    }
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item.active,
    header .dropdown-menu .dropdown-item:active {
        color: var(--theme-color-01);
        background-color: var(--transparent-color);
    }
    header .dropdown-menu .dropdown-item.active {
        color: var(--theme-color-01);
        pointer-events: none;
        cursor: default;
    }
	header .dropdown-menu .dropdown-item img {
        display: none !important;
    }
    header .dropdown-toggle::after {
        display: none;
    }
    header .dropdown-toggle::before {
        display: none;
    }
    header .dropdown-menu .log-name {
        font-size: .875rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid var(--dark-color-15);
    }
}

header .lang-mob {
	display: none;
}

header .search-mob {
	display: none;
}

@media (max-width: 992px) {
	header .lang-mob {
		display: inline-block;
		position: absolute;
		top: .5rem;
    	left: 3.75rem;
	}
	header .lang-mob .dropdown-toggle::before {
		display: none;
	}
	header .navbar-expand-lg .navbar-nav.lang-mob .nav-link,
	header .navbar-expand-lg .navbar-nav.lang-mob .nav-link:focus {
		padding: 0 !important;
		margin-bottom: 1rem;
		text-align: left;
	}
	header .search-mob {
		display: inline-block;
		position: absolute;
		top: .5rem;
    	left: 7.5rem;
	}
}

.en-lang {
    font-family: var(--font-kufi);
}

.ar-lang {
    font-family: var(--font-kufi);
}

.f-w-600 {
    font-weight: 600 !important;
}

.dir-num {
    direction: ltr;
    text-align: right;
    display: block;
}


/****** Side Menu ******/

.menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--transparent-color);
    z-index: 20;
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-bg.show {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-menu-btn-close i {
    font-size: 1.5rem;
    color: var(--black-color);
}

.side-menu.show {
    left: 0;
    transition: all .8s ease-in-out;
}

.side-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -105%;
    bottom: 0;
    width: 33vw;
    max-width: 480px;
    height: 100vh;
    padding: 2rem;
    border-radius: 0;
    background-color: var(--dark-color-02);
    border: none;
    margin: 0;
    z-index: 25;
    overflow: hidden;
    box-shadow: 0 10px 10px 5px rgba(0,0,0,.5) !important;
    transition: all .8s ease-in-out;
}

.side-menu::after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-image: url(../img/side-menu-bg.webp);
}

.side-menu::before {
	content: "";
    background-color: var(--dark-color-02-75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 992px) {
    .side-menu {
        width: 50vw;
    }
}

@media (max-width: 576px) {
    .side-menu {
        width: 94vw;
    }
}

.side-menu .side-menu-btn-close {
    position: relative;
    z-index: 2;
}

.side-menu .side-menu-links {
    background-color: var(--gray-color);
    border-radius: var(--border-radius-02);
    padding: 1rem;
}

.side-menu .side-menu-links li {
    width: 100%;
	margin-bottom: 0.25rem;
    display: inline-block;
}

.side-menu .side-menu-links li a,
.side-menu .side-menu-links li a:focus {
    color: var(--black-color-75);
	background-color: var(--transparent-color);
    position: relative;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    display: block;
}

.side-menu .side-menu-links li a:hover,
.side-menu .side-menu-links li a.active,
.side-menu .side-menu-links li a:active {
    color: var(--black-color);
    background-color: var(--gray-color);
	border-radius: var(--border-radius-02); 
}

.side-menu .side-menu-links li a i {
	margin-left: .5rem;
	font-size: 1rem;
	width: 1.25rem;
}

.side-menu .side-menu-links li a.submenu-side::after {
	content: "\f067";
    font-family: var(--font-awesome);
    position: relative;
	float: left;
	color: var(--black-color-75);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-menu .side-menu-links li.active a.submenu-side {
    color: var(--black-color);
    background-color: var(--gray-color);
	border-radius: var(--border-radius-02); 
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-menu .side-menu-links li.active a.submenu-side::after {
	content: "\f068";
	color: var(--black-color);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-menu .side-menu-links li.active>.menu-submenu {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-menu .side-menu-links .menu-submenu[aria-expanded="true"] {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.side-menu .menu-submenu li a,
.side-menu .menu-submenu li a:focus {
    padding-right: 4rem;
    background-color: var(--transparent-color);
    color: var(--black-color);
}

.side-menu .side-menu-links .menu-submenu li a,
.side-menu .side-menu-links .menu-submenu li a:focus {
    padding-right: 1rem;
    background-color: var(--transparent-color);
    color: var(--black-color-75);
}

.side-menu .side-menu-links .menu-submenu li a:hover,
.side-menu .side-menu-links .menu-submenu li a.active{
    color: var(--black-color);
}

.side-menu .side-menu-links .menu-submenu li a::before {
	content: "\f068";
    font-family: var(--font-awesome);
    position: relative;
	font-size: .5rem;
	padding-left: .5rem;
}


/****** Footer ******/

footer {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;  
}

footer .footer-bottom {
    padding-top: 4rem;
	background-color: var(--dark-color-02);
}

footer .top-footer {
	position: relative;
	border-bottom: 1px solid var(--white-color-25);
	margin-bottom: 4rem;
}

footer .top-footer .footer-info {
	display: flex;
	padding: 1.5rem 3rem;
}

footer .top-footer .footer-info i {
	color: var(--white-color);
	font-size: 2.5rem;
	margin-right: 1.5rem;
	position: relative;
    top: .5rem;
}

footer .top-footer .footer-info i.small-icon {
	color: var(--white-color);
	font-size: 1rem;
    margin-right: 1.5rem;
    position: relative;
    top: .125rem;
}

footer .top-footer .footer-info p {
	color: var(--white-color);
	font-weight: 400;
	font-size: 1rem;
}

footer .top-footer .footer-info p a,
footer .top-footer .footer-info p a:focus {
	color: var(--white-color);
	font-weight: 400;
	font-size: 1rem;
}

footer .top-footer .footer-info p a:hover {
	color: var(--theme-color-01);
}

footer .top-footer .footer-info.footer-border-info {
	border-left: 1px solid var(--white-color-25);
	border-right: 1px solid var(--white-color-25);
	border-top: none;
	border-bottom: none;
}

@media (max-width: 992px) {
	footer .top-footer .footer-info {
		display: flex;
		padding: 1.25rem 1rem;
	}
	footer .top-footer .footer-info.footer-border-info {
		border-left: none;
		border-right: none;
		border-top: 1px solid var(--white-color-25);
		border-bottom: 1px solid var(--white-color-25);
	}	
}

footer .footer-about .logo-footer {
    width: auto;
	height: 6rem;
    margin: auto;
}

footer .footer-about p.footer-pra {
	color: var(--theme-color-02);
	font-size: .875rem;
	font-weight: 400;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	footer .footer-about .logo-footer {
		height: 6rem;
	}

	footer .footer-about p.footer-pra {
		padding-right: 2rem;
		padding-left: 0;
	}	
}

@media (max-width: 992px) {
	footer .footer-about .logo-footer {
		height: 4.5rem;
		margin-right: 0;
	}
	
	footer .footer-about p.footer-pra {
		padding-right: 0;
		padding-left: 0;
	}	
}

@media (max-width: 576px) {
	footer .footer-about p.footer-pra {
		padding-right: 0;
		padding-left: 0;
	}	
}

footer hr {
    margin: 1.5rem 0 2rem 0;
    color: inherit;
    background-color: var(--white-color-25);
    border: 0;
    opacity: 1;
}

footer .copyright {
    width: 100%;
    height: auto;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    background-color: var(--dark-color-02);
}

footer .copyright p {
    margin-bottom: 0;
    color: var(--dark-color-75);
	font-size: .875rem;
    font-weight: 400;
}

footer .copyright p a,
footer .copyright p a:focus {
    color: var(--dark-color-75);
}

footer .copyright p a:hover {
    color: var(--dark-color);
}

footer .back-to-top,
footer .back-to-top:focus {
	position: fixed;
    left: 1rem;
    bottom: 1rem;
    padding: 0;
    width: 3rem;
    height: 3rem;
	line-height: 3rem;
    font-size: 1.25rem;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--transparent-color);
    border: 1px solid var(--theme-color-02-75);
	color: var(--theme-color-02);
	text-align: center;
    z-index: 1;
    transform: translate(0, 200%);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .back-to-top:hover {
    background-color: var(--transparent-color);
    border: 1px solid var(--theme-color-02);
    color: var(--black-color);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .back-to-top.active {
    transform: translate(0, 0);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
	footer .back-to-top,
    footer .back-to-top:focus {
        left: .75rem;
        bottom: .75rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }	
}

footer .footer-contact .contact-item {
    padding: 0;
    position: relative;
    display: block;
	margin-bottom: 1.5rem;
}

footer .footer-contact .contact-item:last-child {
	margin-bottom: 0;
}

footer .footer-contact .contact-item i {
    Color: var(--theme-color-02);
    position: absolute;
    top: 0;
    font-size: 1.25rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .footer-contact .contact-item span {
    Color: var(--white-color);
    display: block;
    margin-right: 2.5rem;
    line-height: 1.25rem;
	font-size: .875rem;
}

footer .footer-contact .contact-item a,
footer .footer-contact .contact-item a:focus {
    Color: var(--theme-color-02);
    display: block;
    margin-right: 2.5rem;
    line-height: 1.25rem;
	font-size: .875rem;
}

footer .footer-contact .contact-item a:hover {
    Color: var(--black-color);
}

footer .footer-contact .contact-item p {
    color: var(--white-color-75);
    font-size: 1rem;
	margin-bottom: 1rem;
}

footer .footer-contact .contact-item .form-control {
	font-family: var(--font-kufi);
	background-color: var(--transparent-color);
	color: var(--white-color);
	border: 1px solid var(--white-color-25);
	border-right: none;
	border-radius: var(--border-radius-03);
	height: 3rem;
}

footer .form-outline .form-control::placeholder {
	color: var(--white-color-50) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .form-outline .form-control:-ms-input-placeholder {
	color: var(--white-color-50) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .form-outline .form-control::-ms-input-placeholder {
	color: var(--white-color-50) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .form-outline .form-control::placeholder {
	color: var(--white-color-50) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .footer-contact .contact-item button,
footer .footer-contact .contact-item button:focus {
	background-color: var(--white-color-25);
	color: var(--white-color);
	border: 1px solid var(--white-color-25);
	border-radius: var(--border-radius-04);
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .footer-contact .contact-item button:hover {
	background-color: var(--theme-color-01);
	color: var(--white-color);
	border: 1px solid var(--theme-color-01);
	border-radius: var(--border-radius-04);
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social {
	position: relative;
}

@media (max-width: 992px) {
	footer .social {
		text-align: center;
	}	
}

footer .social a,
footer .social a:focus {
	display: inline-block;
    text-align: center;
    margin-left: 1rem;
    color: var(--theme-color-02);
	font-size: 1.25rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social a:hover {
    color: var(--black-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social a svg,
footer .social a svg:focus {
	display: inline-block;
    text-align: center;
    fill: var(--theme-color-02);
	font-size: 1.25rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social a svg:hover {
    fill: var(--black-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .social a:last-child {
    margin-left: 0;
}

footer .footer-title {
	font-family: var(--font-kufi);
    font-weight: 700;
    color: var(--black-color);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
	position: relative;
}

footer .footer-links ul {
    margin-bottom: 0;
    padding-left: 0;
}

footer .footer-links a,
footer .footer-links a:focus {
    color: var(--theme-color-02);
	font-weight: 400;
	font-size: 1rem;
    line-height: 2.25rem;
	position: relative;
}

footer .footer-links a:hover,
footer .footer-links a.active {
    color: var(--black-color);
}

footer .footer-newsleeter {
    background-color: var(--gray-color-03);
    padding: 3rem 0 1rem 0;
}

footer .footer-newsleeter .form-control {
	background-color: var(--white-color-25);
	color: var(--white-color);
	border: 1px solid var(--white-color-50);
	border-left: none;
	border-radius: var(--border-radius-03);
	height: 3rem;
}

footer .footer-newsleeter .form-control::placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .footer-newsleeter .form-control:-ms-input-placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .footer-newsleeter .form-control::-ms-input-placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .footer-newsleeter .form-control::placeholder {
	color: var(--white-color-75) !important;
	font-weight: 400 !important;
	font-size: 1rem;
	opacity: 1 !important;
}

footer .footer-newsleeter button,
footer .footer-newsleeter button:focus {
	background-color: var(--white-color-25);
	color: var(--white-color);
	border: 1px solid var(--white-color-25);
	border-radius: var(--border-radius-04);
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .footer-newsleeter button:hover {
	background-color: var(--theme-color-01);
	color: var(--white-color);
	border: 1px solid var(--theme-color-01);
	border-radius: var(--border-radius-04);
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .footer-top {
    background-color: var(--gray-color-02);
    padding: 3rem 0;
}

footer .footer-top .contact-item {
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
}

footer .footer-top .contact-item i {
    Color: var(--dark-color);
    font-size: 2.5rem;
    margin-left: 1rem;
}

footer .footer-top .contact-item span {
    display: block;
    margin-bottom: .5rem;
    color: var(--dark-color-75);
}

footer .footer-top .contact-item a,
footer .footer-top .contact-item a:focus {
    Color: var(--dark-color);
    line-height: 1.25rem;
	font-size: 1.25rem;
    font-weight: 700;
}

footer .footer-top .contact-item a:hover {
    Color: var(--theme-color-01);
}

@media (max-width: 992px) {
	footer .footer-top .contact-item {
        display: flow;
        text-align: center;
    }
    footer .footer-top .contact-item i {
        margin-bottom: .5rem;
        margin-right: 0;
    }
    footer .footer-top .contact-item span {
        margin-bottom: .25rem;
    }	
}


/****** Main ******/

main {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

.line-stripe-0,
.line-stripe-1,
.line-stripe-2,
.line-stripe-3,
.line-stripe-4 {
  height: 89%;
  width: 1px;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  bottom: 0; }

.line-stripe-0 {
  left: 10%; }

.line-stripe-0:before,
.line-stripe-4:before {
  top: 20%; }

.line-stripe-0:after {
  bottom: 20%; }

.line-stripe-1:before {
  top: 5%; }

.line-stripe-1:after {
  bottom: 5%; }

.line-stripe-2:before {
  top: 5%; }

.line-stripe-2:after {
  bottom: 5%; }

.line-stripe-3:before {
  top: 5%; }

.line-stripe-3:after {
  bottom: 5%; }

.line-stripe-4:after {
  bottom: 20%; }

.line-stripe-1 {
  left: 30%; }

.line-stripe-2 {
  left: 50%; }

.line-stripe-3 {
  left: 70%; }

.line-stripe-4 {
  left: 90%; }

.menu-overflow {
	overflow: hidden;
}

.bg-white {
	background-color: var(--white-color);
}

.bg-black {
	background-color: var(--black-color);
}

.bg-gray {
	background-color: var(--gray-color);
}

.bg-theme-color-01 {
	background-color: var(--theme-color-01);
}

.bg-theme-color-02 {
	background-color: var(--theme-color-02);
}

.text-white {
	color: var(--white-color);
}

.text-black {
	color: var(--black-color);
}

.text-gray {
	color: var(--gray-color);
}

.text-theme-01 {
	color: var(--theme-color-01);
}

.text-theme-02 {
	color: var(--theme-color-02);
}

.font-size-2 {
	font-size: 1.5rem;	
}

.font-size-2-25 {
	font-size: 1.25rem;	
}

.font-size-3 {
	font-size: 2.5rem;	
}

@media (max-width: 576px) {
	.font-size-2 {
		font-size: 1.25rem;	
	}
	.font-size-2-25 {
		font-size: 1rem;	
	}
	.font-size-3 {
		font-size: 1.75rem;	
	}	
}

.btn-cus-01,
.btn-cus-01:focus {
	position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
	font-family: var(--font-kufi);
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-02);
    padding: .75rem 2rem;
    border-radius: var(--border-radius-01);
    display: inline-block;
    text-align: center;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-01:hover {
	background-color: var(--black-color);
    color: var(--white-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-02,
.btn-cus-02:focus {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
	font-family: var(--font-kufi);
    color: var(--theme-color-02);
    background: none;
    background-color: var(--transparent-color);
    padding: .75rem 2.5rem;
    border: 1px solid var(--theme-color-02);
    border-radius: var(--border-radius-00);
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-02:hover {
    color: var(--black-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-02::before,
.btn-cus-02::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    width: 0;
    height: 0;
    border: 1px solid var(--transparent-color);
}

.btn-cus-02::before {
    top: -1px;
    left: 1px;
}

.btn-cus-02::after {
    bottom: -1px;
    right: 1px;
}

.btn-cus-02:hover::before,
.btn-cus-02:hover::after {
    width: 100%;
    height: 100%;
    border: 1px solid var(--transparent-color);
}

.btn-cus-02:hover::before {
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.btn-cus-02:hover::after {
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.btn-cus-02:hover::before {
    border-top-color: var(--black-color);
    border-right-color: var(--black-color);
}

.btn-cus-02:hover::after {
    border-bottom-color: var(--black-color);
    border-left-color: var(--black-color);
}

.btn-cus-03,
.btn-cus-03:focus {
	position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
	font-family: var(--font-kufi);
    color: var(--white-color);
    background: none;
    background-color: var(--transparent-color);
    padding: .75rem 2.5rem;
    border: 1px solid var(--white-color);
    border-radius: var(--border-radius-01);
    display: inline-block;
    text-align: center;
    min-width: 14rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-03:hover {
	background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-031,
.btn-cus-031:focus {
	position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
	font-family: var(--font-kufi);
    color: var(--white-color);
    background: none;
    background-color: var(--theme-color-01);
    padding: .75rem 2.5rem;
    border: 1px solid var(--theme-color-01);
    border-radius: var(--border-radius-01);
    display: inline-block;
    text-align: center;
    min-width: 14rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-cus-031:hover {
	background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cus-link,
.cus-link:focus {
    position: relative;
    display: inline-block;
    color: currentColor;
}

.cus-link:hover {
    color: var(--theme-color-01);
}

.cus-link::after,
.cus-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: currentColor;
}

.cus-link::before {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.cus-link::after {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.cus-link:hover::before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: -moz-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1);
}

.cus-link:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1) .25s;
    -moz-transition: -moz-transform .3s cubic-bezier(.86, 0, .07, 1) .25s;
    transition: transform .3s cubic-bezier(.86, 0, .07, 1) .25s;
}

.section-cus-01 {
    position: relative;
	padding: 6rem 0;
}

.section-cus-02 {
    position: relative;
	padding: 6rem 0 0 0;
}

.section-cus-03 {
    position: relative;
	padding: 0 0 6rem 0;
}

.section-cus-04 {
    position: relative;
	padding: 3rem 0;
}

@media (max-width: 576px) {
	.section-cus-01 {
		padding: 3rem 0;	
	}
	.section-cus-02 {
		padding: 3rem 0 0 0;	
	}
	.section-cus-03 {
		padding: 0 0 3rem 0;	
	}
	.section-cus-04 {
		padding: 2rem 0;	
	}
}

.img-gray {
    filter: grayscale(100%);
    transition: all .8s ease-in-out;
}

.img-gray:hover {
    filter: grayscale(10%);
    transition: all .8s ease-in-out;
}

.card-cus-01:hover .img-gray {
    filter: grayscale(10%);
    transition: all .8s ease-in-out;
}

.card-cus-05:hover .img-gray {
    filter: grayscale(10%);
    transition: all .8s ease-in-out;
}

.card-cus-06:hover .img-gray {
    filter: grayscale(10%);
    transition: all .8s ease-in-out;
}

.page-title {
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
    z-index: -2;
    height: 35vh;
	background-color: var(--dark-color-02);
    background-image: url(../img/page-bg.webp);
}

.page-title::before {
	content: "";
    background-color: var(--dark-color-02-75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-title .page-title-name {
	position: absolute;
    bottom: 10%;
    width: 100%;
	font-size: 1rem;
	color: var(--dark-color);
}

.page-title .page-title-name h1 {
	font-family: var(--font-kufi);
	color: var(--black-color);
	font-size: 3rem;
}

.page-title .page-title-name a,
.page-title .page-title-name a:focus {
	color: var(--dark-color);
	display: inline-block;
	font-size: 1rem;
	margin-left: .25rem;
}

.page-title .page-title-name a:hover {
	color: var(--black-color);
}

.page-title .page-title-name a::after {
    content: "/";
	margin-right: .5rem;
	color: var(--dark-color);
}

.page-title .page-title-name span {
	margin-left: .25rem;
	font-size: 1rem;
	color: var(--dark-color);
}

.page-title .page-title-name span::after {
    content: "/";
	margin-right: .5rem;
	color: var(--dark-color);
}

@media (max-width: 576px) {
	.page-title .page-title-name h1 {
		font-size: 1.75rem;
	}
}

.row-cus-01 {
    display: flow-root;
}

.col-cus-01 {
    float: left;
}

.col-cus-02 {
    float: right;
}

@media (max-width: 992px) {
	.row-cus-01 {
		display: flex;
	}
}

.p-cus-01 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875rem;
}

.small-title {
	color: var(--theme-color-02);
	margin-bottom: 1rem;
	font-family: var(--font-kufi);
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 700;
	margin-left: 2.75rem;
	position: relative;
	display: inline-block;
}

.small-title::before {
	content: "";
	position: absolute;
	left: -2.75rem;
    top: 0.625rem;
    width: 2rem;
    height: 2px;
	background-color: var(--theme-color-02);
}

.small-title-02 {
	color: var(--white-color-75);
	margin-bottom: 1rem;
	font-family: var(--font-kufi);
	text-transform: uppercase;
	font-size: .875rem;
	font-weight: 700;
	margin-left: 2.75rem;
	position: relative;
	display: inline-block;
}

.small-title-02::before {
	content: "";
	position: absolute;
	left: -2.75rem;
    top: 0.625rem;
    width: 2rem;
    height: 2px;
	background-color: var(--white-color-75);
}

.img-section-01 {
	position: relative;
}

.img-section-01 .img-sec-01 {
	position: relative;
	text-align: start;
}

.img-section-01 .img-sec-02 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.img-section-01 .img-sec-03 {
	position: relative;
	bottom: 2rem;
	left: 6rem;
	display: inline-block;
}

.img-section-01 .img-sec-03 .high-01 {
	background-color: var(--theme-color-01);
	border-radius: 100%;
	color: var(--white-color);
	font-family: var(--font-kufi);
	font-size: 1rem;
	font-weight: 500;
	padding: .5rem;
	text-align: center;
	width: 9rem;
	height: 9rem;
	line-height: 1.25rem;
	position: relative;
}

.img-section-01 .img-sec-03 .high-01 span {
	font-size: 4rem;
	font-weight: 900;
	display: block;
	line-height: normal;
}

.img-section-01 .img-sec-03 .high-01::after {
	content: "";
	background-color: var(--white-color);
	width: 9.5rem;
	height: 9.5rem;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 576px) {
	.img-section-01 .img-sec-03 {
		left: 0;
	}
}

.img-cus-01 {
	position: relative;
}

.img-cus-01::before {
	content: "";
	position: absolute;
    left: -1.5rem;
    top: 2rem;
    background-color: var(--theme-color-01);
    height: 400px;
    width: 1.5rem;
	z-index: 0;
}

.img-cus-01::after {
	content: "";
	position: absolute;
    right: 1rem;
    bottom: 0;
    background-color: var(--theme-color-02);
    height: 270px;
    width: 1.5rem;
	z-index: 1;
}

.fact-01 {
	border: 1px solid var(--theme-color-01);
	border-radius: 0;
	background-color: var(--white-color);
	padding: 1.5rem;
	position: relative;
}

.fact-01 i {
    font-size: 4rem;
    margin-right: 2rem;
    position: relative;
    top: .75rem;
}

.fact-01 .counter-number {
    display: inline-block;
    font-size: 3rem;
    font-weight: 900;
	color: var(--theme-color-01);
	font-family: var(--font-kufi);
	line-height: normal;
}

.fact-01 p {
    font-weight: 700;
}

.img-cus-02 {
	position: relative;
	padding: .25rem;
	border: 1px solid var(--theme-color-02-25);
	border-radius: .5rem;
}

.img-cus-04 {
	position: relative;
	padding: .25rem;
	border: 1px solid var(--white-color-25);
	border-radius: .5rem;
}

.p-point {
    margin-left: 2rem;
    margin-top: 1rem;
    display: block;
    position: relative;
	font-size: 1rem;
}

.p-point:first-child {
    margin-top: 0;
}

.p-point::before {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .5rem;
    font-weight: 900;
    color: var(--theme-color-01);
    position: absolute;
    left: -2rem;
    top: 8px;
}

.p-point-in {
    margin-left: 2rem;
    margin-top: 1rem;
    display: block;
    position: relative;
	font-size: 1rem;
}

.p-point-in:first-child {
    margin-top: 0;
}

.p-point-in::before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 300;
    color: var(--theme-color-01);
    position: absolute;
    left: -2rem;
    top: 2px;
}

.p-point-out {
    margin-left: 2rem;
    margin-top: 1rem;
    display: block;
    position: relative;
	font-size: 1rem;
}

.p-point-out:first-child {
    margin-top: 0;
}

.p-point-out::before {
    content: "\f00d";
    font-family: var(--font-awesome);
    font-weight: 300;
    color: var(--theme-color-01);
    position: absolute;
    left: -2rem;
    top: 2px;
}

.ifram-map {
	border: none;
    width: 100%;
    height: 30rem;
    margin: 0;
	margin-bottom: -.5rem;
    padding: 0;
    filter: grayscale(100%);
}

.contact-cus-01 {
	display: flex;
	padding: 1rem 0;
}

.contact-cus-01 i {
	color: var(--black-color);
	font-size: 2rem;
	margin-left: 1.5rem;
	position: relative;
    top: .25rem;
    min-width: 32px;
}

.contact-cus-01 p {
	font-size: 1rem;
	font-weight: 400;
}

.contact-cus-01 p span {
	font-size: 1rem;
	font-weight: 600;
	display: block;
}

.contact-cus-01 p a,
.contact-cus-01 p a:focus {
	display: block;
	color: var(--black-color);
	font-weight: 400;
	font-size: 1rem;
}

.contact-cus-01 p a:hover {
	color: var(--theme-color-01);
}

.home-page-title {
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 50%;
    position: relative;
    z-index: -2;
    width: 100%;
    height: auto;
	padding: 45vh 0 5vh 0;
	text-align: center;
	font-size: 1rem;
	color: var(--white-color);
	overflow: hidden;
}

.home-page-title::after {
	content: "";
    background-color: var(--theme-color-02-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-page-title h1 {
	font-family: var(--font-kufi);
	color: var(--white-color);
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 3.5rem;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.home-page-title h1 span {
	color: var(--theme-color-01);
    /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme-color-01); */
	display: inline-block;
}

.home-page-title p {
	color: var(--white-color);
	font-size: 1.25rem;
	font-weight: 400;
	position: relative;
	display: block;
	z-index: 1;
}

.home-page-title .p-cus-2 {
	position: relative;
	z-index: 1;
}

.home-page-title .slide-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home-page-title .slide-bg video {
	object-fit: cover;
	background-size: cover;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (max-width: 576px) {
	.home-page-title {
		padding: 40vh 0 5vh 0;
	}
	.home-page-title h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.home-page-title p {
		width: 100%;
	}
	.home-page-title .p-cus-2 {
		display: none;
	}
}

.home-slide-01 {
    position: absolute;
    left: 40%;
    bottom: -2.5rem;
	z-index: -1;
}

.home-slide-01 img {
    max-height: 80vh;
	width: auto;
}

.img-cus-03 {
	position: relative;
	top: -8rem;
}

@media (max-width: 576px) {
	.img-cus-03 {
		top: -4rem;
	}
}

.card-cus-01,
.card-cus-01:focus {
    position: relative;
    background-color: var(--dark-color-02);
    padding: 0;
    margin-bottom: 2.5rem;
    border: 1px solid var(--black-color-25);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 576px) {
	.card-cus-01 {
        margin-bottom: 2rem;
    }
}

.card-cus-01 .card-img {
    position: relative;
    margin: 0;
    margin-bottom: .75rem;
	padding: 0;
	padding-top: 50%;
    overflow: hidden;
    border-radius: var(--border-radius-00);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-01 .card-name {
    padding: 0 .75rem;
}

.card-cus-01 .card-name a,
.card-cus-01 .card-name a:focus {
    font-family: var(--font-kufi);
	color: var(--black-color);
	font-size: 1.25rem;
	font-weight: 700;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-01 .card-name a:hover {
	color: var(--theme-color-01);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-01 .card-info {
	position: relative;
    padding: 0 .75rem .75rem .75rem;
}

.card-cus-01 .card-info p {
	font-size: .875rem;
    color: var(--theme-color-02);
}

.card-cus-01:hover {
    background-color: var(--dark-color-02);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.3) !important;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-01::before,
.card-cus-01::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    width: 0;
    height: 0;
    border: 1px solid var(--transparent-color);
}

.card-cus-01::before {
    top: -1px;
    left: 1px;
}

.card-cus-01::after {
    bottom: -1px;
    right: 1px;
}

.card-cus-01:hover::before,
.card-cus-01:hover::after {
    width: 100%;
    height: 100%;
    border: 1px solid var(--transparent-color);
    z-index: -1;
}

.card-cus-01:hover::before {
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.card-cus-01:hover::after {
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.card-cus-01:hover::before {
    border-top-color: var(--theme-color-01);
    border-right-color: var(--theme-color-01);
}

.card-cus-01:hover::after {
    border-bottom-color: var(--theme-color-01);
    border-left-color: var(--theme-color-01);
}

.card-cus-02 {
    position: relative;
    background-color: var(--transparent-color);
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (max-width: 576px) {
	.card-cus-02 {
        padding: 0;
        margin-bottom: 2rem;
    }
}

.card-cus-02 .card-img {
    position: relative;
    margin: 0;
    margin-bottom: 1rem;
	padding: 0;
	padding-top: 130%;
    overflow: hidden;
    border-radius: var(--border-radius-01);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-02 .card-name,
.card-cus-02 .card-name a,
.card-cus-02 .card-name a:focus {
    font-family: var(--font-kufi);
	color: var(--theme-color-02);
	font-size: 1.25rem;
	font-weight: 500;
    text-transform: uppercase;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-02 .card-name span {
    font-family: var(--font-kufi);
	color: var(--theme-color-01);
    display: block;
    margin-top: .5rem;
	font-size: 1rem;
	font-weight: 500;
    text-transform: uppercase;
}

.card-cus-02 .card-name a:hover {
	color: var(--theme-color-01);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-02 .card-info {
	position: relative;
}

.card-cus-02 .card-info p {
	font-size: .875rem;
}

.card-cus-03 {
    position: relative;
    margin-bottom: 3rem;
}

.card-cus-03 .card-img {
    position: relative;
    margin: 0;
	padding: 0;
    float: right;
	padding-top: 50%;
    overflow: hidden;
    width: calc(100% - 100px);
    border-radius: 0 .25rem .25rem .25rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-03 .card-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem 1rem;
    border-radius: .25rem 0 0 .25rem;
    background-color: var(--theme-color-01);
    color: var(--white-color);
    font-family: var(--font-kufi);
    z-index: 2;
}

.card-cus-03 .card-date span {
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
    line-height: 1.125;
}

@media (max-width: 576px) {
	.card-cus-03 .card-img {
        position: relative;
        margin: 0;
        padding: 0;
        padding-top: 60%;
        width: 100%;
        float: none;
        border-radius: 0 0 .25rem .25rem;
    }
    .card-cus-03 .card-date {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 1rem 1rem;
        border-radius: .25rem .25rem 0 0;
    }
    .card-cus-03 .card-date span {
        font-size: 1.5rem;
        font-weight: 500;
        display: inline-block;
        margin-right: .5rem;
    }
}

.card-cus-04 {
    position: relative;
    background-color: var(--transparent-color);
    padding: 2rem 1rem;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
}

@media (max-width: 576px) {
	.card-cus-04 {
        padding: 1rem 1rem;
        margin-bottom: 2rem;
    }
}

.card-cus-04 .card-img {
    position: relative;
    margin: 0;
    margin-bottom: 1rem;
	padding: 0;
	padding-top: 50%;
    overflow: hidden;
    border-radius: var(--border-radius-01);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-04 .card-name {
    font-family: var(--font-kufi);
	color: var(--theme-color-01);
	font-size: 1.5rem;
	font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-04 .card-name a:hover {
	color: var(--theme-color-01);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-04 .card-info {
	position: relative;
}

.card-cus-04 .card-info .card-price {
    font-family: var(--font-kufi);
	color: var(--theme-color-01);
	font-size: 1.5rem;
	font-weight: 400;
    text-transform: uppercase;
}

.card-cus-04 .card-info .card-price span {
	font-size: 3rem;
}

.card-cus-04 .card-info p {
	font-size: .875rem;
}

.card-cus-05 {
    position: relative;
    background-color: var(--dark-color-02-50);
    padding: 0 0 1rem 0;
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (max-width: 576px) {
	.card-cus-05 {
        padding: 0;
        margin-bottom: 2rem;
    }
}

.card-cus-05 .card-img {
    position: relative;
    margin: 0;
    margin-bottom: .75rem;
	padding: 0;
	padding-top: 60%;
    overflow: hidden;
    border-radius: var(--border-radius-00);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-05 .card-name,
.card-cus-05 .card-name a,
.card-cus-05 .card-name a:focus {
    font-family: var(--font-kufi);
	color: var(--black-color);
	font-size: 1.25rem;
	font-weight: 700;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-05 .card-name span {
    font-family: var(--font-kufi);
	color: var(--theme-color-01);
    display: block;
    margin-top: .5rem;
	font-size: .875rem;
	font-weight: 700;
}

.card-cus-05 .card-name a:hover {
	color: var(--black-color);
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-05 .card-info {
	position: relative;
    padding: 0 1rem;
}

.card-cus-05 .card-info p {
	font-size: .875rem;
}

.card-cus-05::after {
    background-color: var(--theme-color-02);
    width: 0;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-05:hover::after {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-06 {
    position: relative;
    margin-bottom: 1.5rem;
    padding: .25rem;
    overflow: hidden;
}

.card-cus-06 .card-img {
    position: relative;
    margin: 0;
	padding: 0;
	padding-top: 70%;
    overflow: hidden;
    width: 100%;
    border-radius: var(--border-radius-01);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-cus-06 .card-img::before {
    content: "";
    background-color: var(--white-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-cus-06 .card-date {
    position: absolute;
    top: 0;
    right: .75rem;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 1.5rem 1rem;
    border-radius: 0 .25rem .25rem 0;
    background-color: var(--theme-color-02);
    color: var(--white-color);
    font-family: var(--font-kufi);
    z-index: 2;
}

.card-cus-06 .card-info {
    position: absolute;
    bottom: 2.25rem;
    right: 2.25rem;
    width: calc(100% - 3rem);
    padding: 0;
    color: var(--theme-color-02);
    font-family: var(--font-kufi);
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-06 .overlay {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    padding: 0;
    z-index: 1;
    background-color: var(--transparent-color);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-06:hover .overlay {
    background-color: var(--dark-color-02-50);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card-cus-06 .card-info .card-title {
    color: var(--black-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.card-cus-06 .card-date span {
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
    line-height: 1.125;
}

@media (max-width: 576px) {
    .card-cus-06 {
        margin-bottom: 1rem;
    }
	.card-cus-06 .card-img {
        padding-top: 80%;
    }
    .card-cus-06 .card-date {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 1rem 1rem;
        border-radius: .25rem .25rem 0 0;
        right: 0;
    }
    .card-cus-06 .card-date span {
        font-size: 1.5rem;
        font-weight: 500;
        display: inline-block;
        margin-right: .5rem;
    }
}

.homeswiper-01 {
	padding-bottom: 2rem;
    padding-top: 0;
}

.homeswiper-01.swiper-container {
    padding-left: .75rem;
    padding-right: .75rem;
}

.homeswiper-01 .swiper-container-horizontal>.swiper-pagination-bullets,
.homeswiper-01 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.homeswiper-01 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--theme-color-02-25);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-01 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme-color-02);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-02 {
	padding-bottom: 2rem;
    padding-top: 0;
}

.homeswiper-02.swiper-container {
    padding-left: .75rem;
    padding-right: .75rem;
}

.homeswiper-02 .swiper-container-horizontal>.swiper-pagination-bullets,
.homeswiper-02 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.homeswiper-02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0;
    background-color: var(--theme-color-02-25);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-02 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-03 {
	padding-bottom: 4rem;
    padding-top: 0;
}

.homeswiper-03.swiper-container {
    padding-left: .75rem;
    padding-right: .75rem;
}

.homeswiper-03 .swiper-container-horizontal>.swiper-pagination-bullets,
.homeswiper-03 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.homeswiper-03 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--theme-color-02-25);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-03 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme-color-02);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.border-top-cus {
    border-top: 1px solid var(--theme-color-02-25);
}

.border-bottom-cus {
    border-bottom: 1px solid var(--theme-color-02-25);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    color: var(--white-color);
    text-align: left;
    background-color: var(--theme-color-02-50);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: var(--theme-color-02);
    box-shadow: inset 0 -1px 0 var(--theme-color-02);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316151e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
    background-color: var(--transparent-color);
    border: 1px solid var(--transparent-color);
}

.icon-cus-01 {
	margin-right: 1.5rem;
    font-size: 3rem;
    color: var(--theme-color-01);
    position: relative;
    top: -1rem;
}

.section-full-01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
	position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
	.section-full-01 {
		background-attachment: scroll;
	}
}

.section-full-01::before {
	content: "";
	background-color: var(--dark-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

.section-full-cont {
	padding: 6rem 0;
	color: var(--white-color);
}

.section-full-cont h5 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.section-full-cont h2 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

.section-full-cont h6 {
	color: var(--white-color);
}

.section-full-cont p {
	margin-bottom: 2rem;
}

.section-full-cont .counter-number {
	display: inline-block;
	font-size: 3rem;
    font-weight: 600;
}

.section-full-cont i {
	display: inline-block;
    font-size: 2rem;
    position: relative;
    top: 4px;
}

.section-gradient-01 {
    background: var(--mask-color-01);
	width: 100vw;
}

.section-gradient-over {
	background: var(--mask-color-02);
	display: inline-grid;
	width: 100vw;
}

.text-word-01 {
	width: 100vw;
	font-family: var(--font-kufi);
	color: var(--theme-color-02);
    font-size: 8rem;
    font-weight: 700;
    line-height: 10rem;
	z-index: -1;
	white-space: nowrap;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text-word-02 {
	width: 100vw;
	font-family: var(--font-kufi);
	color: var(--transparent-color);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--theme-color-02-75);
    font-size: 8rem;
    font-weight: 700;
    line-height: 10rem;
	z-index: -1;
	white-space: nowrap;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-lef-01 {
	display: inline-block;
	-webkit-animation: scrolling-left-01 90s infinite linear;
    animation: scrolling-left-01 90s infinite linear;
}

.scroll-lef-02 {
	display: inline-block;
	-webkit-animation: scrolling-left-02 90s linear infinite;
	animation: scrolling-left-02 90s linear infinite;
}

@keyframes scrolling-left-01 {
  100% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}

@keyframes scrolling-left-02 {
  100% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}

@media (max-width: 992px) {
	.text-word-01 {
		font-size: 6rem;
		line-height: 7rem;;
	}

	.text-word-02 {
		font-size: 5rem;
		line-height: 6rem;
	}	
}

@media (max-width: 576px) {
	.text-word-01 {
		font-size: 4rem;
		line-height: 4rem;
	}

	.text-word-02 {
		-webkit-text-stroke-width: 1px;
		font-size: 4rem;
		line-height: 4rem;
	}	
}

.section-bg-cus-01 {
	background: linear-gradient(180deg, var(--theme-color-02) 90%, var(--transparent-color) 10%);
}

.widget-box {
	background-color: var(--gray-color);
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-02);
    padding: 1rem;
    position: relative;
}

.widget-box .widget-box-img {
	position: relative;
    margin: 0 0 1rem 0;
    padding: 0;
    padding-top: 45%;
    overflow: hidden;
    border-radius: var(--border-radius-02);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-box p {
    font-size: .875rem;
}

.widget-box a.btn-widget-box,
.widget-box a.btn-widget-box:focus {
	display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    color: var(--theme-color-02);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    position: relative;
    font-weight: 600;
	font-size: 1rem;
}

.widget-box a.btn-widget-box:hover {
    color: var(--theme-color-01);
    padding: 0.5rem 1rem 0.5rem 1.5rem;
}

.widget-box a.btn-widget-box.active {
    color: var(--theme-color-01);
    padding: 0.5rem 1rem 0.5rem 1.5rem;
	pointer-events: none;
    cursor: default;
}

.widget-box a.btn-widget-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: .25rem;
    height: 2px;
    opacity: 1;
    background-color: var(--theme-color-02);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-box a.btn-widget-box:hover::before {
    width: 1rem;
    background-color: var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-box a.btn-widget-box.active::before {
    width: 1rem;
    background-color: var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget-box a.btn-widget-box-02,
.widget-box a.btn-widget-box-02:focus {
    color: var(--black-color);
	border-bottom: 1px solid var(--black-color);
}

.widget-box a.btn-widget-box-02:hover {
    color: var(--theme-color-01);
	border-bottom: 1px solid var(--theme-color-01);
}

.widget-box .widget-box-info {
    color: var(--black-color);
	font-size: 1rem;
}

.widget-box .widget-box-info i {
    width: 1.5rem;
	color: var(--theme-color-02);
}

.widget-box .widget-box-price {
    color: var(--theme-color-01);
    font-weight: 600;
}

.widget-box .widget-box-info .widget-box-info-flex {
    position: relative;
    top: -4px;
}

.widget-cus-01 {
	background-color: var(--transparent-color);
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
    padding: 2rem;
    position: relative;
}

@media (max-width: 576px) {
	.widget-cus-01 {
        padding: 1.5rem;
    }	
}

.widget-cus-02 {
	background-color: var(--gray-color);
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
    padding: 1.5rem;
    position: relative;
}

.widget-cus-03 {
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
    padding: 1.5rem;
    position: relative;
}

.widget-cus-04 {
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
    padding: 1rem;
    position: relative;
}

.tour-det {
	text-align: center;
}

.tour-det i {
	font-size: 2rem;
    display: inline-block;
    margin-bottom: .5rem;
    border: 1px solid;
    border-radius: 50%;
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    padding: 1rem;
}

.tour-det .widget-box-price {
    color: var(--theme-color-01);
    font-weight: 600;
}

.tour-det .widget-box-title {
	color: var(--theme-color-01);
    font-weight: 600;
}

.day-info {
    display: block;
    position: relative;
    padding-left: 2rem;
}

.day-info i {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 2rem;
    height: 2rem;
	font-size: 1rem;
    color: var(--theme-color-02);
}

.day-info h6 {
    margin-bottom: .25rem;
    color: var(--theme-color-02);
    font-weight: 600;
}

.day-meals {
    margin-left: -2rem;
}

.day-meals .meals {
    margin-left: 1.25rem;
    margin-right: .75rem;
    color: var(--black-color-25);
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-size: 1rem;
}

.day-meals .meals:last-child {
    margin-right: 0;
}

.day-meals .meals.active {
    color: var(--theme-color-02);
}

.day-meals .meals::before {
    content: "\f00d";
    font-family: var(--font-awesome);
    font-size: 1rem;
    font-weight: 300;
    color: va(--white-color-25);
    position: absolute;
    left: -1.25rem;
    top: 1px;
}

.day-meals .meals.active::before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: 1rem;
    font-weight: 300;
    color: var(--theme-color-01);
    position: absolute;
    left: -1.25rem;
    top: 1px;
}

.tour-trip-img-inner {
    position: relative;
    padding: 0;
    padding-top: 60%;
    margin: 1.25rem 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: .25rem;
}

.video-cus {
	width: 100%;
	position: relative;
	border-radius: 0;
}

.video-cus::before {
	content: "\f144";
	font-family: var(--font-awesome);
	font-weight: 300;
    font-size: 2rem;
	color: var(--dark-color);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
    opacity: 1;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-cus:hover::before {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-cus::after {
	content: "";
    background-color: var(--dark-color-02-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-cus:hover::after {
    background-color: var(--transparent-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.isotope {
	width: 100%;
	height: 100%;
	position: relative;
}

.isotope.isotope-cus a::before {
	content: "\f00e";
	font-family: var(--font-awesome);
	font-weight: 300;
    font-size: 2rem;
	color: var(--dark-color);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
    opacity: 1;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.isotope.isotope-cus a:hover::before {
	opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.isotope.isotope-cus a::after {
	content: "";
    background-color: var(--dark-color-02-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.isotope.isotope-cus a:hover::after {
    background-color: var(--transparent-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.isotope .isotope-img {
    position: relative;
    padding: 0;
    padding-top: 75%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: var(--border-radius-01);
}

.sponsors-img {
    position: relative;
    padding: 0;
    padding-top: 75%;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01);
}

.tabs-cus-01 .nav-pills {
	border-bottom: 1px solid var(--theme-color-02-25);
    padding-bottom: 1.5rem;
}

.tabs-cus-01 .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid var(--theme-color-02);
    border-radius: .25rem;
	margin: 0 .5rem;
	color: var(--theme-color-02);
	padding: .5rem 2.5rem;
    font-weight: 600;
}

.tabs-cus-01 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white-color);
    background-color: var(--theme-color-02);
}

.home-01 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 83px;
}

.home-01 {
    color: var(--black-color);
    font-size: 4rem;
}

.home-01 .title-small {
    font-weight: 600;
    display: block;
    font-size: 2.5rem;
    color: var(--black-color);
}

.home-01 span {
    font-weight: 300;
    display: inline-block;
    font-size: 1.5rem;
    color: var(--theme-color-02);
}

.home-01 p {
    color: var(--theme-color-02);
    font-size: 1.125rem;
}

.home-01 .subtitle {
    color: transparent;
    -webkit-text-stroke: 1px var(--black-color);
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 700;
    display: inline;
}

@media (max-width: 992px) {
	.home-01 {
        height: 80vh;
        padding-top: 75px;
    }
}

@media (max-width: 576px) {
	.home-01 {
        height: 94vh;
    }
    .home-01 p {
        font-size: 1rem;
    }
    .home-01 .subtitle {
        font-size: 2.5rem;
    }
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 0;
}

.section-full-02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section-full-02::before {
	content: "";
	background-color: var(--white-color-50);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}

@keyframes fadeRight {
    0% {
      opacity: 0;
      transform: translateY(-25%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes fadeLeft {
    0% {
      opacity: 0;
      transform: translateY(25%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
  
.carousel-item .home-anim {
    opacity: 0;
    transform: translateY(-25%);
}

.carousel-item.active .home-anim {
    animation: fadeRight .75s ease-out forwards;
}

.img-cus-05 {
    margin-bottom: 1.5rem;
    border-radius: 50%;
    width: 12rem;
    height: auto;
    border: 3px solid var(--dark-color-50);
}

.sec-home-01 {
    background-image: url(../../images/home-bg-01-ar.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
	position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
	.sec-home-01 {
        background-size: cover;
    }
}

.home-title-01 {
    color: var(--dark-color);
    font-size: 3rem;
    font-weight: 300;
    line-height: normal;
}

.home-img-02 {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 125%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-home-02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	position: relative;
    width: 100%;
    height: 100%;
}

.sec-home-02::before {
    content: "";
    background-color: var(--dark-color-25);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 576px) {
	.sec-home-02 {
        background-image: none !important;
        background-color: var(--gray-color-03);
    }
}

.ser-sec {
    position: relative;
    padding: 2rem 1.5rem 3rem 1.5rem;
    background-color: var(--transparent-color);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ser-sec a .ser-sec-title,
.ser-sec a .ser-sec-title:focus,
.ser-sec a .ser-sec-title:hover {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 2rem;
}

.ser-sec:hover {
    background-color: var(--gray-color-01-50);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homeswiper-02 .card-cus-06 .card-img {
    width: 100%;
    padding-top: 70%;
}

.sec-home-03 {
    position: relative;
    padding: 8rem 0;
    background-color: var(--dark-color-15);
}

@media (max-width: 576px) {
	.sec-home-03 {
        padding: 4rem 0;
    }
}

.sec-home-03 .cont-sec {
    position: relative;
    padding: 3rem 2rem;
    background-color: var(--white-color);
    border: 1px solid var(--dark-color-50);
    text-align: center;
}

.sec-home-03 .cont-sec h6 {
    color: var(--black-color);
    font-size: 1.125rem;
}

.sec-home-03 .cont-sec a,
.sec-home-03 .cont-sec a:focus {
    color: var(--dark-color);
}

.sec-home-03 .cont-sec a:hover {
    color: var(--theme-color-01);
}

.sec-home-03 .cont-sec .dir-num {
    text-align: center;
    display: inline-block;
}

.sec-home-04 {
	position: relative;
    padding: 5rem 0;
    background-color: var(--dark-color-02-50);
}

@media (max-width: 576px) {
	.sec-home-04 {
        padding: 4rem 0;
    }
}

.sec-home-04 .testi-home {
    background-color: var(--dark-color-02-75);
    padding: 2rem;
    text-align: center;
}

.homeswiper-04 {
	padding-bottom: 2rem;
    padding-top: 0;
}

.homeswiper-04.swiper-container {
    padding-left: .75rem;
    padding-right: .75rem;
}

.homeswiper-04 .swiper-container-horizontal>.swiper-pagination-bullets,
.homeswiper-04 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.homeswiper-04 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--theme-color-02-25);
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeswiper-04 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--theme-color-02);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.test-sec {
    position: relative;
}

.test-sec .test-cus {
    position: relative;
    margin-top: 3rem;
}

.test-sec .test-cus::after {
    content: "";
    height: 1px;
    width: 50%;
    background-color: var(--dark-color-25);
    position: absolute;
    top: -1.5rem;
    left: 25%;
}

.test-sec .test-cus:first-child {
    position: relative;
    margin-top: 0;
}

.test-sec .test-cus:first-child::after {
    display: none;
}

@media (max-width: 576px) {
	.test-sec .test-cus::after {
        width: 70%;
        left: 15%;
    }
}

.sec-home-05 {
    position: relative;
    background-color: var(--dark-color-02-15);
}

.activities-counter {
    padding: 2.5rem 0;
    z-index: 1;
    position: relative;
    background-color: var(--dark-color-02);
}

@media(max-width: 767px) {
    .activities-counter {
        padding: 3rem 0
    }
}

.activities-counter .single-activity {
    text-align: center;
}

.activities-counter .single-activity .content .number {
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color-02);
    margin-bottom: .25rem;
}

.activities-counter .single-activity .content .number .counter-value {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1;
    display: inline-block;
}

.activities-counter .single-activity .content .number span {
    font-size: 1.5rem;
    color: var(--theme-color-01);
    display: inline-block;
    line-height: 1
}

.activities-counter .single-activity .content p {
    margin-bottom: 0;
    color: var(--dark-color);
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.image-cus-01 {
    padding: 0;
    border: none;
    border-radius: var(--border-radius-00);
}

.section-title {
    position: relative;
    display: inline-block;
    color: var(--black-color);
    margin-bottom: 1rem;
}

/* .section-title::before,
.section-title::after {
    content: "";
    height: .25rem;
    display: inline-block;
    position: absolute;
    bottom: -1rem;
    background-color: var(--theme-color-01);
}

.section-title::before {
    width: 2rem;
    left: 1.25rem;
    border-bottom-right-radius: 100px;
}

.section-title::after {
    width: 1rem;
    left: 0;
    border-top-left-radius: 100px;
} */

.art-inn {
    background-color: var(--dark-color-02-50);
    padding: 1.5rem;
}


/****** Validate & Sweet Alert ******/

.form-outline {
    position: relative;
}

.form-outline .form-control:-ms-input-placeholder {
	color: var(--gray-color) !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.form-outline .form-control::-ms-input-placeholder {
	color: var(--gray-color) !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.form-outline .form-control {
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
	height: 2.625rem;
    color: var(--black-color);
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid var(--theme-color-02-25);
	border-radius: var(--border-radius-00);
}

.form-outline .textarea-01 {
    resize: none;
	height: 9rem;
}

.form-outline .textarea-02 {
    resize: none;
	height: 12rem;
}

.form-outline .invalid-feedback, .error {
    width: auto;
    position: absolute;
    bottom: -1rem;
    left: 0;
    z-index: 2;
    color: var(--red-color);
    font-size: .75rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .form-outline .invalid-feedback, .error {
    width: auto;
    position: absolute;
    bottom: -1rem;
    left: 0;
    z-index: 2;
    color: var(--white-color-75);
    font-size: .75rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-outline.is-invalid .form-control {
    border: 1px solid var(--red-color) !important;
	border-left: none; 
}

.form-outline .form-label {
    margin-bottom: .125rem;
    margin-right: .25rem;
    font-size: .875rem;
    font-weight: 500;
}

.form-outline .form-control.input-select-cus {
    width: calc(100% - 16rem);
}

.pt-tailor-cus {
	margin-top: 1.875rem;
    padding: .5rem 0;
    font-size: 1rem;
    text-align: center;
    background-color: var(--theme-color-02);
    color: var(--white-color);
	border-radius: .25rem;
}

@media (max-width: 576px) {
	.pt-tailor-cus {
		margin-top: .75rem;
		margin-left: .75rem;
    	margin-right: .75rem;
		width: calc(100% - 1.5rem);
	}
}

.form-outline .btn-light,
.form-outline .btn-light:focus {
    color: var(--black-color);
    background-color: var(--transparent-color);
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-outline .btn.btn-light,
.form-outline .btn.btn-light:focus,
.form-outline .btn.btn-light:hover {
    display: inline-block;
    line-height: 1.25;
	font-size: 1rem;
    color: var(--black-color);
    background-color: var(--transparent-color);
    border: none;
    padding: 0;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-outline .btn.btn-light.bs-placeholder {
    color: var(--black-color) !important;
}

.form-outline .dropdown-menu {
    padding: 0;
    left: -1rem !important;
    font-size: 1rem;
    color: var(--black-color);
    text-align: right;
    list-style: none;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 1px solid var(--theme-color-02-25);
    border-radius: var(--border-radius-01) !important;
}

@media (max-width: 576px) {
    .form-outline .dropdown-menu {
        right: -.75rem !important;
    }
}

.form-outline .bootstrap-select .dropdown-toggle .filter-option {
    right: 0;
    left: auto;
    float: right;
    text-align: right;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-right: -0.5rem;
    color: var(--theme-color-02-75);
}

.form-outline .dropdown-item,
.form-outline .dropdown-item:focus {
    padding: 0.5rem 1rem;
    color: var(--black-color);
	font-weight: 400;
}

.form-outline .dropdown-item:hover {
    color: var(--black-color);
    background-color: var(--gray-color);
    padding: .5rem 1rem;
}

.form-outline .dropdown-item.active,
.form-outline .dropdown-item:active {
    color: var(--black-color);
    text-decoration: none;
    background-color: var(--theme-color-02-25);
}

.form-outline .dropdown-item.selected {
    color: var(--black-color);
    text-decoration: none;
    background-color: var(--theme-color-02-25);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    right: 12px;
    top: 12px;
}

.form-outline .dropdown-item img {
	width: 1.5rem;
	height: auto;
	margin-right: .5rem;
    border: 1px solid var(--theme-color-02-25);
}

.form-outline .filter-option-inner-inner img {
	width: 1.5rem;
	height: auto;
	margin-right: .5rem;
	border: 1px solid var(--theme-color-02-25);
}

.daterangepicker {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
    border-radius: 0;
    border: 1px solid var(--theme-color-02-25) !important;
    text-shadow: none !important;
	font-size: 1rem;
	margin-top: 2px;
}

.daterangepicker::before {
    display: none;
}

.daterangepicker::after {
    display: none;
}

.daterangepicker .btn-primary,
.daterangepicker .btn-primary:focus {
    color: var(--white-color);
    background-color: var(--theme-color-02);
    border-color: var(--theme-color-02);
	border-radius: 0;
}

.daterangepicker .btn-primary:hover {
    color: var(--white-color);
    background-color: var(--theme-color-01);
    border-color: var(--theme-color-01);
}

.daterangepicker .btn-default,
.daterangepicker .btn-default:focus {
    color: var(--black-color);
}

.daterangepicker .btn-default:hover {
    color: var(--theme-color-02);
}

.daterangepicker td.in-range {
    background-color: var(--theme-color-02-25);
    color: var(--black-color);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--theme-color-02);
	color: var(--white-color);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: .25rem 0 0 1rem;
    padding: .5rem !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu::after,
.bootstrap-datetimepicker-widget.dropdown-menu::before {
    display: none;
}

.bootstrap-datetimepicker-widget table td {
    border: 1px solid var(--theme-color-02-25) !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:focus,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    text-decoration: line-through !important;
    color: var(--black-color) !important;
    background-color: var(--transparent-color) !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: var(--theme-color-02) !important;
    color: var(--white-color) !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td span.month:hover,
.bootstrap-datetimepicker-widget table td span.year:hover {
    background-color: var(--gray-color);
}

.bootstrap-datetimepicker-widget table th.next,
.bootstrap-datetimepicker-widget table th.prev {
    position: relative;
    background-color: var(--transparent-color);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--theme-color-02) !important;
}

.form-outline .form-check-input {
    border: 1px solid var(--theme-color-02-75);
    background-color: var(--transparent-color);
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    margin-left: .5rem;
}

.form-outline .form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-outline .form-check-input:checked {
    background-color: var(--transparent-color);
    border-color: var(--theme-color-02);
}

.form-outline .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=checkbox]::after {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-size: .875rem;
    font-weight: 400;
    color: var(--theme-color-02);
    position: relative;
    top: -4px;
    right: 2px;
}

.form-outline .form-check-input:checked[type=radio] {
    background-image: none;
}

.form-outline .form-check-input:checked[type=radio]::after {
    content: "\f111";
    font-family: var(--font-awesome);
    font-size: .625rem;
    font-weight: 800;
    color: var(--theme-color-02);
    position: absolute;
    top: 2px;
    right: 4px;
    width: 10px;
    height: 10px;
}

.form-outline .form-check-label {
    color: var(--black-color);
}

.form-outline.is-invalid .form-check-input {
    border: 1px solid var(--red-color);
}

.sweet-alert {
    padding: 1rem;
    border-radius: 0;
}

.sweet-alert h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    color: var(--theme-color-02);
}

.sweet-alert .text-muted {
    color: var(--black-color) !important;
}

.sweet-alert .sa-confirm-button-container {
    position: relative;
    display: grid !important;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: var(--green-color);
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid var(--green-color) !important;
}

.sweet-alert .btn-primary,
.sweet-alert .btn-primary:focus {
    font-family: var(--font-kufi);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem 2.5rem;
    border-radius: 0;
    color: var(--white-color);
    background-color: var(--theme-color-02);
    border: 1px solid var(--theme-color-02);
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sweet-alert .btn-primary:hover {
    color: var(--white-color);
	background-color: var(--theme-color-01);
	border: 1px solid var(--theme-color-01);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sweet-overlay {
    background-color: var(--theme-color-02);
    opacity: .8 !important;
}


/****** Jssocials Shares ******/

.share-sec {
	display: inline-block;
    font-size: 1.5rem;
    position: relative;
    top: 1rem;
    margin-right: 1.25rem;
	color: var(--theme-color-02);
}

#shareRoundIcons {
	display: inline-block;
}

.jssocials-shares {
    margin: 0;
	display: inline-block;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 1rem;
}

.jssocials-share:last-child {
    margin: 0;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}

.jssocials-share-logo, .jssocials-share-logo:focus {
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    font-size: 1rem;
    color: var(--white-color);
    background-color: var(--theme-color-02);
    line-height: 3rem;
    border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.jssocials-share-logo:hover {
    color: var(--white-color);
	background-color: var(--black-color);
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 576px) {
	.share-sec {
		font-size: 1.25rem;
		top: .875rem;
		margin-right: 1rem;
	}
	
	.jssocials-share {
		margin: 0 .5rem 0 0;
	}
	
	.jssocials-share-logo, .jssocials-share-logo:focus {
		width: 3rem;
		height: 3rem;
		font-size: 1rem;
		line-height: 3rem;
	}
}


/****** Model Frameless ******/

.model-frameless .modal-content {
    background-color: var(--white-color);
    border: none;
    border-radius: 0.25rem;
	-webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22) !important;
}

@media (max-width: 576px) {
	.model-frameless .modal-content {
		width: 86%;
		margin: 0 7%;
	}	
}

.model-frameless .btn-close {
    position: absolute;
    right: 0;
    top: -2.5rem;
}

.model-frameless .modal-content .btn-close {
    box-sizing: content-box;
	background: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
	z-index: 1;
	color: var(--white-color);
	font-size: 1.5rem;
}

.modal-open {
	padding-right: 0 !important;
}

.model-frameless .modal-footer {
    display: inline-block;
    padding: 0;
    border-top: none;
}

.model-frameless .modal-footer.modal-footer-cus {
	padding: .75rem 1rem;
    margin-bottom: 0;
    background-color: var(--white-color);
}

.model-frameless .modal-xl-cus {
	width: fit-content;
}

.modal-backdrop {
    background-color: var(--black-color);
}

.modal-backdrop.show {
    opacity: .5;
}

.form-control-02 {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 0.5rem 0.75rem 0.375rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--theme-color-02) !important;
    background-color: transparent!important;
    background-clip: padding-box;
    border: none;
	border-bottom: 1px solid var(--theme-color-02-50);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-modal {
	background-color: var(--white-color);
    border: none;
    color: var(--theme-color-02);
}


/****** Unifilter ******/

.unifilter {
    position: relative;
    font-family: var(--font-rajdhani);
}

.results {
    display: block;
    border-bottom: 1px solid var(--theme-color-02-25);
    padding-bottom: .75rem;
    padding-left: 1rem;
}

.uf-filter .uf-title,
.uf-range .uf-title,
.uf-search .uf-title,
.uf-sort .uf-title {
    color: var(--theme-color-02) !important;
	font-weight: 600 !important;
}

.uf-filter .uf-tags a,
.uf-filter .uf-tags a:focus {
    border: 1px solid var(--theme-color-02-25) !important;
	border-radius: var(--border-radius-01) !important;
    color: var(--theme-color-02-75) !important;
    font-size: 1rem !important;
}

.uf-filter .uf-tags a:hover {
    border: 1px solid var(--theme-color-02-50) !important;
    color: var(--theme-color-02) !important;
	background-color: var(--gray-color) !important;
}

.uf-filter .uf-tags .uf-selected a {
    background-color: var(--theme-color-02) !important;
    color: var(--white-color) !important;
    border: 1px solid var(--theme-color-02) !important;
}

.uf-slider {
    max-width: 100% !important;
    width: 100% !important;
}

.uf-slider .uf-path {
    background-color: var(--theme-color-02-25) !important;
}

.uf-slider .uf-handle-left,
.uf-slider .uf-handle-left:focus,
.uf-slider .uf-handle-right,
.uf-slider .uf-handle-right:focus {
    background-color: var(--theme-color-02) !important;
}

.uf-slider .uf-handle-left:hover,
.uf-slider .uf-handle-right:hover,
.uf-slider.uf-dragging-left .uf-handle-left,
.uf-slider.uf-dragging-right .uf-handle-right {
    background-color: var(--theme-color-02) !important;
}

.uf-slider .uf-end,
.uf-slider .uf-start {
    font-family: var(--font-kufi) !important;
    color: var(--theme-color-01) !important;
    margin-top: 10px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.uf-sort-box .uf-select span {
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    padding: .5rem 1rem !important;
    font-size: 1rem !important;
    color: var(--theme-color-02) !important;
    margin-bottom: 0 !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--theme-color-02-25) !important;
    border-radius: var(--border-radius-01) !important;
}

.uf-sort-box .uf-options {
    width: 100% !important;
    max-width: calc(100% - 30px) !important;
    padding: 0 !important;
    top: 42px !important;
    color: var(--theme-color-02) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--theme-color-02-25) !important;
    border-radius: var(--border-radius-01) !important;
}

.uf-sort-box .uf-select span:after {
    left: auto !important;
    right: 46px !important;
    top: 0 !important;
    margin-top: 20px !important;
    border-top-color: var(--white-color-50) !important;
}

.uf-sort-box .uf-options li a,
.uf-sort-box .uf-options li a:focus {
    color: var(--theme-color-02) !important;
    font-size: 1rem !important;
    padding: .5rem 1rem !important;
}

.uf-sort-box .uf-options li a:hover {
    color: var(--white-color) !important;
    background-color: var(--theme-color-02) !important;
}

.uf-sort-box .uf-options li:last-child a {
    border-top: 1px solid var(--theme-color-02-25) !important;
    font-style: normal !important;
}

#uf-type {
    margin-bottom: 10px;
}

.uf-filter .uf-tag-hidden {
    opacity: .5 !important;
    pointer-events: none !important;
}

.uf-list #uf-empty {
    color: var(--white-color-50) !important;
    font-weight: 600 !important;
}

.uf-list #uf-separator {
    border-top: 1px solid var(--white-color-25) !important;
    color: var(--white-color-50) !important;
}

@media (max-width: 992px) {
    .uf-filter-wrap {
        width: 100% !important;
    }

    .uf-sort-wrap {
        width: 50% !important;
    }

    .uf-range-wrap {
        width: 50% !important;
    }
}

@media (max-width: 576px) {
    .uf-filter-wrap {
        width: 100% !important;
    }

    .uf-sort-wrap {
        width: 100% !important;
    }

    .uf-range-wrap {
        width: 100% !important;
    }

    .uf-slider {
        max-width: 320px !important;
    }

    .uf-sort-box .uf-select span {
        max-width: 275px !important;
    }

    .uf-sort-box .uf-select span:after {
        left: 245px !important;
        margin-top: 20px !important;
        border-top-color: var(--white-color-50) !important;
    }
}


/****** Rate ******/

.rating-container .clear-rating {
    color: var(--theme-color-01);
    cursor: not-allowed;
    display: none;
    vertical-align: middle;
    font-size: 15px;
    padding-right: 5px;
}

.rating-container .empty-stars {
    color: var(--theme-color-01);
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: var(--theme-color-02);
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px var(--theme-color-01);
    text-shadow: 1px 1px var(--theme-color-01);
}

.rating-md {
    font-size: 1.5rem;
}

.rating-container .caption {
    color: var(--white-color);
	background-color: var(--theme-color-02);
	border-radius: .25rem;
    display: inline-block;
    vertical-align: middle;
    font-size: .875rem;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 0;
}

.rating-container .star {
    margin: 0 2px;
}

.rating-disabled .rating-stars {
	cursor: default !important;
}

.dmopMx, .dkuywW {
	display: none;
}

.datepicker .prev,
.datepicker .next {
    transform: rotate(180deg); /* Rotate by 90 degrees */
}

.datepicker .next {
    transform: rotate(-180deg); /* Rotate by -90 degrees */
}

