body{
  
background: #242426 !important;
}


/* banner start */

.web_design_banner_section{
    float: left;
    width: 100%;
    background-color: #353537;
    color: #fff;
    padding: 0px 10px;
    margin-bottom: 0px;
}
.web_design_banner_section .web_design_banner_data{
    padding: 110px 0px 110px 0px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: '. .';
    gap: 70px 20px;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_text{
   display: flex;
   flex-direction: column;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_text h1{
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.web_design_banner_section .web_design_banner_data .web_design_banner_text p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_detail_list{
margin-bottom: 25px;
display: flex;
flex-direction: column;
gap: 15px 0px;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_detail_list li{
    color: #ffff;
    font-size: 16px;
    }
    .web_design_banner_section .web_design_banner_data .web_design_banner_detail_list li::marker{
        color: #ff0066;
       font-size: 20px;
    }
.web_design_banner_section .web_design_banner_data  .web_design_banner_links_list{
display: flex;
gap: 0px 20px;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_links_list .web_design_banner_link a{
    background: linear-gradient(120deg, #ff0066, #cc0052);
border-color: transparent;
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: 700;
padding: 13px 30px;
text-align: center;
transition: all 0.3s ease-in-out;
border-radius: 50px;
border: none;
display: inline-block;
box-shadow: 0 14px 30px -10px rgba(255,0,102,0.5);
}

.web_design_banner_section .web_design_banner_data .web_design_banner_links_list .web_design_banner_link a:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -8px rgba(204,0,82,0.65);
    color: #fff;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_links_list .web_design_banner_link a:active{
    transform: translateY(-1px) scale(0.97);
}

.web_design_banner_section .web_design_banner_data .web_design_banner_slider figure{
    width: 100%;
    height: 100%;
    display: block;
     margin: 0px;
     text-align: center;
     position: relative;
}
.web_design_banner_section .web_design_banner_data .web_design_banner_slider figure::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle, rgba(255,0,102,0.35), transparent 70%);
    filter: blur(40px);
    z-index: 0;
}

.web_design_banner_section .web_design_banner_data .web_design_banner_slider figure img{
 width: 80%;
 position: relative;
 z-index: 1;
   }
/* banner end */

/* hire_web_designer_section start */

.hire_web_designer_section{
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 10px;
    padding-top: 80px;
   padding-bottom: 90px;
}
.hire_web_designer_section .hire_web_designer_heading{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
}
.hire_web_designer_heading_detail{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px 0px;
    padding-bottom: 40px;
}
.hire_web_designer_heading_detail P{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
}
.hire_web_designer_section .hire_web_designer_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
}
.hire_web_designer_section .hire_web_designer_heading h1 span{
    color: #ff0066 !important
}
.hire_web_designer_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: '. . .';
    gap:30px 40px;
}
.hire_web_designer_list .hire_web_designer_box{
    background-color: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    box-shadow: 0 20px 45px -18px rgba(0,0,0,0.45);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: all 0.35s ease-in-out;
}
.hire_web_designer_list .hire_web_designer_box:hover{
    background: linear-gradient(265deg,#ff0066,#99003d);
    border-color: transparent;
    transform: translateY(-8px);
    box-shadow: 0 28px 50px -16px rgba(204,0,82,0.4);
}
.hire_web_designer_list .hire_web_designer_box:hover h3,
.hire_web_designer_list .hire_web_designer_box:hover p{
    color: #fff;
}

.hire_web_designer_list .hire_web_designer_box h3{
    font-size: 20px;
    margin-bottom: 15px;
font-weight: 700;
line-height: 1.2;
color: #FFF;
}

.hire_web_designer_list .hire_web_designer_box p{
    font-size: 16px;
    margin-bottom: 8px;
color: #fff;
}

.hire_web_designer_list .hire_web_designer_box img{
    margin-bottom: 8px;
    width: 40px;
    transition: transform 0.35s ease;
}
.hire_web_designer_list .hire_web_designer_box:hover img{
    transform: scale(1.1) rotate(-4deg);
}

/* hire_web_designer_section end */

/* kind_of_employee_section start */
.kind_of_employee_section{
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 10px;
   margin-bottom: 0px;
   padding-top:70px;
   padding-bottom:70px;
}
.kind_of_employee_section .kind_of_employee_heading{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
    flex-direction: column;
    gap: 12px 0px;
}

.kind_of_employee_section .kind_of_employee_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
}
.kind_of_employee_section .kind_of_employee_heading h3{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
}
.kind_of_employee_section .kind_of_employee_heading span{
    color: #ff0066 !important
}
.kind_of_employee_list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: '. . . .';
    gap: 30px 30px;
}
.kind_of_employee_box{
display: flex;
width: 100%;
padding: 15px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 15px 0px;
cursor: pointer;
background-color: transparent;
transition: 0.5s ease-in-out;
}
.kind_of_employee_box img{
    width: 50%;
}
.kind_of_employee_box p{
    font-size: 18px;
font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.kind_of_employee_box:hover{
    border-radius: 6px;
    box-shadow: 0 16px 36px -14px rgba(0,0,0,0.4);
transition: 0.5s ease-in-out;

}
.kind_of_employee_box:hover p{
    color: #fff;
    font-weight: 700;
    transition: 0.5s ease-in-out;
}

/* kind_of_employee_section end */


/* outsourcing_with_worker_section start */

.outsourcing_with_worker_section{
    float: left;
    width: 100%;
    color: #fff;
    padding: 90px 10px;
}
.outsourcing_with_worker{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: '. .';
    gap: 30px 30px;
    align-items: center;
}
.outsourcing_with_worker_section .outsourcing_with_worker_heading{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 60px;
}

.outsourcing_with_worker_section .outsourcing_with_worker_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0px;
    text-align: center;
}

