@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --bg-black: #090b3c;
    --bg-white: #fff;
    --bg-light-white: #fcfcfc;
    --bg-light-2: #f2f7fa;
    --bg-dark-green: #0e9d80;
    --bg-features-1: #fff6d6;
    --bg-features-2: #ebdcf9;
    --bg-features-3: #ddf5fc;
    --bg-features-4: #dcf6e8;
    --bg-features-5: #f8e4e1;
    --bg-features-6: #fbffd4;
    /* text-color */
    --text-black: #000;
    --text-white: #fff;
    --text-dark-grey: #4c535d;
    --text-light-2: #798089;
    --text-light-3: #5e5e72;
    --text-light-4: #A0A0A0;
    --text-dark-green: #12C4a0;
    --text-orange: #ff5d2a;
    --text-yellow: #ffc100;

    /*   foonts  */
    --primary-font: Quicksand;
    --secondary-font: 'Poppins', sans-serif;
    --normal-font-weight: 400;
    --bold-font-weight: 700;
}

body {
    font-family: Quicsand;
    font-weight: 400;
    background-color: var(--bg-white);
}

.learn-more-btn {
    background-color: var(--bg-black);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-white) !important;
    padding: 12px 29px !important;
    border-radius: 10px;
    border: 2px solid var(--bg-black);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    display: inline-block;
    text-decoration: none;
    transition: 0.7s;
}

.social-btn {
    background-color: var(--bg-black);
    font-size: 18px;
    margin-left: 20px;
    font-weight: 700;
    color: var(--text-white) !important;
    padding: 4px !important;
    border-radius: 50%;
    border: 2px solid var(--bg-black);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    display: inline-block;
    text-decoration: none;
    transition: 0.7s;
}

.btn-extra-header {
    color: var(--text-dark-grey) !important;
    background-color: transparent;
    border: 2px solid #4c535d;
}

/*                    navbar                */
.header_wrapper .navbar {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-trransition: all .2s linear;
    transition: all .2s linear;


}

.header_wrapper .navbar-brand img {
    max-width: 210px;
    height: auto;
}

.header_wrapper .menu-navbar-menu {
    width: 70%;
    display: flex;
    justify-content: center;
}

.header_wrapper .nav-item {
    margin: 10px;

}

.header_wrapper .nav-item .nav-link {
    font-weight: var(--bold-font-weight);
    font-size: 18px;
    color: var(--text-dark-grey);
    line-height: 1;
}
.header_wrapper .nav-item .nav-link:hover{
    color: var(--text-dark-green);
}

.header_wrapper .nav-item .nav-link.active {
    color: var(--text-dark-green);
}

.header-scrolled {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: var(--bg-white);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
    box-shadow: 0 4px 6px rgba(12, 0, 46, .05);
}

.header-scrolled .navbar-brand img {
    width: 190px;
    height: auto;
    animation: animated 0.1s ease-in-out;

}

@keyframes animated {
    0% {
        width: 210px;
    }

    50% {
        width: 200%;
    }

    100% {
        width: 190px;
    }

}

.header-scrolled .nav-item .nav-link {
    font-size: 17px;
}

.header_wrapper .dropdown .dropdown-menu {
    display: none;
}

.header_wrapper .dropdown:hover .dropdown-menu {
    display: block;
    color: var(--bg-dark-green);
}

/*------------------------------------------banner section css--------------------------*/
.banner_wrapper {
    display: flex;
    width: 100%;
    padding: 100px 0 125px;
    background: url("img/bg.jpeg") no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.banner_wrapper .banner-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--text-light-3);
}

.banner_wrapper .banner-title {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--text-black);
}

.banner_wrapper .banner-title span {
    color: var(--bg-dark-green);
}

.banner_wrapper .banner-title-text {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 450px;
    color: var(--text-light-2);
}

