/* .header_logo{
    width: 200px;
    height: 70px;
    background: blue;
} */

body{
    font-family: "Josefin Sans", serif
}

.header_Container{
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    z-index: 200;
    transition: 0.3s ease-in-out
}

.primary_sticky{
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 100;
}

.logo_container{
    width: 33px;
    height: 33px;
    background: #222;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 6px;
}

.logo_container > a > i{
    color: #777
} 

.logo_container:hover > a > i{
    color: white
} 

.logo_container:hover{
    background: #7d6741;
}



.header_info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #2f2e2e;
    height: 40px
}
.header_1{
    align-items: center;
    justify-content: center;
    gap:  10px;
    font-size: 12px;
}

.header_1 > a, p {
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    display: flex;
    text-decoration: none;
    color: #777;
}

.header_1:hover a, 
.header_1:hover p {
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    color: white;
}


.header_icon{
    color: green
}

.footer_container{
    background: #222;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.footer_container{
    border-top: 1px dashed rgba(255,255,255,.1);
    border-bottom: 1px dashed rgba(255,255,255,.1);
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
}

.footer_container_link{
    border-top: 1px dashed rgba(255,255,255,.1);
    border-bottom: 1px dashed rgba(255,255,255,.1);
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.links-footer{
    display: flex;
    gap: 15px;
    align-items: center
}

.links-footer:hover{
    color: white;
    font-size: 14px;
}

.footer_container_link a{
    text-decoration: none;
    color: unset;
}

.footer_container_link li:hover{
    text-decoration: none;
    color: white;
}

.footer_Heading{
    height: 36px;
    font-size: 20px
}

.image-container{
    height: fit-content;
    overflow: hidden
}

.banner-image{
    width: 100%;
    position: relative;
    z-index: 99;
    height: 82vh;
    transition: 1s ease-out;
    object-fit: cover;
    animation: 1s mymoveImg;
}

.banner_Swiper_btn{
    justify-content: center;
    align-items: center;
    position:absolute; 
    right: 0; 
    display: flex; 
    color:white;
    height:100%
}

.banner-right-btn{
    height: 90px;
    width: 80px;
    position: relative;
    /* right: 3%; */
    z-index: 100;
    /* top: 165%; */
    top: 87px;
    background: #111;
    border:0;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: background-color 2s, transform 2s;
    opacity: .75
}

.banner-right-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #7d6741; /* The growing background color */
    transform: scaleX(0); /* Initially hidden */
    transform-origin: left; /* Animation starts from the left */
    transition: transform 0.5s ease; /* Smooth transition */
    z-index: -1; /* Keeps it behind the button content */
}

.banner-right-btn:hover::before {
    transform: scaleX(1); /* Expand the background horizontally */
}

.banner-left-btn{
    height: 90px;
    width: 80px;
    /* right: 8.6%; */
    z-index: 100;
    /* top: 191%; */
    position: relative;
    /* top: 87px; */
    background: #111;
    border:0;
    color: white;
    font-size: 40px;
    opacity: .75

}

.banner-left-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #7d6741; /* The growing background color */
    transform: scaleX(0); /* Initially hidden */
    transform-origin: left; /* Animation starts from the left */
    transition: transform 0.5s ease; /* Smooth transition */
    z-index: -1; /* Keeps it behind the button content */
}

.banner-left-btn:hover::before {
    transform: scaleX(1); /* Expand the background horizontally */
}

.banner_slide_count{
    justify-content: center;
    align-items: center;
    position:absolute; 
    /* display: flex;  */
    color:white;
    height:100%
}

.banner-quote{
    position: absolute;
    z-index: 100;
    height: 82vh;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* text-align: center; */
    font-size: 40px;
    /* font-weight: 500; */
    width: 50%;
    color: #f9f9f9;
    transition: 1s ease-in-out;
    animation: 1s mymove;
    left: 0%;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    opacity:0
}


.animate-move{
    left: 0%;
    animation: 1s mymove2;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;

}

.animate-move2{
    left: 0%;
    animation: 1s mymoveImg;
    animation-fill-mode: forwards;

}

.lenghtContent::before{
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
    background: rgba(255,255,255,.5)
}

.lenghtContent{
    position: absolute;
    width: 50%;
    height: 52vh;
    align-items: center;
    /* justify-content:  center; */
    z-index: 150;
    /* top:40% */
}

.listtotal_img::before{
    content:"/";
    color:rgba(255,255,255,.3)
}

.lenghtContent{
    left: 0%;
    animation: 1s mymoveImg;
    animation-fill-mode: forwards;
}

.banner-button-container{
    text-decoration: none;
    position: absolute;
    z-index: 100;
    height: 82vh;
    display: flex;
    /* justify-content: center; */
    align-items: end;
    /* text-align: center; */
    width: 50%;
    color: #f9f9f9; */
    transition: 1s ease-in-out;
    animation: 1s mymove; */
    left: 0%;
    animation-fill-mode: forwards;
    /* animation-delay: 0.5s; */
    opacity:0;
    /* top: 50% */
}

