@charset "utf-8";

/********* Fonts **********/
@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-bold-webfont.html') format('woff2'),  url('../fonts/roboto-bold-webfont.woff') format('woff'),  url('../fonts/roboto-bold-webfont.ttf') format('truetype'),  url('../fonts/roboto-bold-webfont-2.html#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/roboto-regular-webfont.html') format('woff2'),  url('../fonts/roboto-regular-webfont.woff') format('woff'),  url('../fonts/roboto-regular-webfont.ttf') format('truetype'),  url('../fonts/roboto-regular-webfont-2.html#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***********Typography**************/
body {
  text-align: justify;
  background: #fff;
  font-family: 'robotoregular';
  color:#4e4e4e;
}
h1, h2,h3,h4,h5,h6{ 
  font-family: 'robotobold';
  margin:0;
}
h1{ font-size:45px;}
h2{font-size:36px;}
h3{font-size:24px;}
h4{ font-size: 16px;}

#ri
{
float: right;
}

a{
  -webkit-transition: color 1000ms, background-color 1500ms;
  -moz-transition: color 1000ms, background-color 1500ms;
  -o-transition:  color 1000ms, background-color 1500ms;
  transition:  color 1000ms, background-color 1500ms;
}
a:hover, a:focus {
  color: #a40000;
  list-style:none;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.pading {
  padding: 1% 0;
}
.text-margin {
	margin-bottom: 35px;
}
.heading-margin {
	margin-bottom: 50px;
}
.top-padding {
	padding-top: 7%;
}


.centrize {
  display: table;
  height: 100%;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  text-align: center;
  background-color: #fdb813;
}
#mask {
  position: relative;
  height: 30px;
  width: 50px;
  margin: 0 auto;
}
#mask span {
  display: block;
  bottom: 0px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color:#222222;
  position: absolute;
  -webkit-animation: preloader 1.5s infinite ease-in-out;
  animation: preloader 1.5s infinite ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
#mask span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#mask span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#mask span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#mask span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
@-webkit-keyframes preloader {
  0% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  25% {
    height: 60px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #fdb813;
  }
  50% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  100% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
}
@keyframes preloader {
  0% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  25% {
    height: 60px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #fdb813;
  }
  50% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
  100% {
    height: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #fff;
  }
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right:1%;
	width:42px;
	height:42px;
	z-index:1000;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#fdb813;
	padding:8px;
}
/****************Header************/

#header .search{
  display: inline-block;
  position:relative;
}

