@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	scroll-behavior: smooth;
}

body {
	font-family: 'Lato', Arial, sans-serif;
}

/* To Navigation Style */
.codrops-top {
	background: #f06060;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #777;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #fff;
	color: #fff;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.6;
}



.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: #e5e5e5;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	color:#0D025A;
}
.headM{
	font-size: 2.625em;
	margin: 0;
    font-weight: 300;
	color:#FFFF;
	padding:30px 20px;

}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
	
}

/* To Navigation Style */
.imgmain{
	margin-left:30px;
	margin-right:10px;
	margin-top:0px;
	padding:20px 50px;
}
.codrops-top {
	background: #0D025A; /*#f06060;*/
	
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}


.container > section {
	padding: 2em;
	font-size: 1.4em;
	max-width: 50em;
	margin: 0 auto;
	
}
hr {
    display: inline-block;
    height: 1px;
    border: 0;
    border-top: 3px solid #e5e5e5;
    margin: 1em 0;
    padding: 0;
	width:30%;
	position:relative;
}
.fbold{
	color:#1075BD;
	font-weight: 700
}
.ParaHead{
	border-collapse:collapse;
	width:100%;
	color:#073277;
	float:left;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:10px;
	font-size:32px;
}

.container > section p {
	padding: 0.8em 0;
	text-align: justify;
	opacity: 1;
	font-weight: 300;
	line-height: 1.4;
}
.container > section  a {
	padding: 0.8em 0;
	text-align: justify;
	color: white;
}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
/* Flip card */
.flipper{
	margin-left:50px;
	margin-bottom:50px;
	width:100%;
}
.flip-card {
  background-color: transparent;
  width: 150px;
  height: 175px;
  perspective: 1000px;
  display: inline-block;
  margin: 15px 15px 15px 15px;
  

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
   -moz-transform: perspective(800px) rotateY(180);
    -webkit-transform: perspective(800px) rotateY(180);
    transform: perspective(800px) rotateY(180);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
}

.flip-card-front {
  background-color: #efefef;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #ffff;
  color: white;
  transform: rotateY(180deg);
  z-index: 5;
}	
.flip-card-front-text {
text-shadow: 0px 0px 0px #1C6EA4;
color: #FFFFFF;
background: #0D025A;
font-size: 15px;
}
.flip-card-back-text-h {
text-shadow: 0px 0px 0px #1C6EA4;
color: #0D025A;
background: #efefef;
font-size: 15px;
}
.flip-card-back-text {
margin-top: 40px;
color: #0D025A;
background: #FFFFFF;
font-size: 15px;
}
.knowmorebtn a:link, a:visited{
margin-top:20px;
color: #ffff;
background: #0D025A;
font-size: 12px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
}
.knowmorebtn a:hover{
background: #efefef;
color: #0D025A;
}

/*-----*/

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}