/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 40% !important;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item-bg1 {
  background: url(img/carousel_item_bg1.jpg) no-repeat;
}

.carousel-item-bg2 {
  background: url(img/carousel_item_bg2.jpg) no-repeat;
}

.carousel-item-bg3 {
  background: url(img/carousel_item_bg3.jpg) no-repeat;
}

.carousel-item-bg {
  background-position: center center;
  background-size: cover;
}

.carousel-item-bg::before,
.carousel-item-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-item-bg::after {
  background-color: rgba(56, 51, 57, 0.35) !important;
}

.carousel-caption p {
  font-size: 42px;
}

.g-width-130 {
  width: 8.125rem;
}

.service-item-h5 {
  margin: 0 auto;
  padding: .94rem;
  background-color: #3399EE;
  box-shadow: 0px .937rem 1.562rem .312rem rgba(0, 0, 0, 0.2);
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  width: 15.625rem;
}

.service-item-h5 h4 {
  margin-top: .625rem;
  color: #fff !important;
}

.case-bg,
.item-bg {
  position: relative;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.item-title::after {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: #ed731b !important;
  width: 5rem;
  border-top-width: .625rem;
}

.item-title h1 {
  color: #fff !important;
}

/* .about .item-bg {
  position: relative;
  background: url(assets2/img/img1.jpg) no-repeat;
  padding-bottom: 15.757rem !important;
} */

.about .item-bg {
  position: relative;
  background: url(img/about_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.about .about-content {
  width: 80%;
}

.contract .item-bg {
  position: relative;
  background: url(img/contract_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.case-bg {
  padding-bottom: 50px;
}

.case-title h1 {
  color: #777 !important;
}

.item-bg::before,
.item-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.item-bg::after {
  background-color: rgba(56, 51, 57, 0.95) !important;
}

.overlay-inner {
  z-index: 3;
  position: relative;
  padding-top: 3.125rem;
}

.g-color-gray {
  color: #999;
}

.g-color-white {
  color: #fff !important;
}

.g-color-white-opacity {
  text-align: left;
  text-indent: 2em;
}

.g-font-size {
  font-size: 18px;
}

.case-item {
  cursor: pointer;
}


.case-item-bg {
  height: 12.5rem;
  overflow: hidden;
}

.case-item-bg-img {
  width: 100%;
  height: 100%;
}

.case-item-content {
  margin: 0 auto;
  width: 100%;
  height: 6.25rem;
  padding-left: .625rem;
  padding-top: .625rem;
  text-align: left;
}

.case-item-content-title {
  color: #333;
  font-size: 1rem;
  width: 70%;
}

.case-item-content-detail {
  color: #555;
  font-size: .812rem;
  line-height: 2em;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 0.3s ease 0s;
  width: 95%;
}

.case-item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-item:hover .case-item-bg-img {
  -webkit-transform: rotate(0deg) scale(1.03) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1.03) translate(0%, 0%);
  transform: rotate(0deg) scale(1.03) translate(0%, 0%);
  transition: All 0.3s ease;
}

.case-item:hover .case-item-content-title,
.case-item:hover .case-item-content-detail {
  padding-top: 10px;
  transition: All 0.3s ease;
}

a.more {
  display: block;
  margin: 0 auto;
  margin-top: 3.125rem;
  top: 43.75rem;
  width: 7.5rem;
  padding: .312rem 0;
  color: #ed731b;
  font-size: 1.625rem;
  text-align: center;
  text-decoration: none;
  border: .062rem dotted #ed731b;
  -webkit-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
  transition: all .3s ease-in-out 0s, top .8s ease-in-out 0s;
}

.c-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  border-style: none none solid;
  border-bottom-color: rgba(204, 204, 204, 0.3);
  outline: none;
}

.btn_submit {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(85, 85, 85);
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease 0s;
  color: #ccc;
  border-width: 0px !important;
}

.btn_submit:hover {
  background-color: #ed731b;
  color: #fff;
}

.company_filing {
  margin-bottom: 0px;
  font-size: 13px;
  color: #999;
}

.company_filing a{
	display:inline-block;
	text-decoration:none;
	color:#999;
}

@media (max-width: 624px) {
  .about .item-title h1 {
    font-size: 1.775rem !important;
  }
}

@media (max-width: 767px) {
  .carousel-caption p {
    font-size: 30px;
  }
}