/* .offer-sl{
    position: absolute;
    right: 0;
    top: 55px;
    width: 260px;
} */


.offer-sl .wrapper {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 220px;
    width: 100%;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    z-index: 99999;
}

.offer-sl .wrapper.show {
    right: 20px;
}

.offer-sl .wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.offer-sl header i {
    color: #4070f4;
    font-size: 32px;
}

.offer-sl header h2 {
    color: #4070f4;
    font-weight: 500;
}

.offer-sl .wrapper .data {
    margin-top: 16px;
}

.wrapper .data p {
    color: #333;
    font-size: 16px;
}

.offer-sl .data p a {
    color: #4070f4;
    text-decoration: none;
}

.offer-sl .data p a:hover {
    text-decoration: underline;
}

.offer-sl .wrapper .buttons {
    margin-top: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: -16px;
    margin-left: 24px;
}

.offer-sl .buttons .button {
    border: none;
    color: #fff;
    padding: 0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.offer-sl .buttons #acceptBtn:hover {
    background-color: #034bf1;
}

.offer-sl #declineBtn {
    font-size: 22px;
    color: #001866;
}

.offer-sl #declineBtn:hover {}

.offer-sl .data img {
    width: 220px;
}

























/* req a callback button */
.btn.reqbtn {
    /* background: linear-gradient(-45deg, #0bf0f0, #1b1363, #00a1e0, #a817c5);  */
    background: linear-gradient(-45deg, #c6c916, #0E5A71, #00c5a0, #4d9900) ;
    background-size: 400% 400%;
    border-radius: 50em;
    animation: gradient 10s ease infinite;
    color: #fff;
    padding: 10px 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.btn.reqbtn:active{background-image: inherit;}

/*------Common Button-----*/

.send-btn {
    border-color: rgb(27, 19, 99);
    border-radius: 50em;
    background-color: rgb(27, 19, 99);
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    transition: 0.2s;
    padding: 10px 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.send-btn .btn-icon,
.send-btn .btn-txt {
    color: #fff;
    font-weight: 400;
}

.send-btn:hover {
    border: solid 1px #ebebeb !important;
    background-color: rgb(255, 255, 255);
    color: #ffffff !important;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}

.send-btn.btn:focus {
    outline: none !important;
    box-shadow: none;
    color: #ffffff !important;
}

.send-btn:hover .btn-icon,
.send-btn:hover .btn-txt {
    color: rgb(27, 19, 99);

}

/*------Common Button-----*/


/* 
header {
    width: 100%;
    padding: 20px 20px;

    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 99999;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */



header img {
    height: 40px;
}

header.smaller {
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
}

header.smaller img {
    height: 36px;
}

header .hdr-btn img {
    display: none;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

header .hdr-btn.btn:not([class*=btn-outline]) {
    font-weight: normal !important;
    opacity: 0 !important;
}

header.smaller .hdr-btn.btn:not([class*=btn-outline]) {
    opacity: 1 !important;
}

@media(max-width:767px) {
    header .hdr-btn {
        padding: 8px !important;
    }

    header .hdr-btn img {
        display: block;
    }

    header .hdr-btn span {
        display: none;
    }
}


.salesforce-banner-container {
    background-color: #b4e6fc !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url("../../images/salesforce/hire-salesforce-developer-bg.jpg");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: right;
}



.salesforce-banner-position {
    width: 60%;
    opacity: 0.9;
}

.salesforce-banner-position img {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}

/* .salesforce-banner-contact {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    bottom: -65px;
} */




.hire-page-banner-form {
    /* width: 60%; */
    width: 100%;
    margin: 0 auto;
}

.hirepage-contact-form-inner-1 {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 22;
    box-shadow: 0px 3px 37.2px 2.8px rgb(0 56 110 / 31%);
    border-radius: 10px;
    min-width: 320px;
    max-width: 400px;
}

.hirepage-contact-form-block-1 {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    border: 1px solid #d1f1ff;

}

.bg-deep-pink {
    background-color: #041f58;
}

.salesforce-banner-contact .no-border {
    border: 0 !important;
}

.salesforce-banner-contact .border-radius-10 {
    border-radius: 10px;
}

.salesforce-banner-contact .margin-20px-bottom {
    margin-bottom: 20px;
}

.salesforce-banner-contact .padding-10px-all {
    padding: 10px;
}

.salesforce-banner-contact .margin-5px-bottom {
    margin-bottom: 5px;
}

.salesforce-banner-contact .font-weight-bold {
    font-weight: bold;
}

.salesforce-banner-contact .text-white {
    color: #FFF;
}

.salesforce-banner-contact .text-25 {
    font-size: 25px;
    line-height: 30px;
}

.salesforce-banner-contact div.wpcf7 {
    margin: 0;
    padding: 0;
}

.salesforce-banner-contact div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.salesforce-banner-contact input,
.salesforce-banner-contact textarea,
.salesforce-banner-contact select {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 0 10px 0;
    resize: none;
    width: 100%;
}

.wpcf7-form-control-wrap>span {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.salesforce-banner-contact .form-control::placeholder {
    color: #757575;
}

.salesforce-banner-contact .hire-form-field:focus {
    box-shadow: none;
    border: 1px solid rgba(34, 62, 146, 1);
}

.hire-form-field {
    padding: 15px 20px;
    border-radius: 10px !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.salesforce-banner-contact .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.salesforce-banner-container .contentarea {
    max-width: 100%;
    top: 50%;
    transform: translateY(-30%);
    width: 50%;
    text-align: left;
    z-index: 1;
    left: 7%;
}

.salesforce-banner-container .contentarea .send-btn {
    font-weight: normal !important;
    /* display: none !important; */
}

.salesforce-banner-container .contentarea h1 {
    font-weight: bold;
    color: #041f58;
}

.salesforce-banner-container .contentarea p {
    font-size: 15px;
}

.modal {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.631);
}

/* .modal .salesforce-banner-contact{bottom: 0; margin-bottom: 0; height: auto;} */
.salesforce-banner-contact {
    width: 100%;

}

.modal .salesforce-banner-contact .hire-page-banner-form {
    margin-top: 0;
}

.modal .salesforce-banner-contact .hire-page-banner-form .hirepage-contact-form-inner-1 {
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
}

.modal .salesforce-banner-contact .hire-page-banner-form .hirepage-contact-form-inner-1 .hirepage-contact-form-block-1 {
    border: none;
    padding: 0;
}

.salesforce-banner-container .contentarea ul li {
    list-style: none;
}

.salesforce-banner-container .contentarea ul li {
    padding: 0 10px 10px 0;
}

.salesforce-banner-container .contentarea ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.salesforce-banner-container .contentarea ul li .hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);

}

.salesforce-banner-container .contentarea ul li .hexagon .hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.salesforce-banner-container .contentarea ul li .hexagon .hexagon-in2 {
    width: 100%;
    height: 100%;
    background-color: #a6d1e3;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.salesforce-banner-container .contentarea ul li .hexagon {
    width: 100px;
    height: 100px;
}

.salesforce-banner-container .contentarea ul li .hexagon .hexagon-in2 img {
    width: 80px;
    object-position: center;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}











@media only screen and (max-width: 1024px) {

    .salesforce-banner-container {
        display: block;
    }

    .clouds {
        position: absolute;
        /* background-color: #d1f1ff; */
    }

    .salesforce-banner-position {
        width: 100%;
        position: relative;
        bottom: 0;
    }

    .salesforce-banner-contact {
        width: 100%;
        /* height: 500px; */
    }

    .hire-page-banner-form {
        width: 100%;
        margin: 0 auto;
    }

    .hire-page-banner-form {
        width: 100%;
        margin: 0 auto;
        /* display: flex;
        justify-content: end; */
    }

    .hirepage-contact-form-inner-1 {

        width: 100%;

        min-width: 320px;
        max-width: 350px;
        margin-right: 15px;
    }

    .salesforce-banner-container .contentarea h1 {
        font-size: 30px;
    }

    .salesforce-banner-container .contentarea p {
        font-size: 12px;
    }

    .salesforce-banner-container .contentarea ul li .hexagon {
        width: 70px;
        height: 70px;
    }

    .salesforce-banner-container .contentarea ul li .hexagon .hexagon-in2 img {
        width: 50px;
        height: 70px;

    }
}

@media(min-width:992px) and (max-width:1024px) {
    .salesforce-banner-container .contentarea {
        margin: 0 auto;
        top: 50%;
        transform: translateY(-35%);
        width: 40%;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .salesforce-banner-container .contentarea {
        left: 3%;
        width: 47%;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-35%);
    }

    .salesforce-banner-container .contentarea h1 {
        font-size: 30px;
    }

    .salesforce-banner-container .contentarea p {
        font-size: 12px;
    }

    .salesforce-banner-contact .text-25 {
        font-size: 20px;
    }

    .salesforce-banner-contact p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .salesforce-banner-container {
        display: block;
        background-color: #fff;
        padding-bottom: 49px;
    }

    .clouds {
        height: 100%;
    }

    .salesforce-banner-position img {
        width: 500px;
        display: block;
        margin-bottom: 0px;
        display: none;

    }

    .salesforce-banner-position {
        width: 100%;
        position: relative;
        bottom: 0;
        height: 275px;
    }

    .salesforce-banner-contact {
        width: 100%;
        /* height: 500px; */
    }

    .hire-page-banner-form {
        width: 100%;
        margin: 0 auto;
    }

    .hire-page-banner-form {
        justify-content: center;
        margin-top: -85px;
    }

    .hirepage-contact-form-inner-1 {
        margin-right: 0px;
    }

    .salesforce-banner-container .contentarea {
        width: 90%;
        position: relative !important;
        margin: -168px auto 0;
        transform: none;
        left: 0;
        text-align: center;
    }

    .salesforce-banner-container .contentarea h1 {
        font-size: 22px;
        text-align: center !important;
    }

    .salesforce-banner-container .contentarea p {
        font-size: 14px;
    }

    .salesforce-banner-container .contentarea .send-btn {
        display: block !important;
        font-size: 14px !important;
        position: relative;
        z-index: 999;
        margin: 0 auto;
    }

    .deskvw {
        display: none;
    }

    .salesforce-banner-contact .text-25 {
        font-size: 20px;
    }

    .salesforce-banner-contact p {
        font-size: 14px;
    }

}

.com-heading {
    width: 100%;
    text-align: center;

}

.com-heading h4 {
    padding: 0 2px 4px;
    border-bottom: 1px solid #07cdfe;
    display: inline-block;
    margin: 0 auto 25px;
    border-left: none;
    font-size: 28px;
    font-weight: 600;
    color: #1c1c1c;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'LatoWebLight', Helvetica, Arial, Lucida, sans-serif;
}

.com-heading strong {
    font-family: 'LatoWebBold', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
}

.com-heading p {
    width: 65%;
    margin: auto;
    line-height: 30px;
    margin-top: 15px;
}



@media only screen and (max-width: 767px) {
    .com-heading p {
        width: 92%;
    }

}








/* content-help-section Start */


.help-conatiner {
    margin-top: 30px;
}

.help-column:nth-child(odd) {
    background: #f3f3f3;
}

.help-column .header-help-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-column .header-help-section .img-icon-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 8px;
    padding: 10px;
    margin-bottom: 12px;
}

.help-column:hover {
    background: #a6d1e3;

}

.help-column:hover .img-icon-badge {
    background-color: #fff;
}

.help-column .header-help-section .header-title {
    width: calc(100% - 78px);
    width: calc(100% - 78px);
    font-weight: 600;
    font-size: 18px;
}

.content-help-section {

    font-weight: 400;
    font-size: 14px;
    color: #525252;
}

@media(min-width:768px) and (max-width:991px) {

    .help-column .header-help-section .header-title {
        font-size: 16px;
        width: 100%;
    }

    .help-column .header-help-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .content-help-section p {
        font-size: 14px;
    }
}

/* content-help-section End */







.success-blog img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 100px 0 60px;
    /* min-height: 100vh; */
}

.success-blog span,
.success-blog a,
.success-blog a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.success-blog img {
    max-width: 100%;
}

.success-blog .blog-head {
    margin-bottom: 70px;
}

.success-blog .blog-head h6 {
    color: #f05907;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.blog-head h6:after,
.success-blog .blog-head h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #f05907;
    top: 50%;
}

.success-blog .blog-head h6:after {
    right: 120%;
}

.success-blog .blog-head h6:before {
    left: 120%;
}


.success-blog .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(48 61 96 / 60%);
    filter: alpha(opacity=100);
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.success-blog .item {
    position: relative;
    overflow: hidden;
    margin: 0px 0;
}

.success-blog .overlay:after {
    content: "";
    height: 100%;
    z-index: 9;
    opacity: 1;
    background: rgb(48 61 96 / 60%);
    filter: alpha(opacity=100);
    -moz-transition: all .35s;
    -ms-transition: all .35s;
}

.success-blog .item:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.success-blog .top-overlay {
    bottom: 100%;
    height: 0;
}

.success-blog .item:hover .top-overlay {
    bottom: 0;
}

.success-blog .bottom-overlay {
    top: 100%;
}

.success-blog .item:hover .bottom-overlay {
    top: 0;
}

.success-blog .right-overlay {
    left: 100%;
    height: 100%;
}

.success-blog .item:hover .right-overlay {
    left: 0;
}

.success-blog .left-overlay {
    right: 100%;
    height: 100%;
    left: auto;
}

.success-blog .item:hover .left-overlay {
    right: 0;
}

.success-blog .fade-overlay {
    height: 100%;
    opacity: 0;
}

.success-blog .item:hover .fade-overlay {
    opacity: 1;
}

.success-blog .title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}

.success-blog .item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}

