@font-face {
    font-family:'neue_haas_grotesk_disp55roman';
    src: url('../fonts/neuehaasdisplayroman-webfont.eot');
    src: url('../fonts/neuehaasdisplayroman-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/neuehaasdisplayroman-webfont.woff2') format('woff2'),
        url('../fonts/neuehaasdisplayroman-webfont.woff') format('woff'),
        url('../fonts/neuehaasdisplayroman-webfont.ttf') format('truetype'),
        url('../fonts/neuehaasdisplayroman-webfont.svg#neue_haas_grotesk_disp55roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'neue_haas_grotesk_display65Md';
    src: url('../fonts/neuehaasdisplaymedium-webfont.eot');
    src: url('../fonts/neuehaasdisplaymedium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/neuehaasdisplaymedium-webfont.woff2') format('woff2'),
        url('../fonts/neuehaasdisplaymedium-webfont.woff') format('woff'),
        url('../fonts/neuehaasdisplaymedium-webfont.ttf') format('truetype'),
        url('../fonts/neuehaasdisplaymedium-webfont.svg#neue_haas_grotesk_display65Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'neue_haas_grotesk_display45Lt';
    src: url('../fonts/neuehaasdisplaylight-webfont.eot');
    src: url('../fonts/neuehaasdisplaylight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/neuehaasdisplaylight-webfont.woff2') format('woff2'),
        url('../fonts/neuehaasdisplaylight-webfont.woff') format('woff'),
        url('../fonts/neuehaasdisplaylight-webfont.ttf') format('truetype'),
        url('../fonts/neuehaasdisplaylight-webfont.svg#neue_haas_grotesk_display45Lt') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    -scroll-behavior: smooth;
}
body {
    color: #747474;
    font-family:'neue_haas_grotesk_display45Lt';
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
}
.container {
    max-width: 1440px;
}
p {
    line-height: 28px;
    color: #6d6c6c;
    font-size: 18px;
    font-family:'neue_haas_grotesk_disp55roman';
}
a {
    color: #4e4e4e;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    outline: none;
    text-decoration: none !important;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}
ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
    border: 0;
}
ul li {
    list-style: none;
}
a:hover {
    color: #333;
}
a:focus {
    outline: none;
}
button:focus,
a:focus,
a.active {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'neue_haas_grotesk_disp55roman';
}
h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 60px;
    color: #042925;
}
h4 {
    font-size: 24px;
    line-height: 30px;
    color: #042925;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0;
}
.white-color {
    color: #fff !important;
}
::-moz-placeholder {
    color: #7c7c7c !important;
    font-size: 16px;
    opacity: 1;
}
:-ms-input-placeholder {
    color: grey !important;
    font-size: 16px;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #7c7c7c !important;
    font-size: 16px;
    opacity: 1;
}
.logo img {
    width: 200px;
}
.btn.call-btn {
    color: #fff;
    background-color: transparent;
    border: solid 2px #fff;
}
.btn {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 12px 50px 12px 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f99d49;
    position: relative;
    color: #042925;
    font-family: 'neue_haas_grotesk_display65Md';
}
.btn.call-btn:hover,
.btn:hover {
    background-color: #e7c32a;
    color: #000;
}
.btn::after {
    position: absolute;
    content: '\f061';
    font: normal normal normal 14px / 1 FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.btn.call-btn {
    padding-right: 30px;
}
.btn.call-btn::after,
.btn-sbmt::after {
    display: none;
}
.btn-blk {
    background-color: #042925;
    color: #fff;
}
.btn-blk:hover {
    background-color: #f99d49;
    color: #000;
}
.btn-sbmt {
    background-color: #042925;
    color: #fff;
    padding-right: 30px;
}
.btn.call-btn {
    padding-right: 30px;
}
.btn-sbmt:hover {
    background-color: #f99d49;
    color: #000;
}
.btn.call-btn::after,
.btn-sbmt::after {
    display: none;
}
.banner-wrap header {
    padding-top: 28px;
}
.header-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-cta {
    text-align: right;
}
.banner-wrap {
    background-color: #042925;
    position: relative;
    overflow: hidden;
}
.banner-wrap::before {
    background-image: url(../images/star-bg.png);
    content: '';
    width: 1053px;
    height: 950px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    right: -90px;
    z-index: 0;
}
.banner-wrap::after {
    background-image: url(../images/star-banner.png);
    content: '';
    width: 385px;
    height: 385px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 60px;
    left: 0;
    z-index: 0;
}
.banner-text {
  position: relative;
  z-index: 1;
}
.banner-wrap .section {
    padding: 115px 0;
}
.banner-text h1 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 100%;
}
.banner-text span {
    color: #f99d49;
}
.banner-text p {
    color: #ebfbef;
    font-size: 22px;
    line-height: 35px;
    font-family: 'neue_haas_grotesk_display45Lt';
}
.quote-form {
  background: #c9e8d0;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.form-title {
    font-size: 28px;
    color: #042925;
    font-family: 'neue_haas_grotesk_display65Md';
}
.quote-form h6 {
    font-weight: 500;
    font-size: 18px;
    color: #575757;
    margin-bottom: 20px;
    font-family: 'neue_haas_grotesk_disp55roman';
}
.how-work {
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.how-work p {
    margin-bottom: 0px;
}
.work-wrap {
    margin-top: 20px;
}
.work-wrap h6 {
    font-size: 22px;
    color: #042925;
    font-weight: 500;
}
.why-choose .col-lg-4 {
    display: flex;
    position: relative;
}
.why-choose .col-lg-4:nth-child(1)::before,
.why-choose .col-lg-4:nth-child(2)::before,
.why-choose .col-lg-4:nth-child(3)::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 2px;
    background: #eae2d7;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.services-block {
  background-color: #e0f6e5;
  position: relative;
  overflow: hidden;
}
.services-block::before {
    background-image: url(../images/telemarketing-star.png);
    content: '';
    width: 385px;
    height: 385px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 100px;
    right: 50px;
}
.outsource-block {
    position: relative;
}
.outsource-block::before {
    background-image: url(../images/leaf.png);
    content: '';
    width: 485px;
    height: 515px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0;
}
.outboard-wrap {
    background: #fff;
    padding: 40px;
    border: solid 1px #cee3d3;
    border-radius: 20px;
    height: 100%;
    z-index: 1;
    position: relative;
}
.outboard-wrap h4 {
    margin-top: 20px;
}
.outboard-wrap p {
    color: #6d6c6c;
}
.outsource-block h4 {
    margin-top: 20px;
}
.bdr-lr {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.outsource-block .col-md-4 {
    padding: 0 25px;
}
.cstm-bdr {
    border-bottom: solid 1px #ddd;
    padding-bottom: 45px;
}
.timeline-wrap {
    background-color: #042925;
    position: relative;
}
.timeline-wrap::before {
    background-image: url(../images/star-bg.png);
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.timeline {
    display: flex;
    height: 530px;
}
.outbound-work {
    position: relative;
    height: 270px;
    width: 20%;
    flex-shrink: 0;
    align-self: flex-start;
    text-align: center;
}
.outbound-work p {
    padding: 0;
    margin: 0;
    color: #ebfbef;
}
.timeline-wrap h2,
.outbound-work h4 {
    color: #fff;
}
.outbound-work:nth-child(even) {
    align-self: flex-end;
    padding-top: 20px;
}
.outbound-work:nth-child(even):after {
    top: -15px;
}
.outbound-work:after {
    border-bottom: 2px solid #ffffff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 22px;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    z-index: 0;
}
.star {
    background-image: url(../images/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 30px;
    font-family: 'neue_haas_grotesk_display65Md';
    color: #042925;
}
.outbound-work:nth-child(even) .star {
    bottom: auto;
    top: -41px;
}
.sec-05 {
    background-color: #f2ebe2;
}
.sec-05 h4 {
    margin-top: 20px;
    font-family: 'neue_haas_grotesk_disp55roman';
}
.slick-initialized .slick-slide p {
    font-size: 24px;
    color: #6d6c6c;
    font-family: 'neue_haas_grotesk_display45Lt';
    line-height: 32px;
}
.author h5 {
    color: #f99d49;
    font-size: 20px;
    margin-bottom: 5px;
}
.slick-slide .author p {
    color: #042925;
    font-size: 20px;
    font-family: 'neue_haas_grotesk_disp55roman';
}
.slick-slide .author p span {
    color: #6d6c6c;
    display: block;
    font-size: 18px;
}
.sec-05 .slick-prev,
.sec-05 .slick-next {
    position: absolute;
    z-index: 1;
    border: none;
    padding: 20px;
    background: transparent;
    font-size: 0;
    bottom: 0;
}
.sec-05 .slick-prev:before,
.sec-05 .slick-next:before {
    content: "";
    background-image: url(https://www.theoctopustech.com/wp-content/themes/octopustech/images/telemarketing-and-cold-calling-services/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sec-05 .slick-next {
    left: 50px;
}
.sec-05 .slick-prev {
    left: 0;
}
.sec-05 .slick-next:before {
    rotate: -180deg;
}
.sec-05 .slick-prev:before,
.sec-05 .slick-next:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    font-family: 'FontAwesome';
    border-radius: 100%;
}
.sec-05 .slick-prev:hover::before,
.sec-05 .slick-next:hover::before {
    background-color: #e7dbcc;
}
.slick-slide {
    padding-bottom: 40px;
}
.case-study .card-body h4 {
    margin-top: 28px;
    margin-bottom: 15px;
}
.case-study .card,
.case-study .card-img-top {
    border-radius: 20px;
}
.tag {
    background: #fff;
    padding: 10px 15px;
    color: #042925;
    border-radius: 10px;
    font-size: 12px;
    top: 30px;
    left: 30px;
    font-family: 'neue_haas_grotesk_display65Md';
    text-transform: uppercase;
}
.faq {
    background-color: #e0f6e5;
}
.faq-wrap {
    border-bottom: solid 1px #b4cdbf;
    padding: 30px 0;
}
.faq-wrap h4 {
    color: #000;
}
.faq-wrap p {
    color: #6d6c6c;
    margin: 0;
}
.contact-bx {
    background-color: #ffffff;
}
.contact-bx h2 {
    margin-bottom: 20px;
}
.cnt-img {
    position: relative;
}
.cnt-img:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #fff8ef;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-bx .cnt-form .labelName {
    color: #042925;
    text-align: left !important;
    display: block;
    font-size: 18px;
    font-family: 'neue_haas_grotesk_disp55roman';
}
.cnt-form {
    margin-top: 50px;
}
.contact-bx .zf-subContWrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sec-05 .slick-dots {
    padding: 0px;
    margin: 0;
    list-style-type: none;
    text-align: center;
    height: 5px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
}
.sec-05 .slick-dots li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}
.sec-05 .slick-dots li button {
    padding: 0px;
    margin: 0px;
    border: none;
    text-indent: -99999px;
    background: #5f6f60;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.sec-05 .slick-dots li.slick-active button {
    padding: 0px;
    margin: 0px;
    background: #ffd44b;
}
.footer {
    background-color: #042925;
    padding: 20px 0;
    font-weight: 300;
    color: #fff;
    font-family: 'neue_haas_grotesk_disp55roman';
}
.contact-bx .zf-templateWrapper input:focus,
.contact-bx .zf-templateWrapper textarea:focus {
    border-bottom: 2px solid #042925;
    box-shadow: none;
    outline: 0;
}
.quote-form .zf-templateWrapper input:focus,
.quote-form .zf-templateWrapper textarea:focus {
    border: 1px solid #042925;
    box-shadow: none;
    outline: 0;
}
.quote-form ::-moz-placeholder {
    color: #000000 !important;
    opacity: 1;
    font-size: 17px;
}
.quote-form :-ms-input-placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1;
    font-size: 17px;
}
.quote-form ::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1;
    font-size: 17px;
}
.quote-form .form-control,
.quote-form .zf-templateWrapper input,
.quote-form .zf-templateWrapper textarea {
    border-radius: 10px;
    border-bottom: none;
    border: 1px solid #b3d3ba;
    padding: 10px;
    box-shadow: none;
    height: 56px;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
    color: #000;
}
.quote-form .zf-templateWrapper input::placeholder {
    color: red;
}
.contact-frm .form-control,
.contact-bx .zf-templateWrapper input,
.contact-bx .zf-templateWrapper textarea {
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #e9dfd3;
    padding: 10px;
    box-shadow: none;
    height: 48px;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    background-color: transparent;
}
.quote-form textarea.form-control,
.contact-frm textarea.form-control,
.quote-form .zf-templateWrapper textarea,
.contact-bx .zf-templateWrapper textarea {
    height: auto;
    resize: vertical;
}
.form-control:focus,
.contact-bx .zf-templateWrapper input:focus .contact-bx .zf-templateWrapper textarea:focus {
    border-color: #409be7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(64, 155, 231, .6);
}
.quote-form .zf-subContWrap li,
.contact-bx .zf-subContWrap li {
    margin-bottom: 15px;
}
.contact-bx .zf-subContWrap ul {
    display: flex;
    flex-wrap: wrap;
}
.contact-bx .zf-subContWrap li {
    padding: 0 15px;
    width: 50%;
}
.contact-bx .zf-subContWrap li:last-child {
    width: 100%;
}
.quote-form .zf-subContWrap li,
.contact-bx .zf-subContWrap li {
    margin-bottom: 15px;
}
.quote-form label.error,
.contact-bx label.error {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #f00;
    width: 100%;
    padding: 3px 5px;
    border-radius: 3px;
    margin-top: 6px;
}
.thank-logo img {
    margin: 30px auto 0 auto;
    display: block;
    width: 270px;
}
.thankyou {
    text-align: center;
    padding: 100px;
    background-color: #e3e5e3;
    border-radius: 5px;
    margin: 50px 0;
}
.thankyou h2 {
    font-size: 60px;
    margin-bottom: 20px;
}
.thankyou p {
    font-size: 17px;
    margin-bottom: 0;
    color: #333;
}
.thankyou p a {
    color: #3db6e3;
}
.thankyou .fa {
    width: 100px;
    color: green;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 4px solid green;
    font-size: 60px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.services-block .col-sm-6 {
    margin-bottom: 20px;
}
.ps-timeline-sec {
    position: relative;
}
.ps-timeline-sec .container {
    position: relative;
    font-family: "Lato", sans-serif;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 340px 0 280px 0;
    padding: 0;
    border-top: 2px solid #e0f6e5;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li h5 {
    text-align: center;
    margin: -30px 0 -40px 50px;
    font-weight: 700px;
    color: maroon;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 56px;
    height: 56px;
    margin-left: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    color: #042925;
    font-size: 1.8em;
    position: absolute;
    top: -29px;
    left: 50%;
    font-family: 'neue_haas_grotesk_display65Md';
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
    background-image: url(../images/star.png);
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
    background-image: url(../images/star.png);
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 5 auto;
    color: #ebfbef;
}
.ps-timeline-sec .container ol.ps-timeline li h4 {
    color: #fff;
    text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 80px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bottom {
    position: absolute;
    margin: 5px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .ps-timeline-sec .container ol.ps-timeline li h4 {
        color: #fff;
        text-align: left;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 50px 25px 0 25px;
        border-left: 2px solid #fff;
        padding-left: 0;
        padding-top: 0;
        border-top: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 150px;
        float: none !important;
        width: inherit !important;
        padding-top: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        margin-bottom: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: -5px !important;
        top: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;

    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: 0px;
        margin-bottom: 0;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 90% !important;
        float: right !important;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .banner-text h1 {
        font-size: 60px;
    }
    .header-quote-frm {
        margin-left: 0 !important;
        width: 41.66666667%;
    }
    h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .sec-05 .slick-slide {
        padding: 0 0 50px;
    }
    .sec-05 .slick-dots {
        bottom: -20px;
    }
    .points ul {
        flex-wrap: wrap;
    }
    .points ul li {
        width: 50%;
    }
    .clr-3:before,
    .clr-2:after,
    .cnt-img {
        display: none;
    }
    .clr-3 {
        border-left: none;
    }
    .industries li {
        width: 235px;
    }
    .industries ul,
    .industries .col-lg-12 {
        flex-wrap: wrap;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 380px 0 340px 0;
    }

}
@media screen and (max-width: 1300px) {
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 991px) {
	.banner-wrap:before {
        width: auto;
        height: 950px;
        background-position: center;
        left: 0;
	    right:0;
	}
    .points ul {
        flex-wrap: wrap;
    }
    .points ul li {
        width: 50%;
    }
    h2 br,
    .cnt-img {
        display: none;
    }
    .banner-wrap .row {
        text-align: center;
    }
    .banner-text {
        text-align: center;
        padding-bottom: 30px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .header-quote-frm {
        width: 70%;
        margin: auto;
    }
    .sec-05 .slick-prev,
    .sec-05 .slick-next {
        width: auto;
        height: auto;
    }
    .tetimonilas {
        padding-top: 0%;
    }
    .why-choose .col-lg-4:nth-child(4)::before {
        position: absolute;
        content: '';
        width: 70%;
        height: 2px;
        background: #eae2d7;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .services-block .col-md-6 {
        margin-bottom: 20px;
    }
    .sec-05 .slick-slide img {
        display: block;
        margin: 0 auto;
    }
    .slick-initialized .slick-slide {
        text-align: center;
    }
    .industries .col-lg-12 {
        flex-wrap: wrap;
    }
    .industries ul {
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
        width: 100%;
    }
    .industries li {
        width: 33%;
    }
    .sec-05 .slick-next {
        right: 45%;
        left: auto;
    }
    .sec-05 .slick-prev {
        left: 45%;
    }
    .quote-icon {
        width: 80px;
        position: absolute;
    }
    h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .outsource-block .mt-5 {
        margin-top: 0 !important;
    }
    .cstm-bdr {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .call-img img {
      margin: 0 auto;
      display: block;
    }
    .outboand-wrap {
      text-align: center;
    }
    .faq-wrap {
      text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width : 991px) {
    .sec-05 .slick-slide {
        padding: 0 40px;
    }
    .sec-05 .slick-dots {
        bottom: -20px;
    }
    .slick-slide p {
        font-size: 22px;
    }
    .sec-05 .slick-prev::before,
    .sec-05 .slick-next::before {
        width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 30px;
    }
    .sec-05 .slick-slide {
        padding: 0 0 50px;
    }
    h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .feat-bx {
        margin-top: 30px;
        width: 33%;
        display: inline-block;
        vertical-align: top;
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .points ul li {
        width: 100%;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .banner-text h1 {
        font-size: 47px;
    }
    .header-quote-frm {
        width: 80%;
    }
    .outsource-block .col-md-6:first-child {
        margin-bottom: 20px;
    }
    .sec-05 .slick-slide {
        padding: 0 0 50px;
    }
    .industries li {
        width: 33.3333%
    }
    .slick-slide p {
        font-size: 20px;
        line-height: 26px;
    }
    .sec-05 .slick-prev::before,
    .sec-05 .slick-next::before {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 24px;
    }
    .point-bx.clr-2,
    .point-bx.clr-3,
    .point-bx.clr-4 {
        margin-top: 50px;
    }
     .why-choose .col-lg-4:nth-child(5)::before {
        position: absolute;
        content: '';
        width: 70%;
        height: 2px;
        background: #eae2d7;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .services-block .col-md-6.mb-0{
        margin-bottom: 20px!important;
    }
    .outsource-block .col-md-4 {
        padding: 0 15px;
    }
    .outsource-block hr,
    .cstm-bdr .outboand-wrap {
        border-top: solid 1px #eae2d7;
        opacity: 1;
    }
    .case-study .card{
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .case-study .card-body h4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .faq-wrap {
        padding: 15px 0;
    }
    .ptb-85 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .btn-wrap.mt-5 {
        margin-top: 1rem !important;
    }
    .banner-text p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 575px) {
     .banner-text h1 {
        font-size: 39px;
    }
    .services-block .col-sm-6:first-child {
        margin-bottom: 20px;
    }
    .industries li {
        width: 50%
    }
    .industries li .icon-wrap {
        padding: 25px 10px;
    }
    .header-quote-frm,
    .contact-bx .zf-subContWrap li {
        width: 100%;
    }
    .outboard-wrap {
        text-align: center;
    }
    .footer {
        font-size: 14px;
    }
    .header-bx {
        flex-direction: column;
    }
    .btn.call-btn {
        margin-top: 20px;
        display: none;
    }
    .banner-wrap .section {
        padding: 55px 0;
    }
    .ptb-60 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sec-05 h2,
    .slick-slide h6,
    .slick-slide p {
        text-align: center;
    }
    .sec-05 .slick-next {
        right: 30%;
        left: auto;
    }
    .sec-05 .slick-prev {
        left: 30%;
    }
    .cnt-form {
        padding: 15px;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 180px;
    }
    h4 {
      font-size: 22px;
    }
}
@media screen and (max-width: 475px) {
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 190px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 50px 25px 50px 25px;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        font-size: 16px;
        line-height: 25px;
    }
    .ps-timeline-sec .container ol.ps-timeline li h4 {
        font-size: 20px;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top, 
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot {
        background-image: url(../telemarketing-and-cold-calling-services/star.png);
        background-size: 65% 65%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        width: 56px;
        height: 56px;
        font-size: 22px;
        line-height: 56px;
        top: -10px;
    }
}
@media screen and (max-width: 375px) {
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 240px;
    }
}