@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 .on{
  background: #852342;
  color: #fff;
  display: inline-table;
  padding: 6px 8px 8px;
  margin: 0px;
}
.top-menu .ar{
   background: #0168B5;;
  color: #FFFFFF;
  display: inline-table;
  padding: 6px 8px 8px;
  margin: 0px;
}

.top-menu a:last-child {
	padding: 0px;
	background:none;
	display: inline-table;
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
   ::i-block-chrome,.top-menu .ar,.top-menu .on,.top-menu a:last-child {
  margin: 0px 0px -7px;
}
}


.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: 100%;
  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;
  width: 15%;
	}
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 ease 0s;
}
.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;
  float: left;
  margin: 0px 0px 30px 0px;
  width: 78%;
}
.news .item {
	font-size:13px;
	}
	
.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 a {
  background: #861639;
  background: rgba(134, 22, 57, 0.7);
  color: #fff;
  font-size: 15px;
  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;
    margin-right: -25px;
}
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: #862747;
  background: #E5E5E5;
  
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
  
}
input.btn.submit:hover {
      color: #FFFFFF;
  background: #862747;
  border: 1px solid;
}
.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;
}
.inner-slider{
	position:relative;
	}
.inner-slider img{
  width: 100%;
  display: block;
  height: auto;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
}
.inner-slider h1 {
  position: absolute;
  color: #fff;
  top: 100px;
  left: 4%;
  font-family: 'open_sansbold';
  font-size:29px;
  text-transform:uppercase;
}
.inner-page header{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	  padding: 5px 0px;
	border-bottom:1px solid #efefef;
	  margin-bottom: 20px;
	}
	
.inner-page header h3{
	font-size:34px;
	text-align:left;
	color:#86163a;
	float:left;
	border:0px;
	}
.breadcrumb {
  padding: 10px 15px;
  margin-bottom: 0px;
  background-color: transparent;
  float: right;
}
.breadcrumb > li,.breadcrumb > li a{
	color:#777777 !important;
	}
.inner-content img{
	float:right;
	}  
.inner-content h5{
	color:#d37295;
	font-size:18px;
	line-height:30px;
	}  
.inner-content p{
	color:#707271;
	line-height:30px;
	} 
.inner-content a{
	color:#841639;
	}
.why h4 {
	border-bottom:1px solid #861639;
	margin-bottom:40px;
}
.why h4 small{
  background-color: #861639;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  font-size:20px;
}
.why img {
  float: left;
  padding: 5px;
  background-color: #efefef;
  margin:0px 20px 20px 0px;
}
ul.inner-links {
  float: left;
  clear: none;
  padding:0px;
  margin-top:20px;
}
.inner-links li {
  display: inline-block;
  list-style: none;
  background: url(../images/li.jpg) left 4px no-repeat;
  padding: 0px 0px 0px 25px;
  margin-right: 15px;
  font-size:16px;
}
.vision{
 background:url(../images/dark-bg.jpg) left top no-repeat;
 background-size:cover;
 padding:50px 0px;	
	}
.mission{
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #454545;
  padding: 10px 20px;
  text-align: center;
  color: #B8B8B8;
    margin-bottom: 20px;
	}
.mission h3{
	text-transform:uppercase;
	color:#B8B8B8;
	font-size:30px;
	  border-bottom: 1px solid #454545;
	  margin-bottom:10px;
	  padding-bottom:10px;
	}
.why {
  margin-bottom: 40px;
  float: left;
  clear: both;
  width: 100%;
}
.services{
	text-align:center;
	line-height:20px;
	  padding: 20px 0px;
	}
.services img {
  border-radius: 50%;
  border: 8px solid #FFFFFF;
  box-shadow: 0px 0px 0px 4px #CBCBCB;
    transition:all 400ms;
  -webkit-transition:all 400ms;
}

.services h4{
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'open_sansbold';
	font-size:18px;
	  transition:all 600ms;
  -webkit-transition:all 600ms;
	}
.s-box {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding-bottom:10px;
    min-height: 340px;
	vertical-align:bottom;
  transition:all 400ms;
  -webkit-transition:all 400ms;
}
.s-box:nth-child(2n){
	border-right:0px solid #efefef;
	}
