.white_bg {
    background-color: #fff !important;
}

.dark_section {
    background-color: #242524
}

.common_padding {
    padding: 100px 0
}

.dark_section h2,
.dark_section p,
.dark_section h4 {
    color: #fff
}

.pos_sticky {
    position: sticky;
    top: 100px;
}

.overflow_hidden {
    overflow: hidden
}

.bg_gray {
    background-color: #f8f8f8;
}


span.big_animated_title {
    font-size: 150px;
    position: absolute;
    font-weight: 700;
    opacity: 1;
    top: 0;
    line-height: 72px;
    color: #f1f1f1;
    right: 50px;
}

.dark_section span.big_animated_title {
    opacity: 0.1
}

.dark_section .big_animated_title {
    color: #fff
}

.relative {
    position: relative
}

.banner_img {
    background-color: #252425;
    padding: 140px 0 70px 0;
    overflow: hidden
}

.inner_banner_wave {
    position: absolute;
    top: 0
}

.inner_banner_wave2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    animation: animName 40s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.banner_img .inner_banner_img_icon {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 20%;
    filter: invert(1);
    opacity: 0.1;
}

.common_inner_banner_title {
    position: relative;
    z-index: 999
}

.common_inner_banner_title h2, .common_inner_banner_title h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px
}

.common_inner_banner_title p {
    color: #fff;
    font-size: 20px
}

.inner_banner_client_logo {
    background-color: #f8f8f8;
    padding: 20px 50px;
    position: relative;
    z-index: 9
}

.common_inner_banner_title span {
    background: linear-gradient(to left, #ffa000, #ff6000)
}


.inner_clint_logo_wrap img {
    width: 180px;
    margin: 0px auto;
    filter: grayscale(1)
}

.inner_clint_logo_wrap img:hover {
    filter: grayscale(0)
}

.inner_clint_logo_wrap .slick-track {
    display: flex !important;
    align-items: center;
}

/***********About*************/

.about_page_section_one {
    padding-left: 8%;
}

.mosaic_gallery {
    display: flex;
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px;
}

.mosaic_gallery .cmn_mosaic_gallery {
    padding: 0 10px;
}


.second_mosaic_gallery .mosaic_box {
    height: 150px;
    margin-bottom: 20px;
}

.second_mosaic_gallery .mosaic_box img,
.third_mosaic_gallery .mosaic_box img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.third_mosaic_gallery .mosaic_box {
    height: 250px;
    margin-bottom: 20px
}

.about_page_section_one .services_intro {
    padding-right: 100px
}













.services_intro {
    margin-bottom: 50px
}

.services_intro p {
    font-size: 20px;
    color: #000;
    font-weight: 300
}

.services_iconn span {
    height: 80px;
    width: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(to left, #ffa000, #ff6000);
    padding: 10px;
    position: relative;
    transition: ease-in all 0.3s
}

.services_iconn span img {
    filter: invert(1);
    width: 45px;
}

.services_iconn span::before {
    content: '';
    position: absolute;
    height: 95px;
    width: 95px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #ffa000;
    border-radius: 50px;
    transition: ease-in all 0.3s
}


.services_intro h2, .services_intro h1 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 50px
}

.single_inner_services p.services_desc {
    font-size: 20px;
    font-weight: 400
}

.single_inner_services h4.services_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    transition: ease-in all 0.3s
}

.single_inner_services {
    border-top: 1px solid #ccc;
    padding: 30px 0
}

.industries_slider_sec {
    background-color: #f8f8f8
}

.single_inner_services:hover .services_title {
    padding-left: 30px;
    transition: ease-in all 0.3s
}

.single_inner_services:hover .services_iconn span::before {
    height: 100px;
    width: 100px;
    transition: ease-in all 0.3s
}

.single_inner_services:hover .services_title {}



.inner_industries_wrapper {
    display: flex;
    flex-wrap: wrap
}

.inner_single_industries {
    width: 20%;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 50px;
}

.inner_single_industries:hover {
    box-shadow: 0 69px 62px -59px #bbb;
    background: #fff
}

