@charset "utf-8";
/* CSS Document */

/* font-face */
@font-face {
	font-family: "WeblySleek UI Semilight";
	src: url("../fonts/weblysleekuisl.eot?") format("eot"), url("../fonts/weblysleekuisl.woff") format("woff"), url("../fonts/weblysleekuisl.ttf") format("truetype"), url("../fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.imgLiquid img{
    visibility:hidden;
}
body, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: "WeblySleek UI Semilight", Helvetica, sans-serif
}
p {
	text-align: justify;
}
.blue {
	color: #0095d9;
}
.grey {
	color: #838383;
}
a.link {
	color: #0095d9;
}
a.link:hover {
	color: #e56f55;
}
a.violetelink {
	color: #e56f55;
}
a.violetelink:hover {
	color: #0095d9;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.blue-btn {
	background: #e56f55;
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	padding: 11px 30px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	min-width: 200px;
}
.blue-btn:hover {
	background: #e56f55;
	color: #fff;
}
.bottom10 {
	margin-bottom: 10px
}
.bottom20 {
	margin-bottom: 20px
}
.top30 {
	margin-top: 30px;
}
.pad10 {
	padding: 10px;
}
.home-banner {
	position: relative;
	background: url(../images/gdfc-home-banner-image.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 425px;
	overflow: hidden;
	color: #fff;
}
.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(67 64 64 / 28%);
}
.logo {
	float: right;
	margin-top: 30px;
}
.home-banner h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.home-banner h1 span {
	font-size: 42px;
}
/* ======== Countdown ======== */