.s-box:hover{
	background:#821738;
	color:#fff;
	}
.s-box:hover .services img {
  border-radius: 50%;
  border: 8px solid #FFFFFF;
  box-shadow: 0px 0px 0px 4px #a51d4b;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   ::i-block-chrome,.services img,.s-box:hover .services img {
  border: 0px solid #FFFFFF;
}
}
.s-box:hover .services h4{
	color:#fff;
	}
.service-inner{
	margin-bottom:30px;
	}
 .service-main-box{
	  border-right: 1px solid #efefef;
  padding-right: 30px;
}


.service-main-box p{ text-align:justify;
font-size: 14px;
  color: #8b8b8b;
}
.service-inner h5{
	text-transform:none;
	color:#842746;
	font-size:18px;
	font-family: 'open_sansbold';
	margin:20px 0px;
	}	
.service-inner ul li{
	list-style:none;
	background:url(../images/li.jpg) left 4px no-repeat;
	padding: 0px 0px 7px 25px;
	font-size: 14px;
   color: #8b8b8b;
}	

.service-inner ul{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px 0px 0px;
}
.ohother-inner  li ul {
	list-style:none;
	background:url(../images/li.jpg) left 4px no-repeat;
	padding: 0px 0px 7px 25px;
	}	

.ohother-inner ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 15px 0px 0px;
}
.oh-ser{margin-left:16px;
padding-top:0px !important;
padding-bttom:0px !important;
}
.sidebar h2{
	color:#a01d49;
	  margin-top: 0px;
	    margin-bottom: 0px;
	}
.sidebar h2:after {
  content: '';
  display: inline-block;
  width: 150px;
  height: 2px;
  border-bottom: 3px solid #ddd;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.sidebar .news {
  width: 100%;
}
	
.sidebar ul li {
  display: block;
  border-bottom: 1px solid #efefef;
    padding: 10px 10px 10px 40px;
	transition:all 400ms;
	-webkit-transition:all 400ms;
	background-position:left 15px;
	background:url(../images/li-hover.jpg) left -44px no-repeat;
}
.sidebar ul li a{
  color: #6b696a;
  font-size: 16px;
  display: block;

	}
.sidebar ul li:hover{
  background-color: #a41c4a;
  color: #fff;
  background:url(../images/li-hover.jpg) left 0px no-repeat #a41c4a;
    padding: 10px 10px 10px 47px;
}
.sidebar ul li:hover a{
	color: #fff;
	}
.sidebar .current{
  display: block;
 background: url(../images/li-hover.jpg) left 0px no-repeat #a41c4a;
 border-bottom: 1px solid #efefef;
   padding: 10px 10px 10px 60px;
transition:all 400ms;
-webkit-transition:all 400ms;
background-position:left 0px;
}
.sidebar .current a{color:#FFF;
}
.sidebar ul li:hover a{
	color: #fff;
	}
.sidebar .news h2 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.address{
	background:#862747;
	  padding: 20px 15px;
	  margin-bottom:20px;
	    height: 150px;
	}
.socail{
	background:#70726f;
	margin-bottom:20px;
	  height: 150px;
	}
.address i {
  display: inline-block;
  float: left;
  height: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
.contact h4{
	font-size:16px;
	font-family: 'open_sansbold';
	}

.address p {
  display: table-cell;
  color: #fff;
  line-height: 26px;
}
.email p {
  vertical-align: middle;
  line-height: 43px;
}
.email {
  vertical-align: middle;
  line-height: 90px;
/*  float: left;*/
  clear: both;
  display: block;
}
.socail ul {
  list-style: none;
  text-align: center;
  display: block;
  padding: 43px 0px;
  margin: 0px;
  vertical-align: middle;
  border-bottom: 1px solid #70726F;
}
.socail ul li{
	display:inline-block;
	vertical-align:middle;
	}
.contact-form{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin:20px 0px;
	}
.contact-form h4 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 20px 0px;
  float: left;
  width: 100%;
}	
	.contact-form .form-inline .form-control {
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  height: 45px;
  border-color: #989898;
}
.contact-form .form-inline .form-group{
	padding:0px 30px 0px 0px;
	}	
