/*html { scroll-behavior: smooth !important; }*/

.text-mansion{
    color: #c79526!important;
}


.header_bt {
    color: #231f20 !important;
    width: 155px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--main-color-2);
    border-radius: 5px;
}
.header_bt i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.header_bt:hover i {
    margin-left: 10px;
}
.h-pro-img{
    width: 100%;
    height: 290px;
    object-fit: contain;
    padding: 10px;
}
.team-img{
    background: white;
}
.archx-team-item:hover .team-text{
    background-color: #c79526;
}
.archx-team-item:hover .h-pro-icon{
    opacity: 1;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.h-pro-icon{
    position: absolute;
    right: 10px;
    background: #c79526;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    top: 15px;
    font-size: 17px;
    opacity: 0;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ar-team_left_arrow, .ar-team_right_arrow {
    background: #c79526;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
}

.page-numbers:hover, .page-numbers.current {
    color: rgb(235, 197, 99);
    border: 1px solid rgb(235, 197, 99);
}


.page-numbers.current {
    color: rgb(235, 197, 99);
    border: 1px solid rgb(235, 197, 99);
    width: 45px;
    height: 45px; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}

.text_over_flow_main_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.text_over_flow_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.text_over_flow_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}
.shop-details-text-wrap .product-share a.wta-bg {
    background-color: #25D366;
}


.text_over_flow_sub_main_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.woocommerce ul.products li.product a img{
    height: 255px;
    object-fit: contain;
    margin: 0 0 0.3em!important;
    padding: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #231f20;
    font-family: Titillium Web;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 47px;
}
.woocommerce ul.products li.product .price {
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a{
    margin: 0px 5px;
    display: flex;
    align-items: center;
    background: white !important;
    width: 45px;
    height: 45px;
    color: rgb(35 31 32);
    width: 45px;
    height: 45px;
    border: 1px solid #dcdcdc;
    justify-content: center; 
}
.woocommerce nav.woocommerce-pagination ul li span{
    color: rgb(235, 197, 99) !important;
    border: 1px solid rgb(235, 197, 99);
    margin: 0px 5px;
    display: flex;
    align-items: center;
    background: white !important;
}
.woocommerce nav.woocommerce-pagination ul{
    border: unset;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: unset;
}



.wrapper{
  position: relative;
  margin: 0 auto;
/*  width: 550px;*/
/*  padding-left: 150px;*/
}

.img-selection{
  
  width: 100%;
  display: flex;
  padding-top: 20px;
}

.img-thumbnail:first-of-type{
  margin-top: 0;
}

.img-thumbnail{
  margin-right: 10px;
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: .3s ease;
  opacity: 1;
  min-width: 127px;
}

.img-thumbnail:hover{
  opacity: 1;
}

.img-thumbnail.selected{
  opacity: 1;
}

.big-img{
  position: relative;
/*  width: 445px;*/
/*  height: 445px;*/
  border: 1px solid #ddd;
  cursor: zoom-in;
  overflow: hidden;
  width: 100%;
}

.big-img img.zoom{
  position: absolute;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s; 
}

.display-img{
  width: 100%;
  height: 500px !important;
  object-fit: contain;
}
.zoom {
  max-width: 200% !important; 
}
.slick-prev, .slick-next{
    position: unset!important;
}
.img-thumbnail img{
    width: 140px;
    height: 130px;
    object-fit: contain;
}
.scroll-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #c79526;
    color: white;
}
.prev-btn{
    position: absolute;
    top: 45%;
    left: 0;
}
.next-btn{
    position: absolute;
    top: 45%;
    right: 0;
}
.thumbnails-container{
    overflow: scroll;
    padding: 6px 20px;
    text-align: center;
}

.thumbnails-container::-webkit-scrollbar {
  display: none;
}

.thumbnails-container::before,
  .thumbnails-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; /* Adjust the width as needed */
    height: 200px; /* Adjust the height as needed */
    background-color: white;
  }

   .thumbnails-container::before {
    left: -1px;
  }
  .thumbnails-container::after {
    right: -1px;
  }

  .pro_div_w img{
    width:100%;
    height: 280px;
    object-fit: contain; 
    padding: 10px;
  }
  .pro_img{
        width: 100%;
        height: 450px;
        object-fit: contain;
    }

