/*reset start*/


@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium/poppins-medium-webfont.woff2') format('woff2'),
         url('fonts/poppins-medium/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold/poppins-semibold-webfont.woff2') format('woff2'),
         url('fonts/poppins-semibold/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* common css*/
h3{
    background: none;
    margin: 0;
    padding: 0;
}
.clearfix {
    content: "";
    display: block;
    clear: both
}


/* common css*/

html,
body {
    height: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    color: #434343;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'poppinsregular';
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

img {
    border: none;
    outline: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
}

img {
    display: block;
}

a {
    color: #30363e;
    text-decoration: none;
    outline: none;
    background: transparent;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

input:focus,
.input {
    outline: 0;
}

b,
strong {
    font-family: 'poppinssemibold';
    font-weight: bold;
}

hr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: 'poppinsregular';
    font-weight: bold;
}

pre {
    white-space: pre-wrap;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-size: 16px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inptxt::-webkit-input-placeholder {
    color: #999999;
}

.inptxt::-moz-placeholder {
    color: #999999;
}

.inptxt:-ms-input-placeholder {
    color: #999999;
}

.inptxt:-moz-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999
}

:-moz-placeholder {
    color: #999999
}

:-ms-input-placeholder {
    color: #999999
}

input:-moz-placeholder {
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppinssemibold';
    font-weight: bold;
    line-height: 1.2;
}
ul{
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 1.7;
    color: #9d9d9d;
    margin: 0;
    font-family: 'poppinsregular';
}

main,
section,
header,
nav,
footer,
aside,
figure,
figcaption,
article,
hgroup {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

textarea {
    resize: none;
    outline: none;
}

select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

p:empty {
    display: none;
}

::-moz-selection {
    background: #fdbc23 !important;
    color: #000;
    text-shadow: none;
    padding: 1em 0;
}

::selection {
    background:#fdbc23 !important;
    color: #000;
    text-shadow: none;
}

input:-webkit-autofill {
    background: #fdbc23 !important;
    color: #000;
}

a:focus {
    outline: none;
}

.clearBoth {
    clear: both;
}

.widFull {
    width: 100%;
}
.wid1440{
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (max-width:960px) {
}


/*===============================================================
reset ends
=================================================================*/