/*=================================common-css==================================================*/
html,
body {
    font-size: 16px;
    line-height: 1.3;
    scroll-behavior: smooth;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1111;
}

.bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color:#fff;
    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 ;
}
.bg-inner{
    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 ;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.vs-pic{
    max-width: 60%;
    width: 100%;
}
.vs-pic-inner{
    width: 100%;
    position: relative;
    padding-bottom: 92.3780487804878%
}
.vs-title{
    max-width:30%;
    width: 100%;
/*    margin-left: -10%;*/
}
.vs-title-inner{
    width: 100%;
    position: relative;
    padding-bottom: 104.5929018789144% 
}
.credit{
    color: #797777;; 
    background-color: #3; 
    font-size:15px; 
    font-weight:500; 
    padding: 20px 15px; 
    margin: 0;  
    font-family: "PT Serif",Times,"Times New Roman","serif"; 
    text-align: center
}
.overlay{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    opacity: 0;
    z-index: 5
}
.scroll-bottom-outer-v2 {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.scroll-bottom-outer-v2 .scroll-bottom {
    font-size: 15px;
    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;
}
.scroll-bottom {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 0 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
}
.scroll-bottom-outer-v2 .scroll-bottom span {
    display: inline-block;
    padding: 0 5px;
}
.scroll-bottom-outer-v2 .scroll-bottom span {
    display: inline-block;
    padding: 0 5px;
}
.scroll-bottom-icon-v2 {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    -webkit-animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite bOTH;
}
@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    90% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    80% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    90% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.desk-view{
    display: none;
}
.show{
    opacity: 1
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    opacity: 0;
    padding: 200px 15px 0 15px;
    position: relative;
    z-index: 1000000;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: red;
}
.logo-group {
    width: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 100000000000000 !important;
}
.logo-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 10px 0px 0px 0px;
    position: relative;
    z-index: 10000000;
    margin-bottom: 10px;
}
.manorama-logo {
    max-width: 250px;
    width: 100%;
    display: block;
}
.infographic {
    margin-left: auto;
}
.infographic a {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #f1f1f1;
    display: inline-block;
}
.infographic span {
    color: #f1f1f1;
}
.infographic a {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333;
    display: inline-block;
}
.desk {
    display: block;
}
.mob {
    display: none !important;
}
.desc{
    color: #333;
    font-size:22px; 
    font-family: "PT Serif",Times,"Times New Roman","serif"; 
    margin: 0;
    padding: 25px 0;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    background-color: #fff;
    padding-bottom: 0;
}
.img-outer{
    max-width: 100%;
    width: 100%;
}
.img-inner{
    width: 100%;
    position: relative;
    -webkit-animation: placeHolderShimmer 2s linear infinite forwards;
    animation: placeHolderShimmer 2s linear infinite forwards;
    background-color: var(--cardBox-color);
    background: linear-gradient(to right, #eee 8%, #bbb 18%, #eee 33%);
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 1248px 800px;
}
img{
    max-width: 100%;
    display: block;
}
.intro{
    opacity: 1;       
}
* {
    box-sizing: border-box
}
.posi-relative{
    position: relative;
}
img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.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;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -400px 0
    }

    100% {
        background-position: 400px 0
    }
}


a {
    cursor: pointer;
    display: block;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

input:focus,
button,
img,
a {
    outline: none;
    border: none
}

/*=================================common-css==================================================*/

/*site-css*/

.social-media-main {
    width: 30px;
    /*    height: 195px;*/
    float: left;
    position: fixed;
    bottom: 4px;
    z-index: 99999999999;
    right: 20px;
    padding-top: 35px;
}
.shretle {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    width: 30px;
    height:30px;
    line-height:50px;
    background-size:60% auto;
    background-image:url(../images/share.svg);
    background-repeat:no-repeat;
    background-position:center center;
    -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:0;
    left:0;
    cursor:pointer;
    -moz-transition:all .2s linear .0s;
    -webkit-transition:all .2s linear .0s;
    transition:all .2s linear .0s;
}
.shretle.open {
    top:0;
    background-image:url(../images/close.svg);

}
.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: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    background-image: url(../images/social.svg);
    background-size:40px auto;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;

    margin-bottom: 5px;
}
.tw-clr {
    background-position: -5px -87px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: -4px -56px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: -4px -128px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: -6px -5px;
}
/* .........................  /Social media style  .........................*/
.show{
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.intro {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