.contact-form .form-inline .form-group:nth-child(2n){
	padding:0px 0px 0px 0px;
	}
.contact-form .form-inline textarea.form-control {
  width: 100%;
  height: 130px;
  resize:vertical;
}
.contact-form .form-inline .form-group.last {
  padding-right: 0px;
}

.contact-form img{
	width:auto;
	height:auto;
	max-width:100%;
	}
		
.btn.cont{
	border-radius:15px;
	color:#fff;
	background:#862747;
	}	
.btn.cont {
  border-radius: 15px;
  color: #fff;
  background: #862747;
  outline: 0px;
  float: right;
  width: 110px;
  clear: both;
  margin-bottom: 20px;
    margin-top: 10px;
  -moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}	
 .btn.cont1 { border-radius: 18px;
  color: #fff;
  background: #862747;
  outline: 0px;
  /* float: right; */
  width: 97px;
  clear: both;
  margin-bottom: 14px;
  margin-top: 16px;
  
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
button:focus{
	outline:0px;
	}
	.a:hover{color:#fff;
  background:#70726F;}
<!--------------------------------career-------------------------------------------------------->	
	.career{width:100% !important;}
.career-box{
	width:100%;
	height:auto;
	float:left;
	display:block;
	}

.cr2-box{
	width:50%;
	height:auto;
	float:left;
	display:block;}
.cr22-box{
	width:50%;
	height:auto;
	float:left;
	display:block;
	padding-left:2%;
}

.cr-title{
	width:60px;
	height:auto;
	border: 1px solid #ddd;
	background-color:#fefefe;
	min-height:35px;
	}
.cr-title1{
	width:85px;
	height:auto;
	border: 1px solid #ddd;
	background-color:#fefefe;
	min-height:35px;}	
	
	
.fstname{
	width:85%;
	height:auto;
	border: 1px solid #ddd;
	background-color:#fefefe;
	padding:6px;
	}
.cr22-box {width: 100%;
	margin-left: 42px !important;}

.fstnameadd{
	width:85% !important;
	height:auto;
	padding:10px;
	border: 1px solid #ddd;
	background-color:#fefefe;
}

.cr-contry{width:85% !important;
	border: 1px solid #ddd;
	padding:10px !important;
}



<!--------------------------------archana-------------------------------------------------------->
.new-carrers{
  width: 100%;
  height: auto;
  float: left;
   margin: 0px 0px;
}
.new-carrers h4{  
   border-bottom: 1px solid;
  padding-bottom: 10px;
  margin:0px 0px 34px 0px;
  float: left;
  width: 100%;
  
}	

.career_apply {
  float: right;
  background: #841639;
  color: #FFF !important;
  padding: 5px;
  margin: -33px 0px 0px 0px;
	
}
	
	
	
.news-inner{
  border-bottom: 1px solid #eee;
  float: left;
  margin-bottom: 25px;
  padding-bottom: 22px;
  width: 100%;
  background: #FAFAFA;
  padding: 11px;
  border: 1px solid #EFEFEF;
}	
.news-inner img{ 
  float: left;
  border: 1px solid rgb(236, 236, 236);
  width: 19%;
  margin: 12px 23px 0px 0px;
  padding: 5px;
  background: #F5F5F5;
}

.back {
  background: #841639;
  color: #fff;
  float: right;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
	
	
.gallery-main{
	width:100%;
	float:left;
	clear:none;
}
.gallery-main img{
  float: left;
  clear: none;
  margin: 13px 0px 69px 0px;
  padding: 2px !important;
  border:1px solid #fff;

  }	
	
.gallery-main img:hover{
  background: #862747;
  border: 1px solid;
   
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
  }		
	
.pages{
  text-decoration: none;
  color: #FFF !important;
  padding: 0px 5px 0px 5px;
  font-size: 14px !important;
  float: right !important;
}
section.inner-page {
  padding: 0px;
}
.page-na{
  text-decoration: none;
  color: #FFF !important;
  padding: 0px 5px 0px 5px;
  font-size: 14px !important;
  background-color: #862747;
  float: left !important;
  border-right:1px solid #fff;
  text-align:center;
  margin-bottom: 10px;
   
}
.page-na:hover{
	 background: #6F726F;
}
.sitemap-box {
  width: 50%;
  height: auto;
  float: left;
  display: block;

}

.sitemap-box ul{
	 margin:0px;
	 padding:0px;
}

.sitemap-box li{
  padding: 0px;
  margin:0px;
  list-style: url(../images/bullet.png);

}


.sitemap-box li a {
  font-family: Verdana, Geneva, sans-serif;
  color: #862747;
  padding: 10px 10px 10px 5px;
  line-height: 34px;
}

.sitemap-box li ul li{
  padding: 0px;
  margin:0px 0px 0px 35px;
  list-style: circle;
 
}

.sitemap-box li a:hover{
  color: #777;
}
.page-active{
text-decoration: none;
 color: #FFF !important;
 padding: 0px 5px 0px 5px;
 font-size: 14px !important;
 float: left !important;
 border-right:1px solid #fff;
 text-align:center;
 margin-bottom: 10px;
background: #6F726F;
}


	<!--testimonials-->
	
.testdiv1{ margin-bottom:20px;/*border-radius:3px;background-color:#d4cc9f;
  border: 1px solid #fff; padding:2%;
 -webkit-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75); */
  
  
  }
  
  .testdiv1 p{ margin-bottom:0% !important;}
  
  
  
  .testdiv2{margin-bottom:20px;/*background-color:#e4dac1; border-radius: 3px;
  border: 1px solid #fff; padding:2%;
  -webkit-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);
box-shadow: -1px 3px 5px -4px rgba(0,0,0,0.75);*/}


 .testdiv2 p{ margin-bottom:0% !important;}


  
  .test_name{   font-size:14px; text-align:right!important; color:#a50344 !important; font-weight:bold !important;}
  
  .test_name i{ font-weight:normal !important; color:#707271 !important;}
  
  
  
  
  
  .hr_br{ border:1px dashed #B8B319 !important; display:none;}
 
 q {
    display: inline;
	
}
 
q:before {
    content: open-quote;
}
 
q:after {
    content: close-quote;
}

.sub_hd{ font-size:18px; color:#a50344 !important; font-weight:bold;}
.abt_in{ width:100%; max-width:225px; height: auto; display:block; float:left;
margin-right:5px; margin-bottom:5px;
}

.abt_in img{ width:100%; height:auto; border:1px solid #ccc; padding:1%;}
.bld{ color:#a50344 !important; font-weight:bold;}


.pagination-listing {
  display: block;
  margin: -20px 0px -10px;
}
.testdiv1 q,
.testdiv2 q {
   font-style: italic;
  color: #707271;
  font-size: 14px;
  line-height: 22px;
} 

.testdiv1 .testim, .testdiv2 .testim {
  font-style: italic;
  color: #867200;
  background: #fff;
  display: block;
  padding: 15px;
  /*border-radius: 8px;*/
  margin-bottom: 15px;
  box-shadow: 5px 5px 7px -5px #C0BCB1;
  border: 1px solid #e8e7e7;
  position:relative;
}
.testdiv1 .testim:after, .testdiv2 .testim:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-width: 25px 25px 0px 0px;
  border-color: #F4ECBE transparent transparent transparent;
  /*border-style: solid;*/
  position: absolute;
  right: 8px;
  bottom: -16px;
}

.textback a{
  padding: 3px 14px !important;
  font-size: 14px !important;
  color: #FFF !important;
  float: right !important;
  margin-bottom: 50px;
  margin-top: -32px;
  background:#881D3E;
}


	
	<!--testimonials-->
.email-a{
	color: #70726F !important;
}

.thumbnail a{
text-decoration:none;
/*color:#FFF !important;*/
}
.thumbnail a:hover{
color:#A0A3A0 !important;
}
.address-email{
text-decoration:none;
color:#FFF !important;
}
.address-email:hover{
color:#A0A3A0 !important;
}

.view{
	padding: 3px 14px !important;
  font-size: 14px !important;
  color: #FFF !important;
  float: left !important;
  background: #841639;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  clear: both;
  margin: -59px 0px 14px 84px;
  text-align: center;
}
/*.viewa{
  background: #841639;
  color: #fff;
  float: right;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}
*/

.services p{
color:#707271;
}
.s-box:hover .services p{
color:#fff;
}
.thumbnail p {
  margin: -8px 0 10px;
}
.grid-wrap {
  padding: 2px 0px 26px 0px;
}
.footer-contact-p{
	margin:0px !important;
}
.news .item p{
	min-height:115px;
}
<!--------------------------------end-------------------------------------------------------->	
	
	
@media (max-width: 1200px){
	
	
	 
	
	.whyocc {
  width: 60%;
	}
	.news {
  width: 35%;
	}
.text-box {
  background: #f4f4f4;
  padding: 5px;
}
.address p {
  display: table-cell;
  color: #fff;
  line-height: 20px;
}
.address p br {
  display: none;
}
	}
	
	
@media (max-width: 1920px){
.s-box {
    width: 49%;
	}
.sitemap-box li {
  margin: 0px -82px 0px 39px;
}

.cr22-box {
  width: 100%;
  margin-left: 0px !important;
  clear: both;
}
.sidebar .current {

  padding: 9px 10px 10px 53px;
 
}
	
	}

	
@media (max-width: 1110px){	
	.news .item > img {
  padding: 2px;
  background: #f4f4f4;
  float: left;
  margin: 0px 0px 50px 0px;
  width: 75%;
}
.nav > li > a {
  font-size: 13px;
  padding: 15px 14px;
}
.sidebar .current {

  padding: 9px 10px 10px 53px;
 
}
	
}
	
	
@media (max-width: 1024px){
.test-item {
  width: 84%;
}
.whyocc {
  width: 53%;
}
.news {
  width: 40%;
}
.whyocc img {
  width: 50%;
}
.inner-slider h1 {
  top: 30px;
  left: 1%;
}
.sidebar ul li a {
  color: #6b696a;
  font-size: 15px;
  display: block;
}
#testimonials .owl-buttons {
    top: -102px;
    left: 28px;
}
.servies-main .thumbnail h5 {

  font-size: 13px;
 
}
.sidebar ul li a {
  font-size: 14px !important;

}
.sidebar .current {

  padding: 9px 10px 10px 53px;
 
}
.news .item p{
	min-height:137px;
}
	}
	

@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: 100%;
  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: 0px 20px 0px 0px;
}
.news .item > img {
  padding: 2px;
  background: #f4f4f4;
  float: left;
  margin: 0px 0px 20px 0px;
  width: 100%;
}
.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: -103px !important;
}
.footer-box {
  min-height: 300px;
}
section.inner-page {
  padding: 0px;
}
.socail ul {
  list-style: none;
  text-align: left;
}
.socail, .address {
  height: auto;
}
.address p br {
  display: block;
}

.form-control {
  padding: 6px 14px;
  font-size: 12px;
}
.navbar-form .form-control {
   width: 100%; 
}
.servies-main .thumbnail h5 {
    display: inline-block;
    font-family: "open_sansbold";
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 19px;
}
.servies-main .thumbnail h5 {

  font-size: 12px;
 
}
.s-box {
    min-height: 380px;
}

.sidebar .current {

  padding: 9px 10px 10px 48px;

}
}


/*making nav menu collapsible*/

@media (max-width: 920px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-default .navbar-collapse {
  margin: 0px 0px 0px 0px;
}
ul.dropdown-menu {
  display: block !important;
  width: 98%;
  margin-left: 2%;
  position: static;
  margin-bottom: 10px;
  border: 1px solid #A31C4A;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
}
a.navbar-brand {
  display: block;
  color: #fff !important;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  float: left;
  width: 100%;
}
.sidebar .current {

  padding: 9px 10px 10px 48px;

}
}
/*making nav menu collapsible*/ 


@media (max-width: 960px){
	
.slideshow figure {
  width: 87% !important;
   height: 100% !important;
   background: none !important; 
   border:none !important; 
  overflow: hidden !important;
  margin-top: 68px !important;
}

.news .item h6, .h6 {
    clear:both;
}
.slideshow li:after {
	display:none;
}

.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 6% !important;
  height: 5% !important;
}
.slideshow nav span.nav-close {
  top: 3%  !important;
  right: 42% !important;
  padding: 0.5em 1em;
  color: #31373a;
  background: #fff;
}	
.servies-main .thumbnail h5 {

  font-size: 16px;
 
}
.inner-slider h1 {
  top: 30px;
  left: 1%;
  font-size: 22px;
}
.sidebar .current {

  padding: 9px 10px 10px 48px;

}
.news .item p{
	min-height:138px;
}


	}
	
@media (max-width: 850px){
.slideshow figure {
  width: 92% !important;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 53% !important;
}
form.navbar-form.navbar-right {
  margin-left: 0px;
  width: 100% !important;
}

.navbar {
  margin-bottom:0px !important;
}
.nav > li > a {
  padding: 15px 14px;
}
.navbar-form .form-control {
  width: 225px;
  margin-left: 152px;
}

 .whyocc {
  width: 96%;
  margin: 0px 2%;
}.news {
  width: 96%;
  margin: 20px 2%;
}
.contact-form {
  padding: 7px;
}
.sidebar ul li a {
  font-size: 10px !important;
}
.news .item {
  width: 90%;
  height: auto;
}
.date img {
  float: left;
  display: inline-block;
  padding: 3px 10px;
  margin: 0px -8px 0px 0px;
}
.flex-caption {
  margin: -197px auto 60px !important;
}
/*.inner-slider {
  position: relative;
}
*/
.inner-slider h1 {
  top: 30px;
  left: 1%;
  font-size: 22px;
}
.sidebar .current {

  padding: 9px 10px 10px 48px;

}
}


@media (max-width: 800px){
.testimonials{width:100% !important;
}
.work{width:100% !important; 
}

.news-inner img {
  width: 33%;
}
.inner-slider h1 {
  top: 30px;
  left: 1%;
  font-size: 22px;
}
.nav > li > a {
  padding: 15px 14px;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 52% !important;
  margin-top: 12px;
}
.navbar-form .form-control {
  width: 58%;
  margin-left: 152px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: -43px;
}
.navbar {
  margin-bottom: 0px !important;
}
/*.sidebar ul li a {
    color: #6B696A;
    font-size: 11px;
    display: block;
}*/
.servies-main .thumbnail h5 {
    font-size: 14px;
    margin-bottom: 19px;
}
form.navbar-form.navbar-right {
  margin-right: -30px;
  margin-bottom: 35px;
}
.search {
  width:6%;
}
.navbar-default .navbar-collapse {
  margin: 0px 0px 0px -15px;
}
.contact-form {
  padding: 7px;
}
/*.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 12px;
    vertical-align: middle;
    width: 54% !important;
}
*/
.dropdown-menu > li > a {
  line-height: 20px;
}
.sidebar ul li a {
  font-size: 10px !important;

}
.flex-caption {
  margin: -197px auto 60px;
}
.sidebar .current {

  padding: 9px 10px 10px 53px;

}

}
@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 {
  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;
}
.address p {
  line-height: 35px;
}
.contact-form .form-inline .form-group{
	padding:0px;
	}
#testimonials.owl-buttons {
    top: -104px !important;
}
.navbar {
  margin-bottom: 0px !important;
}
.navbar-form .form-control {
  width: 89%;
  margin-left: -10px;
  margin-top: -12px;
}
.search {
  width: 10%;
}
.servies-main .thumbnail h5 {
  font-size: 13px;
  margin-bottom: 19px;
}
.contact-form {
  padding: 7px;
}
.s-box {
    min-height: 420px;
}
.flex-caption {
  margin: -197px auto 60px !important;
}

}
@media (max-width:640px){	
.service-box {
  width: 100%;
}
.footer-box {
  width:100%;
}
.inner-slider h1 {
  top: -10px;
  left: 1%;
}
/*.navbar {
  margin-bottom: 0px !important;
}*/
.navbar-form .form-control {
  width: 100%;
  margin-left: -9px;
}
#testimonials .owl-buttons {
    top: -102px;
    left: 22px;
}
.contact-form {
  padding: 7px;
}
.s-box {
    min-height: 398px;
}
.footer-box {
    width: 50% !important;

}
.gallery-main img {
  width: 50%;
}
}





