.footer_box .footer_hours li::after {
    content: none;
}

.int_footer_threemenu ul li a {
    display: initial;
}

@media only screen and (max-width: 767px) {
    .int_progresbar_wrapper .progress_rightbox p {
        text-align: justify;
    }
    .pr-0,
    .px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .about_content {
        text-align: center;
    }
    .img1 {
        background-image: url(../images/residencial.jpg);
    }
    .img2 {
        background-image: url(../images/commercial.jpg);
    }
    .img3 {
        background-image: url(../images/hospitality.jpg);
    }
    .ay-con {
        padding: 20px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgb(1 1 1 / 10%);
    }
    .ay-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .input-group .phone {
        height: 40px;
        /*width: 280px;*/
    }
    .democontroler {
        display: none;
    }
    #dem .carousel-inner {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .carousel-inner {
        text-align: right;
    }
    .slider-content {
        height: 470px;
    }
    .zenium-area {
        padding: 2em 0 0;
        overflow: hidden;
        background-color: #edeef2;
    }
    .carousel-inner {
        text-align: center;
    }
    #demo img {
        object-fit: cover;
        height: auto;
    }
    #demo {
        margin-top: 20px;
    }
    #demo2 img {
        width: 100%;
        height: auto;
    }
    .ongoing-logo {
        margin-bottom: 20px;
    }
    .form-control {
        height: 40px;
    }
    .ongoing {
        padding: 60px 0 0 0;
        position: relative;
    }
    .int_content_text2 {
        margin-top: 0px;
        position: relative;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .int_heading_style3 {
        margin-bottom: 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 767px) {
    .desk-height {
        height: 62px
    }
    .img1 {
        background-image: url(../images/residencial.jpg);
    }
    .img2 {
        background-image: url(../images/commercial.jpg);
    }
    .img3 {
        background-image: url(../images/hospitality.jpg);
    }
    .ay-con {
        padding: 80px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgb(1 1 1 / 10%);
    }
    .ay-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .form-control {
        height: 40px;
    }
    .input-group .phone {
        height: 40px;
        /*width: 310px;*/
    }
    #dem .carousel-inner {
        height: 450px;
    }
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    .carousel-inner {
        text-align: right;
    }
    .zenium-area {
        padding: 4em 0;
        overflow: hidden;
        background-color: transparent;
    }
    .slider-content {
        height: 370px;
    }
    #demo img {
        object-fit: cover;
        height: 450px;
    }
    #demo2 img {
        width: 100%;
        height: 450px;
    }
    .ongoing-logo {
        margin-bottom: 20px;
    }
    .ongoing {
        padding: 60px 0 0 0;
        position: relative;
    }
    .int_content_text2 {
        margin-top: 30px;
        position: relative;
    }
}

.color-black {
    color: #222222 !important;
}

.color-white {
    color: #fff !important;
}


/*.services{
        position: relative;
        padding: 60px 0;
    }*/

details {
    display: inline;
}

details {
    position: relative;
}

details summary {
    display: block;
    cursor: pointer;
    color: black;
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
    animation: open .2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    padding-left: 5px;
    text-align: middle;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
}

details #open1 {
    padding-left: 5px;
    text-align: middle;
}

details #open1:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open1 {
    display: none;
}

details #close1 {
    display: none;
}

details[open] #close1 {
    display: block;
}

::-webkit-details-marker {
    display: none;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.int_process_wrapper .process_box h5 {
    font-size: 17px;
}

.process_circle:last-child {
    margin-right: 0;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 4px 10px;
    /*color: #a02d8c;*/
    transition: 0.3s;
}

.form-control {
    padding: .375rem 35px;
    border-radius: 0px;
}

.input-group textarea {
    height: 100px;
}

.intl-tel-input {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.int_about_wrapper.int_about_style2 {
    padding-bottom: 40px;
}

.about_content ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.about_content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-top: 9px;
    padding-left: 25px;
    padding-bottom: 4px;
    margin-bottom: 30px;
}

.about_content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}

.about_content ul li .inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.about_content ul li .inner .icon {
    width: 50px;
}

.about_content ul li .inner .title {
    position: relative;
    padding-left: 25px;
}

.about_content ul li .inner .title h5 {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin: 0 0 9px;
}

.about_content ul li .inner .title h3 {
    color: #222222;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 20px;
    /* font-weight: 700; */
    font-weight: 500;
}

.about_content .fas:before {
    font-size: 50px;
    line-height: 50px;
    color: #a02d8c;
}

#demo .fas:before {
    font-size: 50px;
    line-height: 50px;
    color: #a02d8c;
}

#demo .carousel-item {
    overflow: hidden;
}

#demo2 .carousel-inner,
#demo2 .carousel-inner .carousel-item {
    height: 450px;
}

