/* 
    Created on : Sep 14, 2022, 6:17:34 PM
    Author     : tomas
    Colors     : https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=1565C0
    Images     : https://www.freepik.com/free-vector/data-center-isometric-compositions-including-hosting-servers-cloud-services-with-workstation-administration-isolated-vector-illustration_4359286.htm#page=2&query=internet%20server&position=14&from_view=keyword#position=14&page=2&query=internet%20server
*/

/* Colors */
:root {
    --color-default: #222222;
    --color-primary: #1564bf;
    --color-secondary: black;
}

.topbar {
    background: #003b8e;
}

.contact .info-item {
    background-color: #5e91f2;
}

.hero .icon-box {
    background: #5e91f2;
}

.hero .icon-box:hover {
    background: #003b8e;
}

.header .logo h1 span {
    color: black;
}
.scroll-top:hover {
    background: #222222;
    color: #fff;
}
.services .service-item ul li {
    line-height: 24px;
    font-size: 14px;
}
.services .service-item:hover .icon:before {
    background: #ffffff;
}
.services .service-item .icon:before {
    background: #ffffff;
}
@media (max-width: 1279px){
    .navbar ul {
        background: var(--color-primary);
    }
    .mobile-nav-active .navbar:before {
        background: rgba(0,0,0,0.65);
    }
}
.footer-image {
    max-width: 83%;
}
.services .service-item .icon i {
    color: var(--color-primary)
}
/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.outsourcing .outsourcing-flters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.outsourcing .outsourcing-item .outsourcing-info ul li {
    line-height: 24px;
    font-size: 14px;
    color: #6c757d;
    margin-left: -14px;
}

.outsourcing .outsourcing-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.outsourcing .outsourcing-flters li:hover,
.outsourcing .outsourcing-flters li.filter-active {
    color: var(--color-primary);
}

.outsourcing .outsourcing-flters li:first-child {
    margin-left: 0;
}

.outsourcing .outsourcing-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .outsourcing .outsourcing-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.outsourcing .outsourcing-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.outsourcing .outsourcing-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.outsourcing .outsourcing-wrap .outsourcing-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
}

.outsourcing .outsourcing-wrap .outsourcing-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.outsourcing .outsourcing-wrap .outsourcing-info h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.outsourcing .outsourcing-wrap .outsourcing-info h4 a:hover {
    color: var(--color-primary);
}

.outsourcing .outsourcing-wrap .outsourcing-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.outsourcing .outsourcing-wrap:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.outsourcing-details .outsourcing-details-slider img {
    width: 100%;
}

.outsourcing-details .outsourcing-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.outsourcing-details .outsourcing-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.outsourcing-details .swiper-button-prev,
.outsourcing-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

.outsourcing-details .swiper-button-prev:after,
.outsourcing-details .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.outsourcing-details .swiper-button-prev:hover:after,
.outsourcing-details .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

    .outsourcing-details .swiper-button-prev,
    .outsourcing-details .swiper-button-next {
        display: none;
    }
}

.outsourcing-details .outsourcing-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.outsourcing-details .outsourcing-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}

.outsourcing-details .outsourcing-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.outsourcing-details .outsourcing-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 16px;
}

.outsourcing-details .outsourcing-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #9c9c9c;
    font-size: 12px;
}

.outsourcing-details .outsourcing-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.outsourcing-details .outsourcing-info .btn-visit:hover {
    background: #009d8b;
}

.outsourcing-details .outsourcing-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.outsourcing-details .outsourcing-description p {
    padding: 0;
}

.outsourcing-details .outsourcing-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: white;
    height: 100%;
    margin-bottom: 50px;
}

.outsourcing-details .outsourcing-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.outsourcing-details .outsourcing-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.outsourcing-details .outsourcing-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.outsourcing-details .outsourcing-description .testimonial-item .quote-icon-left,
.outsourcing-details .outsourcing-description .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.outsourcing-details .outsourcing-description .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.outsourcing-details .outsourcing-description .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.outsourcing-details .outsourcing-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 0 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.i-want-help .i-want-help-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.i-want-help h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #555555;
    text-align: center;
}

.i-want-help .icon {
    margin: 30px auto 30px auto;
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.i-want-help .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    line-height: 0;
}

.i-want-help .icon::before {
    position: absolute;
    content: "";
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background: #87c1bb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.i-want-help .icon::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 102px;
    border-radius: 50%;
    background: #d2eeeb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-2px);
}

.i-want-help h4 {
    font-size: 48px;
    color: var(--color-secondary);
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    text-align: center;
}

.i-want-help h4 sup {
    font-size: 28px;
}

.i-want-help h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
    font-weight: 400;
}

.i-want-help ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}

.i-want-help ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.i-want-help ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.i-want-help ul .na {
    color: rgba(108, 117, 125, 0.5);
}

.i-want-help ul .na i {
    color: rgba(108, 117, 125, 0.5);
}

.i-want-help ul .na span {
    text-decoration: line-through;
}

.i-want-help .buy-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: var(--color-primary);
    border: 1px solid rgba(0, 131, 116, 0.2);
    transition: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: 0.3s;
}

.i-want-help .buy-btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.i-want-help .featured {
    z-index: 10;
    border: 3px solid var(--color-primary);
}

@media (min-width: 992px) {
    .i-want-help .featured {
        transform: scale(1.15);
    }
}

.i-want-help .icon i {
    font-size: 36px;
}
.i-want-help .download-buttons-section a {
    padding: 10px 15px;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    display: none;
}
