@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);


/*************************
*******Typography******
**************************/

body {
  background: #f1f1f2;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; 
  font-family: 'Oswald', sans-serif;
  color:#5a4f69;
}

h1{
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  color:#424342;
}

h2{
  font-size: 30px;
}

h3{
  font-size: 24px;
}

h4{
  font-size: 20px;
}

h5{
  font-size: 18px;
}

h6{
  font-size: 16px;
}

a {
  color: #f26b3b;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

input, button, select, textarea {
	background:#f1f1f2;
	border:0px;
	-webkit-border-radius:5px; 
  	-khtml-border-radius:5px; 
  	border-radius:5px;
	padding:6px 10px;
	box-shadow:1px 2px 2px rgba(222, 222, 222, 1) inset;
}

input[type="button"] {
	box-shadow:0px 0px 0px rgba(222, 222, 222, 1) inset;
}

.btn-primary {
  padding: 8px 20px;
  background: #ffa000;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  box-shadow:0px 0px 0px rgba(222, 222, 222, 1) inset;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #5a4f69;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 20px 0;
}

.center {
  text-align: center;
  padding-bottom: 15px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 14px;
  line-height: 22px;
  color:#959595;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.container {
	max-width:1030px;
}


/*************************
*******Header******
**************************/

.logo {
	float:left;
	margin:0px 0px;
}

#header .search{
  display: inline-block;
  float:right;
  margin:6px 0px;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 0px 0px;
  background:#31393f;
  border-bottom: 0px solid #222;
}

.top-contact-detail {
	float:left;
	font-size:13px;
	color:#858b90;
	line-height:14px;
	margin:14px 0px;
}

.top-contact-detail ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:block;
}

.top-contact-detail ul li {
	float:left;
	padding:0px 10px;
	border-left:1px solid #858b90;
}

.top-contact-detail ul li i {
	margin-right:4px;
}

.top-contact-detail ul li:first-child {
	padding-left:0px;
	border-left:0px;
}

.top-contact-detail ul li a {
	color:#858b90;
}

.top-contact-detail ul li a:hover {
	color:#ffffff;
}

.top-drag-section {
	color: #959595;
	padding:5px 0px;
	font-size:13px;
	float:right;
	margin-left:8px;
}

.top-drag-section i {
	background:url(../images/top_drag_down_arrow.png) no-repeat center bottom;
    color: #fff;
    margin-top: -5px;
    padding: 10px 10px 14px;
    position: relative;
    z-index: 1;
}

.top-number{
  color: #959595;
}

.top-number p, .top-drag-section p {
  margin: 0
}

.header_contact_detail {
	float:right;
	margin-right:18px;
}

.header_contact_detail .phone {
	color:#959595;
}

.header_contact_detail .phone {
	color:#959595;
	font-size:18px;
	font-style:italic;
}

.header_contact_detail .phone i {
	font-size:22px;
	color:#21a1d6;
	margin-right:3px;
	margin-left:2px;
}

.header_contact_detail .email {
	font-size:14px;
	font-style:italic;
}

.header_contact_detail .email span {
	color:#21a1d6;
}

.header_contact_detail .email i {
	color:#21a1d6;
	margin-right:3px;
}

.social{
  text-align: right;
}

.social span {
  color:#989898;
  font-style:italic;
  font-size:13px;
  border-right:1px solid #c6c6c7;
  padding-right:18px;
  margin-right:5px;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
 border-top:0px solid #6c6c6c;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #b9b8b9;
  /*background: #404040;*/
  width: 24px;
  height: 42px;
  line-height: 41px;
  text-align: center;
  border-radius: 0px;
}

ul.social-share li a:hover {
  background: #50585e;
  color: #ffffff;
}

ul.social-share li a i {
	font-size:14px;
}

.search i {
  color: #fff;
  background:#e05c50;
  -webkit-border-radius:50px; 
  -khtml-border-radius:50px; 
  border-radius:50px;
  padding:10px;
  cursor:pointer;
}

.search i:hover {
	background:#21a1d6 !important;
}

