/*=================================common-css==================================================*/

body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--body-bg)
}
:root {
    --body-bg: #fff;
    --white-color: #fff;
    --black-color: #000;
    --light-blue:#f1fffd;
    --red:#d02722;
    --border:#9cdbd4;
}
.theme-red {
    --body-bg: #ffe9e9;
    --white-color: #fff;
    --black-color: #000;
    --light-blue:#f89999;
    --red:#d02722;
    --border:#9cdbd4;
}
.justify-content-center {
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
}
* {
    box-sizing: border-box
}
img {
    max-width: 100%;
    display: block
}
a, button, img{
    outline: none;
}
.no-jump-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    color: #F7F7F7;
    image-rendering: -webkit-optimize-contrast !important;
}
.cmp-onam__color-pallete{
    background-color:#fff;
    padding: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    top:50%;
    right:0;
    cursor:pointer;
    position: fixed;
    margin-top: -20px;
}
.cmp-onam__color-pallete-icon{
    background-size:30px 30px;
    background-image:url("../images/pallete.svg");
    background-repeat:no-repeat;
    background-position:center center;
    display: inline-block;
    width: 30px;
    height:30px;
}
.containers {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
    top: 0px;
    left: 0px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid black    
}
.yellow{
    background-color: yellow;
}

.red{
    background-color: green
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}
select,
input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ff4f0f;
    color: #333;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 0.875rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

input[type="radio"] {
    cursor: pointer
}


a {
    cursor: pointer;
    display: block;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}
li {
    list-style-type: none;
}
/*=================================common-css==================================================*/
/*=================================custom-select ==================================================*/
.custom-select {
    width: 100%;
    line-height: normal;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: auto;
    background-size: 8px 10px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}
/*=================================custom-select ==================================================*/
/*site-css*/
.cmp-onam__banner{
    width: 100%;  
    padding-bottom: 36.40625% ;
    position: relative;
}
.cmp-onam__banner img{
    z-index: 10;
}


