/*------------------------------------
  Fonts
------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://fonts.googleapis.com/earlyaccess/notokufiarabic.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');


.display-1 {
    font-family: 'Tajawal', sans-serif;
    font-size: 3.6rem;
    line-height: 1.1;
}

.display-1 > .mbr-iconfont {
    font-size: 4.5rem;
}

.display-2 {
    font-family: 'Tajawal', sans-serif;
    font-size: 2.8rem;
    line-height: 1.1;
}

.display-2 > .mbr-iconfont {
    font-size: 3.5rem;
}

.display-4 {
    font-family: 'Tajawal', sans-serif;
    font-size: 0.8rem;
    line-height: 1.5;
}

.display-4 > .mbr-iconfont {
    font-size: 1rem;
}

.display-5 {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

.display-5 > .mbr-iconfont {
    font-size: 2rem;
}

.display-7 {
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.display-7 > .mbr-iconfont {
    font-size: 1.25rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .display-1 {
        font-size: 2.88rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.52rem;
        font-size: calc(1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.64rem;
        font-size: calc(0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.28rem;
        font-size: calc(1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
}


body, html {
    overflow-x: hidden;
    font-family: 'Tajawal', sans-serif;
}

.full_bg {

}

a {
    transition: color 0.6s;
}

.page_navbar {
    z-index: 1000;
    width: 100%;
}

.page_navbar nav.navbar {
    position: fixed;
}

.page_navbar .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.page_navbar .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.page_navbar .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
}

.page_navbar .dropdown-item:hover,
.page_navbar .dropdown-item:focus {
    background: #6592e6 !important;
    color: white !important;
}

.page_navbar .dropdown-item:hover span {
    color: white;
}

.page_navbar .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.page_navbar .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page_navbar .nav-dropdown h5 {
    font-weight: 600;
}

.page_navbar .nav-dropdown .link {
    padding: 0 0.2em !important;
    margin: 0.5em 0.5em !important;
    color: #262262 !important;

}

.page_navbar .nav-dropdown .link:hover {
    color: #25aae1 !important;
}

.page_navbar .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.page_navbar .nav-link {
    position: relative;
}

.page_navbar .container {
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .page_navbar .container {
        flex-wrap: nowrap;
    }
}

.page_navbar .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.page_navbar .dropdown-menu,
.page_navbar .navbar.opened {
    background: #ffffff !important;
}

.page_navbar .nav-item:focus,
.page_navbar .nav-link:focus {
    outline: none;
}

.page_navbar .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.page_navbar .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.page_navbar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.page_navbar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.page_navbar .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.page_navbar .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.page_navbar .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 30px rgb(0 22 84 / 20%);
}

.page_navbar .navbar.opened {
    transition: all 0.3s;
}

.page_navbar .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.page_navbar .navbar .navbar-logo img {
    width: auto;
}

.page_navbar .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}

.page_navbar .navbar.collapsed {
    justify-content: center;
}

.page_navbar .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.page_navbar .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .page_navbar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}

.page_navbar .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.page_navbar .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.page_navbar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.page_navbar .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.page_navbar .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.page_navbar .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
    .page_navbar .navbar .nav-item .nav-link::before {
        display: none;
    }

    .page_navbar .navbar.opened .dropdown-menu {
        top: 0;
    }

    .page_navbar .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .page_navbar .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .page_navbar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .page_navbar .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .page_navbar .navbar ul.navbar-nav li {
        margin: auto;
    }

    .page_navbar .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .page_navbar .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .page_navbar .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .page_navbar .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.page_navbar .navbar.navbar-short {
    min-height: 60px;
}

.page_navbar .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.page_navbar .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.page_navbar .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.page_navbar .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.page_navbar .navbar-brand .navbar-logo a {
    outline: none;
}

.page_navbar .dropdown-item.active,
.page_navbar .dropdown-item:active {
    background-color: transparent;
}

.page_navbar .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.page_navbar .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.page_navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.page_navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.page_navbar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.page_navbar .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.page_navbar ul.navbar-nav {
    flex-wrap: wrap;
    padding-right: 0;
}


.page_navbar .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.page_navbar button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.page_navbar button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.page_navbar button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.page_navbar button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.page_navbar button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.page_navbar button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.page_navbar nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.page_navbar nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.page_navbar nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.page_navbar nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.page_navbar .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

.page_navbar a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_navbar .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page_navbar .navbar {
        height: 70px;
    }

    .page_navbar .navbar.opened {
        height: auto;
    }

    .page_navbar .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

/*--------------------------------------------------------------
# about_us Section
--------------------------------------------------------------*/
.about_us {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}


