html {
    margin-top: 0px !important;
    scroll-behavior: smooth;
}
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb106 {position:absolute;}
.jssorb106 .i {position:absolute;cursor:pointer;}
.jssorb106 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1800;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb106 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#2b1908;stroke-opacity:1;}
.jssorb106 .iav .b {fill:#fff;fill-opacity:1;stroke-width:1800;stroke:#46d1d3;stroke-opacity:0.6;}
.jssorb106 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.career-benfits{
    padding: 5% 15.7%;
}
.career-benfits .benfites-heading h2{
    font-family: 'montserrat_regular';
    font-size: 4vw;
    line-height: 85px;
    color: #E5E5E5;
    margin: 0;
    padding-bottom: 1.5vw;
}
.career-benfits .benfites-heading p{
    font-family: 'montserrat_light';
    font-size: .85vw;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    width: 47%;
}
.benifits-wrap{
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 3vw;
margin-top: 5vw;
}
.benifits-card img{
    width: 100%;
}
.benifits-card h4{
    padding-left: 2vw;
    font-size: 1.2vw;
    font-family: 'montserrat_regular';
}
.benifits-card p{
    font-family: 'montserrat_light';
    color: #000000;
    padding: 0 2vw;
    line-height: 1.9;
    font-size: .82vw;
}
.benifits-card .link{
    font-size: .92vw;
    padding: 0 2vw 3vw 2vw;
    color: #EE0E33;
    text-decoration-line: underline;
    font-weight: 500;
    font-style: normal;
    font-family: 'montserrat_light';
}
.benifits-card{
    cursor: pointer;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    width: 100%;
    height: 30vw;
}
.banner-field-required{
    position: absolute;
    top: -26px;
    color: red;
    display: none;
}
.banner-field-required.show{
    display: block;
}
  .flip-card-back {
    background: #F7F7F7;
    position: absolute;
    height: 30vw;
    top: 0;
    opacity: 0;
  }
  .benifit-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    transform-style: inherit;
    -webkit-transform-style: inherit;
    background: #F7F7F7;
    transition: transform .5s;
  }
  .benifits-card.active .flip-card-back {
    opacity: 1;
  }  
  .flip-image-block {
      overflow: hidden;
      
  }
 .benifit-card-inner:hover .flip-image-block img{
     transform: scale(1.05);
     transition: transform .5s;
 }
 .page-numbers{
    width: 2.2vw;
    height: 2.2vw;
    font-size: 1vw;
    line-height: 2.2vw;
 }
  .flip-card-back h4{
    padding-top: 3vw;
  }
  .flip-card-back p{
    padding-top: .5vw;
  }
  .flip-card-back .link{
    position: absolute;
    bottom: 0;
  }
  .latest-jobs{
    padding: 5% 15.7%;
  }
  .banner-search{
    left: 33%;
    bottom: 4vw;
    position: absolute;
    display: flex;
  }
.banner-search-wrap{
    background: #ffffff;
    border-radius: .5vw;
    position: relative;
    width: 36vw;
    height: 3.4vw;
}
.banner-search-wrap img{
    position: absolute;
    top: 1vw;
    left: 1.4vw;
    width: 1.3vw;
    height: 1.3vw;
}
.banner-search-wrap .banner-search-key{
    font-size: 1vw;
    width: 73%;
    position: absolute;
    left: 3.7vw;
    border: unset;
    height: 2.5vw;
    padding: 0;
    margin: .4vw 0;
    background: #ffffff;
}
.banner-search-wrap .banner-search-button:hover{
    background: #d40a2c;
}
.banner-register:hover{
    transform:scale(1.05);
}
.banner-search-wrap .banner-search-button{
    cursor: pointer;
    position: absolute;
    right: .5vw;
    background: #EE0E33;
    border-radius: .5vw;
    border: unset;
    color: #FFFFFF;
    line-height: 1.6;
    padding: 2% 4%;
    font-size: .8vw;
    font-family: 'montserrat_light';
    font-weight: 500;
    top: .34vw;
}
.banner-register{
    background: white;
    border-radius: .5vw;
    margin-left: 1vw;
}
.banner-register a{
    color: #EE0E33;
    font-size: .8vw;
    line-height: 3.4vw;
    font-family: 'montserrat_light';
    padding: 0 2vw;
}
.banner-register a span img{
    width: 1.3vw;
    padding-right: .6vw;
}
  .latest-jobs .job-search{
    display: flex;
    justify-content: space-between;
  }
  .latest-jobs .job-search h2{
    color: #000000;
    font-weight: 600;
    font-family: 'montserrat_light';
    font-size: 1.6vw;
  }
  .latest-jobs .job-search .search-wrap{
    background: #F9F9F9;
    border-radius: .5vw;
    position: relative;
    width: 30vw;
    height: 3.4vw;

  }
  .latest-jobs .job-search .search-wrap img{
    position: absolute;
    top: 1.1vw;
    left: 1vw;
    width: 1.3vw;
    height: 1.3vw;
  }
  .latest-jobs .job-search .search-wrap input[type="text"]{
    font-size: 1vw;
    width: 68%;
    position: absolute;
    left: 3.7vw;
    border: unset;
    height: 2.5vw;
    padding: 0;
    margin: .5vw 0;
    background: #f9f9f9;
  }
  .field-required{
    position: absolute;
    bottom: -2vw;
    left: 3.7vw;
    font-size: 1vw;
    color: red;
    display: none;
  }
  .field-required.show{
    display: block;
  }
  .latest-jobs .job-search .search-wrap .job-search-button{
    cursor: pointer;
    position: absolute;
    right: .5vw;
    background: #EE0E33;
    border-radius: .5vw;
    border: unset;
    color: #FFFFFF;
    line-height: 1.6;
    padding: 2% 4%;
    font-size: .8vw;
    font-family: 'montserrat_light';
    font-weight: 500;
    top: .5vw;
  }
  .job-list-wrap{
    margin-top: 2vw;
  }
  .careerRdiv .swiper-slide{
      height: auto;
  }
