.skill{
	background: rgba(248, 248, 248, 0.8) url("../img/background/bg3.jpg") no-repeat fixed center top / cover;
}
.skill-overlay{
	background: rgba(240, 242, 242, 0.80);
	width: 100%;
	height: 100%;
}
.shadow {
  -webkit-box-shadow: 2px 7px 5px 1px rgba(0,0,0,0.11);
  -moz-box-shadow: 2px 7px 5px 1px rgba(0,0,0,0.11);
  box-shadow: 2px 7px 5px 1px rgba(0,0,0,0.11);
}
.our-skill{
	background: rgba(248, 248, 248, 0.8) url("../img/background/bg2.jpg") no-repeat fixed center top / cover;
}

.section-headline h2 {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #fff;
}

.gray-color {
  background: #f9f5f5;
}
.area-padding-4 {
  padding: 100px 0px 00px;
}
.spacer1 {
  padding: 10px 0;
}
.product-header-bg {
  background: url(../img/background/product-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 175px 0 60px;
  height: 400px;
}

.product-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.products-desc {
  background: url(../img/background/product-bg.png);
  padding: 15px;
  font-size: 20px;
  line-height: 1.5;
}

.how-header-bg {
  background: url(../img/background/How-We-Do-It_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 175px 0 60px;
  height: 400px;
}

.how-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cont-header-bg {
  background: url(../img/background/contact-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 175px 0 60px;
  height: 400px;
}

.cont-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.car-header-bg {
  background: url(../img/background/careers-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 175px 0 60px;
  height: 400px;
}

.car-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.plink{
	color: #000 !important;
}
.plink:hover{
	color: #ccc !important;
}

.capabilities {
  background: #f8f8f8;
  padding: 25px 10px;
}

.nav-tabs-custom .nav-item {
  position: relative;
}
.nav-tabs-custom .nav-item .nav-link {
  border: none;
  font-weight: 500;
	color: rgba(0,0,0,.7);
	font-family: Roboto,"Helvetica Neue",sans-serif;
	font-size: 13px;
	cursor:pointer;
	opacity: 0.6;
	padding: 10px 0;
}
.nav-success.nav-tabs-custom .nav-link.active {
  color: #000;
  background-color: #ffffff;
}
.nav-success.nav-tabs-custom .nav-link.active::after {
  background-color: #f44336;
	height:2px;
}
.nav-tabs-custom .nav-item .nav-link.active::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #405189;
  background-color: rgb(64, 81, 137);
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.tab-pane{
	-webkit-transform: translateX(100%);
				transform: translateX(100%);
}
.tab-pane.active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#ctabs, .ctabs .nav-item .nav-link{
	border: none;
}

#ctabs .nav-item .nav-link{
	color: #444;
	border: 2px solid #fff;
	border-radius: 0;
}

#ctabs .nav-item .nav-link.active{
	color: #444;
	border: 2px solid #444;
	border-radius: 0;
}

#ctabs .nav-item .nav-link:hover{
	border-radius: 0;
}

.formbox {
  border: 1px solid #ddd;
  margin: 10px;
  padding: 20px;
  border-radius: 4px;
}

.btn-form {
  border-radius: 30px;
  padding: 10px 50px 10px 50px;
}

.gold{
	color: orange;
}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}

.btn-loading:after {
    content: "";
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - 0.7em);
    top: calc(50% - 0.7em);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

.btn-loading.btn-sm:after {
    height: 1em;
    width: 1em;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
}

.btn-group-sm>.btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
}

.btn-loading.btn-secondary:after {
    border-color: #495057;
}
@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

form label{font-weight:700;}
