html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}


/*top-header*/
#topheader{
    background: #000000;
    padding: 12px 8px;
    text-align: center;
}
#topheader .termstext{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
#topheader .termstext a.accept{
    background: #fa8c28;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 400;
}
#topheader .termstext a.privacy{
    color: #fff;
    text-decoration: underline;
}
/*end*/


/*header-css*/
#headers {
    background: #f2f2f2;
    padding: 10px 10px;
}
.logo img{
    width: 150px;
}
/*header-css-end*/



/*banner-css*/
#banner_part{
    background: url('../images/bg-banner.png') no-repeat;
    background-size: cover;
    background-position: top center;
    padding:0px;
}
#banner_part .sideimage {
    margin-bottom: -4px;
}
#banner_part .sideimage img{width: 100%;}
.banner_conent h1 {
    font-size: 64px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 3px black;
}
.banner_conent p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.banner_conent .button {
    background:#000;
    box-shadow:0 0;
    display:inline-block;
    font-size:24px;
    padding: 1.2rem 2rem 1.2rem 6rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 32px;
    position: relative;
    transition: 0.2s;
}
.banner_conent .button:before{
    content:"\f061";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    display: block;
    background: #fff;
    font: normal normal normal 28px/1 FontAwesome;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.banner_conent .button:hover {
    transition: 0.2s;
    box-shadow:10px 10px 0 rgba(0,0,0,.4);
}

.banner_conent .parallelogram{
  transform: skew(-12deg);
}
.banner_conent .skew-fix{
  display:inline-block;
  transform: skew(12deg);
}
#marqwee {
    background: #000;
    padding: 15px;
}
#marqwee .textmarq {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
/*banner-end*/




/*whysection*/
#whysection{
    padding:50px 15px;
}
#whysection .content{
    background: #fff;
    padding: 36px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}
#whysection .content h2{
    font-weight: 900;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
}
#whysection .content ul{
    padding: 0px;
    margin: 24px 0 0 0;
}
#whysection .content ul li{
    padding: 0px;
    margin: 0px 0px 18px;
    display: block;
    font-size:18px;
    font-weight: 400;
    color: #000;
}
#whysection .content ul li:last-child{margin-bottom: 0px;}
#whysection .content ul li span {
    background: #fa8c28;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 10px;
    margin-right: 16px;
}
/*whysection-nd*/





/*articlepart*/
#articlebg{
    padding:0px 15px;
}
#articlebg .inside{
    background: #fff;
    padding:26px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    height: 100%;
}
#articlebg .inside h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
#articlebg .inside p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
#articlebg  .button {
    background: #000;
    box-shadow: 0 0;
    display: inline-block;
    font-size: 14px;
    padding: 1rem 1rem 1rem 4.5rem;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 32px;
    position: relative;
    transition: 0.2s;
}
#articlebg  .button:before{
    content:"\f061";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: block;
    background: #fa8c28;
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
#articlebg  .button:hover {
     box-shadow:10px 10px 0 rgb(0 0 0 / 30%);
     transition: 0.2s;
}

#articlebg  .parallelogram{
  transform: skew(-12deg);
}
#articlebg  .skew-fix{
  display:inline-block;
  transform: skew(12deg);
}
/*article-end*/





/*footer-css*/
#footerbg{
    background: #000;
    padding: 30px 15px;
}
#footerbg .foottext{
   text-align: center;
   font-weight: 500;
   color: rgba(255, 255, 255, 0.4);
}
/*footer-end*/







/*responsive-css*/
@media all and (max-width: 767px){
    #banner_part{
        padding: 50px 20px 0px;
    }
    #topheader .termstext a.accept{
        display: inline-block;
        margin-top: 17px;
        margin-left: 0px;
    }
    .banner_conent h1{
        font-size: 34px;
    }
    .banner_conent p {
        font-size: 16px;
        line-height: 26px;
    }
    #whysection .content{
        padding: 20px;
    }
    #whysection .content h2{
        font-size: 20px;
    }
    #whysection .content ul li span{
        width: 26px;
        height: 26px;
        font-size: 12px;
        padding: 8px;
    }
}


@media all and (min-width:768px) and (max-width: 1199px){
    .banner_conent h1 {
        font-size: 26px;
    }
    .banner_conent p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }
}

/*responsive-css-end*/