/*NAVIGATION*/
.top-number{
  color: #212121;
  margin-top: 7px;
}
.top-number .fa{color: #fff ;}
.top-email p > a{
	color: #fff;
	
}
.top-email {
  margin-top: 7px;
}
.top-email p > .fa{
	color: #fff ;
	margin-left:30px;
}
.top-number p{
  margin: 0
}

.social{
  text-align: right;
  padding-bottom: 8px;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: ;
  width:35px;
  height:35px;
  line-height:35px;
  text-align: center;
  border:1px solid #fff;
}
.top-bar {
  padding-bottom: 5px;
  padding-top: 5px;
  background:rgba(0, 0, 0, 0) linear-gradient(170deg, #ccc 60%, #f5f5f5 40%) repeat scroll 0 0;
}
ul.social-share li a:hover {
  background: #fff ;
  color: #a40000;
  border:1px solid #fff;
}

.searchsubmit{
  width:35px;
  height:35px;
  position: absolute;
  top:-8px;
  right: 0;
  background: #a40000;
  color:transparent;
  border:1px solid #fff;
  cursor: pointer;
	-webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.search .fa-search {
  color: #fff;
  position: absolute;
  right: 11px;
  top:3px;
  cursor:pointer;
}

input.search-form{
  background: transparent;
  border: 1px solid transparent;
  width: 60px;
  padding: 0 10px;
  color: #fff ;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width:165px;
}

.navigation{
	background-color: rgba(255,255,255, 1);
	width:100%;
	position:relative;
	opacity: 1;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	border-bottom:2px solid #fff;
}
.navigation .logo{
	padding-top: 20px;
}
nav {
    background-color: transparent !important;
    border: medium none !important;
	z-index:999;
}
.navigation.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
   -ms-transition: all 1s ease;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}
.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding:0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-header {
  margin-top:5px;
}

.navbar-nav>li{
  margin-left:13px;
}

.navbar-inverse .navbar-nav > li > a {
  padding:25px 20px;
  margin: 0;
  color: #222222;
  line-height: 24px;
  display: inline-block;
  border-top: 4px solid transparent;
  margin-top: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover{
  background-color: transparent;
  border-top: 4px solid #a40000;
  color: #a40000;
  margin-top: 5px;
}

.navbar-inverse {
  border: none;
}

.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-color: transparent;
  border-top: 4px solid #a40000;
  color: #a40000;
  margin-top: 5px;
  font-size:16px;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(164, 14, 14, 0.9);
  -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;
}
.dropdown-menu > li {
  border-top:1px solid #fff;
}
.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: #000;
  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;
  margin-right:-60px;
}/**************Slider************/
#main-slider {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider .carousel h2 {
  background: #000; none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "robotoregular";
  padding: 5px 20px;
}
#main-slider .carousel h1 {
  background: rgba(34, 34, 34, 0.9) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "robotoregular";
  font-size: 34px;
  margin-top: 0;
  padding: 5px 20px;
}
#main-slider .carousel .carousel-content {
  margin: 10% 0;
}
.carousel-content h2{
  color: #fff;
}
.carousel-content h2 > .fa {
	border:1px solid #fff;
	padding:10px 40px;
    margin-top: 10px;
}
#main-slider .carousel p{
  color: #fff;
  margin:20px 0;
}
#main-slider .carousel .btn-slide a {
  padding:13px 26px;
  background: #000;
  color: #fff;
  margin:15px;
  display: inline-block;
  font-size:20px;
  box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .animation.animated-item-1.active {
  padding:13px 26px;
  background: #a40000;
  color: #fff;
  margin:15px;
  display: inline-block;
  font-size:20px;
  box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .btn-slide a:hover{
  color:#fdb813;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider .carousel .item {
  background-position:100%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -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:transparent;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height:90px;
  line-height:90px;
  width:20px;
  text-align: center;
  z-index: 5;
  border:1px solid #fff;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color:#fdb813;
  border:1px solid #fff;
}
#main-slider .prev {left: 10px;}
#main-slider .next { right: 10px;}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 400ms both;
  -moz-animation: fadeInUp 300ms linear 400ms both;
  -o-animation: fadeInUp 300ms linear 400ms both;
  -ms-animation: fadeInUp 300ms linear 400ms both;
  animation: fadeInUp 300ms linear 400ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 800ms both;
  -moz-animation: fadeInUp 300ms linear 800ms both;
  -o-animation: fadeInUp 300ms linear 800ms both;
  -ms-animation: fadeInUp 300ms linear 800ms both;
  animation: fadeInUp 300ms linear 800ms both;
}
#main-slider .active .animation.animated-item-3 {
  -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;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: bounceInLeft 1000ms linear 1600ms both;
  -moz-animation: bounceInLeft 1000ms linear 1600ms both;
  -o-animation: bounceInLeft 1000ms linear 1600ms both;
  -ms-animation: bounceInLeft 1000ms linear 1600ms both;
  animation: bounceInLeft 1000ms linear 1600ms both;
}
#main-slider .active .animation.animated-item-5 {
  -webkit-animation: bounceInRight 1400ms linear 2000ms both;
  -moz-animation: bounceInRight 1400ms linear 2000ms both;
  -o-animation: bounceInRight 1400ms linear 2000ms both;
  -ms-animation: bounceInRight 1400ms linear 2000ms both;
  animation: bounceInRight 1400ms linear 2000ms both;
}


/******************About-us****************/
.media-body, .media-left, .media-right {
  display: inline;
}