.job-list-head{
    font-size: .9vw;
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}
.job-list-head .role{
    width: 25%;
    padding: 1% 0 1% 1.5%;
}
.job-list-head .location{
    width: 20%;
    padding: 1% 0;
}
.job-list-head .type{
    width: 20%;
    padding: 1% 0;
}
.job-list-head .date{
    width: 20%;
    padding: 1% 0;
}
.the-job-list{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    width: 100%;
    font-family: 'montserrat_light';
    color: #000000;
    font-size: .9vw;
}
.search-error{
    text-align: center;
    padding: 1vw;
    font-size: .9vw;
}
.the-job-list .role{
    width: 25%;
    padding: 1% 0 1% 1.5%;
    margin: 1% 0;
}
.job-list-wrap{
    position: relative;
    overflow: hidden;
}
.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.job-list-loader{
    /* position: absolute;
    width: 100%;
    object-fit: cover; */

   
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000021;

    display: none;
}
.job-list-loader.active{
    display: block;
}
.the-job-list .location{
    width: 20%;
    padding: 1% 0;
    margin: 1% 0;
}
.the-job-list .type{
    width: 20%;
    padding: 1% 0;
    margin: 1% 0;
}
.the-job-list .date{
    width: 20%;
    padding: 1% 0;
    margin: 1% 0;
}
.the-job-list .apply-link{
    padding: .9% 1.5% 0% 1.5%;
    border: 1px solid #000000;
    border-radius: .6vw;
    font-size: .8vw;
    margin: 1% 0;
    cursor: pointer;
}
.the-job-list .apply-link:hover {
    background: #EE0E33;
    color: #FFFFFF;
    border: 1px solid #EE0E33;
}
.tech-career-blogs{
    padding: 5% 15.7% 8%;
}
.career-benfits.initiatives{
    padding-top: 2%;
}
.tech-career-blogs .head h2{
    color: #E5E5E5;
    font-size: 3.8vw;
}
.tech-career-blogs .head p{
    color: #000000;
    font-size: .75vw;
    font-family: 'montserrat_light';
    width: 41%;
    line-height: 1.9;
}
.blog-slider .case_img{
    height: 17vw;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-slider{
    margin-top: 3vw;
    position: relative;
}
.swiper-slide{
    background: #F7F7F7;
}
.blog-slider .case_details h4{
    color: #000000;
    font-size: 1.3vw;
    padding: 0 6%;
    line-height: 1.2;
}
.blog-slider .case_details .date{
    font-family: 'montserrat_light';
    padding: 0 6%;
    font-size: 1vw;
}
.blog-slider .case_details p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: .75vw;
    line-height: 1.8;
    padding: 0 6%;
    font-family: 'montserrat_light';
}
.blog-slider .case_details .link{
    padding: 0 6%;
    color: #EE0E33;
    text-decoration-line: underline;
    font-size: .83vw;
    font-family: 'montserrat_light';
}
.blog-slider .swiper-slide{
    height: fit-content;
}
.blog-slider .swiper-wrapper{
    height: fit-content;
}
.blog-slider .case_details{
    padding-bottom: 2vw;
}
.slider_nav_wrap{
    position: absolute;
    right: 0vw;
    top: -5vw;
}
#prevSlide{
    position: absolute;
    top: 0;
    right: 3vw;
    border: 1px solid #EE0E33;
}
#nextSlide{
    -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(
        0deg
        );
            background-image: url(../images/color_right_arrow.png);
            opacity: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
}
.slider_nav {
    width: 2.43vw;
    height: 2.43vw;
    background: url(../images/upload.png) no-repeat center;
    /* background-size: 15px; */
    -webkit-transform: rotate(
-90deg
);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(
-90deg
);
    margin: 10px 0px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.acc-team img{
    width: 100%;
    object-fit: cover;
}
.career-footer{
    background: #F4F4F4;
    padding-bottom: 6vw;
    padding-top: 6vw;
    border-bottom: 2.5vw solid #EE0E33;
}
.career-footer h2{
    margin: 0;
    text-align: center;
    color: #202020;
    font-size: 2vw;
}
.career-footer p{
    text-align: center;
    width: 20%;
    color: #202020;
    font-size: .8vw;
    font-family: 'montserrat_light';
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
    line-height: 1.9;
}
.career-footer .social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
}
.career-footer .social-link a{
    padding-right: 5vw;
}
.career-footer .social-link a img{
    height: 1.3vw;
}
.career_section {
    position: relative;
    height: auto;
    padding: 0;
}

._flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

._j-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

