

.container-fluid
{
    width: 95%!important;
}


.bg1
{
    background-color:#f9f9f9!important
}



.modal-backdrop {
   
    z-index: 1!important;
   
  
}


.modal {
   
    z-index: 55555!important;
}



 ::selection {
        background-color: #008b76;
        color: #fff;
    }


    ::-moz-selection {
        background: #008b76;
        color: #fff;
        text-shadow: none;
    }

    ::-webkit-scrollbar {
        background-color: #ccc;
        width: 8px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #008b76;
    }

    


.btn-style-ca {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    background-color: #008b76;
    padding: 8.5px 25px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    
    border-radius: 10px;
}


.btn-style-ca:hover {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #000000!important;
   background: #EBC33D;
background: linear-gradient(90deg, rgba(235, 195, 61, 1) 0%, rgba(251, 242, 143, 1) 24%, rgba(219, 171, 38, 1) 60%, rgba(250, 243, 152, 1) 100%);
    padding: 8.5px 25px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 10px;
    
}


.btn-style-ca:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-ca:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-ca span {
    position: relative;
    z-index: 2;
}








.down_enquiry {

    background:#008b76;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
   
}



.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none
}

.down_enquiry ul li a {

    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
}

.down_enquiry ul li a:hover {
    color: #fff;
    background:#000000;
}


#feedback {
    height: 0px;
    width: 65px;
    border-radius: 10px;
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;

    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedback a {
    display: block;
    border: 1px solid white;
    border-radius: 10px;
    background:#000000;
    height: 52px;
    padding-top: 4px;
    width: 150px;
    text-align: center;
    color: #fff;

    font-size: 16px;
     font-weight: 500!important;
 
    text-decoration: none;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}

#feedback a:hover {
    background:#008b76;

    color: #fff;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #318f31;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;

    border: 2px solid #fff;
}


.my-float {
    margin-top: 14px;
}



.whatsapp-btn {
      position: fixed;
   left: 21px;
    bottom: 55px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    color: #fff;
    background: #4bc75a;
    font-size: 25px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding-left: 0px;
    border: 2px solid #fff;
    padding-top: 9px;
}


.what {
   
   font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background: #32b72b;
    color: #fff!important;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}





/************************************/
/***    21. Project Single css    ***/
/************************************/

.page-project-single{
    padding: 100px 0;
}

.project-single-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 30px;
}

.project-detail-list{
    border: 1px solid var(--divider-color);
    padding: 30px;
    margin-bottom: 60px;
}

.project-detail-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.project-detail-item:last-child{
    margin-bottom: 0;
}

.project-detail-item .icon-box{
    position: relative;
    background-color: var(--divider-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.project-detail-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
    transform: scale(1);
}

.project-detail-item .icon-box i{
    font-size: 22px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.project-detail-item:hover .icon-box i{
    color: var(--white-color);
}

.project-detail-content{
    width: calc(100% - 70px);
}

.project-detail-content h3{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.project-detail-content p{
    color: var(--accent-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

.project-single-image{
    margin-bottom: 40px;
}

.project-single-image figure{
    display: block;
}

.project-single-image img{
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.project-info,
.project-design-info{
    margin-bottom: 60px;
}

.project-entry h2{
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.project-entry p{
    margin-bottom: 20px;
}

.project-entry p:last-child{
    margin-bottom: 0;
}

.project-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.project-entry ul li{
    position: relative;
    font-weight: 500;
    color: var(--text-color);
    padding-left: 30px;
    margin-bottom: 15px;
}

.project-entry ul li:last-child{
    margin-bottom: 0;
}

.project-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 2px;
    left: 0;
}

.project-gallery-images{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-gallery-img{
    width: calc(25% - 22.5px);
}

.project-gallery-img a,
.project-gallery-img figure{
    display: block;
    cursor: none;
}

.project-gallery-img figure img{
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

/************************************/
/***    22. Image Gallery css     ***/
/************************************/

.page-gallery{
    padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
    cursor: none;
}

.page-gallery-box .photo-gallery figure{
    display: block;
}

.page-gallery-box .photo-gallery img{
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
}

/************************************/
/***        23. FAQs Page css     ***/
/************************************/

.page-faqs{
    padding: 100px 0;
}

.faq-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 30px;
}

.faq-catagery-list{
    border: 1px solid var(--divider-color);
    padding: 30px;
    margin-bottom: 60px;
}

.faq-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-catagery-list ul li{
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:last-child{
    margin-bottom: 0;
}

.faq-catagery-list ul li a{
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a{
    color: var(--primary-color);
}

.faq-catagery-list ul li a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a::before{
    transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}

.our-faq-section.page-faq-accordion{
    margin-bottom: 60px;
}

.our-faq-section.page-faq-accordion:last-child{
    margin-bottom: 0;
}


.page-header-box{
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-header-box h1{
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box ol{
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
    font-size: 22px;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    font-size: 20px;
    color: var(--white-color);
}


















.whatsapp-btn::after{ z-index:-1; content:""; position:absolute; left:0px; top:0px; width:45px; height:45px; animation:ripple 1.6s ease-out infinite; opacity:1; background:#4bc75a; border-radius: 50%; -webkit-animation:ripple 1.6s ease-out infinite; }
   
    .whatsapp-btn a{color:#fff !important}

    .whatsapp-btn span{font-size:18px;position: relative;top: -8px;}
    
    @keyframes ripple {
    0%{transform:scale(0);opacity:1}
    100%{transform:scale(2.5);opacity:0}
    }










@media (min-width: 100px) and (max-width: 775px)

 {
    


.col-xs-6 {width: 50%!important}


.contact-section .bottom-content .contact-info li {
    
    font-size: 20px!important;
   
}




    }

















@media (min-width: 775px) and (max-width: 2820px) {
    .dontdisplaylg {
        display: none !important;
    }






}








