/*======== CSS LAYOUT Section============*/
@font-face {
    font-family: myFirstFont;
    src: url(Polt-Book.otf);
}
body{
	margin:0px;
	padding:0px;
	font-family:'myFirstFont';
	font-size:15px;
	background-image: url("img/bg.PNG") repeat;
	background-color:#FFFFFF;
}
.container{
	margin:18px auto;
	max-width:1164px;
}
.clear{
	clear:both;
}
/*===========   Header  SECTION ==========*/
header{
	padding:0px 0px;
	margin:0px;
	background-color:#FFFFFF;
	border-radius:5px;
}
#google_translate_element{
	background: #525252;
	    padding: 2px 9px;
}
.logo{
	float:left; 
	
}
.c_name{float:left;}
.c_name h1{color:#d80705;font-size:250%;font-family:roman italic;font-style:italic; margin-bottom:0px;}
.c_name h2{margin-top:0px;}
.logo span{ 
	font-size:80%;
}
.address{
	float:right;
	padding:5px;
	margin-top:5px;
	color:#000000;
	    font-weight: 900;
	font-size:105%;
	    line-height: 2;
	max-width:400px;
	font-style:none;
}
nav{
	width: 100%;
	position:relative;
	background-color:#015984;
	text-align:center;
	
}
nav ul{
	list-style:none;
}
nav ul li{
	display:inline-block;
	position: relative;
}
nav ul li a{
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	text-decoration: none;
	display: block;
	padding:15px 0px;
}
nav ul, nav ul li{
	margin:0px;
	padding:0px;
}
nav ul  ul{
	position: absolute;
	left: 0px;
	top: 45px;
	width: 120px;
	background: #3c3c3c;
	padding: 2px;
	z-index: 1000;
	box-sizing: border-box;
	visibility:hidden;
}
nav ul li ul li{
	display: grid !importent;
}
nav ul li:hover>ul{
	visibility:visible;
}
nav ul ul li:hover{
	background: #DE5B5B;
}
nav ul ul a{
	color: #fff;
	width: 100%;
	border-bottom: 1px dotted #666;
	font-size: 13px;
	box-sizing: border-box;
	padding: 8px 5px;
}
nav ul li a span{
	display: block;
	cursor: pointer;
	padding:0px 20px;	
}
nav > ul > li > a:hover{
	color: #ffffff;
	background-color: #969696;
	transition:.5s ease-in-out; 
	
}
nav ul li.active{
	font-size:16px;
	background-color: #969696;
	
}

 


/*======== FOOTER SECTION ============*/
footer{
	padding:23px  10px;
	color:#c5c5c5;
	text-align:center;
	background-color:#383838;
}
footer a{
	color:#4bb3ff;
	text-decoration:none;
}
footer a:hover {
	color:red;
	transition : 0.5s ease-in-out;
}

footer ul {
	list-style:none;
}
footer ul li {
	display:inline;
}
footer ul li a {
	color:23d5ff;
	text-decoration:none;
	margin:10px;
}
footer ul li a:hover {
	color:red;
	transition : 0.5s ease-in-out;
}

/*========= index page =============*/
.product_container {
	margin:10px auto;
}
.product_container img{
	
	margin:0px 10px;
	border-radius:5px;
	
}
.p1{
	width:100%;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
	.p1 {
	float:left;
	width:33%;
	}
}
.p1{
	text-align:center;
}
.p1 h3{
	margin:0px 10px;
	text-align:center;
	padding:5px;
	color:white;
	background-color:black;
	border-radius:5px;
	font-size:125%;
}
.p1 p{
	padding:10px;
	font-size:17px;
}

.p1 .button{
	margin-top:0px;
	background-color:#015984;
	color:white;
	padding:10px;
	text-decoration:none;
	border-radius:4px;
}
.p1 .button:hover{
	background-color:#4e4e4e;
	transition:0.3s ease-in-out;
}
.box2{
	box-sizing:border-box;
    margin: 20px auto;
    //width: 300px;
    //min-height: 150px;
    padding: 10px;
    position:relative;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#fff), color-stop(.1,#f3f3f3));
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 60px 60px;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
    
}
.box2:before{
    content:'';    
    width: 25px;
    height: 20px;
    position: absolute;
    bottom:0;
    right:0;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform:
    rotate(-20deg)
    skew(-40deg,-3deg)
    translate(-13px,-13px);
}

.box2:after{
    content: '';
    z-index: -1;
    width: 100px;
    height: 100px;
    position:absolute;
    bottom:0;
    right:0;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    -webkit-box-shadow: 20px 20px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(0deg)
                        translate(-45px,-20px)
                           skew(20deg);
}


.about h2{
	text-align:center;
	color:#7D09D2;
}
.about p{
	text-align:justify;
	line-height:20px;
	padding:5px;
	font-size:115%;
}
.about button{
	padding:5px;
	color:white;
	background-color:blue;
	font-size:105%;
}
/*========= about page ===========*/
.about_page{
	color:#010110;
	font-size:115%;
	line-height:20px;
}
.about_page{
	text-align:justify;
	padding:5px;
}
.about_page h4{
	font-size:120%;
	color:#7D09D2;
	
}
/*========= contact page ===========*/
.office_contact{
	float:left;
	padding:10px;
	    font-weight: bold;
}
.contact{
	color:red;
	font-size:150%;
	text-align:center;
}
.office_contact h4{
	color:#000;
	font-size:150%;
}
.factory_Contact{
	   font-weight: bold;
	float:right;
	padding:10px;
}
.factory_Contact h4{
	color:#000;
	font-size:150%;
}

/*===== enquiry page =====*/
.enquiry h3{
	color:red;
	font-size:180%;	
}

.enquiry{text-align:center;}
.enquiry input, textarea, select{
	width: 372px;
    margin: 5px;
    border-radius: 23px;
    border: 1px solid #848484;
    padding: 9px;
}
.enquiry button{
    padding: 7px 29px;
    font-size: 19px;
}

.pre_show h3{
	text-align:center;
	color:red;
}
.pre_show ul{
	list-style:none;
}
.pre_show ul > li{
	display:inline;
}
.pre_show ul > li img{
	width:250px;
}
@media screen and (min-width: 480px) {
.vid iframe{
	border: 5px solid black; 
	border-radius:5px; 
	padding:5px;
	width:48%;
	height:350px;
}
}
@media screen and (min-width: 480px) {
.vid1 iframe{
	border: 5px solid black; 
	border-radius:5px; 
	padding:5px;
	width:500px;
	height:350px;
}
}