

html, body, 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;
    box-sizing: border-box;
    position: relative;
}

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    margin: 0;
    background: #fff;
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
}


section{
    padding: 60px 0;
}
.container {
    max-width: 1280px;
    width: 100%;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Rubik', sans-serif;}
body h1 {
    color: #454545;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    margin: 0 0 20px;
    transition: all 500ms ease;
}
.h2 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 26px;
    transition: all 500ms ease;
    text-align: left;
}

body .h3{
    font-size: 28px;
    line-height: 32px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
    transition: all 500ms ease;
}

body h4 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

body h5 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
body h6 {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    transition: all 500ms ease;
}

body p {
    font-size: 16px;
    color: #454545;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.btn_div {
    text-align: left;
    margin-top: 30px;
}
.sub_btn {
    padding: 12px 30px 12px 30px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    outline: none !important;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    z-index: 1;
    background: #202020;
    border: 0px solid #2d4b00;
    text-transform: uppercase;
    margin: 5px 10px;
    font-weight: 400;
}
.sub_btn img {
    display: inline-block;
    margin: 0px 6px 0 30px;
    vertical-align: middle;
}
.sub_btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e11f26;
    position: absolute;
    left: 0;
    bottom: -110px;
    border-radius: 5px;
    transform: scale(2) rotate(-13deg);
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
}
.sub_btn:hover:after {
    bottom: 0px;
    opacity: 1;
}
.sub_btn:hover {
    color: #fff;
}
.sub_btn2 {
    color: #414041;
    background:transparent;
    padding: 12px 40px;
    font-weight: 400;
    transition: 0.5s all ease;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
}
.sub_btn2:hover {
    color: #fff;
    background: linear-gradient(to right, #407eb8, #0e98d7, #0091d5, #004798);
    transition: 0.5s all ease;
}