.banner_wrapper .learn-more-btn-section {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.banner_wrapper .header-img-section img {
    width: 100%;
    animation: float 5s ease-in-out infinite;
}

/* @keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
} */

/*---------------------macbook repair section--------------------*/
.sofa_wrapper{
    padding: 30px 0px;
}
.sofa_wrapper h2{
 font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 40px;
 position: relative;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--text-black);
}
.sofa_wrapper h2::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 200px;
    background-color: var(--text-black);
    border-radius: 50%;
    bottom: -10px;
    left: 1%;
}
.sofa_wrapper img{
    border-radius: 15px;
}
.sofa_wrapper p{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper ul li{
       font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper a{
    text-decoration: none;
     font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px;
    border: 2px solid var(--text-dark-green);
    border-radius: 30px;
    color: var(--text-dark-green);
}
.sofa_wrapper a:hover{
    background-color: var(--bg-dark-green);
    color: var(--bg-white);
}
.sofa_wrapper1{
    padding: 20px 0px;
    background-color: var(--bg-light-2);
}
.sofa_wrapper1 h2{
     font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 35px;
 position: relative;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--text-black);
    text-align: center;
}
.sofa_wrapper1 .sofa_inner{
    padding: 20px;
    background-color: var(--bg-white);
    min-height: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.sofa_wrapper1 .sofa_inner:hover{
    border: 2px solid var(--bg-dark-green);
}
.sofa_wrapper1 .sofa_inner p{
     font-size: 19px;
    font-weight: 500;
    text-align: center;
      color: var(--text-light-2);
}
.sofa_wrapper2{
    padding: 20px 0px;
    background-color: var(--bg-light-2);
  
}
.sofa_wrapper2 .row{
    min-height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sofa_wrapper2 img{
    height: 350px;
    width: 800px;
    border-radius: 10px;
}
.sofa_wrapper2 h2{
     font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--text-black);
}
.sofa_wrapper2 h3{
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 20px;

    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 10px;
    color: var(--text-black);
}
.sofa_wrapper2 .sofa_inner{
    padding: 15px;
    border-radius: 20px;
    border: 2px solid var(--bg-white);
}
.sofa_wrapper2 p{
     font-size: 19px;
    color: var(--text-light-2);
}
.sofa_wrapper3{
    padding: 30px 0px;
  background: var(--bg-light-2);
}


.sofa_wrapper3 .h6 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--bold-font-weight);
    text-align: center;
    color: var(--text-black);
    position: relative;
}
.sofa_wrapper3 .h6::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 200px;
    background-color: var(--bg-black);
    bottom: -10px;
    border-radius: 50%;
    left: 42%;
}

.sofa_wrapper3 h2 {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    text-align: center;
    color: var(--text-black);
}
.sofa_wrapper3 h6 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--bold-font-weight);

    color: var(--text-black);
    position: relative;
}
.sofa_wrapper3 .sofa_inner{
    padding: 15px;
    border: 2px solid var(--bg-features-5);
    border-radius: 15px;
    background-color: var(--bg-white);
}
.sofa_wrapper3 p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper4{
    padding: 30px 0px;

}
.sofa_wrapper4 h2{
     font-family: var(--secondary-font);
    font-size: 35px;
    font-weight: var(--bold-font-weight);
text-align: center;
    color: var(--text-black);
    position: relative;
    margin-bottom: 20px;
}
/* .sofa_wrapper4 h2::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 400px;
    background-color: var(--bg-black);
    bottom: -10px;
    left: 33%;
    border-radius: 50%;
} */
.sofa_wrapper4 table th{
      font-family: var(--secondary-font);
}
.sofa_wrapper4 table td{
     font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper4 p{
     font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper5{
    padding: 30px 0px;
    background-color: var(--bg-light-2);
}
.sofa_wrapper5 h2{
     font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: var(--bold-font-weight);
text-align: center;
    color: var(--text-black);
    position: relative;
    margin-bottom: 20px;
}
.sofa_wrapper5 p{
     font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
    text-align: center;
}
.sofa_wrapper5 a{
    text-decoration: none;
    font-size: 13px;
    padding: 8px;
    border: 2px solid var(--text-dark-green);
    border-radius: 30px;
    color: var(--text-dark-green);
      font-family: var(--secondary-font);
}
.sofa_wrapper6 h2{
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: var(--bold-font-weight);
text-align: center;
    color: var(--text-black);
    position: relative;
    margin-bottom: 20px;
}
.sofa_wrapper6 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 400px;
    background-color: var(--bg-black);
    bottom: -10px;
    left: 20%;
    border-radius: 50%;
}
.sofa_wrapper6 p{
    color: var(--bg-light);
    font-size: 19px;
}
.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step{
 height: 150px;
 justify-content: center;
 align-items: center;
 display: flex;
}
.process-step p{
    font-size: 30px;
   color: var(--bg-white);
   font-weight: 500;
}
.process-step h3{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid var(--bg-dark-green);
    border-bottom: 8px var(--bg-dark-green);
    border-left: 8px solid var(--bg-dark-green);
    border-right: 8px solid var(--bg-dark-green);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid var(--bg-dark-green);
    border-bottom: 8px solid var(--bg-dark-green);
    border-left: 8px solid var(--bg-dark-green);
    border-right: 8px solid var(--bg-dark-green);
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-box h5{
    font-weight: 700;
    font-family: var(--secondary-font);
}
.process-step{
    background: var(--bg-dark-green);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px var(--bg-dark-green);
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--bg-dark-green);
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.bottmargin{
    margin-bottom: 20px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid var(--bg-dark-green);
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}
/*------------------------------*/
.sofa_wrapper7{
    padding: 20px 0px;
    background-color: var(--bg-light-2);
}
.sofa_wrapper7 h2{
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.sofa_wrapper7 ul{
    list-style-type: none;
}
.sofa_wrapper7 ul li{
   font-size: 18px;
    font-weight: 500;
    line-height: 2.0;
    color: rgb(85, 82, 82);
    border-bottom: 1px solid #114969;

}
.sofa_wrapper7 .container{
    background-color: var(--bg-white);
    padding: 20px;
    border-radius: 20px;
}
.sofa_wrapper7 ul li i{
    font-size: 22px;
    padding-right: 10px;
}
.sofa_wrapper7 ul li:hover {
    color: var(--bg-dark-green);
     cursor: pointer;
}
.sofa_wrapper7 ul li:hover i{
        color: var(--bg-dark-green);
        cursor: pointer;
}
.sofa_wrapper7 p{
    font-size: 18px;
    font-weight: 500;
    line-height: 2.0;
    color: rgb(85, 82, 82);
    text-align: center;
}
.sofa_faq{
    padding: 20px 0px;
}
.sofa_faq h3{
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    margin-bottom: 5px;
}
.sofa_faq .mat_inner{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 5px;
    margin-bottom: 10px;
}









/*---------------------Our Services Section-----------------------*/
.service_wrapper {
    background: var(--bg-light-2);
}

.service_wrapper h6 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--bold-font-weight);
    text-align: center;
    color: var(--text-black);
}

.service_wrapper h2 {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    text-align: center;
    color: var(--text-black);
}

.service_wrapper p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}

.service_wrapper .col-md-3:hover {
    transform: scale(0.9);
}

.service_wrapper .service_title {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: var(--text-black);
}

.service_wrapper .service_para {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--text-light-2);
}

.hardware_service_wrapper h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: var(--text-black);
}

.hardware_service_wrapper p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
    text-align: center;
}
.hardware_service_wrapper ul li {
    font-size: 18px;
    color: var(--text-light-2);
}

.hardware_service_wrapper .col-md-3:hover {
    transform: scale(0.9);
}

/*--------------why choose us wrapper-----------------------*/
.sofa_wrapper8 {
    background-color: var(--bg-white);
}

.sofa_wrapper8 h2 {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 1.15;
    color: var(--text-black);
}


.sofa_wrapper8 p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}
.sofa_wrapper8 a{
    font-size: 16px;
    padding: 10px;
    border-radius: 20px;
    border: 2px solid var(--bg-dark-green);
    text-decoration: none;
    color: var(--bg-dark-green);
}
.sofa_wrapper8 a:hover{
    background-color: var(--bg-dark-green);
    color: var(--bg-white);
}

.contact_wrapper{
    padding: 50px 0px;
}
.contact_wrapper form{
    padding: 20px;
    border-radius: 10px;
  background-color: var(--bg-light-2);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.contact_wrapper label{
    font-family: var(--secondary-font);
}
#mattress{
    min-height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* ----------------------------client  tstimonial wrapper-------------------------*/
.clients {
    padding: 80px 0 50px;

}

.clients h2 {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.15;
    margin-bottom: 25px;
    color: var(--text-black);
}

.clients h6 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--bold-font-weight);
    text-align: center;
    color: var(--text-black);
}

.clients p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: var(--text-light-2);
}

.client-slider-section .item {
    padding: 10px;
    margin: 50px;
    background: var(--bg-light-2);
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.client-slider-section img {
    width: auto !important;
    height: 80px;
    border-radius: 50%;
    position: relative;
    left: 46%;
    bottom: 50px;
}

.client-slider-section i {
    background-color: var(--bg-black);
    font-size: 18px;
    color: var(--text-white) !important;
    padding: 9px !important;
    border-radius: 50%;
    position: relative;
    left: 44%;
    bottom: 113px;
}

/*    about section*/

/*                           feature section          */
.features_wrapper {
    padding: 60px 0 80px;
    background-color: var(--bg-light-2);
}

.features_wrapper .features_subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--text-light-2);
}

.features_wrapper .features_title {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 25px;
    color: var(--text-black);
}

.features_wrapper h3 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--bold-font-weight);
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--text-black);
}

.features_wrapper .feature_para {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}

.features_wrapper .features_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-light-2);
}

.features_wrapper .ft-1 {
    background: var(--bg-features-1);
    padding: 38px;
    border-radius: 15px;
}

.features_wrapper .ft-1:before {
    content: url(img/consultancy.png);
    position: absolute;
    display: block;
    margin-top: -70px;
}

.features_wrapper .ft-2 {
    background: var(--bg-features-2);
    padding: 36px;
    border-radius: 15px;
}

.features_wrapper .ft-2:before {
    content: url(img/solutions.png);
    position: absolute;
    display: block;
    margin-top: -70px;
}

.features_wrapper .ft-3 {
    background: var(--bg-features-3);
    padding: 37px;
    border-radius: 15px;
}

.features_wrapper .ft-3:before {
    content: url(img/simple.png);
    position: absolute;
    display: block;
    margin-top: -70px;
}

.features_wrapper .ft-4 {
    background: var(--bg-features-4);
    padding: 40px;
    border-radius: 15px;
}

.features_wrapper .ft-4:before {
    content: url(img/deadline.png);
    position: absolute;
    display: block;
    margin-top: -70px;
}

.features_wrapper .ft-5 {
    background: var(--bg-features-5);
    padding: 30px;
    border-radius: 15px;
}

.features_wrapper .ft-5:before {
    content: url(img/data.png);
    position: absolute;
    display: block;
    margin-top: -60px;
}