@media (max-width: 500px){
 
.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  top: 34% !important;

}
 

.slideshow figure {
  width: 100% !important;
  /* margin: 0 auto !important; */
  display: inline-block;
}
/*.navbar {
  margin-bottom: 0px !important;
}*/

}

	
@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;
}
/****************career start*****************/
.cr2-box {width: 100%;}	
.ten-cr{padding-left:0px !important;}	
.cr-title{padding:7px 0 0 0px !important;}
.cr-title1{padding:7px 0 0 0px !important;}	
.cr22-box {margin-left: 0px !important;}	
	
/****************career end*****************/


.inner-slider h1 {
    top: 16px;
    left: 1%;
    font-size: 17px;
}
.s-box {
    width: 100%;
	min-height:200px;
}
.contact-form {
  padding: 7px;
}
.footer-box {
    width: 50% !important;

}
}


@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;
}
.date img {
  float: left;
  display: inline-block;
  padding: 3px 0px;
  margin-left: 20px;
}
.navbar {
  margin-bottom: 0px !important;
}
.navbar-form .form-control {
  width: 100%;
  margin-left: -9px;
}
.contact-form {
  padding: 7px;
}
.service-inner h5 {
  font-size: 15px;
  }
  .gallery-main img {
  width: 50%;
}
  
}
@media (max-width:360px){
	/****************career start*****************/
.cr2-box {width: 100%;}
.cr-contry {width: 88% !important;}
.fstname {width: 88%;}
.fstnameadd { width: 88% !important;}
.ten-cr{padding-left:0px !important;}
.cr-title{padding:7px 0 0 0px !important;}
.cr-title1{padding:7px 0 0 0px !important;}
.cr22-box {margin-left: 0px !important;}

/****************career end*****************/
 
 .inner-slider h1 {
    color: #fff;
    font-family: "open_sansbold";
    font-size: 22px;
    left: 4%;
    position: absolute;
    text-transform: uppercase;
  
}
.inner-content p {
    color: #707271;
    line-height: 30px;
    text-align: justify;
}
.inner-slider h1 {
  top: 6px;
  left: 1%;
  font-size: 21px;
}
	
.slideshow nav span.nav-next {
  top: 32% !important;}
  
.address p {
  display: table-cell;
  color: #fff;
  line-height: 26px;
}
.news-inner img {
  width: 100%;
}


.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
}
.navbar-form .form-control {
  width: 100%;
  margin-left: -10px;
}
.readmore {
  width: 55%;
 
}
.inner-slider h1 {
    top: 10px;
    left: 1%;
    font-size: 13px;
}
#testimonials .owl-buttons {
    top: -73px;
	left: -3px;
}
.navbar-form .form-group {
  width: 52% !important;
  margin-top: 2px;
}
.navbar-form .form-control {
  width: 108%;
  margin-left: -10px;
  margin-top: -3px;
}
.s-box {
    width: 100%;
}
.contact-form {
  padding: 7px;
}
.service-inner h5 {
  font-size: 15px;
  }
  .footer-box {
    width: 100% !important;
}
.gallery-main img {
 
  width: 100% !important;
}
}


@media (max-width:320px){
.slideshow li {
  width: 660px;
  height: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0 0 0 -307px !important;
  visibility: hidden;
}

 .slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  top: 28% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 9% !important;
  height: 5% !important;
}
.news-inner img {
  width: 100%;
}

.navbar {
  margin-bottom: 0px !important;
}
.navbar-form .form-control {
  width: 137%;
  margin-left: -12px;
  margin-top: -1px;
}
.readmore {
  width: 55%;
 
}
.s-box {
    width: 100%;
}
.contact-form {
  padding: 7px;
}
.service-inner h5 {
  font-size: 15px;
  }
  .gallery-main img {
  float: left;
  clear: none;
  margin: 13px 0px 69px 0px;
  padding: 2px !important;
  border: 1px solid #fff;
  width: 100% !important;
}
}