@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700'); /*================================================================*/
/*===================Font Start ==================================*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\\*/







/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/\/\/\/\/\/\/\/\//\//\/\*/
/*===================Font END ===================================*/
/*======================================================================*/





/*================================================================*/
/*===================Desktop Size Start ==========================*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\\*/


.container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 1px;
    grid-template-areas:
            "L L L L L m m m m m m m"
            "h h h h h h h h h h h h"
            ". n n n n n n n n n n ."
            ". a a a a a a a a a a ."
            ". g g g g g g g g g g ."
            ". b b b b c c c c c c ."
            ". e e e e e e d d d d ."
            ". k k k k k k k k k k ."
            ". i i i i i i i i i i ."
            ". x x x x x x x x x x ."
            "f f f f f f f f f f f f";

}




/*===========Navigation Start ==============*/

.topnav {
    grid-area: m;
    /*border: solid #74dbfc;*/
    overflow: hidden;
    background-color: #ffffff;
    /*box-shadow: 0 2px 3px rgba(0,0,0 .4);*/
    position: relative;
    width: 100%;
    top: 0;
}

.topnav a {
    float: right;
    display: block;
    color: #004b8c;
    text-align: left;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 17px;
    z-index: 150;
}

.topnav a:hover {
    /*background-color: #f2f2f2;*/
    color: #2fc9da;
    text-decoration-color: #1ee7ff;
    text-decoration: underline;
}

.active {
    background-color: #f2f2f2;
    color: #2fc9da;
    text-decoration-color: #1ee7ff;
    text-decoration: underline;
}

.topnav .icon {
    display: none;
}


/*===========Navigation End================*/




/*============= Sections Start ==============*/

/*--------index.html specific start-----------*/

.indexnews {
    grid-area: n;
    /*border:solid #fc1e1e;*/
    object-fit: scale-down;
}

/*--------index.html specific End-----------*/

/*--------List indentation/-----------*/


 #li {
 padding left 20px;
 list-style-position: outside;
 }



.header {
    grid-area: h;
    /*border:solid #fc1e1e;*/
    /*object-fit: scale-down;*/
    padding-top: 0px;
    /*color: #2fc9da;*/
    text-align: center;
    /*background-color: #66cccc;*/
}

.logo {
    grid-area: L;
    object-fit: scale-down;
    padding-top: 0px;

}


#logotext {
    /*color: #2fc9da;*/
}


.maincontent {
    grid-area: a;
    /*border:solid #74dbfc;*/
    font-size: 1em;
    h1 {120%;}
}

.section1 {
    grid-area: g;
    /*border: solid #74dbfc;*/
    text-align: center;
    /*background-color: #2fc9da;*/
    padding-top: 10px;
    color: #2d2d2d;
}

.contenta {
    grid-area: b;
    /*border:solid #74dbfc;*/
    object-fit: scale-down;
    padding: 3px;
}

.contentacap {
    grid-area: c;
    /*border:solid #74dbfc;*/
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 100px;
    vertical-align: text-top;
    text-align: justify;
}

.contentb {
    grid-area: d;
    /*border:solid #74dbfc;*/
    object-fit: scale-down;
    padding: 3px;
}

.contentbcap {
    grid-area: e;
    /*border:solid #74dbfc;*/
    padding-left: 10px;
    padding-right: 30px;
    text-align: justify;
}


.contact {
     grid-area: i;
     /*border: solid #74dbfc;*/
 }

.clients {
    grid-area: k;
    /*border: solid #74dbfc;*/
    text-align: justify-all;
}

ol {
    padding-left: 40px;
    list-style-position: outside;
}

/*Footer Start */

.footer-distributed .footer-right i.fa-envelope {
    font-size: 12px;
    line-height: 16px;
    border: #red;
}

.footer-distributed{
    background-color: #f2f2f2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 12px sans-serif;
    padding: 5px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 60%;
}

/* Softek's logo */

.footer-distributed h3{
    color: #2743ff;
    font: normal 36px 'Cookie', cursiver;
    margin: 0;
}

.footer-distributed h3 span {
    color: #004b8c;
}

/* Footer */

