@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);

.f12 {
    font-size: 12px !important
}

.f14 {
    font-size: 14px !important
}

.f16 {
    font-size: 16px !important
}

.f18 {
    font-size: 18px !important
}

.f20 {
    font-size: 20px !important
}

.floating-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.radioval span {
    color: #555;
    font-family: Roboto;
    padding: 0 5px;
    font-weight: 500
}

.form-group label.error {
    font-size: 14px;
    color: red
}

article.home-article {
    padding-top: 90px
}

article {
    padding-top: 0 !important
}

p {
    font-size: 17px;
    color: #344753;
    line-height: 21px
}

.inner-service ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    line-height: 21px;
    color: #344753
}

ul {
    list-style: none;
    padding: 0
}

.form-group label {
    font-weight: 500;
    margin-bottom: 1px;
    color: #011b2b;
    font-size: 17px
}

.display-block {
    display: block
}

.display-inline {
    display: inline-block
}

.wid-100 {
    width: 100%
}

.main-header {
    background: #fff;
    padding: 10px 0
}

.contact-dtls p {
    font-size: 12px
}

.contact-dtls h4 {
    font-size: 20px;
    font-weight: 700
}

.banner {
    background: url(../images/Optimized/banner.jpg) top right/cover;
    width: 100%;
    display: inline-block
}

.banner .bannerCont {
    background: #fff;
    padding: 50px 50px 30px;
    margin: 140px 0;
    position: relative
}

.bannerCont h1 {
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    color: #c5012f;
    line-height: 47px
}

.banner .bannerCont ul {
    margin: 20px 0 0 1px;
    padding: 0
}

.banner .bannerCont ul li {
    list-style: none;
    padding: 5px 15px;
    position: relative;
    line-height: 1.3;
    font-size: 15px
}

.bannerCont ul li::before {
    content: "";
    background: silver;
    width: 7px;
    height: 7px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 10px
}

.readmore {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ddd
}

.enqBtn.bannerBtn {
    padding: 12px 25px
}

.enqBtn {
    background: #f9640f;
    margin-top: 25px;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 0 none;
    cursor: pointer
}

a.getBut.font-weight-bold {
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 27px
}

.customBtn {
    margin-top: 25px;
    padding: 25px 50px;
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;
    border: 0 none
}

.readBtn {
    margin-top: 25px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    border: 0 none
}

.viewBtn {
    margin-top: 25px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    border: 0 none
}

.bannerCont img {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.field-title h2 {
    font-size: 40px
}

.seal {
    background-image: url(../images/gdpr-seal.png);
    float: right;
    width: 106px;
    background-repeat: no-repeat;
    height: 104px
}

.service-mob {
    display: none
}

.services {
    margin: 80px 0
}

.service-field {
    text-align: center
}

.service-field h2 {
    text-align: center;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #383848
}

.service-field h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 30%;
    background: #27a7b2;
    margin: 0 auto;
    left: 0;
    right: 0
}

.service-field p {
    text-align: center;
    font-size: 14px
}

.service-normal {
    text-align: left
}

.service-field ul li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative
}

.service-field ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    color: #27a7b2;
    position: absolute;
    left: 0;
    top: -4px
}

.account-panel {
    background: url(../images/Optimized/account_banner.jpg) top right/cover;
    padding: 100px 0
}

.panel-card {
    background: #fff;
    padding: 40px;
    margin-right: 40px
}

.panel-card h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.panel-card h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 30%;
    background: #27a7b2;
    margin: 0 auto;
    left: 0
}

.panel-card p {
    height: 100px
}

.custom-quote h4 {
    font-size: 40px;
    color: #000;
    font-weight: 900
}

.custom-quote p {
    font-size: 26px;
    color: #000
}

.custom-quote {
    padding: 60px 0
}

.cust-services {
    padding: 80px 0
}

.cust-service-field {
    text-align: center
}

.cust-service-field h2 {
    font-size: 40px;
    font-weight: 900;
    color: #333
}

.cust-rate {
    padding: 25px;
    border: 1px solid #ddd;
    height: 100%
}

.rate-dtls h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.faq {
    padding: 100px 0
}

.faq-inner {
    padding: 30px;
    border: 1px solid #ddd
}

.faq-field h2 {
    font-size: 40px;
    font-weight: 700
}

.faq-field {
    margin-bottom: 40px;
    padding: 20px 0;
    position: relative
}

.faq-field p {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    color: #333
}

