body {
	font-size: .85rem;
	font-family: 'Muli', sans-serif;
	background:#e7ecff;
	color: #4c4633;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

*:focus {
	box-shadow: none !important;
	outline: 0;
}

.form-control:focus {
	border-color: #e0a50e !important;
}

.pr {
	position: relative;
}

.pad0 {
	padding: 0 !important;
}

.margin0 {
	margin: 0;
}

.spacer {
	height: 3em;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
	line-height: 1.6;
}

h3, .h3 {
	font-size: 20px;
	line-height: 1.5;
}

h4, .h4 {
	font-size: 16px;
	line-height: 1.4;
}

h5, h5 {
	font-size: 14px;
}

a {
	color: #20a6ff;
}

.heading {
	/*text-transform: uppercase;*/
	position: relative;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 1rem;
}

.heading::after {
	content: ' ';
	position: relative;
	height: 1px;
	width: 100px;
	display: block;
	border-bottom: 4px double #3e3e3e;
	padding-top: 15px;
}

.heading.text-center::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.heading-sm {
	font-weight: 600;
	display: table;
	margin: 0 auto;
	position: relative;
	top: -28px;
	background: #8ac91d;
	color: #fff;
	padding: 9px 25px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 31px;
	border: 5px solid #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sm.gray {
	background: #ff7c00;
}

label {
	font-weight: 700;
	margin-bottom: 2px;
}

a, .btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

/*new*/

.main {
	display: flex;
	display: -ms-flexbox;
	min-height: 100vh;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.main-content {
	flex: 1 1 auto;
}

/*events*/

.gallery-item .gallery-img img {
	height: 180px;
	width: 100%;
	object-fit: cover;
}

.gallery-item {
	margin: 4px;
	position: relative;
	overflow: hidden;
}

.gallery-item .gallery-img {
	position: relative;
}

.gallery-item:hover .desp {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.gallery-item .desp {
	padding: 10px 15px;
	color: #ffefd1;
	background: rgba(76, 70, 51, 0.925);
	font-weight: 600;
	font-size: .83rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}
.gallery-item.video{overflow:visible;}
.gallery-item  .video-title.desp{opacity: 1; bottom:-29px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);}
	.gallery-item  .video-title.desp a{display:block; color:#fff;}
	.gallery-img iframe{width:100%;}
.gallery-item .desp h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	position: relative;
}

.category {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 10px;
	background: linear-gradient(to top, #402e2e 0%, rgba(35, 35, 35, 0) 100%);
}

.categoryname {
	color: #d4ff8b;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	text-shadow: 0 0 4px #000;
}

.viewbtn {
	font-weight: 800;
	font-size: 12px;
	padding: 4px 7px;
	letter-spacing: .5px;
	font-style: italic;
	background: #cc5420;
	color: #fff;
}

.viewbtn:hover {
	color: #fff;
	background: #b34110;
}

.categories .gallery-item .gallery-img::before {
	display: none;
}

.desp2 {
	text-align: center;
	padding: 5px;
	background: #fbf2ff;
	box-shadow: 0 2px 3px rgba(178, 39, 139, 0.2);
	color: #454545;
	font-weight: 600;
}
.block4{background: #fff url(../img/pattern.png) repeat-x center;}
.readmore {
	font-weight: bold;
	color:#365988;
	font-style: italic;
}

.readmore::after {
	content: '\f178';
	font-family: 'Fontawesome';
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
}

/*header*/

.header {
	background: #fff url(../img/pattern.png) repeat center;
}

#topnav {
	background:#007cc3;
	position: relative;
}

#topnav .nav-item.font-selection a {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px !important;
	text-align: center;
	font-size: 13px !important;
	border-radius: 2px;
	position: relative;
	top: 4px;
	font-weight: 600;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.4);
}

#topnav.navbar-light .navbar-nav.mr-auto li+li a:after {
	top: auto;
}

#topnav .dropdown-toggle::after {
	display: none;
}

.palette {
	height: 20px;
	min-width: 20px;
	background: #c2c2c2;
	padding: 0 !important;
	position: relative;
	top: 2px;
	border: 2px solid #fff;
	display: inline-block;
}

.theme-black {
	background: #111;
}

