*{
    margin: 0px;
    padding: 0px;
}

body{
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-family: OpenSans-Regular;
    overflow-x: hidden;
    background: #313749;
}

section.header {
  background: #fff;
}

.top-header{
  width: 100%;
    background: linear-gradient(54deg, rgba(175,116,37,1) 0%, rgba(203,148,56,1) 100%);
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBoldItalic.ttf);
  font-weight: 800;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}


@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 500;
}


@font-face {
  font-family: OpenSans-CondBold;
  src: url(../fonts/OpenSans-CondBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Philosopher-Italic;
  src: url(../fonts/Philosopher-Italic.ttf);
  font-weight: 400;
}

@font-face {
  font-family: OpenSans-CondLightItalic;
  src: url(../fonts/OpenSans-CondLightItalic.ttf);
  font-weight: 400;
}



.icons ul li {
    list-style: none;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
}

.icons ul li span{
  font-family: OpenSans-Regular;
}

.icons ul li a{
  color: #fff;
}

.header-title{
  color: #dcb430;
    font-family: Philosopher-Italic;
    background: #313749;
    transform: skewX(-14deg);
    margin-right: -30px;
    overflow: hidden;
}

.header-title:before {
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  left: -3px;
  background: linear-gradient(54deg, rgb(175, 116, 37) 0%, rgb(203, 148, 56) 100%);
}

.select-title{
    color: #313749;
    font-family: Philosopher-Italic;
    text-align: center;
}


section.footer {
  background: #313749;
  padding: 20px 20px;
}

.corporate-block p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

p.whi-cor a {
  color: #fff;
}
.corporate-block a {
  color: #c8c9ca;
  text-decoration: none;
}

.customer-block p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.details-block p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

.customer-block a {
  color: #c8c9ca;
  text-decoration: none;
}

.details-block a {
  color: #c8c9ca;
  text-decoration: none;
}

.corporate-block h2 {color: #a98b35; padding: 10px 0px; font-size: 24px;
  font-weight: bold;}


.customer-block h2 {color: #a98b35; padding: 10px 0px; font-size: 24px;
  font-weight: bold;}


.item-box h2 {
  background: #313749;
  min-height: 180px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  font-family: Philosopher-Italic;
  font-size: 22px;
  position: relative;
  font-weight: normal;
  box-shadow: 0px 8px 7px 0px #313749;
}

.item-box h2:after {
  content: '';
  position: absolute;
  bottom: 70px;
  width: 30px;
  border-bottom: 2px solid #ee3a43;
  text-align: center;
  left: 45%;
}

.section-body {
  /*padding: 50px 0px;*/
  background: #fff;
}

.section-body a {
  text-decoration: none;
}


.item-box img.img-fluid {
  width: 100%;
  margin-top: -10px;
}


@media (max-width: 768px) {
	body{
    background: none !important;
  }

.icons {
    text-align: center;
}

.icons ul {
    padding: 0px;
}
	
}

@media (max-width: 767px) {

	body{
    background: none !important;
  }

.icons {
    text-align: center;
}

.icons ul {
    padding: 0px;
}
	
}


@media only screen and (min-width:568px) and (max-width: 767px){

	body{
    background: none !important;
  }

  /* .header-title{
    margin-right: 0;
  } */

.icons {
    text-align: center;
}

.icons ul {
    padding: 0px;
}


}

@media only screen and (min-width:320px) and (max-width: 567px){
	
  body{
    background: none !important;
  }

  /* .header-title{
    margin-right: 0;
  } */

.icons {
    text-align: center;
}

.icons ul {
    padding: 0px;
}

	
}

a {
  text-decoration: none;
}
.fa-wrench:hover {
  text-decoration: underline;
}