/*-----------------------------------------------------------------------------
    * Website Style
    * @author: Hasan YUKSEL
----------------------------------------------------------------------------- */
@import url('font.css');

* {
    outline: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}


html, body {
    background-color: #FFFFFF;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
}

.scrollTop {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    top: auto;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: all 300ms;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #f07c3a;
    border-radius: 50%;
    color: #fff;
}

    .scrollTop.animatedIn {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }


    .scrollTop.animatedOut {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight;
    }

.revealOnScroll {
    opacity: 0;
}

.animated {
    opacity: 1;
}

/*------------------------------------------ header animation ------------------------------------------*/

header {
    top: 0;
    position: fixed;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
}

.header {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

.nav-up {
    top: -180px;
}


/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}

}

.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
}

.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

    .homepage.banner .carousel-caption .carousel-text-wrap {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
                text-align: left;
                width: 600px;
                padding-left: 40px;
                position: relative;
                display: inline-block;
                float: left;
                padding: 60px 0;
                padding-left: 40px;
                padding-right: 40px;
            }

.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }
/*------------------------------------------ banner style ------------------------------------------*/

.header .header-top {
    background: #f07c3a;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
}

    .header .header-top ul {
        list-style-type: none;
        padding: 20px 0;
        margin: 0;
        float: left;
    }

        .header .header-top ul li {
            float: left;
            display: inline-block;
        }

    .header .header-top .social ul {
        float: right;
        padding: 0 0;
    }

    .header .header-top .info ul li {
        margin-right: 30px;
    }

        .header .header-top .info ul li a {
            font-size: 14px;
            display: inline-block;
            float: left;
            text-decoration: none;
            color: #fff;
        }

            .header .header-top .info ul li a span:first-child {
                margin-right: 7px;
            }

.header .header-content {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    background: #fff;
}

.header .header-top .social ul li a {
    font-size: 16px;
    color: #fff;
    padding: 4.5px 9.5px;
    margin: 0 3px;
    display: inline-block;
    float: left;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all 500ms;
    border-color: transparent;
    width: 35px;
    text-align: center;
}

.header-top .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-top .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .header .header-content .menu ul li {
        float: left;
        display: flex;
        position: relative;
        height: 100%;
    }

    .header .header-content .logo img {
        display: inline-block;
        width: auto;
        max-width: 100%;
    }

.header .header-content .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
    height: 100%;
}


    .header .header-content .menu nav > ul > li > a:before {
        content: '';
        width: 100%;
        height: 3px;
        background: #f07c3a;
        display: inline-block;
        position: absolute;
        bottom: 50%;
        left: 0;
        transition: all 500ms;
        max-width: 0;
        overflow: hidden;
        margin-bottom: -30px;
    }

    .header .header-content .menu ul li a:hover:before {
        max-width: 100%;
    }

    .header .header-content .menu ul li a:hover {
        color: #f07c3a;
    }

.banner.homepage .carousel-item:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(50, 57, 70, 0.4);
    z-index: 0;
}

.banner.homepage .carousel-item > * {
    z-index: 1;
}

.banner.homepage .carousel-item {
    height: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 55px;
    color: #fff;
    text-shadow: 5px 2px 6px rgba(51, 49, 49, 0.6);
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 5px 2px 6px rgba(51, 49, 49, 0.6);
    font-weight: 200;
}

    .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .text-2 > * {
        margin: 0;
    }

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    display: inline-block;
}