.footer-distributed .footer-links{
    color: #004b8c;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name  {
    color: #004b8c;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #004b8c;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #004b8c;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span {
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a {
    color: #132fd3;
    text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 35%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color: #2d2d2d;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* To make footer responsive:*/

@media (max-width: 640px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}


footer{
    position: flexible;
    bottom: 0;
}

@media (max-height:800px){
    footer { position: static; }
    header { padding-top:40px; }
}
/*Footer End*/

.img {
    max-height: auto;
    width: 80%;
    position: flex;
    /*object-fit: scale-down;*/
    top: 0;
    left: 0;
}

.img-header {
    max-height: auto;
    width: 100%;
    position: flex;
    /*object-fit: scale-down;*/
    top: 0;
    left: 0;
}

.img-radius {
    max-height: auto%;
    width: 25 &;
    position: flex;
    top: 0;
    left: 0;
    border-radius: 50%;
}



.logo {
    max-height: auto;
    width: 100%;
    position: left;
    object-fit: scale-down;
    top: 0;
    left: 0;
}

.right{
    float:right;
}

.left{
    float:left;
}

.clear{
    clear:both;
}


/*================Sections End===============*/

/*================MANUALS Start===============*/

.head1 {

    margin-left: 0px;
    font-weight: bold;
    font-size: 180%;

}

.head2 {

    margin-left: 15px;
    text-decoration: underline;
    font-size: 150%;
}

.head3 {

    margin-left: 25px;
    font-size: 120%;

}

.head4 {

    margin-left: 35px;
    font-size: 100%;
    font-weight: bold;

}

.head5 {

    margin-left: 45px;
    font-size: 80%;
    font-weight: bold;

}

.headerblock {
    padding-bottom: 30px;
}


.line1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2d2d2d;
    margin: 1em 0;
    padding: 10;
}

.manual-paragraph {
    margin-left: 50px;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 10px;
    padding-bottom: 20px;
}
/*================MANUALS End===============*/

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\\*/
/*===================Desktop Size END ==========================*/
/*================================================================*/








/*================================================================*/
/*===================Mobile  Size Start ==========================*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\\*/

@media screen and (max-width: 640px) {
    .container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto 1fr;
        column-gap: 1px;
        grid-template-areas:
                "L L L L L m m m m m m m"
                "h h h h h h h h h h h h"
                "a a a a a a a a a a a a"
                "g g g g g g g g g g g g"
                "b b b b b b b b b b b b"
                "c c c c c c c c c c c c"
                "d d d d d d d d d d d d"
                "e e e e e e e e e e e e"
                "k k k k k k k k k k k k"
                "i i i i i i i i i i i i"
                "f f f f f f f f f f f f";
    }


    /*@media screen and (max-width: 640px) {*/

    /*The next line shows only the hamburger in the small screen navigation. Uncomment to activate*/
    .topnav a {display: none;}

    /*The next line shows the current page in the small screen navigation in addition to the hamburger. comment to activate*/
        .topnav a:not(.active) {display: none;}



    /*The next line shows always "Home" in addition to the hamburger. Uncomment to activate*/
        .topnav a:not(:first-child) {display: none;}

        .topnav a.icon {
            float: right;
            display: block;
        }
    }

    @media screen and (max-width: 640px) {
        .topnav.responsive {
            position: relative;
        }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }


        .topnav.responsive a {
            float: none;
            display: block;
            text-align: center;
        }
    }






/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/\/\/\/\/\/\/\/\//\//\/\*/
/*===================Mobile Size END ===================================*/
/*======================================================================*/


/*======================================================================*/
/*===================Product page table start ==========================*/
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/\/\/\/\/\/\/\/\//\//\/\*/


/* Set box sizing to border-box */
/*html {*/
/*/ border-box-sizing: border-box;*/

/*}*/

*,
*:before,
*:after {
    box-sizing: inherit;
}

.table {
    width: 100%;
}

.tr:first-child {
    display: none;
}

.rh > span {
    display: block;
    position: relative;
}

/* Insert header name before each row on mobile */
.td:before {
    content: attr(data-header);
    float: left;
}

/* CSS border triangle */
.table .rh > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #f2f2f2;
    z-index: 2;
    right: 15px;
    top: 14px;
    pointer-events: none;
}

/* Flip CSS border triangle on active */
.table .rh.active > span:after {
    border-top-color: transparent;
    border-bottom-color: #f2f2f2;
    top: 5px;
}

/* Media Queries */
@media screen and (min-width: 6601px) {
    .rh {
        display: none;
    }

    .table {
        display: table;
        width: 100%;
        grid-area: x;
    }

    /*-------Table header specs START-----------*/
    .thead {
        display: table-header-group;
        color: #ffffff;
        font-size: 16pt;
    }

    /*-------Table header specs END----------*/

    .tbody {
        display: table-row-group;
    }

    .tr,
    .tr:first-child {
        display: table-row;
    }

    .th,
    .td {
        display: table-cell;
    }

    .td:before {
        content: "";
    }
}



.table {
    border: 1px solid #004b8c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
}

/* --- Table Header color start --- */
.th,
.rh > span {
    background: #004b8c;

}
/* --- Table Header color end --- */

/* --- Alternating rows color start --- */
.tr .td:nth-child(even) {
    background: #f2f2f2;
}
/* --- Alternating rows color end --- */

.th,
.tr .td,
.rh,
.rh.active:nth-last-child(2) {
    border-bottom: 1px solid #004b8c;
}

.rh:nth-last-child(2) {
    border-bottom: none;
}

.td {
    padding: 5px 5px;
}

.rh > span {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.tr:first-child,
.tr:last-child {
    border-bottom: none;
}

.tr:last-child .td:last-child {
    border-bottom: none;
}

@media screen and (min-width: 6601px) {
    .th,
    .td,
    .tr,
    .tr .td:last-child {
        border-bottom: 1px solid #f2f2f2;
    }

    .th,
    .td {
        padding: 5px;
    }

    .th {
        border-right: 1px solid #f2f2f2;
    }

    .td {
        border-right: 1px solid #004b8c;
    }

    .th:last-child,
    .td:last-child {
        border-right: none;
    }

    .tr.alternate-highlight {
        background: #f2f2f2;
    }

    /* Reset Mobile Styles */
    .tr:last-child .td:first-child {
        border-top: none;
    }

    .tr:last-child .td {
        border-bottom: none;
    }

    .tr .td:nth-child(even) {
        background: none;
    }
}

/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\/\/\/\/\/\/\/\/\/\//\//\/\*/
/*===================Product page table END ==========================*/
/*======================================================================*/

