/* ------------------------------
|    Designed by clouddreams    |
|     By developer Sanjay.J     |
-------------------------------- */

@font-face {
    font-family: quicksand;
    src: url('../fonts/poppins//Quicksand-Regular.ttf');
}

@font-face {
    font-family: banner-head;
    src: url('../fonts/PlayfairDisplay-Bold.ttf');
}

:root {
    --header-font: "banner-head";
}

.body {
    font-family: quicksand !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: quicksand !important;
}


.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90% !important;
}

.top-head {
    background-color: #000;
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

.clm-one i {
    padding: 10px;
    color: #CF3A3A;
}

.clm-two a {
    font-size: 17px;
    padding: 8px;
    text-decoration: none !important;
    color: #fff;
}

.nav-item {
    margin-left: 6px;
}

/* logo start */

.navbar-brand img {
    height: 65%;
    width: 65%;
}

.navbar-underline {
    width: 100%;
    text-align: center;
    color: #737373;
    ;
}

/* logo end */

/* menu start */
.navbar-nav {
    font-size: 15px;
    font-weight: 500;
    height: auto;
    position: relative;
    display: inline-block;
    color: #737373;
    padding: 32px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* menu end */

.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.search-bar {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
    border: 1px solid #ccc;
    background-color: white;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 200px;
}

.search-bar input {
    width: calc(100% - 30px);
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
}

.search-bar button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0 5px;
}

.search-bar button i {
    color: #333;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-menu {
    display: flex;
    gap: 20px;
}

.navbar-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.navbar-toggler {
    border: none !important;
}

.archives-sub h2 {
    font-weight: 600;
}

.archives-sub {
    background-color: #F7F7F7;
    padding: 40px 20px 20px 20px;
    margin: 0px 20px 20px 20px;
}

@media (min-width:991.98px) {
    .nav-button {
        display: none;
    }
}

@media (max-width:991.98px) {
    .clm-one {
        display: none;
    }

    .nav-item {
        border-bottom: 1px solid #817f7f;
        font-size: 12px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
}

@media (max-width:791.98px) {
    .portaxio-img-follow img {
        width: 100%;
        height: 55vw !important;
        margin-bottom: 25px;
    }

    .tabs {
        display: flex;
        margin-top: 38px;
        justify-content: center;
        font-size: 7px !important;

    }
}

#mySidenav {
    z-index: 1040;
}

.nav-button {
    background-color: #fff !important;
}

/* ---------------------mobile nav style start------------------------- */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
}

.sidenav a {
    padding: 0px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #777777;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.mobile-pixel {
    margin: 50px 0px;
}

.mobile-pixel ul li a {
    padding: 20px 0px;
    font-size: 15px;
}

.navel {
    padding: 0px;
}

/* Add your custom styles here */
.navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 14px;
}


.navbar-nav .nav-item .nav-link:hover {
    color: #737373;
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    /* margin-top: 5px; */
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #737373;
    padding: 14px 0px;
    font-size: 14px;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #CB9D54;
    background-color: #fff;
}

.bg-sec a {
    text-decoration: none !important;
}

ul>li>:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 32px;
    width: 16px;
    height: 16px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    display: block;
}

.dropdown-menu {
    width: 250px !important;
    padding: 20px !important;
}

.dropdown-item {
    border-bottom: 1px solid #dad7d7 !important;
    text-transform: capitalize !important;
    text-align: left !important;
}

/* ---------------------mobile nav style end------------------------- */

/* -------------------------banner slider----------------------- */

body,
#slider,
.wrap,
.slide-content {
    margin: 0;
    padding: 0;

    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.wrap {
    position: relative;
}

.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide1 {
    background-image: url("../img/banner/banner-6.png");
}

.slide2 {
    background-image: url("../img/banner/banner-7.png");
}

.slide3 {
    background-image: url("../img/banner/banner-10.png");
}





/* .slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: relative;
} */




.overlay-ourworks {
    display: block;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.link-heading a {
    text-decoration: none;
    color: white !important;
}

.arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    /* width: 0;
  height: 0; */
    border-style: solid;
}

#arrow-left {
    background: rgba(0, 0, 0, 0.38);
    left: 0;
    padding-left: 10px;
    font-size: 30px;
}

#arrow-left:hover {
    background: #000;
    left: 0;
    margin-left: 0px;
    font-size: 30px;
}

#arrow-left i {
    color: #fff;
    padding-left: 10px;
    padding: 10px;
    font-size: 20px;
}

#arrow-right i {
    color: #fff;
    padding-left: 10px;
    padding: 10px;
    font-size: 20px;
}

#arrow-right {
    background: rgba(0, 0, 0, 0.38);
    right: 0;
    font-size: 30px;
    padding-left: 10px;
}