.banner {
    margin-top: 178px;
}

    .banner.homepage {
        height: calc(100% - 178px);
    }

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line {
    display: inline-block;
    float: left;
    position: absolute;
    background: #f07c3a;
    transition: all 900ms;
    overflow: hidden;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line-1 {
    width: 10px;
    right: 0;
    bottom: calc(100% - 40px);
    height: 40px;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    max-height: 0;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line-2 {
    height: 10px;
    right: 10px;
    top: 0;
    width: calc(100% - 10px);
    transition: all 600ms;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    max-width: 0%;
    overflow: hidden;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line-3 {
    width: 10px;
    left: 0;
    top: 10px;
    height: calc(100% - 20px);
    transition: all 600ms;
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
    max-height: 0;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line-4 {
    width: 100%;
    left: 0;
    bottom: 0px;
    height: 10px;
    transition: all 600ms;
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
    max-width: 0;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper .line-5 {
    width: 10px;
    right: 0;
    bottom: 0;
    height: 40px;
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    max-height: 0;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper.animated .line-1 {
    max-height: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper.animated .line-2 {
    max-width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper.animated .line-3 {
    max-height: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper.animated .line-4 {
    max-width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper.animated .line-5 {
    max-height: 100%;
}

.header .header-content .menu ul li.dropdown ul {
    padding: 0 0;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 150%;
    left: 0;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    width: 250px;
    position: absolute;
    z-index: 999;
}


.header .header-content .menu ul li.dropdown a:hover + ul {
}

.header .header-content .menu ul li.dropdown ul li a {
    padding: 13px 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 15px;
    width: 100%;
    justify-content: left;
}

.header .header-content .menu ul li.dropdown ul {
    border-top: 3px solid #f07c3a;
}

    .header .header-content .menu ul li.dropdown ul li {
        width: 100%;
        height: auto;
    }

.header .header-content .menu nav {
    height: 100%;
    display: inline-block;
    float: left;
}

.header .header-content .menu ul li.dropdown > a:after {
    content: "\f107";
    display: inline-block;
    float: right;
    margin-left: 10px;
    font-family: 'FontAwesome';
}

.section {
    width: 100%;
    display: inline-block;
    float: left;
    /*overflow: hidden;*/
}

.product_list_1 {
    width: 100%;
    display: inline-block;
    float: left;
}

    .product_list_1 .box {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 50px 0;
    }

    .product_list_1 .left {
        overflow: inherit;
    }

        .product_list_1 .left .img {
            width: 100%;
            display: inline-block;
            float: left;
            position: relative;
            padding-top: 75px;
            padding-bottom: 50px;
        }

            .product_list_1 .left .img img {
                width: auto;
                max-width: 100%;
                display: inline-block;
                float: right;
                margin-right: 50px;
            }

            .product_list_1 .left .img .background_img {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 0;
            }

            .product_list_1 .left .img img {
                position: relative;
                z-index: 2;
            }

        .product_list_1 .left .right {
        }

.text-container {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #777777;
}

    .text-container .title-wrapper {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .text-container .title-wrapper .title {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 0;
            margin: 0;
            color: #333333;
            font-size: 48px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .text-container .title-wrapper .subtitle {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 0;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
            color: #707070;
            letter-spacing: 3px;
        }

        .text-container .title-wrapper .title strong {
            font-weight: bold;
        }

        .text-container .title-wrapper:After {
            content: '';
            width: 70px;
            background: #f07c3a;
            height: 5px;
            display: inline-block;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .text-container .text {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
    }

        .text-container .text .button {
            font-size: 16px;
            text-align: center;
            float: left;
            padding: 20px;
            min-width: 230px;
            display: inline-block;
            font-weight: bold;
            letter-spacing: 1px;
            text-decoration: none;
            outline: none;
            background: #f07c3a;
            border-radius: 60px;
            color: #fff;
            margin-top: 20px;
            transition: all 500ms;
            border: none;
        }

            .text-container .text .button:hover {
                background: #bd5b23;
            }

.product_list_1 .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list_1 .box:nth-child(even) {
}

    .product_list_1 .box:nth-child(even) .left .img .background_img {
        left: auto;
        right: 0;
    }

    .product_list_1 .box:nth-child(even) .left .img img {
        float: left;
        margin-left: 50px;
        margin-right: 0;
    }

.product_list_1 .box:first-child {
    padding-top: 100px;
}

.product_list_1 .box:last-child {
    padding-bottom: 100px;
}

.blog_section {
    padding: 30px 0;
    background: #f4f4f4;
}

.section .title-container {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    background: url(../images/general/title_border.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .section .title-container .subtitle {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #707070;
        letter-spacing: 3px;
    }

    .section .title-container .title {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 15px 0;
        margin: 0;
        color: #333333;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        margin-bottom: 10px;
        margin: 0;
    }

        .section .title-container .title strong {
            color: #f07c3a;
        }


.blog_section .box {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .blog_section .box a {
        width: 100%;
        display: inline-block;
        float: left;
        background: #fff;
        position: relative;
    }

        .blog_section .box a .img {
            width: 47%;
            float: left;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
        }

        .blog_section .box a .text {
            float: right;
            width: 52%;
            display: inline-block;
            padding: 20px;
            text-align: center;
            color: #777777;
            font-size: 16px;
            font-family: 'Open Sans';
        }

            .blog_section .box a .text .blog-title {
                width: 100%;
                text-align: center;
                display: inline-block;
                float: left;
                font-size: 20px;
                margin: 0;
                padding: 0;
                color: #333333;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .blog_section .box a .text .button {
                font-size: 16px;
                text-align: center;
                float: none;
                padding: 16px 16px;
                min-width: 200px;
                display: inline-block;
                font-weight: bold;
                letter-spacing: 1px;
                text-decoration: none;
                outline: none;
                border: 1px solid #777777;
                border-radius: 60px;
                color: #777777;
                margin-top: 10px;
                transition: all 500ms;
            }

        .blog_section .box a .img img {
            width: 100%;
            height: 100%;
            display: inline-block;
            float: left;
            object-fit: cover;
        }

        .blog_section .box a:hover .button {
            background: #f07d3b;
            color: #ffffff;
            border-color: #f07d3b;
        }

.blog_section .full_row .box .img {
    width: 31%;
}

.blog_section .full_row .box .text {
    width: 69%;
    padding: 30px 20px;
    text-align: left;
}

    .blog_section .full_row .box .text .blog-title {
        text-align: left;
    }

.blog_section .full_row_s .box .img {
    width: 100%;
    height: 198px;
    position: relative;
}

.blog_section .full_row_s .box .text {
    width: 100%;
    padding: 22px 10px;
}

.history_section {
    padding: 30px 0;
}

    .history_section .item {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 30px 0;
        position: relative;
    }

        .history_section .item .text {
            float: left;
            width: 50%;
            text-align: right;
            font-size: 20px;
            font-weight: 500;
            height: 146px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 30px 0;
            line-height: 23px;
            padding-right: 80px;
            position: relative;
        }

        .history_section .item .content {
            float: left;
            display: inline-block;
            width: 50%;
            padding-left: 80px;
            position: relative;
        }

        .history_section .item:nth-child(even) .content {
            float: left;
            text-align: right;
            padding-left: 0;
            padding-right: 80px;
        }

        .history_section .item:nth-child(even) .text {
            float: right;
            text-align: left;
            justify-content: flex-start;
            padding-right: 0;
            padding-left: 80px;
        }

        .history_section .item .content .icon {
            float: left;
            width: 112px;
            height: 146px;
            text-align: center;
            line-height: 146px;
            background: #333333;
            margin-right: 10px;
            transition: all 500ms;
        }

        .history_section .item .content .date {
            background: #a0a0a0;
            height: 146px;
            display: inline-block;
            float: left;
            line-height: 146px;
            width: 225px;
            text-align: center;
            font-size: 60px;
            font-weight: 100;
            color: #fff;
        }

        .history_section .item:nth-child(even) .content .icon {
            float: right;
            margin-left: 10px;
            margin-right: 0;
        }

        .history_section .item:nth-child(even) .content .date {
            float: right;
        }

    .history_section .history {
        position: relative;
    }

        .history_section .history:before {
            width: 4px;
            height: 100%;
            background: #cccccc;
            display: inline-block;
            float: left;
            position: absolute;
            content: '';
            left: 50%;
            top: 0;
            margin-left: -2px;
            border-radius: 6px;
        }

    .history_section .item .text:after {
        font-size: 20px;
        position: absolute;
        right: 40px;
        content: "\f105";
        display: inline-block;
        float: right;
        font-family: 'FontAwesome';
        font-weight: 100;
    }

    .history_section .item .content:after {
        font-size: 20px;
        position: absolute;
        left: 40px;
        content: "\f104";
        display: inline-block;
        float: left;
        font-family: 'FontAwesome';
        font-weight: 100;
        margin-top: 58px;
    }



    .history_section .item:nth-child(even) .text:after {
        font-size: 20px;
        position: absolute;
        right: auto;
        left: 40px;
        content: "\f104";
        display: inline-block;
        float: right;
        font-family: 'FontAwesome';
        font-weight: 100;
    }

    .history_section .item:nth-child(even) .content:after {
        font-size: 20px;
        position: absolute;
        left: auto;
        right: 40px;
        content: "\f105";
        display: inline-block;
        float: left;
        font-family: 'FontAwesome';
        font-weight: 100;
        margin-top: 58px;
    }

    .history_section .item > .icon {
        width: 40px;
        height: 40px;
        background: #f07d3b;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: 50%;
        margin-top: -20px;
        border: 10px solid #fff;
    }

        .history_section .item > .icon > .icon2 {
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: 50%;
            margin-left: -4px;
            top: 50%;
            margin-top: -4px;
        }

        .history_section .item > .icon:before {
            content: '';
            width: 40px;
            height: 40px;
            border: 1px solid rgba(240, 127, 62, 0.35);
            border-radius: 50%;
            position: absolute;
            left: -10px;
            top: -10px;
            transition: all 500ms;
            opacity: 0;
        }

        .history_section .item > .icon:after {
            content: '';
            width: 60px;
            height: 60px;
            border: 1px solid rgba(240, 127, 62, 0.15);
            border-radius: 50%;
            position: absolute;
            left: -20px;
            top: -20px;
            transition: all 1000ms;
            opacity: 0;
        }

    .history_section .item.active > .icon:before, .history_section .item.active > .icon:after {
        opacity: 1;
    }

    .history_section .history .load_bar {
        width: 4px;
        height: 100%;
        background: #f07c3a;
        display: inline-block;
        float: left;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -2px;
        border-radius: 6px;
        transition: all 800ms;
        max-height: 0;
        overflow: hidden;
    }

    .history_section .item.active .content > .icon {
        background: #f07c3a;
    }

.references_section {
    padding: 30px 0;
    background: #f4f4f4;
}

    .references_section .references_slider {
        width: 100%;
        display: inline-block;
        float: left;
        margin-top: 0;
    }

        .references_section .references_slider .item {
            display: inline-block;
            float: left;
            width: 100%;
            height: 100%;
        }

            .references_section .references_slider .item .logo {
                width: 100%;
                height: 150px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 20px;
            }

                .references_section .references_slider .item .logo img {
                    width: auto;
                    max-width: 100%;
                    display: inline-block;
                    transition: all 500ms;
                    filter: grayscale(100%);
                    opacity: 0.6;
                }


            .references_section .references_slider .item:hover .logo img {
                opacity: 1;
            }

        .references_section .references_slider .owl-dots .owl-dot span {
            width: 17px;
            height: 17px;
            background: #e7e7e7;
            border: 5px solid #e7e7e7;
            transition: all 500ms;
            margin: 5px 5px;
        }

        .references_section .references_slider .owl-dots .owl-dot.active span {
            background: #a0a0a0;
        }

.dots_slider {
    width: 50%;
    margin: 0 25%;
    display: inline-block;
    float: left;
}

    .dots_slider .swiper-container {
        width: 100%;
        height: 100%;
    }

    .dots_slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.customer_section {
    padding: 50px 0;
}

    .customer_section .text-container .text {
        text-align: center;
        padding: 0 170px;
        font-size: 22px;
        font-weight: 100;
        line-height: 38px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 500ms;
    }

    .customer_section .text-container .name {
        width: 100%;
        display: inline-block;
        float: left;
        font-weight: 700;
        font-size: 20px;
        color: #333333;
        line-height: 15px;
    }

    .customer_section .text-container .user-title {
        margin: 0;
        font-size: 13px;
        width: 100%;
        display: inline-block;
        font-weight: 400;
        font-family: 'Open Sans';
        line-height: 15px;
    }

.dots_slider a {
    width: 142px;
    height: 142px;
    background: #f4f4f4;
    display: inline-block;
    float: left;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #ddd;
    transform: scale(0.9);
    transition: all 500ms;
    opacity: 0.6;
}

.dots_slider .actived a {
    transform: scale(1.1);
    opacity: 1;
}

.dots_slider .swiper-wrapper {
    padding: 20px 0;
}

.customer_section .text-container .text.active {
    opacity: 1;
}

.customer_section .text-container {
    transition: all 500ms;
}

body .section .link_button {
    font-size: 16px;
    text-align: center;
    float: none;
    padding: 16px 16px;
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
    border: 1px solid #777777;
    border-radius: 60px;
    color: #777777;
    margin-top: 10px;
    transition: all 500ms;
}

.link_button:hover {
    background: #f07d3b;
    color: #ffffff;
    border-color: #f07d3b;
    font-size: 16px;
}

.bid_section {
    background: #f07d3b;
    padding: 65px 0;
}

    .bid_section .title {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        font-family: 'Open Sans';
        font-size: 40px;
        color: #ffffff;
        font-weight: 300;
        display: flex;
        align-items: center;
        height: 100%;
    }

.section.bid_section .link_button {
    min-width: 250px;
    border-color: #fff;
    color: #fff;
    margin: 0;
}

.bid_section .link_button:hover {
    background: #fff;
    color: #f07d3b;
    border-color: #f07d3b;
}

.section_33 {
    padding: 50px 0;
}

.regna_icon_list {
    margin: 50px 0;
}

    .regna_icon_list .item a {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: center;
        transition: all 500ms;
        color: #707070;
    }

        .regna_icon_list .item a .icon {
            width: 100%;
            display: inline-block;
            float: left;
            text-align: center;
        }

            .regna_icon_list .item a .icon img {
                max-width: 100%;
                display: inline-block;
                height: auto;
                width: auto;
            }

        .regna_icon_list .item a .text {
            width: 100%;
            display: inline-block;
            text-align: center;
            float: left;
            font-size: 22px;
            margin: 20px 0;
            font-family: 'Open Sans';
            font-weight: 300;
            /* color: #707070; */
        }

        .regna_icon_list .item a:hover {
            color: #f07c3a;
        }

.section_44 {
    background: #f4f4f4;
    padding: 50px 0;
}

.blog-list {
    margin: 20px 0;
}

    .blog-list .item .husam {
        width: 100%;
        display: inline;
        float: left;
    }

        .blog-list .item a .img {
            width: 100%;
            display: inline-block;
            float: left;
            height: 230px;
            position: relative;
            overflow: hidden;
        }

            .blog-list .item a .img img {
                width: 100%;
                height: 100%;
                display: inline-block;
                float: left;
                object-fit: cover;
                object-position: center;
                transition: all 500ms ease;
            }

        .blog-list .item a .content {
            width: 100%;
                padding: 30px 20px;
            background: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            float: left;
            border: 1px solid #ddd;
			min-height:253px;
        }

            .blog-list .item a .content .date {
                font-size: 13px;
                color: #999999;
                font-weight: 500;
                display: inline-block;
                float: left;
                width: 100%;
                margin: 0;
                padding: 0;
            }

            .blog-list .item a .content .blog-title {
                display: inline-block;
                float: left;
                width: 100%;
                margin: 0;
                padding: 0;
                color: #333333;
                font-size: 17px;
                font-weight: 600;
                line-height: 28px;
                margin: 15px 0;
            }

            .blog-list .item a .content .link_button {
                min-width: 190px;
                font-size: 12px;
                margin-top: 5px;
                width: 60px;
            }

        .blog-list .item a:hover .content .link_button {
            background: #f07d3b;
            color: #ffffff;
            border-color: #f07d3b;
        }

        .blog-list .item a:hover .img img {
            transform: scale(1.1);
            transition: all 500ms ease;
        }

.section_55 {
    padding: 50px 0;
}

.blog-list.video_list .item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-list.video_list .item a .img {
    height: 200px;
}

.blog-list.video_list .item a .content {
    text-align: center;
}

.blog-list.video_list .item a .blog-title {
    margin: 0;
}

.blog-list.video_list .item a .date {
    margin-top: 10px;
}

.blog-list.video_list .item a .img:before {
    width: 100%;
    height: 100%;
    float: left;
    line-height: 100%;
    font-size: 80px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e907";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 500ms;
}

.blog-list.video_list .item a:hover .img:before {
    color: #f07d3b;
}

.section_66 {
    padding: 50px 0 80px 0;
    background: #f4f4f4;
}

    .section_66 a img {
        max-width: 100%;
        width: auto;
        display: inline-block;
    }

    .section_66 a {
        padding: 0 40px;
    }

.footer {
    background: #333333;
    width: 100%;
    display: inline-block;
    float: left;
}

    .footer .footer_top {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0 0;
        padding: 50px 0;
    }

        .footer .footer_top .logo {
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 100%;
            float: left;
        }

        .footer .footer_top .text-container {
            width: 80%;
            display: inline-block;
            float: left;
            padding: 10px 0;
            color: #bbbbbb;
            font-size: 14px;
        }

    .footer .social {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        display: inline-block;
        width: 100%;
    }

    .footer .center_wrapper ul li {
        width: 100%;
        display: inline-block;
        float: left;
    }

        .footer .center_wrapper ul li a {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 10px 0;
            color: #bbbbbb;
            font-size: 14px;
            text-decoration: none;
            transition: all 500ms;
        }

    .footer .center_wrapper ul {
        width: 50%;
    }

    .footer .social li {
        width: auto;
        display: inline-block;
        float: left;
        padding: 0 5px;
    }

        .footer .social li a {
            width: 45px;
            height: 45px;
            display: inline-block;
            float: left;
            border: 1px solid #5f666e;
            text-align: center;
            line-height: 44px;
            color: #5f666e;
            border-radius: 50%;
            transition: all 500ms;
            font-size: 16px;
        }

        .footer .social li:first-child {
            padding-left: 0;
        }

        .footer .social li:last-child {
            padding-right: 0;
        }

        .footer .social li a:hover {
            background: #f07c3a;
            border-color: #f07c3a;
            color: #fff;
        }

    .footer .center_wrapper ul li a:before {
        margin-right: 5px;
        content: "\e904";
        font-family: 'icomoon' !important;
        font-size: 12px;
    }

    .footer .center_wrapper ul li a:hover {
        color: #fff;
    }

.footer_top .title {
    width: 100%;
    display: inline-block;
}

    .footer_top .title .footer_title {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .footer_top .title .footer_title:After {
            content: '';
            width: 35px;
            height: 2px;
            background: #f07c3a;
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.footer .info-links li a,
.footer .info-links li {
    width: 100%;
    display: inline-block;
    float: left;
    color: #bbbbbb;
    font-size: 14px;
    text-decoration: none;
    transition: all 500ms;
}

.footer .info-links li {
    padding: 10px 0;
}

    .footer .info-links li span {
        float: left;
        display: inline-block;
        width: calc(100% - 25px);
    }

        .footer .info-links li span:first-child {
            width: 25px;
        }

        .footer .info-links li span i {
            transition: all 500ms;
        }

    .footer .info-links li a:hover, .footer .info-links li:hover {
        color: #fff;
    }

        .footer .info-links li a:hover i, .footer .info-links li:hover i {
            color: #f07c3a;
        }

.footer .footer_copryt {
    padding: 20px 0;
    background: #2b2b2b;
    width: 100%;
    display: inline-block;
    float: left;
    color: #bbbbbb;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: all 500ms;
}

    .footer .footer_copryt a {
        float: right;
        text-decoration: none;
        display: inline-block;
        color: #bbbbbb;
        font-size: 14px;
        font-weight: 400;
    }

.header .header-top .social ul li a:hover {
    border-color: #fff;
}

.banner.detail-page {
    height: 300px;
}

    .banner.detail-page > img {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        object-fit: cover;
        object-position: center;
    }

    .banner.detail-page .page_title .title {
        font-size: 48px;
        color: #ffffff;
        font-family: 'Open Sans';
        width: 100%;
        text-align: center;
        display: inline-block;
        float: left;
        font-weight: 600;
    }

    .banner.detail-page .page_title {
        width: 100%;
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
    }

.about_section {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 40px 0;
    margin: 70px 0;
}

    .about_section .title-container {
        text-align: left;
        background: url(../images/general/title_border2.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left bottom;
        margin-bottom: 20px;
    }

    .about_section .text-container {
        color: #707070;
    }

        .about_section .text-container .text {
            font-weight: 400;
        }

    .about_section .left .img {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50vw - 30px);
        height: 100%;
        display: inline-block;
        float: left;
        z-index: 1;
    }

        .about_section .left .img img {
            object-fit: cover;
            object-position: center;
            display: inline-block;
            width: 100%;
            float: left;
            height: 100%;
        }

    .about_section .left {
        position: inherit;
        padding-top: 100px;
    }

        .about_section .left .img:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            background: rgba(50, 57, 70, 0.4);
        }

        .about_section .left > * {
            z-index: 2;
            position: relative;
        }

        .about_section .left .title-container {
            background: transparent;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            .about_section .left .title-container .title, .about_section .left .title-container .title strong {
                padding: 0;
                margin: 0;
                color: #fff;
                font-size: 40px;
            }

        .about_section .left .text-container {
            text-align: center;
        }

            .about_section .left .text-container .text {
                float: none;
                width: auto;
            }

                .about_section .left .text-container .text .button {
                    margin-top: 0;
                    background: #fff;
                    color: #333333;
                    box-shadow: 0 2px 20px rgba(51, 51, 51, 0.56);
                    margin-top: 10px;
                }

.about_detail_section {
    padding: 50px 0;
    /*text-align: center;*/
}

    .about_detail_section .text-container .text {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        font-family: 'Open Sans';
        color: #707070;
        font-weight: 400;
    }

.product_detail_page.product_list_1 .left .img img {
    margin-right: 30px;
}

.product_detail_page.product_list_1 .box:nth-child(even) .left .img img {
    margin-left: 30px;
}

.product_detail_page.product_list_1 .left .img:before {
    content: '';
    width: 461px;
    display: inline-block;
    height: 444px;
    position: absolute;
    right: 150px;
    top: 30px;
    background: transparent;
    z-index: 2;
    border: 20px solid #f07c3a;
}

.product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    right: auto;
    left: 150px;
}

.product_list_1.product_detail_page .box {
    padding: 60px 0;
}

.product_list_1.product_detail_page {
    padding: 20px 0px;
}

    .product_list_1.product_detail_page .box .container:after {
        border-bottom: 1px solid #ddd;
        content: '';
        width: 100%;
        display: inline-block;
        float: left;
        position: absolute;
        bottom: -60px;
        left: 0;
    }

    .product_list_1.product_detail_page .box .container {
        position: relative;
    }

    .product_list_1.product_detail_page .text-container .title-wrapper .title strong {
        color: #f07c3a;
    }

    .product_list_1.product_detail_page .text-container .title-wrapper .title {
        margin: 10px 0;
        line-height: 50px;
    }

    .product_list_1.product_detail_page .text-container .title-wrapper {
        text-align: left;
        background: url(../images/general/title_border2.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left bottom;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

        .product_list_1.product_detail_page .text-container .title-wrapper:after {
            display: none;
        }

.product_list_1 .box:nth-child(even) .right .text-container .title-wrapper {
    text-align: right;
    background: url(../images/general/title_border3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.product_list_1 .box:nth-child(even) .right .text-container .text {
    text-align: right;
}

    .product_list_1 .box:nth-child(even) .right .text-container .text .button {
        float: right;
    }

.product_list_1.product_detail_page .box:last-child .container:after {
    border-bottom: 0;
}

.section.answers .product_detail_page.product_list_1 .left .img img {
    margin: 0;
    max-width: 100%;
}

.section.answers .product_detail_page.product_list_1 .left .img {
    padding: 70px 0;
}

.section.answers .product_list_1.product_detail_page .text-container .title-wrapper .title {
    font-size: 36px;
}

.section.answers .product_detail_page.product_list_1 .left .img:before {
    height: 480px;
    width: 480px;
    right: 130px;
}

.section.answers .product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    left: 130px;
}

.products .product_list_1.product_detail_page .box .container:after {
    border: 0;
}

.products .product_list_1.product_detail_page .box.gray_box {
    background: #f4f4f4;
}

    .products .product_list_1.product_detail_page .box.gray_box .title-wrapper {
        text-align: left;
        background: url(../images/general/title_border2.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .products .product_list_1.product_detail_page .box.gray_box .text {
        text-align: left;
    }

    .products .product_list_1.product_detail_page .box.gray_box .left .img {
        padding: 0;
    }

        .products .product_list_1.product_detail_page .box.gray_box .left .img:before {
            display: none;
        }

    .products .product_list_1.product_detail_page .box.gray_box ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        display: inline-block;
        font-size: 17px;
        list-style-type: none;
        line-height: 29px;
    }

        .products .product_list_1.product_detail_page .box.gray_box ul li {
            padding-left: 15px;
            width: 100%;
            display: inline-block;
            float: left;
            font-size: 16px;
            position: relative;
        }

            .products .product_list_1.product_detail_page .box.gray_box ul li:before {
                content: '';
                width: 7px;
                height: 7px;
                background: #8e8e8e;
                display: inline-block;
                float: left;
                position: absolute;
                left: 0;
                top: 10px;
                border-radius: 50%;
            }

.products .product_list_1.product_detail_page {
    padding-bottom: 0;
}

.banner.detail-page .page_title .subtitle {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}

.section.answers .product_detail_page.product_list_1 .left .img .video_button {
    width: auto;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

    .section.answers .product_detail_page.product_list_1 .left .img .video_button:before {
        content: '';
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        z-index: 3;
        right: 0;
        top: 0;
    }

    .section.answers .product_detail_page.product_list_1 .left .img .video_button:after {
        content: "\e907";
        font-family: 'icomoon' !important;
        font-size: 120px;
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 4;
        text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.48);
    }

.references_section .references_slider .ref_2 {
    padding: 0 100px;
}

.references_section.detail_page {
    background: #fff;
}

.products .product_list_1.product_detail_page .box.gray_box.smart .img {
    margin-top: -130px;
}

    .products .product_list_1.product_detail_page .box.gray_box.smart .img img {
        float: right;
        max-width: 80%;
    }

.products .product_list_1.product_detail_page .box.gray_box .right {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
}

.products .product_list_1.product_detail_page .box.gray_box.smart .right {
    padding-top: 0;
    padding-bottom: 0;
}

.products .product_list_1.product_detail_page .box.gray_box .full_width {
    width: 100%;
}

.clear {
    display: block;
    clear: both;
}

.products .product_list_1.product_detail_page .box.gray_box .floating-right-img {
    float: right;
    display: inline-block;
    margin-top: -40px;
    max-width: 50%;
}

.product_list_1 .box.type_2 .img:before {
    display: none;
}

.product_list_1 .box.type_2 .img img {
    float: left;
}

.product_list_1 .box.type_2 .img:After {
    content: '';
    width: 470px;
    height: 310px;
    position: absolute;
    right: -160px;
    top: 30px;
    display: inline-block;
    background: #f4f4f4;
}

.product_list_1 .box.type_2 .img {
    padding: 0 !important;
}

.text-container .text ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
}

    .text-container .text ul li {
        padding-left: 15px;
        width: 100%;
        float: left;
        font-size: 16px;
        position: relative;
    }

        /*.text-container .text ul li:before {
            content: '';
            width: 7px;
            height: 7px;
            background: #8e8e8e;
            display: inline-block;
            float: left;
            position: absolute;
            left: 0;
            top: 14px;
            border-radius: 50%;
        }*/

.references_section.detail_page.gray {
    background: #f4f4f4;
    padding: 50px 0;
}

.products .product_list_1.product_detail_page .box.gray_box .floating-right-img.full {
    margin-top: 0;
    max-width: 100%;
}

.products.sap_c4hana .product_list_1 .box:nth-child(even) .text-container .text {
    text-align: right;
}

    .products.sap_c4hana .product_list_1 .box:nth-child(even) .text-container .text ul {
        float: right;
        width: 100%;
    }

        .products.sap_c4hana .product_list_1 .box:nth-child(even) .text-container .text ul li {
            padding-left: 0;
            padding-right: 15px;
        }

            .products.sap_c4hana .product_list_1 .box:nth-child(even) .text-container .text ul li:before {
                left: inherit;
                right: 0;
            }

.products.sap_c4hana .product_list_1 .box:nth-child(even) .text-container .title-wrapper {
    text-align: right;
    background: url(../images/general/title_border3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.products.sap_c4hana .product_list_1 .box:nth-child(even) .img {
}

    .products.sap_c4hana .product_list_1 .box:nth-child(even) .img img {
        float: right;
    }

    .products.sap_c4hana .product_list_1 .box:nth-child(even) .img:After {
        right: inherit;
        left: -160px;
        background: #eaeaea;
    }

.products.sap_c4hana .product_list_1 .box:nth-child(even) .left {
    z-index: 1;
}

.products.sap_c4hana .product_list_1 .box:nth-child(even) .right {
    z-index: 2;
}

.products.sap_c4hana .product_list_1 .box .text-container .text ul li {
    padding-left: 0;
    padding-right: 0;
}

    .products.sap_c4hana .product_list_1 .box .text-container .text ul li:before {
        display: none;
    }

.key_feature {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.section .box .text-container .text .key_feature ul {
    width: 100%;
    display: flex;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
    flex: 1;
    margin-bottom: -20px;
}

    .section .box .text-container .text .key_feature ul li {
        padding: 0;
        float: left;
        width: auto;
        display: inline-block;
        padding: 0 0;
        justify-content: space-between;
        flex: 1;
    }

        .section .box .text-container .text .key_feature ul li:before {
            display: none;
        }

        .section .box .text-container .text .key_feature ul li a {
            display: inline-block;
            float: left;
            text-align: center;
            transition: all 500ms ease;
        }

            .section .box .text-container .text .key_feature ul li a .icon {
                float: left;
                width: 100%;
                text-align: center;
                height: 42px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .section .box .text-container .text .key_feature ul li a .icon img {
                    width: auto;
                    max-width: 100%;
                    display: inline-block;
                }

            .section .box .text-container .text .key_feature ul li a .key_title {
                width: 100%;
                display: inline-block;
                float: left;
                font-size: 14px;
                margin: 0;
                padding: 0;
                color: #777777;
                font-weight: 400;
                font-family: 'Open Sans';
                margin-top: 10px;
            }

.key_feature .title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #777777;
    font-weight: 600;
    margin-bottom: 40px;
}

.section .box .text-container .text .key_feature ul.full {
    width: 130%;
}

.section .box .text-container .text .key_feature ul li a:hover {
    transform: translateY(-7px);
}

.products.answers.sap_crm .gray_box .right {
    z-index: 2;
}

.references_list_section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}

    .references_list_section .item {
        background: gray;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 500ms;
    }

        .references_list_section .item:hover {
            background: #f07c3a !important;
        }

        .references_list_section .item:nth-child(1) {
            background: #656565;
        }

        .references_list_section .item:nth-child(2) {
            background: #8d8d8d;
        }

        .references_list_section .item:nth-child(3) {
            background: #a6a6a6;
        }

        .references_list_section .item:nth-child(4) {
            background: #7b7b7b;
        }

        .references_list_section .item:nth-child(5) {
            background: #7b7b7b;
        }

        .references_list_section .item:nth-child(6) {
            background: #9d9d9d;
        }

        .references_list_section .item:nth-child(7) {
            background: #848484;
        }

        .references_list_section .item:nth-child(8) {
            background: #9e9e9e;
        }

        .references_list_section .item:nth-child(9) {
            background: #a5a5a5;
        }

        .references_list_section .item:nth-child(10) {
            background: #7b7b7b;
        }

        .references_list_section .item:nth-child(11) {
            background: #9d9d9d;
        }

        .references_list_section .item:nth-child(12) {
            background: #656565;
        }

        .references_list_section .item:nth-child(13) {
            background: #8d8d8d;
        }

        .references_list_section .item:nth-child(14) {
            background: #9d9d9d;
        }

        .references_list_section .item:nth-child(15) {
            background: #7b7b7b;
        }

        .references_list_section .item:nth-child(16) {
            background: #8d8d8d;
        }

        .references_list_section .item:nth-child(17) {
            background: #a5a5a5;
        }

        .references_list_section .item:nth-child(18) {
            background: #c2c2c2;
        }

        .references_list_section .item:nth-child(19) {
            background: #a6a6a6;
        }

        .references_list_section .item:nth-child(20) {
            background: #d6d6d6;
        }

        .references_list_section .item:nth-child(21) {
            background: #c2c2c2;
        }

        .references_list_section .item:nth-child(22) {
            background: #b5b5b5;
        }

        .references_list_section .item:nth-child(23) {
            background: #e0e0e0;
        }

        .references_list_section .item:nth-child(24) {
            background: #c2c2c2;
        }

        .references_list_section .item:nth-child(25) {
            background: #b5b5b5;
        }

        .references_list_section .item:nth-child(26) {
            background: #c2c2c2;
        }

        .references_list_section .item:nth-child(27) {
            background: #a5a5a5;
        }

.pagination_container ul li a {
    font-size: 14px;
    text-align: center;
    float: none;
    padding: 16px 16px;
    min-width: 54px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
    border: 1px solid #777777;
    border-radius: 60px;
    color: #777777;
    margin-top: 10px;
    transition: all 500ms;
    padding: 0;
    height: 54px;
    line-height: 54px;
}

.pagination_container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    float: none;
    margin-top: 50px;
}

    .pagination_container ul li {
        float: left;
        display: inline-block;
        padding: 0 10px;
    }

        .pagination_container ul li:first-child a, .pagination_container ul li:last-child a {
            min-width: 230px;
        }

        .pagination_container ul li a:hover, .pagination_container ul li.active a {
            background: #ef7c3a;
            border-color: #ef7c3a;
            color: #fff;
        }

.references_list_section .item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.hr_container .left .img img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    float: none;
}

.hr_container .left .img {
    text-align: center;
    padding: 0 !important;
}

    .hr_container .left .img:before {
        display: none !important;
    }

.hr_section .gray_box {
    background: #f4f4f4;
    padding: 50px 0 80px 0;
    display: inline-block;
    width: 100%;
    float: left;
}

.form {
    width: 100%;
    display: inline-block;
    float: left;
}

    .form input {
    }

    .form .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .form .item .input_namer {
            margin-bottom: 10px;
            display: inline-block;
            float: left;
            width: 100%;
            padding-left: 35px;
            position: relative;
        }

            .form .item .input_namer:before {
                content: "\e90e";
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                font-size: 22px;
                color: #f07c3a;
                font-family: 'icomoon' !important;
                line-height: 21px;
            }


        .form .item input, .form .item .form-control {
            border: 1px solid #d5d5d5;
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding: 15px 30px;
            border-radius: 0;
            transition: all 500ms ease;
        }

            .form .item input:focus, .form .item .form-control:focus {
                border-color: #f07c3a;
            }

        .form .item textarea.form-control {
            height: 160px;
            padding: 5px 30px;
        }

        .form .item .fileupload {
            width: 100%;
            display: inline-block;
            position: relative;
            height: 50px;
        }

            .form .item .fileupload input {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                opacity: 0;
                z-index: 2;
                cursor: pointer;
            }

            .form .item .fileupload .wrap {
                width: 100%;
                height: 100%;
                display: inline-block;
                position: relative;
                z-index: 1;
                border: 1px solid #d5d5d5;
                width: 100%;
                height: 50px;
                line-height: 50px;
                border-radius: 0;
                background: #fff;
            }

                .form .item .fileupload .wrap .upload_name {
                    float: left;
                    width: 65%;
                    display: inline-block;
                    margin: 0;
                    height: auto;
                    height: 100%;
                    padding: 0 30px;
                }

                .form .item .fileupload .wrap .upload_button {
                    width: 35%;
                    display: inline-block;
                    float: left;
                    background: #333333;
                    height: 100%;
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 400;
                }

    .form .form-button-wrapper {
        width: 100%;
        text-align: center;
        display: inline-block;
        float: left;
    }

        .form .form-button-wrapper .button {
            font-size: 16px;
            text-align: center;
            float: none;
            padding: 20px;
            min-width: 230px;
            display: inline-block;
            font-weight: bold;
            letter-spacing: 1px;
            text-decoration: none;
            outline: none;
            background: #f07c3a;
            border-radius: 60px;
            color: #fff;
            margin: 20px 0 30px 0;
            transition: all 500ms;
            border: none;
        }

            .form .form-button-wrapper .button:hover {
                background: #bd5b23;
            }

    .form .form-checkbox-wrapper {
        float: left;
        display: inline-block;
        position: relative;
    }

        .form .form-checkbox-wrapper input[type="checkbox"] {
            float: left;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            width: 23px;
            height: 23px;
            z-index: 1;
            opacity: 0;
            cursor: pointer;
        }

        .form .form-checkbox-wrapper label {
            margin: 0;
            width: 100%;
            display: inline-block;
            float: left;
            padding-left: 33px;
            color: #333333;
            font-size: 14px;
            font-weight: 400;
        }

            .form .form-checkbox-wrapper label:before {
                content: '';
                width: 23px;
                height: 23px;
                background: #fff;
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                border-radius: 6px;
                border: 1px solid;
                font-family: 'FontAwesome';
                text-align: center;
            }

        .form .form-checkbox-wrapper input:checked + label:before {
            content: "\f00c";
        }

.maps-wrapper {
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
    margin-top: 20px;
}

    .maps-wrapper iframe {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
    }

.contact_container .form-button-wrapper .button {
    width: 100%;
}

.contact_container .contact-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: inline-block;
}

    .contact_container .contact-info li {
        float: left;
        width: 100%;
        display: inline-block;
        margin: 20px 0;
    }

        .contact_container .contact-info li .icon {
            float: left;
            width: 70px;
            display: inline-block;
            height: 70px;
            border: 1px solid #f07d3b;
            border-radius: 50%;
            text-align: center;
            line-height: 70px;
            font-size: 25px;
            color: #f07d3b;
            transition: all 500ms ease;
        }

        .contact_container .contact-info li .text {
            width: calc(100% - 70px);
            float: left;
            padding-left: 30px;
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .contact_container .contact-info li .text p {
                margin: 0;
                width: 100%;
                display: inline-block;
                line-height: inherit;
            }

            .contact_container .contact-info li .text strong {
                font-size: 20px;
                color: #333333;
                margin-bottom: 10px;
                width: 100%;
                display: inline-block;
                float: left;
            }

            .contact_container .contact-info li .text .cl {
                width: 100%;
                display: inline-block;
                float: left;
                line-height: 26px;
            }

        .contact_container .contact-info li:hover .icon {
            background: #f07d3b;
            color: #fff;
        }

.contact_container .form {
    margin: 0 -15px;
    width: calc(100% + 20px);
}

.blog-page .blog-list .item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-page .right-bar .box {
    background: #f4f4f4;
    padding: 30px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    width: 100%;
}

.blog-page .right-bar {
    margin: 20px 0;
}

    .blog-page .right-bar .box .title {
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 20px;
    }

        .blog-page .right-bar .box .title .tit {
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            padding: 20px 0;
            border-bottom: 1px solid #f07c3a;
            position: relative;
        }

            .blog-page .right-bar .box .title .tit:before {
                content: '';
                width: 50px;
                height: 3px;
                background: #f07c3a;
                position: absolute;
                left: 0;
                top: 0;
            }

    .blog-page .right-bar .box .content {
        float: left;
        width: 100%;
        display: inline-block;
    }

        .blog-page .right-bar .box .content .search {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .blog-page .right-bar .box .content .search input {
                width: 100%;
                height: 60px;
                background: #fff;
                border: 1px solid #ddd;
                padding: 0 20px;
            }

            .blog-page .right-bar .box .content .search .link_button {
                margin-top: 30px;
            }

                .blog-page .right-bar .box .content .search .link_button:hover {
                    color: #fff;
                }

        .blog-page .right-bar .box .content .list ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .blog-page .right-bar .box .content .list {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .blog-page .right-bar .box .content .list ul li {
                width: 100%;
                display: inline-block;
                float: left;
            }

                .blog-page .right-bar .box .content .list ul li a {
                    width: 100%;
                    display: inline-block;
                    float: left;
                    font-size: 16px;
                    color: #777777;
                    font-weight: 400;
                    padding: 10px 0;
                    border-bottom: 1px solid #ddd;
                    padding-left: 20px;
                    position: relative;
                    text-decoration: none;
                    transition: all 500ms;
                }

                    .blog-page .right-bar .box .content .list ul li a:before {
                        content: "\e904";
                        font-family: 'icomoon';
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 13px;
                        padding: 12px 0;
                    }

                    .blog-page .right-bar .box .content .list ul li a:hover {
                        color: #f07d3b;
                    }

                .blog-page .right-bar .box .content .list ul li:last-child a {
                    border-bottom: 0;
                    padding-bottom: 0;
                }

        .blog-page .right-bar .box .content .news_list {
            width: 100%;
            display: inline-block;
            float: left;
        }

            .blog-page .right-bar .box .content .news_list .lp {
                width: 100%;
                display: inline-block;
                float: left;
                position: relative;
                padding: 15px 0;
            }

                .blog-page .right-bar .box .content .news_list .lp .left {
                    width: 70px;
                    float: left;
                    display: inline-block;
                    padding: 0;
                    margin: 0;
                }

                .blog-page .right-bar .box .content .news_list .lp .right {
                    width: calc(100% - 70px);
                    float: left;
                    display: inline-block;
                    padding-left: 20px;
                }

                    .blog-page .right-bar .box .content .news_list .lp .right .tag {
                        width: 100%;
                        display: inline-block;
                        float: left;
                        padding: 0;
                        margin: 0;
                        font-size: 14px;
                        font-weight: normal;
                        color: #ef7c3a;
                        letter-spacing: 3px;
                        margin-bottom: 15px;
                        margin-top: 10px;
                    }

                    .blog-page .right-bar .box .content .news_list .lp .right .blog-tit {
                        width: 100%;
                        display: inline-block;
                        float: left;
                        margin: 0;
                        padding: 0;
                        font-size: 16px;
                        font-weight: 400;
                        color: #707070;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                .blog-page .right-bar .box .content .news_list .lp:last-child {
                    padding-bottom: 0;
                }

.blog-page .blog-list .item a .content .blog-title {
    color: #f07c3a;
}

.blog-page .pagination_container ul {
    margin: 0 0 40px 0;
}

.blog-page .pagination_container {
    text-align: center;
}

.blog-detail .img {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

    .blog-detail .img img {
        width: 100%;
        display: inline-block;
        float: left;
    }

.blog-detail {
    padding: 35px 0;
}

    .blog-detail .text-container .title .subtitle {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
    }

        .blog-detail .text-container .title .subtitle strong {
            color: #f07c3a;
            padding: 0 10px;
            font-weight: 600;
        }

    .blog-detail .text-container .title .blog_title {
        width: 100%;
        display: inline-block;
        float: left;
        font-size: 36px;
        color: #333333;
        margin: 0;
        padding: 20px 0;
        line-height: 46px;
    }



    .blog-detail .text-container .italic_text {
        position: relative;
        padding-left: 60px;
        font-style: italic;
        font-weight: 300;
        font-size: 24px;
        color: #000;
        line-height: 38px;
        background: url(../images/general/tag.png);
        background-repeat: no-repeat;
        background-position: 30px 0;
    }

.social_buttons {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 20px 0;
}

    .social_buttons .link_button:hover {
        color: #fff;
    }

body .section .social_buttons .link_button {
    min-width: 150px;
    float: inherit;
    margin-top: 0;
    border-color: #f07c3a;
}

body .section .social_buttons ul {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

    body .section .social_buttons ul li {
        float: left;
        width: auto;
        display: inline-block;
    }

        body .section .social_buttons ul li:before {
            display: none;
        }

        body .section .social_buttons ul li a {
            font-size: 17px;
            text-align: center;
            display: inline-block;
            font-weight: bold;
            letter-spacing: 1px;
            text-decoration: none;
            outline: none;
            border: 1px solid #f07d3b;
            border-radius: 60px;
            color: #f07d3b;
            height: 59px;
            transition: all 500ms;
            line-height: 59px;
            padding: 0 0;
            width: 59px;
        }

            body .section .social_buttons ul li a:hover {
                background: #f07d3b;
                color: #fff;
            }

.blog-page .comments {
    display: inline-block;
    float: left;
    width: 100%;
}

    .blog-page .comments .box {
        padding: 20px 0;
        float: left;
        width: 100%;
        display: inline-block;
    }

        .blog-page .comments .box .img {
            margin: 0;
            height: 120px;
            width: 120px;
            display: inline-block;
            float: left;
        }

        .blog-page .comments .box .text {
            color: #707070;
            width: calc(100% - 120px);
            padding-left: 30px;
            display: inline-block;
            float: left;
        }

            .blog-page .comments .box .text .comments_title {
                width: 100%;
                display: inline-block;
                margin-bottom: 15px;
                float: left;
                font-weight: 500;
                font-size: 24px;
                color: #333333;
            }


        .header .header-content .menu ul li a {
            display: inline-block;
            float: left;
            color: #444;
            font-size: 16px;
            font-weight: 400;
            margin: 0 14px;
            transition: all 500ms;
            position: relative;
            text-decoration: none;
            height: 100%;
        }
        .product_list_1 .box:nth-child(odd) .right .text-container .title-wrapper {
    text-align: left;
    background: url(../images/general/title_border2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.product_list_1 .box .right .text-container .title-wrapper:after {
    display: none;
}
.header .header-content .logo {
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (max-width: 1200px) {
 .section.answers .product_detail_page.product_list_3 .left .img {
    padding-bottom: 10px;
}
       .product_detail_page.product_list_1 .left .img:before {
    left: 20px;
    top: 30px !important;
}
.product_detail_page.product_list_1 .box:nth-child(even) .left .img:before{

left: auto;

right: 20px;

top: 30px;
}
    .references_list_section .item a img {
    max-width: 90%;
}
    .products .product_list_1.product_detail_page .box.gray_box .left {
    order: 3;
}

.products .product_list_1.product_detail_page .box.gray_box.smart .img {
    margin: 0;
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
}

.products .product_list_1.product_detail_page .box.gray_box.smart .img img {
    max-width: 100%;
    width: auto;
    float: none;
}
    .product_list_1 .box.type_2 .img:After {
    max-width: 100%;
    max-height: 100%;
    right: -40px;
    top: 20px;
}
    .header .header-content .menu ul li a{

margin: 0 9px;
    }
    .header .container {
        max-width: 100%;
    }
    .product_list_1 .left .img img {
    margin-right: 0;
}

.product_list_1 .box:nth-child(even) .left .img img {
    margin-left: 0;
}
.bid_section .title {
    font-size: 35px;
}
.blog-list .item a .content .blog-title {
    font-size: 17px;
    line-height: 25px;
}
.footer .footer_top > .container > .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}
.product_detail_page.product_list_1 .left .img:before {
    max-height: 88%;
    max-width: 85%;
    top: 0;
}
}

@media (max-width: 992px){
    .product_detail_page.product_list_1.product_list_3 .left .img:before {
    left: 30px;
}
    .product_detail_page.product_list_1 .left .img:before {
    left: 30px;
    max-height: 84%;
}

.product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    right: -15px;
}
    .section .box .text-container .text .key_feature ul.full{width:100%;}
    .section .box .text-container .text .key_feature ul li a {
    width: 100%;
}
    .product_list_1.product_detail_page .left {
    border-bottom: 0;
}
    .section .box .text-container .text .key_feature ul {
    display: inline-block;
    float: left;
}

.section .box .text-container .text .key_feature ul li {
    float: left;
    width: 33.333333333333336%;
    padding: 20px 20px;
    text-align: center;
}
    .product_list_1 .left {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
    .about_section .left {
    order: 2;
    position: relative;
    padding: 100px 0 120px 0;
    margin-top: 50px;
}

.about_section .right {
    order: 1;
}

.about_section .left .img {
    /* position: relative; */
    width: 100%;
}

.about_section {
    margin: 0;
}
    .references_section .references_slider .ref_2 {
    padding: 0 50px;
}
    .pagination_container ul li:first-child a, .pagination_container ul li:last-child a {
    min-width: 0;
    padding: 0 20px;
}
    .blog-detail .text-container .title .blog_title {
    font-size: 25px;
    line-height: 36px;
}
    .history_section .item .content .icon {
    margin-bottom: 15px;
    height: 138px;
    line-height: 138px;
}
    .history_section .item .text {
    font-size: 18px;
}
    .customer_section .text-container .text {
    padding: 0 0;
}

.dots_slider {
    margin: 0 10%;
    width: 80%;
}
.section.bid_section {
    text-align: center;
}

.bid_section .title {
    text-align: center;
    width: 100%;
    justify-content: center;
}
.blog-list .item {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .footer_top .text-container {
    width: 100%;
}
.history_section .item .content .date {
    height: 131px;
    line-height: 131px;
}
    .blog_section .full_row .box .img {
    width: 47%;
}

.blog_section .full_row .box .text {
    width: 52%;
    text-align: center;
}

.blog_section .full_row_s .box .img {
    width: 47%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog_section .full_row_s .box .text {
    width: 52%;
}

.blog_section .box a .text {
    padding: 30px 20px !important;
}
    .nav-up {
    top: -280px;
}
    .banner {
    margin-top: 262.8px;
}
.banner.homepage {
    height: calc(100% - 262.8px);
}
    .footer .footer_copryt a {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.footer .footer_copryt span {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.section.bid_section .link_button {
    margin-top: 20px;
}
    .header .header-content .menu nav {
    width: 100%;
    text-align: center;
}

.header .header-content .menu ul {
    float: none;
}
    .header .header-content .menu ul li a {
    font-size: 15px;
    margin: 0 7px;
}
    .product_list_1 .left .img .background_img img {
    width: auto;
    max-width: 110%;
    margin-right: 40px;
}
.product_list_1 .box:nth-child(even) .left .background_img img {
    width: auto;
    max-width: 110%;
    margin-left: 40px;
}
.header .header-top .info ul li{

margin-right: 20px;
}
.header .header-content .logo {
    justify-content: center;
    padding-bottom: 0;
}

.header .header-content .menu {
    min-height: 110px;
}
}


@media (min-width: 767px) {
    .blog-page .pagination_container.mobile{
        display:none;
    }
    .header .header-content .menu ul li.dropdown:hover ul {
    opacity: 1;
    left: 0;
    z-index: 9999;
    visibility: visible;
    top: 100%;
}



        .header .header-content .menu ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

.header .header-content .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .header-content .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*Mobile Menu*/

    .mobile-menu-button, .menu .logo, .menu .close-icon, .mobile-header-list {
        display: none !important;
    }

    /*Mobile Menu*/



}



@media (max-width: 767px) {
    .product_detail_page.product_list_1.product_list_3 .left .img:before {
    left: 15px !important;
    top: 0 !important;
}

.section.answers .product_detail_page.product_list_3 .left .img {
    padding: 40px 0;
}
.product_detail_page.product_list_1 .left .img img {
    margin: 0;
    float: none;
}

.product_detail_page.product_list_1 .left .img {
    text-align: center;
}

.product_detail_page.product_list_1 .left .background_img img {
    margin: 0;
}

.product_detail_page.product_list_1 .left .background_img {
    text-align: center;
    width: 100%;
}

.product_detail_page.product_list_1 .left .img:before {
    left: 24px;
    max-width: 100%;
}

.product_detail_page.product_list_1 .left {
    margin-bottom: 10px;
    padding-top: 50px;
}
.product_detail_page.product_list_1 .box:First-child .left{padding-top:0;}
.product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    right: 24px;
}

.product_detail_page.product_list_1 .box:nth-child(even) .left .img img {
    margin: 0;
    float: none;
}
.section .box .text-container .text .key_feature ul li {
    float: left;
    width:50%;
    padding: 20px 20px;
    text-align: center;
}
    .products .product_list_1.product_detail_page .box.gray_box .right {
    padding-top: 0;
}
    .product_list_1.product_detail_page .box {
    padding: 30px 0;
}
.section.answers .product_detail_page.product_list_1 .left .hr.img img {
    max-height: 250px;
	display: none;
}

.section.answers .product_detail_page.product_list_1 .left {padding-bottom: 0;border: 0;margin-bottom: 0;}
    .form .form-button-wrapper .button {
    width: 100%;
}
    .maps-wrapper {
    height: 450px;
}
    .references_section .references_slider .ref_2 {
    padding: 0 0;
}
    .section.answers .product_detail_page.product_list_1 .left .img {
    padding: 50px 0;
    margin-bottom: 20px;
}

.section.answers .product_detail_page.product_list_1 .left .img:before, .section.answers .product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    right: 5%;
    left: auto;
    max-width: 90%;
    top: 0px !important;
    max-height: 100%;
}

.products .product_list_1.product_detail_page .box.gray_box ul {
    width: 100%;
}

.products .product_list_1.product_detail_page .box.gray_box .floating-right-img {
    margin: 0;
    max-width: 100%;
    margin-top: 20px;
}

.products .product_list_1.product_detail_page .box.gray_box .floating-right-img img {
    width: auto;
    display: inline-block;
    max-width: 100%;
}
        .blog-page .pagination_container.dekstop{
        display:none;
    }
        .pagination_container ul li:first-child, .pagination_container ul li:last-child {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.pagination_container ul li {
    float: none;
}

.pagination_container ul li:first-child a, .pagination_container ul li:last-child a {
    width: 100%;
}
    .banner.detail-page .page_title .title {
    font-size: 26px;
}

.banner.detail-page {
    height: 120px;
}
    .dots_slider{
        margin:0;
        width:100%;
    }
    .bid_section .title {
    font-size: 24px;
}

.bid_section {
    padding: 40px 0;
}

.regna_icon_list .item a {
    margin: 15px 0;
}
    .history_section .item .text {font-size: 14px;height: 215px;}

.history_section .item .content .icon {
    height: 90px;
    line-height: 90px;
    min-width: 80px;
    width: auto;
}

.history_section .item .content .date {
    height: 100px;
    line-height: 100px;
    max-width: 100%;
}

.history_section .item .content .icon img {
    max-width: 100%;
}

.history_section .item .content:after {
    top: 50%;
    margin-top: -17px;
}

.history_section .item:nth-child(even) .content:after {
    top: 50%;
    margin-top: -15px;
}
    .product_list_1 .right {
    order: 2;
}

.product_list_1 .left {
    order: 1;
}

.product_list_1 .box:nth-child(even) .right .text-container .title-wrapper {
    text-align: left;
    background: url(../images/general/title_border2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.product_list_1 .box:nth-child(even) .right .text-container .text {
    text-align: left;
}

.product_list_1 .box:nth-child(even) .right .text-container .text .button {
    float: left;
}
    .product_list_1 .left .img img {
    margin-bottom: 50px;
}
    .section_66 a {
    padding: 20px 0;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
}
    .header .header-content .menu ul li.dropdown.active ul {
    display: inline-block;
}

    /*Mobile Menu*/

    .mobile-header-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right;
        margin-right: 8px;
    }



        .mobile-header-list li {
            float: left;
            display: inline-block;
            margin: 0 8px;
        }



            .mobile-header-list li a {
                color: #F3BB19;
                font-family: 'GothamX-Bold';
                font-size: 19px;
                display: inline-block;
                padding: 0;
                text-decoration: none;
                transition: all 400ms;
                line-height: 52px;
            }



    .header .header-content .menu ul li.search, .header .header-content .menu ul li.language {
        display: none;
    }



    .header .header-content .menu ul li:first-child a {
        border-top: 1px solid #d2d2d2;
    }



    .header .header-content .menu {
        position: fixed;
        left: 0;
        display: none;
    }



    .mobile-menu-button {
        float: right;
        display: inline-block;
        font-size: 38px;
        color: #f07c3a;
        height: 67px;
        width: 67px;
        text-align: center;
        line-height: 77px;
        position: absolute;
        right: 15px;
        top: 25px;
    }



    .header .header-content .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: rgba(0, 0, 0, 0.78);
        padding: 0;
    }



        .header .header-content .menu.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }



        .header .header-content .menu ul {
            margin: 0;
            max-width: 0;
            height: 100%;
            display: inline-block;
            float: left;
            overflow-x: hidden;
            overflow-y: scroll;
            transition: all 300ms;
            position: relative;
            z-index: 2;
            background: #fff;
            padding: 107px 0 0 0;
        }



    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        color: #fff;
        display: inline-block;
        width: 100%;
        right: 0;
        height: 100%;
        z-index: 1;
        padding-left: 310px;
    }



    .header .header-content .menu.active ul {
        max-width: 300px;
    }



    .header .header-content .menu nav {
        height: 100%;
        width: 100%;
    }



    .header .header-content .menu ul li {
        width: 100%;
        display: inline-block;
        padding: 0;
        text-align: left;
        border: 0;
        height: auto;
    }



        .header .header-content .menu ul li a {
            width: 100%;
            display: inline-block;
            font-size: 16px;
            border-bottom: 1px solid #d2d2d2;
            font-weight: normal;
            padding: 10px 20px;
            background: #fff;
            margin: 0;
        }



    .header .header-content .menu div.logo {
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        width: 300px;
        padding: 20px;
        text-align: center;
    }



    .menu .close-icon i {
        float: left;
    }
.header .header-content .menu ul li.dropdown ul {
    text-align: left;
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: inherit !important;
    left: inherit !important;
    width: 100%;
    position: relative;
    border: 0;
    display: none;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.header .header-content .menu ul li.dropdown ul li a {
    background: #f07c3a;
    border-color: #da6726;
    color: #fff;
}

.header .header-content .menu ul li.dropdown ul li:first-child a {
    border-top: 0;
}

.header .header-content .menu ul li.dropdown ul li:last-child a {
    border-bottom: 0;
}
    /*Mobile Menu*/
.header .header-content .logo {
    padding: 25px 15px;
    justify-content: inherit;
}

.header .header-content .logo > a {
    float: left;
    display: inline-block;
}

.header .header-content .logo > a img {
    height: 67px;
}

.header .header-top {
    display: none;
}
.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    max-width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .line-wrapper {
    width: 100%;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    font-size: 40px;
}

.banner {
    margin-top: 117px;
}

.banner.homepage {
    height: calc(100% - 117px);
}
}
@media (max-width: 576px){
    .product_detail_page.product_list_1.product_list_3 .left .img:before {
    right: auto !important;
    max-width: 90% !important;
    left: 5% !important;
    max-height: 100%;
}
    .products .product_list_1.product_detail_page .box.gray_box ul {
    width: 100%;
    text-align: left;
}
    .form .item .fileupload .wrap .upload_name {
display:none;
}

.form .item .fileupload .wrap .upload_button {
    font-size: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
    padding:  15px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}


.form .item .fileupload .wrap {
    background: transparent;
    border: 0;
}

    .maps-wrapper {
    height: 300px;
}
    .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
    display: inline-block;
    height: auto;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid {
    padding: 15px 15px;
}

.banner.homepage{
    height: calc(100% - 117px);
}


.homepage.banner .carousel-caption .carousel-text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
    padding: 30px 30px;
}

.homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper .title {
    font-size: 35px;
}
.product_list_1 .left .img .background_img img {
    max-width: 100%;
    margin-right: 0;
    height: 100%;
    object-fit: cover;
    object-position: left 0;
}
.product_list_1 .box:nth-child(even) .left .background_img img{
    max-width: 90%;
    margin-le
    : 10%;

}
.product_list_1 .left .img img {
    margin-bottom: 0;
}

.product_list_1 .box .right .text-container .title-wrapper {
    text-align: left !important;
    background: transparent !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    margin-top: 10px;
}

.product_list_1 .left .img .background_img {
    top: 43px;
    height: 90%;
}

.text-container .title-wrapper .title {
    font-size: 28px;
    margin-top: 10px;
}

.text-container .title-wrapper .subtitle {
    font-size: 12px;
}

.product_list_1 .box .right .text-container .title-wrapper:after {
    display: inline-block;
}

.text-container .title-wrapper {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product_list_1.product_detail_page .text-container .title-wrapper{

padding-bottom: 20px;
}
.text-container .text .button {
    margin-top: 10px;
    min-width: auto;
    padding: 15px 30px;
}

.product_list_1 .left .img {}

.product_list_1 .box {
    padding: 10px 0;
}

.product_list_1 .box:first-child {
    padding: 10px 0;
}
.text-container .text {
    font-size: 14px;
    line-height: 25px;
}
.section .title-container .title {
    font-size: 28px;
}

.blog_section .box a .img {
    width: 100% !important;
    position: relative !important;
    height: 250px !important;
}

.blog_section .box a .text {
    width: 100% !important;
}

.history_section .item .content .date {
    font-size: 32px;
}

.history_section .item .content {
    padding-left: 70px;
}

.history_section .item .content .icon img {
    max-width: 50%;
}

.dots_slider a {
    max-width: 100%;
    height: auto;
}

.dots_slider a img {
    max-width: 100%;
}
.section.answers .product_detail_page.product_list_1 .left .img:before, .section.answers .product_detail_page.product_list_1 .box:nth-child(even) .left .img:before {
    /* right: 7.5%; */
}

.section.answers .product_detail_page.product_list_1 .left .img {
    padding: 40px 0;
}

.section.answers .product_list_1.product_detail_page .text-container .title-wrapper .title {
    font-size: 28px;
    line-height: 40px;
}
.section.answers .product_detail_page.product_list_1 .left .img .video_button:after {
    font-size: 75px;
}
.references_list_section .item {
    height: 45vw;
}
.product_detail_page.product_list_1 .left .img:before {
    /* left: 0; */
    /* top: 20% !important; */
    /* max-height: 60%; */
    /* max-width: 100% !important; */
}

.product_detail_page.product_list_1 .left .background_img {
    top: 20px;
}

.product_detail_page.product_list_1 .left .img {
    padding: 50px 0;
    margin-bottom: -30px;
}
.product_detail_page.product_list_1 .left .img img{

max-width: 80%;
}
.product_detail_page.product_list_1 .left .background_img img{
    max-width:100%;
    width: 90%;
}
}

.teklif-form-frame {
    background: #333333;
    box-shadow: 0px 20px 30px 0px rgba(1, 1, 1, 0.1);
    width: 355px;
    margin-top: 20px;
    z-index: 12;
    position: absolute;
	right:0px;
	top:50px;
    display: none;
    padding-bottom:30px;
    border-radius:10px;
}

    .teklif-form-frame > .frame-caret {
        width: calc(100% - 26px);
        text-align: right;
        color: #fff;
        padding: 13px 13px;
    }

        .teklif-form-frame > .frame-caret > img {
            cursor: pointer;
        }

    .teklif-form-frame > .frame-header {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    .teklif-form-frame > .description {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        width:80%;
    }

    .teklif-form-frame > .inputs {
        width: 75%;
        text-align: center;
        margin-top: 20px;
    }

        .teklif-form-frame > .inputs > form > .input-part {
            margin-bottom: 20px;
        }

            .teklif-form-frame > .inputs > form > .input-part > .text {
                font-family: 'Poppins', sans-serif;
                font-size: 12px;
                color: #fff;
                font-weight: 400;
                padding-left: 10px;
                padding-bottom: 3px;
                text-align: left;
            }

            .teklif-form-frame > .inputs > form > .input-part > .textbox {
                width: 100%;
            }

                .teklif-form-frame > .inputs > form > .input-part > .textbox > input[type=text] {
                    background: #fff;
                    border: 1px solid #fff;
                    padding: 9px 13px;
                    width: calc(100% - 26px);
                    border-radius: 3px;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 500;
                    font-size: 12px;
                    color: #252525;
                }

        .teklif-form-frame > .inputs > form > .information-part {
            margin-bottom: 10px;
            color: #fff;
            font-size: 14px;
            display: none;
        }

        .teklif-form-frame > .inputs > form > .button-part {
            width: 100%;
            display: inline-block;
            margin-top: 5px;
        }

            .teklif-form-frame > .inputs > form > .button-part > a, .teklif-form-frame > .inputs > form > .button-part > input[type="submit"] {
                background: #da2724;
                font-family: 'Poppins', sans-serif;
                font-weight: 500;
                color: #fff;
                padding: 10px 0px;
                display: block;
                width: 100%;
                text-align: center;
                border-radius: 30px;
                cursor: pointer;
            }
.pasif {
    background-color: #deaa8d !important;
    color: #ebebeb !important;
    cursor: no-drop !important;
}
iframe#twitter-widget-0 {
    vertical-align: bottom;
}

 .social-footer .social {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .social-footer ul {
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        float: left !important;
        display: inline-block !important;
        width: 100% !important;
    }
 .social-footer .social li {
        width: auto !important;
        display: inline-block !important;
        float: left !important;
        padding: 0 5px !important;
        list-style-type: none !important;
        position: unset !important;
    }

        .social-footer .social li a {
             width: 55px !important;
            height: 55px !important;
            display: inline-flex;
            align-items: center;
            float: left !important;
            border: 1px solid #f07c3a  !important;
            text-align: center !important;
            color: #f07c3a  !important;
            border-radius: 50% !important;
            transition: all 500ms !important;
            font-size: 22px !important;
            justify-content: center;
            cursor: pointer !important;
        }
        .social-footer .social li:first-child a {
                width: 140px !important;
                height: 60px !important;
                display: inline-flex;
                align-items: center;
                float: left !important;
                border: 1px solid #f07c3a !important;
                text-align: center !important;
                color: #8a8a8a !important;
                border-radius: 50px !important;
                /* padding: 56px; */
                transition: all 500ms !important;
                font-size: 17px !important;
                justify-content: center;
                cursor: none !important;
        }

        .social-footer .social li:first-child {
            padding-left: 0 !important;
        }

        .social-footer .social li:last-child {
            padding-right: 0 !important;
        }

        .social-footer .social li a:hover {
            background: #f07c3a !important;
            border-color: #f07c3a !important;
            color: #fff !important;
        }

        .social-footer .social li:first-child a:hover {
            background: transparent !important;
            border-color: #f07c3a !important;
            color: #8a8a8a !important;
            text-decoration: none !important;

        }

    .lang-links{
        margin-left: 30px;
        color: #fff;
    }
    .lang-links a{
        text-decoration: none!important;
        color: #fff;
        font-weight: 600;
    }
    @media(max-width: 576px){
        .lang-links a{
            text-decoration: none!important;
            color: #f07c3a;
        }
    }
    .lang-links a:hover{
        color: #ddd;
    }
    .lang-links-pipe{
        margin-left: 3px;
        margin-right: 3px;
    }
    .lang-links-mobile{
        position: absolute;
        top: 55px;
        right: 140px;
        color: #f07c3a;
        z-index: 50;
    }


    /* blog and blog detail*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 2;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li::before {
    content: ' ';
    background: #fa803d;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fa803d;
    left: 20px;
    width: 17px;
    height: 17px;
    z-index: 7;
    box-shadow: 0 0 0 5px #fff, 0 0 0 8px #ddd;
}

ul.timeline > li > .date, ul.timeline > li > .date:hover {
    color: #898989;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

ul.timeline > li > .title {
    color: #eb7c4a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

ul.timeline > li > p {
    color: #7d7d86;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.old-blog-button, .old-blog-button:hover {
    color: #fff !important;
    background-color: #eb7c4a;
    font-size: 20px;
    padding: 3px 11px;
    display: inline-block;
    font-weight: bold;
    margin-top: 35px;
}

.link-share {
    color: #f07c3a;
    font-size: 22px;
    padding-left: 10px;
}

.breadcrumb{
    background-color: #fff !important;
}