.banner-button{
    width: 200px;
    /* height: 60px; */
    background: #7d6741;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    /* font-size: 24px; */
    margin-bottom: 90px;
    padding: 15px;

}

.banner-button:hover{
    animation: 1s btnHover;
    transition: 1s ease-in-out;
}

.card-section{
    background: #f5f5f5;
    margin: auto;
    /* width: 100%; */
    /* padding: 20px; */
    display: flex
}

.card-section{
    text-decoration: none;
    padding: 0 30px;
}

.card-section a{
    text-decoration: none;
}

.card-icon{
    color: #7d6741;
    font-size: 40px;
}

.card-content{
    display: flex;
    padding: 40px 20px 0;
}

.card-content:hover{
    position: relative;
    left: 1%;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .07);
    animation: 0.5s cardHover;
    border-radius: 8px;
    color: #7d6741 !important
}

.card-content:hover h3,
.card-content:hover p {
    color: #7d6741; /* Specify the desired color */
}


.card-content-part2{
    /* width: 100%; */
    padding: 0 20px;
}

.card-content-part2 h3{
    font-size: 15px !important;
    color: #333;
}

.card-content-part2 p{
    padding: 18px 18px 18px 0;
    color: #888;
    font-size: 12px
}

.aboutus-home-sec{
    padding: 120px 30px 54px 30px;
    display: flex
}

.aboutus-home-content, .aboutus-home-content-gif{
    padding-left: 15px;
    padding-right: 15px;
}

.aboutus-home-content span{
    display: block;
    font-size: .93em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7d6741;
    margin-bottom: 15px;
}

.shadow-boxafter{
    margin-bottom: 30px;
    /* margin-top: 80px; */
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    /* z-index: 2; */
    height: fit-content;
}

