


 html {
  scroll-behavior: smooth;
}





.scroll-left {
 height: 30px;	
 overflow: hidden;
 position: relative;
 background: #380017;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 30px;
 text-align: center;
 color: white;
 
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 50s linear infinite;
 -webkit-animation: scroll-left 50s linear infinite;
 animation: scroll-left 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0px;
    background-color:#380017;

}






/* for vedios*/
/* iframe{
	max-width: 100%;
	margin: 0 0 10px 0;
	border-color: black;
   clip-path:inset(0 0 3% 0); 
   
 
} */






#logo
{
	width:100%;
	float:right;
	text-align:center;
	background-color:#ed6908;
}
#logo h1
{
	cursor:pointer;
	transition:1s;
	color:white;
	font-family:cambria;
}
#logo h1:hover
{
	color:black;
}





/* Section Inner */
div.section-inner {
	max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
}



/* Header */
div.header {
  	 
background-color:#E9E9E9;
	padding: 40px 0;
  
}
	

	

/* Navigation */
div.nav {
	background-color: #380017;
	
}


/* #ff8e34 */



div.nav ul {
	margin: 0;
	padding: 0;
}

div.nav ul li {
	list-style: none;
	float: right;
	font-size: 93%;
}

div.nav ul li a:link,
div.nav ul li a:visited {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: white;
	/* border-right: 1px solid #ed6d07; */
	 font-size: 16px;
  font-weight: bold;
}


div.nav ul li a.active {
    background-color: #ed6908;
  color: white;
}


/* dodgerblue */



div.nav ul li a:hover:not(.active) {
   /* background-color: #fea157; */
  color: orange;
}


/* new nav */






/* Center website */

.gg {
 
 max-width: 100%;
 background-color:#f1f1f1;
  }


.main {
 
    max-width: 1100px;
	padding: 0 25px;
	margin: 0 auto;
 background-color: #f1f1f1;
  }



.row {
  margin: 10px -16px;
 
}




/* Add padding BETWEEN each column */
/* .row, */
.row > .column {
  padding: 8px;
}






/* Create three equal columns that floats next to each other */
.column {
  float:right;
  width:33.33%;
  display: none; /* Hide all elements by default */
  box-sizing: border-box;
 
 
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}





/* Content */
.content {
  background-color: white;
  padding: 10px;
 text-align:center;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}



/* Style the buttons */



button {
    
  display: inline-block; 
	padding: 10px 8px;
	font-size:16px;
	cursor: pointer;
  
  outline: none;
  border: none;
  color: black;
  background-color:  yellow;
   margin: 7px 3px;
  border-radius: 40%;
  width:125px;
  box-shadow: 0 5px #999;
  
  
  
  
}

button:focus {
  background-color:orange;
  transform: translateY(4px);
}












/*social media*/
.fa {
 
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
   padding: 10px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
   padding: 10px;
}

.fa-google {
  background: #dd4b39;
  color: white;
   padding: 10px;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
   padding: 10px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
   padding: 10px;
}

.fa-instagram {
  background: #125688;
  color: white;
   padding: 10px;
}

/*social media*/





















/* Footer */
div.footer {
	background-color: #380017;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }