.bg-dark {
    background-color: #04132A!important;
}
@font-face {
    font-family: 'Almarai';
    src: url('../fonts/AlmaraiRegular.eot');
    src: url('../fonts/AlmaraiRegular.eot') format('embedded-opentype'),
    url('../fonts/AlmaraiRegular.woff2') format('woff2'),
    url('../fonts/AlmaraiRegular.woff') format('woff'),
    url('../fonts/AlmaraiRegular.ttf') format('truetype'),
    url('../fonts/AlmaraiRegular.svg#AlmaraiRegular') format('svg');
}
@font-face {
    font-family: 'AlmaraiBold';
    src: url('fonts/AlmaraiBold.eot');
    src: url('../fonts/AlmaraiBold.eot') format('embedded-opentype'),
    url('../fonts/AlmaraiBold.woff2') format('woff2'),
    url('../fonts/AlmaraiBold.woff') format('woff'),
    url('../fonts/AlmaraiBold.ttf') format('truetype'),
    url('../fonts/AlmaraiBold.svg#AlmaraiBold') format('svg');
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
main{
        min-height: 56vh;
    }

@media (min-width: 1400px) {
    main{
        min-height: 68vh;
    }
}

.text-warning {
    color: #A1BEBE!important;
}
.bg-secondary{
    background-color: #374E60!important;
}
body {
    font-family: "Almarai", sans-serif;
    color: #444444;
    overflow-x: clip!important;
}
.fw-bold{
    font-family: 'AlmaraiBold';
}
a {
    color: #ef6603;
    text-decoration: none;
}
a:hover {
    color: #A1BEBE;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Almarai", sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #374E60;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #A1BEBE;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*min-height: 103px;*/
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(42, 44, 57, 0.9);
}
/*.header-scrolled{*/
/*        margin-top: -35px;*/
/*}*/
#header.header-transparent {
    background: transparent;
}
#header {
    background: #08244ab5!important;
}
#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    /*border-radius: 50px;*/
    font-family: Almarai!important;
    border-bottom: 2px solid transparent;
    height: 70px;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff!important;
    border-bottom: 2px solid #374E60;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff!important;
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
/******* Mobile Navigation **********/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
}
[dir=rtl] .navbar-mobile .mobile-nav-toggle {
            right: auto;
    left: 15px;
        }
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    /*background-color: #fff;*/
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    /*color: #2a2c39;*/
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #fff;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #fff;
}
.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.overlay:before{
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #1b242bad;
}
.overlay{
   position: relative;
}
.overlay .box{
    position: relative;
    z-index: 4;
}
.btn-primary{
    background-color: #374E60;
    border-color: #374E60;
}
.slider-o .swiper-slide{
    height: 80vh;
    overflow: hidden;
}
.slider .swiper-button-prev,
.slider .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #A1BEBE;
    opacity: .8;
    transition: .4s;
}
.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover{
    opacity: 1;
}
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after{
    font-size: 22px;
    color: #fff;
}
.slider-o .swiper-pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}
#hero {
    width: 100%;
    height: 70vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

#hero::after {}
#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}
#hero .container {
    text-align: center;
}
#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    font-family: Almarai!important;
}
#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-family: 'Almarai';
    font-size: 14px;
    line-height: 32px;
}
#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}
#hero .carousel-indicators li.active {
    opacity: 1;
    background: #d9232d;
}
#hero .btn-get-started {
    font-family: Almarai!important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #d9232d;
}
#hero .btn-get-started:hover {
    background: #df3740;
}
@media (max-width: 992px) {
    .slider-o{
        height: auto;
    }
    #hero {
        height: 60vh!important;
    }
    #hero .carousel-container {
        top: 8px;
    }
    #hero .carousel-container .container {
        padding: 4px 1px !important;
    }
    .logo {
        padding-right: 10px!important;
    }
    #hero h2 {
        font-size: 18px!important;
    }
}
@media (max-width: 768px) {
    .slider-o .swiper-slide{
        height: 60vh;
    }
    #hero h2 {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
.swiper-slide h1{
    font-size: 22px;
}
    .slider .swiper-button-prev,
    .slider .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .slider .swiper-button-next:after,
    .slider .swiper-button-prev:after{
        font-size: 16pxs;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}
@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}
[dir=rtl] .section-title.title-o h3 {
    display: inline-block;
position: relative;
}
[dir=rtl] .section-title.title-o h3 span {
    float: right;
    padding-left: 5px;
}