.features_wrapper .ft-6 {
    background: var(--bg-features-6);
    padding: 51px;
    border-radius: 15px;
}

.features_wrapper .ft-6:before {
    content: url(img/flexible.png);
    position: absolute;
    display: block;
    margin-top: -75px;
}

/*==============================================faqs section==========================================*/


/*========================================footer section =========================================*/
.footer_wrapper {
    padding: 50px 0 50px;
    background: url(img/bg_footer.png) no-repeat;
    background-size: cover;
    background-color: var(--bg-black);
    color: var(--text-white);
}

.footer_wrapper .footer_title::after {
    content: "";
    display: block;
    height: 2px;
    width: 25%;
    background: var(--bg-white);

}

.footer_wrapper .add {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-white);
    text-decoration: none;
}

.footer_wrapper .add:hover {
    color: #12C4a0;
}
.footer_wrapper .quicklinks ul li{
    line-height: 2.5;
}

.footer_wrapper .quicklinks a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-white);
    text-decoration: none;

}

.footer_wrapper .quicklinks a:hover {
    color: #12C4a0;
}

.footer_wrapper .footer_text,
.footer_wrapper .footer_text a {
    margin-top: 30px;
    color: var(--text-white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-white);
    margin-bottom: 25px;
}

.footer_wrapper .footer_social_media_icon {
    padding-right: 30px;
    color: var(--text-white);
    font-size: 20px;
}

.footer_wrapper .footer_credits {
    color: var(--text-white);
    border-top: 1px solid var(--text-white);
    padding-top: 20px;
    margin-top: 30px;
}

.footer_wrapper .footer_credits a {
    color: var(--text-yellow);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
















/*==========================media query======================================================*/

@media(max-width:1300px) {
    .header_wrapper .menu-navbar-menu {
        width: auto;
    }
}

@media(max-width:1230) {
    .header_wrapper .nav-item {
        margin: 0 5px;
    }

    .header_wrapper .learn-more-btn {
        padding: 12px 10px !important;
    }

    .banner_wrapper .banner-title {
        font-size: 50px;
    }

}

@media(max-width:1070) {
    .header_wrapper .nav-item .nav-link {
        font-size: 16px;
    }

}

@media(max-width:991px) {
    .header_wrapper .navbar-brand img {
        width: 180px;

    }

    .header_wrapper .navbar-toggler:focus {
        box-shadow: none;
    }

    .header_wrapper .menu-navbar-menu {
        text-align: center;
    }

    .header_wrapper .nav-item .nav-link {
        margin-top: 15px;
        font-size: 18px;
    }

    .header_wrapper .nav-item:last-child .nav-link {
        margin-bottom: 20px;
    }

    .header_wrapper .learn-more-btn {
        padding: 12px 29px !important;
    }

    .header_wrapper .navbar-collapse {
        background: var(--bg-white);
    }

    .banner_wrapper .banner-title {
        font-size: 36px;
    }

    .about_wrapper .about_number {
        margin: 28px auto;
    }

    .about_wrapper .about_title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner_wrapper {
        padding: 100px 0 100px;
    }

    .banner_wrapper .row {
        flex-direction: column-reverse;
    }

    .banner_wrapper .learn-more-btn-section {
        justify-content: center;
    }

    .free_trial .free_title {
        font-size: 24px;
    }

    .faq_wrapper .accordion-button {
        font-size: 18px;
    }
}


/*---------------------inner pages--section started------------------*/
.about_sofa {
    background-image: url(img2/sofa-steam.webp);
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;

}

.about_sofa .about_sofa_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_sofa_inner {
    background-color: rgba(0.1, 0.2, 0.1, 0.5);
    ;
    height: 500px;
    width: 100%;
    padding-top: 80px;
    color: var(--text-white);
}

.about_sofa .about_sofa_inner h1 {
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
    line-height: 1.15;
}

.about_sofa .about_sofa_inner p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-white);
}
.about_sofa1{
    padding: 30px 0px;
}
.about_sofa1 img{
    border-radius: 20px;
    height: 500px;
    width: 500px;
}
.about_sofa1 h2{
    font-size: 35px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
    position: relative;
}
.about_sofa1 h2::after{
    content: '';
    height: 3px;
    width: 100px;
    background-color: var(--bg-black);
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 10px;
}