.arck-shop-product-item{
    margin-bottom: 0px;
    border: 1px solid #e5c0602e;
    padding: 5px;
    box-shadow: 0 1px 2px 0 rgb(235 197 99 / 17%);
}

.search_form_m{
    display: flex;
    justify-content: center;
}

.form-control{
    font-size: 15px !important;
    line-height: 2.1 !important;
}

.search_form_m .form-control{
    min-width: 250px;
    border-radius: 5px;
}
.search_form_m .form-select{
    border-radius: 5px;
}
.form-select{
    font-size: 15px !important;
    line-height: 2.1 !important;
}
.search_form_m .sub_btn{
    width: 100px;
    padding: 7px;
    border: none;
    background: #c79526;
    border-radius: 5px;
    color: white;
}
.sub_btn:hover{
    background: #231f20;
}
.suggestion_div{
    position: absolute;
    background: white;
    width: 270px;
    color: black;
    border-radius: 3px;
    margin-top: 2px;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

}
.product-suggestion{
    padding: 5px 10px 5px 10px;;
}
.product-suggestion:hover{
    background: #c79526;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.search_loader{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #c79526;
    cursor: pointer;
}
.no-results{
    padding: 10px;
    color: red;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .search_form_m{
        display: block;
    }
    .sub_btn{
        width: 100% !important;
    }
}
.arck-project-feed-section .arck-project-filter-btn {
    padding-bottom: 20px;
}
.form-select {
    cursor: pointer;
}

.form-select option {
    font-size: 14px;
}

.form-select option:first-child {
    color: #999; 
}
.form-select .subcategory {
    padding-left: 20px; 
    font-style: italic; 
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    border: 1px solid #e5c0602e;
    padding: 5px;
    box-shadow: 0 1px 2px 0 rgb(235 197 99 / 17%);
}

@media screen and (max-width: 480px){
    .inner-page-padding {
        padding: 25px 0px !important;
    }
}
.arck-project-details-img-slider {
    margin-bottom: 25px;
}
@media screen and (max-width: 991px){
    .arck-project-details-text {
        margin-top: 5px !important;
    }
}


.arck-pricing-item .inner-title .inner-price h3 {
    font-size: 300px;
    font-weight: 900;
    padding-bottom: 10px;
    color: var(--main-color);
    line-height: 0.9;
}
.pro_sug_img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.pro_sug_text{
    height: unset;  
    font-family: 'Titillium Web';  
    font-size: 14px;
    line-height: 1.5;
}

.arck-header-section.header-style-one{
    background-color: rgb(251 251 251)!important;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 7%)!important;
}
.arck-header-section .main-navigation li a{
    color: #231f20;
}

@media (max-width: 2560px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -1015.45px !important;
    }
}
@media (max-width: 2240px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -940.45px !important;
    }
}
@media (max-width: 2050px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -895.45px !important;
    }
}
@media (max-width: 1920.98px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -740.45px !important;
    }
}
@media (max-width: 1660px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -725.45px !important;
    }
}

@media (max-width: 1600px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -660.45px !important;
    }
}
@media (max-width: 1510px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -650.45px !important;
    }
}
@media (max-width: 1440px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -580.45px!important;
        width: 1300.15px!important;
    }
}
@media (max-width: 1370px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -510.45px !important;
        width: 1200.15px !important;
    }
}
@media (max-width: 1320px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -531.45px !important;
        width: 1200.15px !important;
    }
}
@media (max-width: 1200px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -480.45px !important;
        width: 1161.15px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        left: -375.45px!important;
        width: 990.15px!important;
    }
}