.section-title p {
    margin: 0;
    font-size: 36px;
    /*font-weight: 500;*/
    /*text-transform: uppercase;*/
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-left: 28px;
    position: relative;
}
.about .content ul li+li {
    margin-top: 10px;
}
.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #ef6603;
    line-height: 1;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ef6603;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #ef6603;
}
.about .content .btn-learn-more:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
}
.features .nav-link {
    border: 1px solid #d4d6df;
    padding: 15px;
    transition: 0.3s;
    color: #2a2c39;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Almarai!important;
}
.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}
.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.features .nav-link:hover {
    color: #ef6603;
}
.features .nav-link.active {
    background: #ef6603;
    color: #fff;
    border-color: #ef6603;
}
@media (max-width: 768px) {
    .features .nav-link i {
        padding: 0;
        line-height: 1;
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    .features .nav-link {
        padding: 15px;
    }
    .features .nav-link i {
        font-size: 24px;
    }
}
.features .tab-content {
    margin-top: 30px;
}
.features .tab-pane h3 {
    font-weight: 600;
    font-size: 26px;
}
.features .tab-pane ul {
    list-style: none;
    padding: 0;
}
.features .tab-pane ul li {
    padding-bottom: 10px;
}
.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ef6603;
}
.features .tab-pane p:last-child {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #2a2c39;
    padding: 80px 0;
}
.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cta p {
    color: #fff;
}
.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #ef6603;
}
.cta .cta-btn:hover {
    background: #fff;
    color: #ef6603;
}
@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}
@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 10px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::before {
    content: "[";
    margin-right: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::after {
    content: "]";
    margin-left: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #ef6603;
}
.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
    color: #ef6603;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
    transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all ease-in-out 0.3s;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #fedac0;
    font-size: 14px;
    margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #fd9f5b;
}
.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
    color: #fd9f5b;
}
.portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ef6603;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ef6603;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(42, 44, 57, 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
    padding: 0;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fedac0;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #A1BEBE!important;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A1BEBE;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 25px -20px;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}
.pricing h4 {
    font-size: 36px;
    color: #ef6603;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.pricing ul li {
    padding-bottom: 16px;
}
.pricing ul i {
    color: #ef6603;
    font-size: 18px;
    padding-right: 4px;
}
.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}
.pricing .btn-buy {
    background: #ef6603;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}
.pricing .btn-buy:hover {
    background: #fc8129;
}
.pricing .featured {
    border: 2px solid #ef6603;
}
.pricing .featured h3 {
    color: #fff;
    background: #ef6603;
}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #ef6603;
    color: #fff;
}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border-bottom: 1px solid #ececf1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #ef6603;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #bd5102;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .collapsed {
    color: black;
}
.faq .faq-list .collapsed:hover {
    color: #ef6603;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team .member .social a {
    transition: color 0.3s;
    margin: 0 3px;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    background: rgba(239, 102, 3, 0.8);
    transition: ease-in-out 0.3s;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.team .member .social a:hover {
    background: #fc8129;
}
.team .member .social i {
    font-size: 18px;
    line-height: 0;
}
.team .member .member-info {
    padding: 25px 15px;
}
.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #2a2c39;
}
.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}
.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}
.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    /*background: #fff;*/
}
.contact .info i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #374E60;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
[dir=rtl]  .contact .info i {
    float: right;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 16px!important;
    font-weight: 600;
    margin-bottom: 7px;
    color: #2a2c39;
    font-family: Almarai!important;
}
[dir=rtl]  .contact .info h4, [dir=rtl]  .contact .info p  {
        padding: 0 60px 0 0;

}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #555974;
    font-family: Almarai !important;
}
.contact .info .email,
.contact .info .phone {
    margin-top: 20px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #A1BEBE;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    /*background: #fff;*/
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
    font-family: Almarai!important;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
    font-family: Almarai !important;
}
.contact .php-email-form button[type=submit] {
    background: #374E60;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    font-family: Almarai!important;
    font-size: 14px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #A1BEBE;
}
/*.contact ::placeholder {*/
/*  color: #ffffff;*/
/*}*/
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    margin-top: 70px;
    background: #f7f8f9;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}