input.search-form{
  /*background: transparent;*/
  width: 0px;
  font-style:italic;
  border: 2px solid #fff;
  color: #666;
  padding: 3px 5px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

#header .search:hover input.search-form {
  width: 160px;
  padding: 3px 10px;
  border: 2px solid #e7e7e7;
  color: #666;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-border-radius:50px; 
  -khtml-border-radius:50px; 
  border-radius:50px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-collapse {
	padding:4.6% 0% !important;
	position:relative;
	z-index:10;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding:11px 0;
  border:none;
}

 .navbar-nav{
  /*margin-top: 12px;*/
  font-size:14px;
  float:right;
 }

.navbar-nav>li {
  /*padding-bottom: 28px;*/
}

/*.navbar-nav>li a {
	color:#FFF;
	-moz-border-radius:50px; 
	-webkit-border-radius:50px; 
	-khtml-border-radius:50px; 
	border-radius:50px;
	padding:5px 16px;
}

.navbar-nav>li a:hover {
	padding:3px 14px;
    border:2px solid #898583;
}*/

.navbar-inverse .navbar-nav > li {
	margin-left:2px;
}

.navbar-inverse .navbar-nav > li > a {
  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
  -khtml-border-radius:3px; 
  border-radius:3px;
  padding:6px 14px;
  color: #636363;
  display: inline-block;
  font-weight:600;
}

.navbar-inverse .navbar-nav > li > a i {
	float: left;
    font-size: 9px;
    margin-right: 4px;
    margin-top: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover{
  color: #fff;
  background:#ffa000;
}

.nav > li > a:hover, .nav > li > a:focus {
  color: #fff;
  background:#ffa000 !important;
}

.navbar-inverse {
  border: none;
  background-color:transparent;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background:#ffa000;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #e05c50;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 160px;
  text-align:center;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #ff893f;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  margin-bottom:10px;
  /*float:left;*/
}

#main-slider .carousel h2 span {
	padding:6px 20px;
	background:url(../images/white_transperant.png) repeat;
}

#main-slider .carousel h5 {
	font-family:PT Sans;
	font-weight:300;
	width:50%;
	/*float:left;*/
	display: inline-block;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #e05c50;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height:430px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  /*background-color: #e05c50;*/
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 73px;
  line-height:73px;
  width:36px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  font-size:6em;
  font-weight:300;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  /*background-color: #000;*/
}

#main-slider .prev img, #main-slider .next img {
	vertical-align:top;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

.carousel-indicators {
	bottom:0px;
}

#main-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color:transparent;
  border:2px solid #919191;
  margin: 0 10px 0 0;
  position: relative;
  opacity:0.5;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 0px solid #FFF;
  left: 0px;
  top: 0px;
}

#main-slider .carousel-indicators .active{
  width: 12px;
  height: 12px;
  background-color: #009203;
   margin: 0 10px 0 0;
   border: 0px solid #009203;
   position: relative;
   opacity:1;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #009203;
  border: 0px solid #009203;
  left: 0px;
  top: 0px;
}

#main-slider .active .animation.animated-item-1 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	margin-bottom:10px;
	/*float:left;*/
	text-transform:uppercase;
   -webkit-animation: fadeInUp 300ms linear 300ms both;
   -moz-animation: fadeInUp 300ms linear 300ms both;
   -o-animation: fadeInUp 300ms linear 300ms both;
   -ms-animation: fadeInUp 300ms linear 300ms both;
   animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-1 span {
	background:url(../images/white_transperant.png) repeat;
}

#main-slider .active .animation.animated-item-2 {
	font-family:PT Sans;
	font-weight:300;
	width:50%;
	/*float:left;*/
	display: inline-block;
  	-webkit-animation: fadeInUp 300ms linear 600ms both;
  	-moz-animation: fadeInUp 300ms linear 600ms both;
  	-o-animation: fadeInUp 300ms linear 600ms both;
  	-ms-animation: fadeInUp 300ms linear 600ms both;
  	animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


#welcome-title {
	background:#FFF;
}

#inner-slide {
	padding:0px;
	position:relative;
	float:left;
	width:100%;
	padding:30px 0px;
	min-height:300px;
	margin-bottom:20px;
}

#inner-slide img {
	width:100%;
}

