@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800&display=swap');

body {
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 1.4;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #2B2436;
}

body .container {
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
}

h2 {
    font-size: 55px;
    font-weight: 500;
}

.header {
    padding: 30px 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wow {
    visibility: hidden;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu ul li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 0px;
    text-decoration: none;
}

.menu ul li a {
    position: relative;
}

.menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(112.15deg, rgba(233, 19, 185, 0.9) 8.8%, rgba(47, 243, 249, 0.9) 83.5%);
    transition: all 0.8s linear;
    width: 0;
}

.menu ul li a:hover:before {
    width: 100%;
}

.menu ul li {
    padding-left: 25px;
    padding-right: 25px;
}

.menu ul li:last-child {
    padding-right: 0;
}

.home-banner {
    background: url("../images/banner.png") no-repeat;
    min-height: 1430px;
}

.home-banner {
    background-position: right top;
    padding-top: 250px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.home-banner .container {
    max-width: 1100px;
}

.home-banner h1 {
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
}

.ban-txt {
    max-width: 495px;
    float: right;
    font-size: 22px;
    font-weight: 300;
}

.button a {
    border: solid 1px #fff;
    color: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

.button a:hover {
    background: linear-gradient(90deg, rgba(233, 19, 185, 0.4) 0%, rgba(233, 19, 185, 0.1) 100%);
    border: solid 1px #E913B9;
}

.button a:after {
    content: "\f063";
    font-family: FontAwesome;
    font-weight: 300;
    font-size: 11px;
    padding-left: 7px;
}

.home-banner .button {
    text-align: center;
    margin-top: 130px;
}

.ban-boxes .container {
    max-width: 100%;
}

.ban-boxes .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.outer-wrap {
    max-width: 100%;
    overflow: hidden;
}

.ban-boxes {
    padding-top: 150px;
}

.ban-boxes .ban-box {
    border: solid 1px #fefefe;
    padding: 35px;
    border-radius: 40px;
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
    backdrop-filter: blur(10px);
    min-height: 270px;
}

.ban-boxes .active .ban-box {
    border: solid 1px #1B9AE6;
    background: linear-gradient(130deg, rgba(27, 154, 230, 0.4) 40%, rgba(27, 154, 230, 0.1) 100%);
}

.ban-boxes .ban-box h2 {
    font-size: 120px;
    display: flex;
    align-items: baseline;
}

.ban-boxes .ban-box h2 span {
    font-size: 80px;
}

.ban-boxes .ban-box p {
    text-align: right;
    max-width: 250px;
    float: right;
    font-size: 17px;
    margin: 0;
}

.ban-boxes .ban-box:hover {
    background: linear-gradient(90deg, rgba(233, 19, 185, 0.4) 0%, rgba(233, 19, 185, 0.1) 100%);
    border: solid 1px #E913B9;
}

.m-txt {
    font-size: 22px;
    font-weight: 500;
}

.more-about {
    padding-bottom: 50px;
}

.m-txt span {
    color: #E913B9;
}

.b-txt {
    font-size: 50px;
    line-height: 1.2;
}

.more-about .button a:after {
    display: none;
}

.more-about .button {
    margin-top: 30px;
}

.integrity-box {
    background: url("../images/circle.png") no-repeat;
    height: 830px;
    width: 830px;
}

.integrity-box {
    margin: 0 auto;
    text-align: center;
}

.integrity-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 150px;
}

.integrity-box ul li {
    font-size: 55px;
    font-weight: 500;
    padding: 5px 0;
}

.integrity-box ul li {
    position: relative;
    cursor: pointer;
}

/* .integrity-box ul li:hover:before ,  */
.integrity-box ul li.active:before {
    content: "";
    height: 237px;
    width: 237px;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
    filter: blur(51px);
    z-index: -1;
    background: linear-gradient(180deg, rgba(233, 19, 185, 0.6) 0%, rgba(131, 11, 104, 0.6) 100%);
}

.integrity-box ul li:nth-child(1) {
    opacity: 0.6;
}

.integrity-box ul li:nth-child(2) {
    opacity: 0.5;
}

.integrity-box ul li:nth-child(3) {
    opacity: 0.4;
}

.integrity-box ul li:nth-child(4) {
    opacity: 0.25;
}

.integrity-box ul li:nth-child(5) {
    opacity: 0.1;
}

/* .integrity-box ul li:hover , */
.integrity-box ul li.active {
    opacity: 1;
}

.integrity {
    padding-top: 50px;
}

.bragging {
    padding: 50px 0;
    position: relative;
    min-height: 1200px;
}

.bragging:before {
    content: "";
    background: url(../images/left-shape.png) no-repeat;
    position: absolute;
    left: 0;
    top: -215px;
    right: 0;
    min-height: 1200px;
}

.bragging .bragging-title {
    max-width: 1030px;
    margin: 0 auto;
    border: solid 1px rgba(152, 242, 255, 0.2);
    text-align: center;
    height: 325px;
    border-radius: 40px;
    padding: 40px 0;
    background: linear-gradient(90deg, rgba(134, 204, 246, 0.1) 0%, rgba(183, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
}

.bragging .bragging-title h2 {
    font-size: 55px;
    font-weight: 500;
}

.bragging-box {
    background: linear-gradient(127deg, rgba(255, 226, 248, 0.6) 9%, rgba(134, 204, 246, 0.9) 30%, rgba(183, 255, 255, 1) 100%);
    backdrop-filter: blur(10px);
    min-height: 325px;
    border-radius: 40px;
    padding: 40px;
    font-size: 17px;
    line-height: 27px;
    margin-top: -118px;
}

.bragging-box .quote {
    background: rgba(255, 255, 255, 0.6);
    width: 118px;
    height: 118px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    z-index: 999;
    backdrop-filter: blur(10px);
}

.bragging-box .quote-txt {
    padding-top: 30px;
}

.bragging .button {
    text-align: center;
    padding-top: 80px;
}

.bragging .button a:after {
    display: none;
}

.bragging .b-txt {
    margin-top: 130px;
}

.bragging .button a {
    padding: 10px 20px;
}

.locations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.locations {
    background: linear-gradient(90deg, rgba(65, 56, 78, 0.2) 0%, rgba(68, 59, 82, 0.1) 100%);
    padding: 0;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 110px;
    min-height: 100px;
    display: flex;
}

.locations ul li {
    font-size: 25px;
    font-weight: 500;
}

.locations ul li {
    position: relative;
    padding-left: 80px;
    padding-right: 0px;
}

.locations ul li img.img-fluid {
    position: absolute;
    left: 0;
    top: -7px;
    width: auto;
    height: 60px;
}

.partner {
    padding-top: 200px;
}

.locations .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-theme.location-slide {
    display: flex;
    align-items: center;
}

.partner-box {
    border: solid 1px rgba(152, 242, 255, 0.2);
    border-radius: 40px;
    padding: 50px;
    background: linear-gradient(90deg, rgba(134, 204, 246, 0.1) 0%, rgba(183, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
}

.partner-box h2 {
    max-width: 450px;
    font-size: 55px;
    font-weight: 500;
}

.partner-box .button {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 10px;
}

.partner-box {
    position: relative;
}

.partner-box img {
    position: absolute;
    right: -44px;
    top: -46px;
}

.bragging::after {
    content: "";
    background: url(../images/right-shape.png) no-repeat;
    position: absolute;
    bottom: -116px;
    right: 0;
    min-height: 1200px;
    width: 610px;
    z-index: -1;
}

.our-jobs {
    background: url(../images/job-bg.png) no-repeat;
}

.our-jobs {
    min-height: 1190px;
    background-position: center top;
    margin-top: -100px;
    padding-top: 150px;
}

.our-jobs h2 {
    font-size: 55px;
    font-weight: 500;
    text-align: center;
    padding: 80px 0;
}

.our-jobs .jobs-box {
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
    backdrop-filter: blur(10px);
    min-height: 270px;
    border-radius: 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 40px;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
}

/*.jobs-boxed .jobs-box:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    right: 30px;*/
/*    top: 10px;*/
/*    bottom: 0;*/
/*    border-radius: 36px;*/
/*    box-shadow: -30px 30px 0px #fff;*/
/*    opacity: 0.2;*/
/*    z-index: -1;*/
/*}*/


.jobs-boxed {
    z-index: 99;
    position: relative;
}

.jobs-boxed.second {
    position: relative;
    margin-top: -227px;
    z-index: 1 !important;
    left: 0px;
    opacity: 0.5;

}



.jobs-boxed.second .jobs-box {

    border: 1px solid;
    border-image-source: linear-gradient(122.38deg, #FFFFFF 15.94%, rgba(251, 251, 251, 0.32) 39.18%, rgba(251, 251, 251, 0.65) 62.42%, #FBFBFB 85.66%);
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 32.8%, rgba(251, 251, 251, 0.1) 40.26%);

}

.jobs-boxed.second .jobs-box div,
.jobs-boxed.second .jobs-box h3 {
    filter: blur(26px);
    box-shadow: none !important;
}

.jobs-boxed .jobs-box .overlay-horizontal {
    box-shadow: none !important;
}

.jobs-boxed.active {
    transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
}

.jobs-boxed.second {
    transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
}


.jobs-boxed .jobs-box .overlay-horizontal {
    content: "";
    position: absolute;
    left: 0px;
    right: 30px;
    top: 10px;
    bottom: 0;
    border-radius: 36px;
    box-shadow: -30px 30px 0px #fff;
    opacity: 0.2;
    z-index: -1;
}

.jobs-boxed .jobs-box .overlay-horizontal.deactive {
    content: "";
    position: absolute;
    left: 0px;
    right: 30px;
    top: 10px;
    bottom: 0;
    border-radius: 36px;
    box-shadow: none !important;
    opacity: 0.2;
    z-index: -1;
}

.our-jobs .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.jobs-boxed .jobs-box:nth-child(2):before {
    left: 30px;
    right: 0;
    bottom: 0;
    box-shadow: 30px 30px 0px #fff;
}

.our-jobs .jobs-box h3 {
    font-size: 35px;
    font-weight: 500;
}

.our-jobs .jobs-box .price {
    display: flex;
    padding-top: 30px;
}

.owl-carousel.owl-theme.jobs-slide {
    transform: rotate(90deg);
}

.owl-carousel.owl-theme.jobs-slide .item {
    transform: rotate(-90deg);
}

.jobs-outer {
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 150px;
}

.our-jobs .jobs-box .price span {
    background: #fff;
    color: #2B2436;
    padding: 8px 20px;
    border-radius: 30px;
    margin-right: 20px;
    font-size: 16px;
}

.jobs-boxed {
    display: flex;
    justify-content: space-between;
}

/*.jobs-boxed.test {*/
/*    display: table-cell;*/
/*    justify-content: space-between;*/
/*}*/
.owl-carousel.owl-theme.jobs-slide {
    position: static;
}

.jobs-outer {
    position: relative;
    z-index: 99;
}

.jobs-outer .owl-nav {
    position: absolute;
    left: 38%;
    right: 0;
    top: 25%;
    z-index: 9999999;
    transform: rotate(-90deg);
    margin: 0 auto;
    width: 74px;
}

.jobs-outer .owl-nav button span {
    display: none;
}

.jobs-outer .owl-nav button {
    width: 70px !important;
    height: 60px !important;
    outline: 0;
}


.jobs-boxed .jobs-box {
    width: 48.8%;
}

.arrow {
    display: block;
    text-align: center;
    max-width: 60px;
    margin: 0 auto;
    margin-top: -150px;
}

.arrow span {
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}

.arrow span.next {
    transform: rotate(180deg);
    display: block;
}

.our-contact {
    background: url(../images/contact-bg.png) no-repeat;
    background-position: top right;
    background-size: cover;
}

.our-contact {
    min-height: 990px;
    margin-top: -190px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.our-jobs {
    position: relative;
}

.our-contact .container {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.our-contact .cont-detail {
    max-width: 500px;
}



.our-contact {
    margin-bottom: auto;
    padding-bottom: 50px;
}

.our-contact .cont-detail h2 {
    font-size: 55px;
    font-weight: 500;
    padding-bottom: 30px;

}

.our-contact .cont-detail p {
    font-size: 22px;
    font-weight: 300;
}

.our-contact .cont-detail p.phone a {
    font-size: 40px;
    color: #fff;
}

.our-contact .cont-detail p.phone {
    padding-top: 30px;
}

.our-contact .cont-detail p.phone.email {
    padding-top: 0;
}

.hire-us {
    padding: 50px;
}

.hire-us a {
    background: linear-gradient(112.15deg, rgba(233, 19, 185, 0.9) 8.8%, rgba(47, 243, 249, 0.9) 83.5%);
    backdrop-filter: blur(10px);
    padding: 50px 70px;
    border-radius: 40px;
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hire-us a:hover {
    background: linear-gradient(127deg, rgba(255, 226, 248, 0.6) 2%, rgba(134, 204, 246, 0.9) 30%, rgba(183, 255, 255, 1) 100%);
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul.fot-menu li a {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.footer .f-right {
    display: flex;
    justify-content: space-between;
}

.footer .f-right li a {
    font-size: 20px;
    color: #fff;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.footer .f-right ul.social li a .fa {
    margin-right: 10px;
}

.footer-botom {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    align-items: center;
}

.copy-right {
    font-size: 14px;
    font-weight: 300;
}

.f-logo img {
    filter: brightness(0) invert(1);
}

.home-banner.about-ban .container {
    max-width: 1270px;
}

.home-banner.about-ban {
    padding-top: 180px;
    background: url(../images/about-ban-bg.png) no-repeat;
}

.home-banner.about-ban .ban-txt {
    max-width: 49%;
    padding-top: 60px;
}

.abut-ban-bot {
    padding: 100px 0;
}

.abut-ban-bot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abut-ban-bot ul li {
    display: flex;
    padding: 40px;
    justify-content: space-between;
    margin: 10px 0;
    border: solid 1px transparent;
    border-radius: 40px;
    background: transparent;
    cursor: pointer;
    opacity: 0.5;
}

.abut-ban-bot ul li h3 {
    width: 48%;
    font-size: 55px;
    font-weight: 500;
}

.abut-ban-bot ul li .txt {
    width: 49%;
    font-size: 17px;
}

.abut-ban-bot ul li:hover {
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.2) 8.8%, rgba(251, 251, 251, 0.05) 81.26%);
    border: solid 1px rgba(251, 251, 251, 0.4);
    opacity: 1;
}

.how-we .about-txt {
    padding: 100px 0;
    font-size: 22px;
    margin: 0 -15px;
    font-weight: 300;
}

.how-we .about-txt h2 {
    margin-bottom: 20px;
}

.how-we {
    padding: 50px 0 80px 0;
    position: relative;
}

.how-we:before {
    content: "";
    background: url(../images/about-left-shape.png) no-repeat;
    position: absolute;
    left: 0;
    top: 250px;
    right: 0;
    z-index: -1;
    min-height: 1050px;
}

.our-team h2 {
    text-align: center;
}

.our-team {
    margin-top: -50px;
    position: relative;
}

.our-team:before {
    content: "";
    background: url(../images/about-right-shape.png) no-repeat;
    position: absolute;
    right: 0;
    top: 150px;
    width: 645px;
    right: 0;
    z-index: -1;
    min-height: 1150px;
}

.team-boxes {
    display: flex;
    padding-left: 40px;
    margin-right: -40px;
    padding-top: 70px;
}

.team-boxes .t-box {
    width: 28.9%;
    background: linear-gradient(122.59deg, rgba(255, 226, 248, 0.1) 0%, rgba(134, 204, 246, 0.1) 48.5%, rgba(183, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 40px 0px 0px 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-left: -40px;
    padding-right: 70px;
    min-height: 531px;
}

.team-boxes .t-box .t-image img {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
}

.team-boxes .t-box:last-child {
    padding-right: 30px;
    border-radius: 40px;
    width: 23%;
}

.team-boxes .t-box h3 {
    font-size: 25px;
    font-weight: 500;
    padding-top: 30px;
    color: #FBFBFB;
}

.team-boxes .t-box p {
    font-size: 17px;
    color: #FBFBFB;
}

.team-bot {
    padding: 150px 0;
    max-width: 940px;
    font-size: 55px;
    font-weight: 300;
    line-height: 1.1;
}

.team-bot span {
    color: #E913B9;
}

.our-jobs.updates {
    margin-top: -290px;
    padding-top: 390px;
    background: url(../images/update-bg.png) no-repeat;
}

.get-updates {
    max-width: 1030px;
    margin: 0 auto;
    background: linear-gradient(112.15deg, rgba(233, 19, 185, 0.4) 8.8%, rgba(233, 19, 185, 0.1) 83.5%);
    border-radius: 40px;
    padding: 50px;
    border: solid 1px #E913B9;
    min-height: 368px;
}

.get-updates h2 {
    padding: 0;
    text-align: left;
    padding-bottom: 25px;
}

.get-updates p {
    font-size: 22px;
    font-weight: 300;
}

.get-form {
    display: flex;
    align-items: center;
    background: linear-gradient(122.59deg, rgba(255, 226, 248, 0.1) 0%, rgba(134, 204, 246, 0.1) 48.5%, rgba(183, 255, 255, 0.1) 100%);
    height: 70px;
    border-radius: 20px;
    border: solid 1px #c09cc4;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.get-form input[type="text"] {
    width: 80%;
    height: 53px;
    padding: 0 10px;
    border: none;
    background: none;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.get-form input::placeholder {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.get-form a {
    border: solid 1px #fff;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 53px;
    line-height: 50px;
    border-radius: 40px;
    text-decoration: none;
}

.get-form a:hover {
    background: linear-gradient(112.15deg, rgba(233, 19, 185, 0.4) 8.8%, rgba(233, 19, 185, 0.1) 83.5%);
    border-color: #E913B9;
}

.home-banner.about-ban.hiring-ban {
    background: url(../images/hiring-ban-bg.png) no-repeat;
    min-height: auto;
}

.hiring-ban-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hiring-ban-box {
    padding: 100px 0;
}

.hiring-ban-box ul li {
    background: url("../images/hiring-box-bg.png") no-repeat;
    height: 392px;
}

.hiring-ban-box ul li {
    width: 32%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 46px 40px;
}

.hiring-ban-box ul {
    justify-content: space-between;
}

.hiring-ban-box ul li h3 {
    font-size: 55px;
    font-weight: 500;
}

.hiring-ban-box ul li:nth-child(2) {
    background: url("../images/hiring-box-bg2.png") no-repeat;
    background-position: right bottom;
}

.hiring-ban-box ul li:nth-child(3) {
    background: url("../images/hiring-box-bg2.png") no-repeat;
    background-position: right bottom;
}

.hiring-feature {
    position: relative;
    padding: 60px 15px;
    padding-bottom: 150px;
}

.hiring-feature::before {
    content: "";
    left: 0;
    right: 0;
    top: -500px;
    height: 1440px;
    position: absolute;
    background: url(../images/hiring-feature.png) no-repeat;
    padding: 100px 0;
}

.feature-boxed {

    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.hire-us .hire {
    display: none;
}

.feature-hiring {
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
    padding: 50px 40px;
    border-radius: 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    min-height: 655px;
}

.feature-hiring h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 40px;
}

.feature-hiring h4 {
    font-size: 25px;
    margin-bottom: 30px;
}

.feature-hiring {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
}

.feature-hiring .read-more {
    font-size: 16px;
    font-weight: 500;
}

.feature-hiring ul.feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 20px;

}

.feature-hiring ul.feature-list li {
    font-size: 20px;

    padding: 7px 0;
    position: relative;
    padding-left: 25px;
}

.feature-hiring ul.feature-list li:before {
    content: "\f067";
    font-family: 'FontAwesome';
    color: #31FCFB;
    position: absolute;
    left: 0;
    top: 8px;
}

.feature-hiring .read-more {
    display: flex;
    align-items: center;
    margin-top: -20px;
    cursor: pointer;
}

.feature-hiring .read-more img.img-fluid {
    position: relative;
    top: 4px;
    left: -7px;
    width: 66px;
}

.fet-txt.active .more-txt {
    display: block !important;
}

.bragging.hiring-brag:after {
    display: none;
}

.our-contact.hiring-cont {
    margin-top: -390px;
}

.footer.fot-hiring {
    border-top: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(122.59deg, rgba(247, 207, 251, 0.4) 0%, rgba(213, 220, 252, 0.3) 38.5%, rgba(152, 242, 255, 0.7) 100%);
    padding-top: 70px;
    margin-top: 50px;
}

.home-banner.expertise-ban>.container {
    max-width: 1270px;
}

.home-banner.expertise-ban {
    background: url(../images/expertise-bg.png) no-repeat;
    min-height: 1130px;
    padding-top: 170px;
}

.home-banner.expertise-ban .ban-txt {
    max-width: 710px;
    padding-top: 140px;
}

.home-banner.expertise-ban .b-txt {
    font-weight: 400;
    margin-bottom: 40px;
}

.home-banner.expertise-ban {
    position: relative;
}

.home-banner.expertise-ban:before {
    content: "";
    background: url(../images/expertise-shape.png) no-repeat;
    min-height: 1130px;
    position: absolute;
    left: 0;
    bottom: -120px;
    right: 0;
}

.expertise-mid {
    padding: 120px 0;
}

.expertise-boxed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.expertise-boxed .expert-box {
    width: 49%;
    background: linear-gradient(122.59deg, #FFE2F8 0%, #86CCF6 48.5%, #B7FFFF 100%);
    border-radius: 40px;
    height: 275px;
    padding: 50px 50px;
    position: relative;
    padding-left: 160px;
    margin: 1% 0;
}

.expertise-boxed .expert-box h3 {
    font-size: 50px;
    font-weight: 400;
}

.expertise-boxed .expert-box:before {
    font-weight: 400;
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 60px;
    border: solid 1px #fff;
    width: 72px;
    height: 72px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    left: 50px;
    top: 58px;
}

.client-review {
    padding: 140px 0 0px 0;
}

.client-review .container {
    display: flex;
    justify-content: space-between;
}

.client-review .review-text {
    background: rgba(43, 36, 54, 1);
    border: solid 1px rgba(152, 242, 255, 0.2);
    width: 40%;
    border-radius: 40px;
    padding: 50px 44px;
    font-size: 30px;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
}

.client-review .review-image {
    width: 58%;
}

.client-review .review-text h4 {
    padding-top: 70px;
    color: rgba(27, 154, 230, 1);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expertise-mid {
    position: relative;
}

.expertise-mid:before {
    content: "";
    background: url(../images/review-bg.png) no-repeat;
    min-height: 1430px;
    position: absolute;
    left: 0;
    top: 160px;
    right: 0;
    z-index: -1;
}

.home-banner.about-ban.hiring-ban.job-ban {
    min-height: 1130px;
    position: relative;
}

.home-banner.about-ban.hiring-ban.job-ban:before {
    content: "";
    background: url(../images/job-ban-shape.png) no-repeat;
    min-height: 650px;
    position: absolute;
    left: 0;
    top: 80px;
    right: 0;
    z-index: -1;
    background-position: right top;
}

.jons-form {
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
    padding: 15px 30px;
    border-radius: 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    backdrop-filter: blur(20px);
}

.jons-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jons-form ul li {
    width: 32%;
    justify-content: space-between;
    padding: 15px 0;
}

.jons-form ul li:nth-child(1),
.jons-form ul li:nth-child(2) {
    width: 49%;
}

.jons-form ul li span.sel {
    position: relative;
}

.jons-form ul li span.sel:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: -19px;
    z-index: 99;
    font-size: 36px;
}

.jons-form ul li input[type="text"],
.jons-form ul li select {
    background: linear-gradient(122.59deg, rgba(255, 226, 248, 0.1) 0%, rgba(134, 204, 246, 0.1) 48.5%, rgba(183, 255, 255, 0.1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 70px;
    border-radius: 20px;
    width: 100%;
    padding: 0 20px;
    font-size: 25px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    outline: 0;
    -webkit-appearance: none;
}

.jons-form ul li input::placeholder {
    color: #fff;
}

.jons-form ul li:last-child {
    width: 100%;
    text-align: center;
}

.jons-form ul li button {
    background: #fff;
    border: none;
    height: 70px;
    width: 190px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.jobs-listing {
    padding-top: 150px;
    position: relative;
    z-index: 99;
}

.listing-boxed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listing-boxed .jobs-box {
    width: 49%;
    backdrop-filter: blur(10px);
    min-height: 270px;
    margin: 1% 0;
    border-radius: 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 40px;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
}

.listing-boxed .jobs-box .price {
    display: flex;
    padding-top: 30px;
}

.listing-boxed .jobs-box .price span {
    background: #fff;
    color: #2B2436;
    padding: 8px 20px;
    border-radius: 30px;
    margin-right: 20px;
    font-size: 16px;
}

.listing-boxed .jobs-box h3 {
    font-size: 35px;
    font-weight: 500;
}

.our-contact.hiring-cont.job-cont {
    margin-top: 150px;
}

.load-more {
    text-align: center;
    padding: 50px 0;
}

.load-more a {
    border: solid 1px #fff;
    display: inline-block;
    padding: 15px 23px 15px 23px;
    border-radius: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.load-more a:hover {
    background: linear-gradient(90deg, rgba(233, 19, 185, 0.4) 0%, rgba(233, 19, 185, 0.1) 100%);
    border: solid 1px #E913B9;
}

.sort-by {
    text-align: right;
    padding-bottom: 40px;
}

.sort-by .sort {
    border: solid 1px #fff;
    display: inline-block;
    padding: 15px 23px 15px 23px;
    border-radius: 55px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}

.sort-by .sort a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-left: 10px;
}

.sort-by .sort a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 7px;
    z-index: 99;
    font-size: 27px;
}

.job-social {
    padding: 40px 0;
}

.job-social ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.job-social ul.social li {
    padding-right: 20px;
}

.job-social ul.social li a {
    font-size: 24px;
    color: #fff;
}

.job-apply {
    padding: 10px 0;
    position: relative;
}

.job-apply ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}

.job-apply:before {
    content: "";
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    background: linear-gradient(112.15deg, rgba(65, 56, 78, 0.4) 8.8%, rgba(68, 59, 82, 0.1) 83.5%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
}

.jobs-detail {
    padding-top: 100px;
}

.job-apply ul li {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.job-apply ul li a.apply-btn {
    display: block;
    background: #fff;
    font-size: 20px;
    color: rgba(43, 36, 54, 1);
    font-weight: 300;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
}

.job-apply ul li img.img-fluid {
    position: relative;
    top: 5px;
}

.jobs-detail {
    font-size: 22px;
    font-weight: 300;
    line-height: 29px;
}

.jobs-box {
    cursor: pointer;
}

.home-banner.about-ban .jobs-detail p {
    margin-bottom: 30px;
}

.home-banner.about-ban .jobs-detail ul li {
    padding: 4px 0;
}

.jobs-detail .jobs-content {
    max-width: 970px;
}

.jobs-detail .load-more {
    text-align: left;
}

.jobs-detail .load-more a {
    background: #fff;
    color: rgba(43, 36, 54, 1);
}

.jobs-detail .load-more a:hover {
    background: linear-gradient(90deg, rgba(233, 19, 185, 0.4) 0%, rgba(233, 19, 185, 0.1) 100%);
    border: solid 1px #E913B9;
    color: #fff;
}

.our-jobs.job-details {
    padding-top: 300px;
    margin-top: -250px;
}

@media screen and (min-width:1300px) {
    .ban-boxes .container {
        padding: 0 90px;
    }

    .locations {
        padding: 0 110px;
    }

}

@media screen and (min-width:768px) {
    .team-boxes .t-box .t-image img {
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .ban-boxes .ban-box h2 span {
        font-size: 50px;
    }

    .b-txt {
        font-size: 40px;
    }

    .more-about .b-txt {
        margin-top: 40px;
    }

    .integrity-box {
        width: 750px;
        height: 750px;
        background-size: cover;
    }

    .integrity-box ul li {
        font-size: 48px;
        padding: 8px 0;
    }

    .bragging-box {
        padding: 20px;
    }

    .bragging .bragging-title h2 {
        padding-bottom: 30px;
    }

    .bragging .bragging-title {}

    .bragging:before {
        background-size: 80%;
    }

    .partner-box img {
        position: static;
        margin-top: 30px;
    }

    .partner-box h2 {
        max-width: 100%;
        padding-top: 30px;
    }

    .partner-box {
        padding: 20px;
    }

    .our-jobs .jobs-box h3 {
        font-size: 22px;
    }

    .our-jobs .jobs-box .price span {
        font-size: 13px;
    }

    .our-contact {
        background-size: cover;
        min-height: auto;
    }

    .jobs-boxed .jobs-box {
        min-height: 220px;
    }

    .our-contact .cont-detail p.phone a {
        font-size: 30px;
    }

    .jobs-outer .owl-nav {
        left: 51%;
        top: 21%;
    }

    .hire-us {
        padding: 0;
    }

    .hire-us a {
        padding: 25px 30px;
        font-size: 75px;
    }

    .hire-us a img.img-fluid {
        max-width: 80px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer ul.fot-menu li a {
        font-size: 24px;
    }

    .f-logo img {
        max-width: 150px;
    }

    .abut-ban-bot {
        padding-top: 50px;
    }

    .abut-ban-bot ul li {
        padding: 20px;
        align-items: center;
    }

    .abut-ban-bot ul li h3 {
        font-size: 35px;
    }

    .abut-ban-bot ul li .txt {
        font-size: 15px;
    }


    .home-banner h1 {
        font-size: 100px;
    }

    .home-banner h1 br {
        display: none;
    }

    .how-we .about-txt {
        margin: 0;
        font-size: 18px;
    }

    .how-we:before {
        background-size: 600px;
        top: 150px;
    }

    .team-boxes .t-box {
        padding: 15px;
        padding-right: 50px;
        min-height: auto;
        width: 29.9%;
    }

    .team-boxes .t-box h3 {
        font-size: 20px;
    }

    .team-boxes .t-box p {
        font-size: 15px;
    }

    .team-boxes .t-box:last-child {
        padding-right: 15px;
        width: 25%;
    }

    .team-boxes {
        margin-right: -50px;
    }

    .team-bot {
        font-size: 35px;
    }

    .our-team:before {
        background-size: 500px;
        background-position: right;
        top: 50px;
    }

    .our-jobs.updates {
        background-size: cover;
    }

    .jobs-outer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .feature-hiring {
        padding: 30px 20px;
    }

    .hiring-ban-box ul li h3 {
        font-size: 35px;
    }

    .hiring-ban-box ul li {
        padding: 36px 20px;
        height: 302px;
    }

    .home-banner.about-ban.hiring-ban {
        background-size: 1000px;
    }

    .hiring-brag.bragging:before {
        background-size: 60%;
        top: -100px;
    }

    .expertise-boxed .expert-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .client-review .review-text {
        width: 100%;
    }

    .client-review .container {
        flex-wrap: wrap;
    }

    .client-review .review-image {
        width: 100%;
        margin-top: 30px;
    }

    .client-review .review-image img {
        width: 100%;
    }

    .expertise-mid:before {
        background-position: center;
        top: 490px;
    }

    .job-apply ul li {
        font-size: 18px;
        padding-right: 0;
    }

    .job-apply ul li a.apply-btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .job-apply ul li img.img-fluid {
        max-width: 60px;
        top: 2px;
    }

    .home-banner.about-ban.hiring-ban.job-ban h1 {
        font-size: 50px;
    }

    .home-banner.about-ban.hiring-ban.job-ban:before {
        background-size: 300px;
    }


}

@media screen and (min-width:992px) and (max-width:1100px) {
    .more-about .b-txt {
        margin-top: 0;
    }

    .bragging:before {
        background-size: 73%;
    }

    .team-boxes .t-box {
        width: 28.5%;
    }

}

@media screen and (min-width:768px) and (max-width:992px) {
    .bragging-box {
        margin-top: 110px;
        min-height: 255px
    }

    .bragging .col-md-12.col-lg-4:first-child .bragging-box {
        margin-top: -87px;
    }

    .hiring-ban-box ul li {
        height: 302px;
    }

    .feature-hiring {
        font-size: 15px;
    }

    .feature-hiring ul.feature-list li {
        width: 50%;
        font-size: 16px;
    }

    .feature-hiring h3 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .feature-hiring h4 {
        font-size: 20px;
    }

    .our-contact.hiring-cont {
        margin-top: 50px;
    }

    .listing-boxed .jobs-box {
        width: 100%;
        min-height: 200px;
    }

    .listing-boxed .jobs-box h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .ban-boxes .ban-box h2 span {
        font-size: 30px;
    }

    .menu {
        display: none;
    }

    .mobile-menu {
        position: absolute;
        display: block !important;
        right: 20px;
        top: 29px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin: 8px 0;
        transition: 0.4s;
    }

    .menuactive .mobile-menu .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 6px);
        transform: rotate(-45deg) translate(-7px, 6px);
    }

    .menuactive .mobile-menu .bar2 {
        opacity: 0;
    }

    .menuactive .mobile-menu .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    body .menu {
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
        width: 480px;
        text-align: center;
        padding: 140px 50px 90px 50px;
        background: linear-gradient(127deg, rgb(240 202 231) 12%, rgb(120 188 229) 50%, rgb(127 189 189) 70%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translateZ(0);
        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
        width: 100%;
    }

    body.menuactive .menu {
        transform: translateX(0);
        box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
    }

    .menu ul {
        flex-wrap: wrap;
    }

    .menu ul li {
        width: 100%;
    }

    .menu ul li a {
        padding: 12px;
        display: block;
        font-size: 20px;
    }

    .menuactive .mobile-menu {
        position: fixed;
        z-index: 999;
    }

    .home-banner h1 {
        font-size: 62px;
    }

    .ban-boxes .container {
        padding: 0 40px;
    }

    .ban-boxes .ban-box {
        padding: 25px;
        min-height: 220px;
    }

    .ban-boxes .ban-box h2 {
        font-size: 84px;
    }

    .ban-boxes .ban-box p {
        font-size: 14px;
    }

    .ban-txt {
        font-size: 18px;
    }

    .home-banner {
        min-height: auto;
        padding-top: 200px;
        background-size: 700px;
        background-position: -90px 20px;
    }

    .ban-boxes {
        padding-top: 100px;
    }

    .home-banner .button {
        margin-top: 70px;
    }

    .more-about {
        padding-top: 70px;
    }

    .b-txt {
        font-size: 30px;
    }

    .more-about .m-txt {
        margin-bottom: 50px;
    }

    .m-txt {
        font-size: 20px;
    }

    .integrity-box {
        width: 360px;
        height: 360px;
        background-size: cover;
    }

    .integrity-box ul li {
        font-size: 20px;
    }

    .bragging .col-md-12.col-lg-4:first-child .bragging-box {
        margin-top: -87px;
    }

    .integrity-box ul {
        padding-top: 84px;
    }

    .bragging .bragging-title h2 {
        font-size: 35px;
    }

    .bragging-box {
        margin-top: 77px;
    }

    .bragging .row .col-md-4:first-child .bragging-box {
        margin-top: -118px;
    }

    .bragging:before {
        background-size: 300px;
        min-height: 500px;
        top: 0;
    }

    .bragging .b-txt {
        margin-top: 80px;
        font-size: 25px;
    }

    .partner-box h2 {
        font-size: 35px;
    }

    .partner-box img {
        position: static;
        margin-top: 40px;
    }

    .partner-box {
        padding: 20px;
        padding-bottom: 0;
    }

    .bragging::after {
        background-size: 500px;
        background-position: right;
    }

    .partner {
        padding-top: 140px;
    }

    .our-jobs {
        padding-top: 140px;
        min-height: auto;
        background-size: cover;
    }

    .our-jobs h2 {
        font-size: 35px;
        padding-bottom: 50px;
    }

    .jobs-boxed {
        flex-wrap: wrap;
    }

    .jobs-boxed .jobs-box {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
        padding: 20px;
    }

    .our-jobs .jobs-box h3 {
        font-size: 20px;
    }

    .our-jobs .jobs-box .price span {
        font-size: 14px;
    }

    .jobs-boxed .jobs-box:before {
        box-shadow: -10px 10px 0px #fff;
        right: 10px;
    }

    .jobs-boxed .jobs-box:nth-child(2):before {
        box-shadow: -10px 10px 0px #fff;
        left: 0;
        right: 0;
    }

    .our-contact {
        min-height: auto;
        background-size: cover;
        margin-top: 50px;
    }

    .jobs-outer .owl-nav {
        left: 111%;
        right: 14%;
        top: 34%;
    }

    .our-contact .cont-detail h2 {
        font-size: 35px;
    }

    .our-contact .cont-detail p {
        font-size: 18px;
    }

    .our-contact .cont-detail p.phone a {
        font-size: 24px;
    }

    .hire-us {
        padding: 20px 0;
    }

    .hire-us a {
        font-size: 26px;
        padding: 20px 20px;
    }

    .hire-us a img.img-fluid {
        max-width: 37px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer ul.fot-menu li a {
        font-size: 24px;
        padding: 10px 0;
    }

    .footer .f-right {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer ul.social {
        padding-top: 30px;
    }

    .footer-botom {
        flex-wrap: wrap;
    }

    .footer-botom .f-logo {
        padding-top: 30px;
    }

    .arrow span img {
        max-width: 40px;
    }

    .home-banner.about-ban .ban-txt {
        max-width: 100%;
    }

    .abut-ban-bot ul li {
        flex-wrap: wrap;
        padding: 10px;
    }

    .abut-ban-bot ul li h3 {
        width: 100%;
        font-size: 30px;
    }

    .abut-ban-bot ul li .txt {
        width: 100%;
        font-size: 15px;
    }

    .abut-ban-bot {
        padding-bottom: 50px;
    }

    .how-we .about-txt {
        margin: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h2 {
        font-size: 35px;
    }

    .how-we .about-txt {
        font-size: 15px;
    }

    .how-we:before {
        background-size: 340px;
        top: 100px;
    }

    .team-boxes {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .team-boxes .t-box {
        width: 100%;
        margin: 15px 0;
        border-radius: 40px;
        padding: 20px;
    }

    .team-boxes .t-box .t-image img {
        width: 100%;
    }

    .team-boxes .t-box:last-child {
        width: 100%;
        padding: 20px;
    }

    .team-boxes .t-box h3 {
        font-size: 22px;
    }

    .team-boxes .t-box p {
        font-size: 15px;
    }

    .team-bot {
        font-size: 30px;
    }

    .our-team:before {
        background-position: bottom right;
        top: auto;
        bottom: 216px;
        background-size: 500px;
    }

    .our-jobs.updates {
        margin-top: -290px;
        padding-top: 290px;
        background-size: cover;
        margin-bottom: 100px;
    }

    .get-updates {
        padding: 30px 15px;
        min-height: auto;
    }

    .get-updates p {
        font-size: 15px;
    }

    .get-form input::placeholder {
        font-size: 14px;

    }

    .get-form input[type="text"] {
        font-size: 14px;
    }

    .home-banner h1 br {
        display: none;
    }

    .our-jobs.updates h2 {
        padding-bottom: 20px;
    }

    .jobs-outer {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        margin-top: -0;
    }

    .hiring-ban-box ul {
        flex-wrap: wrap;
    }

    .hiring-ban-box ul li {
        width: 100%;
        margin-bottom: 30px;
        padding: 26px 20px;
        height: 292px;
    }

    .hiring-ban-box ul li h3 {
        font-size: 35px;
    }

    .hiring-feature::before {
        background-size: 700px;
        right: 0;
        top: -200px;
    }

    .feature-hiring {
        padding: 20px 15px;
    }

    .feature-hiring h3 {
        font-size: 33px;
        padding-bottom: 20px;
    }

    .feature-hiring h4 {
        font-size: 20px;
    }

    .feature-hiring {
        font-size: 15px;
    }

    .feature-hiring ul.feature-list {
        flex-wrap: wrap;
    }

    .feature-hiring ul.feature-list li {
        width: 100%;
        font-size: 17px;
    }

    .our-contact.hiring-cont {
        margin-top: 50px;
    }

    .hiring-feature {
        padding-bottom: 70px;
    }

    .home-banner.expertise-ban:before {
        background-size: 300px;
    }

    .home-banner.expertise-ban h1 {
        font-size: 48px;
    }

    .expertise-boxed .expert-box {
        width: 100%;
        padding: 30px 20px;
        padding-left: 60px;
        height: auto;
        margin-bottom: 20px;
    }

    .expertise-boxed .expert-box h3 {
        font-size: 30px;
    }

    .expertise-boxed .expert-box:before {
        font-size: 30px;
        width: 44px;
        height: 44px;
        line-height: 40px;
        left: 10px;
        top: 35px;
    }

    .client-review .container {
        flex-wrap: wrap;
    }

    .client-review .review-text {
        width: 100%;
        padding: 30px;
        font-size: 20px;
    }

    .client-review .review-text h4 {
        padding-top: 30px;
        font-size: 22px;
    }

    .client-review .review-image {
        width: 100%;
        margin-top: 30px;
    }

    .expertise-mid:before {
        background-position: center;
        background-size: 800px;
        top: 360px;
    }

    .client-review {
        padding-top: 50px;
    }

    .jons-form ul {
        flex-wrap: wrap;
    }

    .jons-form ul li {
        width: 100% !important;
    }

    .jons-form ul li input[type="text"],
    .jons-form ul li select {
        font-size: 19px;
        height: 60px;
    }

    .listing-boxed .jobs-box {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        min-height: 200px;
    }

    .listing-boxed .jobs-box h3 {
        font-size: 22px;
    }

    .job-apply ul {
        flex-wrap: wrap;
    }

    .job-apply ul li {
        width: 100%;
        padding: 0;
        text-align: center;
        font-size: 22px;
        justify-content;
    }

    .job-apply ul li a.apply-btn {
        display: block;
        width: 100%;
        padding: 16px 40px;
    }

    .job-apply {
        padding-top: 20px;
    }

    .jobs-detail {
        font-size: 18px;
        padding-top: 70px;
    }

    .home-banner.about-ban.hiring-ban.job-ban {
        z-index: 99;
    }

    .home-banner.about-ban.hiring-ban.job-ban h1 {
        font-size: 50px;
    }

    .home-banner.about-ban.hiring-ban.job-ban:before {
        background-size: 300px;
    }
}




/* ----20-05-2024-start---- */
.jobs-boxed.second .jobs-box:last-child {
    right: -44px;
    position: relative;
}

.jobs-boxed.second .jobs-box:first-child {
    left: -44px;
    position: relative;
}

.custom-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-arrows .swiper-button-prev {
    margin-bottom: 20px;
}

.custom-arrows .swiper-button-prev img,
.custom-arrows .swiper-button-next img {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 13px;
    cursor: pointer;
}

.custom-arrows .swiper-button-prev-features img,
.custom-arrows .swiper-button-next-features img {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 13px;
    cursor: pointer;
}

.hiring-feature .container {
    position: relative;
    padding: 0px;
}

.container.boxes .feature-boxed:nth-child(2) {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 100%;
}

.container.boxes .feature-boxed:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 100%;
}

.container.boxes .feature-boxed:nth-child(2) .feature-hiring {
    opacity: 0.3;
}

.container.boxes .feature-boxed:nth-child(3) .feature-hiring {
    opacity: 0.3;
}

.hiring-feature .custom-arrows {
    padding-top: 100px;
}

.hiring-feature .custom-arrows .swiper-button-prev-features.disabled {
    margin-bottom: 20px;
}

.custom-arrows-hiresolutions {
    display: flex;
    justify-content: center;
    padding-top: 68px;
    z-index: 99;
    position: relative;
}

.custom-arrows-hiresolutions .swiper-button-prev img,
.custom-arrows-hiresolutions .swiper-button-next img {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 13px;
    cursor: pointer;
}

.custom-arrows-hiresolutions .swiper-button-prev-features img,
.custom-arrows-hiresolutions .swiper-button-next-features img {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 13px 15px;
    cursor: pointer;
}

.custom-arrows-hiresolutions .swiper-button-prev-features {
    margin-right: 20px;
}

.feature-boxed.active .feature-hiring {
    backdrop-filter: blur(10px);
}

.container.boxes .feature-boxed:first-child {
    backdrop-filter: blur(10px);
    z-index: 999;
}


@media screen and (max-width:1400px) {

    .container.boxes .feature-boxed:nth-child(2),
    .container.boxes .feature-boxed:nth-child(3) {
        top: 0;
        left: 0;
        right: 0;
    }

    .custom-arrows-hiresolutions {
        padding-top: 30px;
    }
}


@media screen and (max-width:1100px) {
    .jobs-boxed.second .jobs-box:last-child {
        right: -20px;
        bottom: -30px;
        position: relative;
    }

    .jobs-boxed.second .jobs-box:first-child {
        left: -20px;
        position: relative;
        bottom: -30px;
    }

    .custom-arrows {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .jobs-slide .jobs-boxed.second {
        position: absolute;
        top: 0;
        margin: 0px;
    }

    .jobs-slide .item.active-slide {
        position: relative;
    }

    .custom-arrows {
        flex-direction: unset;
        justify-content: center;
    }

    .custom-arrows .swiper-button-prev {
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .custom-arrows .swiper-button-prev img,
    .custom-arrows .swiper-button-next img {
        padding: 12px 10px;
        width: 50px;
    }

    .jobs-boxed .jobs-box:first-child {
        margin-bottom: 50px;
    }

    .jobs-boxed.second .jobs-box:first-child {
        bottom: -20px;
    }

    .jobs-boxed.second .jobs-box:last-child {
        bottom: -20px;
    }

    .custom-arrows-hiresolutions .swiper-button-prev-features img,
    .custom-arrows-hiresolutions .swiper-button-next-features img {
        padding: 10px 12px;
        width: 50px;
    }
}



/* ----20-05-2024-end---- */

/* ----05-06-2024-start---- */
.jobs-listing .sort-by .sort form#sorting-form select {
    background: transparent;
    color: #fff;
    border: none;
}

.jobs-listing .sort-by .sort form#sorting-form select:focus-visible {
    outline: none;
}

.job-apply ul li a.apply-btn:hover {
    color: #000;
}

.job-apply ul li a.apply-btn {
    cursor: pointer;
}

.job-social ul.social li {
    cursor: pointer;
}

.jobs-detail .load-more a {
    cursor: pointer;
}

#popup {
    background: linear-gradient(112.15deg, rgba(251, 251, 251, 0.4) 8.8%, rgba(251, 251, 251, 0.1) 81.26%);
    padding: 15px 30px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
}

form#apply_form {
    width: 100%;
}

form#apply_form .pc-field label.pc-label {
    width: 100%;
    font-size: 25px;
}

form#apply_form .pc-field {
    width: 48%;
    display: flex;
    flex-direction: column;
}

form#apply_form .w-layout-grid.grid-7 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

form#apply_form .pc-field input.w-input {
    background: linear-gradient(122.59deg, rgba(255, 226, 248, 0.1) 0%, rgba(134, 204, 246, 0.1) 48.5%, rgba(183, 255, 255, 0.1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 70px;
    border-radius: 10px;
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    outline: 0;
    -webkit-appearance: none;
}

#popup h3.title-popup {
    color: #fff !important;
}

form#apply_form .pc-field input.w-input::placeholder {
    color: #ffffff8f;
}

#popup span.icon-close:before {
    filter: invert(1);
}

form#apply_form .checkBox .check-title {
    color: #fff;
}

form#apply_form button.button {
    background: #fff;
    border: none;
    height: 70px;
    width: 190px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    margin-top: 20px;
}

form#apply_form .w-layout-grid.grid-7 label.w-input {
    margin: 0px;
    height: auto;
}

form#apply_form .checkBox .check-title:before {
    border: none;
}

form#apply_form .w-layout-grid.grid-7 label.checkBox {
    width: 90%;
    margin: 0px;
}

form#apply_form .upload-2 {
    background: linear-gradient(122.59deg, rgba(255, 226, 248, 0.1) 0%, rgba(134, 204, 246, 0.1) 48.5%, rgba(183, 255, 255, 0.1) 100%);
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 70px;
    border-radius: 10px;
    width: 48%;
    padding: 0 20px;
    font-size: 20px;
    color: #ffffff8f;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    outline: 0;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

form#apply_form .checkBox input:checked+.check-title:before {
    background: #27d1f2 !important;
}

form#apply_form .checkBox .check-title a {
    color: #fff !important;
    text-decoration: underline;
}

form#apply_form .icon-holder img {
    width: 100%;
    filter: invert(1);
}

form#apply_form .icon-holder {
    width: 20px;
    margin-right: 10px;
}

form#apply_form .snackbar-container.snackbar-pos {
    z-index: 999999999999;
}


/* 22-8-24 */

.about_team_slider{
    padding-top: 70px;
}
.about_team_slider .team-boxes .t-box {
    width: 100% !important;
    margin: 0px !important;
}

.about_team_slider .team-boxes:last-child .t-box {
    width: 100% !important;
}

.about_team_slider .team-boxes:last-child {
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.about_team_slider .team-boxes {
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}
.about_team_slider .team-boxes .t-share {
    width: 40px;
}
.about_team_slider .owl-nav button span {
    /* width: 20px; */
    /* height: 20px; */
    background: black;
    padding: 10px 20px;
    font-size: 30px;
    line-height: normal;
    font-family: 'FontAwesome';
    background-image: linear-gradient(63deg, #6064cc, #9a139a, #852385);
    border-radius: 10px;
}
.about_team_slider  .owl-nav {
    margin-top: 0px;
    padding-top: 50px;
}
.about_team_slider .owl-nav button:focus,.about_team_slider .owl-nav button:focus-visible{
    outline: none !important;
}
.about_team_slider .owl-nav button:hover span {
    cursor: pointer;
    background-image: linear-gradient(63deg,#9a139a, #852385, #6064cc);

}

/* 22-8-24 end*/

@media screen and (max-width:1200px) {
    #popup {
        border-radius: 0px;
    }
}

@media screen and (max-width:767px) {
    form#apply_form .pc-field input.w-input {
        height: 60px;
        font-size: 20px;
    }

    #popup h3.title-popup {
        font-size: 30px;
        line-height: 40px;
    }

    form#apply_form .pc-field label.pc-label {
        font-size: 22px;
    }

    form#apply_form .upload-2 {
        height: 60px;
        font-size: 22px;
        width: 100%;
    }

    form#apply_form .checkBox .check-title:before {
        width: 20px;
        height: 20px;
    }
    .about_team_slider  .owl-nav {
        margin-top: 0px;
        padding-top: 20px;
    }
    .about_team_slider .owl-nav button span {
        font-size: 18px;
    }
}