@media (min-width: 769px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        position: absolute;
        background: white;
        /*left: -473.45px;
        width: 1375.15px;*/
        left: -660.45px;
        width: 1345.15px;
        top: 200%;
        z-index: 9999;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease-in-out; /* Smooth transition */
        opacity: 0; /* Initial opacity set to 0 */
        visibility: hidden; /* Initial visibility set to hidden */
        
    }

    .navbar-nav > li.products-menu:hover > .products-dropdown-menu {
        display: flex;
        transform: scaleY(1);
        opacity: 1; /* Make the submenu visible */
        visibility: visible; /* Make the submenu visible */
        padding: 10px;
        
    }

    .products-dropdown-menu > li {
        width: 20%;
        padding: 10px;
        box-sizing: border-box;
        margin: 0!important;
    }
    .products-dropdown-menu li a{
        color: #231f20 !important;
        text-transform: none !important;
        font-weight: 700 !important;
        padding-bottom: 10px !important;
       font-size: 16px;
    }

    .products-dropdown-menu {
        display: flex;
        flex-wrap: wrap;
    }

  
    .products-dropdown-menu li a:hover {
        color: var(--main-color) !important;
    }

  

    .products-submenu > li {
        box-sizing: border-box;
        margin: 0!important;
        display: block!important;
    }
    .products-submenu li a{
        font-weight: 400 !important;
    }

    .custom-submenu-class:hover > .products-submenu {
        display: block;
    }
}

/* Mobile styling for the dropdown menu */
@media (max-width: 768px) {
    .navbar-nav > li.products-menu > .products-dropdown-menu {
        display: none; /* Ensure the custom dropdown is hidden */
        
    }
    .products-dropdown-menu li a{
        font-size: 13px !important;
        padding: 8px 12px !important;
    }
    .products-submenu li a{
        padding: 8px 18px !important;
    }

    .navbar-nav > li.products-menu > .dropdown-menu {
        display: block; /* Use default dropdown-menu for smaller screens */
    }

    .custom-submenu-class > .products-submenu {
        display: none; /* Ensure the custom submenu is hidden */
    }
}

.pro_search_head{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Titillium Web';
}
.see-all-products{
    padding: 5px;
    font-size: 13px;
    text-align: center;
    border-top: 0.5px solid #80808045;
    margin-top: 3px;
    font-family: 'Titillium Web';
}
.see-all-products:hover{
    color: #c79526;
}

.category-suggestion{
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    font-family: 'Titillium Web';
}

.category-suggestion:hover{
    background: #c79526;
    color: white;
    cursor: pointer;
}
.arck-footer-widget .widget-title {
    color: #231f20!important;
}
.arck-footer-widget .menu-widget li {
    color: #231f20!important;
}
.arck-footer-widget .contact-cta-widget li {
    color: #231f20!important;
}
.archx-footer-copyright-social a {
    color: #231f20;
    background: rgb(35 31 32 / 9%);
}
.archx-footer-copyright-social a:hover {
    color: white;
}
.ind_section{
    padding-top: 75px;
    padding-bottom: 75px;
}
.sticky-on .header-top-content {
    display: none !important;
}
.arck-header-section.header-style-one {
    padding: 0px 0px;
}
.arck-header-main-content{
    padding: 10px 90px;
}
.sticky-on .arck-header-main-content{
    padding: 8px 90px;
}
.header-top-content{
    background: #c79526;
    color: white;
    padding: 3px 90px;
}
.header-top-content .header-top-cta li {
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-right: 30px;
    font-family: Outfit;
}
.header-top-content .header-top-cta li i {
    margin-right: 4px;
    color: white;
}
.header-top-content .header-social {
    margin-left: 15px;
    position: relative;
}
.header-top-content .header-social a {
    color: #fff;
    margin-left: 15px;
}

