body{ 
    margin: 0;
    padding: 0; 
    font-size: 17px;
    color: #000;
    font-family: 'Barlow', sans-serif !important;
}
a:hover {
    color: inherit; 
    text-decoration: none;
} 
h1, h2, h3, h4,h5,h6, p, ul, ol{ 
    margin: 0;
    padding: 0;
}
h3, h4, h5, h6{
    font-family: 'Barlow Condensed', sans-serif !important; 
}
h1, h2, h3{
    font-weight: bold; 
    line-height: 1;
} 
p{
    margin-bottom: 15px;
    line-height: 1.2;
}
header, footer, main{ 
    display: block;
}
:focus{ 
    outline: 0;
}
button{ 
    outline: 0;
    border: none;
} 
img{
    max-width: 100%;
    height: auto;
}
ul, ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.pos-stic {
    position: unset;
}
.padd-row {
    padding: 70px 0;
}
.main-heading {
    margin-bottom: 45px;
}
.main-heading h2, h2 {
    color: #000;
    font-size: 42px; 
    text-transform: uppercase;
    line-height: normal; 
} 
.main-heading p {
    font-size: 23px;
}
h3 {
    font-size: 33px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.home-abt-cnt a,
.btn-style {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 9px 17px;
    border-radius: 0;
    background: #e43640;
    cursor: pointer;
    transition: all .8s;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; 
    line-height: normal;
}
.home-abt-cnt a,
.btn-style-brown{
    background: #363636;
}
.home-abt-cnt a:hover,
.btn-style:hover { 
    background: #000;
    color: #fff; 
    text-decoration: none; 
}  



/*--- Header ---*/

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; 
    background: transparent;
    z-index: 999; 
    -webkit-transition: all 0.8s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.8s ease;
}   
.header .container-fluid {
    max-width: 1380px;
}
.header-top {
    background: #020202;
    padding: 15px 0;
    color: #fff;
    -webkit-transition: all 0.8s ease; 
    transition: all 0.8s ease;
}
.header-top a{ 
    color: #fff;
}
.header-top li {
    display: inline-block;
}
.header-top-lft li {
    line-height: normal;
    border-left: 2px solid #fff;
    padding-left: 12px;
    margin-left: 8px;
}
.header-top-lft li:first-child { 
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.header-search .form-control {
    background: #fff;
    color: #333;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    box-shadow: none;
    outline: 0;
}
.header-search .form-control::placeholder{
    color: #fff;
}
.header-social li a {
    background: #363636;
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    border-radius: 50%;
    margin: 0 4px;
    transition: all .8s;
}
.header-social li a:hover {
    background: #e43640;
}
.header-top-rght {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.header-social {
    margin: auto 20px auto 0;
}
.header-btm {
    background: #e43640;
    padding: 20px 0;
    transition: all .8s;
} 
.header-btm  .navbar-brand {
    padding: 0;
    width: 200px;
    margin-right: auto;
    display: block;
    -webkit-transition: all 0.8s ease; 
    transition: all 0.8s ease;
}
nav.navbar {
    padding: 0 !important;
} 
.main-navigation .navbar-nav { 
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
} 
.main-navigation ul li a {
    font-size: 22px;
    padding: 2px 16px;
    line-height: normal;
    display: block;
    text-decoration: none; 
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.8s ease; 
    transition: all 0.8s ease;
}
.main-navigation ul li a:before {
    content: '';
    background: #f2aeb1;
    width: 2px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.main-navigation ul li:first-child a:before{
    display: none;
}
.main-navigation ul li a:hover {
    color: #fff; 
}    
  


/*  slider  */


.home-slider-main{
    position: relative;
}
.home-slider-img{
    text-align: center;
}
.home-slider-img img {
    width: auto;
	display:none;	
}

#homeSlider{
height:auto;
z-index: 9;
overflow: hidden;
position:relative;}
#videoContainer{
position: relative;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
z-index: -100;
display:block;}
.home-slide-cnt-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: right;
	z-index:99;
}
.home-slide-cnt {
    max-width: 70%;
    float: right;
}
.home-slide-cnt h1 {
    font-size: 76px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif !important;
} 
.home-slide-cnt h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500; 
    text-transform: uppercase; 
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif !important; 
}  
 


 
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev, .slick-next{
    transform: translateY(-50%);
    width: 22px !important;
    height: 50px !important;
    background-size: 22px !important;
    background-color: transparent !important;
    opacity: 1 !important;
    background-repeat: no-repeat !important;
}
.slick-prev{
    background-image: url('../images/lft-arrow.png') !important;
    left: -110px;
}
.slick-next{
    background-image: url('../images/right-arrow.png') !important;
    right: -110px;
}