._j-spaceBtvn {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

._v-center {
    display: inline-block;
    vertical-align: middle;
}

._center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

._clear-l {
    clear: left;
}

._clear-r {
    clear: right;
}

._clear-b {
    clear: both;
}

._trans-all {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}


/*common classes ------------------------------------------------ end*/


/*common classes ------------------------------------------------ end*/

@font-face {
    font-family: montserrat_light;
    src: url("../font/Montserrat-Light.otf");
}

@font-face {
    font-family: montserrat_regular;
    src: url("../font/Montserrat-Regular.otf");
}

@font-face {
    font-family: montserrat_semibold;
    src: url("../font/Montserrat-SemiBold.otf");
}


/*common classes ------------------------------------------------ end*/

body {
    height: 100%;
    /*background-image: url("../images/Career1.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    overflow-y: hidden;
    font-family: montserrat_regular, sans-serif;
}

.mainContainer {
    height: 100%;
    position: relative;
}


/*page div [start]*/

.pageDiv {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popupOpen .pageDiv {
    display: none;
}

.careerSlider {
    height: 100%;
    overflow: hidden;
}


/* .swiper-container, .swiper-wrapper, .swiper-slide {
    height: 500px;
    background: no-repeat center;
    background-size: cover;
} */

.swiper-slide img {
    height: 100%;
}

.swiper-pagination-bullet {
    background: transparent;
    opacity: 0.6;
    border: 1px solid white;
}

.swiper-pagination-bullet-active {
    background: white;
}

.careerListsSection {
    padding: 15px 50px 70px;
}

.careerListsSection h1 {
    font-size: 58px;
    /*padding-left: 120px;*/
    color: #e5e5e5;
    /* top: 4%; */
    font-weight: 400;
    margin: 0;
}

.careerlistWrap {
    padding: 3.8% 0 0 0;
}

.careerEach {
    border-top: 1px solid #e8e8e8;
    padding: 4.5% 5.5% 4% 3%;
}

.careerEach:nth-last-child(1) {
    border-bottom: 1px solid #e8e8e8;
}

.careerLogo {
    width: 85px;
    height: auto;
    padding: 0;
}

.careerLogo img {
    width: 85px;
    height: auto;
    max-width: 85px;
}

.careerDescription {
    padding: .5% 7% 0;
    width: 85%;
}

.careerDescription h3 {
    color: #0e0e0e;
    font-weight: 200;
    font-size: 25px;
    margin: 0;
    font-family: montserrat_light;
}

.careerDescription p {
    color: #5e5e5e;
    font-weight: 200;
    font-size: 14px;
    font-family: montserrat_light;
    margin: 0;
    padding: 2% 0 0 0;
    line-height: 21px;
}

.careerArrow {
    width: 80px;
    padding: 2% 0 0 0;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    right: 30px;
}


/*page div [end]*/

.careerClick {
    display: flex;
    justify-content: space-around;
    transition: all .2s;
    -webkit-transition: all .2s;
    width: 100%;
}


/*popup div [start]*/

.popupDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    /*background-image: url("../images/Career2.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.popupOpen .popupDiv {
    display: block;
}

.footer_section.sincarfootNone {
    display: none !important;
}

.popupDivLeft {
    width: 41%;
    height: 100%;
    background-position: top;
    position: fixed;
}

.header_content {
    background-size: cover;
}

.popupDivRight {
    width: 59%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: 41%;
}

.popupContentWrap {
    overflow-x: hidden;
    position: relative;
    padding: 0px 0px 34px 0px;
}

.popupContentWrap h1 {
    font-size: 110px;
    padding: 12.5% 0 0 5.5%;
    color: #e5e5e5;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 3px;
}

.popupContents {
    padding: 16% 0 0 12.6%;
}

.ppCntH3 {
    margin: 0;
    font-size: 34px;
    font-family: montserrat_light;
    letter-spacing: 1px;
    padding: 0 0 1% 0;
    line-height: 40px;
}

.ppCntpWrap {
    padding: 0 0 3% 0;
}

.ppCntp {
    font-family: montserrat_light;
    margin: 0;
    font-size: 11px;
    padding: 1% 13% 0 1%;
    line-height: 12px;
    font-weight: 400;
}

.pptag p {
    font-family: montserrat_light;
    margin: 0;
    font-size: 12px;
    padding: 1% 13% 0 0%;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

.ppcarulContent {
    padding: 0% 0% 2% 0%;
}

.ppcarulContent h4 {
    padding: 0% 0px 3% 2%;
}

.pplistContainer li {
    font-family: montserrat_regular;
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
}

.pplistContainer ul {
    list-style-type: none;
    position: relative;
    padding: 0px 0px 0px 4%;
}

.pplistContainer ul li::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    left: -15px;
    top: 13px;
    background-color: #e70027;
}

.pplistContainer {
    padding: 3.5% 0 3% 0%;
}

.pplistHead {
    font-family: montserrat_regular;
    font-size: 14px;
    color: black;
    margin: 0;
}

.ppUL {
    padding: 4.2% 0 0 2%;
    font-size: 11px;
}

.ppUL li {
    padding: 0 0 2% 0;
    color: #ee4234;
}

.ppUL li p {
    color: black;
    margin: 0;
}

.popupFooter {
    background: #e5e5e5;
    position: fixed;
    bottom: 0;
    width: 59%;
    right: 0;
    display: flex;
}

.popupFooterBtn {
    font-family: montserrat_regular;
    color: white;
    display: inline-block;
    background: #ef0d33;
    font-size: 11px;
    padding: 7px 20px 5px;
    border-radius: 3px;
    cursor: pointer;
    margin: 2.5% -4.5%;
}

.popupFooterTret {
    font-family: montserrat_regular;
    color: #ef0d33;
    display: inline-block;
    background: transparent;
    font-size: 11px;
    padding: 7px 20px 5px;
    border-radius: 3px;
    cursor: pointer;
    margin: 2.5% 6.5%;
    border: 1px solid #ef0d33;
}

.popupFooterTret:hover {
    background: #ef0d33;
    color: white;
}

.popupFooterBtn:hover {
    box-shadow: 0px 1px 2px 1px #ee4234;
}

.fileinputcareer {
    z-index: 99;
}

input[type="file"] {
    cursor: pointer !Important;
    padding-left: 40px;
    color: #6f6f6f;
    outline: none;
}

input[type="file"]::-webkit-file-upload-button {
    font-size: 12px;
    position: relative;
    padding: 7px 0px 0px 32px;
    margin: 0px 20px 0px 0px;
    color: rgba(0, 0, 0, 0.56);
    background-color: transparent;
    border: none;
    color: transparent;
    padding-right: 20px;
    z-index: 9999;
    cursor: pointer;
    outline: none;
}

input[type="file"]::-ms-browse {
    background: #E62163;
    border: 0;
    padding: 1em 2em;
    cursor: pointer;
    color: transparent;
    border-radius: .2em;
    cursor: pointer;
    outline: none;
}


/*popup div [end]*/


/* career pop Contact */

.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
}

.pop>span {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 2%;
    font-family: montserrat_light;
    background: #ef0d33;
    color: #ffffff;
    width: 40px;
    font-weight: 400;
    font-weight: 400;
    height: 22px;
    text-align: center;
    z-index: 9999;
    padding: 2px 0px 0px 0px;
}


/* career contact */

.reach_section {
    padding: 80px 120px;
}

.reach_head {
    margin: 40px 0px 80px;
}

.reach_head h2 {
    color: #f5f5f5;
    font-size: 120px;
    line-height: 72px;
    margin: 20px 0 20px -10px;
}

.reach_head p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-family: montserrat_light, sans-serif;
    margin: 0;
}

.form_col {
    margin-bottom: 60px;
}

.floating_input input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    font-family: "Times New Roman";
}

textarea.footer_textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    font-family: "Times New Roman";
}

.floating_input input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.floating_input input+label,
.floating_input textarea+label,
.floating_input label {
    color: rgba(0, 0, 0, 0.56);
}

.floating_input input:focus+label,
.floating_input input:valid~label {
    color: rgba(0, 0, 0, 0.5);
}

.attachmentpin {
    display: flex;
    flex-wrap: wrap;
}

.attachpinContent {
    position: relative;
    cursor: pointer;
}

.attachmentpin .attachpinContent p {
    font-size: 12px;
    position: absolute;
    padding: 4px 0px 0px 30px;
    margin: 0px 20px 0px 0px;
    top: 0;
    color: rgba(0, 0, 0, 0.56);
}

.attachmentpin .attachpinContent p img {
    height: 28px;
    width: 25px;
}

.attachmentpin .attachpinContent p::before {
    content: '';
    background-image: url("../images/pin_red.png");
    width: 20px;
    height: 19px;
    background-size: contain;
    position: absolute;
    left: 9px;
    top: -4;
    background-position: left;
    background-repeat: no-repeat;
}


/*.attachmentpin .attachpinContent p::before {
    background-image: url(../images/pin_grey.png);
    width: 25px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left;
    background-repeat: no-repeat;
}*/

