* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

header, nav, main, footer {
  display: block; }

body {
	font-family: Arial, sans-serif; 
  background: #e2bc71 url('gold_back.jpg') repeat-x; background-attachment: fixed;

  }

#wrapper {
		
		margin: 0 auto; 
	  background: #fff;
	  padding: 10px;
	  max-width: 980px;
	  min-height: 500px;
	  -moz-border-radius: 5px; 
	  -webkit-border-radius: 5px; 
	  border-radius: 5px; 
	  box-sizing: border-box; 
	  box-shadow: 0 2px 10px 3px rgb(150, 147, 144);
 }

/*--------------- For services page--------------*/
.banner {
  width: 100%;
  margin: 0 !important;
  padding: 0px 0px;
 }


.gyppy{
	width:100%;
	height:0;
	padding-bottom:53%;
	position:relative;
}

p{

	text-align: center !important;
	font-weight: bold; 
	text-shadow: #FFFFFF 0px 1px 0px; 
	color: #00000;
}

.backgroundhead{	

	background: #EB4120; 
}

.headings{
	margin: 0px 0px;
	text-align: center !important;
	font-weight: bold; 
	font-size: 140%; 
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px; 

}

.video-container {
	margin: 0px 0px;
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px !important; 
	height: 0; 
	overflow: hidden;
	
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

nav{

	background: linear-gradient(rgba(259, 237, 175, 1),rgba(226, 188, 113, 1));
	font-weight:bold;
	font-size: 20px;
	border-top:2px solid #F2D793;
	padding:0px !important;
}

nav li{

	width: auto;
	padding:0px 0px;
	text-shadow: #fff 0px 1px 0px; 
}

nav li:hover{

	background-color:#fff !important;
	color:#EB4120 !important;

}



.navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
	width:100%;
	padding:5px 20px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color:#EB4120 !important;
}


.nav-item .active{
	color:#ff0000!important;
}

.nav-item .active:hover{
	color:#EB4120 !important;
}

.frames{
	width: 100%; 
	max-width: 960px;
}