.about_sofa1 p{
      font-size: 19px;
    line-height: 1.5;
    color: var(--text-light-2);
}
.about_sofa1 ul{
    list-style-type: none;
}
.about_sofa1 ul li{
    font-size: 19px;
    line-height: 1.5;
    color: var(--text-light-2);
}
.about_sofa1 ul li i{
    padding-right: 10px;
    font-size: 16px;
    color: var(--bg-dark-green);
}
.about_sofa1 a{
    text-decoration: none;
    padding: 8px 50px;
    border-radius: 20px;
    border: 2px solid var(--text-dark-green);
    color: var(--text-dark-green);
    font-size: 17px;
}
.about_sofa2 .sofa_inner{

    background-image: url(img2/sofa-steam.webp);
    min-height: 100px;
    border-radius: 10px;
}
.about_sofa2 .sofa_inner2{
    background-color: rgba(0,0,0,0.6);
       min-height: 100px;
          padding: 20px;
              border-radius: 10px;
}
.about_sofa2 h2{
      font-size: 35px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
    text-align: center;
    color: var(--text-white);
}
.about_sofa2 p{
     font-size: 19px;
    line-height: 1.5;
    color: var(--text-white);
    text-align: center;
}
.about_sofa3{
    padding: 30px 0px;
}
.about_sofa3 h3{
      font-size: 30px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 20px;

}
.about_sofa3 h4{
       font-size:20px;
    font-weight: 600;
    font-family: var(--secondary-font);
}
.about_sofa3 h4 i{
    padding-right: 15px;
}
.about_sofa3 p{
font-size: 19px;
    line-height: 1.5;
    color: var(--text-light-2);
}
.booknow_wrapper{
    padding: 15px;
    background-color: var(--bg-light-2);
  
}
.booknow_wrapper ul{
    list-style-type: none;
}
.booknow_wrapper ul li{
       font-size: 19px;
    line-height: 1.5;

}
.booknow_wrapper ul li i{
    font-size: 16px;
    color: var(--text-orange);
}
.sofa_inner_box3{
    background-color: var(--text-orange);
    padding: 15px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
.sofa_inner_box3 h3{
    color: var(--bg-light-2);
}
.sofa_inner_box3 p{
    color: var(--bg-white);
}
.sofa_inner_box3 a{
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 20px;
    border: 2px solid var(--bg-light-2);
    color: var(--bg-light-2);
    font-size: 19px;
}
.booknow_wrapper{
  background-color: var(--bg-light-2);
        padding: 20px 0px;
}
.booknow_wrapper h2{
      font-size: 30px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
  
    color: var(--text-black);
}
.booknow_wrapper p{
    font-size: 19px;
    line-height: 1.5;
    color: var(--text-black);
  
}
.booknow_wrapper a{
    text-decoration: none;
    padding: 8px 50px;
    font-size: 16px;
    border: 2px solid var(--text-orange);
    border-radius: 20px;
    color: var(--text-orange);
    background-color: var(--bg-white);
}
.booknow_wrapper a:hover{
    background-color: var(--text-orange);
    color: var(--bg-white);
}
.whatoffer{
    border: 2px solid var(--text-orange);
    padding: 15px;
    border-radius: 30px;
    min-height: 280px;
    background-color: var(--bg-light-white);
}
.carpet_wrapper{
    padding: 30px 0px;
}
.carpet_wrapper ul{
    list-style-type: none;
}
.carpet_wrapper ul li i{
font-size: 16px;
color: var(--text-dark-green);
padding-right: 8px;
}
.carpet_wrapper  img{
    border-radius: 10px;
    height: auto;
    width: auto;
}
.carpet_wrapper1{
    background-color: var(--bg-light-2);
    padding: 30px 0px;
}
.carpet_wrapper1 img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 20px 0px;
}
.carpet_wrapper1 .carpet_inner{
    padding: 20px;
    background-color: var(--bg-white);
    border-left: 2px solid var(--bg-dark-green);
    border-radius: 10px;
}
.carpet_wrapper1 h2{
    padding: 10px;
    background-color: var(--bg-white);
}
/*--------mattress-wrapper-----------*/
.mat_wrapper{
    padding: 30px 0px;
}
.mat_wrapper h2{
     font-size: 35px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    color: var(--text-black);
    text-align: center;
}
.mat_wrapper h3{
      font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    color: var(--text-black);
}
.para{
      font-size: 19px;
    line-height: 1.5;
    color: var(--text-light-2);
}
.mat_wrapper .mat_inner{
    padding: 20px;
min-height: 430px;
    border-radius: 15px;
}
.mat_wrapper #box1{
    background-color: var(--bg-features-1);
}
.mat_wrapper #box2{
    background-color: var(--bg-features-2);
}
.mat_wrapper #box3{
    background-color: var(--bg-features-3);
}
.mat_wrapper #box4{
    background-color: var(--bg-features-4);
    min-height: 300px;
}
.mat_wrapper #box5{
    background-color: var(--bg-features-5);
    min-height: 300px;
}
.mat_wrapper1{
    padding: 20px 0px;
}
#h2{
   font-size: 30px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    color: var(--text-black);
   
}
.mat_wrapper1 ul {
    list-style-type: none;
}
.mat_wrapper1 ul li b{
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-size: 16px;
}
.mat_wrapper1 ul li i{
    font-size: 15px;
    color: var(--text-dark-green);
}
.mat_wrapper1 img{
    height: 450px;
    width: 600px;
    border-radius: 15px;
}
.mat_wrapper2{
    background-image: url(img2/sofa3.webp);
     background-position: center;
    background-attachment: fixed;
    background-size: cover;
      background-repeat: no-repeat;
}
.mat_wrapper2 .mat_inner{
    background-color: rgba(0,0,0,0.7);
   
}
#h3{
    font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;

}
.mat_wrapper2 .mat_inner1{
    padding: 15px;
    border: 2px solid var(--text-white);
    border-radius: 10px;
}
.mat_wrapper2 h3{
    color: var(--bg-features-4);
}
.mat_wrapper3{
    padding: 30px 0px;
}
.mat_wrapper3 a{
    padding: 10px 40px;
    background-color: var(--text-dark-green);
    border-radius: 20px;
    text-decoration: none;
    color: var(--text-white);
}
.mat_wrapper3 .mat_inner{
 background-color: var(--bg-light-2);
    padding: 50px 20px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
.mat_wrapper3 a i{
    font-size: 20px;
    padding-right: 10px;
}
.mat_wrapper4{
    padding: 20px 0px;
}
#h4{
      font-size: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;

}
.mat_wrapper4 img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    top: -30px;
    left: 5%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}
