@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
body {margin: 0px;	padding: 0px;  font-family: 'Fjalla One', sans-serif; background:#000; }

h1{font-size:32px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;} 
h2{font-size:30px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;} 
h3{font-size:28px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;} 
h4{font-size:26px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;} 
h5{font-size:24px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;} 
h6{font-size:22px; padding:0px 0 0 0; text-transform:uppercase; text-align: center;}
h1,h2,h3,h4,h5,h6{color:#FFFF00; margin:0px 0 0px 0;  font-weight:900; }
strong{color:#FFFF00;}
p { padding:0; font-size: 18px;  color:#fff; margin:0px 0 12px 0; text-align:justify; line-height:30px;}
a{color:#FC0; text-decoration:none}
.topbg{background:#c6b100; padding:10px; margin:0 auto; display:table; width:100%;}
.header_left{width:10%; margin:0px; padding:0px; float:left;}
.header_right{width:80%; margin:0px; padding:0px; float:right;}
.header img{max-width:100%; height:auto;}
img{max-width:100%; height:auto; margin:0px; padding:0px;}
 .page_wrapper_full {width: 100%; margin: auto auto auto auto; background:url(img/bg.webp) repeat-x; display: table; text-align: center;  width: 100%;border: 2px solid #f08d00;
    border-left: none;
    border-right: none;}
.navigation_container{width:100%; margin:0 auto; padding:0px 0 0px 0; display:block;  }
#nav {width:100%; /* 1000 */
			font-family:Arial;
			position:relative;
			font-weight:bold; 
			float:right; 
			 text-decoration:none; 
			 z-index:9999;
			 text-align:left; 
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #ffffff;
					display: block;
				}
				#nav li a:active
				{
					background-color: none !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color:#fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				 /* 60 */
				/*background-color: #003d98;*/
				 list-style: none; padding:0px; margin:0px; font-family: 'Fjalla One', sans-serif;
			}
				#nav > ul > li { height:auto; 
					float: left; 
				}
					#nav > ul > li > a
					{ padding:8px 60px 8px 60px;
						height:auto; 
						font-size:15px; /* 24 */
						line-height:36px; /* 60 (24) */
						text-align: left;
						text-decoration:none;
						margin:0 0px 0 0px;
						text-transform:uppercase;
						color:#fff;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: none; text-decoration:none;
							color:#ffb400; 
							
						}

						#nav > ul > li a.selected
						{
							background-color: none; text-decoration:none;
							color:#ffb400; 
							
						}



				/* second level */

				#nav li ul
				{
					background-color: #000000;margin: 0 10px;
					display: none;
					position: absolute;
					top: 100%; width:300px; 
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;padding: 0 15px;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: 0px;
						}
						#nav li ul a
						{
							font-size: 14px; /* 20 */ 
							border-bottom: 1px solid #ffffff;
							padding: 0px 0 0 8px; line-height:40px;text-decoration:none; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color:none; border-right:0px; color:#FF0000; text-decoration:none;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 767px ) /* 640 */
		{
			
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{ 
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #000;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block; 
				}






			/* first level */

			#nav > ul
			{
				height: auto;
				display: none; 
				position: absolute;
				left: 0; color:#ffffff;
				right: 0; background-color:#000000;
				width:100%;
				
			}
				#nav:target > ul
				{
					display: block; 
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
					border-bottom:1px solid #ffffff;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:0 0 0 7px; border:none;color:#ffffff;
						
						 /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none; color:#ffffff; 
							border-bottom:none; 
							
							
						}
						
						#nav > ul > li > a:hover{border:none; background-color:#ffc629; color:#000;}
						#nav > ul > li a.selected
						{
							background-color: none;
							border:none;  background-color:#ffc629; color:#000;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding:0px; /* 20 */
					width:100%;
					display: block; border-bottom:none; color:#ffffff; 
				}
				#nav li ul a
						{ font-size: 14px; /* 20 */ 
							border-bottom:none;
							padding: 0px 0 0 25px; line-height:30px; color:#ffffff;/* 15 (20) */
						}
		}

/********************menu end******************/
.bannerbg{width:100%; padding:40px 0 40px 0px; margin:0 0 40px 0px; display:table; background: rgb(0,0,0);
background: linear-gradient(106deg, rgba(0,0,0,1) 53%, rgba(94,0,0,1) 95%);line-height:none; }
.sitename{ color:#fff; margin:0px 0 0px 0; padding:0px 0 15px 0; font-size:53px; font-weight:900; text-transform:uppercase;}
.banner_heading{font-size:18px;  color:#ffc629; margin:0px 0 0px 0; padding:0px 0 15px 0; font-size: 25px; font-weight:bolder;}
.banner_text{font-size:13px;  color:#fff; margin:0px 0 0px 0; padding:0px 0 0px 0; font-size:16px;}
.banner_button{font-size:13px;  color:#fff; margin:0px 0 0px 0; font-size:16px;  }
.banner_button a{ text-decoration:none;  color:#000; border-radius:50px; text-transform:uppercase; display:block;background:#ffc629; padding:10px 20px; text-align:center;}
.banner_button a:hover{color:#fff; background:#910101; text-decoration:none; }
.banner_button2{font-size:13px;  color:#fff; margin:0px 0 0px 0; font-size:16px;  }
.banner_button2 a{ text-decoration:none;  color:#fff; border-radius:50px; text-transform:uppercase; display:block;background:#910101; padding:10px 20px; text-align:center;}
.banner_button2 a:hover{color:#000; background:#ffc629; text-decoration:none; }
.model img{width:80%; height:auto;}
.modelimg{text-align:right;}
.banner img{width:100%; height:auto;}
.modelbackground{width:100%; padding:40px 0 40px 0px; margin:30px 0 0 0px; display:table; background:#202020; line-height:none; }
.modelbackground h4{color:#FFCC00 !important;}
.modelbackground p{color:#fff;}
.backareabg{width:100%; padding:40px 0 40px 0px; margin:0 0 30px 0px; display:table; background:#000; line-height:none; }
.backareabg h2{color:#ffc629;}
.backareabg h4{color:#fff !important;}
.backareabg p{color:#fff;}
.gallery_img{border-top-left-radius:5px; border-top-right-radius:5px; }
.gallery_smalltxt{font-size:12px; text-transform:uppercase; color:#fff; margin:0 auto; padding:0px; text-align:center; background:#900; display:table; width:88%; font-weight:600; }
table tr td {margin:0px; padding:5px;}
.gallery_txt{color:#fff; margin:5px 0 0 0px; padding:10px; font-size:16px; font-weight:600; text-transform:uppercase; line-height:none; text-align:center; background:#262626; border-bottom:solid 2px #900; border-left:solid 1px #4e4e4e; border-right:solid 1px #4e4e4e;}
.redareabg{width:100%; padding:40px 0 40px 0px; margin:0 0 30px 0px; display:table; background:#910101;  }
.redareabg h2{color:#ffc629; font-size:50px;}
.redareabg h4{color:#fff !important; font-size:20px; padding:0; margin:0px;}
.flwbg{width:100%; margin:0px; padding:5px 0px; background:#ffc629; text-align:center; font-weight:600;}
.blkbg{width:100%; margin:0px; padding:10px; background:#000; font-weight:600; color:#fff;}
.blkbg span{color:#ffc629; text-decoration:none; line-height: 40px;}

.w100{width:100%; height:auto;}
.mx1{margin-left:5px; margin-right:5px; }
.px1{padding-left:5px; padding-right:5px;}
.px2{padding:20px;}
.borderfff {border: solid 1px #fff;}
.footercategary  {margin:0 0 0 0px; width:100%; padding:10px; display:table; background:#000;  }
.footercategary ul {margin:0 0 0 0px;   padding:0px 0px 0px 0px; }
.footercategary ul li{float:none; list-style:none; padding: 0 0 0 0px; margin: 0px; }
.footercategary ul li a{font-size:18px; color:#FFF; text-decoration: none;  text-align:left; margin:10px; padding: 0 0px 10px 0px;  display:block; border-bottom:solid 1px #262626;}
.footercategary ul li a:hover{ color:#ffc629; text-decoration:none;}
.textp{color:#ffc629; font-weight:800; font-size:22px; padding: 0 0 0 5px; display: flex; text-transform: uppercase;}
.footer-bottom{background:#8E030A;  color: #fff; font-size:16px; padding: 20px; text-align: center; width: 100%; margin: 0; padding:20px 20px 50px 20px;}
.footer-bottom a{text-decoration: none; color: #fff; width: 100%; padding: 0 10px; margin: 0px;  }
.footer-bottom a:hover{ color: #FABC37;}
 
/*---------------------------------------*/
.centertext{text-align:center;}
.w100{width:100%; height:auto;}
.mx1{margin-left:5px; margin-right:5px; }
.px1{padding-left:5px; padding-right:5px;}
.borderfff {border: solid 3px #e59e07;}
div {  display: block;}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
*, ::after, ::before {   box-sizing: border-box;}
.spacet{padding:10px; display:flex;}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
    padding:10px;}
	
col{padding:10px; }


*{  margin: 0;
  padding: 0;
  box-sizing: border-box;
 } 

#active:checked ~ .wrapper ul li a{  opacity: 1; }
 
 
@media (max-width: 576px){
.container { max-width: 540px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{ float:left;}	.topnav ul li a{ width:100%; float:left;}	
.col{width:100%;}

}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{width:100%}
.topnav ul li{ float:left;}	.topnav ul li a{ width:100%; float:left;}	
.col{width:100%;}

}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:100%}.col-10{width:100%}.col-9{width:100%}.col-8{width:100%}.col-7{width:100%}.col-6{width:100%}.col-5{width:100%}.col-4{width:100%}.col-3{width:50%}.col-2{width:50%}.col-1{width:50%}
.col{width:50%;
}
}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}
.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
}

@media (min-width:1350px){
.container { max-width: 1320px;}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{float:left}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}
.col{width:16.33333333%; float:left; margin:2px; }
}


@media only screen and (min-width:480px) and (max-width:767px){
.nav ul li{width: 100%;}
.nav ul li a:link{text-align: center; margin: 0px; border-bottom: solid 1px #fff;}
.header_left{width:100%; margin:0px; padding:0px; float:left;}
.header_right{width:100%; margin:0px; padding:0px; float:right;}
.gallery_smalltxt{ width:94%;}
}

@media only screen and (max-width:479px){
.nav ul li{width: 100%;}
.nav ul li a:link{text-align: center; margin: 0px; border-bottom: solid 1px #fff;}
h1{font-size:25px; padding:0px 0 0px 0px; margin:10px 0 0 0px; font-weight: 900; }  
.heading{font-size:25px;}
.header_left{width:100%; margin:0px; padding:0px; float:left;}
.header_right{width:100%; margin:0px; padding:0px; float:right;}
.sitename{ font-size:40px;}
.gallery_smalltxt{ width:92%;  }
}
 