.contact-slide {
	background:url(../images/slider/contact_bg.jpg) no-repeat left top !important;
	background-size:100% 100% !important;
}

#welcome-title h3 {
	color:#009203;
	margin:10px 0px;
}

#welcome-title .emergency-btn {
	background:#009203;
	display:inline-block;
	-moz-border-radius:5px; 
  	-webkit-border-radius:5px; 
  	-khtml-border-radius:5px; 
  	border-radius:5px;
	padding:9px 40px 11px 40px;
	float:right;
}
#welcome-title .emergency-btn h3 {
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	margin:0px;
}

#welcome-title .emergency-btn:hover {
	background:#ffa000;
}

#what-we-section {
	background:url(../images/what-we-bg.png) repeat-x center top;
	background-size:100% 100%;
	padding:50px 0px;
}
#what-we-section h3 {
	margin-top:12px;
	margin-bottom:0px;
}

#what-we-section h5 {
	color:#6d6d6d;
	font-family: 'Open Sans', sans-serif;
	margin-top:7px;
	margin-bottom:30px;
}

#what-we-section p {
	color:#7e7e7e;
}

#what-we-section p .read-more-btn {
	display:inline-block;
}

#what-we-section p .read-more-btn a {
	font-size:17px;
	color:#5a4f69;
	padding:7px 8px;
	display:inline-block;
	border:2px solid #ff893f;
	-moz-border-radius:5px; 
  	-webkit-border-radius:5px; 
  	-khtml-border-radius:5px; 
  	border-radius:5px;
	background:#fdf5ee;
}
#what-we-section p .read-more-btn a:hover {
	background:#5a4f69;
	color:#FFF;
	border:2px solid #fff;
}
.home-contaner-bg {
	display:inline-block;
	width:100%;
	background:url(../images/contaner-transperant-bg.png) no-repeat left top;
	background-size:100% 100%;
}
.quick-contact-form {
	display:inline-block;
	width:100%;
}
.quick-contact-form p {
	width:100%;
	margin-bottom:11px;
}
.quick-contact-form p input, .quick-contact-form p textarea {
	width:100%;
}
.our-photo-gallery {
	border-bottom:1px solid #e3e3e6;
	padding:20px 0px;
}
.our-photo-gallery h3 {
	margin-bottom:0px;
}
.our-photo-gallery h5 {
	color:#6d6d6d;
	font-family: 'Open Sans', sans-serif;
	margin-top:7px;
	margin-bottom:30px;
}
.home-services-section {
	padding:15px 0px;
}
.home-services-box-bg {
	background:#FFF;
	-moz-border-radius:5px; 
  	-webkit-border-radius:5px; 
  	-khtml-border-radius:5px; 
  	border-radius:5px;
	padding:18px 30px;
	margin:15px 0px;
}
.home-services-box-bg h3 {
	margin-top:0px;
	background:url(../images/title-arrow-icon.png) no-repeat right center;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:45px;
}
.home-services-box-bg p {
	color:#a5a0af;
}
.home-services-box-bg p .authar {
	display:inline-block;
	width:100%;
	color:#009203;
	font-weight:600;
}
.home-services-box-bg p .read-more-btn {
	background:#ffa000;
	color:#FFF;
	padding:6px 0px;
	width:100px;
	display:inline-block;
	text-align:center;
	-moz-border-radius:5px; 
  	-webkit-border-radius:5px; 
  	-khtml-border-radius:5px; 
  	border-radius:5px;
	font-weight:600;
	text-transform:uppercase;
	border:0px;
}
.home-services-box-bg p .read-more-btn:hover {
	background:#5a4f69;
}
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #e05c50;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #e05c50;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#e05c50;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #e05c50 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #e05c50 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #e05c50;
  border: 1px solid #e05c50;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/*************************
********* Gallery Page CSS ******
**************************/

.photo-gallery {
	display:inline-block;
	width:100%;
}

.photo-gallery h2 {
	margin-bottom:20px;
}

.photo-gallery .row .col-md-4 {
	margin-bottom:30px;
}

.photo-gallery .row .col-md-4 img {
	padding:5px;
	background:#FFF;
	border:1px solid #e0e0e0;
}

/*************************
********* Contact Us CSS ******
**************************/

