* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
   background-color: #fff;
}

ul,
ol,
li,
p,
a,
figure {
    padding: 0;
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.blue_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5F9D39;
}

.blue_btn {
    border-radius: 7px;
  background: #2C97DB;
  color: #fff;
  font-size: 14px;
  padding: 14px 40px;
  display: inline-block;
  margin-top: 1.5rem;
  border: 0;
}


/* we---are---mission--start */
.we-are-mission-sec .mission-content h1 {
    color: #222;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
}

.we-are-mission-sec .mission-content p {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 735px;
    width: 100%;
    margin: 0 auto 10px;
}


.we-are-mission-sec .mission-content .cta-chevron-sec {
    display: flex;
    align-items: center;
    position: relative;
}


.we-are-mission-sec .mission-content .cta-chevron-sec i {
    color: #000;
    font-size: 20px;
    margin-top: 10px;
    position: absolute;
    animation: jumpInfinite 1.8s infinite;
    top: 65px;
}

/*07051988*/
.we-are-mission-sec .row{justify-content: center;}
.we-are-mission-sec h1{font-weight: bold;color: #222;transform: translateY(50%);}
.mission-content {
  padding-left: 100px;
}
.we-are-mission-sec {
  padding: 80px 0 ;
  background: url(../images/career_bg_img.png) no-repeat center bottom;
    background-size: 100%;
}


/* https://www.w3schools.com/howto/howto_css_flip_card.asp */

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.bg-linear1 {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip_bx {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.bg-linear1:hover .flip_bx {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.image_bx, .text_bx{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.image_bx {
  background-color: #F5FAFE;
  border-radius: 10px;
  padding: 30px 15px 15px;
}
.image_bx figure{height: 210px;display: flex;align-items: flex-end;justify-content: center;margin-bottom: 16px;}
.image_bx span{font-weight: bold;color: #222;font-size: 22px;}
/* Style the back side */
.text_bx {
  background-color: #F7FBF6;
  transform: rotateY(180deg);border-radius: 10px;border: 1px solid #5F9D39;padding: 20px;text-align: left;
}

.text_bx li {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 600;
  color: #2D2D2D;
  margin: 10px 0;
}
.text_bx li .fas.fa-circle {
  font-size: 4px;
  margin: 8px 8px 0 0;
}





@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}


.images-gallery-sec .end {
    align-self: self-end;
}

.top-img {
    position: relative;
    top: -36px;
}

.top-36 {
    position: relative;
    top: 36px;
}

.cta-bg-badge {
    background-color: #5F9D39;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    border-radius: 15px;
    position: relative;
}

.cta-bg-badge::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*    background-image: url(../images/beware-info.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.6;
}
.cta-bg-badge a {
    color: #fff;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.cta-bg-badge a i {
    color: #fff;
    margin-left: 5px;
}

/* we---are---mission--end */

/* offer-bg-sec */
.offer-bg-sec {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(44, 151, 219, 0.05) 1.92%, rgba(255, 255, 255, 0.00) 100%);
    padding-top: 40px;
}

.offer-bg-sec .offer-content h2 {
    color: #222;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 13px;
}

.offer-bg-sec .offer-content p {
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bg-linear {
    background: linear-gradient(180deg, rgba(44, 151, 219, 0.05) 1.92%, rgba(255, 255, 255, 0.00) 100%);
}

.offer-cta {
    border-radius: 8px;
    color: #fff;
    padding: 8px 0px 8px 13px;
    display: flex;
    align-items: center;
}

.offer-cta.blue {
    background: #2C97DB;
}

.offer-cta.green {
    background: #5F9D39;
    ;
}

.offer-cta img {
    width: 28px;
    margin-right: 10px;
}

.offer-cta span {
    font-size: 19px; font-weight: 600;
}

.offer-box {
    background-color: #fff;
    padding: 11px;
    margin-top: 12px;
    border-radius: 8px;
}

.offer-box.blue {
    border-image: linear-gradient(#2C97DB, #fff) 30;
    border-width: 2px;
    border-style: solid;
}

.offer-box.green {
    border-image: linear-gradient(#5F9D39, #fff) 30;
    border-width: 2px;
    border-style: solid;
}

.offer-box ul {
    font-size: 13px;
}

.offer-box ul li {
    padding-bottom: 13px;
    list-style: none;
    position: relative;
}

.offer-box ul li i {
    margin-right: 7px;
    font-size: 6px;
}

.offer-box ul li:last-child {
    padding-bottom: 0;
}

/* testimonial-slider-bg */
.testimonial-slider-bg {
    background-image: url('../images/dots.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 60px 0;
}

.testimonial-slider-bg .slider-hd {
    color: #222;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.testimonial-slider-bg .slider-text {
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.user-item.text-center {
    margin-top: 45px;
}

.user-icon h3 {
    color: #2D2D2D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 14px;
}

.user-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: #F8B545;
    margin-top: 17px;
}

.user-icon ul li {
    padding-right: 5px;
}

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

.content-text {
    color: #2D2D2D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 35px;
}

.customer-slider.owl-theme .owl-nav {
    color: #2C97DB !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.customer-slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -14%;
    top: 59%;
    transform: translateY(0);
}

.customer-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -15%;
    top: 59%;
    transform: translateY(0);
}


.customer-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit !important;
    color: #2C97DB !important;
    text-decoration: none;
}


/* --best-team-start */
.best-team-sec {
    background-color: #F6F6F6;
    margin-top: 65px;
    padding-top: 50px;
}

.best-team-sec .offer-content h2 {
    color: #222;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 13px;
}


.best-team-sec .offer-content p {
    color: #2D2D2D;
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.team-box {
    margin-bottom: 25px;
    padding-bottom: 0px;
    margin-top: 0;border: 0;
}
.team-box::before{display: none;}

.breadCrumbRow{display: none;}
.team-box figure {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 100%;
}
.team-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
    height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-box:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
}

.team-box h5 {
   color: #2D2D2D;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-top: 20px;
  min-height: 65px;
}
.team-box figure {
  height: 190px;
  width: 190px;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}
.team-box h5 span {
  display: block;
  font-weight: 500;
  margin-top: 3px;
}

.life-at-tech-sec {
    padding: 70px 0;
    background: linear-gradient(180deg, rgba(44, 151, 219, 0.05) 1.92%, rgba(255, 255, 255, 0.00) 100%);
}

.life-at-content h3 {
    color: #222;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 15px;
}

.life-at-content p {
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

.app-sec-bg {
    padding: 40px 0px;
    background-color: #F6F6F6;
}

img.img-fluid.negative-img {
    position: absolute;
    left: 92px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 1;
    width: 28%;
    transform: translateY(0px);
}

.tablet-device-img,
.mobile-device-img{
    display: none;
}


/* --media-query */
@media screen and (max-width: 1199.98px) {}

@media screen and (max-width: 991.98px) {
    .top-img {
        position: relative;
        top: -23px;
    }

    .top-36 {
        position: relative;
        top: 19px;
    }

    .bg-linear{
        margin-bottom: 30px;
    }
    

.we-are-mission-sec .mission-content .cta-chevron-sec{justify-content: center;}
.mission-content { padding-left: 0;}
.we-are-mission-sec{text-align: center;}
.we-are-mission-sec h1{font-size: 30px;transform: none;}
.cta-bg-badge a{font-size: 22px;}
.bg-linear1{margin-bottom: 20px;}



}

@media screen and (min-width: 580.98px) and (max-width: 991.98px){
    .large-device-img{display: none}
    .tablet-device-img{
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    .bg-linear1{width: 290px;}

}

@media screen and (max-width: 575.98px) {
    .we-are-mission-sec .mission-content h1 {
        font-size: 31px;
    }

    .images-gallery-sec .row img {
        width: 100%;
        margin-bottom: 15px;
    }

    .top-img {
        position: inherit;
        top: inherit;
    }

    .top-36 {
        position: inherit;
    }

    .cta-bg-badge {
        margin-top: 6px;
    }

    .cta-bg-badge a{font-size: 18px;}

    .offer-bg-sec .offer-content h2{
        font-size: 25px;
    }

    .bg-linear{
        margin-bottom: 20px;
    }

    .testimonial-slider-bg .slider-hd{
        font-size: 26px;
    }

    .content-text {
        font-size: 16px;
        line-height: 23px;
        
    }

    .best-team-sec .offer-content h2{
        font-size: 24px;
    }

    .life-at-content h3{
        font-size: 24px;
    }
    .life-at-content {
  text-align: center;
}
.best-team-sec{margin-top: 20px;}

    .life-images {
        margin-top: 37px;
    }

   img.img-fluid.negative-img {
    position: absolute;
    left: 48px;
    right: 0;
    margin: 0 auto;
    top: 74%;
    z-index: 1;
    width: 77%;
    transform: translateY(0px);
}
.mobile-device-img{display: block;}

.large-device-img{display: none}
.we-are-mission-sec h1{font-size: 24px;}
.bg-linear1{width: 100%;}
.team-box{margin-bottom: 0;}

.we-are-mission-sec {
    padding: 40px 0 0;
}
.life-at-tech-sec{padding: 50px 0;}

}


section.testimonial-slider-bg .fa-chevron-left:before {
    content: "";
    background: url(../images/prev.svg);width: 60px;
    height: 40px;
    display: inline-block;
}


section.testimonial-slider-bg .fa-chevron-right:before {
    content: "";
    background: url(../images/next.svg);
    width: 64px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
}