body{
	background-color: black;
	background: #606c88; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #606c88 , #3f4c6b); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #606c88 , #3f4c6b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: url("../img/bg1.png");
	background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    user-select: none;
	margin:0;
	padding: 0;
	font-family:"Cambria";
}

#container{
	width: 900px;
	min-height: 1150px;
	background-color: transparent;
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 80px;
	display: flex;
	background: #005AA7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFFDE4, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#hdlf{
	width: 30%;
	height: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
#hdrg{
	width: 70%;
	height: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
}
#contenLogin{
	width: 100%;
	height: 35%;
	background-color: transparent;
	display: flex;

}
#imgLg{
	width: 80%;
	user-select: none;
}
.pBox{
	width: 100px;
	height: 100%;
	border-radius:7px;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: 0;
	margin-right: 45px;
	background: #833ab4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	cursor: pointer;
}

#runText{
	width: 95%;
	height: 25px;
	background-color: maroon;
}
.head1News {        
    position: relative;
    left: 10px;
    display: inline-block; 
    font-weight: bold;
    width: 95.9%;  
    height: 15px;      
    padding: 6px 20px 10px 50px;
    margin: 0px 0px -3px -20px;
    color: #e5e5e5 !important;
    background-color: #760000;  
    -webkit-box-shadow: 3px 2px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 3px 2px 4px rgba(0,0,0,.5);
    box-shadow: 3px 2px 4px rgba(0,0,0,.5);
    display: flex;
    align-items: center;
}   

.head1News:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 5px;
    border-style: solid;
    border-color: #470000 #470000 transparent transparent;
    background-color: transparent;
}


#Lhdnews{
	width: 15%;
	height: 100%;
	float:left;
	background-color: transparent;
	margin-top: 5px;
}

#Rhdnews{
	width: 80%;
	height: 100%;
	float:left;
	background-color: transparent;
}

.mrq{
	width: 100%;
	height: 20px;
	margin-top: 3px;
	color: white;
	/*background-color:white;*/
	display: flex;
	align-items: center;
}



#imgSlider{
	width: 100%;
	height: 350px;
	background-color: green;
}
#lineImg{
	width: 100%;
	height: 30px;
	background-color: maroon;
	display: none;
}


#detailsPackages{
	width: 100%;
	height: 260px;
	background-color: transparent;
	display: flex;
	align-items: center;
}

.packageBx{
	width: 24%;
	height: 100%;
	background-color: transparent;
	margin:0 auto;

}
.packageContent{
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.pcHead{
	width: 100%;
	height: 50px;
	background-color: maroon;
	display: flex;
	justify-content: center;
	margin-bottom: 13px;
}
.pcHeadCt{
	width: 47%;
	height: 100%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcLb{
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 30px;
	border-left-style: solid;
  	border-left-color: #92a8d1;
  	border-right-style: solid;
  	border-right-color: #92a8d1;
  	display: flex;
  	justify-content: center;
	align-items: center;
	color: black;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	top:30px;
}
.pcDtl{
	width: 100%;
	height: 120px;
	background-color: purple;
}
.dtls{
	/*line-height: 0pt;*/
	position: relative;
	top: 30px;
	text-align: center;
	color:white;
	font-size: 26px;
}
.dtls1{
	font-size: 16px;
}
.dtls2{
	font-size: 18px;
}
.pcButton{
	width: 100%;
	height: 60px;
	background-color: coral;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Btn{
	width: 70%;
	height: 80%;
	background-color: green;
	color:white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.waImg{
	width: 25%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;

}
.bTxt{
	width: 40%;
	height: 70%;
	background-color: transparent;
	display: flex;
	justify-content: left;
	align-items: center;
	color:white;
	font-size: 17px;
	font-weight: bold;
	margin-left: 1px;
}

#footersDetails{
	width: 100%;
	height: 300px;
	background-color: maroon;
	display: flex;
	align-items: center;
}

#backColor{
	width: 100%;
	height: 250px;
	background-color: white;
	background-image: url("/ctv/img/blues1.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#ftHeader{
	width: 100%;
	height: 30%;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid silver;
}
#ftBody{
	width: 100%;
	height: 70%;
	background-color: transparent;
	display: flex;
}
#ftLeft{
	width: 50%;
	height: 100%;
	background-color: transparent;
}
#ftRight{
	width: 50%;
	height: 100%;
	background-color: transparent;
}
.ftPromoTxt{
	width: 65%;
	height: 40px;
	background-color: silver;
	border-radius: 30px;
	margin-top: 14px;
	margin-left: 15px;
	background: #833ab4;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	display: flex;
	align-items: center;
}
.ftLb{
	color:white;
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
}

#footer{
	width: 100%;
	height: 150px;
	margin-top: 5px;
	background-color: maroon;
	display: block;
	text-align: center;

}
#Address{
	width: 100%;
	height: 65px;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#waContact{
	width: 100%;
	height: 40px;
	background-color: transparent;
	display: flex;
	justify-content: center;
}
#copyRgh{
	width: 100%;
	height: 45px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyRghTxt{
	color:white;
	font-size: 16px;
}

.ftAdd{
	color:white;
	font-size: 18px;
}
.ftAdd1{
	margin-top: 15px;
	font-weight: bold;
	font-size: 23px;
}

.Btn1{
	width: 150px;
	height: 36px;
	background-color: green;
	color:white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.waImg1{
	width: 25%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;

}
.bTxt1{
	width: 50%;
	height: 70%;
	background-color: transparent;
	display: flex;
	justify-content: left;
	align-items: center;
	color:white;
	font-size: 17px;
	font-weight: bold;
	margin-left: 1px;
}




/*======================shinning effect*/
.icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block;
  
  margin: 25px 0 25px 25px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  /*line-height: 50px;*/
  font-size: 12px;
  font-family: sans-serif;
  display: 	flex;	
  align-items: 	center;	
  justify-content: 	center;	
}

.icon:nth-child(1) { background: transparent; }

/**
 * The "shine" element
 */

.icon:after {
  
  animation: shine 5s ease-in-out  infinite;
  animation-fill-mode: forwards;  
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(360deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */


/* Active state */

/*.icon:active:after {
  opacity: 0;
}*/

@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
/*==================================*/