@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('../fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	transition:all 400ms;
	-webkit-transition:all 400ms;
	}
img{
	width:auto;
	height:auto;
	max-width:100%;
	transition:all 400ms;
	-webkit-transition:all 400ms;
	}
header,
.banner,
footer,
section{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	}
.top-menu{
	background:#e2e2e2;
	text-align:right;
	border-bottom:1px solid #6f726f;
	}
.top-menu a {
  background: #6e706e;
  color: #fff;
  display: inline-table;
  padding: 6px 8px 8px;
  margin: 0px;
}

.top-menu a:hover{ color:#fff; background:#861639;}


.on{color:#fff !important; background:#861639 !important;}

.top-menu a:last-child {
	padding: 0px;
	background:none;
	}
.logo {
  margin: 2px 0px;
}
.login a {
  border: 1px solid #b1b1b1;
  padding: 3px 16px;
  position: relative;
  margin: 25px 0px 0px 20px;
  display: inline-block;
  color:#6f726f;
  transition:all 400ms;
  -webkit-transition:all 400ms;
}
.login a:hover{
  box-shadow: inset 150px 0px 0px 0px #852342;
  border: 1px solid #852342;
  color:#fff;
}
.login {
  padding: 20px 0px;
  text-align: right;
}
.login a i {
  background: #852342;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 4px 0px 0px;
  position: absolute;
  left: -31px;
  top: -7px;
  border: 1px solid #fff;
}
.login a:last-child{
	margin-left: 45px;
	}
.navbar-brand{
	display:none;
	}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-transform:uppercase;
}
li.dropdown:hover ul.dropdown-menu{
	display:block;
	}
ul.dropdown-menu {
  background: none;
  border: 0px;
  box-shadow: none;
    padding: 1px 0px;
}
.dropdown-menu > li > a {
  background: #a31c4a;
  margin-bottom: 1px;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #861639;
}
.navbar-form .form-control {
  width: 220px;
  border:0px;
  	transition:all 400ms;
	-webkit-transition:all 400ms;
}
.search{
  background: url(../images/search.png) center center no-repeat #fff !important;
  font-size: 0px;
  padding: 17px;
  outline:0px;
  border: 0px;
	}
form.navbar-form.navbar-right {
  margin-right: -30px;
}
h2{
	font-size:25px;
	color:#4d4c4c;
	border-bottom:1px solid #e8e7e7;
	position:relative;
	padding:0px 0px 7px;
	  margin-bottom: 40px;
	}
h2:after{
  content: '';
  display: inline-block;
  width: 200px;
  height: 2px;
  border-bottom: 1px solid #6f726f;
  position: absolute;
  left: 0px;
  bottom: -1px;
	}
.whyocc{
	width:65%;
	height:auto;
	float:left;
	clear:none;
	margin-right:5%;
		transition:all 400ms;
	-webkit-transition:all 400ms;
	}
.whyocc img{
	padding:3px;
	background:#f4f4f4;
	float:left;
	margin:0px 20px 15px 0px;
	  width: 45%;
	}
.whyocc ul{
	width:50%;
	float:left;
	padding:0px 0px 0px 20px;
		transition:all 400ms;
	-webkit-transition:all 400ms;
	}
.whyocc ul li{
	list-style-image:url(../images/li-star.png);
	font-size:13px;
	color:#8b8b8b;
	line-height:29px;
	}
.whyocc p{
	font-size:13px;
	color:#8b8b8b;
	}
.readmore{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	border-bottom:1px solid #6f726f;
	text-align:right;
	}
.readmore a{
  color: #fff;
  background: #a31c4a;
  padding: 5px 15px;
  display: inline-block;
  text-align:center;
	}
.news{
	width:30%;
	height:auto;
	float:left;
	clear:none;	
		transition:all 400ms;
	-webkit-transition:all 400ms;
	}
.date {
  width: 60px;
  height: auto;
  float: left;
  border: 1px solid #ededed;
  text-align: center;
  padding: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
    margin-right: 10px;
		transition:all 400ms;
	-webkit-transition:all 400ms;
}
.date i {
  display: block;
  font-style: normal;
  border-top: 1px solid #ededed;
  margin: 10px -15px;
  padding: 6px 15px;
  line-height: 20px;
  color:#b1b1b1;
  font-size:16px;
  	transition:all 400ms;
	-webkit-transition:all 400ms;
}
	
	.date span {
  background: #acacac;
  padding: 13px;
  margin: 0px -15px;
  box-shadow: inset 0px -3px 0px 0px #838383;
  color:#fff;
  font-size:16px;
  	transition:all 400ms;
	-webkit-transition:all 400ms;
}
.news .item > img {
  padding: 2px;
  background: #f4f4f4;
}
.news .item {
	font-size:13px;
	}
.news .item > span{
	color:#861639;
	display:block;
	margin-bottom:5px;
	}
h6, .h6 {
  font-size: 17px;
  margin: 25px 0px 15px;
  color:#464643;
}
section.servies-main{
	background:url(../images/dark-bg.jpg) center top no-repeat;
	background-size:cover;
  padding: 30px 0px;
  margin: 40px 0px;
	color:#fff;
	}
section.sliders h2:after{
	border-color:#a31c4a;
	}
.thumbnail {
  padding: 4px;
  margin-bottom: 0px;
  line-height: 24px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}
.servies-main .thumbnail i {
  display: inline-block;
  float: left;
  height: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
.servies-main .thumbnail h5{
	  display: inline-block;
	  font-family: 'open_sansbold';
	  text-transform:uppercase;
	  font-size:16px;
	  margin-bottom:20px;
	} 
.servies-main .thumbnail p{
	display: table-cell;
	color:#909090;
	line-height:26px;
	}
.btn-default {
  clear: both;
  display: block;
  width: 100px;
  background: none;
  color: #6f6f6f;
  margin-top: 8px;
  border-color:#6f6f6f;
}
.helth article{
	position:relative;
  padding: 0;
  border: 5px solid #eeebeb;
  margin-right:20px;
	}
.owl-item:nth-child(2) .helth article{
	margin-right:0px;
	margin-left:20px;
	}
.helth article img{
	width:100%;
	}
.helth h4 {
  background: #861639;
  background: rgba(134, 22, 57, 0.7);
  color: #fff;
  font-size: 13px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  margin: 0px;
  padding:  15px;
  text-align:center;
}
.text-box{
	background:#f4f4f4;
	padding:30px;
	}
	
.test-item{
	  background: #fff;
	  	border:1px solid #ececec;

	}
.item {
  width: 100%;
  height: auto;
}
.image {
  width: 77px;
  padding: 3px;
  height: auto;
  background: #fff;
  float: left;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
  position: relative;
  margin-right: 10px;
}
.test-item {
  background: #fff;
  border: 1px solid #ececec;
  float: left;
  width: 85%;
  padding: 40px 0px 30px;
  margin-left: -20px;
  padding-left: 20px;
}
.test-item img {
  display: inline-block;
  float: left;
  height: 100%;
  white-space: nowrap;
  vertical-align: middle;
    margin-right: 15px;
}
.test-item p{
  display: table-cell;
  font-size: 13px;
  padding-right: 30px;
	}
.test-item p a{
	color:#861639;
	}
.test-item h3{
	display:inline;
	font-size:17px;
	color:#861639;
	}
.image b,
.image em{
	font-weight:normal;
	line-height:18px;
	}
.image b{
	color:#861639;
}
#testimonials .owl-buttons {
  top: -102px;
}
section.sliders {
  margin-bottom: 50px;
}
footer{
	background:url(../images/pattern.png) left top repeat #861639;
	padding:10px 0px;
	color:#fff;
	font-size:13px;
	}
footer h3{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	border-bottom:1px solid #c10a44;
	padding-bottom:5px;
	  margin-bottom: 25px;
	}
.footer-box img{
	float:left;
	}
.footer-box .form-control {
  border-radius: 0px;
  margin-bottom: 10px;
  font-size:13px;
}
input.btn.submit {
  float: right;
  border-radius: 0px;
  width: 80px;
  color:#696969;
}
.copy{
	background:#5f625f;
	padding:10px 0px;
	color:#fff;
	font-size:12px;
	}
.copy a{
	color:#fff;
	}
.flex-direction-nav{
	display:none;
	}
.service-box .thumbnail{
	border: 1px solid transparent;
	border-radius:8px;
	padding:20px;
	}
.service-box:hover .thumbnail{
  border: 1px solid #fff;
}

@media (max-width: 1200px){
	.whyocc {
  width: 60%;
	}
	.news {
  width: 35%;
	}
.text-box {
  background: #f4f4f4;
  padding: 5px;
}
	}
@media (max-width: 1024px){
.test-item {
  width: 84%;
}
.whyocc {
  width: 53%;
}
.news {
  width: 40%;
}
.whyocc img {
  width: 50%;
}
	}
@media (max-width: 991px){

.navbar-form .form-control,.search{
  border: 1px;
  border: 1px solid #E4CFD6;
}


.nav > li > a {
  padding: 15px 15px;
}
.navbar-default .navbar-collapse{
	margin:0px 0px 0px -30px ;
	}
.nav > li > a {
  padding: 15px 13px;
  font-size: 13px;
}
.navbar-form .form-control {
  width: 100%;
}

.whyocc {
  width: 60%;
}
.news {
  width: 35%;
}
.date {
  width: auto;
  padding: 0px 0px;
  margin-bottom: 10px;
  display: inline-block;
  float: none;
  border-radius: 0px;
}
.date img {
  float: left;
  display: inline-block;
  padding: 3px 10px;
  margin-left: 20px;
}
.date i {
  display: inline-block;
  border-top: 0px;
  padding: 12px 20px;
  margin: 0px;
  border-left: 1px solid #ededed;
}
.date span {
  display: inline-block;
  margin: -10px 0px;
  padding: 20px 20px 10px;
  float: right;
  box-shadow: none;
}
.test-item {
  width: 79%;
  padding-left: 5%;
}
#testimonials .owl-buttons {
  top: -80px;
}
.footer-box {
  min-height: 300px;
}
}
	
	
@media (max-width: 767px){
	.logo {
  text-align: center;
}
.login {
  padding: 5px 0px 20px;
  text-align: center;
}
a.navbar-brand{
	display:block;
	color:#fff !important;
	}
.navbar-default .navbar-collapse {
  margin: 0px 0px 0px 0px;
}
.flex-caption strong{
	display:none;
	}
form.navbar-form.navbar-right {
  margin-right: 0px;
}
.navbar-form .form-group {
  margin-bottom: 5px;
  width: 40%;
  float: left;
  margin-right: 5px;
}
.whyocc {
  width: 96%;
  margin: 0px 2%;
}
.news {
  width: 96%;
  margin: 20px 2%;
}
.flex-caption {
  display: none;
}
.service-box {
  margin-bottom: 20px;
}
.service-box:last-child {
  float: none;
  margin: 10px auto 0px;
  display: block;
  clear: both;
}
	.copy .col-xs-12.col-sm-4 {
  text-align: center;
}}
@media (max-width:640px){	
.service-box {
  width: 100%;
}
.footer-box {
  width:100%;
}
}	
@media (max-width: 480px){	
.whyocc img {
  width: 100%;
}
.whyocc ul {
  width: 100%;}
  .service-box {
  text-align:center;
}
.servies-main .thumbnail i {
  float: none;
}
.btn-default {
  margin: 0 auto;
}
}
@media (max-width: 420px){	
.image {
  width: 100%;
     margin-top: 0px; 
}
.test-item {
  width: 100%;
  padding: 20px 4%;
  margin-left: 0px;
}
.image b, .image em {
  display: block;
}
.text-box {
  background: #f4f4f4;
  padding: 0px;
}
}
	
	