.inner_single_industries:hover .single_industries_icon img {
    transform: scale(1.3);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.inner_single_industries h4 {
    font-size: 18px;
}

.single_industries_icon {
    margin-bottom: 20px
}

.single_industries_icon img {
    width: 80px
}

.single_industries_icon img {
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.dark_section .services_intro h1,
.dark_section .services_intro p {
    color: #fff
}

.why_hire_accrodian .card {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(204 204 204 / 18%) !important;
    padding-bottom: 15px
}

.why_hire_accrodian .card .card-header h2 a {
    color: #fff;
    display: block;
    font-weight: 700;
    cursor: pointer
}

.why_hire_accrodian .card .card-body {
    color: #fff;
    font-size: 20px
}

.why_hire_accrodian .card .card-body p {
    font-size: 20px
}

.why_hire_accrodian .card .card-header {
    border: none
}




.inner_process_tab_sec .utility_content_sec p,
.inner_process_tab_sec .utility_content_sec h4 {
    color: #000
}

.inner_process_tab_sec .utility_content_sec p {
    font-size: 20px;
}

.inner_process_tab_nav a {
    color: #000;
    font-size: 20px;
    border-left: 1px solid #000;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.3;
}

.inner_process_tab_nav a.active {
    opacity: 1;
    border-left: 2px solid #000;
}

.utility_content_wrapper a {
    font-size: 18px;
    text-transform: capitalize !important;
    text-decoration: none
}

.utility_content_wrapper .utility_content_sec h4 {
    font-size: 40px;
    font-weight: 700
}

.utility_content_wrapper .utility_content_sec p {
    margin-bottom: 30px;
    font-weight: 400
}

.utility_img_sec img {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%)
}

.single_expertise h4 {
    font-size: 30px;
    font-weight: 700
}

.single_expertise p {
    font-size: 18px;
    height: 113px;
    overflow: hidden;
    overflow-y: auto;
}


.single_expertise p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.single_expertise p::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.single_expertise p::-webkit-scrollbar-thumb
{
	background-color: #000000;
}








.single_expertise {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px;
    min-height: 315px;
    border: 1px solid #3a3a3a;
}
.technology_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 80%
}

.single_technology {
    width: 33%;
}

.single_technology.filter img {
    filter: brightness(1) invert(1);
}

.single_technology {
    padding: 20px
}

.single_technology img {
    margin-bottom: 20px
}

.single_expert_part {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px
}

.single_expert_part h4 {
    font-size: 40px;
    font-weight: 700
}



.hire_dev_block h2 span {
    background: linear-gradient(to left, #ffa000, #ff6000)
}

.hire_dev_block h2 {
    font-size: 50px;
    font-weight: 900
}

.hire_dev_block {
    padding: 80px;
}

.hire_dev_img img {
    position: absolute;
    top: 0;
    right: 0
}


.new_client_testimonial .testim-content {
    border: 8px solid #000;
    padding: 30px;
    min-height: 430px;
    background-color: #242524
}

.new_client_testimonial {
    background: linear-gradient(90deg, rgba(36, 37, 36, 1) 67%, rgba(0, 0, 0, 1) 67%) !important;
}

.new_client_testimonial .testim-content h3 {
    font-size: 25px;
}

.new_client_testimonial .testin_box_inner p {
    opacity: 1
}





.portfolio_section_new {
    box-shadow: 20px 25px 50px rgb(0 0 0 / 20%);
    background-color: #fff !important;
}
.portfolio_img_content{
	padding:30px 0;
}
.portfolio_img_content img{
	transform: scale(1);
}
.portfolio_section_new:hover .portfolio_img_content img{
	transform: scale(1.08);
}
.color_port .portfolio_img_content {
    background-color: #fff
}
.portfolio_section_new.new_port_right {
	box-shadow: -20px 25px 50px rgb(0 0 0 / 20%);
}
.color_port .portfolio_section_new {
    background-color: #72a5f7 !important;
}

.new_port_right {
    margin-left: 8%;
}

.new_port_left {
    margin-right: 8%;
}

.portfolio_content_new {
    padding: 0 80px;
}

.portfolio_content_new .project_tag {
    font-size: 20px;
    margin-bottom: 70px;
}

.portfolio_content_new h4 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700
}