.success-blog .text {
    color: white;
    font-size: 1.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}








/*----------------------------------------------------------------------*/



.is-sticky {
    position: sticky;
    top: 50% !important;
    transform: translateY(-50%);

}

.is-sunk {
    position: sticky;
    bottom: 0;
}

.is-sunk-wrapper {
    position: relative;
}

/*------------------------------------*\
      AESTHETIC STYLES (NOT REQUIRED)
  \*------------------------------------*/
/* body {
    background-color: #fdcacb;
    color: #7d6465;
    font-size: 1em;
    line-height: 1.5;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 1.5rem;
  } 
  
  h1,
  p {
    margin-top: 0;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
  
  h1 {
    color: #000;
  }*/

/**
   * Objects
   */
.salesforce-services {
    background: -moz-linear-gradient(left, #3886ff 0%, #b3f3ff 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3886ff 0%, #b3f3ff 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3886ff 0%, #b3f3ff 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
}

.salesforce-services::after {
    content: "";
    background-image: url("../../asset/img/salesforce/dot-background-pattern.png");
    width: 375px;
    height: 375px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
}

.salesforce-services::before {
    background-repeat: no-repeat;
    content: "";
    background-image: url("../../asset/img/salesforce/dot-background-pattern.png");
    width: 187px;
    height: 187px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    opacity: .3;
}

.salesforce-services .o-grid {
    align-items: top;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -1.5rem;
}

.salesforce-services .o-grid__item {
    box-sizing: border-box;
    padding-left: 1.5rem;
    width: 100%;
}

.salesforce-services .o-grid--wide {
    margin-left: -3rem;
}

.salesforce-services .o-grid--wide>.o-grid__item {
    padding-left: 3rem;
}

.salesforce-services .o-box {
    /* background-color: #ff7f83; */
    margin-bottom: 3rem;
}

.salesforce-services .o-box:last-child {
    margin-bottom: 0;
}

.salesforce-services .o-square:before {
    content: "";
    display: block;
    /* padding-top: 100%; */
}

/**
   * Utilities
   */
.salesforce-services .u-1\/2 {
    width: 50%;
}



/* Timeline holder */
.salesforce-services ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
}

