.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
/*---------------------------------login start------------------------------------*/
.policy {
	padding: 40px 0;
}
.policy h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.policy p {
	font-size: 13px;
    color: #787676;
    margin-bottom: 20px;
    text-align: justify;
}
.bg-color {
	background: #f6f9ff;
}
.login-form-content {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 3px 15px 0 rgb(0 0 0 / 17%);
	margin-bottom: 20px;
}
.title-1 {
	text-align: center;
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fe4f00;/*text-transform: uppercase;*/
}
.pragraph {
	font-size: 13px;
	margin-bottom: 10px;
	color: #333131;
	font-weight: 600;
}
.login-form-content .form-group label {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
.login-form-content .form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
}
.btn-login {
	background-color: #333131;
	border-color: #333131;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.btn-login:hover {
	color: #fff;
}
.login-form-content .lost-password {
	color: #8c8c8c;
	font-size: 13px;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 500;
}
.login-form-content .lost-password:hover {
	color: #910807;
}
.register-form-content {
	max-width: 570px;
	margin: 0 auto 10px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 3px 15px 0 rgb(0 0 0 / 17%);
}
.register-form-content .form-group label {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
.register-form-content .form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
}
.register-form-content .form-group .btn-register {
	background-color: #333131;
	border-color: #333131;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
/*---------------------------------login end--------------------------------------*/

/*.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}*/
.button-popup {
	padding: 15px 0px;
	background: #115678;
	width: 120px;
	font-size: 13px;
	color: #fff;
	margin-left: 40%;
    margin-right: 10px
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
#popup1 {
	display: none;
}
.popup {
	margin: 130px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	position: relative;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 500ms;
	font-size: 25px;
	text-decoration: none;
	background: none;
	border: none;
}
.popup .close:hover {
	color: #fe4f00;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
	margin-top: 50px;
}
.form-group {
	margin-bottom: 20px;
}
 @media screen and (max-width: 700px) {
.popup {
	width: 95%;
}
}
.popup input {
	display: block;
	height: 50px;
	width: 90%;
	margin: 0 auto;
	border: none;
}
 .popup input::placeholder {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-transition: .5s;
 transition: .5s;
}
.popup input:focus, .popup input:active:focus {
	color: #ff5722;
	outline: none;
	border-bottom: 1px solid #ff5722;
}
 .popup input:focus::placeholder, .popup input:active:focus::placeholder {
 color: #ff5722;
 position: relative;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
.popup .email, .popup .pwd {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #858585;
	font-weight: lighter;
	-webkit-transition: .5s;
	transition: .5s;
}
/*--------------------------------------------------*/

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width:95%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    padding: 40px;
    color: #202020;
}
.close-button {
  background:none;
  color: #202020;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-popup {
    background: #115678;
    color: #fff;
    width: 130px;
    font-size: 13px;
}
