.home-content-header {
    background: rgba(53, 156, 211, 1);
    background: -moz-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 156, 211, 1)), color-stop(100%, rgba(44, 69, 150, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: linear-gradient(to right, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359cd3',endColorstr='#2c4596',GradientType=1);
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .home-content-header .top-shadow {
        position: absolute;
        height: 80px;
        width: 100%;
        display: block;
        top: 0;
        background: url("../images/home/main-slider/top-shadow.png") repeat-x;
        z-index: 0;
    }

    .home-content-header .container {
        padding: 0;
    }

.home-content-slide {
    position: relative;
    height: 320px;
}

    .home-content-slide div.home-content-slide-item {
        position: relative;
        z-index: 0;
        height: 100%;
        overflow: hidden;
    }

        .home-content-slide div.home-content-slide-item div {
            position: absolute;
            top: 160px;
            left: 0;
            width: 100%;
            z-index: 9;
        }

    .home-content-slide img {
        display: block;
        position: absolute;
    }

        .home-content-slide img.light {
            width: 100%;
            max-width: 380px;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            z-index: 1;
        }

        .home-content-slide img.obj {
            max-width: 185px;
            width: 100%;
            height: auto;
            left: 0;
            right: 0;
            top: 5px;
            margin: auto;
            z-index: 2;
        }

    .home-content-slide h3 {
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 9;
        margin: auto auto 4px auto;
    }

    .home-content-slide p {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        color: #fff;
        width: 100%;
        z-index: 9;
    }

    .home-content-slide button {
        border: 0;
        position: absolute;
        padding: 0 20px;
        line-height: 1;
        height: 44px;
        width: 220px;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
        background: #211c3c;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
        z-index: 9;
    }

        .home-content-slide button:hover {
            background: #005b9a;
        }

.home-slider button.slick-arrow {
    display: block !important;
    position: absolute;
    margin: auto;
    top: 138px;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    z-index: 928;
    overflow: hidden;
}

.home-slider button.slick-prev {
    left: 0;
}

.home-slider button.slick-next {
    right: 0;
}

.home-slider .slick-dots {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-content-header {
        height: 410px;
    }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 410px;
    }

        .home-content-slide img.light {
            max-width: 698px;
            left: auto;
            right: -110px;
            top: -80px;
        }

        .home-content-slide img.obj {
            max-width: 438px;
            left: auto;
            right: 10px;
            top: 30px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 80px;
            left: 30px;
        }

        .home-content-slide h3 {
            text-align: left;
            font-size: 35px;
        }

        .home-content-slide p {
            font-size: 20px;
            line-height: 24px;
            text-align: left;
        }

        .home-content-slide button {
            width: 210px;
            height: 40px;
            left: 30px;
            right: auto;
            bottom: 120px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-slider button.slick-arrow {
        /*display: none !important;*/
    }

    .home-slider ul.slick-dots {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 10px;
        left: 30px;
        list-style-type: none;
    }

        .home-slider ul.slick-dots li {
            float: left;
        }

        .home-slider ul.slick-dots button {
            border: 1px solid #fff;
            background: transparent;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            text-indent: -5000px;
            margin-right: 8px;
            transition: 0.3s all ease;
        }

            .home-slider ul.slick-dots button:hover,
            .home-slider ul.slick-dots li.slick-active button {
                background: #211c3c;
                border-color: #211c3c;
            }
}

@media screen and (min-width: 992px) {
    .home-content-header {
        height: 520px;
    }

        .home-content-header .top-shadow {
            display: none;
        }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 520px;
    }

        .home-content-slide img.light {
            display: none;
        }

        .home-content-slide img.obj {
            max-width: 538px;
            right: 30px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 140px;
            left: 20px;
        }

        .home-content-slide h3 {
            font-size: 44px;
        }

        .home-content-slide p {
            font-size: 22px;
            line-height: 27px;
            width: 340px;
        }

        .home-content-slide button {
            width: 250px;
            height: 51px;
            font-size: 20px;
            bottom: 130px;
            left: 20px;
        }

    .home-slider ul.slick-dots {
        left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .home-content-header {
        height: 640px;
    }

    .home-content-slide {
        height: 640px;
    }

        .home-content-slide img.obj {
            max-width: 690px;
            right: 50px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 200px;
            left: 30px;
        }

        .home-content-slide h3 {
            font-size: 53px;
        }

        .home-content-slide p {
            font-size: 24px;
            line-height: 29px;
            width: 460px;
        }

        .home-content-slide button {
            width: 255px;
            height: 61px;
            bottom: 30px;
            font-size: 21px;
            left: 30px;
        }

    .home-slider ul.slick-dots {
        left: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .home-content-header .container {
        margin: 0 auto;
        width: 1440px;
    }

    .home-content-slide img.obj {
        right: 100px;
        top: 50px;
    }

    .home-content-slide div.home-content-slide-item div {
        top: 200px;
        left: 140px;
    }

    .home-content-slide button {
        left: 140px;
        bottom: 130px;
    }

    .home-slider ul.slick-dots {
        left: 140px;
    }
}

.home-service-types {
    max-width: 2500px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    overflow: hidden;
}

    .home-service-types .first {
        background: #f6f6f6;
    }

        .home-service-types .first h3 {
            color: #484848;
            height: 68px;
            line-height: 72px;
            overflow: hidden;
            font-family: "pnsemibold", Helvetica, Arial, sans-serif;
            font-size: 29px;
            text-align: center;
            margin: 0;
        }

        .home-service-types .first p {
            display: none;
        }

    .home-service-types .second .service-icos {
        width: 33%;
        float: left;
        text-align: center;
        padding: 30px 0 25px 0;
        position: relative;
        height: 80px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .home-service-types .second .service-icos img {
            display: block;
            position: absolute;
            /*cursor: pointer;*/
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 44px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                top: -40px;
                transition: 0.3s all ease;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 80px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                bottom: 24px;
                transition: 0.3s all ease;
            }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/

@media screen and (min-width: 478px) {
    .home-service-types .second .service-icos {
        padding: 30px 0 25px 0;
        height: 90px;
        margin-bottom: 15px;
    }

        .home-service-types .second .service-icos img.service-ico {
            width: 44px;
            top: -40px;
        }

        .home-service-types .second .service-icos img.service-logo {
            width: 100px;
            bottom: 24px;
        }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/
}

@media screen and (min-width: 768px) {
    .home-service-types {
        height: 255px;
        background: url("../images/home/kablo-logo-bck.png") no-repeat;
        background-size: auto 255px;
        background-position: -100% 0;
    }

        .home-service-types .first {
            background: transparent;
        }

            .home-service-types .first h3 {
                color: #3387c5;
                height: auto;
                line-height: 1;
                font-size: 29px;
                text-align: left;
                margin: 85px 0 0 0;
            }

            .home-service-types .first p {
                display: block;
                font-family: "pnregular", Helvetica, Arial, sans-serif;
                font-size: 17px;
                color: #a7a7a7;
            }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            padding: 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 120px;
                bottom: 25px;
            }
}

@media screen and (min-width: 992px) {
    .home-service-types {
        background-position: -250px bottom;
    }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 130px;
                bottom: 25px;
            }
}

@media screen and (min-width: 1200px) {
    .home-service-types {
        height: 390px;
        background-position: -250px center;
    }

        .home-service-types .first h3 {
            font-size: 43px;
            margin-top: 135px;
        }

        .home-service-types .first p {
            font-size: 23px;
            line-height: 33px;
        }

        .home-service-types .second .service-icos {
            margin: 110px 0 0 0;
            height: 150px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 83px;
                top: -80px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 202px;
                bottom: 40px;
            }

/*            .home-service-types .second .service-icos:hover img.service-ico,
            .home-service-types .second .service-icos:focus img.service-ico {
                top: 0;
            }

            .home-service-types .second .service-icos:hover img.service-logo,
            .home-service-types .second .service-icos:focus img.service-logo {
                bottom: 0;
            }*/
}

@media screen and (min-width: 1800px) {
    .home-service-types {
        background-position: 0 20px;
        background-size: auto 350px;
    }
}

.home-products-slider {
    background: #399cd5;
    overflow: hidden;
    padding-bottom: 25px;
}

    .home-products-slider h3 {
        text-align: center;
        font-size: 29px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        margin: 25px 0 10px 0;
    }

    .home-products-slider p {
        display: none;
    }

.home-product-slider {
    text-align: center;
}

a.home-product-slide-content {
    display: block;
    position: relative;
}

    a.home-product-slide-content img {
        padding: 0 5px;
    }

    a.home-product-slide-content h4 {
        position: absolute;
        display: block;
        overflow: hidden;
        margin: 0;
        top: 0;
        height: 100%;
        font-size: 17px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        width: 100%;
        z-index: 2;
    }

        a.home-product-slide-content h4 span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.home-product-slider button.slick-arrow {
    display: none !important;
}

a.home-product-slide-content:after,
a.home-product-slide-content:visited:after {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease;
    z-index: 1;
}

a.home-product-slide-content:hover:after,
a.home-product-slide-content:focus:after {
    background: rgba(0, 0, 0, 0);
}

a.home-product-slide-content:hover,
a.home-product-slide-content:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    .home-products-slider {
        padding-bottom: 70px;
    }

        .home-products-slider h3 {
            font-size: 24px;
            margin: 25px 0 10px 0;
        }

        .home-products-slider p {
            display: block;
            margin: 0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #9cceea;
            color: rgba(255, 255, 255, 0.5);
            font-size: 17px;
            line-height: 19px;
            margin-bottom: 10px;
        }

    a.home-product-slide-content {
        height: 100%;
        max-height: 234px;
    }

        a.home-product-slide-content h4 {
            font-size: 25px;
        }

    .home-products-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: -55px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-products-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-products-slider button.slick-prev {
        left: 308px;
    }

    .home-products-slider button.slick-next {
        left: 360px;
    }

    .home-products-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-products-slider button.slick-prev img {
        left: 15px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-products-slider button.slick-next img {
        left: 17px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-products-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-products-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-products-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-products-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-products-slider {
        padding-bottom: 80px;
    }

        .home-products-slider h3 {
            font-size: 27px;
            margin: 30px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 300px;
    }

        a.home-product-slide-content h4 {
            font-size: 27px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
    }

    .home-products-slider button.slick-prev {
        left: 423px;
    }

    .home-products-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-products-slider {
        padding-bottom: 85px;
    }

        .home-products-slider h3 {
            font-size: 32px;
            margin: 35px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 366px;
    }

        a.home-product-slide-content h4 {
            font-size: 30px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-products-slider button.slick-prev {
        left: 562px;
    }

    .home-products-slider button.slick-next {
        left: 608px;
    }

    .home-products-slider button.slick-arrow img {
        top: 11px;
    }

    .home-products-slider button.slick-prev img {
        left: 12px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-products-slider button.slick-next img {
        left: 14px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.ktba h1,
.ktba h3 {
    color: #399cd5;
    font-family: "pnsemibold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 25px 0;
    font-size: 29px;
}

.ktba p.ktba-title {
    display: none;
}

.ktba p {
    display: none;
}

.ktba .col-xs-4 {
    padding: 0 !important;
}

.ktba .img-cont {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

    .ktba .img-cont p {
        position: absolute;
        display: block;
        margin: 0;
        color: #fff;
        bottom: 5px;
        left: 5px;
        font-size: 16px;
        line-height: 1.2em;
        z-index: 2;
    }

        .ktba .img-cont p span {
            display: none;
        }

    .ktba .img-cont:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease;
        z-index: 1;
    }

    .ktba .img-cont:hover:after {
        background: rgba(0, 0, 0, 0);
    }

    .ktba .img-cont.bb hr {
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr:first-child {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

.ktba button {
    border: 2px solid #d7ebf7;
    padding: 10px 15px;
    line-height: 1;
    background: transparent;
    color: #2e54a1;
    font-size: 16px;
    font-family: "pnbold", Helvetica, Arial, sans-serif;
    transition: 0.3s all ease;
    display: block;
    margin: 20px auto;
}

    .ktba button:hover {
        border-color: #2e54a1;
        background: #2e54a1;
        color: #fff;
    }

@media screen and (min-width: 478px) {
    .ktba .img-cont p {
        bottom: 10px;
        left: 10px;
        font-size: 19px;
    }
}

@media screen and (min-width: 600px) {
    .ktba .img-cont p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .ktba h1,
    .ktba h3 {
        text-align: left;
        margin: 0;
        padding: 50px 0 0 0;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
    }

    .ktba p.ktba-title {
        color: #afb1b2;
        display: block;
        font-size: 17px;
        margin: 0 0 7px 0;
    }

    .ktba .img-cont p {
        font-size: 16px;
    }

        .ktba .img-cont p span {
            display: block;
            font-size: 13px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 3px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 3px;
    }

    .ktba button {
        padding: 13px 18px;
        font-size: 19px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .ktba h1,
    .ktba h3 {
        padding: 65px 0 5px 0;
        font-size: 36px;
    }

    .ktba p.ktba-title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 17px;
    }

    .ktba .img-cont p {
        font-size: 19px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 15px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 4px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 4px;
    }

    .ktba button {
        padding: 15px 20px;
        font-size: 21px;
        margin: 40px auto;
    }
}

@media screen and (min-width: 1200px) {
    .ktba h1,
    .ktba h3 {
        padding: 80px 0 7px 0;
        font-size: 45px;
    }

    .ktba p.ktba-title {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .ktba .img-cont p {
        font-size: 23px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 17px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 5px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 5px;
    }

    .ktba button {
        margin: 50px auto;
    }
}

.home-services-slider {
    background: #2d3883;
    overflow: hidden;
}

.home-service-slide-content {
    position: relative;
    height: 195px;
}

    .home-service-slide-content img {
        display: block;
        float: left;
        margin-top: 40px;
        height: 125px;
        max-height: 125px;
        width: auto;
        opacity: 0.5;
    }

    .home-service-slide-content h4 {
        position: absolute;
        right: 0;
        top: 45px;
        color: #fff;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 30px;
        text-align: right;
        margin: 0;
    }

    .home-service-slide-content p {
        display: none;
    }

    .home-service-slide-content button {
        border: 0;
        position: absolute;
        right: 0;
        top: 120px;
        padding: 0 20px;
        margin: 0;
        line-height: 1;
        height: 44px;
        background: #399cd5;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
    }

        .home-service-slide-content button:hover {
            background: #005b9a;
        }

.home-services-slider button.slick-arrow {
    display: none !important;
}

@media screen and (min-width: 478px) {
    .home-service-slide-content img {
        opacity: 1;
    }

    .home-service-slide-content h4 {
        color: #399cd5;
    }
}

@media screen and (min-width: 768px) {
    .home-service-slide-content {
        height: 320px;
        max-height: 320px;
    }

        .home-service-slide-content div {
            width: 710px;
            overflow: hidden;
        }

        .home-service-slide-content img {
            margin-top: 40px;
            height: 225px;
            max-height: 225px;
        }

        .home-service-slide-content h4 {
            top: 75px;
            font-size: 34px;
            line-height: 40px;
        }

        .home-service-slide-content p {
            display: block;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 160px;
            right: 0;
            text-align: right;
            max-width: 50%;
            color: #fff;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 21px;
        }

        .home-service-slide-content button {
            top: 234px;
            height: 41px;
            padding: 0 10px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-services-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: 15px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-services-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-services-slider button.slick-prev {
        left: 308px;
    }

    .home-services-slider button.slick-next {
        left: 360px;
    }

    .home-services-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-services-slider button.slick-prev img {
        left: 15px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-services-slider button.slick-next img {
        left: 17px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-services-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-services-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-services-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-services-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-service-slide-content {
        height: 400px;
        max-height: 400px;
    }

        .home-service-slide-content div {
            width: 940px;
        }

        .home-service-slide-content img {
            margin-top: 50px;
            height: 280px;
            max-height: 280px;
        }

        .home-service-slide-content h4 {
            top: 97px;
            font-size: 43px;
            line-height: 49px;
        }

        .home-service-slide-content p {
            top: 203px;
            max-width: 55%;
            font-size: 19px;
            line-height: 26px;
        }

        .home-service-slide-content button {
            top: 270px;
            height: 44px;
            padding: 0 13px;
            font-size: 17px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 20px;
    }

    .home-services-slider button.slick-prev {
        left: 423px;
    }

    .home-services-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-service-slide-content {
        height: 490px;
        max-height: 490px;
    }

        .home-service-slide-content div {
            width: 1210px;
        }

        .home-service-slide-content img {
            margin-top: 60px;
            height: 350px;
            max-height: 350px;
        }

        .home-service-slide-content h4 {
            top: 120px;
            font-size: 51px;
            line-height: 59px;
        }

        .home-service-slide-content p {
            top: 245px;
            font-size: 21px;
            line-height: 29px;
        }

        .home-service-slide-content button {
            top: 325px;
            height: 48px;
            font-size: 18px;
            padding: 0 15px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-services-slider button.slick-prev {
        left: 562px;
    }

    .home-services-slider button.slick-next {
        left: 608px;
    }

    .home-services-slider button.slick-arrow img {
        top: 11px;
    }

    .home-services-slider button.slick-prev img {
        left: 12px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-services-slider button.slick-next img {
        left: 14px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.service-area {
    text-align: center;
    padding: 25px 15px;
}

    .service-area h3 {
        margin: 0;
        padding: 0;
        color: #399cd5;
        font-size: 27px;
        font-family: "pnsemibold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 1;
    }

    .service-area img {
        max-height: 75px;
        width: auto;
        margin: 20px auto;
    }

    .service-area p {
        margin: 0;
        padding: 0;
        font-size: 19px;
        line-height: 24px;
        color: #a5a5a5;
        max-width: 540px;
        margin: 0 auto;
    }

        .service-area p strong {
            font-weight: normal;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            color: #399cd5;
        }

    .service-area .service-search {
        clear: both;
        margin-top: 20px;
    }

        .service-area .service-search select {
            border: 0;
            background: transparent;
            font-size: 18px;
            height: 50px;
            color: #e0e0e0;
            width: 240px;
            margin: 0 auto;
            color: #a0a0a0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
            background-repeat: no-repeat;
            background-position: 100% center;
        }

            .service-area .service-search select:focus {
                box-shadow: none;
                border-color: inherit;
            }

.slate {
    background: #fff;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #ededed;
}

.service-area .service-search button,
.service-area .service-search .linker {
    background: #399cd5;
    font-size: 18px;
    border: 0;
    color: #fff;
    font-family: "pnbold", Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 50px;
    padding: 0 40px;
    transition: 0.3s all ease;
}

    .service-area .service-search button,
    .service-area .service-search .linker:hover {
        background: #005b9a;
    }

@media screen and (min-width: 478px) {
    .service-area h3 {
        font-size: 29px;
    }

    .service-area p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .service-area {
        text-align: left;
        padding-top: 40px;
    }

        .service-area h3 {
            font-size: 27px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            float: left;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .service-area img {
            max-height: 133px;
            margin: 0;
            float: right;
            margin-right: 10px;
        }

        .service-area p {
            font-size: 16px;
            line-height: 24px;
            float: left;
            max-width: 360px;
            margin-left: 10px;
        }

        .service-area .service-search {
            padding-top: 30px;
            text-align: center;
        }

            .service-area .service-search select {
                font-size: 16px;
                height: 40px;
                width: auto;
            }

    .slate {
        background: #fff;
        height: 40px;
        width: auto;
        margin: 0 5px 0 0;
        border: 1px solid #ededed;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 16px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .service-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .service-area h3 {
            font-size: 36px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .service-area img {
            max-height: 160px;
            margin-right: 20px;
        }

        .service-area p {
            font-size: 18px;
            line-height: 27px;
            max-width: 500px;
            margin-left: 20px;
        }

        .service-area .service-search {
            padding-top: 40px;
        }

    .slate {
        background: #fff;
        height: 45px;
        width: 125px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 45px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 17px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .service-area {
        padding-top: 60px;
    }

        .service-area h3 {
            font-size: 44px;
            margin-bottom: 13px;
        }

        .service-area img {
            max-height: 187px;
        }

        .service-area p {
            font-size: 20px;
            line-height: 29px;
            max-width: 650px;
        }

        .service-area .service-search {
            padding-top: 50px;
        }

    .slate {
        background: #fff;
        height: 50px;
        width: 165px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 50px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 18px;
        height: 50px;
    }
}

.d-none {
    display: none;
}

.d-abs {
    position: absolute;
    left: -9999px;
}

.d-bold {
    font-weight: bold;
}

.home-content-header {
    background: rgba(53, 156, 211, 1);
    background: -moz-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 156, 211, 1)), color-stop(100%, rgba(44, 69, 150, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: linear-gradient(to right, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359cd3',endColorstr='#2c4596',GradientType=1);
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .home-content-header .top-shadow {
        position: absolute;
        height: 80px;
        width: 100%;
        display: block;
        top: 0;
        background: url("../images/home/main-slider/top-shadow.png") repeat-x;
        z-index: 0;
    }

    .home-content-header .container {
        padding: 0;
    }

.home-content-slide {
    position: relative;
    height: 320px;
}

    .home-content-slide div.home-content-slide-item {
        position: relative;
        z-index: 0;
        height: 100%;
        overflow: hidden;
    }

        .home-content-slide div.home-content-slide-item div {
            position: absolute;
            top: 160px;
            left: 0;
            width: 100%;
            z-index: 9;
        }

    .home-content-slide img {
        display: block;
        position: absolute;
    }

        .home-content-slide img.light {
            width: 100%;
            max-width: 380px;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            z-index: 1;
        }

        .home-content-slide img.obj {
            max-width: 185px;
            width: 100%;
            height: auto;
            left: 0;
            right: 0;
            top: 5px;
            margin: auto;
            z-index: 2;
        }

    .home-content-slide h3 {
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 9;
        margin: auto auto 4px auto;
    }

    .home-content-slide p {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        color: #fff;
        width: 100%;
        z-index: 9;
    }

    .home-content-slide button {
        border: 0;
        position: absolute;
        padding: 0 20px;
        line-height: 1;
        height: 44px;
        width: 220px;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
        background: #211c3c;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
        z-index: 9;
    }

        .home-content-slide button:hover {
            background: #005b9a;
        }

.home-slider button.slick-arrow {
    display: block !important;
    position: absolute;
    margin: auto;
    top: 138px;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    z-index: 928;
    overflow: hidden;
}

.home-slider button.slick-prev {
    left: 0;
}

.home-slider button.slick-next {
    right: 0;
}

.home-slider .slick-dots {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-content-header {
        height: 410px;
    }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 410px;
    }

        .home-content-slide img.light {
            max-width: 698px;
            left: auto;
            right: -110px;
            top: -80px;
        }

        .home-content-slide img.obj {
            max-width: 438px;
            left: auto;
            right: 10px;
            top: 30px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 80px;
            left: 30px;
        }

        .home-content-slide h3 {
            text-align: left;
            font-size: 35px;
        }

        .home-content-slide p {
            font-size: 20px;
            line-height: 24px;
            text-align: left;
        }

        .home-content-slide button {
            width: 210px;
            height: 40px;
            left: 30px;
            right: auto;
            bottom: 120px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-slider button.slick-arrow {
        /*display: none !important;*/
    }

    .home-slider ul.slick-dots {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 10px;
        left: 30px;
        list-style-type: none;
    }

        .home-slider ul.slick-dots li {
            float: left;
        }

        .home-slider ul.slick-dots button {
            border: 1px solid #fff;
            background: transparent;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            text-indent: -5000px;
            margin-right: 8px;
            transition: 0.3s all ease;
        }

            .home-slider ul.slick-dots button:hover,
            .home-slider ul.slick-dots li.slick-active button {
                background: #211c3c;
                border-color: #211c3c;
            }
}

@media screen and (min-width: 992px) {
    .home-content-header {
        height: 520px;
    }

        .home-content-header .top-shadow {
            display: none;
        }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 520px;
    }

        .home-content-slide img.light {
            display: none;
        }

        .home-content-slide img.obj {
            max-width: 538px;
            right: 30px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 140px;
            left: 20px;
        }

        .home-content-slide h3 {
            font-size: 44px;
        }

        .home-content-slide p {
            font-size: 22px;
            line-height: 27px;
            width: 340px;
        }

        .home-content-slide button {
            width: 250px;
            height: 51px;
            font-size: 20px;
            bottom: 130px;
            left: 20px;
        }

    .home-slider ul.slick-dots {
        left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .home-content-header {
        height: 640px;
    }

    .home-content-slide {
        height: 640px;
    }

        .home-content-slide img.obj {
            max-width: 690px;
            right: 50px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 200px;
            left: 30px;
        }

        .home-content-slide h3 {
            font-size: 53px;
        }

        .home-content-slide p {
            font-size: 24px;
            line-height: 29px;
            width: 460px;
        }

        .home-content-slide button {
            width: 255px;
            height: 61px;
            bottom: 30px;
            font-size: 21px;
            left: 30px;
        }

    .home-slider ul.slick-dots {
        left: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .home-content-header .container {
        margin: 0 auto;
        width: 1440px;
    }

    .home-content-slide img.obj {
        right: 100px;
        top: 50px;
    }

    .home-content-slide div.home-content-slide-item div {
        top: 200px;
        left: 140px;
    }

    .home-content-slide button {
        left: 140px;
        bottom: 130px;
    }

    .home-slider ul.slick-dots {
        left: 140px;
    }
}

.home-service-types {
    max-width: 2500px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    overflow: hidden;
}

    .home-service-types .first {
        background: #f6f6f6;
    }

        .home-service-types .first h3 {
            color: #484848;
            height: 68px;
            line-height: 72px;
            overflow: hidden;
            font-family: "pnsemibold", Helvetica, Arial, sans-serif;
            font-size: 29px;
            text-align: center;
            margin: 0;
        }

        .home-service-types .first p {
            display: none;
        }

    .home-service-types .second .service-icos {
        width: 33%;
        float: left;
        text-align: center;
        padding: 30px 0 25px 0;
        position: relative;
        height: 80px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .home-service-types .second .service-icos img {
            display: block;
            position: absolute;
            /*cursor: pointer;*/
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 44px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                top: -40px;
                transition: 0.3s all ease;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 80px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                bottom: 24px;
                transition: 0.3s all ease;
            }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/

@media screen and (min-width: 478px) {
    .home-service-types .second .service-icos {
        padding: 30px 0 25px 0;
        height: 90px;
        margin-bottom: 15px;
    }

        .home-service-types .second .service-icos img.service-ico {
            width: 44px;
            top: -40px;
        }

        .home-service-types .second .service-icos img.service-logo {
            width: 100px;
            bottom: 24px;
        }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/
}

@media screen and (min-width: 768px) {
    .home-service-types {
        height: 255px;
        background: url("../images/home/kablo-logo-bck.png") no-repeat;
        background-size: auto 255px;
        background-position: -100% 0;
    }

        .home-service-types .first {
            background: transparent;
        }

            .home-service-types .first h3 {
                color: #3387c5;
                height: auto;
                line-height: 1;
                font-size: 29px;
                text-align: left;
                margin: 85px 0 0 0;
            }

            .home-service-types .first p {
                display: block;
                font-family: "pnregular", Helvetica, Arial, sans-serif;
                font-size: 17px;
                color: #a7a7a7;
            }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            padding: 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 120px;
                bottom: 25px;
            }
}

@media screen and (min-width: 992px) {
    .home-service-types {
        background-position: -250px bottom;
    }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 130px;
                bottom: 25px;
            }
}

@media screen and (min-width: 1200px) {
    .home-service-types {
        height: 390px;
        background-position: -250px center;
    }

        .home-service-types .first h3 {
            font-size: 43px;
            margin-top: 135px;
        }

        .home-service-types .first p {
            font-size: 23px;
            line-height: 33px;
        }

        .home-service-types .second .service-icos {
            margin: 110px 0 0 0;
            height: 150px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 83px;
                top: -80px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 202px;
                bottom: 40px;
            }

/*            .home-service-types .second .service-icos:hover img.service-ico,
            .home-service-types .second .service-icos:focus img.service-ico {
                top: 0;
            }

            .home-service-types .second .service-icos:hover img.service-logo,
            .home-service-types .second .service-icos:focus img.service-logo {
                bottom: 0;
            }*/
}

@media screen and (min-width: 1800px) {
    .home-service-types {
        background-position: 0 20px;
        background-size: auto 350px;
    }
}

.home-products-slider {
    background: #399cd5;
    overflow: hidden;
    padding-bottom: 25px;
}

    .home-products-slider h3 {
        text-align: center;
        font-size: 29px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        margin: 25px 0 10px 0;
    }

    .home-products-slider p {
        display: none;
    }

.home-product-slider {
    text-align: center;
}

a.home-product-slide-content {
    display: block;
    position: relative;
}

    a.home-product-slide-content img {
        padding: 0 5px;
    }

    a.home-product-slide-content h4 {
        position: absolute;
        display: block;
        overflow: hidden;
        margin: 0;
        top: 0;
        height: 100%;
        font-size: 17px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        width: 100%;
        z-index: 2;
    }

        a.home-product-slide-content h4 span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.home-product-slider button.slick-arrow {
    display: none !important;
}

a.home-product-slide-content:after,
a.home-product-slide-content:visited:after {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease;
    z-index: 1;
}

a.home-product-slide-content:hover:after,
a.home-product-slide-content:focus:after {
    background: rgba(0, 0, 0, 0);
}

a.home-product-slide-content:hover,
a.home-product-slide-content:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    .home-products-slider {
        padding-bottom: 70px;
    }

        .home-products-slider h3 {
            font-size: 24px;
            margin: 25px 0 10px 0;
        }

        .home-products-slider p {
            display: block;
            margin: 0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #9cceea;
            color: rgba(255, 255, 255, 0.5);
            font-size: 17px;
            line-height: 19px;
            margin-bottom: 10px;
        }

    a.home-product-slide-content {
        height: 100%;
        max-height: 234px;
    }

        a.home-product-slide-content h4 {
            font-size: 25px;
        }

    .home-products-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: -55px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-products-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-products-slider button.slick-prev {
        left: 308px;
    }

    .home-products-slider button.slick-next {
        left: 360px;
    }

    .home-products-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-products-slider button.slick-prev img {
        left: 15px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-products-slider button.slick-next img {
        left: 17px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-products-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-products-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-products-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-products-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-products-slider {
        padding-bottom: 80px;
    }

        .home-products-slider h3 {
            font-size: 27px;
            margin: 30px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 300px;
    }

        a.home-product-slide-content h4 {
            font-size: 27px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
    }

    .home-products-slider button.slick-prev {
        left: 423px;
    }

    .home-products-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-products-slider {
        padding-bottom: 85px;
    }

        .home-products-slider h3 {
            font-size: 32px;
            margin: 35px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 366px;
    }

        a.home-product-slide-content h4 {
            font-size: 30px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-products-slider button.slick-prev {
        left: 562px;
    }

    .home-products-slider button.slick-next {
        left: 608px;
    }

    .home-products-slider button.slick-arrow img {
        top: 11px;
    }

    .home-products-slider button.slick-prev img {
        left: 12px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-products-slider button.slick-next img {
        left: 14px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.ktba h1,
.ktba h3 {
    color: #399cd5;
    font-family: "pnsemibold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 25px 0;
    font-size: 29px;
}

.ktba p.ktba-title {
    display: none;
}

.ktba p {
    display: none;
}

.ktba .col-xs-4 {
    padding: 0 !important;
}

.ktba .img-cont {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

    .ktba .img-cont p {
        position: absolute;
        display: block;
        margin: 0;
        color: #fff;
        bottom: 5px;
        left: 5px;
        font-size: 16px;
        line-height: 1.2em;
        z-index: 2;
    }

        .ktba .img-cont p span {
            display: none;
        }

    .ktba .img-cont:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease;
        z-index: 1;
    }

    .ktba .img-cont:hover:after {
        background: rgba(0, 0, 0, 0);
    }

    .ktba .img-cont.bb hr {
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr:first-child {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

.ktba button {
    border: 2px solid #d7ebf7;
    padding: 10px 15px;
    line-height: 1;
    background: transparent;
    color: #2e54a1;
    font-size: 16px;
    font-family: "pnbold", Helvetica, Arial, sans-serif;
    transition: 0.3s all ease;
    display: block;
    margin: 20px auto;
}

    .ktba button:hover {
        border-color: #2e54a1;
        background: #2e54a1;
        color: #fff;
    }

@media screen and (min-width: 478px) {
    .ktba .img-cont p {
        bottom: 10px;
        left: 10px;
        font-size: 19px;
    }
}

@media screen and (min-width: 600px) {
    .ktba .img-cont p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .ktba h1,
    .ktba h3 {
        text-align: left;
        margin: 0;
        padding: 50px 0 0 0;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
    }

    .ktba p.ktba-title {
        color: #afb1b2;
        display: block;
        font-size: 17px;
        margin: 0 0 7px 0;
    }

    .ktba .img-cont p {
        font-size: 16px;
    }

        .ktba .img-cont p span {
            display: block;
            font-size: 13px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 3px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 3px;
    }

    .ktba button {
        padding: 13px 18px;
        font-size: 19px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .ktba h1,
    .ktba h3 {
        padding: 65px 0 5px 0;
        font-size: 36px;
    }

    .ktba p.ktba-title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 17px;
    }

    .ktba .img-cont p {
        font-size: 19px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 15px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 4px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 4px;
    }

    .ktba button {
        padding: 15px 20px;
        font-size: 21px;
        margin: 40px auto;
    }
}

@media screen and (min-width: 1200px) {
    .ktba h1,
    .ktba h3 {
        padding: 80px 0 7px 0;
        font-size: 45px;
    }

    .ktba p.ktba-title {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .ktba .img-cont p {
        font-size: 23px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 17px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 5px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 5px;
    }

    .ktba button {
        margin: 50px auto;
    }
}

.home-services-slider {
    background: #2d3883;
    overflow: hidden;
}

.home-service-slide-content {
    position: relative;
    height: 195px;
}

    .home-service-slide-content img {
        display: block;
        float: left;
        margin-top: 40px;
        height: 125px;
        max-height: 125px;
        width: auto;
        opacity: 0.5;
    }

    .home-service-slide-content h4 {
        position: absolute;
        right: 0;
        top: 45px;
        color: #fff;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 30px;
        text-align: right;
        margin: 0;
    }

    .home-service-slide-content p {
        display: none;
    }

    .home-service-slide-content button {
        border: 0;
        position: absolute;
        right: 0;
        top: 120px;
        padding: 0 20px;
        margin: 0;
        line-height: 1;
        height: 44px;
        background: #399cd5;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
    }

        .home-service-slide-content button:hover {
            background: #005b9a;
        }

.home-services-slider button.slick-arrow {
    display: none !important;
}

@media screen and (min-width: 478px) {
    .home-service-slide-content img {
        opacity: 1;
    }

    .home-service-slide-content h4 {
        color: #399cd5;
    }
}

@media screen and (min-width: 768px) {
    .home-service-slide-content {
        height: 320px;
        max-height: 320px;
    }

        .home-service-slide-content div {
            width: 710px;
            overflow: hidden;
        }

        .home-service-slide-content img {
            margin-top: 40px;
            height: 225px;
            max-height: 225px;
        }

        .home-service-slide-content h4 {
            top: 75px;
            font-size: 34px;
            line-height: 40px;
        }

        .home-service-slide-content p {
            display: block;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 160px;
            right: 0;
            text-align: right;
            max-width: 50%;
            color: #fff;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 21px;
        }

        .home-service-slide-content button {
            top: 234px;
            height: 41px;
            padding: 0 10px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-services-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: 15px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-services-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-services-slider button.slick-prev {
        left: 308px;
    }

    .home-services-slider button.slick-next {
        left: 360px;
    }

    .home-services-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-services-slider button.slick-prev img {
        left: 15px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-services-slider button.slick-next img {
        left: 17px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-services-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-services-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-services-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-services-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-service-slide-content {
        height: 400px;
        max-height: 400px;
    }

        .home-service-slide-content div {
            width: 940px;
        }

        .home-service-slide-content img {
            margin-top: 50px;
            height: 280px;
            max-height: 280px;
        }

        .home-service-slide-content h4 {
            top: 97px;
            font-size: 43px;
            line-height: 49px;
        }

        .home-service-slide-content p {
            top: 203px;
            max-width: 55%;
            font-size: 19px;
            line-height: 26px;
        }

        .home-service-slide-content button {
            top: 270px;
            height: 44px;
            padding: 0 13px;
            font-size: 17px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 20px;
    }

    .home-services-slider button.slick-prev {
        left: 423px;
    }

    .home-services-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-service-slide-content {
        height: 490px;
        max-height: 490px;
    }

        .home-service-slide-content div {
            width: 1210px;
        }

        .home-service-slide-content img {
            margin-top: 60px;
            height: 350px;
            max-height: 350px;
        }

        .home-service-slide-content h4 {
            top: 120px;
            font-size: 51px;
            line-height: 59px;
        }

        .home-service-slide-content p {
            top: 245px;
            font-size: 21px;
            line-height: 29px;
        }

        .home-service-slide-content button {
            top: 325px;
            height: 48px;
            font-size: 18px;
            padding: 0 15px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-services-slider button.slick-prev {
        left: 562px;
    }

    .home-services-slider button.slick-next {
        left: 608px;
    }

    .home-services-slider button.slick-arrow img {
        top: 11px;
    }

    .home-services-slider button.slick-prev img {
        left: 12px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-services-slider button.slick-next img {
        left: 14px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.service-area {
    text-align: center;
    padding: 25px 15px;
}

    .service-area h3 {
        margin: 0;
        padding: 0;
        color: #399cd5;
        font-size: 27px;
        font-family: "pnsemibold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 1;
    }

    .service-area img {
        max-height: 75px;
        width: auto;
        margin: 20px auto;
    }

    .service-area p {
        margin: 0;
        padding: 0;
        font-size: 19px;
        line-height: 24px;
        color: #a5a5a5;
        max-width: 540px;
        margin: 0 auto;
    }

        .service-area p strong {
            font-weight: normal;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            color: #399cd5;
        }

    .service-area .service-search {
        clear: both;
        margin-top: 20px;
    }

        .service-area .service-search select {
            border: 0;
            background: transparent;
            font-size: 18px;
            height: 50px;
            color: #e0e0e0;
            width: 240px;
            margin: 0 auto;
            color: #a0a0a0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
            background-repeat: no-repeat;
            background-position: 100% center;
        }

            .service-area .service-search select:focus {
                box-shadow: none;
                border-color: inherit;
            }

.slate {
    background: #fff;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #ededed;
}

.service-area .service-search button,
.service-area .service-search .linker {
    background: #399cd5;
    font-size: 18px;
    border: 0;
    color: #fff;
    font-family: "pnregular", Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 50px;
    padding: 0 40px;
    transition: 0.3s all ease;
}

    .service-area .service-search button,
    .service-area .service-search .linker:hover {
        background: #005b9a;
    }

@media screen and (min-width: 478px) {
    .service-area h3 {
        font-size: 29px;
    }

    .service-area p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .service-area {
        text-align: left;
        padding-top: 40px;
    }

        .service-area h3 {
            font-size: 27px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            float: left;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .service-area img {
            max-height: 133px;
            margin: 0;
            float: right;
            margin-right: 10px;
        }

        .service-area p {
            font-size: 16px;
            line-height: 24px;
            float: left;
            max-width: 360px;
            margin-left: 10px;
        }

        .service-area .service-search {
            padding-top: 30px;
            text-align: center;
        }

            .service-area .service-search select {
                font-size: 16px;
                height: 40px;
                width: auto;
            }

    .slate {
        background: #fff;
        height: 40px;
        width: auto;
        margin: 0 5px 0 0;
        border: 1px solid #ededed;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 16px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .service-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .service-area h3 {
            font-size: 36px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .service-area img {
            max-height: 160px;
            margin-right: 20px;
        }

        .service-area p {
            font-size: 18px;
            line-height: 27px;
            max-width: 500px;
            margin-left: 20px;
        }

        .service-area .service-search {
            padding-top: 40px;
        }

    .slate {
        background: #fff;
        height: 45px;
        width: 125px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 45px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 17px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .service-area {
        padding-top: 60px;
    }

        .service-area h3 {
            font-size: 44px;
            margin-bottom: 13px;
        }

        .service-area img {
            max-height: 187px;
        }

        .service-area p {
            font-size: 20px;
            line-height: 29px;
            max-width: 650px;
        }

        .service-area .service-search {
            padding-top: 50px;
        }

    .slate {
        background: #fff;
        height: 50px;
        width: 165px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 50px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 18px;
        height: 50px;
    }
}

.d-none {
    display: none;
}

.d-abs {
    position: absolute;
    left: -9999px;
}

.d-bold {
    font-weight: bold;
}

.home-content-header {
    background: rgba(53, 156, 211, 1);
    background: -moz-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 156, 211, 1)), color-stop(100%, rgba(44, 69, 150, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: linear-gradient(to right, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359cd3',endColorstr='#2c4596',GradientType=1);
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .home-content-header .top-shadow {
        position: absolute;
        height: 80px;
        width: 100%;
        display: block;
        top: 0;
        background: url("../images/home/main-slider/top-shadow.png") repeat-x;
        z-index: 0;
    }

    .home-content-header .container {
        padding: 0;
    }

.home-content-slide {
    position: relative;
    height: 320px;
}

    .home-content-slide div.home-content-slide-item {
        position: relative;
        z-index: 0;
        height: 100%;
        overflow: hidden;
    }

        .home-content-slide div.home-content-slide-item div {
            position: absolute;
            top: 160px;
            left: 0;
            width: 100%;
            z-index: 9;
        }

    .home-content-slide img {
        display: block;
        position: absolute;
    }

        .home-content-slide img.light {
            width: 100%;
            max-width: 380px;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            z-index: 1;
        }

        .home-content-slide img.obj {
            max-width: 185px;
            width: 100%;
            height: auto;
            left: 0;
            right: 0;
            top: 5px;
            margin: auto;
            z-index: 2;
        }

    .home-content-slide h3 {
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 9;
        margin: auto auto 4px auto;
    }

    .home-content-slide p {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        color: #fff;
        width: 100%;
        z-index: 9;
    }

    .home-content-slide button {
        border: 0;
        position: absolute;
        padding: 0 20px;
        line-height: 1;
        height: 44px;
        width: 220px;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
        background: #211c3c;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
        z-index: 9;
    }

        .home-content-slide button:hover {
            background: #005b9a;
        }

.home-slider button.slick-arrow {
    display: block !important;
    position: absolute;
    margin: auto;
    top: 138px;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    z-index: 928;
    overflow: hidden;
}

.home-slider button.slick-prev {
    left: 0;
}

.home-slider button.slick-next {
    right: 0;
}

.home-slider .slick-dots {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-content-header {
        height: 410px;
    }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 410px;
    }

        .home-content-slide img.light {
            max-width: 698px;
            left: auto;
            right: -110px;
            top: -80px;
        }

        .home-content-slide img.obj {
            max-width: 438px;
            left: auto;
            right: 10px;
            top: 30px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 80px;
            left: 30px;
        }

        .home-content-slide h3 {
            text-align: left;
            font-size: 35px;
        }

        .home-content-slide p {
            font-size: 20px;
            line-height: 24px;
            text-align: left;
        }

        .home-content-slide button {
            width: 210px;
            height: 40px;
            left: 30px;
            right: auto;
            bottom: 120px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-slider button.slick-arrow {
        /*display: none !important;*/
    }

    .home-slider ul.slick-dots {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 10px;
        left: 30px;
        list-style-type: none;
    }

        .home-slider ul.slick-dots li {
            float: left;
        }

        .home-slider ul.slick-dots button {
            border: 1px solid #fff;
            background: transparent;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            text-indent: -5000px;
            margin-right: 8px;
            transition: 0.3s all ease;
        }

            .home-slider ul.slick-dots button:hover,
            .home-slider ul.slick-dots li.slick-active button {
                background: #211c3c;
                border-color: #211c3c;
            }
}

@media screen and (min-width: 992px) {
    .home-content-header {
        height: 520px;
    }

        .home-content-header .top-shadow {
            display: none;
        }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 520px;
    }

        .home-content-slide img.light {
            display: none;
        }

        .home-content-slide img.obj {
            max-width: 538px;
            right: 30px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 140px;
            left: 20px;
        }

        .home-content-slide h3 {
            font-size: 44px;
        }

        .home-content-slide p {
            font-size: 22px;
            line-height: 27px;
            width: 340px;
        }

        .home-content-slide button {
            width: 250px;
            height: 51px;
            font-size: 20px;
            bottom: 130px;
            left: 20px;
        }

    .home-slider ul.slick-dots {
        left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .home-content-header {
        height: 640px;
    }

    .home-content-slide {
        height: 640px;
    }

        .home-content-slide img.obj {
            max-width: 690px;
            right: 50px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 200px;
            left: 30px;
        }

        .home-content-slide h3 {
            font-size: 53px;
        }

        .home-content-slide p {
            font-size: 24px;
            line-height: 29px;
            width: 460px;
        }

        .home-content-slide button {
            width: 255px;
            height: 61px;
            bottom: 30px;
            font-size: 21px;
            left: 30px;
        }

    .home-slider ul.slick-dots {
        left: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .home-content-header .container {
        margin: 0 auto;
        width: 1440px;
    }

    .home-content-slide img.obj {
        right: 100px;
        top: 50px;
    }

    .home-content-slide div.home-content-slide-item div {
        top: 200px;
        left: 140px;
    }

    .home-content-slide button {
        left: 140px;
        bottom: 130px;
    }

    .home-slider ul.slick-dots {
        left: 140px;
    }
}

.home-service-types {
    max-width: 2500px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    overflow: hidden;
}

    .home-service-types .first {
        background: #f6f6f6;
    }

        .home-service-types .first h3 {
            color: #484848;
            height: 68px;
            line-height: 72px;
            overflow: hidden;
            font-family: "pnsemibold", Helvetica, Arial, sans-serif;
            font-size: 29px;
            text-align: center;
            margin: 0;
        }

        .home-service-types .first p {
            display: none;
        }

    .home-service-types .second .service-icos {
        width: 33%;
        float: left;
        text-align: center;
        padding: 30px 0 25px 0;
        position: relative;
        height: 80px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .home-service-types .second .service-icos img {
            display: block;
            position: absolute;
            /*cursor: pointer;*/
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 44px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                top: -40px;
                transition: 0.3s all ease;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 80px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                bottom: 24px;
                transition: 0.3s all ease;
            }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/

@media screen and (min-width: 478px) {
    .home-service-types .second .service-icos {
        padding: 30px 0 25px 0;
        height: 90px;
        margin-bottom: 15px;
    }

        .home-service-types .second .service-icos img.service-ico {
            width: 44px;
            top: -40px;
        }

        .home-service-types .second .service-icos img.service-logo {
            width: 100px;
            bottom: 24px;
        }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/
}

@media screen and (min-width: 768px) {
    .home-service-types {
        height: 255px;
        background: url("../images/home/kablo-logo-bck.png") no-repeat;
        background-size: auto 255px;
        background-position: -100% 0;
    }

        .home-service-types .first {
            background: transparent;
        }

            .home-service-types .first h3 {
                color: #3387c5;
                height: auto;
                line-height: 1;
                font-size: 29px;
                text-align: left;
                margin: 85px 0 0 0;
            }

            .home-service-types .first p {
                display: block;
                font-family: "pnregular", Helvetica, Arial, sans-serif;
                font-size: 17px;
                color: #a7a7a7;
            }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            padding: 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 120px;
                bottom: 25px;
            }
}

@media screen and (min-width: 992px) {
    .home-service-types {
        background-position: -250px bottom;
    }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 130px;
                bottom: 25px;
            }
}

@media screen and (min-width: 1200px) {
    .home-service-types {
        height: 390px;
        background-position: -250px center;
    }

        .home-service-types .first h3 {
            font-size: 43px;
            margin-top: 135px;
        }

        .home-service-types .first p {
            font-size: 23px;
            line-height: 33px;
        }

        .home-service-types .second .service-icos {
            margin: 110px 0 0 0;
            height: 150px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 83px;
                top: -80px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 202px;
                bottom: 40px;
            }

/*            .home-service-types .second .service-icos:hover img.service-ico,
            .home-service-types .second .service-icos:focus img.service-ico {
                top: 0;
            }

            .home-service-types .second .service-icos:hover img.service-logo,
            .home-service-types .second .service-icos:focus img.service-logo {
                bottom: 0;
            }*/
}

@media screen and (min-width: 1800px) {
    .home-service-types {
        background-position: 0 20px;
        background-size: auto 350px;
    }
}

.home-products-slider {
    background: #399cd5;
    overflow: hidden;
    padding-bottom: 25px;
}

    .home-products-slider h3 {
        text-align: center;
        font-size: 29px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        margin: 25px 0 10px 0;
    }

    .home-products-slider p {
        display: none;
    }

.home-product-slider {
    text-align: center;
}

a.home-product-slide-content {
    display: block;
    position: relative;
}

    a.home-product-slide-content img {
        padding: 0 5px;
    }

    a.home-product-slide-content h4 {
        position: absolute;
        display: block;
        overflow: hidden;
        margin: 0;
        top: 0;
        height: 100%;
        font-size: 17px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        width: 100%;
        z-index: 2;
    }

        a.home-product-slide-content h4 span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.home-product-slider button.slick-arrow {
    display: none !important;
}

a.home-product-slide-content:after,
a.home-product-slide-content:visited:after {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease;
    z-index: 1;
}

a.home-product-slide-content:hover:after,
a.home-product-slide-content:focus:after {
    background: rgba(0, 0, 0, 0);
}

a.home-product-slide-content:hover,
a.home-product-slide-content:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    .home-products-slider {
        padding-bottom: 70px;
    }

        .home-products-slider h3 {
            font-size: 24px;
            margin: 25px 0 10px 0;
        }

        .home-products-slider p {
            display: block;
            margin: 0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #9cceea;
            color: rgba(255, 255, 255, 0.5);
            font-size: 17px;
            line-height: 19px;
            margin-bottom: 10px;
        }

    a.home-product-slide-content {
        height: 100%;
        max-height: 234px;
    }

        a.home-product-slide-content h4 {
            font-size: 25px;
        }

    .home-products-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: -55px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-products-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-products-slider button.slick-prev {
        left: 308px;
    }

    .home-products-slider button.slick-next {
        left: 360px;
    }

    .home-products-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-products-slider button.slick-prev img {
        left: 15px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-products-slider button.slick-next img {
        left: 17px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-products-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-products-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-products-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-products-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-products-slider {
        padding-bottom: 80px;
    }

        .home-products-slider h3 {
            font-size: 27px;
            margin: 30px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 300px;
    }

        a.home-product-slide-content h4 {
            font-size: 27px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
    }

    .home-products-slider button.slick-prev {
        left: 423px;
    }

    .home-products-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-products-slider {
        padding-bottom: 85px;
    }

        .home-products-slider h3 {
            font-size: 32px;
            margin: 35px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 366px;
    }

        a.home-product-slide-content h4 {
            font-size: 30px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-products-slider button.slick-prev {
        left: 562px;
    }

    .home-products-slider button.slick-next {
        left: 608px;
    }

    .home-products-slider button.slick-arrow img {
        top: 11px;
    }

    .home-products-slider button.slick-prev img {
        left: 12px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-products-slider button.slick-next img {
        left: 14px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.ktba h1,
.ktba h3 {
    color: #399cd5;
    font-family: "pnsemibold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 25px 0;
    font-size: 29px;
}

.ktba p.ktba-title {
    display: none;
}

.ktba p {
    display: none;
}

.ktba .col-xs-4 {
    padding: 0 !important;
}

.ktba .img-cont {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

    .ktba .img-cont p {
        position: absolute;
        display: block;
        margin: 0;
        color: #fff;
        bottom: 5px;
        left: 5px;
        font-size: 16px;
        line-height: 1.2em;
        z-index: 2;
    }

        .ktba .img-cont p span {
            display: none;
        }

    .ktba .img-cont:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease;
        z-index: 1;
    }

    .ktba .img-cont:hover:after {
        background: rgba(0, 0, 0, 0);
    }

    .ktba .img-cont.bb hr {
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr:first-child {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

.ktba button {
    border: 2px solid #d7ebf7;
    padding: 10px 15px;
    line-height: 1;
    background: transparent;
    color: #2e54a1;
    font-size: 16px;
    font-family: "pnbold", Helvetica, Arial, sans-serif;
    transition: 0.3s all ease;
    display: block;
    margin: 20px auto;
}

    .ktba button:hover {
        border-color: #2e54a1;
        background: #2e54a1;
        color: #fff;
    }

@media screen and (min-width: 478px) {
    .ktba .img-cont p {
        bottom: 10px;
        left: 10px;
        font-size: 19px;
    }
}

@media screen and (min-width: 600px) {
    .ktba .img-cont p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .ktba h1,
    .ktba h3 {
        text-align: left;
        margin: 0;
        padding: 50px 0 0 0;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
    }

    .ktba p.ktba-title {
        color: #afb1b2;
        display: block;
        font-size: 17px;
        margin: 0 0 7px 0;
    }

    .ktba .img-cont p {
        font-size: 16px;
    }

        .ktba .img-cont p span {
            display: block;
            font-size: 13px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 3px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 3px;
    }

    .ktba button {
        padding: 13px 18px;
        font-size: 19px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .ktba h1,
    .ktba h3 {
        padding: 65px 0 5px 0;
        font-size: 36px;
    }

    .ktba p.ktba-title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 17px;
    }

    .ktba .img-cont p {
        font-size: 19px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 15px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 4px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 4px;
    }

    .ktba button {
        padding: 15px 20px;
        font-size: 21px;
        margin: 40px auto;
    }
}

@media screen and (min-width: 1200px) {
    .ktba h1,
    .ktba h3 {
        padding: 80px 0 7px 0;
        font-size: 45px;
    }

    .ktba p.ktba-title {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .ktba .img-cont p {
        font-size: 23px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 17px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 5px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 5px;
    }

    .ktba button {
        margin: 50px auto;
    }
}

.home-services-slider {
    background: #2d3883;
    overflow: hidden;
}

.home-service-slide-content {
    position: relative;
    height: 195px;
}

    .home-service-slide-content img {
        display: block;
        float: left;
        margin-top: 40px;
        height: 125px;
        max-height: 125px;
        width: auto;
        opacity: 0.5;
    }

    .home-service-slide-content h4 {
        position: absolute;
        right: 0;
        top: 45px;
        color: #fff;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 30px;
        text-align: right;
        margin: 0;
    }

    .home-service-slide-content p {
        display: none;
    }

    .home-service-slide-content button {
        border: 0;
        position: absolute;
        right: 0;
        top: 120px;
        padding: 0 20px;
        margin: 0;
        line-height: 1;
        height: 44px;
        background: #399cd5;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
    }

        .home-service-slide-content button:hover {
            background: #005b9a;
        }

.home-services-slider button.slick-arrow {
    display: none !important;
}

@media screen and (min-width: 478px) {
    .home-service-slide-content img {
        opacity: 1;
    }

    .home-service-slide-content h4 {
        color: #399cd5;
    }
}

@media screen and (min-width: 768px) {
    .home-service-slide-content {
        height: 320px;
        max-height: 320px;
    }

        .home-service-slide-content div {
            width: 710px;
            overflow: hidden;
        }

        .home-service-slide-content img {
            margin-top: 40px;
            height: 225px;
            max-height: 225px;
        }

        .home-service-slide-content h4 {
            top: 75px;
            font-size: 34px;
            line-height: 40px;
        }

        .home-service-slide-content p {
            display: block;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 160px;
            right: 0;
            text-align: right;
            max-width: 50%;
            color: #fff;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 21px;
        }

        .home-service-slide-content button {
            top: 234px;
            height: 41px;
            padding: 0 10px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-services-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: 15px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-services-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-services-slider button.slick-prev {
        left: 308px;
    }

    .home-services-slider button.slick-next {
        left: 360px;
    }

    .home-services-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-services-slider button.slick-prev img {
        left: 15px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-services-slider button.slick-next img {
        left: 17px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-services-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-services-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-services-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-services-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-service-slide-content {
        height: 400px;
        max-height: 400px;
    }

        .home-service-slide-content div {
            width: 940px;
        }

        .home-service-slide-content img {
            margin-top: 50px;
            height: 280px;
            max-height: 280px;
        }

        .home-service-slide-content h4 {
            top: 97px;
            font-size: 43px;
            line-height: 49px;
        }

        .home-service-slide-content p {
            top: 203px;
            max-width: 55%;
            font-size: 19px;
            line-height: 26px;
        }

        .home-service-slide-content button {
            top: 270px;
            height: 44px;
            padding: 0 13px;
            font-size: 17px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 20px;
    }

    .home-services-slider button.slick-prev {
        left: 423px;
    }

    .home-services-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-service-slide-content {
        height: 490px;
        max-height: 490px;
    }

        .home-service-slide-content div {
            width: 1210px;
        }

        .home-service-slide-content img {
            margin-top: 60px;
            height: 350px;
            max-height: 350px;
        }

        .home-service-slide-content h4 {
            top: 120px;
            font-size: 51px;
            line-height: 59px;
        }

        .home-service-slide-content p {
            top: 245px;
            font-size: 21px;
            line-height: 29px;
        }

        .home-service-slide-content button {
            top: 325px;
            height: 48px;
            font-size: 18px;
            padding: 0 15px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-services-slider button.slick-prev {
        left: 562px;
    }

    .home-services-slider button.slick-next {
        left: 608px;
    }

    .home-services-slider button.slick-arrow img {
        top: 11px;
    }

    .home-services-slider button.slick-prev img {
        left: 12px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-services-slider button.slick-next img {
        left: 14px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.service-area {
    text-align: center;
    padding: 25px 15px;
}

    .service-area h3 {
        margin: 0;
        padding: 0;
        color: #399cd5;
        font-size: 27px;
        font-family: "pnsemibold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 1;
    }

    .service-area img {
        max-height: 75px;
        width: auto;
        margin: 20px auto;
    }

    .service-area p {
        margin: 0;
        padding: 0;
        font-size: 19px;
        line-height: 24px;
        color: #a5a5a5;
        max-width: 540px;
        margin: 0 auto;
    }

        .service-area p strong {
            font-weight: normal;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            color: #399cd5;
        }

    .service-area .service-search {
        clear: both;
        margin-top: 20px;
    }

        .service-area .service-search select {
            border: 0;
            background: transparent;
            font-size: 18px;
            height: 50px;
            color: #e0e0e0;
            width: 240px;
            margin: 0 auto;
            color: #a0a0a0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
            background-repeat: no-repeat;
            background-position: 100% center;
        }

            .service-area .service-search select:focus {
                box-shadow: none;
                border-color: inherit;
            }

.slate {
    background: #fff;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #ededed;
}

.service-area .service-search button,
.service-area .service-search .linker {
    background: #399cd5;
    font-size: 18px;
    border: 0;
    color: #fff;
    font-family: "pnregular", Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 50px;
    padding: 0 40px;
    transition: 0.3s all ease;
}

    .service-area .service-search button,
    .service-area .service-search .linker:hover {
        background: #005b9a;
    }

@media screen and (min-width: 478px) {
    .service-area h3 {
        font-size: 29px;
    }

    .service-area p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .service-area {
        text-align: left;
        padding-top: 40px;
    }

        .service-area h3 {
            font-size: 27px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            float: left;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .service-area img {
            max-height: 133px;
            margin: 0;
            float: right;
            margin-right: 10px;
        }

        .service-area p {
            font-size: 16px;
            line-height: 24px;
            float: left;
            max-width: 360px;
            margin-left: 10px;
        }

        .service-area .service-search {
            padding-top: 30px;
            text-align: center;
        }

            .service-area .service-search select {
                font-size: 16px;
                height: 40px;
                width: auto;
            }

    .slate {
        background: #fff;
        height: 40px;
        width: auto;
        margin: 0 5px 0 0;
        border: 1px solid #ededed;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 16px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .service-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .service-area h3 {
            font-size: 36px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .service-area img {
            max-height: 160px;
            margin-right: 20px;
        }

        .service-area p {
            font-size: 18px;
            line-height: 27px;
            max-width: 500px;
            margin-left: 20px;
        }

        .service-area .service-search {
            padding-top: 40px;
        }

    .slate {
        background: #fff;
        height: 45px;
        width: 125px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 45px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 17px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .service-area {
        padding-top: 60px;
    }

        .service-area h3 {
            font-size: 44px;
            margin-bottom: 13px;
        }

        .service-area img {
            max-height: 187px;
        }

        .service-area p {
            font-size: 20px;
            line-height: 29px;
            max-width: 650px;
        }

        .service-area .service-search {
            padding-top: 50px;
        }

    .slate {
        background: #fff;
        height: 50px;
        width: 165px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 50px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 18px;
        height: 50px;
    }
}

.d-none {
    display: none;
}

.d-abs {
    position: absolute;
    left: -9999px;
}

.d-bold {
    font-weight: bold;
}

.home-content-header {
    background: rgba(53, 156, 211, 1);
    background: -moz-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53, 156, 211, 1)), color-stop(100%, rgba(44, 69, 150, 1)));
    background: -webkit-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -o-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: -ms-linear-gradient(left, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    background: linear-gradient(to right, rgba(53, 156, 211, 1) 0, rgba(44, 69, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#359cd3',endColorstr='#2c4596',GradientType=1);
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .home-content-header .top-shadow {
        position: absolute;
        height: 80px;
        width: 100%;
        display: block;
        top: 0;
        background: url("../images/home/main-slider/top-shadow.png") repeat-x;
        z-index: 0;
    }

    .home-content-header .container {
        padding: 0;
    }

.home-content-slide {
    position: relative;
    height: 320px;
}

    .home-content-slide div.home-content-slide-item {
        position: relative;
        z-index: 0;
        height: 100%;
        overflow: hidden;
    }

        .home-content-slide div.home-content-slide-item div {
            position: absolute;
            top: 160px;
            left: 0;
            width: 100%;
            z-index: 9;
        }

    .home-content-slide img {
        display: block;
        position: absolute;
    }

        .home-content-slide img.light {
            width: 100%;
            max-width: 380px;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            z-index: 1;
        }

        .home-content-slide img.obj {
            max-width: 185px;
            width: 100%;
            height: auto;
            left: 0;
            right: 0;
            top: 5px;
            margin: auto;
            z-index: 2;
        }

    .home-content-slide h3,
    .home-content-slide h1 {
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 9;
        margin: auto auto 4px auto;
    }

    .home-content-slide p {
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        color: #fff;
        width: 100%;
        z-index: 9;
    }

    .home-content-slide button {
        border: 0;
        position: absolute;
        padding: 0 20px;
        line-height: 1;
        height: 44px;
        width: 220px;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: auto;
        background: #211c3c;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
        z-index: 9;
    }

        .home-content-slide button:hover {
            background: #005b9a;
        }

.home-slider button.slick-arrow {
    display: block !important;
    position: absolute;
    margin: auto;
    top: 138px;
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    z-index: 928;
    overflow: hidden;
}

.home-slider button.slick-prev {
    left: 0;
}

.home-slider button.slick-next {
    right: 0;
}

.home-slider .slick-dots {
    display: none;
}

@media screen and (min-width: 768px) {
    .home-content-header {
        height: 410px;
    }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 410px;
    }

        .home-content-slide img.light {
            max-width: 698px;
            left: auto;
            right: -110px;
            top: -80px;
        }

        .home-content-slide img.obj {
            max-width: 438px;
            left: auto;
            right: 10px;
            top: 30px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 80px;
            left: 30px;
        }

        .home-content-slide h3,
        .home-content-slide h1 {
            text-align: left;
            font-size: 35px;
        }

        .home-content-slide p {
            font-size: 20px;
            line-height: 24px;
            text-align: left;
        }

        .home-content-slide button {
            width: 210px;
            height: 40px;
            left: 30px;
            right: auto;
            bottom: 120px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-slider button.slick-arrow {
        display: none !important;
    }

    .home-slider ul.slick-dots {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 10px;
        left: 30px;
        list-style-type: none;
    }

        .home-slider ul.slick-dots li {
            float: left;
        }

        .home-slider ul.slick-dots button {
            border: 1px solid #fff;
            background: transparent;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            text-indent: -5000px;
            margin-right: 8px;
            transition: 0.3s all ease;
        }

            .home-slider ul.slick-dots button:hover,
            .home-slider ul.slick-dots li.slick-active button {
                background: #211c3c;
                border-color: #211c3c;
            }
}

@media screen and (min-width: 992px) {
    .home-content-header {
        height: 520px;
    }

        .home-content-header .top-shadow {
            display: none;
        }

        .home-content-header .container {
            width: auto;
            margin: 0;
        }

    .home-content-slide {
        height: 520px;
    }

        .home-content-slide img.light {
            display: none;
        }

        .home-content-slide img.obj {
            max-width: 538px;
            right: 30px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 140px;
            left: 20px;
        }

        .home-content-slide h3,
        .home-content-slide h1 {
            font-size: 44px;
        }

        .home-content-slide p {
            font-size: 22px;
            line-height: 27px;
            width: 340px;
        }

        .home-content-slide button {
            width: 250px;
            height: 51px;
            font-size: 20px;
            bottom: 130px;
            left: 20px;
        }

    .home-slider ul.slick-dots {
        left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .home-content-header {
        height: 640px;
    }

    .home-content-slide {
        height: 640px;
    }

        .home-content-slide img.obj {
            max-width: 690px;
            right: 50px;
            top: 50px;
        }

        .home-content-slide div.home-content-slide-item div {
            top: 200px;
            left: 30px;
        }

        .home-content-slide h3,
        .home-content-slide h1 {
            font-size: 53px;
        }

        .home-content-slide p {
            font-size: 24px;
            line-height: 29px;
            width: 460px;
        }

        .home-content-slide button {
            width: 255px;
            height: 61px;
            bottom: 30px;
            font-size: 21px;
            left: 30px;
        }

    .home-slider ul.slick-dots {
        left: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .home-content-header .container {
        margin: 0 auto;
        width: 1440px;
    }

    .home-content-slide img.obj {
        right: 100px;
        top: 50px;
    }

    .home-content-slide div.home-content-slide-item div {
        top: 200px;
        left: 140px;
    }

    .home-content-slide button {
        left: 140px;
        bottom: 130px;
    }

    .home-slider ul.slick-dots {
        left: 140px;
    }
}

.home-service-types {
    max-width: 2500px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    overflow: hidden;
}

    .home-service-types .first {
        background: #f6f6f6;
    }

        .home-service-types .first h3 {
            color: #484848;
            height: 68px;
            line-height: 72px;
            overflow: hidden;
            font-family: "pnsemibold", Helvetica, Arial, sans-serif;
            font-size: 29px;
            text-align: center;
            margin: 0;
        }

        .home-service-types .first p {
            display: none;
        }

    .home-service-types .second .service-icos {
        width: 33%;
        float: left;
        text-align: center;
        padding: 30px 0 25px 0;
        position: relative;
        height: 80px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .home-service-types .second .service-icos img {
            display: block;
            position: absolute;
            /*cursor: pointer;*/
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 44px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                top: -40px;
                transition: 0.3s all ease;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 80px;
                height: auto;
                margin: auto;
                left: 0;
                right: 0;
                bottom: 24px;
                transition: 0.3s all ease;
            }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/

@media screen and (min-width: 478px) {
    .home-service-types .second .service-icos {
        padding: 30px 0 25px 0;
        height: 90px;
        margin-bottom: 15px;
    }

        .home-service-types .second .service-icos img.service-ico {
            width: 44px;
            top: -40px;
        }

        .home-service-types .second .service-icos img.service-logo {
            width: 100px;
            bottom: 24px;
        }

/*        .home-service-types .second .service-icos:hover img.service-ico,
        .home-service-types .second .service-icos:focus img.service-ico {
            top: 10px;
        }

        .home-service-types .second .service-icos:hover img.service-logo,
        .home-service-types .second .service-icos:focus img.service-logo {
            bottom: 5px;
        }*/
}

@media screen and (min-width: 768px) {
    .home-service-types {
        height: 255px;
        background: url("../images/home/kablo-logo-bck.png") no-repeat;
        background-size: auto 255px;
        background-position: -100% 0;
    }

        .home-service-types .first {
            background: transparent;
        }

            .home-service-types .first h3 {
                color: #3387c5;
                height: auto;
                line-height: 1;
                font-size: 29px;
                text-align: left;
                margin: 85px 0 0 0;
            }

            .home-service-types .first p {
                display: block;
                font-family: "pnregular", Helvetica, Arial, sans-serif;
                font-size: 17px;
                color: #a7a7a7;
            }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            padding: 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 120px;
                bottom: 25px;
            }
}

@media screen and (min-width: 992px) {
    .home-service-types {
        background-position: -250px bottom;
    }

        .home-service-types .second .service-icos {
            margin: 70px 0 0 0;
            height: 100px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 50px;
                top: -40px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 130px;
                bottom: 25px;
            }
}

@media screen and (min-width: 1200px) {
    .home-service-types {
        height: 390px;
        background-position: -250px center;
    }

        .home-service-types .first h3 {
            font-size: 43px;
            margin-top: 135px;
        }

        .home-service-types .first p {
            font-size: 23px;
            line-height: 33px;
        }

        .home-service-types .second .service-icos {
            margin: 110px 0 0 0;
            height: 150px;
        }

            .home-service-types .second .service-icos img.service-ico {
                width: 83px;
                top: -80px;
            }

            .home-service-types .second .service-icos img.service-logo {
                width: 202px;
                bottom: 40px;
            }

/*            .home-service-types .second .service-icos:hover img.service-ico,
            .home-service-types .second .service-icos:focus img.service-ico {
                top: 0;
            }

            .home-service-types .second .service-icos:hover img.service-logo,
            .home-service-types .second .service-icos:focus img.service-logo {
                bottom: 0;
            }*/
}

@media screen and (min-width: 1800px) {
    .home-service-types {
        background-position: 0 20px;
        background-size: auto 350px;
    }
}

.home-products-slider {
    background: #399cd5;
    overflow: hidden;
    padding-bottom: 25px;
}

    .home-products-slider h3 {
        text-align: center;
        font-size: 29px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        margin: 25px 0 10px 0;
    }

    .home-products-slider p {
        display: none;
    }

.home-product-slider {
    text-align: center;
}

a.home-product-slide-content {
    display: block;
    position: relative;
}

    a.home-product-slide-content img {
        padding: 0 5px;
    }

    a.home-product-slide-content h4 {
        position: absolute;
        display: block;
        overflow: hidden;
        margin: 0;
        top: 0;
        height: 100%;
        font-size: 17px;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        color: #fff;
        width: 100%;
        z-index: 2;
    }

        a.home-product-slide-content h4 span {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.home-product-slider button.slick-arrow {
    display: none !important;
}

a.home-product-slide-content:after,
a.home-product-slide-content:visited:after {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s all ease;
    z-index: 1;
}

a.home-product-slide-content:hover:after,
a.home-product-slide-content:focus:after {
    background: rgba(0, 0, 0, 0);
}

a.home-product-slide-content:hover,
a.home-product-slide-content:focus {
    outline: 0;
}

@media screen and (min-width: 768px) {
    .home-products-slider {
        padding-bottom: 70px;
    }

        .home-products-slider h3 {
            font-size: 24px;
            margin: 25px 0 10px 0;
        }

        .home-products-slider p {
            display: block;
            margin: 0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            text-align: center;
            color: #9cceea;
            color: rgba(255, 255, 255, 0.5);
            font-size: 17px;
            line-height: 19px;
            margin-bottom: 10px;
        }

    a.home-product-slide-content {
        height: 100%;
        max-height: 234px;
    }

        a.home-product-slide-content h4 {
            font-size: 25px;
        }

    .home-products-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: -55px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-products-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-products-slider button.slick-prev {
        left: 308px;
    }

    .home-products-slider button.slick-next {
        left: 360px;
    }

    .home-products-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-products-slider button.slick-prev img {
        left: 15px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-products-slider button.slick-next img {
        left: 17px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-products-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-products-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-products-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-products-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-products-slider {
        padding-bottom: 80px;
    }

        .home-products-slider h3 {
            font-size: 27px;
            margin: 30px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 300px;
    }

        a.home-product-slide-content h4 {
            font-size: 27px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
    }

    .home-products-slider button.slick-prev {
        left: 423px;
    }

    .home-products-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-products-slider {
        padding-bottom: 85px;
    }

        .home-products-slider h3 {
            font-size: 32px;
            margin: 35px 0 10px 0;
        }

        .home-products-slider p {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    a.home-product-slide-content {
        max-height: 366px;
    }

        a.home-product-slide-content h4 {
            font-size: 30px;
        }

    .home-products-slider button.slick-arrow {
        bottom: -60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-products-slider button.slick-prev {
        left: 562px;
    }

    .home-products-slider button.slick-next {
        left: 608px;
    }

    .home-products-slider button.slick-arrow img {
        top: 11px;
    }

    .home-products-slider button.slick-prev img {
        left: 12px;
    }

        .home-products-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-products-slider button.slick-next img {
        left: 14px;
    }

        .home-products-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-products-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-products-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-products-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-products-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-products-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-products-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.ktba h1,
.ktba h3 {
    color: #399cd5;
    font-family: "pnsemibold", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 25px 0;
    font-size: 29px;
}

.ktba p.ktba-title {
    display: none;
}

.ktba p {
    display: none;
}

.ktba .col-xs-4 {
    padding: 0 !important;
}

.ktba .img-cont {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}

    .ktba .img-cont p {
        position: absolute;
        display: block;
        margin: 0;
        color: #fff;
        bottom: 5px;
        left: 5px;
        font-size: 16px;
        line-height: 1.2em;
        z-index: 2;
    }

        .ktba .img-cont p span {
            display: none;
        }

    .ktba .img-cont:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease;
        z-index: 1;
    }

    .ktba .img-cont:hover:after {
        background: rgba(0, 0, 0, 0);
    }

    .ktba .img-cont.bb hr {
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr:first-child {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

    .ktba .img-cont.brl hr {
        display: block;
        width: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        border: 0;
        background: #fff;
        margin: 0;
        z-index: 99;
    }

.ktba button {
    border: 2px solid #d7ebf7;
    padding: 10px 15px;
    line-height: 1;
    background: transparent;
    color: #2e54a1;
    font-size: 16px;
    font-family: "pnbold", Helvetica, Arial, sans-serif;
    transition: 0.3s all ease;
    display: block;
    margin: 20px auto;
}

    .ktba button:hover {
        border-color: #2e54a1;
        background: #2e54a1;
        color: #fff;
    }

@media screen and (min-width: 478px) {
    .ktba .img-cont p {
        bottom: 10px;
        left: 10px;
        font-size: 19px;
    }
}

@media screen and (min-width: 600px) {
    .ktba .img-cont p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .ktba h1,
    .ktba h3 {
        text-align: left;
        margin: 0;
        padding: 50px 0 0 0;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
    }

    .ktba p.ktba-title {
        color: #afb1b2;
        display: block;
        font-size: 17px;
        margin: 0 0 7px 0;
    }

    .ktba .img-cont p {
        font-size: 16px;
    }

        .ktba .img-cont p span {
            display: block;
            font-size: 13px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 3px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 3px;
    }

    .ktba button {
        padding: 13px 18px;
        font-size: 19px;
        margin: 30px auto;
    }
}

@media screen and (min-width: 992px) {
    .ktba h1,
    .ktba h3 {
        padding: 65px 0 5px 0;
        font-size: 36px;
    }

    .ktba p.ktba-title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 17px;
    }

    .ktba .img-cont p {
        font-size: 19px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 15px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 4px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 4px;
    }

    .ktba button {
        padding: 15px 20px;
        font-size: 21px;
        margin: 40px auto;
    }
}

@media screen and (min-width: 1200px) {
    .ktba h1,
    .ktba h3 {
        padding: 80px 0 7px 0;
        font-size: 45px;
    }

    .ktba p.ktba-title {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .ktba .img-cont p {
        font-size: 23px;
        bottom: 15px;
        left: 15px;
    }

        .ktba .img-cont p span {
            font-size: 17px;
        }

    .ktba .col-xs-4 .img-cont.brl hr {
        width: 5px;
    }

    .ktba .col-xs-4 .img-cont.bb hr {
        height: 5px;
    }

    .ktba button {
        margin: 50px auto;
    }
}

.home-services-slider {
    background: #2d3883;
    overflow: hidden;
}

.home-service-slide-content {
    position: relative;
    height: 195px;
}

    .home-service-slide-content img {
        display: block;
        float: left;
        margin-top: 40px;
        height: 125px;
        max-height: 125px;
        width: auto;
        opacity: 0.5;
    }

    .home-service-slide-content h4 {
        position: absolute;
        right: 0;
        top: 45px;
        color: #fff;
        font-family: "pnbold", Helvetica, Arial, sans-serif;
        font-size: 30px;
        line-height: 30px;
        text-align: right;
        margin: 0;
    }

    .home-service-slide-content p {
        display: none;
    }

    .home-service-slide-content button {
        border: 0;
        position: absolute;
        right: 0;
        top: 120px;
        padding: 0 20px;
        margin: 0;
        line-height: 1;
        height: 44px;
        background: #399cd5;
        color: #fff;
        font-size: 18px;
        transition: 0.3s all ease;
    }

        .home-service-slide-content button:hover {
            background: #005b9a;
        }

.home-services-slider button.slick-arrow {
    display: none !important;
}

@media screen and (min-width: 478px) {
    .home-service-slide-content img {
        opacity: 1;
    }

    .home-service-slide-content h4 {
        color: #399cd5;
    }
}

@media screen and (min-width: 768px) {
    .home-service-slide-content {
        height: 320px;
        max-height: 320px;
    }

        .home-service-slide-content div {
            width: 710px;
            overflow: hidden;
        }

        .home-service-slide-content img {
            margin-top: 40px;
            height: 225px;
            max-height: 225px;
        }

        .home-service-slide-content h4 {
            top: 75px;
            font-size: 34px;
            line-height: 40px;
        }

        .home-service-slide-content p {
            display: block;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 160px;
            right: 0;
            text-align: right;
            max-width: 50%;
            color: #fff;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            font-size: 17px;
            line-height: 21px;
        }

        .home-service-slide-content button {
            top: 234px;
            height: 41px;
            padding: 0 10px;
            font-size: 16px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
        }

    .home-services-slider button.slick-arrow {
        display: block !important;
        position: absolute;
        bottom: 15px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 22px;
        width: 42px;
        height: 42px;
        z-index: 999;
        transition: 0.3s all ease;
        overflow: hidden;
    }

        .home-services-slider button.slick-arrow img {
            position: absolute;
            top: 14px;
            transition: 0.3s all ease;
        }

    .home-services-slider button.slick-prev {
        left: 308px;
    }

    .home-services-slider button.slick-next {
        left: 360px;
    }

    .home-services-slider button.slick-arrow:hover {
        background: #fff;
    }

    .home-services-slider button.slick-prev img {
        left: 15px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 60px;
        }

    .home-services-slider button.slick-next img {
        left: 17px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -62px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -60px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 15px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 62px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 17px;
        }

    .home-services-slider button.slick-disabled {
        opacity: 0.5;
    }

        .home-services-slider button.slick-disabled:hover {
            background: transparent;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 15px;
    }

        .home-services-slider button.slick-prev.slick-disabled:hover img.invert {
            display: none;
        }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 17px;
    }

        .home-services-slider button.slick-next.slick-disabled:hover img.invert {
            display: none;
        }
}

@media screen and (min-width: 992px) {
    .home-service-slide-content {
        height: 400px;
        max-height: 400px;
    }

        .home-service-slide-content div {
            width: 940px;
        }

        .home-service-slide-content img {
            margin-top: 50px;
            height: 280px;
            max-height: 280px;
        }

        .home-service-slide-content h4 {
            top: 97px;
            font-size: 43px;
            line-height: 49px;
        }

        .home-service-slide-content p {
            top: 203px;
            max-width: 55%;
            font-size: 19px;
            line-height: 26px;
        }

        .home-service-slide-content button {
            top: 270px;
            height: 44px;
            padding: 0 13px;
            font-size: 17px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 20px;
    }

    .home-services-slider button.slick-prev {
        left: 423px;
    }

    .home-services-slider button.slick-next {
        left: 475px;
    }
}

@media screen and (min-width: 1200px) {
    .home-service-slide-content {
        height: 490px;
        max-height: 490px;
    }

        .home-service-slide-content div {
            width: 1210px;
        }

        .home-service-slide-content img {
            margin-top: 60px;
            height: 350px;
            max-height: 350px;
        }

        .home-service-slide-content h4 {
            top: 120px;
            font-size: 51px;
            line-height: 59px;
        }

        .home-service-slide-content p {
            top: 245px;
            font-size: 21px;
            line-height: 29px;
        }

        .home-service-slide-content button {
            top: 325px;
            height: 48px;
            font-size: 18px;
            padding: 0 15px;
        }

    .home-services-slider button.slick-arrow {
        bottom: 60px;
        border-radius: 19px;
        width: 36px;
        height: 36px;
    }

    .home-services-slider button.slick-prev {
        left: 562px;
    }

    .home-services-slider button.slick-next {
        left: 608px;
    }

    .home-services-slider button.slick-arrow img {
        top: 11px;
    }

    .home-services-slider button.slick-prev img {
        left: 12px;
    }

        .home-services-slider button.slick-prev img.invert {
            left: 42px;
        }

    .home-services-slider button.slick-next img {
        left: 14px;
    }

        .home-services-slider button.slick-next img.invert {
            left: -42px;
        }

    .home-services-slider button.slick-prev:hover img {
        left: -42px;
    }

        .home-services-slider button.slick-prev:hover img.invert {
            left: 12px;
        }

    .home-services-slider button.slick-next:hover img {
        left: 42px;
    }

        .home-services-slider button.slick-next:hover img.invert {
            left: 14px;
        }

    .home-services-slider button.slick-prev.slick-disabled:hover img {
        left: 12px;
    }

    .home-services-slider button.slick-next.slick-disabled:hover img {
        left: 14px;
    }
}

.service-area {
    text-align: center;
    padding: 25px 15px;
}

    .service-area h3 {
        margin: 0;
        padding: 0;
        color: #399cd5;
        font-size: 27px;
        font-family: "pnsemibold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 1;
    }

    .service-area img {
        max-height: 75px;
        width: auto;
        margin: 20px auto;
    }

    .service-area p {
        margin: 0;
        padding: 0;
        font-size: 19px;
        line-height: 24px;
        color: #a5a5a5;
        max-width: 540px;
        margin: 0 auto;
    }

        .service-area p strong {
            font-weight: normal;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            color: #399cd5;
        }

    .service-area .service-search {
        clear: both;
        margin-top: 20px;
    }

        .service-area .service-search select {
            border: 0;
            background: transparent;
            font-size: 18px;
            height: 50px;
            color: #e0e0e0;
            width: 240px;
            margin: 0 auto;
            color: #a0a0a0;
            font-family: "pnregular", Helvetica, Arial, sans-serif;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
            background-repeat: no-repeat;
            background-position: 100% center;
        }

            .service-area .service-search select:focus {
                box-shadow: none;
                border-color: inherit;
            }

.slate {
    background: #fff;
    height: 50px;
    width: 250px;
    margin: 0 auto;
    border: 1px solid #ededed;
}

.service-area .service-search button,
.service-area .service-search .linker {
    background: #399cd5;
    font-size: 18px;
    border: 0;
    color: #fff;
    font-family: "pnregular", Helvetica, Arial, sans-serif;
    line-height: 1;
    height: 50px;
    padding: 0 40px;
    transition: 0.3s all ease;
}

    .service-area .service-search button,
    .service-area .service-search .linker:hover {
        background: #005b9a;
    }

@media screen and (min-width: 478px) {
    .service-area h3 {
        font-size: 29px;
    }

    .service-area p {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .service-area {
        text-align: left;
        padding-top: 40px;
    }

        .service-area h3 {
            font-size: 27px;
            font-family: "pnbold", Helvetica, Arial, sans-serif;
            float: left;
            margin-bottom: 5px;
            margin-left: 10px;
        }

        .service-area img {
            max-height: 133px;
            margin: 0;
            float: right;
            margin-right: 10px;
        }

        .service-area p {
            font-size: 16px;
            line-height: 24px;
            float: left;
            max-width: 360px;
            margin-left: 10px;
        }

        .service-area .service-search {
            padding-top: 30px;
            text-align: center;
        }

            .service-area .service-search select {
                font-size: 16px;
                height: 40px;
                width: auto;
            }

    .slate {
        background: #fff;
        height: 40px;
        width: auto;
        margin: 0 5px 0 0;
        border: 1px solid #ededed;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 16px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .service-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .service-area h3 {
            font-size: 36px;
            margin-left: 20px;
            margin-bottom: 10px;
        }

        .service-area img {
            max-height: 160px;
            margin-right: 20px;
        }

        .service-area p {
            font-size: 18px;
            line-height: 27px;
            max-width: 500px;
            margin-left: 20px;
        }

        .service-area .service-search {
            padding-top: 40px;
        }

    .slate {
        background: #fff;
        height: 45px;
        width: 125px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 45px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 17px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .service-area {
        padding-top: 60px;
    }

        .service-area h3 {
            font-size: 44px;
            margin-bottom: 13px;
        }

        .service-area img {
            max-height: 187px;
        }

        .service-area p {
            font-size: 20px;
            line-height: 29px;
            max-width: 650px;
        }

        .service-area .service-search {
            padding-top: 50px;
        }

    .slate {
        background: #fff;
        height: 50px;
        width: 165px;
        padding: 0 10px;
        margin: 0 5px;
    }

    .service-area .service-search select {
        height: 50px;
        width: 100%;
    }

    .service-area .service-search button,
    .service-area .service-search .linker {
        font-size: 18px;
        height: 50px;
    }
}

.d-none {
    display: none;
}

.d-abs {
    position: absolute;
    left: -9999px;
}

.d-bold {
    font-weight: bold;
}

.hizmetlbl {
    display: none;
}

.service-area .service-search button,
.service-area .service-search .linker:disabled {
    background: #ddd;
}
