﻿html, body {
    background: #fff;
}

.title {
    text-align: center;
    font-weight: bold;
    color: #444;
    font-size: 19px;
}

.news-firstpage {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    background: #fff url(../../images/top.png) no-repeat top -50px center;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    margin: 20px 0;
    border-radius: 20px;
}

    .news-firstpage > div ul {
        list-style-type: none;
    }

        .news-firstpage > div ul li {
            position: relative;
        }

            .news-firstpage > div ul li .onenews-fp {
                position: relative;
                display: block;
                padding-right: 80px;
                min-height: 80px;
            }

                .news-firstpage > div ul li .onenews-fp h3 {
                    font-size: 14px;
                    color: #333;
                    font-weight: bold;
                }

                .news-firstpage > div ul li .onenews-fp img {
                    width: 60px;
                    height: 60px;
                    border-radius: 60px;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                .news-firstpage > div ul li .onenews-fp .date {
                    color: #aaa;
                    font-size: 12px;
                }

    .news-firstpage .title {
        display: block;
        padding: 20px 0 40px;
    }

    .news-firstpage .btn-more {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #636363;
        font-size: 12px;
        padding: 0 35px 0 10px;
        border-radius: 4px;
        transition: 0.5s all ease;
        cursor: pointer;
        background: rgba(0,0,0,0.05) url(../../icons/more-icon.png) no-repeat center right 10px;
        background-size: 12px;
        left: 10px;
        height: 28px;
        line-height: 28px;
    }

.firstpagecategory {
    position: relative;
    margin: 5px 0 0 0;
    padding-bottom: 40px;
}

    .firstpagecategory ul {
        list-style-type: none;
        font-size: 0;
    }

        .firstpagecategory ul li {
            display: inline-block;
            vertical-align: top;
            width: 31%;
            font-size: 12px;
            margin-left: 3.5%;
        }

            .firstpagecategory ul li:nth-child(3n) {
                margin-left: 0;
            }

            .firstpagecategory ul li a {
                box-sizing: border-box;
                display: block;
                margin-bottom: 20px;
                color: #333;
                position: relative;
                box-shadow: 0 1px 2px rgba(0,0,0,.12);
                background: #f9f9f9;
                height: auto;
                transition: 0.3s all ease;
            }

                .firstpagecategory ul li a img {
                    display: block;
                    width: 40px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    height: 40px;
                    padding: 5px;
                }

                .firstpagecategory ul li a .count {
                    position: absolute;
                    left: 13px;
                    top: 14px;
                    width: 50px;
                    height: 50px;
                    background: #ffcfcf;
                    text-align: center;
                    line-height: 50px;
                    color: #353535;
                    font-size: 16px;
                    text-shadow: 0 0.5px 0.5px #fff;
                    opacity: 0.95;
                    font-weight: bold;
                    border-radius: 50px;
                    transition: 0.3s all ease;
                }

                .firstpagecategory ul li a h2 {
                    font-size: 16px;
                    font-weight: bold;
                    height: 40px;
                    line-height: 40px;
                    padding-right: 50px;
                    transition: 0.3s all ease;
                    margin: 0;
                    background: #f3f3f3;
                }

                .firstpagecategory ul li a p {
                    font-size: 13px;
                    padding: 40px;
                    background: #f9f9f9;
                    transition: 0.3s all ease;
                    min-height: 180px;
                }

                .firstpagecategory ul li a:hover {
                    background: #ff4545;
                    color: #fff;
                }

                    .firstpagecategory ul li a:hover h2 {
                        background: #ff4545;
                        color: #fff;
                    }

                    .firstpagecategory ul li a:hover p {
                        background: #424242;
                    }

                    .firstpagecategory ul li a:hover .count {
                        background: #da0000;
                        color: #fff;
                        text-shadow: 0 0.5px 0.5px #222;
                        opacity: 1;
                    }

.firstpage-services {
    position: relative;
    font-size: 0;
    background-size: 100% auto;
    padding-top: 50px;
    background: #fff;
    width: 100%;
}

    .firstpage-services .title {
        padding: 10px 10px;
        text-align: right;
        margin: 19px 0 40px;
        color: #fff;
        font-weight: bolder;
        display: inline-block;
        background: rgba(255,40,40,0.8);
        border-radius: 4px;
    }

.firstpage-servicescontainer {
    font-size: 0;
}

    .firstpage-servicescontainer ul {
        position: relative;
        list-style-type: none;
    }

        .firstpage-servicescontainer ul li {
            position: relative;
            width: 32%;
            font-size: 22px;
            color: #818181;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            line-height: 28px;
            margin-bottom: 60px;
            background: #fff;
            padding: 40px 25px 20px;
            box-sizing: border-box;
            box-shadow: 0 2px 7px rgba(0,0,0,.09);
            min-height: 226px;
            transition: 0.5s all ease;
            border-radius: 17px;
            border: 4px solid #ddd;
            margin-left: 2%;
            z-index: 1;
            background: linear-gradient(-90deg,#fbe5e5,#fff);
        }

            .firstpage-servicescontainer ul li:hover {
                background: #f7f7f7;
            }

            .firstpage-servicescontainer ul li:nth-child(3n) {
                margin-left: 0;
            }

            .firstpage-servicescontainer ul li h3 {
                font-weight: bold;
                text-align: right;
                font-size: 20px;
                color: #b70707;
                border-radius: 6px;
                display: inline-block;
                padding: 0;
                position: absolute;
                left: 11px;
                top: -31px;
                letter-spacing: -0.5px;
            }

            .firstpage-servicescontainer ul li p {
                font-size: 14px;
                color: #000;
                text-align: justify;
                padding: 0;
                line-height: 25px;
                font-weight: lighter;
            }

            .firstpage-servicescontainer ul li .image-box {
                width: 100px;
                height: 100px;
                position: absolute;
                top: -43px;
                right: 0px;
                padding: 8px;
                border-radius: 79px;
                box-shadow: crimson;
            }

                .firstpage-servicescontainer ul li .image-box img {
                    width: 60px;
                    margin: auto;
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    background: #ffc8c8;
                    padding: 14px;
                    border-radius: 8px;
                }

            .firstpage-servicescontainer ul li .btn-request,
            .firstpage-servicescontainer ul li .btn-more {
                position: absolute;
                left: 126px;
                bottom: 20px;
                background: #ffd3d3 url(/icons/request-icon.png) no-repeat center right 10px;
                color: #636363;
                font-size: 15px;
                padding: 0 35px 0 10px;
                border-radius: 4px;
                transition: 0.5s all ease;
                cursor: pointer;
                color: #000;
                z-index: 5;
                display: block;
                border: 1px solid #da0000;
                height: 40px;
                line-height: 36px;
                box-sizing: border-box;
                color: #811;
                font-weight: bold;
            }

            .firstpage-servicescontainer ul li .btn-more {
                background: #f00 url(/icons/more-icon.png) no-repeat center right 10px;
                background-size: 12px;
                left: 20px;
                color: #fff;
                font-weight: bolder;
            }

                .firstpage-servicescontainer ul li .btn-request:hover, .firstpage-servicescontainer ul li .btn-more:hover {
                    background-color: #fff;
                    color: #811;
                }

.horizintally-move {
    display: none;
}


.service-request {
    position: relative;
    background: #fff url(../../images/top.png) no-repeat left top;
    background-size: 100% auto;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    z-index: 1;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

    .service-request:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(../../images/bottom.png) no-repeat left bottom;
        background-size: 100% auto;
        height: 100%;
    }

    .service-request form > div {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 65%;
        font-size: 17px;
        box-sizing: border-box;
        z-index: 2;
        padding: 40px 0;
    }

        .service-request form > div:first-child {
            padding: 20px;
            width: 30%;
            margin-left: 5%;
        }

    .service-request .title {
        color: #000;
        text-align: right;
        margin: 0 auto;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .service-request h3 {
        font-size: 14px;
        color: #c33;
    }

    .service-request .form {
        border-right: 6px solid #fff;
        padding-right: 40px;
    }

    .service-request input[type=text], .service-request input[type=email], .service-request textarea, .service-request select {
        display: block;
        width: 100%;
        margin: 15px 0;
        height: 45px;
        line-height: 45px;
        border: 1px solid #fff;
        border-radius: 10px 3px 3px 10px;
        padding: 0 10px;
        border-right: 3px solid #da0000 !important;
        box-shadow: 0 0 5.5px rgba(0,0,0,0.05);
    }

    .service-request .form {
        font-size: 0;
        padding-bottom: 70px;
    }

        .service-request .form > div {
            display: inline-block;
            vertical-align: top;
            width: 48%;
            font-size: 12px;
            color: #5c5c5c;
            font-weight: bold;
        }

            .service-request .form > div:nth-child(2n+1) {
                margin-left: 4%;
            }

        .service-request .form > .fullrow {
            width: 100%;
            display: block;
            margin: 0 !important;
        }

        .service-request .form textarea {
            height: 70px;
            resize: none;
        }

.firstpage-tutorials-description {
    position: relative;
    font-size: 0;
    margin: 20px 0;
}

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 25%;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul {
            list-style-type: none;
            margin: 0;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li {
                width: 100%;
                display: block;
                box-sizing: border-box;
                padding: 5px;
                background: #fff;
                border-bottom: 1px solid #eee;
                position: relative;
                min-height: 74px;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li strong {
                    display: block;
                    padding-right: 80px;
                    font-size: 14px;
                    height: 64px;
                    line-height: 64px;
                    transition: 0.5s all ease;
                }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 75px;
                    height: 75px;
                    padding: 20px;
                    transition: 0.5s all ease;
                    display: block;
                    background: #eee;
                    border-bottom: 1px solid #ddd;
                    box-sizing: border-box;
                }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover {
                    background: #d7d7d7;
                    color: #333;
                    cursor: pointer;
                }

                    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover img {
                        background: #424242;
                    }

                    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover:before {
                        position: absolute;
                        content: '';
                        border-right: 10px solid #d7d7d7;
                        border-top: 35px solid transparent;
                        border-bottom: 35px solid transparent;
                        position: absolute;
                        left: -10px;
                        top: 0;
                    }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active img {
                background: #961515;
            }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active strong {
                padding-right: 90px;
            }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active {
                background: #ff4545 !important;
                color: #fff !important;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active:before {
                    position: absolute;
                    content: '';
                    border-right: 10px solid #ff4545 !important;
                    border-top: 35px solid transparent;
                    border-bottom: 35px solid transparent;
                    position: absolute;
                    left: -10px;
                    top: 0;
                }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents {
        display: block;
        background: #f7f7f7;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 40px;
        width: 75%;
        min-height: 524px;
        border-left: 10px solid #da0000;
        background: #424242;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article {
            font-size: 14px;
            position: relative;
            color: #ddd;
            display: none;
            padding: 50px 80px;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents .active {
            display: block;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .mainimg {
            display: block;
            width: 60px;
            padding: 7px 0;
            float: right;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article h2 {
            padding: 0 80px 0 0;
            text-shadow: 0 0.5px .5px #000;
            color: #fff;
            height: 70px;
            line-height: 70px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .free {
            background: #fffd50 url(../../icons/free.png) no-repeat center left 20px;
            color: #da0000;
            padding: 0 20px 0 60px;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            margin-top: 20px;
            border-radius: 0 100px 100px 0;
            position: absolute;
            left: -40px;
            top: 5px;
        }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul {
            margin: 20px 20px 20px 20px;
            list-style-type: none;
            color: #ddd;
            text-shadow: 0 0.5px .5px #000;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul li {
                position: relative;
                min-height: 30px;
                margin-bottom: 5px;
            }

                .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article ul li:before {
                    position: absolute;
                    content: '';
                    right: -20px;
                    top: 6px;
                    width: 10px;
                    height: 10px;
                    background: #da0000;
                    border-radius: 20px;
                }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .start {
            background: #ff4545;
            border-top: 6px solid #da0000;
            color: #ffffff;
            display: inline-block;
            padding: 0px 15px;
            height: 30px;
            line-height: 24px;
            transition: 0.5s all ease;
            border-radius: 2px;
        }

            .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .start:hover {
                background: #fffd50;
                color: #333;
            }

.first-page-articleslist {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 69%;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    margin: 20px 0;
    margin-right: 1%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

    .first-page-articleslist > div {
        padding: 20px;
    }

        .first-page-articleslist > div ul {
            list-style-type: none;
            font-size: 0;
        }

            .first-page-articleslist > div ul li {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 33.333%;
            }

                .first-page-articleslist > div ul li .onefirstpagearticle {
                    position: relative;
                    display: block;
                    padding-right: 40px;
                    min-height: 62px;
                }

                    .first-page-articleslist > div ul li .onefirstpagearticle h3 {
                        font-size: 14px;
                        color: #333;
                    }

                    .first-page-articleslist > div ul li .onefirstpagearticle img {
                        width: 30px;
                        height: 30px;
                        padding: 4px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        border-radius: 2px;
                        background: #f6f6f6;
                    }

                    .first-page-articleslist > div ul li .onefirstpagearticle .date {
                        color: #aaa;
                        font-size: 11px;
                    }

    .first-page-articleslist .title {
        display: block;
        padding: 20px 0 40px;
    }

.first-page-articles-tabs {
    position: relative;
    background: #fff url(../../images/top.png) no-repeat left top -140px;
    background-size: 100% auto;
    height: 120px;
    line-height: 120px;
    font-size: 0;
}

    .first-page-articles-tabs h2 {
        color: #444;
        height: 100px;
        line-height: 100px;
        padding-right: 100px;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        text-shadow: 0 0.5px 0.5px #fff;
        background: url(../../icons/Tuts-first.png) no-repeat center right 20px;
        background-size: 60px;
    }

    .first-page-articles-tabs ul {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-top: 60px;
        height: 60px;
        line-height: 60px;
        list-style-type: none;
        width: 60%;
        text-align: left;
    }

        .first-page-articles-tabs ul li {
            display: inline-block;
            vertical-align: top;
            height: 60px;
            line-height: 40px;
            font-size: 16px;
            padding: 0 20px;
            margin-left: 30px;
            cursor: pointer;
        }

        .first-page-articles-tabs ul .active {
            background: #fff;
            color: #333;
            border-radius: 4px 4px 0 0;
            box-shadow: 2px -25px 27px #ffd7d7;
        }

.projects {
    position: relative;
    padding: 40px 50px;
    background: #fff;
    margin: 50px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    border-radius: 4px;
}

    .projects .projects-description, .projects .projects-slider {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

        .projects .projects-description p {
            color: #777;
            line-height: 25px;
            text-align: justify;
            height: 120px;
        }

    .projects .projects-slider {
        width: 45%;
        margin-right: 5%;
    }

    .projects h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.projects-list ul {
    list-style-type: none;
}

    .projects-list ul li {
        display: inline-block;
        vertical-align: top;
        width: 14.2855%;
        min-height: 180px;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
    }

        .projects-list ul li:nth-child(7n) {
            border-left: 0;
        }

        .projects-list ul li a {
            display: block;
            width: 90%;
            margin: 0 auto;
            padding: 5px;
            font-size: 13px;
            text-align: center;
        }

            .projects-list ul li a img {
                display: block;
                width: 77%;
                margin: 10px auto 0;
            }

            .projects-list ul li a span {
                color: #555;
                padding: 10px 0;
                display: block;
                text-align: center;
                border-radius: 2px;
                min-height: 60px;
                width: 77%;
                margin: auto;
                height: 80px;
            }

.projects .projects-description p .number {
    color: #fff;
    font-size: 17px;
    background: #f44;
    border-radius: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.projects-slider-display {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 2px;
}

    .projects-slider-display img {
        transition: 0.8s all ease;
        transform: translateY(-200px);
        display: block;
        width: 100px;
        margin: 50px 80px 0 0;
        opacity: 0.5;
    }

    .projects-slider-display span {
        transition: 0.8s all ease;
        transform: translateY(200px);
        position: absolute;
        left: 30px;
        top: 70px;
        margin: auto;
        right: 220px;
        font-size: 19px;
        font-weight: bold;
        text-shadow: 0 0 0.5px #fff;
        color: #333;
        opacity: 0.5;
        padding: 10px;
        border-radius: 1px;
        text-align: justify;
    }

    .projects-slider-display .show {
        opacity: 1 !important;
        transform: translateY(0) !important;
        transform: translateX(0) !important;
    }

.our-brands {
    position: relative;
    font-size: 0;
    text-align: center;
    padding: inherit;
}

    .our-brands li {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 30px;
    }

        .our-brands li:nth-child(3n) {
            margin-left: 0 !important;
        }

        .our-brands li .one-brand {
            display: block;
            padding: 20px;
            box-shadow: 0 0 5px #ccc;
            min-height: 220px;
            background: rgba(255,255,255,0.5);
            border-radius: 4px;
        }

            .our-brands li .one-brand h3 {
                color: #333;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
            }

            .our-brands li .one-brand img {
                height: 50px;
                max-width: 100%;
                margin: 0 auto 20px;
                display: block;
            }

            .our-brands li .one-brand p {
                font-size: 13px;
                color: #777;
                padding: 20px 0 0 0;
            }

    .our-brands > h2 {
        background: #da0000;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 20px;
        border-radius: 2px;
        text-shadow: 0 0 0.5px #811;
        margin-bottom: 20px;
        margin: 0 0 20px;
        text-align: center;
        width: 140px;
        border-radius: 4px;
    }

.slide-show {
    position: relative;
    height: 268px;
    background: #da0000;
    animation: changebg 20s infinite;
    width: 96%;
    margin: 0 auto 0px;
    display: block;
    z-index: 1;
    max-width: 1390px;
    border-radius: 6px;
}

@keyframes changebg {
    0% {
        background: #da0000;
    }

    20% {
        background: #811;
    }

    40% {
        background: #ff4545;
    }

    60% {
        background: #ff9999;
    }

    80% {
        background: #242424;
    }

    100% {
        background: #da0000;
    }
}

.Bullets {
    position: absolute;
    left: 50%;
    bottom: 22px;
    font-size: 0px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    z-index: 1;
}

    .Bullets span {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 10px;
        margin-right: 5px;
        background: #fff;
        border-radius: 2px;
    }

.selectedSlide {
    background: yellow !important;
}

.Bullets span img {
    display: none;
}

.Display img {
    display: block;
    border-radius: 4px 4px 0 0;
    transform: translateY(-2500px);
    transition: 1s all ease;
    max-height: 120px;
    margin: 5px auto;
    display: block;
}

.Display {
    position: absolute;
    min-height: 200px;
    height: 373px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: auto;
}

    .Display strong {
        top: 110px;
        left: 0;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        -webkit-transition: 1s all ease;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        transition: 1s all ease;
        -webkit-transform: translateX(-600px);
        -moz-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        -o-transform: translateX(-600px);
        transform: translateX(-600px);
        opacity: 0;
        text-shadow: 1pz 2px 20px #000;
    }

    .Display p {
        display: block;
        position: absolute;
        top: 160px;
        left: 0;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFF;
        font-size: 20px;
        width: 100%;
        text-align: center;
        -webkit-transition: 1s all ease;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        transition: 1s all ease;
        -webkit-transform: translateY(-600px);
        -moz-transform: translateY(-600px);
        -ms-transform: translateY(-600px);
        -o-transform: translateY(-600px);
        transform: translateY(-600px);
        opacity: 0;
        text-shadow: 1pz 2px 20px #000;
    }

.slideanimate {
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    opacity: 1 !important;
}

.tabcontent {
    margin: 0;
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

    .tabcontent ul {
        list-style-type: none;
        margin: 0;
        text-align: justify;
        display: block;
        width: 100%;
    }

        .tabcontent ul li {
            display: inline-block;
            vertical-align: top;
            width: 48%;
            margin-left: 2%;
        }

            .tabcontent ul li:nth-child(5n) {
                margin-left: 0;
            }

            .tabcontent ul li a {
                display: block;
                padding: 0;
                min-height: 89px;
                border-radius: 2px;
                position: relative;
                margin-bottom: 18px;
                border:;
                box-shadow:;
                border-radius: 8px;
            }

                .tabcontent ul li a .date {
                    font-size: 11px;
                    position: absolute;
                    left: 10px;
                    bottom: 10px;
                    color: #aaa;
                    display: block;
                    background: url(../../icons/dateicon.png) no-repeat right center;
                    background-size: 12px;
                    padding-right: 19px;
                }

                .tabcontent ul li a .categoryicon {
                    font-size: 13px;
                    position: absolute;
                    right: 20px;
                    bottom: 30px;
                    color: #435c81;
                    background: #dcfffd;
                    padding: 0 5px;
                    border-radius: 2px;
                }

                .tabcontent ul li a img {
                    width: 100%;
                    display: block;
                    border-radius: 2px;
                    height: 170px;
                    display: none;
                }

            .tabcontent ul li h3 {
                font-size: 16px;
                font-weight: bold;
                padding: 0 25px 0 10px;
                line-height: 29px;
                color: #333;
            }

@media (max-width:1140px) {
    .firstpage-servicescontainer ul li {
        min-height: 292px;
    }

    .header-tel img {
        padding-left: 15px;
    }
}

@media (max-width:980px) {
    .firstpage-servicescontainer ul li {
        min-height: 230px;
        width: 48%;
        margin-left: auto;
    }

        .firstpage-servicescontainer ul li:nth-child(3n) {
            margin-left: auto;
        }

        .firstpage-servicescontainer ul li:nth-child(2n) {
            margin-right: 4%;
        }

    .news-firstpage {
        display: block;
        width: 100%;
    }

    .first-page-articleslist {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .news-firstpage > div ul li {
        display: inline-block;
        width: 50%;
    }

    .first-page-articleslist > div ul li {
        width: 50%;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article {
        padding: 20px;
    }

    .projects .projects-description, .projects .projects-slider {
        display: block;
        width: 100%;
        margin: 0;
    }

    .projects-list ul li {
        width: 20%;
    }

    .projects-slider-display {
        display: none;
    }

    projects-list ul li a span {
        padding: 5px;
    }

    .tabcontent ul li {
        width: 24%;
        margin-left: 1%;
    }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 0;
        }

        .tabcontent ul li:nth-child(5n) {
            margin-left: 1% !important;
        }
}

@media (max-width:900px) {
    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs {
        display: block;
        width: 100%;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents {
        display: block;
        width: 100%;
    }

    .firstpage-tutorials-descriptionTabs li {
        display: inline-block !important;
        vertical-align: top;
        width: 14.285714% !important;
        font-size: 0;
        background: #eee !important;
        border: 0 !important;
        min-height: 0 !important;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul .active:before {
        display: none;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li:hover::before {
        display: none;
    }

    .firstpage-tutorials-descriptionTabs li strong {
        display: none !important;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
        background: transparent !important;
        margin: 0 auto;
        position: relative;
        border: 0 !important;
    }
}

@media (max-width:780px) {
    .firstpage-servicescontainer {
        overflow-x: scroll;
    }

    .firstpage-services {
        padding-top: 0;
    }

    .firstpage-servicescontainer ul {
        width: 3350px;
        height: 250px;
        margin-top: 60px;
    }

        .firstpage-servicescontainer ul li {
            width: 350px;
            margin-left: 20px !important;
            margin-right: 0 !important;
            margin-bottom: 20px;
        }

    .firstpage-services .title {
        position: absolute;
        text-align: right;
        top: 15px;
        right: 20px;
        font-size: 15px;
        border-bottom: 1px solid #eee;
        padding: 0 0 20px 0;
    }

    .firstpage-services .horizintally-move {
        display: block;
        background: #dadada url(../../icons/horizontal-arrows.png) no-repeat center center;
        background-size: auto auto;
        background-size: 48px;
        width: 80px;
        height: 50px;
        position: absolute;
        left: 0px;
        top: 195px;
        z-index: 1;
        border-radius: 0 2px 2px 0;
        border-radius: 0 50px 50px 0;
        animation: winking 3s infinite;
    }

    .service-request form > div {
        display: block;
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 0 20px !important;
    }

    .service-request .form {
        border: 0;
        padding: 0;
    }

    .news-firstpage > div ul li {
        display: block;
        width: 100%;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionTabs ul li img {
        width: 70%;
        height: auto;
        padding: 10px 0;
    }

    .tabcontent ul li {
        width: 32%;
        margin-left: 1%;
    }

        .tabcontent ul li:nth-child(3n) {
            margin-left: 0;
        }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 1% !important;
        }

        .tabcontent ul li:nth-child(5n) {
            margin-left: 1% !important;
        }
}

@media (max-width:680px) {
    .projects-list ul li {
        width: 25%
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article .free {
        display: none;
    }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article {
        padding: 50px 20px;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article h2 {
            font-size: 20px;
        }

    .first-page-articles-tabs {
        height: 150px;
    }

        .first-page-articles-tabs ul {
            position: absolute;
            padding-top: 0;
            left: 0;
            top: 105px;
            width: 100%;
        }

        .first-page-articles-tabs h2 {
            display: block;
            width: 100%;
        }

    .our-brands li {
        display: block;
        width: 100%
    }
}

@media (max-width:550px) {
    .tabcontent ul li {
        width: 49%;
        margin-left: 1.5%;
    }

        .tabcontent ul li:nth-child(3n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(5n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .firstpage-servicescontainer ul {
        width: 3350px;
        height: 250px;
        margin-top: 100px;
    }
}

@media (max-width:480px) {
    .service-request .form > div {
        display: block;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .projects-list ul li {
        width: 50%;
    }

    .first-page-articles-tabs {
        background: url(../../images/top.png) no-repeat top -50px center;
    }

    .first-page-articleslist > div ul li {
        width: 100%;
        display: block;
    }

    .first-page-articles-tabs ul {
        text-align: center;
    }

        .first-page-articles-tabs ul li {
            margin: 0 10px;
        }

    .firstpage-tutorials-description .firstpage-tutorials-descriptionContents {
        padding: 0 10px;
    }

        .firstpage-tutorials-description .firstpage-tutorials-descriptionContents article h2 {
            font-size: 16px;
        }
}

/*@media (max-width:500px) {
    .Display {
        width: 98%;
    }

        .Display strong {
            font-size: 18px;
        }

        .Display p {
            font-size: 14px;
        }
}*/
@media (max-width:440px) {

    .Bullets {
        position: absolute;
        left: 50%;
        bottom: 85px;
    }
}

@media (max-width:420px) {

    .service-request {
        padding: 20px 15px;
    }

    .tabcontent ul li {
        width: 100%;
        margin-left: 0;
    }

        .tabcontent ul li:nth-child(3n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(4n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(5n) {
            margin-left: 1.5% !important;
        }

        .tabcontent ul li:nth-child(2n) {
            margin-left: 0 !important;
        }

    .projects-list {
        margin-top: 80px;
    }
}
