html {
    -scroll-behavior: smooth;
}
body {
    color: #747474;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
}
.container {
    max-width: 1440px;
}
p {
    line-height: 28px;
    color: #707070;
    font-size: 17px;
}
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: "DM Sans", sans-serif;
    font-weight: 400;
    color: #000;
}
h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 70px;
}
h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #333;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-60 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.btn {
    font-weight: 600;
}
.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;
}
hr{
    margin: 2rem 0;
}
.logo img {
    width: 220px;
}
.btn.call-btn {
    color: #000;
    background-color: transparent;
    border: solid 2px #000;
}
.btn {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 12px 50px 12px 30px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.25s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #e7c32a;
    position: relative;
    color: #000;
}
.btn.call-btn:hover,
.btn:hover {
    background-color: #000;
    color: #fff;
}
.btn::after {
    position: absolute;
    content: '\f061';
    font: normal normal normal 14px / 1 FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.btn-sbmt {
    background-color: #000;
    color: #fff;
    padding-right: 30px;
}
.btn.call-btn {
    padding-right: 30px;
}
.btn-sbmt:hover {
    background-color: #e7c32a;
    color: #000;
}
.btn.call-btn::after,
.btn-sbmt::after {
    display: none;
}
.btn-blk {
    background-color: #000;
    color: #fff;
}
.btn-blk:hover {
    background-color: #e7c32a;
    color: #000;
}
.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-image: url(https://www.theoctopustech.com/wp-content/themes/octopustech/images/outsource/banner-wraps.jpg);
    background-size: cover;
}
.banner-wrap .section {
    padding: 115px 0;
}
.banner-text h1 {
    color: #000;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 100%;
    font-family: "DM Sans", sans-serif;
}
.banner-text p {
    color: #000;
    font-size: 24px;
    line-height: 35px;
    margin: 30px 0;
}
.quote-form {
    background: #fff8ef;
    border-radius: 20px;
    padding: 30px;
}
.form-title {
    font-size: 26px;
    color: #212529;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}
.quote-form h6 {
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    margin-bottom: 20px;
}
.feat-bx {
    margin-top: 30px;
}
.feat-bx p {
    font-size: 17px;
    line-height: 28px;
}
.cold-calling-agency .col-lg-5 .feat-bx h4 {
    position: relative;
    padding-left: 25px;
}
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(1) h4::after,
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(2) h4::after,
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(3) h4::after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(1) h4::after {
    background-color: #e7c32a;
}
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(2) h4::after {
    background-color: #f99d49;
}
.cold-calling-agency .col-lg-5 .feat-bx:nth-child(3) h4::after {
    background-color: #e2d7c7;
}
.how-work {
    border-bottom: solid 2px #f99d49;
    padding: 20px 0;
    margin-bottom: 50px;
}
.work-wrap {
    margin-top: 20px;
}
.work-wrap h6 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.why-choose .col-lg-4 {
    display: flex;
}
.services-block {
    background-color: #fff8ef;
    border-top: 1px solid #f6ece0;
    border-bottom: 1px solid #f6ece0;
}
.outboard-wrap {
    background: #fff;
    padding: 20px;
    border: solid 1px #ebebeb;
    border-radius: 20px;
    height: 100%;
}
.outboard-wrap h4 {
    margin-top: 20px;
    font-size: 22px;
}
.outboard-wrap p {
    color: #6d6c6c;
}
.outsource-block {
    background-color: #fff8ef;
}
.outsource-block h4 {
    margin-top: 20px;
}
.tetimonilas {
    padding-top: 28%;
}
.sm-review {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}
.tetimonilas span{
    display: block;
}
.tetimonilas h5{
    color: #f99d49;
    margin: 25px 0 0;
}
.designation{
    font-size: 19px;
    color: #000;
    padding: 4px 0;
}
.firm{
    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/outsource/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sec-05 .slick-next {
    left: 40px;
}
.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%;
}
.slick-slide p {
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
}
.sec-05 .slick-prev:hover::before,
.sec-05 .slick-next:hover::before {
    background-color: #fff8ef;
}
.slick-slide {
    padding-bottom: 60px;
}
.industries {
    background: linear-gradient(to bottom, #f99d49 70%, #ffffff 70%, #ffffff 100%);
}
.industries p {
    color: #000;
}
.industries ul {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.industries .col-lg-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-bx {
    background-color: #fff8ef;
    display: flex;
}
.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%);
}
.cnt-form {
    padding: 50px 0 50px 70px;
    width: 50%;
}
.contact-bx .zf-subContWrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.industries li {
    width: 283px;
    padding: 10px;
    height: 250px;
    text-align: center;
}
.industries li .icon-wrap {
    padding: 25px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icon-wrap p {
    font-weight: 600;
    margin-top: 10px;
    color: #333;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}
.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: #000;
    padding: 20px 0;
    font-weight: 300;
    color: #fff;
}
.quote-form .form-control,
.contact-frm .form-control,
.quote-form .zf-templateWrapper input,
.quote-form .zf-templateWrapper textarea {
    border-radius: 10px;
    border: 1px solid #e9dfd3;
    padding: 10px;
    box-shadow: none;
    height: 48px;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
}
.contact-bx .zf-templateWrapper input,
.contact-bx .zf-templateWrapper textarea{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #e9dfd3;
    height: 46px;
    font-size: 17px;
    background: none;
    padding: 0;
    width: 100%;
    color: #707070;
}
.contact-bx .zf-templateWrapper label{
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.contact-bx .zf-templateWrapper span{
    display: block;
    padding-bottom: 10px;
}
.quote-form textarea.form-control,
.contact-frm textarea.form-control,
.quote-form .zf-templateWrapper textarea,
.contact-bx .zf-templateWrapper textarea {
    height: auto;
    resize: none;
}
.form-control:focus{
    border-color: #409be7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(64, 155, 231, .6);
}
.contact-bx .zf-templateWrapper input:focus,
.contact-bx .zf-templateWrapper textarea:focus{
    border-bottom: 2px solid #f99d49;
    box-shadow: none;
    outline: 0;
}
.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: 5px;
    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;
}
.point-bx {
    border-radius: 20px;
    background-color: rgb(255, 247, 238);
    padding: 30px;
    position: relative;
}
.point-bx:before {
    position: absolute;
    left: 0;
    height: 60%;
    width: 2px;
    background-color: #f99d49;
    content: '';
    top: 20%;
}
.point-bx.clr-2,
.point-bx.clr-4 {
    margin-top: 70px;
}
.point-bx img {
    height: 70px;
}
.point-bx h4 {
    margin-top: 20px;
}
.point-bx.clr-1::after,
.point-bx.clr-2::after,
.point-bx.clr-3::after,
.point-bx.clr-4::after {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 96px;
    color: #f6ece1;
    font-weight: 700;
    line-height: 100%;
}
.point-bx.clr-1::after {
    content: '01';
}
.point-bx.clr-2::after {
    content: '02';
}
.point-bx.clr-3::after {
    content: '03';
}
.point-bx.clr-4::after {
    content: '04';
}
.cta-block {
    background-image: url(https://www.theoctopustech.com/wp-content/themes/octopustech/images/outsource/cta-block-bg.jpg);
    background-position: center;
    background-size: cover;
}
.cta-block p {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width : 1400px) {
    .contact-bx .cnt-img{
        width: 40%;
    }
     .contact-bx .cnt-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contact-bx .cnt-form{
        width: 55%;
    } 
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
    .container{
        max-width: 960px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .header-quote-frm {
        margin-left: 0 !important;
        width: 41.66666667%;
    }
    h2 {
        font-size: 42px;
        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{
        display: none;
    }
    .clr-3 {
        border-left: none;
    }
    .ind-block{
        width: 100%;
        margin-bottom: 30px;
    }
    .industries {
        background: linear-gradient(to bottom, #f99d49 80%, #ffffff 80%, #ffffff 100%);
        text-align: center;
    }
    .industries li {
        width: 235px;
    }

    .industries ul,
    .industries .col-lg-12 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-bx .cnt-img{
        width: 40%;
    }
     .contact-bx .cnt-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contact-bx .cnt-form{
        width: 55%;
    } 
    .tetimonilas {
        padding-top: 22%;
    }
    .point-bx.clr-2, 
    .point-bx.clr-4{
        margin-top: 0;
    }
    .process-bx .col-md-6{
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .points ul {
        flex-wrap: wrap;
    }
    .points ul li,
    .services-block .col-sm-6 {
        width: 50%;
    }
    .banner-wrap{
        background-position: right;
    }
    .banner-wrap .row {
        text-align: center;
    }
    .banner-text {
        text-align: center;
        padding-bottom: 30px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .banner-text .btn{
        background: #000;
        color: #fff;
        padding: 15px 50px 15px 30px;
    }
    .banner-text .btn:hover,
    .banner-text .btn:focus{
        background: #fff;
        color: #000;
    }
    .header-quote-frm {
        width: 70%;
        margin: auto;
    }
    .ptb-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .cta-block .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .cta-block .col-md-5 {
        margin-left: 0 !important;
        margin-top: 30px;
    }
    .sec-05 .slick-prev,
    .sec-05 .slick-next {
        width: 40px;
        height: 40px;
        padding: 0;
        margin: -5px;
    }
    .tetimonilas {
        padding-top: 0%;
    }
    .industries .col-lg-12 {
        flex-wrap: wrap;
    }
    .industries ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .industries li {
        width: 33%;
    }
    .cold-calling-agency img {
        margin: 0 auto;
        display: block;
    }
    .industries {
        background: #f99d49;
        margin-bottom: 60px;
    }
    .ind-block {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .slick-slide h6,
    .slick-slide p,
    .sec-05 h2 {
        text-align: center;
    }
    .sec-05 .slick-next {
        right: 45%;
        left: auto;
    }
    .sec-05 .slick-prev {
        left: 45%;
    }
    .point-bx.clr-2, 
    .point-bx.clr-4 {
        margin-top: 0px;
    }
    .contact-bx .cnt-img{
        width: 30%;
    }
     .contact-bx .cnt-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contact-bx .cnt-form{
        width: 65%;
        padding: 30px 0 30px 30px;
    } 
}

@media only screen and (min-width: 768px) and (max-width : 991px) {
    .container{
        max-width: 720px;
    }   
    .sec-05 .slick-dots {
        bottom: -20px;
    }
    .cta-block .col-md-6,
    .cta-block .col-md-5 {
        width: 100%;
    }
    .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;
        text-align: center;
    }
    h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .feat-bx {
        margin-top: 30px;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 15px;
    }
    .feat-bx:last-child{
        margin-top: 0;
        width: 100%;
    }
    .outsource-block .offset-md-1{
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .points ul li {
        width: 100%;
    }
    h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 40px;
    }
    .banner-text h1 {
        font-size: 55px;
    }
    .header-quote-frm {
        width: 80%;
    }
    .feat-bx {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .outsource-block .offset-md-1,
    .outsource-block .col-md-6:first-child {
        margin-bottom: 20px;
    }
    .sec-05 .slick-slide {
        padding: 0 0 50px;
        text-align: center;
    }
    .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: 20px;
    }
    .sec-05 .slick-next {
        right: 44%;
        left: auto;
    }
    .sec-05 .slick-prev {
        left: 44%;
    }
    .how-work,
    .outboand-wrap{
        text-align: center;
    }
    .outsource-block .row.align-items-center{
        flex-direction: column-reverse;
    }
    .contact-bx .cnt-img{
        display: none;
    }
    .contact-bx .cnt-form {
        width: 100%;
        padding: 60px 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-text h1 {
        font-size: 45px;
    }
    .banner-text p{
        font-size: 22px;
        line-height: 30px;
    }
    .services-block .col-sm-6:first-child {
        margin-bottom: 20px;
    }
    .industries li {
        width: 50%;
        height: 190px;
    }
    .industries li .icon-wrap {
        padding: 25px 10px;
    }
    .header-quote-frm,
    .services-block .col-sm-6,
    .contact-bx .zf-subContWrap li {
        width: 100%;
    }
    .outboard-wrap {
        text-align: center;
        padding: 30px 20px 20px;
    }
    .footer {
        font-size: 14px;
    }
    .header-bx {
        flex-direction: column;
    }
    .btn.call-btn {
        margin-top: 20px;
    }
    .banner-wrap .section {
        padding: 55px 0;
    }
    .ptb-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .outsource-block h4 {
        margin-top: 0;
    }
    .contact-bx {
        padding: 20px 0px;
    }
    h2 {
        font-size: 33px;
        line-height: 35px;
        margin-bottom: 50px;
    }
    br,
    .header-bx .btn,
    .cold-calling-agency .col-lg-5 .feat-bx h4:after{
        display: none;
    }
    .cold-calling-agency .col-lg-5 .feat-bx h4{
        padding-left: 0;
    }
    .contact-bx .cnt-form {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 414px) {
    .sec-05 .slick-next {
        right: 35%;
        left: auto;
    }
    .sec-05 .slick-prev {
        left: 35%;
    }
    .quote-form {
        padding: 30px 15px;
    }
    .form-title{
        font-size: 20px;
    }
    .quote-form h6{
        font-size: 18px;
    }
}