/* buisnes page  */

.Why_sec {
    background: #F9F9F9;
    background-image: none !important;
}

.Why_sec::before {
    display: none;
}


/* end buisness */
.banner_content ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 16px;
    position: relative;
    color: #333;
}

.banner_content ul li::before {
    margin-left: -27px;
    margin-right: 15px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c00;
}
section.banner_sections .banner_content {
    margin-top: -6em;
}
section.deciplan_home_sections {
    background: #f9f9f9;
}

/* access sec */

section.access {
    padding: 40px 0;
    background: #f9f9f9;
}

section.access .access_container img {
    width: 90%;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

section.access .access_container {padding-left: 20px;    position: relative;}
.access_image_box {
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(253, 71, 93, 0.1) 25%, rgba(14, 4, 75, 0.1) 100%);
    border-radius: 15px 15px 15px 15px;
    position: absolute;
    right: 0;
    height: 85%;
    width: 69%;
    bottom: -40px;
    z-index: 0;
}
/*section.talent_home_sections .action_button*/
section.access .action_button {
    padding-top: 40px;
}
/* hire sec */
.hire_box .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #CC0000;
    border-color: #CC0000;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans';
    margin: 0 auto 40px auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: #fff;
    position: relative;
    z-index: 3;
}
section.hire_expert {
    padding: 40px 0;
}
.hire_box_content h4 {
    font-weight: 600;
    font-family: 'Open Sans';
    margin: 25px 0 20px;
}
.hire_box_content {
    text-align: center;
    padding: 30px 23px 30px !important;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.hire_box:hover .hire_box_content {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
/*     cursor: pointer; */
}
.hire_box:hover .number{
    background: #CC0000;
    border-color: #CC0000;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
/*     cursor: pointer; */
}
.hire_box.line_after::after {
    content: '';
    position: absolute;
    top: 21px;
    width: 100%;
    background: #ededed;
    height: 1px;
    left: -51%;
    z-index: 0;
}
.hire_box.line_after {
    position: relative;
}
.hire_box.line_after::before {
    content: '';
    position: absolute;
    top: 21px;
    width: 0%;
    background: #ededed;
    height: 1px;
    left: -51%;
    z-index: 1;
    transition: .3s ease all;
}
.hire_box.line_after:hover:before {
    content: '';
    position: absolute;
    top: 21px;
    width: 100%;
    background: #c00;
    height: 1px;
    left: -51%;
    z-index: 1;
}

@media (max-width: 1024px){
    section.banner_sections .banner_content {
        margin-top: 0em;
    }
    section.banner_sections {
        padding: 6rem 0 2rem 0;
    }
    section.banner_sections .container .row {
        height: auto;
        align-items: center;
    }
}

@media (max-width: 990px){
.hire_box_content {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    cursor: pointer;
}
    section.banner_sections {
        padding: 6rem 0 2rem 0;
/*         background: none !important; */
    }
section.banner_sections .pc_image img {
		width: 145%;
		margin-left: -30px;
	}
    section.access .pt_top {
        padding-top: 65px;
    }
    .hire_box.line_after::before,.hire_box.line_after::after{
        display: none;
    }
  .hire_box .number {
    margin-bottom: 15px;
    margin-top: 20px;
}
    .hire_box_content h4 {
        margin: 0px 0 20px;
    }
    .reverce_lg{
        flex-direction: column-reverse;
    }
    section.hire_expert .action_button {
        margin-top: 40px;
    }
section.access .action_button, section.talent_home_sections .action_button ,section.deciplan_home_sections .action_button {
    padding-top: 0px;
}

}
@media (max-width: 900px){

	.hire_box .number{
        margin-bottom: 0px;
    }
	  section.banner_sections {

        background: none !important;
    }
	section.banner_sections .pc_image img {
		width: 100%;
		margin-left: 0px;
	}
}

@media (max-width: 720px){
    .hire_box .number {
        margin-bottom: 25px;
        margin-top: 28px;
    }
   .hire_box_content {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
        cursor: pointer;
    }
}