.outsourcing_with_worker_section .outsourcing_with_worker_heading h1 span{
    color: #ff0066 !important;
}
.outsourcing_with_worker_figure{
    width: 100%;
    text-align: center;
}
.outsourcing_with_worker_figure img{
    width: 70%;
}
.outsourcing_with_worker_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: '.';
    gap: 30px 20px;
}
.outsourcing_with_worker_list .outsourcing_with_worker_box{
  display: flex;
  width: 100%;
  gap:0px 25px;
}
.outsourcing_with_worker_list .outsourcing_with_worker_box .outsourcing_with_worker_box_liststyle{
    align-items: center;
    background: radial-gradient(ellipse at center,rgba(255,113,12,0) 50%,#ff4081 0);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-family: sans-serif;
    font-weight: 700;
    height: 19px;
    justify-content: center;
    margin-top: 5px;
    padding-left: 18px;
    width: 19px;
}
.outsourcing_with_worker_box_list_data{
display: flex;
flex-direction: column;
gap: 20px 0px;
}
.outsourcing_with_worker_box_list_data h3{
    font-size: 20px;
    margin-bottom: 0px;
font-weight: 700;
line-height: 1.2;
color: #fff;
}

.outsourcing_with_worker_box_list_data p{
    font-size: 16px;
    margin-bottom: 0px;
color: #fff;
}

/* outsourcing_with_worker_section end */


/* working_development_tech_section start */

.working_development_tech_section{
    float: left;
    width: 100%;
   background-color: #353537;
    color: #fff;
    padding: 90px 10px;
}
.working_development_tech_section .working_development_tech_heading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.working_development_tech_section .working_development_tech_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ff0066 !important;
    margin: 0px;
}
.working_development_tech_section .working_development_tech_heading h1 span{
  
    color: #fff;
}
.working_development_tech_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: '. . . . . .';
    gap:30px 40px;
}

.working_development_tech_list .working_development_tech_box figure{
   margin: 0px;
   text-align: center;
   cursor: pointer;
}
.working_development_tech_list .working_development_tech_box figure i{
    color: #ff0066;
    font-size: 40px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255,0,102,0.08);
    border: 1px solid rgba(255,0,102,0.25);
    transition: all 0.35s ease-in-out;
 }