.about_us h2 {
    color: #25aae1;
}


.about_us .mbr-fallback-image.disabled {
    display: none;
}

.about_us .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.about_us .mbr-section-title DIV {
    text-align: center;
}

.about_us .line {
    background-color: #22a5e5;
    align: center;
    height: 2px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# units_stats Section
--------------------------------------------------------------*/
.units_stats {
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.btn.btn-units_stats {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 20%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 20%);
}


/*--------------------------------------------------------------
# download_brochure Section
--------------------------------------------------------------*/
.download_brochure {
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.btn.btn-download_brochure {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 20%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 20%);
}


/*--------------------------------------------------------------
# main_images Section
--------------------------------------------------------------*/

.main_images {
    padding-bottom: 0rem;
    background-color: #fafafa;
}

.main_images .carousel {
    height: 800px;
}

.main_images .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_images .carousel-item,
.main_images .carousel-inner {
    height: 100%;
}

.main_images .carousel-caption {
    /*top: 30%;*/
    /*bottom: 30%;*/
    /*left: 30%;*/
    /*right: 30%;*/
    /*background: rgb(0, 0, 0, 0.3);*/
    top: 30%;
    bottom: 30%;
    left: 30%;
    right: 30%;
    background: rgb(0, 0, 0, 0.3);
}

.main_images .carousel-caption h4 {
    font-family: 'Tajawal', sans-serif;
    font-size: 2.7rem;
    line-height: 1.5;
    font-weight: bold;

}


.main_images .carousel-caption p {
    font-family: 'Tajawal', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .main_images .carousel-caption {
        top: 30%;
        bottom: 30%;
        left: 5%;
        right: 5%;
        background: rgb(0, 0, 0, 0.3);
    }

    .main_images .carousel-caption .align-center {
        margin-top: 15%;
    }


    .main_images .carousel-caption h4 {
        font-size: 2rem;
    }

    .main_images .carousel-caption p {
        font-size: 1.2rem;
    }
}

.main_images .mobi-mbri-arrow-next {
    margin-left: 5px;
}

.main_images .mobi-mbri-arrow-prev {
    margin-right: 5px;
}

.main_images .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

.main_images .item-wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    .main_images .container .carousel-control {
        margin-bottom: 0;
    }

    .main_images .content-slider-wrap {
        width: 100% !important;
    }
}

.main_images .container .carousel-indicators {
    margin-bottom: 3px;
}

.main_images .carousel-control {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.main_images .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.main_images .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .main_images .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}

.main_images .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

.main_images .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    width: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
}

.main_images .carousel-indicators li.active,
.main_images .carousel-indicators li:hover {
    opacity: 0.9;
}

.main_images .carousel-indicators li::after,
.main_images .carousel-indicators li::before {
    content: none;
}

.main_images .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}

@media (max-width: 768px) {
    .main_images .carousel-indicators {
        display: none !important;
    }
}


/*--------------------------------------------------------------
# our_services Section
--------------------------------------------------------------*/

.our_services {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f3f5f8;
}

.our_services .mbr-section-title {
    color: #25aae1;
}

.our_services .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.our_services .brand_border .bi.bi-list-stars {
    font-size: 25px;
    color: #25aae1;
}