.arck-main-slider-item-2 {
    padding: 220px 0px 125px;
}
.arck-main-slider-item-2 .arck-slider-img-2
{
    top: 65px;
    clip-path: circle(109.8% at 114% 82%);
}
.archx-contact-map-form .archx-contact-form-wrapper{
    padding-top: 40px;
    padding-left: 40px
}

.archx-contact-map{
    -webkit-filter: invert(90%); 
    filter: invert(90%);
}
.archx-footer-copyright-social li a i{
    top: 0 !important;
    font-size: 16px !important;
    padding-top: 0px !important;
    margin-right: 0px !important;
}

.archx-footer-copyright-social a:hover i{
    color: white;
}
.archx-contact-map iframe{
    border-radius: 5px;
}
.arck-about-img-wrapper .inner-img img{
    height: 580px;
    width: 100%;
    object-fit: contain;
}
.about-page-about-section {
    padding: 70px 0px 65px;
}
.arck-working-skill-section{
    padding: 100px 0px;
}
.arck-working-skill-img img{
    height: 540px;
    object-fit: contain;
    width: 100%;
}
.arck-working-skill-text-wrap{
    padding-top: 15px;
}
.arck-cta-content{
    padding: 95px 0px 110px;
}
.arck-about-section-2{
    padding: 100px 0 135px;
}
.arck-footer-widget-wrapper{
    padding: 65px 0px;
}
.arck-footer-copyright{
    padding: 10px;
}
/*.arck-header-section .brand-logo {
    max-width: 210px;
}
.arck-header-section .brand-logo{
    position: absolute;
    top: 36px;
    background: white;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(199 149 38 / 12%) !important;
    border-radius: 0px 0px 5px 5px;
}
.sticky-on .brand-logo {
    max-width: 140px;
    position: unset;
    background: unset;
    box-shadow: unset !important;
    border-radius: unset;
    padding: unset;
}*/


.products-dropdown-menu{
    background-image: url(../img/slider/s-sh1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: auto 325px !important;
}

.multipleSelection {
    position: relative;
}

.selectBox {
    position: relative;
}
.select_pc{
    color: red;
}

.selectBox select {
    width: 100%;
    padding: 14px 10px 14px 0px;
    border-bottom: 1px solid #E0E0E0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 100;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkBoxes {
    display: none;
/*    border: 1px #c79526 solid;*/
    position: absolute;
    width: 100%;
    height: 150px;
    background: white;
    box-shadow: 0px 5px 9px 2px #c7952626;
    overflow: scroll;
    overflow-x: hidden;
    padding-top: 5px;
    border-radius: 5px;
}
#checkBoxes .sel_chcbox{
    width: 15px;
    height: 22px;
    margin-bottom: 0px;
    margin-top: 3px;
    margin-right: 5px;
}
#checkBoxes::-webkit-scrollbar{
    width: 5px;
    background: #c7952626;
    border-radius: 10px;
}
#checkBoxes::-webkit-scrollbar-thumb{
    background: #c79526;
}
#checkBoxes::-webkit-scrollbar-thumb:hover {
    background: #c79526;
}

#checkBoxes label {
    display: flex;
    font-size: 15px;
    padding: 3px 13px;;
}

#checkBoxes label:hover {
    background-color: #c79526;
    color: white;
    /* Added text color for better visibility */
}
.multi2{
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.arck-main-slider-item-2 .slider-shape{
    left: 375px;
    top: 15%;
}
@media screen and (max-width: 768px) {
    .thumbnails-container::before, .thumbnails-container::after{
        height: 170px;
    }
    .pro_div_w{
        width: 50%;
    }
    .pro_img{
        height: auto;
    }
    .arck-project-details-text h3{
        font-size: 28px;
    }
    .arck-main-slider-item-2{
        padding: 190px 0px 110px;
    }
}

.clip-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(40.8% at 99% 80%);
    background: rgb(199 149 38 / 50%); /* Optional: semi-transparent background color */
    pointer-events: none; /* Make sure the shape doesn’t block interactions with the image */
    animation: zoom-in-out 3s infinite;
}