.working_development_tech_list .working_development_tech_box:hover figure i{
    color: #fff;
    background: linear-gradient(265deg,#ff0066,#99003d);
    border-color: transparent;
    transform: translateY(-6px) scale(1.08) rotate(-6deg);
    box-shadow: 0 18px 32px -12px rgba(204,0,82,0.55);
}
.working_development_tech_list .working_development_tech_box figure figcaption small{
    color: #fff;
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.3s ease;
}
.working_development_tech_list .working_development_tech_box:hover figure figcaption small{
    color: #ff0066;
}

/* working_development_tech_section end */

/* frquently_asked_question_section start */
.frquently_asked_question_container{
max-width: 880px;
margin: 0 auto;
}
.frquently_asked_question_section{
    float: left;
    width: 100%;
    background-color:#353537;
    color: #fff;
    padding: 0px 10px;
padding-top: 90px;
padding-bottom: 50px;
}
.frquently_asked_question_section .frquently_asked_question_heading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.frquently_asked_question_section .frquently_asked_question_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff !important;
    margin: 0px;
}
.frquently_asked_question{
display: flex;
flex-direction: column;
width: 100%;
}
.frquently_asked_question_list{

background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
}
.frquently_asked_question_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 15px;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.25s ease;
}
.frquently_asked_question_box:hover{
    background-color: rgba(255,0,102,0.08);
}
.frquently_asked_question_box h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff !important;
    margin: 0px;
    padding-right: 20px;
}
.frquently_asked_question_box i{
    font-size: 18px;
    color: #fff !important;
    margin: 0px;
    transition: transform 0.3s ease, color 0.25s ease;
}
.frquently_asked_question_box:hover i{
    color: #ff0066 !important;
    transform: rotate(45deg);
}
.answer_box{
    background-color: #242426;
    color: #fff;
padding: 15px 15px;
font-size: 16px;
display: none;
transition: 0.5s ease-in-out;
}
.answer_box.answer_box_toggle{
 display: block;   
 transition: 0.5s ease-in-out;
}
/* frquently_asked_question_section end */




@media (min-width: 1025px) and (max-width: 1138px) {
    .web_design_banner_section .web_design_banner_data .web_design_banner_text h1{
        font-size: 49px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .web_design_banner_section .web_design_banner_data .web_design_banner_text h1{
        font-size: 36px;
    }
    .web_design_banner_section .web_design_banner_data .web_design_banner_text p{
        font-size: 18px;
    }
    .kind_of_employee_box p {
        font-size: 15px;
    }
    .working_development_tech_section .working_development_tech_heading h1 {
        font-size: 34px;
    }

    }

    @media (max-width: 767px) {
        .web_design_banner_section .web_design_banner_data .web_design_banner_text h1{
            font-size: 36px;
        } 
        .web_design_banner_section .web_design_banner_data {
            grid-template-columns: 1fr;
           grid-template-areas: '.';
        }
        .web_design_banner_section .web_design_banner_data .web_design_banner_text p{
            font-size: 18px;
        }

        .hire_web_designer_list {
            grid-template-columns: 1fr 1fr;
            grid-template-areas: '. .';
        }
        .kind_of_employee_list {
            grid-template-columns: 1fr 1fr;
            grid-template-areas: '. .';
        }

        .outsourcing_with_worker_section .outsourcing_with_worker_heading h1 {
            font-size: 30px;
        }
        .outsourcing_with_worker {
            grid-template-columns: 1fr;
            grid-template-areas: '.';
        }

        .working_development_tech_list {
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-areas: '. . .';
        }
        
        .working_development_tech_section .working_development_tech_heading h1 {
            font-size: 34px;
        }

        }

        @media (max-width: 540px) {
        .web_design_banner_section .web_design_banner_data .web_design_banner_text h1 {
            font-size: 30px;
        }
        .hire_web_designer_section .hire_web_designer_heading h1 {
            font-size: 26px;
        }
        .hire_web_designer_list {
            grid-template-columns: 1fr;
            grid-template-areas: '.';
        }
        .kind_of_employee_section .kind_of_employee_heading h1 {
            font-size: 24px;
            text-align: center;
        }
        .kind_of_employee_section .kind_of_employee_heading h3 {
            font-size: 18px;
            text-align: center;
        }
       .kind_of_employee_list {
            grid-template-columns: 1fr;
            grid-template-areas: '.';
        }

        .outsourcing_with_worker_section .outsourcing_with_worker_heading h1 {
            font-size: 22px;
        }

        .working_development_tech_list {
            grid-template-columns: 1fr 1fr;
            grid-template-areas: '. .';
        }
        .working_development_tech_section .working_development_tech_heading h1 {
            font-size: 24px;
        }
        .frquently_asked_question_section .frquently_asked_question_heading h1 {
            font-size: 24px;
        }
        .frquently_asked_question_box h3 {
            font-size: 15px;
        }
    
    }

    @media (max-width: 320px) {
        .web_design_banner_section .web_design_banner_data .web_design_banner_text h1 {
            font-size: 25px;
        }
        .hire_web_designer_section .hire_web_designer_heading h1 {
            font-size: 22px;
        }

    }