/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
	/*nav:before {
	  background-image: url("img/menu-shadow.png");
	  background-position: center center;
	  background-repeat: no-repeat;
	  content: "";
	  display: block;
	  height: 27px;
	  left: 0;
	  position: relative;
	  top: 100%;
	  width: 100%;
	}*/
	body{font-family:Open Sans,sans-serif !important;}
.header-top {
  min-height: 132px;
}
.clear{clear:both;}
#navbar{background:#cdcdcd;}


.logo {
  position: relative;
  top: 34px;
}

.navbar-toggle {
  background-color: #ccc;
  background-image: none;
  border: 0px solid #000;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
}
#navbar ul li a{color:#5b5e65;}
#navbar ul li a:hover{background:none;color:none;}#navbar ul li a:active{background:transparent;color:#fff;}
.navbar-nav > li > a {
  line-height: 39px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.nav {
  margin-left: -8px;
}
.slider-bottom-text {
  background: #b81818;
  height: 54px;
  padding: 16px 8px 10px 33px;
}
.pad-bottom {  margin-left: -4px;  margin-right: -18px;  margin-top: 29px;}
.service_posts {  margin-right: 0px;  padding: 0;  width: 272px;}#service_p {  margin-left: -38px;  margin-right: -12px;}.on-hover1:hover {  box-shadow: -3px -1px 20px #cdcdcd;  width: 263px;}.on-hover1{  width: 263px;;}#service_p li {  margin-right: 30px;}#service_p li:first-child {  float: left;  margin-left: 0px;}#service_p li:last-child {  float: left;  margin-right: 0px;}#service_p{list-style:none;}.service_posts {  margin-right: 0;  padding: 0;  width: 272px !important;}
/**************************media query********************************************/
@media screen and (min-width: 1200px) {.on-hover1:hover {  box-shadow: -3px -1px 20px #cdcdcd;  width: 263px;}.on-hover1{  width: 263px;}.service_posts {  margin-right: 0px;  padding: 0;  width: 272px;}
.pad-bottom {  margin-left: -4px;  margin-right: -18px;  margin-top: 29px;}
.contact-form {
  background: none repeat scroll 0 0 #cdcdcd !important;
  height: 300px;
}
.sb-icon-search {
  background: #b81818;
  color: #fff;
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  z-index: 90;
}
.sb-search-input {
  background: #b81818;
  border: medium none;
  color: #FFF;
  font-family: inherit;
  font-size: 20px;
  height: 60px;
  margin: 0;
  outline: medium none;
  padding: 20px 65px 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 10;
}
.sb-search {
  float: right;
  height: 60px;
  margin-top: -59px;
  min-width: 60px;
  overflow: hidden;
  position: relative;
  transition: width 0.3s ease 0s;
  width: 0;
  margin-right: -15px;
}
footer {
  height: 50px;
  background: #cdcdcd;
}
.content-mid{ height:auto;}
li#menu-item-22 a {
  background-image: url("img/home_icone.png");
  background-repeat: no-repeat;
  display: block;
  height: 59px;
  text-indent: -9000px;
  width: 100px;
}
li#menu-item-22 a:hover {  background-image: url("img/home_icone.png") !important;
  background-position:fixed  !important;
  background-repeat:no-repeat  !important;
  }
  .slider-bottom-text p {
  color: #fff;
  font-family: Arial;
  font-size: 15px;
}
.img-post{float:left;}
.post-data {  left: 11px;  position: relative;  z-index: -1;}
.post-data {
  background-color:#cdcdcd;
  color: #5b5e65;
  height: 250px;
  padding-top: 20px;
}
.slider{margin-left:-15px;}
	/*nav:before {
	  background-image: url("img/menu-shadow.png");
	  background-position: center center;
	  background-repeat: no-repeat;
	  content: "";
	  display: block;
	  height: 27px;
	  left: 0;
	  position: relative;
	  top: 100%;
	  width: 100%;
	}*/
}
/**************************media query end********************************************/
.post-data h3 {
  left: 6px;
  position: relative;
  top: -37px;
  font-size: 22px;
  text-align: left;
  font-weight: 900;
  font-family:arial;  text-shadow: 1px -1px 0px #fff;
}
.post-data {
  background-color: #cdcdcd;
  color: #5b5e65;
  height: 250px;
  padding-top: 28px;
  padding-right: 10px;
}
/***post css****/
.contain{ float:left; width:48%;}
.contain_image{ float: left; width:auto;}
.arrow_box {
	position: absolute;
	background: #a4aeb9;
 width:26%;
	float: right;
	left: 278px;
}
 .arrow_box:after, .arrow_box:before { right: 100%; top: 20%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
 .arrow_box:after { border-color: rgba(164, 174, 185, 0); border-right-color: #a4aeb9; border-width: 0 18px 18px 0; margin-top: -20px; } .arrow_box:before { border-color: rgba(164, 174, 185, 0); border-right-color: #a4aeb9; border-width: 0 18px 18px 0; margin-top: -20px; }
 .main_content{ width:90%; margin:0 auto; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:justify; color:#fff;}
.clear{ clear:both;}
.main_content h1{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#fff; text-transform:uppercase; margin-bottom:10px;}  
.learn_button {
  background: none repeat scroll 0 0 #b81818;
  color: #fff;
  float: right;
  font-size: 15px;
  margin: 10px 0;
  position: relative;
  top: -73px;
  right: 10px;
}
.post-data > p {
  font-family: arial;
  font-size: 15px;
  font-weight: 500;
  left: 12px;
  position: relative;
  text-align: left;
  top: -30px;
  padding-right: 10px;
}
.learn_button a{ color:#fff; text-decoration:none; display:block; padding:10px;}
.learn_button a:hover{background: #014d88;}

/***************REsponsive media query********************************************************/
@media screen and (max-width: 568px)  { .post-data h3 {
  position: relative;
  top: -30px;
  left: 6px;
  
}
.slider-bottom-text {
  background: none repeat scroll 0 0 #b81818;
  height: 104px;
  padding: 16px 8px 10px 33px;
  color: #fff;
}
 .post-data h3 {
  left: 6px;
  font-size: 22px;
  text-align: left;
  font-weight: 900;
  font-family:arial;  text-shadow: 1px -1px 0px #fff;
}
.post-data > p {
  position: relative;
  text-align: left;
  top: 10px;
  font-size: 15px;
  font-weight: 500;
   left: 12px;
   font-family:arial;
}
.post-data {
  background-color: #cdcdcd;
  color: #5b5e65;
  height: 250px;
  padding-top: 20px;
  width: 103%;
  padding-right: 5px;
}
}
/**footer**/
.footer-menu ul li {
  float: left;
  padding-right: 25px;
}
.footer-menu {
  color: rgb(255, 255, 255);
  float: right;
  list-style: outside none none;
  padding-top: 9px;
  position: relative;
  right: -11px;
}
.footer-menu ul li a {
 color:#fff;
 
}
/**************************************Contact Form************************************/
.contact-form {
  background: none repeat scroll 0 0 #cdcdcd !important;
  height: 300px;
}
.contact_form_title {
  background: none repeat scroll 0 0 #b81818;
  padding: 16px 21px 16px 26px;
  color: #fff;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;    font-weight: bold !important;
}
.entry-meta {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.btn {
  -moz-user-select: none;
  background:none repeat scroll 0 0 #b81818;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 32px !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color:#fff;
}.entry-content {  padding-top: 37px;}.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {  background-color:#014d88 !important;  border-color: #adadad;  color: #fff;}.entry-header h1{display:none;}/*.entry-header h1 {  background: none repeat scroll 0 0 #014d88;  color: #f0f0f0;  padding-bottom: 10px;  padding-left: 5px;  padding-top: 10px;  width: 21%;}.entry-header{background:#cdcdcd;}div.wpcf7-mail-sent-ok {  border: 0px solid #398f14;}*/
.pst_cont{ width:30%; margin:0 auto; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:justify;  padding:10px;}.pst_ico {    background: none repeat scroll 0 0 #b81818;  height: 100px;  padding: 10px;  text-align: center;  width: 263px; }   .pst_ico:hover{background: none repeat scroll 0 0#014d88}
.pst_cont h1{ text-align:center; font-size:15px; color:#b81818; margin:10px 0;}.post-data1 {  background-color: #cdcdcd;  color: #5b5e65;  height: 200px;  padding-right: 10px;  padding-top: 28px;}.post-data1 {  position: relative;  z-index: -1;}.post-data1 h3 {  font-family: arial;  font-size: 17px;  font-weight: 900;  left: 6px;  position: relative;  text-align: left;  top: -37px;  text-shadow: 1px -1px 0px #fff;}.post-data1 > p {  font-family: arial;  font-size: 15px;  font-weight: 500;  left: 12px;  padding-right: 10px;  position: relative;  text-align: left;  top: -30px;}.service_posts {  width: 293px;    margin-right: -1px;}.pad-bottom-sc{padding-bottom:30px;}