#topnav.navbar-light .navbar-nav>li>a, #topnav.navbar-light .navbar-nav li p {
    font-size: .75rem;
    color: #ffffff;
    text-transform: uppercase; display: inline-block;
}

#topnav.navbar-light .navbar-nav>li>a:hover {
	background: rgba(255, 255, 255, 0.302);
}

#topnav .form-control {
	max-width: 150px;
}

.btn-login {
	padding: 6px 10px;
	font-size: 14px;
	background: #7dab2e;
	border: 0;
	font-weight: 600;
	color: #fff;
}

.btn-login:hover {
	opacity: .9;
}

#topnav .dropdown-toggle::after {
	display: none;
}

#navigation {
    background: url(../img/header-bg-pattern.png);
}
#navigation ul.navbar-nav.mr-auto li {
    flex: auto;
}
#navigation ul.navbar-nav.mr-auto {
    width: 100%;
}
#navigation .navbar-nav>li>a {
    padding: 12px 0px;
    display: block;
    font-weight: 600;
    color: #fff;
    margin-left: 2px;
    font-size: 13px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

#navigation .navbar-nav>li>a::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #f4bd14;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#navigation .navbar-nav>li:first-child>a {
    color: transparent;
    background: transparent url(../img/home.png) no-repeat center;
    background-size: 18px;
    /* width: 42px; */
    height: 38px;
}

#navigation .navbar-nav>li>a:hover::before, #navigation .navbar-nav>li>a:focus::before, #navigation .navbar-nav>li>a:active::before {
	left: 0;
	right: 0;
}

#navigation .navbar-nav>li:last-child>ul {
	right: 0;
	left: auto;
}

#navigation .navbar-nav .dropdown-menu li a {
	display: block;
	color: #2F2E37;
	font-size: .82rem;
	padding: 9px 15px;
	min-width: 200px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}

#navigation .navbar-nav>.dropdown-menu>li:last-child a {
	border-bottom: 0;
}

#navigation .dropdown-menu li a:hover, #navigation .dropdown-menu li a:focus {
	background: #4c4633;
	color: #fff;
}

#topnav .input-group .form-control, #topnav .input-group .btn {
	background-color: #fff;
	height: 28px;
	color: #4c4633;
	border-radius: 0 !important;
	border: 0;
	margin-top: 3px;
	font-size: 13px;
}

.logo-wrapper img {
	max-height: 90px;
	max-width: 400px;
}

.logo-title {
	color: #4c4633;
	padding-left: 20px;
}

.logo-title h1 {
    line-height: 1.4;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    color: #363122;
    font-weight:bold;
}
 
.logo-title p {
	font-size: .84rem;
	text-transform: capitalize;
}

.navbar-light .navbar-toggler {
	color: #fff;
	outline: 0 none;
	border: 1px solid rgba(255, 255, 255, 0.102);
	border-radius: 0;
}

 

.datetime {
    background: #020202;
    padding: 8px 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fdfdfd;
}
#topnav ul li {
    border-right:1px solid #2c9dde;
}

/* testimonial */

.testimonial-slider .slick-prev {
	left: -10px;
}

.testimonial-slider .slick-next {
	right: -10px;
}

.test-box {
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.102);
	background: #fff0ea url(../img/flower.png) no-repeat left bottom;
	margin: 0 5px 30px;
	padding-left: 15px;
}

.test-box img {
	display: block;
	height: 200px;
}

.name {
	font-size: 14px;
	font-weight: 700;
	color: #946f00;
	margin-top: 10px;
	display: block;
	margin-left: 45px;
	position: relative;
	padding-left: 10px;
}

.name::before {
	content: '';
	height: 3px;
	width: 45px;
	background: #729d35;
	display: block;
	position: absolute;
	right: 100%;
	top: 8px;
}

/*partners*/

.partners {
	background: #fff;
}

.img-box {
	position: relative;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 5px;
	margin: 10px 8px;
	background: #fff;
	border-radius: 5px;
	border: 6px double #e5e5e5;
}

.img-box img {
	max-width: 140px;
	max-height: 100%;
}

.img-box:hover {
	border-color: #beb4a2;
}

/*banner*/

.home-fixed-slider {
	position: relative;
	background: #000;
	overflow: hidden;
}

.main-slider.slick-initialized.slick-slider.slick-dotted {
	margin: 0;
}

.main-slider .slick-slide img {
	height: 52vh;
	width: 100%;
	object-fit: cover;
}

.main-slider .slick-arrow {
	margin: 0;
	background: transparent;
}

.banner-title {
	font-weight: 900;
	color: #fff;
	text-shadow: 0 0 5px rgba(221, 127, 127, 0.4);
	font-size: 32px;
	margin-bottom: 20px;
}

.titlediv {
	text-transform: uppercase;
	z-index: 50;
	position: relative;
}

.titlediv h1 {
	font-size: 50px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.titlediv p {
	font-size: 30px;
	line-height: 1;
}

/* section */

.sec-pad {
	padding: 30px 0;
}

.sec-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sec-title .mdi {
	height: 42px;
	width: 42px;
	background: #b98d07;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 2px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 5px #eaeaea;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: 8px;
}

.icnlist a {
    display: block;
    color: #000;
    position: relative;
    height: 100%;
    padding: 8px 15px 8px 30px;
    background: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 10px #0000001a;
}

.icnlist a .mdi {
	height: 30px;
	width: 30px;
	background: #a3c552;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	margin-right: 6px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

/* about */

.about::before {
	content: '';
	border-top: 7px solid transparent;
	-webkit-border-image: url(../img/border.png) round;
	-o-border-image: url(../img/border.png) round;
	border-image: url(../img/border.png) round;
	border-image-slice: 100%;
	border-image-slice: 20%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 1;
}

.title {
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	padding: 0 0 15px;
	font-size: 24px;
	text-transform: capitalize;
}

.title::after {
	content: '';
	position: absolute;
	width: 180px;
	top: 100%;
	left: calc(50% - 90px);
	border-bottom: 4px double #4c4633;
	height: 1px;
}

.title::before {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
	border: 3px solid #fff;
	background:#256dc0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
	z-index: 1;
	margin-top: -5px;
}
.gallery .title {
	color:#fff;
}

.gallery .title::after {
	content: '';
	position: absolute;
	width: 180px;
	top: 100%;
	left: calc(50% - 90px);
	border-bottom:4px double #ffffff;
	height: 1px;
}

.gallery .title::before {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
	border: 3px solid #fff;
	background:#256dc0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
	z-index: 1;
	margin-top: -5px;
}
.gallery .btn-outline-primary{border-color:#fff; color:#fff;}
.abttxt.home {
	line-height: 2;
	padding: 20px 0;
}
.abttxt {
	line-height: 2;
	padding:0 0 0px;
}


.detail ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.detail ul li a {
	color: #222;
	line-height: 1.8;
}

.detail ul li::before {
	left: 0;
	position: absolute;
	content: '\f134';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 18px;
	top: 2px;
	font-size: 18px;
	color: #4c4633;
}
.about{background: #fff url(../img/pattern.png) repeat-x center;}
.aboutd {
	background: #f4f3ff;
}

.listing a {
	font-size: 18px;
	margin: 15px 10px 0;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 4px 12px;
}

.listheading {
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom:1px solid #256dc0;
    color:#256dc0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'David Libre';
    background:#e5f1ff;
    position: relative;
    top: 18px;
    z-index: 1;
    left: 20px;
}

.listheading::after {
	/* content: '';
	border-top: 7px solid transparent;
	-webkit-border-image: url(../img/border.png) round;
	-o-border-image: url(../img/border.png) round;
	border-image: url(../img/border.png) round;
	border-image-slice: 20%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px; */
}

/* .listheading .mdi::after {
	position: absolute;
	content: '';
	border-left: 12px solid #808000;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	right: -6px;
	top: 0;
} */

/* .listheading .mdi {
	height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #808000;
	margin-right: 8px;
	position: relative;
	font-size: 1.2rem;
} */

.bg-orange {
	background: #b98d07;
}

/* random links */

.linkblock, .gallery {
	border-top: 1px solid #ddd;
	background: #fff url(../img/bg2.jpg) no-repeat top;
	background-size: cover;
	position: relative;
}

.absdiv {
	position: absolute;
	right: 0;
	top: 20px;
}
/*
.linkblock::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	height: 125px;
	background: #4c4633;
}*/

.linkbox {
    min-width: 25%;
    max-width: 25%;
    padding: 6px;
    position: relative;
}

.sphere {
    text-align: left;
    display: block;
    color: #997600;
    border: 2px solid #ffffff;
    box-shadow: 0 0px 11px 0 #0000001a;
    background: #f1f1f19f;
    padding: 3px 5px 3px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sphere .link-icon img {
	width: 60px;
	margin-bottom: 5px;
}

.sphere .linktxt {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
}

.countno {
	font-weight: 800;
	color: #906c00;
	font-size: 21px;
}

/* footer */

.footer {
    position: relative;
    background: #2b2b2b;
}

.footer, .footer li a {
    color: #f7e0e7;
}

.footer-links li a {
	padding: 8px 12px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 3px;
	color: #372f21;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer-links li+li a::before {
	content: "\f192";
	font-family: FontAwesome;
	position: absolute;
	left: -10px;
	color: #7a5800;
	font-weight: 400;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

.footer-middle {
    background:#e4f0ff;
    padding: 10px 0 5px;
}

.footer-bottom {
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .75rem;
}

.f-social li a {
	display: inline-block;
	height: 28px;
	width: 28px;
	font-size: 15px;
	margin-right: 5px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #0000001a;
}

.f-social li a:hover {
	color: #fff;
	opacity: .7;
}

.back-top {
	position: absolute;
	display: inline-block;
	bottom: 60px;
	right: 8px;
	height: 32px;
	width: 32px;
	z-index: 2;
	background:rgb(37 109 192);
	color: #fff !important;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
	line-height: 30px;
	font-size: 24px;
}

.back-top:hover {
	background: #fff;
	color: #000 !important;
}

.validation img {
	max-height: 30px;
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #fff;
	background-color: #3ba4f5;
}

hr {
	border-top:1px solid #444444;
}

/*  */

.btn-youtube {
	color: #fff;
	background-color: #e12727;
}


.btn-facebook, .btn-youtube, .btn-twitter{font-size: 20px; padding:0px 10px;}

.btn-facebook span, .btn-youtube span, .btn-twitter span{ line-height:34px; display: block;}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #4c4444 !important;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*news*/

.bgreen {
	border-top: 3px solid #8ac91d;
}

.bgray {
	border-top: 3px solid #ff7c00;
}

.content-box {
	position: relative;
	top: -2rem;
	z-index: 10;
	padding: 20px 15px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.102);
	border-bottom:3px solid #256dc0;
}

.newsbox {
	position: relative;
	background: #fff;
	box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.102);
	padding-bottom: 15px;
}
.news-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 8px 12px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    color: #fff;
    background: url(../img/header-bg-pattern.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;
}

.newsticker {
	max-height: 230px;
	overflow: hidden;
	padding-top: 12px;
}

.vert_carouselTicker__item a {
	display: block;
	position: relative;
	padding: 7px 15px 7px 30px;
	color: #000;
	margin-bottom: 7px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.8;
}

.vert_carouselTicker__item a:before, .icnlist a:before {
	content: '\f192';
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	color:#6aa4e6;
}

.newsall {
	position: absolute;
	right: 9px;
	bottom: 10px;
	color: #e12727;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}

.newsall:hover {
	color: #ee4c4c;
	text-decoration: underline;
}

.navbar-toggler span>span {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	padding-top: 3px;
}

.eventlist {
    border-right: 1px solid #dddddd42;
    border:1px solid #256dc0;
    padding-top: 15px;
    background: #fff;
    height: 270px;
}
.tenderlist tr td {
    position: relative;
    padding-left: 30px;
    border: 0;
    border-bottom:1px dashed #b6cde8;
}
.tenderlist tr td:before {
    content: "\f055";
    position: absolute;
    font-family: 'Material Design Icons';
    left: 10px;
}
.tenderlist tr td a {
    display: inline-block;
    color: #000;
    font-style: italic;
    font-weight: 600;
    font-size: .85rem;
}
.date {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color:#256dc0;
    position: relative;
}
.listfooter {
   
    padding: 10px 0 0;
    text-align: right;
    margin-top: 15px;
    background:#e5f1ff;
    border:1px solid #256dc0;
    margin-top: -1px;
    padding: 5px;
    text-align: right;
    margin-bottom: 20px;
}

.card {
	border-radius: 0;
	border-left: 2px solid #fff;
	background: #f4f0ff;
	border-top: 1px solid #efe4db;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #efe4db;
}

.card-header {
	font-size: 16px;
	font-weight: 600;
}

.card-header .mdi {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.12);
	display: inline-block;
	line-height: 34px;
	text-align: center;
	margin-right: 8px;
	transition: all .3s ease;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}

.btn-main:hover, .btn-main:focus, .btn-main:active {
	background-color: #5f5840;
	color: #fff;
}

.btn-main {
    color: #fff;
    background-color:#256dc0;
    border-color: #fff;
    padding: 5px 10px;
    font-size: .85rem;
    border-radius: 0;
}

.btn-more {
	background: #fff9e6;
	padding: 6px 10px;
	color: #7e5f00;
	font-size: 12px;
	letter-spacing: .5px;
	border: 1px solid #b98d07;
}

.btn-more:hover {
	color: #fff;
	background: #b98d07;
}

.btn-right {
	position: absolute;
	right: 15px;
	top: 11px;
}

.countbox .counttext a:hover, .detail ul li a:hover, .footer-links li a:hover, .vert_carouselTicker__item a:hover, .icnlist a:hover {
	text-decoration: underline;
}

select.form-control {
	background: #fff url(../img/custom-select.png) right 0.75rem center no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	padding-right: 26px;
}

/* inner page */

.innerbg {
	background: transparent url(../img/bginner.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	width: 100%;
	height: 150px;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #e9e9e9;
}

.innertitle {
	position: relative;
	padding-bottom: 5px;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.innertitle::after {
	position: absolute;
	content: '';
	height: 4px;
	width: 200px;
	background: #e0a50e;
	top: 100%;
	left: 0;
}

.pagedetail {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.102);
	line-height: 1.8;
}

.pagedetail>p::first-letter {
	font-size: 30px;
	font-weight: 500;
}

.pagedetail img {
	max-width: 100%;
}

.pagedetail ul {
	list-style: circle;
	padding: 10px 0 10px 20px;
}

.pagedetail ol {
	padding: 10px 0 10px 20px;
}

.pagedetail table {
	width: 100%;
	background: #fff;
}

.pagedetail table tr td, .pagedetail table tr th {
	border: 1px solid #ddd;
	padding: 6px;
}

.pagedetail ul.nav {
	list-style: none;
	padding: 0;
	background: #f4f0ff;
}

.searchtop {
	background: #f2f2f2;
	margin-bottom: 10px;
	padding: 11px 0 4px;
}

.pagedetail .form-control, .pagedetail .btn {
	font-size: .8rem;
}

.pagedetail textarea.form-control {
	height: auto !important;
}
.loginbox{
	max-width: 400px;
	margin: 20px auto;
	border-top: 3px solid #4c4633;
}
/* breadcrumb */

.pagedetail h2, .pagedetail h3, .pagedetail h4, .pagedetail h5 {
	font-weight: 800;
	color: #352f2f;
}

.breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
}

.breadcrumb a, .breadcrumb-item.active {
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #000;
	content: "\F30D";
	font-family: "Material Design Icons";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.linkheading {
	font-weight: 700;
	font-size: 17px;
	color: #ea6615;
	margin-bottom: 18px;
	border-bottom: 3px solid;
	padding-bottom: 5px;
}

.slider-playback {
	position: absolute;
	bottom: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.502);
	right: 10px;
	border-radius: 50%;
	color: #fff;
	z-index: 10;
}

/* key personnel */

.email::before {
	content: '\f0e0';
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.contact-no::before {
	content: '\f095';
	font-family: "Fontawesome";
	color: #4c4444;
	margin-right: 6px;
}

.fax::before {
	content: "\f1ac";
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.address::before {
	content: "\f041 ";
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.eventframe img {
	float: right;
	margin: 0 0 0 20px;
	max-width: 300px;
	padding: 12px;
	border: 1px solid rgb(221, 221, 221);
}

/* pagination */

.pagination {
	list-style: none !important;
	padding: 0 !important;
}

.pagination li a:hover, .pagination li.active a {
	background: #e0a50e;
	color: #fff;
}

.pagination li a {
	height: 30px;
	min-width: 30px;
	display: inline-block;
	color: #484032;
	text-align: center;
	line-height: 30px;
	padding: 0 6px;
	margin-right: 5px;
	border-radius: 50%;
	background: #eee;
}

.media {
	background: linear-gradient(to right, #f2efff 0%, #fff5fa 100%);
	box-shadow: 0 2px 3px rgba(178, 39, 139, 0.2);
}

.media img {
	max-width: 120px;
}

.designation {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
	display: block;
}

/* loader */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

.loader::before, .loader::after {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.loader::before {
	content: '';
	width: 20px;
	height: 20px;
	animation: loading 1s ease infinite;
	margin: -46px auto 0 auto;
	-webkit-animation: loading 1s ease infinite;
}

.loader::after {
	content: 'Loading...';
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 32px;
	letter-spacing: 1px;
	font-style: italic;
}

@keyframes loading {
	0%, 100% {
		box-shadow: -13px 20px 0 #4c4633, 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	25% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.733), 13px 20px 0 #4c4633, 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	50% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.3), 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 #4c4633, -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	75% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.3), 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 #4c4633;
	}
}

.nowrap {
	white-space: nowrap;
}

.modal-footer, .modal-header {
	padding: 10px 15px;
}

.modal-backdrop.show {
	opacity: .7;
}

.selected {
	border: 2px solid #fff;
}
/* faq */

.question {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding: 8px 20px 8px 45px;
	line-height: 1.4;
	margin-bottom: 16px;
	background: #f3f3f3;
}

.question::before {
	content: "\f415";
	font-family: 'Material Design Icons';
	height: 30px;
	width: 30px;
	background: #e0a50e;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	left: 5px;
	top: 6px;
}

.question.active::before {
	content: "\f374";
}

.answer {
	padding-left: 25px;
	border-left: 2px solid #ddd;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 8px;
}
.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}
ul.icnlist {
    border: none;
}
ul.icnlist li{
    
}
ul.icnlist li {
    display: block;
    flex: 100%;
    text-align: left;
    margin: 0 0 2px !important;
}
#Wetlands .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 26px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    background: #b98d07 !important;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    line-height: 0;
    color: #fff !important;
    padding: 0 !important;
    top: 34%;
}
#Wetlands button.owl-prev {
    left: 0;
}
#Wetlands button.owl-next {
    right: 0;
}
.gallery .nav-tabs .nav-item.show .nav-link, .gallery .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color:#256dc0;
    border-color: #256dc0 #ddd #fff;
}
 
.title-lg {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    color: #fff;
}
.title-lg::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background: #fff;
    top: 100%;
    left: 12px;
}
.title-lg::after {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background: transparent;
    top: 100%;
    left: 0;
    margin-top: -5px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.linkbox-22 {
    padding: 0 15px;
    /* border-left: 1px solid #ddd; */
    height: 100%;
}
.linkbox-22 ul {
    display: flex;
    flex-wrap: wrap;
}
.linkbox-22 ul li {
    width: 25%;
}
.linkbox-22 ul li a {
    position: relative;
    color: #fff;
    background: #256dc030;
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 1px solid #d0cece;
    margin: 2px 3px 2px;
    padding: 4px 13px 7px;
    padding-left: 30px;
    min-height: 56px;
    display: flex;
    align-items: center; font-weight: bold;
}
.linkbox-22 ul li a::before {
    content: "\f134";
    position: absolute;
    font-family: 'Material Design Icons';
    left: 8px;
    color:#fff;
}
.linkbox-22 ul li:hover a::before{     
    color: #fff;}
	
	
	.linkbox-22 ul li:hover a{    background:#00346f;
    color: #fff;}
    .overflow {
    overflow: hidden;
}
.breadcrumbs {
    margin:10px 0 0;
    float: left; padding-left:0px;
}
.breadcrumbs li {
    display: inline-block;
    list-style-type: none;
}
.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #8a8a8a;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
}
.print-option {
    float: right;
    margin:10px 0 0;
}
.inner-container {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 0px 5px 6px -4px #888888;
    min-height: 550px;
    border: solid 1px #e3e2e2; font-size:16px;
}
.last-update {
    font-size: 11px;
    color: #6f6f6f;
    margin-bottom: 20px;
    display: block;
}
.last-update:before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
}
.event-date h5{font-size:16px; font-weight:bold;}

@media (min-width: 1200px){
.container {
    max-width:70%;
}
}
@media (max-width:1450px){
.container {
    max-width:90%;
}
}
/*responsive*/

@media (min-width: 768px) {
	.affix {
		padding-top: 44px;
	}
	.affix #navigation {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
		background:rgb(49 88 146 / 90%);
	}
	#navigation .dropdown>.dropdown-menu {
		top:32px;
		margin-top: 0;
	}
	#navigation .dropdown-menu {
		display: block;
		padding: 0;
		opacity: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.5s, opacity 0.4s;
		-ms-transition: -ms-transform 0.5s, opacity 0.4s;
		-moz-transition: -moz-transform 0.5s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
		transform-style: preserve-3d;
		-o-transform: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		background: #fff;
		border: 1px solid #ddd;
	}
	#navigation .dropdown:hover>.dropdown-menu, #navigation .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		z-index: 10;
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

/*responsive*/

@media (max-width: 1280px) {
	#topnav.navbar-light .ml-auto .dropdown-menu {
		left: auto;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 95% !important;
	}
	.main-slider .slick-slide img {
		height: 40vh;
	}
}

@media (min-width:768px) and (max-width:1080px) {
	#navigation ul li:nth-child(1n+7) .dropdown-submenu>.dropdown-menu {
		left: auto;
		right: 100%;
	}
	#navigation ul li:nth-child(1n+7) .dropdown-submenu>a::after {
		border-left: 0;
		border-right: 4px solid #4c4444;
		float: left;
	}
	#navigation ul li:nth-child(1n+7) .dropdown-menu li a {
		text-align: right;
	}
}