.faq-field:after {
    border-bottom: 1px solid #ddd;
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

.faq-list ul {
    width: 48%;
    display: inline-block;
    padding: 0;
    margin: 0
}

.faq-list ul li ul {
    width: 100%
}

.faq-list ul li>ul>li>p {
    margin-bottom: 35px !important
}

.faq-list li span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block
}

.faq-list li p {
    margin-bottom: 35px
}

.automation {
    padding: 80px 0;
    background: url(../images/Optimized/automation.jpg) no-repeat top right/cover
}

.automation-field p {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    color: #928c7f
}

.automation-field h2 {
    font-size: 40px;
    font-weight: 700
}

.auto-content span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 1rem;
    display: block
}

.compellingSec span {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden
}

.compellingSec img {
    height: 100%
}

.integra-content {
    float: right;
    width: 73%
}

.why-field-list ul:nth-child(2n) {
    float: right
}

.why-field-list ul {
    width: 48%;
    display: inline-block
}

.why-field-list ul li {
    margin-bottom: 50px;
    float: left
}

.compellingSec h2 {
    font-size: 18px;
    font-weight: 600
}

.compellingSec p {
    font-size: 13px
}

.why-field-list ul li:last-child {
    margin: 0
}

.happyclient {
    padding: 80px 0;
    background: url(../images/Optimized/happyclient.jpg) no-repeat top right/cover
}

.client-inner {
    background: rgba(255, 255, 255, .9);
    padding: 80px 60px
}

.client-list ul {
    width: 19%;
    display: inline-block;
    padding: 0
}

.client-list li {
    font-size: 13px;
    font-weight: 400
}

.cl-list li {
    display: inline-block;
    width: 19%;
    text-align: center
}

.cl-list {
    margin: 0
}

.policy-ico {
    padding: 20px;
    background: #e9e9e9
}

.software {
    padding: 100px 0
}

.software-field h2 {
    text-align: center;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    color: #383848
}

.software-field h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 30%;
    background: #27a7b2;
    margin: 0 auto;
    left: 0;
    right: 0
}

.soft-icon li img {
    border: 1px solid #ddd
}

.soft-icon ul li {
    display: inline-block;
    padding-right: 10px
}

.custom-fill {
    background: url(../images/Optimized/custom-form.jpg) no-repeat top right/100% 100%;
    padding: 80px 0
}

.custom-form {
    background: #fff;
    padding: 50px 35px
}

.custom-form-text {
    padding: 50px;
    height: 100%
}

.custom-form-text label {
    font-size: 50px;
    line-height: 1
}

.custom-form-text label p {
    margin-bottom: 0
}

.custom-form-text span {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase
}

.custom-arrow img {
    width: 50%;
    float: right
}

.footer-card {
    padding: 5px
}

footer {
    padding: 80px 0;
    background: #e9e9e9
}

.footer-card h4 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
    position: relative
}

.footer-card h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 30%;
    background: #f15700;
    margin: 0 auto;
    left: 0
}

.footer-card li {
    display: block
}

.footer-card li a {
    color: #333
}

.footer-card li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding-right: 10px
}

footer i {
    width: 35px;
    height: 35px;
    font-size: 22px;
    color: #fff;
    background: #a3a3a3;
    border-radius: 50%;
    padding: 7px 0;
    text-align: center
}

footer .social-media li {
    display: inline-block;
    padding-left: 10px
}

.footer-copy {
    border-top: 1px solid silver
}

.social-media {
    float: right
}

.inner-heading {
    font-size: 26px;
    font-weight: 600
}

.inner-service span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block
}

.inner-service ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.inner-service ol li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    color: #344753
}

.inner-service h6 {
    font-size: 18px;
}

.inner-service.inner-service-faq ol {
    padding-left: 15px;
}

.inner-service.inner-service-faq ol li {
    padding-left: 3px;
}

.inner-service ul li::before {
    content: "";
    background: silver;
    list-style: square;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0
}

.sub-inner {
    font-size: 20px;
    line-height: 1;
    font-weight: 600
}

.innerCont ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    color: #344753
}

.innerCont ul li::before {
    content: "";
    background: silver;
    list-style: square;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0
}

.getquote .quote-heading {
    padding: 20px;
    background: #011b2b;
    font-weight: 600;
    font-size: 21px;
    color: #fff
}