.slick-dots li  button:before{
    display: none;
} 
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2.5px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #d3052d;
    border-radius: 50%;
} 
.slick-dots li.slick-active button{
   background: #00965e; 
}

/*  home-abt-sec  */

.home-abt-sec {
    position: relative; 
    background: #363636;
}
.home-abt-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #e43640;
    width: 40%;
    height: 100%;
}
.home-abt-main .col-md-4 {
    background: #e43640;
}
.home-abt-main .col-md-8{
    background: #363636;
}
.home-abt-main [ class*='col-' ] {
    padding-top: 65px;
    padding-bottom: 60px;
}
.home-abt-main h2 {
    font-size: 66px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 35px;
}
.home-abt-main , .home-abt-main p{
    color: #fff;    
}
.home-abt-cnt {
    text-align: center;
    max-width: 290px;
    margin: auto;
}
.home-abt-main a {
    margin-top: 30px;
}
.home-fire-facts {
    padding: 0 120px 0 180px;
}
.home-fire-facts .author {
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif !important;
    margin-top: 35px;
}
.home-fire-facts .btn-style:hover , .call-act-main .btn-style:hover, .friefacts-call-heading .btn-style:hover{
    background: #971b1b;
}


/*  home-divison-cols  */

.home-divison-cols {
    padding: 35px 0 15px;
    text-align: center;
}
.home-div-box h2 {
    color: #e43640;
    line-height: 1.1;
    margin: 30px auto 15px;
    padding: 0 15px;
    font-family: 'Barlow Condensed', sans-serif !important; 
}
.home-div-box h2 span {
    display: block;
}
.home-div-box-cnt p {
    max-width: 310px;
    margin: 0 auto 20px;
}
.home-divison-cols-main [ class*='col-' ] {
    margin-bottom: 30px;
}
.home-divison-cols-main .col-md-4:nth-child( 2 ) {
    animation-delay: .25s;
}
.home-divison-cols-main .col-md-4:nth-child( 3 ) {
    animation-delay: .5s;
}

/*  call-act  */

.call-act {
    background-color: #000;
    background-image: url(../images/call-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    padding: 70px 0;
    color: #fff;
}
.call-act-main {
    max-width: 550px;
}
.call-act-main h2, .friefacts-call-heading h2 {
    font-size: 90px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 900;
}
.call-act-main p {
    font-size: 22px;
    color: #fff;
}
.call-act-main .main-btn {
    margin-top: 30px;
}
.call-act-main .main-btn .btn-style, .friefacts-call-heading .btn-style {
    font-size: 29px;
    padding: 15px 18px;
}

 
/*  brands-sec  */

.brands-sec {
    padding: 45px 0;
}
.brands-sec {
    background: #e1e1e1;
    text-align: center;
} 
.brands-sec-main li {
    display: inline-block;
    margin: 20px;
}

body.home .brands-sec-main li img{width: 100%; max-width: 250px; }
/*  Footer  */


.ftr-top {
    background: #363636;
    padding: 50px 0 40px;
   color: #6d6d6d; 
    font-weight: 500;
}
.ftr-btm {
    background: #000;
    padding: 13px 0;
    color: #fff;
}
.ftr-cprght p { 
    color: #6d6d6d; 
    text-align: center;
    font-weight: 500;
}
.ftr-top a {
    color: #6d6d6d; 
    transition: all .8s;
} 
.ftr-nav-main {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}  
.ftr-nav-main li, .ftr-adrs-sec p {
    margin-bottom: 10px;
}
.ftr-top a:hover{
    color: #fff;
}
.ftr-adrs-sec {
    padding-left: 70px;
}

/*  inner css  */

.inner-banner {
    background: #363636;
}
.inner-banner-cnt {
    padding: 15px;
    padding-left: 90px;
}
.inner-banner-cnt h1 {
    font-size: 76px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.inner-banner-img img {
    width: 100%;
}

.inner-page a {
    color: #e43640;
}
.inner-page .main-heading h2 {
    font-size: 62px;
    font-weight: 900;
}
.inner-page .main-heading h2.red-txt {
    color: #e43640;
}
.inner-page h3 {
    text-transform: none;
    font-weight: 500;
	margin:20px 0 10px;
}
.brands-slider-sec-main li img {
    margin: auto;
    width: auto;
}
.brands-logo-box {
    display: table;
    width: 100%;
    height: 94px;
}
.brands-logo-inner {
    display: table-cell;
    vertical-align: middle;
}


.firefacts-call {
    background: #252525;
    color: #fff;
}
.friefacts-call-heading h2{
    font-size: 80px;
}
.firefacts-call .fire-facts-box p {
    font-size: 21px;
}
.firefacts-call .slick-prev { 
    left: -585px;
}
.firefacts-call .author {
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif !important;
    margin-top: 35px;
    font-size: 21px;
}
.friefacts-call-heading .main-btn{
    margin-top: 45px;
}

.social-media{
    margin-top: 50px;
}
.social-media h3 {
    margin-bottom: 15px;
}
.social-media li{
    display: inline-block;
    margin-right: 25px;
}
.social-media li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #e43640;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 29px;
    transition: all .8s;
}
.social-media li a:hover {
    background: #000;
}
.adrs-ph {
    margin: 25px 0;
}
.adrs-ph a{
    color: #000;
}
.red-txt{
    color: #e43640;        
}
.contact-page-form .row {
    margin: 0 -7px;
}
.contact-page-form [ class*='col-' ] {
    margin-bottom: 25px;
    padding: 0px 7px;
}
.contact-page-form .form-control, .infograpic-filter .form-control {
    background: #d7d7d7;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    height: 38px;
}
.contact-page-form label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Barlow Condensed', sans-serif !important;
    margin-bottom: 3px;
}
input.btn-style {
    border: 0;
}
.contact-page-form textarea.form-control {
    height: 150px;
}
.brands-logo-inner {
    padding: 0 15px;
}