#countdown_dashboard {
	display: block;
	margin: 30px auto;
	max-width: 635px;
	height: 35px;
	text-align: center;
	color: #fff;
}
.dash {
	font-size: 18px;
	float: left;
	margin: 0px 0px;
	text-align: center;
}
.dash_title {
	display: block;
}
.digit {
	display: inline-table;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.digit-hold {
	background: #e56f55;
	padding: 10px 10px;
	border: 3px solid #FFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
	width: 60px;
	height: 60px;
}
.digit_divide {
	font-size: 44px;
	margin: 0 10px;
	float: left;
}
/* ======== Countdown End ======== */
.main-menu .navbar {
	background: #e56f55;
	border-radius: 0;
	margin-bottom: 0;
}
.main-menu .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
	transition: all 1s ease-in-out;
}
.toggle-menu-text {
	color: #fff;
	font-size: 16px;
	margin: 10px 15px;
	display: inline-block;
}
.content-wrap {
	background: #E8F0FA url(../images/map-bg.png) no-repeat center top;
	padding: 0px 30px 30px 30px;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	color: #666;
}
.wlcm-msg .face {
	margin: 10px auto;
	text-align: center;
}
.wlcm-msg .face img {
	border-radius: 150px;
	height: 120px;
	width: 120px;
}
.readmore {
	color: #0095d9;
}
.readmore:hover {
	color: #0095d9;
}
.readmore i {
	border: 2px solid #0095d9;
	padding: 2px 7px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 10px;
}
.readmore:hover i {
	background: #0095d9;
	color: #fff;
}
.event-slider .carousel-caption {
	bottom: 0;
	background: #0095d9;
	color: #fff;
	left: 0;
	right: 0;
	font-size: 18px;
	padding: 10px;
}
.event-slider .carousel-control i {
	border: 2px solid #fff;
	padding: 2px 7px;
	display: inline-block;
	border-radius: 100%;
	font-size: 14px;
}
.event-slider .carousel-control.right {
	right: 0;
	top: inherit;
	bottom: 9px;
}
.event-slider .carousel-control.left {
	left: 0;
	top: inherit;
	bottom: 9px;
}
.latest-news {
	position: relative;
}
.latest-news .carousel-caption {
	position: inherit;
	color: #333;
	left: 0;
	right: 0;
	padding: 0 0 30px 0;
	top: 0;
	text-align: left;
	text-shadow: none;
}
.latest-news .carousel-control i {
	border: 2px solid #0095d9;
	padding: 0px 5px;
	display: inline-block;
	border-radius: 100%;
	font-size: 13px;
	color: #0095d9;
	text-shadow: none;
}
.latest-news .carousel-control.right {
	right: 0;
	top: inherit;
	bottom: 0;
	z-index: 99;
}
.latest-news .carousel-control.left {
	left: 83%;
	top: inherit;
	bottom: 0;
	z-index: 99;
}
footer {
	background: #0095d9;
	color: #fff;
	line-height: 24px;
	padding: 0 30px;
}
footer h2 {
	color: #fff;
}
.foot-links, .foot-form {
	min-height: 175px;
}
.foot-links li a {
	color: #fff;
}
.foot-links li a:hover {
	opacity: 0.9;
}
.foot-links li a i {
	font-size: 18px;
	min-width: 26px;
	display: inline-block;
}
.foot-form input {
	border-radius: 0;
	height: 26px;
	padding: 3px 10px;
	font-size:11px;
}
.foot-form .form-group {
	margin-bottom: 10px;
}
.foot-form .btn {
	color: #0095d9;
}
.border-left {
	border-left: 1px solid #fff;
	padding-left: 30px;
}
.abstract-hold h2 {
	color: #000;
}
.abstract-hold p {
	font-size: 16px;
}
.abstract-hold ul li {
	font-size: 16px;
	line-height: 24px;
	margin-left: 30px;
}
.zero-list ul li {
	margin-left: 0px;
}
.zero-list ul ul li {
	margin-left: 30px;
}
.abstract-hold ul li i {
	margin-right: 8px;
}
.circle-violete, .circle-orange {
	background: #e56f55;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px 7px 10px;
	border-radius: 100%;
	margin-right: 10px;
}
.arrow-violete {
	color: #e56f55;
}
.circle-orange {
	background: #e56f55;
}
.arrow-orange {
	color: #e56f55;
}
.violete-sub-title {
	color: #e56f55;
	border-bottom: 2px solid #e56f55;
	display: inline-block
}
hr {
	border-color: #999;
}
.violete-head {

    color: #e56f55 !important;
}
.committee-hold .wlcm-msg {
	text-align: center;
	min-height: 435px;
}
.committee-hold .wlcm-msg .readmore {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.wlcm-msg-description {
	border-left: 1px solid #e56f55;
	padding-left: 60px;
	position: relative;
	min-height: 250px;
}
.wlcm-msg-description .dot {
	background: #e56f55;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: -16px;
	z-index: 3;
	margin-top: -16px;
	border: 8px solid #e8f0fa;
}
.wlcm-msg-description p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
input, select, textarea {
	border-radius: 0 !important;
}
.allform input, .allform select {
	border-radius: 0;
	height: 43px;
	border: 1px solid #60686c;
}
.allform textarea {
	border-radius: 0;
	border: 1px solid #60686c;
}
.allform select {
	background: #fff url(../images/violete-select.jpg) no-repeat center right;
}
.reg-form input, .reg-form select {
	border-radius: 0;
}
.reg-form select {
	background: #fff url(../images/select-arrow-small.png) no-repeat center right;
}
.allform .input-groups {
	border: 1px solid #60686c;
}
.allform .input-groups input {
	border: none;
	box-shadow: none;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	background-color: #e56f55;
	display: inline-block;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 100%
}
.inputfile + label span {
	border: 1px solid #60686c;
	background: #fff;
	padding: 12px 39px;
	float: left;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 150px 12px 10px;
	margin-top: -10px;
}
.inputfile:focus + label, .inputfile + label:hover {
	background-color: #e56f55;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.violete-btn {
	background: #e56f55;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
	min-width: 110px;
}
.violete-btn:hover {
	background: #0095d9;
	color: #fff;
}
/*progressbar*/
.progressbar {
	margin: 30px 0px;
	padding: 0;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	position: relative;
	z-index: 3;
}
.progressbar li {
	list-style-type: none;
	color: #4c4c4c;
	text-transform: uppercase;
	text-align: center;
	width: 14%;
	float: left;
	position: relative;
}
.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 0px;
	color: #333;
	background: #ff947a;
	border-radius: 100px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
.progressbar li:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ff947a;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
.progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progressbar li.active:before, .progressbar li.active:after {
	background: #e56f55;
}
.register-table {
	margin-bottom: 40px;
}
.register-table td {
	padding: 5px 10px;
}
.register-table .table-head {
	color: #fff;
    background: #058ac7;
}
.register-table .table-head td {
    border: 1px solid #000;
}
.violete-title {
	background:#e56f55;
	color: #fff;
	padding: 10px;
}
.datepicker_input {
	width: 84%;
	display: inline-block;
	margin-right: 10px;
}
.smallfile + label span {
	padding: 6px 184px 6px 10px;
	border: 1px solid #ccc;
	margin-top: -5px;
	margin-bottom: -6px;
}
.smallfile + label {
	padding: 5px 15px 4px 0;
	text-align: center;
}
a.white-link {
	color: #fff;
	text-decoration: underline;
}
a.white-link:hover {
	color: #fff;
	text-decoration: none;
}
.review-table td {
	padding: 10px;
}
.pi-table td {
	padding: 7px 0px;
}
.download-hold {
	margin-bottom: 45px;
}
.toggle-l {
	background: url(../images/show-more-icn.png) no-repeat center right;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
}
.toggle-l:after {
	content: "Show More";
	display: block;
}
.toggle-l.expanded-l:after {
	content: "Show Less";
}
.toggle-l.expanded-l {
	background: url(../images/show-less-icn.png) no-repeat center right;
}


.toggle-m {
	background: url(../images/show-more-icn.png) no-repeat center right;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
}
.toggle-m:after {
	content: "Show More";
	display: block;
}
.toggle-m.expanded-m:after {
	content: "Show Less";
}
.toggle-m.expanded-m {
	background: url(../images/show-less-icn.png) no-repeat center right;
}





.toggle-r {
	background: url(../images/show-more-icn.png) no-repeat center right;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
}
.toggle-r:after {
	content: "Show More";
	display: block;
}
.toggle-r.expanded-r:after {
	content: "Show Less";
}
.toggle-r.expanded-r {
	background: url(../images/show-less-icn.png) no-repeat center right;
}
address i {
	font-size: 20px;
	vertical-align: sub;
	width: 24px;
	display: inline-block;
}
.violete-btn-contact {
	padding: 9px 30px;
}
.ie10 .dash_title {
	clear: both;
	float: left;
}
.ie10 .logo {
	width: 200px;
	float: right;
}
.accordion_head {
	background-color: #e56f55;
	color: white;
	cursor: pointer;
	font-family: arial;
	font-size: 16px;
	margin: 0 0 1px 0;
	padding: 9px 11px;
	font-weight: bold;
}
.accordion_head i {
	font-size: 20px;
	margin-right: 7px;
}
.plusminus {
	float: right;
}
.gallery-hold h2 {
	color: #000;
}
.sorting-gallery .nav-tabs {
	border-bottom: none;
}
.sorting-gallery .nav-tabs {
	margin: 0;
}
.sorting-gallery .nav-tabs > li {
	border-right: 1px solid #0095d9;
}
.sorting-gallery .nav-tabs > li:last-child {
	border-right: none;
}
.sorting-gallery .nav-tabs > li a {
	padding: 0 10px;
	background-color: transparent;
	font-size: 14px;
	border: none;
}
.sorting-gallery .nav-tabs > li > a:hover {
	background-color: transparent;
	color: #0095d9;
	border: none;
	font-size: 14px;
	border: none;
}
.sorting-gallery .nav-tabs > li.active > a, .sorting-gallery .nav-tabs > li.active > a:focus, .sorting-gallery .nav-tabs > li.active > a:hover {
	border: none;
	background-color: transparent;
	color: #0095d9;
	border-radius: 0;
	font-size: 14px;
}
.sorting-gallery .tab-content {
	padding: 15px 0px
}
.flex-caption {
	width: 100%;
	padding: 2%;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}
.html5gallery a img {
	width: 100%;
}
#carousel1 .slides > li {
	width: auto !important;
	max-width: 210px;
}
ul.violet-bullet-list {
	list-style: none;
}
ul.violet-bullet-list li {
	padding-left: 1em;
	text-indent: -.7em;
}
ul.violet-bullet-list li:before {
	content: "• ";
	color: #e56f55; /* or whatever color you prefer */
	font-size: 24px;
}
.room-hold img, .hotel-hold img  {
	margin-bottom: 30px;
}
.hotel-hold-ml, .room-hold-ml {
	display: none;
}
.hotel-form {
	border: 1px solid #ccc;
	padding: 15px;
}
.hotel-form .datepicker_input {
	width: 83%;
}
.hotel-form .form-group {
	min-height: 35px;
}
.none {
	display: none;
}
.footer-logo {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.footer-logo img {
    height: 90px;
}
.reg-lst li {
    position: relative;
    padding-left: 20px;
}
.reg-lst li>i {
    position: absolute;
    left: 5px;
}
.sp-im {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.sprt-orgn .sp-im:last-child {
    border-bottom: 0px;
}


/*new-styles*/
@media screen and (max-width: 1920px) and (min-width: 1300px) {
	.footer .container,
	.main-menu .container {
		width: 1350px;
	}
	
}
nav.navbar.bootsnav.main-menu ul.nav > li>ul>li>a {
	background: #fff !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	width: 240px !important;
	border-top: 0px !important;
}
nav.main-menu {
    background: #058ac7 !important;
}
nav.navbar.bootsnav.main-menu ul.nav > li > a {
	padding: 25px 15px;
	color: #ffffff;
	margin-bottom: 0px;
}
nav.navbar.bootsnav.main-menu ul.nav > li> a.active,
nav.navbar.bootsnav.main-menu ul.nav > li:hover a {
    background: #43a3d1;
}

.stamp-logo {
    position: absolute;
    right: 20px;
	top: -20%;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.stamp-logo img {
    width: 100px;
	height: auto;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
nav.main-menu.sticked .stamp-logo img {
	width: 80px;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
nav.main-menu.sticked .stamp-logo {
	top: 8px;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.wlcm-msg-hold h2 {
    margin-top: 0;
    text-align: center;
}
nav.navbar.sticked ul.nav > li > a {
    padding: 18px 15px !important;
}
.reg-form input, .reg-form select {
    box-shadow: none;
    padding: 10px 10px;
    height: auto;
}
.dt-pcker {
    position: relative;
}
.dt-pcker input {
    width: 100%;
}
.dt-pcker img {
    position: absolute;
    top: 5px;
    right: 10px;
}
.footer {
    background: #1498d6;
    padding: 50px 0 30px;
    color: #fff;
}
.footer h2 {
    color: #fff;
    border-bottom: 1px solid #75caf2;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
ul.ftr-mnu li>a {
    color: #fff;
    margin-bottom: 5px;
	display: inline-block;
}
.cp-rg {
    border-top: 1px solid #55abd3;
    margin-top: 3em;
    padding-top: 15px;
    color: #98d7f4;
}
form#QContact input {
    box-shadow: none;
    border: 1px solid #0f84ba;
    padding: 7px;
    height: auto;
}
form#QContact input[type="submit"] {
    background: #e56f55;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slider-nav img {
    width: 100%;
    padding: 5px;
    background: #fff;
}
.slider.slider-for img {
    width: 100%;
    padding: 5px;
    background: #fff;
}

.glry-ttle h2 {
    margin: 0px;
}

.glr-sec {
	margin: 30px 0;
	position: relative;
}
.gl-thmb {
	height: 220px;
	
}
.glr-sec h2.gl-ttl {
    position: absolute;
    bottom: 0;
    background: #000000ba;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease;
}
.glr-sec:hover h2.gl-ttl {
    bottom: 50%;
    transform: translateY(50%);
	background: none;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease;
}
.bck-btn {
    background: #e56f55;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 5px 15px;
}
.glr-sec .gl-thmb::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease;
}
.glr-sec:hover .gl-thmb::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease;
}
.vd-sec h2.vd-ttle {
    background: #000;
    padding: 15px;
    margin: 0;
    margin-top: -5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.vd-sec {
    margin-bottom: 30px;
}
.slick-prev:before, .slick-next:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
	content: '' !important;

}
.slick-prev, .slick-next {
	z-index: 9;
}
.slick-prev {
	left: 15px !important;
	transform: rotate(135deg)   !important;
    -webkit-transform: rotate(135deg)  !important;
}
.slick-next {
	right: 15px !important;
	transform: rotate(-45deg)  !important;
    -webkit-transform: rotate(-45deg)  !important;
}
@media (min-width: 320px) and (max-width: 768px) {
    nav.main-menu.sticked .stamp-logo img {
        width: 60px !important;
    }
    .stamp-logo img {
        width: 70px !important;
        margin-top: -5px !important;
    }
    .home-banner h1>span {
        font-size: 28px;
    }
    .home-banner h1 {
        font-size: 22px;
        margin-bottom: 3em;
	}
	nav.navbar.sticked ul.nav > li > a {
		padding: 10px 10px !important;
	}
	.content-wrap {
		padding: 35px 0 30px 0 !important;
	}
}
@media (min-width: 1350px) and (max-width: 1550px) {
	nav.navbar.bootsnav.main-menu ul.nav > li > a {
		padding: 20px 10px !important;
	}
	nav.navbar.sticked ul.nav > li > a {

		padding: 18px 10px !important;
	
	}
	.stamp-logo img {

		width: 80px !important;
	
	}
}


.item-s {
    width: 49%;
    display: inline-block;
    padding: 5px 10px;
}

.item-s img {
    width: 100%;
}
.lo-dat {
    margin-bottom: 1em;
}
table.scnce-table {
	width: 100%;
}
table.scnce-table tr>th, table.scnce-table tr>td {
    border-bottom: 1px solid #000;
    padding: 10px;
    color: #000;
}
tr.bg-a {
	background: #812990;
}
tr.bg-b {
    background: #ec008c;
}
tr.bg-d {
    background: #ccb4d6;
}
tr.bg-e {
    background: #b28abf;
}
tr.bg-d th,
tr.bg-e th,
tr.bg-b th,
tr.bg-b td,
tr.bg-e td,
tr.bg-d td,
tr.bg-a th {
	color: #fff !important;
}

table.scnce-table tr>th>h2 {
    color: #fff;
    margin: 0;
}
tr.bg-c {
	background: #ccc;
}
tr.bg-c h1 {
    font-size: 25px;
    text-align: center;
    margin: 9px 0;
}