.media-body > p {
  color: #fff;
  margin-bottom:45px;
}
.media-body > a {
  color: #fff;
  border:1px solid #fff;
  padding:5px 10px;
}
.media-body > a:hover {
  color: #fdb813;
  background:#fff;
}
#tab3 > h3 {
  color: #fff;
}
#tab3 > p {
  color: #fff;
}
#tab4 > h3 {
  color: #fff;
}
#tab4 > p {
  color: #fff;
}
#tab5 > h3 {
  color: #fff;
}
#tab5 > p {
  color: #fff;
}
#about{
	border-top:3px solid #fdb813;
}
#about .nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #555;
}
#about .nav-tabs{
  border-bottom: transparent;
  border: 1px solid #555;
}
#about .nav-tabs>li>a {
  background: #333333;
  color: #fff;
  border-radius: 0;
  border: 0 none;
  margin-right:0;
  padding:20px 40px;
  font-size:16px;
}
#about .nav-tabs li:last-child{
  border-bottom: 0 none;
} 
#about .nav-stacked>li+li{
  margin-top: 0;
}
#about .nav-tabs>li>a:hover{
  background: #fdb813;
  color:#fff;
}
#about .nav-tabs>li.active>a, 
#about .nav-tabs>li.active>a:hover, 
#about .nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background:#fdb813;
  position: relative;
}
#about{
	background:#222222;
}
#about  p{
	color:#fff;
	margin:0;
}
#about h2 {
  color:#fff;
}
#about .tab-wrap{
}
#about .tab-content{
  padding-top:1px;
}
#about .tab-content p{
	margin-bottom:45px;
}
#about .tab-content  h3 {
  color: #fff;
  margin-bottom:20px;
}
.col-md-5.padding-0 {
  padding: 0;
}
#about .tab-content h2{
  margin-top: 0;
}
#about .tab-content img{
	padding-right:1px;
}

/**************Our-Services**********/
#recent-works .col-md-3{
  padding: 0;
}

#recent-works{
	text-align:center;
}
#recent-works p{
	margin:0;
}
.recent-work-wrap {
  position: relative;
  margin:2px;
}

.recent-work-wrap img{
  width: 100%;
}
.fancybox-effects-c {
  color: #fff;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  text-align:center;
  border:2px solid #fff;
  padding:5px;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}
.recent-work-inner > span {
  font-size: 20px;
  font-weight: bold;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
  margin:0;
  border-bottom:2px solid #fdb813;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #222222;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -o-transition: opacity 1000ms;
  transition: opacity 1000ms;  
  padding:55px 20px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.img-bg {
  background: #222222 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 10%;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
/*********** Experts ************/
#experts{
	background: rgba(0, 0, 0, 0) url("../images/bg7.html") repeat fixed center center;
}
#experts p{
	color:#fff;
	margin:0;
}
#experts h2{
	color:#fff;
}
.pading_2 {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.experts-work-inner > p {
  color: #fff !important;
}
#expert-slider{ margin-top:50px; }
#expert-slider .item{
      margin:-3px 0;
}
#expert-slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
.img-bg {
  background: #222222 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  height: 10%;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
#expert-slider .experts-work-wrap {
  position: relative;
  margin:3px;
}
#expert-slider .experts-work-wrap img{
  width: 100%;
}
#expert-slider .experts-work-wrap .experts-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom:2%;
  text-align:center;
}
#expert-slider .experts-work-wrap .experts-work-inner h3{
  margin: 10px 0;
}
.experts-work-inner > span {
  font-size: 20px;
  font-weight: bold;
}
#expert-slider .experts-work-wrap .experts-work-inner h3 a{
  font-size: 24px;
  color: #fff;
  margin:0;
}
#expert-slider .experts-work-wrap .experts-overlay {
  position: absolute;
  top:-15%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #222222;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding:36% 10px;
}
#expert-slider .experts-work-wrap .experts-overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
#expert-slider .experts-work-wrap:hover .experts-overlay {opacity: 1;}
.expert-social{text-align: center;
}
.expert-social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.expert-social-share li {display: inline-block;}
ul.expert-social-share li a {
  background: #fdb813 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 38px;
  border:1px solid transparent;
}
ul.expert-social-share li a:hover {
  background:transparent;
  color: #fff;
  border:1px solid #fff;
}