@media (max-width: 992px) {
	#topnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: 12px;
	}
	.eventframe img {
		float: none;
		margin: 0 0 10px;
		max-width: 250px;
	}
}

/* @media (min-width: 992px){
	.address-box{
		display: flex;
		display: -ms-flexbox;
	}
	.address-box p {
		width: 25%;
		padding: 2px;
		margin: 5px 10px 5px 0;
		text-align: center;
		border: 3px solid #fff;
		background: #f3f3f3;
		box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
	}
	.address-box p::before{
		display: block;
		text-align: center;
		font-size: 20px;
	}
	.address-box p strong{
		display: block;
	}
} */

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav li a {
		font-size: 11px;
		text-align: center;
		height: 100%;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		text-align: left;
		padding: 8px 15px;
		font-size: 13px;
	}
	#navigation .navbar-nav li a>i {
		display: block;
	}
	#topnav.navbar-light .navbar-nav li a {
		padding: 8px 4px;
		font-size: 11px;
	}
	#topnav .form-inline .input-group {
		width: 100px;
	}
	#topnav.navbar-light .navbar-nav .font-slection a {
		margin-top: 5px;
	}
	.card-header {
		padding: 8px 10px;
		font-size: 15px;
	}
	.media {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.datetime {
		font-size: 10px;
	}
	#topnav .nav-item.font-selection a {
		height: 22px;
		width: 22px;
		line-height: 22px !important;
		top: 5px;
	}
	.logo-wrapper img {
		max-height: 70px;
		max-width: 220px;
	}
	.logo-title h1 {
		font-size: 18px;
	}
	.logo-title p {
		font-size: .75rem;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.topbar {
		z-index: 999;
	}
	.container {
		max-width: 100%;
	}
	.navbar-toggler {
		height: 40px;
	}
	#topnav .navbar-collapse {
		z-index: 1000;
		padding: 10px 0;
	}
	#navigation .navbar-nav li a {
		padding: 6px 10px;
		border: 0;
	}
	#topnav .bg-theme {
		height: auto;
	}
	.important img {
		margin: 0 auto 10px;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		border: 0;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-holder {
		top: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.news-box {
		left: 0;
	}
	.pdxs0 {
		padding: 0;
	}
	.logo-wrapper img {
		max-height: 70px;
		max-width: 220px;
	}
	#topnav.navbar-light .navbar-nav.mr-auto li+li a::after, #navigation .navbar-nav>li>a::before {
		display: none;
	}
	.footer-bottom .float-left, .footer-bottom .float-right {
		float: none !important;
		margin-top: 10px;
	}
	.btn-login {
		margin-left: 12px;
	}
	.f-social li a {
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	#topnav.navbar-light .navbar-nav li a {
		padding: 7px 8px; display: inline-block; margin-top:12px;
	}
	.palette {
		height: 20px;
		min-width: 20px;
		top: 15px;
		float: left;
	}
	.news-title {
		position: relative;
	}
	.linkbox-22 ul li{width:100%;}
	.listheading{left:0px;width:100%;}
	#topnav ul li.justify-content-center {text-align: left!important;}
}

