﻿
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');



html {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 62.5%;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1;
    color: #000;
    background-color: #fafafa;
}

@media screen and (max-width: 580px) and (min-width:414px) {
   

    .btn_dis {
        /*position: absolute;
        margin-top: 7%;
        margin-left: 8%;
        font-size: 18PX;*/
    }
}
@media screen and (max-width: 413px) and (min-width:320px) {


    .btn_dis {
        /*position: absolute;
        margin-top: 10% !important;
        margin-bottom: 10% !important;
        margin-left: 8% !important;
        font-size: 18PX;*/
    }
}

#loader_div{
    position:fixed;
    width:100%;
    height:120vh;
    margin-top:-100px;
    z-index:1900;
    background:#fff url('../images/loader.png') no-repeat center;
}
 .kkk{
            margin-top:8%;
        }
.box_div_section {
    margin-top: 7%;
    font-family:  'Source Sans Pro', sans-serif;

}
.box_div_section_div {
    margin-top: 5%;
    font-family: 'Source Sans Pro', sans-serif;
    
}
.box_div_section2 {
    margin-top: 4%;
     font-family: 'Source Sans Pro', sans-serif;
    
    color: #005baa;
}
h2 h3 h4 h5{}
.box_div_section1{
    margin-top:5%;
}
.main_h_imageh{
    margin-top:20%;
}
.main_div_content{
    background: linear-gradient(to right,#1e5799 62%, #e6e6e6 62%);
}
@media only screen and (max-width: 800px){
    .main_div_content{
    background: linear-gradient(to right,#1e5799 62%, #1e5799 62%);
}
    .text_menu_div2{
   color:#fff;
    line-height:20px;
    font-size:18px;
    font-family:Eurostile-Reg,Arial,sans-serif;
    font-weight:normal;
}

}
.text_menu_div{
    color:#fff;
    line-height:20px;
    font-size:16px;
    font-family:Eurostile-Reg,Arial,sans-serif;
    font-weight:normal;
}
.text_menu_div a{
    text-decoration:none;
    color:#fff;
}
.text_menu_div2{
   color:#005baa;
    line-height:20px;
    font-size:18px;
    font-family:Eurostile-Reg,Arial,sans-serif;
    font-weight:normal;
}
.text_menu_div3{
   color:#fff;
    line-height:20px;
    font-size:20px;
    font-family:Eurostile-Reg,Arial,sans-serif;
    font-weight:normal;
}
.border_div_last{
    border-bottom:1px solid #fff;
     margin-top:5%;
     margin-bottom:5%;
}
.border_div_last2{
    border-bottom:1px solid #005baa;;
     margin-top:5%;
     margin-bottom:5%;
}
p, table {
    font-size: 1.4em;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/************************Header**********************************/

.header {
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
}

.headertop {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}


    .headertop ul {
        float: right;
    }

        .headertop ul li {
            float: left;
            font-size: 1.1em;
            line-height: 25px;
            position: relative;
        }

            .headertop ul li a {
                color: #424242;
                display: inline-block;
                text-transform: capitalize;
                padding: 0 10px;
                font-size:10px;
            }

                .headertop ul li a:hover {
                    color: #2a6cd6;
                    text-decoration:none;
                }

.topNumber {
    float: left !important;
}

    .topNumber li {
        padding-left: 30px;
    }

        .topNumber li .fa {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 35px;
        }
.conSupport_dealer:after {
    content: "\f041";
    height: 20px;
}

.headerBody {
    width: 100%;
    float: left;
    padding: 24px 0;
   
}

.logo {
    width: 100%;
    float: left;
}

.menuopen {
    display: none;
    float: right;
    color: #000;
    font-size: 20px;
}

.navigationShow {
    margin: 0 !important;
}

.navigation {
    float: right;
    left: 0;
    top: 0;
    z-index: 1500;
    transition: 0.5s;
}

    .navigation li {
        float: left;
        
        position: relative;
        font-size: 1.4rem;
    }

        .navigation li a {
            color: #000;
            display: block;
            text-transform: capitalize;
            padding-left: 20px;
        }

            .navigation li a:hover {
                color: #2a6cd6;
                text-decoration:none;
            }
            
            .dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px !important;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color:#337ab7;}


@media only screen and (max-width: 767px) {
   .dropdown-content {
    display: none;
    position: relative;
    min-width: 250px;
    box-shadow:none;
}
}


/************************Footer**********************************/
.footer {
    width: 100%;
    float: left;
    padding-top: 10px;
    background:#000;
}

.PageTop {
    float: right;
    cursor: pointer;
    line-height: 60px;
    font-size: 1.4rem;
    color:#fff;
}

    .PageTop .fa {
        width: 20px;
        height: 20px;
        border: #434343 solid 1px;
        border-radius: 50%;
        text-align: center;
        line-height: 17px;
        color: #fff;
        margin-bottom: 15px;
    }

.footerBody {
    width: 100%;
    float: left;
   
    border-bottom: 1px solid #bdbdbd;
    padding: 20px 0 0 0;
    font-size: 1.4rem;
   
}

.footH {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    
}
.footH a{
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

    .footH:hover {
        color: #fff;
        text-decoration:none;
    }

.footlinks {
    width: 100%;
    color: #fff;
    float: left;
    margin-bottom: 20px;
}

    .footlinks li {
        line-height: 25px;
        display: block;
        position: relative;
    }

        .footlinks li a {
            color: #fff;
            text-transform: capitalize;
            text-decoration: none;
        }

            .footlinks li a:hover {
                color: #2a6cd6;
                text-decoration: none;
            }


.footerfoot {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 1.2rem;
    padding-bottom: 0;
}

.footTerms {
    color: #fff;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
    
}

    .footTerms li {
        float: left;
        margin-right: 15px;
    }

        .footTerms li a {
            color: #fff;
        }

            .footTerms li a:hover {
                color: #2a6cd6;
            }

.socialIcon {
    float: right;
}

    .socialIcon li {
        float: left;
        margin: 4px;
        width: 30px;
    }

        .socialIcon li a {
            color: #fff;
            font-size: 17px;
        }

            .socialIcon li a:hover {
                color: #2a6cd6;
            }
/*.facebook {
    background-color: #3b5999;
}

.twitter {
    background-color: #55acee;
}

.instagram {
    background-color: #e4405f;
}*/

/*********************Body**********************/

.homeslider {
    width: 100%;
    float: left;
     margin-top:8%;
}


#HomeSlide .item {
    padding: 0px 0;
    margin-top:0%;
}

.carousel-indicators li {
    background-color: #393939;
    border: 1px solid #393939;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.carousel-indicators .active {
    margin: 0 5px !important;
}

.carousel-caption {
    padding-bottom: 70px;
}

.bannerlink {
    width: 86%;
    margin: 0 auto;
    text-align: center;
}

    .bannerlink li {
        width: 24%;
        display: inline-block;
    }

        .bannerlink li:first-child {
            float: left;
        }

        .bannerlink li:last-child {
            float: right;
        }

            .bannerlink li a, .bannerlink li:first-child a, .bannerlink li:last-child a {
                background: url(../images/slide11_btn2.png) center center no-repeat;
                border: 1px solid #000000;
                display: block;
                padding-top: 31%;
                width: 100%;
                background-size: cover !important;
                transition: 0.25s ease;
            }

        .bannerlink li:first-child a {
            background: url(../images/slide11_btn1.png) center center no-repeat;
        }

        .bannerlink li:last-child a {
            background: url(../images/slide11_btn3.png) center center no-repeat;
        }

        .bannerlink li a:hover {
            background: url(../images/slide11_btn2_on.png) center center no-repeat;
        }

        .bannerlink li:first-child a:hover {
            background: url(../images/slide11_btn1_on.png) center center no-repeat;
        }

        .bannerlink li:last-child a:hover {
            background: url(../images/slide11_btn3_on.png) center center no-repeat;
        }

.socialMiddle {
    width: auto;
    float: right;
    margin-top:1%;
}

    .socialMiddle li {
        float: left;
        line-height: 26px;
        margin-right:10px;
        float:right;
        font-size: 1.4rem;
    }

        .socialMiddle li a {
            position: relative;
            float:right;
            padding-left: 35px;
             margin-right:10px;
            color: #000;
            text-transform: capitalize;
        }

            .socialMiddle li a:hover {
                color: #2a6cd6;
            }

            .socialMiddle li a:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 26px;
                height: 26px;
            }

.fbl:before {
    background-image: url(../images/facebook.png);
}

.twitter:before {
    background-image: url(../images/twitter.png);
}

.insta:before {
    background-image: url(../images/instagram.png);
}

.youtube:before {
    background-image: url(../images/youtube.png);
}

.allDiv {
    width: 100%;
    float: left;
}

.productSec {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.productSec1 {
    width: 100%;
    float: left;
    margin:0px 0;
    margin-bottom:20px;
}
 .productSec1 .supportBox a {
        padding: 10px;
        padding-right: 90px;
        
    }
.productSec .supportBox a {
    padding: 20px;
    padding-right: 90px;
    text-decoration: none;
}

.TitleHead {
    margin: 0 15px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
    line-height: 30px;
}

.GoMore {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #2a6cd6;
}


.productbox {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
    
}

    .productbox:hover .new:after {
        background-color: #2a6cd6;
        color: #fff;
    }

    .productbox:hover .videoIcon:after {
        transform: scale(0.8, 0.8);
    }

    .productbox:hover .title, .productbox:hover .model, .productbox:hover .author {
        color: #2a6cd6;
    }

.new:after {
    content: 'New';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    color: #2a6cd6;
    border: 1px solid #2a6cd6;
    border-radius: 50%;
    font-size: 12px;
}

.videoIcon {
    position: relative;
}

    .videoIcon:after {
        content: '';
        position: absolute;
        background: url(../images/icon_play.png) center center no-repeat;
        left: 50%;
        top: 50%;
        margin: -40px;
        width: 80px;
        height: 80px;
        transition: 0.5s;
    }

    .videoIcon:hover:after {
        transform: scale(0.8, 0.8);
    }

.data {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    letter-spacing: .05em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}

.title, .model, .series, .price, .author, .meta {
    font-weight: 600;
    /* font-size: 1.9em; */
    line-height: 1.4;
    margin-bottom: 2px;
}

    .title small {
        font-weight: normal;
        font-size: 14px;
    }

.meta {
    font-size: 1.4em;
    color: #757575;
    font-weight: normal;
}

    .meta .data {
        position: relative;
        padding: 0;
    }

    .meta .model {
        color: #757575;
    }

.model {
    font-size: 1.5rem;
    font-weight: normal;
}

.series {
    margin-top: 16px;
    display: inline-block;
    width: 40px;
    background-color: #757575;
    color: white;
    padding: 2px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
}

.price {
    color: #0066b3;
    font-weight: bold;
    font-size: 15px;
    padding: 9px 0px;
    position: absolute;
    bottom: 0;
}

.priceIcon:before {
    content: "\f156";
    font-family: fontawesome;
    margin: 0 3px;
    font-weight: normal;
}

.cat {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top:3%;
}

.author {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}

.moreBtn {
    display: table;
    margin: 0 auto;
    width: 102px;
    border: 1px solid #757575;
    text-align: center;
    padding: 8px;
    font-size: 1.2em;
    color: #000;
    transition: 0.25s;
}

    .moreBtn:hover {
        color: #fff;
        background-color: #2a6cd6;
        border-color: #2a6cd6;
    }

.SpecialText {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    height:60px;
    color: #fff;
    background:#000;
}



    .SpecialText .title {
        margin-top: 14px;
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 1.7rem;
        line-height: 1.1;
    }

.item {
    width: 100%;
    float: left;
}

.latestNews {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 10px 0;
}
.kkk_div_ean{
    color:#000;
}
#btn_div_menu{
display:none;
 
 margin-right:-26px;
}
#kps{
    font-size:20px;
     z-index:1500;
position:relative;
}

.newsLIst, .WhatsNew {
    width: 100%;
    float: left;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 30px;
}
.newsLIst1{
    width: 100%;
    float: left;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: justify;
    
}

    .newsLIst li, .WhatsNew li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 140px;

    }
    .newsLIst li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 140px;
        background
    }

        .newsLIst li a {
            color: #000;
        }

            .newsLIst li a:hover {
                color: #2a6cd6;
            }

        .WhatsNew li a {
            color: #2a6cd6;
            display: block;
            padding: 10px 0;
        }

