body {
	font-size: 15px;
	color: #454545;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #fa0368;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.full-width-header {
 	position: relative;
}
.full-width-header header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.full-width-header header .row-table{
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.full-width-header header .row-table .col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header header .navbar-nav > li{
    float: none;
    display: inline-block;
    margin-right: 12px;
}
/* menu */
#menu {
	margin-bottom: 0;
}
#menu .nav > li > a {
	transition: all 0.3s ease;
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
	height: 95px;
	line-height: 95px;
	padding: 0;
	color: #ffffff;
	position: relative;
	font-family: Poppins;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a:focus {
	color: #FA0368;
	background-color: transparent;
  outline: none;
}
#menu .dropdown-menu {
	padding: 20px 0;
	background-color: #ffffff;
	margin: 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
	-o-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	z-index: 99;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 10px 30px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
.slideshow-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.slideshow-content .content-wrap {
  padding: 260px 0 0;
  text-align: center;
}
.slideshow-content .content-wrap .icon-wrap{
	margin-bottom: 50px;
}
.slideshow-content .content-wrap .underline-text {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 0px 80px 0px;
}
.slideshow-content .content-wrap .title-inner .title {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 10px;
  color: #FFFFFF;
  margin: 0px 0px 92px 0px;
}
.slideshow-content .content-wrap .title-inner .title span{
	color: #FA0368;
}
.slideshow-content .content-wrap .conference-title {
  position: relative;
  z-index: 2;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 2px;
  margin: 0px 0px 80px 0px;
  color: #FA0368;
	font-weight: 900;
}
.readon.btn-text:hover{
  color: #fff;
}
.readon.btn-text {
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%) repeat scroll 0% 0%;
  text-align: center;
  padding: 14px 28px 15px 28px;
  border-radius: 4px 4px 4px 4px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  border: none;
}
.readon.btn-text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(2) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.readon.btn-text:hover:after {
  bottom: 0px;
  opacity: 1;
}
.readon span{
  position: relative;
  z-index: 1;

}
.readon{
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
}
.btn-part{
	text-align: center;
}
#company-profile{
	background: url('../image/abt-bg.jpg');
	background-size: contain;
}
#company-profile .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
#company-profile .about-us{
	text-align: center;
	padding: 60px 0;
}
.heading-line.left-side {
  position: relative;
  margin-left: 44px;
}
.padbtm-22 {
  padding-bottom: 22px;
}
.heading-line.left-style:before {
  left: 0;
}
.heading-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FA0368;
  position: absolute;
  bottom: -4px;
  left: 0%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.heading-line.left-style:after {
  left: 0;
}
.heading-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #FA0368;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
#company-profile .about-us .ab-content{
	padding-top: 25px;
	text-align: justify;
}
#company-profile .about-us .ab-content p{
	font-size: 16px;
}
#company-profile .btn-part{
	margin-top: 40px;
}
#company-profile .heading-line.left-side{
	margin-left: 0;
}
#showcase .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  text-align: center;
  width: 457px;
  margin: auto;
}
#showcase .swiper-container{
  margin-top: 40px;
}
#showcase .heading-line.left-side{
	margin-left: 0;
}
#showcase .heading-line:before, #showcase .heading-line:after, #company-profile .heading-line:before, #company-profile .heading-line:after, #venue .heading-line:before, #venue .heading-line:after{
	left: 50%
}
#showcase ul{
	margin-top: 40px;
}
#showcase ul li{
	width: 25%;
	float: left;
}
#showcase .show-list{
	border-radius: 5px;
	overflow: hidden;
	background: #0A11A4;
	margin-bottom: 15px;
}
#showcase .show-list .img-title{
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.sub-title{
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	color: #fa0368;
	margin: 0 0 10px;
	display: block;
}
#figures {
	padding-top: 60px;
	padding-bottom: 60px;
    background: url('../image/park-bg.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#figures .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
}
#figures .title p{
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
}
#figures ul{
	margin-bottom: 0;
}
#figures ul li span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  line-height: 30px;
}
#figures ul li:nth-child(odd) div{
	background-color: #ffffff2e;
}
#figures ul li:nth-child(even) div{
	background-color: #0000002e;
}
#figures ul li div{
  padding: 40px 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
#reasons{
	background-color: #f1f1f1;
	padding: 50px 0 80px;
}
#reasons .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fa0368;
  margin-bottom: 30px;
}
#reasons p{
	color: #000;
	margin-bottom: 50px;
}

