body{
	background: #f8f9fa;
}
html{
	transition: all linear 0.4s;
}
.pb-50{ padding-bottom: 50px; }
.pb-100{ padding-bottom: 100px; }
.pb-200{ padding-bottom: 200px; }
.site-wrap{
	margin-top: 62px;
}
.nonloop-block-15 .owl-stage-outer{
	padding: 0;
}
.nonloop-block-15 .owl-item img{
		height: 380px;
		object-fit: cover;
		object-position: center;
}
@media(max-width:1080px){
	.nonloop-block-15 .owl-item img{
		height: 340px;
	}
}
@media(max-width:980px){
	.nonloop-block-15 .owl-item img{
		height: 300px;
	}
}
@media(max-width:860px){
	.nonloop-block-15 .owl-item img{
		height: 280px;
	}
}
@media(max-width:760px){
	.nonloop-block-15 .owl-item img{
		height: 250px;
	}
}
@media(max-width:640px){
	.nonloop-block-15 .owl-item img{
		height: 220px;
	}
}
.back-to-top{
	display: none;
}
/************** Header ***************/
.site-header{
	position: fixed;
    z-index: 99;
	display: grid;
    top: 0;
    left: 0;
    width: 100%;
    /*box-shadow: 0 1px 8px #8f00ff55;*/
}
.site-header-bar{
	display: flex;
    /*background: linear-gradient(180deg, #361a39, #210b2c 50%, #0c0a29);
    box-shadow: 0 1px 1px #5d0176aa;*/
    background: #b11d13;
    padding-bottom: 5px;
}
.site-header-title{
	text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 2px;
}
.site-header-center img{
	object-fit: contain;
    max-height: 55px;
}
.site-header-left{
	min-width: 82px;
	margin-right: auto;
    display: inline-grid;
}
.site-header-right{
	min-width: 80px;
	margin-left: auto;
    float: right;
    display: grid;
}
.site-header-right a{
	margin: auto;
    margin-right: 10px;
}
.site-header-right img{
	/*border-radius: 50%;*/
    width: 36px;
    height: 36px;
    /*border: 3px solid #711cb9;
    box-shadow: 0 2px 4px #000a;*/
}
.btn-css1,
.btn-css2,
.btn-css3,
.btn-login{
	color: #fff;
    padding: 6px 10px;
    background: #92001b;
    border-radius: 4px;
	text-shadow: 0 1px 2px #0006;
}
.btn-css1:hover,
.btn-css1:active,
.btn-css2:hover,
.btn-css2:active{
	filter: brightness(1.2);
}
.btn-css1{
	/*background: linear-gradient(to bottom, #9200a5 0%,#9155c5 45%,#3e0048 55%,#0f001f 100%) !important;*/
    background: linear-gradient(to right, #FF5733 0%,#FFAC33 45%,#FFC433 55%,#FFDD33 100%) !important;
    box-shadow: 0 5px 10px -7px rgba(0, 0, 0) !important;
    /*border-top: 1px solid #e7b9ff;*/
    text-transform: uppercase;
    border-radius: 15px;
	font-size: 12px;
	color: #fff !important;
	padding: 1px 16px;
    /*border: 1px solid #711cb9;*/
    margin: auto;
    margin-left: 10px;
}

/*.btn-css2{
	background: #edaf00;
}
.btn-css3{
	background: linear-gradient(180deg, #4c0982, #26055b);
}*/
.btn-back{
	width: 40px;
    height: 40px;
    padding: 0;
    padding-right: 3px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.btn-backk{
    width: 35px;
    height: 35px;
    padding: 0;
    padding-right: 3px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.btn-css4{
    background: #fb1818!important;
    border: 1px solid #fb1818!important;
    color: #fff!important;
}
.btn-css5{
   background: #ccc;
    /* box-shadow: 0 5px 10px -7px rgba(0, 0, 0) !important; */
    /* border-top: 1px solid #e7b9ff; */
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 12px;
    color: #fff !important;
    padding: 12px 12px;
    /* border: 1px solid #711cb9; */
}
@media (max-width: 370px) {
    .btn-css5{
        background: #ccc;
        text-transform: capitalize;
        border-radius: 5px;
        font-size: 12px;
        color: #fff !important;
        padding: 6px 8px;
    }
}

.language-class{
	display: none;
    position: absolute;
    right: 10px;
    top: 50px;
    background: #000c;
    border: 2px solid #711cb9;
    border-radius: 10px;
}
.language-class a{
	display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid #711cb9;
}
.language-class a img{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #711cb9;
}
.language-class a span{
	padding: 0 10px;
    color: #d5a4ff;
}
.language-class.active{
	display: grid;
}


/************** Footer ******************/
.site-footer{
	position: fixed;
	z-index: 89;
    /*background: linear-gradient(180deg , #171617, #000000);*/
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0 -1px 2px #0003;
}
.site-footer-nav{
	display: flex;
	border-top: 1px solid #f8f9fa;
}
.site-footer-nav a{
	width: 100%;
	display: grid;
	padding-top: 6px;
    padding-bottom: 2px;
}
.site-footer-nav img{
	width: 45%;
    max-width: 50px;
    margin: auto;
    padding: 0 2px;
	filter: grayscale(1) brightness(2);
}
.site-footer-nav span{
	color: #212529;
	font-size: 14px;
	text-align: center;
    text-shadow: 0 1px 0px #0004;
}
.site-footer-nav a.active img{
	filter: unset;
}
.site-footer-nav a.active span{
	color: #cf3c3c;
    text-shadow: 0 1px 0px #de7979;
}

/********** Login Pages **********/
.login-layout{
	/*background: linear-gradient(180deg, #361a39, #210b2c 50%, #0c0a29) no-repeat  fixed center;*/
    background: #f8f9fa;
}
.login-language{
	position: absolute;
	top: 18px;
	left: 16px;
}
.login-language img{
	padding: 5px;
	width: 38px;
	height: 38px;
}
.site-login-form{
	/*max-width: 340px;*/
    margin: auto;
    
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}

.site-login-logo{
    display: grid;
	margin-bottom: 20px;
}
.site-login-logo img{
	width: 80px;
    margin: auto;
	margin-top: 20px;
    /*margin-bottom: 30px;*/
    object-fit: contain;
}
.site-login-logo span{
	color: #fff;
    font-size: 20px;
    /*letter-spacing: 5px;*/
    text-align: center;
    margin: 5px 0;
}
.site-form .form-group{
	position: relative;
    margin-bottom: 1.8rem !important;
}
.site-form input,
.site-form select{
	font-size: 15px;
    color: #000 !important;
    border-radius: 30px;
    height: 35px;
    padding: 0 15px;
    border: none;
    letter-spacing: 1px;
    border: 1px solid #000;
}
.site-form span{
	color: #d2f7ff;
    font-size: 12px;
}
.site-form .btn-css1{
	display: block;
    /*background: linear-gradient(to bottom, #9200a5 0%,#9155c5 45%,#3e0048 55%,#0f001f 100%) !important;*/
    background: linear-gradient(to right, #FF5733 0%,#FFAC33 45%,#FFC433 55%,#FFDD33 100%) !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    /*border-top: 1px solid #e7b9ff;*/
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0) !important;
    text-transform: uppercase;
    padding: 8px;
    min-width: 200px;
    border-radius: 50px;
    margin: auto;
}
.site-form .btn-css1.largebtn{
    width: 100%;
    height: 46px;
    letter-spacing: 4px;
}
.site-form .form-group i{
	position: absolute;
    top: 0;
    right: 0;
    color: #555;
    font-size: 22px;
    width: 38px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.term-confition{
	padding-top: 15px;
    text-align: center;
}
.term-confition a{
	color: #eee !important;
    font-size: 14px;
	text-align: center;
}
.term-confition a:hover,
.term-confition a:focus{
	text-decoration: underline;
}
.site-form .icon-keyboard_arrow_down{
	font-size: 21px !important;
}

.site-form .btn-login{
	display: block;
    /*background: linear-gradient(to bottom, #9200a5 0%,#9155c5 45%,#3e0048 55%,#0f001f 100%) !important;*/
    background: #92001b !important;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    /*border-top: 1px solid #e7b9ff;*/
    box-shadow: 0 5px 20px -7px rgba(0, 0, 0) !important;
    text-transform: uppercase;
    padding: 8px;
    min-width: 200px;
    border-radius: 50px;
    margin: auto;
}
/************LOG AS****************/

.site-login{
    margin: auto;
    background: #000;
    margin: 10px;
    border-radius: 20px;
}
.site-login h4, .site-login h5{
    color: #fff;
    text-align: center;
}
.site-login-item{
    margin-bottom: 10px;
    text-align: center;
}
.site-login-item a{
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 16px 10px;
}
.site-login-image{
    margin: 10px;
}
.site-login-image img{
    height: 200px;
    /*width: 100%;*/
    margin-bottom: 100px;
}
/***************REDEEM**************/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
table#acrylic {
  border-collapse: separate;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 30px auto;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 1px solid #ccc;
  table-layout: fixed;
  overflow-wrap: break-word;
}

#acrylic thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
        
#acrylic thead th {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 15px 10px;
  background-size: 100%;
  background: #ba080b;
  border-top: 1px solid #858d99;
}
 
#acrylic thead th:first-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
        
#acrylic thead th:last-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
     
#acrylic tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  background: #ba080b;
  text-align: center !important;
}
        
#acrylic tbody tr:nth-child(2n) {
  background: #f0f3f5;
}
        