.mat_wrapper4 .mat_inner{
    padding: 50px 10px 10px 10px;
  
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    min-height: 300px;
}
.mat_wrapper5{

    background-image: url(img2/sofa1.webp);
    min-height: 100px;
}
.mat_wrapper5 .mat_inner{
    background-color: rgba(0, 0, 0, 0.6);
        min-height: 100px;
            padding: 20px 0px;
}
.mat_wrapper5 h2{
    position: relative;
}
.mat_wrapper5 h2::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background-color: var(--bg-white);
    bottom: -8px;
    left: 40%;
    border-radius: 59%;
}
.mat_wrapper5 .mat_inner1{
    padding: 10px;
    border: 2px solid var(--bg-white);
    border-radius: 10px;
}
.blog_wrapper{
    padding: 30px 0px;
}
.blog_wrapper i{
    color: var(--text-dark-green);
    padding-right: 10px;
}
.blog_wrapper .blog_inner{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.blog_wrapper .date{
    font-family: var(--secondary-font);
    font-weight: 500;
}
.blog_wrapper a{
    font-size: 22px;
    font-family: var(--secondary-font);
    color: var(--text-dark-grey);
    font-weight: 600;
text-decoration: none;
}
.blog_wrapper a:hover{
    color: var(--bg-dark-green);
}
.content_wrapper .content_inner{
    background-color: var(--bg-light-2);
    padding: 20px;
    border-radius: 10px;
}
.content_inner h2{
    font-size: 25px;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding-bottom: 10px;
}
.content_inner ul li{
      font-family: var(--secondary-font);
}
.content_wrapper .second{
    list-style-type: number;
}
.content_wrapper h3{
    font-size: 20px;
    font-weight: 600;
    font-family: var(--secondary-font);
}
.content_wrapper .feature_img img{
    height: 400px;
    width: 1000px;
    margin: 20px 0px;
    border-radius: 10px;
}
.curtain_inner{
    min-height: 100px;
    border: 1px solid var(--text-white);
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.curtain_inner:hover{
    background-color: rgba(0, 0, 0, 0.4);
    border: 2px solid var(--bg-features-2);
}
.curtain_inner h4{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-white);
 
}
.mat_wrapper h4{
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
}
/*-------------------------Contact Wrapper-------------------*/

/*--------------------------------blog wrapper------------------------*/

/*-----------------blog content wrapper------------------------*/

/*----------------------project-counter----------------*/
.counter_wrapper {
    padding: 40px 0px;
    background-color: var(--bg-light-2);
}

.counter_wrapper .projects h2 {
    color: var(--text-orange);
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 0;
}

.counter_wrapper .projects p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-light-2);
}

/*--------------------business hour wrapper--------------------*/
.businesshour_wrapper {
    padding: 30px 0px;
    background-color: var(--bg-light-2);
}

.businesshour_wrapper h2 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
}

.businesshour_wrapper p {
    font-size: 18px;
    line-height: 1.0;
    font-family: var(--secondary-font);
    color: var(--text-black);
}

.businesshour_wrapper h2 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.businesshour_wrapper i {
    font-size: 25px;
    line-height: 1.0;
    color: var(--text-black);
    text-align: center;
}

.businesshour_wrapper .bcont {
    font-size: 20px;
    line-height: 1.0;
    font-family: var(--secondary-font);
    color: var(--text-black);
    text-align: center;
    padding: 8px;
}