.submit_btn {
    opacity: 1 !important;
    margin: 10px 0 0 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.submit_btn:hover {
    box-shadow: 0px 1px 2px 1px #ee4234;
    transition: all .2s;
    -webkit-transition: all .2s;
}


/* attachprogress */

.attachprogress {
    width: 78px;
    margin: 0 auto;
    margin-top: 3px;
    height: 2px;
    background-color: #b2b2b2;
}

.bar {
    width: 78px;
    background-color: #ef0d33;
    height: 2px;
    -webkit-animation: loadUp 2s infinite alternate;
    animation: loadUp 2s infinite;
}

.careervid {
    position: relative;
    height: 485px;
    display: flex;
    background-color: #000;
}

.zsiq_floatmain {
    display: none !important;
}

@-webkit-keyframes loadUp {
    0% {
        width: 0px;
    }
    25% {
        width: 25%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loadUp {
    0% {
        width: 0px;
    }
    25% {
        width: 25%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}


/* attachprogress */

.form_col.form_full:nth-child(1n) {
    margin-bottom: 20px;
}

.carfileUpload {
    position: relative;
    display: inline-block;
}

.carfileUploadlabel {
    padding: 1em 2em;
    color: #fff;
    background: #ef0d33;
    border: 1px solid #ef0d33;
    position: relative;
    overflow: hidden;
    height: 37px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
    text-shadow: none;
    padding: 0px 20px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    width: 100px;
    border-radius: 4px;
    transition: background .3s;
}

.carfileUploadinput {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}
.bullet-style{
    background: white;
    border-radius: 50%;
    width:8px;
    height:8px;
}
.bullet-style.i.bullet-styleav {
    background-color: #EE0E33;
}
.careerBanner {
    background-image: url("../images/carbgtest.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.careerBanner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.careerBtn {
    display: inline-block;
    opacity: 1;
}

.careerbgLeft,
.careerbgRight {
    position: relative;
    display: flex;
    width: 50%;
}

.carvidbtn {
    width: 200px;
    height: 40px;
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    background: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
}

.carvidbtn img {
    width: 15px;
    height: auto;
    padding: 0 15px 0 0;
}

.cBvidsection {
    width: 480px;
    height: 265px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
    right: 0;
    position: absolute;
    top: 44%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.5);
}

.careerbgLeftcont {
    margin: 0;
    position: absolute;
    top: 47%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 0 0 20%;
}

.careerbgLeftcont h2 {
    color: #fff;
    font-size: 43px;
    line-height: 50px;
    margin: 0;
    font-family: montserrat_light;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.74);
    position: relative;
}

.careerbgLeftcont .lq img {
    left: -30px;
    top: -20px;
    position: absolute;
    width: 20px;
    height: auto;
}

.careerbgLeftcont .rq img {
    right: 37px;
    bottom: -1px;
    position: absolute;
    width: 20px;
    height: auto;
}

.careerbgLeftcont p {
    color: #fff;
    font-size: 14px;
    font-family: montserrat_light;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.74);
}


/* Triangle Animation */

.triangle {
    position: absolute;
    background: url("../images/triangle.png") no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    transform-origin: center;
}

.triangle_inner {
    width: 30px;
    height: 30px;
    background: url("../images/triangle.png") no-repeat center;
    background-size: contain;
    margin: 30px auto;
}

#triangle1 {
    bottom: 80px;
    left: 150px;
    opacity: 0.1;
    -webkit-transform: scale(1.3) rotate(30deg);
    -moz-transform: scale(1.3) rotate(30deg);
    -ms-transform: scale(1.3) rotate(30deg);
    -o-transform: scale(1.3) rotate(30deg);
    transform: scale(1.3) rotate(30deg);
}

#triangle2 {
    opacity: 0.4;
    -webkit-transform: scale(0.6) rotate(-130deg);
    -moz-transform: scale(0.6) rotate(-130deg);
    -ms-transform: scale(0.6) rotate(-130deg);
    -o-transform: scale(0.6) rotate(-130deg);
    transform: scale(0.6) rotate(-130deg);
    bottom: 90px;
    left: 500px;
}

#triangle3 {
    opacity: 0.4;
    -webkit-transform: scale(0.9) rotate(-150deg);
    -moz-transform: scale(0.9) rotate(-150deg);
    -ms-transform: scale(0.9) rotate(-150deg);
    -o-transform: scale(0.9) rotate(-150deg);
    transform: scale(0.9) rotate(-150deg);
    top: 250px;
    left: 80px;
}

#triangle4 {
    opacity: 0.05;
    -webkit-transform: scale(1.5) rotate(-170deg);
    -moz-transform: scale(1.5) rotate(-170deg);
    -ms-transform: scale(1.5) rotate(-170deg);
    -o-transform: scale(1.5) rotate(-170deg);
    transform: scale(1.5) rotate(-170deg);
    top: 100px;
    left: 400px;
}

#triangle5 {
    opacity: 0.4;
    -webkit-transform: scale(1) rotate(-120deg);
    -moz-transform: scale(1) rotate(-120deg);
    -ms-transform: scale(1) rotate(-120deg);
    -o-transform: scale(1) rotate(-120deg);
    transform: scale(1) rotate(-120deg);
    bottom: 100px;
    right: 40%;
}

#triangle6 {
    opacity: 0.05;
    -webkit-transform: scale(0.4) rotate(-240deg);
    -moz-transform: scale(0.4) rotate(-240deg);
    -ms-transform: scale(0.4) rotate(-240deg);
    -o-transform: scale(0.4) rotate(-240deg);
    transform: scale(0.4) rotate(-240deg);
    top: 100px;
    right: 80px;
}

@keyframes innerTriangleAnim {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes triangle1Rotate {
    0% {
        transform: scale(1.4) rotate(34deg) translate(0, 0);
    }
    100% {
        transform: scale(1.6) rotate(390deg) translate(0px, 0px);
    }
}

@keyframes triangle2Rotate {
    0% {
        transform: scale(0.5) rotate(360deg) translate(0, 0);
    }
    100% {
        transform: scale(0.6) rotate(-60deg) translate(-20px, -20px);
    }
}

@keyframes triangle4Rotate {
    0% {
        transform: scale(1.5) rotate(360deg) translate(0, 0);
    }
    100% {
        transform: scale(1.6) rotate(-60deg) translate(-20px, -20px);
    }
}

@keyframes triangle3Rotate {
    0% {
        transform: scale(0.3) rotate(-60deg) translate(0, 0);
    }
    100% {
        transform: scale(0.4) rotate(360deg) translate(-20px, -20px);
    }
}

.cartri #triangle1 {
    animation: triangle1Rotate 15s infinite linear;
}

.cartri .triangle_inner {
    animation: innerTriangleAnim 15s infinite linear;
}

.cartri #triangle2 {
    animation: triangle2Rotate 15s infinite linear;
}

.cartri #triangle3 {
    animation: triangle2Rotate 15s infinite linear;
}

.cartri #triangle4 {
    animation: triangle4Rotate 15s infinite linear;
}

.cartri #triangle5 {
    animation: triangle3Rotate 15s infinite linear;
}

.cartri #triangle6 {
    animation: triangle1Rotate 15s infinite linear;
}

@keyframes blackTriangle {
    0% {
        transform: rotate(20deg) translate(0px);
    }
    100% {
        transform: rotate(10deg) translate(-30px);
    }
}


/* Triangle Animation */

.careerClick:hover .careerDescription h3 {
    color: #ef0d33;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.careerArrow img {
    max-width: 80px;
}

.careerArrow:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .2s;
    -webkit-transition: all .2s;
}


/* carvidpop */

#modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    visibility: hidden;
    display: table;
}

#modal-window.active {
    visibility: visible;
}

.modal-close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    text-align: right;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