.shadow-boxafter::after{
    content: '';
    background: url(https://concolor.in/wp-content/themes/interico/img/ui/bg-3.png);
    display: block;
    width: 88%;
    height: 100%;
    position: absolute;
    bottom: -65px;
    z-index: -2;
    left: -40px;
}


.shadow-boxForm{
    margin-bottom: 30px;
    /* margin-top: 80px; */
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    /* z-index: 2; */
    height: fit-content;
}

.shadow-boxForm::after{
    content: '';
    background: url(https://concolor.in/wp-content/themes/interico/img/ui/bg-3.png);
    display: block;
    width: 88%;
    height: 100%;
    position: absolute;
    bottom: -65px;
    z-index: -2;
    left: -70px;
}


.shadow-box-AboutStatus{
    margin-bottom: 30px;
    /* margin-top: 80px; */
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    /* z-index: 2; */
    height: fit-content
}

.shadow-box-AboutStatus::after{
    content: '';
    background: url(https://concolor.in/wp-content/themes/interico/img/ui/bg-3.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -76px;
    z-index: -2;
    left: -65px;
    bottom: -84px;
}

.aboutus-home-content h2{
    font-size: 2.5em;
    color: #000;
    font-weight: 400;
}

.aboutus-home-content div{
    display: block;
    width: 52px;
    height: 2px;
    margin: 20px 0;
    background: rgba(0, 0, 0, .1);
    opacity: .2;
}

.aboutus-home-content .divider{
    border-top: 1px dashed #eee;
    margin-top: 20px;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}


.aboutus-home-content p{
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 1.7em;
}

.aboutus-home-content-gif{
    margin: 30px;
}

.aboutus-home-content-gif img{
    width: 100%
}

.preview{
    position: relative;
    display: inline-block;
    height: fit-content;
}

.preview:hover::before{
    content: "";
    position: absolute;
    background: #333;
    opacity: 0.4;
    transition: 0.3s all ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-gallery-preview:hover::after{
    content: "" !important;
}


.preview:hover::after {
    display: flex;
    content: "+";
    position: absolute;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: zoom-in;
    color: white;
    place-content: center;
    place-items: center;
    font-size: 75px;
    font-weight: 200;
}


.section-specialization{
    box-sizing: border-box;
    padding: 120px 30px 90px 30px;
    background: #5d4444;
    color: #ffffff;
}

.section-specialization, .section-specialization1 span{
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-specialization, .section-specialization1 h2{
   
    text-transform: none;
    font-size: 32px;
}

.section-specialization2{
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    line-height: 1.7em;

}

.section-specialization, .section-specialization2 h2{
    display: flex;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
    line-height: 1.7em;

}

.shadow-box{
    margin-bottom: 30px;
    /* margin-top: 80px; */
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    /* z-index: 2; */
    height: fit-content
}

.shadow-box::after{
    content: '';
    background: url(https://concolor.in/wp-content/themes/interico/img/ui/bg-3.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -76px;
    z-index: -2;
}


.home-gallery-container{
    position: relative;
    box-sizing: border-box;
    /* width: 1263px; */

    background: #f9f8f3 url(http://concolor.inwp-content/uploads/2018/03/vertical-lines-3-1.png?id=9229);
    background-position: 0 0;
    background-repeat: repeat;
    padding: 120px 0 90px 0;
}

.home-gallery-container h2{
    text-align: center;
    margin: 0 0 .67em 0;
}

.home-gallery-section{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    row-gap: 10px;
    column-gap: 10px;
}

.home-image-card{
    width: fit-content;
    /* border: 4px solid white; */
    box-shadow: 0 0 0 1px #ddd;
}

.home-image-card img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    cursor: zoom-in
}

.home-gallery-more-btn{
    display: flex;
    justify-content: center;
    align-items: center
}

.home-gallery-more-btn a:hover{
    color: #ffffff ;
    background-color: #644e28;
    border-color: #644e28;
}

/* .home-gallery-more-btn a:hover::after{
    position:relative;
    left: 0;
    animation: 1s galleryBtn;
    background: #fff
} */

.home-gallery-more-btn a{
    width: auto;
    padding: 5px 20px;
    font-size: 1em;
    font-weight: 400;
    transition: 0.1s;
    border-radius: 0;
    margin-top: 20px;
    margin-right: 7px;
    letter-spacing: .3px;
    border-style: solid;
    background: #7d6741;
    border: 2px solid #7d6741;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    
}

.home-gallery-more-btn a span::after{
    content: "\2192";
    font-family: 'icomoon';
    font-size: 24px;
    margin-left: 10px;
    position: relative;
    transition: 0.2s ease-out;
}

.home-about-more-btn{
    display: block;
    width: max-content;
    height: auto;
    opacity: 1 !important;
    text-transform: none !important;
}

.home-about-more-btn a{
    text-decoration: none;
}

.home-about-more-btn span{
    font-size: 14px;
    background: #7d6741;
    width: max-content;
    padding: 15px 20px;
    /* padding: 10px; */
    color: white;
    text-transform: capitalize;
    border-radius: 6px;
}

.home-about-more-btn a span::after{
    content: "\2192";
    font-family: 'icomoon';
    font-size: 24px;
    margin-left: 10px;
    position: relative;
    transition: 0.2s ease-out;
}

.home-youtube-sec{
    padding: 80px 50px;
}

.home-youtube-sec h2{
    margin: 16px 0;
    font-weight: 500;
    color: #333;
}

.home-yt-divider{
    border-color: rgba(0, 0, 0, .07);
    border-top: 1px dashed #eee;
    margin-top: 20px;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.yt-container iframe{
    border-bottom: 41px solid #5c5140;
    z-index: 1;
}

.yt-container section{
    justify-content: center;
    display: flex;
    align-items: end;
}

.arrow-container{

}

.yt-profile{
    display: grid;
    justify-content: center;
    align-items: center;
}

.yt-profile{
    display: grid;
    justify-content: center;
    align-items: center;
}

.yt-profile i{
    margin-top: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    color: white;
    background: red;
    border-radius: 50%;
    font-size: 30px;
}

.yt-profile p{

    text-align: center
}

.yt-arrow{
    width: 45px;
    height: 45px;
    transform: rotate(45deg);
    background: #5c5140;
    position: absolute;
}


#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#lightbox img {
    max-width: 90%;
    max-height: 90%;
}
#lightbox:target {
    display: flex;
}
#close {
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .6;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 25px;
    text-align: center;
    text-indent: 100%;
    top: 25px;
    white-space: nowrap;
    width: 30px;
    z-index: 9999;
}


#preview-left, #preview-right {
    border: 0;
    display: block;
    opacity: .6;
    position: fixed;
    text-align: center;
    z-index: 9999;
    margin: auto;
    left: 5%;
    color: white;
    font-size: 40px;
}

#preview-right{
    right: 5%;
    left: 0;
    margin-right: 0;
    width: fit-content;

}

#preview-left:hover, #preview-right:hover{
    opacity: 1;
    cursor: pointer;
}

.gallery-banner{
    padding: 220px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    opacity: 0.9;
}

.gallery-banner h1{
    text-align: center;
    color: white;
    font-size: 42px
}

