/* -------------------------------------------------------------------------- */
/*                                 logo Fonts                                 */
/* -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lemonada:400,500,600,700|Roboto&display=swap');

/* -------------------- font-family: 'Lemonada', cursive; ------------------- */

/* ------------------- font-family: 'Roboto', sans-serif; ------------------- */



*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif !important;
}
li{
    list-style:none;
}
p{
    font-size:18px !important;
    color:#323232 !important;
    text-align: justify;
}
body{
    line-height:1.6rem;
    position: relative;
    background:#F0F0F0;
}
/* -------------------------------------------------------------------------- */
/*                               Main CSS Start                               */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                            header CSS Part Stary                           */
/* -------------------------------------------------------------------------- */
.background{
    background:#ffffff;
    padding: 25px;
}
.brand a{
    background: #5A5A5A;
    display: block;
    padding: 0px 0 0px 0;
  
}
.brand a:hover{
    text-decoration: none;
}
/* .brand a h2{
    padding: 14px 0 18px 0;
    text-align: left;
    background: #5A5A5A;
    text-shadow: 1px 2px 2px #cccc;
    text-transform: capitalize;
    margin-left: 21px;
} */
.brand a img{
    width: 57%;
    height: 242px;
    margin: 0 auto;
    display: block;
}

/* ------------------------- Left Content CSS Start ------------------------- */
.single_content_left h4{
    font-size:1.3rem;
    line-height:2.2rem;
    text-align:justify;
    font-family: 'Roboto', sans-serif;
}
.single_content_left h2{
    font-size:2rem;
    font-weight:700;
    line-height:2.2rem;
    text-align:justify;
    font-family: 'Roboto', sans-serif;
}
.single_content_left h3{
    font-size:1.4rem;
    line-height:2.2rem;
    text-align:justify;
    font-family: 'Roboto', sans-serif;
}
.single_content_left iframe{
    width:100%;
    height:350px;
}
.single_content_left img{
    width:100%;
    height:15.875rem;
}
.single_content_left .long_img{
    width:100%;
    height:auto;
}

/* ------------------------- Right Content CSS Start ------------------------ */
.single_content_right h2{
    font-size:1.6rem;
    font-weight:700;
    line-height:2.2rem;
    text-align:justify;
    font-family: 'Roboto', sans-serif;
}
.single_content_right img{
    width:100%;
    height:260px;
}

/* ---------------------------- Footer CSS Start ---------------------------- */
.footer{
    background: #5A5A5A;
    padding: 17px 15px 1px 0;
    height: 80px;
    line-height:8px;
}
.footer p{
    text-align: center;
    color:#ffffff !important;
    font-family: 'Roboto', sans-serif;
}
.footer p a{
    color:#ffffff;
}

