@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #69c0c3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/*.................................... Common CSS ..................................................*/
.chevron {
    margin-top: 20px;
right: 0 !important;
bottom: 25px !important;
width: 100%;
    color: #FF4081;
	position: absolute;
	bottom: 80px;
	right: 20%;
	font-size: 15px;
/*	font-family: 'PT Serif', serif;*/
	font-family: 'Roboto', sans-serif;
	color: #357577;
	text-align: center
	
}
.chevron img {
    width: auto;
	-webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.fullwidth{
	width:100%;
}

.clearfix{
	clear:both;
}
.web-only {display: block}
.ipad-only {display: none}

.banner-wrapper{
	width: 100%;
	overflow: hidden;
	position: relative
}
.banner-inner {
	float: left;
}
.online-logo {
    width: 100%;
    height: 17%;
    position: absolute;
    z-index: 1;
   
}
.conclu {color: #1c798c;
    font-size: 24px;
    font-family: EGGIndulekhaUni;
	display: inline-block;
    padding: 20px;
    line-height: 120%;
}
.scroll-bottom img{
    -webkit-animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
.scroll-text{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    position: absolute; 
    width:150px;
    bottom: 45px;
    left: 50%;
    margin-left: -75px;
    text-align: center; 
    color: #fff;
    z-index: 100
}
.scroll{
    max-width: 100px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
}
.scroll-bottom{
    position:absolute;
    width:20px;
    height:20px;
    margin:0 auto;
    bottom:20px;
    z-index:100;
    left:50%;
    margin-left:-10px;
}

.q-a-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
    padding: 0 10px;
	overflow: hidden;
}

.dropdown-inner {
    display: none;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fbe2de;
    width: 100%;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-inner.open {
  display: block;
}
.article-image {width: 100%; margin: 5px auto 0px auto; text-align: center}
.article-image img {width: 100%; text-align: center}

.dropdown {
    width: 100%;
    margin-bottom: 10px;
}

/* Shutter In Vertical */
.dropdown-toggle {
    display: inline-block;
    padding: 15px 45px 15px 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #deeaea;
    -moz-transition: all .1s ease .0s;
    -webkit-transition: all .1s ease .0s;
    transition: all .1s ease .0s;
    width: 100%;
    position: relative;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    border-left: 3px solid #ef4036;
}
/*
.dropdown-toggle:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1C798C;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
*/
.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
  color: white;
}
.dropdown-toggle:hover:before, .dropdown-toggle:focus:before, .dropdown-toggle:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.dropdown-toggle:hover {
    background: #d45b4c;
    padding-left: 17px;
    color: #fff;
}
/* Shutter In Vertical */

.eng-link{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
    padding-top: 15px;
    float: none;
}
.eng-font {
	border: 1px solid #750000;
	color: #000000;
	width: 106px;
	margin: 0px auto;
	background-color: #ffff;
	float: none;
	overflow: hidden;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	margin-bottom: 15px;
}

.eng-font a{
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px auto;
	background-color: #ffff;
	padding: 10px;

}


.title, .subtitle {
  font-family: roboto;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  display: block;
  padding: 40px 10px;
  color: #000;
	text-align: center;
	line-height: 130%;
    word-break: normal;
}
.subtitle {
  background: none;
  font-size: 1.5em;
  padding: 20px 0;
}
a {
  font-family: roboto;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: normal;
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #0071a2;
}
a .caret {
    background-image: url(../images/toggle-arrow.svg);
    background-repeat: no-repeat;
    background-size: 50px 24px;
    display: block;
    margin-top: -12px;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #ef4036;
    border-radius: 50%;
    background-position: 0 0;
	
}


/*
.dropdown-active .caret {
  background: url("../images/icons8-minus-40.png")no-repeat center left;
  margin-top: 5px;
  background-size: 24px;
}
*/

.dropdown-active .caret {
    background-color: #9b1e0d;
    background-position: -26px 0px;
    -moz-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 1px 2px 1px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 1px 2px 1px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.2);
}

