:root {
  --primary-color: #ed1c24;
  --primary-color1: #C52425;
  --primary-color2: #4c4c4e;
}
@font-face {
    font-family: 'Hanzel';
    src: url('../fonts/UTM Hanzel.eot');
    src: url('../fonts/UTM Hanzel.woff') format('woff'), 
    url('../fonts/UTM Hanzel.ttf') format('truetype'), 
    url('../fonts/UTM Hanzel.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue.woff') format('woff'),
    url('../fonts/helveticaneue.ttf') format('truetype'), 
    url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.woff') format('woff'), 
    url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), 
    url('../fonts/HelveticaNeue-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Italic.eot');
    src: url('../fonts/HelveticaNeue-Italic.woff') format('woff'), 
    url('../fonts/HelveticaNeue-Italic.ttf') format('truetype'), 
    url('../fonts/HelveticaNeue-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}




body {
    font-family: 'Helvetica Neue', sans-serif;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
    overflow-x: hidden;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 23px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 15px;
}
h1,h2,h3,h4,h5{
    color:#000;
    font-weight: bold;
    font-family: 'HelveticaNeue-Bold';
}
p{
    margin-bottom: 0.5em;
}
* {
    padding: 0;
    margin: 0;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none !important;
}
figure {
    margin: 0;
}
a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
    margin: 0px;
    padding: 0px;
}
ul.text{
    list-style: none !important;
}
ul.text li{
    background-image: url(../img/feature/arrow-text.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    line-height: 30px;
    padding-left: 20px;
}
ul.text1{
    padding-left: 20px;
    list-style: disc;
}
button, button:focus {
    outline: none;
    border: none;
}
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}
.text-primary{
    color: #ed1c24 !important;
}
.btn-primary{
    color: #fff !important;
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
}
.btn{
    padding: 10px 30px;
    border-radius: 30px;
}
.bg-gray{
    background-color: #eeeeee;
}
.hide {
  display: none;
}
.counter{
    color: var(--primary-color);
    font-family: 'HelveticaNeue-Bold';
}



.page-section{
    padding: 40px 0px;
}
.page-section60{
    padding: 60px 0px;
}
.page-sectiontop100{
    padding:100px 0px 40px 0px;
}

@media (max-width: 767px){
    .page-section
    {
        padding: 25px 0px;
    }
    .page-section60
    {
        padding: 25px 0px;
    }
    .page-sectiontop100
    {
        padding: 80px 0px 25px 0px;
    }
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-img.overplay {
    position: relative;
}

.bg-img.overplay:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.heading{
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.heading img{
    width: 30px;
    position: absolute;
    left: 0;
    top: -5px;
}
.heading h3{
    margin-bottom: 0;
    color: var(--primary-color);
}
.heading1{
    display: flex;
    margin-bottom: 1rem;
}
.heading1 img{
    width: 18px;
    height: 24px;
    margin-right: 5px;
}
.heading1 h4{
    margin-bottom: 0;
    color: var(--primary-color);
    line-height: 20px;
}
.heading2{
    font-size: 16px;
}
.heading3{
    font-size: 15px;
    color: var(--primary-color);
    font-family: 'Helvetica Neue';
    font-style: italic;
}
.subheading{
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 20px;
    text-transform: uppercase;
}
.lead{
    font-size: 18px;
    color: var(--primary-color2);
    line-height: 30px;
}
.lead-primary{
    font-size: 18px;
    color: var(--primary-color);
    line-height: 30px;
}
@media screen and (max-width: 500px){
    .lead{
        font-size: 16px;
        line-height: 25px;
    }
    .lead-primary{
        font-size: 16px;
        line-height: 25px;
    }
}
.lead .quote1{
    display: inline-block;
    vertical-align:baseline ;
    margin-right: 5px;
}
.lead .quote2{
    display: inline-block;
    vertical-align:text-top;
    margin-left: 5px; 
}



.constraint {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto 0 auto;
}
.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}

img {
    display: block;
    max-width: 100%;
    border: none;
}

*.desktop {
    display: block !important;
}
*.mobile {
    display: none !important;
}
@media (max-width: 767px){
    *.mobile{
        display: block !important;
    }
    *.desktop{
        display: none !important;
    }
}

.download a{
    display: block;
    background-image: url(../img/menu/icon-download.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    background-color: var(--primary-color);
}
.download a span:hover { opacity: 0.5; }

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}
.img-name{
  position: relative;
}
.img-name figure{
  padding: 10px;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
}
.img-name figure p{
  margin-bottom: 0px;
}