.w3-sidebar a {font-family: "Roboto", sans-serif}
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Raleway", sans-serif;}

.pointer {cursor: pointer;}
a:link {
  text-decoration: none;
}

video {
  width: 100%;
  height: auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
   opacity: 0.8;
}

#myBtn:hover {
  background-color: #555;
}

.bg-body {
	background-image: url("b-01.png");
	/* Center and scale the image nicely */
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
}



.bg-s {
	background-image: url('R-01.jpg');
	background-repeat: no-repeat;
	background-position: Right top;
	background-attachment: auto;
background-size: cover ;
}

.bg-0 {
	background-image: url('bg0.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;
	background-size:100% 100%;
}

.bg-1 {
	background-image: url('bg1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;
	background-size:100%;
}
.bg-2 {
	background-image: url('bg2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;

	background-size: auto;
}
.bg-3 {
	background-image: url('bg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;
	background-size:100% 100%;
}
.bg-4 {
	background-image: url('bg4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: 100%;
}
.bg-5 {
	background-image: url('bg5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: cover;
	background-size: cover;
}
.bg-6 {
	background-image: url('bg6.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;

	background-size: auto;
}
.bg-7 {
	background-image: url('bg7.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fix;
	background-size: 100%;
}

.bg-8 {
	background-image: url('bg8.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: auto;

	background-size: auto;
}



.bg-9e1e62 {
  background-color: #9e1e62;
  color: #ffffff;
}

.bg-d4145a {
  background-color: #d4145a;
  color: #ffffff;
}
.bg-9e005d {
  background-color: #9e005d;
  color: #ffffff;
}
.bg-light-blue {  background-color: #e9f5fe;}
.bg-light-green {  background-color: #edf7ee;}



.text-ffffff {color: #ffffff;}
.text-9e1e62 {color: #9e1e62;}
.text-d4145a {color: #d4145a;}
.text-9e005d {color: #9e005d;}
.text-fff100 {color: #fff100;}
.text-92268F {color: #92268F;}



.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}


@media screen and (max-width: 600px) {
	
	.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*padding-top:56.25% ; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	
	}
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;/*  max-width: 640px;*/
}

/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 12px;
  transition: 0.3s;
   border-radius: 8px 8px 0px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 12px;
  border: 1px solid #ccc;
 /* border-top: none;*/
}


/* [1] The container */
.w3-hover-zoom {
  /* height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.w3-hover-zoom img {
  /* transform-origin: 0 0; */
  transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.w3-hover-zoom:hover img {
  transform: scale(1.2);
}

.w3-hover-zoom-small { overflow: hidden; }
.w3-hover-zoom-small img { transition: transform .5s ease; }
.w3-hover-zoom-small:hover img { transform: scale(1.075); }

.w3-animate-move { overflow: hidden; }
.w3-animate-move { transition: transform 0.5s ease; }
.w3-animate-move:hover { transform: translate(10px, 0); }


.button {
 width: 45%;
  text-align: center;
  transition: all 0.5s;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;

}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  height: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}