:root {
	--orange:#fa6903;
	--black:#000;
    --white: #ffffff;
    --button-padding: 11px 25px 13px 25px;
    --f20: 20px;
    --f16: 16px;
    --button-radius: 5px;
    --gap10: 10px;
    --gap20: 20px;
    --gap30: 30px;
}
html,
body {
    font-size: 100%;
}
#midd-part {
    display: flex;
    float: none;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.careers-page {
    margin: 0px;
    padding: 81px 0 0 0;
    width: 100%;
}
.cubex-btn.cujejekx2020,
#arr {
    display: none;
}
.heading-area {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.heading-area.center {
    text-align: center;
}
.heading-area.center p {
    text-align: center;
    width: 100%;
}
.heading-style {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    padding: 0;
    width: 100%;
    font-family: 'Exo 2';
    line-height: 1em;
    text-transform: uppercase;
}
.heading-area .heading-style small {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-area .heading-style small:before {
    content: '';
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.heading-style span {
    color: var(--orange);
}
.heading-area h3~strong {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
}
.section-inner {
    align-items: flex-start;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}
/* .section-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
} */
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
.common-btn {
    background-color: var(--orange);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10);
    font-weight: 400;
    font-family: 'Exo 2';
    border: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}
.common-btn.nagative {
    background-color: transparent;
    border: 1px solid var(--orange);
    color: var(--orange);
}
.common-btn::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    pointer-events: none;
}
.common-btn.black-btn {
    background-color: var(--black);
    color: #fff;
}
.common-btn.black-btn::before {
    background-color: var(--orange);
}
.common-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.common-btn img {
    width: 16px;
    height: 21px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.common-btn small {
    font-size: 12px;
    display: block;
}
.common-btn:hover {
    color: var(--white);
}
/**********************************/
.banner-section {
    padding: 0;
    /* url(../images/careers-new/event-banner-patern.png), */
	/* background: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center; */
    background-image: url(../jpg/banner-19.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-section::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 35%;
}
.banner-section .heading-style {
    margin-bottom: 0;
}
.banner-section .heading-style strong {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    text-transform: initial;
}

.banner-section-right {
    width: 50%;
}
/* .banner-section-right img {
    max-width: 59.9vw;
    border-radius: 10px 10px 10px 10px;
} */


.banner-section-inner {
    display: flex;
    align-items: center;
    max-width: 700px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.banner-caption h1,
.banner-caption h2 {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 53px;
}
.banner-caption span {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    background-color: rgba(0, 0, 0, 0.70);
    padding: 4px 15px 7px 15px;
    margin-top: 6px;
}
.banner-caption span strong {
    font-weight: 600;
    color: #ff6e00;
}
.banner-caption-bottom {
    width: 100%;
    padding: 20px 28px 20px 28px;
    z-index: 1;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 16px 16px 0;
    border-right: 10px solid #FC4D00;
    border-bottom: 10px solid #FC4D00;
    margin-top: 7%;
}
.banner-caption-bottom h2,
.banner-caption-bottom .banner-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 29px;
    margin-bottom: 10px;
}
.banner-caption-bottom h2 strong,
.banner-caption-bottom .banner-title-2 strong {
    font-weight: bold;
    color: var(--orange);
    display: block;
}
.banner-caption-bottom .youmight-havebeen b {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
    line-height: 29px;
    margin-bottom: 0px;
    display: block;
}
.banner-caption-bottom .youmight-havebeen b strong {
    font-weight: bold;
    color: var(--orange);
    font-size: 16px;
    display: block;
}
.banner-caption-bottom .youmight-havebeen p {
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 30px;
    margin-bottom: 0;
}
/*********************************************/
.event {
    padding: 40px 0 0 0;
}
.event-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.event img {
    max-width: 100%;
    border-radius: 20px;
}
/*********************************************/
.weare-always-section {
    width: 100%;
    position: relative;
    padding: 25px 0 20px 0;
}
.weare-always-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.46fr 1fr;
    align-items: center;
    gap: 20px;
}
.weare-always-section-left img {
    max-width: inherit;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    display: inline-block;
}
.weare-always-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.weare-always-section ul li {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 20px;
    position: relative;
}
.weare-always-section ul li::after {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ff6e00;
    -ms-transform: rotate(20deg);
    transform: rotate(45deg);
}
/******************************************/
.visitedclient {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.visitedclient-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.visitedclient ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.visitedclient ul li img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}
.visitedclient ul li {
    margin: 0 5px;
}
.col-33 {
    width: calc(33.33% - 10px);
    width: -o-calc(33.33% - 10px);
    width: -ms-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: -webkit-calc(33.33% - 10px);
}
.col-7 {
    width: calc(60.7% - 10px);
    width: -o-calc(60.7% - 10px);
    width: -ms-calc(60.7% - 10px);
    width: -moz-calc(60.7% - 10px);
    width: -webkit-calc(60.7% - 10px);
}
.col-5 {
    width: calc(39.3% - 10px);
    width: -o-calc(39.3% - 10px);
    width: -ms-calc(39.3% - 10px);
    width: -moz-calc(39.3% - 10px);
    width: -webkit-calc(39.3% - 10px);
}
.col-5_1 {
    width: calc(46.3% - 10px);
    width: -o-calc(46.3% - 10px);
    width: -ms-calc(46.3% - 10px);
    width: -moz-calc(46.3% - 10px);
    width: -webkit-calc(46.3% - 10px);
}
.col-3_2 {
    width: calc(26.6% - 10px);
    width: -o-calc(26.6% - 10px);
    width: -ms-calc(26.6% - 10px);
    width: -moz-calc(26.6% - 10px);
    width: -webkit-calc(26.6% - 10px);
}
.col-3_3 {
    width: calc(27% - 10px);
    width: -o-calc(27% - 10px);
    width: -ms-calc(27% - 10px);
    width: -moz-calc(27% - 10px);
    width: -webkit-calc(27% - 10px);
}
.col-6_1 {
    width: calc(52% - 10px);
    width: -o-calc(52% - 10px);
    width: -ms-calc(52% - 10px);
    width: -moz-calc(52% - 10px);
    width: -webkit-calc(52% - 10px)
}
.col-6_2 {
    width: calc(48% - 10px);
    width: -o-calc(48% - 10px);
    width: -ms-calc(48% - 10px);
    width: -moz-calc(48% - 10px);
    width: -webkit-calc(48% - 10px)
}
/******************************************/
.corporate-section {
    width: 100%;
    position: relative;
    padding: 0 0 40px 0;
}
.corporate-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.corporate-section .corporate-section-conteant {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.corporate-col {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8.33px;
    -webkit-border-radius: 8.33px;
    -moz-border-radius: 8.33px;
    -ms-border-radius: 8.33px;
    -o-border-radius: 8.33px;
    overflow: hidden;
    background-color: var(--white);
}
.corporate-col-distinction {
    padding: 20px;
}
.corporate-col .corporate-col-img {
    width: 100%;
    display: block;
    position: relative;
}
.corporate-col .corporate-col-img::before {
    content: '';
    padding-top: 77.24%;
    display: block;
    width: 100%;
}
.corporate-col .corporate-col-img img {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
}
.corporate-col-distinction b {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    display: block;
}
/********************************************/
.current-opening-section {
    color: #fff;
    position: relative;
    margin: 0px;
    padding: 40px 0px;
    background-color: #f8f8f8;
}
.current-opening-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.current-opening-section .right-element-green {
    position: absolute;
    top: -75px;
    right: 0;
    z-index: 1;
}
.section-inner .heading-area.center {
    margin-bottom: 25px;
}
.current-opening-section .job-opening-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.current-opening-section .btn {
    text-align: center;
}
.current-opening-section .accordion {
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    padding: 15px 15px 20px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
}
.current-opening-section .accordion:hover {
    -webkit-filter: drop-shadow(0 0 15px rgba(255, 110, 0, 0.22));
    filter: drop-shadow(0 0 15px rgba(255, 110, 0, 0.22));
    border: 1px solid #ff6e00;
}
.current-opening-section .accordion.active:after {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}
.current-opening-section .active {
    border-radius: 10px 10px 0px 0px;
}
.current-opening-section .accordion ul {
    margin-bottom: 20px;
}
.current-opening-section .accordion ul li {
    display: inline-flex;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #090909;
    margin-bottom: 15px;
}

.current-opening-section .accordion ul li:last-child {
    margin-bottom: 0;
}
.current-opening-section .accordion b {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    margin-top: 0;
}
.current-opening-section .accordion b {
    font-weight: 600;
    margin-right: 15px;
}
.current-opening-section .accordion ul li b {
    min-width: 120px;
}
.current-opening-section .accordion .apply-btn {
    position: absolute;
    right: 15px;
    top: 35px;
    background: #ff6e00;
    color: #fff;
    padding: 10px 15px 15px;
    border-radius: 5px;
}
.job-opening-top {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.current-opening-section .accordion .opening-right {
    padding-left: 20px;
    width: calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: -ms-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
}
.accordion .opening-right span {
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
}
.current-opening-section .ans-panel {
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 15px;
    justify-content: space-between;
}
.current-opening-section .ans-panel .btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.current-opening-section .ans-panel ul strong {
    display: block;
    font-size: 16px;
    line-height: normal;
    color: var(--orange);
    margin-bottom: 5px;
}
.current-opening-section .ans-panel ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 18px;
}
.current-opening-section .ans-panel ul li:last-child {
    margin-bottom: 0;
}
.current-opening-section .ans-panel ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: var(--black);
    border-radius: 50%;
}
.current-opening-section .accordion ul.primary_property {
    display: flex;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
}
.current-opening-section .accordion ul.primary_property.full li {
    width: 100%;
}
.current-opening-section .accordion ul.primary_property li {
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 15px;
    width: auto;
    white-space: nowrap;
}
.current-opening-section .accordion ul.primary_property li i {
    font-size: 22px;
}
.current-opening-section .send-resume {
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0;
}
.current-opening-section .send-resume h3 {
    color: #161616;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 26px 0;
}
.current-opening-section .send-resume p {
    color: #666666;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.current-opening-section .ans-panel ul {
    margin-bottom: 0;
}
.btn-box a.btn {
    display: block;
}
.btn {
    font-size: 18px;
    font-family: 'exo 2';
    color: #ff6e00;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ff6e00;
    padding: 10px 13px;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    min-width: 150px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.current-opening-section .accordion:hover .btn {
    background: var(--orange);
    color: #fff;
}
/*******************************/
.applicant {
    padding: 40px 0;
    background-image: url(../png/patern-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #000;
}
.applicant.light_version {
    background: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
}
.applicant.light_version * {
    color: var(--black);
}
.applicant.light_version .heading-style {
    color: var(--black);
}
.applicant.light_version .heading-area .heading-style small:before {
    background-color: var(--black);
}
.applicant.light_version a {
    color: var(--orange);
}
.applicant.light_version .heading-style span {
    color: var(--orange);
}
.applicant-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 40px;
}
.applicant * {
    color: #fff;
}
.applicant .heading-style {
    color: #fff;
}
.applicant .heading-area .heading-style small:before {
    background-color: #fff;
}
.applicant p a {
    color: var(--orange);
}
/*******************************/
.hiring-process-section {
    padding: 40px 0;
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
}
.hiring-process-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
}
.hiring-process-section .hiring-process {
    width: 100%;
    display: block;
    text-align: center;
}
.hiring-process-section .hiring-process p {
    text-align: center;
}
.hiring-process-section .hiring-process ul {
    display: flex;
    justify-content: space-between;
    max-width: 1091px;
    margin: 0 auto;
}
.hiring-process-section .hiring-process ul li {
    display: block;
    position: relative;
    width: 200px;
    text-align: center;
}
.hiring-process-section .hiring-process ul li.col-inner:not(:last-child):after {
    position: absolute;
    width: 144px;
    height: 42px;
    right: -223px;
    top: 59px;
    content: "";
    transform: translate(-67%, -43%);
    -webkit-transform: translate(-67%, -43%);
    -moz-transform: translate(-67%, -43%);
    -ms-transform: translate(-67%, -43%);
    -o-transform: translate(-67%, -43%);
}
.hiring-process-section .hiring-process ul li.col-inner:not(:last-child):after {
    background-image: url(../png/process-line.png);
    background-repeat: no-repeat;
}
.hiring-process-section .hiring-process ul li.col-inner:nth-child(even):after {
    transform: translate(-67%, -43%) rotatex(180deg);
    -webkit-transform: translate(-67%, -43%) rotatex(180deg);
    -moz-transform: translate(-67%, -43%) rotatex(180deg);
    -ms-transform: translate(-67%, -43%) rotatex(180deg);
    -o-transform: translate(-67%, -43%) rotatex(180deg);
}
.hiring-process-section .hiring-process ul li i {
    display: inline-flex;
    margin-bottom: 12px;
    width: 150px;
    height: 120px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hiring-process-section .hiring-process ul li i::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 6px;
    top: 6px;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border: 1px dashed #ddd;
}
.hiring-process-section .hiring-process ul li i img {
    height: 70px;
}
.hiring-process-section .hiring-process ul li .hiring-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    padding: 0 18px;
    display: block;
}
/***************************************/
.careers-about-section {
    background-image: url(../index-94.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    margin: 0 0 0 0;
    padding: 0px;
    min-height: 1118px;
    width: 100%;
}
.careers-about-top-bg {
    position: absolute;
    top: -1px;
    left: 0;
}
.careers-about-bottom-bg {
    position: absolute;
    bottom: -1px;
    left: 0;
}
.careers-about-section .section-inner {
    min-height: 1118px;
    align-items: center;
}
.careers-about-section .life-v3Cube {
    position: absolute;
    bottom: -10px;
    right: 0;
    border: solid 5px #ff6e00;
    padding: 50px;
    z-index: 1;
    width: 335px;
}
.careers-about-section .life-v3Cube h3 {
    font-size: 48px;
    font-family: "Exo 2";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.313;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.about-us-left-part {
    width: 514px;
    margin-left: 122px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    padding: 15px;
}
.about-us-left-part .about-us-col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about-us-left-part .about-us-col h3 {
    font-size: 26px;
    color: rgb(255, 110, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.038;
    text-align: center;
}
/*******************************/
.stories-section {
    padding: 40px 0;
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
}
.stories-section.white_bg {
    background-color: #fff;
}
.stories-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.stories-section .stories-process {
    width: 100%;
    display: block;
    text-align: center;
}
.stories-section .stories-process p {
    max-width: 720px;
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.stories-section .stories-process .our-stories {
    width: 100%;
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.stories-section .stories-process .our-stories .our-stories-col {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
.stories-section .stories-process .our-stories .our-stories-col a {
    padding: 15px;
    display: grid;
    font-size: 20px;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto;
}
.stories-section .stories-process .our-stories .our-stories-col .our-stories-col-img {
    width: 100%;
    display: block;
    position: relative;
}
.stories-section .stories-process .our-stories .our-stories-col .our-stories-col-img::before {
    content: '';
    display: block;
    padding-top: 65.62%;
    width: 100%;
}
.stories-section .stories-process .our-stories .our-stories-col .our-stories-col-img img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
ul.slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin-left: 31%;
    bottom: -35px;
    position: relative;
}
ul.slick-dots li {
    position: relative;
    width: auto;
    display: table;
    flex-wrap: wrap;
    margin: 0 4px;
}
ul.slick-dots li button {
    border: none;
    background: #b7b7b7;
    border-radius: 50%;
    font-size: 0;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
ul.slick-dots li.slick-active button {
    background: #ff6e00;
    border-radius: 50%;
    font-size: 0;
    width: 18px;
    height: 18px;
}
.other-section {
    padding: 40px 0 40px;
    position: relative;
    width: 100%;
}
.other-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.other-section ul.slick-dots {
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.other-section-left {
    width: 100%;
    position: relative;
}
.other-section-right {
    width: 33.33%;
}
.achievements-col img {
    max-width: 100%;
    border: 2px solid #fff;
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0 0 5px  0;
}
.achievements-col strong {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: block;
    font-family: 'Exo 2';
    margin: 15px 0 10px 0;
}
.other-section ul.slick-dots {
    justify-content: center;
}
.our-teams-section {
    width: 100%;
    display: flex;
    padding: 0 0 0;
    align-items: center;
    justify-content: center;
}
.our-teams-section .our-teams-col {
    border-right: solid 3px #ffffff;
}
.our-teams-section .our-teams-col img {
    border-bottom: solid 3px #fff;
    max-width: 100%;
}
.our-teams-section .our-teams-col:last-child {
    border-right: none;
}
h1.page-heading {
    font-size: 47px;
}
.inner-banner {
    float: left;
    width: 100%;
    height: 120px;
    padding-top: 30px;
}
.careers-page .section-common-content {
    margin: 0px;
    padding: 30px 0 0;
    float: left;
    width: 100%;
}
.careers-page .section-common-content h3.inner-heading {
    margin: 0 0 20px;
    padding: 0;
    float: left;
    width: 100%;
}
.careers-page .section-common-content p {
    margin: 0 0 22px;
    padding: 0;
    float: left;
    width: 100%;
}
.careers-page .believe-talent {
    margin: 30px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.careers-page .believe-talent .container {
    max-width: 1100px;
}
.careers-page .believe-talent h2 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-family: 'exo_2bold';
    font-weight: 800;
    color: #ff7914;
    text-transform: uppercase;
    font-size: 50px;
}
.careers-page .believe-talent b {
    margin: 10px 0 38px;
    padding: 0px;
    float: left;
    width: 100%;
    color: #000000;
    line-height: 47px;
    font-size: 41px;
    text-transform: uppercase;
}
.careers-page .believe-talent p {
    margin: 0 0 10px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 21px;
    color: #3f3f3f;
    line-height: 31px;
    font-family: 'exo_2light';
}
.careers-page .believe-talent p strong {
    margin: 0px;
    padding: 0px;
    font-family: 'exo_2bold';
    font-weight: normal;
}
.careers-page .believe-talent span {
    margin: 25px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #6f6f6f;
}
.careers-page .believe-talent span h5 {
    margin: 0 0 5px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000000;
    font-family: 'exo_2bold';
}
.careers-page .offer-jobs-offer-careers {
    margin: 50px 0;
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #e1e1e1;
}
.careers-page .offer-jobs-offer-careers h2 {
    margin: 15px 0 20px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #000000;
    font-family: 'exo_2bold';
    text-transform: uppercase;
}
.careers-page .offer-jobs-offer-careers p {
    margin: 0 auto;
    padding: 0px;
    float: none;
    width: 80%;
    text-align: center;
    font-size: 17px;
    color: #3f3f3f;
    display: block;
    line-height: 30px;
}
.careers-page .offer-jobs-offer-careers ul {
    margin: 60px 0 25px;
    padding: 0px;
    float: left;
    width: 100%;
}
.careers-page .offer-jobs-offer-careers ul li {
    margin: 0 20px 20px 0;
    padding: 0px;
    float: left;
    width: 23.5%;
    background: #000000;
    color: #808080;
    text-align: center;
    font-family: 'exo_2light';
    font-size: 17px;
    display: block;
    height: 179px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.careers-page .offer-jobs-offer-careers ul li:hover {
    background: #ff7914;
}
.careers-page .offer-jobs-offer-careers ul li a {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: 179px;
}
.careers-page .offer-jobs-offer-careers ul li h4 {
    margin: 70px 0 0;
    font-family: 'exo_2bold';
    font-size: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.careers-page .offer-jobs-offer-careers ul li h4 a {
    color: #FFFFFF;
}
.careers-page .offer-jobs-offer-careers ul li:last-child {
    margin-right: 0px;
}
.careers-page .offer-jobs-offer-careers ul li:last-child h4 {
    margin-top: 60px;
}
.careers-page .offer-jobs-offer-careers ul li:nth-child(even) {
    background: #ff7914;
}
.careers-page .offer-jobs-offer-careers ul li:nth-child(even):hover {
    background: #000000;
}
.careers-page .offer-jobs-offer-careers ul li:nth-child(even) p {
    color: #ffbc8a;
}
.careers-page .offer-jobs-offer-careers ul li:nth-child(4n) {
    margin-right: 0px;
}
.careers-about {
    margin: 0px 0px 15px auto;
    padding: 50px 0px;
    float: left;
    width: 100%;
    background: url(../index-94.html) no-repeat scroll top center;
    display: flex;
    align-items: center;
}
.careers-about-inner {
    margin: 0;
    padding: 0px 15px;
    width: 100%;
    text-align: center;
}
.careers-about-inner h3 {
    margin: 0 0 35px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 51px;
    color: #FFFFFF;
    font-family: 'exo_2bold';
    text-transform: uppercase;
}
.careers-about-inner p {
    margin: 0 0 30px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 19px;
    color: #FFFFFF;
    font-family: 'exo_2light';
}
.careers-about-inner span {
    margin: 15px 0 0;
    padding: 0px;
    float: left;
    width: 100%;
}
.careers-about-inner span a {
    margin: 0px;
    padding: 12px 20px;
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'exo_2bold';
    background: #ff7914;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.careers-about-inner span a:hover {
    background: #de6911;
}
.team-says-section {
    padding: 40px 0 40px 0;
    display: block;
    position: relative;
    z-index: 9;
    margin-top: 0;
}
.team-says-section-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.team-says-section-inner .heading-area {
    position: absolute;
    top: 60px;
    left: 15px;
    width: auto;
    z-index: 9;
}
.team-says-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.team-says-slider img {
    max-width: 100%;
    height: auto;
}
.slider-items .slider-items-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
}
.slider-items .slider-items-row .slider-items-row-left {
    width: calc(100% - 380px);
    width: -o-calc(100% - 380px);
    width: -ms-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
    background: #fff;
    padding: 70px 0px 0px;
    position: relative;
    margin-bottom: 80px;
}
.slider-items .slider-items-row .slider-items-row-left figcaption {
    font-size: 16px;
    padding: 0 120px 30px 120px;
    margin-top: -50px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
}
.slider-items-row-right {
    width: 370px;
    display: flex;
    justify-content: center;
    z-index: 0;
    position: relative;
    border: solid #fff;
    border-width: 5px 5px 0 5px;
    height: 100%;
    padding-top: 20px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    margin: 5px;
}
.slider-items-row-right:before {
    content: '';
    padding-top: 112.8%;
    width: 100%;
}
.slider-items-row-right img {
    position: absolute;
}
.team-says-slider .members-detiles {
    margin:8px 0 0 0;
}
.team-says-slider .members-detiles b {
    color: #ff6e00;
    font-weight: 600;
    line-height: normal;
    display: block;
    font-size: 1.17em;
}
.team-says-slider .members-detiles b span {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 4px;
}
.team-says-section h3 b {
    color: #fa6903;
}
.cd-half-width.cd-img-container {
    border: solid 2px #ff6e00;
}
.slider-nav-thumbnails.slick-initialized.slick-slider {
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
}
.slider-nav-thumbnails.slick-initialized.slick-slider .slick-list {
    padding: 5px 0 0 0;
}
.slider-nav-thumbnails .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slider-nav-thumbnails .slick-slide img {
    border-radius: 50%;
    width: 87px;
    height: 87px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.slider-nav-thumbnails .slick-slide.slick-current img {
    opacity: 1;
    border: solid 2px #ff6e00;
}
.slider-nav-thumbnails.slick-initialized.slick-slider .slick-arrow {
    font-size: 0;
    background: red;
    border: none;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 27px;
    left: 7px;
    background-repeat: no-repeat;
}
/* =========================================== */
.what-we-do-section {
    padding: 40px 0;
    position: relative;
    z-index: 7;
}
.what-we-do-section .heading-area {
    margin-bottom: 10px;
}
.what-we-do-section-inner {
    max-width: 1310px;
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
}
.what-we-do-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.what-we-do-left {
    padding: 20px;
    border-radius: 8px;
    background-color: #f5fff9;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}
.what-we-do-left-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 15px;
}
.what-we-do-box {
    background: #fff;
    box-shadow: 0 0 0 1px #D6D6D6 inset;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    border-color: transparent;
    display: flex;
    align-items: center;
    gap: 15px;
}
.what-we-do-box .what-we-do-icon {
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-we-do-box .what-we-do-icon img {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 0;
}
.what-we-do-box strong {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #000;
    display: block;
    font-weight: 500;
}
.what-we-do-right {
    padding: 20px;
    border-radius: 8px;
    background: #fffafa;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.what-we-do-right-row {
    display: grid;
    gap: 15px;
}
.what-we-do-right .what-we-do-col {
    width: 100%;
    padding-right: 0;
    margin: 0;
}
.what-we-do-title {
    width: 100%;
}
.what-we-do-title b {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Exo 2';
    line-height: normal;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
    display: inline-block;
}
/* =========================================== */
.faq-section {
    padding: 0px 0 40px 0;
}
.faq-section-inner {
    max-width: 1170px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.faq-section-inner .heading-area {
    margin-bottom: 20px;
}
.accordion-card {
    border: 1px solid #ddd;
    background: #F6F6F6;
    padding: 1em;
    margin-bottom: 12px;
}
.accordion-top {
    display: flex;
    padding-right: 10px;
    cursor: pointer;
}
.accordion-card a {
    color: #292929 !important;
    font-size: 22px;
    text-decoration: none;
    display: block;
    position: relative;
    flex: 1;
}
.accordion-card .accordion-icon {
    position: relative;
    cursor: pointer;
    margin-left: auto;
}
.accordion-card .accordion-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.accordion-card .accordion-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%) rotate(0deg);
    text-align: center;
    width: 1px;
    height: 20px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.accordion-card .accordion-top.active .accordion-icon.rotate::after {
    transform: translate(-50%, -50%) rotate(272deg);
}
.accordion-content {
    padding-top: 15px;
    display: none;
}
.accordion-content p {
    color: #666;
    line-height: 24px;
}
.accordion-title .icon .accordion-content p:last-child {
    margin-bottom: 0;
}
/* ======================================================== */
.work-with-us {
    display: block;
    width: 100%;
    padding: 100px 0;
}
.work-with-us .cmn-title {
    text-align: left;
    margin-bottom: 40px;
    padding-top: 20px;
}
.banner-cont.cmn-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.work-do-cont .heading-2 {
    color: #fd6d00;
}
.work-do-cont strong {
    font-size: 22px;
    margin-bottom: 8px;
    display: block;
    font-weight: normal;
}
.work-do-cont .icons {
    width: 80px;
    display: block;
    margin: 0 auto 15px;
}
.work-do-cont .icons img {
    max-width: 100%;
}
.work-do-cont {
    width: 100%;
    display: flex;
    background: #fff;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.work-do-blk {
    width: 50%;
    padding: 0;
}
.work-do-blk h2 {
    color: #000;
    margin-bottom: 35px;
}
.work-do-cont p.phone {
    color: #ff6e00;
    font-size: 28px;
    font-weight: 600;
}
.work-do-blk p.phone {
    color: #ff6e00
}
.work-do-blk ul {
    display: block
}
.work-do-blk ul li {
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px
}
.work-do-blk ul li:last-child {
    margin-bottom: 0
}
.cmn-sub-ttl {
    color: #000;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0;
}
/********************************/
.international-trips {
    padding: 40px 0;
}
.international-trips-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.international-trips ul {
    display: flex;
    flex-wrap: wrap;
}
.international-trips ul li {
    padding: 0 5px 10px 5px;
    position: relative;
}
.international-trips ul li .overlay {
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: rgba(255, 110, 0, 0.8);
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    min-width: 50%;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}
.international-trips ul li img {
    max-width: 100%;
    vertical-align: top;
}
.international-trips ul li.halfwidth {
    width: 50%;
}
.international-trips ul li.onethitd {
    width: 33.33%;
}
/********************************/
.custom-modal-main {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    z-index: 105000000;
    padding: 15px;
}
.custom-modal-main.active {
    opacity: 1;
    visibility: visible;
}
.custom-modal {
    padding: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff;
    text-align: center;
    position: relative;
}
.custom-modal-main strong {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin: 11px 0 2px 0;
}
.custom-modal-main small {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.custom-modal > img {
    max-width: 300px;
}
.custom-modal i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-style: normal;
    width: 30px;
    height: 30px;
    color: #000;
    font-weight: lighter;
    cursor: pointer;
}
.custom-modal i img {
    width: 35px;
    height: 35px;
}
/********************************/
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px){
    .banner-section-inner {
        max-width: 630px;
    }
    .banner-caption-bottom {
        padding: 20px;
    }
}
@media screen and (max-width: 1600px) {
    .weare-always-section-left img {
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .banner-section-right img {
        max-width: 100%;
    }
    .banner-caption-bottom{
        margin-top: 0;
    }
    .banner-caption-bottom .heading-area{
        margin: 0 0 10px 0;
    }
    .banner-caption-bottom p{
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }
}
@media (max-width: 1279px) {
    .banner-section-inner {
        align-items: flex-start;
    }
    .current-opening-section .accordion {
        padding: 20px 15px 20px 15px;
    }
}
@media (max-width:1199px) {
    .banner-section{
        background-position: top left;
        background-size: contain;
    }

    .banner-section-inner{
        position: relative;
        max-width: 100%;
        padding: 0 15px;
        margin-top: -20px;
    }
    .heading-style {
        font-size: 35px;
    }
    .banner-caption-bottom{
        padding: 15px;
        border: 0;
        box-shadow: 0 0 4px rgba(255, 110, 0, 0.8);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
}
    .current-opening-section .job-opening-part{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 991px) {
    .what-we-do-left,
    .what-we-do-right {
        width: 100%;
        padding: 20px;
    }
    .what-we-do-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .weare-always-section-left img {
        width: 85.37vw;
        margin: 0 auto;
    }
    .hiring-process-section .hiring-process ul li.col-inner::after {
        display: none;
    }
    .hiring-process-section .hiring-process ul li .hiring-title {
        padding: 0;
    }
    .hiring-process-section .hiring-process ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .hiring-process-section .hiring-process ul li {
        width: auto;
    }
    /******************/
    .about-us-left-part {
        width: 367px;
        margin-left: 0;
        padding: 15px;
    }
    .about-us-left-part img {
        max-width: 100%;
    }
    .about-us-left-part .about-us-col h3 {
        font-size: 15px;
    }
    .weare-always-section-left img.after-left,
    .current-opening-section .right-element-green {
        display: none;
    }
    .current-opening-section .job-opening-part {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .accordion-panel {
        width: 100%;
    }
    .corporate-section .corporate-section-conteant {
        grid-template-columns: 1fr 1fr;
    }
    .corporate-col:last-child {
        grid-column: span 2;
    }
    .weare-always-section-left {
        text-align: center;
    }
    .other-section-left {
        width: 100%;
        position: relative;
    }
    .achievements-col img {
        width: 100%;
    }
    .other-section-right {
        width: 100%;
    }
    .heading-area h3,
    .work-do-cont .heading-2 {
        font-size: 36px;
    }
    .heading-area .heading-style small {
        font-size: 18px;
    }
    .what-we-do-row {
        grid-template-columns: 1fr;
    }
    .what-we-do-right-row {
        grid-template-columns: 1fr 1fr;
    }
    .work-do-cont .icons {
        width: 50px;
    }
    .work-do-cont p.phone,
    .work-do-cont a {
        font-size: 24px;
    }
    .what-do-blk h2 {
        font-size: 24px;
    }
    .current-opening-section .send-resume {
        background: rgba(255, 255, 255, 0.9);
    }
    .what-do-blk {
        width: 100%;
    }
    .what-do-lt {
        padding: 15px;
    }
    .weare-always-section-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    /**************************************************/
    .applicant-inner {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .applicant-left,
    .applicant-right {
        width: 100%;
    }
    /**************************************************/
    .slider-items .slider-items-row .slider-items-row-left {
        width: 100%;
    }
    .slider-nav-thumbnails.slick-initialized.slick-slider {
        top: auto;
        margin: 0 0 0 0;
        bottom: 0;
        position: relative;
    }
    .slider-items .slider-items-row {
        flex-direction: column-reverse;
    }
    .team-says-section-inner .heading-area {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 20px 0;
    }
    .slider-items .slider-items-row .slider-items-row-left>img {
        display: none;
    }
    .slider-items .slider-items-row .slider-items-row-left figcaption {
        padding: 0;
        position: relative;
    }
    .team-says-slider .members-detiles {
        position: absolute;
        top: -76%;
        left: 0;
        right: auto;
        padding: 15px;
        height: auto;
        bottom: auto;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .slider-items .slider-items-row .slider-items-row-left {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
    .slider-nav-thumbnails.slick-initialized.slick-slider {
        top: auto;
        margin: 0 0 0 0;
        bottom: 0;
        position: relative;
        width: auto;
    }
    .slider-items-row-right {
        width: 300px;
        margin: 0 auto;
    }
    .slider-items .slider-items-row {
        flex-direction: column-reverse;
    }
    .team-says-section-inner .heading-area {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 20px 0;
    }
    .slider-items .slider-items-row .slider-items-row-left>img {
        display: none;
    }
    .slider-items .slider-items-row .slider-items-row-left figcaption {
        padding: 0;
        position: relative;
        margin: 0;
    }
    .team-says-slider .members-detiles {
        position: relative;
        padding: 0 0 20px 0;
        height: auto;
        bottom: auto;
        width: auto;
        text-align: center;
        box-sizing: border-box;
    }
    .stories-section .stories-process .our-stories .our-stories-col a {
        font-size: 16px;
    }
    /**************************************************/
}
@media screen and (max-width: 767px) {
    .heading-style {
        font-size: 30px;
    }
    .banner-section .heading-style strong {
        font-size: 17px;
    }
    .banner-caption-bottom h2,
    .banner-caption-bottom .banner-title-2 {
        font-size: 17px;
        line-height: 23px;
    }
    .banner-caption h1,
    .banner-caption h2 {
        font-size: 36px;
        font-weight: bold;
        filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.23));
        text-transform: uppercase;
        line-height: 40px;
    }
    .corporate-section .corporate-section-conteant {
        display: flex;
        flex-direction: column;
        column-gap: 20px;
    }
    .current-opening-section .send-resume {
        background: rgba(255, 255, 255, 0.9);
    }
    .other-section-left {
        width: 100%;
    }
    .other-section-right {
        width: calc(100% - 0px);
        width: -o-calc(100% - 0px);
        width: -ms-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
    }
    .banner-section-left {
        width: 100%;
    }
    .banner-section-right {
        width: 100%;
    }
    .banner-caption-bottom {
        width: auto;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
}
    .banner-caption h1,
    .banner-caption h2 {
        font-size: 30px;
        line-height: 29px;
    }
    .banner-section::after {
        border-right: 150vw solid transparent;
    }
    .heading-area h3,
    .work-do-cont .heading-2 {
        font-size: 26px;
    }
    .heading-area .heading-style small {
        font-size: 16px;
    }
    .work-do-cont p.phone,
    .work-do-cont a {
        font-size: 22px;
    }
    .careers-about-section {
        background-image: url(../index-94.html);
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
        color: #fff;
        position: relative;
        margin: 0px;
        padding: 50px 0px 0px;
        min-height: auto;
    }
    .careers-about-section .section-inner {
        min-height: auto;
    }
    .careers-about-section .life-v3Cube {
        bottom: 0;
        padding: 15px;
        position: relative;
    }
    .about-us-left-part {
        width: 100%;
    }
    .current-opening-section .send-resume h3 {
        font-size: 24px;
    }
    .current-opening-section .send-resume p {
        font-size: 18px;
    }
    .careers-about-top-bg,
    .careers-about-bottom-bg {
        display: none;
    }
    .banner-caption {
        padding: 13px 14px;
    }
    .current-opening-section .accordion ul li {
        width: 100%;
    }
    .current-opening-section .accordion span {
        width: 70px;
    }
    .current-opening-section .accordion span img {
        max-width: 100%;
    }
    .what-we-do-row .what-we-do-col {
        width: 100%;
        padding: 0 0 0 35px;
    }
    .what-we-do-box {
        height: auto;
        min-height: inherit;
    }
    .current-opening-section .accordion-panel {
        width: 100%;
        padding: 0;
    }
    .current-opening-section .accordion .opening-right {
        flex: 1;
    }
    .banner-section .heading-style br {
        display: none;
    }
    .stories-section .stories-process .our-stories {
        grid-template-columns: 1fr 1fr;
    }
    .stories-section .stories-process .our-stories .our-stories-col:last-child {
        grid-column: span 2;
    }
    .weare-always-section-left img{
        width: 100%;
    }
    .what-we-do-left, .what-we-do-right{
        padding: 10px;
    }
}
@media screen and (max-width: 630px) {
    .accordion-card a {
        font-size: 16px;
    }
    .current-opening-section .ans-panel {
        display: block;
    }
    .btn-box {
        margin-top: 20px;
    }
    .visitedclient ul li {
        width: 100% !important;
    }
    .current-opening-section .accordion .apply-btn {
        font-size: 0;
        padding: 10px;
    }
    .current-opening-section .accordion ul h3 {
        font-size: 18px;
    }
    .international-trips ul li.halfwidth,
    .international-trips ul li.onethitd {
        width: 100%;
    }
    .international-trips ul li.onethitd img {
        width: 100%;
        display: block;
    }
    .visitedclient ul li{width: 100%;}
    .visitedclient ul li:last-child img{margin-bottom: 0;}
    .what-we-do-title b {
        font-size: 22px;
    }
    .what-we-do-title b::before {
        width: 25px;
    }
    .what-we-do-left-row,
    .what-we-do-right-row {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .current-opening-section .accordion ul.primary_property li {
        word-wrap: normal;
        white-space: normal;
        flex-wrap: wrap;
    }
    .current-opening-section .accordion ul.primary_property.full li {
        gap: 5px;
    }
    .hiring-process-section .hiring-process ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 480px) {
    .what-we-do-box .what-we-do-icon img,
    .what-we-do-box .what-we-do-icon {
        width: 40px;
        height: 40px;
    }
    .stories-section .stories-process .our-stories {
        display: flex;
        flex-wrap: wrap;
    }
    .stories-section .stories-process .our-stories .our-stories-col {
        width: 100%;
    }
    .job-opening-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .current-opening-section .accordion .opening-right {
        width: 100%;
        padding: 0;
    }
    .hiring-process-section .hiring-process ul li i {
        width: 100px;
        height: 80px;
    }
    .hiring-process-section .hiring-process ul li i img {
        height: 40px;
    }
    .hiring-process-section .hiring-process ul li .hiring-title {
        font-size: 16px;
        line-height: 23px;
    }
    .custom-modal {
        padding: 20px;
    }
    .custom-modal-main small {
        font-size: 20px;
    }
    .custom-modal-main strong {
        font-size: 16px;
    }
}
