/* talent page  */




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

.Why_sec::before {
    display: none;
}



.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: -8em;
}
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;
}
/* 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;
}
section.access .action_button,section.talent_home_sections .action_button {
    padding-top: 40px;
}
/* what we do sec */
section.what_do_sec.access {
    background: #fff;
}
.what_do_sec  ul li {
    list-style: none;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 16px;
    position: relative;
    color: #333;
}

.what_do_sec  ul li::before {
    margin-left: -27px;
    margin-right: 15px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c00;
}
.what_do_sec p{
    text-align: center;
}

/* process */
section.our_process {
    padding: 40px 0;
}

.process_item span.number {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    color: #cc0000;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(1 1 64 / 8%);
    box-shadow: 0 10px 30px 0 rgb(1 1 64 / 8%);
    text-align: center;
    margin: 0 auto;
    font-family: 'Open Sans';
    border: 1px solid;
    margin-left: 0;
    transition: .3s ease all;
}
.process_item:hover  span.number{
    background-color: #cc0000;
    color: #fff;
}
.innerprocess h5 {
    color: #333333;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.innerprocess p {
    color: #333333;

}
.process_item {
    margin-bottom: 20px;
}
.process_item .col-md-1 {
    position: relative;
}

.process_item .col-md-1::after {
    content: '';
    position: absolute;
    left: 32%;
    top: 0;
    width: 0;
    height: 120%;
    border-right: 2px dashed #94a2ce;
    opacity: .3;
    margin-left: -1px;
    z-index: -1;
}

.process_item.last_item .col-md-1::after {
    display: none;
}

@media (max-width: 1024px){
    section.banner_sections .banner_content {
        margin-top: 0em;
    }
    section.banner_sections {
        padding: 6rem 0 2rem 0;
        background-position-x: -153px !important;
    }
    section.banner_sections .container .row {
        height: auto;
        align-items: center;
    }
    .banner_content h1 {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media (max-width: 991px){
    section.banner_sections {
        padding: 6rem 0 2rem 0;
/*         background: none !important; */
    }
	section.banner_sections .pc_image img {
		width: 140%;
		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: 0px;
    }
    .hire_box_content h4 {
        margin: 0px 0 20px;
    }
    .reverce_lg{
        flex-direction: column-reverse;
    }
section.access .action_button, section.talent_home_sections .action_button {
    padding-top: 0px;
}
}
@media (max-width: 900px){
	  section.banner_sections {

        background: none !important;
    }
	section.banner_sections .pc_image img {
		width: 100%;
		margin-left: 0px;
	}
}
@media (max-width: 720px){
    .process_item .col-md-1::after{
        display: none;
    }
    .process_item span.number {
        margin: 0 auto 15px;
    }
    .innerprocess {
        padding: 30px 30px;
        text-align: center;
        box-shadow: 0px 2px 20px -6px #bdbdbd87;
        width: 95%;
        margin: 25px auto 25px;
    }
}

@media (max-width: 320px){
	.banner_content h1 {
    font-size: 24px;
    line-height: 29px;
}
}