* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.scr1k {
    width: 1000px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/* header start */
header {
    width: 100%;
    height: 62px;
    background-color: #15a9e1;
}

header .container {
    line-height: 60px;
}

header a {
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    margin-right: 20px;
}

header a i:before{
    font-size: 20px;
    color: #fff;
}

header .quote {
    background-color: #003687;
    font-weight: 600;
    text-transform: uppercase;
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    border-right: 7px solid #fff;
    width: 150px;
    text-align: center;
    height: 62px;
}


/* nav start */

nav {
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 1;
    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 {
    float: left;
    padding-top: 5px;
}

nav li {
    float: left;
    list-style: none;
}

nav li a {
    display: block;
    width: 100px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #003687;
    font-weight: 600;
}

/* nav end */



#carousel {
    margin: 1em auto;
    max-width: 1000px;
    height: 550px;
}




#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: 2em;
    text-align: center;
    font-weight: 600;
    color: #003687;
    margin: 50px 0;
    padding: 5px 0;
    background-color: #ddd;
}

section .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

section .products dt {
    width: 460px;
    height: 360px;
    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: 450px;
    height: 350px;
}

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: 1em 0.5em;
}

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: 1.5em;
}

.copy {
    clear: both;
    width: 100%;
    border-top: 1px solid #15a9e1;
    padding: 2em 0;
    text-align: center;
    letter-spacing: 1px
}


/* ABOUT */

.banner {
    width: 100%;
    overflow: hidden;
}

.about_text {
    font: 1.5em sans-serif;
    line-height: 2em;
    letter-spacing: 1px;
    text-indent: 2em;
    padding: 0 5em;
}


/* contact */
.contact {
    margin: 15px;
}

.contact_title {
    margin: 0 auto;
    width: 100%;
    text-align: center;

}

.contact_title h2 {
    margin: 0 auto;
    width: 200px;
    padding: 20px 0;
    border-bottom: 2px solid #003687;
}

.contact h3 {
    font: 1.5em sans-serif;
    padding: 0.5em 0 0.5em 5em;
    letter-spacing: 1px
}

.contact span {
    font: 1.2em sans-serif;
    display: block;
    line-height: 2em;
    letter-spacing: 1px;
    padding: 0.5em 0 0.5em 8.5em;

}

.contact_fr {
    margin: 30px;
    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: 400px;
    padding: 30px;
    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: 720px;
    position: relative;
    padding-top: 480px;
    margin: 20px auto 100px 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: 720px;
    height: 480px;
}

.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;
}