@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300|Montserrat:400,700);
@import url('material-icons.css');
@import "animate.css";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.ff__mod {
  font-family: 'Montserrat', sans-serif;
}
a.text-primary:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .row + .mg-add-null {
    margin-top: 0;
  }
}
* + .row {
  margin-top: 40px;
}
.row + * {
  margin-top: 62px;
}
.row + .row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .row + .mg-add-null {
    margin-top: 0;
  }
}
* + p {
  margin-top: 16px;
}
h3 + img,
h3 + .thumbnail,
h3 + .index-list {
  margin-top: 41px;
}
img + * {
  margin-top: 20px;
}
.thumbnail + h4 {
  margin-top: 60px;
}
* + h4 {
  margin-top: 20px;
}
h3 + h4 {
  margin-top: 40px;
}
* + .btn {
  margin-top: 30px;
}
* + .btn-link {
  margin-top: 20px;
}
* + .offs {
  margin-top: 85px;
}
* + .offs0 {
  margin-top: 0;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Icons     ======================*/
.material-icons-location_on,
.material-icons-local_phone,
.material-icons-access_time {
  font-size: 34px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  top: 5px;
}
/*==================      Box      ======================*/
.box {
  max-width: 1170px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 46px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
 /* display: inline-block;*/
  font-size: 22px;
  color: #009cab;
}
.inline-list li + li {
 /* margin-left: 15px;*/
}
.inline-list a:hover {
  color: #015836;
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 85px;
}
* + .block-icon {
  margin-top: 33px;
}
.block-icon .icon {
  position: absolute;
  font: 400 60px/60px 'FontAwesome';
  color: #91b868;
  display: inline-block;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon + .block-icon {
  margin-top: 43px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 60px;
  position: relative;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  font-size: 20px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 41px;
  color: #000;
  background: #fbcd08;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.index-list li + li {
  margin-top: 43px;
}
.index-list li a:hover {
  color: #333333;
}
.index-list li:hover:before {
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.index-list__mod li + li {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-list__mod li {
    padding-left: 0;
    padding-top: 100px;
  }
  .index-list__mod li:before {
    top: 0;
  }
}
/*==================  Marked List  ======================*/
* + .simple-list {
  margin-top: 30px;
}
.simple-list li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e5e5e6;
  padding: 6px 0px 5px;
}
.simple-list li a {
  font-size: 16px;
}
.simple-list li a:hover {
  color: #91b868;
}
.simple-list li:last-child {
  border: none;
}
@media (max-width: 991px) {
  .simple-list {
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================   Contact-info   ====================*/
* + .contact-info {
  margin-top: 35px;
}
.contact-info dl {
  margin-top: 15px;
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 45px;
}
.contact-info address {
  line-height: 31px;
}
.contact-info dd + dt {
  clear: both;
}
@media (max-width: 991px) {
  .contact-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.term-list dd {
  margin-left: 0;
  color: #888888;
}
.term-list * + dt {
  margin-top: 40px;
}
.term-list dt + * {
  margin-top: 14px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 35px;
}
* + .term-list {
  margin-top: 45px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  text-align: center;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .inline-list {
  /*float: right;*/
 /* margin-top: 16px;*/
  text-align: left;
  padding-top: 57px;
}
header .navbar-brand {
  margin-left: 90px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  header .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header .inline-list {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  text-align: center;
}
.page404 .fa-hand-o-right {
  font-size: 400px;
  color: #91b868;
}
.page404 p.h2 {
  font-size: 200px;
  margin-top: -50px;
}
.page404 p.h2 + p {
  margin-top: -14px;
}
@media (max-width: 479px) {
  .page404 .fa-hand-o-right {
    font-size: 200px;
  }
  .page404 p.h2 {
    font-size: 100px;
    margin-top: -50px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #00858a;
  font-weight: 300;
}
footer div.h4 + * {
  margin-top: 18px;
}
footer .copyright {
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
}

.bg-img1
{
   /* background: url('../images/logo_bg.jpg');*/
    width: 100%;
    background: #e1dfdf;
}
.navbar-brand 
{
    width: 600px;
}
.bg-img1 img
{
    float: left;
}
.img-bor
{
    border: 3px solid #000;
}
.content-text
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.index-list, .listie li
{
    margin-bottom: 15px;
}
.contactus-page .fa
{
    color: #015836;
}
.contactus-page p
{
    color: #000;
}
.map iframe
{
    width: 100%;
    height: 475px;
}
/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #999;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #e1ae25;
    border: 1px solid #e1ae25;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #933790!important;
}
.padtop250
{
    padding-top: 250px;
}
/*********/
.navbar-brand img
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.index-list1 li
{
    padding-left: 30px;
    background: url(../images/boreicon.png) no-repeat;
    background-position: left center;
    background-size: 20px;
    margin-bottom: 10px;
}
.text-primary1
{
    color: #009da6;
}
header ul li a, header .top-con li a
{
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: 1px;
}
/**********custom*********/

.home-image1 img
{
    width: 384px;
    height: 244px;
}
.home-image2 img
{
    width: 270px;
    height: 196px;
}
.pumpsales img
{
    width: 270px;
    height: 326px;
}
.engineering img
{
    width: 270px;
    height: 203px;
}
.boretesing1 img
{
    width: 370px;
    height: 277px;
}
.boretesing2 img
{
    width: 370px;
    height: 493px;
}
.boretesing3 img
{
    width: 370px;
    height: 279px;
}

/********custom***********/
/**********responsive******/

@media (max-width: 1199px)
{
    header .navbar-brand
    {
        margin-left: 155px;
    }
    .navbar-nav > li > a
    {
        padding: 18px 10px 23px;
        font-size: 16px;
    }
    .home-image2 img
    {
        width: 220px;
        height: 159px;
    }
    .boretesing1 img
    {
        width: 303px;
        height: 227px;
    }
    .boretesing2 img
    {
        width: 303px;
        height: 404px;
    }
    .boretesing3 img
    {
        width: 303px;
        height: 228px;
    }
    .mfControls
    {
        text-align: left;
    }
}
@media (max-width: 1023px)
{
    .navbar-nav > li > a
    {
        padding: 18px 5px 23px;
        font-size: 13px;
    }
    header .navbar-brand
    {
        margin-left: 0;
    }
    header .navbar-brand img
    {
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none;
    }
    header .inline-list
    {
        padding-top: 0;
        text-align: center;
    }
    .row .col-sm-12
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-image1 img
    {
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none;
    }
    .home-image2 img
    {
        width: 360px;
        height: 261px;
    }
    .row.resmrg
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    header .res-none
    {
        display: none;
    }
    .rd-mobilepanel_title img
    {
        width: 80px;
    }
    .well2
    {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    * + .row
    {
        margin-top: 0;
    }
    .home-image2 img
    {
        width: 369px;
        height: 267px;
    }
    .btn-lg
    {
        padding: 10px 29px;
    }
        .index-list1 li
    {
        text-align: left;
    }

}
@media (max-width: 639px)
{
    #toTop
    {
        display: none !important;
    }
}

@media (max-width: 359px)
{
    .home-image1 img
    {
        width: 290px;
        height: 185px;
    }
    .home-image2 img
    {
        width: 290px;
        height: 210px;
    }
    h3, .h3
    {
        font-size: 30px;
        line-height: 34px;
    }
    h5, .h5
    {
        font-size: 18px;
    }
    .well5
    {
       padding-bottom: 10px;
      padding-top: 10px;
    }
    .boretesing2 img
    {
        width: 290px;
        height: 387px;
    }
    .boretesing3 img
    {
        width: 290px;
        height: 218px;
    }
}
/***********responsive*****/