/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; }

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%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
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;}
/* end reset */

/*preset*/
body{ font-size: 16px; font-weight: 300; line-height: 30px; font-family: 'Mulish', sans-serif, 'Questrial', sans-serif, serif; color: #333; background: #fff; }
a{ text-decoration:none; }
img{max-width: 100%;}
textarea { resize: none; overflow: auto; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;border: none;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color: #009bd2; font-weight:bold; }
.comingsoon{color:red; font-style:italic; font-weight:bold; }
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 2px; -moz-column-gap: 2px;  column-gap: 2px;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 2px; -moz-column-gap: 2px;  column-gap: 2px;}
.col2 li, .col3 li{ overflow: hidden; }
.back_top{ display: none; z-index: -1; }
.center{ display: block; margin: 0 auto; }

/*Heading for SEO*/
.h2_hdng{font-size: 22px; font-weight: 700; color: #000;}
.h3_hdng{font-size: 20px; font-weight: 700; color: #555;}

/* Text Alignment */
.text_left, .text_left p{ text-align: left; }
.text_right, .text_right p{ text-align: right; }
.text_center,.text_center p{ text-align: center; display: block; }
/*end preset*/

.wrapper{ width:100%; max-width:1100px; margin:0 auto; position:relative;}

/* header */
.hdr_wrap { min-height: 101px; padding: 0 20px; }
	.logo{ position: relative; z-index: 100; float: left; top: 4px;}
	.logo img { width: 250px; }
	.header_info{ float: right; text-align: right; margin-top: 20px;}
	.header_info h2 { font-size: 17px; color: #42382f; margin-right: 15px;margin-top:-14px; margin-left:10px;}
  .header_info .hdr_contact, .media { display: inline-block; vertical-align: top; }
	.header_info h2 span { font: 22px/16px 'Playfair Display'; color: #009bd2; display: block; }
	.header_info h2 span:nth-child(2){margin-top:10px;}
	.header_info mark {background: transparent;}
	.media { border-left: 1px solid rgba(200,200,200,.5); padding-left: 16px; text-align: center; margin-top: -5px;}
  .media a { display: block; margin-bottom: -5px;}
  .media a:nth-child(2) { margin-bottom: -5px;}
  .media a:nth-child(3) {margin-bottom: -5px;}
  .media a:nth-child(4) {margin-bottom: -5px;}
/* end header */

/* nav */
nav { background: #009bd2; height: 55px; text-align: center; position: relative; z-index: 10; }
nav ul li{ display:inline-block; position:relative;  }
nav ul li:after{ content:""; position:absolute; top:19px; right:-3px; background: rgba(255,255,255,.5);width: 1px;height: 19px;}
nav ul li:last-child:after{ display: none; }
nav ul li a {display: block;font-size: 15px;color: #fff;text-transform: uppercase;line-height: 56px;padding: 0 15px;height: 55px;}
nav ul li:first-child a{ padding-left: 0; }
nav ul li:last-child a{ padding-right: 0; }
nav ul li a:hover, nav ul li a:active, nav ul li.current_page_item > a, nav ul li a:hover small, nav ul li.current_page_item a small{  text-decoration: underline;}

/* Sub Menu */
nav ul li:hover > ul { display: block; visibility: visible; }
nav ul ul { display:none; margin:0; padding:0; position:absolute; top:100%; left:0; z-index:999; }
nav ul ul ul { left:100%; top: 0; }
nav ul ul li{display: block; width: 100%; margin: 0;}
nav ul ul li a { background: #353535; width: 150px; margin: auto; height: auto; display: block; padding: 0; text-indent: 15px; border-bottom: 1px solid; line-height: 40px;text-align: left;}

/* Drop down icon */
nav span{ position:absolute; right:0; top:0; display:none; padding:0; cursor:pointer; z-index:9; color: #fff;}
/*.fa:before{position: absolute;}*/
/* 
 .fa-caret-up::before{display:none;}  */
.fa-caret-up::before:not(:nth-child(4)) { 
	display:none;
}
.fa-caret-down::before:not(:nth-child(4)) { 
	display:none;
}
.fa:before:nth-child(4) {position: absolute;}

/* Navigation bar icon */
.nav_toggle_button{width:100%; display:none; color:#fff; background:#009bd2; margin:0 auto; padding:10px 15px; text-align:left; font-weight: bold; position: relative;}
.nav_toggle_button i{ cursor: pointer;width: 30px;}
.fa {display:block; float: right; }

.sub-menu li span .fa-2x{display: none;}
/*end nav*/

/*banner*/
#banner{  background: url(images/banner_bg.png) repeat-y center top; width: 1920px;  margin: auto; max-width: 100%; height: auto;}
.bnr_wrap { height: auto; }
  .slider{position: relative;right: 0;bottom: 0; }
		.mobi_ban{ display: none; }

	.bnr_info {  left: 75px; top: 15%; position: absolute; float: left; z-index: 50; padding: 75px 0 78px;}
	.bnr_info:before, .bnr_info:after { position: absolute; content: ""; left: 3px; background: #00475d; width: 1px; height: 35px;  }
	.bnr_info:before { top: 33px; }
	/* .bnr_info:after { bottom: 0; } */
	.bnr_info h2 { font-size: 32px; color: #00475d; margin-bottom: 15px; }
	.bnr_info h2 span { font: 700 42px/39px 'Playfair Display'; color: #009bd2; display: block;}
	.bnr_info p { line-height: 25px; color: #424242; margin: 13px 0 5px 2px;width: 323px;}
	.bnr_info a { position: relative; z-index: 100; display: block; width: 169px; height: 50px; background: #0096c6; border-radius: 3px;  color: #fff; line-height: 48px;text-align: center;font-size: 20px;margin-left: 2px;}
	.bnr_info a:hover { background: #00475d; }

	/*add a new class*/
	.bnr_info .bnr_link {display: flex; gap: 20px;}
/*end banner*/

/*middle*/
#middle{ background: #e8f9ff; min-height: 401px; text-align: center; color: #424242; }
  .mid_wrap { padding: 45px 20px 0; }
  .mid_wrap h2, .mid_wrap p { display: inline-block; vertical-align: top; }
	.mid_wrap h2 { font: 37px 'Playfair Display'; color: #009bd2; border-right: 1px solid rgba(108,108,108,.4); text-align: left; padding: 9px 36px 0 0; float: left;min-height: 104px;}
	.mid_wrap h2 span { font: 300 35px/29px 'Mulish', sans-serif; color: #424242; display: block; }
	.mid_wrap p { color: #424242;  text-align: left; padding: 26px 0 0 0;width: 805px;line-height: 27px;}
  .mid_btn { text-align: center; clear: both; margin-top: 52px; }
  [class^=mid_box] { font: 22px 'Playfair Display'; position: relative; background: #00475d; display: inline-block; vertical-align: top; width: 346px; height: 178px; padding: 96px 10px 0; color: #fff;clear: both;}
  .mid_box2 { margin: 0 6px; }
  [class^=mid_box] span { display: block; line-height: 29px;}
	[class^=mid_box]:hover { background: #0096c6; }
	[class^=mid_box]:before { position: absolute; top: 27px; left: 0; right: 0; }
	.mid_box1:before { content: url(images/mid_icon1.png); }
	.mid_box2:before { content: url(images/mid_icon2.png); top: 32px;}
	.mid_box3:before { content: url(images/mid_icon3.png); top: 23px;}
/*end middle* /

/*main*/
.main_wrap{ min-height: 316px; padding: 40px 20px 0; }
	main{ float: right; width: 680px; font-size: 16px; line-height: 31px; color: #424242; text-align: justify; }
		main h1{ font: 34px 'Playfair Display'; margin-bottom: 2px; color: #009bd2;}
		main h1 span{ font: 300 30px/33px 'Mulish', sans-serif; display: block; color: #424242; }
    main h1 small { font-size: 20px; margin-left: -4px;}
		main p{ margin-bottom:15px; }
		main ol{ padding-left: 35px; margin-bottom: 15px; }
		main ol li, main .bullet li{ margin-bottom: 5px; }
		main .bullet { margin-bottom: 15px; }
		main .bullet li{ padding:0 0 0 20px; position: relative; }
		main .bullet li:before{ position: absolute; content: ""; top: 8px; left: 0; width: 13px; height: 13px; background: #fff; border-radius: 50%; border: 3px solid #338055; }
		main a{ font-weight: bold; color: #00475d; text-decoration: underline; }
		main a:hover{ text-decoration: none; color: #009bd2; }

		/* main - meet our staff */

		.rightHere {float: left; width: 350px;}
		.rightHere h1{left: 0; font-size: 28px; color:#009bd2; font-weight: 700; padding: 3px 0;}
		/* .ownerHere{display:none} */

	/*Content Style*/
	.email_contact {color:#fff;}
	.conbg1{background: #00475D; font-weight: bold; font-style:italic; text-align: center; padding: 20px 15px; color: #fff; margin-bottom:25px;border-radius: 10px 0 10px 0; font-size: 18px;}
	.conbg2{background: #00475D; text-align: center; padding:15px; color: #fff;width: 600px; max-width: 100%; margin: 0 auto 25px;border-radius: 10px;}
	.contitle1 {font-weight: bold; font-size:25px; color: #0074ca; position:relative; padding: 5px 0; background: #ececec; display: block;}
	.contitle4{position:relative; padding:10px; background: #ececec; display: block; margin-bottom:20px; border-bottom:2px solid #a4a4a4}
	.contitle7{position:relative; padding:10px; background: #ececec; text-align:center;display: block; margin-bottom:20px;  border-radius:10px 10px 0 0;}
	.contitle2 {font-weight: bold; font-size:25px; color: #0074ca; position:relative; padding: 5px 0; text-decoration:underline;}
	.contitle2:hover{color:#00265e; text-decoration:none;}
	.contitle3 {font-weight: bold; font-size:20px; color: #009BD2; position:relative; padding: 5px 0; text-decoration:none;}
	.contitle6 {font-weight: bold; font-size:20px; color: #0074ca; position:relative; padding: 5px 0; text-decoration:none; text-align:center; display:block;}
	.contitle5 {position:relative; font-weight: bold; font-size:20px; padding:10px; background: #009BD2; display: block; text-align:center; margin-bottom:20px; text-decoration:none; color:#fff; border-radius:10px 10px 0 0 ;}

	.borderlist {margin-bottom:20px; column-gap: 10px;}
	.borderlist li{background:#009BD2; margin: 0 0 5px 0; border-left: 3px solid #00688c; border-radius: 5px; padding: 8px 10px 8px 15px; color: #fff; line-height: 24px;}
	.borderlist li a{color: #fff;}
	.borderlist li:hover a{text-transform:none; color:#00688c;}

	.simplebull {padding:0 0 0 15px; margin-bottom: 15px;}
	.simplebull li{padding:0 0 0 15px; position: relative; text-align:left;}
	.simplebull li:before{position: absolute; content:""; background:#484848; width:7px; border-radius:50%; height:7px; top: 10px; left: 0;}

/*end main*/

/*sidebar*/
.sidebar { float: left; width: 331px; margin-top: 5px;}
.sidebar img { display: block; }
/*end sidebar*/

/*bottom*/
#bottom1{ background: url(images/banner_bg.png) repeat-y center top; max-width: 100%; width: 1920px; margin: auto;  text-align: center; color: #fff; }
.btm1_wrap { min-height: 323px; padding: 38px 10px; overflow: hidden;}
  [class^=btm1_box] { display: inline-block; vertical-align: top; width: 49.3%; text-align: left; position: relative;min-height: 300px }
	.btm1_box1:before { position: absolute; content: ""; background: #fff; width: 1px; height: 300px; right: 0; top: 0; }
	[class^=btm1_box] h2 { font-size: 30px; }
	[class^=btm1_box] h2 span { font: 38px 'Playfair Display';display: block; }
	[class^=btm1_box] p { line-height: 28px; margin: 16px 0; min-height: auto;}
	[class^=btm1_box] a { border: 1px solid transparent; font-size: 20px; color: #fff;  width: 154px; height: 42px; background: #00475d; border-radius: 3px; display: block;line-height: 37px;padding-left: 23px;position: absolute;  bottom: 0;}
	[class^=btm1_box] a:hover { border: 1px solid #fff; background: transparent; }
.btm1_box1 { float: left;  padding-right: 40px;}
.btm1_box2 { float: right; padding-left: 38px;}


#bottom2{  min-height: 258px; color: #424242; }
.btm2_wrap { padding-top: 45px; }
[class^=btm2_box] { display: inline-block; vertical-align: top; width: 30%; text-align: left; position: relative; padding-right: 19px;}
[class^=btm2_box]:before, [class^=btm2_box]:after { position: absolute; transform: translate(0,-50%);top: 55%;}
[class^=btm2_box]:before { left: 3px; }
[class^=btm2_box]:after { content: ""; background: #ececec; right: 0;  width: 1px; height: 166px;  top: 84px;}
.btm2_box1:before { content: url(images/btm2_icon1.png); }
.btm2_box2:before { content: url(images/btm2_icon2.png); left: 16px;}
.btm2_box3:before { content: url(images/btm2_icon3.png); left: 18px;}
.btm2_box3:after { display: none; }
.btm2_box1 { margin-left: 17px; padding-left: 112px;}
.btm2_box1 { width: 32.7%; }
.btm2_box2 { width: 32.5%; padding-left: 112px;}
.btm2_box3 { width: 32%; padding-left: 117px;}
.btm2_box3 p { width: 225px; }
[class^=btm2_box] h2 { font-size: 20px; color: #424242; }
[class^=btm2_box] h2 span { font: 27px/24px 'Playfair Display'; display: block; color: #00475d; }
[class^=btm2_box] p { line-height: 21px; margin: 13px 0; min-height: 61px; }
[class^=btm2_box] a { color: #fff;  width: 121px; height: 34px; background: #009bd2; border-radius: 2px; display: block;line-height: 31px;text-align: center;}
[class^=btm2_box] a:hover { background: #00475d; }
/*end bottom*/

/*footer*/
footer{ text-align: center; color: #fff; }
	.ftr_top{ background: #00475d; min-height: 353px; font-size: 20px; }
    .ftop_wrap {padding: 48px 20px 48px;}
		.ftr_contact h2 { font-size: 30px; }
		.ftr_contact a { color: #fff; }
		.ftr_contact a:hover { text-decoration: underline; }
		.ftr_contact a[href^="tel:"] { color: inherit; }
		.ftr_contact p { line-height: 28px; white-space: pre-line; margin: 11px 0 0px;}
		.ftr_contact br { display: none; }
    .ftr_contact small { margin: 0 5px; }
    .ftr_contact em { font-style: normal; }

    .ftr_form { text-align: left; margin-top: 20px;}
		[class^=txt_input], .txt_sbmt { border: 0; font-family: 'Mulish', sans-serif; }
		[class^=txt_input] { display: inline-block; vertical-align: top; width: 296px; height: 55px; border-radius: 4px; color: #fff; font-size: 16px; background: transparent; border: 1px solid rgba(255,255,255,.5); padding-left: 12px;}
    .txt_input1 {  margin-right: 15px;}
    .txt_input2 { margin-right: 15px; }
    .txt_input3 { margin: -1px 12px 0 0; padding-top: 15px;}
    .txt_sbmt { width: 112px; height: 54px; background: #009bd2; border: 1px solid transparent; font-size: 18px; color: #fff; border-radius: 4px;}
		.txt_sbmt:hover { background: transparent; border: 1px solid #fff; color: #fff; }
		[class^=txt_input]::-webkit-input-placeholder { opacity: .8; color: #fff; }
		[class^=txt_input]::-moz-placeholder { opacity: .8; color: #fff; }
		[class^=txt_input]:-ms-input-placeholder { opacity: .8; color: #fff; }
		[class^=txt_input]:-moz-placeholder { opacity: .8; color: #fff; }


	.ftr_btm{background: #009bd2; min-height: 57px; padding-top: 14px; text-align:center; }
		.ftr_nav ul li{display: inline-block; vertical-align: top;position:relative;}
		.ftr_nav ul li:after{top: 6px; right: -2px; content: ""; width: 1px; background: rgba(255,255,255,.6); height: 17px; position: absolute;}
		.ftr_nav ul li:last-child:after{display: none;}
    .ftr_nav ul li:last-child a { padding-right: 0; }
    .ftr_nav ul li:first-child a { padding-left: 0; }
		.ftr_nav ul li a {text-transform: uppercase;display: block;padding: 0 15px;font-size: 15px;color: #fff;}
		.ftr_nav ul li a:hover, .ftr_nav ul li a:active, .ftr_nav ul li.current_page_item a{ text-decoration:underline;}

		.copyright { margin-top: 19px;}
		.copyright, .copyright a{ color:#fff;font-size: 18px;}
		.copyright a:hover{ text-decoration: underline; }
		.ftr_comp{display:inline-block; margin:0 20px; position:relative;}
    .ftr_comp small { font-size: 18px; }
		.ftr_comp:before{content:"\2022"; left:-17px; top:0; position: absolute;}
		.ftr_comp:after{content:"\2022"; right:-17px; top:0; position: absolute;}

		.ftr_contact mark {background: transparent; color: #fff;}


/* Non Home Config */
.non_home_banner img { display: block;   }
.page_title { position: absolute; left: 0; background: #009bd2; border-radius: 0 20px 0 0; bottom: 0; font-size: 30px; color: #fff; font-weight: 700; padding: 20px; }

/**Resources**/
.resources {font-size:13px; margin-top:10px;}
.resources a { display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: red;}
.resources ul,.resources li {list-style-type:none; margin:0; padding:0;}
.resources ul li {margin-bottom:8px; padding:12px; background:#FAFDFE;border:1px solid #00475D; border-bottom:2px solid #00475D;}
.resources ul li:before{content:"";}
.resources ul li:after{content:"";}
.resources ul li a span {font-size:11px; color:#666666; letter-spacing:1px; }

/* IE 8 */
.lt-ie8 .dang-ie{width:100%;height:100%;position:fixed;background-color:#00abdd}
.message{text-align:center;color:#fff;font-size:20px;position:absolute;top:20%;left:0;right:0}
.inner-message{position:relative;top:-20%;left:0;right:0;text-align:center;margin:auto}
.inner-message img{position:relative;left:0}
.inner-message a.download{display:block;width:300px;padding:10px;color:#fff;margin:2em auto;border:1px solid #fff}
.terms{color:#fff;font-size:13px;padding:20px;position:absolute;right:0;bottom:0}
.terms a{color:#fff;font-weight:700}
.lt-ie8 .protect-me{display:none}

/* Sitemap */
.sitemap li { padding: 0; counter-increment: step-counter; display: inline-block; vertical-align: top; width: 100%; }
.sitemap li a:before {content: counter(step-counter) '. '; }
.sitemap ul li {padding:0 10px;}
.sitemap li a {display:block; border: 1px solid #49597c; border-bottom:2px solid #49597c; margin:0 auto 6px; padding:7px 10px; background:#FAFDFE;}
.sitemap ul li {counter-increment: sub-counter;}
.sitemap ul li a:before {content: counter(step-counter) '.' counter(sub-counter) ' '; }
.sitemap ul.children li { padding-top: 0!important;}

/**Member Login**/
.login-block2{width:320px!important;padding:20px!important;background:#fff!important;border-radius:5px!important;border-top:5px solid #00475d!important;margin:0 auto!important;border-right:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;font-family:Montserrat;max-width:100%;}
.login-block2 h1{text-align:center;color:#414141;font-size:15px;text-transform:uppercase;margin-top:0;margin-bottom:20px;font-family:Montserrat;line-height:22px}
.login-block2 input{width:100%;height:42px;box-sizing:border-box;border-radius:5px;border:1px solid #ccc;margin-bottom:20px;font-size:14px;font-family:Montserrat;padding:0 20px 0 50px;outline:0}
.login-block2 input#username {background: #fff url(images/user-icon.png) 20px top no-repeat;	background-size: 16px 80px;}
.login-block2 input#username:focus {background: #fff url(images/user-icon.png) 20px bottom no-repeat; background-size: 16px 80px;}
.login-block2 input#password {background: #fff url(images/pass-icon.png) 20px top no-repeat; background-size: 16px 80px;}
.login-block2 input#password:focus {background: #fff url(images/pass-icon.png) 20px bottom no-repeat; background-size: 16px 80px;}
.login-block2 input:active, .login-block2 input:focus {border: 1px solid #ff656c;}
.login-block2 button{width:100%;height:40px;background:#00475D;box-sizing:border-box;border-radius:5px;border:1px solid #00475D;color:#fff;font-weight:700;text-transform:uppercase;font-size:14px;font-family:Montserrat;outline:0;cursor:pointer}
.login-block2 button:hover {background: #0098c9;}
.notify {color: rgb(255, 0, 0); text-align: center; display: block;}
/* ---------------------- END OF CODE ------------------------------- */

/*NON-HOME*/
.faq {margin:0 auto;}
.faq h6{padding:10px 10px 10px 50px;background:#fff;color:#000;font-weight: 500;font-size:16px;margin:0 0 5px;border:1px solid #009BD2;cursor:pointer;position:relative;}
.faq div{display:none; background:#FAFDFE;padding:20px 10px;margin:5px 0; font-weight: 500;border-left:2px solid #009BD2;position:relative;}
.faq h6:before{content:"+";width:30px;height:30px;color:#fff;border-radius:5px;background:#009BD2;display:inline-block;vertical-align:middle;text-align:center;line-height:30px;position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);}
.faq .sign:before{content:"-"!important;line-height:25px;}



#google_translate_element{text-align:right; padding:40px 175px 0 0; margin-right:50px; right:5px; display: block;}

.gallery h2{font-size: 28px; color: #009bd2; font-weight: 700; padding: 3px 0;}

.gallery ul{  list-style-type: none;   text-align: center;   margin: 0;   padding: 0;}
.gallery ul li {width: 600px; text-align: center; display: inline-block; margin: 30px 37px;}
.gallery ul li h2{font-size: 27px;}
/* .gallery ul li h2 span {border-bottom: 3px solid red; display: block; width: 70px; margin: 10px auto;} */
.gallery ul li p {text-align: center; margin-top: 0; }
.gallery ul li a {display: block; background-color: #ea4e4e; width: 150px; padding: 7px; margin: 13px auto 0;color:#fff;}
.gallery ul li a:hover{ background-color:#9d2424;text-decoration: none; }


.gallery ul li iframe{border: none; width: 100%; height: 300px;}

/* Conference */
.hdng1 {font-size:34px; text-align:center; color:#4d4d4d; margin-bottom:20px; font-weight:bold}
.confe_content .hdng1 {font-weight:700; font-size: 40px;}
.confe_content2 .hdng1 {color:#fff; }
.confe_content3 .hdng1 {text-align:left;}
.confe_content p{text-align: center; font-size: 14px; width: 100%; max-width: 88%; margin: 0 auto 30px; line-height: 23px;}
.confe_content2 p{font-size:14px;text-align:center; color:#fff;line-height: 23px;}
.confe_content3 p{font-size:14px;text-align:left; line-height: 23px;}
.confe_content3 p a{display: inline-block;}
.confe_content2 .p_space{margin-bottom: 0;}

.confe_content{margin: 40px auto 80px;}
.confe_content2{background: #00475d; padding: 50px 15px; margin: 0 auto; z-index: 2; position: relative; width: 95%;}
.g_map{  z-index: 1;   position: relative;   bottom: 130px; }
.g_map:before {   content: '';   background: linear-gradient(180deg,rgb(255, 255, 255) 0,rgba(30,53,71,0) 100%);   width: 100%;   height: 130px;   position: absolute;   top: 0;   left: 0;   right: 0;   z-index: 21; }

.cont1{display: flex; justify-content: space-between; flex-wrap: wrap; gap:10px; margin: 0 auto; position: relative; top: -35px; width: 100%; max-width: 88%; }

.confe_content3{width: 100%; max-width: 450px; display: inline-block; vertical-align: middle;}
.thumb_img{width: 100%; display: inline-block; vertical-align: middle; max-width: 430px;}
.thumb_img ul{display: block;}
.thumb_img ul li{width: 100%; display: inline-block; vertical-align: top; max-width: 212px; margin-bottom: 18px;}
.thumb_img ul li figure img{  width: 100%; max-width: 186px; box-shadow: 7px 14px 17px #3a3a3a3a;}
.thumb_img ul li:nth-child(2n+1){position: relative; top: 15px;}

.gallery {margin-top: 16px !important;}
.ownerHere h2{font-size: 22px;font-weight: 700; margin: 10px 0; color: #009bd2; text-align: center;}
.ownerHere h2 span {display: block !important; font-size: 19px !important; color: #424242 !important;}
.ownerHere{width: 100%;}
.ownerHere p {max-width: 600px; width: 100%; text-align: center; margin: 0 auto;}
.ownerImg{display: flex; justify-content: center;}
/* end Conference */

@media only screen
and (max-width : 800px){
     .gallery ul li {width: 95%; display:block; margin: 40px 0; }
     .gallery ul li iframe{border: none; width: 100%; height: 300px;}
  main img {     width: 80%; }
}



.btn_container a{color: #fff; width: 200px; background: #009bd2; border-radius: 50px; display: block; line-height: 70px; text-align: center; margin: 30px auto; text-decoration: none; font-size: 25px;}
.btn_container a:hover{  background: #00475d;}