.portfolio_content_new p {
    margin-bottom: 40px;
    font-size: 20px;
}

.portfolio_content_new {
    padding-right: 50px;
}

.portfolio_content_new h4 span {
    text-decoration: none;
    display: inline;
    background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
    background-position: 0 1.1em;
    background-repeat: no-repeat;
    background-size: 0% 0.25rem;
    background-position: 0% 100%;
    transition: background-size .6s ease-in-out .2s;
}

.portfolio_section_new:hover .portfolio_content_new h4 span {
    background-size: 100% 0.25rem;
    transition-delay: 0s;
}

.portfolio_section_new {
    height: 100%;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.port1.is-inview + span {
    background-color: #f8f8f8 !important;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.port2.is-inview + span.color2 {
    background-color: #242524 !important;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.port3.is-inview + span.color3 {
    background-color: #60287d !important;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.bg_chnager {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.scrolll_port_sec {
    cursor: pointer;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.scrolll_port_sec .scroll {
    -webkit-animation: scrollGrid 100s linear infinite;
    animation: scrollGrid 180s linear infinite;
    background-image: url(../img/images.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 100%;
    width: 100vw;
}


@keyframes scrollGrid {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2420px 0;
    }
}




.fact_title {
    margin-top: 50px;
    position: sticky;
    top: 100px
}



.fact_inner p {
    font-size: 30px;
    position: relative
}



.single_fact.one {
    width: 100%
}

.single_fact {
    font-size: 80px;
    width: 30%
}

.single_fact span {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin-bottom: 15px;
}

.fact_title h1 span {
    position: relative;
    width: fit-content
}

.fact_title h1 span::before {
    content: '';
    position: absolute;
    bottom: 26px;
    right: -50px;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: linear-gradient(to right, #ffa000, #ff6000);
}

.small_fact_title {
    font-size: 20px;
    font-weight: 700;
}

.logo_icon {
    margin-left: -50px;
    position: absolute;
    left: -20px;
    bottom: 0
}









.cr_csm_accordn .accordion .accordion_item h2 button {
    background-color: transparent;
    box-shadow: none;
    padding: 22px 0;
    border: none;
    font-size: 30px;
    font-weight: 800;
    color: #fff
}

.cr_csm_accordn .accordion .accordion_item h2 button:hover,
.cr_csm_accordn .accordion .accordion_item h2 button:focus {
    text-decoration: none
}

.accordion_body {
    background-color: transparent
}

.accordion_body {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    opacity: 0.7
}

.cmn_tp_pdng {
    padding-right: 8%
}

.cr_csm_accordn {
    padding-left: 70px;
}

.title_md {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 30px;
}

.text_para {
    font-size: 20px;
    font-weight: 300
}

.pd_lf_cmn {
    padding-left: 8%
}

.accordion_item {
    border-bottom: 1px solid #404040;
}

.accordion_body {
    padding-bottom: 25px
}



.core_value_title span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block
}

.core_value_title h4 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 900;
}

.core_value_title p {
    margin-bottom: 15px;
    font-size: 20px;
    opacity: 0.7
}

.sigle_core h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sigle_core {
    margin-bottom: 40px;
    padding-right: 50px
}

.sigle_core p {
    font-size: 25px;
    opacity: 0.7
}

.sigle_core img {
    margin-bottom: 15px;
}

.sigle_core h4 span {
    color: #ff6000;
    font-size: 50px;
}







.Benefit_hiring .card .card-header {
    background-color: transparent;
}

.Benefit_hiring .card .card-header h2 a {
    color: #000
}

.Benefit_hiring .card .card-body {
    color: #000;
}

.hire_services_sec .single_expertise {
    background-color: #fff;
    border: none
}

.hire_services_sec .single_expertise:hover {
    box-shadow: 0 69px 62px -59px #bbb;
}

.hire_services_sec .single_expertise:hover img {
    transform: scale(1.3);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.hire_services_sec .single_expertise img {
    transform: translateZ(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.hire_services_sec .single_expertise h4 {
    font-size: 25px;
}

.hire_services_sec .single_expertise img {
    margin-bottom: 15px;
}




.hiring_model_sec .single_expertise {
    min-height: auto;
}





.disc-list {
    counter-reset: step;
    /* Allows us to show the step number */
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    /* Put the discs in a row */
    flex-wrap: wrap;
    /* Allow them to wrap around as required */
    justify-content: center;
    margin-bottom: 100px
}

.disc-list li {
    counter-increment: step;
    /* Increment the list number */
    position: relative;
    width: 12rem;
    height: 12rem;
    text-align: center;
    border-radius: 50%;
    /* Make it a circle */
    background: #888;
    color: #888;
    display: flex;
    flex-shrink: 0;
    /* Don't allow the discs to squash inside the container */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 1.25rem 1.5rem 1.5rem;
    /* Right margin is the normal width - the border-width */
    overflow: visible;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 20%);
    background-color: #fff
}

.disc-list li span {
    color: #000;
    display: grid;
    font-size: 18px;
    max-width: 9rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px
}

/*
.disc-list:hover li svg g path {
    stroke: #ffa000
}
*/


.disc-list li span img {
    margin: 0px auto;
    margin-bottom: 10px
}

.disc-list li svg {
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    bottom: -1.5rem;
    /* Same as the disc-list li margin */
    right: -1.5rem;
}

.disc-list li svg path {
    stroke: rgba(0, 0, 0, 0.3);
}

.section.in-view #path1 {
    stroke-dasharray: 10;
    stroke-dashoffset: 1000;
    animation-name: path3;
    animation-duration: 10s;
    fill="freeze"animation-timing-function: ease-in;
}

.section.in-view #arrow_path {
    stroke-dasharray: 0;
    stroke-dashoffset: 100;
    animation-name: path4;
    animation-duration: 2s;
    fill="freeze"animation-timing-function: ease-in;
    animation-duration: infinite;
}

#arrow_path path {
    stroke: #ffa000
}

