#iview {
	display: block;
	/*	max-width: 1600px;*/
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 1600px;
	height: 650px;
	overflow: hidden;

}

.iviewSlider{
	background-size: cover !important;
	background-repeat: no-repeat;
}



#iview div.iview-directionNav {
	bottom: 60px;
	position: absolute;
	right: 0;
	width: 122px;
	z-index: 9;
}

#iview div.iview-directionNav a:hover {
	background: none repeat scroll 0 0 #526aff;
	border-color: #526aff;
}

#iview div.iview-directionNav a:after {
	color: #000;
}



#iview div.iview-directionNav a {

	border: 2px solid #fff;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	transition: all 0.3s ease-out 0s;
	width: 40px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

#iview div.iview-directionNav a.iview-prevNav:after {
	color: #fff;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 22px !important;
	height: 30px;
	left: 14px !important;
	position: relative;
	top: 2px !important;
	width: 30px;
}

#iview div.iview-directionNav a.iview-nextNav:after {
	color: #fff;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 22px !important;
	height: 30px;
	left: 15px !important;
	position: relative;
	top: 2px !important;
	width: 30px;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}


.iview-caption {
	background: none !important;
}

.custom-caption * {
	border: none !important;
}

.custom-caption {
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);*/
	border-radius: 0;
	display: inline-block;
	font-size: 15px;
	margin: 20px;
	padding: 20px;
	color: #fff;
}

.iview-caption.caption1 {
	text-shadow: none;
}

.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}

#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}
.boxSection{
	background: #fcfcfc;
	padding: 20px;
	margin-right: 20px;
}
.boxSection.ui-tabination ul li a{
	font-weight: bold;
	color: #464646;
	text-transform: uppercase;
}
.boxSection.ui-tabination ul li.active a{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.termsCondition{
	color: #1a1a1a;
    border: 1px solid #ccc;
    padding: 15px;
    text-align: justify;
    font-weight: 500;
    font-size: 13px;
	background: #fff;
}
.err .alert-danger{
	background-color: #ffe2df;
    border-color: red;
    border-left: 3px solid red;
    color: red;
    padding-left: 15px;
	text-transform: capitalize;
}

.respHere ul{
	background-color: #ffe2df;
    border-color: red;
    border-left: 3px solid red;
    color: red;
    padding-left: 15px;
    text-transform: capitalize;
    list-style: none;
}
@media (max-width: 768px) {
	.boxSection{
		padding: 0;
		margin-right: 0;
	}
	.boxSection.ui-tabination ul{
		display: flex;
		width: 100%;
		overflow: auto;
	}
	.boxSection.ui-tabination ul li a{
		white-space: nowrap;
	}
}
.playerShowBox{
	background: #d8d8d8;
    color: #000;
    padding: 10px;
    border-radius: 15px;
    border-radius: 1;
    font-size: 16px;
    box-shadow: 1px 2px 5px #0000004f;
	margin-bottom: 15px;
}
.playerShowBox i{
	float: right;
    color: red;
    font-size: 26px;
}
.d-none{
	display: none !important;
}
.err{
	background: #f6c7c7;
    display: block;
    border-left: 5px solid red;
    color: red;
    padding-left: 10px;
}
.tabForm_4 .addError{
	background: #f6c7c7;
    display: block;
    border-left: 5px solid red;
    color: red;
    padding-left: 10px;
}
.btn-skip{
	background: #f6c23f;
    float: right;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 11px;
    font-weight: 500;
    cursor: pointer;
}

@media(min-width:768px)
{
  .my-slide-image
  {
    height:200px;
  }
}

  .card {
	border-radius: 20px;
  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.10), -5px -5px 20px 5px rgba(0,0,0,0.10);
	cursor: pointer;
	transition: 0.4s;
  }
  
  .card .card_title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
  }
  
  .card:hover {
	transform: scale(00.99, 00.99);
	
  }
  
  .title-white {
	color: white;
  }
  
  .title-black {
	color: black;
  }
.card .list ul li{
	list-style-type: none;
	padding: 3px 6px;
	border: 1px solid #08504C;
	margin: 5px auto;
	box-shadow: 2px 2px 6px 5px rgba(0,0,0,0.10), 
	  -2px -2px 6px 5px rgba(0,0,0,0.10);
	font-weight: 600;
	display: flex;
	align-items: center;
}

.card .list ul li span{
	font-size: 20px;
	color:#27146D;
	padding-top: 3px !important;
}
.justify-content-between{
	justify-content: space-between;
}
@media(min-width:992px)
{
	.d-md-flex{
		display: flex;
		justify-content: space-between;
	}
}
@media(max-width:768px)
{
	.mt-sm-5{
		margin-top: 10px;
	}
}
.pt-0
{
	padding-top: 0px !important;
}
.mb-sm-5{
	margin-bottom: 10px;
}
.text-black{
	color: black !important;
}
.gallery-head{
	color: #271b6d;
	margin-bottom: 20px;
}

.fs-16{
	font-size:16px !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.fw-bold{
	font-weight:bold !important;
}
.my-10{
	margin:10px 0px;
}
.fs-18{
	font-size:18px;
}