html,
body
{
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

figure {
    border: 1px solid #eee;
    border-radius: 4px;
}


ul,
ol {
    margin: 0
}

ul li,
ol li {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

iframe {
    max-width: 100%
}


a,
i {
    border: none
}

a:hover {
    text-decoration: none
}

strong {
    font-weight: 900;
    color : #ff9800;
}

textarea {
    border-radius: 0;
    font-size: 13px;
    resize: vertical;
    font-family: poppins;
    letter-spacing: 1.2px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 10px !important;
    width: 100%;
    border: 1px solid #eee;
    font-weight: 400 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}


select {
    padding: 8px;
    border: 2px solid #eee
}

.container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1550px) {
    .container {
        padding: 0 200px
    }
}

@media(max-width:1040px) {
    .container {
        padding: 0 40px
    }
}