#blog-slider .owl-prev, #blog-slider .owl-next ,
#services-slider .owl-prev, #services-slider .owl-next ,
#expert-slider .owl-prev , #expert-slider .owl-next ,
#logo-slider .owl-prev , #logo-slider .owl-next{
  border:1px solid #fdb813;
  color:#fdb813;
  display:inline-block;
  padding:0 3px;
  margin-top:30px;
}
#blog-slider .owl-next ,
#services-slider .owl-next , 
#expert-slider .owl-next ,
#logo-slider .owl-next{
	margin-left:3px;
}
#blog-slider .owl-prev:hover, #blog-slider .owl-next:hover ,
#services-slider .owl-prev:hover, #services-slider .owl-next:hover ,
#expert-slider .owl-prev:hover , #expert-slider .owl-next:hover ,
#logo-slider .owl-prev:hover , #logo-slider .owl-next:hover{
	background:#fdb813;
	color:#fff;
}
/***********  Video Background ************/
#videobox3 {
  background: rgba(0, 0, 0, 0) url("../images/bg1.html") repeat fixed center center;
}
.color-white {
  color: #fff;
}
.padding-top-84 {
  padding-top: 84px;
}
.padding-bottom-84 {
  padding-bottom: 84px;
}
.video-play-btnn a i {
  color: #fff;
  font-size: 80px;
}
.video3 h3 {
  color: #fff;
  font-weight: 700;
  margin: 30px 0 0;
  text-transform: uppercase;
}
.video3 p {
  color: #fff;
  margin: 6px 0 0;
}
.video3 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
/***************Latest News Our Work **************/
#news p{
	margin:0;
}
.news_inner figure {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border:1px solid transparent;
}
.news_inner figure:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	box-shadow: 2px 3px 5px #d9d7d7, -2px -3px 5px #d9d7d7;
	border:1px solid #d9d7d7;
	color:#fdb813;
}
.news_text {
  border-bottom: 1px solid #fdb813;
  margin:26px 10px;
}
.news_btn {
  margin: 10px;
}
.news_text > p {
  color: #4e4e4e;
}
.news_btn {
  margin: 10px;
}
.news_text > p {
  color: #4e4e4e;
}
a.btn-icon{
  background: #fdb813 none repeat scroll 0 0;
  color: #fff;
  padding: 6px 20px;
  cursor:pointer;
  border:1px solid #fff;
  display:inline-block;
}
a.btn-icon:hover , a.btn-icon:focus {
  background:#fff none repeat scroll 0 0;
  border:1px solid #fdb813;
  color:#fdb813;
}
/***********  newsletter  ************/
#newsletter form {
  margin-top:70px;
}
#newsletter .form-inline .form-group {
  width: 68%;
}
#newsletter .btn-form {
  background:#fdb813 none repeat scroll 0 0;
  border: 1px solid  transparent;
  border-radius:0;
  font-size: 20px;
  height: 48px;
  padding:10px 10%;
  color:#fff;
  
}
#newsletter .btn-form:hover {
  background:transparent;
  color:#fdb813;
  border:1px solid #fdb813;
  
}
#newsletter .form-control {
  border: 1px solid #fdb813;
  border-radius: 0;
  height: 47px;
  width: 100%;
}
.form-inline .form-group {
  margin-bottom: 9px;
}
/********** autorepair-gallery *******/

#gallery {
  background:#f2f2f2;
  padding-top:5%;
  padding-bottom:0;
}
#gallery h2 ,
#gallery p{
  color: #222222;
}
#gallery p{
	margin:0;
}
.gallery-item {
	overflow: hidden;
	position: relative;
	float: left;
	width:auto%;
}
.gallery-item .photo-thumb img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	background: rgba(46,55,95,0.5);
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.gallery-overlay .icon-overlay {
	background: rgba(253,183,19,0.8);
	color: rgba(255,255,255,0.8);
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 40%;
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.gallery-overlay .icon-overlay:hover {
	color: #fff;
}
.icon-overlay i.fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
h3.heading-overlay {
	background:#fdb813;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    margin: 0;
    padding: 15px 15px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: -20px;
    width: 100%;
    opacity: 0;
    z-index: 100;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
 .gallery-item:hover .gallery-overlay {
	bottom: 0;
	background: rgba(231,67,15,);
	opacity: 1;
} 
.gallery-item:hover .gallery-overlay .icon-overlay {
	top: 45%;
	opacity: 1;
}
.gallery-item:hover .heading-overlay {
	top: 0;
	background: rgba(231,67,15,);
	opacity: 1;
}
.gallery-item:hover .photo-thumb img {
	transform: scale(1.1);
}
.noPadding{
	padding-left:0;
	padding-right:0;
}
/******** Testimonials ***********/

#testimonials {
	background-image:url("../images/testimonial-bg.html");
	background-size:cover;
	background-attachment:fixed;
}
#testimonial-slider .item{
      margin:5px 0;
}
#testimonial-slider .item img{
      width:7%;
      height: auto;
}
#testimonials {padding-bottom: 60px;}
#testimonials-slider .testimonial-content .testimonial-detail {
	font-family:'robotoregular';
	padding: 20px 150px 20px 150px;
	color: #fff;
}
#testimonials-slider .testimonial-content .testimonial-image img {
	border:5px solid #fff;
	border-radius: 50%;
}
.testimonial-line {
	width: 10% !important;
	height: 1px;
	margin: 25px auto;
	display: block;
	border:0;
	border-top:1px solid #fff !important;
}
#testimonials-slider .testimonial-content .testimonial-detail p{
	font-family:'robotoregular';
	font-size: 18px;
	line-height: 1.5em;
	color:#fff;
}
#testimonials-slider .testimonial-content .testimonial-detail h3{
	font-family:'robotoregular';
	font-size: 18px;
	font-weight: bold;
}
.testimonial-detail.text-center > p {
  color: #fff;
  margin-top: 20px;
  padding: 24px 16%;
}
.testimonial-detail.text-center {
  color: #fff;
}
#testimonials-slider .testimonial-content .testimonial-detail h3 {
	font-family:'robotoregular';
	font-size: 18px;
}
#testimonials .owl-theme .owl-controls .owl-buttons div {
	font-size: 30px;
	font-weight: normal;
	top: 40%;
}
#testimonials .owl-theme .owl-controls .owl-pagination {
	text-align: center;
	height: auto;	
}
#testimonials .owl-theme .owl-controls .owl-page {
	background: #fff; 
	text-align: center;
	margin-left: 5px;
	border:1px solid #fdb813; 
	transform:scale(0.5);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