#modal-window.active .modal-close {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.align-content {
    display: table-cell;
    vertical-align: middle;
}

#modal-window .content {
    position: relative;
    width: 65%;
    margin: 0 auto;
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

#modal-window.active .content {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.watchvideo {
    display: inline-block;
    background: transparent;
    visibility: hidden;
}


/* carvidpop */


/* career contact */


/* career pop Contact */

#footer_error {
    width: 100%;
}

.success_popup {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999 !important;
    background-color: rgb(49, 52, 57);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.footer_tabsection.success_submit .success_popup {
    display: block;
}

.ajax-progress {
    display: block;
    font-family: sans-serif;
    position: fixed;
    bottom: 0;
    border-radius: 2px;
    right: 0;
    margin: 45px;
    opacity: 0;
    overflow: visible;
    transition: .3s ease;
    transform: translateY(100px);
    box-shadow: 0 0 30px 0px #ccc, 0 0 300px 100px #eee;
}


/* Spinner Animation */

.ajax-progress .throbber {
    position: relative;
    display: block;
    background: #f8f8f8;
}

.ajax-progress .throbber:before {
    content: 'Uploading';
    display: block;
    padding: 15px 30px;
}

.ajax-progress.active {
    opacity: 1;
    transform: translateY(0);
}

.carastrx {
    color: #ef0d33;
    font-size: 16px;
    padding: 0 0 0 5px;
}


/* new career slider section [start] */
.about_top{
    padding: 0% 15.7%;
}
.ab_imgDiv{
    padding: 0% 8% 0 0;
}
.about_top_Two{
    padding: 0% 13.7% 4%;
    height: fit-content;
}
.carerSliderSec {
    padding: 5% 15.7%;
}
.about_top_Two .leftDiv{
    padding: 0;
}
.careerLdiv {
    width: 40%;
   padding: 4% 4% 0 0;
}


.careerRdiv {
    width: 60%;
    position: relative;
    padding: 6% 0;
    overflow: hidden;
}

.leftH {
    color: #0e0e0e;
    font-weight: 200;
    font-size: 35px;
    margin: 0;
    font-family: montserrat_regular;
    line-height: 40px;
}

.leftPone {
    color: #0e0e0e;
    font-weight: 200;
    font-size: 14px;
    font-family: montserrat_light;
    margin: 0;
    padding: 7% 7% 2% 0;
    line-height: 24px;
    letter-spacing: 2px;
}

.leftPtwo {
    color: #0e0e0e;
    font-weight: 200;
    font-size: 13px;
    font-family: montserrat_light;
    margin: 0;
    padding: 2% 0 0 0;
    line-height: 21px;
}

.leftAbtn {
    display: inline-block;
    margin: 10% 0 0;
}

.careerSliderWrap {
    width: 50%;
    position: relative;
    z-index: 5;
}

.careerSliderImgWrap {
    box-shadow: 2px 10px 20px 2px #c1bfbf;
}

.careerSliderImgWrap img {
    width: 100%;
    height: auto;
}

.careerRibhtBack {
    position: absolute;
    width: 80%;
    height: 100%;
    right: 0;
    background-color: #EEEEEE;
    z-index: 1;
    top: 0;
}

.careerSliderWrap .swiper-wrapper {
    height: auto;
}

.careerSliderWrap .swiper-container {
    overflow: visible !important;
}

.careerSliderWrap .swiper-button-prev,
.careerSliderWrap .swiper-button-next {
    position: absolute;
    top: 115% !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.careerSliderWrap .swiper-slide {
    position: relative;
}

.careerSliderWrap .swiper-button-prev {
    background-image: url('../images/red-left.png');
    left: 58%;
    right: auto;
}

.careerSliderWrap .swiper-button-next {
    background-image: url('../images/right-red.png');
    right: 25%;
    left: auto;
}
.blog-slider .swiper-slide:hover{
    transform: translateY(-10px);
    box-shadow: 2px 1px 10px #aaaaaa73;
}
.career-footer .social-link a:hover{
    transform: translateY(-2px);
}

.careerSliderWrap .swiper-slide-next .careerSliderImgWrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    opacity: .6;
    z-index: 10;
}

.sliderContentWrap {
    position: absolute;
    width: 100%;
    height: auto;
    right: -45%;
    top: 45%;
}

.pWrap {
    position: absolute;
    height: auto;
    right: -45px;
    padding: 20px 0 0 0;
}

.sliderContentWrap::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    right: 0;
    top: 0;
    background-color: black;
}

.pWrap>p:nth-child(1) {
    color: #0e0e0e;
    font-size: 16px;
    margin: 0;
    font-family: montserrat_regular;
}

.pWrap>p:nth-child(2) {
    color: #c5c1c1;
    font-size: 20px;
    margin: 8px 0 0;
    font-family: montserrat_regular;
}


/* new career slider section [end] */

@media only screen and (min-width: 1920px) {
    .sliderContentWrap {
        right: -25%;
    }
}

@media only screen and (max-width: 1920px) {
    .sliderContentWrap {
        right: -35%;
    }
}

@media only screen and (max-width: 1600px) {
    .sliderContentWrap {
        right: -45%;
    }
}

@media only screen and (max-width: 1450px) {
    .careerArrow {
        position: absolute;
        right: 30px;
    }
}

@media only screen and (max-width: 1400px) {
    .reach_section {
        padding: 40px 120px;
    }
    .reach_head {
        margin: 0px 0px 30px;
    }
    .reach_head h2 {
        font-size: 80px;
        margin: 20px 0 0px -6px;
    }
    .reach_head p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
     
    .videoDiv{
        height: 155px;
    }
    /* .careerbgLeftcont h2{
        font-size: 3vw;
    }
    .careerbgLeftcont{
        left: 20%;
    }
    .videoDiv{
        height: 16vw;
    } */
    .abt_topH::before{
        font-size: 4vw;
    }
    .about_top {
        padding: 8% 15.7%;
    }
    .sevenDiv::before{
        font-size: 12px;
    }
    .careerbgLeftcont .rq img {
        right: 30px;
        bottom: 2.5vw;
    }
    
    .pWrap>p:nth-child(1) {
        font-size: 13px;
    }
    .sliderContentWrap {
        right: -48%;
    }
    .pWrap>p:nth-child(2) {
        font-size: 18px;
    }
    .careerSliderWrap .swiper-button-prev {
        left: 55%;
    }
    .careerSliderWrap .swiper-button-next {
        right: 25%;
    }
    .careerSliderWrap .swiper-button-prev,
    .careerSliderWrap .swiper-button-next {
        margin-top: 8px;
    }
    .careerRdiv {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
    }
    .careerRibhtBack {
        position: absolute;
        width: 80%;
        height: 90%;
        right: 0;
        background-color: #EEEEEE;
        z-index: 1;
        top: 5%;
    }
}

@media only screen and (max-width: 900px) {
    .reach_head {
        margin: 0px 0px 0px;
    }
}