.cmp-onam__main-title-area{
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.cmp-onam__main-title-area-inner{
    width: 40%; 
    margin: 0 auto;
    padding: 20px 20px;
    /*    background-color: rgba(0, 0, 0, 0.2);*/
    height: 100%;

}
.cmp-onam__manorma-logo{
    max-width: 320px;
    margin: 0 auto;

}
.cmp-onam__manorma-logo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 8.833333333333334% 
}
.cmp-onam__main-logo{
    max-width: 575px;
    margin: 0 auto;
}
.cmp-onam__main-logo-inner{
    width: 100%;
    position: relative;
    padding-bottom: 38.78260869565217% ;
    margin-top: 20px;
}
.cmp-onam__logo-mainwrapper{
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 15px; 
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
}
.cmp-onam__sponsor-logo{
    padding: 0 15px; 
    margin-top: 20px;
}
.cmp-onam__sponsor-logo-title-outer{
    width: 100%;
}
.cmp-onam__sponsor-logo-title{
    color: var(--black-color);
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "arial", sans-serif;
    font-weight: 500;
    line-height: 1
}
.cmp-onam__sponsor-logo-title-hig{
    color: var(--red);
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "arial", sans-serif;
    font-weight:600;
    line-height: 1
}
.cmp-onam__sponsor-logo-img{

}
.kfc{
    max-width: 130px;
}
.panasonic{
    max-width: 160px;
}
.cmp-onam__container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.cmp-onam__sub-head{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    margin-bottom: 20px;
}
.cmp-onam__sub-head-cont{
    font-size: 22px;
    color: var(--black-color);
    text-align: left;
    font-family:EGGIndulekhaUni;
    line-height: normal;
    width: 100%;
    padding-right: 10px;
}
.cmp-onam__ad{
    max-width: 300px;
    width: 300px;
    height: 250px;
    min-width: 300px;
    text-align: center;
}
.cmp-onam__section{
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.cmp-onam__section:after{
    width: 100%;
    background-image: url(../images/flower.png), url(../images/flower-right.png);
    background-position: -100px center, right -50px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 350px auto, 350px auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
.video-block{
    background-size: 300px auto, 300px auto;
    padding: 80px 0;
}
.video-block:after{
    background-size: 300px auto, 300px auto;
}
.cmp-onam__show-case{
    width: 100%;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
.cmp-onam__show-card{
    width:50%;
    padding: 10px;
    position: relative;
}
.cmp-onam__show-card:after{
    content: "";
    position: absolute;
    bottom: 0;
}
.cmp-onam__show-card-inner{
    position: relative;
    width: 100%;
    padding-bottom: 64.28571428571429%;
    z-index: 12;
}
.cmp-onam__border-top-outer{
    width: 100%;
    background: linear-gradient(to bottom,  var(--body-bg) 1%,var(--light-blue) 100%); 
}
.cmp-onam__border-bottom-outer{
    width: 100%;
    background: linear-gradient(to bottom,  var(--light-blue) 0%,var(--body-bg) 99%);
}

.cmp-onam__border-top{
    width: 100%;
    background-image: url(../images/border-top.png); 
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 1300px auto; 
    height: 109px; 
}
.cmp-onam__border-bottom{
    width: 100%;
    background-image: url(../images/border-bottom.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 1300px auto; 
    height: 109px; 

}
.cmp-onam__section-body{
    background-color: var(--light-blue);
    padding: 20px 0;
}
.cmp-onam__articleNews{
    width: 100%;
}
.cmp-onam__indvNews-row{
    margin: 0 -15px;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex;
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
}
.cmp-onam__indvNews{
    width:33.33333333333333%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.cmp-onam__indvNews-inner{
    padding: 10px;
    background-color: var(--body-bg);
    border: 2px dashed var(--border);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
.video-block .cmp-onam__indvNews-inner{
    padding-bottom: 0;
} 
.video-block .cmp-onam__indvNews{
    width: 50%;
}
.cmp-onam__articleNews-img{
    width: 100%;
    position: relative;
    padding-bottom: 52.166666666666664%;
    -webkit-animation: placeHolderShimmer 2s linear infinite forwards;
    animation: placeHolderShimmer 2s linear infinite forwards;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: auto;
    background-size: 200px 60px;
    overflow: hidden;
}
.cmp-onam__articleNews-img img{
    transition:all .5s ease; 
}
.cmp-onam__articleNews-img img:hover {
    transform:scale(1.25)
}
.cmp-onam__articleNews-img.video-icon:after{
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
    background-image: url(../images/video-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
}
.cmp-onam__newsContent{
    margin: 10px 0;
    padding: 0 10px;
    font-size: 20px;
    color: var(--black-color);
    line-height: normal;
    font-family:EGGIndulekhaUni;
    text-align: center;
}
.cmp-onam__articleNews:after{
    clear: both;
    content: "";
    display: table;
}
.cmp-onam__newsRead{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.cmp-onam__newsReadImg{
    display: inline-block;
}

.cmp-onam__popup-overlay {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index:10000000000;
    display:none;
    overflow-y:auto;
    text-align:center;
    -webkit-animation:fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation:fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    padding-top:0.625rem;
    padding-right:0.625rem;
    padding-bottom:0.625rem;
    padding-left:0.625rem;

}

.cmp-onam__content-block {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F4EFE7;
    position: relative;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    min-height: 450px;
    background-image: url("../images/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    min-height: initial !important;
}
.cmp-onam__close-btn{
    width: 30px;
    height: 22px;
    background-color: red;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 16px;
    font-weight: 600;
    z-index: 11;
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -webkit-box-pack: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
    border-radius: 5px 5px 0 0;
    line-height: 1;

}
.cmp-onam__close-btn:after{
    content: "X";
    font-family: "arial", sans-serif;
    color: #fff;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cmp-onam__copyright{
    width: 100%;
    text-align: center
}
.cmp-onam__copyright p{
    font-family: "arial", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.cmp-onam__footer-bg{
    width: 100%;
    height:500px;
    background-image: url(../images/onam-bg-footer.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: cover; 
    position: relative;
}
.cmp-onam__mobilebanner-img{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.cmp-onam__mobilebanner-img-inner{
    position: relative;
    width: 100%;
    padding-bottom: 82.48847926267281% ;
}
/* .........................  Social media style  .........................*/
.shareboxwrp {
    display:none;
    float:left;
    width:100%
}
.shareboxwrpin {
    margin:0 auto;
    display:table;
    width:40px
}
.social-media-main {
    width:50px;
    height:192px;
    float:left;
    position:fixed;
    bottom:0px;
    z-index:1009;
    right:10px;
    padding-top:60px
}
.shretle {
    font-size:11px;
    font-family:arial;
    font-weight:bold;
    text-transform:uppercase;
    width:50px;
    height:50px;
    line-height:50px;
    background-size:30px 62px;
    background-image:url("../images/social-share.svg");
    background-repeat:no-repeat;
    background-position:8px -23px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    background-color:#FFFFFF;
    padding:3px 0;
    color:#fff;
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    box-shadow:0px 0px 5px rgba(0,0,0,0.4);
    float:left;
    position:absolute;
    top:100px;
    left:0;
    cursor:pointer;
    -moz-transition:top .2s linear .0s;
    -webkit-transition:top .2s linear .0s;
    transition:top .2s linear .0s;

}
.shretle.open {
    top:0;
    background-position:10px 15px
}
.social-media-ins {
    width:100%;
    height:180px;
    float:left;
    margin:0px
}
.social-media-head {
    width:100%;
    height:auto;
    float:left;
    font-family:arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#FFFFFF;
    text-align:center;
    line-height:110%
}
.social-media-icon {
    width:40px;
    height:40px;
    cursor:pointer;
    background-image:url(../images/social.svg);
    background-size:50px auto;
    background-repeat:no-repeat;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    margin: 0 auto 5px auto
}
.tw-clr {
    background-position:-4px -107px;
    background-color:#2caafe
}
.gl-clr {
    background-position:-4px -56px;
    background-color:#fb443e
}
.wt-clr {
    background-position:-4px -159px;
    background-color:#13b345
}
.fb-clr {
    background-color:#2b44a0;
    background-position:-6px -5px
}
/* .........................  /Social media style  .........................*/

.mobile{
    display: none;
}
.desk{
    display: block;
}