#testimonials .owl-theme .owl-controls .owl-page span {
	transform:scale(1) !important;
}
#testimonials .owl-theme .owl-controls .active {
	background: none;
	transform:scale(1);
}

#testimonials .owl-theme .owl-controls .owl-page span:hover {
    background: #f67b00;
}
#testimonials .owl-theme .owl-controls .active span {
    background: #fff;	
    opacity: 1;
}
#testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 5px;
	-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#testimonials .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	left: -10px;
}
#testimonials .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	right: -10px;
}
/********Our-Partner*******/
#partner{
	background:#efefef;
}
#partner p {
  color:#4e4e4e;
}
#partner #logo-slider{ 
  margin-top:50px;
  background:url(../images/bg-logos.html) no-repeat;
  background-size:cover;
  padding:15px;
}
#partner #logo-slider .item{
  margin:5px 35px;
}
#partner #logo-slider .item img{
  display:block;
  width:100%;
}
/********recent-works**********/
#gallery .col-md-3, #gallery .col-md-6 {
  padding: 0;
}
.gallery-wrap {
  position: relative;
}

.gallery-wrap img{
  width: 100%;
}
.gallery-inner {
  margin-top:-8px;
  padding:42px 0;
  text-align:center;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 0;
  opacity: 0.8;
  width: 100%;
}
.fancybox {
  color: #fff;
}
.fancybox:hover {
  color: #fff;
}
.gallery-wrap .gallery-inner h3{
  margin: 10px 0;
}
.gallery-wrap .gallery-inner p {
  color: #fff !important;
  padding: 0 !important;
}
.gallery-inner > span {
  font-size: 20px;
  font-weight: bold;
}

.gallery-wrap .gallery-inner h3 a{
  color: #fff;
  margin:0;
}

.gallery-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #fdb813;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding:25px 18px;
}

.gallery-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.gallery-wrap:hover .overlay {
  opacity: 1;
}

/**********About Us Page CSS ***********/

.page-banner-heading {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.page-banner {
  padding:7% 0;
}
.page-banner {
  background-color: #36404b;
  position: relative;
}
.bread-crumb {
  background: #000 none repeat scroll 0 0;
  display: inline-block;
  padding:5px 20px;
  margin-top:20PX;
}
.page-banner .bread-crumb a, .page-banner .bread-crumb span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin:0 9px;;
  position: relative;
}

.page-banner .bread-crumb a:hover{
	text-decoration:underline;
}
#about-us h2, 
.skill_text h2 {
  color:#222222;
}

#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 #fdb813;
  font-size: 28px;
  height:40px;
  padding:6px;
  position: absolute;
  top:45%;
  width:40px;
  color:#fdb813;
  background:#fff;
}

#carousel-slider a i:hover {
  background:#fdb813;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
}

#carousel-slider .carousel-control.right i {
  right:0;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
  opacity:1;
}
.about-text {
  border: 1px solid;
  padding:3px 16px;
}
.team {
  padding: 70px 0;
}
.team h4 {
  margin-top: 0;
  text-transform: uppercase;
  margin-left:10px;
}