p {
  display:inline-block;
  align-items: end;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  padding: 20px;
  color: #000;
  line-height: 140%;
	word-break: normal
}
.dropdown-inner ul li {
	font-family: 'PT Serif', serif;
	font-size: 1.3em;
    color: #333;
	line-height: 155%;
    margin-left: 55px;
	list-style: disc;
}

.footer-wrapper{
	float:left;
	width:100%;
	background-color: #333;
	margin-top: 50px;
}
.copy-rightp {
    font-family: arial;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 10px 0 40px 0;
	word-break: normal
}
.pagelink {
	background-color: transparent;
	color: #1f9bc8;
	font-size: 20px;
	padding: 0;
	border: none;
}


.video-block {
	width: 100%;
	background-color: #fff;
	margin: 20px auto
}

.video-frame {
	padding-top: 56.30%;
}
iframe.video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video-block-In {
	width: 100%;
	position: relative;
}

.footer-content{
    text-align: center;
    max-width: 1000px;
    padding: 20px 0;
    font-size: 17px;
	color: #fff;
    margin: 0px auto;
    font-family: roboto;
	overflow: hidden;
	line-height: 130%;
}
.footer-content p{
    font-weight: bold
}
.infopagelink {
    display: block;
    margin: 0px auto;
    color: #fff;
    text-decoration: none;
	font-family: arial;
    font-size: 15px;
	text-align: center;
	background-color: transparent;
	padding: 0;
	border: none;
}
.infopagelink span {
    
    font-weight: bold;
    color: #00b9f1;
}

.relatedstorywrp {
    width: 100%;
    max-width: 1000px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.storylist-li {
    float: left;
    width: 33.333%;
    padding: 0 10px 0 10px;
    list-style: none
}
.storyLink {
    text-decoration: none;
}
.storyDispn {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    margin-top: 10px;
    line-height: 20px;
}
.storyIn{float: left}
.storyImg{}
.storyDispn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    line-height: 130%;
	font-family: 'PT Serif', serif;
font-weight: normal;
}
.dropdown-toggle.dropdown-active {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #ca5040;
    color: #FFFFFF;
}
.read-inMl {
    background: #ddedeb;
    color: #333;
    font-size: 14px;
    width: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 11;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    border: none;
    font-family: roboto, arial;
}


/*Social media -*/

.sharetitle {

    color: #c2c2c2;
    text-align: center;
    margin-bottom: 5px;
    font-family: arial;
    font-weight: bold;
	padding: 10px

}
.social-media-icon {
	width: 40px;
	height: 40px;
	margin: 0 3px;
	float: left;
	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%;
	background-color: #ca5040;
	margin-bottom: 5px;
}
.shareboxwrp {

    float: left;
    width: 100%;
    text-align: center;
	margin: 25px 0;

}
.shareboxwrpin {

    display: table;
    margin: 0 auto;

}
.tw-clr {
	background-position: -4px -107px;
	
}
.tw-clr:hover {
	background-color: #2caafe;
}
.gl-clr {
	background-position: -4px -56px;
}
.gl-clr:hover {
	background-color: #fb443e;
}
.wt-clr {
	background-position: -4px -159px;
}
.wt-clr:hover {
	background-color: #13b345;
}
.fb-clr {
	background-position: -6px -5px;
}
.fb-clr:hover {
	background-color: #2b44a0;
}
/*Social media -*/


/*animation bubble*/

/* KEYFRAMES */
@-webkit-keyframes vertical {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}
@keyframes vertical {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%, 30%, 50%, 70% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    20%, 40%, 60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
	
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: -5%;
	top: 5%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 5%;
	top: 80%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 10%;
	top: 40%;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 20%;
	top: 0;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 30%;
	top: 50%;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 50%;
	top: 0;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 65%;
	top: 70%;
	
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 80%;
	top: 10%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 90%;
	top: 50%;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate, rotation 8s infinite linear;
	
	left: 80%;
	top: 80%;
	
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	animation-delay: inherit;
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
/*
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
*/
	
    height: 200px;
	position: absolute;
	width: 200px;
	background-image: url("../images/corona1.png");
	background-repeat: no-repeat;
	background-position: center;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
/*
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
*/
	
	content: "";
    height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}