#arrow-right:hover {
    background: #000;
    right: 0;
    font-size: 30px;
}

/* -----------------------------------works-------------------- */

.ourworks-head {
    padding: 40px;
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
}

.ourworks-head .col-lg-4 {
    position: relative;
    margin-bottom: 20px;
}

.ourworks-head img {
    display: block;
    width: 100%;
    height: auto;
}

.ourworks-head span h2 {
    position: absolute;
    top: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;

    padding: 30px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.ourworks-head span h2:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.5s;
    margin: 0;
}

.ourworks-head span h2:hover:after {
    width: 100%;
}

/* ---------------------aboutus */


.aboutus-head-top {
    background-image: url('../img/home/bg-line.png');
    background-position: left;
    background-size: left;
    background-repeat: no-repeat;
}

.first-heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.aboutus-head img {
    padding: 20px 0px;
}

.sub-title {
    font-size: 16px;
    line-height: 28px;
    color: #777777 !important;
}

.sub-title {
    margin-top: 13px;
    border-bottom: 6px solid #e5e5e5;
}

.text-sec-value u {
    font-size: 28px;
    text-align: left !important;
}

.home-about-para {
    font-size: 16px;
    line-height: 1.86em;
    color: #777777;
}

.click-button a {
    text-decoration: none;
}

.testimonial-full {
    text-align: center;
}

.butn {
    display: inline;
    background-color: #CF3A3A;
    color: white;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;

    i {
        margin: 0px 6px;
    }
}

.butn-brouchure {
    background-color: #242424;
    display: inline;
    color: white;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;

    i {
        margin: 0px 6px;
    }
}

.how-work-para {
    font-size: 19px;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.how-work-head {
    margin: 60px;
    padding-bottom: 2vw;
}

.work-icon-head {
    padding-top: 3vw;
}

.icons-clm i {
    font-size: 60px;
    background-color: #F7F7F7;
    padding: 70px;
    border-radius: 180px;
    transition: 0.5s ease, transform 0.5s ease;
    transform: scale(1);
}

.work-icons {
    text-align: center;
}

.icons-clm {
    position: relative;
}

.para-absolute {
    position: absolute;
    top: 0;
    right: 60px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    padding: 22px;
    border-radius: 50px;
    height: 71px;
    width: 71px;
}

.work-icons:hover .icons-clm i {
    text-align: center;
    font-size: 60px;
    background-color: #000;
    padding: 70px;
    border-radius: 180px;
    transition: 0.5s ease, transform 0.5s ease;
    transform: scale(0.9);
    color: #fff;
}

.work-icons:hover .para-absolute {
    position: absolute;
    top: 0;
    right: 60px;
    font-size: 25px;
    color: #000;
    background-color: #F7F7F7;
    padding: 22px;
    border-radius: 50px;
    height: 71px;
    width: 71px;
    transition: 0.5s ease-in-out;
}

.aboura-class img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    /* Dark background with transparency */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Smooth transition for hover effect */
}

.aboura-class:hover .overlay {
    opacity: 1;
    /* Show the overlay on hover */
}

.overlay div {
    color: white;
    text-align: center;
    text-align: start;
    padding: 20px;
}

/* 
span {
    display: block;
    position: absolute;
    top: 0px;
} */
#overlay-awards {
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overlay-awards-info {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ------------ */

.para-absolute-two {
    position: absolute;
    top: 0;
    right: 60px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    padding: 22px;
    border-radius: 50px;
    height: 71px;
    width: 71px;
}

.icons-clm-two i {
    font-size: 60px;
    background-color: #F7F7F7;
    padding: 70px;
    border-radius: 180px;
    transition: 0.5s ease, transform 0.5s ease;
    transform: scale(1);
}

.work-icons-two {
    text-align: center;
}

.icons-clm-two {
    position: relative;
}

/* ---------------title icon--- */

.work-icons .title-icon {
    color: #000000;
    font-size: 26px;
    display: block;
    line-height: 28px;
    position: relative;
    z-index: 11;
    margin: 10px 0 0;
    font-weight: 800;

}

.work-icons-two .title-icon {
    color: #000000;
    font-size: 26px;
    display: block;
    line-height: 28px;
    position: relative;
    z-index: 11;
    margin: 10px 0 0;
    font-weight: 800;

}

.desc {
    margin-top: 30px;
    font-size: 17px;
}

.bg-sec {
    background-image: url('../img/home/bg-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ---------------------our works---------------------// */

.our-title-head {
    padding-top: 6vw;
    color: #fff;
    text-align: center;
}

.work-small-title {
    color: #9D9D9D;
    margin-bottom: 0px;
    font-size: 15px;
    padding-bottom: 20px;
}

.our-title-head h2 {
    color: #FFFFFF;

    font-size: 25px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: 0.9px;
    margin-bottom: 0px
}

.our-title-head p a {
    font-size: 14px;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 18px 30px;
    line-height: 15px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 5px solid #000;

}

.our-title-head a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 5px;
    top: 100%;
    left: 0;
    background-color: #fff;
    transition: width 3s ease;
}

.our-title-head a:hover::after {
    width: 100%;
    background-color: #CB9D54;
}

.our-title-head p a:hover {
    background: #CB9D54;
    color: #fff !important;
}

.owl-carousel {
    /* max-width: 999px; */
    margin: 0 auto;
    padding: 30px 0;
}

.owl-carousel .item {
    font-size: 30px;
    text-align: center;
    line-height: 2;
    font-weight: 700;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 48px;
    background-color: #CB9D54;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    background-color: #CB9D54;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    background-color: #CB9D54;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.btn-wrap {
    display: none;
}

button {
    background-color: #CB9D54;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #CB9D54 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
}

.short-img .item .img-short {
    display: block;
    /* width: 59% !important;
    margin-left: 24%; */
}

.short-img {
    margin-bottom: 90px;
}

.owl-prev,
.owl-next {
    display: none !important;
}

.mouse-hover-button:hover .owl-prev {
    display: block !important;
}

.mouse-hover-button:hover .owl-next {
    display: block !important;
}

.item:hover .our-slider-content {
    background-color: #000;
    color: #fff;
}

.item:hover .our-slider-title {
    color: #fff;
}


.owl-prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #CB9D54 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
}

.our-slider-content {
    background-color: #fff;
    color: #000;
}

.our-slider-content:hover .our-slider-title {
    color: #fff;
}

.our-slider-title {
    line-height: 36px;
    font-size: 24px;
    color: #000000;
    padding: 35px 30px 14px;
}

.our-slider-read-more {
    font-size: 13px;
    letter-spacing: 2px;
}



.wwt-head {

    text-align: center;
}

.wwt-heading {
    font-size: 35px;
    margin-top: 4vw;
    font-weight: 550;
}

.wwt-head p {
    font-size: 19px;
    padding: 20px 0px 0px 0px;
}

.wwt-sub-title {
    font-size: 22px;
    color: #fff;
    padding: 36px 0px 20px;
}

.wwt-sub-heat {
    background-color: #000;
    padding: 35px 0px;

}

.wwt-desc {
    color: #fff;
    font-size: 20px;
    padding: 20px 0px 20px;
}

.wwt-sub-heat .wwt-row {
    padding-top: 10px;
}

.work-icons .icons-clm {
    position: relative;
}


.heart:hover {

    animation: beat 1.2s infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/* ----------------------testimonial start---------------- */

.testimonial-head {
    text-align: center;
    padding-top: 4vw;
}

.testimonial-head .test-para {
    font-size: 18px;
    letter-spacing: 2px;
}

.test-para {
    position: relative;
    display: inline-block;
}

.test-para:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #e5e5e5;
}

.test-h2 {
    font-size: 35px;
    font-weight: 600;

}

.testimonial-slider .items {
    background-color: #fff;
    box-shadow: 10px 4px 10px 1px #f1eeee;
}

.testimonial-slider .items p {
    font-size: 18px;
    line-height: 40px;

}

.items {
    padding: 14px;
    white-space: 20px;
}

.testimonial-slider {
    margin-top: 100px;
}

.items img {
    width: 13% !important;
    background-color: #fff;
    box-shadow: 2px 2px 10px 1px #d7d7d7;
    border-radius: 40px;
}

.items span {
    position: absolute;
    top: 15% !important;
    bottom: 32% !important;
    left: 0% !important;
    /* margin-top: 96px; */
    z-index: 11;
    font-size: 50px;
    color: #fff;
    background: #CB9D54;
    line-height: 1.2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-weight: 900;
}

.owl-dots {
    display: none;
}

.client-review {
    position: absolute;
    top: 55%;
    left: 40%;
    text-align: center;
}

.client-review h6 {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    display: block;
}

/* -----------------------------------------our clients----------------------------------- */

.clients {
    margin-top: 100px;
    text-align: center;
    font-size: 35px;

    font-weight: 700;
    color: #000000;
    font-weight: 900;
}

/* --------------------------------------------quotes---------------------------- */
.quotes-head {
    background-color: #000;
    padding: 10px 0px;
}

.quotes h2 {
    color: #9D9D9D;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    line-height: 28px;
}

/* ------------------------------footer-------------------------------- */


footer {
    background-image: url('../img/home/pattern-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 95px 0px;
}

.elementor-heading-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.elementor-heading-title-underline {
    color: #fff;
    margin-top: 30px;
}

.elementor-icon {
    color: #CF3A3A;
    font-size: 19px !important;
    align-self: center;
}

.elementor-contact-values {
    font-size: 17px;
    color: #fff;
    transition: color 0.3s;
    align-self: center;
    padding: 5px 5px 5px;
}

.elementor-values a {
    text-decoration: none !important;
}

.elementor-values {
    text-decoration: none !important;
}

.elementor-contact-values:hover {
    color: #CB9D54;
}

.elementor-values a {
    display: flex;
    flex-direction: row;
}

.elementor-values {
    display: flex;
    flex-direction: row;
}

.links .links-values {
    padding-top: 20px;
}

.links .link-heading {
    list-style-type: none;
    transition: color 0.3s;
    color: #9d9d9d;
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    text-align: left;
}

.links .link-heading:hover {
    list-style-type: none;
    transition: color 0.3s;
    color: #fff;
    justify-content: flex-start;

}

.footer-down {
    color: #fff;
    font-size: 17px;

    a {
        text-decoration: none;
        color: white;
    }
}

.footer-logo {
    align-self: center;

}

.footer-logo img {
    width: 230px;

}

/* ------------------ */
@media (max-width:1199.99px) {
    .container {
        width: 100% !important;
    }
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.items {
    width: 100%;
}

.items-slider {
    padding: 39px;
    background-color: #fff;
    height: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
}

.testimonial-slider {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-slider img {
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 4%;
}

.icon-quote {
    font-size: 30px;
    color: #CB9D54;
    margin-right: 10px;
}

.client-review h6 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    display: block;
}

.client-review p {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    display: block;
}

.client-review p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.items-slider p {
    line-height: 38px;
}

/* -------------------------------------------------------------------our team --------------------------------------------------------------- */

.expand-our-team-head {
    background-image: url('../img/our-team/breadcrumb.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading-title {
    font-size: 42px;
    color: #000000;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.breadcrumb-container-inner {
    padding-top: 135px;
    padding-bottom: 135px;
}

.expand-our-team-head p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.expand-heading-title {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.expand-para-detail {
    text-align: center;
}

.expand-banner-sec {
    padding: 20px;
}

.expand-our-team img {
    width: 100%;
    box-shadow: 3px 3px 15px 2px #a0a0a0;
}

.expand-row-our-team {
    /* padding: 15px; */
}

.expand-our-team h3 {
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    line-height: 60px;
}

.expand-our-team p {
    font-size: 17px;
    text-align: center;
    line-height: 2px;
}

.expand-colm-our-team {
    padding-top: 50px;
}

/* ----------------------------------------------------------------our awards-------------------------------------------------------------- */

a.image-popup-vertical-fit {
    cursor: crosshair;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.expected-award-row {
    padding-top: 25px;
}

.expected-award-colm {
    padding: 15px;
    text-align: center;
}

.magnific-img {
    position: relative;
}

.magnific-img img {
    display: block;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.magnific-img:hover .overlay {
    opacity: 1;
}

.expected-hover-contend {
    margin: 0 0 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.expected-hover-title {
    font-family: "reey";
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.expected-award-names-header {
    /* padding: 100px; */
}

.expected-award-names img {
    object-fit: contain;
    aspect-ratio: 3/2;
}

.expected-award-names {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 45px;
    border: 1px solid #E9E9EE;
}

.expected-award-names-btn p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 18px 30px;
    line-height: 15px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 5px solid #fff;

}

.expected-award-names-btn a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 5px;
    top: 100%;
    left: 0;
    background-color: #000;
    transition: width 3s ease;
}

.expected-award-names-btn a:hover::after {
    width: 100%;
    background-color: #CB9D54;
}

.expected-award-names-btn p a:hover {
    background: #CB9D54;
    color: #fff !important;
}

/* -----------------------------------------------------services page-------------------------------------------- */
.several-values-row {
    padding-top: 50px;
}

.several-h2-claim {
    font-size: 33px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    flex: 1;
}

.several-values-inside {
    border: 1px solid grey;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
}

.several-values-inside h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0px 20px;
}

.several-values-inside img {
    margin: 0px 5px;
}

.several-values-inside p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

.several-back-fixed {
    background-image: url('../img/services/bg-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

.several-back-fixed-values {
    text-align: center;
}

.several-back-fixed-values h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 0px;
}

.several-back-fixed-values .test-para {
    font-size: 18px;
    letter-spacing: 2px;
}

.several-back-fixed-values p {
    position: relative;
    display: inline-block;
    color: #9D9D9D;
}

.several-back-fixed-values p:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #e5e5e5;
}


.several-back-fixed-names-btn p a {
    font-size: 14px;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 18px 30px;
    line-height: 15px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    border: none;
    margin-bottom: 2px;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 5px solid #000;

}

.several-back-fixed-names-btn {
    padding-top: 30px;
}

.several-back-fixed-names-btn a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 5px;
    top: 100%;
    left: 0;
    background-color: #000;
    transition: width 3s ease;
}

.several-back-fixed-names-btn a:hover::after {
    width: 100%;
    background-color: #CB9D54;
}

.several-back-fixed-names-btn p a:hover {
    background: #CB9D54;
    color: #fff !important;
}

.counter-section {
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.counter {
    display: inline-block;
    margin: 1%;
    padding: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.counter:last-child {
    border-right: none;
}

.counter i {
    font-size: 50px;
    margin-bottom: 10px;
}

.counter h2 {
    font-size: 40px;
    margin: 10px 0;
}

.counter p {
    font-size: 14px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    margin: 0;
    color: #9D9D9D !important;
}

.several-counter-sec {
    background-image: url('../img/home/pattern-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* -------------------------------------------------products----------------------------------------- */
.protor-heading-title {
    font-size: 17px;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;

    font-weight: 500;
    padding: 20px;
}

.protor-colm {
    padding-top: 50px;
}

/* --------------------------------------------------contacts----------------------------------------------- */

.controll-contact {
    text-align: left;
    padding-top: 4vw;
}

.controll-contact .control-para {
    font-size: 18px;
    letter-spacing: 2px;
}

.control-para {
    position: relative;
    display: inline-block;
}

.control-para:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #e5e5e5;
}

.controll-contact h2 {
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;

}

.control-value-para {
    font-size: 16px;
    letter-spacing: -0.5px;
    word-spacing: 0px;
    padding: 20px 0px 0px 0px;
    text-align: left;
}

.contact-form {
    max-width: 759px;
    border-radius: 8px;
    padding-top: 40px;
}

.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 48%;
    padding: 15px;
    border: none;
    background: #f1f1f1;
    font-size: 16px;
}

.form-group-full {
    width: 100%;
}

.form-group-full input,
.form-group-full textarea {
    width: 100%;
}

textarea {
    resize: none;
    height: 220px;
}


/* ------- */


.expected-award-names-btn button {
    font-size: 14px;
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 18px 30px;
    line-height: 15px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 5px solid #fff;

}

.expected-award-names-btn button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 5px;
    top: 100%;
    left: 0;
    background-color: #000;
    transition: width 3s ease;
}

.expected-award-names-btn button:hover::after {
    width: 100%;
    background-color: #CB9D54;
}

.expected-award-names-btn button:hover {
    background: #CB9D54;
    color: #fff !important;
}

.controller-row {
    padding-bottom: 100px;
}

/* -------------------------------------------------about us-------------------------------------------- */


.aboura-about {
    text-align: center;
    padding-top: 4vw;
}

.aboura-about .aboura-para {
    font-size: 18px;
    letter-spacing: 2px;
}

.aboura-para {
    position: relative;
    display: inline-block;
}

.aboura-para:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #e5e5e5;
}

.aboura-about h2 {
    font-size: 35px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;

}

.aboura-para-assis {
    margin-top: 26px;
    font-weight: 700;
    text-align: center;


}

.aboura-para-lead {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.aboura-para-assis {
    background-color: #0b0b0b;
    padding: 20px;
    border-radius: 8px;
    color: white;
}

.aboura-detail {
    text-align: left;
    padding: 15px;
    font-size: 16px;
    line-height: 1.86em;
    color: #777777;
}

.aboura-img {
    padding: 30px;
}

.aboura-about-values {
    font-size: 29px;
    font-weight: 550 !important;
    text-transform: uppercase;
    font-weight: 500;

}

.aboura-our-mivi {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.aboura-our-mivi i {
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    font-size: 10px;
    padding: 14px;
}

.aboura-content-values {
    padding-left: 20px;
    text-align: justify;
}

.aboura-content-values h3 {
    font-size: 20px;
    font-weight: 600;
}

.aboura-content-values p {


    line-height: 30px;
}

.aboura-founders {
    text-align: center;
    padding: 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.navbar-toggler-icon {
    top: 50px !important;
}

/* ---------------- */

.aboura-founders img {
    position: relative;
    text-align: center;
}

.aboura-founders {
    position: relative;
}



.aboura-founders::before,
.aboura-founders::after,
.aboura-founders span::before,
.aboura-founders span::after {
    content: '';
    position: absolute;
    transition: all 0.5s ease;
    background: #000;
}

.aboura-founders::before {
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
}

.aboura-founders::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.aboura-founders span::before {
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
}

.aboura-founders span::after {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0;
}

.aboura-founders:hover::before {
    height: 100%;
}

.aboura-founders:hover::after {
    width: 100%;
}

.aboura-founders:hover span::before {
    width: 100%;
}

.aboura-founders:hover span::after {
    height: 100%;
}

.aboura-class img {


    opacity: 1;
    transition: opacity 0.5s ease;
}

.aboura-class:hover img {
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.6);
}

.aboura-row-contents {
    padding-top: 40px;
}

.aboura-h2-grin {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 600;
}

.aboura-team-job {
    font-size: 14px;
    font-weight: 500;
    color: #737373;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aboura-founder-details {
    text-align: center;
    padding: 20px;
}

.aboura-founder-short-detail {
    margin-bottom: 60px;
}

/* ------------------------------  tab  ---------- */

.tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
}

.tab {
    float: left;
}

.tab label {
    margin-right: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #333;
    font-weight: 700;
}

.tab [type=radio] {
    display: none;
}

.tab__content {
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
    opacity: 0;
}

[type=radio]:checked~label {
    color: #1d1d1d;
    z-index: 2;
}

[type=radio]:checked~label~.tab__content {
    z-index: 1;
    opacity: 1;
}

/* ------- */

.tabs {
    display: flex;
    justify-content: center;
    font-size: 16px;

}

.tab {
    text-align: center;
}

.tab input[type="radio"] {
    display: none;
}

.tab label {
    display: inline-block;
    padding: 10px 0px;
    cursor: pointer;
}

.tab__content {
    display: none;
    padding: 20px;
    border-top: none;
}

.tab__content h4 {
    margin-top: 0;
}

.tab input[type="radio"]:checked+label+.tab__content {
    display: block;
}

.portaxio {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    margin-top: 20px;
}

.portaxio-img-follow img {
    width: 100%;
    height: 20vw;
    margin-bottom: 25px;
}

/* ------- */

.portaxio-img-follow {
    position: relative;
    overflow: hidden;
}

.overlay-port {
    position: absolute;
    text-align: center;
    width: 80%;
    height: 75%;
    left: 10%;
    top: 8%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.portaxio-img-follow:hover .overlay-port {
    opacity: 1;
}

.overlay-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 18px;
}

.overlay-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #000;
    padding: 5px;
    line-height: 0px !important;
}

.overlay-icon:hover {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #CB9D54;
    color: #fff;
    padding: 5px;
    line-height: 0px !important;
    transition: 0.5s;
}

.overlay-text h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 4px;
}

.overlay-text {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 10px;
}

.tab label span {
    display: none;
}

.tab label {
    display: flex;
}

.tab label:hover span {
    display: block;
    font-size: 10px;
}

.tab label:hover {
    border-bottom: #000 !important;
}

.tab label {
    position: relative;
    overflow: hidden;
    font-size: 17px;
}

.tab label:after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 10px;
    width: 100%;
    height: 1.5px;
    background-color: #333;
    /* adjust the color to your liking */
    transition: all 0.3s ease-in-out;
}

.tab label:hover:after {
    left: 0;
}

[type=radio]:checked~label {
    color: #1d1d1d;
    z-index: 2;
}

[type=radio]:checked~label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px !important;
    width: 100%;
    height: 1.5px;
    background-color: #1d1d1d;
    /* adjust the color to your liking */
    transition: all 0.3s ease-in-out;
}

[type=radio]:checked~label:hover:after {
    transform: scale(1);
}

.rrr {
    display: flex;
    flex-direction: row;
}

/* ------------------------------------------detail portifolio-----------------------  */
.portrolix-second-sec {
    background: #000000;
    color: #fff;
    text-align: left;
}

.portrolix-col-two {
    padding: 30px;
}

.portrolix-second-sec h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.portrolix-second-sec a {
    font-size: 20px;
    color: #CB9D54;
    text-decoration: none;
    padding: 8px 0;
    display: inline-block;
    font-weight: 700;
}

.portrolix-second-sec a i {
    font-size: 30px;

}

.portrolix-row {
    padding-top: 50px;
    padding-bottom: 50px;
}


.portrolix-second-colm-in {
    padding: 50px;
}

.portrolix-row .owl-nav {
    display: none;
}

.owl-carousel:hover .owl-nav {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    left: -15px;
}

/* -- */

.itemed {
    position: relative;
    display: inline-block;
}

.overlayed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.maximize-icon {
    color: white;
    font-size: 1.6em;
}

.itemed:hover .overlayed {
    opacity: 1;
}

@media (max-width: 768px) {
    .maximize-icon {
        font-size: 1.5em;
    }

    .aboutus-head-top {
        background-image: none;
        background-position: left;
        background-size: left;
        background-repeat: no-repeat;
    }
}

.portrolix-name h2 {
    font-size: 33px;
    font-weight: 750;
    margin-top: 20px;
}


/* ---------------------franchise start------------------------------ */

.franchise-section {
    text-align: center;
    padding: 50px 0px 50px 0px;
}

.franchise-section .container {
    /* width: 35% !important; */
}

.franchise-section h2 {
    font-size: 35px;
    font-weight: 700;
}

.franchise-section p {
    column-gap: 0px;
    text-align: center;

    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.4px;
    word-spacing: 0px;
}


/* -------------------popup start -------------------------- */

/* ======== Newsletter Popup ========= */
section.popup-section {
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    background-position: center center !important;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

section.popup-section.hide-popup {
    animation: fadeOut 1s ease-out forwards;
    z-index: -1 !important;
}

/* Define the fade-out keyframes */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

section.popup-section:before {
    content: '';
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: .8;
    background: #383632;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    height: 100%;
    top: 0;
}

section.popup-section .inner-container {

    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    width: 80%;
}

section.popup-section .inner-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    height: 100%;
}

.popup-inner {
    background: #fff;
    z-index: 9;
    width: 100%;
    max-width: 80%;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    animation: slideUp 1s ease-out;
    padding:15px 0px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-inner--row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.popup-inner-column {
    flex: 0 0 auto;
    width: 50%;
}

.bg-cover {
    /* background: url('../img/home/popup-img.jpg'); */
    /*background: url('../img/home/img-1.png');*/
    background: url('../img/home/home-popup.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

form.popup-form {
    padding: 15% 8%;
}

.form-header p.form-subheading {
    margin: 0;
    color: #d51f0f;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.form-header h2.form-heading {
    text-transform: uppercase;
    color: #383632;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 3vw;
    /* line-height: 1.2vw; */
}

.form-fields .form-field {
    width: 100%;
    color: #8d8987;
    max-width: 100%;
    resize: none;
    outline: 0;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    padding: 20px 28px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.form-fields {
    margin: 0px 5px;
}

.form-fields .submit-btn {
    width: 100%;
    background-color: #282725;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 20px 32px 20px;
    border-radius: 4px;
    font-family: "Bebas Neue", sans-serif;
    display: block;
    column-gap: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.form-fields .submit-btn:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

span.close-popup--btn {
    height: 40px;
    width: 40px;
    position: absolute;
    right: -13px;
    top: -2px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
}

/* -------------------popup end-------------------------- */

/* -------founders info----------- */

.founders-info-section {
    padding: 100px 0px 100px 0px;
}

.founders-info-colm-two h2 {
    font-size: 25px;
    font-weight: 700;
}

.founders-info-colm-two h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.founders-info-colm-two p {
    font-size: 17px;

    word-spacing: 10px;
}

.founders-info-colm-one {
    background-color: #fff;
    border: 1px solid grey;
    padding: 10px 0px;
}

.founders-info-colm-one h6 {
    font-size: 18px;
    padding: 20px 0px 30px 20px;
    font-weight: 700;
}

.aboura-founder-details a {
    text-decoration: none;
    color: #000;
}

.franchise-address {
    border: 1px solid rgb(175, 175, 175);
    padding: 5px;
    border-radius: 5px;
}

.team-img-wrapper {
    height: 300px;
    /* Set the height you prefer for all images */
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
}

.image-popup-vertical-fit img {
    height: 250px;
}

.franchise-nav-links {
    a {
        text-decoration: none;
        margin: 5px;
        position: relative;
        color: #000;
        font-weight: 500;
        transition: all 0.3s ease-in;
        text-transform: uppercase;

    }

    a:hover {
        color: #CF3A3A;
    }

    a:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -5px;
        width: 2px;
        height: 100%;
        background-color: #474747;
    }

    a::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 3px;
        width: 1px;
        height: 75%;
        background-color: #474747;

    }

}

/* From Uiverse.io by alexmaracinaru */
.explore-btn {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #cfef00;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
}

.explore-btn:hover {
    background: #c4e201;
}

.explore-btn>svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.explore-btn:hover svg {
    transform: translateX(5px);
}

.explore-btn:active {
    transform: scale(0.95);
}


/* Apartment */
.image-container {
    position: relative;
    width: 100%;
}

.popup-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* semi-transparent black background */
    color: white;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease;
    text-align: center;
}

.image-container:hover .popup-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.image-container img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.image-container:hover img {
    filter: brightness(70%);
}

/* Our Awards */
.overlay-commercial-content {
    position: relative;
    display: inline-block;
}

.overlay-commercial-content img {
    display: block;
    width: 100%;
    height: 250px;
}

.overlay-commercial-content .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark transparent overlay */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    /* Adds blur effect */
}

.overlay-commercial-content:hover .overlay-content {
    opacity: 1;
}

.overlay-content p {
    padding: 20px;
    text-align: center;
}

.overlay-content {
    flex-direction: column;

    a {
        text-decoration: none;
        color: white;
        font-weight: 500;
        transition: all ease-in 0.3s;
    }

    a:hover {
        text-decoration: none;
        color: rgb(224, 176, 16);
    }
}

.franchise-select {
    border: 1px solid rgb(128, 128, 128);
    outline: none;
    padding: 5px 12px;
    font-size: 14px;
    cursor: pointer;
    width: 150px;
    transition: background-color 0.3s;
}



/* Focus effect */
.franchise-select:focus {
    outline: none;
    /* Ensure no outline on focus */
}

.contact-form span {
    color: red;
    font-size: 14px;
}

.top-head a:hover {
    color: #CF3A3A;
    ;
}

.top-head a {
    color: white;
    text-decoration: none;

}


.slide-content {
    position: relative;
}

.slide-content h2 span {
    font-size: 54px;
    color: #CF3A3A;
    font-family: var(--header-font) !important;

}

.slide-content h2 {
    line-height: 84px;
    font-size: 46px;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    font-family: var(--header-font) !important;
}

.inner-banner-content {
    padding-top: 180px;
    padding-left: 200px;
    width: 100%;
    max-width: 900px;
}

.slide-content p {
    font-size: 18px;
    color: white;
}

.banner-btn a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    margin-top: 15px;
    background-color: #CF3A3A;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.banner-btn a:hover {
    background-color: #A32D2D;
}

/* Icon Animation */
.banner-btn a i {
    transition: transform 0.3s ease;
}

.banner-btn a:hover i {
    transform: translateX(5px) scale(1.1); /* Slide right and scale slightly */
}



.footer-phone {
    display: flex;
    flex-direction: row;
}

.footer-phone a {
    color: #fff;
    text-decoration: none;
    transition: color 0.4s ease;
}

.footer-phone a:hover {
    color: #CB9D54;
    text-decoration: none;
}



/* new banner */
.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-size: cover;
    background-position: center;
}

.hero-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.hero-content h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero-content a {
    color: white;
    background-color: #007bff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}








.typewriter {
    display: inline-block;
    white-space: pre-wrap;
    /* preserves new lines */
    border-right: 4px solid;
    animation: blinkCursor 0.8s steps(1) infinite;
    font-family: monospace;
}

@keyframes blinkCursor {

    0%,
    100% {
        border-color: transparent;
    }

    50% {
        border-color: #E5E5E5;
    }
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}



/* modal popup */
.overlay-commercial-content {
    position: relative;
    overflow: hidden;
}

.zoomable-image {
    width: 100%;
    transition: transform 0.3s ease;
}

.overlay-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.overlay-commercial-content:hover .zoomable-image {
    transform: scale(1.05);
}

.overlay-commercial-content:hover .overlay-content {
    opacity: 1;
}

.overlay-commercial-content:hover .zoom-icon {
    opacity: 1;
}

#myTabContent .tab-left h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
}

#myTabContent .tab-left h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #430001;
    /* Accent color */
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

#myTabContent .tab-left a {
    display: block;
    font-size: 1rem;
    color: #555;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#myTabContent .tab-left a:hover {
    background-color: #f5f5f5;
    color: #430001;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}





@media screen and (max-width:1400px) {
    .inner-banner-content {
        padding-top: 120px;
        padding-left: 129px;
    }

}

@media screen and (max-width:1199px) {
    .slide-content h2 {
        line-height: 72px;
    }



    .slide-content {
        height: 66vh;
    }
}

@media screen and (max-width:991px) {
    .slide-content h2 {
        line-height: 64px;
    }

    .inner-banner-content {
        width: 100%;
        max-width: 700px;
        padding-top: 99px;
        padding-left: 45px;
    }

}

@media screen and (max-width:767px) {
    .slide-content h2 {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    .slide-content p {
        font-size: 16px;
    }

    .slide-content h2 span {
        font-size: 26px !important;
    }

    .inner-banner-content {
        width: 100%;
        max-width: 500px;
        padding-top: 99px;
        padding-left: 45px;
    }

    #slider,
    .wrap,
    .slide-content {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        overflow-x: hidden;
    }

    .slide-content {
        height: 450px
    }


}

@media screen and (max-width:575px) {
    .slide-content h2 {
        font-size: 26px !important;
        line-height: 35px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .slide-content h2 .typewriter {
        font-size: 26px !important;
    }

    .inner-banner-content {
        width: 100%;
        max-width: 500px;
        padding-top: 99px;
        padding-left: 45px;
    }

    .slide-content {
        height: 350px
    }

    .inner-banner-content a {
        font-size: 16px;
    }

}

@media screen and (max-width:425px) {
    .inner-banner-content {
        width: 100%;
        max-width: 500px;
        padding-top: 50px;
        padding-left: 10px;
    }


}

@media screen and (max-width:375px) {
    .slide-content h2 {
        font-size: 22px !important;
        /* line-height: 35px; */
    }

    .slide-content p {
        font-size: 14px;
    }

}

#arrow-left {
    width: 50px;
    height: 45px;
    position: absolute;
    z-index: 99;
}

.slide  h2{
    font-family: var(--header-font);
}