#acrylic tbody tr:last-child td {
  border-bottom: none;
}
        
#acrylic tbody tr:last-child td:first-child {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
        
#acrylic tbody tr:last-child td:last-child {
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
        
#acrylic tbody:hover > tr td {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
        
#acrylic tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition: 0.2s all;
}
    
.corner-text-wrapper {
    transform: rotate(-20deg);
    clip: rect(0px, 151.421px, 84.7107px, 0px);
    height: 10px;
    position: absolute;
    right: 275px;
    top: 65px;
    width: 70px;
    z-index: 1;
}
.corner-text {
  color: white;
  -webkit-transform: rotate(-45deg);  
  -moz-transform: rotate(-45deg); 
  -ms-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg); 
  transform: rotate(-45deg);
  left: 20px;
  top: 20px;
  background-color: blue;
  display: block;
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.corner-text span {
  position: relative;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  top: -185px;
  left: 10px;
  display: block;
  text-align: center;
}
.box-info{
    text-align: left;
    padding: 10px;    
}
.box-info span{
   font-size: 12px;     
}
.panel-pricing{
    border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.nav-item {
    display: inline-block;
    padding: 5px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}


.select{
    padding: 5px;
    font-size: 12px;
    height: 40px;
    border-radius: 3px;
}
.text{
    font-size: 12px;
}
    
@media (max-width: 360px){       
    .select{
       font-size: 9px;
    }
    .text{
        font-size: 9px;
    }
    .btn-css5{
        font-size: 10px;
    }
    .box-info span {
        font-size: 10px;
    }
    
    #acrylic thead th{
        font-size: 10px !important;
    }
   #acrylic tbody tr td{
        font-size: 10px !important;
    }
}
.panel-block{
  position: absolute;
  top: 0px;
  background-color: gray;
  width: 92%;
  height: 100%;
  opacity: 50%;
  left: 15px;
}

#page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  background-color: rgba(255, 255, 255, 0.7); 
}
#web-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: block;
  background-color: rgba(255, 255, 255, 0.7); 
}
@keyframes spinning {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}

#page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  background-color: rgba(255, 255, 255, 0.7); 
}
@keyframes spinning {
  from { transform: rotate(0deg) }
  to { transform: rotate(360deg) }
}

.spin {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation-name: spinning;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}


/*youtube lazy load*/
.embed-youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;"
}
.embed-youtube img {
  width: 140%;
  top: 0%;
  left: -20%;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background: rgb(0 0 0 / 80%);
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 19px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}

