* {  
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;	
  }
body {
	background-image:url(../img/body_bg.jpg);
	font-size:100%;
	margin:0;
  font-family:tahoma;
  color:#444;
  }
h1, h2, h3, h4, h5, h6 {
  color:#444;
  font-weight: normal;
/*  margin:0.2em 0 0.2em 0;    */
}
h1 {font-size:2.4em;}
h2 {font-size:2em;}  
h3 {font-size:1.6em;}  
h4 {font-size:1.2em;}  
h5 {font-size:1em;}  
h6 {font-size:0.9em;}    
a, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
  color:#444;
	}
img {
	height:auto;
	width:100%;
	}
table {
	background:none repeat scroll 0 0 #fff;
	border:1px solid #D0D0D0;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
	width:100%;
	}
table tr td, table tr th {padding:0.625em;}
table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}
table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}
th {border-right:1px solid #fff;}
td {border-right:1px solid #e0e0e0;}
.size-960 .line {
  margin:0 auto;
  max-width:71em;
  padding:0 0.625em;
}
.linedfdf{margin:0 auto;
  max-width:81em;
  padding:0 0.625em;}
.size-960 .line1 {
  margin:0 auto;
  width:100%;
  padding:0;
  background:#fff;
}
.line2 {
  margin:0 auto;
  width:100%;
  padding:0;
 background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

 box-shadow:0 -2px 16px 0 #999;
}
.size-1140 .line {
  margin:0 auto;
  max-width:71.25em;
  padding:0 0.625em;
}
.active1{background:#ff670f !important;}
.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}
form {line-height:1.4em;}
nav {
  display:block;
  width:100%;
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.line:after,nav:after,.center:after,.box:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.top-nav ul {padding:0;}
.top-nav ul ul {
  position:absolute;
  background:#262626;
}

.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  padding:12px 30px;
  display:block;
  color:#fff; 
  border-right:1px solid #f28800;
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #09f ;
  min-width:100%;
  padding:12px 35px;
  font-size:14px;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#ff670f;color:#000;}

.top-nav li ul {display:none;}
.top-nav li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}

ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:mfg;
  font-size:0.7em;
  margin:0 0.625em;
}
.top-nav .active-item a {background:none repeat scroll 0 0 #ff7b0d;}
.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
  background:none repeat scroll 0 0 #999;
  color:#fff;
} 
@media screen and (min-width:801px) {
  .aside-nav .count-number {
	 margin-left:-1.25em;	
	 float:right;	
  }
  .top-nav li:hover > ul {
	 display:block;
	 z-index:10;
  }  
.top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5em 0;
    width:100%;
  } 
}
.nav-text {display:none;}
.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 
.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,
.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
  background:#e8e8e8; 
  padding:0;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a {
  display:block;
  padding:1.25em;
  border-bottom:1px solid #d2d2d2; 
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625em 1.25em;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#999;
  background:none;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {
  content:"\f006";
  display:inline-block;
  font-family:"mfg";
  font-size:0.6em;
  margin:0 0.625em 0 -1.25em;
  width:0.625em;
}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {
  display:block;  
  height:auto;
}
.padding {
  display:list-item;
  list-style:none outside none;
  padding:10px;
}
.margin {margin:0 -0.625em;}
.line {clear:left;}
.line .line {padding:0;}
.hide-l {display:none;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25em;
  width:100%;
}
.box a {
  color: #ff670f;
    float: left;
    text-align: center;
    width: 100%;
	font-size:22px;
}
.box img {
  height:160px;
    width: 100%;
	margin-bottom:15px;
	padding:3px;
	background:#FF7B0D ;
}
.box img:hover{opacity:0.6;background:#000 ;}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.conttent h1{font-size:24px;color:#ff670f;}
.conttents h1{font-size:27px;color:#ff670f;}
.conttents h4{font-size:16px;color:#ff670f;margin-top:10px;background:#e3e3e3;padding:10px;}
.conttents ul {padding:0;margin:0;}
.conttents ul li {background-image:url(../img/arow.png);background-repeat:no-repeat;color: #000;font-size: 14px;line-height: 21px;margin-top:3px;  list-style-type:none;padding-left:25px;background-position: 1px 5px;list-style-position: inside;}
.conttent p{font-size:14px;color:#000;line-height:21px;margin-top:15px;}
.conttents p{font-size:14px;color:#000;line-height:21px;margin-top:15px;}
.conttent a{font-size:16px;color:#f28800;line-height:21px;margin-top:15px;float:left;text-align:left;}
.conttentsb h1{font-size:27px;color:#ff670f;font-weight:bold;}
.conttentsb p{font-size:15px;color:#000;line-height:21px;margin-top:1px;font-weight:normal;margin-bottom:15px;}
.conttentsb b{font-size:19px;color:#000;}
.item img{width:100%;}
.item {width:99%;margin-left:0px;}
.conttentss h1{font-size:22px;margin-top:15px;color:#f28800;}
.conttentss h4{font-size:16px;color:#000;margin-top:10px;}
.conttentss label{font-size:14px;color:#000;line-height:21px;margin-top:15px;width:99%;float:left;}
.conttentss span{font-size:14px;color:#000;line-height:21px;margin-top:15px;}
.box1 {
 /* background:none repeat scroll 0 0 #fff;*/
  display:block;
  padding:1.25em;
  width:100%;
}
.margin-bottom1 {margin-bottom:0em;}
.margin-bottom {margin-bottom:1.25em;}
.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
  float:left;
  position:relative;
} 
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:16.6666%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;}
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {clear:left;width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.right {float: right;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 20px;} 
	@media screen and (max-width:1024px) {
	.top-nav li a {padding:12px 16px;}
	}
@media screen and (max-width:800px) {
.size-960 {max-width:800px;}
.size-1140 {max-width:800px;}
.hide-l {display:block;}
.hide-s {display:none;}
nav {
  display:block;
  cursor:pointer;
  line-height:3em;
}
.top-nav li a {background:none repeat scroll 0 0 #4a4a4a;}
.top-nav > ul {
  height:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  z-index:999;
}
.top-nav > ul.show-menu {height:auto;}
.top-nav ul ul {
  left:0;
  margin-top:0;
  position:relative;
  right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
  float:none;
  list-style:none outside none;
  padding:0;
}
.top-nav li a {
  border-top:1px solid #333;
  color:#fff;
  display:block;
  padding:0.625em;
  text-decoration:none;
}
.top-nav li ul li a {border-top:1px solid #878787;}
.top-nav li ul li ul li a {border-top:1px solid #989898;}
.top-nav li a:hover {
  background:none repeat scroll 0 0 #8b8b8b;
  color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
  display:block;  
  overflow:hidden; 
  height:0;   
} 
.top-nav > ul ul.show-ul {
  display:block;
  height:auto;  
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #9d9d9d;
  padding:0.625em;
}
.top-nav li ul li ul li a {
  background:none repeat scroll 0 0 #d7d7d7;
  color:#222;
}
.nav-text {
  color:#fff;
  display:block;
  font-size:1.2em;
  line-height:3em;
  margin-right:0.625em;
  max-width:100%;
  text-align:right;
  vertical-align:middle;
}
.nav-text:after {
  content:"\f008";
  font-family:"mfg";
  font-size:1.1em;
  margin-left:0.5em;
  text-align:right;
}
.count-number {margin-right:-1.25em;} 
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:90%;}
.l-12 {width:100%;}
.margin > .l-1 {width:8.3333%;}
.margin > .l-2 {width:16.6666%;}
.margin > .l-five {width:20%;}
.margin > .l-3 {width:25%;}
.margin > .l-4 {width:33.3333%;}
.margin > .l-5 {width:41.6666%;}
.margin > .l-6 {width:50%;}
.margin > .l-7 {width:58.3333%;}
.margin > .l-8 {width:66.6666%;}
.margin > .l-9 {width:75%;}
.margin > .l-10 {width:83.3333%;}
.margin > .l-11 {width:90%;}
.margin > .l-12 {width:100%;}
.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:90%;}
.s-12 {width:100%;float:none;}
.margin > .s-1 {width:8.3333%;}
.margin > .s-2 {width:16.6666%;}
.margin > .s-five {width:20%;}
.margin > .s-3 {width:25%;}
.margin > .s-4 {width:33.3333%;}
.margin > .s-5 {width:41.6666%;}
.margin > .s-6 {width:50%;}
.margin > .s-7 {width:58.3333%;}
.margin > .s-8 {width:66.6666%;}
.margin > .s-9 {width:75%;}
.margin > .s-10 {width:83.3333%;}
.margin > .s-11 {width:90%;}
.margin > .s-12 {width:100%;}
}
.center {
  float:none;
  margin:0 auto;
  display:block;
}
.banner_box_marquee {
    color: #ffffff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    margin: 0;
	line-height:12px;
    padding: 4px 0 0;
    text-decoration: none;
    text-shadow: 1px 1px #868788;
    width: 100%;
}
.banner_box_marquee span {
    color: #fff713;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-decoration: none;
}
.hederrgt img{width:5%;margin:-8px 17px -9px 0px;}
.hederrgt h2{color: #f00;
    float: right;
    font-family: "Trebuchet MS";
    font-size: 27px;
    font-weight: bold;
  
	text-align:right;width:99%;}
	.hederrgt h4{	
	color: #262626;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold;
   
    text-align: right;}
	.hederrgt label{
	color: #262626;
    font-family: "Trebuchet MS";
    font-size: 14px;
  width:100%;
  float:right;
    letter-spacing: 0px;
    text-align: right;}
	.hederrgt span{
	color: #262626;
    font-family: "Trebuchet MS";
    font-size: 16px;
  width:100%;
  float:right;margin-bottom:5px;
    letter-spacing: -1px;
    text-align: right;}
	.hederrgt a{
	color: #ff670f;
    font-family: "Trebuchet MS";
    font-size: 16px;
  cursor:pointer;
  float:right;
    letter-spacing: -1px;
    text-align: right;}
	.hederrgt a:hover{
	text-decoration:underline;
}

.banner_box_form{
	/*background: url("../images/ganensha-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background:#FF8811;
    border: 1px solid #f28800;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
	margin-bottom:20px;
}

.banner_box_form_title_box{
	background:url('../img/online-bg.png') repeat;
	width:100%;
	float:left;
	margin:0 0 0 0px;
	padding:8px 0px;
	text-shadow: 2px 2px #4a4a4a;	
	text-align:center;
}
.banner_box_form_title_box span{
    font-family:"Trebuchet MS";
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	opacity:1;
	z-index:1; 
}
.box_form_input_box{
	width:241px;
	float:left;
	margin:11px 0 0 20px;
	padding:0 0 0 0px;
}

.box_form_input_field{
	width:241px;
	float:left;
	margin:0 0 6px 0px;
	padding:0 0 0 0px;
}

.form_capture{
	width:53px;
	height:20px;
	float:left;
	margin:6px 0 0 0px;
	padding:0 0 0 0px;
}

.form_capture_input{
	width:180px;
	height:20px;
	float:left;
	margin:6px 0 0 6px;
	padding:0 0 0 0px;
}

.submit_btn{
	width:100%;
	float:left;
	padding:0 0 0 0px;
}

.contactform_innerr{height:auto;float: left;padding:0px 0px 0px 8px;    margin-left: 15px;    margin-top: 10px;    width: 100%;font-weight:bold;}

.contactform_innerr input[type="text"]{
width: 200px;
height: 20px;
border: 1px solid #FFF;
padding: 0px 0px 0px 4px;
color: #636363;
font: 11px Arial,Helvetica,sans-serif;}
.contactform_innerr textarea{
width: 200px;
height: 40px;
border: 1px solid #FFF;
padding: 0px 0px 0px 4px;
color: #636363;
font: 11px Arial,Helvetica,sans-serif;}
.contactform_innerr label{width:25%;float:left;font-size:14px;text-align:left;color:#fff;font-weight:bold;}
.contactform_innerr input[type="submit"]{
    background: -moz-linear-gradient(center top , #ffc477 5%, #fb9e25 100%) repeat scroll 0 0 #ffc477;
    border: 1px solid #eeb44f;
    box-shadow: 0 0 0 0 #fce2c1 inset;
    color: #000;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #cc9f52;
    text-transform: capitalize;
}

.contactform_innerr input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #fb9e25 5%, #ffc477 100%) repeat scroll 0 0 #fb9e25;
}
.boxes{display: block;
    padding: 1.25em;
    width: 100%;color:#fff;}
.footer_main_box_left{
	width:99%;
	float:left;
	}
	
.footer_main_box_left p{
	width:100%;
	margin-top:5px;
	padding:0 0 8px 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
	
.footer_main_box_left p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	padding:0 3px 0 3px;
	}
	
.footer_main_box_left p a:hover{
	color:#ffffff;
	text-decoration:underline;
	}			
	.fl {
    display: inline;
    float: left;
}
.w50 {
    width: 100%;
	height:43px;
	text-align:right;
}

.w50 img {
    height: 50px;
    margin-left: 0px;
    vertical-align: middle;
    width: 50%;
}
.scrollToTop {
    border: 1px solid #ccc;
    border-radius: 50%;
    bottom: 0;
    color: #444;
    display: none;
    font-weight: bold;
    height: 50px;
    margin: 10px;
    opacity: 0.5;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
.scrollToTop:hover {
    box-shadow: 0 0 20px #ccc;
    margin-top: -3px;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

p.owner-desc{
 background: url("../images/text-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    width:97%;
    padding: 10px;
	margin:30px 0;
    box-sizing: padding-box;
    text-align: center;
    font-weight: bold;
	font-size:18px;	
	line-height:28px;
	 box-shadow: 0 0 10px #ccc;
   animation-duration: 2s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
	
	text-decoration:blink;

  -webkit-animation-name:blinker;
          animation-name:blinker;  
  -webkit-animation-iteration-count:infinite;  
          animation-iteration-count:infinite;  
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
          animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:2s; 
          animation-duration:2s; 
		  
		  color: red;
    -webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */
    animation: myfirst 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}	
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0%   {color: red;}    
    50%  {color: blue;}
    100% {color: green;}
}

/* Standard syntax */
@keyframes myfirst {
    0%   {color: red;}    
    50%  {color: blue;}
    100% {color: green;}
}

	@keyframes blink {
    80% {
        visibility: hidden;
    }
}
@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.5;} }
        @keyframes blinker { from {opacity:1.0;} to {opacity:0.5;} }

		.body_main_country_box_left_pannel {
    float: left;
    margin: 12px 0 0;
    padding: 0;
    width: 99%;
}

.body_main_country_box_right_pannel_country_box {
    box-sizing: padding-box;
    float: left;
    margin: 0;
    padding: 0 0 10px 23px;
    width: 100%;
}
.month_mm{color:#000;}
.contact-us_main_box_right {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 466px;
	height:380px;
}
.contact-us_main_box_right p {
    color: #353535;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 22px;
    padding: 0;
    text-decoration: none;
    width: 466px;
}
	
.contact_field_row{
	width:466px;
	margin:0 0 22px 0px;
	padding:0 0 0 0px;
	float:left;
	}	
	
.input_text_box{
	width:120px;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	float:left;
	color:#000;
	}
	
.input_box{
	width:346px;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	float:left;
	}
	
.submit-btn{
	width:94px;
	height:29px;
	margin:0 0 0 120px;
	padding:0 0 0 0px;
	float:left;
	}
.submit {
text-transform: capitalize;
	-moz-box-shadow:inset 0px 0px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fce2c1;
	box-shadow:inset 0px 0px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	padding:10px 20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;cursor:pointer;
	 
}
.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.submit:active {
	position:relative;
	top:1px;
}
.frm_input {
    background-color: #f7f7f7;
    border: 1px solid #e8e5e5;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    height: 28px;
    text-align: left;
    vertical-align: middle;
    width: 337px;
}
.frm_area {
    background-color: #f7f7f7;
    border: 1px solid #e8e5e5;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    height: 80px;
    resize: none;
    text-align: left;
    width: 337px;
}
.item label{text-align:center;width:99%;float:left;margin-top:20px;color:#ff670f;font-weight:bold;font-size:16px;}
.mainline{width:100%;border-top:5px solid #ffa84c;float:left;}
.mainline a img{width: 75%; 	margin: 0px 0px 10px 10px;}
.onlinepayment{width:100%;float:left;margin-top:5px;}
.onlinepayment input[type="button"]{
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(50%,rgba(232,108,87,1)), color-stop(51%,rgba(234,40,3,1)), color-stop(75%,rgba(255,102,0,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */


width:100%;border:2px solid #ea2803;
border-radius:18px;color:#000;padding:10px;margin-bottom:25px;cursor:pointer;font-size:20px;
}
.onlinepayment input[type="button"]:hover{
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(234,40,3,1) 21%, rgba(232,108,87,1) 56%, rgba(255,102,0,1) 100%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(21%,rgba(234,40,3,1)), color-stop(56%,rgba(232,108,87,1)), color-stop(100%,rgba(255,102,0,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(234,40,3,1) 21%,rgba(232,108,87,1) 56%,rgba(255,102,0,1) 100%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(234,40,3,1) 21%,rgba(232,108,87,1) 56%,rgba(255,102,0,1) 100%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(234,40,3,1) 21%,rgba(232,108,87,1) 56%,rgba(255,102,0,1) 100%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(234,40,3,1) 21%,rgba(232,108,87,1) 56%,rgba(255,102,0,1) 100%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

}
.blogmain{width:100%;float:left;box-shadow: 2px 2px 6px #999;
padding: 10px;margin-bottom:15px;border-radius:25px;}