-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', arial, sans-serif;
	margin-bottom: 15px;
}

p{
	margin-bottom: 10px;
	font-size: 14px;
}

a{
	text-decoration: none;
    font-family: 'Open Sans', arial, sans-serif;	
}

h1{
	font-size: 50px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 38px;
}

h5 {
	font-size: 34px;
}

h6 {
	font-size: 30px;
}

.btn{
	display: inline-block;
	cursor: pointer;
}

.container {
	max-width: 1650px;
	padding: 20px;
	margin: 0 auto;
}

.page-container {
	padding: 50px 25px;
	background-color: #7b96b4;
}

.top-heading {
	float: right;
	font-size: 20px;
	color: #fff;
}

.toggle-menu {
	display: none;
}

.header-menu {
	float: left;
}

.header-menu ul {
	list-style: none;
}

.header-menu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.header-menu ul li {
	margin-right: 10px;
}

.header-menu ul li a {
	color: #fff;
	font-size: 16px;
}

.header-menu ul li a:hover {
	text-decoration: underline;
}

.inner-container {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.site-header {
	background-color: #255583;
	padding: 15px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.site-header > div {
	width: 25%;
}

.site-header > .header-center {
	width: 50%;
	text-align: center;
}

.header-right {
	text-align: right;
}

.header-title {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-style: italic;
}

.main-container {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.left-section {
	width: calc(75% - 30px);
	margin-right: 30px;
}

.top-video iframe {
	width: 100%;
}

.right-section {
	width: 25%;
}

.section-thumbnail {
	margin-top: 20px;
}

.section-thumbnail-ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.section-thumbnail-ul li {
	width: calc(33.333% - 7.5px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.section-thumbnail-ul li:nth-child(3n) {
	margin-right: 0;
}

.private-msg {
	background-color: #fff;
	border: 10px solid #255583;
	padding: 30px 15px;
	border-bottom: none;
	width: 100%;
	margin-bottom: 10px;
	font-size: 32px;
	font-style: italic;
	color: #0c2373;
	font-weight: bold;
	font-family: 'Open Sans', arial, sans-serif;
}

.private-msg-wr ::placeholder {
	opacity: 1;
	text-align: center;
} 

.submit-btn-wr {
	text-align: right;
}

.submit-btn-wr button {
	background-color: #1d5586;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border: 2px solid #1d5586;
	border-radius: 5px;
}

.submit-btn-wr button:hover {
	background-color: #fff;
	color: #1d5586;
}

.right-section-inner {
	padding: 15px;
	margin-bottom: 15px;
}

.blue-section {
	background-color: #1d5586;
	color: #fff;
}

.section-img-para {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.section-img-para img {
	float: left;
	width: 100px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.section-thumbnail-ul img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.video-section-inner iframe {
	width: 100%;
	height: 340px;
}

@media screen and (max-width: 1300px){

.video-section-inner iframe {
	height: 210px;
}

}

@media screen and (max-width: 1200px){

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p{
	font-size: 12px;
}	

.header-title,
.private-msg {
	font-size: 24px;
}

}

@media screen and (max-width: 991px){

.page-container {
	padding-top: 20px;
}

.section-thumbnail-ul img{
	height: auto;
}

.top-video iframe {
	height: 480px;
}

}

@media screen and (max-width: 767px){

.top-heading {
	text-align: center;
	font-size: 16px;
}

.left-section {
	width: 100%;
	margin-right: 0;
}

.right-section {
	width: 100%;
}

.header-title, .private-msg {
	font-size: 18px;
}

.top-main-section {
	position: relative;
}

.top-heading {
	float: left;
}

.toggle-menu {
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

.toggle-menu::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	top: 7px;
}

.header-menu {
	float: none;
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 40px;
	display: none;
}

.header-menu ul {
	display: block;
}

.header-menu ul li {
	margin-right: 0;
}

.header-menu ul li a {
	display: block;
	padding: 10px;
	color: #1d5586;
	border-bottom: 1px solid #ccc;
}

.header-menu ul li a:hover {
	background-color: #1d5586;
	color: #fff;
	text-decoration: none;
}

.private-msg-wr {
	margin-bottom: 30px;
}

}

@media screen and (max-width: 480px){

.site-header > div {
	width: 50%;
}

.site-header > .header-center {
	width: 100%;
	order: 3;
	margin-top: 5px;
}

.top-video iframe {
	height: 210px;
}

}