:root {
    --color: #0d0e24;
    --orange: #FF2E2D;
    --ffamily:'Cairo','sans-serif';
    --gray: #e1e1e1;
    --bk: #fff5f5;
}
body {
    background: #fff;
    color: var(--dark);
    font-family: var(--ffamily);
}

header {
    background: #fff;
    padding: 14px;
    position: sticky;
    z-index: 999;
    top: 0;
}

header > div > nav >  ul > li {
    margin-right: 12px;
    font-size: 18px;
    position:relative
}
@media(min-width: 1024px) {
    .sub-menu {
        position:absolute;
        list-style:none;
        background:#fff;
        box-shadow: var(--shadow);
        border-radius: 8px;
        padding: 8px 16px;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: .35s ease;
        top: 100%;
        left: 0;
    }
    .sub-menu li {
        color:var(--gray);
        padding:8px;
        border-bottom: var(--border);
        transition: .35s ease;
    }
    .sub-menu li:hover {
        color:var(--color);
        border-color:var(--color)
    }
    .sub-menu li:last-child {
        border:0
    }
     li:hover > .sub-menu {
        visibility:visible;
        opacity:1
    }
}
.current_page_item {
    color:var(--orange)
}
section.hero {
    height: calc(100vh - 78px);

    color: #fff;
}
section.hero .container {
        position: relative;
    z-index: 1;
}



.orange {
    color: var(--orange);
}

.gray {
    color: var(--gray);
}

span.orange-bk {
    background: var(--bk);
    padding: 4px 18px;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 10px;
    color: var(--orange);
    display: inline-block;
}

section.hero h1 {
    font-size: 3em;
}
 .bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    border-radius: 16px;
}
.bk-single {
    background: var(--color);
    border-radius: 15px;
}
.bk:before {
    content:'';
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius:inherit;
    background: var(--color);
    opacity: .9;
}
.certificate-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.certificate-box img {
    height: 100px;
    max-width: 100%;
}

.darker {
    color: #898888;
}

.h1 {
    font-size: 2.5em;
}



section.services {
    background: var(--bk);
}
.pdt {
    padding-top:var(--padding) 
}
.counter-box {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 25px;
}

strong.number {
    font-size: 34px;
}

.services-box {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.services-box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.ser-image {
    width: 100%;
    border-radius: 15px;
    max-height: 250px;
    object-fit: cover;
    border: 4px solid #fff;
}

.about-us {
    background: var(--color);
    color: #fff;
}

figure.about-image img {
    display: block;
    width: 100%;
    border-radius: 18px;
    border: 5px double var(--orange);
}

figure.about-image {
    position: relative;
}

figure.about-image label {
    position: absolute;
    bottom: -30px;
    width: 220px;
    background: var(--bk);
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    text-align: center;
    border-radius: 100px;
    font-size: 22px;
    color: #262222;
    border: 5px double var(
    --orange);
    font-weight: bold;
}
.about-features-box {margin-bottom: 20px;}

.about-features-box svg {width: 55px;fill: var(--orange);height: 55px;margin-left: 15px;}

.about-features-box h3 {

}
.about-features-box p {
    font-size: 11px;
    color: #ccc;
}

.insulation-card {
    background: var(--bk);
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 24px;
}

.insulation-card svg {
    height: 60px;
    width: 60px;
    stroke: var(--bk);
    fill: #fff;
    display: inline-flex;
    align-items: center;
    padding: 18px;
    stroke-width: 2;
    background: var(--orange);
    stroke-linecap: round;
    border-radius: 50%;
    stroke-linejoin: round;
    justify-content: center;
}

section.insulation-foam {
    background: var(--color);
    color: #fff;
}

.insulation-foam-card {
    padding: 35px;
    background: #1f2036;
    text-align: right;
    border-radius: 25px;
    margin-bottom: 25px;
}

.insulation-foam-card p {
    padding: 15px 0;
    font-size: 13px;
    margin: 15px 0;
    border-top: 1px solid #ffffff1f;
    border-bottom: 1px solid #ffffff1f;
}

.insulation-foam-card h2 {
    color: var(--orange);
}

.features li {
    font-size: 14px;
}

.insulation-foam-card h3 {
    font-size: 12px;
}

/* 
    * ----------------------------------------------------
    * Section : Industries Section  
    * Page : Home page
    *-----------------------------------------------------
*/
.industry-box {
    height: 300px;
    border-radius: 8px;
    padding: 12px;
    background-size: cover;
    justify-content: end;
    margin-bottom: 25px;
}

.industry-content {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    border-radius: 8px;
    color: #fff;
    padding: 11px 32px;
    backdrop-filter: blur(64px);
}

.industry-content ul {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    transition: .45s ease-in-out;
}
.industry-box:hover .industry-content ul {
    max-height:300px
}
.industry-content h3 {
    font-size: 16px;
}
.industries p.desc {
    max-width:524px;
    margin:10px auto 30px
}


/* 
    * ----------------------------------------------------
    * Section : FAQ Section  
    * Page : Home page
    *-----------------------------------------------------
*/

.faq-box {
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 1);
    margin-bottom: 16px;
    cursor: pointer;
    transition:.45s ease
}
.faq-box:hover {
}
.faq-box.active {
    box-shadow: 0 0 50px #0000000f;
}
.question {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.answer {
    display: none;
    margin-top: 15px;
}

.plus {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus:before {
    content: '';
    display: block;
    height: 2px;
    background: var(--text-color);
    width: 100%;
    border-radius: 2px;
}
.plus:after {
    content: '';
    display: block;
    width: 3px;
    background: var(--text-color);
    height: 100%;
    border-radius: 2px;
    transform: translateX(-10px);
    transition:.35s ease
}

.active .plus:after {
     transform: translateX(-12px) rotate(90deg);
     opacity: 0;
}


section.industries {
    background: var(--bk);
}
.archive section.industries {
    background: #fff;
}
.faq {
    background: #fdfdfd;
}

footer.pd {
    color: #fff;
    background: var(--color);
}

section.footer-bottom {
    background: var(--color);
    color: #fff;
    padding: 15px;
    border-top: 1px solid #ffffff1a;
}

.social.flex-start svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.footer-box {
}

a.whatsapp,a.phone {
    position: fixed;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    border-radius: 7px;
}
a.phone  {
    background: #3f3fff;
    padding: 10px;
}
a.phone svg path {
    fill:#fff !important
}

a.whatsapp {
    bottom: 70px;
    background: #37d837;
    border-radius: 9px;
    fill: #fff;
}

.footer-links li a {
    margin: 4px;
    display: block;
    background: #ffffff17;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 8px;
}

.footer-box h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

section.hero-single {
    color: #fff;
}

section.post-content .container * {
    margin: revert;
    padding: revert;
    max-width: 100%;
}
section.post-content .container input , 
section.post-content .container textarea {
    width:100%;
    padding: 10px;
    background: #efefef3b;
    border-radius: 6px;
    margin: 10px 0 0 0;
    border: 1px solid #eee;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background:var(--orange);
    color:#fff
}
section.post-content h2 , 
section.post-content h3 ,
section.post-content h4 {
    color:var(--orange)
}
section.post-content table {
    width: 100%;
}
section.post-content table th {
    background:#000;
    color: #fff;
}
section.post-content table td {
    background: #fcfcfc;
    border: 1px solid #cdcdcd;
}
section.post-content table tr {
    
}

button#load-more {
    padding: 11px 25px;
    font-size: 16px;
    background: var(--color);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    transition: .35s ease;
}

button#load-more:hover {
    background: var(--orange);
}

.city {
    flex: 1;
    background: var(--bk);
    min-width: fit-content;
    margin: 15px;
    padding: 11px;
    cursor: pointer;
    border-radius: 8px;
    transition: .35s ease;
}
.city:hover {
    background:var(--orange);
    color:#fff
}
section.cities.pd {
}
.home-table {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 0 72px #00000017;
    margin-top: var(--padding);
}
.home-table th {
    background: var(--bk);
    padding: 20px;
}
.home-table td {
    background: #fff5f578;
    padding: 12px;
}

.home-table thead {
    background: var(--bk);
}

.home-table th:nth-child(2) {
    background: #ff2e2d17;
    color: var(--orange);
}

.home-table td:nth-child(2) {
    background: #ff2e2d17;
}

.city.active {
    background: var(--orange);
    color: #fff;
}

.tabs-holder >div {
    display: none;
}

.active.flex-center {
    display: flex;
}

.regions {
    padding: 40px;
    background: var(--bk);
    text-align: right;
    border-radius: 20px;
}

.regions h2 {
    color: var(--orange);
    margin-right: 10px;
}

.arrive {
    background: #ff2e2d17;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 15px;
    font-size: 12px;
    margin: 5px 0 15px;
}

.arrive svg {
    width: 15px;
    margin-left: 5px;
}

.arrive strong {
    margin-left: 5px;
    color: var(--orange);
}

.regions p {
    font-size: 13px;
}

.solutions p {
    color: var(--orange);
    font-size: 15px;
}

.regions a {
    width: 100%;
    background: var(--orange);
    display: block;
    text-align: center;
    margin: 15px 0 0;
    padding: 6px;
    border-radius: 30px;
    color: #fff;
}


.loading {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading svg {
    width: 15vh;
    height: 15vh;
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

section.clients {
    background: var(--color);
    color: #fff;
}

.client-box {
    padding: 44px;
    border-radius: 25px;
    background: #ffffff1a;
    text-align: right;
}
.stars svg {
    fill:var(--orange);
    margin:5px 0 15px
}
p.feedback {
    font-size: 18px;
}
@media(max-width: 1023px) {
    .bars {
        display:flex;
        width: 33px;
        height: 30px;
        flex-direction:column;
        justify-content:space-between
    }
    .bars div {
        height: 6px;
        background: var(--color);
        border-radius: 4px;
    }
    nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #000000d4;
        z-index: 9999;
        transition: .45s ease-in-out;
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%);
    }
    nav > ul {
        flex-direction:column;
        position: absolute;
        width: 310px;
        font-size: 14px;
        background: #fff;
        overflow: auto;
        height: 100%;
        justify-content: start !important;
        transform: translateX(100%);
        transition-delay: .2s;
    }
    nav.open,nav.open > ul {
        transform:translateX(0);
        opacity:1;
        visibility:visible
    }
    nav > ul > li {
        margin:0;
        border: 0;
    }
    nav > ul > li.current-menu-item {
        color:inherit
    }
    
    .menu-item-has-children:after {
        content:'';
        position: absolute;
        border-style: solid;
        border-width: 8px 6px 6px 6px;
        border-color: #000 transparent transparent;
        right: 10px;
        top: 13px;
    }
    .sub-menu {
        list-style:none;
        background: var(--bk);
        padding: 15px;
        margin: 10px 0;
        display: none;
        color: var(--text-color);
        font-size: 14px;
    }
    img {
        max-width:100%
    }
}
@media(max-width:767px) {
    section.hero h1,.h1 {
        font-size: 1.5em;
    }
    section.hero {
        padding:25px 0
    }
    .certificate-box {
        height:calc(100% - 20px);
        margin-bottom:20px
    }
    .certificate-box img  {
        height:44px
    }
    figure.about-image {
        margin-bottom:50px
    }
    .footer-box {
        margin-bottom:15px
    }
    .social.flex-start svg {
        width:25px;
        height:25px
    }
}