.gallery-type-menu{
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery-type-menu div{
    padding: 60px;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.gallery-main-card{
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.gallery-main-card-content{
    padding: 35px;
    text-decoration: none
}

.gallery-main-card .gallery-main-card-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f5f5f5;
    width: 100%;
    background: #f5f5f5;
}

.gallery-main-card .gallery-main-card-content h3{
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #333
}

.gallery-main-card .gallery-main-card-content i{
    font-size: 2em;
    margin-bottom: 20px;
    color: #7d6741
}

.gallery-main-card .gallery-main-card-content p{
    display: inline-block;
    position: relative;
    right: 0;
    padding: 18px 0px 0px 0;
    font-weight: 400;
    font-size: .93em;
    transition: 0.2s;
    text-decoration: none;
    color: #888;
    letter-spacing: .3px;
    margin-bottom: 0
}

.gallery-main-card-content p::after {
    content: " →";
}

.gallery-main-card-content:hover div,
.gallery-main-card-content:hover h3,
.gallery-main-card-content:hover i,
.gallery-main-card-content:hover p {
    color: #7d6741;
    cursor: pointer;
}

.gallery-main-card-content:hover {
    position: relative;
    left: 0.5%;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .07);
    animation: 0.5s GalleryMainCard
}

.project_gallery_img img{
    width: 200px !important;
    height: 200px !important
}

.project-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    padding-top: 80px;
}

.project-tab .tab{
    background: #5f5a5a;
    padding: 15px;
    border-radius: 4px;
    color: white;
}

.project-tab .active{
    background: #30ab8f;
    color: white !important
}


.project-gallery-section{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto auto auto auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
    padding: 15px;
    row-gap: 10px;
    column-gap: 10px;
}

.project_gallery_img img{
    /* width: fit-content; */
    width: 400px;
    height: 400px;
    border: 4px solid white;
    box-shadow: 0 0 0 1px #ddd;
}

.brand-promise-container{
    height: auto;
    display: flex;
    width: 100%;
    padding: 30px;
    transition: 0.2s;
    background-color: #f5f5f5;
    position: relative;
    top: 0;
    align-items: center;
}

.brand-promise-sec{
    width:100%;
    flex-direction: column;
    row-gap: 2px;
    position: relative;
    left: 0

}

.brand-promise-sec h3{
    color: #333;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 0 25px 0 25px;
}

.brand-promise-sec i{
    color: #7d6741;
    font-size: 36px;
}

.brand-promise-sec :hover {
    position: relative;
    left: 0.5%;
    color: #7d6741;
    background: white;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .07);
    animation: .3s GalleryMainCard;

}

.brand-promise-sec :hover h3{
    color: #7d6741;
    box-shadow: none;
}

.brand-promise-sec :hover i{
    box-shadow: none;
}

.acc_divider::before{
    opacity: 0.75;
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
    background: rgba(0, 0, 0, .3);
}

.acc_divider{
    color: #7d6741;
    margin-bottom: 15px;
}

.accomplished{
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 65px;
    width: 100%;
    column-gap: 35px;
}

.acc-card-count{
    left: 35px;
    font-size: 60px;
    position: relative;
    display: inline-block;
    margin-top: -45px;
    background-color: #7d6741;
    padding: 0 15px;
    color: #fff;
    z-index: 1
}

.acc-card-container .acc-card-count::before {
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background-color: #333;
    transition: transform 0.5s ease;
    z-index: -1;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    left: 0
}

.acc-card-container:hover .acc-card-count::before {
    transform: scaleX(1);
}

.acc-card-container{
    /* margin-top: 45px; */
    margin-bottom: 30px;
    position: relative;
    transition: .2s all ease-in-out;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
    /* padding: 50px */
}



.acc-card-container:hover h3{
    color: #7d6741;
}



.acc-card-container h3{
    padding: 50px;
    color: #777;
}


.location-yt-container ul li{
    list-style: none;
    font-size: 1em;
    line-height: 1.7em;
    cursor: pointer
}

.location-yt-container ul li :hover:not(.active-location){
    background: #f5f5f5
}


.location-tab{
    padding: 20px 30px;
    color: #666;
    background: #eee;
    font-size: 14px
}

.location-yt{
    display: flex;
    flex-direction: column;
}

.location-yt article{
    padding: 30px;
    background: #735d37;
    margin-bottom: 20px
}

.location-yt article iframe{

    margin-bottom: 20px;
    width: 100%
}

.active-location{
    background: #7d6741 !important;
    color: #fff !important
}

.about-motto-container{
    margin-bottom: 80px;
    padding: 50px 40px 0;
}

.about-frame-motto{
    padding: 7.5px;
}

.about-frame-motto h2{
    font-size: 35px;
    color: #333
}

.divider-abt-us-motto{
    display: block;
    width: 52px;
    height: 2px;
    margin: 20px 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0.75 !important;
}

.core-team{
    background: #fff;
}

.core-team-heading{
    padding-top: 120px;
    padding-bottom: 80px;
    display:flex;
    justify-content: center;
    alignment-items: center;
    color: #333 !important;
}

.core-team-heading h2{
    font-size: 35px !important
}

.core-container{
    display: flex;
    justify-content: center;
    align-items: center;
    /* grid-template-columns: repeat(4, auto); */
    row-gap: 60px;
    flex-flow: wrap;
    margin-bottom: 50px;
    column-gap: 30px;
}