.inner-call-act .call-act-main {
    max-width: 100%;
}
.call-act-main-rght {
    padding-left: 35px;
}
.call-act-main  .call-act-main-rght p {
    font-size: 20px;
}
.inner-call-act .call-act-main .main-btn .btn-style {
    font-size: 21px;
}

.infograpic-boxes-main ul {
    column-count: 3;
    column-gap: 2em;
    -moz-column-gap: 2em;

    -webkit-column-gap: 2em;
    /*-moz-column-width: 20em;
    -webkit-column-width: 20em;*/
    
}
.infograpic-boxes-main li {
    margin-bottom: 1em;
    margin-top:1em;
    display: inline-block;
    width: 100%;
     break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.infographic-box {
    overflow: hidden;
}
.infographic-box img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
    opacity: .5;
    cursor: pointer;
}
.infographic-box img:hover{
    transform: scale(1.1);
    opacity: 1;
}
.load-more-btn {
    margin-top: 35px;
}
.load-more-btn a {
    font-weight: bold;
    color: #d4d3d3;
    font-size: 28px;
}
.infograpic-filter label {
    font-size: 33px;
    color: #e43640;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
.infograpic-filter select.custom-select {
    background-color: #d7d7d7;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0;
    height: 38px;
}
.infograpic-filter .form-control, .infograpic-filter select.custom-select {
    text-transform: uppercase;
    font-size: 15px;
} 
::placeholder {
  color: #000 !important;
}
.infograpic-filter-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.infograpic-filter-input {
    width: 35%;
}
.infograpic-filter-input-last {
    width: 61%;
}
.infograpic-filter {
    margin: 60px 0 40px;
}


/*  resp  */

 
@media screen and ( min-width: 768px ){ 
   
} 

@media screen and ( min-width: 992px ){
    
.main-navigation li.padr-0 a {
    padding-right: 0;
}
.main-navigation li.padl-0 a {
    padding-left: 0;
}
.main-navigation  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.Sticky-fixed{
    position: fixed;
    box-shadow: 0px 1px 8px 0px rgba(54,54,54,0.49);
}
.Sticky-fixed .header-top{
    display: none;
}
.Sticky-shrink .header-btm { 
    padding: 10px 0; 
}
.Sticky-shrink  .main-navigation ul li a {
    font-size: 18px;
}
.Sticky-shrink  .header-btm  .navbar-brand{
    width: 150px;
}
.contact-page-cnt {
    padding-right: 25px;
}
    
}

@media screen and ( min-width: 1280px ){ 
   
.container {
    max-width: 1130px;
} 
    
}  

@media screen and ( max-width: 1499px ){
  
.inner-banner-cnt h1 {
    font-size: 52px;
}
.friefacts-call-heading h2 {
    font-size: 65px;
}
    
}

@media screen and ( max-width: 1399px ){
  
.main-navigation ul li a {
    font-size: 18px;
} 
    
} 

@media ( min-width: 1200px ) and ( max-width: 1399px ){
 
.firefacts-call-main {
    padding: 0 35px;
}
.firefacts-call .slick-prev {
    left: -510px;
}
.firefacts-call .slick-next { 
    right: -60px;
}    
    
}

@media ( min-width: 992px ) and ( max-width: 1199px ){
    
.friefacts-call-heading h2 {
    font-size: 48px;
}
.firefacts-call-main {
    padding: 0 95px;
}
.firefacts-call .slick-next { 
    right: -80px;
}
.firefacts-call .slick-prev {
    left: -410px;
}
.firefacts-call .fire-facts-box p {
    font-size: 18px;
}
.inner-call-act .call-act-main h2 {
    font-size: 65px;
}
.call-act-main .call-act-main-rght p {
    font-size: 16px;
}
.infograpic-boxes-main ul {
    -moz-column-width: 16em;
    -webkit-column-width: 16em;
} 
.infograpic-filter label {
    font-size: 25px;
}
.Sticky-shrink .main-navigation ul li a {
    font-size: 13px;
}
    
}

@media screen and ( max-width: 1199px ){
  
.main-navigation ul li a {
    font-size: 14px;
} 
.header-btm .navbar-brand { 
    width: 160px;
}   
.header-btm { 
    padding: 12px 0; 
}
.header-top { 
    padding: 8px 0;
}
.home-slide-cnt h1 {
    font-size: 55px; 
    margin-bottom: 20px; 
}
.home-slide-cnt h2 {
    font-size: 33px;
}
.home-abt-main h2 {
    font-size: 40px; 
    margin-bottom: 20px;
}
.home-div-box h2 {
    font-size: 34px;
}
.call-act-main h2 {
    font-size: 53px; 
    margin-bottom: 15px; 
}
.brands-sec-main li {
    width: 15%;
    margin: 15px .5%;
}
.inner-banner-cnt { 
    padding-left: 25px;
}
.inner-banner-cnt h1 {
    font-size: 36px;
}
.inner-banner-img img {
    min-height: 150px;
    object-fit: cover;
} 
.call-act-main-rght {
    padding-left: 0;
}
    
} 

@media screen and ( max-width: 991px ){

body {
    font-size: 15px;
} 
.main-heading h2, h2 { 
    font-size: 28px; 
}
h3 { 
    font-size: 25px;
    margin-bottom: 15px;
} 
.btn-style, .inner-call-act .call-act-main .main-btn .btn-style{
    font-size: 16px;
}
.navbar-toggler span.navbar-toggler-icon-new {
    width: 27px;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 7px;
}
.navbar-toggler span.navbar-toggler-icon-new:last-child{
    margin-bottom: 0;
}    
button.navbar-toggler {
    background: #ffffff;
    padding: 12px 17px;
    outline: 0;
    box-shadow: none;
}
.navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #000000;
    text-align: center;
    padding: 8px 0;
    z-index: 99;
}  
nav.navbar {
    position: static;
    justify-content: flex-end;
}
.main-navigation ul > li > a {
    color: #fff; 
    padding: 8px;
}  
.main-navigation ul li a:before{
    display: none;
}
.padd-row {
    padding: 45px 0;
} 
.header-search .form-control { 
    padding: 3px 15px;
    font-size: 13px; 
}
.home-slide-cnt {
    max-width: 300px; 
}
.home-slide-cnt h1 {
    font-size: 32px;
    margin-bottom: 15px;
}    
.home-slide-cnt h2 {
    font-size: 20px;
}    
.home-abt-main h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
.home-fire-facts {
    padding: 0 65px 0 75px;
}
.slick-prev, .slick-next { 
    width: 13px !important;
    height: 34px !important;
    background-size: 13px !important; 
}
.firefacts-slider-main .slick-prev { 
    left: -60px;
} 
.firefacts-slider-main .slick-next { 
    right: -45px;
}
.home-div-box-img img {
    max-width: 120px;
    margin: auto;
}
.home-div-box h2 {
    font-size: 24px;
    margin: 18px auto 15px;
}
.call-act { 
    padding: 50px 0; 
}
.call-act-main h2 {
    font-size: 40px;
    margin-bottom: 15px;
    max-width: 275px;
}
.call-act-main p {
    font-size: 16px;
    max-width: 500px;
}    
.call-act-main .main-btn .btn-style, .friefacts-call-heading .btn-style {
    font-size: 20px;
    padding: 12px 18px;
}    
.ftr-top { 
    padding: 35px 0 25px; 
} 
.ftr-nav-main li, .ftr-adrs-sec p {
    margin-bottom: 6px;
}
.friefacts-call-heading h2{
    font-size: 40px;
}    
.friefacts-call-heading .main-btn {
    margin-top: 25px;
}
.firefacts-call .fire-facts-box p, .call-act-main .call-act-main-rght p  {
    font-size: 16px;
}
.firefacts-call .author { 
    margin-top: 25px;
    font-size: 17px;
}
.contact-page-form [ class*='col-' ] {
    margin-bottom: 15px;
}
.inner-page .main-heading h2 {
    font-size: 32px;
}
.inner-page  .main-heading {
    margin-bottom: 25px;
}    
.infograpic-filter [ class*='col-' ] {
    margin-bottom: 7px;
}    
    
}