.getquote {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.getquote form {
    padding: 15px
}

.testimonial {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px
}

.client-comment {
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    display: block;
    margin-top: 5px;
    padding: 30px 0 0
}

.client-comment label {
    font-weight: 500;
    display: block;
    margin: 0;
    line-height: 1
}

.client-comment p {
    font-size: 16px
}

.inner-contact p {
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background: #27a7b2;
    border-radius: 0 0 4px 4px
}

.inner-contact p a {
    color: #000
}

.getBut {
    text-decoration: underline
}

.inner-contact img {
    border-radius: 4px 4px 0 0
}

.extra-price a {
    color: #555
}

.extra-price {
    background: #eee;
    padding: 10px
}

.extra-price i {
    background: #555;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 6px 0
}

.getstartprice {
    border: 1px solid #ddd
}

.getstartprice h3 {
    font-size: 25px;
    text-align: center;
    padding: 10px;
    color: #fff
}

.getstartprice h3 small {
    display: block;
    font-size: 12px
}

.getstartprice .fulltime,
.getstartprice .temporary {
    background: #0487b5
}

.getstartprice .parttime {
    background: #028544
}

.getstartprice p {
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0
}

.price-tag {
    text-align: center;
    padding: 10px 0 40px
}

.startBtn {
    padding: 5px 20px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center
}

.review-panel {
    background: #f9f9f9;
    padding: 20px
}

.contact-head .inner-heading {
    text-align: left;
    border-bottom: 1px solid #ddd
}

.contact-head .inner-heading span {
    padding-bottom: 5px;
    display: block
}

.contact-us #contactform {
    padding: 30px
}

.contact-address:after {
    background: #eee;
    position: absolute;
    left: 0;
    top: 30px;
    content: "";
    width: 1px;
    height: 100%
}

.contact-address {
    padding: 40px 90px
}

.contact-address li h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.contact-address li {
    margin-bottom: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #344753
}

.contactimg {
    background-image: url(../images/contactus.jpg);
    width: 100%;
    height: 100%;
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.contact-head .inner-heading {
    text-align: left;
    border-bottom: 1px solid #ddd
}

.map {
    background: url(../images/london_map.jpg) no-repeat top right/cover;
    margin: 50px 0 0;
    height: 500px
}

.arrow_box::after {
    width: 0;
    height: 0;
    background: url(../images/map-arrow.png) no-repeat;
    content: " ";
    height: 51px;
    left: 10%;
    position: absolute;
    top: -35px;
    width: 35px
}

.arrow_box {
    background: #fff;
    left: 41%;
    z-index: 1;
    padding: 15px;
    position: relative;
    top: 80px;
    width: 480px;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .75);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px
}

.arrow_box .mapL {
    float: left
}

.arrow_box .mapR {
    float: right
}

.font-white {
    color: #fff
}

.font-black {
    color: #000
}

.font-ash {
    color: #717171
}

.font-hash {
    color: #666
}

.font-yellow {
    color: #caae3c
}

.font-lite-green {
    color: #27a7b2
}

.font-red {
    color: #c5012f
}

.font-blue {
    color: #005ead
}

.bg-banner-btn {
    background: #11aab7
}

.bg-dark-gray {
    background: #323232
}

.bg-lite-green {
    background: #27a7b2
}

.bg-black {
    background: #000
}

.bg-yellow {
    background: #caae3c
}

.bg-hash {
    background: #dadada
}

.bg-read-blue {
    background: #0d73a9
}

.bg-lite-green {
    background: #27a7b2
}

.bg-red {
    background: #c5012f
}

.quick li p {
    padding-top: 5px;
    margin: 0;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff !important
}

.quick-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -110px;
    top: 40%;
    width: 159px;
    z-index: 999999
}

.quick li {
    list-style-type: none;
    background-color: #27a7b2;
    color: #fff;
    height: 50px;
    padding: 0;
    margin: 0 0 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.quick li a {
    display: inline !important;
    text-decoration: none
}

.quick li img {
    float: left;
    margin: 9px;
    margin-right: 14px;
    padding: 4px
}

.quick li p {
    padding-top: 5px;
    margin: 0;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff !important
}

.quick li:hover {
    margin-left: -140px
}

.inner-service h6 {
    font-weight: 600
}

.inner-service strong {
    font-weight: 600
}

.inner-service .getBut {
    text-decoration: underline;
    font-size: 20px
}

.inner-service .getBut {
    margin-bottom: 25px;
    display: flex
}

.getBut i.fas.fa-angle-double-right {
    font-size: 17px;
    margin-left: 10px
}

.getBut:hover {
    color: #011b2b
}

.ck-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 16000003;
    left: 0
}

.ck-bg p {
    background-color: #4c4c4c;
    padding: 10px !important;
    color: #fff !important;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500
}

.ck-bg a {
    color: #fff !important;
    text-decoration: underline
}

