@charset "UTF-8";
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%;/* 3 */ }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }
audio, canvas, progress, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
progress { vertical-align: baseline; }
 template, [hidden] {
 display: none;
}
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects;/* 2 */ }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted;/* 2 */ }
b, strong { font-weight: inherit; }
b, strong { font-weight: bolder; }
h1 { font-size: 2em; margin: 0.67em 0; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em;/* 2 */ }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible;/* 2 */ }
button, input, optgroup, select, textarea { font: inherit; /* 1 */ margin: 0;/* 2 */ }
optgroup { font-weight: bold; }
button, input { /* 1 */ overflow: visible; }
button, select { /* 1 */ text-transform: none; }
 button, html [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
/* 2 */ }
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal;/* 1 */ }
textarea { overflow: auto; }
 [type="checkbox"], [type="radio"] {
 box-sizing: border-box;
  padding: 0;}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}
 [type="search"] {
-webkit-appearance: textfield; 
outline-offset: -2px; 
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
  font: inherit;}
html, body { font-size: 16px; font-family: "Open Sans", sans-serif; font-weight: 400; background: #fbfbfb; line-height: normal; height: 100%; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
 a, button, input, select, textarea, [contenteditable="true"], [tabindex] {
 outline: none;
}
h1, h2, h3, h4, h5, h6 { margin: 0; }
ul, ol { list-style:none inside }
ul, li { margin: 0; padding: 0; }
a {
	text-decoration: none;
	line-height: normal;
}
a:hover { color: #55779a; }
/* Page css */
@font-face {
  font-family: "BookAntiqua";
  font-style: normal;
  font-weight: normal;
  src: url("font/BookAntiqua.eot?#iefix") format("embedded-opentype"), url("font/BookAntiqua.woff2") format("woff2"), url("font/BookAntiqua.woff") format("woff"), url("font/BookAntiqua.ttf") format("truetype"), url("font/BookAntiqua.svg#socicon") format("svg"); }

body { background:url(../image/body_bg.png) repeat-x top }
.body__wrap { margin:0 auto; width:1060px; overflow:hidden }
.header { clear:both; width:100%; border-top: 4px solid #007dbb;}
.header .body__wrap {
	padding: 25px 0;
	background-color: #2e2d73;
}
.header .logo { float:left; width:200px; margin-top:1%} .header .logo a {
	display: table;
	margin: 1 auto;
	padding-left: 5px;
}
.header .logo img { width:135px; max-width:100% }
.header .nav__banner { padding:0 15px 0 210px; text-align:center}
.header .nav__banner img {
	max-width: 100%;
	max-height: 250px
}
.header img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/* Navigation */
.navigation { width:100%; display:inline-block; clear:left; padding:0;} .navigation .nav__wrap {
	background-color: #33CCCC
}
.navigation ul { list-style:none inside; display:table; margin:0 auto}
.navigation ul li { float:left }
.navigation ul li a { display:inline-block; line-height:1; color:#fff; font-size:14px; text-transform: capitalize; border-right:solid 1px rgba(0,0,0,0.02) }
.navigation ul li a.active, .navigation ul li a:hover {
	background-color: #33CCCC
}
.wrapper__inner {
	border: solid 1px #aaa;
	padding: 20px 10px 10px;
	margin: 25px 0 10px;
	min-height: 280px
}
/* ----- */
.main__banner {
	display: inline-block;
	height: 280px;
	padding: 0 0 15px;
	vertical-align: central;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0
}
.main__banner .cover { }
.main__banner img { max-width:100% }
.side__gallery { padding:15px 0; display:inline-block; width:100% }
.side__gallery ul { width:100%; float:left }
.side__gallery ul li { float:left; width:calc(25% - 10px); margin:0 13px 0 0 }
.side__gallery ul li:last-child { margin-right:0 }
.side__gallery ul li .icon { display: inline-block; padding: 15px 0; text-align: center; vertical-align: middle; width: 100%; min-height:124px;max-height:125px}
.splide__slide img {
	width: 800px;
	height: auto;
}
.gallery .person {width:100%; height:100%; text-align:center; padding:4px 0} .gallery .person > img { vertical-align:middle; height:100%; max-height:160px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.gallery .name__title { height:45px; width:100%; display:inline-block; text-align:center; color:#fff; background-color:rgba(0,0,0,0.2); padding-top:3px}
.gallery .name__title .details {font-size: 14px; font-weight:bold; margin: 2px}
.quote__banner {
	position: relative
}
.quote__banner1 {
	position: relative
}
.quote_grid_pic {
	position: absolute;
	top: 6px;
	z-index: 9
} .quote_grid_pic.left {
	left: 12px;
	text-align: center
} .quote_grid_pic.right {
	right: 12px;
	text-align: center
}
.person__details .per__name, .person__details .per__title {color:#fff; font-weight:bold; padding-top:4px; font-size:14px; text-align:center} .person__details .per__title {font-size:12px}
 

.gallery__1 { background-color:#93c000 }
.gallery__1 .icon {
	background: url(/image/note.png) no-repeat center center / 100px
}
.gallery__2 { background-color:#1e5b68 }
.gallery__2 .icon { background:url(/image/guest_house.png) no-repeat center center / 70px }
.gallery__3 { background-color:#ffa600 }
.gallery__3 .icon { background:url(/image/house-2.png) no-repeat center center / 90px }
.gallery__4 { background-color:#00a5bf }
.gallery__4 .icon { background:url(/image/staff-matters.png) no-repeat center center / 75px }
.side__gallery ul li .link__to { display:inline-block; width:100%; padding:12px 8px; color:#fff; text-align:center; font-size:18px; background-color:rgba(0,0,0,0.2) }
.side__gallery ul li .link__to:hover { background-color:rgba(0,0,0,0.5) }
.news__gallery { width:100%; clear:both; display:inline-block; margin-bottom:40px }
.news__gallery .news__events { padding-right:345px }
.news__gallery .news__events .slider { width:100%; overflow:hidden; background-color:#f4f4f4; border:solid 1px #d4d4d4; padding:15px }
.news__gallery .news__events ul { width:2500px; float:left }
.news__gallery .news__events ul li.news__cards { min-width:400px; max-width:490px; float:left; margin-right:15px; min-height:75px }
.news__cards .cards { background-color:#fff; border:solid 1px #d4d4d4; padding:10px; display:inline-block }
.news__cards .cards .content { padding-left:145px }
.news__cards .cards .content .title { font-size:16px; font-weight:bold; color:#222; line-height:1.2 }
.news__cards .cards .banner { background-color: #f2f2f2; border: 1px solid #f7f7f7; float: left; height: 130px; overflow: hidden; text-align: center; vertical-align: middle; width: 130px; }
.news__cards .cards .banner .cover { display: table-cell; height: 130px; justify-content: space-around; text-align: center; vertical-align: middle; width: 130px }
.news__cards .cards .banner .cover img { max-width:100%; height:100%\9; height:100%\0; vertical-align:middle; object-fit:cover }
.art__gallery { float:right; width:320px }
.art__gallery .body { width:100%; min-height:185px; overflow:hidden; background-color:#f4f4f4; border:solid 1px #d4d4d4; padding:15px }
.footer {
	width: 100%;
	display: inline-block;
	clear: left;
	background-color: #eaeaea;
	border-bottom: solid 10px #dbdbdb;
	margin-top: 15px
}
.copyRights {padding:10px 0 5px} .copyRights p {padding-bottom:5px; font-size:12px; text-align:center; margin:0; color:#666; display:inline-block; width:100%} .copyRights p .span__1 {float:left}
.copyRights p .span__2 {float:right} .marquee__list {
	background-color: #2E2D73;
	color: #fff;
	padding: 10px;
	margin: 15px auto 5px;
	font-size: 14px;
	line-height: 1
} .index_wrap {margin-top:10px} .footer_quote {
	width: 100%;
	display: inline-block;
	clear: both;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.03rem;
	background-color: #00A5BF;
	color: #fff;
	border-bottom: solid 1px #ddd;
	padding: 5px 0
}
.banner_grid {
	width: 50%;
	height: 67%;
	min-height: 280px;
	float: left;
} .image__banner {background-color:#3CF} .quote__banner {
	background-color: #0CF;
	position: relative
}
} .image__banner1 {
	background-color: #FFF} .quote__banner1 {
	background-color: #FFF;
	position: relative
}
.quote__banner:before{ background: url("../image/SBISUHC-Logo-2.png") no-repeat scroll center 25px / 70px auto; content:""; width:80%; min-height:250px; display:inline-block; position:absolute; left:10%; top:5px; z-index:1}

/*About us page*/
ul.about_us {list-style:none; margin-bottom:50px; padding:0 15px; position:relative; z-index:5} ul.about_us li {padding-bottom:20px; font-weight:bold; font-size:16px; line-height:1.6; color:#000; text-align:justify}
.about_wrapper {
	position: relative;
	background-color: #CCFFFF
}


.bg__white {background-color:#fff}
.union__circulers {
	font-size: 18px;
	color: #fff;
	padding: 8px;
	margin: -10px 0 15px;
	background-color: #0066CC
}
.Union_Circular_List, .guestHouse_list {list-style:none inside; margin:0; padding:0}
.Union_Circular_List li, .guestHouse_list li {padding-bottom:15px; margin-bottom:15px; border-bottom:dotted 1px #aaa} .Union_Circular_List li:last-child {border:none}
.cir__target {color:#222; text-decoration:none; font-weight: bold} .cir__datestamp { font-size:13px; color:#666}
.cir__download {padding-left:40px; padding-top:10px; color:#333; font-size:14px; font-weight:bold; text-decoration:none}



/*office bearers*/
.bearers__bg {background:url(../image/flower_bg1.jpg) repeat-y top center / 100%}
.bearers__title {background-color:#c00000; color:#fff; font-size:14px; font-weight:bold; text-align:center; padding:6px 3px} .bearers__title > p {margin:3px 0}
.bearers__title > p.title__1 {font-size:20px}
.bearers__tableHeader {background-color:#002060; color:#fff; text-align:center; font-weight:bold; margin:22px 0}
.bearers__tableHeader td:not(:first-child) {text-indent: -30%}
.bearers__tabletitle {background-color:#c00000; color:#fff; font-size:13px; font-weight:bold;  padding:6px; min-width:250px; max-width:245px}
table.bearers { border-collapse: collapse; border-spacing: 0; font-size: 16px; width: 100%; margin-bottom:30px}
table.bearers tr td { border-width:1px; border-style:solid; padding: 8px; font-size:15px; text-align: left; color:#002060; font-weight:bold}
table.bearers tr td:first-child {width:100px}

/*guest house list*/
.gst_table, .guest_house_info {width:100%; max-width:820px; margin:0 auto} .gst_table, .guest_house_info { border-collapse: collapse; border-spacing: 0;}
table.gst_table tr td, .guest_house_info tr td { border: 1px solid #666}  .gst_table {margin-top:20px}
.hotel__details {background-color:#c0e5f0} .hTitle {color:#cc0000} .h_list {padding-bottom: 5px; padding-top: 10px;}
.guest__house__list {list-style:none; width:100%; padding:20px 15px} .guest__house__list li {padding-bottom:10px; text-align:center}
.guest__house__list li h1 {font-size:20px} .guest__house__list li h3, .guest__house__list li h4 {font-size:18px} 
.guest_house_info {background-color:#dfebc8; text-align:center; color:#002060; font-size:14px; font-size: 16px; width: 100%; margin-bottom:30px} 
.info_bg1 {background-color:#ffb77c}  .info_bg2 {background-color:#ecb3b2}  .info_bg3 {background-color:#b4deea}
.guest_house_info p {margin: 8px 0} .gst_table img {max-width:320px}

/**/
.guestHouse_list li a {font-size: 18px; color:#003366}
.back_link {margin: 0 auto; max-width: 820px;} .backtolist { color:#007dbb; padding-left:25px;background: url("../image/back.png") no-repeat scroll left  center / 22px auto}
@media only screen and (min-width : 1440px) {
	 .navigation ul li a { padding:14px 17px}
}
@media only screen and (max-width : 14400px) {
.body__wrap { margin:0 auto; width:920px }
.header .logo { float: left; width: 160px}
.header .nav__banner {padding-left: 20px;}
.art__gallery { float: right; width: 260px}
.news__gallery .news__events {padding-right: 280px}
.navigation ul li a { padding:14px 12px}
.nav__banner img {height:140px}
 }

@media only screen and (max-width : 1440px) {
.nav__banner img {
	height: 130px
}
.body__wrap { margin:0 auto; width:880px }
.header .logo { float: left; width: 120px}
.header .nav__banner {padding-left: 160px;}
.navigation ul li a {
	padding: 5px 5px
}
.art__gallery { float: right; width: 200px}
.news__gallery .news__events {padding-right: 220px}
.side__gallery ul li .icon {min-height:135px}
.side__gallery ul li .link__to {font-size:16px}
.gallery .person {height: 133px}
.gallery__1 .icon { background:url(../image/form-1.png) no-repeat center center / 70px }
.gallery__2 .icon { background:url(../image/people.png) no-repeat center center / 90px }
.gallery__3 .icon { background:url(../image/form-2.png) no-repeat center center / 60px }
.gallery__4 .icon { background:url(../image/medal.png) no-repeat center center / 45px }
 }
 
 
#slider, #quote { position: relative; overflow: hidden; margin:0 auto; width:100% !important; height:100% !important; display:inline-block}
#slider ul, #quote ul { position: relative; margin: 0; padding: 0; height: 100%; list-style: none; }
#slider ul li, #quote ul li { position: relative; display: block; float: right; margin: 0; padding: 0; width: 520px; height: 300px; background: #ccc; text-align: center; line-height: 300px; } #quote ul li {background:none !important; line-height:1.5; font-weight:bold; font-size:28px; padding:205px 0 0; min-height:225px}
#quote {min-height:260px; z-index:5}

.quote_color_0 {color:#fff} .quote_color_1 {color:#c3ff00}  .quote_color_2 {color:#abffe3} .quote_color_3 {color:#ffff00} .quote_color_4 {color:#b1fffe} .quote_color_5 {color:#fdb280}
.slider_option { position: relative; margin: 10px auto; width: 160px; font-size: 18px; }
.slider1 {
	margin: 10px 0;
	width: 100%; /* Update to your slider width */
	height: 300px; /* Update to your slider height */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.slider1 li {  display: none;  position: absolute; top: 0; left: 0; }
.links__wrapper {background-color: #cadea2; display: inline-block; margin-bottom: 25px; width: 100%;}
table.usefull__links, .contact_form { border-collapse: collapse; border-spacing: 0; font-size: 16px; width: 90%; min-width:600px; margin:20px auto 35px}
able.usefull__links tr td, table.usefull__links tr th {border:none} table.usefull__links tr td {text-align: center; vertical-align: middle; width: 25%;}
.usefull__pins {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); overflow:hidden; margin: 30px auto 10px; width:calc(100% - 65px)}
.usefull__tag {display: table; height: 80px;  padding: 30px; width:100%} .usefull__tag__td {position:relative; overflow:hidden;  display: table-cell; height: 70px; margin: 0 30px; overflow: hidden; vertical-align: middle; }
table.usefull__links tr td span {color: #fff; display: inline-block; line-height: 1.5; font-size:18px; text-decoration: none; calc(100% - 30px); font-weight:bold; width: calc(100% - 30px); position:relative; z-index:1}
.color-1 {background:url(../image/color-1.png) repeat-x top left; border:solid 1px #da4f45}
.color-2 {background:url(../image/color-2.png) repeat-x top left; border:solid 1px #8e6db6}
.color-3 {background:url(../image/color-3.png) repeat-x top left; border:solid 1px #4d8cca}
.color-4 {background:url(../image/color-4.png) repeat-x top left; border:solid 1px #e99e32}

.contact_form {width:800px} table.contact_form tr td, table.contact_form tr th {border-style: solid; border-width: 1px; color: #002060; font-size: 14px; font-weight: bold; height: 20px; line-height: 2; padding: 0 6px; text-align: center; vertical-align:top} table.contact_form > tr td:first-child {text-align:center}  table.contact_form tr th {border-color: #002060; color: #fff; font-size: 16px; line-height: 1.6; padding: 4px 0 6px;}  table.contact_form tr td:nth-child(2) {text-align:left}
.contact_hd {background-color:#002060; color:#fff; text-transform:uppercase; font-weight:bold; line-height:1.5; padding:2px 5px; display:inline-block; margin-bottom:5px}
.location_title {background-color:#002060; color:#fff; padding:6px 0; margin:0; line-height:1.1; font-weight:bold; height:28px}
.contact__address {margin-bottom:10px} .contact__address li{line-height:1.4} .space__controll {padding-top:26px !important}

.circuler__wrapper, .vigilant__wrapper {
	display: block;
	padding: 30px 0;
	background: #6bafd6; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #6bafd6 0%, #095076 100%); /* FF3.6-15 */
	background: #33ff99; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bafd6', endColorstr='#095076',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.circuler__wrapper table, .circuler__wrapper table tr td {border:none; text-align: center; font-family: times new roman;}  .circuler_content {
	background-color: #ffdd71;
	color: #33CCCC;
	font-size: 26px;
	padding: 0 25px;
	width: 510px
} .circuler_buttons {
	background-color: #0066CC;
	color: #FF0;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 100px;
	line-height: 1.4;
	width: 80%;
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} .circuler_buttons span {
	padding-top: 0px;
	display: inline-block;
} .circuler_buttons:hover {color:#fff; cursor:pointer; -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2)}

.vigilant__wrapper {text-align:center; padding:0}
.vigilant_coloumn_1 {padding:10px; margin:15px 28px; background-color:#92f7db; border:solid 2px #0a5190; min-height:580px} 
.vigilant_coloumn_1 .button {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; color:#fff; font-size:20px; background-color:#0f6fc6; border:solid 2px #0a5190;display:inline-block; padding:5px 8px}
.vigilant_content {background-color:#7030a0; color:#ffff00; font-size:24px; font-family: "BookAntiqua";/*font-style:italic;*/padding:0 28px}
.vigilant_content p:last-child {color:#fff}
.vigilant_coloumn_1 table {margin-top:10px}
.vigilant_coloumn_1 table a {color:#0a5190; font-weight:bold; font-size:18px; font-family:Verdana, Geneva, sans-serif}
.vigilant_coloumn_1 table a:hover {color:#0a5190}

table.basicTable { border-collapse: collapse; border-spacing: 0; font-size: 16px; width: 100%; margin-bottom:30px} table.basicTable tr th {font-weight:bold; color:#000; background-color:#fafafa} table.basicTable tr td, table.basicTable tr th { border:1px solid #ddd; padding: 8px; font-size:15px; text-align: left; color:#333}

.backtolist.right1 {float: right; margin-top: 10px} .backtolist.right2 {color: #fff; float: right; font-size: 14px; margin-top: 4px} .line__break {color: #eee; padding: 0 5px}
.Image__gallery {display: block;margin-bottom: 10px;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;line-height: 0;visibility: hidden;}
.clearfix {display: inline-block;}
.Image__gallery {margin-right: -20px;} 
.Image__gallery ul li {float: left; margin-bottom: 20px; margin-right: 20px; width: calc(16.66% - 20px); position:relative}
.Image__gallery ul li img {
	max-width: 100%
} 
.Image__gallery.video ul li a {position:relative; z-index:5; display:inline-block; height:100%; width:100%}
/*.Image__gallery.video ul li a:before {content:""; height:100%; width:100%; position:absolute; left:0; top:0; background: rgba(239, 239, 239, 0.1) url(../image/play-button.png) center no-repeat; opacity:0.8}*/ 
#galleryPath {padding-bottom:15px; color:#333}
.gallery__titles li {list-style:none; line-height:1.2; font-size:16px; padding-bottom:10px; padding-left:10px} .IGallery {display:inline-block; width:100%}
.closeFullVideo {position:fixed; right:35px; top:35px; z-index:99}
.fullVideo {width:650px; height:400px; left:50%; margin-left:-325px; top:10px; z-index:98; position:fixed}
.fullVideo .ajaxVideo {width:650px !important; height:400px !important}

.slider {
	margin: 10px 0;
	width: 100%; /* Update to your slider width */
	height: 280px; /* Update to your slider height */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.slider li {  display: none;  position: absolute; top: 0; left: 0; }