@media ( min-width: 768px ) and ( max-width: 991px ){
 
.container {
    max-width: 100%;
}   
.home-abt-main [ class*='col-' ] {
    padding-top: 40px;
    padding-bottom: 35px;
}
.firefacts-slider-main {
    padding: 0 50px;
}
.inner-call-act .call-act-main h2 {
    font-size: 54px;
}
.infograpic-boxes-main ul {
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
}
.infograpic-boxes-main li {
    margin-bottom: 15px;
    margin-top: 15px;
}
    
}

@media screen and ( max-width: 767px ){
  
.header-top-lft {
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}
.header-top {
    text-align: center;
    padding: 10px 0 15px;
}
.home-abt-sec:before {
    display: none;
}  
.home-abt-main [ class*='col-' ] {
    padding-top: 35px;
    padding-bottom: 35px;
}
.home-fire-facts {
    padding: 0 40px;
}
.firefacts-slider-main .slick-prev {
    left: -40px;
}
.firefacts-slider-main .slick-next {
    right: -40px;
}
.brands-sec-main li {
    width: 26%;
    margin: 15px 3%;
}
.ftr-nav-main {
    display: block;
    padding: 0;
}
.ftr-nav-main ul {
    margin-bottom: 15px;
    text-align: center;
}
.ftr-nav-main li {
    display: inline-block;
    margin: 0 15px 7px;
}
.ftr-adrs-sec {
    padding: 0;
    text-align: center;
}
.ftr-cprght p {
    font-size: 14px;
}
.home-slide-cnt-main {
    position: relative;
    transform: none;
    top: inherit;
    left: inherit;
    background: #363636;
    text-align: center;
    padding: 25px 0;
}
.home-slide-cnt {
    float: none;
    max-width: 100%;
}    
.header-top-rght {
    justify-content: center;
}
.inner-banner-img {
    display: none;
}
.inner-banner-cnt {
    padding: 30px 15px;
    text-align: center;
}
.inner-banner-cnt h1 {
    font-size: 28px;
}
.friefacts-call-heading {
    margin-bottom: 30px;
    text-align: center;
}
.firefacts-slider-main {
    padding: 0 35px;
    text-align: center;
}
.contact-page-form {
    margin-top: 35px;
}
.infograpic-filter-inline {
    display: block;
    margin: 0 0 8px;
}
.infograpic-filter label {
    font-size: 26px;
    display: block;
}
.infograpic-filter-input, .infograpic-filter-input-last {
    width: 100%;
} 
.infograpic-boxes-main ul {
    -moz-column-width: 10em;
    -webkit-column-width: 10em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.infograpic-boxes-main li {
    margin-bottom: 12px;
    margin-top: 12px;
}
.infograpic-filter {
    margin: 35px 0 20px;
}
    
} 

@media screen and ( max-width: 374px ){
   
.infograpic-boxes-main ul {
    -moz-column-width: 9em;
    -webkit-column-width: 9em; 
}
    
}