.our_services .img-wrapper {
    text-align: center;
}

.our_services img {
    margin: auto;
    width: 80px;
}

.our_services .row {
    align-items: flex-start;
}

.our_services .card-wrapper {
    border-radius: 4px;
    background: #1b0055;
}

@media (max-width: 992px) {
    .our_services .card-wrapper {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .our_services .card-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .our_services .card-wrapper {
        padding: 1rem;
    }
}

.our_services .card-title {
    color: #ffffff;
}

.our_services .mbr-text,
.our_services .mbr-section-btn {
    color: #d6d6d6;
}


.our_services .box {
    position: relative;
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    height: 210px;
}

.our_services .inner_section {
    margin-top: 45px;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    border-radius: 10px;
    /*background-color: #1B0055;*/
    transition: all .4s ease-in-out;
    /*box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);*/
    box-shadow: 0 0 25px 0 rgb(24 150 223 / 29%);

}

.our_services .inner_section h4 {
    color: #25aae1;
}

.our_services .inner_section:hover {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    /*background-image: linear-gradient(0deg, rgba(32, 109, 114, 1) 0%, rgba(72, 226, 242, 1) 100%);*/
}

.our_services .inner_section .icon {
    transform: translateY(-50%);
    text-align: center
}

.our_services .inner_section:hover p {
    color: #000
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


html {
    height: 100%;
}

/*--------------------------------------------------------------
# guarantees Section
--------------------------------------------------------------*/
.guarantees {
    padding-top: 4rem;
    padding-bottom: 0rem;
    background-color: #f3f5f8;
}

.guarantees h3 {
    color: #25aae1;
}

.guarantees .mbr-fallback-image.disabled {
    display: none;
}

.guarantees .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 1500px) {
    .guarantees .container {
        max-width: 1400px;
    }
}

.guarantees .mbr-iconfont {
    display: block;
    font-size: 5rem;
    color: #6592e6;
    margin-bottom: 2rem;
}

.guarantees .card-wrapper {
    margin-top: 3rem;
}

.guarantees .row {
    justify-content: center;
}

.guarantees .card-wrapper .card-box {
    border: 3px dashed #68696a;
    border-radius: 25px;
    padding: 20px 20px;
}


.guarantees .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.guarantees .brand_border .bi.bi-shield-check {
    font-size: 25px;
    color: #25aae1;
}


.guarantees .inner-card {
    margin-bottom: 80px;
}

.guarantees .count-box {
    padding: 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}


.guarantees .count-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(16 110 234 / 20%)
}

.guarantees .count-box:hover .header-img {
    background-color: #f3fbff;
}

.guarantees .count-box:hover span {
    background-color: #4640a1;
}

.guarantees .count-box:hover h5 {
    color: #25aae1;
}

.guarantees .count-box .header-img {

    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #f3f5f8;
    color: #fff;
    width: 95px;
    height: 95px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #f1f6fe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.guarantees .count-box .header-img img {
    width: 60px;
}

.guarantees .count-box span {
    display: block;
    font-weight: 600;
    /*color: #062b5b;*/

    margin: 0 auto;
    width: 50px;
    background-color: #262262;
    padding: 10px 10px 10px 10px;
    border-radius: 25px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    align-items: center;
    text-align: center;
}

.guarantees .count-box h5 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}


.guarantees .count-box .subtext {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #939393
}


/*--------------------------------------------------------------
# features Section
--------------------------------------------------------------*/

.features {
    padding-top: 4rem;
    padding-bottom: 0rem;
}

.features a,
.features a:hover,
.features a:focus,
.features a:active {
    text-decoration: none;
    outline: none;
}

.features a,
.features a:active,
.features a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features img {
    width: 70px;
    height: 70px;
}

.features h3 {
    color: #25aae1;
}

.features .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.features .brand_border .bi.bi-award {
    font-size: 25px;
    color: #25aae1;
}

