#slide-head-subtitle {
    color: white;
    margin-top: 50px;
    word-spacing: 5px;
    letter-spacing: 1.3px;
    font-weight: 300;
    font-size: 1.4em;
    line-height:2.5em;
}

#slide-head-title {
    word-spacing:8px;
}

#slide-head-subtitle span.ti-wrapper, #slide-head-subtitle span.ti-wrapper span.ti-container {
    padding:0;
}

#service-boxes .service-box-layer {
        padding:35px 18px 16px;
        text-align:center;
        height:100%;
        width:100%;
        flex-direction: column;
        justify-content: center;

        z-index: 1;
}

#service-boxes .service-icon {
    height:6em;
    margin-bottom: 28px;
}

#service-boxes .service-title {
        line-height: 1.5em;
}

#service-boxes .service-box {
        padding:0;
        padding-bottom: 24px;

        cursor: pointer;
}

.h-section-heading {
        text-align:center;
        margin: 45px 0 30px 0;
        color: #4a4a4a;
}

#services-section {
        padding-bottom:60px;
}

#our-services {
        margin-top: -60px;
        margin-bottom: 105px;
        height: 0;
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
        #service-boxes > .service-box {
                border:none;
                border-bottom:1px solid #d5d5d5;
        }

        #service-boxes > .service-box:last-child {
                border:none;
        }

        #service-boxes > .service-box:last-child {
                border:none;
                flex: 0 0 100%;
                width:100%;
                max-width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
        #service-boxes > .service-box:nth-child(odd) {
                border:none;
                border-bottom:1px solid #d5d5d5;
                border-right: 1px solid #d5d5d5;
        }
        
        #service-boxes > .service-box:nth-child(even) {
                border:none;
                border-bottom: 1px solid #d5d5d5;
        }

        #service-boxes > .service-box:last-child {
                border:none;
                border-right: 1px solid #d5d5d5;
                border-left: 1px solid #d5d5d5;
        }

        #service-boxes > .service-box:last-child {
                margin-left:25%;
        }

        #service-boxes > .service-box {
                border:none;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
        #service-boxes > .service-box:nth-child(1),
        #service-boxes > .service-box:nth-child(2),
        #service-boxes > .service-box:nth-child(4),
        #service-boxes > .service-box:nth-child(5) {
                border:none;
                border-bottom:1px solid #d5d5d5;
                border-right: 1px solid #d5d5d5;
        }
        
        #service-boxes > .service-box:nth-child(3),
        #service-boxes > .service-box:nth-child(6) {
                border:none;
                border-bottom: 1px solid #d5d5d5;
        }
        
        #service-boxes > .service-box:nth-child(7),
        #service-boxes > .service-box:nth-child(8) {
                border:none;
                border-right: 1px solid #d5d5d5;
        }

        #service-boxes > .service-box > .service-box-layer {
                border:none;
        }
}

/* Numbers section */

.numbers-section .ticket-layer {
        padding: 0 12px;
}
.numbers-section .ticket_item  {
        margin:0;
        width: 100%;
        height:100%;
}

.ticket_area {
        /* Old-background => background: #003267; */
        background: rgb(68,129,194);
        background: radial-gradient(circle, rgba(68,129,194,1) 0%, rgba(0,51,103,1) 100%);
        padding: 100px 0px;

        text-align:center;
}

.ticket_item .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;

        display:inline-block;
        text-align:center;
}

.ticket_item .icon>img {
        height: 35px;
}

.ticket-layer:first-child .ticket_item .icon {
        background: #cdf1ff;
}

.ticket-layer:nth-child(2) .ticket_item .icon {
        background: #f5ffbf;
}

.ticket-layer:nth-child(3) .ticket_item .icon {
        background:#cbffc7;
}

.ticket_item h2 {
        font-size:20px;
        margin-top:16px;
}


.ticket_item h2 span:first-child {
        font-size: 40px;
        display: inline;
        color: black;
        margin-right: 2px;
        letter-spacing: 4px;
}

.ticket_item h2 span:nth-child(2) {
        font-size: 22px;
        display: block;
        color: #585858;
        margin-right: 12px;
        word-spacing: 4px;
        letter-spacing: 0.5px;
        font-weight: 600;
}

.ticket_item h2 span .as-counter {
        letter-spacing: 0px;
}

.testimonial-content {
        display:inline-block;
}

.agency_testimonial_info .owl-prev:hover, .agency_testimonial_info .owl-next:hover {
        background: #003367;
}

