/*Update rules according style guide*/
body{
    font-family: 'acumin-pro', 'neue-haas-grotesk-display', 'Montserrat' ,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.para-font{ font-family: "neue-haas-grotesk-display";}
div.body{
    width: 100%;
    min-height: 1000px;
    background-color: #141414;
}
.fontMontserrat{
    font-family: "Montserrat";
}

/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}


/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

/*Custom CSSs*/
/*Colors*/
.color-red { color: #E01A4F;}
.color-blue { color: #60CB3F;}
.color-green { color: #4B62FF;}
.color-gray { color: #F5F8FA; }
.color-dark-gray { color: #333333; }
.color-black { color: #1F1F1F; }

.max-width{
    max-width: 1410px;
    margin: 0 auto;
}

/*Headings*/
h1, h2, h3, h4, h5, h6{
    font-family: "acumin-pro",sans-serif;
    color: #ffffff;
}
h1{
    font-size: 127px;
    font-weight: 700;
    line-height: 1.1em;
}
h2{
    font-size: 42px;
    font-weight: 700;
    /*letter-spacing: -1.76px;*/
}
h3{
    font-size: 24px;
    font-weight: 700;
}
h4{
    font-size: 20px;
    font-weight: 700;
    /*letter-spacing: -0.8px;*/
}
h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
}

a{
    font-family: "neue-haas-grotesk-display",sans-serif;
}


/*Paragraph*/
p{
    font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 16px;
    color: #f0f0f0;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}
p a{
    color: #D79A2B;
}
p a:hover,
p a:active,
p a:focus{
    color: #D79A2B;
} 
ul li{
    font-family: "neue-haas-grotesk-display",sans-serif;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}
/*ul li::before {
  content: "\2022";
  color: #ea0a2a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}*/
ol li{
    font-family: "neue-haas-grotesk-display",sans-serif;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}
blockquote, q{
    font-family: "neue-haas-grotesk-display",sans-serif;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flexContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-btn1{
    min-width: 150px;
    height: 34px;
    border: 1px solid #D79A2B;
    color: #D79A2B;
    font-size: 10px;
    /*font-weight: 400;*/
    font-weight: 600;
    border-radius: 0;
    padding-top: 9px;
}
.site-btn1:hover,
.site-btn1:active,
.site-btn1:focus{
    /*color: #D79A2B;*/
    background-color: #D79A2B;
    color: #000;
}
.site-btn2{
    color: #D79A2B;
    font-size: 14px;
    /*font-weight: 400;*/
    font-weight: 600;
    width: 329px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #D79A2B;
    padding-top: 12px;
    margin-bottom: 40px;
}
.site-btn2:hover,
.site-btn2:active,
.site-btn2:focus{
    /*color: #D79A2B;*/
    background-color: #D79A2B;
    color: #000;
}

.page-details-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-item-box{
    margin-bottom: 55px;
}
.card-item-box .image-box{
    height: 261px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.card-item-box h3{
    margin-bottom: 15px;
    min-height: 78px;
}
.card-item-box h3 a{
    color: #fff;
}
.card-item-box h3 a:hover,
.card-item-box a:active,
.card-item-box a:focus{
    color: #fff;
}
.card-item-box .posted-on{
    color: #bebebe;
    font-size: 14px;
    font-weight: 400;
}

.grid-item,
.grid-sizer{ 
    width: 22%;
    margin-bottom: 20px;
}
.grid-item--width2{ 
    width: 45%;
}
.grid-item img{
    /*max-width: 100%;
    height: 100%;*/
}


@media(max-width: 767px){
    h1{
        font-size: 42px;
    }
    h2{
        font-size: 24px;
        line-height: 28px;
    }
    h3{
        font-size: 18px;
        line-height: 22px;
    }
    h4{
        font-size: 16px;
        line-height: 19px;
    }
    h5{
        font-size: 14px;
        line-height: 18px;
    }    
    p{
        font-size: 14px;
    }
    
    .card-item-box .image-box{
        height: 160px;
    }
    .site-btn2{
        width: 100%;
    }
    
    .grid-item{ 
        width: 100%;
    }
    .grid-item--width2{ 
        width: 100%; 
    }
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    h1{
        font-size: 85px;
    }
    
    .card-item-box .image-box{
        height: 160px;
    }
}

@media(max-width: 570px) {
    .block41 .heroTitle {
        font-size: 60px;
    }
    .block41.event-lp-hero-block-section .para{
        margin-top: 0;
    }
    .block41 .para p{
        font-size: 14px;
        line-height: 1.8;
    }
}