.features .single_service {
    padding: 32px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.features .single_service:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

.features .icon {
    border: 1px solid #666;
    border-radius: 5%;
    color: #333333;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

.features .single_service .single_service-left {
    padding-left: 25px;
}

.features .single_service-heading {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.hvr-curl-top-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.features .single_service:hover {
    background: #f4fafc none repeat scroll 0 0;
}

.features .building_map_div {
    height: 33rem;
    position: relative;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .portfolio .swiper-wrapper {
        padding: 40px 0;
    }

    .portfolio .swiper-slide-active {
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
    }
}
.portfolio {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.portfolio .mbr-section-title {
    color: #25aae1;
}

.portfolio .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.portfolio .brand_border .bi.bi-images {
    font-size: 25px;
    color: #25aae1;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #262262;

}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #FFF;
    background-color: #262262;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
    height: 300px;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #4154f1;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 16px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #f3f5f8;
}


.contact .map_div {
    height: 33rem;
    position: relative;
}


.contact .container {
    margin-top: 2rem;
    border: 1px solid #eee;
    padding: 50px;
    box-shadow: 0 11px 40px 0 rgb(0 0 0 / 25%);
}


.contact h3 {
    color: #25aae1;

}

.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 20px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #25aae1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
}

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.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;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #25aae1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}


.contact .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.contact .brand_border .bi.bi-telephone {
    font-size: 25px;
    color: #25aae1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #f6f9ff;
    padding: 0 0 30px 0;
    font-size: 14px;
}

.footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970;
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
    background: #5969f3;
}

.footer .footer-top {

    background-size: contain;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info h2{
    color: #25aae1;
}

.footer .footer-top .footer-info img {
    max-height: 5rem;
    width: 5rem;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #012970;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
    color: #4154f1;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}



/*--------------------------------------------------------------
# WhatsApp button
--------------------------------------------------------------*/
.whatsapp_btn {
    right: 30px;
    bottom: 35px;
    width: 45px;
    height: 45px;
    background: #25D366;
    border-radius: 25px;
    position: fixed;
    z-index: 99999;
}

.whatsapp_btn i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.whatsapp_btn:hover {
    background: #075E54;
    text-decoration: none;

    color: #fff;
}


.virtual_btn {
    right: 30px;
    bottom: 85px;
    width: 45px;
    height: 45px;
    background: rgb(30,48,80);
    border-radius: 25px;
    position: fixed;
    z-index: 99999;

}

.virtual_btn i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.virtual_btn:hover {
    background: rgb(60,70,100);
    text-decoration: none;
    color: #fff;
}



.youtube_btn {
    right: 30px;
    bottom: 135px;
    width: 45px;
    height: 45px;
    background: #c4302b;
    border-radius: 25px;
    position: fixed;
    z-index: 99999;

}

.youtube_btn i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.youtube_btn:hover {
    background: #9d2622;
    text-decoration: none;
    color: #fff;
}


.pdf_btn {
    right: 30px;
    bottom: 185px;
    width: 45px;
    height: 45px;
    background: rgb(60,70,100);
    border-radius: 25px;
    position: fixed;
    z-index: 99999;

}

.pdf_btn i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.pdf_btn:hover {
    background: rgb(40,50,60);
    text-decoration: none;
    color: #fff;
}


/*#####################*/

.youtube_section {
    padding-top: 4rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.youtube_section .mbr-section-title {
    color: #25aae1;
}

.youtube_section .brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #25aae1 none repeat scroll 0 0;
    width: 100px;
}

.youtube_section .brand_border .bi.bi-play-btn {
    font-size: 25px;
    color: #25aae1;
}

.youtube_section .mbr-fallback-image.disabled {
    display: none;
}
.youtube_section .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.youtube_section .video-wrapper iframe {
    width: 100%;
}
.youtube_section .mbr-section-title,
.youtube_section .mbr-section-subtitle,
.youtube_section .mbr-text {
    text-align: center;
}
