
text/css style.css ( ASCII text )
.row.row-our-team-popup a {
    color: #1D1D1B;
}
.team-box {
    cursor: pointer;
}

form#apply_now_form .btn-main:before {
    content: "\f110";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4em 0 0;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    animation: fa-spin 2s linear infinite;
    opacity: 0;
    width: 0;
}
form#apply_now_form .btn-main:disabled:before {
    opacity: 1;
    width: auto;
}


.custom-modal .modal-dialog { max-width: 1486px; }
.custom-modal .modal-content { border-radius: 0px; border:none }
.custom-modal .modal-body {
  padding: 58px 70px;
  border-radius: 0px;
}
.custom-modal .modal-dialog { border-radius: 0px; }
.row.row-our-team-popup {
  margin-right: -25px;
margin-left: -25px;
}
.row-our-team-popup .col-md-4, .row-our-team-popup .col-md-8 {
  padding-right: 25px;
  padding-left: 25px;
}
.popup-team-img {
  position: relative; max-width: 400px;
  padding-bottom: 400px;
  padding-bottom: 96.5%; margin-bottom: 15px;
}
.popup-team-img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover; object-position: top center;
  transition: all 0.5s ease-in-out;
}
.custom-modal h2 {
  margin-bottom: 30px;
}
.custom-modal h2 img {
  max-height: 60px;
}
.custom-modal h5 {
  margin-bottom: 37px;
font-weight: 500;
}
.popup-info p {
  margin-bottom: 0;
}
.our-team-popup-right {
  margin-left: -15px;
}
.custom-modal .close {
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}

/* custom carousel with scroll */
.custom-slider-scroll-horzi .slider {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.partners + .mid-ban {
    margin-top: 140px;
}
.people-review .review-top {
    display: flex;
    justify-content: space-between;
}

.similar .feature.swiper .swiper-wrapper {
    justify-content: center;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    max-width: 50%;
    position: relative !important;
    margin: 0 auto;
    margin-top: 60px;
}
.custom-slider-scroll-horzi .slides {
  display: flex;  
  overflow-x: auto;
  scroll-snap-type: x mandatory;  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
}
.custom-slider-scroll-horzi .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.custom-slider-scroll-horzi .slides::-webkit-scrollbar-thumb {
  background: #e30613;
  border-radius: 10px;
}
.custom-slider-scroll-horzi .slides::-webkit-scrollbar-track {
    background: #edeff6;
    border-radius: 10px;
    margin: 0 500px;
    /*max-width: 500px !important;
    margin: 0 auto !important;
    margin-top: 50px !important;*/
}


.custom-slider-scroll-horzi .slider .slides .item {
    min-width: 463px !important;
    margin: 0 16px;
}/* custom carousel with scroll end */

/*
@font-face {
    font-family: futuraptdemi;
    src: url(../fonts/futuraptdemi.otf);
}
@font-face {
    font-family: FuturaPTLight;
    src: url(../fonts/FuturaPTLight.otf);
}
@font-face {
    font-family: FuturaPTBold;
    src: url(../fonts/FuturaPTBold.otf);
}
@font-face {
    font-family:FuturaThin;
    src: url(../fonts/FuturaThin.ttf);
}
@font-face {
    font-family: FuturaStdBook;
    src: url(../fonts/FuturaStdBook.ttf);
    font-weight: 600;
}
@font-face {
    font-family: FuturaBold;
    src: url(../fonts/FuturaStdBook.ttf);
    font-weight: 700;
}
*/
body{
    font-family: 'Futura PT Book';
    color: #1D1D1B;
    line-height: 1.42857143;
    font-size: 14px;
}

.h1, .h2, .h3, h1, h2, h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
body .container {
    width: 100%;
    max-width: 1480px;
}
.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.no-margin-bottom{
    margin-bottom:0 !important;
}
.mid-ban.clearfix.work-for-us {
    margin-top: 185px;
}
.header .container {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    align-items: center;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 8px 0;
    transition: 0.4s;
}
.white .bar1, .white .bar2, .white .bar3 {
    background: #fff;
}
.menu {
    cursor: pointer;
}
nav.slide-nav-container {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    width: 480px;
    text-align: center;
    padding: 140px 50px 90px 50px;
    background-color: #ffffff;
    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);
   
}
.menuactive .menu .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}
.get-touch.clearfix a:hover {
    text-decoration: none;
    color: #E30613;
}
.get-touch.clearfix a:hover i {
    color: #fff;
}
.menuactive .menu {
    position: fixed;
    z-index: 9999;
    top: 71px;
    right: 50px;
}
.people-review.no-margin {
    padding-top: 0 !important;
}
.menuactive .menu .bar2 {
    opacity: 0;
}
.number-rating.work-number .rating-box p {
    font-family: 'FuturaMedium';
}
.menuactive .menu .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
ul.slide-nav {
    list-style: none;
    padding: 0;
    display: block;
    overflow-x: hidden;
    margin-right: 0;
    max-height: 96vh;
}

ul.slide-nav li a {font-size: 30px;line-height: 1.2;font-weight: 400;display: inline-block;text-decoration: none;color: #000;    font-family: 'Futura PT Medium';}

ul.slide-nav li {
    padding-bottom: 12px;
}
.slide-nav li a:hover, .slide-nav li a.active {
    color: #E30613;
}
.people-review .review-txt span.icon img {
    width: 60px;
    object-fit: fill;
    height: 60px;
    object-fit: contain;
}

.menuactive nav.slide-nav-container {
    transform: translateX(0);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
}
.h-banner .banner-img {
    display: flex;
}

.h-banner .banner-img {
    margin: 0 auto;
}

.h-banner {
    padding: 50px 0;
}
.h-banner h1 {
    font-size: 150px;
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
    left: 40%;
    top: 26px;
    line-height: 1;
    font-family: FuturaMedium;
    color: #fff;
    background: -webkit-linear-gradient(-105deg,#1D1D1B 0%, #1D1D1B 36%, #fff 30%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h-banner h1 span{
    color: #000;
}
.outer-wrap {
    max-width: 100%;
    overflow: hidden;
}
.h-banner {
    position: relative;
}

.search-bar {
    position: absolute;
    top: calc(100vh - 174px);
    background: #E30613;
    left: 0;
    right: 0;
    padding: 42px 0;
}

.search-bar .container {
    display: flex;
}

.search-bar h3 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: FuturaMedium;
}

.search-bar .fields {
    margin-left: 30px;
    display: flex;
    width: 73%;
}
.search-bar .fields input[type="text"],.search-bar .fields select {
    border: none;
    background: none;
    color: #fff;
    font-family: 'Futura PT Book';
    font-size: 28px;
    padding: 10px 0;
    outline: 0;
}

.search-bar .fields input::placeholder {
    color: #fff;
    font-family: 'Futura PT Book';
}

.search-bar .fields .form-btn a {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    padding: 10px;
}

.search-bar .container {
    justify-content: space-between;
    align-items: center;
}

.search-bar .fields .form-field {
    width: 60%;
}
.search-bar .fields .form-field:nth-child(2) {
    width: 20%;
}
.search-bar .fields {
    border-bottom: solid 3px #FFFFFF;
    align-items: center;
    justify-content: space-between;
}
.bot-banner {
    margin-top: -220px;
}
p{
    margin-bottom: 25px;
}
.bot-banner .b-txt {
    max-width: 600px;
    float: right;
    font-size: 36px;
}
h2 {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    font-family: FuturaMedium;
}

.job-sector {
    padding: 50px 0;
}

.job-sector h2 {
    padding-bottom: 50px;
}

/*.job-sector  .job-box {
    background: #D9EBEE;
    text-align: center;
    margin-bottom: 30px;
}*/

.job-sector  .job-box {
    background: #D9EBEE;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.search-jobs .job-sector .job-box span.icon{
     width: 100px;
    height: 100px;
}
.search-jobs .job-sector .job-box span.icon img.job-icon {
    max-width: 60px;
}
.job-sector .job-box span.icon {
    background: #E30613;
    display: flex;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.job-sector .job-box p {
    padding: 0 10px;
    margin: 35px 0;
    font-family: 'Futura PT Medium';
    font-size: 20px;
}

.job-sector .job-box .job-btn {
    border-top: solid 3px #fff;
}

.job-sector .job-box .job-btn a {
    display: inline-block;
    padding: 25px;
    color: #E30613;
    font-family: 'Futura PT Medium';
    text-decoration: none;
}

body {
    font-size: 27px;
}

.job-sector .job-box .job-btn a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.number-rating {
    padding: 80px 0;
    border-top: solid 10px #E30613;
    border-bottom: solid 10px #E30613;
    text-align: center;
}

.number-rating .rating-box h3 {
    font-size: 100px;
    color: #E30613;
    text-transform: uppercase;
    font-family: 'Futura PT Demi';
    padding-bottom: 20px;
    margin-top: 0;
}

.number-rating .rating-box {
    color: #E30613;
}

.number-rating .rating-box p {
    margin-bottom: 0;
    font-family: 'Futura PT Medium';
}
.people-review {
    padding: 100px 0;
}

.people-review h2 {
    padding-bottom: 60px;
    text-align: center;
}

.people-review .container {
    max-width: 100%;
    padding: 0;
}

.people-review .item {
    background: #E30613;
}

.people-review .review-txt {
    padding: 20px 40px;
    color: #fff;
    padding-left: 100px;
    padding-right: 20%;
}

.people-review .row {
    align-items: center;
}

.people-review .review-txt span.icon {
    width: 90px;
    display: block;
    height: 90px;
    border: solid 3px #fff;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.people-review .review-txt h3 {
    padding-bottom: 10px;
    font-family: 'Futura PT Medium';
}

.people-review .review-txt p {
    font-size: 26px;
    line-height: 1.3;
}
body .people-review .owl-nav button {
    position: absolute;
    top: 44%;
    color: #fff;
    width: 60px;
    outline: 0;
}

.people-review .owl-nav button span {
    color: #fff;
    font-size: 0;
    display: block;
}

.people-review .owl-nav button span:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 44px;
    width: 30px;
    height: 50px;
    display: block;
    background: url(../images/arrow.png) no-repeat;
}

body .people-review .owl-nav button.owl-next {
    right: 0;
}
body .people-review .owl-nav button.owl-prev {
    left: 30px;
}
body .people-review .owl-nav button.owl-next {
    right: 30px;
}
.people-review .owl-nav button.owl-prev span:before {
    background-image: url(../images/arrow-left.png);
   
}

.people-review .row.testimonial-user-sectors {
    gap: 10px;
}
    
.featured-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.featured-top a {
    border: solid 3px #1D1D1B;
    padding: 10px 30px;
    font-size: 24px;
    color: #1D1D1B;
    text-decoration: none;
    font-family: 'Futura PT Medium';
}

.featured-top a span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    text-decoration: none;
}