@media only screen and (min-height: 768px) {
  
    .reach_head {
        margin: 55px 0px 100px;
    }
}

@media only screen and (min-height: 980px) {
    .reach_head {
        margin: 90px 0px 100px;
    }
}

@media only screen and (max-width: 820px) {
    .reach_section {
        padding: 40px 35px;
    }
    .reach_section {
        height: auto;
    }
    .cBvidsection {
        width: 320px;
        height: 175px;
    }
    .careerbgLeftcont h2 {
        font-size: 47px;
        line-height: 1.4;
    }
    #footer_error {
        padding: 0px 0px 34px 0px;
        font-family: montserrat_light;
        width: 100%;
    }
    .careerbgLeftcont p{
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    textarea.footer_textarea#car_link{
        height: 106px;
    }
}
@media only screen and (max-width: 768px) {
    .videoDiv{
        height: 200px;
    }
    #nextSlide{
        border: 1px solid #EE0E33;
    }
    .blog-slider .case_img{
        height: 38vw;
    }
    .blog-slider .case_details h4{
        font-size: 2.3vw;
    }
    .blog-slider .case_details .date{
        font-size: 1.8vw;
    }
    .blog-slider .case_details p{
        font-size: 1.75vw;
    }
    .blog-slider .case_details .link{
        font-size: 1.75vw
    }
    .tech-career-blogs .head p{
        font-size: 1.4vw;
        width: 74%;
    }
    .career-benfits .benfites-heading p{
        width: 74%;
        font-size: 1.4vw;
    }
    .carerSliderSec {
        flex-wrap: wrap;
    }
    .careerRdiv {
        width: 90%;
        padding: 8% 0;
        margin: 15% auto 5%;
    }
    .careerLdiv {
        text-align: center;
        width: 100%;
    }
    .sliderContentWrap {
        right: -45%;
    }
    .careerRibhtBack {
        height: 100%;
        width: 100%;
        top: 0;
    }
    .careerSliderWrap .swiper-button-prev,
    .careerSliderWrap .swiper-button-next {
        margin-top: -12px;
    }
    .carerSliderSec {
        padding:5% 11.7%;
    }
    .careerRdiv {
        padding: 5% 0 15%;
    }
    .careerSliderWrap {
        width: 90%;
        position: relative;
        z-index: 5;
        margin: auto;
    }
    .careerSliderWrap .swiper-button-prev {
        left: 0;
    }
    .careerSliderWrap .swiper-button-next {
        right: 0;
    }
    .careerSliderWrap .swiper-button-prev,
    .careerSliderWrap .swiper-button-next {
        margin-top: 0%;
    }
    .sliderContentWrap {
        right: 0;
        top: auto;
        left: 0;
        margin: auto;
        bottom: -5%;
    }
    .pWrap {
        height: auto;
        right: 0;
        padding: 20px 0 0 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .pWrap>p:nth-child(2) {
        margin: 2px 0 0;
    }
    .sliderContentWrap::before {
        display: none;
    }
    .careerSliderWrap .swiper-slide {
        height: auto !important;
    }
}

@media only screen and (max-width: 650px) {
    .popupDivLeft {
        display: none;
    }
    .popupDivWrap {
        display: block;
    }
    .popupDivRight {
        width: auto;
        margin: 0;
    }
    .popupContentWrap h1 {
        font-size: 24px;
        line-height: 30px;
        display: none;
    }
    .popupContents {
        padding: 70px 30px !important;
    }
    .careerListsSection {
        padding: 15px 30px 40;
    }
    .careerListsSection h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .popupFooter {
        width: 100% !important;
    }
    .careerDescription h3 {
        font-size: 23px;
        padding: 0 0 5% 0;
    }
    .careerDescription h3 {
        font-size: 23px;
        padding: 0 0 4% 0;
    }
    .careerbgLeftcont .rq img {
        right: -10px;
        bottom: 30px;
    }
    .cBvidsection {
        display: none;
    }
    .watchvideo {
        display: inline-block;
        background: transparent;
        visibility: visible;
    }
}

@media only screen and (max-width: 600px) {
    .reach_head h2 {
        font-size: 65px;
        margin: 20px 0 0px -6px;
    }
    .careerBanner {
        flex-direction: column;
    }
    .careerbgLeft,
    .careerbgRight {
        position: relative;
        display: flex;
        width: 100%;
    }
    .careerbgLeftcont .rq img {
        right: 100px;
        bottom: 0px;
        position: absolute;
        width: 20px;
        height: auto;
    }
    .careerRdiv {
        padding: 5% 0 20%;
    }
}

