.inner-banner-wrap {
    background: url(../images/carriers/Grey-bg.png) no-repeat 0 0;
    background-size: cover;
    background-position: top right
}

.inner-banner-wrap {
    /* padding: 50px 50px 50px 90px; */
    padding: 40px 30px 20px 40px;
    margin-bottom: 10px;
    border-radius: 0 0 80px 80px;
}

.banner-caption {
    max-width: 650px;
    /* margin-top: 40px; */
}

.link-color {
    text-decoration: none !important;
    color: var(--color-orange) !important;
}

.banner-caption h1 {
    color: #000;
    font-weight: 800;
    font-size: 58px;
    line-height: 66px;
}

.banner-caption h1 span {
    color: var(--color-orange)
}

.banner-caption p span {
    color: var(--color-orange)
}

.banner-caption .pclass {
    font-family: var(--heading-font);
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
    position: relative;
    padding-left: 20px;
}

.banner-caption .pclass:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    /* border-radius: 10px; */
    background: var(--color-orange)
}

.banner-caption .btn i {
    position: relative;
    margin-left: 6px;
}

@media only screen and (max-width: 767px) {
			.font-50 {
				font-size: 30px !important;
				line-height: 1 !important;
				font-weight: 600 !important;
			}
.inner-banner-wrap{
background: #e8e8e9 !important;
}

.section-title{
font-size : 22px !important;
}
		}

.banner-caption .btn i:before {
    position: relative;
    z-index: 10;
    top: 2px;
}

.banner-caption .btn i::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -6px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    z-index: 0;
}

.section-caption {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #aaaaaa
}

.section-title span {
    color: var(--color-orange)
}

.section-pt {
    padding-top: 70px
}

.section-pb {
    padding-bottom: 70px
}

.section-pad {
    padding: 40px 0;
    /* padding: 70px 0; */
}

#grad1 {
    height: auto;
    background-color: #ffffff;
    background-image: linear-gradient(#fff, #d9d9d9) !important;
    border-radius: 10px;
}

.intro-service-list {
    margin: 0;
    padding: 0;
    margin-left: 65px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fffcfc;
    width: 91%;
    justify-content: space-between;
    font-size: 14px;
}


.intro-service-listaa {
    margin: 0;
    padding: 0;
    /* margin-left: 24px; */
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fffcfc;
    width: 95%;
    justify-content: space-between;
    font-size: 15px;
}

.intro-service-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    left: -68px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.intro-service-list li {
    list-style: none;
    color: var(--color-orange);
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 10px;
    position: relative;
}

.intro-service-list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--color-orange);
    opacity: 0;
    transition: all 0.5s
}

.intro-service-list li.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    background: var(--color-orange);
    transition: all 0.5s;
    opacity: 1
}

.intro-service-list li:hover:before {
    opacity: 1
}

.img-wrap .rounded {
    border-radius: 15px !important;
}

.sabout-pad60 {
    padding-left: 60px;
}

.service-about-desc {
    background: #f1f1f1;
    padding: 30px 50px;
    border-radius: 10px;
    margin-left: -200px;
}

