@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source_Serif_4';
  src: url("../fonts/Source_Serif_4/SourceSerif4-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source_Serif_4';
  src: url("../fonts/Source_Serif_4/SourceSerif4-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source_Serif_4';
  src: url("../fonts/Source_Serif_4/SourceSerif4-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source_Serif_4';
  src: url("../fonts/Source_Serif_4/SourceSerif4-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source_Serif_4';
  src: url("../fonts/Source_Serif_4/SourceSerif4-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

body {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  font-family: "Poppins"; }

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

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }
a:hover{color: #E7B66B!important;}
figure {
  margin-bottom: 0; }

p {
  color: #0D0C22; }

input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: none; }

.connectek-sol h2 {
  font-size: 43px;
  margin-bottom: 0;
  text-align: center;
  line-height: 58px;
  font-family: "Source_Serif_4";
  color: #0D0C22;
  font-weight: 700; }

.connectek-sol p {
  font-size: 16px;
  color: #0D0C22;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: "Poppins"; }
  .connectek-sol p:last-of-type {
    padding-bottom: 0; }

.common-padding {
  padding: 120px 0; }

.common-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #0D0C22;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  border-radius: 50px; }
  .common-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0D0C22;
    transition: all .5s ease-in-out;
    left: 0;
    border-radius: 0 0 0 0;
    z-index: -1;
    border-radius: 50px; }
  .common-btn:hover::before {
    width: 0;
    background: transparent; }
  .common-btn:hover {
    color: #0D0C22; }

.animation-div {
  overflow: hidden; }
.our-brand-promise-sec .box-sec{margin-top: 30px;}
.drop-in {
  animation: drop-in 1s ease 200ms backwards; }

.drop-in-2 {
  animation: drop-in 1200ms ease 1000ms backwards; }

.drop-in-3 {
  animation: drop-in 2000ms ease 1200ms backwards; }

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-500px); }
  to {
    opacity: 1;
    transform: translate(0px); } }

.drop-right {
  animation: drop-right 1s ease 200ms backwards; }

.drop-right-2 {
  animation: drop-right 1200ms ease 1000ms backwards; }

.drop-right-3 {
  animation: drop-right 2000ms ease 1800ms backwards; }

@keyframes drop-right {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translate(0px); } }

.header {
  padding: 50px 0;
  position: absolute;
  width: 100%;
  z-index: 111111; }
  .header .row {
    align-items: center; }
  .header nav.navigation {
    display: flex;
    justify-content: end;
    align-items: center; }
    .header nav.navigation ul {
      text-align: right; }
    .header nav.navigation li {
      display: inline-block;
      padding: 0 15px; }
      .header nav.navigation li a.active::after {
        content: '';
        background-color: #ECC488;
        display: block;
        height: 3px;
        width: 75%;
        transition: width 0.5s ease-in-out;
        margin: 3px auto 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%); }
      .header nav.navigation li a {
        color: #0D0C22;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        position: relative; }
        .header nav.navigation li a:hover {
          color: #0D0C22; }
        .header nav.navigation li a::after {
          content: '';
          background-color: #ECC488;
          display: block;
          height: 3px;
          width: 0%;
          transition: width 0.5s ease-in-out;
          margin: 3px auto 0;
          position: absolute;
          left: 50%;
          transform: translate(-50%, -50%); }
        .header nav.navigation li a:hover::after {
          width: 75%; }
      .header nav.navigation li:first-child {
        padding-left: 0; }
  .header .header-right-side {
    text-align: right; }
    .header .header-right-side .common-btn {
      margin-top: 0;
      border: unset;
      background: #FFFFFF; }
      .header .header-right-side .common-btn:hover {
        border: unset; }
    .header .header-right-side .second-btn {
      margin-left: 25px; }
    .header .header-right-side .first-btn {
      color: #000;
      background: #fff; }
      .header .header-right-side .first-btn::before {
        background-color: #fff; }
      .header .header-right-side .first-btn:hover::before {
        background-color: #000; }
      .header .header-right-side .first-btn:hover {
        background: #000;
        color: #fff; }

.sticky {
  position: sticky;
  top: 0;
  z-index: 111111;
  display: block;
  width: 100%;
  box-shadow: 0px 7px 6px #9795953b;
  background-color: #fff;
  padding: 20px 0; }

.mobile-header {
  display: none; }

.header.sticky .header-right-side .common-btn:hover {
  border: 1px solid; }

.header.sticky .header-right-side .common-btn {
  border: 1px solid; }

.banner-sec {
  background-image: url(../images/banner-gradient-bg.webp);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0 120px; }
  .banner-sec .left-side .animation-div {
    overflow: hidden; }
  .banner-sec h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 79px;
    text-align: left;
    margin-bottom: 30px;
    color: #0D0C22;
    font-family: "Source_Serif_4"; }
  .banner-sec p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 180px; }
  .banner-sec .common-btn.second-btn {
    margin-left: 30px;
    border: 1px solid #fff;
    color: #000; }
    .banner-sec .common-btn.second-btn::before {
      background-color: #fff; }
    .banner-sec .common-btn.second-btn:hover {
      border: 1px solid #000;
      color: #000; }
.contact_input.contact_page.parsley-error{padding-left: 10px!important;}
.We-believe-sec {
  background-color: #F8F7F4; }
  .We-believe-sec .right-side {
    text-align: center;
    padding-left: 25px; }
  .We-believe-sec h2 {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 600; }
  .We-believe-sec p {
    padding-right: 10px;
    text-align: left; }
  .We-believe-sec .box-sec {
    margin-top: 50px;
    display: flex;
    justify-content: space-between; }
    .We-believe-sec .box-sec .inner-box {
      box-shadow: 0px 4px 15px 0px #0000000D;
      padding: 20px 29px;
      text-align: center;
      border-radius: 20px;
      width: 27%;
      transition: all .5s ease-in-out; }
      .We-believe-sec .box-sec .inner-box:hover {
        background-color: #fff; }
      .We-believe-sec .box-sec .inner-box h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 21.94px;
        font-family: "Source_Serif_4";
        margin-bottom: 15px; }
      .We-believe-sec .box-sec .inner-box img {
        margin-bottom: 20px; }
      .We-believe-sec .box-sec .inner-box p {
        font-size: 8px;
        font-weight: 300;
        line-height: 12px;
        letter-spacing: 0.5px;
        padding: 0;
        text-align: center; }
  .We-believe-sec .mobile-img {
    display: none; }

.We-live-sec {
  background-color: #405D98; }
  .We-live-sec h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 30px; }
  .We-live-sec p {
    color: #fff;
    padding-right: 16px; }
  .We-live-sec .mobile-img {
    display: none; }

.we-got-sec {
  background-color: #F8F7F4;
  text-align: center; }
  .we-got-sec h2 {
    text-align: center;
    font-weight: 700;
    line-height: 79px; }
  .we-got-sec p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500; }
  .we-got-sec .text-center {
    padding-bottom: 30px; }
  .we-got-sec .icon-sec {
    display: flex; }
    .we-got-sec .icon-sec article {
      display: flex;
      background-color: #FFFFFF;
      border-radius: 8px;
      padding: 20px;
      border: 1px solid #fff;
      transition: all .5s ease-in-out; }
      .we-got-sec .icon-sec article:hover {
        background-color: #7a8ebb;
        border: 1px solid #7a8ebb;
        box-shadow: 0px 0px 8px #7a8ebb; }
        .we-got-sec .icon-sec article:hover p {
          color: #fff !important; }
        .we-got-sec .icon-sec article:hover h4 {
          color: #fff !important; }
      .we-got-sec .icon-sec article .img-sec {
        width: 15%;
        margin-right: 9px; }
      .we-got-sec .icon-sec article .content-sec {
        width: 86%; }
        .we-got-sec .icon-sec article .content-sec h4 {
          font-size: 16px;
          font-weight: 600;
          line-height: 24px;
          margin-bottom: 5px;
          text-align: left; }
        .we-got-sec .icon-sec article .content-sec p {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          text-align: left;
          color: #858585; }
  .we-got-sec .mg-top {
    margin-top: 50px; }
  .we-got-sec .common-btn {
    margin-top: 50px; }

.hiring-challenges-sec {
  background-color: #F3E9D9; }
  .hiring-challenges-sec h2 {
    line-height: 87px;
    margin-bottom: 30px;
    font-size: 64px; }
  .hiring-challenges-sec p {
    padding: 0 80px; }
    .hiring-challenges-sec p i {
      display: block;
      padding-top: 15px; }

.contact-sec {
  background-color: #fff; }
  .contact-sec h2 {
    text-align: center; }
  .contact-sec .text-center p {
    color: #717171;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 50px; }
  .contact-sec .contact-row {
    box-shadow: 0px 0px 60px 30px #00000008;
    background-color: #fff;
    padding: 10px;
    align-items: center; 
    border-radius: 10px; }
    .contact-sec .contact-row .contact-info {
      background-image: url(../images/contact-info-bg.webp);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      padding: 40px; }
      .contact-sec .contact-row .contact-info h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 38.39px;
        color: #fff;
        font-family: "Source_Serif_4";
        margin-bottom: 6px; }
      .contact-sec .contact-row .contact-info p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #C9C9C9; }
      .contact-sec .contact-row .contact-info .contact-info-list {
        padding-top: 110px; }
        .contact-sec .contact-row .contact-info .contact-info-list li {
          font-family: 'Poppins';
/*          font-size: 16px;*/
          font-size: 18px;
          font-weight: 400;
          line-height: 24px;
          text-align: left;
          color: #fff;
          padding-bottom: 50px;
          background-repeat: no-repeat;
          padding-left: 30px; }
          .contact-sec .contact-row .contact-info .contact-info-list li:last-of-type {
            padding-bottom: 0;background-image: url(../images/location-icon.webp)!important; background-position: 0 4px;}
          .contact-sec .contact-row .contact-info .contact-info-list li:nth-child(1) {
            background-image: url(../images/call-icon.webp);
            background-position: 0 0px; }
          .contact-sec .contact-row .contact-info .contact-info-list li:nth-child(2) {
            background-image: url(../images/email-icon.webp);
            background-position: 0 4px; }
          .contact-sec .contact-row .contact-info .contact-info-list li:nth-child(3) {
            background-image: url(../images/location-icon.webp);
            background-position: 0 4px; }
             .contact-sec .contact-row .contact-info .contact-info-list li:nth-child(4) {
            background-image: url(../images/location-icon.webp);
            background-position: 0 4px; }
            /* .contact-sec .contact-row .contact-info .contact-info-list li:nth-child(4) {
            background-image: url(../images/location-icon.webp);
            background-position: 0 4px; }*/
/*            .contact-sec .contact-row .contact-info .contact-info-list li:last-of-type{  background-position: 0 4px; }*/
      .contact-sec .contact-row .contact-info .social-info-list {
        padding-top: 160px;
        display: flex; }
        .contact-sec .contact-row .contact-info .social-info-list li a {
          height: 30px;
          width: 30px;
          margin-right: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #F89325;
          border-radius: 50px;
          color: #fff; }

          .contact-sec .contact-row .contact-info .social-info-list li a:hover {
            background-color: #fff;
          color: #000; }
    .contact-sec .contact-row .form-sec form {
      padding: 20px 50px; }
      .contact-sec .contact-row .form-sec form input {
        border: unset;
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid; }
      .contact-sec .contact-row .form-sec form textarea {
        border: unset;
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid; }
      .contact-sec .contact-row .form-sec form .form-group {
        margin-bottom: 45px; }
      .contact-sec .contact-row .form-sec form label {
        font-size: 12px;
        color: #000000;
        font-weight: 500;
        line-height: 20px;
        width: 100%; }
      .contact-sec .contact-row .form-sec form input[type=radio] {
        margin: 2px 10px 0 0px;
        width: 13px;
        height: 13px;
        border: unset;
        background-image: url(../images/uncheck-radio.webp);
        box-shadow: unset;
        background-color: unset; }
      .contact-sec .contact-row .form-sec form .form-check-input:checked[type=radio] {
        background-image: url(../images/check-radio.webp);
        box-shadow: unset;
        background-color: unset; }
      .contact-sec .contact-row .form-sec form .radio-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
/*        padding-right: 15px;*/
         }
      .contact-sec .contact-row .form-sec form .common-btn {
        margin-top: 15px; }

footer {
  background-color: #011C2A; }
  footer p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    padding-right: 50px;
    padding-top: 30px; }
  footer h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px; }
  footer ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding-bottom: 12px; }
    footer ul li a:hover {
      color: #E7B66B; }

      footer .footer-content-2{padding-left: 0;}
  footer .footer-social-sec {
    border-top: 2px solid #E7B66B;
    padding-top: 30px;
    margin-top: 50px; }

    footer .footer-social-sec ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .footer-social-sec ul li a{
        height: 30px; width: 30px; margin-right: 25px; display: flex; align-items: center; justify-content: center; background-color: #F89325; border-radius: 50px; color: #fff;}
        footer .footer-social-sec ul li a:hover{background-color: #fff;color: #000;}
.main-radio{display: flex; flex-wrap: wrap;}
.main-radio .inner-radio { width: auto;padding-right: 20px;  text-align: left;}

.about-banner-sec h1 {
  padding-right: 50px; }

.about-banner-sec p {
  padding-right: 120px; }

.about-sec {
  background-color: #F8F7F4; }
  .about-sec h2 {
    text-align: left;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 65px; }
  .about-sec .mobile-img {
    display: none; }
  .about-sec .common-btn {
    margin-top: 50px; }
  .about-sec .right-side {
    padding-left: 50px; }

.our-brand-promise-sec {
  background-color: #405D98; }
  .our-brand-promise-sec h2 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 65px; }
  .our-brand-promise-sec p {
    color: #fff;
    text-align: center;
    padding-bottom: 10px !important; }
  .our-brand-promise-sec .box-sec {
    display: flex; }
    .our-brand-promise-sec .box-sec article {
      display: flex;
      text-align: center;
      flex-direction: column;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px; }
      .our-brand-promise-sec .box-sec article h4 {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 10px; }
      .our-brand-promise-sec .box-sec article p {
        margin-bottom: auto;
        padding-bottom: 0 !important;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #858585; }
  .our-brand-promise-sec .box-1 article {
    margin-right: 20px; }
  .our-brand-promise-sec .box-2 article {
    margin: 0 10px; }
  .our-brand-promise-sec .box-3 article {
    margin-left: 20px; }

.our-meet-tem-sec {
  background-color: #F8F7F4; }
  .our-meet-tem-sec h2 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 65px; }
  .our-meet-tem-sec p {
    text-align: center;
    padding: 0 120px 0px !important; }
  .our-meet-tem-sec .box-sec {
    display: flex;
    margin-top: 50px; }
    .our-meet-tem-sec .box-sec article {
      display: flex;
      align-items: center;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      border: 1px solid #ECC488; }
      .our-meet-tem-sec .box-sec article .img-sec {
        width: 41%; }
      .our-meet-tem-sec .box-sec article .content-sec {
        width: 54%;
        margin-left: 20px; }
        .our-meet-tem-sec .box-sec article .content-sec h4 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          margin-bottom: 3px; }
        .our-meet-tem-sec .box-sec article .content-sec h5 {
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          color: #ECC488;
          margin-bottom: 10px; }
        .our-meet-tem-sec .box-sec article .content-sec p {
          padding: 0 !important;
          text-align: left;
          color: #858585;
          font-size: 14px;
          line-height: 21px;
          font-weight: 400; }
        .our-meet-tem-sec .box-sec article .content-sec ul {
          margin-top: 10px;
          display: flex;
          align-items: center; }
          .our-meet-tem-sec .box-sec article .content-sec ul li {
            margin-right: 10px; }

.business-banner-sec h1 {
  padding-right: 50px; }

.business-banner-sec p {
  padding-right: 120px; }

.job-here-sec {
  background-color: #F8F7F4; }
  .job-here-sec h2 {
    text-align: left;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 65px; }
  .job-here-sec .mobile-img {
    display: none; }
  .job-here-sec .common-btn {
    margin-top: 50px; }
  .job-here-sec .right-side {
    padding-left: 50px; }

.why-choose-us-sec {
  background-color: #F3E9D9; }
  .why-choose-us-sec h2 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 65px; }
  .why-choose-us-sec p {
    text-align: center;
    padding: 0 120px 40px !important; }
  .why-choose-us-sec .next-row {
    margin-top: 30px; }
  .why-choose-us-sec .box-sec {
    display: flex; }
    .why-choose-us-sec .box-sec article {
      display: flex;
      text-align: center;
      flex-direction: column;
      padding: 50px 20px;
      background-color: #fff;
      border-radius: 8px; }
      .why-choose-us-sec .box-sec article img {
        width: 50px;
        display: block;
        margin: 0 auto 10px; }
      .why-choose-us-sec .box-sec article h4 {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 10px; }
      .why-choose-us-sec .box-sec article p {
        margin-bottom: auto;
        padding: 0 !important;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #858585; }

.contact-banner-sec {
  padding: 190px 0 120px; }
  .contact-banner-sec p {
    padding-right: 0; }

.find-your-job-sec {
  padding: 190px 0 120px; }
  .find-your-job-sec .contact-row {
    background-color: #F8F7F4;
    border-radius: 8px; }
  .find-your-job-sec .left-side {
    padding: 70px; }
    .find-your-job-sec .left-side p {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 20px; }
      .find-your-job-sec .left-side p span {
        background-color: #086ca8;
        color: #fff;
        border-radius: 10px;
        padding: 0 5px; }
  .find-your-job-sec .form-sec {
    padding: 50px 95px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .find-your-job-sec .form-sec h3 {
      font-family: "Source_Serif_4";
      font-size: 36px;
      font-weight: 700;
      line-height: 46px;
      text-align: left;
      margin-bottom: 12px; }
    .find-your-job-sec .form-sec p {
      font-size: 16px;
      line-height: 24px;
      padding-right: 40px; }
    .find-your-job-sec .form-sec form {
      margin-top: 20px; }
      .find-your-job-sec .form-sec form label {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        color: #333333;
        margin-bottom: 6px; }
      .find-your-job-sec .form-sec form input {
        width: 100%;
        color: #858585;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 14px; }
      .find-your-job-sec .form-sec form .form-check-input[type=checkbox] {
        width: 1em;
        padding: unset;
        margin-right: 10px; }
      .find-your-job-sec .form-sec form .form-group {
        margin-bottom: 20px; }
      .find-your-job-sec .form-sec form .checkbox-text {
        font-size: 12px;
        line-height: 24px;
        color: #0D0C22;
        font-weight: 400; }
      .find-your-job-sec .form-sec form .common-btn {
        display: block;
        width: 100%; }

.hire-a-talent-sec {
  padding: 190px 0 120px; }
  .hire-a-talent-sec .contact-row {
    background-color: #F8F7F4;
    border-radius: 8px; }
  .hire-a-talent-sec .left-side {
    padding: 70px; }
    .hire-a-talent-sec .left-side p {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 20px; }
      .hire-a-talent-sec .left-side p span {
        background-color: #086ca8;
        color: #fff;
        border-radius: 10px;
        padding: 0 5px; }
  .hire-a-talent-sec .form-sec {
    padding: 50px 95px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .hire-a-talent-sec .form-sec h3 {
      font-family: "Source_Serif_4";
      font-size: 36px;
      font-weight: 700;
      line-height: 46px;
      text-align: left;
      margin-bottom: 12px; }
    .hire-a-talent-sec .form-sec p {
      font-size: 16px;
      line-height: 24px;
      padding-right: 40px; }
    .hire-a-talent-sec .form-sec form {
      margin-top: 20px; }
      .hire-a-talent-sec .form-sec form label {
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        color: #333333;
        margin-bottom: 6px; }
      .hire-a-talent-sec .form-sec form input {
        width: 100%;
        color: #858585;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 14px; }
      .hire-a-talent-sec .form-sec form .form-check-input[type=checkbox] {
        width: 1em;
        padding: unset;
        margin-right: 10px; }
      .hire-a-talent-sec .form-sec form .form-group {
        margin-bottom: 20px; }
      .hire-a-talent-sec .form-sec form .checkbox-text {
        font-size: 12px;
        line-height: 24px;
        color: #0D0C22;
        font-weight: 400; }
      .hire-a-talent-sec .form-sec form .common-btn {
        display: block;
        width: 100%; }
      .hire-a-talent-sec .form-sec form select {
        width: 100%;
        color: #858585;
        border: 1px solid #858585;
        border-radius: 4px;
        padding: 9px 14px;
        appearance: none;
        background-image: url(../images/select-icon.png); 
        background-repeat: no-repeat; background-position: 97% center;}

.job-seekers-banner-sec h1 {
  padding-right: 50px; }

.job-seekers-banner-sec p {
  padding-right: 120px; }

.business-sec {
  background-color: #F8F7F4; }
  .business-sec h2 {
    text-align: left;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 65px; }
  .business-sec .mobile-img {
    display: none; }
  .business-sec .common-btn {
    margin-top: 50px; }
  .business-sec .right-side {
    padding-left: 50px; }

.challenges-sec {
  background-color: #405D98; }
  .challenges-sec h2 {
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #fff; }
  .challenges-sec .Challenges .owl-stage-outer {
    padding-top: 50px; }
  .challenges-sec .Challenges .Challenges-item {
    text-align: center;
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 8px;
    position: relative; }
    .challenges-sec .Challenges .Challenges-item .icon-sec {
      background-color: #405D98;
      position: absolute;
      height: 100px;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 2px solid #FFFFFF;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
      .challenges-sec .Challenges .Challenges-item .icon-sec img {
        width: auto; }
    .challenges-sec .Challenges .Challenges-item h4 {
      color: #000;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 35px; }
    .challenges-sec .Challenges .Challenges-item p {
      margin-bottom: auto;
      padding: 0 !important;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #858585; }
  .challenges-sec .Challenges .owl-controls {
    display: none; }

.why-join-sec {
  background-color: #F8F7F4; }
  .why-join-sec h2 {
    font-size: 60px;
    line-height: 87px;
    margin-bottom: 30px;
    font-weight: 600; }
  .why-join-sec p {
    padding: 0 220px; }

.how-work-sec {
  background-color: #F3E9D9; }
  .how-work-sec .common-btn {
    margin-top: 60px; }
  .how-work-sec h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center; }
  .how-work-sec img {
    margin-bottom: 25px; }
  .how-work-sec p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
    font-weight: 500; }
  .how-work-sec .box-sec .text-center {
    position: relative; }
    .how-work-sec .box-sec .text-center .arrow-2 {
      position: absolute;
      right: -14%;
      top: 40%;
      transform: translate(0, -50%);
      margin: 0; }
    .how-work-sec .box-sec .text-center .arrow-1 {
      position: absolute;
      right: -14%;
      top: 40%;
      transform: translate(0, -50%);
      margin: 0; }




.Challenges .owl-stage{display: flex;}
.Challenges .owl-stage .owl-item{display: flex;}
.Challenges .owl-stage .owl-item .Challenges-item{display: flex;}

.managed-service-srovider-banner-sec h1,.managed-service-srovider-banner-sec p{padding-right: 120px;}
.managed-service-srovider-sec.services-sec .right-side{padding-left: 45px;}
.services-sec .right-side{padding-left: 50px;}
.services-sec .mobile-img{display: none;}
.services-sec h2{margin-bottom: 25px;text-align: left;}
.services-sec{background-color: #F8F7F4;}

.recruitment-process-outsourcing-banner-sec h1{font-size: 63px;padding-right: 5px;}
.recruitment-process-outsourcing-banner-sec p{padding-right: 30px}

.integrated-talent-solutions-banner-sec h1{padding-right: 120px;}
.contract-to-hire-sec.services-sec .right-side{padding-left: 45px;}


.registration-sec { padding: initial; /*height: 100vh;*/ overflow: hidden; display: flex ; padding: 50px 0 !important; } 
.registration-sec .registration-row { background-color: #F8F7F4; border-radius: 8px; } 
.registration-sec .logo-inner{margin-bottom: 30px;}
.registration-sec .registration-info { padding: 40px; } 
.registration-sec .registration-info p { font-size: 16px; font-weight: 500; line-height: 30px; margin-bottom: 30px;    padding: 0; } 
.registration-sec .registration-info h3{font-size: 36px; text-align: left; line-height: 42px; font-family: "Source_Serif_4"; color: #0D0C22; font-weight: 700; margin-bottom: 15px;}
.registration-sec .registration-info .icon-list li h4{font-size: 18px; text-align: left; line-height: 23px; color: #0D0C22; font-weight: 500; margin-bottom: 5px;}
.registration-sec .registration-info .icon-list li p { font-size: 14px; font-weight: 400; line-height: 27px; margin-bottom: 0; } 
.registration-sec .registration-info .icon-list li{margin-bottom: 25px;position: relative; padding-left: 50px;}
/* .registration-sec .container-md{margin: auto;} */
.registration-sec .registration-info .icon-list li img{position: absolute; left: 0;width: 36px; }

.registration-sec .inner-last-box{background-image: url(https://connectekllc.com/front-assets/images/contact-info-bg.webp); text-align: center; padding: 32px 22px; background-size: cover; background-position: center;border-radius: 10px;    margin-top: 40px;}
.registration-sec .inner-last-box h3{color: #fff; font-size: 26px; line-height: 30px; margin-bottom: 20px;text-align: center;}
.registration-sec .inner-last-box p{color: #fff; font-size: 16px; line-height: 24px;    margin-bottom: 40px;}
.registration-sec .inner-last-box ul li h5{color: #fff; font-size: 25px; font-weight: 600; line-height: normal; margin-bottom: 5px;}
.registration-sec .inner-last-box ul li p{margin: 0; font-size: 12px; line-height: 12px; color: #ddd;}
.registration-sec .inner-last-box ul li{width: 32%;}
.registration-sec .inner-last-box ul{display: flex ; text-align: center; gap: 12px;}

.registration-sec .form-sec { display: flex ; flex-direction: column; align-items: center; justify-content: center;padding: 30px; background-color: #fff; border-top-right-radius: 8px; border-bottom-right-radius: 8px; } 
.registration-sec .form-sec h2{font-size: 36px; font-weight: 700; line-height: 46px; text-align: center; margin-bottom: 12px;}
.registration-sec .form-sec p { font-size: 16px; line-height: 24px; text-align: center;    padding-right: 0;} 
.registration-sec .form-sec p.small-text{color: #F89325;    margin: 50px 0 30px;display: flex; align-items: center; justify-content: center; }
.registration-sec .form-sec p.small-text::after{content: ''; background-color: #F89325; width: 100px; height: 1px; display: block; margin: 0 20px;}
.registration-sec .form-sec p.small-text::before{content: ''; background-color: #F89325; width: 100px; height: 1px; display: block; margin: 0 20px;}
.registration-sec .form-sec .login-options{display: flex ; align-items: center; justify-content: center;    margin: 10px 0 20px;}
.registration-sec .form-sec .login-options li a{width: 150px; display: flex ; align-items: center; justify-content: center; padding: 8px; background-color: #f7f7f7; margin: 0 20px; border: 1px solid #ddd; border-radius: 8px;}
.registration-sec .form-sec .login-options li img{ width: 30px;}


.registration-sec .form-sec form { margin-top: 20px; text-align: left;} 
.registration-sec .form-sec form label { font-family: 'Poppins'; font-size: 14px; font-weight: 500; line-height: 21px; text-align: left; color: #333333; margin-bottom: 6px; } 
.registration-sec .form-sec form input {outline: 0; display: block; background-color: #fff; border: 1px solid #E4E4E4; width: 100%; padding: 13px 10px;    font-size: 13px; border-radius: 4px; } 
.registration-sec .form-sec form .form-check-input[type=checkbox] { width: 1em; padding: unset; margin-right: 10px; } 
.registration-sec .form-sec form .form-group { margin-bottom: 20px; } 
.registration-sec .form-sec form .checkbox-text { font-size: 12px; line-height: 24px; color: #0D0C22; font-weight: 400; } 
.registration-sec .form-sec form .common-btn { display: block; width: 100%; }
.registration-sec .form-sec form .inner-otp-new button{font-size: 10px; line-height: 18px; text-decoration: underline; color: #0375b4; border-radius: 0; background-color: transparent; opacity: 1; font-weight: 600; border: 0; position: absolute; top: 50%; right: 8px; transform: translate(0%, -50%);}
.registration-sec .form-sec form .inner-otp{display: flex ; align-items: center;outline: 0;background-color: #fff; border: 1px solid #E4E4E4; width: 100%; padding: 13px 10px; border-radius: 4px;justify-content: space-between;}
.registration-sec .form-sec form .inner-otp input {outline: 0; display: block; background-color: #fff; border: 0 ; padding: 0; width: 74%; } 
.registration-sec .form-sec form .inner-otp-new{position: relative;}

.registration-sec .last-part {display: flex ; align-items: center; justify-content: space-between; }
.registration-sec .last-part .remember-me{display: flex ; align-items: center; }
.registration-sec .last-part .remember-me input{width: auto; display: inline; margin-right: 10px; }
.registration-sec .last-part .remember-me p{padding: 0 !important;}

.registration-sec .logo-sec-inner{display: flex ; align-items: center; margin-bottom: 30px;}
.registration-sec .logo-sec-inner img{    width: 70px;}
.registration-sec .logo-sec-inner .text{padding-left: 10px;}
.registration-sec .logo-sec-inner .text h5{font-size: 26px; line-height: 26px; font-weight: 600; margin-bottom: 8px;}
.registration-sec .logo-sec-inner .text p{margin: 0; font-size: 14px; color: #333; line-height: 14px;}

.registration-sec .parsley-required, .registration-sec .parsley-custom-error-message {font-size: 12px;    text-align: left;}


    #userTypeOptions .active{
        color: #E7B66B !important;
        border-color: #E7B66B;
    }
    .business-user{
        display: none;
    }
    .choose-one-from-text{
        margin-bottom: 30px !important;
    }
    #registrationForm .select2-container {
        width: 100% !important;
    }
    #registrationForm .select2-container--default .select2-selection--single{
        border: 1px solid #e4e4e4 !important;
        height: auto !important;
        padding: 9px 5px !important;
    }
    #registrationForm .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 11px !important;
    }
    #registrationForm .select2-selection__clear{
        display: none;
    }

/*  Laptop 1200 to 1399*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .iti__country-list{left: -57px;}
      .contact-sec .contact-row .contact-info .social-info-list {
        padding-top: 41px !important;
    }
  .main-radio .inner-radio { width: 50%;  text-align: left;}
  .header nav.navigation li a {
    font-size: 14px; }
  .header .header-right-side .second-btn {
    margin-left: 15px; }
  .header nav.navigation li {
    padding: 0 13px; }
  .banner-sec p {
    padding-right: 70px;
    margin-bottom: 0; }
  .banner-sec h1 {
    margin-bottom: 20px;
    font-size: 55px;
    font-weight: 700;
    line-height: 70px; }
  .common-btn {
    margin-top: 30px; }
  .connectek-sol h2 {
    font-size: 36px;
    line-height: 50px; }
  .We-believe-sec .box-sec .inner-box {
    padding: 10px 19px;
    width: 30%; }
  .We-believe-sec .box-sec {
    margin-top: 30px; }
  .connectek-sol p {
    font-size: 14px;
    line-height: 22px; }
  .We-live-sec .right-side {
    padding-left: 40px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px;
    line-height: 18px; }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 15px; }
  .hiring-challenges-sec h2 {
    line-height: 58px;
    margin-bottom: 30px;
    font-size: 48px; }
  footer p {
    padding-right: 30px; }


    .managed-service-srovider-banner-sec h1, .managed-service-srovider-banner-sec p { padding-right: 100px; }
    .services-sec h2{text-align: left;}

    .recruitment-process-outsourcing-banner-sec h1{font-size: 54px;}

    .integrated-talent-solutions-banner-sec h1 { padding-right: 100px;}


    .registration-sec .registration-info .icon-list li h4 { font-size: 18px; line-height: 20px;}
    .registration-sec .registration-info h3 { font-size: 32px;}
    .registration-sec .form-sec .login-options li a { width: 130px;}
    .registration-sec .registration-info .icon-list li p { font-size: 15px;line-height: 24px;}
    .registration-sec .form-sec form .inner-otp button{padding: 0;}
    .registration-sec .form-sec form input{font-size: 12px; padding: 12px 10px;}
    .registration-sec .form-sec form .inner-otp {padding: 12px 10px;}

  }

@media (min-width: 280px) and (max-width: 330px) {
  .main-radio .inner-radio { width: 50%; text-align: left; }
  .header .mobile-btn-col .common-btn {
    margin: 20px 5px 0;
    padding: 9px 23px !important; }
  .common-btn {
    padding: 10px 26px !important; }
  .We-live-sec h2 {
    padding: 0 !important; }
  .We-live-sec p {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .connectek-sol h2 {
    font-size: 29px;
    line-height: 38px; }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 13px !important; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 11px !important; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 15px  !important; */
  }
  .header svg {
    width: 160px!important; } 

    .business-sec p { padding: 0px 0px 15px!important; }
    footer p{padding: 20px 4px!important;}
    .challenges-sec h2 { padding: 0 22px!important;}
    .connectek-sol p{padding-right: 5px!important;padding-left: 5px!important;}
    .hire-a-talent-sec .left-side { padding: 20px !important; }
    .hire-a-talent-sec .left-side p { font-size: 17px !important;}
    .hire-a-talent-sec .form-sec { padding: 20px  !important;}
    .find-your-job-sec .left-side { padding: 20px !important; }
    .find-your-job-sec .left-side p { font-size: 17px !important;}
    .find-your-job-sec .form-sec { padding: 20px  !important;}

    .managed-service-srovider-banner-sec h1 { padding: 0 2px !important; font-size: 36px !important; line-height: 47px !important; }
    .contract-to-hire-banner-sec h1{padding: 0 40px;}
  
    
  }

@media (min-width: 410px) and (max-width: 520px) {
  .main-radio .inner-radio { width: 50%; text-align: left; }
  .banner-sec p {
    padding: 0 15px !important; } 
    .managed-service-srovider-banner-sec h1 { padding: 0 25px!important; }
    .managed-service-srovider-sec.connectek-sol p { padding-left: 5px !important; padding-right: 5px !important; }
/*    .contact-sec .contact-row .form-sec form .radio-text { padding-right: 55px!important; }*/

  
  }

/* Mobile */
@media (max-width: 575.98px) {
    .contact-sec .contact-row .contact-info p{font-size: 15px; line-height: 25px;}
  .contact-sec .contact-row .contact-info ul li a{font-size: 15px; line-height: 25px;}
  .iti__country-list{width: 321px!important;}
  .contact-sec .contact-row .contact-info .contact-info-list li p{text-align: left;}
  .main-radio .inner-radio { width: 50%; text-align: left; }
  .our-brand-promise-sec .box-1 article { margin-right: 0; }
  .our-brand-promise-sec .box-sec article{    width: 100% !important;}
  .flex-container {
    display: block!important;
  }
  .our-meet-tem-sec p{padding: 0!important}
 
  .team-box-sec {
    display: block!important;
    flex: none!important;
    max-width: 100%!important;
/*    padding:  0!important; */
  }
  .common-btn {
    padding: 10px 35px;
    margin-top: 30px; }
  .common-padding {
    padding: 50px 0; }
  .connectek-sol h2 {
    font-size: 32px;
    line-height: 42px; }
  .connectek-sol p {
    font-size: 15px; }
  .header svg {
    width: 180px; }
  .desk-header {
    display: none; }
  .mobile-header {
    display: block; }
  .mobile-header .mobile-header-menu {
    padding-left: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0874b8;
    padding-top: 100px;
    transform: translateX(-101%);
    transition: all .5s ease;
    width: 100%;
    z-index: 99;
    overflow-x: hidden; }
  .mobile-header .mobile-header-menu.show {
    transition: all .5s ease;
    transform: translateX(0);
    top: 0; }
  .mobile-col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-col .mobileheader-logo img {
    width: 85%; }
  .header {
    padding: 20px 0;
    position: fixed;
    background-color: #fff;
    width: 100%; }
  .header .menu-toggle i {
    font-size: 45px !important;
    color: #0874b8;
    position: relative;
    z-index: 1111; }
  .header .menu-toggle i.close-icon {
    color: #fff; }
  .header .menu-toggle .mobile-tel1 img {
    vertical-align: middle;
    height: 45px;
    width: 45px;
    margin-right: 20px; }
  .header .menu-toggle {
    display: flex;
    align-items: center; }
  .header nav.navigation {
    display: block; }
  .header nav.navigation ul {
    text-align: left;
    margin-right: 0; }
  .header nav.navigation li {
    display: block;
    padding: 0; }
  .header nav.navigation li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ffffff59; }
  .header nav.navigation img {
    margin: 30px 10px 0 10px;
    display: block; }
  .header .mobile-btn-col .common-btn {
    margin: 20px 5px 0;
    padding: 9px 30px; }
  .header .mobile-btn-col {
    display: flex;
    align-items: center;
    justify-content: center; 
    list-style: none;
  }
  .banner-sec h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    text-align: center; }
  .banner-sec p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 0;
    text-align: center; }
  .banner-sec .common-btn.second-btn {
    margin-left: 10px; }
  .banner-sec {
    text-align: center;
    padding: 210px 0 50px; }
  .banner-sec img {
    margin-top: 30px; }
  .We-believe-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-believe-sec .desktop-img {
    display: none; }
  .We-believe-sec .right-side {
    text-align: center;
    padding-left: 12px; }
  .We-believe-sec h2 {
    text-align: center; }
  .We-believe-sec .box-sec {
    margin-top: 0;
    display: block; }
  .We-believe-sec p {
    padding-right: 0;
    text-align: center; }
  .We-believe-sec .box-sec .inner-box {
    width: 100%;
    margin-top: 30px; }
  .We-believe-sec .box-sec .inner-box p {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    padding: 0 12px; }
  .We-live-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-live-sec .desktop-img {
    display: none; }
  .We-live-sec {
    padding: 50px 0;
    text-align: center; }
  .We-live-sec h2 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px; }
  .We-live-sec p {
    padding-right: 0; }
  .we-got-sec p {
    font-size: 18px !important; }
  .we-got-sec h2 {
    margin-bottom: 20px; }
  .we-got-sec .mg-top {
    margin-top: 0; }
  .we-got-sec .text-center {
    padding-bottom: 0; }
  .we-got-sec .icon-sec {
    margin-top: 30px; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px !important; }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 14px; }
  .we-got-sec .icon-sec article {
    padding: 16px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%; }
  .we-got-sec .common-btn {
    margin-top: 30px; }
  .hiring-challenges-sec h2 {
    padding: 0 12px; }
  .hiring-challenges-sec p {
    padding: 0 10px; }
  .contact-sec .text-center p {
    padding: 0 20px 30px; }
  .contact-sec h2 {
    margin-bottom: 20px; }
  .contact-sec .contact-row .contact-info {
    background-size: cover;
    padding: 20px;
    background-position: center;
    border-radius: 8px; }
 /* .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 50px; }*/
  .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 22px!important; }
  .contact-sec .contact-row .contact-info .contact-info-list {
    padding-top: 50px; }
  .contact-sec .contact-row .contact-info .contact-info-list li {
    padding-bottom: 30px; }
  .contact-sec .contact-row .form-sec form {
    padding: 50px 0; }
  .contact-sec .contact-row .form-sec form .form-group {
    margin-bottom: 25px;
    width: 100%; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 45px;*/
     }
  .contact-sec .contact-row .form-sec form .form-btn {
    text-align: center !important; }
  footer p {
    /*text-align: center;
    padding: 20px 24px; */
    font-size: 14px;
  }
  footer img {
    display: block;
    margin: 0 auto; }
  footer .footer-content-1 {
    padding-top: 30px; }
  footer .footer-content-2 {
    padding-top: 30px; }
  footer .footer-content-3 {
    padding-top: 30px; }
  footer .footer-social-sec {
    margin-top: 20px; }
  footer ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    padding-bottom: 9px; }
  /* About page*/
  .about-banner-sec h1 {
    padding-right: 0; }
  .about-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .about-sec .desktop-img {
    display: none; }
  .about-sec .right-side {
    padding-left: 12px;
    text-align: center; }
  .about-sec .common-btn {
    margin-top: 30px; }
  .about-sec h2 {
    text-align: center; } 
  .ftl_cls p{text-align: left;padding: 0px;font-size: 14px!important;}
 
    .business-banner-sec h1 { padding-right: 0; padding: 0 18px; }
    .business-banner-sec p{padding: 0 2px;}
    .business-sec .right-side { padding-left: 12px; }
    .business-sec .mobile-img { display: block; margin-bottom: 20px; }
    .business-sec  h2, .business-sec  { text-align: center; }
    .business-sec .desktop-img { display: none; }
    .business-sec .common-btn { margin-top: 30px; }
    .business-sec p{padding: 0 4px 15px;}
    .why-choose-us-sec p { padding: 0 0px 0px !important; }
    .why-choose-us-sec .next-row { margin-top: 0; }
    .why-choose-us-sec .box-sec{margin-top: 30px;}

    .contact-sec .contact-row .form-sec form label{text-align: left;display: block;}

    .why-join-sec p { padding: 0 0px; }
    .job-here-sec .mobile-img { display: block; margin-bottom: 20px; }
    .job-here-sec  h2, .job-here-sec  { text-align: center; }
    .job-here-sec .desktop-img { display: none; }

    .how-work-sec .box-sec .text-center .arrow-1{ display: none; }
    .how-work-sec .box-sec .text-center .arrow-2{ display: none; }

    .job-seekers-banner-sec h1 { padding-right: 0; }
    .job-here-sec .right-side { padding-left: 12px; }
    .job-here-sec .common-btn { margin-top: 30px; }

    .challenges-sec h2{padding: 0 52px; margin-bottom: 30px;}
    .challenges-sec .Challenges .Challenges-item{padding: 30px 20px;}

    .why-join-sec h2{font-size: 30px;}
    .how-work-sec p{margin-bottom: 0;}
    .how-work-sec .text-center{margin-top: 30px;}
    .how-work-sec .common-btn { margin-top: 30px; }

    .hire-a-talent-sec .left-side { padding: 30px; }
    .hire-a-talent-sec .form-sec { padding: 30px; text-align: center;}
    .hire-a-talent-sec .form-sec p{padding: 0 12px;}
    .hire-a-talent-sec .form-sec h3{text-align: center;}
    .hire-a-talent-sec .form-sec form label{text-align: left;display: block;}
    .hire-a-talent-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .left-side { padding: 30px; }
    .find-your-job-sec .form-sec { padding: 30px; text-align: center;}
    .find-your-job-sec .form-sec p{padding: 0 12px;}
    .find-your-job-sec .form-sec h3{text-align: center;}
    .find-your-job-sec .form-sec form label{text-align: left;display: block;}
    .find-your-job-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .form-sec form .form-group{width: 100%;}

    footer .footer-content-2{padding-left: 12px;}
    footer .footer-content-3 img{width: 100%;}

    footer h3 { font-size: 19px;margin-bottom: 10px;}

    .managed-service-srovider-banner-sec h1,.managed-service-srovider-banner-sec p{padding-right: 0;}
    .managed-service-srovider-sec .right-side{padding-left: 12px;}
    .services-sec .mobile-img{display: block;margin-bottom: 20px; }
    .services-sec .desktop-img { display: none; }
    .services-sec{text-align: center;}
    .managed-service-srovider-sec p{padding-left: 2px !important; padding-right: 2px !important;}
    .managed-service-srovider-banner-sec h1 {padding: 0 5px;}
    .services-sec h2{text-align: center;}

    .recruitment-process-outsourcing-banner-sec h1{padding-right: 0;}
    .services-sec .right-side { padding-left: 12px; }
    .recruitment-process-outsourcing-banner-sec p{padding: 0 12px;}
    .integrated-talent-solutions-banner-sec h1 { padding-right: 0; padding: 0 5px; }

    .contract-to-hire-sec.services-sec .right-side { padding-left: 12px; }
    .contract-to-hire-sec.services-sec .right-side p{ padding-left: 5px;padding-right: 5px; }

    .direct-hire-sec h2{padding: 0 12px;}
    .direct-hire-sec p{padding: 0 5px;}


    

    .registration-sec .form-sec{width: 94%; order: 1; border-radius: 8px; padding: 20px; margin: 0 auto;display: block;}
    .registration-sec .registration-info{ width: 94%; order: 2; background-color: #F8F7F4; border-radius: 8px;padding: 20px;margin: 0 auto;}
    .registration-sec .registration-row { background-color: transparent;    gap: 50px;}
    .registration-sec .registration-info h3 {font-size: 26px; line-height: 32px;}
    .registration-sec .inner-last-box h3{font-size: 26px;}
    .registration-sec .form-sec .login-options li a { width: 85px; margin: 0 7px; font-size: 12px;}
    .registration-sec .form-sec .login-options li img { width: 22px; margin: 0; }
    .registration-sec .form-sec h2 { font-size: 32px;line-height: 42px;}
    .registration-sec .form-sec p { font-size: 14px; line-height: 20px;}
    .registration-sec .form-sec p.small-text{    margin: 30px 0 30px; font-size: 11px;}
    .registration-sec .form-sec p.small-text::before , .registration-sec .form-sec p.small-text::after{width: 50px;}
    .registration-sec .form-sec form .form-group { margin-bottom: 25px; width: 100%; text-align: left; }
    .registration-sec .logo-sec-inner img { width: 50px; margin: 0; }
    .registration-sec .logo-sec-inner .text h5 { font-size: 24px; text-align: left;}
    .registration-sec .registration-info p { font-size: 14px; text-align: left;   line-height: 24px;}
    .registration-sec .registration-info .icon-list li img{width: 30px; margin: 0;}
    .registration-sec .registration-info .icon-list li{padding-left: 42px;margin-bottom: 15px;}
    .registration-sec .registration-info .icon-list li h4 { font-size: 16px; list-style: 21px;}
    .registration-sec .registration-info .icon-list li p { font-size: 13px;line-height: 21px;}
    .registration-sec .inner-last-box p { font-size: 14px; line-height: 22px; margin-bottom: 30px; }
    .registration-sec .registration-info h3 { font-size: 22px; line-height: 29px; margin-bottom: 10px; }
    .registration-sec .inner-last-box ul li p{font-size: 9px; text-align: center;}
    .registration-sec .inner-last-box ul li h5{    font-size: 17px;}
    .registration-sec .inner-last-box{margin-top: 30px;}

  
  
  }

/*  Mobile landscape*/

@media (max-width: 767.98px ) and (orientation: landscape){
  .main-radio .inner-radio { width: 50%; text-align: left; }
  .our-brand-promise-sec .box-1 article { margin-right: 0; } 
  .our-brand-promise-sec .box-sec article{    width: 100% !important;}
  .common-btn {
    padding: 10px 35px;
    margin-top: 30px; }
  .common-padding {
    padding: 50px 0; }
  .connectek-sol h2 {
    font-size: 32px;
    line-height: 42px; }
  .connectek-sol p {
    font-size: 15px; }
  .header svg {
    width: 180px; }
  .desk-header {
    display: none; }
  .mobile-header {
    display: block; }
  .mobile-header .mobile-header-menu {
    padding-left: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0874b8;
    padding-top: 100px;
    transform: translateX(-101%);
    transition: all .5s ease;
    width: 100%;
    z-index: 99;
    overflow-x: hidden; }
  .mobile-header .mobile-header-menu.show {
    transition: all .5s ease;
    transform: translateX(0);
    top: 0; }
  .mobile-col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-col .mobileheader-logo img {
    width: 85%; }
  .header {
    padding: 20px 0;
    position: fixed;
    background-color: #fff;
    width: 100%; }
  .header .menu-toggle i {
    font-size: 45px !important;
    color: #0874b8;
    position: relative;
    z-index: 1111; }
  .header .menu-toggle i.close-icon {
    color: #fff; }
  .header .menu-toggle .mobile-tel1 img {
    vertical-align: middle;
    height: 45px;
    width: 45px;
    margin-right: 20px; }
  .header .menu-toggle {
    display: flex;
    align-items: center; }
  .header nav.navigation {
    display: block; }
  .header nav.navigation ul {
    text-align: left;
    margin-right: 0; }
  .header nav.navigation li {
    display: block;
    padding: 0; }
  .header nav.navigation li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ffffff59; }
  .header nav.navigation img {
    margin: 30px 10px 0 10px;
    display: block; }
  .header .mobile-btn-col .common-btn {
    margin: 20px 5px 0;
    padding: 9px 30px; }
  .header .mobile-btn-col {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner-sec h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    text-align: center; }
  .banner-sec p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 0;
    text-align: center; }
  .banner-sec .common-btn.second-btn {
    margin-left: 10px; }
  .banner-sec {
    text-align: center;
    padding: 210px 0 50px; }
  .banner-sec img {
    margin-top: 30px; }
  .We-believe-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-believe-sec .desktop-img {
    display: none; }
  .We-believe-sec .right-side {
    text-align: center;
    padding-left: 12px; }
  .We-believe-sec h2 {
    text-align: center; }
  .We-believe-sec .box-sec {
    margin-top: 0;
    display: block; }
  .We-believe-sec p {
    padding-right: 0;
    text-align: center; }
  .We-believe-sec .box-sec .inner-box {
    width: 100%;
    margin-top: 30px; }
  .We-believe-sec .box-sec .inner-box p {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    padding: 0 12px; }
  .We-live-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-live-sec .desktop-img {
    display: none; }
  .We-live-sec {
    padding: 50px 0;
    text-align: center; }
  .We-live-sec h2 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px; }
  .We-live-sec p {
    padding-right: 0; }
  .we-got-sec p {
    font-size: 18px !important; }
  .we-got-sec h2 {
    margin-bottom: 20px; }
  .we-got-sec .mg-top {
    margin-top: 0; }
  .we-got-sec .text-center {
    padding-bottom: 0; }
  .we-got-sec .icon-sec {
    margin-top: 30px; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px !important; }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 14px; }
  .we-got-sec .icon-sec article {
    padding: 16px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%; }
  .we-got-sec .common-btn {
    margin-top: 30px; }
  .hiring-challenges-sec h2 {
    padding: 0 12px; }
  .hiring-challenges-sec p {
    padding: 0 10px; }
  .contact-sec .text-center p {
    padding: 0 20px 30px; }
  .contact-sec h2 {
    margin-bottom: 20px; }
  .contact-sec .contact-row .contact-info {
    background-size: cover;
    padding: 20px;
    background-position: center;
    border-radius: 8px; }
  .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 50px; }
  .contact-sec .contact-row .contact-info .contact-info-list {
    padding-top: 50px; }
  .contact-sec .contact-row .contact-info .contact-info-list li {
    padding-bottom: 30px; }
  .contact-sec .contact-row .form-sec form {
    padding: 50px 0; }
  .contact-sec .contact-row .form-sec form .form-group {
    margin-bottom: 25px;
    width: 100%; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 45px; */
  }
  .contact-sec .contact-row .form-sec form .form-btn {
    text-align: center !important; }
  footer p {
    text-align: center;
    padding: 20px 24px; }
  footer img {
    display: block;
    margin: 0 auto; }
  footer .footer-content-1 {
    padding-top: 30px; }
  footer .footer-content-2 {
    padding-left: 12px;
    padding-top: 30px; }
  footer .footer-content-3 {
    
    padding-top: 30px; }
  footer .footer-social-sec {
    margin-top: 20px; }
  footer ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    padding-bottom: 9px; }
  /* About page*/
  .about-banner-sec h1 {
    padding-right: 0; }
  .about-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .about-sec .desktop-img {
    display: none; }
  .about-sec .right-side {
    padding-left: 12px;
    text-align: center; }
  .about-sec .common-btn {
    margin-top: 30px; }
  .about-sec h2 {
    text-align: center; } 
  
 
    .business-banner-sec h1 { padding-right: 0; padding: 0 18px; }
    .business-banner-sec p{padding: 0 2px;}
    .business-sec .right-side { padding-left: 12px; }
    .business-sec .mobile-img { display: block; margin-bottom: 20px; }
    .business-sec  h2, .business-sec  { text-align: center; }
    .business-sec .desktop-img { display: none; }
    .business-sec .common-btn { margin-top: 30px; }
    .business-sec p{padding: 0 4px 15px;}
    .why-choose-us-sec p { padding: 0 0px 0px !important; }
    .why-choose-us-sec .next-row { margin-top: 0; }
    .why-choose-us-sec .box-sec{margin-top: 30px;}

    .contact-sec .contact-row .form-sec form label{text-align: left;display: block;}

    .why-join-sec p { padding: 0 0px; }
    .job-here-sec .mobile-img { display: block; margin-bottom: 20px; }
    .job-here-sec  h2, .job-here-sec  { text-align: center; }
    .job-here-sec .desktop-img { display: none; }

    .how-work-sec .box-sec .text-center .arrow-1{ display: none; }
    .how-work-sec .box-sec .text-center .arrow-2{ display: none; }

    .job-seekers-banner-sec h1 { padding-right: 0; }
    .job-here-sec .right-side { padding-left: 12px; }
    .job-here-sec .common-btn { margin-top: 30px; }

    .challenges-sec h2{padding: 0 52px; margin-bottom: 30px;}
    .challenges-sec .Challenges .Challenges-item{padding: 30px 20px;}

    .why-join-sec h2{font-size: 30px;}
    .how-work-sec p{margin-bottom: 0;}
    .how-work-sec .text-center{margin-top: 30px;}
    .how-work-sec .common-btn { margin-top: 30px; }

    .hire-a-talent-sec .left-side { padding: 30px; }
    .hire-a-talent-sec .form-sec { padding: 30px; text-align: center;}
    .hire-a-talent-sec .form-sec p{padding: 0 12px;}
    .hire-a-talent-sec .form-sec h3{text-align: center;}
    .hire-a-talent-sec .form-sec form label{text-align: left;display: block;}
    .hire-a-talent-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .left-side { padding: 30px; }
    .find-your-job-sec .form-sec { padding: 30px; text-align: center;}
    .find-your-job-sec .form-sec p{padding: 0 12px;}
    .find-your-job-sec .form-sec h3{text-align: center;}
    .find-your-job-sec .form-sec form label{text-align: left;display: block;}
    .find-your-job-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .form-sec form .form-group{width: 100%;}

        .registration-sec .form-sec{width: 94%; order: 1; border-radius: 8px; padding: 20px; margin: 0 auto;display: block;}
    .registration-sec .registration-info{ width: 94%; order: 2; background-color: #F8F7F4; border-radius: 8px;padding: 20px;margin: 0 auto;}
    .registration-sec .registration-row { background-color: transparent;    gap: 50px;}
    .registration-sec .registration-info h3 {font-size: 26px; line-height: 32px;}
    .registration-sec .inner-last-box h3{font-size: 26px;}
    .registration-sec .form-sec .login-options li a { width: 80px; margin: 0 7px;}
    .registration-sec .form-sec .login-options li img { width: 22px; margin: 0; }
    .registration-sec .form-sec h2 { font-size: 32px;line-height: 42px;}
    .registration-sec .form-sec p { font-size: 14px; line-height: 20px;}
    .registration-sec .form-sec p.small-text{    margin: 30px 0 30px; font-size: 11px;}
    .registration-sec .form-sec p.small-text::before , .registration-sec .form-sec p.small-text::after{width: 50px;}
    .registration-sec .form-sec form .form-group { margin-bottom: 25px; width: 100%; text-align: left; }
    .registration-sec .logo-sec-inner img { width: 50px; margin: 0; }
    .registration-sec .logo-sec-inner .text h5 { font-size: 24px; text-align: left;}
    .registration-sec .registration-info p { font-size: 14px; text-align: left;   line-height: 24px;}
    .registration-sec .registration-info .icon-list li img{width: 30px; margin: 0;}
    .registration-sec .registration-info .icon-list li{padding-left: 42px;margin-bottom: 15px;}
    .registration-sec .registration-info .icon-list li h4 { font-size: 16px; list-style: 21px;}
    .registration-sec .registration-info .icon-list li p { font-size: 13px;line-height: 21px;}
    .registration-sec .inner-last-box p { font-size: 14px; line-height: 22px; margin-bottom: 30px; }
    .registration-sec .registration-info h3 { font-size: 22px; line-height: 29px; margin-bottom: 10px; }
    .registration-sec .inner-last-box ul li p{font-size: 9px; text-align: center;}
    .registration-sec .inner-last-box ul li h5{    font-size: 17px;}
    .registration-sec .inner-last-box{margin-top: 30px;}
}


@media (min-width: 576px) and (max-width: 767px){

  .contact-sec .contact-row .contact-info p{font-size: 15px; line-height: 25px;}
  .contact-sec .contact-row .contact-info ul li a{font-size: 15px; line-height: 25px;}
  .iti__country-list{width: 321px!important;}
  .contact-sec .contact-row .contact-info .contact-info-list li p{text-align: left;}
  .main-radio .inner-radio { width: 50%; text-align: left; }
  .our-brand-promise-sec .box-1 article { margin-right: 0; }
  .our-brand-promise-sec .box-sec article{    width: 100% !important;}
  .flex-container {
    display: block!important;
  }
  .our-meet-tem-sec p{padding: 0!important}
 
  .team-box-sec {
    display: block!important;
    flex: none!important;
    max-width: 100%!important;
/*    padding:  0!important; */
  }
  .common-btn {
    padding: 10px 35px;
    margin-top: 30px; }
  .common-padding {
    padding: 50px 0; }
  .connectek-sol h2 {
    font-size: 32px;
    line-height: 42px; }
  .connectek-sol p {
    font-size: 15px; }
  .header svg {
    width: 180px; }
  .desk-header {
    display: none; }
  .mobile-header {
    display: block; }
  .mobile-header .mobile-header-menu {
    padding-left: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0874b8;
    padding-top: 100px;
    transform: translateX(-101%);
    transition: all .5s ease;
    width: 100%;
    z-index: 99;
    overflow-x: hidden; }
  .mobile-header .mobile-header-menu.show {
    transition: all .5s ease;
    transform: translateX(0);
    top: 0; }
  .mobile-col {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .mobile-col .mobileheader-logo img {
    width: 85%; }
  .header {
    padding: 20px 0;
    position: fixed;
    background-color: #fff;
    width: 100%; }
  .header .menu-toggle i {
    font-size: 45px !important;
    color: #0874b8;
    position: relative;
    z-index: 1111; }
  .header .menu-toggle i.close-icon {
    color: #fff; }
  .header .menu-toggle .mobile-tel1 img {
    vertical-align: middle;
    height: 45px;
    width: 45px;
    margin-right: 20px; }
  .header .menu-toggle {
    display: flex;
    align-items: center; }
  .header nav.navigation {
    display: block; }
  .header nav.navigation ul {
    text-align: left;
    margin-right: 0; }
  .header nav.navigation li {
    display: block;
    padding: 0; }
  .header nav.navigation li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ffffff59; }
  .header nav.navigation img {
    margin: 30px 10px 0 10px;
    display: block; }
  .header .mobile-btn-col .common-btn {
    margin: 20px 5px 0;
    padding: 9px 30px; }
  .header .mobile-btn-col {
    display: flex;
    align-items: center;
    justify-content: center; 
    list-style: none;
  }
  .banner-sec h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    text-align: center; }
  .banner-sec p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 0;
    text-align: center; }
  .banner-sec .common-btn.second-btn {
    margin-left: 10px; }
  .banner-sec {
    text-align: center;
    padding: 210px 0 50px; }
  .banner-sec img {
    margin-top: 30px; }
  .We-believe-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-believe-sec .desktop-img {
    display: none; }
  .We-believe-sec .right-side {
    text-align: center;
    padding-left: 12px; }
  .We-believe-sec h2 {
    text-align: center; }
  .We-believe-sec .box-sec {
    margin-top: 0;
    display: block; }
  .We-believe-sec p {
    padding-right: 0;
    text-align: center; }
  .We-believe-sec .box-sec .inner-box {
    width: 100%;
    margin-top: 30px; }
  .We-believe-sec .box-sec .inner-box p {
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    padding: 0 12px; }
  .We-live-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .We-live-sec .desktop-img {
    display: none; }
  .We-live-sec {
    padding: 50px 0;
    text-align: center; }
  .We-live-sec h2 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px; }
  .We-live-sec p {
    padding-right: 0; }
  .we-got-sec p {
    font-size: 18px !important; }
  .we-got-sec h2 {
    margin-bottom: 20px; }
  .we-got-sec .mg-top {
    margin-top: 0; }
  .we-got-sec .text-center {
    padding-bottom: 0; }
  .we-got-sec .icon-sec {
    margin-top: 30px; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px !important; }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 14px; }
  .we-got-sec .icon-sec article {
    padding: 16px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%; }
  .we-got-sec .common-btn {
    margin-top: 30px; }
  .hiring-challenges-sec h2 {
    padding: 0 12px; }
  .hiring-challenges-sec p {
    padding: 0 10px; }
  .contact-sec .text-center p {
    padding: 0 20px 30px; }
  .contact-sec h2 {
    margin-bottom: 20px; }
  .contact-sec .contact-row .contact-info {
    background-size: cover;
    padding: 20px;
    background-position: center;
    border-radius: 8px; }
 /* .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 50px; }*/
  .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 22px!important; }
  .contact-sec .contact-row .contact-info .contact-info-list {
    padding-top: 50px; }
  .contact-sec .contact-row .contact-info .contact-info-list li {
    padding-bottom: 30px; }
  .contact-sec .contact-row .form-sec form {
    padding: 50px 0; }
  .contact-sec .contact-row .form-sec form .form-group {
    margin-bottom: 25px;
    width: 100%; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 45px;*/
     }
  .contact-sec .contact-row .form-sec form .form-btn {
    text-align: center !important; }
  footer p {
    /*text-align: center;
    padding: 20px 24px; */
    font-size: 14px;
  }
  footer img {
    display: block;
    margin: 0 auto; }
  footer .footer-content-1 {
    padding-top: 30px; }
  footer .footer-content-2 {
    padding-top: 30px; }
  footer .footer-content-3 {
    padding-top: 30px; }
  footer .footer-social-sec {
    margin-top: 20px; }
  footer ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    padding-bottom: 9px; }
  /* About page*/
  .about-banner-sec h1 {
    padding-right: 0; }
  .about-sec .mobile-img {
    display: block;
    margin-bottom: 20px; }
  .about-sec .desktop-img {
    display: none; }
  .about-sec .right-side {
    padding-left: 12px;
    text-align: center; }
  .about-sec .common-btn {
    margin-top: 30px; }
  .about-sec h2 {
    text-align: center; } 
  .ftl_cls p{text-align: left;padding: 0px;font-size: 14px!important;}
 
    .business-banner-sec h1 { padding-right: 0; padding: 0 18px; }
    .business-banner-sec p{padding: 0 2px;}
    .business-sec .right-side { padding-left: 12px; }
    .business-sec .mobile-img { display: block; margin-bottom: 20px; }
    .business-sec  h2, .business-sec  { text-align: center; }
    .business-sec .desktop-img { display: none; }
    .business-sec .common-btn { margin-top: 30px; }
    .business-sec p{padding: 0 4px 15px;}
    .why-choose-us-sec p { padding: 0 0px 0px !important; }
    .why-choose-us-sec .next-row { margin-top: 0; }
    .why-choose-us-sec .box-sec{margin-top: 30px;}

    .contact-sec .contact-row .form-sec form label{text-align: left;display: block;}

    .why-join-sec p { padding: 0 0px; }
    .job-here-sec .mobile-img { display: block; margin-bottom: 20px; }
    .job-here-sec  h2, .job-here-sec  { text-align: center; }
    .job-here-sec .desktop-img { display: none; }

    .how-work-sec .box-sec .text-center .arrow-1{ display: none; }
    .how-work-sec .box-sec .text-center .arrow-2{ display: none; }

    .job-seekers-banner-sec h1 { padding-right: 0; }
    .job-here-sec .right-side { padding-left: 12px; }
    .job-here-sec .common-btn { margin-top: 30px; }

    .challenges-sec h2{padding: 0 52px; margin-bottom: 30px;}
    .challenges-sec .Challenges .Challenges-item{padding: 30px 20px;}

    .why-join-sec h2{font-size: 30px;}
    .how-work-sec p{margin-bottom: 0;}
    .how-work-sec .text-center{margin-top: 30px;}
    .how-work-sec .common-btn { margin-top: 30px; }

    .hire-a-talent-sec .left-side { padding: 30px; }
    .hire-a-talent-sec .form-sec { padding: 30px; text-align: center;}
    .hire-a-talent-sec .form-sec p{padding: 0 12px;}
    .hire-a-talent-sec .form-sec h3{text-align: center;}
    .hire-a-talent-sec .form-sec form label{text-align: left;display: block;}
    .hire-a-talent-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .left-side { padding: 30px; }
    .find-your-job-sec .form-sec { padding: 30px; text-align: center;}
    .find-your-job-sec .form-sec p{padding: 0 12px;}
    .find-your-job-sec .form-sec h3{text-align: center;}
    .find-your-job-sec .form-sec form label{text-align: left;display: block;}
    .find-your-job-sec .form-sec form .checkbox-text { text-align: left; font-size: 11px;}

    .find-your-job-sec .form-sec form .form-group{width: 100%;}

    footer .footer-content-2{padding-left: 12px;}
    footer .footer-content-3 img{width: 100%;}

    footer h3 { font-size: 19px;margin-bottom: 10px;}

    .managed-service-srovider-banner-sec h1,.managed-service-srovider-banner-sec p{padding-right: 0;}
    .managed-service-srovider-sec .right-side{padding-left: 12px;}
    .services-sec .mobile-img{display: block;margin-bottom: 20px; }
    .services-sec .desktop-img { display: none; }
    .services-sec{text-align: center;}
    .managed-service-srovider-sec p{padding-left: 2px !important; padding-right: 2px !important;}
    .managed-service-srovider-banner-sec h1 {padding: 0 5px;}
    .services-sec h2{text-align: center;}

    .recruitment-process-outsourcing-banner-sec h1{padding-right: 0;}
    .services-sec .right-side { padding-left: 12px; }
    .recruitment-process-outsourcing-banner-sec p{padding: 0 12px;}
    .integrated-talent-solutions-banner-sec h1 { padding-right: 0; padding: 0 5px; }

    .contract-to-hire-sec.services-sec .right-side { padding-left: 12px; }
    .contract-to-hire-sec.services-sec .right-side p{ padding-left: 5px;padding-right: 5px; }

    .direct-hire-sec h2{padding: 0 12px;}
    .direct-hire-sec p{padding: 0 5px;}

        .registration-sec .form-sec{width: 94%; order: 1; border-radius: 8px; padding: 20px; margin: 0 auto;display: block;}
    .registration-sec .registration-info{ width: 94%; order: 2; background-color: #F8F7F4; border-radius: 8px;padding: 20px;margin: 0 auto;}
    .registration-sec .registration-row { background-color: transparent;    gap: 50px;}
    .registration-sec .registration-info h3 {font-size: 26px; line-height: 32px;}
    .registration-sec .inner-last-box h3{font-size: 26px;}
    .registration-sec .form-sec .login-options li a { width: 124px; margin: 0 7px;}
    .registration-sec .form-sec .login-options li img { width: 22px; margin: 0; }
    .registration-sec .form-sec h2 { font-size: 32px;line-height: 42px;}
    .registration-sec .form-sec p { font-size: 14px; line-height: 20px;}
    .registration-sec .form-sec p.small-text{    margin: 30px 0 30px; font-size: 11px;}
    .registration-sec .form-sec p.small-text::before , .registration-sec .form-sec p.small-text::after{width: 50px;}
    .registration-sec .form-sec form .form-group { margin-bottom: 25px; width: 100%; text-align: left; }
    .registration-sec .logo-sec-inner img { width: 50px; margin: 0; }
    .registration-sec .logo-sec-inner .text h5 { font-size: 24px; text-align: left;}
    .registration-sec .registration-info p { font-size: 14px; text-align: left;   line-height: 24px;}
    .registration-sec .registration-info .icon-list li img{width: 30px; margin: 0;}
    .registration-sec .registration-info .icon-list li{padding-left: 42px;margin-bottom: 15px;}
    .registration-sec .registration-info .icon-list li h4 { font-size: 16px; list-style: 21px;}
    .registration-sec .registration-info .icon-list li p { font-size: 13px;line-height: 21px;}
    .registration-sec .inner-last-box p { font-size: 14px; line-height: 22px; margin-bottom: 30px; }
    .registration-sec .registration-info h3 { font-size: 22px; line-height: 29px; margin-bottom: 10px; }
    .registration-sec .inner-last-box ul li p{font-size: 9px; text-align: center;}
    .registration-sec .inner-last-box ul li h5{    font-size: 17px;}
    .registration-sec .inner-last-box{margin-top: 30px;}


}
/*   IPAD*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-sec .contact-row .contact-info p{line-height: 24px;}
  .iti__country-list{left: -178px;}
  .why-choose-us-sec .box-sec{margin-top: 30px;}
  .We-live-sec .right-side div{   font-size: 11px;}
  .We-believe-sec .box-sec .inner-box p { font-size: 8px !important;}
  .contact-sec .contact-row .form-sec form input{font-size: 12px;} 
  .contact-sec .contact-row .contact-info p{padding-right: 0;}
.find-your-job-sec .left-side { padding: 20px; }
.find-your-job-sec .form-sec { padding: 20px 30px;}
.hire-a-talent-sec .left-side { padding: 20px; }
.hire-a-talent-sec .form-sec { padding: 20px 30px;}
  .main-radio .inner-radio { width: 50%; text-align: left; }
  header .header-right-side .common-btn {
    font-size: 9px;
    line-height: 15px;
    padding: 4px 11px; }
  .header .header-right-side .second-btn {
    margin-left: 5px; }
  .header svg {
    width: 160px; }
  footer p {
    padding-right: 0px;
/*    font-size: 13px;*/
    font-size: 10px;
     line-height: 20px; padding-top: 10px;}

  footer ul li {
    font-size: 10px;
    line-height: 18px;
    padding-bottom: 3px; }

  .common-padding {
    padding: 80px 0; }

/*  .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 100px; }*/
    .contact-sec .contact-row .contact-info .social-info-list {
    padding-top: 15px!important; }
    .contact-sec .contact-row .form-sec form .form-group { margin-bottom: 35px; } 
    .ftl_cls p{font-size: 10px!important;}
  .hiring-challenges-sec h2 {
    line-height: 57px;
    margin-bottom: 20px;
    font-size: 34px !important; }
  .hiring-challenges-sec p {
    padding: 0 0; }
  .common-btn {
    margin-top: 20px; }
  .We-live-sec h2 {
    margin-bottom: 20px;
    padding-right: 80px; }
  .connectek-sol h2 {
    font-size: 26px;
    line-height: 33px; }
  .We-live-sec .right-side {
    padding-left: 40px; }
  .connectek-sol p {
    font-size: 14px!important;
    line-height: 22px; }
  .We-live-sec p {
    padding-right: 0;
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 10px; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 60px; */
  }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 13px;
    line-height: 22px; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px;
    line-height: 18px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%;
    margin-right: 10px; }
  .we-got-sec .icon-sec article {
    padding: 15px; }
  .We-believe-sec .box-sec .inner-box {
    padding: 10px 10px;
    width: 32%; }
  .We-believe-sec .box-sec {
    margin-top: 20px; }
  .banner-sec {
    padding: 120px 0 80px; }
  .header nav.navigation li {
    padding: 0 5px; }
  .header nav.navigation li a {
    font-size: 11px;
    line-height: 20px; }
  .header {
    padding: 20px 0; }
  .common-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 9px 28px; }
  .banner-sec h1 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 15px; }
  .banner-sec p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 20px; }
  .banner-sec .common-btn.second-btn {
    margin-left: 10px; }
  .We-believe-sec .box-sec .inner-box img {
    margin-bottom: 5px;
    width: 50%; }
  .We-believe-sec .box-sec .inner-box h3 {
    font-size: 12px;
    line-height: 18.94px;
    margin-bottom: 5px; }
  .we-got-sec .mg-top {
    margin-top: 0; }
  .we-got-sec .icon-sec {
    margin-top: 30px; }
  .we-got-sec .text-center {
    padding-bottom: 0; }
  .contact-sec .text-center p {
    padding-bottom: 30px; }
  .contact-sec .contact-row .contact-info {
    padding: 20px;
    background-size: cover;
    background-position: right;
    border-radius: 10px; }
  .contact-sec .contact-row .form-sec form {
    padding: 20px 10px; }
  .contact-sec .contact-row .contact-info .contact-info-list li {
/*    font-size: 14px;*/
    font-size: 14px;
    padding-bottom: 30px; }
  /* ABOUT PAGE*/
  .about-sec .right-side {
    padding-left: 20px; } 

    footer h3 { font-size: 15px; margin-bottom: 10px;}
    .business-banner-sec h1 { padding-right: 0; }
    .business-sec .right-side { padding-left: 30px; }
    .business-sec .row.align-items-center { align-items: start !important; }
    .job-seekers-banner-sec h1 { padding-right: 0; }
/*    .connectek-sol .row.align-items-center { align-items: start !important; }*/
    .challenges-sec .Challenges .Challenges-item{padding: 40px 20px;}
    .why-join-sec p { padding: 0 20px; }
    .how-work-sec img { margin-bottom: 15px; width: 40%; }
    .how-work-sec h4 { font-size: 18px; font-weight: 600; line-height: 14px;}
    .footer h3 { font-size: 16px;margin-bottom: 10px;}

    .managed-service-srovider-banner-sec h1, .managed-service-srovider-banner-sec p { padding-right: 60px !important; }
    .services-sec h2 {text-align: left; }
    .managed-service-srovider-sec .right-side { padding-left: 20px; }
    .managed-service-srovider-sec .right-side p{ padding-right: 20px; }
    
    .services-sec .right-side { padding-left: 30px; }
    .recruitment-process-outsourcing-banner-sec h1{font-size: 33px;}
  
    .integrated-talent-solutions-banner-sec h1 { padding-right: 70px;}



    .registration-sec .form-sec{width: 100%; order: 1; border-radius: 8px; margin-bottom: 0;        padding: 40px;}
    .registration-sec .registration-info{ width: 100%; order: 2; background-color: #F8F7F4; border-radius: 8px;}
    .registration-sec .registration-row { background-color: transparent;    gap: 50px;}
    .registration-sec .registration-info h3 { font-size: 30px;}
    .registration-sec .inner-last-box h3{font-size: 26px;}

  
  
  
  }

/*   IPAD Pro*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-sec .contact-row .contact-info p{font-size: 15px; line-height: 25px;}
  .contact-sec .contact-row .contact-info ul li a{font-size: 15px; line-height: 25px;}
.iti__country-list{left: -109px!important;}
/*  .contact-sec .contact-row .form-sec form input{font-size: 12px;} */
  .hire-a-talent-sec .form-sec { padding: 50px 45px;}
.hire-a-talent-sec .left-side { padding: 50px; }
.find-your-job-sec .form-sec { padding: 50px 45px;}
.find-your-job-sec .left-side { padding: 50px; }
.main-radio .inner-radio { width: 50%;  text-align: left;}
  .challenges-sec .Challenges .Challenges-item{padding: 40px;}
  .why-join-sec p { padding: 0 100px; }

  footer p {
    padding-right: 10px; 
    font-size: 14px;
  }

  footer ul li {
/*    font-size: 13px;*/
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 9px; }

  .common-padding {
    padding: 100px 0; }
  .contact-sec .contact-row .contact-info .social-info-list {
/*    padding-top: 100px; */
    padding-top: 30px!important; 
  }
  .contact-sec .contact-row .form-sec form .form-group { margin-bottom: 35px; }
  .hiring-challenges-sec h2 {
    line-height: 57px;
    margin-bottom: 20px;
    font-size: 43px; }
  .hiring-challenges-sec p {
    padding: 0 20px; }
  .common-btn {
    margin-top: 30px; }
  .We-live-sec h2 {
    margin-bottom: 20px;
    padding-right: 80px; }
  .connectek-sol h2 {
    font-size: 38px;
    line-height: 48px; }
  .We-live-sec .right-side {
    padding-left: 40px; }
  .connectek-sol p {
    font-size: 15px; }
  .We-live-sec p {
    padding-right: 0; }
  .contact-sec .contact-row .form-sec form .radio-text {
/*    padding-right: 20px;*/
     }
  .we-got-sec .icon-sec article .content-sec h4 {
    font-size: 13px;
    line-height: 22px; }
  .we-got-sec .icon-sec article .content-sec p {
    font-size: 12px;
    line-height: 18px; }
  .we-got-sec .icon-sec article .img-sec {
    width: 10%;
    margin-right: 10px; }
  .we-got-sec .icon-sec article {
    padding: 15px; }
  .We-believe-sec .box-sec .inner-box {
    padding: 10px 15px;
    width: 32%; }
  .We-believe-sec .box-sec {
    margin-top: 20px; }
  .banner-sec {
    padding: 150px 0 100px; }
  .header nav.navigation li {
    padding: 0 8px; }
  .header nav.navigation li a {
    font-size: 12px;
    line-height: 20px; }
  .header {
    padding: 30px 0; }
  .header .header-right-side .second-btn {
    margin-left: 10px; }
  .common-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 9px 28px; }
  .banner-sec h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px; }
  .banner-sec p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 20px; } 

    .managed-service-srovider-banner-sec h1 { padding-right: 80px !important; }
    .services-sec h2 {text-align: left; }

    .recruitment-process-outsourcing-banner-sec h1{font-size: 41px;}
    .integrated-talent-solutions-banner-sec h1 { padding-right: 80px;}

  


    .registration-sec .registration-info .icon-list li h4 { font-size: 18px; line-height: 20px;}
    .registration-sec .registration-info h3 { font-size: 32px;}
    .registration-sec .form-sec .login-options li a { width: 124px; margin: 0 10px;}
    .registration-sec .registration-info .icon-list li p { font-size: 15px;line-height: 24px;}
    .registration-sec .form-sec form .inner-otp button{padding: 0;font-size: 8px;}
    .registration-sec .form-sec form input{font-size: 10px; padding: 12px 10px;}
    .registration-sec .form-sec form .inner-otp {padding: 12px 10px;}
    .registration-sec .registration-info , .registration-sec .form-sec{ padding: 20px; }
    .registration-sec .form-sec p.small-text::before , .registration-sec .form-sec p.small-text::after{width: 80px;}
    .registration-sec .inner-last-box{padding: 20px 12px;}
    .registration-sec .inner-last-box h3{    font-size: 24px;}
    .registration-sec .inner-last-box p { font-size: 14px; line-height: 22px; margin-bottom: 30px; }
    .registration-sec .registration-info .icon-list li img{width: 32px;}
    .registration-sec .form-sec .login-options li img { width: 22px; }
    #registrationForm .select2-container--default .select2-selection--single{padding: 7px 5px !important;}

  
}



/* lazy load code */
body {
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}