.zenium-area h5 {
    padding: 1em 0;
    text-transform: uppercase;
    font-size: 18px;
}

.zenium-area p {
    /*padding-bottom: 10px;*/
    font-size: 13px;
    text-align: justify;
    color: #000;
}

.blog-brief p {
    margin-bottom: 10px !important;
    line-height: 25px !important;
}

.democontroler {
    background-color: #fff;
    position: absolute;
    top: 43%;
    left: -6%;
    width: 12%;
    height: 16%;
    /*border-radius: 50%;*/
    z-index: 2;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 40%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    width: unset;
    color: #000;
    text-align: center;
    opacity: .5;
    height: 5%;
    background-color: transparent;
    border-radius: 50%;
    left: 5%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #d1a56b;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

a,
a:hover {
    text-decoration: none !important;
}

#demo i {
    font-size: 28px;
    background-color: #fff;
    border-radius: 30%;
    padding: 5px;
}

#demo i:hover {
    color: #d1a56b;
}

.map-box {
    padding: 0;
}

.bg-b {
    position: absolute;
    width: 42%;
    /*z-index: -1;*/
    z-index: 0;
    /*background-color: #6299df;*/
    background-color: transparent;
    /*background-image: url("img/bg/testimonial.jpg");*/
    /*top: 0;*/
    top: 115px;
    bottom: 0;
    right: 0;
}

.carousel-inner {
    z-index: 1;
}

.before-bg-bottom {
    background: #e1e1e1;
}

.list-item-2 {
    padding-left: 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    .list-item-2 li {
        margin-top: 1rem;
        list-style: none;
        display: inline-block;
        position: relative;
        margin-right: 20px;
        max-width: 160px;
        font-size: 15px;
        width: 40%;
    }
}

@media only screen and (min-width: 767px) {
    .list-item-2 li {
        margin-top: 1rem;
        list-style: none;
        display: inline-block;
        position: relative;
        margin-right: 20px;
        max-width: 160px;
        font-size: 15px;
    }
}

.list-item-2-before li {
    position: relative;
}

.list-item-2-before li::before {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.list-item-2 li span {
    display: block;
    font-weight: 700;
    color: #a02d8c;
}

.list-item-2 li:last-child {
    margin-right: 0;
}

.list-item-2-before li:last-child::before {
    display: none;
}

.intl-tel-input {
    width: 100%;
}

.bg-gray {
    background: #efefef !important;
}

.bg-light {
    background: #ffffff !important;
}

#specification .int_heading ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    #specification .int_heading ul li {
        background: #222222;
        color: #fff;
        padding: 0 5px;
        margin-right: 5px;
        cursor: pointer;
        box-shadow: 0px 0px 20px 0px rgb(1 1 1 / 10%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 5px;
        width: 100%;
        line-height: 50px;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 6%;
        width: 27px;
        height: 19px;
        margin-top: 0;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(143deg) brightness(200%) contrast(101%);
    }
    .about_img_one {
        text-align: center;
    }
}

@media only screen and (min-width: 767px) {
    #specification .int_heading ul li {
        background: #222222;
        color: #fff;
        padding: 15px;
        margin-right: 15px;
        cursor: pointer;
        box-shadow: 0px 0px 20px 0px rgb(1 1 1 / 10%);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 5px;
        width: 15%;
    }
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: none;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        height: 45px;
    }
    .banner_naxt_style2 .swiper-button-next,
    .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
        right: auto;
        left: 100px;
        border-left: solid 1px #a02d8c;
        padding-left: 25px;
    }
    .int_nav {
        text-align: right;
        margin-top: 10%;
    }
}

@media (min-width: 480px) and (max-width: 736px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: none;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        height: 45px;
    }
    .banner_naxt_style2 .swiper-button-next,
    .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
        right: auto;
        left: 100px;
        border-left: solid 1px #a02d8c;
        padding-left: 25px;
    }
    .int_nav {
        text-align: right;
        margin-top: 10%;
    }
}

@media only screen and (max-device-width: 320px) and (orientation: portrait) {
    .int_nav {
        text-align: right;
        margin-top: 10%;
    }
}

#specification .spec_text li a {
    color: #fff !important;
}

#specification .spec_text .active {
    background: #a02d8c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#specification .int_service_box2 p {
    text-align: justify;
}

.Extra {
    display: none;
}

.int_header_style2 .int_nav .int_menu .active a {
    color: #a02d8c;
}

@media only screen and (max-width: 767px) {

    .texture {
        background-color: #edf0f5;
        /*background-image: url('../images/texture-01.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: 620px;
    }
}

@media only screen and (min-width: 767px) {

    .texture {
        background-image: url('../images/texture-01.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 620px;
    }
}