body {margin:0px; padding:0px; font-family: 'Poppins', sans-serif; background: rgb(2,20,0);
background: linear-gradient(0deg, rgba(2,20,0,1) 0%, rgba(61,60,0,1) 51%, rgba(2,20,0,1) 100%); }
h1{font-size:32px; }  h2{font-size:30px; padding:30px 0 10px 0px !important;}  h3{font-size:28px;padding:0px 0 10px 0px !important; }  h4{font-size:26px;}  h5{font-size:24px;}  h6{font-size:15px; color:#fff000 !important;}
h1,h2,h3,h4,h5,h6{padding:20px 0px; margin:0px 0 0 0px; color:#ff7800; font-weight: bolder; }
p{margin: 0px; padding:0px 0 20px 0px; font-size: 16px; text-align:justify; color:#fff; }
a{ text-decoration:none; color:#FFFF00}
.page_wrapper_full {width: 100%; display:table;	margin: auto auto auto auto; background: rgb(77,43,2); background:#FCAE38}
.topbg{width:100%; margin:0 auto; padding:0px;}
.navigation_container{width:100%; margin:0 auto; padding:0px 0 0px 0; display:block; }

#nav {width: 100%; /* 1000 */
		position:relative;
		font-weight:bold; 
		float:left; 
		text-decoration:none; 
		z-index:9999;
		text-align:left; 
		}

			#nav > a { display: none; }

			#nav li
			{
				position: relative;
				list-style: none;
			}
				#nav li a
				{
					color: #000;
					font-weight:900;
					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; 
			}
				#nav > ul > li { height:auto; 
					float: left; 
				}
					#nav > ul > li > a
					{     padding: 0px 50px 0px 3px;
							height: auto;
							font-size: 16px; /* 24 */
						line-height:50px; /* 60 (24) */
						text-align: left;
						text-decoration:none;
						margin:0 0px 0 0px;
						text-transform:capitalize;
					}
						#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:#fff; 
							
						}

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



				/* second level */

				#nav li ul
				{
					background-color: #000000;
					display: none;
					position: absolute;
					top: 100%; width:300px; margin:0px; padding:0px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#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:#00ff00; 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:#000;
				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:none; color:#FFCC66;}
						#nav > ul > li a.selected
						{
							background-color: none;
							color:#FFCC66; border:none; background-color:none;
							
						}


				/* 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******************/

.heading{font-size:30px; color:#fff; text-align: center; }  
.banner img{width:100%; height:auto;}
.backgoundbg{ width:100%; background:#0e0f00; padding:40px 0; margin:30px auto; display:table; }
.heading_title{font-size:20px; color:#000; font-weight:700; background:#FCAE38; text-align:center; margin:0 auto;     border-radius:50px; width:400px; padding:10px;}
.modelbg{background:rgb(28,28,28); background: linear-gradient(0deg, rgba(28,28,28,1) 0%, rgba(105,105,105,1) 51%, rgba(28,28,28,1) 100%); padding:7px; border:#FC3 solid 1px; color:#FC3; font-size:16px; line-height:30px;}
.profile img{min-width:100%; height:auto; border-top-left-radius:10px;  border-top-right-radius:10px;}
.modelbg span{color:#fff; text-decoration:none;}
table{background:#333333; width:100%; display:table; padding:5px; color:#fff;}
video{width:60%; margin:0 auto; text-align:center; display:block;}
.goldenbt{width:100%; float:left; display:contents; margin:20px 0;}
.goldenbt a{text-decoration:none; color:#000; font-size:14px; text-align:center; padding:5px 15px; border-radius:50px; background:#d8a800; float: left; margin: 9px 2px; font-weight:600;}
.goldenbt a:hover{background: rgb(77,43,2);
background: linear-gradient(0deg, rgba(77,43,2,1) 0%, rgba(230,181,0,1) 45%, rgba(77,43,2,1) 100%);}
.mid_banner{width:70%; height:auto; padding:0px; margin:0 auto;}
.heading{color:#ff7800; font-size:25px; text-align:left; }

  
.footerbg{ background:#101010; padding:20px 0; margin:0 auto; display:table; width:100%; border-top:solid #ff7800 1px;}
.footerbg p{font-size:16px; color:#fff; text-align:left; line-height:30px; }
.footerbg p a{color:#fff; text-decoration:none;  }
.footerbg p a:hover{color:#ffb200; text-decoration:none;}         
.footerbg h2{font-size:25px; color:#e17e1d !important; padding:30px 0 10px 0px !important;}
.footertm{ background:#000; padding:20px 0; margin:0 auto; display:table; width:100%; border-top:solid #ff7800 1px;}
.footertm p{font-size:16px; color:#fff; line-height:30px; }
.footertm p a{color:#fff; text-decoration:none;  }
.footertm p a:hover{color:#ffb200; text-decoration:none;}         

 
 
/*---------------------------------------*/
span{ color:#e17e1d; text-decoration:underline;}
.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 1px #fcc218;}
/*div { display: block;}*/
div { display:flax;}
.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{width:20%; padding:10px; float:left;}

@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{width:100%}
.col-2{width:50%}.col-1{width:50%}

.col{width:100%; padding:10px; float:left;}
.stip {color: #fff; font-weight: 500; text-transform:uppercase; width:36%; background:#f00; padding:5px; border-top-right-radius: 7px; border-bottom-right-radius:7px; color:#fff; font-weight:500; text-transform:uppercase; position:relative; top:-403px;    font-size: 12px;}
.btn-grad{background-image:linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); margin:20px 0px; padding:5px 0px; text-align: center; text-transform: uppercase;  transition: 0.5s;  background-size: 200% auto; color:#000; border-radius: 10px;  display: block; width:78%; font-weight:900;}	
.btn-grad_2{width:100%;}
.footerbg p{font-size:16px; color:#fff; text-align:center; line-height:30px; }
.footerbg h2{font-size:25px; padding:30px 0 10px 0px !important; text-align:center; }
video{width:100%; margin:0 auto; text-align:center; display:block;}
.mid_banner{width:100%; height:auto; padding:0px; margin:0 auto;}
	}
@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{width:100%}
.col-2{width:50%}.col-1{width:50%}
.col{width:50%; padding:10px; float:left;}
.stip {color: #fff; font-weight: 500; text-transform:uppercase; width:36%; background:#f00; padding:5px; border-top-right-radius: 7px; border-bottom-right-radius:7px; color:#fff; font-weight:500; text-transform:uppercase; position:relative; top: -276px;    font-size: 12px;}
.btn-grad{background-image:linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); margin:20px 0px; padding:5px 0px; text-align: center; text-transform: uppercase;  transition: 0.5s;  background-size: 200% auto; color:#000; border-radius: 10px;  display: block; width:53%; font-weight:900;}
.btn-grad_2{width:46%;}
.footerbg p{font-size:16px; color:#fff; text-align:center; line-height:30px; }
.footerbg h2{font-size:25px; color:#fff000 !important; padding:30px 0 10px 0px !important; text-align:center; }

}
@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:20%; padding:10px; float:left;}
.stip{color:#fff; font-weight:500; text-transform:uppercase; width: 36%; background: #f00; padding: 5px; border-top-right-radius:7px; border-bottom-right-radius:7px; color: #fff; font-weight: 500; text-transform: uppercase; position: relative; top: -250px;
font-size: 12px;}
.btn-grad{background-image:linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); margin:20px 0px; padding:5px 0px; text-align: center; text-transform: uppercase;  transition: 0.5s;  background-size: 200% auto; color:#000; border-radius: 10px;  display: block; width:33%; font-weight:900;}
.btn-grad_2{ width:auto;}
.footerbg p{font-size:16px; color:#fff; text-align:left; line-height:30px; }
.footerbg p a{color:#fff; text-decoration:none;  }
.footerbg p a:hover{color:#ffb200; text-decoration:none;}         
.footerbg h2{font-size:25px; color:#fff000 !important; padding:30px 0 10px 0px !important; text-align:left;}
}

@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%}
.col{width:20%; padding:10px; float:left;}
.stip{color:#fff; font-weight:500; text-transform:uppercase; width: 36%; background: #f00; padding: 5px; border-top-right-radius:7px; border-bottom-right-radius:7px; color: #fff; font-weight: 500; text-transform: uppercase; position: relative; top: -250px;
font-size: 12px;}
.btn-grad{background-image:linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); margin:20px 0px; padding:5px 0px; text-align: center; text-transform: uppercase;  transition: 0.5s;  background-size: 200% auto; color:#000; border-radius: 10px;  display: block; width:33%; font-weight:900;}
.btn-grad_2{ width:auto;}
.footerbg p{font-size:16px; color:#fff; text-align:left; line-height:30px; }
.footerbg p a{color:#fff; text-decoration:none;  }
.footerbg p a:hover{color:#ffb200; text-decoration:none;}         
.footerbg h2{font-size:25px; color:#fff000 !important; padding:30px 0 10px 0px !important; text-align:left;}
}

@media (min-width: 1300px){
.container {max-width: 1270px;}
.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:20%; padding:10px; float:left;}
.stip{color:#fff; font-weight:500; text-transform:uppercase; width: 36%; background: #f00; padding: 5px; border-top-right-radius:7px; border-bottom-right-radius:7px; color: #fff; font-weight: 500; text-transform: uppercase; position: relative; top: -265px;
font-size: 12px;}
.btn-grad{background-image:linear-gradient(to right, #fe8c00 0%, #f83600  51%, #fe8c00  100%); margin:20px 0px; padding:5px 0px; text-align: center; text-transform: uppercase;  transition: 0.5s;  background-size: 200% auto; color:#000; border-radius: 10px;  display: block; width:33%; font-weight:900;}
.btn-grad_2{ width:auto;}
.footerbg p{font-size:16px; color:#fff; text-align:left; line-height:30px; }
.footerbg p a{color:#fff; text-decoration:none;  }
.footerbg p a:hover{color:#ffb200; text-decoration:none;}         
.footerbg h2{font-size:25px; color:#ff7800 !important; padding:30px 0 10px 0px !important; text-align:left; text-transform:uppercase;}

}


 

 		.nowcalling

{display:block;position:fixed;bottom:0;width:100%;z-index:9999}

.lcol,.rcol,.ccol

{float:left;width:50%}

.lcol{background-color:#36056E}

.rcol{background-color:#058937}

.lcol a,.rcol a,.ccol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}	