/* Timeline vertical line */
/* .salesforce-services ul.timeline:before {
    content: ' ';
    background: #a6d1e3;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
} */
.salesforce-services li.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
}

.salesforce-services li.timeline-item:nth-child(odd) {
    /* margin: 20px 0;  */
    border-bottom: 190px solid #fbfbfb;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 100%;
    transition: all .5s;
}

.salesforce-services li.timeline-item:nth-child(odd)>div {
    position: relative;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.salesforce-services li.timeline-item:nth-child(even) {
    /* margin: 20px 0;  */
    border-top: 190px solid #e7e7e7;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 100%;
    transition: all .5s;
}

.salesforce-services li.timeline-item:nth-child(even)>div {
    position: relative;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    height: 100%;
}

@media(min-width:2590px) {
    .salesforce-services li.timeline-item:nth-child(odd)>div {
        top: 48px;
    }

    .salesforce-services li.timeline-item:nth-child(even)>div {

        bottom: 145px;

    }
}

.salesforce-services li.timeline-item h5 {
    color: #000000;
    font-size: 18px !important;
}

.salesforce-services li.timeline-item:hover h5 {
    color: #00a1e0;
}

.salesforce-services li.timeline-item p {
    font-size: 14px;
    color: #525252;
}

/* Timeline item arrow */
.salesforce-services .timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* Timeline item circle marker */
/* .salesforce-services li.timeline-item::before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #a6d1e3;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} */

.salesforce-services .timeline .img-icon-badge {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 8px;
    padding: 10px;

}

@media only screen and (max-width: 1200px) {
    .salesforce-services li.timeline-item {
        padding: 20px;
    }

    .salesforce-services li.timeline-item:nth-child(odd) {
        background-color: #fbfbfb;
    }

    .salesforce-services li.timeline-item:nth-child(even) {
        background-color: #e7e7e7;
    }

    .salesforce-services li.timeline-item:nth-child(odd)>div,
    .salesforce-services li.timeline-item:nth-child(even)>div {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }

    .salesforce-services li.timeline-item:nth-child(odd),
    .salesforce-services li.timeline-item:nth-child(even) {
        border-bottom: 0 solid #fbfbfb;
        border-top: 0 solid #fbfbfb;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        height: auto;
    }

    .com-heading p {
        width: 100%;
    }

    .salesforce-services .o-grid--wide {
        margin-left: 0;
    }
}



@media only screen and (max-width: 767px) {
    .is-sticky {
        position: relative;
        top: auto !important;
        width: auto;
    }

    .salesforce-services .u-1\/2 {
        width: 100%;

    }

    .is-sunk {
        position: relative;
        bottom: 0;
    }

    .o-grid__item.u-1\/2.left {
        order: 2;
    }

    .o-grid__item.u-1\/2.right {
        order: 1;
    }

    .salesforce-services .o-grid--wide>.o-grid__item {
        padding-left: 0rem;
    }

    .salesforce-services .o-grid--wide {
        margin-left: 0rem;
    }

    .salesforce-services li.timeline-item h5 {
        font-size: 18px;
    }

    .salesforce-services li.timeline-item p {
        font-size: 14px;
        ;
    }
}





/*--------------------------------------------------------------------*/


/* .cmp-client-list-block-border #our-clients {
    grid-gap: 0;
    position: relative;
    grid-template-columns: repeat(6, 1fr);
} */

/* #our-clients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    width: 100% !important;
    max-width: 990pt;
    margin: 0 auto;
} */

#our-clients .item-columns {
    background: #fff;
}

#our-clients .item-columns .client-img {
    background-color: #fff;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmp-client-list-block-border .client-img {
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 0 1px 0 0;
}

#our-clients .owl-dots {
    text-align: center;
}

#our-clients .owl-dot {
    width: 8px;
    background-color: #e5f6fe;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    border: none;
}

#our-clients .owl-dot.active {
    background-color: #72c4eb;
}

#our-clients .item-columns .client-img .item-image {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    height: 90px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#our-clients .item-columns .client-img .item-image img {
    max-width: 100%;
    object-fit: contain;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    max-height: 105px;
    /* filter: grayscale(100%); */
}

#our-clients .item-columns .client-img .item-image:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
}

@media only screen and (min-width: 768px) {
    #our-clients .item-columns:nth-child(6n) .client-img {
        border-right: none;
    }
}

@media only screen and (max-width: 767px) {
    #our-clients .item-columns:nth-child(2n) .client-img {
        border-right: none;
    }

    .cmp-client-list-block-border #our-clients {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}























/* clouds Animation start */


.clouds {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

[class^="cloud-"] {
    position: absolute;
    right: 120%;
    width: 200px;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 10%);
}

[class^="cloud-"]:before,
[class^="cloud-"]:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 10px;
    width: 100px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
}

[class^="cloud-"]:after {
    top: -55px;
    left: auto;
    right: 15px;
    width: 120px;
    height: 120px;
}

.cloud-1 {
    top: 50px;
    -webkit-animation: moveclouds 30s linear infinite;
    -moz-animation: moveclouds 30s linear infinite;
    -o-animation: moveclouds 30s linear infinite;
    animation: moveclouds 30s linear infinite;
}

.cloud-2 {
    top: 100px;
    opacity: 0.8;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-animation: moveclouds 45s linear infinite;
    -moz-animation: moveclouds 45s linear infinite;
    -o-animation: moveclouds 45s linear infinite;
    animation: moveclouds 45s linear infinite;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s;
}

.cloud-3 {
    top: 150px;
    opacity: 0.6;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: moveclouds 40s linear infinite;
    -moz-animation: moveclouds 40s linear infinite;
    -o-animation: moveclouds 40s linear infinite;
    animation: moveclouds 40s linear infinite;
}

.cloud-4 {
    top: 200px;
    opacity: 0.75;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-animation: moveclouds 26s linear infinite;
    -moz-animation: moveclouds 26s linear infinite;
    -o-animation: moveclouds 26s linear infinite;
    animation: moveclouds 26s linear infinite;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s;
}

@-webkit-keyframes moveclouds {
    0% {
        right: -20%;
    }

    100% {
        right: 120%;
    }
}

@-moz-keyframes moveclouds {
    0% {
        right: -20%;
    }

    100% {
        right: 120%;
    }
}

@-o-keyframes moveclouds {
    0% {
        right: -20%;
    }

    100% {
        right: 120%;
    }
}










/* wraper-home-countdown start */

.wraper-home-countdown {
    padding-top: 35px;
    margin-bottom: 0px;
    border-bottom: solid 1px #f2f2f2;
    /* background-color: rgb(27, 19, 99); */
    background-color: rgb(0, 129, 207);
}

.wraper-home-countdown .home-countdown .home-countdown-item {
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid rgba(236, 236, 236, 0.26);
}

.wraper-home-countdown .home-countdown .home-countdown-item:last-child,
.wraper-home-countdown .home-countdown .home-countdown-item:only-child {
    border-right: none;
}

.wraper-home-countdown .home-countdown .home-countdown-item>.holder {
    /* max-width: 155px; */
}

.wraper-home-countdown .home-countdown .home-countdown-item>.holder .title {
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
}

