/* -------------------------------- Font Add -------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif !important;
}
.container-fluid {
    padding-right: 0px; 
    padding-left: 0px;   
}
li{
    list-style:none;
}
p{
    font-size:18px !important;
    font-family: 'Roboto', sans-serif;
}
h3{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight:700;
}
body{
    line-height:2.2rem !important;
    position: relative;
    text-align:justify;
}
a{
    text-decoration: none !important;
}


/* -------------------------------------------------------------------------- */
/*                               Main CSS Start                               */
/* -------------------------------------------------------------------------- */
/* ---------------------------- Header Part Start --------------------------- */
.header{
    background:#93073E;
    border-bottom:2px solid #FF5627;
}
.header img{
    width: 240px;
    height: 70px;
    border-radius: 66px 31px 75px 37px;
}
.header a{
    color:#ffffff !important;
}
.header a:hover{
    color:#FF5627 !important;
}
.active{
    color:#FF5627;
}

/* ---------------------------- Cotent CSS Start ---------------------------- */
.main_content{
    background:#D9D9D9;
}
.content_bg{
    background:#ffffff;
    border: 1px solid transparent;
    padding-top:50px !important;
}

/* ------------------------------ Left Content ------------------------------ */

.main_content h3{
    font-size:1.6rem !important;
    font-weight: 400;
}
.main_content img{
    width:100%;
    height:400px;
}

/* ------------------------------ Right Content ----------------------------- */
.right_single_content img{
    width:100%;
    height:200px;
}
.right_single_content h2{
    font-size: 1.6rem;
}
/* ---------------------------- Footer CSS Start ---------------------------- */
.footer{
    background:#93073E;
    color:#ffffff;
    text-align:center;
    line-height:.5rem;
    padding:25px;
    border-top:2px solid #FF5627;
}
.footer a{
    color:#ffffff;
}
.footer a:hover{
    border-bottom:1px solid #ffffff;
}