/*-------------------------macbook type header--------------------------------*/
.macbooktype_wrapper {
    margin-top: 100px;
    background-image: url(img/blogmac.jpg);
    min-height: 400px;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.macbooktypeA_wrapper {
    background-color: rgba(0.1, 0.2, 0.1, 0.5);
    min-height: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.macbooktype_wrapper .macbooktypeA_wrapper h2 {
    color: var(--text-white);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
}

.contact_btn {
    background-color: var(--bg-white);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-black) !important;
    padding: 12px 29px !important;
    border-radius: 10px;
    border: 2px solid var(--bg-black);
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    display: inline-block;
    text-decoration: none;
    transition: 0.7s;
}

/*----------------------macbookcarousel_wrapper--------------*/
.macbokcarousel_wrapper {
    background-color: var(--bg-light-2);

    min-height: 200px;
    width: auto;
    border-radius: 10px;
    padding: 20px;
}

.macbokcarousel_wrapper .carousel_title {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    background-color: var(--bg-white);
    padding: 5px;
    border-radius: 10px;
}

.macbook-service {
    padding: 5px;
    margin-top: 5px;
    background-color: var(--bg-white);
    border-radius: 10px;
}

.macbook-service .item {
    padding: 3px;
    padding-left: 100px;
}

.macbook-service .item img {
    height: 150px;
    width: auto;
}

/*----------------------------------------*/
.macservice_wrapper_A {
    margin: 10px;
}

.macservice_wrapper_A .macbookservice_inner {
    background-color: var(--bg-light-2);
    min-height: 300px;
    width: auto;
    border-radius: 10px;
    padding: 20px;
}

.macservice_wrapper_A .macbookservice_inner .macservice_wrapper_A_title {
    background-color: var(--bg-white);
    padding: 5px;
    text-align: center;
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 32px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.macservice_wrapper_A .macbookservice_inner p {
    font-size: 19px;
    line-height: 1.5;

    color: var(--text-black);
}

/*--------------------------------------------------*/
.macservice_wrapper_B {
    margin: 10px;
}

.macservice_wrapper_B .macbookservice_inner_B {
    background-color: var(--bg-light-2);
    border-radius: 10px;
    padding: 20px;
}

.macservice_wrapper_B .macbookservice_inner_B .macservice_wrapper_B_title {
    background-color: var(--bg-white);
    padding: 5px;
    text-align: center;
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 800;
    font-size: 32px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.macservice_wrapper_B .macbookservice_inner_B h3 {
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 800;
    color: var(--text-black);
}

.macservice_wrapper_B .macbookservice_inner_B p {
    font-size: 19px;
    line-height: 1.5;

    color: var(--text-black);
}

.macservice_wrapper_B .macbookservice_inner_B h2 {
    color: var(--text-black);
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 25px;

}

.macservice_wrapper_B .macbookservice_inner_B ul li {
    font-size: 19px;
    line-height: 1.5;

    color: var(--text-black);
}

/*--------------data recover section---------------*/
.data_wrapper {
    background-color: var(--bg-features-3);
    padding: 50px;
}

.data_wrapper .data_recover_item {
    text-align: center;
    justify-content: center;
    padding: 30px 5px;
    background-color: var(--bg-light-2);
    min-height: 400px;
    border-radius: 10px;
}

.data_wrapper .data_recover_item img {
    border-radius: 50%;
    height: 130px;
    width: auto;
    margin-top: 8px;

}

.data_wrapper .data_recover_item h2 {
    color: var(--text-black);
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 25px;
    padding: 25px 0px;
}

.data_wrapper .data_recover_item p {
    font-size: 19px;
    line-height: 1.5;
    color: var(--text-black);
    padding-bottom: 10px;
}

.data_wrapper .data_recover_item a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    color: var(--text-dark-green);
    background-color: var(--bg-features-3);
    border-radius: 15px;
}

.data_wrapper .data_recover_item a:hover {
    color: var(--text-orange);
    background-color: var(--bg-features-5);

}

.data_wrapper .data_recover_item img:hover {
    animation: zoom-in-zoom-out 2s ease infinite;
}

@keyframes zoom-in-zoom-out {
    10% {
        scale: 50%;
    }

    40% {
        scale: 70%;
    }

    100% {
        scale: 100%;
    }
}

/*--------------------------------------*/
.whatsapp_chat_wrapper a img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    padding: 3px;
    box-shadow: 0 0 20px rgb(126, 233, 126);
    z-index: 9999;
    color: #fff;
    animation: pulse-border 1.5s ease infinite;
}

.whatsapp_chat_wrapper a img:before {
    content: "";
    position: absolute;
    z-index: -1;

    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #59fb94;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp_chat_wrapper a img:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        ;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 1;
        ;
    }
}

/*------------------------------mobile api------------------------------*/
.mobile_api a img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    padding: 3px;
    z-index: 9999;

    color: #fff;
}

.mobile_api a img:before {
    content: "";
    position: absolute;
    z-index: -1;

    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #59fb94;
    border-radius: 50%;
}

.mobile_api a img:focus {
    border: none;
    outline: none;
}

/* @keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
        ;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 1;
        ;
    }
} */

/*--------------locate us wrapper--------------*/
.locateus_wrapper {
    background-color: var(--bg-light-2);
    padding: 30px;
}

.locateus_wrapper h2 {
    color: var(--text-black);
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 35px;
    text-align: center;
    background-color: var(--bg-white);
    border-radius: 10px;
}

.locateus_wrapper p {
    font-size: 19px;
    line-height: 1.5;
    color: var(--text-black);
    padding-bottom: 10px;
    text-align: center;
}