.section.in-view .arrow2 {
    animation-delay: 2s;
}

.section.in-view .arrow3 {
    animation-delay: 3s;
}

.section.in-view .arrow4 {
    animation-delay: 4s;
}

.section.in-view .arrow5 {
    animation-delay: 5s;
}

@keyframes path4 {
    from {
        stroke-dasharray: 100;
    }

    to {
        stroke-dasharray: 0;
    }

    100% {
        stroke-dasharray: 0;
    }
}


@keyframes path3 {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}











.hire-model-info {
    float: left;
    width: 100%;
    margin-top: 20px
}

.hire-model-head {
    width: 100%
}

.hiremodel-head-lt {
    display: inline-block;
    width: 310px;
    vertical-align: middle
}

.hiremodel-head-rt {
    display: inline-block;
    width: calc(100% - 315px);
    vertical-align: middle
}

.hiremodel-flex-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    transition: ease-in all 0.3s
}

.heading_model .hiremodel-flex-box {
    background-color: transparent !important;
}

.hiremodel-flex-box {
    flex: 0;
    text-align: center;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 21px;
    color: #000;
    cursor: default;
    background-color: #fff;
    transition: ease-in all 0.3s
}

.hiremodel-flex-box i {
    display: table;
    margin: 0 auto 10px
}

.hiremodel-flex-box span {
    display: table;
    margin: 0 auto;
    font-size: 24px;
    color: #000;
}

.hiremodel-flex-box span br {
    display: none
}

.hire-model-dtls {
    float: left;
    width: 100%;
    margin-top: 30px
}

.hire-model-dtls ul {
    float: left;
    width: 100%
}

.hire-model-dtls ul li {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 10px
}

.hire-model-dtls ul li:last-child {
    margin-bottom: 0
}

.hiremodel-grey-lt {
    background: #ebebeb;
    padding: 10px 35px;
    text-align: right
}

.hiremodel-grey-lt span {
    display: flex;
    height: 45px;
    font-size: 21px;
    color: #000;
    line-height: 24px;
    align-items: center;
    justify-content: flex-end
}

.hire-model-dtls ul li .hiremodel-flex-box {
    line-height: 65px
}