.team h5 {
  font-weight: 300;
  margin-left:10px;
}
.tag.clearfix {
  margin-left: 10px;
}
.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 10px;
  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;
}

.team p {
  color: #4e4e4e;
}
.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  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;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}
.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}
.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}
.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}
.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}
.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}
.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}
.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }
.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}
.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}
.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}
.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}
.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/********* Footer *********/


#footer-top {
	background: #000;
	padding:1% 0 1%;
}
.footer-box #latest-work img{
	margin-bottom:11px;
	margin-right:7px;
	transition:all 0.5s linear 0.1s;
}
.footer-box #latest-work img:focus , #latest-work img:hover{
	transform: scale(1.2);
	-webkit-transition:all 0.5s linear 0.1s;
	-moz-transition:all 0.5s linear 0.1s;
	-o-transition:all 0.5s linear 0.1s;
    transition: all 0.5s linear 0.1s;
	opacity:0.6;
}
.footer-box .links > li::before {
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  content: "";
  display: block;
  height: 0;
  left: -1em;
  position: relative;
  top: 0.9em;
  width: 0;
}
.news-letter{
	color:#fff;
	list-style:none;
	padding-left:0;
}
.news-letter h3 {
	color:#fff;
}
.news-letter .fa{
	padding-left:40px;
	color:#fdb813;
}
.news-letter .fa span{
	color:#fff;
}
.news-letter span{
	font-family: "open_sansregular";
	padding-left:15px;
}
.news-letter li {
	margin-top:25px;
}
.links {
	padding: 0 1em;
}
.links a{
	color:#fff;
}
.adress{
	color:#fff;
	list-style:none;
	padding-left:0;
}
.subscibe {
  padding: 8px 68px 8px 12px;
  border:none;
  margin-right:5px;
  color: #404040;
}
.links img {
  margin-right:5px;
}
.adress li a {
	color:#fff;
}
.adress li {
	margin-top:12px;
}
.adress li .fa {
  color: #fdb813;
  font-size: 20px;
  margin-right: 16px;
}
.adress li > h3 {
	color:#fff;
	margin:0;
	display:inline-block;
	border-bottom:1px solid #fdb813;
}
.unborder img {
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
  margin-top: -29px;
  padding-bottom: 8px;
}
.subbutton {
  padding: 8px 15px;
  background:#fdb813;
  color:#fff;
  border:none;
  transition: color 1000ms ease 0s,;
  -webkit-transition: color 1000ms, background-color 1500ms;
  -moz-transition: color 1000ms, background-color 1500ms;
  -o-transition:  color 1000ms, background-color 1500ms;
  transition:  color 1000ms, background-color 1500ms;
}
.subbutton:hover {
  background:#fff;
  color:#fdb813;
  border:none;
}
#footer-top .footer-box h3 {
	color: #fff;
	padding-bottom:15px;
	margin-bottom: 35px;
	border-bottom: 0px solid #fff;
}
.footer-box ul.links li {
  color: #fff;
  list-style: outside none none;
  margin-top:-13px;
  padding-bottom:19px;
  transition: all 0.5s linear 0s;
}
.footer-box ul.links li:hover {
	color: #fff;
	margin-left: 10px;
}
.footer-box ul.links li a:hover {
	color: #fdb813;
}
#bottom h4 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.midnight-blue {
  margin-top:1%;
  color:#fff;
}

.midnight-blue a {
  color:#fff;
}

.midnight-blue a:hover {
	text-decoration:underline;
}

.midnight-blue ul {
  list-style: none;
  margin-right: -16px;
  padding-top: 15px;
}

.midnight-blue ul > li {
  display: inline-block;
  margin-left: 15px;
}
.midnight-blue p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: -17px;
  padding-top: 15px;
}
/*************Responsive******************/


/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
  .top-email p > .fa {
  margin-left:0;
}
.navbar-inverse .navbar-brand {
  margin: -11px;
}  
    .navbar-inverse .navbar-nav > li > a {
  display: block;
  margin-right:18px;
  }
}

/* XS Portrait */
@media (max-width: 480px) {
.top-email p > .fa {
  margin-left:0;
}
.navbar-inverse .navbar-brand {
  margin: -11px;
}
.top-bar{
	display:none;
	}
	.subbutton {

  padding: 11px 84px;
}
  .navbar-inverse .navbar-nav > li > a {
  display: block;
  margin-right:18px;
  }
}

