@charset "utf-8";

body{ margin:0px !important;}

.top_bg { background-color:#0c1240; }
.top_bg p{ color:#00c6ff; text-align:right; padding-top:5px;}

.logo { margin-top:8px;}

.slogen p { font-size:17px; color:#000; margin-top:15px;}

.button_bg { background-color:#000; margin-top:15px; }

.welcome_note h1{ color:#0c1240; text-align:center;}
.welcome_note p{ padding-left:100px !important; padding-right:100px !important; font-size:17px; color:#000; text-align:center;}

.black_bg { background-color:#000;}

.home_box { padding-top:20px !important; text-align:center}
.home_box i{ color:#00c6ff !important; }
.home_box p{ color:#FFF; padding:6px;}
.slider h1{ color:#0c1240; text-align:center; font-size:32px;}
.product_list { margin-top:25px;}
.product_list h1 {color:#0c1240; text-align:left; font-size:30px;}
.product_list ul { list-style:none}
.product_list li { display:block;}
.product_list a{ font-family:Calibri; font-size:17px; color:#000; text-align:left; float:left; width:95%; padding-top:5px;}

.home_contact { margin-top:25px;}
.home_contact h1 {color:#0c1240; text-align:left; font-size:30px;}
.home_contact h3 {color:#000; text-align:left; font-size:18px;}

.footer{ background-color:#151414; margin-top:25px;}

.footer_link  ul{ list-style:none; mar}
.footer_link  li{ display:inline-block;}
.footer_link  a{ display:block; float:left; font-size:17px; color:#FFF; text-decoration:none;
 width:auto; padding:10px 20px 10px 20px; margin-top:15px;}
.footer_link  a:hover{ color:#0CF; text-decoration:underline;}

.border_bottom{ border-bottom:#CCC thin solid;}

.right-social-icons{
	float:left;
	margin-top:25px;
	float:right


	
}
.right-social-icons ul li{
	display:inline-block;
}
.icon1{
	width: 40px;
	height: 39px;
	background:url(images/fb_icon.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background:url(images/fb_icon.png) 0 -39px no-repeat;
}
.icon2{
	width: 40px;
	height: 39px;
	margin-left:25px;
	background: url(images/tw_icon.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(images/tw_icon.png) 0 -39px no-repeat;
}
.icon3{
	width: 40px;
	height: 39px;
	margin-left:25px;
	background: url(images/in_icon.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover{
	background: url(images/in_icon.png) 0 -39px no-repeat;
}

.footer_bottom{ margin-top:25px !important;}
.shreya a{ color:#FFF !important; text-decoration:none; text-align:left; padding-top:20px !important;}
.copyright{ font-size:14px; color:#FFF !important;}


.contact_div { margin-top:50px; border:dashed 5px #0c1240}
.contact_div h1 { font-family:Calibri; font-size:35px; color:#0c1240; text-align:center;  border-bottom:#333 thin dashed; font-weight:bold;}
.contact_div h3 { font-family:Calibri; font-size:20px; color:#000; text-align:center;}
.contact_div p { font-family:Calibri; font-size:18px; color:#000; text-align:center;}

.inquiry_div { margin-top:25px;}
.inquiry_div h1{ color:#732402; font-family:Century Gothic; font-size:30px; text-align:left}
.inquiry_div h3{font-family:Century Gothic; font-size:17px; text-align:left; color:#000;}


#text1 {
    border: 1px solid #732402;
    height: 40px;
    width: 100%;
    box-shadow: 0 0 27px rgb(204, 204, 204) inset;
    transition: 500ms all ease;
    padding: 3px 3px 3px 3px;
}

#text1:hover,
#text1:focus {
    width: 100%;
    transition: 500ms all ease;
    /*
    background-size: 25px 25px;
    background-position: 96% 62%;
    padding: 3px 32px 3px 3px;*/
	box-shadow:#ccc 0 0 15px;
}

.profile { margin-top:25px;}
.profile h1{ color:#732402; font-family:Century Gothic; font-size:30px; text-align:left}
.profile h3{font-family:Century Gothic; font-size:17px; text-align:left; color:#000;}
.profile p { font-family:Calibri; font-size:18px; color:#000; text-align:left;}
.profile ul li { font-family:Calibri; font-size:18px; color:#000; text-align:left;}

.product_div { margin-top:25px;}
.product_div h1 { font-family:Calibri; font-size:35px; color:#0c1240; text-align:left; background-color:#e1e1e1; border-left:#03F 10px solid; padding:6px; font-weight:bold;}
.product_div h3{font-family:Century Gothic; font-size:26px; text-align:left; color:#000; font-weight:bold; padding:6px; background-color:#e1e1e1; border-left:#00c6ff 10px solid;}
.product_div p { font-family:Century Gothic; font-size:18px; color:#000; text-align:justify;}
.product_div ul li { font-family:Century Gothic; font-size:18px; color:#000; text-align:left;}
.product_image img { border:#00244c 5px solid; margin-top:20px;}