.contact-address {
	display:inline-block;
	width:100%;
	margin:15px 0px;
}


/* Listing Pagination Start Styles */

.pagination-list {
	width:100%;
	display:block;
	text-align:center;
	font-weight:600;
	margin:15px 0px 25px 0px;
}

.pagination-list ul {
	display:block;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.pagination-list ul li {
	display:inline-block;
	background:#31393f;
	width:28px;
	height:28px;
	line-height:28px;
	color:#FFF;
	text-align:center;
	border-radius:3px;
}

.pagination-list ul li a {
	display:block;
	width:28px;
	height:28px;
	color:#FFF;
}

.pagination-list ul li:hover, .pagination-list ul .active-page {
	background:#ffa000;
}

.pagination-list ul .previous, .pagination-list ul .next, .pagination-list ul .first-page-list, .pagination-list ul .last-page-list {
	background:#939396;
}

/* Listing Pagination End Styles */

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-control {
	background-color:#f7f7f7;
	border:2px solid #FFF;
}

.form-control:focus, .form-control:active {
	background-color:#fff;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ffffff;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#e05c50;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #e05c50;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #e05c50;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #e05c50;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #e05c50 !important;
  border-color: #e05c50 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#e05c50;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#e05c50;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #e05c50;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #e05c50 transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #31393f;
  font-size: 13px;
  color:#a4b1bb;
  padding-top:22px;
  padding-bottom:14px;
}

#bottom h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight:400;
  color: #ffffff;
}

#bottom h6 {
	color:#FFF;
	margin-bottom:5px;
}

#bottom a {
	color:#a4b1bb;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 0px 0;
}

#bottom ul li a {
  color: #a4b1bb;
}

#bottom ul li a:hover {
  color: #ffa000;
}

#bottom .widget {
  margin-bottom: 0;
}

.footer_contact_detail {
	float:left;
	width:100%;
	margin-top:10px;
}

.footer_contact_detail span {
	float:left;
	width:100%;
	margin-bottom:12px;
}

.footer_contact_detail i {
	background:#b9b8b9;
	-moz-border-radius:50px; 
	-webkit-border-radius:50px; 
	-khtml-border-radius:50px; 
	border-radius:50px;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	color:#FFF;
	margin-right:8px;
	box-shadow: 1px 2px 1px #c6cdd3;
	-moz-box-shadow: 1px 2px 1px #c6cdd3;
	-webkit-box-shadow: 1px 2px 1px #c6cdd3;
	box-shadow: 1px 2px 1px #c6cdd3;
	font-size:15px;
}

.footer_contact_detail .phone_number i {
	font-size:19px;
}

.footer_contact_detail .mobile_number i {
	font-size:26px;
}

.footer_social_icon {
	float:left;
	width:100%;
	margin:10px 0px 17px 0px;
}

.footer_social_icon i {
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	-moz-border-radius:50px; 
	-webkit-border-radius:50px; 
	-khtml-border-radius:50px; 
	border-radius:50px;
	color:#FFF;
	font-size:18px;
}

.footer_social_icon a {
	margin-left:5px;
}

.footer_social_icon a:first-child {
	margin-left:0px;
}

.footer_social_icon .fa-facebook {
	background:#3661a1;
}

.footer_social_icon .fa-twitter {
	background:#2ea9e1;
}

.footer_social_icon .fa-linkedin {
	background:#086d9c;
}

.footer_social_icon .fa-youtube {
	background:#ef3639;
}


#footer {
  background:none repeat scroll 0 0 #22282c;
  font-size:12px;
  color:#636566;
}

#footer .footer_in {
  display:inline-block;
  width:100%;
}

#footer a {
  color: #808080;
}

#footer a:hover {
  color: #e05c50;
}

#footer li {
  display: inline-block;
  list-style-type:none;
}

#footer li a {
	padding-left:11px;
	margin-left:8px;
	background:url(../images/footer_link_seprater.png) no-repeat left center;
}

#footer .copyright {
  padding-top:14px;
  padding-bottom:14px;
}

#footer .copyright a {
	color:#929495;
}

#footer .copyright a:hover {
	color:#FFF;
}