@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
}
body {
  background: #fff;
  color: #333;
  overflow-x: hidden;
  overflow: visible;
}

header{
  z-index: 2000;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 6.5rem;
  top: 0;
}

.brand{
  max-width: 60%;
}
 .brand img{
  max-width: 37%;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 2.5%;
}

.main-contentH{
  margin-top: 12px;
  margin-right: 20px;
  float: right;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container{
  color: #111;
  display: flex;
  justify-content: space-around;

}

.container .box{
  text-align: center;
}

.container .box .icon i{
  position: relative;
  background-color: #e9781c;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #e9781c;
  border-radius: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.container .box .icon h3,
.container .box .icon h4{
  position: relative;
  /*font-weight: 400px;*/
  margin: 0;
  padding: 0px 3px;
  font-size: 16px;
}
.container .box .icon h3{
  font-weight: bold;
}
.container .box .icon h4{
  font-weight: 600;
  margin: 3px 0;
  font-style: 18px;
}
@media screen and (max-width: 900px){
  header{
    height: 4rem;
  }
  .brand{
    width: 100%;
  }
  .brand img{
    min-width: 85%;
  }
  .main-contentH{
    display: none;
  }
}
nav{
  background: #1b1b1b;
  opacity: 0.8;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2000;
 }
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: white;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
 }
nav ul li{
  float: left;
  display: inline-block;
  background: #1b1b1b;
  margin: 0 1.7px;
}
nav ul li a{
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
 }
 nav ul li a:hover{
  color: #e60000/*cyan*/;
  border-radius: 5px;
  box-shadow:  0 0 5px #e60000/*#33ffff*/,
               0 0 10px #e60000/*#66ffff*/;
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid #e60000/*cyan*/;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 50px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 180px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
nav .show, nav .icon, nav input{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 900px){
  nav ul{
    float: left;
  }
    nav ul li a{
    color: white;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 8px;
   }
}

/*Enquiry Form*/
.container-fluid:before, .container-fluid:after{
  padding: 20px;
  display: table;
  content: "";
}
.contact_container{
  margin-top:-4px;
}
.container-f{
  width:100% !important;
  clear:both;
}
.contact{
  padding:5% 0;
}
.containerE {
	padding-right: 0px;
	padding-left: 0px;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.containerE h2 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-bottom:30px!important;
    color:#ea5529;
    font-family: 'Quicksand',sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.contact_container{
  background: #f8f8ff;
  margin-top:-4px;
}
label{
  display:inline-block;
  margin-top: 10px;
  cursor:default;
  font-size:20px;
  color: #000;
  }
label span{
  font-size:14px;
  color:#939393;
}
.form-group .form-control{
  padding:7px 12px;
  border-color:#929191;
  box-shadow:none;
  color: #333;
}

.form-control{
  display:block;
  width:100%;
  height:34px;
  color:#555;
  opacity: 0.7;
  vertical-align:middle;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:8px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input, button, select, textarea{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}
button, input, select, textarea{
  margin:0;
  font-family:inherit;
  font-size:100%;
}
.contact_container{
  background-image:url('contact.jpg');
  background-size:100% 100%;
}
.contact_banner{
  height: auto;
  /*  background: -webkit-linear-gradient(left, #bdc1c4 , #ebeef3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #bdc1c4 , #ebeef3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #bdc1c4 , #ebeef3); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #bdc1c4 , #ebeef3); /* ±ê×¼µÄÓï·¨£¨±ØÐë·ÅÔÚ×îºó£©*/
  }
.contact_banner img{
  margin-left: 0;
  width:43%;
}
.contact_banner_font{
  width:30%;
  float:right;
  position:absolute;
  right:21%;
  top: 7%;
}
.contact_banner_font>h2{
  font-size:6vh;
  text-transform:uppercase;
  margin: 0;
  margin-top: 13%;
}
.contact_banner_font>p{
  font-size:3vh;
  text-transform:uppercase;
}
.submit{
  width:80px;
  margin:0 auto;
}
.container-fluid {
  background-color: #f5f5f5;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-10 {
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-lg-5 {
    width: 41.66666667%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
.col-lg-offset-1 {
   margin-left: 8.33333333%;
 }

textarea.form-control{
  height:113px;
}
.btn-primary {
	color: #fff;
	background-color: #ea5529;
	border-color: #ea5529;
  margin: 10px 0;
  text-align: center;
}
span{
  line-height:1.5;
  font-size:16px;
  color:#666;
  margin-top:5px;
  margin-bottom:0px;
}
.container_bottom p {
    margin-right: 40px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-primary:hover {
  color: #fff;
	background-color: #ea5529;
	border-color: #ea5529;
  cursor: pointer;
}
.btn-primary:focus {
	color: #fff;
	background-color: #ea5529;
	border-color: #ea5529;
}
@media screen and (max-width: 900px){
  .containerE h2 {
    font-size: 1.5rem;
  }
  label{
    font-size:16px;
    }
  label span{
    font-size:10px;

  }
  .col-lg-5{
    width: 83.33333333%;
    margin-left: 25px;
  }
  .col-lg-offset-1{
    margin-left: 25px;
  }
}


/*Footer*/
.footer footer{
  position: relative;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #111;
}
.footer footer .main-contentF{
  color: #fff;
  display: flex;
}
.footer footer .main-contentF .boxF{
  flex-basis: 50%;
  padding: 10px 20px;
}
.footer footer .boxF h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.footer footer .boxF .contentF{
  margin: 20px 0 0 0;
  position: relative;
}
.footer footer .boxF .contentF:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.footer footer .boxF .contentF:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.footer footer .leftF .contentF p{
  font-size: 17px;
  margin-left: 3%;
  margin-bottom: 2px;
  text-align: justify;
}
/*.footer footer .leftF .contentF ul li{
  font-size: 17px;
  margin-left: 3%;
  margin-bottom: 2px;
}*/
.footer footer .leftF .contentF ul a{
  text-decoration:none;
  outline: none;
  color: #fff;
  transition: 0.3s
}
.footer footer .leftF .contentF ul a:hover{
  color: #f12020;
}
.footer footer .leftF .contentF .social{
  margin: 20px 0 0 0;
}
.footer footer .leftF .contentF .social a{
  padding: 0 2px;
}
.footer footer .leftF .contentF .social a i{
  height: 40px;
  width: 40px;
  color:#fff;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.footer footer .leftF .contentF .social a i:hover{
  background: #f12020;
}
.footer footer .centerF .contentF i{
  font-size: 1.4375rem;
  color: #fff;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.footer footer .centerF .contentF i:hover{
  background: #f12020;
}
.footer footer .centerF .contentF .text1{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
  color: #fff;
}
.footer footer .centerF .contentF .phone{
  margin: 15px 0;
}
.footer footer .rightF form .text1{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #fff/*#656565*/;
}
.footer footer .rightF form .msg{
  margin-top: 10px;
}
.footer footer .rightF form input, .footer footer .rightF form textarea, .rightF form .msgForm{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.footer footer .rightF form input:focus,
.footer footer .rightF form textarea:focus,
.footer footer .rightF form .msgForm:focus{
  outline-color: #3498db;
  color: white;
}
.footer footer .rightF form input{
  min-height: 35px;
}

.footer footer .rightF form textarea{
  height: 35px;
  resize: none;
}
.footer footer .rightF form .btnF{
  margin-top: 10px;
}
.footer footer .rightF form .btnF button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.footer footer .rightF form .btnF button:hover{
  color: #fff;
  background: #333;
}
.footer footer .bottomF center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.footer footer .bottomF center span{
  color: #656565;
}
.footer footer .bottomF center a{
  color: #f12020;
  text-decoration: none;
}
.footer footer .bottomF center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-contentF{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-contentF .boxF{
    margin: 5px 0;
  }

}

@media screen and (max-width: 900px) and (orientation:landscape){
  header{
    height: 15vh;
  }
  .brand img{
    min-width: 63%;
  }
}


@media screen and (max-width: 900px) and (orientation:landscape){
  nav ul{
    float: right;
  }
    nav ul li a{
    color: white;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 8px;
   }
   nav ul ul{
     top: 13vh;
   }
}

@media screen and (max-width: 900px) and (orientation:landscape){
.col-lg-5{
    width: 92%;
    margin-left: 25px;
  }
  .col-lg-offset-1{
    width: 92%;
  }
}