div.our-contact {
    background: none !important;
    position: relative;
}

div.our-contact:before {
    content: "";
    background: url("../images/ready-left.png") no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
    width: 70%;
    height: 890px;
}

.our-contact .container {
    max-width: 970px;
}

div.our-contact:after {
    content: "";
    background: url(../images/ready-right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50px;
    width: 450px;
    height: 590px;
}

.bragging.hiring-brag+div.our-contact:before {
    background: url(../images/ready-shadow.png) no-repeat;
    position: absolute;
    left: 0;
    top: -100px;
    width: 70%;
    height: 1190px;
}

@media screen and (min-width:1400px) {
    .bragging.hiring-brag+div.our-contact {
        margin-top: -400px;
    }
}

@media screen and (min-width:767px) and (max-width:1200px) {
    div.our-contact:after {
        z-index: -1;
        background-size: 250px;
        width: 250px;
        top: 0;
    }

    div.our-contact:before {
        background-size: 300px;
        height: 490px;
        width: 400px;
        top: -137px;
    }

    .bragging.hiring-brag+div.our-contact:before {
        background-size: 500px;
        top: 90px;
    }
}

@media screen and (max-width:767px) {
    div.our-contact:after {
        z-index: -1;
        background-size: 150px;
        width: 150px;
        top: 250px;
    }

    div.our-contact:before {
        background-size: 200px;
        height: 300px;
        width: 200px;
        top: -137px;
    }

    .bragging.hiring-brag+div.our-contact:before {
        background-size: 330px;
        top: -90px;
        width: 100%;
    }
}

/* ----05-06-2024-end---- */