/**********blog page css**********/

.widget {
	margin-bottom:50px;
	padding-left: 0;
}
.blog_gallery{
	margin-bottom: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: #e4e4e4;
	border-radius: 4px;
	color: #4e4e4e;
	display: inline-block;
	padding: 5px 15px;
}
.blog_category li a:hover {
	background: #fdb813;
	color: #fff;
}
.badge:before {
	border-color: transparent transparent transparent #e4e4e4;
	border-style: solid;
	border-width: 10px;
	bottom: -8px;
	content: "";
	height: 0;
	left: 5px;
	position: absolute;
	z-index: -99999;
}
.badge {
	background-color: #e4e4e4;
	border-radius: 5px;
	color: #4e4e4e;
	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 #000;
}
.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 a {
	color: #a40000;
	margin-bottom: 40px;
/* font-weight: 300 */}
.blog .blog-item .blog-content h4 {
	font-size: 14px;
}
.blog-item a.btn.btn-primary.readmore {
	background: #fdb813 none repeat scroll 0 0;
	border: medium none;
}
.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: #fdb813;
	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 #fdb813;
	margin-right: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 14px;
	color: #fdb813;
}
ul.pagination > li > a i {
	margin-left: 5px;
	margin-right: 5px;
}
ul.pagination > li.active > a, ul.pagination > li:hover > a {
	background-color: #fdb813 !important;
	border-color: #fdb813 !important;
	color: #fff;
}
.search_box {
	background-image: url("../images/search_icon.html");
	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: #e4e4e4;
	color: #222222;
	border: 0;
	border-radius: 4px;
	padding: 8px 15px;
}
.tag-cloud li a:hover {
	background: #fdb813;
	color: #fff;
}
.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.sidebar-gallery li a {
	border-radius: 4px;
	display: inline-block;
}


/* footer */
.footer { width:100%; margin:0 auto; padding:0px 0px 00px 0; background:#a40000;  }
.footer_resize { margin:0 auto; padding:20px 0 20px 0; text-align:center; }
.footer a { color:#fff!important; }
.footer span { padding-top:5px; color:#fff; font-size: 12px !important; float:left; }

	/*********** Creditos */
	#creditos{ width:270px; float:right; text-align: left; padding:0px 5px; opacity: 0.5; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); margin-top: 0px;  line-height:1.02857143 !important; }
	#creditos:hover{ opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); transition: opacity 0.3s linear; }
	#creditos a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; text-decoration: none; letter-spacing:0; font-weight:normal;  color:#FFF !important; text-shadow: 1px 1px 0 #000; }
	#creditos a:hover{ text-decoration: none; }
	
	
	
	ul#accordion { padding: 0 0 20px 0; overflow: hidden; margin: 0; list-style: none; }
ul#accordion li { padding: 0px; border-radius: 0; border: none; float: left; width: 100%; }
ul#accordion li .panel-collapse { border: 1px solid #CCCCCC; border-top: none; }
ul#accordion.panel-group .panel { border-radius: 0; }
ul#accordion li .top { padding: 0px; min-height: 46px; color: #777777; font-size: 13px; cursor: pointer; line-height: 20px; }
ul#accordion li .top a { padding: 10px 0 10px 15px; display: block; color: #2B5B9C; }
ul#accordion li .top i { font-size: 11px; line-height: 20px; display: block; text-align: center; }
ul#accordion li .top span.minus { display: block; color: #000; }
ul#accordion li .top span.plus { display: none; }
ul#accordion li .top .collapsed span.minus { display: none; }
ul#accordion li .top .collapsed span.plus { display: block; }
ul#accordion .panel-default > .panel-heading { line-height: 28px; color: #000; border-color: #363636; background: #f2f2f2; }
ul#accordion li a.collapsed { background: #d0d0d0; color: #000; }
ul#accordion li a { background: #ccc; color: #000; border-color: #2B5B9C; font-size: 16px; }
ul#accordion li .top span { text-align: center; color: #868686; line-height: 22px; font-size: 9px; font-weight: normal; font-family: Arial; border-radius: 30px; -webkit-border-radius: 30px; margin-right: 20px; margin-top: 3px; width: 22px; height: 22px; background: #fff; display: block; float: left; }
ul#accordion li p { padding: 5px 12px; margin: 0px; }
