.logo_projects {

    padding: 70px 0px;
    position: relative;
    z-index: 1;
}

.logo_projects_ab {
    position: absolute;
    background: var(--dark-orange);
    z-index: 4;
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.logo_projects_ab span {
    font-weight: 700;
    font-size: 30px;

}

.logo_projects_con {
    margin: 40px 0px;
}

.logo_project_slides_img img {
    width: 100%;
    height: 100%;
}

.logo_project_slides {
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}


.logo_project_slides_con {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    width: 100%;
    /* height: calc(100% - 40px); */
    /* width: calc(100% - 40px); */
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.logo_project_slides:hover .logo_project_slides_con {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.logo_project_slides a {
    display: flex;
    object-fit: cover;
}

.logo_projects {
    margin-bottom: 70px;
}

.logo_slide_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.logo_slide_top_con {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--dark-color);
    display: flex;
    justify-content: center;
    align-content: center;
}

.logo_slide_bottom span {
    display: block;
}

.logo_slide_bottom span:first-child {
    font-size: 30px;
    font-weight: 600;
}

.logo_slide_bottom span:last-child {
    font-size: 15px;
    margin-top: -5px;
}

.why_choose {
    margin: 80px 0px;
}

.why_choose_top {
    width: 60%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.why_choose_top_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    z-index: -1;

}

.why_choose_top_left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 70px;
}

.why_choose_top_right {
    width: 48%;
    margin-top: 20px;
}

.whychoose_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 90px;
}

.whychoose_bottom_slide_title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    padding: 20px 0px;
}

.whychoose_bottom_slide:nth-child(2) {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin: 0px 50px;
    padding: 0px 50px;
}

.home_slider_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_slider_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.home_slider_right {
    flex: 0 0 40%;
    max-width: 40%;
}

.home_slider_left_fisrt {
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
}
.home_slider_left_fisrt span{ color: var(--dark-orange);}

.home_slider_left_second {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 ;
    display: block;
    /* -webkit-text-stroke: 1px var(--dark-orange); */
    /* -webkit-text-fill-color: transparent; */
    color: var(--dark-orange);
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;

}

.home_slider_left_third {
    font-size: 16px;
    padding: 20px 0 ;
}

.logo_matter {
    margin: 70px 0px;

}

.logo_matter_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_matter_top_left {
    flex: 0 0 65%;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    max-width: 65%;
}

.logo_matter_top_right {
    flex: 0 0 28%;
    max-width: 28%;
}

.logo_matter_top_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo_matter_middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 60px 0px;
}

.logo_matter {
    padding: 60px 0px;
}

.logo_matter_middle_bottom {
    width: 80%;
}
.logo_matter_middle_bottom  p{ padding: 6px 0 ;}

.logo_matter_middle_bottom span {
    display: block;
}

.logo_matter_middle_bottom span:first-child {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--dark-orange);

}

.logo_matter_middle_bottom span:last-child {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 15px;

}

.logo_matter_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.logo_matter_container_left {
    flex: 0 0 400px;
    max-width: 400px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.logo_matter_container_left p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
}

.logo_matter_container_left_con {
    display: flex;
    align-items: flex-end;
}

.logo_matter_container_left_con span:last-child {
    margin-left: 10px;
}

.logo_matter_container_left_con span:first-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.logo_matter_container {
    position: relative;
}

.logo_matter_container_ab {
    position: absolute;
    width: 40%;
    right: 0px;
    top: -60px;
    z-index: 5;
}

.home_slider_left_book {
    margin-top: 60px;
}