.hire-model-dtls.active1 .hiremodel-flex-row .full_time,
.hire-model-dtls.active2 .hiremodel-flex-row .part_time,
.hire-model-dtls.active3 .hiremodel-flex-row .hourly,
.hire-model-dtls.active1 .hiremodel-flex-row .common_bg,
.hire-model-dtls.active2 .hiremodel-flex-row .common_bg,
.hire-model-dtls.active3 .hiremodel-flex-row .common_bg {
    box-shadow: inset 0 0 10px #ccc;
    background-color: #f8f8f8;
    transition: ease-in all 0.3s
}







.contact_page_section {
    padding-bottom: 200px
}


.contact_single_part {
    background-color: #fff;
    padding: 15px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 10%)
}

.single_contact_icon img {
    width: 70%
}

.single_contact_info h5 {
    font-size: 17px;
    opacity: 0.5
}

.single_contact_info h4 {
    font-size: 20px
}

.excellis_rview img {
    margin: 0px 10px;
    filter: drop-shadow(20px 40px 50px rgb(0 0 0 / 20%));
	height:150px;
}
.excellis_rview{
	justify-content:space-between
}

.map_inner {
    padding: 30px;
    background-color: #fff;
    margin-top: -100px;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 10%)
}


.trusted-by-imgs,
.trusted-by-imgs .cnt_row.row {
    position: relative;
}



.trusted-by-imgs .cnt_row.row:before {
    content: "";
    width: 100%;
    height: 1px;
    top: -18px;
    left: 0;
    right: 0;
    background: transparent linear-gradient(90deg, #fff, #d5d5d5 23%, #d5d5d5 77%, #fff) 0 0 no-repeat padding-box;
    position: absolute;
    opacity: .9;
    transform: translateY(19px)
}

@media only screen and (max-width: 991px) {
    .trusted-by-imgs .cnt_row.row:before {
        display: none
    }
}

.trusted-by-imgs .linegrey_1,
.trusted-by-imgs .linegrey_2 {
    background: linear-gradient(180deg, hsla(0, 0%, 90%, 0) 0, hwb(0deg 90% 10%/0) 1%, #e5e5e5 25%, #e5e5e5 75%, hsla(0, 0%, 90%, 0) 94%, hsla(0, 0%, 90%, 0));
    position: absolute;
    left: 25%;
    top: 0;
    width: 1px;
    bottom: 0;
    z-index: 11
}

@media only screen and (max-width: 991px) {

    .trusted-by-imgs .linegrey_1,
    .trusted-by-imgs .linegrey_2 {
        left: 0
    }
}

.trusted-by-imgs .linegrey_2 {
    left: 75%
}

@media only screen and (max-width: 991px) {
    .trusted-by-imgs .linegrey_2 {
        left: 100%
    }
}

.trusted-by-imgs:after {
    content: "";
    background: linear-gradient(180deg, hsla(0, 0%, 90%, 0) 0, hwb(0deg 90% 10%/0) 1%, #e5e5e5 25%, #e5e5e5 75%, hsla(0, 0%, 90%, 0) 94%, hsla(0, 0%, 90%, 0));
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    bottom: 0;
    z-index: 11
}

@media only screen and (max-width: 991px) {
    .trusted-by-imgs:after {
        display: none
    }
}

.trusted-by-imgs .trust-img-border-right {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.trusted-by-imgs .trust-img-border-right .item_img {
    height: 200px
}
.item_img img{
     filter: drop-shadow(20px 40px 50px rgb(0 0 0 / 20%))
}

@media only screen and (max-width: 991px) {
    .trusted-by-imgs .trust-img-border-right .item_img {
        height: auto
    }
}

.trusted-by-imgs .trust-img-border-right img {
    max-width: 198px;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

@media only screen and (max-width: 991px) {
    .trusted-by-imgs .trust-img-border-right img {
        max-width: 100px !important;
        height: 72px !important
    }
}



.single_job_card {
    box-shadow: 20px 40px 50px rgb(0 0 0 / 10%);
    padding: 30px;
    border: 1px solid #f1f1f1;
    background-color: #fff
}

.job__role {
    font-weight: 700;
    font-size: 30px
}

.job__description_abstract h5 {
    font-size: 18px;
}

.job__description_abstract h5 span {
    opacity: 0.5
}

.article_read_more {
    background: #fff;
    padding: 16px 40px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 20px 40px 50px rgb(0 0 0 / 40%);
    transition: .6s cubic-bezier(.55, .17, .05, .85);
    will-change: transform, background-position, box-shadow;
}

.article_read_more:hover {
    box-shadow: none;
    color: #fff;

}
.career_details_show a{
    margin-left: 15px
}
.career_details_show{
    display: flex;
    justify-content: flex-end
}



.solutions-2-sing {
    position: relative;
    opacity: 0;
    background-color: #fff;
    margin-bottom: 180px
}

.solutions-2-sing,.solutions-2-sing.is-inview {
    transition: opacity 1.2s cubic-bezier(.24,.64,.4,1)
}

.solutions-2-sing.is-inview {
    opacity: 1
}

.solutions-2-sing.is-inview .solutions-2-sing__img>div {
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(.24,.64,.4,1)
}

.solutions-2-sing:last-of-type {
    margin-bottom: 0
}

.solutions-2-sing:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    height: 90%;
    width: 2px;
    background: #e96c24
}

.solutions-2-sing__circ {
    width: 100%;
    max-width: 460px;
    overflow: hidden;
}

.solutions-2-sing__circ-int {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    
}


.solutions-2-sing__circ1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-animation: a 40s linear infinite;
    animation: a 40s linear infinite
}

.solutions-2-sing__sx span.leftno {
    left: -100px
}
.solutions-2-sing__sx{
    filter: drop-shadow(50px 70px 50px rgb(0 0 0 / 20%))
}

.solutions-2-sing__sx span.leftno,.solutions-2-sing__sx span.rightno {
    position: absolute;
    font-size: 250px;
    color: #ffa000;
    top: 10%;
    font-family: var(--heading-font);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px
}

.solutions-2-sing__sx span.rightno {
    right: -100px
}

.solutions-2-sing__circ1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: var(--theme-yellow2);
    border-radius: 100%;
    z-index: 2
}

.solutions-2-sing__circ2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    -webkit-animation: a 25s linear infinite;
    animation: a 25s linear infinite
}

.solutions-2-sing__circ2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: var(--theme-yellow2);
    border-radius: 100%;
    z-index: 2
}