.service-benetifs {
    padding-left: 70px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.service-benetifs h3 {
    font-size: 15px;
}

.sb-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.sb-icon img {
    max-width: 60px;
}

.ss-circle-outer {
    width: 470px;
    height: 470px;
    border: 3px dotted #707070;
    border-radius: 50%;
    overflow: hidden;
    padding: 45px;
    flex-shrink: 0;
}

.ss-circle-inner {
    width: 100%;
    height: 100%;
    background: #f8d1aa;
    border-radius: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ss-circle-inner h2 {
    font-family: var(--heading-font);
}

.ss-stories {
    display: flex;
    align-items: center;
}

.ss-circle-outer+img {
    flex-shrink: 0;
    height: 100%;
    margin-left: -42px;
}

.containersss {
    display: flex;
    align-items: center;
}

.image {
    max-width: 100%;
    max-height: 100%;
}

.text {
    /* font-size: 20px; */
    padding-left: 20px;
}

.image-style {
    position: relative;
    left: 45px;
}

.img-size {
    width: 160px;
    height: auto;
}

.img-pos1 {
    position: relative;
    right: -230px;
}

.img-pos2 {
    position: relative;
    right: -193px;
}

.img-pos3 {
    position: relative;
    right: -105px;
}


@media only screen and (max-width: 600px) {
    .img-pos {
        position: relative;
        top: 0px;
    }

    .img-pos1 {
        position: relative;
        right: -100px;
    }

    .img-pos2 {
        position: relative;
        right: -20px !important;
    }

    .img-pos3 {
        position: relative;
        right: -15px !important;
    }

    #grad1 {
        text-align: center;
    }
}

.case-studybox h3 a,
.case-studybox h3 {
    text-decoration: none;
    font-size: 16px;
    color: var(--color-dgrey);
    font-weight: 600
}

.case-studybox {
    border: 1px solid #cfcfcf;
    padding: 30px 30px 30px 60px;
    border-radius: 20px;
}

.case-studybox h3 {
    line-height: 24px;
}

.case-studybox {
    border: 1px solid #cfcfcf;
    padding: 30px 30px 30px 80px;
    border-radius: 20px;
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.service-carrier-desc {
    background: #f1f1f1;
    padding: 20px 50px;
    margin-right: 430px;
    position: absolute;
    border-radius: 20px;
}

.carrier-service-benetifs {
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
}

.carrier-sb-icon {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.carrier-service-content {
    font-size: 12px;
    line-height: 18px;
}

.carrier-sb-icon img {
    max-width: 40px;
}

.carrier-service-benetifs h3 {
    font-size: 14px;
}

.case-studybox:before {
    content: "CASE STUDY";
    position: absolute;
    left: -26px;
    top: 45%;
    rotate: -90deg;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #cecece;
}

/* .btn.case-btn i {
    color: var(--color-orange);
    margin-left: 8px;
}

.btn.case-btn {
    position: relative;
    padding-top: 14px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

.btn.case-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--color-orange);
    left: 0;
    z-index: -1;
    top: 11px;
}

.btn.case-btn:hover::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--color-orange);
    left: 0;
    z-index: -1;
    top: 11px;
} */

.btn.case-btn i {
    color: var(--color-orange);
    margin-left: 8px;
}

.btn.case-btn {
    position: relative;
    padding-top: 14px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

.btn.case-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e0e0e0;
    left: 0;
    z-index: -1;
    top: 11px;
}

.btn.case-btn:hover::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--color-orange);
    left: 0;
    z-index: -1;
    top: 11px;
}

.ss-mleft {
    padding-left: 80px;
}

.case-studybox h3 a:hover {
    color: var(--color-orange)
}

.testim-header {
    padding-left: 60px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.testim-header .img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    max-width: 48px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.testim-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.testim-desig {
    font-weight: 500;
    color: #000;
}

.testimonial-wrap {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 20px;
    margin-left: 45px;
    position: relative
}

.testimonial-wrap:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 103px;
    width: 100%;
    height: 1px;
    background: #cbcbcb;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.testim-body {
    min-height: 100px;
}

.slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    z-index: 100000
}

.slick-dots {
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    right: 0;
    z-index: 100000;
    width: auto;
}

.slick-dots li {
    margin: 0
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e67e26;
}

.slick-dots li button {
    margin: 0
}

.slick-dots li button:before {
    color: #e67e26;
}

/* .section-testim .container { */
.section-testim .conta {
    background: url(../images/testim-bg.png) no-repeat 0 0;
    background-size: cover;
    background-color: var(--color-orange);
    border-radius: 15px;
    padding: 40px 50px;
    color: #fff;
}

.section-testim h2 {
    color: #fff;
    font-family: var(--heading-font);
    color: #fff;
}

