@charset "UTF-8";
/* CSS Document */
#mycolor {
  width: 100%; 
  height: 75px;  
  margin-top: 10px;
  background-color: #1483c5;	
}	

	
* {
  box-sizing: border-box;
}

.zoom {
	width: 100%; 
    height: 75px; 
	
  /*border-radius: 14px; 
  width: 75px; 
  height: 75px; 
  object-fit: cover;*/	
  /*padding: 50px;
  background-color: green;
  transition: transform .2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  -ms-transform: scale(0.95); /* IE 9 */
  -webkit-transform: scale(0.95); /* Safari 3-8 */
  transform: scale(0.95); 
}
	


	
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.menuzord .menu_ft {
		text-transform: uppercase; 
		color: #000;
		font-size: 18px;
	}
	.odd_height {
	border-radius: 20px; 
	height: 295px;

	}
	.menu_mt {
	margin-top: -80px;

	}
	.menu_mt1 {
	margin-top: 50px;
	margin-bottom: 30px;	

	}.header_logo_mb {
	background-color: #fff; 
	margin-bottom: -10px;

	}
	.widget .header_logo_max_height {
	max-height: 70px;

	}
	.ln {
		margin-top: 1.2px; 
		position: absolute;

	}
	
	.ln1 {
		margin-top: 0px; 
		
	}
	.n_pl {
		padding-left: 10px;
		padding-right: 10px;
	}
	.partner_logo_height {
		max-width: 70%; 
		margin-left:15%;
	}
	.news_main_title {
		color: rgb(255, 255, 255);  
		line-height: 22px;
		font-size: 16px;
	}
	.news_main_content {
		width: 100%; 
		height: 70px;
		display:table-cell;
    	vertical-align:middle;
	}
	.news_main_img_h {
		max-height:180px;
	}
	.news_main_title_opacity {
		width: 100%; 
		height: 70px; 
		background-color: #0082c8; 
		opacity: 0.9; 
		margin-top:-35px;
		display: block;
	}
	.logo_mh {
		max-height: 70px;
	}
	
	.block_title {
		text-align: center; 
		font-size: 32px; 
		font-weight: bold !important; 
		color: #000;
	}
	.our_mission_img {
		border-radius: 20px;
		margin-top: 20px;
	}
	.member_style1 {
		width: 100%;
	}
	.member_style2 {
		width: 100%; 
		margin-top: 20px;
		
	}
	.display_none {
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.menuzord .menu_ft {
		text-transform: uppercase; 
		color: #000;
		font-size: 18px;
	}
	.odd_height {
	border-radius: 20px; 
	height: 295px;

	}
	.menu_mt {
	margin-top: -80px;

	}
	.menu_mt1 {
	margin-top: 50px;
	margin-bottom: 30px;	

	}.header_logo_mb {
	background-color: #fff; 
	margin-bottom: -10px;

	}
	.widget .header_logo_max_height {
	max-height: 70px;

	}
	.ln {
		margin-top: 1.2px; 
		position: absolute;
	
	}
	
	.ln1 {
		margin-top: 0px; 
		
	}
	.n_pl {
		padding-left: 10px;
		padding-right: 10px;
	}
	.partner_logo_height {
		max-width: 70%; 
		margin-left:15%;
	}
	.news_main_title {
		color: rgb(255, 255, 255);  
		line-height: 22px;
		font-size: 16px;
	}
	.news_main_content {
		width: 100%; 
		height: 70px;
		display:table-cell;
    	vertical-align:middle;
	}
	.news_main_img_h {
		max-height:180px;
	}
	.news_main_title_opacity {
		width: 100%; 
		height: 70px; 
		background-color: #0082c8; 
		opacity: 0.9; 
		margin-top:-35px;
		display: block;
	}
	.logo_mh {
		max-height: 70px;
	}
	
	.block_title {
		text-align: center; 
		font-size: 32px; 
		font-weight: bold !important; 
		color: #000;
	}
	.our_mission_img {
		border-radius: 20px;
		margin-top: 20px;
	}
	.member_style1 {
		width: 100%;
	}
	.member_style2 {
		width: 100%; 
		margin-top: 20px;
		
	}
	.display_none {
		display: none;
	}
	
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.menuzord .menu_ft  {
		text-transform: uppercase; 
		color: #000;
		font-size: 8px;
	}
	.odd_height {
	border-radius: 20px; 
	height: 295px;

	}
	.menu_mt {
	margin-top: 20px;

	}
	.menu_mt1 {
	margin-top: 50px;
	margin-bottom: 30px;	

	}.header_logo_mb {
	background-color: #fff; 
	margin-bottom: 0px;

	}
	.widget .header_logo_max_height {
	max-height: 70px;

	}
	.ln {
		margin-top: 1.2px; 
		position: absolute;
	}
	
	.ln1 {
		margin-top: 0px; 
		
	}
	.n_pl {
		padding-left: 10px;
		padding-right: 10px;
	}
	.partner_logo_height {
		max-width: 70%; 
		margin-left:15%;
	}
	.news_main_title {
		color: rgb(255, 255, 255);  
		line-height: 30px;
		font-size: 24px;
	}
	.news_main_content {
		width: 100%; 
		height: 80px;
		display:table-cell;
    	vertical-align:middle;
	}
	.news_main_img_h {
		max-height:350px;
	}
	.news_main_title_opacity {
		width: 100%; 
		height: 80px; 
		background-color: #0082c8; 
		opacity: 0.9; 
		margin-top:125px;
		display: block;
	}
	.logo_mh {
		max-height: 70px;
	}
	
	.block_title {
		text-align: center; 
		font-size: 32px; 
		font-weight: bold !important; 
		color: #000;
	}
	.member_style1 {
		width: 100%;
		float: left;
	}
	.member_style2 {
		width: 100%; 
		float: left;
		margin-top: 20px;
	}
	.display_none {
		display: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.menuzord .menu_ft  {
		text-transform: uppercase; 
		color: #000;
		font-size: 14px;
	}
	.odd_height {
	border-radius: 20px; 
	height: 375px;

	}	
	
.menu_mt {
	margin-top: 15px;

	}
.menu_mt1 {
	margin-top: 0px;

	}	
.header_logo_mb {
	background-color: #fff; 
	margin-bottom: -20px;

	}
	
.widget .header_logo_max_height {
	max-height: 100px;

	}	
	
	.ln {
		position: relative;
		margin-bottom: 0px; 
		margin-top: -12px;
	}	
	
	.ln1 {
		margin-top: 10px; 
		
	}
	
	.n_pl {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.partner_logo_height {
		max-height: 200px;
	}
	.news_main_title {
		color: rgb(255, 255, 255);  
		line-height: 40px;
		font-size: 36px;
	}
	.news_main_content {
		width: 100%; 
		height: 120px;
		display:table-cell;
    	vertical-align:middle;
	}
	.news_main_img_h {
		max-height:380px;
	}
	.news_main_title_opacity {
		width: 100%; 
		height: 120px; 
		background-color: #0082c8; 
		opacity: 0.9; 
		margin-top:110px;
		display: block;
	}
	.logo_mh {
		max-height: 100px;
	}
	.block_title {
		text-align: center; 
		font-size: 42px; 
		font-weight: bold !important; 
		color: #000;
	}
	.block_sub_title {
		font-size: 18px; 
		font-weight: bold !important; 
		color: #000;
	}
	.block_sub_title1 {
		font-size: 22px; 
		font-weight: bold !important; 
		color: #000;
	}
	.member_style1 {
		width: 49%;
	}
	.member_style2 {
		width: 49%; 
		margin-left: 1%; 
		float: right;
		margin-top: 0px;
	}
	.display_none {
		display: block;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.menuzord .menu_ft {
		text-transform: uppercase; 
		color: #000;
		font-size: 18px;
	}
	.odd_height {
	border-radius: 20px; 
	height: 375px;

	}	
	
.menu_mt {
	margin-top: 25px;

	}
.menu_mt1 {
	margin-top: 0px;

	}	
.header_logo_mb {
	background-color: #fff; 
	margin-bottom: 0px;

	}
	
.header_logo_max_height {
	max-height: 100px;

	}	
	
	.ln {
		position: relative;
		margin-bottom: 5px; 
		margin-top: 3px;
	}	
	
	.ln1 {
		margin-top: 10px; 
		
	}
	
	.n_pl {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.partner_logo_height {
		max-height: 200px;
	}
	.news_main_title {
		color: rgb(255, 255, 255);  
		line-height: 40px;
		font-size: 36px;
		
	}
	.news_main_content {
		width: 100%; 
		height: 120px;
		display:table-cell;
    	vertical-align:middle;
	}
	.news_main_img_h {
		max-height:380px;
	}
	.news_main_title_opacity {
		width: 100%; 
		height: 120px; 
		background-color: #0082c8; 
		opacity: 0.9; 
		margin-top:110px;
		display:block;
	
	}
	.logo_mh {
		max-height: 100px;
	}
	.block_title {
		text-align: center; 
		font-size: 42px; 
		font-weight: bold !important; 
		color: #000;
	}
	.block_sub_title {
		font-size: 18px; 
		font-weight: bold !important; 
		color: #000;
	}
	.block_sub_title1 {
		font-size: 22px; 
		font-weight: bold !important; 
		color: #000;
	}
	.member_style1 {
		width: 49%;
	}
	.member_style2 {
		width: 49%; 
		margin-left: 1%; 
		float: right;
		margin-top: 0px;
	}
	.display_none {
		display: block;
	}
	
	.sc_logo_box {
		background-color: #fff; 
		border-radius: 20px; 
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
		height: 200px; 
	}
}	
