
/*--header start and file start CSS--*/
@font-face {
	font-family: "Blackriver-Bold";
	src: url('../font/Blackriver-Bold.otf');
}
.header{
	background-image: url('../images/bbb.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 500px;
	padding: 10px 0;
}

.title-text h1{
font-size:90px;
font-weight: 700;
font-family: "Blackriver-Bold";
letter-spacing: 1px;
text-align: center;
margin-top: 20px;
color: #fff;
}
@media screen and (max-width: 756px) {
	.title-text h1{
		font-size: 50px;
	}
	.title-text h2{
		font-size: 25px;
	}
}


.title-text h2{
font-size:70px;
font-weight: 700;
font-family:"Blackriver-Bold";
letter-spacing: 1px;
text-align: center;
color: #fff;
}

.title-text p{
	font-size: 20px;
	text-align: center;
	/* font-family:"Roboto-Medium"; */
	text-transform: uppercase;
	font-weight:400;
	letter-spacing: 1px;
	color: #fff;
}
.images-text{
	
	max-width: 400px;
	margin: 0 auto;
	border-bottom: 2px solid lightgray;

}




.images-text{
	justify-content: center;
}
.images-text .text-lng h4{
	font-size: 25px;
	font-weight: 500;
	margin-bottom:30px;
	text-align: center;
}
.images-text .text-lng h3{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: -20px;
	text-align: center;
	font-family: "Roboto-Medium";
	text-transform: uppercase;
}

.images-text .text-lng p{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Roboto-Medium";
	letter-spacing: 8px;
}
.text-text-mang p{
	font-size:20px ;
	/* font-family: "Roboto-Medium"; */
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 13px;
	color: #fff;
}

.button-link img{
	
	width: 200px;
	}

/*--header start and file CSS END--*/

/*--side file start CSS--*/

.side{
	background-color: #34495e;
	min-height: 70px;
	width: 100%;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}
.side-img{
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin: auto 0!important;
    height: 88px;
}

.side .side-img img{
	width: 200px;
	margin: 20px 0px;
	vertical-align: middle;
}
/*--side file CSS END--*/

/*--support our start line CSS START--*/
.support-our{
	text-align: center;
	margin: 30px 0px;
}

.support-our h2{
	font-size: 30px;
	font-weight: 600;
	font-family: "Blackriver-Bold";
	word-spacing: 10px;
}

.support-our p{
	text-align: center;
	font-size: 20px;
	font-family: "Roboto-Light";
	margin-bottom: 19px;
	margin: 0 2%;
	
}

.support-our a{
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	color: grey;
	font-family: "Roboto-Light";
}
/*--support our start line CSS END--*/

/*--family images all START CSS--*/
.family-images{
	margin: 40px 0;
}

.back{
	background-color: #34495e;
	width: 100%;
	height: 50px;
	border: none;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: 400;
	font-family: "Blackriver-Bold";
	letter-spacing: 2px;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}

.images-link{
	margin: 10px 0;
	border-top: 2px dotted white;
}

/*--family images all CSS END--*/
/*--video section file CSS START--*/

.video .live-video{
	margin: 10px 0;
}

/*--video section file CSS END--*/

/*--images-chance-to-meet START CSS--*/
.fsBody .fsLabel, .fsBody label {
    font-size: 20px;
    color: #fff!important;
}
.fsBody .fsSupporting {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    color: #fff!important;
}
.meet{
	background-image: url('../images/last.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
@media screen and (max-width: 756px) {
	.meet .last-and-images img{
		width: 300px;
	}
}


/*--images-chance-to-meet CSS END--*/

/*--logo-icon-google-dowland start CSS--*/

.logo-and-back{
	background-color: #f39c12;
	width: 100%;
	height: 330px;
	margin-top: 300px;
	}
	.logo-picklerjar{
		text-align: center;
	}

	

	.logo-googel-pay{
		text-align: center;
   
	}
.logo-googel-pay img {
	width:145px;
	margin:auto;
	display:block;
	margin-bottom:15px;
}
.logo-picklerjar .pickler-logo{
	margin-top: 50px;
	width: 400px;
	text-align: center;
	margin-left: 153px;
	margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
	.logo-picklerjar .pickler-logo{
		margin-left: 0px;
	}
	.logo-googel-pay{
		text-align: center;
    margin-left: 0px;
	}
	.image-text-atlic{width:350px;}
}
/*--logo-icon-google-dowland END CSS--*/
/*--footer file start css--*/

.footer-last{
	background-color: #000;
	height: 40px;
	width: 100%;
	text-align: center;
	padding: 4px;
}


.footer-last p{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-last p a {color:#ffffff;text-decoration: none;}
/*--footer file end css--*/

/*--images-chance-to-meet start css--*/

.atalic {
	position: relative;
	}

.atalic .width-line{
	position: absolute;
	z-index: -1;
	top: 200px;
}
.image-text-atlic{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.image-text-atlic img{
	margin-top: 350px;
}
.pickljar{
		margin-top: -280px;
	    width:230px;
	}
.video {
	display:block;
}
.video h3 {
	text-align: center!important;
}
.enter {
	z-index:999;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 100;
  width: 70%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*--images-chance-to-meet end css--*/