<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*$blue:#173c76;*/
body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }



.about-banner {
    text-align: center;
    position: relative;
    margin-top: -18px;
}
.about-banner figure {
    text-align: center;
}

.about-banner figure img {
    max-width: 100%;
}

.about-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-banner .heading {
    font-size: 32px;
    
    font-weight: 700;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
    color: #fff;
}


  header ul li a{
	  
	  margin:0;
  }
  header ul li.menu a{
	  font-weight: inherit;
  }
  header ul{
	  padding:0px;
  }
  .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}
  
  .contact-section {
    padding: 20px 0;
    color: #000;
    background: #fcfcfc;
	border-top: 4px solid #e10;
  }
  
  .contact-section .heading {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }
  
  .contact-section p {
    font-size: 15px;
    text-align: center;
  }
  
  .contact-section .form-box {
    padding: 25px 0 0;
  }
  
  .contact-section .input-box {
    margin: 0  0 10px;
  }
  
  .contact-section label {
    display: block;
    font-size: 14px;
    padding: 0 0 6px;
  }
  

.contact-section input {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #DDD;
    font-weight: 300;
  }

  .contact-section textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #DDD;
    font-weight: 300;
  }
  
  .contact-section input::-webkit-input-placeholder, .contact-section select::-webkit-input-placeholder, .contact-section textarea::-webkit-input-placeholder {
    color: #6C6C6C;
    opacity: 100%;
  }
  
  .contact-section input:-ms-input-placeholder, .contact-section select:-ms-input-placeholder, .contact-section textarea:-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 100%;
  }
  
  .contact-section input::-ms-input-placeholder, .contact-section select::-ms-input-placeholder, .contact-section textarea::-ms-input-placeholder {
    color: #6C6C6C;
    opacity: 100%;
  }
  
  .contact-section input::placeholder, .contact-section select::placeholder, .contact-section textarea::placeholder {
    color: #6C6C6C;
    opacity: 100%;
  }
  
  .contact-section button {
    width: 100%;
    color: #fff;
    background-color: #f3301d;
    padding: 7px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-radius: 4px;
  }
  
    .contact-section .btnsave {
    width: 100%;
    color: #fff;
    background-color: #f3301d;
    padding: 7px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-radius: 4px;
  }
  
  .contact-section .map-box {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  
  .contact-section .map-box iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  
  .contact-bottom {
    color: #000;
    padding: 30px 0;
  }
  
  .contact-bottom .heading {
    font-size: 25px;
    text-align: center;
  }
  
  .contact-bottom .text {
    font-size: 14px;
    text-align: center;
    padding: 0 0 15px;
  }
  
  .contact-bottom ul li {
    padding: 15px 0;
    border-top: 1px solid #ddd;
  }
  
  .contact-bottom figure {
    padding: 10px 0 0;
  }
  
  .contact-bottom figure .address-icon {
    background-position: -440px -28px;
    width: 27px;
    height: 39px;
  }
  
  .contact-bottom figure i {
    display: inline-block;
    background: url(../images/common/sprite.svg) no-repeat -135px -32px;
    width: 42px;
    height: 35px;
  }
  
  .contact-bottom figure .email-icon {
    background-position: -196px -4px;
    width: 26px;
    height: 19px;
  }
  
  .contact-bottom .title {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
  }
  
  .contact-bottom p {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
  }
  
  .contact-bottom a {
    color: #f3301d;
    font-size: 15px;
    font-weight: 500;
  }
  

  
  @media (min-width: 767px) {
    .contact-section .heading {
      text-align: left;
      font-size: 30px;
      padding: 0 0 10px;
    }
    .contact-section p {
      text-align: left;
    }
    .contact-section .form-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: center;
      padding: 30px 0 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .contact-section .left {
      width: 48%;
    }
    .contact-section .right {
      
    }
    .contact-section .input-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 15px;
    }
    .contact-section label {
      width: 35%;
      padding: 8px 0 0;
    }
    .contact-section input, .contact-section select, .contact-section textarea, .contact-section button {
      width: 65%;
    }
    .contact-bottom .heading {
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      padding: 0 0 10px;
    }
    .contact-bottom .text {
      font-size: 16px;
    }
    .contact-bottom ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid #ddd;
      margin: 10px 0;
    }
    .contact-bottom ul li {
      border: none;
      width: 30%;
      border-right: 1px solid #ddd;
      margin: 15px 0 0;
    }
    .contact-bottom ul li:first-child {
      padding-right: 10px;
    }
    .contact-bottom ul li:last-child {
      border: 0;
    }
    .contact-bottom .title, .contact-bottom a {
      font-size: 18px;
    }
  }
  
  .contact-address {
	 padding: 20px 0;
	 max-width: 1350px;
	 margin: 0 auto;
	 color: #000;
}
 .contact-address ul {
	 display: flex;
	 justify-content: space-between;
}
 .contact-address ul li {
	 width: 24.5%;
	 background: #fff;
	 padding: 20px 15px;
	 box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.2);
	 text-align: center;
}
 .contact-address .title {
	 font-size: 25px;
	 font-weight: 700;
	 text-align: center;
	 display:flex;
	 align-items:center;
	 justify-content:center;
}

.contact-address .title img {
	 vertical-align:middle;
}

 .contact-address p {
	 font-size: 14px;
	 font-weight: 500;
	 padding: 15px 0;
	 color: #000;
	 text-align:center;
	 line-height:20px;
	 height:80px;
}
 .contact-address label {
	 display: flex;
	 font-weight: 600;
	 margin: 0 0 10px;
	 font-size: 14px;
	 width:100%;
	 line-height:20px;
	 text-align:left;
}
 .contact-address a {
	 display: inline-block;
	 color: #000;
	 font-size: 14px;
	 font-weight: 600;
}
 
  /*# sourceMappingURL=main.css.map */</pre></body></html>