@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.woff2') format('woff2'), url('lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'), url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.woff2') format('woff2'), url('lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,
html {
    outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'latoregular';
    font-size: 15px;
    color: #282828;
    position: relative;
}

a:hover,
a:focus {
    text-decoration: none;
}
.digiBanner {
    position: relative;
}
.digiBanner img {
    width: 100%;
}
.mainBnr {
    position: relative;
    margin: 30px 15px 50px;
    text-align: center;
}
.titleHead {
    font-size: 30px;
    margin-top: 15px;
    font-family: 'latobold';
    color: #97144d;
    letter-spacing: 3px;
}
.mainBnr p {
    font-size: 25px;
    letter-spacing: 5px;
}
.burgClr {
    color: #97144d;
}
.burgClr:hover {
    text-decoration: none;
    color: #97144d;
}
.abSection {
    font-size: 20px;
    margin: 30px 0;
    font-family: 'latobold';
}
.subTitle{
    color: #97144d;
    font-family: 'latobold';
    margin: 0 0 10px;
    font-size: 18px;
}
.fntBold{
    font-family: 'latobold';
}
.pdfOpt{
    margin: 10px 0 0 20px;
}
.pdfOr{
    margin: 15px 50px;
    font-size: 18px;
    font-family: 'latobold';
}
.mrgTp {
    margin: 25px 0 10px;
}
.ulList{
    margin: 0 0 0 22px;
}
.ulList li{
    margin: 5px 0 0px;
    list-style: disc;
    font-size: 16px;
}
.ulList li::marker{
    font-size: 25px;
}

.bgImg img{
    width: 25%;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(170%, -75%);
}
.bgImg{
    background: #ecd4df;
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
    margin: 30px 0 20px;
}
.bgImg .homeIc{
    transform: translate(170%, -97%);
}
.btnLink{
    background: #97144d;
    color: #fff;
    text-align: center;
    display: block;
    margin:30px auto;
    width: 160px;
    padding: 10px;
    border-radius: 5px;
    -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #97144d; -webkit-box-shadow: 0 0 2px #97144d; }
  50% { background-color: #cb256d; -webkit-box-shadow: 0 0 10px #cb256d; }
  100% { background-color: #97144d; -webkit-box-shadow: 0 0 2px #97144d; }
}

@-moz-keyframes glowing {
  0% { background-color: #97144d; -moz-box-shadow: 0 0 2px #97144d; }
  50% { background-color: #cb256d; -moz-box-shadow: 0 0 20px #cb256d; }
  100% { background-color: #97144d; -moz-box-shadow: 0 0 2px #97144d; }
}

@-o-keyframes glowing {
  0% { background-color: #97144d; box-shadow: 0 0 2px #97144d; }
  50% { background-color: #cb256d; box-shadow: 0 0 10px #cb256d; }
  100% { background-color: #97144d; box-shadow: 0 0 2px #97144d; }
}

@keyframes glowing {
  0% { background-color: #97144d; box-shadow: 0 0 2px #97144d; }
  50% { background-color: #cb256d; box-shadow: 0 0 10px #cb256d; }
  100% { background-color: #97144d; box-shadow: 0 0 2px #97144d; }
}
.btnLink:hover,.btnLink:focus{
    color: #fff;
}
.artiCle{
    margin: 10px 0;
}
.artShare{
    border-top:solid 1px #e6e6e6;
    border-bottom:solid 2px #e6e6e6;
    margin: 20px 0;
    padding: 10px;
}
.artShare p{
    color: #9b9b9b;
}
.floatBtn {
    font-size: 16px;
    background: #595959;
    transform: rotate(90deg);
    position: absolute;
    right: -6rem;
    top: 30rem;
    color: #fff;
    text-decoration: none;
    animation: glowing 1500ms infinite;
}

.floatBtn.right:before {
    width: 42px;
    height: 30px;
    top: 0;
}

.floatBtn.right {
    transform: rotate(270deg);
    right: -72px;
    padding: 0.3rem 0 0 3rem;
    width: 11rem;
    height: 40px;
}
.floatBtn:before {
    content: "";
    background: url(../images/download-icon.png) no-repeat top center;
    position: absolute;
    top: 8px;
    left: 5px;
    border-bottom: 1px solid #fff;
    height: 32px;
    width: 46px;
    transform: rotate(-90deg);
}
.shareVia {
    left: -100px;
    padding: 0.5rem 0 0 3.5rem;
    width: 15rem;
    height: 40px;
    letter-spacing: 1px;
    z-index: 2;
}
.shareVia:before{
    content: "";
    background: url(../images/whatsapp-green.png) no-repeat top center;
    left: 2px;
    top: 3px;
    width: 46px;
    height: 32px;
    padding: 18px;
}
.floatBtn:hover,.floatBtn:focus{
    color: #fff;
}
.whtsIcon img{
    margin-left: 10px;
}
.heartImg{
    margin: 0 0 30px;
    position: relative;
}
.heartImg img{
    display: inline-block;
    width: 25%;
}
.heartImg img:last-child{
    float: right;
}
.heartLine{
    width: 50%;
    border: solid 1px #ecd4df;
    vertical-align: bottom;
    position: absolute;
    top: 74%;
    transform: translate(50%, 0);
}

footer {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #444;
    color: #fff;
    padding: 10px 0;
}
.copyRight {
    display: inline-block;
    color: #e4e4e4;
    font-size: 13px;
}
ul.ftrLinks {
    display: inline-block;
    float: right;
}
ul.ftrLinks li {
    display: inline-block;
    color: #e4e4e4;
    font-size: 13px;
}
ul.ftrLinks li a {
    color: #e4e4e4;
    padding: 0 3rem;
    border-right: 1px solid #767676;
    display: inline-block;
    text-decoration: none;
}
ul.ftrLinks li a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
}
ul.ftrLinks li a:hover:after {
    background-color: #fff;
    width: 100%;
}
ul.ftrLinks li:last-child a {
    border: none;
}
.itl {
    font-family: 'latobold';
    font-style: italic;
}
/*.floatingBtn {
    position: fixed;
    right: 0;
    text-align: center;
    padding: 25px 8px;
    background: #97144d;
    font-size: 16px;
    z-index: 1000;
    color: #fff!important;
    top: 40%;
    writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    direction: rtl;
}*/


/* New Header */

.headerNew.ipl {
    border-top: 30px solid #97144d;
}

.ipl .LogoPart {
    position: relative;
    top: -10px;
    background: #97144d;
    padding: 0px 0 0 80px;
    font-family: Arial;
    font-size: 36px;
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

.ipl .LogoPart a {
    color: #fff;
    text-decoration: none;
}

.ipl .LogoPart img {
    width: 86%;
    float: right;
    position: relative;
    z-index: 2;
    right: 10px;
}

.ipl .LogoPart::after {
    content: '';
    background: #97144d;
    position: absolute;
    height: 120%;
    width: 50px;
    border-radius: 0 0 20px 0;
    right: 0;
    top: -13px;
    margin-right: -37px;
    transform: rotate(35deg);
}

.ipl .LogoPart span {
    position: absolute;
    top: 7px;
    left: 100%;
    width: 15px;
    height: 15px;
    margin-left: 50px;
    transform: rotate(17deg);
}

.ipl .LogoPart span::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #97144d;
    width: 100%;
    height: 100%;
}

.ipl .LogoPart span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 0;
    left: 0;
    border-top-left-radius: 30px;
}


/* New Header end */

@media screen and (max-width:668px) {
    .ipl .LogoPart {
        padding: 0px;
    }
    .mainBnr p,
    .mainBnr p span {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .ipl .LogoPart {
        height: 50px;
        padding: 5px 10px;
        max-width: 152px;
    }
    .ipl .LogoPart img {
        width: 95%;
        right: 0;
    }
    .ipl .LogoPart span {
        transform: rotate(18deg);
        margin-left: 30px;
    }
    .ipl .LogoPart:after {
        top: -11px;
        margin-right: -24px;
        transform: rotate(32deg);
    }
    .headerNew.ipl {
        border-top: 15px solid #97144d;
    }
    .copyRight,
    ul.ftrLinks li {
        display: block;
        text-align: center;
    }
    ul.ftrLinks li a {
        border-right: none;
    }
    ul.ftrLinks {
        display: block;
        float: none;
    }
    
    .floatingBtn {
        right: inherit;
        top: inherit;
        width: 100%;
        writing-mode: inherit;
        bottom: 0;
        padding: 12px;
    }
    
    /* footer {
        margin-bottom: 40px;
    } */
    .mainBnr {
        top: 5%;
        width: 100%;
        margin: 30px auto 0;
    }
    .titleHead {
    font-size: 22px;
}
    .floatBtn, .heartImg{
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ipl .LogoPart {
        padding: 0;
    }
}