.wraper-home-countdown .home-countdown .home-countdown-item>.holder .number {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    line-height: 0.9;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

#counter-section-container {
    width: 100%;
    text-align: center;
}

#counter-box-container {
    overflow: hidden;
    display: inline-block;
}

#counter-box {
    display: flex;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    font-family: 'LatoWebHeavy', Helvetica, Arial, Lucida, sans-serif;
}

.number-counter-section {
    padding: 0;
}




@media (max-width: 1024px) {

    /* /// */
    #counter-box {
        display: flex;
        font-weight: 700;
        font-size: 25px;
        /* color: #000; */
        font-family: 'LatoWebHeavy', Helvetica, Arial, Lucida, sans-serif;
    }

    .wraper-home-countdown .home-countdown .home-countdown-item>.holder .title {
        /* background: #ebebeb; */
        padding: 4px 4px;
        border-radius: 2px;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        /* color:rgb(27, 19, 99) ; */
    }

    /* .wraper-home-countdown .home-countdown .home-countdown-item>.holder {
        max-width: 100%;
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        display: table-cell;
        vertical-align: middle;
        box-shadow: 0 0 5px #a5a5a5;
    } */

    .wraper-home-countdown .home-countdown .home-countdown-item {
        /* border-right: none; */
        padding: 0 15px;
        margin-bottom: 15px;
        display: table;
        width: 100%;
    }

    .wraper-home-countdown {
        padding-top: 15px;
        padding: 4% 15px 1%;
    }

    .wraper-home-countdown .container {
        max-width: 100%;
        padding: 0;
    }


}




/* lets-connect */



.lets-connect {
    background: linear-gradient(-45deg, #0b326e, #1e2034, #1e2034, #3a104a);
    width: 100%;
    padding: 8rem 0;
    text-align: center;
    overflow: hidden;
    clear: both;
    margin-top: 0
}

.lets-connect .info {
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left
}

.clearfix {
    zoom: 1
}

.lets-connect h2 {
    line-height: 36px;
    color: rgba(180, 180, 180, 1);
    margin-bottom: 4.1rem;
    margin-top: 0
}

.lets-connect p {
    font-size: 22px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    margin-top: 0
}

.lets-connect #connectform {
    border-radius: 4rem !important;
    -webkit-border-radius: 4rem;
    box-shadow: none;
    padding: 52px 50px 54px;
    text-align: left
}

.lets-connect #connectform form {
    margin: 0;
    clear: both
}




.lets-connect .form h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: rgba(32, 57, 110, 1);
    margin-top: 0;
    margin-bottom: 2.8rem;
    display: block
}


@media (max-width: 1024px) {
    .lets-connect {
        padding: 4rem 0;
    }

    .lets-connect p {
        font-size: 15px;
        line-height: 32px;
    }

    .lets-connect h2 {
        margin-bottom: 2.2rem;
    }

    .lets-connect .form h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: rgba(32, 57, 110, 1);
        margin-top: 0;
        margin-bottom: 2.8rem;
        display: block;
    }

    .lets-connect #connectform {
        border-radius: 2rem !important;
        -webkit-border-radius: 2rem;
        box-shadow: none;
        padding: 32px 30px 34px;
        text-align: left;
        margin-top: 50px;
    }

    .form-group,
    .hs-form-field {
        margin-bottom: 20px;
    }

    .hs_submit {
        margin-top: 2rem !important;
    }
}




.footer {
    background: linear-gradient(-45deg, #0b326e, #1e2034, #1e2034, #3a104a);
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(77, 78, 80, 0.50);
    margin-top: 0;
    display: none;

}

.inr.thankyou .footer {
    height: 82px
}

.footer .ft-links {
    background-color: #f8f8f8;
    clear: both;
    padding: 4.05rem 0 2.75rem;
    margin: 0;
    background-size: cover;
    position: relative;
    z-index: 10;
    font-size: .94rem
}

.footer .ft-links h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 2.2rem;
    line-height: normal;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 2rem;
    padding: .7rem 0 1.2rem;
    position: relative
}

.footer .ft-links h3:after {
    height: 3px;
    width: 65px;
    background-color: #e9cd02;
    position: absolute;
    left: 0;
    bottom: 1px;
    content: ""
}

.footer .ft-links p {
    font-size: 1.5rem;
    color: #3f3f3f;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 1.55rem;
    padding-top: .5rem
}

.footer .ft-links ul {
    margin: 0;
    padding: 0;
    clear: both
}

.footer .ft-links ul li {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3f3f3f;
    line-height: normal;
    clear: both;
    display: block;
    overflow: hidden
}

.footer .ft-links ul li a {
    display: flex;
    align-items: center;
    color: #3f3f3f;
    text-decoration: none;
    cursor: pointer;
    float: left;
    padding: 0;
    margin: .4rem 0
}

.footer .ft-links ul li a figure {
    margin-right: 7px;
    width: 28px;
    height: 28px;
    float: left;
    margin-bottom: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center
}

.footer .ft-links ul li a figure img {
    max-width: 100%
}

.footer .ft-links ul li a span {
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .ft-links ul li a:focus,
.footer .ft-links ul li a:hover {
    color: #184ba0
}

.footer .ft-links ul li a:focus span,
.footer .ft-links ul li a:hover span {
    padding-left: .5rem
}

.footer .ft-links ul li a:focus span {
    padding-left: 0
}

.footer .ft-links ul li:nth-child(2) a figure {
    width: 32px;
    height: 32px
}

.footer .ft-links .col-md-3:first-child h3 {
    background: url(../images/intlogo-mob.svg) 0 50% no-repeat;
    background-size: 4.4rem 4.4rem;
    padding-left: 5.4rem
}

.footer .ft-links .col-md-3:first-child h3::after {
    left: 5.4rem
}

.footer .ft-links .footer_nav__list {
    clear: both;
    text-align: left;
    padding: 0;
    margin: 0
}

.footer .ft-links .footer_nav__list li {
    list-style: none;
    display: block;
    line-height: normal;
    font-weight: 400
}

.footer .ft-links .footer_nav__list li a {
    color: #3f3f3f;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: .5rem 0
}

.footer .ft-links .footer_nav__list li a:focus,
.footer .ft-links .footer_nav__list li a:hover {
    color: #184ba0;
    padding-left: .5rem
}

.footer .ft-links .footer_nav__list li a:focus {
    padding-left: 0
}

.footer .ft-links .footer_news__list {
    clear: both;
    text-align: left;
    padding: 0;
    margin: 0
}

.footer .ft-links .footer_news__list li {
    list-style: none;
    display: block;
    line-height: normal;
    font-weight: 400
}

.footer .ft-links .footer_news__list li a {
    color: #3f3f3f;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    margin: .5rem 0
}

.footer .ft-links .footer_news__list li a:focus,
.footer .ft-links .footer_news__list li a:hover {
    color: rgba(24, 75, 160, 1);
    padding-left: .5rem
}

.footer .ft-links:after {
    position: absolute;
    max-width: 780px;
    height: 100%;
    width: 100%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(../images/bg/footer/gw-map.svg) 50% 50% no-repeat;
    background-size: cover;
    opacity: .1;
    z-index: -1
}

.footer .ft-copy {
    clear: both;
    padding: 1.5rem 0 1.5rem
}

.footer .ft-copy p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(110, 115, 120, 1);
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 0;
    padding-top: 0;
    text-align: center
}

.footer .ft-copy .row .col-md-4 {
    float: right
}

.footer .ft-copy .socials {
    padding: 0;
    float: left
}

.footer .ft-copy .socials .social_list {
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block
}

.footer .ft-copy .socials .social_list li {
    display: flex;
    list-style: none;
    padding: 0 1.25rem
}

