

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;
}


@font-face {
    font-family: 'Trajan';
    src: url('../fonts/Trajan-Regular.eot');
    src: url('../fonts/Trajan-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Trajan-Regular.woff2') format('woff2'),
        url('../fonts/Trajan-Regular.woff') format('woff'),
        url('../fonts/Trajan-Regular.ttf') format('truetype'),
        url('../fonts/Trajan-Regular.svg#Trajan-Regular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


 


/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

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; font-family: 'Trajan', sans-serif;}


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: 'Trajan', sans-serif;
}


section{
    padding: 60px 0;
}
.container {
    max-width: 1280px;
    width: 100%;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.title {
    font-size: 70px;
    color: #b02427;
    text-align: center;
    text-transform: uppercase;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 20px;
}
body h1 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    margin: 0 0 20px;
    transition: all 500ms ease;
}
.h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.h2 span {
    display: inline-block;
    padding: 0 38px 10px;
    border-bottom: 1px solid #0e0e0c;
    position: relative;
}


body h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

body h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
body p {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    transition: all 500ms ease;
    margin-bottom: 15px;
    
    letter-spacing: 0.5px;
}


.btn_div {
    margin-top: 30px;
}
.sub_btn {
    display: inline-flex;
    padding: 15px 0 15px 0;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0px;
    background: #0d7a43;
    box-shadow: none !important;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    height: 55px;
    transition: 0.5s all ease;
    width: 260px;
    text-transform: uppercase;
    border-radius: 30px;
}

.sub_btn img, .sub_btn2 img  {
    display: inline-block;
    margin: 0px 0px 0 7px;
    vertical-align: middle;
}

.sub_btn:hover {
    color: #fff;
    background: #000;
    transition: 0.5s all ease;
}

.sub_btn2 {
    display: inline-flex;
    padding: 15px 28px 15px 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 45px;
    background: linear-gradient(90deg, #0097FF 0%, #51BCFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(55, 123, 255, 0.27);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 1;
    overflow: hidden;
    height: 56px;
    margin: 2px;
    transition: 0.5s all ease;
}
.sub_btn2:hover {
    color: #fff;
    background: linear-gradient(90deg, #F00 0%, #F90 100%);
    transition: 0.5s all ease;
}