.team-member{
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    transition: 0.2s all ease-in-out;
    width: fit-content
}

.member-img-container{
    width: fit-content;
    display: flex;
}

.absolute-team-type{
    display: block;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 40px;
    height: 300px;
    background: #ddd;

}

.member-img-container .absolute-team-type-name{
    transform: rotate(-90deg);
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 250px;
    
}

.member-img-container .absolute-team-type-name span{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #888;
    width: 290px;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: inherit;
}

.member-img-container .absolute-team-type-name span::after{
    content: "";
    width: 80px;
    height: 2px;
    background: rgba(0,0,0,.2);
}

.member-img-container img{
    width:290px;
    height: 300px;
}



.absolute-team-type::before{
    content: "";
    width: 0;
    display: block;
    transition: 0.2s ease-in-out;
    background: #222;
    height: 300px;
    position: absolute;

}

.img-container::before{
    content: "";
    position: absolute;
    width: 290px;
    display: block;
    background: #222;
    height: 300px;
    opacity: 0

}

.member-img-container:hover .absolute-team-type::before{
    width: 40px;
}

.member-img-container:hover .img-container::before{
    opacity: 0.9;
    
}

.team-member h4{
    padding: 32px 25px;
    width: 290px
}


.member-img-container:hover h4{
    color: #735d37
}

.abt-last-card{
    padding: 40px 30px;
    background: #f7f7f7;
    display: flex;
    margin-bottom: 200px;
    margin-top: 150px;
}

.abt-last-card h2{
    font-size: 35px;
    letter-spacing: -1.2px;
    font-weight: 500;
    line-height: 1.1;
    color: #333
}


.abt-last-card a{
    border-radius: 2px !important;
    background: #7d6741;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumList{
    list-style: none;
    display: flex
}

.breadcrumList a{
    text-decoration: none;
}

.breadcrum-container{
    letter-spacing: .5px;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    color: #777;
}

.breadcrum-container a{
    text-decoration: none;
    color: #999;
    margin-right: 10px;
}

.breadcrum-container span{
    margin-right: 15px;
}

.breadcrum-container:hover a{
    color: #333
}
.service-header-motto{
    padding-top: 80px;
    margin-bottom: 60px;

}

.dash{
    display: block;
    width: 52px;
    height: 2px;
    margin: 20px 0;
    background: rgba(0, 0, 0, .1) !important;
    opacity: 0.75 !important;
}

.header-motto-centent{
    letter-spacing: .5px;
    font-size: 14px;
    background: #fff;
    color: #777;
}

.service-type-design img{
    width: 380px;
    height: 435px;
    
}

.service-type-design{
    position: relative;
    display: inline-block;
    height: fit-content;
    text-decoration: none;
    
}

.service-image-container{
    width: 380px;
    height: 435px;
    cursor: pointer;
}

.service-image-container::before{
    content: "";
    display:block;
    position: absolute;
    width: 380px;
    height: 435px;
    background: #333;
    opacity: 0;
    transition: 0.5s all ease-in-out
}

.service-image-container::after{
    content: '+';
    font-family: 'icomoon';
    font-size: 76px;
    display: block;
    position: absolute;
    color: #fff;
    transition: 0.5s all ease-in-out;
    font-weight: 200;
    opacity: 0;
    width: 380px;
    height: 400px;
    bottom: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-type-design:hover .service-image-container::before{
    opacity: 0.6;
}

.service-type-design:hover .service-image-container::after{
    opacity: 1;
}

.service-name-card-container{
    box-shadow: -10px 12px 0 0 rgba(0, 0, 0, .05);
    padding: 32px 25px;
    width: 380px;
    background: #333;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 18px
}

.service-name-card-container::before{
    content: "";
    position: absolute;
    display: block;
    padding: 32px 25px;
    width: 380px;
    background: #7d6741;
    transition: 0.2s ease-in-out;
    transform-origin: left;
    transform: scaleX(0);
    z-index: -1;
    left: 0;
    top: 0;
    height: 88px
}

.service-type-design:hover .service-name-card-container::before{
    transform: scaleX(1)
}

.service-type-design .service-image-count{
    position: absolute;
    width: 40px;
    text-align: center;
    height: inherit;
    display: flex;
    align-items: end;
    justify-content: center;
    color: rgba(255,255,255,.6);
    bottom: 20%;
}

.service-image-count p{
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
    column-gap: 20px;
}

.service-image-count p::after{
    content: "";
    width: 80px;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    display: block
}

.service-design-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
    color: white;
    padding: 120px 0;
    /* opacity: 0.3 */
}

.service-design-banner h1{
    margin:0;
    font-size: 42px
}

.service-area-card{
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    height: fit-content;
    right: calc(44%);
    width:500px
}

.career-content{
    padding: 80px 0px
}

.career-content div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.career-content h2{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 0 .67em 0;
}