.section-testim .btn {
    /* background: #fff !important;
    border-color: var(--color-orange);
    color: var(--color-orange) !important;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600; */
    background: #fff !important;
    border-color: var(--color-orange);
    color: var(--color-orange) !important;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.service-content {
    font-size: 15px;
    line-height: 20px;
}

.case-studybox a {
    text-decoration: none !important;
}

.case-studybox a h3:hover {
    color: var(--color-orange)
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .ss-circle-outer {
        width: 370px;
        height: 370px;
    }

    .ss-circle-inner h2 {
        font-size: 24px;
    }

    .ss-circle-inner {
        font-size: 14px;
        line-height: 20px;
    }

    .case-studybox {
        padding: 30px 30px 30px 60px;
    }

    .case-studybox a {
        text-decoration: none !important;
    }

    .case-studybox a h3:hover {
        color: var(--color-orange)
    }

    .case-studybox h3 a {
        font-size: 16px;

    }

    .case-studybox h3 {
        line-height: 20px;
    }

    .case-studybox:before {
        font-size: 16px;
    }

    .ss-circle-outer+img {
        max-width: 43%;
    }
}

@media only screen and (max-width:767px) {
    .service-carrier-desc {
        background: #f1f1f1;
        padding: 20px 50px;
        /* margin-right: 430px; */
        position: absolute;
        border-radius: 20px;
        width: 100% !important;
    }

    .inner-banner-wrap {
        padding: 30px;
    }

    .section-pb {
        padding-bottom: 40px;
    }

    .banner-caption h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .banner-caption .pclass {
        font-size: 20px;
        line-height: 28px;
    }

    .inner-banner-wrap {
        border-radius: 0 0 40px 40px;
    }

    .intro-service-list {
        margin-left: 0;
        width: 100%
    }

    .intro-service-list li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sabout-pad60 {
        padding-left: 15px;
    }

    .service-about-desc {
        margin-left: 0
    }

    .service-about-desc {
        padding: 30px 30px;
    }

    .ss-stories {
        flex-direction: column;
    }

    .ss-circle-outer {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 25px;
    }

    .ss-circle-inner {
        border-radius: 0;
        padding: 35px;
    }

    .ss-circle-outer+img {
        margin-top: -46px;
        transform: rotate(-90deg);
        width: 60%;
        margin: -42px auto;
    }

    .ss-mleft {
        padding-left: 15px;
    }

    .testimonial-wrap {
        margin-left: 0
    }

    .testim-body {
        min-height: 300px;
    }

    .contact-email {
        font-size: 16px;
    }

    .footer-right-patch:before {
        width: auto;
        height: auto;
    }

    .testimonial-wrap:before {
        display: none;
    }

    .footer-right-patch {
        padding-left: 15px;
        margin-top: 30px;
    }

    .resources {
        margin-bottom: 20px;
    }

    .social-links {
        justify-content: flex-start;
    }

    .social-links li {
        margin-left: 0;
        margin-right: 15px;
        margin-top: 20px;
    }

    .section-testim .container {
        padding: 30px 30px;
    }

    .section-testim {
        padding: 0 15px 70px;
    }

    .section-testim h2 {
        margin-bottom: 20px;
    }

    .slick-dots {
        position: static;
        transform: rotate(0);
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .inner-banner-wrap {
        padding: 40px;
    }

    .service-carrier-desc {
        background: #f1f1f1;
        padding: 20px 50px;
        /* margin-right: 430px; */
        position: absolute;
        border-radius: 20px;
        width: 100% !important;
    }

    .banner-caption h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .banner-caption p {
        font-size: 18px;
        line-height: 28px;
    }

    .intro-service-list {
        margin-left: 60px;
        width: 80%;
    }

    .intro-service-list:before {
        left: -60px;
        width: 60px;
    }

    .intro-service-list li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-about-desc {
        margin-left: -300px;
    }

    .ss-mleft {
        padding-left: 0;
    }

    .ss-circle-outer+img {
        display: none;
    }

    .ss-stories {
        justify-content: center;
        margin-bottom: 30px;
    }

    .testim-body {
        min-height: 140px;
    }

    .section-testim .container {
        padding: 30px 40px;
    }

    .footer-right-patch:before {
        display: none;
    }

    .footer-right-patch {
        padding-left: 15px;
    }

    .footer-links ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-links ul li {
        margin-right: 30px;
    }

    .slick-dots {
        position: static;
        transform: rotate(0);
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .slick-dots {
        position: static;
        transform: rotate(0);
    }

    .section-testim .container {
        padding: 30px 30px;
    }

    .section-testim .btn {
        font-size: 16px;
    }

    .intro-service-list li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ss-circle-outer {
        width: 340px;
        height: 340px;
        padding: 25px;
    }

    .ss-circle-inner {
        padding: 30px;
    }

    .ss-circle-inner h2 {
        font-size: 24px;
    }

    .ss-circle-outer+img {
        /* height: 200px;
        margin-left: -27px; */
        height: 160px;
        margin-left: -25px;
    }

    .case-studybox {
        padding: 20px 20px 20px 50px
    }

    .case-studybox:before {
        left: -30px;
        font-size: 14px;
    }

    .case-studybox h3 a {
        font-size: 16px;
        line-height: 20px;
    }

    .case-studybox {
        min-height: 270px;
    }

    .testim-body {
        min-height: 200px;
    }
}

.banner-caption p {
    color: #3d3d3d;
}

@media only screen and (min-width:1920px) {
    .ss-circle-outer {
        width: 430px !important;
        height: 430px !important;
        border: 3px dotted #707070;
        border-radius: 50%;
        overflow: hidden;
        padding: 45px;
        flex-shrink: 0;
    }

    .service-carrier-desc {
        background: #f1f1f1;
        padding: 20px 50px;
        /* margin-right: 430px; */
        position: absolute;
        border-radius: 20px;
        width: 50% !important;
    }

}