@media only screen and (max-width: 580px) {
    .videoDiv{
        height: 135px;
    }
    .careerbgLeftcont .rq img {
        right: 118px;
        bottom: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .careerbgLeftcont h2 {
        font-size: 21px;
        line-height: 1.4;
    }
    .careerbgLeft{
        justify-content: center;
        width: 96%;
    }
    .banner-search {
        left:22%;
    }
    .banner-search-wrap{
        width: 58vw;
        height: 6.4vw;
    }
    .banner-search-wrap img{
        top: 2vw;
        left: 1.4vw;
        width: 2.3vw;
        height: 2.3vw;
    }
    .banner-search-wrap .banner-search-key{
        font-size: 2vw;
        width: 73%;
        left: 5.7vw;
    margin: .8vw 0;
    height: 4.5vw;
    }
    .banner-register a{
        font-size: 1.8vw;
        line-height: 6.4vw;
        padding: 0 4vw;
    }
    .banner-search-wrap .banner-search-button{
        font-size: 2vw;
        top: .63vw;
    }
    .banner-register{
        margin-left: 2vw;
    }
    .banner-register a span img {
        width: 3vw;
        padding-right: 1vw;
    }
    .flip-card-back{
        height: 73vw;
    }
    .page-numbers {
        width: 3.5vw;
        height: 3.5vw;
        font-size: 2.2vw;
        line-height: 3.6vw;
    }
    .career-benfits {
        padding: 5% 8.7%;
    }
    .career-benfits .benfites-heading h2{
        font-size: 8vw;
        line-height: 50px;

    }
    .career-benfits .benfites-heading p{
        width: 88%;
        font-size: 2vw;
    }
    .benifits-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
    .benifits-card{
        height: 75vw;
    }
    .benifits-card h4{
        font-size: 3vw;
    }
    .benifits-card p{
        font-size: 2vw;
    }
    .benifits-card .link {
        font-size: 2.5vw;
    }
    .latest-jobs {
        padding: 5% 9.7%;
    }
    .latest-jobs .job-search h2{
        font-size: 3vw;
    }
    .latest-jobs .job-search .search-wrap{
        margin-top: 1.5vw;
        width: 46vw;
        height: 7vw;
    }
    .latest-jobs .job-search .search-wrap input[type="text"]{
        font-size: 2vw;
        height: 5.5vw;
        left: 5.7vw;
        width: 55%;
    }
    .latest-jobs .job-search .search-wrap img{
        width: 3vw;
        height: 3vw;
        top: 1.8vw;
    }
    .latest-jobs .job-search .search-wrap .job-search-button{
        padding: 3% 8%;
    font-size: 2vw;
    }
    .job-list-head {
        font-size: 1.8vw;
    }
    .the-job-list{
        font-size: 1.8vw;
    }
    .the-job-list .apply-link{
        padding: .9% 0.5% 0% 0.5%;
        font-size: 1.6vw;
    }
    .tech-career-blogs {
        padding: 5% 9.7% 8%;
    }
    .tech-career-blogs .head h2{
        font-size: 4.8vw;
    }
    .tech-career-blogs .head p{
        font-size: 1.8vw;
        width: 82%;
    }
    .blog-slider .case_img{
        height: 56vw;
    }
    .blog-slider .case_details h4{
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }
    .blog-slider .case_details .date{
        font-size: 2.6vw;
    }
    .blog-slider .case_details p{
        font-size: 2.7vw;
    }
    .blog-slider .case_details .link{
        font-size: 2.6vw;
    }
    .slider_nav_wrap{
        right: -2vw;
        top: -10vw !important;
    }
    .slider_nav {
        width: 4.43vw;
        height: 4.43vw;
    }
    #prevSlide{
        right: 9vw;
        background-size: 20px 20px;
    }
    #nextSlide{
        border: 1px solid #ef0d33;
    }
    .career-footer h2{
        font-size: 3vw;
    }
    .career-footer p{
        font-size: 2vw;
        width: 48%;
        line-height: 1.7;
    }
    .career-footer .social-link a img {
        height: 2.6vw;
    }
    .carerSliderSec {
        padding: 20px 20px;
    }
    .abt_topH::before {
        font-size: 30px;
    }
    .about_top_Two {
        padding: 0% 7.7% 4%;
    }
    .about_top {
        padding: 0% 8.7%;
    }  
    .career-footer{
        border-bottom: 4.5vw solid #EE0E33;
    }  
    .reach_head h2 {
        font-size: 34px;
        margin: 0px 0 0 0px;
    }
    .careerListsSection {
        padding: 15px 15px 30 !important;
    }
    .careerbgRight {
        display: none;
    }
    .careerBanner {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        position: relative;
    }
    .careerbgLeftcont {
        margin: 0;
        position: relative;
        top: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 15% 2% 0% 6%;
    }
    .careerDescription h3 {
        font-size: 16px;
        padding: 2% 0 2% 0;
    }
    #modal-window .content {
        position: relative;
        width: 90%;
    }
    .careerJoin {
        display: none;
    }
    .careerLogo {
        width: 60px;
        padding: 0 0;
    }
    .ppCntH3 {
        margin: 0;
        font-size: 24px;
    }
    .careerDescription p {
        font-size: 12px;
    }
    .footer_form_wrap {
        margin-top: 30px;
    }
    .ppCntH3 {
        line-height: 40px;
    }
    .careerbgLeftcont .rq img {
        right: 15px;
        bottom: 0px;
        position: absolute;
        width: 16px;
        height: auto;
    }
    .careerbgLeftcont .lq img {
        left: -15px;
        top: -20px;
        position: absolute;
        width: 16px;
        height: auto;
    }
    .careerbgLeftcont .rq img {
        right: 15px;
        bottom: 1px;
    }
    .careerEach {
        border-top: 1px solid #e8e8e8;
        padding: 4.5% 20% 4% 3%;
    }
    .careerArrow {
        right: 11px;
        padding: 0% 0 0 0;
        width: 50px;
    }
    .careerLogo img {
        width: 50px;
        height: auto;
        max-width: 50px;
    }
    .careerSliderWrap {
        z-index: 5;
    }
    .pWrap>p:nth-child(1) {
        font-size: 12px;
    }
    .sliderContentWrap {
        bottom: 0;
    }
}
@media only screen and (max-width: 375px) {
    .videoDiv{
        height: 120px;
    }
}


@media only screen and (max-width: 320px) {
    .videoDiv{
        height: 100px;
    }
    .careerbgLeftcont h2 {
        font-size: 22px;
    }
    .careerRdiv {
        padding: 5% 0 25%;
    }
}


.copyright_wrap {
    display: none;
}
@media only screen and (max-width: 1600px) and (min-width: 1442px) {
    .pWrap {
        right: -0.12vw !important;
    }
}
@media only screen and (max-width: 2000px) and (min-width: 1601px) {
    .pWrap {
        right: -1.88vw !important;
    }
}
@media only screen and (max-width: 4000px) and (min-width: 3000px) {
    .banner-search{
        bottom: 2vw;
    }
}
@media only screen and (max-width: 4000px) and (min-width: 1442px) {
    #jssor_1{
        height: 42vw !important;
    }
    /* .careerbgLeftcont h2{
        font-size: 2.75vw;
    line-height: 3.2vw;
    } */
    .careerbgLeftcont p{
        font-size: 0.89vw;
    }
    .btn {
        height: 2.24vw;
        font-size: 0.89vw;
        padding: 0px 1.28vw;
        line-height: 2.17vw;
        width: 6.85vw;
        border-radius: 0.25vw;
    }
    /* .cBvidsection{
        width: 30.76vw;
        height: 16.98vw;
        border-radius: 0.5vw;
    } */
    /* .carvidbtn {
        width: 12.8vw;
        height: 2.56vw;
    } */
    .carvidbtn img{
        width: 0.96vw;
        padding: 0 0.96vw 0 0;
    }
    .careerbgLeftcont .rq img {
        right: 2.37vw;
        bottom: -0.63vw;
        width: 1.28vw;
    }
    .careerbgLeftcont .lq img{
        left: -1.92vw;
    top: -1.28vw;
    width: 1.28vw;
    }
    .abt_topH {
        font-size: 1.6vw;
    }
    .abt_topH::before{
        letter-spacing: 0.32vw;
    font-size: 3.26vw;
    top: -2.88vw;
    }
    .abt_topP1{
        padding: 1.15vw 10% 0 0;
        font-size: 0.76vw;
        line-height: 1.41vw;
    }
    .abt_topP2 {
        padding: 0.38vw 0 0 0;
        font-size: 0.76vw;
    }
    .sevenDiv::before{
        font-size: 1.15vw;
        bottom: 0.12vw;
    }
    .videoDiv{
        height: 13.78vw;

    }
    .playBtn{
        width: 3.2vw;
        height: 3.2vw;
    }
    .animationLine {
        width: 8.3vw;
        height: 0.064vw;
    }
    .ringDivOne, .ringDivTwo, .ringDivThree{
        width: 12.82vw;
        height: 12.82vw;
    }
    .circle{
        width: 12.82vw;
        height: 12.82vw;
    }
    .ab_imgDiv_img{
        width: 100%;
    }
    .abt_topH{
        font-size: 1.6vw;
    }
    .abt_topTwoP1{
        line-height: 1.79vw;
        padding: 0.57vw 3% 0 0;
        font-size: 1.15vw;
    }
    .valueCards_wrap{
        padding: 0.96vw 0 0;
    }
    .value_card{
        padding: 0.96vw 0.32vw 0.83vw;
    border-radius: 0.32vw;
    margin-bottom: 0.83vw;
    font-size: 0.83vw;
    }
    .value_card::before{
        width: 0.19vw;
        left: 0.64vw;
    }
    .values_wrap{
        padding: 1.47vw 8% 0 0;
    }
    .valuesH{
        font-size: 0.96vw;
    }
    .valuesHLine{
        height: 0.12vw;
        margin: 1.28vw 0 0 0.96vw;
    }
    .valuesP{
        min-height: 4.8vw;
        padding: 0.5vw 0 0;
        font-size: 0.76vw;
        line-height: 1.4vw;
    }
    .leftH{
        font-size: 2.24vw;
        line-height: 2.56vw;
    }
    .leftPone{
        font-size: 0.89vw;
        line-height: 1.53vw;
        letter-spacing: 0.12vw;
    }
    .pWrap{
        right: -3.88vw;
        padding: 1.28vw 0 0 0;
    }
    .careerSliderWrap .swiper-slide {
     
        margin-right: 10vw !important;
    }
    .pWrap>p:nth-child(1){
        font-size: .8vw;
    }
    .pWrap>p:nth-child(2){
        font-size: 1.28vw;
        margin: 0.51vw 0 0;
    }
    .leftPtwo{
        font-size: 0.83vw;
        line-height: 1.34vw;
    }
    .careerSliderWrap .swiper-button-prev, .careerSliderWrap .swiper-button-next{
        width: 1.28vw !important;
        height: 1.28vw !important;
        margin-top: -0.76vw;
    }
}
.about_top {
    height: 60%;
    padding-bottom: 7%;
}
.about_top_Two.ab-row-2 .leftDiv{
    width: 38%;
}
.about_top_Two.ab-row-2 .ab_imgDiv:before{
    content: '#7BillionCreativeMinds';
    position: absolute;
    font-size: 18px;
    bottom: 2px;
    right: -15%;
    color: #a3a3a3;
}