@media (max-width: 576px) {
	.logo-title {
		margin-top: 0;
		padding: 0;
	}
	.logo-title h1 {
		font-size: 15px;
		margin-top: 10px;
	}
	.logo-title p {
		font-size: 10px;
	}
	.logo-right img {
		max-width: 30px;
	}
	.logo-slider .slick-next {
		right: 0;
	}
	.logo-slider .slick-prev {
		left: 0;
	}
	.gallery-item {
		width: 100%;
		margin: 0;
	}
	.gallery .d-flex {
		margin-top: 20px;
		padding: 15px;
	}
	.back-top {
		right: 0;
		bottom: 0;
	}
	.slider-playback {
		bottom: calc(50% - 20px);
		right: calc(50% - 20px);
		background: transparent;
	}
	.abttxt {
		padding: 0 25px;
	}
	.link-slider .slick-arrow::before {
		width: 20px;
		display: inline-block;
	}
	.validation {
		margin-top: 8px;
		display: block;
		margin-bottom: 8px;
	}
	.logo-wrapper {
		text-align: center;
	}
	.test-box {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.test-box img {
		border-radius: 50%;
		width: 120px;
		object-fit: contain;
		background: #ffe3d8;
		height: 120px;
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.btn-right {
		position: relative;
		right: 0;
		top: -15px;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
	.news-box {
		position: relative;
		bottom: 0;
	}
	.linkbox {
		min-width: 50%;
		max-width: 50%;
	}
}

/* ie 10 and above */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body {
		display: flex;
		flex-direction: column;
	}
}

/*Social Media*/
#social-sites {position: fixed; z-index: 99999; top: 180px;left:0px;
  cursor: pointer;display: inline-block;}
#social-sites .btn{display: block; margin-top:10px; position: relative; left:4px;}
.social-btn{margin-top:20px;}
.social-btn a{display: block; width:40px; height:40px; text-align: center;}
.social-btn a i{color:#fff; font-size: 22px;}
.social-btn a.facebook{background: #3b5998;}
.social-btn a.twitter{background: #1bb4d4;}
.social-btn a.youtube{background:#f90909;}

@media (max-width:992px){

  #social-sites {display: none;}
}
@media (max-width:767px){

#social-sites {display: none;}
}

/* fixed social calender*/
#fixed-social {position: fixed; z-index: 99999; top: 180px;right:-153px;transition: all 0.5s; cursor: pointer;display: inline-block;}
#fixed-social img{display:block; width: 152px; height:224px; }
#fixed-social:hover{right:0px;}
#fixed-social i{display: inline-block;padding-bottom:2px;}
#fixed-social>a{color:#fff;text-decoration: none;}
.resp-container {position: relative;overflow: hidden;padding-top: 50.25%;}
.resp-iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.dairy_cls .modal-header{padding:8px;}
.dairy_cls .modal-title{color:#000;}
.titles_cls{ background:#3863ff;width:40px;color: #fff;padding:8px 10px; font-size: 15px;border-radius:6px 0 0 6px; writing-mode: vertical-rl;text-orientation: mixed;display:inline-block; text-align: center; line-height: 20px;text-transform: uppercase;height:224px;}