@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
* html {
	font-size: 100%;
}
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	font-size: 16px;
	line-height: 1.625em;
}
/* Base Styles */
body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Times New Roman', serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
}
h1 {
	font-size: 68px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
.contact_details h4{
	font-size: 22px;
	color:#fff;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: 400;
	margin-bottom: 13px;
	color:#fff;
}
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a.header_boottom_nav{
	color: #211f20;
}

a:hover {
	color: #b6b4b4;
}
ul, ol {
	margin-bottom: 0.273em;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul {
	margin: 4px 0 5px 25px;
}
ol ol {
	margin: 4px 0 5px 30px;
}
li {
	padding-bottom: 0.273em;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}
hr {
	border: 1px solid #211f20;
	clear: both;
	margin: 16px 0 18px;
	height: 0;
}
/* css self style */
.float_left{
	float:left;	
}
.float_right{
	float:right;	
}
.hide {
	display: none;
}
.fixed {
	position: fixed;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/* style columns css */
.row {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.row .row {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
/* To fix the grid into a different size, set max-width to your desired width */
.columns {
	margin-left: 2.12766%;
	float: left;
	min-height: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns_ {
	margin-left: 1.0%;
	float: left;
	min-height: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns:first-child{
	margin-left: 0;
}
/* Column Classes */
.row .one.columns {
	width: 6.38298%;
}
.row .two.columns {
	width: 14.89362%;
}
.row .three.columns {
	width: 19.40426%;
}
.row .three.columns_ {
	width:24.5%;
}
.row .four.columns {
	width: 31.91489%;
}
.row .five.columns {
	width: 40.42553%;
}
.row .six.columns {
	width: 48.93617%;
}
.row .seven.columns {
	width: 48.44681%;
}
.row .eight.columns {
	width: 65.95745%;
}
.row .nine.columns {
	width: 74.46809%;
}
.row .ten.columns {
	width: 82.97872%;
}
.row .eleven.columns {
	width: 91.48936%;
}
.row .twelve.columns {
	width: 100%;
	color:#fff;
}
.clearfix, .single_gallery {
	*zoom: 1;
}
.clearfix:before, .clearfix:after, .single_gallery:before, .single_gallery:after {
	content: "";
	display: table;
}
.clearfix:after, .single_gallery:after {
	clear: both;
}
.row {
	*zoom: 1;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/* flex menu */
.fm-container {
	border-width:1px 0;
}
.fm-button {
	display:none;
	box-sizing:border-box;
	margin:2px 0;
	padding:14px;
	width:52px;
	border-radius:3px;
	background:#211f20;
}
.fm-button:hover {
	cursor:pointer;
	background-color:#211f20;
	-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 8px rgba(0,0,0,0.3)
}
.fm-button:hover .fm-bar {
	background-color:#fff
}
.fm-button .fm-bar {
	display:block;
	width:24px;
	height:2px;
	border-radius:1px;
	background-color:#dfdfdf
}
.fm-button .fm-bar+.fm-bar {
	margin-top:4px
}
.flexmenu:before, .flexmenu:after {
	display:table;
	content:" "
}
.flexmenu:after {
	clear:both
}
.flexmenu a {
	text-decoration:
}
.flexmenu.fm-toggle.fm-sm {
	display:none
}
.fm-outer {
	position:relative;
	overflow:hidden;
	height:100%;
	width:100%
}
.fm-inner {
	position:relative;
	height:100%;
	width:100%;
	left:0
}
.fm-inner.open {
	left:70%
}
.fm-inner.open .flexmenu.fm-sm {
	left:0
}
.flexmenu.fm-offcanvas.fm-sm {
	z-index:100;
	overflow-y:auto;
	overflow-x:hidden;
	position:fixed;
	top:0;
	left:-70%;
	width:70%;
	height:100%;
	-webkit-box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	-moz-box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	box-shadow:inset -10px 0 10px -10px rgba(0,0,0,0.3);
	background:#333
}
.flexmenu.fm-lg {
	max-width:1170px;
	margin:auto
}
.flexmenu.fm-lg .navicon:after {
	border:4px solid transparent;
	border-top-color:#666;
	content:"";
	position:absolute;
	right:10px;
	top:10px
}
.flexmenu.fm-lg>ul>li {
	/*float:left*/
}
.flexmenu.fm-lg ul {
	margin:0;
	padding:0;
	list-style:none
}
.flexmenu.fm-lg li {
	position:relative;
	white-space:nowrap
}
.flexmenu.fm-lg li ul {
	position:absolute;
	left:0;
	top:100%;
	z-index:99
}
.flexmenu.fm-lg li ul .navicon:after {
	border:4px solid transparent;
	border-left-color:#666;
	right:10px;
	top:14px
}
.flexmenu.fm-lg li ul ul {
	top:0;
	left:100%
}
.flexmenu.fm-lg>ul>li {
}
.flexmenu.fm-lg a {
}
.flexmenu.fm-lg a:hover {
	text-decoration:none
}
.flexmenu.fm-lg li ul {
	background:#fff;
	overflow:inherit !important;
	text-align:left;
	min-width:100px;
}
.flexmenu.fm-lg li ul li {
	padding:2px 15px;
	min-width:145px
	font-size:13px;
}
.flexmenu.fm-lg li ul a {
	color:#211f20;
}
.flexmenu.fm-sm ul {
	margin:0;
	padding:0;
	list-style:none
}
.flexmenu.fm-sm ul li {
	position:relative
}
.flexmenu.fm-sm ul li a {
	display:block;
	padding:14px 15px;
	font-size:16px;
	text-shadow:0 0 1px rgba(255,255,255,0.1);
	color:#ccc
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	color:#b6b4b4;
	text-decoration:none
}
.flexmenu.fm-sm ul li {
	
}
.flexmenu.fm-sm ul li a {
	background-color:#211f20;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
	background-color:#262626;
}
.flexmenu.fm-sm ul ul li {
	border-top:1px solid #6e6e6e;
	border-bottom:1px solid #3b3b3b
}
.flexmenu.fm-sm ul ul li a {
	background-color:#555
}
.flexmenu.fm-lg li ul li a:hover{
	color:#fff;
}
.flexmenu.fm-sm ul ul li a:hover, .flexmenu.fm-sm ul ul li a.active {
	background-color:#484848
}
.flexmenu.fm-sm ul ul li ul li {
	border-top:1px solid #919191;
	border-bottom:1px solid #5e5e5e
}
.flexmenu.fm-sm ul ul li ul li a {
	background-color:#777
}
.flexmenu.fm-sm ul ul li ul li a:hover, .flexmenu.fm-sm ul ul li ul li a.active {
	background-color:#6a6a6a
}
.flexmenu.fm-sm .navicon {
	position:absolute;
	top:0;
	right:2px;
	height:50px;
	width:50px;
	border-radius:5px;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	background:url('../images/bg-nav_gradient.png?1380865101') repeat-x
}
.flexmenu.fm-sm .navicon:hover {
	cursor:pointer
}
.flexmenu.fm-sm .navicon:after {
	border:5px solid transparent;
	border-top-color:#888;
	content:"";
	position:absolute;
	right:18px;
	top:25px
}
body{
	background-color:#211f20;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../Fonts/fontawesome-webfont.eot?v=4.1.0);src:url(../Fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../Fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../Fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../Fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"; color: #76b729;}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
 /* 
    Document   : Animated.css custom build
    Creadit: https://daneden.me/animate/
*/
.rslides {
	margin: 0 auto 40px;
}
#slider2, {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
	margin-top:0px;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks1 li {
	height:145px;
}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../Images/themes.gif") no-repeat left top;
	margin-top: -45px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager img {
	float: left;
}
#slider3-pager .rslides_here a {
	background: transparent;
	box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
	padding: 0;
}
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#filters li {
	float:left;
}
#filters li span {
	display: block;
	padding:5px 20px;
	text-decoration:none;
	color:#666;
	cursor: pointer;
}
#filters li span.active {
	background: #e95a44;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #666;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	position: relative;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #e95a44;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
}
/* header */
.header_top{
	background:#211f20;
	font-size:13px;
	border-bottom: 1px solid ##211f20;
	padding:3px 10px 0 10px;
	display: none;
}
ul.header_top_nav_left{
	float:left;
}
ul.header_top_nav_left li{
	float:left;
	margin-right:6px;
}
ul.header_top_nav_left li:first-child:before{
	content:'' !important;
}
ul.header_top_nav_left li:last-child:before{
	content:'|';
	color:#fff;
	margin-right:5px;
}
ul.header_top_nav_left li a{
	color:#fff;
	display:none;
}
ul.header_top_nav{
	float:right;
}
ul.header_top_nav li{
	float:left;
	margin-right:5px;
}
ul.header_top_nav li:first-child{
	width:170px;
	height:0;
	margin-right:0px;
}
ul.header_top_nav li:last-child{
	margin-right:0px;
}
ul.header_top_nav li a{
	color:#fff;
}
ul.header_top_nav li a.active{
	color:#211f20;
}
ul.header_top_nav li a:hover{
	color:#211f20;
}
ul.header_top_nav li:first-child:after{
	content: '';
	float:right;
}
ul.header_top_nav li:last-child:after{
	content: '';
}
ul.header_top_nav li:after{
	content: '|';
	color:#fff;
	margin-left:5px;
}
/* header_medium */
.header_medium{
	background:#211f20;
}
.header_medium_box{
	text-align:center;
	padding:15px 0;
}
.company_name{
	color:#fff;
	font-size:14px;
}
/* header_bottom */
.header_bottom_box{
	text-align:center;
	/*width:820px;
	margin:0 auto;*/
	padding:15px 0;
}
ul.header_bottom_nav{
	color:#211f20;
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
ul.header_bottom_nav a{
	color:#fff;
}
ul.header_bottom_nav li a:hover{
	color:#b6b4b4;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.header_bottom_nav > li{
	/*float:left;*/
	display:inline-block;
	margin-left:15px;
	text-transform:uppercase;
	font-weight:bold;
}
ul.header_bottom_nav li.active a{
	color:#5d5b5b;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.header_bottom_nav > li:after{
	content:'/';
	margin-left:15px;
	color:#fff;
}
ul.header_bottom_nav li:last-child:after{
	content:'';
}
/* middle */
.middle {
	margin:25px 0 0 0;
}
.middle_top_news_box{
	padding:0;
}
.middle_top_page_title{
	color:#fff;
	font-size:16px;
	background:#211f20;
	margin-bottom:5px;
	
}
.middle_top_news_datebox{
	
}
.middle_top_news{
	font-size:14px;
	line-height:normal;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
.middle_top_news_date{
	margin:0;
	font-size:23px;
	font-weight:bold;
}
.middle_top_news_title{
	color:#211f20;
	font-size:15px;
}
.middle_top_news_decription {
	font-size:14px;
	color:#fff;
}
.middle_top_news_decription p{
	margin-bottom: 14px;
	line-height: 1.3;
	color:#fff;
}
.middle_top_news_decription a{
	color:#1699ff;
}
.middle_top_news_decription a:hover{
	color:#b6b4b4;
}
.middle_top_news_title a{
	color:#211f20;
}
.middle_top_news_description{
	font-size:13px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.middle_top_news_link{
	margin:20px 0 0 0;
}
.middle_bottom_page_link{
	padding:16px;
	color:#fff;
}
.middle_bottom_members{
	background:url(../Images/member.jpg);	
	background-size:cover;
}
.middle_bottom_aboutus{
	background:url(../Images/abus.jpg);	
	background-size:cover;
}
.middle_bottom_page_readmore{
	padding:5px 10px;
	border:1px solid #fff;
	color:#fff;
	font-size:13px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.middle_bottom_page_readmore:hover{
	background:#211f20;
	color:#fff;
}
.sofa{
	padding:5px 0px 0 0;
}
.chair{
	padding:5px 0px 0 0;
}
.middle_bottom_page_description{
	font-size:13px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom:15px;
}
a.more_news{
	background:#211f20;	
	color:#fff;
	padding:7px 10px;
	font-size:13px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
a.more_news:hover{
	background:#211f20;
	
}
.white_bg{
	background:#fff;
	width:820px;
	height:50px;
	margin:-50px auto 0 auto;
	display:none;
}
.middle_top_page_titlename{
	/*position:absolute;*/
	display:inline-block;
	background:#211f20;
	padding:5px 15px;
	margin-top:5px;
	color:#fff;
}
.newsevent_content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 33px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}
.middle_top_page_titlename_box{
	/*width:220px;
	margin:0 auto;*/
	position:relative;
	/*text-transform:uppercase;*/
	font-size:22px;
	margin-top:-40px;
}
.single_type .middle_top_page_titlename_box{
	text-transform:initial;
}
.middle_top_box{
	text-align:center;
}
.middle_top_yearbox{
	width:50%;
	vertical-align:middle;
/*	font-size:13px;*/
	display:table-cell;
	position:relative;
	z-index:99;
}

.gallery_box{
	margin:1% 0 0 -1% ;
	padding:0;
	display:block;	
}
.gallery_box li{
	width:32.3333%;
	height:200px;
	overflow:hidden;
	margin:1% 0 0 1% ;
	float:left;
	padding:0;
}	
.gallery_box li a{
	display:block;
	position:relative;
}
.gallery_box li a:hover .item_overlay{
	opacity:1;
}
.gallery_box li img{
	display:block;
	width:100%;
}
.item_overlay {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	background: rgba(0,0,0,0.4);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.year_round{
	background:#211f20;
	border-radius:50%;
	padding:30px 0;
	text-align:center;
	font-size:25px;
	width:100px;
	margin:auto;
	color:#fff;
}
ul.middle_top_year{
	width:100%;
}
ul.middle_top_year li{
	margin-bottom:10px;
	width:100%;
	float:left;
	display:table;
	position:relative;
}
ul.middle_top_year li:after{
	content:url(../Images/line2.png);
	position:absolute;
	right:25%;
	
}
.section{
	margin-bottom:20px;
	/*font-size:14px;*/
}
#section_tb{
}
#section_tb td{
	border-top:1px solid #211f20;
	border-right:1px solid #211f20;
	border-left:1px solid #211f20;
	padding:2px 10px;
}
.middle_bottom{
	margin:15px 0 30px;
}
.middle_bottom_tb{
	font-size:14px;
}
.middle_bottom_tb td{
	padding:2px 0 2px 30px;
}
tr.green_row td{
	background:#211f20;
	color:#fff;
}
tr.grey_row td{
	background:#e6e6e6;
}
.section_margin{
	margin-top:20px;
}
.middle_top_container{
	margin:15px 0;
	line-height:normal;
	min-height:350px;
}
.furn_margin{
	text-align:center;
}
#slider4{
	margin-top:5px;
}
/* single gallery */
.single_gallery{
	margin:0;
	padding:12px 0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.single_gallery li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:18%;
}
.single_gallery li h5{
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#fff;
}
.single_gallery li img{
	width:100%;
	display:block;
}
/* committee */
.middle_top_commitee_box{
	border:1px solid #211f20;
	padding:14px;
}
.middle_top_commitee_box{
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.middle_top_commitee_box:hover{
	box-shadow: 0px 0px 10px #000;
	z-index: 100;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}
.middle_top_commitee_box .green{
	color:#211f20;
}
.committee_line{
	border:1px dotted #000;
	margin:5px 0;
}
.committee_company{
	font-weight:bold;
	font-size:15px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.committee_contact{
	font-size:13px;
	color:#231f20;
}
/*.committee_contact span{
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}*/
.committee_address{
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*services*/
.service_title_box{
	color:#fff;
	font-size:16px;
	margin:5px 0 10px 0;
	background:#232323;
	text-align:center;
}
.middle_top_service_box{
	border: 1px solid #232323;
    padding: 10px;
}

.middle_top_commitee_box .green{
	color:#211f20;
}
.middle_service_description{
	font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;	
}
.middle_service_description a{
	color: #1699ff;
}
.middle_service_description a:hover {
	color: #b6b4b4;
}
.middle_service_description a img {
	width:100%;
	display: block;
}
ul.middle_service_description {
	list-style-type:disc;
}
/* single gallery services*/
.single_gallery_service{
	margin:0;
	padding:0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.single_gallery_service >li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:31.3333%;
}
.single_gallery_service li h5{
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.single_gallery_service li img{
	width:100%;
	display:block;
}
/*Gallery*/
.middle_gallery_box{
	border:1px solid #232323;
	padding:14px;
}
.middle_gallery_box{
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.middle_gallery_box:hover{
	box-shadow: 0px 0px 10px #000;
	z-index: 100;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}
img {
    max-width: 100%;
    height: auto;
}

.item {
    width: 120px;
    min-height: 120px;
    max-height: auto;
    float: left;
    margin: 3px;
    padding: 3px;
}
.single_galleries{
	margin:0;
	padding:14px 0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.single_galleries li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:23%;
}
.single_galleries li img{
	width:100%;
	display:block;
	object-fit: cover;
    height: 430px;
}
/*testimonials*/
.single_testimonials{
	margin:0;
	padding:0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.single_testimonials li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:18%;
}
.single_testimonials li img{
	width:100%;
	display:block;
}
.middle_testimonials_box{
	border: 1px solid #211f20;
    padding: 14px;
}
.middle_testimonials_box img{
	width:100%
}

.single_description a{
	color:#fff;
}
.single_description a:hover{
	color:#1699ff;
}
.single_description iframe{
	width:100%;
	height:315px;
}
/* contact us*/
.middle_bottom_form{
	margin-top:5px;
}
.middle_bottom_form_box{
	padding:0;
	font-size:13px;
	margin-top:10px;
}
.middle_bottom_form_box h5{
	color:#fff;
}
.sub{
	background:#211f20;
	color: #fff;
	padding: 7px 10px;
	font-size: 13px;
	border:1px solid #fff;
	cursor:pointer;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.sub:hover{
	background:#211f20;
	color:;
}
.contact_tb{
	margin:10px 0;
}
.contact_tb td{
	padding:0 0 10px 0;
}
/* contact us*/
.middle_bottom_contactdetail p{
	font-size:13px;
}
.middle_top_container_breadcrumbs,.middle_top_container_district,.middle_top_container_district_address{
	text-align:center;
}
.middle_top_container_breadcrumbs{
	font-size:13px;
}
.middle_top_container_breadcrumbs a{
	color:#211f20;
}
.middle_top_container_breadcrumbs a:hover{
	color:#211f20;
}
.middle_top_container_district,.middle_top_container_district_address{
	margin:0 0 20px 0;
}
.contact_details {
	margin-top:10px;
}
.contact_details a{
	color:#1699ff;
}
.contact_details a:hover{
	color:#b6b4b4;
}

/*homepage footer*/
.middle_bottom_client_title {
    /* position: absolute; */
    display: inline-block;
    background: #211f20;
    padding: 5px 15px;
    margin-top: 5px;
    color: #fff;
}
.client_logo{
	margin:0;
	padding:14px 0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.client_logo li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:8%;
}
.client_logo li img{
	width:100%;
	max-width:120px;
	display:block;
}

/* news */
.news_box_container{
	margin-top:15px;
}
.news_box{
	margin-top:15px;
	margin-bottom:15px;
}
.news_box_date{
	font-size:13px;
}
.middle_newsevent{
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding:15px 10px 20px 10px;
	background:#f5f5f5;
}
.middle_newsevent .middle_top_news_date ,.middle_newsevent .middle_top_news_month{ 
	text-align:right;
}
.middle_newsevent{
	position:relative;
	overflow:hidden;
}
.middle_newsevent_arrow_box{
	position:absolute;
	right:-50px;
	top:25px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.middle_newsevent:hover .middle_newsevent_arrow_box{
	right:50px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.news_arrow{
	background:#211f20;
	padding:10px 10px 10px 14px;
	color:#fff;
	font-size:25px;
}
/* news */
/* districts */
.districts_member{
	background:#211f20;
	color:#fff;
	text-align:center;
	display:block;
	padding:10px 12px;
	font-weight:lighter;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
a.districts_member:hover{
	background:#211f20;
	color:#fff;	
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.district_arrow{
	font-size:25px;
}
.districts_left{
	width:75%;
	float:left;
}
.districts_right{
	width:25%;
	float:left;
	padding:0 25px;
}
.districts_box{
	width:100%;
	margin-bottom:10px;
	float:left;
}
.districts_tb{
	font-size:13px;
}
.districts_tb td{
	padding:0 0 10px 0;
}
table.districts_tb td.address{
	vertical-align:top;
}
.district_sorted_arrow{
	background:#211f20;
	color:#fff;
	font-size:30px;
	padding:8px 10px 8px 14px;
}
ul.district_sorted_box{
	width:101%;
	margin-left:-1%;
	margin-top:20px;
}
ul.district_sorted_box li{
	float:left;
	margin:0 0 1% 1%;
	width:24%;
	text-align:center;
	border:1px solid #211f20;
	padding:15px 20px;
	position:relative;
	overflow:hidden;
	height:48px;
	white-space:nowrap;
}
ul.district_sorted_box li a{
	/*border:1px solid #211f20;
	padding:10px 15px;*/
}
.district_choose{
	padding:5px;
	margin-left:10px;
	cursor:pointer;
}
.district_sorted_title{
	padding:0;
	/*text-align:center;*/
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width:200px;
}
a.district_sorted_arrowbox{
	position:absolute;
	right:-50px;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	top:0;

}
ul.district_sorted_box li:hover a.district_sorted_arrowbox{
	right:0;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
/*faq*/
.middle_faq a{
	color: #1699ff;
}
.middle_faq a:hover {
	color: #b6b4b4;
}
/*video*/
.middle_video{
	margin:0;
	padding:12px 0;
	list-style:none;	
	margin:-2% 0 30px -2%;
}
.middle_video li{
	float:left;
	margin:2% 0 0 2%;
	padding:0;
	width:31.3333%;
}
.middle_video_box{
	border: 1px solid #211f20;
    padding: 10px;
}
.middle_video_box img{
	width:100%
}
.middle_video li iframe{
	width:100%;
	height:180px;
	display:block;
}
/* member */
ul.district_sort{
	width:100%;
}
ul.district_sort li{
	float:left;
	margin:0 0 0.5% 0.5%;
	padding:0;
	border:1px solid #ccc;
}
ul.district_sort li a{
	padding:7px 12.8px;
	display:block;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
/*ul.district_sort li:last-child{
	border-right:1px solid #ccc;
}*/
/* search effect */
.search_post_box{
	min-height:400px;
}
.search_post hr{
	border:1px dotted #ccc;
}
#sb-search{
	float:right;
	margin-top:1px;
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 35px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 2px;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 26px;
	margin: 0;
	z-index: 10;
	padding: 0 0 0 10px;
	font-family: inherit;
	color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
	color: #c00000;
}
.sb-search-input:-moz-placeholder {
	color: #c00000;
}
.sb-search-input::-moz-placeholder {
	color: #c00000;
}
.sb-search-input:-ms-input-placeholder {
	color: #c00000;
}
.sb-icon-search,
.sb-search-submit  {
	width: 35px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	background:#211f20;
	color:#fff;
	z-index: 90;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.search_icon:hover{
	color:#f21c1a;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #211f20;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	
}
ul.district_sort li.active a{
	background:#211f20;
	color:#fff;
}
ul.district_sort li span.active{
	background:#211f20;
	color:#fff;
}
ul.district_sort li span{
	background:#fff;
	padding:7px 12.8px;
	cursor:pointer;
	display:block;
	color:#211f20;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
ul.district_sort li span:hover{
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	background:#211f20;
	color:#fff;
}
ul.district_sort li a:hover{
	background:#211f20;
	color:#fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.district_logo{
	float:right;
	margin-right:5px;
}
.middle_top_container_district_detail{
	text-align:center;
	margin-bottom:20px;
}
.district_tb td{
	vertical-align:top;
	padding-bottom:10px;
}
/* footer */
.footer{
	font-size:13px;
	line-height:1.7;
	
}
.footer_top{
	background:#211f20;
	color:#898989;
}
ul.footer_top_info{
	margin-left:25%;
	float:center;
	padding:40px 0;
	margin-bottom:0px;
	width:100%;
	font-size:14px;
}
ul.footer_top_info li{
	float:left;
	width:23%;
	margin: 0 0 1% 1%;
	position:relative;
}
ul.footer_top_info li:first-child{
	text-align:center;
}
ul.footer_top_info li:after{
	content:url(../Images/splitter.png);
	color:#211f20;
	position:absolute;
	top:0;
	right:5px;
}
ul.footer_top_info li:last-child:after{
	content:initial;
}
.footer_top_info a{
	color:#898989;
}
.footer_bottom{
	background:#211f20;
	padding:10px 0;
	height:125px;
	color:#fff;
}
ul li.current a{
	color:#211f20;
}
.aking{
	color:#fff;
	font-weight:bold;
}
.aking:hover{
	color:#b6b4b4;
}
.green{
	color:#fff;
}

.wth{
	width:100%;
}
.font_bold{
	font-weight:bold;	
}
.username{
	width:100%;
	padding:8px 8px;
	margin-bottom:15px;
}
.dotted_line{
	border:1px dotted #ccc;
	margin:0 0 5px 0;
}
.back{
	background:#211f20;
	padding:5px 10px;
	color:#fff;
}
.back:hover{
	background:#211f20;
	color:#fff;
}
#section_tb tr:last-child td{
	border-bottom:1px solid #211f20;
}
.aking_developed{
	float:right;
}
.error{
	border:1px solid #f00;	
}
label.error{
	display:none !important;
}
p.success {
	color: #8dc63f;
	font-size: 14px;
	display: none;
}
.login_form_box{
	border:1px solid #ccc;
	padding:10px 30px;
	margin:30px auto 30px auto;
	width:400px;
}
.subtitle{
	margin:10px 0;
}
#email_error{
	display:none;
	color:#f00;
	font-size:13px;
}
.field{
	position:relative;
}
.field input{
	padding:10px 10px 10px 30px;
}
.field_icon{
	position:absolute;
	top:5px;
	left:10px;
}
#ajax_loading{
	display:none;
	margin:10px;
}
.forgot_password{
	font-size:13px;
	min-height:400px;
}
#forgot_form{
	width:400px;
	margin:30px auto;
}
.current_paging{
	background:#211f20;
	color:#fff;
}
.paging_box{
	margin-top:20px;
	float:right;
}
.paging_box ul li{
	float:left;
	margin-left:5px;
	border:1px solid #ccc;
	padding:0;
}
.paging_box ul li a{
	padding:5px 10px;
	display:block;
}
.paging_box ul li a:hover{
	background:#211f20;
	color:#fff;
}
.none{
	display:none !important;
	opacity:0 !important;
}
.ajax_image{ 
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-24px;
	top:50%;
	margin-top:14px;
}
ul.category_activity li{
	font-size:14px;
	padding:5px 0;
}
/*ul.header_bottom_nav li.with-ul ul li.with-ul span.navicon{
	display:none;
}*/
/* responsive table */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.responsive_tb table, .responsive_tb thead,.responsive_tb  .responsive_tb tbody, .responsive_tb th, .responsive_tb td, .responsive_tb tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive_tbthead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsive_tb tr { border: 1px solid #ccc; }
	
	.responsive_tb td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
	}
	
	.responsive_tb td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.responsive_tb td:nth-of-type(1):before { content: "NAME"; }
	.responsive_tb td:nth-of-type(2):before { content: "NAME OF COMPANY"; }
	.responsive_tb td:nth-of-type(3):before { content: "DISTRICT"; }
	.responsive_tb td:nth-of-type(4):before { content: "TEL"; }
	.responsive_tb td:nth-of-type(5):before { content: "FAX"; }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body { 
		padding: 0; 
		margin: 0; 
		width: 320px; }
	}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { 
		/*width: 495px; */
	}
}
/* responsive table */
@media (min-width:981px) and (max-width:1200px){
	ul.footer_top_info li:after{
		content:initial;
	}
	ul.district_sorted_box li{
		width:32%;
	}
	.header_bottom_box{
		width:820px;
	}
	.districts_right{
		padding:0 15px;
	}
	.middle_newsevent p{
		width:75%;
	}
	.gallery_box li {
		height:150px;
	}
}
@media (min-width:769px) and (max-width:980px){
	.header_bottom_box{
		width:735px;
	}
	ul.footer_top_info li:after{
		content:initial;
	}
	ul.footer_top_info li{
		width:22%;
		margin:0 0 2% 2%;
	}
	ul.header_bottom_nav li,ul.header_bottom_nav li:after{
		margin-left:9px;
	}
	ul.district_sorted_box li{
		width:32%;
	}
	.districts_right{
		padding:0 5px;
	}
	.middle_newsevent p{
		width:75%;
	}
	.gallery_box li {
		height:100px;
	}
	.single_gallery li{
		width:23%;
	}
	.single_galleries li img {
	    height: 300px;
	}
}
@media (max-width:768px){
	.middle{
		margin:0;
	}
	.header_bottom_box{
		width:100%;
		margin:0;
	}
	ul.header_bottom_nav li{
		width:100%;
	}
	ul.header_bottom_nav li:after{
		content:initial;
	}
	.middle_top_slider{
		margin:0;
	}
	.middle_top_slider{
		margin:10px 0 15px 0;
		float:left;
	}
	.middle_top_news_box{
		padding:0;
		margin-bottom:15px;
	}
	.callbacks_container{
		float:none;
	}
	#slider1,.middle_bottom_aboutus{
		margin-bottom:15px;
	}
	ul.footer_top_info li:after{
		content:initial;
	}
	ul.footer_top_info li{
		width:49%;
		height:85px;
	}
	ul.footer_top_info li:first-child{
		text-align:initial;
	}
	ul.header_bottom_nav li{
		margin-left:0;	
	}
	.middle_bottom_tb{
		margin-bottom:20px;
	}
	tr.reponsive_th{
		display:none;
	}
	ul.district_sorted_box li{
		width:48%;
	}
	ul.district_sorted_box li{
		margin:0 0 2% 2%;
	}
	.middle_bottom_contactdetail{
		margin-top:20px;
	}
	.districts_right{
		padding:0 15px;
	}
	.district_logo{
		float:none;
	}
	ul.district_sort li{
		margin:0 0 3% 2%;
	}
	.middle_newsevent .middle_top_news_date, .middle_newsevent .middle_top_news_month{
		text-align:initial;
	}
	.middle_newsevent_arrow_box{
		top:12px;
	}
	.middle_newsevent p{
		width:80%;
	}
	.gallery_box li {
		width:49%;
		height:100px;
	}
	.single_gallery li{
		width: 31.3333%;
	}
	/*.middle_video, .middle_video li{
		margin-left:0;
	}*/
	.middle_video li{
		width:48%;
	}
	.single_testimonials li{
		width: 31.3333%;
		margin-top:-5px;
		margin-bottom:20px;
	}
	.single_galleries li img {
	    height: 200px;
	}
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}
	.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

}
@media (max-width:480px){
	.middle{
		margin:0;
	}
	.header_bottom_box{
		width:100%;
		margin:0;
	}
	ul.footer_top_info li{
		width:100%;
	}
	ul.district_sorted_box li{
		width:100%;
		margin-bottom:15px;
	}
	.districts_right{
		padding:0 8px;
		width:35%;
	}
	.districts_left{
		width:65%;
	}
	.gallery_box{
		margin-top:10px;	
	}
	.gallery_box li {
		width:100%;
		margin-left:0;
		height:150px;
	}
	.single_gallery li{
		width: 48%;
	}
	.middle_video, .middle_video li{
		margin-left:0;
	}
	.middle_video li{
		width:100%;
	}
	.single_gallery_service, .single_gallery_service li{
		margin-left:0;
	}
	.single_gallery_service li{
		width: 100%;
	}
	.client_logo li{
		width: 12%;
	}
	.middle_service_description {
		font-size:14px;
	}
	.service_title_box{
		font-size:14px;
		line-height: 1.3;
		margin:-10px 0 3px 0;
	}
	li.middle_top_service_box{
		width:48%;
	}
	.middle_top_page_titlename_box{
		font-size:14px;
	}
	.single_galleries, .single_galleries li{
		margin-left:0;
	}
	.single_galleries li{
		width:100%;
		padding-bottom:10px;
	}
	.single_testimonials, .single_testimonials li{
		margin-left:0;
	}
	.single_testimonials li{
		width:100%;
		margin:-25px 0 35px 0;
	}
	.five columns contact_details {
		padding-left:0px;
	}
	.single_galleries li img {
	    object-fit: initial;
	    height: auto;
	}

}
/* Mobile */
@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		word-wrap: break-word;
	}
	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}
	h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	p {
		line-height: 1.625em;
	}
	ul, ol, dl, p {
		text-align: left;
	}
	.fixed {
		position: relative;
		top: auto;
		left: auto;
	}
	/* restyle row columns */
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row .row .columns {
		padding: 0;
	}
	.row .three.columns_ {
	width:99.5%;
    }
	.columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.columns:last-child {
		margin-right: 0;
		float: none;
	}
	.aking_developed{
		float:none;
	}
	.flexmenu.fm-sm ul li a {
		padding: 10px 15px;
		font-size: 14px;
	}
}
/* Mobile */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	p a {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a:visited {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../Images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../Images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../Images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}