@keyframes zoom-in-out {
    0% {
        clip-path: circle(40.8% at 99% 80%); /* Initial size */
    }
    50% {
        clip-path: circle(30.8% at 99% 80%); /* Zoom in effect */
    }
    100% {
        clip-path: circle(40.8% at 99% 80%); /* Return to initial size */
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Adjust the value for desired height */
    }
    100% {
        transform: translateY(0);
    }
}

.slider-shape {
    animation: upDown 2s ease-in-out infinite; /* Adjust the duration and timing function as needed */
}
.arck-main-slider-item-2.slick-current.slick-active .slider-shape{
    z-index: 1;
}
.selectBox .sel_2{  
    border: 0;
    padding: 16px 10px 18px 20px;
    border-radius: 5px;
}
.arck-about-text-wrap-2{
    padding-top: 5px;
}
.arck-about-img-wrap-2 img{
    border-radius: 0px 160px 0px 160px !important;
}
.arck-btn-2 a{
    border-radius: 5px 30px 5px 30px;
}
.archx-blog-more-btn a{
    border-radius: 5px 30px 5px 30px;
}
.ar-pro_left_arrow{
    border-radius: 0px 0px 0px 25px;
}
.ar-pro_right_arrow{
    border-radius: 0px 25px 0px 0px;
}
.archx-contact-form button{
    border-radius: 5px 30px 5px 30px;
}
.archx-project-item-2{
    background: white;
    padding: 6px;
    border-radius: 100px 0px 0px 0px;
}
.slick-slide img{
    border-radius: 115px 0px 0px 0px;
}
.cat_slid_ic{
    position: absolute;
    width: 110px;
    height: 110px;
    background: #cb9700;
    z-index: 1;
    border-radius: 100px 0px 55px 0px;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid white;
}
.f-30{
    font-size: 30px;
}
.archx-project-item-2 .archx-project-text-2{
    border-radius: 50px;
}
.archx-project-item-2 .archx-project-text-2 .more_btn{
    height: 50px;
    border-radius: 50%;
}
.arck-appointment-form-wrap form button, .arck-btn a{
    border-radius: 5px 30px 5px 30px;
}
.arck-cta-content .arck-btn a:before{
    border-radius: 5px 30px 5px 30px;
}
.arck-appointment-form-wrap form button:before, .arck-btn a:before{
    border-radius: 5px 30px 5px 30px;
}
.arck-appointment-form-wrap form button:after, .arck-btn a:after{
    border-radius: 5px 30px 5px 30px;
}
.mobile_menu_content .m-brand-logo{
    width: 80%;
    margin: 40px auto;
}
.arck-main-slider-item-2 .arck-slider-main-text{
    max-width: 645px !important;
}
.arck-faq-video-section{
    padding: 80px 0px !important;
}
.arck-sponsor-section{
    padding: 80px 0px;
}
.archx-about-sponsor-wrapper div img{
    border-radius: 0!important;
}
.arck-faq-content h5{
    font-family: 'Titillium Web';
}
.arck-header-section .dropdown-menu{
    top: 62px;
}
.certi_dw{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.certi_dw i{
    color: white;
    font-size: 25px;
}
.cert_div:hover .certi_dw{
    opacity: 1;
}
.border-radius-150{
   border-radius: 150px 0px !important;  
}
.ctlg-div{
    border: 1px solid #c79526;
    box-shadow: 0px 1px 8px 3px #c7952661;
}
.arck-team-details-text-wrap {
    padding: 30px 30px!important;
}
.scr_mar {
  scroll-margin-top: 80px !important;
}

.mansion_text_align{
    text-align: justify !important;
    word-spacing: -0.5px;
}

@media screen and (max-width: 1500px) {
   .arck-header-main-content{
        padding: 10px 80px;
    }
    .sticky-on .arck-header-main-content{
        padding: 8px 80px;
    }
    .header-top-content{
        padding: 3px 80px;
    }
    .arck-main-slider-item-2 .arck-slider-img-2
    {
        top: 65px;
        clip-path: circle(109.8% at 114% 82%);
    }
}
@media screen and (max-width: 1366px) {
    
    .arck-main-slider-item-2 .arck-slider-img-2
    {
        top: 65px;
        clip-path: circle(104.8% at 114% 82%);
    }
    .arck-about-img-wrap-2 img {
        border-radius: 0px 145px 0px 145px;
    }
}
@media screen and (max-width: 1280px) {
    .arck-header-main-content {
        padding: 10px 20px;
    }
    .sticky-on .arck-header-main-content{
        padding: 8px 80px;
    }
    .header-top-content{
        padding: 3px 20px;
    }
    .arck-main-slider-item-2 .arck-slider-img-2
    {
        top: 65px;
        clip-path: circle(104.8% at 114% 82%);
    }
}
@media screen and (max-width: 1024px) {
    
    .arck-main-slider-item-2 .arck-slider-img-2
    {
        top: 65px;
        clip-path: circle(98.8% at 114% 82%);
    }
}
@media screen and (max-width: 991px) {
    .arck-about-text-wrap-2{
        padding-top: 25px;
    }
    .arck-header-section .brand-logo {
        position: unset;
        background: unset;
        padding: 0px;
        box-shadow: unset !important;
        border-radius: unset;
        max-width: 150px;
    }
    .arck-header-main-content {
        padding: 8px 20px;
    }
}
@media (max-width: 768px) {
    .header-top-content{
        display: none !important;
    }
    .inner-img img{
        height: auto;
    }
    .arck-working-skill-img img{
        height: auto;
    }
    .arck-main-slider-item-2 .slider-shape{
        top: 25% !important;
        left: 160px !important;
    }
    .sticky-on .arck-header-main-content {
        padding: 8px 20px;
    }
    .arck-about-img-wrap-2 img {
        border-radius: 0px 100px 0px 100px;
    }
}


@media screen and (max-width: 480px) {
    .img-thumbnail {
        width: 93px;
        height: 86px;
        min-width: 83px;
    }
    .img-thumbnail img {
        width: 85px;
        height: 76px;
    }
    .display-img{
        height: 350px !important;
    }
    .scroll-btn{
        width: 30px;
        height: 30px;
    }
    .thumbnails-container::before, .thumbnails-container::after{
        height: 118px;
    }
    .pro_div_w img{
        height: 200px;
    }
    .woocommerce ul.products li.product a img{
        height: 200px;
    }
    .arck-main-slider-item-2{
        padding: 165px 0px 110px;
    }

}

@media screen and (max-width: 340px) {
    .img-thumbnail {
        width: 70px;
        height: 70px;
        min-width: 79px;
    }
    .img-thumbnail img {
        width: 75px;
        height: 61px;
    }
    .img-selection{
      width: 100%;
    }

}



.arck-contact-page-form .cce_category{
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 55px;
    border: none;
    color: #6c7388;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.archx-contact-form .cce_category{
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;  
}
.custom-multiselect {
    position: relative;
    display: inline-block;
    width: 100%;
}


.arck-contact-page-form .selectBox {
     background-color: var(--white-color);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 55px;
    border: none; 
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 30px; 
}

.archx-contact-form  .selectBox {
        display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 8px;
    color: #817f7e;
    cursor: pointer;
    border-radius: 0;
    height: 50px;
}

.selectBox select {
    border: none;
    outline: none;
    background: transparent;
    pointer-events: none;
    width: 100%;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 2px;
}

#checkboxes label {
    display: flex
;
    margin-bottom: 8px;
    font-weight: normal;
    align-items: baseline;
    color: black;
}

#checkboxes input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 0;
    box-shadow: none;
    height: unset;
    width: unset;
}