.ck-bg .ck-btn {
    background-color: #ab0303;
    padding: 5px 15px;
    border: none;
    margin: 0 20px;
    color: #fff;
    cursor: pointer
}

.ck-bg .ck-btn:focus {
    outline: 0
}

div.ck-bg p {
    background-color: #717070;
    line-height: 1.5 !important
}

div.zopim {
    z-index: 160000021 !important
}

div.ck-bg p span {
    display: block;
    color: #fff
}

.chairman_sec {
    margin-top: 50px
}

.footer-card.footer-logo img {
    width: auto;
    height: auto
}

.chairman_sec img {
    border: 1px solid #cccccc8a;
    margin-top: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:991px) {
    .ck-bg {
        bottom: 40px;
        padding: 0 10px;
        width: calc(100% - 20px)
    }

    div.ck-bg p span {
        display: contents
    }
}

@media (max-width:768px) {
    .footer-card {
        padding: 5px;
        margin: 0 !important
    }
}

@media (max-width:767.98px) {
    .inner-service span {
        font-size: 18px !important
    }

    .sub-inner {
        font-size: 17px !important;
        border-bottom: 0;
        line-height: 1.4;
        padding: 5px 0
    }
}

@media (max-width:600px) {
    .bannerCont h1 {
        line-height: 30px
    }
}

@media (max-width:479.98px) {
    div.contact-dtls h4 a {
        font-size: 14px
    }

    .grecaptcha-badge {
        width: 70px !important;
        overflow: hidden !important;
        transition: all .3s ease !important;
        left: 4px !important
    }

    .grecaptcha-badge:hover {
        width: 256px !important
    }
}

select.form-control {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx0aXRsZT5zZWxlY3RhcnJvdzwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48ZyBpZD0ic2VsZWN0YXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxLjAwMDAwMCkiIHN0cm9rZT0iIzg2OEU5NiI+PHBvbHlsaW5lIGlkPSJQYXRoIiBwb2ludHM9IjAgMyAzLjA1NTA4NDkzIDAgNiAyLjg5MTgxNjU3Ii8+PHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyIvPjwvZz48L2c+PC9zdmc+) !important;
    background-position: right 20px center;
    background-repeat: no-repeat
}

form input.has-error {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f74141;
    outline: 0;
    -ms-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    -o-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 14%)
}

form select.has-error {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f74141;
    outline: 0;
    -ms-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    -o-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 14%)
}

form input.has-error:focus {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f74141;
    outline: 0;
    -ms-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    -o-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 14%)
}

form select.has-error:focus {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #f74141;
    outline: 0;
    -ms-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    -o-box-shadow: 0 0 0 .25rem rgba(253, 13, 13, .137);
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 14%)
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 25%)
}

.footer-copy p {
    font-size: 16px
}

.footer-copy i.fab.fa-facebook-f {
    background-color: #3b5998
}

.footer-copy i.fab.fa-twitter {
    background-color: #55acee
}

.footer-copy i.fab.fa-linkedin-in {
    background-color: #007bb5
}

.footer-copy i.fab.fa-pinterest-p {
    background-color: #e60023
}

.footer-copy i.fab.fa-slideshare {
    background-color: #009973
}

.case-studies-inner .content-wrapper {
    max-width: 650px;
}

.case-studies-inner .breadcrumb {
    display: flex;
    gap: .250rem;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
}

.case-studies-inner .breadcrumb-list,
.case-studies-inner .breadcrumb-list-link {
    font-size: 16px;
    color: #344753;
    font-weight: 500;
}

.case-studies-inner .breadcrumb-list-link {
    text-decoration: none;
}

.case-studies-inner .breadcrumb-list-link:hover {
    color: #011b2b;
    text-decoration: underline;
}

.case-studies-inner h1,
.case-studies-inner .inner-heading {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #011b2b;
}

.case-studies-inner h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #011b2b;
}

.case-studies-inner h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #011b2b;
}

.case-studies-inner .blockquote {
    position: relative;
    padding: 4rem 1.5rem 2.5rem;
    background-color: #f3faff;
    border-radius: 6px;
    border: 1px solid #e5ecf1;
    z-index: 1;
}

.case-studies-inner .blockquote::before {
    position: absolute;
    content: '❝';
    font-size: 40px;
    color: #b6cee1;
    zoom: 1.5;
    top: 1.5rem;
    left: 1rem;
    z-index: -1;
}

.case-studies-inner .blockquote .text {
    font-size: 1.2rem;
    line-height: 1.250;
}

.case-studies-inner .blockquote .name {
    font-size: 16px;
    line-height: 1.2;
}