@charset "utf-8";
/* CSS Document */
html{
    background-size: 100% 100%;
	background-color:#FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
	background:url(../img/ice-1920x1080.jpg);
	width: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #eff5f7; 
}
.main
{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#fff;
	box-shadow:0px 3px 0px 3px #ccc;
}
.header
{
	height:100px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.logo
{
	margin-left:0px;
	padding-top:10px;
	float:left;
}
.phone
{
	float:right;
	width:auto;
	background-color:#08507e;
	padding:5px 10px 5px 10px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.phno
{
	float:right;
	font-family:Calibri;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
	color:#fff;
}
.phimg
{
	float:left;
	margin-right:10px;
}
/*--------------------------------------------------------------------------end menu part-----------------------------------------------------*/
.menu_call
{
	height:40px;
	width:1000px;
	border-top:1px solid #1e7cb9;
	border-bottom:1px solid #1e7cb9;
	margin-left:auto;
	margin-right:auto;
}
.menu_call ol {
  list-style: none;
  margin:0;
  padding:0;
}
.menu_call ul {
  list-style: none;
  margin:0;
  padding:0;
}
nav {
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  width:1000px;
}

.nav {
  margin: 0 auto;
  width: auto;
}
.nav a {
  display: block;
  text-decoration: none;
  font-family:Cambria;
  font-size:15px;
  font-weight:normal;
  word-spacing:5px;
	text-transform:uppercase;
}
.nav > li {
  float: left;
  margin-right:0px;
}
.nav > li > a {
  line-height: 34px;
  padding: 1px 20px 7px 20px;
   color:#000;
  text-decoration: none;
 /* background: #f00;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
  background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
  background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
  background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);*/
}
.nav > li > a:hover {
  text-decoration: none;
 background: #08507e;
  color:#fff;
  /*background-image: -webkit-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: -moz-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: -o-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: linear-gradient(to bottom, #afc5d1, #85a6b8);*/
}
.nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
  background: white;
  color: #000;
  text-shadow: none;
  /*-webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.nav a.icon {
  position: relative;
  width: 40.8px;
  padding: 0;
}
.nav a.icon > span {
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
.nav a.icon.home > span {
  background-image: url("../img/home.png");
}
.nav .active a.icon > span, .nav a.icon:active > span {
  background-position: 0 -16px;
}

.dropdown {
  position: relative;
  z-index:999;
}
.dropdown:hover ul {
  display: block;
}
.dropdown ul {
  display: none;
  position: absolute;
  top:40px;
  left: -1px;
  min-width: 160px;
  padding: 0 0 5px;
  background-color:#08507e;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 3px 3px;
 /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);*/
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.dropdown ul.large {
  min-width:300px;
}
.dropdown li {
  display: block;
  margin: 0 0px 0px 0px;
  overflow: visible;
}
.dropdown li + li {
  border-top: 1px solid #eee;
}
.dropdown li a {
  color: #fff;
	margin:10px 0px 10px 5px;  
}
.dropdown li a:hover {
  color: #fff;
  background-color:#08507e;
}
/*-----------------------------------------------------------------------------------------end menu----------------------------------------*/
.content
{
	width:1000px;
	height:250px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.wel_cont_both
{
	padding-top:10px; 
}
.wel_cont_left
{
	float:left;
	width:60%;
	height:230px;
	padding-right:20px;
	border-right:1px solid #ddd;
}
.wel_cont_right
{
	float:right;
	width:35%;
	padding:10px;
	height:200px;
	
}
.wel_head
{
	font-family:Cambria;
	font-size:18px;
	font-weight:bold;
	color:#08507e;
	word-spacing:3px;
}
.wel_txt 
{
	font-family:Cambria;
	font-size:16px;
	color:#333;
	word-spacing:3px;
	line-height:22px;
	text-align:justify;
	margin-top:10px;
}
.wel_txt p,ul
{
	font-family:Cambria;
	font-size:16px;
	color:#333;
	word-spacing:3px;
	line-height:22px;
	text-align:justify;
	margin-top:10px;
}
.ser_cont
{
	margin-top:10px;
}
.ser1
{
	
}
.img_ser
{
	float:right;
	width:28%;
	margin-top:40px;
	margin-right:0px;
}
.txt_ser
{
	float:left;
	width:65%;
	font-family:Cambria;
	font-size:13px;
	color:#333;
	word-spacing:3px;
	line-height:22px;
	text-align:justify;
	margin-top:0px;
}
.head_ser
{
	font-family:Cambria;
	font-size:15px;
	color:#ce0101;
	word-spacing:3px;
	line-height:22px;
}
.marquee
{
}
.footer
{
	height:20px;
	padding:10px;
	background-color:#ddd;
}
.copy
{
	float:left;
	font-family:Cambria;
	font-size:14px;
	color:#333;
	word-spacing:3px;
}
.dev
{
	float:right;
	font-family:Cambria;
	font-size:14px;
	color:#333;
	word-spacing:3px;
}
/*------------------------------------------------------------------------------------abt-------------------------------------------*/
.abt_cnt
{
	width:1000px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.txt_cnt
{
	font-family:Cambria;
	font-size:14px;
	color:#333;
	word-spacing:3px;
	line-height:22px;
	text-align:justify;
}
.txt_cnt p
{
	font-family:Cambria;
	font-size:14px;
	color:#333;
	word-spacing:3px;
	line-height:22px;
	text-align:justify;
}
/*------------------------------------------------------------contact----------------------------------------------------------------------------*/
.contact
{
	width:1000px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.content_cont
	{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		height:200px;
	}
	.content_cont1
	{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		height:650px;
	}
	.map
	{
		margin-top:15px;
	}
.addleft
{
	font-family:Calibri;
	font-size:13px;
	float:left;
	width:300px;
	height:200px;
	margin-left:auto;
	margin-right:30px;
}
.frmright
{
	width:90%;
	height:500px;
}
.addhead
{
	font-family:Calibri;
	font-size:18px;
	color:#444;
	font-weight:normal;
}
.adimg
{
	width:100%;
	
}
.imgadd
{
	float:left;
	width:10%;
}
.adtxt
{
	float:right;
	width:90%;
	font-family:Calibri;
	font-size:14px;
	color:#666;
	font-weight:normal;
	line-height:18px;
	letter-spacing:0.5px;
	margin-bottom:0px;
}
.adtxt a
{
	font-family:Calibri;
	font-size:14px;
	color:#666;
	font-weight:normal;
	line-height:18px;
	letter-spacing:0.5px;
	text-decoration:none;
}
.addhead_feedsent
{
	font-family:Calibri;
	font-size:14px;
	color:#666;
	font-weight:normal;
	text-align:justify;
	line-height:18px;
	letter-spacing:0.5px;
}
.input2[type='submit']{
    padding:5px 5px 15px 5px;
	font-size: 14px;
	cursor: pointer;  
	border-radius: 2px;
	border-style:none;
	margin-left:0px;
	background-color:#08507e;
	color:#FFF;
	float:left;
	width:100px;
	height:30px;
	font-family:"Open Sans";
	margin-top:30px;
	outline:none;
}
.input2[type='button']{
    padding:5px 5px 15px 5px;
	font-size: 14px;
	cursor: pointer;  
	border-radius: 2px;
	border-style:none;
	margin-left:0px;
	background-color:#08507e;
	color:#FFF;
	float:left;
	width:100px;
	height:30px;
	font-family:"Open Sans";
	margin-top:0px;
	outline:none;
}

.input2[type='reset']{
   padding:5px 5px 15px 5px;
	font-size: 14px;
	cursor: pointer;  
	border-radius: 2px;
	margin-left:15px;
	border-style:none;
	background-color:#08507e;
	color:#FFF;
	width:100px;
	height:30px;
	font-family:"Open Sans";
	margin-top:30px;
	outline:none;
}

.input2[type='text']{
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 14px;
    padding:10px 5px 10px 5px;
    outline: none;
    font-family:"Open Sans";
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	width:65%;
	float:left;
	margin-top:20px;
}
.input1[type='text']{
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    font-family:"Open Sans";
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:25px;
	margin-top:0px;
	box-shadow:0px 0px 5px #ccc;
}
.input1{
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    font-family:"Open Sans";
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:25px;
	margin-top:0px;
	box-shadow:0px 0px 5px #ccc;
}
 .area2
 {
	border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 14px;
    padding:5px;
    outline: none;
    font-family:"Open Sans";
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	width:65%;
	min-height:100px;
	max-height:100px;
	margin-top:30px;
 }
 /*-------------------------------------------------------------------------------end contact--------------------------------------------------------*/
 .content_ser
{
	width:1000px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.img_part
{
	margin-left:0px;
}
.ser_cont_left
{
	float:left;
	width:62%;
	height:auto;
	padding-right:20px;
 margin-bottom:20px; 
}
.ser_cont_right
{
	float:right;
	width:32%;
	padding:10px;
	height:auto;
	margin-bottom:20px;
}
.com_logo
{
	float:right;
}
.txt_com
{
	float:left;
	margin-top:60px;
	color:#f00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin-right:20px;
}