@charset "utf-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.min.css";
/* CSS Document */

body {
    line-height: 1.1;
    font-size: 15px;
}

*{
    padding: 0;
    margin: 0;

}

/*  Contact form  */

.contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(42, 58, 135, 0.1);
    margin-bottom:25px;
    color:#2a3a87 !important;
    font-size:15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #2a3a87;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #2a3a87;
  }

  .textarea{
    height: 210px;
    max-height: 210px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#2a3a87;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#101d5b;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }

/*  contact form */
/* FLEXSLIDER*/


.flex-viewport { height: 100%; }

.flex-control-nav { bottom: 20px;
 } 
.flexslider li { 
      height: 100%;
    }
.slides {
    height: 100%;
  }
/*FLEXSLIDER*/

/* application */

.box-app{
  border: 1px dashed #9d9d9d;
  padding: 30px 45px 16px 46px;
  margin-bottom: 15px;
}

/* application */


img.gs-logo-black{
      /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
}

 img.gs-logo-black:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.0);
    }


.nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  margin: -1px auto;
  text-align: center;
  left: 0;
  right: 0;
  padding: 25px 0;
}

.dropdown-menu > li {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.product-list{
    list-style: none;
}

.list-img img{
    width: 20%;
    height: 30px;
}

.list-img{
    display: flex;
     
}

.dropdown-menu > li > a:hover{
   background-color: #fff;
}

a figure.list-img:hover{
    color: #0f1e5a;
     
}

a figure.list-img-only:hover{
     color: #0f1e5a;
}

.product-list a{
   color: #0f1e5a; 
}


@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*....................DEFAULT....................*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.topbar{
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;

}
.left{
    float: left;
}

.right{
    float: right;
}

.weldy-logo-sec{
    float: left;
}

.distributor-content{
    float: left;
    padding: 20px;
}

.distributor-img{
    float: right;

}

.main{
    background-size: cover;
    height: 500px;
    width: 100%;
    background-color: rgba(248, 247, 216, 0.7);
}


.topblock{
    position: relative;
    background: #0f1e5a;
}

.top-logo{
    margin-bottom: 0 !important;
    border: 0 !important;
    min-height: auto !important;
}

.weldy-logo {
    display: table-cell;
    overflow: hidden;
    height: 45px;
    text-align: center;
    vertical-align: middle;
}

.toplink-padding{
    padding-right: 0 !important;
}

.toplink-section{
    height: 45px;
}

.toplink-inner-one{
    width: 100%;
    height: 30px;    
}

.menu-item{
    padding: 5px 15px 6px 15px !important;
    color: #fff;
}

.submenuitem1 a:hover{
    background-color: #fff !important;
    color: #0f1e5a;
}

.toplink-inner-two{
    width: 100%;
    height: 45px;
    background-color: #0f1e5a;
    font-size: 18px;
    display: inline-block;
}
.menu-item1{
    padding: 13px 15px 12px 15px !important;
    color: #fff;
}

.submenuitem2 a.active{
    background-color: #fff;
    color: #0f1e5a !important;
}


.submenuitem2 a:hover{
    background-color: #fff !important;
    color: #0f1e5a;
}

 .submenuitem2 .right-brdr .item-brdr::after{
    position: absolute;
    top: 12px;
    right: -1px;
    display: block;
    width: 1px;
    height: 18px;
    content: '';
    background-color: #fff;
}

.navbar ul.dropdown-menu, .navbar li.dropdown b.caret {
    display: none;
}


.content-section{
    padding: 20px 0 30px 0;
}

.list-media{
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #000107;
    border-radius: 8px;
    margin-right: 3px;
}

.similar-icon{
    color: #d40028;
    top: 50px;
    position: absolute;
}

a.weldy-similar-more{
    border: 1px solid #0f1e5a;
    background-color: #d4d4d4;
    border-radius: 0;
}

a.weldy-similar-more:hover{
    background-color: #0f1e5a;
    color: #fff;
}

.content-banner{
   margin: 250px 0 0 0;
   padding: 10px 20px 10px 25px;
   background-color: rgba(255, 255, 255, 0.8);
   width: 381px;
   text-align: right;
   float: right;
}

.content-banner h2{
    color: #0f1e5a;
}

.content-banner p{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    color: #6b6b6b;
}
/*showhide*/


/*showhide*/
.main-content{
    border-right: 1px solid #000000;
     
}

.distributer{
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
}


.distributer1{
    padding: 0 15px;
}

.distributer3{
    padding: 20px 15px;
}

.article-text-inner{
  font-size: 17px;
}
.social-icons{
    margin: 20px 0 28px 0;
}

.media-icon{
   border-radius: 8px;
   padding: 0 8px;
   font-size: 25px;
   color: #fff;
   
}

.media-icon-blue{
   font-size: 25px;
   color: #000107;
   margin-right: 15px;
}

.product-cate-list{
  margin-bottom: 30px;
}

.social-media h3{
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #000107;
}

.social-media h4{
    font-size: 20px;
    font-weight: bold;
    color: #000107;
}

.contact-address{
    color:#6b6b6b;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-top: 30px;
}

.footer-above{
    padding: 30px 0 40px;
    background-color: #2a3a87;
}

.footer-above-inner{
    
    border-top: 1px dashed #7c7c7c;
}

.footer-above-inner h4{
    font-size: 18px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #ababac;
}

.link-list{
    margin: 15px 0;
}

.link-list h6{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #b4b4b6;
}

.link-list ul{
    list-style: none;
    -webkit-padding-start: 0;
}

.footer-above a{
    color: #fff;
}

.footer-below{
   background-color: #101d5b;    
}


.below-section{
    color: #fff; 
    padding: 30px 15px 20px;
}

ul.bottom-left{
    margin-bottom: 0;
    padding: 15px 0;
}

.bottom-left li{
    display: inline-block;
    padding: 0 10px;
}

.bottom-left li a{
    color: #fff;
}

ul.bottom-right{
    margin-bottom: 0;
}
.media-icon-white{
   font-size: 35px;
   color: #fff;
   
}

.f-right h3{
    float: right;
    font-weight: 700;
    color: #fff;
    padding: 20px 0;
}

.footer-right p{
    float: right;
    color: #fff;
    padding: 46px 0 0 0;
}

/*aboutus*/


.breadcrumb{
    background: none !important;
    font-size: 15px;
}

.breadcrumb a{
    color: #000;
    padding: 0 5px;
}

.breadcrumb li.active {
    color: #337ab7;
}

.breadcrumb>li+li:before {
    content: close-quote !important;
}

.article-wrap h6{
    font-size: 20px;
    font-weight: 600;
    color: #0f1e5a;
}

.article-wrap h2{
    font-size: 37px;
    font-weight: 800;
    color: #0f1e5a;
}

.article-wrap p{
    font-size: 17px;
}

.social-media p{
  font-size: 17px;
}

.para-subtitle{
    margin-bottom: 0;
}

ul.list-group{
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 0;
}

ul.list-group li{
  font-size: 20px;
}

ul.list-group li span{
  font-size: 17px;
}

ul.list-group-step{
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 0;
}
ul.list-group-step li span{
  font-size: 17px;
}

/*application*/
.application-section{
    margin-bottom: 20px;
}

.application-section h6{
    font-size: 20px;
    font-weight: 600;
    color: #0f1e5a;
}

.application-section h6:hover{
       color: #797c87;
}

a.application-section:hover{
    text-decoration: none;
}
/*extrusion-welders PRODUCTS*/

.product-category{
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
}

.product-category h2{
    font-size: 37px;
    font-weight: 800;
    color: #0f1e5a;
    
}

.product-category h4{
    font-size: 22px;
    font-weight: 500;
    color: #0f1e5a;
    font-stretch: condensed;
}

.content-section h4{
    font-size: 30px;
    font-weight: 800;
    color: #0f1e5a;
}

a.weldy-more{
    border: 1px solid #0f1e5a; 
    background-color: #d4d4d4;
    border-radius: 0;

}

a.weldy-more:hover{
    background-color: #0f1e5a;
    color: #fff; 
}


/*boosterEX2*/
.product-scope{
    margin-top: 30px;
    padding-top: 20px;
}

.product-scope h3{
    color: #0f1e5a; 
}

.slider-single-image {
    margin-bottom: 40px;
  width: 80%;
}
.slick-slide {
        outline: none !important;
    }


/*contact*/

.contact-details{
  border-left: 1px solid #e1e1e1;
  margin-top: 20px;
}