#reasons .participate-wrap .participate-list{
	background-color: #fff;
	padding: 20px 10px;
}
#reasons .participate-wrap .participate-list .participate-icon{
	width: 120px;
	height: 120px;
	background: #eee;
	border-radius: 50%;
	margin: auto;
	display: table;
}
#reasons .participate-wrap .participate-list .participate-icon i{
	font-size: 60px;
	display: table-cell;
	vertical-align: middle;
	color: #fa0368;
}
#reasons .participate-wrap .participate-list .participate-heading{
  font-size: 18px;
  color: #fa0368;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 12px 0;
}
#glimpses {
	background: url('../image/glimpses-bg.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0;
}
#glimpses .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 5px;
  padding: 0 15px;
}
#glimpses .gallery-item {
  position: relative;
  overflow: hidden;
}
#glimpses .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#glimpses .gallery-item:hover img {
  transform: scale(1.1);
}
#glimpses .gallery-item.highlight {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
#glimpses .gallery-item.highlight img {
  object-fit: contain;
}
#glimpses .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 50px;
}
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: 70%;
}
.lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
}
.lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 15px 10px;
  line-height: 1;
  background-color: #000;
}
.lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 15px 10px;
  line-height: 1;
  background-color: #000;
}
@-webkit-keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
#newsletter{
	margin-bottom: -133px;
	position: relative;
	z-index: 1;
}
#newsletter .middle{
	padding: 72px 50px;
	background-color: #1a0d86;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 5px;
}
#newsletter .middle .content-wrap {
  	display: flex;
  	align-items: center;
}
#newsletter .middle .content-wrap h3{
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	margin-top: 8px;
	line-height: 1.4 !important;
	color: #ffffff;
	margin-bottom: 0;
	text-transform: capitalize;
}
#newsletter .middle .content-wrap .icon{
	margin-right: 20px;
}
#newsletter .middle .content-wrap .icon i{
	font-size: 70px;
	color: #a497d0;
}
#newsletter .middle .newsletter-form {
  position: relative;
}
#newsletter .middle .newsletter-form input[type="text"] {
  position: relative;
  margin: 0;
  padding-right: 130px;
  color: #fff;
  font-size: 15px;
  max-width: 100%;
  background: #2b1ca5;
  height: 60px !important;
  border: none;
  padding-left: 18px;
  border-radius: 4px;
}
#newsletter .middle .newsletter-form .paper-plane {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%) repeat scroll 0% 0%;
  border: none;
  height: 60px;
  color: #1273eb;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 0px;
  display: block;
  text-align: center;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