.solutions-2-sing__img {
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 100%;
    overflow: hidden
}

.solutions-2-sing__img>div {
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    transition: transform 1.2s cubic-bezier(.24,.64,.4,1)
}

.solutions-2-sing__tit p {
    margin: 20px 0 5px
}

.solutions-2-sing__subtit p {
    margin: 0
}

.rotating {
    -webkit-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite
}

.rotating2 {
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite
}

.solutions-2-sing__cont {
    margin-top: 25px
}

.solutions-2-sing__cont p {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: .5px
}

.solutions-2-sing.switch-side .solutions-2-sing__sx {
    order: 2;
    padding-left: 20px;
    padding-right: 0
}

.solutions-2-sing.switch-side .solutions-2-sing__dx {
    order: 1;
    padding-left: 0;
    padding-right: 50px;
    text-align: right
}

.solutions-2-sing.switch-side .solutions-2-sing__circ {
    margin-left: 0
}

.solutions-2-sing__tit p {
    font-size: 35px;
    font-weight: 800;
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotating2 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotating2 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media only screen and (max-width: 1366px) {
	.disc-list li{		    
		width: 11rem;
    	height: 11rem;
	}
}

/*------  03-05-2023-----*/
.color_class{
	color:#fff;
}
.overlayportfolio{
	position:relative;
}
.overlayportfolio:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgb(0 0 0 / 81%) 45%, transparent);
}
.overlayportfolio_title{
	position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0px, -50%);	
}
.overlayportfolio_title h2{
	color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
/*------  03-05-2023-----*/
/*------  29-05-2023-----*/
.pagination_sec{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
}
.page-numbers{
	padding: 7px 16px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin: 6px;
    border-radius: 5px;
    color: #000;
	font-size: 20px;
}
.prev.page-numbers, .next.page-numbers{
	color:#fff;
	background:linear-gradient(to right, #ffa000, #ff6000);
}

.page-numbers.current{
	color: #ffa000;
    border: 1px solid #ffa000;
}

/*------  29-05-2023-----*/