.job-sector.featured .job-box {
    text-align: left;
}

.job-sector.featured .job-box h3 {
    font-size: 38px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Futura PT Medium';
    margin-bottom: 0;
}
.search-jobs .job-sector.featured .job-box h3{
        font-size: 30px;
        padding-left: 15px;
        padding-right: 15px;
}
.search-jobs .job-sector.featured .job-box p{
    padding-left: 15px;
}
.search-jobs .job-sector.featured .job-box p{
    margin: 10px 0;
}
.search-jobs .job-sector .job-box .job-btn a {
    display: inline-block;
    padding: 15px;
    font-size: 24px;
}

.job-sector.featured .job-box p {
    padding-left: 30px;
    color: #E30613;
    margin-top: 25px;
    font-family: 'Futura PT Book';
}

.job-sector.featured .job-box .job-btn {
    text-align: center;
}

.job-sector.featured {
    padding-top: 0;
    max-width: 100%;
    overflow: hidden;
}

.job-sector.featured .owl-stage-outer {
    overflow: visible;
}
.job-sector.featured .job-box span.cate-name {
    padding-left: 30px;
    padding-top: 30px;
    display: block;
    padding-right: 30px;
    color: #E30613;
    font-family: 'Futura PT Medium';
}

.job-sector.featured.news .job-box h3 {
    margin-bottom: 40px;
}

.job-sector.featured.news  .job-box {
    background: none;
}

.job-sector.featured.news  .job-btn {
    text-align: left;
    border-top: solid 3px #E30613;
    padding-left: 5px;
}

.featured-top h2 {
    padding: 0;
}

.job-sector.featured.news.clearfix {
    padding-top: 50px;
}
.partners.clearfix {
    text-align: center;
}

.partners ul.partners-logo {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.partners ul.partners-logo li {
    width: 20%;
    padding: 30px;
}

.partners ul.partners-logo li img {
    max-width: 80%;
    max-height: 65px;
}

.partners h2 {
    padding-bottom: 60px;
}
.mid-ban.clearfix {
    position: relative;
    margin-top: 100px;
}

.mid-ban:before {
    content: "";
    background: #fff;
    position: absolute;
    left: -30px;
    right: 0;
    top: -83px;
    height: 150px;
    transform: rotate(-5deg);
}

.partners {
    border-top: solid 10px #E30613;
    padding-top: 100px;
}
.job-sector.featured.experts {
    background: #E30613;
    color: #fff;
    padding-top: 100px;
}

.job-sector.featured.experts h2 {
    color: #fff;
}

.expert-txt {
    font-size: 36px;
    max-width: 980px;
}

.experts  .featured-top a {
    color: #fff;
    border-color: #fff;
}
.job-sector.featured.download {
    background: #D9EAEF;
    padding-top: 200px;
    position: relative;
    padding-bottom: 53px;
}

.download .featured-top {
    flex-wrap: wrap;
}

.download .featured-top h2 {
    width: 100%;
    color: #E30613;
    margin-bottom: 60px;
    padding-top: 0;
    margin-top: 0;
}

.job-sector.featured.download .row {
    align-items: center;
}

.job-sector.featured.download:before {
    background: #E30613;
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    top: -83px;
    height: 150px;
    transform: rotate(-5deg);
}
.get-touch.clearfix {
    padding-top: 60px;
    background: #D9EAEF;
}

.get-touch .in-wrap {
    border-top: solid 3px #E30613;
    padding-top: 60px;
    padding-bottom: 60px;
}

.get-touch .in-wrap h2 {
    padding-bottom: 50px;
}

.get-touch .home-contact-right ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
}

.get-touch .home-contact-right ul h6 {
    color: #1D1D1B;
    font-size: 25px;
    font-family: 'Futura PT Medium';
}

.get-touch .home-contact-right ul a {
    color: #1D1D1B;
}

.get-touch .home-contact-right ul li {
    width: 25%;
}

.get-touch .home-contact-right ul .address-box {max-width: 343px;}
.f-menu {
    display: flex;
}

.f-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 25%;
}

.f-menu ul li  a {
    color: #1D1D1B;
    font-size: 25px;
    font-family: 'Futura PT Medium';
}

.f-menu ul li {
    padding-bottom: 10px;
}

.f-right {
    width: 50%;
    float: left;
}

.f-right h6 {
    color: #1D1D1B;
    font-size: 25px;
    font-family: 'Futura PT Medium';
    padding-bottom: 10px;
}

.f-right img {
    max-height: 74px;
}
.f-social {
    float: right;
}

.f-social ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.f-social ul li a {
    border: solid 3px #E30613;
    width: 42px;
    height: 42px;
    display: flex;
    color: #E30613;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.f-social ul li a:hover {
    background: #E30613;
    color: #fff;
}
.f-social ul li {
    margin-left: 10px;
}
.copy-right {
    font-family: 'Futura PT Medium';
}
.inner-banner {
    background: url(../images/our-story.png);
    height:calc(100vh - 200px);
    margin-top: 200px;
    background-size: cover;
    position: relative;
}
.inner-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-banner .container:before {content: "";
    background: rgba(227, 6, 19, 1);
    position: absolute;
    left: -40%;
    right: -40%;
    bottom: 0;
    top: 0;
    mix-blend-mode: multiply;}

.inner-banner h1 {
    max-width: 597px;
    font-size: 100px;
    font-family: FuturaMedium;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.inner-banner .container .banner-img {
    padding: 50px 0;
}
.our-story {
    background: rgba(217, 235, 238, 1);
    padding: 100px 0;
}

.our-story h2 {
    padding-bottom: 30px;
}

.l-txt {
    font-size: 36px;
}

a.btn {
    border: solid 3px #1D1D1B;
    padding: 10px 30px;
    font-size: 24px;
    color: #1D1D1B;
    font-family: 'Futura PT Medium';
    text-decoration: none;
}

a.btn span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    text-decoration: none;
}
.button a.btn:before {
    content: "";
    background: #E30613;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.3s;
}

.button a.btn:hover:before {
    height: 100%;
}

.button a {
    position: relative;
}

.button a span {
    position: relative;
}
.our-story .button {
    padding-top: 80px;
}
.slide-box {
}

.slide-box .slide-img img {
    clip-path:polygon(30% 0, 100% 0%, 50% 100%, 0 63%);
    height: 354px;
    object-fit: cover;
    width: 100%;
}

.slide-box .slide-top img {
    height: 354px;
    object-fit: cover;
    width: 100%;
    clip-path:polygon(0 39%, 47% 0, 100% 100%, 30% 100%);
}
.slide-box .slide-top {
    position: relative;
}

.slide-box .slide-top h3 {
    position: absolute;
    left: 25%;
    right: 0;
    top: 90px;
    z-index: 9;
    font-size: 70px;
    font-family: FuturaMedium;
    line-height: 1;
    text-transform: uppercase;
}

.slide-box .slide-top h3 span {
    display: block;
    color: rgba(227, 6, 19, 1);
    font-size: 46px;
}
.story-slide .owl-stage-outer {
    overflow: visible;
}
.story-slide {
    padding-top: 100px;
}
.our-story .owl-dots button.active:before {
    border: solid 3px rgba(227, 6, 19, 1);
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
}

.our-story .owl-dots {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}

.our-story .owl-dots button {
    border-bottom: solid 3px rgba(227, 6, 19, 1);
    width: 33%;
    position: relative;
    outline: 0;
    height: 30px;
}
.maps.clearfix {
    padding: 100px 0;
}

.maps h2 {
    max-width: 622px;
    margin-bottom: 30px;
}

.maps .row {
    align-items: center;
}

.maps .map {
    text-align: right;
}
.expend-images {
    display: flex;
    justify-content: center;
    position: relative;
}