#newsletter .middle .newsletter-form .submit-jadeletter {
  font-size: 0px;
  background: transparent;
  height: 60px;
  width: 70px;
  position: relative;
  z-index: 9;
  border: none;
}
#newsletter .middle .newsletter-form .paper-plane:before {
  content: "\f178";
  position: absolute;
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  right: 27px;
  top: 13px;
  font-weight: 900;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  transition: all .5s ease;
}
#newsletter .middle .newsletter-form input[type="text"] {
  width: 100%;
  opacity: 1;
}
#newsletter .middle .newsletter-form .alert{
  padding: 2px 14px 2px 14px;
  font-size: 12px;
  position: absolute;
  width: 100%;
}
#newsletter .middle .newsletter-form input[type="submit"] {
  font-size: 0px;
  background: transparent;
  height: 60px;
  width: 70px;
  position: relative;
  z-index: 9;
  border: none;
}
#newsletter .middle .newsletter-form .paper-plane:hover:after {
  opacity: 1;
  bottom: 0;
}
#newsletter .middle .newsletter-form .paper-plane:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.8) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
#venue{
	margin: 60px 0;
}
#venue .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  margin: 0;
  text-align: center;
}
#venue .heading-line.left-side {
  position: relative;
  margin-left: 44px;
}
#venue .heading-line.left-side {
  margin-left: 0;
}
#venue iframe{
	width: 100%;
	height: 493px;
	margin-top: 40px;
}
#venue .widget-item .address-item {
  display: flex;
  padding: 30px 20px 30px 30px;
  background-color: transparent;
  background-image: linear-gradient(60deg, #180b7f 47%, #4661ff 160%);
  border-radius: 3px 3px 3px 3px;
}
#venue .widget-item{
	position: relative;
}
#venue .widget-item:nth-child(1){
	margin-top: 40px;
}
#venue .widget-item:nth-child(2){
	margin: 20px 0;
}
#venue .widget-item .widget-icon {
  position: absolute;
  bottom: 4px;
  right: 25px;
}
#venue .widget-item .widget-icon i{
	font-size: 100px;
	color: #ffffff38;
}
#venue .widget-item .address-item .address-icon {
  padding: 0px 5px 0px 0px
}
#venue .widget-item .address-item .address-icon i{
	font-size: 50px;
	color: #fa0368;
}
#venue .widget-item .address-item .address-text {
  padding: 0px 0px 0px 15px;
}
#venue .widget-item .address-item .address-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
}
#venue .widget-item .address-item .address-text .services-txt {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
/* footer */
footer {
	margin-top: 30px;
	background: url('../image/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	color: #fff;
}
footer .footer-top{
  padding: 205px 0 95px;
}
footer .footer-bottom{
  padding: 20px 0 20px 0;
  background: rgba(0, 0, 0, 0.05);
}
footer .footer-bottom p{
  margin: 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fa0368;
}
footer h3 {
	font-size: 20px;
	font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
	color: #fff;
  margin-top: 0;
}
footer .call-us li{
  margin-bottom: 8px;
}
footer .call-us i{
  font-size: 14px;
  padding-right: 7px;
}
footer .follow-us li a{
  padding-right: 5px;
}
footer .follow-us li a i{
  font-size: 18px;
  color: #fff;
}
footer address{
  font-size: 15px;
  line-height: 1.9;
}
footer .footer-links{
  text-align: right;
  margin-bottom: 0;
}
footer .footer-links li{
  position: relative;
}
footer .footer-links li:first-child:before{
  display: none;
}
footer .footer-links li a{
  padding: 0px 19px 0 25px;
}
footer .footer-links li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #fa0368;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-wrap{
  background: url('../image/inr-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 100px;
}
.registration-wrap header{
  display: none;  
}
.registration-wrap .registration-banner{
  background: url('../image/inr-r.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}
.breadcrumb {
	margin: 0; 
	padding: 280px 0 180px;
  background: none;
  overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li{
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.breadcrumb > li .watermark {
  position: absolute;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0 3em;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
#gmmsavideo{
	position: relative;	
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gmmsavideo:before{
	content: '';
	background-color: #0A11A491;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#core-group .core-details{
  margin-bottom: 50px;
}
#core-group .core-details li{
  margin-bottom: 30px;
}
#core-group .core-details img{
  margin-bottom: 10px;
  width: 200px;
  height: 250px;
}
#core-group .core-details .s-name{
  font-size: 18px;
  color: #fa0368;
  font-weight: 600;
}
#core-group .core-details .s-position{
  font-size: 15px;
}
#core-group .core-details .s-details{
  font-size: 14px;
  font-weight: bold;
}
#information-contact iframe{
  width: 100%;
  height: 493px;
}
#information-contact .heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  margin: 0;
  border: none;
}
.text-danger {
  background-color: #c40606;
  color: #fff;
  padding: 0 10px;
  border-radius: 0 0px 4px 4px;
}
#information-contact .contact-heading-wrap{
  margin-bottom: 45px;
}
#information-contact .contact-form .form-group {
  margin-bottom: 30px; 
}
#information-contact .contact-form .form-control{
  padding: 20px 25px 20px 25px;
  border: none;
  background-color: #F3F4F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  box-shadow: none;
  height: auto;
  font-size: 15px;
}
#album-wrap .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 5px;
}
#album-wrap .gallery-item {
  position: relative;
  overflow: hidden;
}
#album-wrap .gallery-item.highlight {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
#album-wrap .gallery-item.highlight img {
  object-fit: contain;
}
.media-images .gallery-item img{
  scale: 5;
  object-fit: contain !important;
}
#album-wrap .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#album-wrap .gallery-item:hover img {
  transform: scale(1.1);
}
.esgallery-images{
  margin-bottom: 60px;
}
.esgallery-images .esgallery_info{
  margin-bottom: 30px;
}
.esgallery-albums .stack {
  margin-right: 10%;
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}
.esgallery-albums .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.esgallery-albums .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.esgallery-albums .stack:before {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  transform: rotate(10deg);
}
.esgallery-albums .stack:after {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.esgallery-albums .stack:before, .esgallery-albums .stack:after {
  content: "";
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid #fff;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.esgallery-albums .stack img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 10px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.esgallery-albums .stack:after {
  top: 8px;
  z-index: -20;
}
.esgallery-albums .stack:before {
  top: 4px;
  z-index: -10;
}
.esgallery-albums .stack:hover:before, .esgallery-albums .stack:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.esgallery-albums .album-title{
  margin-bottom: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.loader-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: linear-gradient(60deg, #180b7f 47%, #4661ff 160%);
  width: 100%;
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
  color: #fff;
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
  color: #fff;
}
#account-register h1{
  margin-bottom: 35px;
}
#account-register .form-control{
  height: 45px;
}