.footer .ft-copy .socials .social_list li a,
.footer .ft-copy .socials .social_list li svg {
    width: 29px;
    height: 29px;
    display: flex;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0;
    justify-items: center;
    align-self: center;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .ft-copy .socials .social_list li a svg {
    left: 0
}

.footer .ft-copy .socials .social_list li a path,
.footer .ft-copy .socials .social_list li svg path {
    fill: rgba(148, 150, 152, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .ft-copy .socials .social_list li a:focus svg,
.footer .ft-copy .socials .social_list li a:hover svg,
.footer .ft-copy .socials .social_list li svg:focus svg,
.footer .ft-copy .socials .social_list li svg:hover svg {
    left: .5rem
}

.footer .ft-copy .socials .social_list li a:focus svg path,
.footer .ft-copy .socials .social_list li a:hover svg path,
.footer .ft-copy .socials .social_list li svg:focus svg path,
.footer .ft-copy .socials .social_list li svg:hover svg path {
    fill: rgba(255, 255, 255, 1)
}

.footer .ft-copy .socials .social_list li:first-child svg {
    width: 25px;
    height: 25px
}

.footer .ft-copy .socials .social_list li:nth-child(2) svg {
    width: 28px;
    height: 28px
}

.footer .ft-copy .socials .social_list li:last-child {
    padding-right: 0
}


.form-control,
.hs-form .hs-input {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    font-size: 17px;
    color: rgba(58, 58, 58, 1);
    background: transparent;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 0;
    border-bottom: 1px solid;
    border-color: rgba(209, 209, 209, 1);
    border-radius: 0;
    padding-left: .25rem;
    padding-right: .5rem;
    padding-bottom: .7rem;
    resize: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hs-fieldtype-intl-phone.hs-input select {
    padding-bottom: .8rem !important
}

.hs-form label {
    display: none;
    visibility: none
}

.hs-form .hs-error-msgs label {
    display: block;
    visibility: visible
}

.form-control:focus,
.hs-form .hs-input:focus {
    border-color: rgba(34, 62, 146, 1);
    outline: 0
}

.form-control::-moz-placeholder,
.hs-input::-moz-placeholder {
    color: #3a3a3a;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.hs-input:-ms-input-placeholder {
    color: #3a3a3a
}

.form-control::-webkit-input-placeholder,
.hs-input::-webkit-input-placeholder {
    color: #3a3a3a
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.hs-input[disabled],
.hs-input[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
.hs-input[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control,
.hs-form textarea.hs-input {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group,
.hs-form-field {
    margin-bottom: 28px
}

.hs_submit {
    margin-top: 4rem
}

/* hiring model area starts */
.hiringmodel {
    background-image: url(../../images/salesforce/hiremodel.jpg);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}

.hiringmodel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #4bccff; */
    /* background: -moz-linear-gradient(45deg, #010418  0%, #9be2ff 100%);
background: -webkit-linear-gradient(45deg, #010418 0%,#9be2ff 100%); 
background: linear-gradient(45deg, #010418 0%,#9be2ff 100%);  */

    /* background: linear-gradient(to right, #3886ff 0%,#b3f3ff  65%); */
    background: linear-gradient(to right, #000 0%, #202c46 65%);
    /* background: linear-gradient(to right, #3886ff 0%,#222b61  65%); */

    opacity: .7;
    top: 0;
    left: 0;
}

.hiringmodel .com-heading h4 {
    border-bottom: 1px solid #efefef;
    color: #ffffff;
}

.hiringmodel .nav-pills-custom .nav-link {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    position: relative;
    color: #2c183f;
}

.hiringmodel .nav-pills-custom .nav-link svg {
    width: 40px;
    height: 40px;
    stroke: #2c183f;
    margin-right: 10px;
}

.hiringmodel .nav-pills-custom .nav-link svg path,
.hiringmodel .nav-pills-custom .nav-link svg g .cls-1 {
    stroke: #2c183f;
}

.hiringmodel .nav-pills-custom .nav-link svg g path {
    fill: #2c183f !important;
}

.hiringmodel .nav-pills-custom .nav-link:hover svg,
.hiringmodel .nav-pills-custom .nav-link:hover svg path,
.hiringmodel .nav-pills-custom .nav-link:hover svg g .cls-1 {
    stroke: #00a1e0;
}

.hiringmodel .nav-pills-custom .nav-link:hover svg g path {
    fill: #00a1e0 !important;
}

.hiringmodel .nav-pills-custom .nav-link:hover {
    color: #00a1e0;
}

.hiringmodel .nav-pills-custom .nav-link.active,
.hiringmodel .nav-pills-custom .nav-link:hover {
    color: #00a1e0;
    background: #e5f6fe;
}

.hiringmodel .nav-pills-custom .nav-link.active svg path,
.hiringmodel .nav-pills-custom .nav-link.active svg g .cls-1 {
    stroke: #00a1e0;
}

.hiringmodel .nav-pills-custom .nav-link.active svg g path {
    fill: #00a1e0 !important;
}

.hiringmodel ul {
    display: inline-grid;
    gap: 20px;
    grid-template-columns: auto auto;
}

.hiringmodel ul li.bordereffect {
    list-style: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right, #00a1e0, #232960);
    /* background: linear-gradient(to right, #00a1e0, #66d4ff); */
    position: relative;
    padding: 0 5px;
}

.hiringmodel ul li.bordereffect:nth-child(odd) {
    border-bottom-left-radius: 40px;
}

.hiringmodel ul li.bordereffect:nth-child(even) {
    border-bottom-right-radius: 40px;
}

.hiringmodel ul li h4 {
    /* background: linear-gradient(to right, #22285e, #222b61); */
    background: linear-gradient(to right, #326eca, #6ec4ef);
    /* background: linear-gradient(to right, #00a1e0, #66d4ff); */
    color: #FFFFFF;

}

.hiringmodel ul li:first-child .textcontent {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
}

.hiringmodel ul li .textcontent p {
    padding: 1.5rem;
    min-height: 185px;
}

.hiringmodel ul li:nth-child(2) .textcontent {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

@media(max-width:991px) {
    .hiringmodel ul {
        display: grid;
        grid-template-columns: auto;
    }

    .hiringmodel .tab-pane {
        padding: 0 !important;
    }

    .hiringmodel .nav-pills-custom .nav-link {
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .hiringmodel .nav-pills-custom .nav-link svg {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

@media(min-width: 992px) and (max-width:1024px) {
    .hiringmodel .nav-pills-custom .nav-link {
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .hiringmodel .nav-pills-custom .nav-link svg {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .hiringmodel ul li .textcontent p {
        font-size: 14px;
    }
}

/* Add indicator arrow for the active tab */
@media (min-width: 768px) {
    .hiringmodel .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.hiringmodel .nav-pills-custom .nav-link.active::before {
    opacity: 1;
    border-left: 10px solid #e5f6fe;
}


/* how to hire area starts */
.howtohire {
    position: relative;
}

.howtohire .main-timeline {
    overflow: hidden;
    position: relative;
}

.howtohire .main-timeline .timeline {
    position: relative;
    margin-top: -83px;
}

.howtohire .main-timeline .timeline:first-child {
    margin-top: 0;
}

.howtohire .main-timeline .timeline:before,
.howtohire .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.howtohire .main-timeline .timeline:before {
    content: "";
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.howtohire .main-timeline .timeline-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 15px solid transparent;
    border-top-color: #232960;
    border-right-color: #232960;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}

.howtohire .main-timeline .year {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    color: #232960;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}

.howtohire .main-timeline .year img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.howtohire .main-timeline .timeline-content {
    width: 37%;
    float: right;
    background: #232960;
    padding: 30px 20px;
    margin: 50px 0;
    z-index: 1;
    position: relative;
}

.howtohire .main-timeline .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #232960;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}

.howtohire .main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
}

.howtohire .main-timeline .description {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.howtohire .main-timeline .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
}

.howtohire .main-timeline .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
}

.howtohire .main-timeline .timeline:nth-child(2n) .timeline-content {
    float: left;
}

.howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%;
}

.howtohire .main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-top-color: #00a1e0;
    border-right-color: #00a1e0;
}

.howtohire .main-timeline .timeline:nth-child(2n) .year {
    color: #00a1e0;
}

.howtohire .main-timeline .timeline:nth-child(2n) .timeline-content,
.howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    background: #00a1e0;
}

.howtohire .main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #395299;
    border-right-color: #395299;
}

.howtohire .main-timeline .timeline:nth-child(3n) .year {
    color: #395299;
}

.howtohire .main-timeline .timeline:nth-child(3n) .timeline-content,
.howtohire .main-timeline .timeline:nth-child(3n) .timeline-content:before {
    background: #395299;
}

.howtohire .main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #232960;
    border-right-color: #232960;
}

.howtohire .main-timeline .timeline:nth-child(4n) .year {
    color: #232960;
}

.howtohire .main-timeline .timeline:nth-child(4n) .timeline-content,
.howtohire .main-timeline .timeline:nth-child(4n) .timeline-content:before {
    background: #232960;
}

.howtohire .main-timeline .timeline:nth-child(5n) .timeline-icon {
    border-top-color: #00a1e0;
    border-right-color: #00a1e0;
}

.howtohire .main-timeline .timeline:nth-child(5n) .year {
    color: #00a1e0;
}

.howtohire .main-timeline .timeline:nth-child(5n) .timeline-content,
.howtohire .main-timeline .timeline:nth-child(5n) .timeline-content:before {
    background: #00a1e0;
}


@media only screen and (max-width: 1400px) and (min-width: 767px) {

    .certifiedarea {
        margin-top: 50px;
    }

    .salesforce-banner-container .contentarea h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {

    /* .main-timeline .timeline{ margin-top: -103px; } */
    .howtohire .main-timeline .timeline-content:before {
        left: -18%;
    }

    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        right: -18%;
    }
}

@media only screen and (max-width: 990px) {

    /* .main-timeline .timeline{ margin-top: -127px; } */
    .howtohire .main-timeline .timeline-content:before {
        left: -2%;
    }

    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        right: -2%;
    }
}

@media only screen and (max-width: 991px) {
    .howtohire .main-timeline .timeline {
        margin-top: 0;
        padding-top: 16px;
        overflow: hidden;
    }

    .howtohire .main-timeline .title {
        font-size: 14px;
    }

    .howtohire .main-timeline .description {
        font-size: 13px;
    }

    .howtohire .main-timeline .timeline:before,
    .howtohire .main-timeline .timeline:nth-child(2n):before {
        box-shadow: none;
    }

    .howtohire .main-timeline .timeline-icon,
    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg);
    }

    .howtohire .main-timeline .year,
    .howtohire .main-timeline .timeline:nth-child(2n) .year {
        transform: rotate(-135deg);
    }

    .howtohire .main-timeline .timeline-content,
    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto;
    }

    .howtohire .main-timeline .timeline-content:before,
    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .howtohire .main-timeline {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .howtohire .main-timeline .timeline {
        flex: 0 0 49%;
    }

}

@media(min-width: 1419px) {
    .howtohire .main-timeline .timeline {
        position: relative;
        /* margin-top: -81px; */
    }
}

/* what our client says area starts */
.testimonial_section {
    display: block;
    overflow: hidden;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-color: #1a73e8;
    padding-top: 77px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
}

.testimonial_section .about_content .background_layer {
    background-color: #1a73e8;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    background-color: #e5f6fe;
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .quote {
    position: absolute;
    top: -90px;
    right: 0;
    transform: rotate(180deg);
}

.testimonial_section .testimonial_box .testimonial_container .dotbg {
    position: absolute;
    bottom: 90px;
    left: -94px;
    width: 205px;
    height: 150px;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: #e5f6fe;
    width: auto;
    margin-right: -200px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 62px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 150px;
    margin-top: 69px;
    padding: 45px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    background-color: #1a73e8;
    position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #232960;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #525252;

}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 35px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    height: 205px;
    width: 205px;
    object-fit: cover;
    object-position: top right;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #1a73e8;
    border: 2px solid transparent;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 15px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #232960;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #1a73e8;
    border: 2px solid transparent;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 15px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #232960;
}

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 200% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
    }

    /* .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
      display: none;
    } */
    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
        top: 0;
        left: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
        width: 170px;
        height: 170px;
    }
}

@media all and (max-width: 767px) {
    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
        top: 23px;
        left: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
        width: 140px;
        height: 140px;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
        font-size: 14px;
    }

    .testimonial_section .testimonial_box .testimonial_container .quote svg {
        width: 177px;
        height: 177px;
    }
}

@media all and (max-width: 319px) {

    .salesforce-banner-container .contentarea .send-btn,
    .send-btn {
        font-size: 12px !important;
    }

    .com-heading p {
        font-size: 14px;
    }

    .wraper-home-countdown .home-countdown .home-countdown-item {
        flex: 0 0 100%;
        max-width: 100%;
        flex-shrink: 0;
    }

    .hiringmodel .tab-content .tab-pane {
        padding: 2rem !important;
    }

    .hiringmodel .tab-content .tab-pane p {
        font-size: 14px;
    }
}

.close {
    position: absolute;
    padding: 0 !important;
    top: -9px;
    right: -9px !important;
    margin: 0 !important;
    width: 30px;
    right: 0;
    border-radius: 50%;
    height: 30px;
    background-color: #db1a20 !important;
    opacity: 1;
    z-index: 1;
    color: #ffffff;
}

.certifiedarea {
    width: 550px;
    position: relative;
}

.certifiedarea .sale_middle {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.certifiedarea .sale_middle img {
    width: 200px;
    height: 400px;
    object-fit: contain;
}

.certifiedarea ul {
    display: block;
    margin: 0;
    padding: 0;
}

.certifiedarea ul li {
    list-style: none;
}

.certifiedarea ul li img {
    width: 65px;
}

.iti {
    width: 100%;
}

.iti .iti__country {
    white-space: pre-wrap;
}

.iti__country-list {
    width: 480px;
    max-height: 170px;
}

.iti-mobile .iti--container {
    z-index: 999999;
    width: auto;
}

@media(min-width:1025px) and (max-width:1440px) {
    .iti-mobile .iti__country-list {
        width: 35%;
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .certifiedarea {
        margin: 0 0 0 auto !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .certifiedarea .sale_middle {
        -webkit-animation: sale_middle 1.1s linear infinite alternate;
        -o-animation: sale_middle 1.1s linear infinite alternate;
        animation: sale_middle 1.1s linear infinite alternate;
    }

    @keyframes sale_middle {
        to {
            transform: scale(1.1);
        }
    }

    .certifiedarea ul li.top1,
    .certifiedarea ul li.top2,
    .certifiedarea ul li.top3,
    .certifiedarea ul li.top4,
    .certifiedarea ul li.top5,
    .certifiedarea ul li.top6,
    .certifiedarea ul li.top7 {
        position: absolute;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        border-radius: 50%;
        overflow: hidden;
    }

    .certifiedarea ul li.top1 {
        bottom: 35px;
        left: 100px
    }

    .certifiedarea ul li.top2 {
        bottom: 143px;
        left: 65px;

    }

    .certifiedarea ul li.top3 {
        top: 48px;
        left: 112px;
    }

    .certifiedarea ul li.top4 {
        top: 0px;
        left: 225px;
    }

    .certifiedarea ul li.top5 {
        top: 48px;
        right: 110px;
    }

    .certifiedarea ul li.top6 {
        bottom: 143px;
        right: 65px;
    }

    .certifiedarea ul li.top7 {
        bottom: 35px;
        right: 100px
    }

    .iti-mobile .iti__country-list {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .certifiedarea {
        margin: 0 5% 0 auto !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .certifiedarea .sale_middle {
        -webkit-animation: sale_middle 1.1s linear infinite alternate;
        -o-animation: sale_middle 1.1s linear infinite alternate;
        animation: sale_middle 1.1s linear infinite alternate;
    }

    @keyframes sale_middle {
        to {
            transform: scale(1.1);
        }
    }

    .certifiedarea ul li img {
        width: 75px;
    }

    .certifiedarea ul li.top1 {
        bottom: -18px !important;
        left: 40px !important;
    }

    .certifiedarea ul li.top2 {
        bottom: 60px !important;
        left: 12px !important;

    }

    .certifiedarea ul li.top3 {
        top: -12px !important;
        left: 42px !important;
    }

    .certifiedarea ul li.top4 {
        top: -45px !important;
        left: 225px;
    }

    .certifiedarea ul li.top5 {
        top: -12px !important;
        right: 42px !important;
    }

    .certifiedarea ul li.top6 {
        bottom: 60px !important;
        right: 12px !important;
    }

    .certifiedarea ul li.top7 {
        bottom: -18px !important;
        right: 40px;
    }

    .iti-mobile .iti__country-list {
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
    }
}

@media(max-width:991px) {
    .certifiedarea {
        width: 322px;
        margin: 0 auto;
    }

    .certifiedarea .sale_middle {
        width: 130px;
        display: block;
        margin: 0 auto;
    }

    .certifiedarea .sale_middle img {
        width: 130px;
        height: 200px;
        object-fit: contain;
    }

    .certifiedarea ul li.top1,
    .certifiedarea ul li.top2,
    .certifiedarea ul li.top3,
    .certifiedarea ul li.top4,
    .certifiedarea ul li.top5,
    .certifiedarea ul li.top6,
    .certifiedarea ul li.top7 {
        position: absolute;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
        border-radius: 50%;
        overflow: hidden;
    }

    .certifiedarea ul li.top1 {
        bottom: 0;
        left: 40px
    }

    .certifiedarea ul li.top2 {
        bottom: 70px;
        left: 25px;

    }

    .certifiedarea ul li.top3 {
        top: 0;
        left: 50px;
    }

    .certifiedarea ul li.top4 {
        top: -30px;
        left: 125px;
    }

    .certifiedarea ul li.top5 {
        top: 0;
        right: 50px;
    }

    .certifiedarea ul li.top6 {
        bottom: 70px;
        right: 25px;
    }

    .certifiedarea ul li.top7 {
        bottom: 0;
        right: 40px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .wraper-home-countdown .home-countdown .home-countdown-item:nth-child(3) {
        border-right: none;
    }
}

@media(max-width:767px) {
    .certifiedarea {
        margin-top: 35px;
    }

    .iti__country-list {
        width: 257px;
        max-height: 86%;
        top: 70px;
    }

    .wraper-home-countdown .home-countdown .home-countdown-item:nth-child(2),
    .wraper-home-countdown .home-countdown .home-countdown-item:nth-child(4) {
        border-right: none;
    }
}

@media(min-width:280px) and (max-width:319px) {
    .certifiedarea {
        width: 300px;
        margin: 32px auto 0;
    }
}

@media(min-width:1024px) {

    .certifiedarea ul li.top1,
    .certifiedarea ul li.top2,
    .certifiedarea ul li.top3,
    .certifiedarea ul li.top4,
    .certifiedarea ul li.top5,
    .certifiedarea ul li.top6,
    .certifiedarea ul li.top7 {
        position: absolute;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        border-radius: 50%;
        overflow: hidden;
    }

    .certifiedarea ul li.top1 {
        bottom: 35px;
        left: 100px
    }

    .certifiedarea ul li.top2 {
        bottom: 143px;
        left: 65px;

    }

    .certifiedarea ul li.top3 {
        top: 48px;
        left: 112px;
    }

    .certifiedarea ul li.top4 {
        top: 0px;
        left: 225px;
    }

    .certifiedarea ul li.top5 {
        top: 48px;
        right: 110px;
    }

    .certifiedarea ul li.top6 {
        bottom: 143px;
        right: 65px;
    }

    .certifiedarea ul li.top7 {
        bottom: 35px;
        right: 100px
    }
}

@media(min-width:992px) {
    .certifiedarea {
        margin-bottom: 24px;
    }

    .certifiedarea ul li img {
        width: 100px;
    }

    .certifiedarea .sale_middle {
        -webkit-animation: sale_middle 1.1s linear infinite alternate;
        -o-animation: sale_middle 1.1s linear infinite alternate;
        animation: sale_middle 1.1s linear infinite alternate;
    }

    @keyframes sale_middle {
        to {
            transform: scale(1.1);
        }
    }
}




.modal .salesforce-banner-contact .hire-page-banner-form .hirepage-contact-form-inner-1 form .iti.iti--allow-dropdown:nth-child(2) .iti__flag-container {
    display: none;
}

.modal .salesforce-banner-contact .hire-page-banner-form .hirepage-contact-form-inner-1 form .iti__selected-flag {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 80%;
}

.modal .salesforce-banner-contact .hire-page-banner-form .hirepage-contact-form-inner-1 .hirepage-contact-form-block-1 .hire-form-field.countryCodePhone {
    margin-bottom: 10px !important;
}

@media(max-width:1300px) {
    .salesforce-services li.timeline-item h5 {
        font-size: 17px !important;
    }

    .salesforce-services li.timeline-item p {
        font-size: 12px !important;
    }

}

@media(min-width:1702px) {
    .howtohire .main-timeline .timeline-content:before {
        width: 35%;
        left: -22%;
    }

    .howtohire .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        right: -22%;
    }
}

@media(min-width:1513px) {
    .howtohire .main-timeline .timeline-icon {
        border: 16px solid transparent;
        border-top-color: #232960;
        border-right-color: #232960;
    }
}


/* 26/4/23 */
/* clouds-we-work-on area starts */
.c-work-on {
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background-color: #e6f8ff;
}

.c-work-on .salesfrccloud-inner {
    position: relative;
}

.c-work-on .salesfrccloud-inner .salesfrccloud-shape {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.c-work-on .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) .salesfrccloud-inner .salesfrccloud-shape {
    background-color: #2f3468;
}

.c-work-on .owl-carousel .owl-stage-outer .owl-item:nth-child(even) .salesfrccloud-inner .salesfrccloud-shape {
    background-color: #0c81b9;
}

.c-work-on .salesfrccloud-inner .big-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -95px;
}

.c-work-on .salesfrccloud-inner .big-img img {
    height: 382px;
    object-fit: contain;
    width: 230px;
}

.c-work-on .salesfrccloud-inner .small-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    left: 18px;
}

.c-work-on .salesfrccloud-inner .small-img img {
    height: 30px;
    object-fit: contain;
}

.c-work-on .owl-carousel .owl-stage-outer {
    padding-top: 40px;
}

.c-work-on .salesfrccloud-inner h5 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}

.owl-dots {
    text-align: center;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.owl-dots button.active {
    background-color: #0c81b9;
}

.owl-dots button {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #0c81b9;
}

.centerimg {
    position: absolute;
    background-color: #ffffff;
    width: 160px;
    height: 90px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.centerimg img {
    height: 80px;
    object-fit: contain;
}

@media(max-width:575px) {
    .c-work-on .salesfrccloud-inner {
        padding: 0;
    }

    .c-work-on .salesfrccloud-inner .salesfrccloud-shape {
        width: 200px;
        height: 200px;
    }

    .c-work-on .salesfrccloud-inner .big-img img {
        height: 333px;
    }

    .c-work-on .salesfrccloud-inner .small-img {
        width: 60px;
        height: 60px;
    }

    .c-work-on .salesfrccloud-inner .small-img img {
        height: 30px;
    }

    .c-work-on .owl-carousel .owl-stage-outer {
        padding-top: 50px;
    }

    .owl-dots button {
        width: 10px;
        height: 10px;
    }
}


/* salesforce integration area */
.salesfrc-integration {
    position: relative;
    width: 100%;
    background: linear-gradient(to left, #75c9ff 0%, #b3f3ff 65%);
}

.salesfrc-integration::before {
    background-repeat: no-repeat;
    content: "";
    background-image: url("../../asset/img/salesforce/dot-background-pattern.png");
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;

}

.main-timeline-integration {
    font-family: 'Poppins', sans-serif;
}

.main-timeline-integration:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline-integration .timeline {
    width: calc(50% + 200px);
    margin: 0 0 25px 5px;
    float: right;
}

.main-timeline-integration .timeline-content {
    color: #555;
    background: #fff;
    padding: 20px 15px 20px 290px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    display: block;
    position: relative;
}

.main-timeline-integration .timeline-content:hover {
    text-decoration: none;
}

.main-timeline-integration .timeline-content:before {
    content: '';
    background-color: #00A7FB;
    height: 100%;
    width: 120px;
    position: absolute;
    left: 140px;
    top: 0;
}

.main-timeline-integration .timeline-year {
    color: #00A7FB;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    transform: translateY(-50%);
    position: absolute;
    left: 22px;
    top: 50%;
}

.main-timeline-integration .timeline-icon {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    width: 120px;
    transform: translateY(-50%);
    position: absolute;
    left: 140px;
    top: 50%;
}

.main-timeline-integration .timeline-icon img {
    height: 44px;
}

.main-timeline-integration .title {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.main-timeline-integration .description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.main-timeline-integration .timeline:nth-child(even) {
    margin: 0 5px 25px 0;
    float: left;
}

.main-timeline-integration .timeline:nth-child(even) .timeline-content {
    padding: 20px 280px 20px 20px;
}

.main-timeline-integration .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 139px;
}

.main-timeline-integration .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 19px;
}

.main-timeline-integration .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 139px;
}

.main-timeline-integration .timeline:nth-child(4n+2) .timeline-content:before {
    background-color: #395299;
}

.main-timeline-integration .timeline:nth-child(4n+2) .timeline-year {
    color: #395299;
}

.main-timeline-integration .timeline:nth-child(4n+3) .timeline-content:before {
    background-color: #232960;
}

.main-timeline-integration .timeline:nth-child(4n+3) .timeline-year {
    color: #232960;
}

.main-timeline-integration .timeline:nth-child(4n+4) .timeline-content:before {
    background-color: #0fbbce;
}

.main-timeline-integration .timeline:nth-child(4n+4) .timeline-year {
    color: #0fbbce;
}

@media screen and (max-width:767px) {

    .main-timeline-integration .timeline,
    .main-timeline-integration .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 30px;
    }

    .main-timeline-integration .timeline-content,
    .main-timeline-integration .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 200px 15px 15px 15px;
    }

    .main-timeline-integration .timeline-content:before,
    .main-timeline-integration .timeline:nth-child(even) .timeline-content:before {
        width: 100%;
        height: 100px;
        transform: translateX(-50%) translateY(0);
        left: 50%;
        right: auto;
        top: 80px;
    }

    .main-timeline-integration .timeline-year,
    .main-timeline-integration .timeline:nth-child(even) .timeline-year {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 20px;
    }

    .main-timeline-integration .timeline-icon,
    .main-timeline-integration .timeline:nth-child(even) .timeline-icon {
        width: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 105px;
    }
}


.navbar-nav .nav-link {
    color: #001866;
}

.nav-link .gnav_svg-image {
    fill: #001866;
}





/* Com salesforce fifty fifty block Start */
.salesforce-section {
    margin-top: 25px;
}


.bg-sky {
    background-color: #e6f8ff;
}


.com-fifty-fifty-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 5% 0; */
}

.com-fifty-fifty-block .text-block {
    width: calc(50% - 4%);
    margin-right: 2%;
    margin-left: 2%;
    text-align: left;
}

.com-fifty-fifty-block .text-block h5 {
    font-size: 23px;
}

.com-fifty-fifty-block .text-block p {
    font-size: 18px;
    text-align: justify;
}

.com-fifty-fifty-block .image-block {
    width: 50%;
}

.com-heading h3 {
    font-weight: 300;
    font-size: 42px;
    color: #1c1c1c;
    text-transform: uppercase;
    font-family: 'LatoWebLight', Helvetica, Arial, Lucida, sans-serif;
}

.com-fifty-fifty-block .image-block img {
    width: 100%;
}


/**/

#ClientCarousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 115px;
    margin: 0 auto 5px;
}

#ClientCarousel .owl-item img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

#ClientCarousel .owl-item img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}


/**/

@media(max-width:1199px) {
    .about-us-banner-container .banner-text-position h5 {
        width: 100%;
    }
}


/**/

@media (max-width: 1024px) {
    #ClientCarousel .owl-item img {
        filter: none;
        -webkit-filter: none;
        -webkit-transition: none;
    }
}


/* Com salesforce fifty fifty block End */

@media(max-width:991px) {
    .com-fifty-fifty-block {
        justify-content: space-between;
        flex-direction: column;
        margin: 100px 0;
    }

    .com-fifty-fifty-block .mob-left-block .text-left,
    .com-fifty-fifty-block .mob-right-block .text-left {
        text-align: center !important;
    }

    .com-fifty-fifty-block .mob-left-block {
        order: 1;
        width: 65%;
        text-align: center !important;
    }

    .com-fifty-fifty-block .mob-right-block {
        order: 2;
        width: 100%;
        text-align: center !important;
        margin-top: 25px;
    }

    .about-us-banner-container {
        background-size: cover;
        height: 700px;
        background-attachment: scroll;
        /* background-position: right; */
        background-position: bottom 0 right -130px;
    }

    .about-us-banner-container .banner-text-position {
        text-align: center;
    }

    .about-us-banner-container .banner-text-position h1,
    .about-us-banner-container .banner-text-position h5 {
        text-align: center;
    }

    .about-us-banner-container .banner-text-position p {
        width: 100%;
    }

    .chevron-arrow-down {
        bottom: auto;
        top: 600px;
    }

    .clickbtn {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}


/**/

@media(max-width:640px) {
    .about-us-banner-container .banner-text-position h1 span {
        font-size: 32px;
    }

    .about-us-banner-container .banner-text-position h1 {
        font-size: 3rem;
        font-weight: 100;
        line-height: 1.2;
        white-space: normal;
        overflow: auto;
    }
}


/**/

@media(max-width:576px) {
    .com-fifty-fifty-block .mob-left-block {
        width: 80%;
    }

    .com-heading h3 {
        font-weight: 300;
        font-size: 26px;
        color: #1c1c1c;
        text-transform: uppercase;
        font-family: 'LatoWebLight', Helvetica, Arial, Lucida, sans-serif;
    }

    .com-fifty-fifty-block .text-block h5 {
        font-size: 18px;
    }

    .com-fifty-fifty-block {
        margin: 60px 0;
    }

    .com-heading.mb-4 {
        margin-bottom: 10px !important;
    }

    .com-fifty-fifty-block .text-block p {
        font-size: 16px;
    }
}


#conversationModal .close {
    color: #ffffff;
}


.sales-services-body .countryModal_close_icon.close{
    opacity: 1;
}
.sales-services-body .countryModal_close_icon.close span{
color: #fff;
}