.newDate, .date {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
}

.WhatsNew2 li {
    padding-left: 0;
    line-height: normal !important;
}

.WhatsNew li {
    border-bottom: 1px solid #757575;
    margin: 0;
    line-height: 38px;
}

    .WhatsNew li:first-child {
        border-top: 1px solid #757575;
    }

.WhatsNew .title {
    display: block;
    color: #2a6cd6;
    font-size: 1.3rem;
    font-weight: normal;
}

.WhatsNew .date {
    line-height: 38px;
    font-size: 1.3rem;
}

.galHeight {
    min-height: 130px;
}

.supportBox {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    min-height: 145px;
    padding-left:3%;
    
}
.supportBox_div {
    width: 70%;
    float: left;
    background-color: #fff;
    position: relative;
    min-height: 73px;
    padding-left: 3%;
}

    .supportBox_div:after {
        font-family: fontawesome;
        position: absolute;
        right: 25px;
        top: 0;
        font-size: 50px;
        line-height: 80px;
    }
    .supportBox_div a {
        display: block;
        padding: 20px;
        padding-right: 90px;
        padding-left: 0px;
        color: #000;
    }
    .supportBox:after {
        font-family: fontawesome;
        position: absolute;
        right: 25px;
        top: 0;
        font-size: 50px;
        line-height: 80px;
    }

    .supportBox a {
        display: block;
        padding: 20px;
        padding-right: 90px;
        padding-left: 0px;
        color: #000;
    }

    .supportBox .title {
        margin-bottom: 12px;
        font-size: 1.8rem;
    }

    .supportBox .data {
        font-family: inherit;
        color: #757575;
        font-size: 15px;
    }

.download {
    width: 100%;
    float: left;
    padding: 90px 0;
}


.DownloadBox {
    background-color: transparent;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    margin: 0;
}

.InstructionManuals:after, .DiscontinuedLIcon:after {
    content: "\f019";
}

.FAQSupport:after {
    content: "\f059";
    
}

.conSupport:after {
    content: "\f095";
    height:20px;
}

.RegistrationIcon:after {
    content: "\f0f6";
}

.OfferIcon:after {
    content: "\f295";
}

.DownloadBox:after {
    content: "\f019";
    font-size: 30px;
}

.supportH {
    margin: 0;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #000;
}

.supportBox:hover .supportH, .supportBox:hover:after {
    color: #2a6cd6;
}