.cliental {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.cliental-slide {
    flex: 0 0 calc(70% / 4);
    max-width: calc(70% / 4);
    width: calc(70% / 4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.cliental-slide img {
    width: 100%;
}

.swiper-slide-visible swiper-slide-active {
    transition: all 0.5 ease-in-out;
}


.matter_con {
    padding: 70px;
}

.matter_subcon span {
    display: block;
}

.matter_subcon span:nth-child(1) {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}

.matter_subcon span:nth-child(2) {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}

.matter_subcon span:nth-child(2) em {
    -webkit-text-stroke: 1px var(--dark-color);
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
}

.overflowspan {
    display: inline;
}

.matter_subcon span:nth-child(3) {
    width: 50%;
    margin-top: 30px;
}

/* website design */
.webservice_top_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.webservice_top_right {
    flex: 0 0 350px;
    max-width: 350px;
    margin-bottom: 60px;
}

.webservice_top_left {
    flex: 0 0 calc(90% - 350px);
    max-width: calc(90% - 350px);
}

.webservice_top_left h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
}

.webservice_top_right {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.webservice {
    margin: 90px 0px;
}

.development_projects_slide_title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 10px 20px;
}

.development_projects_slide {
    border: 1px solid #e5e7eb;
}


.websitechoose_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.websitechoose_con_left {
    flex: 0 0 150px;
    max-width: 150px;
}

.websitechoose_con_left_top_left {
    display: flex;
    margin: 0px auto;
    justify-content: space-between;
    align-items: center;
}

.websitechoose_top_left_con {
    border-radius: 50%;
    display: flex;
    object-fit: cover;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}

.websitechoose_top_left_con img {
    border-radius: 50%;

}

.websitechoose_top_left_con {
    position: relative;
    z-index: 2;
}

.websitechoose_top_left_con:nth-child(3) {
    background: var(--dark-orange) !important;
}

.websitechoose_top_left_con:after {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    top: -8px;
    left: -8px;
    z-index: -1;
    border-radius: 50%;
    background: var(--dark-color);
}

.websitechoose_top_left_con a {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--dark-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--dark-color)
}

.websitechoose {
    padding: 60px 0px;
    background: var(--dark-color);
}

.websitechoose_con_right {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.websitechoose_bottom {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.websitechoose_bottom_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 calc(90% / 4);
    max-width: calc(90% / 4);
}

.websitechoose_bottom_slide_left {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.websitechoose_bottom_slide_right {
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.websitechoose_bottom_slide_right span {
    display: block;
    color: #fff !important;
    font-weight: 700;
}

.website_cont_bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.website_cont_bottom_con {
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 40px;
}

.website_cont_bottom_con h3 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
}

.website_cont_botto_ab {
    position: absolute;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    padding: 60px;
    max-width: 45%;
    border: 3px solid #000;
}

.website_cont_botto_ab h4 {
    font-size: 47px;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
}

.website_cont_botto_ab_con {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 30px;
}
.website_cont_botto_ab_slide{ flex: 0 0 30%;}

.website_cont_botto_ab_slide span {
    display: block;
}

.website_cont_botto_ab_slide span:first-child {
    font-size: 40px;
    font-weight: 600; 
    color: var(--dark-orange);
}

.website_cont_botto_ab_slide span:last-child {
    font-weight: 600;
}

.website_cont_sec_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.website_cont_sec {
    margin-top: 70px;
}

.website_cont_sec_slide_title {
    font-size: 25px;
    font-weight: 700;
    color: var(--dark-orange);
   
}

.website_cont_sec_slide_matter {
    margin-top: 10px;
}

.website_services_matter_slide {
    text-align: center;
    flex: 0 0 calc(90% / 3);
    max-width: calc(90% / 3);
}
.website_services_matter_slide img{ margin: 0 auto;}
.website_services_matter_slide h3{ padding: 20px 0 ;}

.website_title_deve {
    border: none;
}

.development_projects {
    margin-bottom: 60px;
}

.website_banner {
    padding: 130px 0px;
    background: url('../image/websitebanner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.ecommerce-design {
    padding: 130px 0px;
    background: url('../image/ecommerce-website.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 60px;
    background-attachment: fixed;
}

.website_banner_con {
    width: 500px;
    background: var(--dark-color);
    padding: 30px;
}

.website_banner_con_title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark-orange);
}

.website_banner_con_matter {
    font-size: 40px;
    line-height: 45px;
    padding: 20px 0px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.website_banner_con_button a {
    background: var(--dark-orange);
    display: inline-block;
    padding: 12px 20px;
    color: #fff !important;
}


/* ABout us Page Design */
.about_subtitle{ text-align: center; max-width: 1000px; padding: 20px 0 ; margin: 0 auto; line-height: 23px;}
.about_us_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_us_left {
    flex: 0 0 350px;
    max-width: 350px;
}

.about_us_right {
    flex: 0 0 calc(90% - 400px);
    max-width: calc(90% - 400px);
}

.about_us_right p {
    font-size: 14px;
    text-align: justify;
}

.about_us_right p:first-child {
    font-weight: 700;
}

.about_us_left p {
    font-weight: 700;
    color: var(--dark-orange);
    text-align: center;
}


.about_gellery {
    padding: 70px 0px;
}

.about_gellery_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_gellery_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.about_gellery_right {
    flex: 0 0 52%;
    max-width: 52%;
    display: flex;
    object-fit: cover;
}

.about_gellery_left_img {
    display: flex;
    object-fit: cover;
}

.about_bottom_subcon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about_team_slide {
    flex: 0 0 calc(90% / 4);
    max-width: calc(90% / 4);
    margin-top: 40px;
}

.about_team_slide_name span {
    display: block;
}

.about_team_slide_img {
    position: relative;
    overflow: hidden;
    display: flex;
    object-fit: cover;
    background-color: var(--dark-orange);
}

.about_team_slide_img img {
    transition: transform 0.5s ease-in-out;
}

.about_team_slide:hover .about_team_slide_img img {
    transform: rotate(2deg) scale(1.5);
    transition: transform 0.5s ease-in-out;

}

.about_team_slide_name span:first-child {
    font-weight: 700;
    font-size: 25px;
    color: var(--dark-orange);

}

.about_title_con {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
}
 .about_title .main_title{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
     
}

.about_service {
    padding: 70px 0px;
}

.about_service_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_service_slide {
    flex: 0 0 calc(90% / 3);
    max-width: calc(90% / 3);
    margin-top: 50px;
}

.about_service_img svg {
    width: 30px;
    height: 30px;
}

.about_service_title {
    padding: 10px 0px;
    font-weight: 700;
    color: var(--dark-orange);
    font-size: 20px;
}

.about_insta_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about_insta_slide {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
    display: flex;
    object-fit: cover;
}

.about_title_insta {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

/*  about_us_video */

 .about_us_video{ padding: 60px 0 ;}
 .video_section{ display: flex; justify-content: space-between; flex-wrap: wrap;}
 .video_cont_left{ flex: 0 0 58%; width: 58%;}
 .video_cont_left  h2{ text-transform: uppercase;}
 .video_cont_left  p{  padding: 15px 0 ;}
.video_cont_right{ flex: 0 0 38%; width: 38%;}
.video_show{ justify-content: end; display: flex; width: 100%;}


.digital_con{ padding: 50px 0 ;}
.digital_services {
    padding: 50px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.digital_subcon_top {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
} 
.digital_subcon_top span{ color: var(--dark-orange);}

.digital_subcon_title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.digital_subcon_top {
    padding: 20px 0px;
}

.digital_services_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digital_services_left {
    flex: 0 0 40%;
    max-width: 40%;
}

.digital_services_right {
    flex: 0 0 40%;
    max-width: 40%;
}

.digital_services_right span {
    display: block;
}

.digital_services_right span:first-child {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-orange);
}

.digital_services_right span:last-child {
    font-size: 60px;
    font-weight: 700;
    margin-top: -5px;
}

.digital_services_left {
    font-size: 16px;
    font-weight: 600;
}

.digital_services_left a {
    color: var(--dark-orange);
}


.digital_services_matter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.digital_services_matter_slide img{ margin: 0 auto;}

.digital_services_matter_slide {
    flex: 0 0 calc(95% / 4);
    max-width: calc(95% / 4);
    margin-top: 50px;
    text-align: center;
}
.digital_services_matter_slide h3{ margin: 10px 0;}
.digital_services_matter_slide p {
    font-size: 14px;
}

.digital_means_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.digital_means_left,
.digital_means_right {
    flex: 0 0 48%;
    max-width: 48%;
}

.digital_means_right {
    margin-top: 50px;
}

.digital_means_left_top h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    padding: 20px 10px;
    color: #fff;
}

.digital_means_left_top span {
    font-weight: 700;
    color: var(--dark-orange);
    
}

.digital_means_left_top p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
}

.digital_means {
    background-color: var(--dark-color);
    padding: 80px 0px;
}

.digital_means_left_bottom img {
    border-radius: 10px;
    width: 100%;
}

.digi_subcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.digi_con{ padding: 50px 0 ;}

.digi_con_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.digi_con_right {
    flex: 0 0 48%;
    max-width: 48%;
}

.digi_con_left_con {
    width: 100%;
    position: relative;
}
.digi_con_left_con img{ border-radius: 10px;}
.digi_con_left_ab {
    position: absolute;
    top: 70%;
    left: 70%;
}

.digi_con_left_ab_con {
    position: relative;
}

.digi_con_left_ab_con_ab {
    position: absolute;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    background: #fff;
}

.digi_con_left_ab_con_ab span {
    display: flex;
}

.digi_con_left_ab_con_ab span span {
    display: inline;
    color: var(--dark-orange);
    font-weight: 700;
    margin-top: 0px !important;
    font-size: 25px !important;
    line-height: unset !important;
}

.digi_con_left_ab_con_ab span:first-child {
    font-weight: 700;
    font-size: 25px;
}

.digi_con_left_ab_con_ab span:last-child {
    font-size: 13px;
    margin-top: 10px;
    line-height: 19px;
    font-weight: 700;
}

.digi_con_right_middile {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #232323;
    padding: 20px 0px;
}

.digi_con_right_title {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark-orange);
    font-weight: 700;
}

.button_anchor {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    background: var(--dark-orange);
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.button_anchor:hover {
    background: var(--dark-orange);
    transition: all 0.3s ease;
}




/* headerdesign */
/* header {
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 5px 5px -4px rgba(0, 0, 0, .1);
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
} */

header {
    width: 100%;
    background-color: #fff!important;
    transition: all 0.3s ease-in-out;
    /* Smooth transition for all properties */
    /* padding: 5px 0; */
    /* Default padding */
    box-shadow: none;
    /* No shadow initially */
}

header.sticky {
    transition: all 0.3s ease-in-out;
    position: fixed;
    /* Makes the header stick to the top */
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    /* Reduced padding for a compact look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Adds a subtle shadow */
    background-color: #f8f9fa;
    /* Lighter background for sticky state */
}


.header_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;

}

.logo a {
    display: block;
    width: 100px;
}

.menubutton a {
    display: block;
    height: 40px;
    background-color: var(--dark-color);
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 130px;
    border-radius: 2px;
}

.menubars_con {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu_bars {
    margin-left: 10px;
    font-size: 40px;
    cursor: pointer;
}

.footer_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* footer design */

footer {
    margin-top: 50px;
    border-top: 1px solid #000;
    background: #232323;
}

.footer_con {
    padding: 70px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 30px;
}

.footer_con_about {
    max-width: 300px;
}

.footer_con_about p {
    font-size: 14px;
}

.footer_con_menu a {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
}

.footer_con_menu h3 {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.footer_con_menu h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: 0px;
    left: 0px;

}

.footer_con_menu h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background: var(--dark-orange);
    bottom: 0px;
    left: 0px;
}

.footer_con_address {
    max-width: 250px;
}

.address_title {
    color: #fff;
    display: block;
    font-weight: 600;

}

.footer_con_address p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.footer_con_address_contact a {
    color: var(--dark-orange);
    font-size: 20px;
    font-weight: 700;
}

.footer_con_about p {
    color: #fff;
    font-size: 16px;
}

.social_link {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.social_link a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    background-color: #303030;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.footer_con_bottom {
    margin-top: 90px;
    padding: 20px 0px;
    background: #fff;
}

.footer_con_bottom span {
    font-size: 15px;
    color: #232323;
    display: block;
    text-align: center;
}

.footer_con_bottom a {
    color: var(--dark-orange);
}


/* our project */

.ourproject_subcon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ourproject_slide {
    flex: 0 0 calc(90% / 2);
    max-width: calc(90% / 2);
    border: 1px solid #f5f5f5;
    margin-top: 50px;
}

.ourproject_slide span {
    font-size: 30px;
    font-weight: 700;
    color: #282828;
    display: block;
    margin: 0px;
    padding: 0px;
    padding: 0px 20px;
    line-height: 30px;
    /* margin-top: -10px; */
    margin-bottom: 20px;
}

.ourproject_slide p {
    color: #000;
    font-weight: 600;
     margin: 10px 0 ;
    font-size: 14px;
    color: var(--dark-orange);
    padding: 0px 20px;
}

.ourproject_slide_img {
    display: flex;
    object-fit: cover;
    overflow: hidden;
}

.ourproject_slide_img img {
    transition: transform 0.5s ease;
}

.ourproject_slide:hover .ourproject_slide_img img {
    transform: rotate(3deg) scale(1.1);
    transition: transform 0.5s ease;
}

.ourproject_slide a {
    display: block;
    overflow: hidden;
}

.ourproject_title_con {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 50px ;
}



/* reponsive  */
/* our project */
@media screen and (max-width: 1250px) {
    .container {
        margin: 0px 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:992px) {
    .ourproject_title_con {
        font-size: 25px;
        line-height: 35px;
    }
    .video_cont_left{ flex:  0 0  100%;}
    .video_cont_right{flex: 0 0 100%;}
    .video_show { justify-content: center; margin: 30px 0 ;}






     .header_con .logo{text-align: center;}
    /* #headerMenu { display: none; } */
    .header_trigger {  display: flex!important; }
     
    #headerMenu { position: absolute; top: 107px;  transition: all 0.5s ease-in-out;  left: -100%;  background-color: #fff; width: 300px; height: 100vh; }
    .header_nav-list{  display: block!important; }

    .header_nav-list_item{ padding: 20px 0 ; margin: 0 20px;}









































    
}

@media screen and (max-width: 550px) {
    .ourproject_slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ourproject_title_con {
        font-size: 15px;
        line-height: 23px;
    }
}

/* website development */

@media screen and (max-width: 768px) {
    .cliental-slide {
        flex: 0 0 calc(70% / 3);
        max-width: calc(70% / 3);
        width: calc(70% / 3);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
}

@media screen and (max-width:992px) {
    .website_cont_sec_slide {
        flex: 0 0 calc(90% / 3);
        max-width: calc(90% / 3);
    }

    .website_cont_bottom {
        justify-content: space-between;
    }

    .website_cont_botto_ab {
        position: static;
        padding: 20px;
        flex: 0 0 calc(48% - 40px);
        max-width: calc(48% - 40px);
    }
}


@media screen and (max-width:768px) {
    .website_cont_sec_slide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    .website_cont_sec_slide:first-child {
        margin-top: 0px;
    }

    .website_cont_sec_con,
    .website_cont_bottom {
        flex-wrap: wrap;
    }

    .website_cont_botto_ab {
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
        padding: 30px;
    }

    .website_cont_bottom_con {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .websitechoose_bottom {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .websitechoose_bottom_slide {
        flex: 0 0 calc(90% / 2);
        max-width: calc(90% / 2);
        margin-top: 30px;
    }

    .websitechoose_con_right_top,
    .websitechoose_con_right_bottom {
        font-size: 20px;
        line-height: 30px;
    }

    .digital_services_matter {
        flex-wrap: wrap;
    }

    .website_services_matter_slide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .website_services_matter_slide:first-child {
        margin: 0px;
    }

    .webservice_top_left {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .webservice_top_left h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .webservice_bottom {
        margin: 0px;
    }
}


@media screen and (max-width: 600px) {
    .cliental-slide {
        flex: 0 0 calc(70% / 2);
        max-width: calc(70% / 2);
        width: calc(70% / 2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

    .websitechoose_top {
        flex-direction: column;
    }

    .websitechoose_con_right {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .websitechoose_con_right_top,
    .websitechoose_con_right_bottom {
        font-size: 30px;
        line-height: 40px;
    }

    .websitechoose_con_left {
        flex: unset;
        margin-bottom: 20px;
    }

    .website_title_con {
        width: 90%;
    }

    .webtitle_bottom {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width:800px) {
    .website_banner {
        background-attachment: fixed;
        background-position: center 30%;
        padding: 40px 0px;
    }

    .website_banner_con {
        width: 80%;
        margin: 0px auto !important;
    }
}

@media screen and (max-width:600px) {
    .website_banner_con_matter {
        font-size: 20px;
        line-height: 25px;
        margin: 0px;
    }
}

@media screen and (max-width:550px) {
    .website_cont_botto_ab h4 {
        font-size: 30px;
    }

    .website_cont_botto_ab_con {
        flex-wrap: wrap;
    }

    .website_cont_botto_ab_slide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .website_cont_botto_ab_slide:first-child {
        margin: 0px;
    }


}

@media screen and (max-width: 700px) {
    .home_slider_left {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-top: 40px;
    }

    .home_slider_right {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;

    }

    .home_slider_con {
        flex-wrap: wrap;
    }

    .webservice {
        margin-top: 30px !important;
    }
}

/* aboutuspage  */
@media screen and (max-width:992px) {
    .about_us_con {
        flex-wrap: wrap;
    }

    .about_us_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_us_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_us_left p {
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .about_team_slide {
        flex: 0 0 calc(90% / 2);
        max-width: calc(90% / 2);
    }
}

@media screen and (max-width: 400px) {
    .about_team_slide {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .about_service_slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about_service_con {
        flex-wrap: wrap;
    }

    .about_title_con {
        font-size: 40px;
        text-align: left;
        width: 60%;
    }
    .about_title .main_title{   font-size: 40px;
        text-align: left;}
        .about_title .about_subtitle { text-align: left;}

    .about_insta_slide {
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
        display: flex;
        object-fit: cover;
    }
}


@media screen and (max-width:600px) {
    .about_title_con {
        font-size: 40px;
        text-align: left;
        width: 100%;
    }
}



/* logo design */

@media screen and (max-width: 800px) {
    .logo_matter_top_left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo_matter_top_right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .logo_matter_top {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 768px) {
    .logo_matter_container {
        flex-wrap: wrap;
    }

    .logo_matter_container_ab {
        position: static;
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .logo_matter_container_left {
        order: 1;
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

.logo_matter_middle_left {
    flex: 0 0 70%;
    max-width: 70%;
}

.logo_matter_middle_right {
    flex: 0 0 29%;
    max-width: 29%;
}


@media screen and (max-width:768px) {
    .logo_projects {
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 120px !important;
    }

    .logo_matter {
        margin: 0px !important;
    }

    .logo_matter {
        padding-bottom: 20px !important;
    }

    .logo_matter_middle_bottom {
        width: 100%;
    }
    .whychoose_bottom{
        flex-wrap: wrap;
    }
    .whychoose_bottom_slide{
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0px !important;
      margin-top: 40px !important;
      padding: 0px !important;
      border: none !important;
    }
    .testimonials_con{
        flex-wrap: wrap;
    }
    .testimonials_con_left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonials_con_right{
        flex:  0 0 80%;
        max-width: 80%;
        margin-top: 20px;
    }
    .testimonials_con_left_bottom{
        display: none;
    }
    .text-animation canvas{
        height: 300px !important;
    }
}

@media screen and (max-width: 500px) {
    .logo_matter_middle_bottom span:last-child {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-top: 15px;
    }
    .logo_matter_top_left{
        font-size: 20px;
        line-height:28px;
    }
}

@media screen and (max-width:1024px){
    .why_choose_top{
        width: 90%;
    }
}

@media screen and (max-width:600px){
    .why_choose_top{
        width: 70%;
    }
    .why_choose_top_left{
        font-size: 30px;
        line-height: 38px;
    }
}
@media screen and (max-width:420px){
    .why_choose_top{
        width: 100%;
    }
    .why_choose_top_left{
        font-size: 30px;
        line-height: 38px;
    }
    .why_choose_top_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px){
    .testimonials_con_left_top{
        font-size: 30px;
        line-height: 40px;
    }
}
.website_cont_sec_slide{
    flex: 0 0 calc(95% / 3);
    max-width: calc(95% / 3);
}

/* footer  */

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

    .footer_con_about,.footer_con_menu{ flex: 0 0 48%;}



}

/*  header css */


 .header_nav-list{ display: flex;}

.header_nav-list_item:not(:last-child){margin-right: 20px ; }
.nav-link{font-size: 17px;}
.header_nav-list_item .nav-item.current,
.header_nav-list_item .nav-link.current {
    color: var(--dark-orange)
}

/* .header_nav-list_item .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 20px 15px 0 0
} */
/* .header_nav-list_item .dropdown-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
} */

/* .header_nav-list_item .dropdown-toggle .icon {
    will-change: transform;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    margin-bottom: 2px;
    color: #ffc631
} */


.header_nav-list_item .dropdown-toggle{ cursor: pointer;}

.header_nav-list_item .dropdown-toggle:hover .icon,
.header_nav-list_item .dropdown-toggle[aria-expanded=true] .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.header_nav-list .dropdown {
    position: relative
}

.header_nav-list .dropdown:last-of-type .dropdown-menu {
    right: 0
}

.header_nav-list .dropdown-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    z-index: 100;
    opacity: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    text-align: left;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 20px 0 0
}

.header_nav-list .dropdown-menu.active {
    opacity: 1;
    visibility: visible
}

.header_nav-list .dropdown-list {
    margin: 0;
    background-color: #fff;

    padding: 20px
}

.header_nav-list .dropdown-item.current,
.header_nav-list .dropdown-item:hover {
    color: #ffc631
}

.autohide {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
body{padding-top: 108px}



/*  cg */
.header_nav-list_item .dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 15px 0 0;
}

.header_nav-list_item .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.header_nav-list_item .dropdown-toggle .icon {
    transition: transform 0.3s ease-in-out;
    /* transform: rotate(90deg); */
    font-size: 12px;
    margin-bottom: 2px;
    color: var(--dark-orange);
}

/* .header_nav-list_item .dropdown-toggle:hover .icon {
    transform: rotate(270deg);
} */
.header_nav-list_item .dropdown-toggle:hover .icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out; 
}


.header_nav-list .dropdown {
    position: relative;

}

.header_nav-list .dropdown-menu {
    width: max-content;
    position: absolute;
    z-index: 100;
    opacity: 0;
   
    visibility: hidden;
    text-align: left;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px 0 0;
   
    width: 200px;
    background-color:#fff;
}

.header_nav-list .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
  .list-item{ border-bottom: 1px solid #f5f5f5;}

.header_nav-list .dropdown-item{color:var(--dark-orange); font-size: 17px;}
.header_nav-list .dropdown-item:hover {
    color: #000;
}
/*  toggle */

.header_trigger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    display: none;
}

.header_trigger .line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header_trigger .line--short {
    width: 20px;
}

.header_trigger[aria-expanded="true"] .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header_trigger[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

.header_trigger[aria-expanded="true"] .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.header_trigger[aria-expanded="true"] .line:nth-child(4) {
    opacity: 0;
}


/*  faq accordian  */

.faq_section{ padding: 50px 0 ;}
.faq_wrapper{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
 .faq_section .main_title { margin-bottom: 30px; font-size: 30px; font-weight: 700;}
.acc-container {
   
    width: 100%;
  }
  
  .acc {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  .acc-head {
    /* background-color: rgb(155, 154, 87); */
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    color: #000!important;
    cursor: pointer;
   }
  
   .acc-head::before,
   .acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: var(--dark-orange);
    transition: all .3s;
   }
  
   .acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
  }
  
  .acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
  }
  
  .acc-head p {
    color: var(--dark-orange);
    width: 90%;
    font-size: 18px;
    font-weight: bold;
  }
  
  .acc-content {
    padding: 15px 10px;
    display: none;
  }
          
  .acc-head.active::before {
      transform: rotate(90deg);
  }
  

.faq_massage{ border: 1px solid #000; border-radius: 5px; text-align: center; padding: 20px 30px ; }
.faq_massage i{font-size: 30px; }
.faq_massage h4{ padding: 20px;}
.faq_massage p{ font-size:  16px; margin-bottom: 20px;}
.faq_massage .faq_mail_button { width: 100%; padding:  12px; background-color: #000; color: #fff; }
.faq_mail_button a{ color:var(--dark-orange) ;}