.expend-images h2 {
    position: absolute;
    left: 35px;
    top: 254px;
    font-size: 100px;
    color: #fff;
    background: -webkit-linear-gradient(-68deg,#1D1D1B 0%, #1D1D1B 30%, #fff 27%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.expend-images img.img-fluid {
    width: 100%;
}


.expand .button {
    text-align: center;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}
.expand.clearfix {
    position: relative;
}

.expand.clearfix:before {
    content: "";
    position: absolute;
    background: rgba(246, 246, 246, 1);
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.recruitment.clearfix {
    background-color: rgba(246, 246, 246, 1);
    padding: 50px 0;
    background-image: url("../images/arrow-bg.png");
}

.recruitment-experts {
    padding: 40px 0;
    border-bottom: solid 10px rgba(227, 6, 19, 1);
    padding-bottom: 125px;
    margin-bottom: 100px;
}

.recruitment-experts h3 {
    color: rgba(227, 6, 19, 1);
    font-size: 40px;
    font-family: 'Futura PT Medium';
    margin-bottom: 40px;
}

.recruitment-experts .team-box {
    background: rgba(217, 234, 239, 1);
    margin: 15px 0;
}
.team-img img.img-fluid {
    width: 100%;
}
.recruitment-experts .team-box .team-txt {
    padding: 25px;
}

.recruitment-experts .team-box .team-txt h4 {
    font-family: 'Futura PT Medium';
    font-size: 29px;
}

.recruitment-experts .team-box .team-txt {
    font-size: 20px;
    min-height: 154px;
}

.recruitment-experts .team-box .team-txt p {
    margin-bottom: 0;
}

.recruitment-experts .team-box .team-txt a {
    color: rgba(227, 6, 19, 1);
    font-family: 'Futura PT Medium';
    margin-top: 10px;
    display: inline-block;
    font-size: 23px;
}
.recruitment-experts.last {
    border: none;
    margin-bottom: 0;
}

.mid-ban.grey-bg.clearfix {
    background-color: rgba(246, 246, 246, 1);
    margin: 0;
    padding-top: 80px;
}

.mid-ban.grey-bg:before {
    background-color: rgba(246, 246, 246, 1);
    height: 230px;
}

.recruitment.clearfix {
    padding-bottom: 7px;
}
.our-story.white-bg {
    background: #fff;
    padding-top: 0;
    padding-bottom: 150px;
}

.our-story.white-bg .l-txt {
    padding-top: 150px;
}

.our-story.white-bg h2 {
    max-width: 600px;
}

.h-banner.sector h1 {
    left: 40%;
    top: 117px;
    background: -webkit-linear-gradient(-105deg,#1D1D1B 0%, #1D1D1B 50%, #fff 47%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.recruitment-experts.sc-experts h3 {
    margin-top: 0;
}
.recruitment-experts.sc-experts {margin-bottom: 0;    border: none;}
.inner-banner.work-us {
    background-image: url(../images/work-us.png);
}
.our-story.work-story {
    background: #fff;
}

.our-story.work-story .button {
    padding-top: 40px;
}

a.btn:hover, .featured-top a:hover {
    border-color: #E30613;
    color: #fff;
}
.featured-top a:before {
    content: "";
    background: #E30613;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: all 0.3s;
}

.featured-top a {
    position: relative;
}

.featured-top a:hover:before {
    height: 100%;
}
.featured-top a.red-btn:before {
    background: #fff;
}
.featured-top a.red-btn:hover {
    color: #E30613;
}
.featured-top a span {
    position: relative;
}
.number-rating.work-number .rating-box {
    text-transform: uppercase;
    font-family: 'Futura PT Medium';
}
.job-sector.featured.experts.join-us {
    background: #D9EAEF;
    color: #1D1D1B;
}

.job-sector.featured.experts.join-us h2 {
    color: #1D1D1B;
}
.people-review.work-review:before {
    content: "";
    position: absolute;
    left: -30px;
    right: 0px;
    top: -90px;
    height: 160px;
    transform: rotate(-5deg);
    background: #D9EAEF;
}

.people-review.work-review {
    padding-top: 250px;
}
.people-review.work-review {
    position: relative;
}
.job-sector.featured.experts.join-us {
    position: relative;
    z-index: 99;
}
.job-sector.featured .owl-dots {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
}

.job-sector.featured button.owl-dot {
    border-bottom: solid 3px rgba(227, 6, 19, 1);
    width: 33%;
    position: relative;
    outline: 0;
    height: 30px;
}

.job-sector.featured button.owl-dot.active:before {
    border: solid 3px rgba(227, 6, 19, 1);
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
}
.h-banner.sector.grow-banner {
    padding-top: 0;
}

.h-banner.sector.grow-banner .ban {
    text-align: right;
}

.h-banner.sector.grow-banner .ban img.img-fluid {
    display: inline-block;
    float: right;
    max-width: 85%;
}

.h-banner.sector.grow-banner .banner-img {
    margin: 0;
    justify-content: right;
}

.h-banner.sector.grow-banner h1 {
    left: 13%;
    top: 157px;
    background: -webkit-linear-gradient(-18deg,#1D1D1B 0%, #1D1D1B 37%, #fff 37%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h-banner.sector.grow-banner .container {
    position: relative;
}
.h-banner.sector.grow-banner {
    padding-bottom: 0;
    position: relative;
    z-index: 9;
}

.our-story.white-bg.grow-box {
    position: relative;

}

.our-story.white-bg.grow-box:before {
    content: "";
    background: #BBDFEC;
    position: absolute;
    right: -30px;
    top: -104px;
    width: 47%;
    transform: rotate(17deg);
    bottom: -100px;
}
.number-rating.work-number.grow-num.clearfix {
    background: #2B2523;
    border: none;
    color: #fff;
    position: relative;
}

.number-rating.work-number.grow-num h2 {
    color: #fff;
    padding-bottom: 50px;
}

.number-rating.work-number.grow-num .rating-box {
    color: #fff;
}
.expand.g-grow .expand-txt {
    left: 10%;
    position: absolute;
    max-width: 500px;
    top: 51%;
}
.expand.g-grow:before {
    display: none;
}
.expand.g-grow.clearfix {
    margin-bottom: 70px;
}
.expand.g-grow h2 {
    top: 101px;
    background: -webkit-linear-gradient(-70deg,#1D1D1B 0%, #1D1D1B 50%, #fff 50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.story-slide {
    max-width: 1480px;
    margin: 0 auto;
}
.map-txt {
    max-width: 622px;
}
.job-page .search-bar {
    top: calc(100vh - 144px) !important;
}

.job-page.h-banner .banner-img img {
    max-height: calc(100vh - 50px);;
    display: inline-block;
}

.job-page.h-banner .banner-img {
    text-align: center;
    justify-content: center;
}
.job-page .search-bar .form-field {
    width: 33% !important;
}

.job-page .search-bar .fields {
    width: 100%;
    margin: 0;
}
.h-banner.sector.job-page {
    padding-bottom: 0;
    margin-bottom: 100px;
}
.job-list h3 {
    font-size: 40px;
    font-family: 'Futura PT Medium';
    margin-bottom: 30px;
    margin-top: 0;
}

.job-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-list ul li label:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    border: solid 2px #2B2523;
    left: 0;
    top: 10px;
}

.job-list ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}

.job-list ul li input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 99;
    opacity: 0;
}

.job-list ul li input[type=checkbox]:checked ~ label:after {
    position: absolute;
    background: #222;
    width: 21px;
    height: 21px;
    left: 0;
    top: 9px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 23px;
}

.job-list {
    border-bottom: solid 5px #E30613;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.button.load-more {
    text-align: center;
}
.job-detail {
    margin-top: 210px;
    background: #D9EAEF;
    margin-bottom: 100px;
}

.job-detail .search-bar {
    position: static;
    padding: 60px 0;
    margin: 0;
}

.detail-top h1 {
    font-size: 100px;
    font-family: FuturaMedium;
    text-transform: uppercase;
}

.detail-top {
    padding-top: 80px;
    padding-bottom: 100px;
}

.detail-top .job-share {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    align-items: center;
}

.detail-top .job-share h3 {
    margin: 0;
    padding: 0 0 14px 0;
    font-size: 25px;
    font-family: 'Futura PT Medium';
}
.job-detail .search-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.job-detail .search-bar ul li {
    padding-right: 60px;
    font-size: 40px;
    font-family: 'Futura PT Medium';
    color: #fff;
}
.details-jobs {
    padding-bottom: 160px;
}

.job-post {
    max-width: 970px;
}

.details-jobs .recruitment-experts.sc-experts {
    padding-top: 0;
}

.job-post h3 {
    font-size: 40px;
    font-family: 'Futura PT Medium';
    margin-top: 75px;
    margin-bottom: 40px;
}

.job-post ul {
    margin: 0;
    padding: 0 0 0 25px;
}

.job-post ul li {
    padding-bottom: 11px;
}

.job-post .button {
    margin-top: 90px;
}
.job-sector.featured .owl-dots.disabled {
    display: none;
}
.details-jobs .recruitment-experts.sc-experts p {
    margin-bottom: 14px;
}
.h-banner.sector.job-page.blog-insight .search-bar .fields {
    width: 73%;
    margin-left: 30px;
}
.job-sector.featured.news.insight-news {
    padding-top: 0;
}
.job-sector.featured.news.insight-news .button.load-more {
    margin-bottom: 50px;
}
.inner-banner.blog-article {
    background-image: url(../images/blog-article.png);
}
.inner-banner.blog-article h1 {
    max-width: 100%;
}

.inner-banner.blog-article h5 {
    color: #fff;
    z-index: 99;
    position: relative;
}
.aritcle-details.clearfix {
    padding-top: 110px;
    padding-bottom: 100px;
}

.aritcle-details .container {
    max-width: 1100px;
}

.aritcle-details h3 {
    font-size: 40px;
    font-family: 'Futura PT Medium';
    margin-top: 80px;
    margin-bottom: 40px;
}

.aritcle-details img {
    margin-bottom: 70px;
    margin-top: 40px;
}

.aritcle-details p {
    margin-bottom: 35px;
}

.aritcle-details .f-social {
    float: none;
    margin-bottom: 50px;
}

.aritcle-details .f-social ul li:first-child {
    margin-left: 0;
}

.aritcle-details .f-social h4 {
    font-family: 'Futura PT Medium';
    margin-bottom: 20px;
}
.inner-banner.blog-article.event {
    background: none;
    height: auto;
}

.inner-banner.blog-article.event .container:before {
    display: none;
}

.inner-banner.blog-article.event h1 {
    color: #2B2523;
}

.inner-banner.blog-article.event h5 {
    color: #E30613;
    padding-bottom: 40px;
    font-family: 'Futura PT Medium';
}

.inner-banner.blog-article.event .f-social {
    float: none;
    padding-top: 50px;
}

.inner-banner.blog-article.event .f-social ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.inner-banner.blog-article.event .banner-img {
    padding-bottom: 20px;
}
.inner-banner.blog-article.event .container {
    position: static;
}
.f-social h4 {
    font-family: 'Futura PT Medium';
}
.blog-events-image.clearfix {
    padding-top: 100px;
}
.blog-event-quote {
    background: #D9EAEF;
    padding: 100px 0;
    position: relative;
    margin-top: 100px;
}

.blog-event-quote:before {
    content: "";
    background: #D9EAEF;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.aritcle-details.clearfix {
    max-width: 100%;
    overflow: hidden;
}

.blog-event-quote h5 {
    color: #E30613;
    font-family: 'Futura PT Medium';
}

.blog-event-conact {
    background: #E30613;
    padding: 30px 0;
    position: relative;
    color: #fff;
    margin-bottom: 80px;
}

.blog-event-conact:before {
    content: "";
    position: absolute;
    background: #E30613;
    left: -50%;
    top: 0;
    bottom: 0;
    right: -50%;
    z-index: -1;
}

.blog-event-conact h5 {
    font-family: 'Futura PT Medium';
    padding-bottom: 0;
}

.blog-event-conact ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-event-conact ul li {
    width: 33.3%;
    font-size: 23px;
}

.blog-event-conact ul li span {
    display: block;
    font-size: 19px;
    padding-bottom: 15px;
}
.blog-event-conact h5, .blog-event-quote h5 {
    font-size: 29px;
}
.h-banner.home.contact .search-bar {
    position: relative;
    padding: 80px 0;
    top: 0 !important;
}
.h-banner.home.contact {
    padding-top: 0;
}
.search-bar.contact-form .fields {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    border: none;
}

.search-bar.contact-form .fields .form-field {
    width: 33.3%;
    margin-bottom: 30px;
    padding: 18px;
}

.search-bar.contact-form .fields label {
    display: block;
    color: #fff;
    font-size: 23px;
}

.search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea {
    border: none;
    border-bottom: solid 3px #fff;
    width: 100%;
    background: none;
    box-shadow: none;
    outline: 0;
    font-size: 22px;
    max-height: 80px;
    color: #fff;
}

.search-bar.contact-form .fields .form-field.full {
    width: 64%;
}

.search-bar.contact-form .fields .form-btn {
    width: 100%;
    padding-left: 18px;
}

.search-bar.contact-form .fields .form-field span.file {
    border: solid 3px #fff;
    color: #fff;
    padding: 10px 20px;
    font-size: 25px;
    margin-right: 20px;
}

.search-bar.contact-form .fields .form-field  span {
    color: #fff;
    font-size: 20px;
}

.search-bar.contact-form .fields .form-field input#avatar {
    position: absolute;
    left: 20px;
    top: 10px;
    opacity: 0;
    cursor: pointer;
    height: 55px;
}

.search-bar.contact-form .fields .form-field.file-upload {
    position: relative;
    cursor: pointer;
    top: 20px;
}
.search-bar.contact-form .fields .form-btn a.btn {
    border-color: #fff;
    padding-left: 20px;
    padding-right: 30px;
}

.search-bar.contact-form .fields .form-btn a.btn::before {
    background: #fff;
}

.search-bar.contact-form .fields .form-btn a.btn:hover {
    color: #E30613;
}

.maps.clearfix.contact-map h2 {
    margin-bottom: 60px;
}

.contact-map ul.list-home-address {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-map ul.list-home-address li {
    width: 48%;
    font-size: 22px;
    margin: 20px 0;
}

.contact-map ul.list-home-address h6 {
    color: #1D1D1B;
    font-size: 25px;
    font-family: 'Futura PT Medium';
}

.contact-map ul.list-home-address li span {
    display: block;
    color: #E30613;
}

.contact-map ul.list-home-address li a {
    color: #E30613;
}
.job-sector.featured.download.clearfix.cotc:before {
    display: none;
}

.job-sector.featured.download.clearfix.cotc {
    margin-top: 50px;
}
.number-rating.work-number.agile .rating-box {
    background: #E30613;
    color: #fff;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-banner.sector.grow-banner.ban-grow {
    height: auto;
}
ul.slide-nav li button.dropdown-btn {
    border: none;
    background: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    font-family: 'Futura PT Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
ul.slide-nav li button.dropdown-btn i.fa.fa-caret-down {
    font-size: 28px;
    margin-left: 10px;
    line-height: 24px;
}
.sidenav .dropdown-container {
    background: none;
    padding-top: 20px;
}
.sidenav .dropdown-container{
    display:none;
}
.sidenav .dropdown-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidenav .dropdown-container ul li a {
    font-size: 25px;
}
ul.slide-nav::-webkit-scrollbar {
  width: 5px;
}
ul.slide-nav::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
ul.slide-nav::-webkit-scrollbar-thumb {
  background: #ccc; 
}
ul.slide-nav li button.dropdown-btn.active i.fa.fa-caret-down {
    transform: rotate(180deg);
}
ul.slide-nav li button.dropdown-btn.active + .dropdown-container {
    display: block;
    background: none !important;
}
.sidenav .dropdown-container ul li {
    padding-bottom: 8px;
}
body .swiper-scrollbar {
    background: rgba(227, 6, 19, 1);
    bottom: var(--swiper-scrollbar-bottom,3px) !important;
    height: var(--swiper-scrollbar-size,3px) !important;
    border-radius: 0 !important;
    margin-top: 40px;
}

body .swiper-scrollbar .swiper-scrollbar-drag {
    height: 30px !important;
    border-radius: 0 !important;
    background: none !important;
    border: solid 3px rgba(227, 6, 19, 1);
    position: relative;
    top: -13px;
    cursor: pointer;
}

.feature.swiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 30px;
    overflow: visible;
}
@media screen and (min-width:1200px) and (max-width:1300px){
    .home.home-ban + .bot-banner .b-txt {
        max-width: 600px;
    }
    .job-page .search-bar {
        top: calc(100vh - 144px) !important;
    }
}
@media screen and (min-width:1300px){
    
    .inner-banner{height: calc(100vh - 200px);
    }
    body .container {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 1570px;
    }
    .job-page.h-banner .banner-img img {
        height: 100vh;
    }
    .button.load-more {
        margin-bottom: 150px;
    }
    .h-banner.sector.job-page.blog-insight {
        margin-bottom: 5px;
    }
    .h-banner.home.contact .banner-img {
        padding-left:60px;
    }
    .h-banner.home.contact .search-bar {
        margin-top: -150px;

    }
    
    .h-banner.home.contact .banner-img {
        text-align: center;
        justify-content: center;
    }
   
    .number-rating.work-number.clearfix.agile {
        padding-top: 110px;
        padding-bottom: 100px;
    }
    .h-banner.sector.sec-ban .banner-img img {
        padding-right: 60px;
    }
    .search-bar.contact-form .fields label{
        font-size: 27px;
    }
    .search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea{
        font-size: 27px;
    }
}
@media screen and (min-width:1204px){
    .number-rating.work-number .rating-box {
        font-size: 40px;
        line-height: 1;
    }
    .number-rating.work-number {
        margin-top: 60px;
        margin-bottom: 170px;
    }
    .job-page.h-banner.blog-insight .banner-img img {
        max-height: none;
        height: 120vh;
    }
    
    .job-page.h-banner.blog-insight .banner-img {
        position: relative;
        left: 0;
    }
    .h-banner.sector.job-page.blog-insight {
        padding-top: 0;
    }
    .job-page .search-bar.insight .form-field {
        width: 60% !important;
    }
    
    .job-page .search-bar.insight .form-field:nth-child(2) {
        width: 20% !important;
    }
}
@media screen and (min-width:768px){
.number-rating.work-number .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

}
@media screen and (min-width:1800px){
    .h-banner h1 {
        font-size: 204px;
    }
        .h-banner {
        padding-top: 93px;
    }
        .bot-banner .b-txt {
        font-size: 40px;
    }
        body {
        font-size: 29px;
    }
        .number-rating .rating-box h3 {
        font-size: 130px;
    }
        h2 {
        font-size: 70px;
    }
        .people-review .review-txt p {
        font-size: 26px;
    }
    .job-sector.featured .job-box h3 {
        font-size: 40px;
    }
    
    .search-jobs .job-sector.featured .job-box h3{
        font-size: 32px;
    }
    .l-txt {
        font-size: 40px;
    }
    .slide-box .slide-top h3 span {
        font-size: 50px;
    }

    .expend-images h2 {
        font-size: 130px;
        top: 225px;
    }
    .number-rating.work-number .rating-box {
        font-size: 50px;
    }
    .expert-txt {
        font-size:40px;
    }
    .our-story.white-bg.grow-box:before {

        width: 44%;
    }
    .h-banner.sector.grow-banner .ban img.img-fluid {
        max-width: 100%;
    }
    
    .expand.g-grow h2 {
        top: 55px;
    }
    .job-sector.featured.download:before {
        top: -100px;
        height: 200px;

    }
    .expert-txt {
        font-size: 40px;
        max-width: 980px;
    }
    .mid-ban.grey-bg:before {
        height: 253px;
    }
    .h-banner.sector h1 {
        top: 168px;
    }
    .mid-ban:before {
         top: -100px;
        height: 192px;
   
    }
    .job-page.h-banner.blog-insight .banner-img img {
        max-height: none;
        height: 110vh;
    }
    
    .job-page.h-banner.blog-insight .banner-img {
        position: relative;
        left: 7%;
    }
    
    .h-banner.sector.job-page.blog-insight {
        padding-top: 0;
    }
    .h-banner.home.contact .banner-img {
        padding-left: 12%;
    }
    .h-banner.sector.sec-ban .banner-img img {
        max-width: 1670px;
        padding-right: 0;
    }
    .search-bar.contact-form .fields label{
        font-size: 29px;
    }
    .search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea{
        font-size: 29px;
    }
    .job-sector {
        padding: 140px 0;
    }
    
    .people-review {
        padding: 150px 0;
    }
    
    .job-sector.featured.news.clearfix {
        padding-top: 20px;
    }
    
    .partners {
        padding-top: 140px;
    }
}
@media screen and (min-width:1930px) {
.job-sector.featured.download:before {
    top: -113px;
    height: 232px;
}
.mid-ban img.img-fluid {
    width: 100%;
}

.mid-ban:before {
    top: -114px;
    height: 231px;
}



}

@media screen and (min-height:1060px) and (min-width:1024px) {
    
    .home .search-bar {
        top: 800px !important;
    }
}

@media screen and (min-width:1300px) and (max-width:1800px){
.inner-banner h1 {
    font-size: 70px;
}
.detail-top .job-share{
        padding-top: 50px;
    }
    .detail-top {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .job-detail .search-bar ul li {
        padding-right: 60px;
        font-size: 36px;
    }
    .detail-top h1 {
        font-size: 80px;
    }
}
@media screen and (min-width:992px) and (max-width:1279px){
.recruitment-experts .col-md-4.col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
}
}
@media screen and (min-width:1025px) and (max-width:1300px){
.h-banner.home-ban {
        height: 800px;
        margin-bottom: 150px;
    }
}
    
    
@media screen and (min-width:1024px) and (max-width:1300px){
    .f-right .our-charity-partners img {
        max-height: 65px;
    }
    .search-jobs #search_result .job-box h3 {
        height: 60px;
    }
    .search-jobs .job-sector .job-box span.icon {
        width: 80px;
        height: 80px;
    }
    .search-jobs .job-sector .job-box span.icon img.job-icon {
        max-width: 45px;
    }
    .job-list ul li {
       
        margin-bottom: 5px;
    }
    .mid-ban.clearfix.work-for-us {
        margin-top: 135px;
    }
    .search-bar .fields input[type="text"], .search-bar .fields select{
        font-size:24px;
    }
    .detail-top .job-share{
        padding-top: 50px;
    }
    .detail-top {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .job-detail .search-bar ul li {
        padding-right: 60px;
        font-size: 36px;
    }

    .logo {
        max-width: 100px;
    }
    ul.slide-nav li a {
        font-size: 38px;
    }
    
    .h-banner h1 {
        font-size: 125px;
        top: 14px;
    }
    
    
    
    .bot-banner.clearfix {
        margin: 0;
    }
    
    .bot-banner .b-txt {
        max-width: 100%;
        font-size: 30px;
    }
    
    body {
        font-size: 20px;
    }
    
    .job-sector .job-box p {
        padding: 0 5px;
        font-size: 22px;
    }
    
    h2 {
        font-size: 50px;
    }
    
    .number-rating .rating-box h3 {
        font-size: 70px;
    }
    
    .people-review .review-txt p {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 0;
    }
    
    .people-review .review-txt span.icon {
        margin-bottom: 20px;
        margin-top: 10px;
        width: 60px;
        height: 60px;
    }
    
    .job-sector.featured .job-box h3 {
        font-size: 28px;
    }
    .search-jobs .job-sector.featured .job-box h3{
        font-size: 24px;
    }
    
    .expert-txt {
        font-size: 28px;
    }
    
    .get-touch .home-contact-right ul {
        font-size: 20px;
    }
    
    .f-menu ul li a {
        font-size: 20px;
    }
    
    .f-right h6 {
        font-size: 20px;
    }
    
    .get-touch .home-contact-right ul h6 {
        font-size: 20px;
    }
    .inner-banner {
        margin-top: 160px;
        height: 600px;
    }
    
    .inner-banner h1 {
        font-size: 70px;
    }
    
    .inner-banner .container .banner-img {
        padding: 30px 0;
    }
    
    .l-txt {
        font-size: 24px;
    }
    
    .our-story .button {
        padding-top: 20px;
    }
    
    .slide-box .slide-top h3 span {
        font-size: 38px;
    }
    
    .slide-box .slide-top img {
        height: 280px;
    }
    
    .slide-box .slide-top h3 {
        left: 25%;
        right: 0;
        top: 62px;
    }
    
    .slide-box .slide-img img {
        height: 280px;
    }
    
    .maps.clearfix {
        padding-bottom: 0;
    }
    
    .expend-images h2 {
        left: 35px;
        top: 151px;
        font-size: 80px;
    }
    
    .recruitment-experts .team-box .team-txt h4 {
        font-size: 20px;
    }
    
    .recruitment-experts .team-box .team-txt a {
        font-size: 20px;
        line-height: 1;
    }
    
    .recruitment-experts {
        padding-bottom: 80px;
        margin-bottom: 10px;
    }
    
    .mid-ban.grey-bg:before {
        height: 210px;
    }
    .h-banner.sector.grow-banner h1 {
        left: 10%;
        top: 111px;
        font-size: 108px;
    }
    
    .our-story.white-bg.grow-box:before {
        transform: rotate(14deg);
    }
    
    .our-story.white-bg .l-txt {
        padding-top: 100px;
    }
    
    .expand.g-grow.clearfix {
        padding-top: 90px;
    }
    
    .expand.g-grow h2 {
        top: 42px;
    }
    
    .expand.g-grow .expand-txt {
        max-width: 400px;
        left: 9%;
    }
    .h-banner.sector.job-page {
        height: 100vh;
    }
    
    .job-page .search-bar {
        top: calc(100vh - 0px);
    }
    
    .job-page.h-banner .banner-img img {
        height: 100vh;
        object-fit: cover;
    }
    .h-banner.sector.job-page.blog-insight .banner-img img {
        height: auto;
    }
    .detail-top h1 {
        font-size: 80px;
    }
    
    .job-detail {
        margin-top: 180px;
    }
    .details-jobs .recruitment-experts.sc-experts .team-txt {
        padding: 15px;
    }
    .h-banner.sector.job-page.blog-insight .banner-img {
        padding-left: 20px;
    }
    .h-banner.home.contact .banner-img {
        padding-left: 15px;
    }
    
    .search-bar.contact-form .fields .form-field:nth-child(4), .search-bar.contact-form .fields .form-field:nth-child(5) {
        width: 50%;
    }
    
    .search-bar.contact-form .fields .form-field span.file {
        font-size: 20px;
        padding: 10px;
        margin-right: 5px;
    }
    
    .search-bar.contact-form .fields .form-field span {
        font-size: 18px;
    }
    
    .search-bar.contact-form .fields .form-field.full {
        width: 100%;
    }
    
    .search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea {
        font-size: 18px;
    }
    
    .job-sector.featured.news.insight-news .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .h-banner.sector.job-page.blog-insight {
        height: auto;
    }
    
    .h-banner.sector.job-page.blog-insight .search-bar.insight {
        position: static;
        margin-top: 0;
    }
    
}
@media screen and (min-width:768px) and (max-width:1023px){
    .mid-ban.clearfix.work-for-us {
        margin-top: 100px;
    }

    .logo {
        max-width: 65px;
    }
    
    .header {
        z-index: 99;
    }
    .expert-txt {
        font-size: 30px;
    }
    .h-banner h1 {
        font-size: 90px;
    }
    
    .search-bar .container {
        flex-wrap: wrap;
    }
    
    .search-bar .fields {
        margin-left: 0;
        width: 100%;
    }
    
    .search-bar .fields input[type="text"], .search-bar .fields select {
        font-size: 24px;
    }
    
    .search-bar {
        top: calc(100vh - 230px);
    }
    
    .bot-banner .b-txt {
        font-size: 30px;
        max-width: 100%;
    }
    .bot-banner.clearfix {
        margin: 0;
    }
    h2 {
        font-size: 44px;
    }
    
    body {
        font-size: 24px;
    }
    
    .number-rating .rating-box h3 {
        font-size: 60px;
    }
    
    .people-review {
        padding-top: 50px;
    }
    
    .people-review .review-txt p {
        font-size: 24px;
    }
    
    .job-sector.featured .job-box h3 {
        font-size: 30px;
    }
    .search-jobs .job-sector.featured .job-box h3{
        font-size: 25px;
    }
    
    .job-sector.featured .job-box span.cate-name {
        padding-left: 0;
    }
    
    .job-sector.featured.news .job-box h3 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .partners ul.partners-logo li {
        padding: 15px;
    }
    
    .mid-ban:before {
        height: 100px;
        top: -61px;
    }
    
    .featured-top {
        flex-wrap: wrap;
    }
    
    .job-sector.featured.experts h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .job-sector.featured.experts {}
    
    .get-touch .home-contact-right ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .get-touch .home-contact-right ul {
        flex-wrap: wrap;
    }
    
    .get-touch .home-contact-right ul li:nth-child(4), .get-touch .home-contact-right ul li:nth-child(3) {
        margin-bottom: 0;
    }
    .inner-banner {
        margin-top: 130px;
        height: 420px;
    }
    
    .inner-banner h1 {
        font-size: 60px;
    }
    
    .inner-banner .container .banner-img {
        padding: 30px 0;
    }
    
    .l-txt {
        font-size: 26px;
    }
    
    .our-story .button {
        padding-top: 20px;
    }
    
    .slide-box .slide-top h3 span {
        font-size: 36px;
    }
    
    .slide-box .slide-top img {
        height: 260px;
    }
    
    .slide-box .slide-top h3 {
        top: 58px;
    }
    
    .slide-box .slide-img img {
        height: 260px;
    }
    
    .our-story .owl-dots {
        display: flex;
    }
    
    .maps.clearfix {
        padding-bottom: 0;
        padding-top: 50px;
    }
    
    .expend-images h2 {
        font-size: 65px;
        left: 20px;
        top: 104px;
    }
    
    .recruitment-experts {
        margin-bottom: 10px;
        padding-bottom: 70px;
    }
    
    .mid-ban.grey-bg:before {
        height: 178px;
    }
    .recruitment-experts .team-box .team-txt h4 {
        font-size: 22px;
    }
    
    .recruitment-experts .team-box .team-txt a {
        font-size: 20px;
        line-height: 1;
    }
    
    .recruitment-experts h3 {
        font-size: 36px;
 
    }
    .h-banner.sector.grow-banner h1 {
        top: 40px;
        left: 11%;
    }
    
    .our-story.white-bg.grow-box:before {
        transform: rotate(15deg);
        height: auto;
        bottom: 0;
    }
    
    .our-story.white-bg .l-txt {
        padding-top: 100px;
    }
    
    .expand.g-grow {
        padding-top: 60px;
    }
    
    .expand.g-grow h2 {
        top: 20px;
    }
    
    .expand.g-grow .expand-txt {
        font-size: 18px;
        max-width: 279px;
        line-height: 22px;
    }
    .h-banner.sector.job-page {
        height: auto;
    }
    
    .job-page .search-bar {
        position: static;
    }
    
    .job-page .search-bar .form-field {
        width: 50% !important;
        border-bottom: solid 3px #fff;
    }
    
    .job-page .search-bar .fields {
        flex-wrap: wrap;
        border: none;
        position: relative;
    }
    
    .job-page .search-bar .form-field:nth-child(1), .job-page .search-bar .form-field:nth-child(2) {
        width: 50% !important;
    }
    
    .job-page .search-bar .form-field input, .job-page .search-bar .form-field select {
        height: 55px;
    }
    
    .job-page .search-bar .fields .form-btn {
        position: absolute;
        right: 0;
        bottom: 6px;
    }
    .h-banner.home .search-bar {
        position: static;
    }
    .h-banner.sector .search-bar {
        position: static;
    }
    .h-banner.sector.job-page {
        margin-bottom: 50px;
    }
    .detail-top h1 {
        font-size: 60px;
    }
    
    .job-detail {
        margin-top: 150px;
    }
    
    .detail-top {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    
    .detail-top .job-share {
        padding-top: 40px;
    }
    
    .job-detail .search-bar ul li {
        font-size: 30px;
        padding-right: 30px;
    }
    .job-post h3 {
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .details-jobs .recruitment-experts.sc-experts .team-txt {
        padding: 15px;
    }
    .h-banner.sector.job-page.blog-insight .banner-img {
        padding-left: 20px;
    }
    .h-banner.sector.job-page.blog-insight .search-bar .fields {
        width: 100%;
        margin-left: 0;
    }
    .aritcle-details h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .aritcle-details.clearfix {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .aritcle-details img {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .h-banner.home.contact .banner-img {
        padding-left:15px;
    }
    .h-banner.home.contact .search-bar {
        margin-top: -100px;
        padding: 40px 0;
    }
    
    .search-bar.contact-form .fields .form-field {
        width: 33.3%;
    }
    
    .search-bar.contact-form .fields .form-field:nth-child(4), .search-bar.contact-form .fields .form-field:nth-child(5) {
        width: 50%;
    }
    
    .search-bar.contact-form .fields .form-field span.file {
        font-size: 20px;
        padding: 10px;
        margin-right: 5px;
    }
    
    .search-bar.contact-form .fields .form-field span {
        font-size: 18px;
    }
    
    .search-bar.contact-form .fields .form-field.full {
        width: 100%;
    }
    
    .search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea {
        font-size: 18px;
    }
    .maps.clearfix.contact-map .map {
        text-align: center;
    }
    .number-rating.work-number.agile .rating-box p {
        font-size: 16px;
    }
    .job-sector.featured.news.insight-news .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width:767px){
    .people-review .review-top{
        
        display: block;
    }
    .people-review .review-txt span.icon {
        width: 60px;
       
        height: 60px;
    }
    .people-review .row.testimonial-user-sectors {
        gap: 10px;
    }
    .people-review .review-txt span.icon img {
        
        height: 35px;
        
    }
    .job-sector.featured .job-box p {
        padding-left: 15px;
    }
    .job-sector.featured .job-box h3 {
      
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-modal .modal-body {
        padding: 10px 15px;
    }
    .custom-modal .close {
    
        top: 20px;
        right: 20px;
    }
    .custom-modal h2 {
       
        font-size: 26px;
    }
    .our-team-popup-right {
        margin-left: 0;
        margin-top: 10px;
    }
    .modal-open .modal {
        padding-right: 0 !important;
    }
    .partners + .mid-ban {
        margin-top: 60px;
    }
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        max-width: 70%;
        position: relative !important;
        margin: 0 auto;
        margin-top: 30px;
    }
    .people-review.work-review {
        padding-top: 130px;
    }
    
    .partners h2 {
        padding-bottom: 30px;
    }
    .download .featured-top h2 {
        
        margin-bottom: 40px;
    }
    .get-touch .in-wrap h2 {
        padding-bottom: 25px;
    }
    .get-touch .in-wrap {
        
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mid-ban.clearfix.work-for-us {
        margin-top: 70px;
    }
    .people-review h2 {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.slide-nav li a {
        font-size: 32px;
    }
    ul.slide-nav li {
        padding-bottom: 12px;
    }
    
    .h-banner .banner-img{
        margin-top: 60px;
    }
    .h-banner.blog-insight .banner-img {
        margin-top: 0;
    }
    .logo {
        max-width: 50px;
    }
    
    .menu img.img-fluid {
        max-width: 30px;
    }
    
    .header .container {
        padding-top: 20px;
    }
    
    .h-banner h1 {
        font-size: 60px;
        top: 14px;
    }
    
    .search-bar h3 {
        font-size: 30px;
    }
    
    .search-bar .container {
        flex-wrap: wrap;
    }
    
    .bot-banner.clearfix {
        margin-top: 60px;
    }
    
    .search-bar .fields {
        flex-wrap: wrap;
        margin-left: 0;
        border: none;
        width: 100%;
    }
    
    .search-bar .fields .form-field {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .search-bar .fields input[type="text"], .search-bar .fields select {
        border-bottom: solid 2px #fff;
        width: 100%;
        font-size: 22px;
    }
    
    .search-bar .fields .form-btn a {
        border: solid 2px #fff;
        margin-top: 20px;
        display: inline-block;
        padding: 5px 20px;
    }
    
    .search-bar {
        top: calc(100vh - 364px);
        margin-top:0;
    }
    
    .header {
        z-index:99;
    }
    
    .bot-banner .b-txt {
        font-size: 24px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    body {
        font-size: 20px;
    }
    
    .number-rating .rating-box h3 {
        font-size: 60px;
    }
    
    .number-rating .rating-box {
        margin-bottom: 50px;
    }
    
    .people-review .review-txt p {
        font-size: 20px;
    }
    
    body .people-review .owl-nav button {
        width: 40px;
    }
    
    .featured-top {
        flex-wrap: wrap;
    }
    
    .featured-top h2 {
        margin-bottom: 30px;
    }
    
    .featured-top a {
        font-size: 20px;
        padding: 10px 15px;
    }
    
    .job-sector.featured .job-box h3 {
        font-size: 26px;
    }
    
    .job-sector.featured.news.clearfix {
        padding-top: 0;
    }
    
    .job-sector.featured {
    }
    
    .people-review {
        padding-bottom: 50px;
        padding-top: 70px;
    }
    
    .job-sector.featured.news .job-box h3 {
        padding-left: 0;
    }
    
    .job-sector.featured .job-box span.cate-name {
        padding-left: 0;
    }
    
    .job-sector .job-box .job-btn a {
        padding-left: 0;
    }
    
    .partners {
        border-width: 6px;
        padding-top: 50px;
    }
    
    .partners ul.partners-logo li {
        width: 33%;
        padding: 10px;
    }
    
    .partners ul.partners-logo li img {max-height: 45px;}
    
    .mid-ban:before {
        height: 50px;
        top: -31px;
    }
    
    .job-sector.featured.experts {
        padding-top: 50px;
    }
    
    .expert-txt {
        font-size: 24px;
    }
    
    .get-touch .home-contact-right ul {
        flex-wrap: wrap;
    }
    
    .get-touch .home-contact-right ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .get-touch .home-contact-right ul li:last-child {
        margin-bottom: 0;
    }
    
    .f-menu {
        flex-wrap: wrap;
    }
    
    .f-menu ul {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .f-right {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .f-right:last-child {
        margin-bottom: 0;
    }
    
    .copy-right {
        text-align: c;
    }
    
    .f-social {
        float: left;
        margin-top: 40px;
    }
    .inner-banner {
        margin-top: 90px;
        height: 370px;
        background-position: right;
    }
    
    .inner-banner h1 {
        font-size: 46px;
    }
    
    .inner-banner .container .banner-img {
        padding: 20px 0;
    }
    
    .our-story {
        padding: 50px 0;
    }
    
    .l-txt {
        font-size: 24px;
    }
    
    .our-story .button {
        padding-top: 20px;
    }
    
    .slide-box .slide-top h3 span {
        font-size: 35px;
    }
    
    .slide-box .slide-top img {
        height: 260px;
    }
    
    .slide-box .slide-top h3 {
        top: 47px;
    }
    
    .our-story .owl-dots {
        max-width: 90%;
        display: flex;
    }
    
    .our-story .owl-dots button {
    }
    
    .slide-box .slide-img img {
        height: 260px;
    }
    
    .maps.clearfix {
        padding: 50px 0;
    }
    
    .expend-images h2 {
        font-size: 30px;
        top: 39px;
        left: 10px;
    }
    .expand.clearfix:before {
        height: 67%;
    }
    
    a.btn {
        padding: 8px 30px;
        font-size: 22px;
    }
    
    .recruitment-experts h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .recruitment-experts {padding-bottom: 60px;margin-bottom: 20px;padding-top: 20px;}
    
    .mid-ban.grey-bg:before {
        height: 70px;
        top: -31px;
    }
    
    .mid-ban.grey-bg.clearfix {
        padding-top: 20px;
    }
    .h-banner.sector h1 {
        left: 40%;
        top: 35px;
        font-size: 64px;
    }
    
    .our-story.white-bg .l-txt {
        padding-top: 0;
    }
    
    .our-story.white-bg {
        padding-bottom: 50px;
    }
    .h-banner.sector.grow-banner h1 {
        top: 24px;
        left: 21%;
        background: -webkit-linear-gradient(65deg,#1D1D1B 0%, #1D1D1B 30%, #fff 30%, #fff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .our-story.white-bg.grow-box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .our-story.white-bg.grow-box:before {
        height: auto;
        bottom: 0;
        transform: rotate(14deg);
        width: 60%;
    }
    
    .number-rating.work-number.grow-num.clearfix {
        padding-bottom: 40px;
    }
    
    .expand.g-grow.clearfix {
        padding-top: 60px;
        margin-bottom: 0;
    }
    
    .expand.g-grow .expand-txt {
        position: static;
        order: 3;
        padding-top: 30px;
    }
    
    .expand.g-grow .expend-images {
        flex-wrap: wrap;
    }
    
    .expand.g-grow h2 {
        top: 1px;
    }
    .search-bar .fields .form-field:nth-child(2) {
        width: 100%;
    }
    .people-review .review-txt {
        padding: 20px !important;
    }
    nav.slide-nav-container {
        width: 100%;
    }
    
    .menuactive .menu {
        top: 26px;
        right: 20px;
    }
    .h-banner {
        height: 100vh;
    }
    .job-page .search-bar .form-field {
        width: 100% !important;
    }
    
    .job-page .search-bar {
        position: static;
    }
    
    .h-banner.sector.job-page {
        height: auto;
        margin-bottom: 40px;
    }
    .job-list h3 {
        font-size: 28px;
    }
    .job-detail {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    .detail-top h1 {
        font-size: 50px;
    }
    
    .detail-top .job-share {
        padding-top: 30px;
        flex-wrap: wrap;
    }
    
    .detail-top {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .job-detail .search-bar ul {
        flex-wrap: wrap;
    }
    
    .job-detail .search-bar ul li {
        font-size: 30px;
        padding: 10px 0;
        width: 100%;
    }
    
    .job-detail .search-bar {
        padding: 30px 0;
    }
    .job-post h3 {
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 50px;
    }
    
    .job-post {
        margin-bottom: 50px;
    }
    
    .details-jobs {
        padding-bottom: 0;
    }
    

    .job-sector.featured .owl-dots.disabled {
        display: none;
    }
    .h-banner.sector.job-page.blog-insight .banner-img {
        padding-left: 20px;
    }
    .h-banner.sector.job-page.blog-insight .search-bar .fields {
        width: 100%;
        margin-left: 0;
    }
    .aritcle-details h3 {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .aritcle-details.clearfix {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .aritcle-details img {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .h-banner.home.contact {
        padding-top: 20px;
        height: auto;
    }
    
    .h-banner.home.contact .banner-img {
        padding: 0 15px;
    }
    
    .search-bar.contact-form .fields .form-field {
        width: 100% !important;
        padding: 0;
    }
    
    .search-bar.contact-form .fields input[type="text"], .search-bar.contact-form .fields select, .search-bar.contact-form .fields textarea {
        font-size: 18px;
    }
    
    .h-banner.home.contact .search-bar {
        padding: 40px 0;
        margin-top: -40px;
    }
    
    .search-bar.contact-form .fields .form-field span.file {
        font-size: 20px;
        padding: 6px 5px;
        margin-right: 10px;
        
    }
    
    .search-bar.contact-form .fields .form-field span {
        font-size: 17px;
    }
    
    .search-bar.contact-form .fields label {
        font-size: 20px;
    }
    
    .search-bar.contact-form .fields .form-field.file-upload {
        top: 0;
    }
    
    .search-bar.contact-form .fields .form-btn a.btn {
        font-size: 22px;
    }
    
    .maps.clearfix.contact-map {
        padding: 0;
    }
    
    .contact-map ul.list-home-address li {
        width: 100%;
        margin: 10px 0;
    }
    
    .maps.clearfix.contact-map h2 {
        margin-bottom: 20px;
    }
    .number-rating.work-number.agile .rating-box {
        height: auto;
        margin-bottom: 20px;
    }
    body .people-review .owl-nav button {
        position: static;
    }
    
    .people-review .owl-nav {
        overflow: hidden;
        display: flex;
        background: #E30613;
        justify-content: space-between;
        padding: 20px 20px;
        margin-top: -1px;
        padding-bottom: 30px;
    }
}


/* ----27-10-2023-start---- */
.h-banner.home.home-ban select {
    font-size: 22px;
}
.h-banner.home.home-ban select option {
    color: #000;
}
.h-banner.home.home-ban .search-bar .fields input[type="text"], .search-bar .fields select {
    font-size: 22px;
}
.job-sector .item .job-box h3 {
    height: 100px;
    overflow: hidden;
}
.review-img img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.review-img {
    height: 700px;
}
.people-review .owl-carousel.owl-theme.reviews.owl-loaded.owl-drag {
    height: 700px;
}
.innerpage-default h1 {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    font-family: FuturaMedium;
}
.innerpage-default h5 {
    font-size: 32px;
	color: #E30613;
    text-transform: uppercase;
    font-family: FuturaMedium;
}
.innerpage-default {
    margin-top: 200px;
}
.innerpage-default {
    margin-top: 200px;
	margin-bottom: 50px;
}
.people-review .item .testimonial-content {
    height: 290px;
    overflow: auto;
    padding-right: 10px;
}
.people-review .item .testimonial-content::-webkit-scrollbar {
    width: 5px;
}
.people-review .item .testimonial-content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.people-review .item .testimonial-content::-webkit-scrollbar-thumb {
    background: #e306138a; 
}
form#location_form::-webkit-scrollbar {
    width: 5px;
}
form#location_form::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
form#location_form::-webkit-scrollbar-thumb {
    background: #e30613; 
}
#blog-carousel .job-box h3, #search_results_box .job-box h3 {
    height: 150px;
    overflow: hidden;
}
.job-sector.featured.news .job-box .b-image img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-sector.featured.news .job-box .b-image {
    height: 300px;
    display:block;
}
body {
    overflow-x: hidden;
}
form#search_form .fields .form-field select option {
    color: #000;
}
#search_result .job-box h3 {
    height: 76px;
    overflow: hidden;
}
#search_result .job-box p {
    margin-top: 10px;
}
.h-banner.sector.job-page.blog-insight .search-bar .fields .form-field form#sector select option {
    color: #000;
}
.people-review .review-txt span.associate {
    display: block;
    margin-bottom: 0px;
}

.search-jobs .job-list form {
    max-height: 650px;
    overflow: auto;
}
.details-jobs .job-post .l-txt p, .details-jobs .job-post .l-txt li, .details-jobs .job-post .l-txt ul , .details-jobs .job-post .l-txt p span , .details-jobs .job-post .l-txt li span {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height:  inherit !important;
    color: inherit !important;
    background: none !important;
    border: none !important;
}
.people-review.work-review:before {
    height: 180px;
}
.team-box .team-img img.img-fluid {
    height: 340px;
    object-fit: cover;
}
/* .get-touch .f-menu {
    justify-content: space-between;
} */
.get-touch .f-menu ul {
    width: 33.33%;
}
.get-touch .f-menu ul li a {
    white-space: nowrap;
}
.inner-banner span.banner-men {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
}
.inner-banner.story-ban {
    position: relative;
}
.outer-wrapper {
    max-width: 100%;
    overflow: hidden;
}
.apply-modal.custom-modal .modal-body {
    padding: 78px 80px;
}
.custom-modal .modal-body {
    border-radius: 0px;
}
.apply-modal.custom-modal .modal-content {
    background-color: #c64242;
    color: #fff;
}
.apply-modal.custom-modal .modal-dialog {
    max-width: 810px;
}
.form-control {
    font-size: 24px;
    color: #fff;
    background-color: transparent !important;
    display: block;
    padding-right: 30px;
    padding-top: 0px;
    padding-left: 30px;
    border-radius: 0px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    height: 44px;
    padding-bottom: 14px;
}
.form-group label {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
}
.apply-modal.custom-modal .form-group {
    margin-bottom: 35px;
}
.form-control::placeholder {
    color: #ffffff8c;
}
.apply-modal.custom-modal .modal-body .close {
    color: #fff;
    text-shadow: none;
    font-size: 70px;
    font-weight: 100;
    top: 0;
    right: 30px;
    top: 0px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #fff;
    color: #fff;
}
textarea.form-control {
    height: 44px;
    overflow: hidden;
}
.custom-file .custom-file-wrapper {
    display: flex;
    height: 42px;
    align-items: center;
}
.custom-file .custom-file-input {
    position: absolute;
}
.custom-file .custom-file-wrapper label {
    margin-bottom: 0;
    cursor: pointer;
}
.custom-file label .cv_file_name {
    font-size: 16px;
    font-weight: 300;
    display: block;
    letter-spacing: 0;
    padding-left: 145px;
}
.cust-checkbox {
    font-size: 20px;
}
.cust-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.cust-checkbox label:before, .cust-checkbox input:checked + label::after {
    top: 9px !important;
}
.btn-main.btn-main-white {
    background-color: transparent;
    border: none;
    color: #fff;
    filter: brightness(0) invert(1);
    font-size: 20px;
}
.btn-main:hover {
    padding: 10px 0 10px 50px;
}
.btn-main {
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    padding: 10px 0 10px 42px;
    background-image: url(../../assets/images/apply-btn-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    transition: all 0.5s;
}
.cust-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #fff;
}
.cust-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}
.cust-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
    position: absolute;
    left: 0;
}
.custom-file label::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    line-height: 1.5;
    color: #c64242;
    background-color: rgb(255, 255, 255);
    border-left: inherit;
    right: auto;
    content: "Upload file" !important;
    width: 134px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    text-align: center;
    font-size: 94%;
}
.custom-modal .close {
    opacity: 1;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
body.contact-index .job-sector.featured.download.clearfix.cotc {
    padding-top: 100px;
}
.wpcc-color-custom--1456287396 .wpcc-btn {
    color: #000 !important;
    background-color: rgb(217 235 238) !important;
}
.wpcc-color-custom--1456287396 .wpcc-privacy, .wpcc-color-custom--1456287396 .wpcc-privacy:active, .wpcc-color-custom--1456287396 .wpcc-privacy:visited {
    color: #fff !important;
}
.wpcc-color-custom--1456287396.wpcc-container {
    background-color: rgb(227 6 19) !important;
    border-color: rgb(219 236 239) !important;
    color: #fff !important;
}
.job-sector .job-sector-item {
    width: 18.3%;
    margin: 0 10px;
}

@media screen and (min-width: 1800px){
.innerpage-default h1 {
    font-size: 70px;
}
.innerpage-default h5 {
    font-size: 40px;
}
}

@media screen and (max-width:1440px) {
.search-bar .fields .form-field {
    width: 50%;
}
.search-bar .fields .form-field:nth-child(2) {
    width: 50%;
}
.our-charity-partners img:first-child {
    width: 150px;
    object-fit: cover;
}
}

@media screen and (min-width:1441px) and (max-width:1580px) {
    .job-sector .job-box p {
        font-size: 20px;
    }
}
@media screen and (min-width:1350px) and (max-width:1440px) {
.job-sector .job-box p {
    font-size: 18px;
}
}
@media screen and (min-width:1301px) and (max-width:1349px) {
.job-sector .job-box p {
    font-size: 18px;
}
}

@media screen and (min-width: 1301px) and (max-width: 1680px){
.inner-banner span.banner-men.woman {
    right: 5%;
    max-width: 26%;
}
.inner-banner span.banner-men {
    right: 5%;
    max-width: 35%;
}
}

@media screen and (max-width:1280px) {
    .job-sector .job-sector-item {
        width: 31%;
        margin: 0 10px;
    }
    .job-sector .job-sector-item:last-child {
        display: none;
    }
.people-review .review-txt {
    padding-left: 0px;
    padding-right: 100px;
}
.review-img {
    height: 500px;
}
.people-review .owl-carousel.owl-theme.reviews.owl-loaded.owl-drag {
    height: 500px;
}
.people-review .item .testimonial-content {
    height: 200px;
    overflow: auto;
    padding-right: 10px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    
    .home .search-bar {
        top: calc(100vh - 24px);
        margin-top: -116px;
        padding: 25px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
.inner-banner span.banner-men.woman {
    right: 0;
    max-width: 31%;
}
#blog-carousel .job-box h3, #search_results_box .job-box h3 {
    height: 100px;
    overflow: hidden;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.innerpage-default {
    margin-top: 150px;
}
.inner-banner {
    margin-top: 130px;
    height: 420px;
}
.inner-banner span.banner-men.woman {
    right: 0;
    max-width: 31%;
}   
.inner-banner span.banner-men {
    right: 0;
    max-width: 40%;
}
.inner-banner.story-ban .container .banner-img {
    padding-right: 190px;
}
#blog-carousel .job-box h3, #search_results_box .job-box h3 {
    height: 100px;
    overflow: hidden;
}
}

@media screen and (min-width:1024px) and (max-width:1025px) and (min-height:1100px) {
.search-bar {
    top: calc(85vh - 24px) !important;
}
.h-banner.home-ban {
    height: 90vh;
    margin-bottom: 0px;
}
}

@media screen and (min-width:1024px) and (max-width:1037px) {
.our-charity-partners img:first-child {
    width: 130px;
    object-fit: cover;
}
}

@media screen and (max-width:1023px) {
.get-touch .in-wrap.second .row {
    flex-direction: column;
}
.get-touch .in-wrap.second .row .col-md-12.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.get-touch .f-menu {
    margin-bottom: 30px;
}
}

@media screen and (min-width:992px) and (max-width:1024px) {
.job-sector .job-box p {
    font-size: 17px;
}
}

@media screen and (max-width:991px) {
    .job-sector .job-sector-item {
        width: 47%;
        margin: 0 10px;
    }
    .job-sector .job-sector-item:last-child {
        display: block;
    }
.people-review .review-txt {
    padding-left: 50px;
}
.people-review .item .testimonial-content {
    height: auto;
    padding-right: 0px;
}
.people-review .owl-carousel.owl-theme.reviews.owl-loaded.owl-drag {
    height: auto;
}
}

@media screen and (max-width:767px) {
.search-bar .fields .form-field {
    width: 100%;
}
.search-bar .fields .form-field:nth-child(2) {
    width: 100%;
}
.innerpage-default {
    margin-top: 100px;
}
.search-jobs .job-list form {
    max-height: auto;
    overflow: auto;
}
#blog-carousel .job-box h3, #search_results_box .job-box h3 {
    height: auto;
    overflow: hidden;
}
.team-box .team-img img.img-fluid {
    height: auto;
    object-fit: cover;
}
#search_result .job-box h3 {
    height: auto;
    overflow: hidden;
}
.inner-banner {
    margin-top: 90px;
    height: 370px;
    background-position: right;
}
.apply-modal.custom-modal .modal-body {
    padding: 38px 20px;
}
.inner-banner.story-ban .container .banner-img {
    padding-right: 150px;
}
.inner-banner span.banner-men.woman, .inner-banner span.banner-men {
    right: 0;
    max-width: 50%;
}
body.contact-index .job-sector.featured.download.clearfix.cotc {
    padding-top: 75px;
}
.job-sector h2 {
    padding-bottom: 10px;
}
.number-rating .rating-box h3 {
    padding-bottom: 0px;
}
.review-img {
    height: 350px;
}
.people-review {
    padding-top: 40px;
}
.people-review .review-txt span.icon {
    margin-bottom: 20px;
}
.job-sector.featured.news.clearfix {
    padding-bottom: 0px;
}
.partners.clearfix {
    padding-top: 0px;
}
.job-sector.featured .owl-dots {
    margin-top: 32px;
}
.job-sector.featured.experts {
    padding-bottom: 0px;
}
.job-sector.featured.download {
    padding-top: 150px;
}
.get-touch .f-menu ul {
    margin-bottom: 0px;
}
.our-story h2 {
    padding-bottom: 0px;
}
.our-story {
    padding-top: 20px;
}
.recruitment.clearfix {
    padding-top: 20px;
}
.recruitment-experts h3 {
    margin: 0px;
}
.recruitment-experts .team-box .team-img img.img-fluid {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.recruitment-experts .team-box .team-img {
    height: 300px;
}
.featured-top h2 {
    margin-bottom: 0px;
}
.featured-top h2 {
    margin-top: 0px;
}
.number-rating.work-number.grow-num.clearfix {
    padding-top: 20px;
}
.number-rating.work-number.grow-num h2 {
    padding-bottom: 20px;
}
.expand.g-grow.clearfix {
    padding-top: 20px;
}
.people-review.no-padding {
    padding-top: 0px !important;
}
.detail-top h1 {
    font-size: 35px;
    margin: 0px;
}
.detail-top .job-share {
    flex-direction: column;
    align-items: baseline;
}
.f-social {
    margin-top: 20px;
}
.f-social ul li {
    margin-right: 10px;
    margin-left: 0px;
}
.job-detail .search-bar ul li {
    line-height: normal;
    padding: 0px;
}
.job-sector.featured.download.clearfix.cotc {
    padding-top: 50px;
    padding-bottom: 0px;
}
.featured-top.similar {
    padding-bottom: 30px;
}
.blog-detail-mid-ban .mid-ban.clearfix {
    margin-top: 30px;
}
ul.slide-nav li button.dropdown-btn {
    font-size: 32px;
}
}


@media screen and (max-width:599px) {
    .job-sector .job-sector-item {
        width: 100%;
        
    }
    
.job-sector .item .job-box h3 {
    height: auto;
    overflow: hidden;
}    
}

@media screen and (min-width:479px) and (max-width:767px) {
.inner-banner span.banner-men.woman {
    right: 0;
    max-width: 30%;
}
.inner-banner span.banner-men {
    right: 0;
    max-width: 50%;
}
}

@media screen and (max-width:479px) {
.inner-banner h1 {
    font-size: 35px;
    max-width: 200px;
}
}
@media (max-height: 720px) and (min-width: 1279px) {
       .search-bar{
           top: 100vh !important;
       }    
}

/* ----27-10-2023-end---- */


/* 11-04-2024-start---- */
.get-touch .f-menu ul .f-right {
    width: 100% !important;
}

@media screen and (min-width:1024px) {
.certificate-partners img {
    width: 68%;
    max-height: inherit !important;
}
}

@media screen and (max-width:550px) {
.get-touch .f-menu {
    display: unset;
}
.get-touch .f-menu ul:last-child {
    margin-bottom: 20px !important;
    height: 130px;
    margin-top: 20px;
}
.get-touch .f-menu ul {
    width: 100%;
}
}


/* 11-04-2024-end---- */