/*Update rules according style guide*/
body{
    font-family: 'Montserrat', 'Open Sans', ,sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
div.body{
    width: 100%;
    min-height: 1000px;
}
.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: "Montserrat";
    color: #22282f;
}
h1{
    font-size: 100px;
    font-weight: 900;
    line-height: 1.1em;
}
h2{
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 1.28px;
}
h3{
    font-size: 36px;
    font-weight: 400;
}
h4{
    font-size: 24px;
    font-weight: 400;
}
h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
}

a{
    font-family: "Montserrat";
}


/*Paragraph*/
p{
    font-family: "Montserrat";
    color: #22282f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}
p a{
    color: #8a2411;
}
p a:hover,
p a:active,
p a:focus{
    color: #8a2411;
} 
ul li{
    font-family: "Montserrat";
    color: #22282f;
    font-size: 18px;
    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: "Montserrat";
    color: #22282f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}
blockquote, q{
    font-family: "Montserrat";
    color: #22282f;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.64px;
    line-height: 33px;
}

.dark-theme p, 
.dark-theme h1, 
.dark-theme h2, 
.dark-theme h3, 
.dark-theme h4, 
.dark-theme h5, 
.dark-theme h6, 
.dark-theme ul li,
.dark-theme ol li,
.dark-theme blockquote, 
.dark-theme q{
    color: #fff;
}

.control-label,
.form-control,
.form-check-label{
    font-family: "Montserrat";
}

.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: 120px;
    height: 45px;
    /*border-radius: 6px;*/
    background-color: #8a2411;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 16px!important;
    font-weight: 600;
    line-height: 20px;
    padding-top: 11px;
    border-radius: 0;
}
.site-btn1:hover,
.site-btn1:active,
.site-btn1:focus{
    color: #ffffff;
}
.site-btn2{
    min-width: 245px;
    height: 75px;
    background-color: #ffffff;
    color: #8a2411;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    border-radius: 0;
}
.site-btn2:hover,
.site-btn2:active,
.site-btn2:focus{
    color: #8a2411;
}
.site-btn3{
    min-width: 245px;
    height: 75px;
    background-color: #8a2411;
    color: #f2f2f2;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    border-radius: 0;
}
.site-btn3:hover,
.site-btn3:active,
.site-btn3:focus{
    color: #f2f2f2;
}
.site-btn4{
    min-width: 200px;
    height: 57px;
    background-color: #8a2411;
    color: #f2f2f2;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 24px;
    padding-top: 16px;
    border-radius: 0;
}
.site-btn4:hover,
.site-btn4:active,
.site-btn4:focus{
    color: #f2f2f2;
}
.site-btn5{
    min-width: 186px;
    height: 57px;
    background-color: #ffffff;
    color: #242424;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
    line-height: 24px;
    padding-top: 16px;
    border-radius: 0;
}
.site-btn5:hover,
.site-btn5:active,
.site-btn5:focus{
    color: #242424;
}

.page-details-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}


@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;
    }
    h5{
        font-size: 14px;
        line-height: 18px;
    }    
    p{
        font-size: 14px;
    }
    
    .card-item-box .image-box{
        height: 160px;
    }
    .site-btn2{
        width: 100%;
        margin-bottom: 20px;
    }
    .site-btn3{
        width: 100%;
    }
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    h1{
        font-size: 85px;
    }
    
    .site-btn1{
        min-width: 103px;
        height: 36px;
        font-size: 13px!important;   
        line-height: 15px;
        padding-top: 10px;
    }
    
    h2{
        font-size: 42px;
    }
    
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