@media only screen and (max-width: 1024px) {
    .about_top_Two.ab-row-2 .ab_imgDiv:before{
        font-size: 15px;
        right: -20%;
    }
}
.about_top_Two.ab-row-2 .abt_topP1{
    padding: 1.15vw 0% 0 0;
}
.about_top_Two.ab-row-2 .rightDiv{
    padding: 7% 0 0 1.1%;
}
.about_top_Two.ab-row-2 .abt_topH:before {
    content: 'OUR VISION';
    position: absolute;
    font-size: 51px;
    color: black;
    top: -45px;
    letter-spacing: 5px;
    color: #f3f2f2;
}
.about_top_Two.ab-row-2 .rightDiv {
    width: 46%;
}
.about_top_Two.ab-row-2 .rightDiv h1{
    letter-spacing: 0.32vw;
    font-size: 3.26vw;
    top: -2.88vw;
    color: #f3f2f2;
    font-family: montserrat_regular, sans-serif;
    margin: 0;
    font-weight: bold;
    line-height: .6;
}
.about_top_Two.ab-row-2 .rightDiv a{
    background: #EE0E33;
    font-size: .8vw;
    color: #FFFFFF;
    width: 8vw;
    padding: 2% 4%;
    border-radius: .3vw;
    margin-top: 1.3vw;
}
.about_top_Two.ab-row-2 .rightDiv a:hover{
background-color: #d60c2e;
}
.abt_topP1 {
    padding: 18px 6% 0 0;
}
.about_top_Two.ab-row-2 {
    padding: 0% 13.7% 8%;
    height: 100%;
}
.about_top_Two.video video{
    width: 75%;
    margin: auto;
}
@media only screen and (max-width: 768px){
    .about_top_Two.ab-row-2 .ab_imgDiv:before{
        font-size: 18px;
        right: -15%;
    }
    .about_top_Two.ab-row-2 .rightDiv a{
        font-size: 11px;
        width: 106px;
    }
    .about_top_Two.ab-row-2 .rightDiv {
        padding: 18% 0 0 1.1%;
    }
    .about_top_Two .rightDiv{
        justify-content: flex-start;
    }
    .about_top {
        height: unset;
    }
    .about_top_Two.ab-row-2{
        padding: 18% 13.7% 8%;
    height: 94%;
    }
    .about_top_Two.ab-row-2 .rightDiv {
        width: 100%;
    }
    .about_top_Two.video video{
        width: 100%;
    }
    .about_top_Two.ab-row-2 .leftDiv {
        width: 78%;
        margin-left: 13%;
    }
    .about_top_Two.ab-row-2 .videoDiv{
        box-shadow: 2px 3px 7px 1px #a2a2a299;
    }
}
@media only screen and (max-width: 480px)
{
    .about_top_Two.ab-row-2 .rightDiv a{
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    width: 130px;
    margin-top: 4vw;
    }
    .about_top_Two.ab-row-2{
        height: 120%;
    }
    .ab_imgDiv {
        margin-top: 7%;
    }
    .about_top_Two.ab-row-2 .ab_imgDiv {
        margin-top: 46%;
    }
    .abt_topP1 {
        padding: 18px 0 0 0;
    }
    .leftDiv{
        text-align: center;
    }
    .abt_topH::before{
        right: 16%;
    }
    .about_top_Two.ab-row-2 .rightDiv {
        padding: 27% 0 15% 1.1%;
        text-align: center;
    }
    .about_top_Two.ab-row-2 .rightDiv h1{
        text-align: center;
        letter-spacing: 1.32vw;
        font-size: 30px;
    }
    .animationLineDiv{
        z-index: -1;
    }
    .about_top_Two.ab-row-2 .ab_imgDiv:before{
        font-size: 12px;
    }
    .about_top_Two.ab-row-2{
        padding: 0% 7.7% 4%;
    }
    .about_top_Two.ab-row-2 .leftDiv{
        overflow: unset;
    }
    .about_top_Two.ab-row-2{
        overflow: hidden;
    }
       
}
@media only screen and (max-width: 350px)
{
    .rightDiv {
        padding: 20% 0 17%;
    }
    .abt_topH::before {
        right: 9%;
    }
    .about_top_Two.ab-row-2 .ab_imgDiv:before{
        font-size: 10px;
    }
    
}
@media only screen and (max-width: 4000px) and (min-width: 1452px){
    .about_top_Two.ab-row-2 .ab_imgDiv:before{
        font-size: 1.15vw;
    }
   
}