* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scr1k {
    width: 100%;
    margin: 0 auto;
}


/* header start */
header {
    width: 100%;
    height: 40px;
    background-color: #15a9e1;
    line-height: 40px;
}

header a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
}

header a:hover {
    color: #fff;
}

header .quote {
    background-color: #003687;
    text-transform: uppercase;
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    border-right: 7px solid #fff;
    width: 60px;
    text-align: center;
    height: 40px;
    float: right;
    margin-right: 10px;
}




/* nav start */

nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#logo {
    height: 30px;
    padding-top: 15px;
    display: inline-block;

}

#logo>img{
    height: 30px;
}

nav ul{
    margin-top: -15px;
    display: inline-flex;
    width: 80%;
    flex-wrap: nowrap;
}

nav li {
    list-style: none;
    float: left;
    width: 50%;
    
}

nav li a {
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #003687;
    width: 100%;

}

/* nav end */



#carousel {
    margin: 1em auto;
    height:206.35px;

}
#carousel img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;  
}

#test1 div {
    text-align: center;
}

/* section start */

section {
    background-image: -o-linear-gradient(330deg, #fdfbfb 0%, #ebedee 100%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


.content_title {
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
    color: #003687;
    margin: 1em 0;
    padding: 5px 0;
    background-color: #ddd;
}

section .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

section .products dt {
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

section .products img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; 
}

section .products dd {
    text-align: center;
    padding: 30px 0;
    font: 1.5em sans-serif;
    color: #003687;
}

/* section end */

/* clients start */


#clients img {
    width: 11em;
    height: 11em;
}

#clients li {
    text-align: center;
}

/* clients end */


/* footer start */
footer {
    width: 100%;
    padding: 1.5em 0 5px 0;
    background-color: #003687;
    color: #fff;
}

footer .item {
    padding: 0.5em 0.25em;
}

footer h3 {
    font: 1em sans-serif;
    padding: 0.5em 0;
    letter-spacing: 1px
}

footer span {
    font: 0.9em sans-serif;
    display: block;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-left: 1em;
}

.copy {
    clear: both;
    width: 100%;
    border-top: 1px solid #15a9e1;
    padding: 2em 0;
    text-align: center;
    letter-spacing: 1px
}


/* ABOUT */

.banner {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; 
    overflow: hidden;
}

.banner img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; 
    overflow: hidden;
}

.about_text {
    font: 1em sans-serif;
    line-height: 2em;
    letter-spacing: 1px;
    text-indent: 2em;
    padding: 0 1em;
}


/* contsct */
.contact {
    margin: 15px;
}

.contact_title {
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.contact_title h2 {
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 2px solid #003687;
}

.contact h3 {
    font: 1em sans-serif;
    padding: 0.5em 0 0.5em 1em;
    letter-spacing: 1px
}

.contact span {
    font: 0.9em sans-serif;
    display: block;
    line-height: 2em;
    letter-spacing: 1px;
    padding: 0.5em 0 0.5em 1em;
}

.contact_fr {
    margin: 10px;
    background-image: -o-linear-gradient(bottom, #e6e9f0 0%, #eef1f5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e9f0), to(#eef1f5));
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    width: 95%;
    padding: 10px;
    height: 530px;
    color: #003687;
    line-height: 2em;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}



.slider {
    width: 350px;
    position: relative;
    padding-top: 233px;
    margin: 20px auto 20px auto;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}

.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 350px;
    height: 233px;
}

.slider input[name='slide_switch'] {
    display: none;
}

.slider label {
    margin: 18px 0 0 10px;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
}

.slider label img {
    display: block;
}

.slider input[name='slide_switch']:checked+label {
    border-color: #666;
    opacity: 1;
}

.slider input[name='slide_switch']~img {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slider input[name='slide_switch']:checked+label+img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



/* quote */

.quotepage {
    width: 100%;
    margin: 1em;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    margin: 3em auto;
}

.quotepage h2 {
    font-family: "Sofia";
    font-size: 3em;
    text-shadow: 2px 2px 5px #15a9e1;
    text-align: center;
    padding: 1em 0 1em 0;
    color: #003687;
    border-bottom: 1px solid #003687;
}

.quotepage div {
    padding: 2em 1em 1em 1em;
    font-size: 1.5em;
    text-indent: 2em;
    /* letter-spacing: 1px; */
    color: #666;
    line-height: 1.5em;
}


.pinfo {
    font-size: 1.5em;
}


.index-font span {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 1.5em;
    color: #003687;
    padding: 0.5em;
    text-shadow: 2px 2px 5px #666;
}