.everyuae {
    font-size: 19px;

    color: var(--text-black);
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.locateus_wrapper .locatus_item {
    padding: 10px 0px;
}

.locateus_wrapper .locatus_item ul li a {
    font-size: 19px;
    line-height: 1.5;
    color: var(--text-black);
    text-decoration: none;
}

.locateus_wrapper .locatus_item ul li a:hover {
    color: var(--text-dark-green);
}

/*------------location services pages styles-----------------*/
.service_center_wrapper {
    margin-top: 100px;
    background-image: url(img/b1.jpg);
    min-height: 400px;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service_center_wrapper .row {
    min-height: 400px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.service_center_wrapper h5 {
    font-family: var(--secondary-fon);
    line-height: 1.5;
    font-size: 23px;
    color: var(--text-white);
}

.location1_wrapper {
    margin: 50px 0px;
}

.location1_wrapper .container {
    border-radius: 5px;
    background-color: var(--bg-light-2);
}

.location1_wrapper h2 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: var(--bg-light-white);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

.location1_wrapper p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 10px;
}

.location1_wrapper .location_img {
    min-height: 300px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
}

.location1_wrapper .location_img img {
    min-height: 320px;
    border-radius: 10px;
}

.location2_wrapper .container {
    background-color: var(--bg-light-2);
    border-radius: 10px;

}

.location2_wrapper .container p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 15px;
}

.location3_wrapper .container {
    background-color: var(--bg-light-2);
    padding: 15px 0px;
    border-radius: 10px;
}

.location3_wrapper .container a h2 {
    color: var(--text-white);
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 35px;
    background-color: var(--bg-dark-green);
    margin: 0px 10px;
    border-radius: 10px;
}

.location3_wrapper .location3_para {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    margin: 15px;
    border-radius: 10px;
    background-color: var(--bg-light-white);
}

.location3_wrapper .location3_para ul li {
    padding-bottom: 8px;
}

.location4_wrapper .container {
    background-color: var(--bg-light-2);
    padding: 15px 0px;
    border-radius: 10px;
}

.location4_wrapper h2 {
    color: var(--text-black);
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 30px;
    background-color: var(--bg-white);
    text-align: center;
    border-radius: 10px;
    margin: 0px 20px;
    padding: 8px 0px;
}

.location4_wrapper p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 20px;
}

/*-------------------------------------service wrapper----------------*/
.header_service_wrapper {
    margin-top: 100px;
    background-image: url(img/b1.jpg);
    min-height: 400px;
    width: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_service_wrapper .row {
    min-height: 400px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.header_service_wrapper h5 {
    font-family: var(--secondary-fon);
    line-height: 1.5;
    font-size: 23px;
    color: var(--text-white);
}

.service_wrapper_1 {
    margin: 50px 0px;
}

.service_wrapper_1 .container {
    border-radius: 5px;
    background-color: var(--bg-light-2);
}

.service_wrapper_1 h2 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: var(--bg-light-white);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

.service_wrapper_1 p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 10px;
}

.service_wrapper_1 .location_img {
    min-height: 300px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px;
}

.service_wrapper_1 .location_img img {
    min-height: 320px;
    border-radius: 10px;
}

.service_wrapper_2 .service_wrapper_2_item {
    background-color: var(--bg-light-2);
    border-radius: 10px;
    padding: 15px;
}

.service_wrapper_2 .service_wrapper_2_item h2 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: var(--bg-light-white);
    padding: 5px 0px;
    margin: 10px;
    border-radius: 10px;
}

.service_wrapper_2 .service_wrapper_2_item h3 {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
}

.service_wrapper_2 .service_wrapper_2_item p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 0px 10px;
}

.service_wrapper_2 .service_wrapper_2_item ul li {
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-light-2);
    padding: 0px 10px;
}

.service_wrapper_2 .service_wrapper_2_item .ans {
    font-family: var(--secondary-font);
    font-size: 19px;
    font-weight: bold;
    color: var(--text-black);
}

/* @media(min-width:580px){
    .service_wrapper_1 .container{
       margin: 1px;
    }
    .service_wrapper_2 .container{
        margin: 1px;
    }
} */

/*----------------------------blog content wrapper-------------*/
.blog_content_wrapper {
    margin-top: 100px;
    background-color: var(--bg-light-2);
    padding: 50px 0px;
}

.blog_content_wrapper h2 {
    font-family: var(--secondary-font);
    font-weight: bold;
    color: var(--text-black);
    font-size: 33px;

}

.blog_content_wrapper p {
    font-size: 20px;
    color: var(--text-black);
}

.blog_content_wrapper span {
    font-size: 19px;
    color: var(--text-black);
}

.blog_content_wrapper h2 {
    font-family: var(--secondary-font);
    font-weight: bold;
    color: var(--text-black);
    font-size: 28px;

}

.blog_content_wrapper h3 {
    font-family: var(--secondary-font);
    font-weight: bold;
    color: var(--text-black);
    font-size: 22px;
    padding-top: 8px;
}

.blog_content_wrapper .fa-circle {
    font-size: 8px;
}

.blog_content_wrapper ul li {
    font-size: 20px;
    color: var(--text-black);
}

.blog_content_wrapper a {
    text-decoration: none;
}
@media (max-width:400px){
    .hardware_service_wrapper .service_para{
        text-align: left;
    }
}