.breadcrumbs ol li+li {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #404356;
    content: "/";
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-links,
#footer .footer-info,
#footer{
    text-align: left !important;
}
.nav-footer {
    list-style: none !important;
    padding: 0 !important;
}
.link-footer {
    font-family: Almarai!important;
    color: #444444;
    font-weight: bold;
    line-height: 28px!important;
    padding-left: 3px!important;
}
.link-footer:hover {
    color: #A1BEBE!important;
}
.nav-footer-title {
    font-family: Almarai !important;
    color: #fff;
    font-size: 20px!important;
    font-weight: 600 !important;
    padding-bottom: 10px!important;
}
.link-contact {
    line-height: 36px !important;
    font-family: Almarai;
    padding-left: 5px!important;
    color: #444444;
}
.footer-newsletter {
    background-image: url("../img/bg-news.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 30px 0;
    background-color: #A1BEBE;
    text-align: center;
}
.footer-newsletter h4 {
    font-size: 22px!important;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 500!important;
    color: #fff;
    font-family: Almarai!important;
}
.footer-newsletter form {
    margin-top: 30px;
    background: #fff0;
    padding: 6px 10px;
    position: relative;
    border-radius: 15px;
    border: 1px solid #fff;
}
.footer-newsletter form input[type=email]:focus-visible {
    border: none !important;
}
.footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px);
    color: #fff;
}
.footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 40px;
    margin: 3px;
    background: #374E60;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 15px 15px 0;
}
.footer-newsletter form input::placeholder {
  color: #ffffff;
}
.footer-newsletter form input[type=submit]:hover {
    background: #A1BEBE;
}
.footer-newsletter input[type=email] {
    outline: none;
}
#footer {
    background-image: url("../img/footer-img.jpg");
    background-size: cover;
    background-position: bottom;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0;
}
#footer a{
    transition: .4s;
}
#footer a:hover{
   transform: translateY(-2px);
}
#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #444444;
    position: relative;
    font-family: Almarai;
    padding: 0;
    margin: 0 0 15px 0;
}
#footer p {
    font-size: 14px;
    font-family: Almarai!important;
    line-height: 28px!important;
    padding: 0;
    margin: 0 0 40px 0;
}
.footer-bottom {
    background: #000;
    bottom: 0;
}
#footer .social-links {
    margin: 0 0 0px 0;
    text-align: left;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #374E60;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    background: #A1BEBE;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    margin: 0 0 5px 0;
    font-family: Almarai!important;
}
#footer .credits {
    font-size: 13px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 300px;
}
@media only screen and (max-width: 992px) {
    .member {
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        width: 380px;
    }
}
.member .member-img {
    position: relative;
    overflow: hidden;
}
.member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: #A1BEBE;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.member .social a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    color: #A1BEBE;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.member .social a i {
    line-height: 0;
}
.member .social a:hover {
    color: #A1BEBE;
}
.member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.member .member-info {
    padding: 25px 15px;
}
.member .member-info h4 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #493c3e;
    font-weight: 600!important;
    font-family: Almarai!important;
}
.member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 600 !important;
    color: #A1BEBE;
    font-family: Almarai !important;
}
.member:hover .social {
    opacity: 1;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 600!important;
    padding: 8px 20px;
    line-height: 1;
    margin: 0;
    background: #fdeff2;
    color: #A1BEBE;
    display: inline-block;
    font-family: Almarai!important;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    font-family: Almarai !important;
}
.section-title h3 span {
    color: #A1BEBE;
}
.section-title p {
    margin: 15px auto 0 auto;
    /*font-weight: 500;*/
}
@media (min-width: 1024px) {
    .section-title p {
        width: 75%;
    }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    background-image: url("../img/bg-img1.jpg");
    background-size: cover;
    background-position: bottom;
    padding-bottom: 30px;
}
.services .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    overflow: hidden;
}
.services .description {
    height: 25px;
    overflow: hidden;
}
.services2 {
    background-image: url("../img/bg-img3.jpg");
    background-size: cover;
    background-position: bottom;
    padding-bottom: 30px;
}
.services .card{
    transition: .4s;
}
.services .card.border-white:hover{
    border-color: #A1BEBE!important;
}
.services .box-service{
    position: absolute;
    bottom: -100%;
    opacity: 0;
    right: 0;
    transition: .4s;
    visibility: hidden;
}
.services .box-service ul{
        background: #102847eb;
}
.services .box-service ul li:first-child{
       padding-top: 15px!important;
}
.services .box-service ul li:last-child{
       padding-bottom: 15px!important;
}
.services .card:hover .box-service{
    position: absolute;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
@media (max-width:400px) {
    .services {
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .services h4.title{
        font-size: 15px;
    }
    .services p.description {
        font-size: 12px;
        height: 55px;
    }
    .services .icon{
        height: 85px;
    }
    .services .achievements .box img.img-fluid{
        width: 60px;
        margin-bottom: 10px;
    }
}
/*.services .icon-box {*/
/*    padding: 30px 20px 60px 20px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    height: 400px;*/
/*    background: #fff;*/
/*    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);*/
/*    transition: all 0.3s ease-in-out;*/
/*    border-radius: 5px;*/
/*    z-index: 1;*/
/*    text-align: center;*/
/*}*/
/*.services .icon-box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #fdeff2;*/
/*    background-size: cover;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 100%;*/
/*    transition: all 0.4s;*/
/*    z-index: -1;*/
/*}*/
/*.services .icon-box:hover::before {*/
/*    background: #A1BEBE url("../img/logo-black.png")center center no-repeat;*/
/*    background-size: 80%;*/
/*    top: 0;*/
/*    border-radius: 0px;*/
/*    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
/*}*/
/*.services .icon {*/
/*    margin-bottom: 15px;*/
/*}*/
/*.services .icon i {*/
/*    font-size: 48px;*/
/*    line-height: 1;*/
/*    color: #A1BEBE;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
/*.services .title {*/
/*    font-weight: 700;*/
/*    margin-bottom: 15px;*/
/*    font-size: 18px;*/
/*    font-family: Almarai!important;*/
/*}*/
/*.services .title a {*/
/*    color: #111;*/
/*    font-family: Almarai !important;*/
/*}*/
/*.services .description {*/
/*    font-size: 15px;*/
/*    margin-bottom: 0;*/
/*    font-family: Almarai !important;*/
/*    overflow: hidden;*/
/*    height: 6em;*/
/*    line-height: 1.5em;*/
/*    font-weight: bold;*/

/*}*/
/*.services .icon-box:hover .title ,*/
/*.services .icon-box:hover .description {*/
/*    color: #fff;*/
/*}*/
/*.services .icon-box:hover .icon i {*/
/*    color: #fff;*/
/*}*/
/*.style-card-services-respinsive {*/
/*    width: 31%;*/
/*}*/
/*****************/
@media (max-width:992px) {
    .style-card-services-respinsive {
        width: 50%;
    }
    .services {
        padding-bottom: 10px;
    }
    /*.services .icon-box {*/
    /*    padding: 20px 10px;*/
    /*    position: relative;*/
    /*    overflow: hidden;*/
    /*    height: 400px;*/
    /*    background: #fff;*/
    /*    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);*/
    /*    transition: all 0.3s ease-in-out;*/
    /*    border-radius: 8px;*/
    /*    z-index: 1;*/
    /*    text-align: center;*/
    /*}*/
    /*.services .icon-box::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    background: #fdeff2;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    top: 100%;*/
    /*    transition: all 0.4s;*/
    /*    z-index: -1;*/
    /*}*/
    /*.services .icon-box:hover::before {*/
    /*    background: #A1BEBE;*/
    /*    top: 0;*/
    /*    border-radius: 0px;*/
    /*}*/
    /*.services .icon {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    /*.services .icon i {*/
    /*    font-size: 48px;*/
    /*    line-height: 1;*/
    /*    color: #A1BEBE;*/
    /*    transition: all 0.3s ease-in-out;*/
    /*}*/
    /*.services .title {*/
    /*    font-weight: 700;*/
    /*    margin-bottom: 15px;*/
    /*    font-size: 14px;*/
    /*    font-family: Almarai !important;*/
    /*}*/
    /*.services .title a {*/
    /*    color: #111;*/
    /*    font-family: Almarai !important;*/
    /*}*/
    /*.services .description {*/
    /*    font-size: 12px;*/
    /*    margin-bottom: 0;*/
    /*    font-family: Almarai !important;*/
    /*    overflow: hidden;*/
    /*    height: 6em;*/
    /*    line-height: 1.5em;*/
    /*}*/
    /*.services .icon-box:hover .title a,*/
    /*.services .icon-box:hover .description {*/
    /*    color: #fff;*/
    /*}*/
    /*.services .icon-box:hover .icon i {*/
    /*    color: #fff;*/
    /*}*/
}
.box-o{
    transition: .4s;
    background-size: cover;
    background-position: bottom;
}
.box-o .card{
        min-height: 300px;
}
.box-o:hover{
   transform: translateY(-2px);
}
.box-o:hover .btn-warning{
   background-color: #A1BEBE!important;
   border-color: #A1BEBE;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-right: 50px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    right: -45px;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    font-family: Almarai!important;
}
.testimonials .testimonial-item h4 {
    font-size: 13px;
    color: #A1BEBE;
    margin: 0;
    font-family: Almarai !important;
    margin-top: 7px;
    font-weight: 600!important;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #ed9194;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    right: 4px;
    left: -4px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: 4px;
    left: -4px;
    position: relative;
    top: 10px;
}
.testimonials .testimonial-item p {
    font-style: initial;
    margin: 15px auto 15px auto;
    font-family: Almarai !important;
    font-size: 14px;
    font-weight: 500!important;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3498db;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3498db;
}
@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }
    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #0d0d0d;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #0d0d0d;
    border-top-color: #A1BEBE;
    border-bottom-color: #A1BEBE;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.content h3 {
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #151515;
    font-family: Almarai !important;
}
.content p {
    margin-bottom: 0;
    font-family: Almarai !important;
}
.content .count-box {
    padding: 20px 0;
    width: 100%;
}
.content .count-box i {
    display: block;
    font-size: 36px;
    color: #A1BEBE;
    float: right;
}
.content .count-box span {
    font-size: 28px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #0d0d0d;
    margin-right: 50px;
}
.content .count-box p {
    padding: 15px 0 0 0;
    margin: 0 50px 0 0px;
    font-family: Almarai;
    font-size: 14px;
    color: #3b3b3b;
}
.content .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #3b3b3b;
    font-size: 15px;
    font-family: Almarai;
    transition: ease-in-out 0.3s;
}
.content .count-box a:hover {
    color: #626262;
}
.image {
    background: url("../img/counts-img.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
@media (max-width: 991px) {
    .image {
        text-align: center;
    }
    .image img {
        max-width: 80%;
    }
}
@media (max-width: 667px) {
    .image img {
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
# About Us Section
-------------------------------------------------------------*/
.about h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
}
.about .call-us {
    left: 10%;
    right: 10%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}
.about .call-us h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.about .call-us p {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding: 0 0 10px 30px;
    position: relative;
}
.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}
.about .content p:last-child {
    margin-bottom: 0;
}
:root {
    --color-primary: #A1BEBE;
}
.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(13, 13, 13, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.about .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #A1BEBE;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
.about .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}
.about .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}
@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.clients-o {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
}
.clients-o img {
    height: 100%;
    width: auto;
}
.more-o{
    background-color: #374E60;
    color: #fff;
    padding: 7px 35px;
    transition: .4s;
    display: inline-block;
}
.more-o:hover{
    background-color: #A1BEBE;
    color: #fff!important;
    transform: translateY(-3px);
}
.botm-0{
    bottom: 0;
}
.bg-light2{
    background-color: #FFF9E0;
}
.box-archive{
    background-image: url("../img/img-3.jpg");
    background-size: cover;
    min-height: 350px;
    background-position: bottom;
}
.all-services{
    background-image: url("../img/bg-img2.jpg");
    background-size: cover;
    height: 50vh;
    background-position: bottom;
}
.swiper-pagination-bullet-active {
    background: #0d6efd!important;
}
.whatsapp-o{
    width: 40px;
    height: 40px;
    right: 60px;
    bottom: 15px;
    font-size: 22px;
    line-height: 22px;
    background: #0dc143;
    border-radius: 50%;
}
.btn-close-o{
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-primary);
        border-radius: 50%;
        color: #fff;
        padding: 0;
    }
.btn-close-o:hover{
        color: #fff;
        background-color: #db0c0c;
    }
.h-300p{
    height: 300px;
}
.hover{
    transition: .4s;
}
.hover:hover{
    transform: translateY(-2px)
}
/*#Brands .clients-o {*/
/*    height: 200px;*/
/*    border-radius: 5px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.botm-0{
    bottom: 0;
}
#Brands.owl-theme .owl-nav,.Product-home.owl-theme .owl-nav{
    position: absolute;
    top: -95px;
    right: 0;
}
#Brands .owl-next,#Brands .owl-prev,.Product-home .owl-next,.Product-home .owl-prev{
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
    color: var(--color-primary)!important;
    background-color: #fff!important;
    font-size: 30px!important;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
#Brands .owl-next:hover,#Brands .owl-prev:hover,.Product-home .owl-next:hover,.Product-home .owl-prev:hover{
    transform: translateY(-2px);
}
#Brands.owl-theme .owl-nav .disabled,.Product-home.owl-theme .owl-nav .disabled {
    opacity: .3;
    cursor: no-drop;
}