.divider-with-tag{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.divider-with-tag h4{
    margin: 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: -.3px;
    padding: 0 .8em;
    color: #333;
    font-size: 14px;
}

.divider-span{
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    /* width: 100%; */
}

.career-sec-2{
    padding-top: 10px;
    padding-right: 100px;
    padding-bottom: 10px;
    padding-left: 100px;
    margin-bottom: 20px;
}


.small-heading{
    font-size: 14px;
    color: #777;
    text-align: center
}

.career-sec-3{
    padding-top: 40px;
    text-align: center
}

.career-sec-3 h2{
   padding-bottom: 50px
}

.divider-align{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.career-sec-4{
    text-align: center;
    padding: 30px;
}

.career-sec-feed{
    text-align: center;
    padding: 0px 30px;
    padding-top: 50px;
    flex-wrap: wrap;
    align-items: baseline;

}

.career-feed-container{
    padding: 0px 15px;
}

.career-feed-card{
    background: #c0eae0;
    border-radius: 10px;
    padding: 10px;
}

.career-feed-card div{
    line-height: 0;
    margin-bottom: 10px;
    width: 4em;
    height: 4em;
}

.career-feed-card i{
    font-size: 3rem;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    box-sizing: content-box;
    position: relative;
}

.career-feed-card p{
    padding: 10px;
    color: #777;
    font-size: 14px
}

.contact-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 50px !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
    background: white;
}

.contact-form-container::before{
    content: "";
    background: url(https://concolor.in/wp-content/themes/interico/img/ui/bg-3.png);
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -2;
    left: -8%;
    top: 27%;
}

.contact-form input, textarea{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #f5f5f5;
    border: 0;
    transition: 0.2s;
    padding: 15px;
    outline: none;
}

.custom-form input[type="text"], input[type="email"], input[type="tel"], textarea{
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    background: #f5f5f5 !important;
    border: 0 !important;
    transition: 0.2s !important;
    padding: 15px !important;
    outline: none !important;
    opacity: 1 !important
}

.custom-form div{
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
}

.custom-form label{
    display: none !important
}



.custom-form input[type="text"]:focus, .custom-form input[type="email"]:focus, .custom-form input[type="tel"]:focus, .custom-form textarea:focus{
    background: #ddd !important;
}

.contact-form 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-form input::placeholder, 
.custom-form textarea::placeholder {
    color: #888;
    letter-spacing: 0.5px;
    font-size: 12px
}


.custom-form input[type="submit"]{
    width: auto;
    padding: 15px 20px;
    font-size: .93em;
    font-weight: 400;
    transition: 0.1s;
    border-radius: 0;
    margin: 0 !important;
    margin-right: 7px;
    letter-spacing: .3px;
    border-style: solid;
    background: #7d6741;
    border: 2px solid #7d6741;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    min-width: 250px
}


.custom-form input[type="submit"]:hover{
    background: #644e28;
}

.dash-text{
    display: block;
    font-size: .93em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7d6741;
    margin-bottom: 15px;
}

.custom-form .g-recaptcha{
    opacity: 1 !important;
    margin: 0;
    background: none !important;
    
}

.custom-form .g-recaptcha div{
    
    background: none !important;
    margin-bottom: 0 !important
}

.g-recaptcha-response{
    display: none !important
}

.contactus-location-container{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.contactus-location-container .contactus-location-tab ul{
    list-style: none;
}

.contactus-location-container .contactus-location-tab ul li{
    color: #666;
    padding: 20px 30px;
    font-weight: 400;
    background: #eee;
    transition: 0.1s all ease-in-out;
    font-size: 14px
}

.contactus-location-container .contactus-location-tab ul li:hover{
    background: #f5f5f5;
    cursor: pointer;
}

.tab-content{
    background: #735d37;
    padding: 30px;
}

.tab-content span{
    color: rgba(255,255,255,.5);
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.location-address{
    background: #f5f5f5;
    margin-bottom: 30px;
    padding: 20px;
    align-items: center;
    gap: 10px;
    
}

.location-address i{
    width: 50px;
    font-size: 25px;
    color: #7d6741;
    position: relative;
    left: 0;
    transition: 0.5s ease-in-out; 
    
}

.location-address h3{
    color: #333;
    line-height: 1.2em;
    margin-bottom: 0;
    font-size: 1.03rem;
    font-weight: 400;
    letter-spacing: -.3px;
    position: relative;
    left: 0;
    transition: 0.5s ease-in-out; 
}

.location-address:hover i, 
.location-address:hover h3 { 
    left: 2%;
    color: #7d6741;
}

.contact-info-card-container{
    padding-top: 80px ;
    padding-bottom: 80px ;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-card{
    box-sizing: border-box;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    display: table;
    padding: 35px 20px;
    transition: 0.2s;
    background-color: #f5f5f5;
    position: relative;
    top: 0;
    background: #fefefe;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
    padding: 35px;
    text-align: center;
    text-decoration: none;

}

.contact-info-card:hover{
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .07);
}

.contact-info-card i{
    font-size: 42px;
    color: #7d6741;
    margin-bottom: 20px;
}

.contact-info-card h3{
    color: #333;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 0;
}

.contact-info-card:hover h3{
    color: #7d6741;
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: 0;
}

.contact-info-card p{
    margin: 15px 0 0 0;
    font-size: .93em;
    line-height: 1.5em;
    color: #888;
}

.project-sc-li{
    display: flex;
    justify-content: center;
    margin: 0;
    /* padding: 20px; */
    list-style: none;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-bottom: 30px;
}

.project-sc-li ul{
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 1px dashed #eee;
    padding: 0;
    margin: 0;
}

.project-sc-li ul li{
    padding: 10px;
    color:#888;
    font-size: 13px
}

.project-sc-li ul li:hover{
    background: #dddddd;
    color: #000000 !important
}

.project-sc-active{
    background: #dddddd;
    color: #000000 !important
}

.gallery-item {
    position: relative; /* Ensure positioning context for ::before */
    display: inline-block; /* Make sure it has a valid display property */
    width: 399px;
    height: 266px;
    
}

.img-fluid{
    transition: 0.5s;
}

.gallery-item:hover .img-fluid{
    transform: scale(1.05);

}

.gallery-item::before {
    content: "";
    background: #333;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; /* Ensure it covers the entire element */
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Smooth transition effect */
    z-index: 2
}

.gallery-item:hover::before {
    opacity: 0.6;
    transform: scale(1.05);
}

.project-main-card{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
}

.taxonomy-list1{
    text-transform: uppercase;
    font-size: .8em;
    color: #ccc;
    letter-spacing: 3px;
    margin-bottom: 5px;
    font-weight: 400;
}

.taxonomy-list2{
    font-size: 25px;
    display: block;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.taxonomy-list1, .taxonomy-list2{
    display: none;
    transform-origin: bottom;
}

.gallery-item:hover .taxonomy-list1{
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    height: inherit;
    width: inherit;
    z-index: 3;
    transition: 0.2s transform ease-out
}

.gallery-item:hover .taxonomy-list2{
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    height: inherit;
    width: inherit;
    top: 10%;
    z-index: 3;
    transition: 0.2s transform ease-out
}

.banner-container-img{
    width: 100%;
    height: 100%
}

.design-description-container{
    display: flex;
    justify-content: end;
    position: relative;
    top: -138px;
}

.design-description{
    background: #fff;
}

/* .gallery-item:hover .img-fluid{
    transform: scale(1)
} */

.project-footer{
    justify-content: space-between;
    padding: 80px 30px;
    background: rgba(0, 0, 0, .02);
    margin-top: 100px;
}

.project-footer a{
    text-decoration: none;
    color: #888;
}

.project-footer article{
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 44px;

}

.project-footer article i{
    font-family: 45px;
    color: #888;
    cursor: pointer
}

.project-footer div:hover .dash{
    width:70px
}

.project-footer div:hover a{
    color: #7d6741
}


.project-footer article:hover article{
    color: #7d6741
}

.project-gallery-customized{
    background: none; 
    grid-template-columns: auto auto auto !important; 
}

.mobile_header_tab{
    display: none
}

.home-yt-scroll icon{
    color: #444;
    opacity: 0.2
}


.home-yt-scroll icon:hover {
    /* color: #444; */
    cursor: pointer;
    opacity: 1
}







@keyframes mymoveImg {
    from {left: 5%; opacity: 0}
    to {left: 0%; opacity: 1}
}

@keyframes mymoveImg {
    from {left: 5%; opacity: 0}
    to {left: 0%; opacity: 1}
}

@keyframes mymove {
    from {left: 5%; opacity: 0}
    to {left: 0%; opacity: 1}
}

@keyframes mymove2 {
    from {left: 5%;opacity: 0}
    to {left: 0%;opacity: 1}
}

@keyframes btnHover {
    from {left: 5%; background: #7d6741}
    to {left: 0%; background: #644e28}
}

@keyframes cardHover {
    from {left: 0%}
    to {left: 1%}
}

@keyframes galleryBtn {
    from {left: 5%; background: #000}
    to {left: 0%; background: #fff}
}

@keyframes GalleryMainCard {
    from {left: 0%}
    to {left: 0.5%}
}

@keyframes accomplished {
    from {background: #7d6741}
    to { background: #333333 }
}

@media (max-width:450px){
    .header_info{
        display: none
    }
    .image-container, .banner-image, .banner_Swiper_btn, .lenghtContent, .banner_slide_count, .banner-quote, .banner-button-container, .card-content{
        width: 100%;
        text-align: center;
        justify-content: center
    }
    .lenghtContent::before{
        display: none
    }
    .banner-right-btn{
        left: 0
    }
    .banner_Swiper_btn{
        justify-content: space-between;
        align-items: end;
        height: 82%;
    }
    .banner-right-btn{
        top:0
    }
    .banner-button{
        width: 150px;
        margin-bottom: 50px
    }
    .card-section{
        flex-wrap: wrap;
        padding: 0
    }
    .aboutus-home-sec, .section-specialization, .footer_container, .aboutus-home-content{
        width: 100%
    }
    .aboutus-home-content{
        padding-left: 20px;
        padding-right: 20px;
        /* padding: 0 !important */
    }
    .home-about-more-btn{
        margin-bottom: 50px !important
    }
    .aboutus-home-content-gif{
        margin-left: 0;
        padding: 0;
        margin-right: 0;
    }
    .home-gallery-section{
        grid-template-columns: auto;
    }
    .footer_container div{
        /* flex-wrap: wrap; */
    }
    .home-youtube-sec{
        display: flex;
        flex-wrap: wrap;
    }
    .yt-profile{
        display: none 
    }
    
    .footer_container, .footerFlex, .aboutus-home-sec, .about-motto-container, .achievments, .abt-last-card, .service-header-motto{
       
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: calc(-1* var(--bs-gutter-y)) !important;
        margin-right: calc(-.5* var(--bs-gutter-x)) !important;
        margin-left: calc(-.5* var(--bs-gutter-x)) !important;
    }
    .sideHide{
        display: none;
    }
    
    .sidebar{
        display: block;
        background: white;
        transition: 0.2 ease-in-out;
        transition-origin: right;
        
    }

    .sidebar ul{
        list-style-type: none;
        padding: 0px;
        margin-bottom: 0;
        transition: 0.15s all ease-out;
        padding: 22px;
        font-size: 14px;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

    .sidebar a{
        list-style-type: none;
        text-decoration: none;
        color: #333;
        
        
    }
    #icontoChange{
        color: #777
    }

    .header_Container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .primary_sticky{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-banner{
        padding: 70px 0;
        background-attachment: scroll;
    }

    .gallery-banner h1{
        font-size: 35px !important;
        text-align: center !important
    }

    .accomplished{
        grid-template-columns: auto;
        
    }
    .achievments{
        padding: 10px !important;
    }
    .acc-card-container{
        margin-top: 45px
    }
    .abt-last-motto{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .yt-mb, .service-main-card{
        justify-content: center
    }
    .about-motto-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .abt-brandP-mb{
        padding: 0!important
    }
    .achievment-card{
        margin-top: 30px !important;
    }
    .home-initial-card, .service-type-design-container, .service-type-design-container a{
        padding: 0!important
    }
    .home-initial-card-padding{
        padding: 20px 20px 20px 30px !important;
    }
    .service-type-design-container a{
        margin-bottom: 30px;
    }
    .service-design-banner h1{
        font-size: 35px;
        text-align: center;
    }
    .service-area-card{
        right: 0;
        left: 0 !important;
        width: 100%
    }
    .service-interior-preview, .gallery-main-card, .contact-info-card-container a, .contact-info-card a, .contact-info-card-container, .rowFlex, .contact-form-container, .design-description-container, .section-specialization{
        /* --bs-gutter-x: 1.5rem !important; */
        --bs-gutter-y: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: calc(-1* var(--bs-gutter-y)) !important;
        margin-right: calc(-.5* var(--bs-gutter-x)) !important;
        margin-left: calc(-.5* var(--bs-gutter-x)) !important;
    }
    .service-interior-padding{
        padding-left: 0;
        padding-right: 0;
        justify-content: center !important
    }
    .gallery-type-menu div{
        padding: 20px;
    }

    .gallery-type-menu div a{
        margin-top: 40px
    }
    .project-gallery-section{
        grid-template-columns: auto;
    }

    .project-tab, .contactus-location-tab{
        --bs-gutter-x: 1.5rem !important;
        --bs-gutter-y: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: calc(-1* var(--bs-gutter-y)) !important;
        margin-right: calc(-.5* var(--bs-gutter-x)) !important;
        margin-left: calc(-.5* var(--bs-gutter-x)) !important;

    }
    .contactus-location-container{
        
        --bs-gutter-x: 1.5rem !important;
        --bs-gutter-y: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        margin-top: calc(-1* var(--bs-gutter-y)) !important;
        margin-right: calc(-.5* var(--bs-gutter-x)) !important;
        margin-left: calc(-.5* var(--bs-gutter-x)) !important;
    

    }
    .contactusLocationCard, .contact-form-container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-form-container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .design-description-container{
        top: 0;
        float: left;
        justify-content: space-around;
        width: 100%;
    }

    .design-description{
        width: 100%;
        margin-top: 70px;
    }

    .project-gallery-customized{
        background: none; 
        grid-template-columns: auto; 
    }
    .mobile_header_tab{
        display: block
    }

}








