body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
footer {
   padding: 8px;
   color: white;
   background-color: #E9967A;
   text-align: right;
   font-weight: bold;
}
.object-fit_fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-fit_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit_none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit_scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
html {
  color: #000;
  padding: 10px;
  font-family: "Source Code Pro", Monaco;
}

p {
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}

img {
  height: auto;
}

img[class] {
  max-width: 100%;
}

.original-image {
  margin-bottom: 50px;
}

.image {
  float: center;
  width: 100%;
  margin: 0 30px 20px 0;
}
.image:nth-child(2n) {
  clear: left;
}
.image:nth-child(2n+1) {
  margin-right: 0;
}

/* .heading{
	position: fixed;
    float: left;
    max-width: 640px;
}
.heading img{
	float: left;
	background:#fff;
	max-width:100%;
	height: 70px;
} */
.menu {
    background:#fff;
    width: 100%;
    height: 65px;
    margin: 0px;
    padding: 0px;
}
.menu img {
	float: left;
	max-width:100%;
	height: 70px;
}
/* The footer is fixed to the bottom of the page */

footer{
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	/* header { padding-top:5px; } */
}


.footer-distributed{
	background-color: #1a79bb;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px font-familly:raleway;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #1a79bb;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:   #1a79bb;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #fff;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:   #fff;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #fff;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	line-height: 1.5;
}
img {
	max-width: 100%;
	height: auto;
}
ul,ol {
	list-style-type: none;
}
p, label {
	font-family: sans-serif;
}
.container-wrapper {
	/* margin:7% auto;
	padding: 500px 50px; */
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

/* CSS Tab styling is start here */

	/* Tab menu styling*/
	
	input.tab-menu-radio {
		display: none;
	}
	label.tab-menu {
		display: inline-block;
		float: left;
		padding:10px 50px;
		cursor: pointer;
		z-index: 100;
	}
	/* End Tab menu styling*/

	/* Tab content styling*/
	
	.tab-content {
		top:-10px;
		clear: both;
		max-width: 100%;
		position: relative;
		padding:50px;
		/* background-color: #f7f7f7; */
		border-top:7px solid #1a79bb;
	}	
	/* End Tab content styling*/

	/* CSS tab core */
		.tab-menu-radio:checked + label {
			-webkit-transition:all 1s; /* Optional */
			-moz-transition:all 1s; /* Optional */
			transition:all 1s; /* Optional */
			background-color: #1a79bb;
			color: #fff;
		}
		.tab-content .tab {
			height: 0;
			opacity: 0;
		}
		#tab-menu1:checked ~ .tab-content .tab-1,
		#tab-menu2:checked ~ .tab-content .tab-2,
		#tab-menu3:checked ~ .tab-content .tab-3,
		#tab-menu4:checked ~ .tab-content .tab-4,
		#tab-menu5:checked ~ .tab-content .tab-5 {
			-webkit-transition:opacity 1s; /* Optional */
			-moz-transition:opacity 1s; /* Optional */
			transition:opacity 1s; /* Optional */
			height: auto;
			opacity: 1;
		}
		.container-wrapper .tab-content .tab .video-wrapper {
			float: none;
			clear: both;
			max-width: 100%;
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 25px;
			height: 0;
			margin-bottom: 30px;
		  }
		  
		  .tab-content .tab iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		  }
		
	/* End CSS tab core */

/* CSS Tab Styling is end here */
.button {
	background-color: #1a79bb; /* Green */
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
  }
  .button1 {
	background-color: white; 
	color: black; 
	border: 2px solid #1a79bb;
  }
  .button2 {
	background-color: white; 
	color: black; 
	border: 2px solid #1a79bb;
  }
  *{margin: 0; padding: 0}
  @keyframes autopopup {
	  from {opacity: 0;margin-top:-200px;}
	  to {opacity: 1;}
  }
  #close {
	  background-color: rgba(64, 68, 65, 0.5);
	  position: fixed;
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  animation:autopopup 3.5s;
  }
  #close:target {
	  -webkit-transition:all 1s;
	  -moz-transition:all 1s;
	  transition:all 1s;
	  opacity: 0;
	  visibility: hidden;
  }
  
  @media (min-width: 768px){
	  .container-popup {
		  width:30%;
	  }
  }
  @media (max-width: 767px){
	  .container-popup {
		  width:30%;
	  }
  }
  .container-popup {
	  position: relative;
	  margin: 5% auto;
	  padding: 4px 3px;
	  background-color: #e1fff5;
	  color: #333;
	  border-radius: 8px;
  }
  .container-popup img {
	  width: 100%
  }
  .close {
	  position: absolute;
	  top:3px;
	  right:3px;
	  background-color: #33898B;
	  padding:7px 10px;
	  font-size: 15px;
	  text-decoration: none;
	  line-height: 1;
	  color:#fff;
  }
  .buttonwa{
font-family: sans-serif;
font-size: 15px;
background: #22a4cf;
color: white;
border: white 3px solid;
border-radius: 5px;
padding: 12px 20px;
margin-top: 10px;
}

.buttonwa:hover{
opacity:0.9;
}
 