.agency_testimonial_info .owl-prev, .agency_testimonial_info .owl-next, .agency_testimonial_info .testimonial_slider {
        border:2px solid white;
}

.agency_testimonial_info .testimonial_slider {
        border: none;
}

.agency_testimonial_info .testimonial_slider .testimonial_item p {
        font-size: 18px;
        font-weight: 500;
        color: #003367;
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h4 {
        font-size:18px;
        word-spacing: 3px;
        letter-spacing: 1px;
}

.agency_testimonial_info .testimonial_slider .testimonial_item .author_description h6 {
        font-size:16px;
        color: #737373;
}

.agency_testimonial_area {
        background: url(../../img/general/fixed/testimonials.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;

    position:relative;
}

.agency-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index:1;
}

.agency_testimonial_area h2 {
        color:white;

        word-spacing: 6px;
        letter-spacing: 3px;
}

.agency_testimonial_area .container {
        z-index:1;
        position:relative;
}

.agency_testimonial_info .testimonial_slider .owl-dots .owl-dot.active {
        border-color: #00aeee;
        background-color: #00aeee;
}

.service-box-overlay {
        display: none;

        border: 3px solid #44609B;
        background: white;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        font-size: 18px;
        padding: 20px 16px 0 16px;
        flex-direction: column;

        z-index: 2;
}

.service-box-overlay .overlay-icon {
        height: 40px;
        width: 40px;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px
}

.service-box-overlay .overlay-header {
        display: flex;
        flex-direction: row;
}

.service-box-overlay .overlay-title {
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        word-spacing: 1.2px;
        color: #555555;
        letter-spacing: 0.6px;
        display: flex;
        align-self: center;
        flex-grow: 40;
        justify-content: center;
        line-height: 28px;
}

.service-box-overlay .service-page-link {
        background: url(../../img/general/icons/right-arrow.png);
        height: 36px;
        width: 58px;
        background-color: #44609B;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 0;
        right: 0;
}

.service-box-overlay .overlay-content {
        text-align: center;
        padding: 0 20px;
        display: flex;
        font-size: 18px;
        flex-grow: 40;
        justify-content: center;
        align-items: center;
}

.service-box:hover .service-box-overlay, .service-box:focus .service-box-overlay {
        display:flex;
}


.pos_banner_item {
        background-position:center;
}

.about-company-section>.row {
        padding: 0;
}

.about-section-title {
        margin-bottom: 45px;
}

.about-section-icon>img {
        height:200px;
}

.about-section-icon {
        display: flex;
        justify-content: center;
        align-items: center;
}

.about-section-info .section-content {
        font-size: 20px;
        padding: 35px 20px;
        text-align: center;
        word-spacing: 0.4px;
        letter-spacing: 0.2px;
        line-height: 32px;
}

.about-border {
        border-right: 1px solid #d5d5d5;
}

.about-space {
        padding-top: 50px;
        padding-bottom: 50px;
}

section.about-company-section {
        padding: 15px 50px 65px 0;
}

.about-button-row {
        text-align:center;
        margin-top: 65px;
}

.about-button-row> .learn-more-btn {
        max-height: 60px;
        min-width: 250px;
        font-size: 20px;

        padding: 22px 40px 18px 55px;
        color: #f1f1f1;
        word-spacing: 4px;
        border-radius: 34px;

        background: rgb(2,74,148);
        background: -moz-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        background: linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024a94",endColorstr="#009bdc",GradientType=1);
}

.learn-more-btn i {
        font-size: 15px;
        padding-left: 10px;
        font-weight: 600;
}
    
.about-button-row> .learn-more-btn:hover {
        color: #003367;
        background: #fff;
        border: 2px solid #517eab;
}

@media (max-width: 991.98px) {
        .about-section-icon {
                border: none;
                margin-bottom: 25px;
        }
        
        .about-space {
                padding-top: 50px;
                padding-bottom: 50px;
        }
        
        section.about-company-section {
                padding: 40px 0 60px 0;
        }

        .about-section-title {
                margin-bottom: 20       px;
        }
}

@media(max-width: 767.98px) {
        .about-border {
                border-bottom: 1px solid #d5d5d5;;
        }

        .about-section-info .section-content {
                padding: 50px 25px;
        }

        .about-section-icon {
                border: none;
                margin-bottom: 10px;
        }

        .about-section-info:nth-child(2) {
                padding-top:30px;
        }

        section.about-company-section {
                padding-bottom: 50px;
        }

        .about-button-row {
                margin-top: 30px;
        }
}