.clr{
    clear: both;
}
body{
    font-family:AvenirNextCyr-Medium;
    font-size:13px;
    color:#4b4b4b;
}
h1,h2,h3,h4,h5,h6{ 
    font-family:AvenirNextCyr-Heavy;
}
a,
a:hover,
a:focus{
    outline: none;
}
.row.no-space{
    margin-left: 0;
    margin-right: 0;
}
.no-space .col-md-1,
.no-space .col-md-2,
.no-space .col-md-3,
.no-space .col-md-4,
.no-space .col-md-5,
.no-space .col-md-6,
.no-space .col-md-7,
.no-space .col-md-8,
.no-space .col-md-9,
.no-space .col-md-10,
.no-space .col-md-11,
.no-space .col-md-12{
    padding-left: 0;
    padding-right: 0;
}
/*============================= END BODY ================================*/
/*============================== HEADER =================================*/
#header{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.navbar-default,
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
    background: none;
}
.home-banner{
    background: url(../images/banner_home.jpg) no-repeat center;
    background-size: cover;
    padding: 290px 0;
}
.home-banner h2{
    margin:0;
    text-align: right;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family:AvenirNextCyr-Bold;
    font-size: 70px;
}
.language a{
    padding: 7px 12px;
    background: #444;
    color:#fff;
    font-family:AvenirNextCyr-Regular;
    letter-spacing: 0.1em;
    font-size:12px;
    line-height: 22px;
    display: block;
    float:left;
}
.language a:hover,
.language a:focus,
.language a.active{
    color:#333;
    background: #fff;
    text-decoration: none;
}
.language a img{
    margin-right: 10px;
}
#header h1.logo{
    padding: 26px 137px 0 0;
    width:100%;
    position: absolute;
    top:0;
    left: 0;
    background: url(../images/bg-logo.png) no-repeat right center;
    width:466px;
    height: 301px;
    margin:0;
    text-align: right;
    z-index:100;
}
.header-top{
    margin-bottom:40px;
}
.navbar-default .navbar-nav > li{
    margin-right: 42px;
}
.navbar-default .navbar-nav > li.last{
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a{
    padding: 0 0 10px;
    position: relative;
    background: none;
    font-size:15px;
    color:#fff;
    text-transform: uppercase;
    font-family:AvenirNextCyr-Regular;
}
.navbar-default .navbar-nav > li > a:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:3px;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > a.active:after{
    background: #c92127;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active{
    color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}
.navbar-default .navbar-toggle{
    border:none;
    padding: 0;
    margin: 0 0 20px;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
    border-radius: 0;
    width:45px;
}
.navbar-default .in .navbar-nav > li{
    margin: 0 0 10px;
}
/*============================ END HEADER ===============================*/
/*============================== CONTENT ================================*/
.wrapper-form{
    position: relative;
}
form.get-started{
    position: absolute;
    top:-175px;
    left:0;
    width:100%;
    z-index:10;
}
form.get-started h3.title{
    font-family:AvenirNextCyr-Light;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size:40px;
    margin: 0 0 45px;
}
form.get-started h3.title span{
    color:#c92127;
    font-family: bold;

}
form.get-started .form-content{
    background: url(../images/bg-form.png) repeat;
    padding: 27px 27px 10px;
    border-radius:5px;
}
form.get-started .form-content input{
    height: 50px;
    font-size:14px;
    border:none;
    margin-bottom: 17px;
}
form.get-started .form-content input.submit{
    background: #ab1117;
    background: -webkit-linear-gradient(#ab1117, #c92127);
    background: -o-linear-gradient(#ab1117, #c92127);
    background: -moz-linear-gradient(#ab1117, #c92127); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ab1117, #c92127); /* Standard syntax */
    color:#fff;
    text-transform: uppercase;
    font-family:AvenirNextCyr-Bold;
    letter-spacing: 0.08em;
    margin-top:17px;
}
form.get-started .form-content textarea{
    border:none;
    height: 60px;
    margin-bottom: 17px;
}
.our-content{
    padding: 220px 30px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-content h4{
    font-family:AvenirNextCyr-UltraLight;
    font-size:60px;
    color:#fff;
    margin:0 0 35px;
    background: url(../images/bg-title-left.png) no-repeat left bottom;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.our-content.text-right h4{
    background: url(../images/bg-title-right.png) no-repeat right bottom;
}
.our-content .content-service{
    font-size:17px;
    color:#fff;
    text-transform: uppercase;
    font-family:AvenirNextCyr-Demi;
    letter-spacing: 0.05em;
    line-height: 32px;
    margin-bottom: 60px;
}
.btn-color1,
.btn-color2{
    padding: 22px 30px;
    border-radius:3px;
    font-size:12px;
    color:#fff;
    letter-spacing: 0.12em;
}
.btn-color1:focus,
.btn-color2:focus,
.btn-color1:hover,
.btn-color2:hover{
    color:#fff;
    text-decoration: none;
}
.btn-color1{
    background: #13375d;
    background: -webkit-linear-gradient(#13375d, #08427e);
    background: -o-linear-gradient(#13375d, #08427e);
    background: -moz-linear-gradient(#13375d, #08427e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#13375d, #08427e); /* Standard syntax */
}
.btn-color2{
    background: #c92127;
    background: -webkit-linear-gradient(#c92127, #b3090f);
    background: -o-linear-gradient(#c92127, #b3090f);
    background: -moz-linear-gradient(#c92127, #b3090f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c92127, #b3090f); /* Standard syntax */
}
.service h3.service-title{
    font-size:60px;
    color:#c92127;
    font-family:AvenirNextCyr-HeavyItalic;
    text-align: center;
    margin:30px 0 80px;
}

.service .nav-tabs{
    border:none;
    text-align: center;
}
.service .nav-tabs li{
    float:none;
    display: inline-block;
    margin:0;
    vertical-align: middle;
}
.service .nav-tabs li a{
    padding: 0;
    margin:0;
    font-family:AvenirNextCyr-Bold;
    color:#fff;
    font-size:15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border:none;
    position: relative;
}
.service .nav-tabs li a span.text{
    position: absolute;
    top:110%;
    left:0;
    width:100%;
}
.service .nav-tabs li a span.icon{
    width:202px;
    height:100px;
    background: url(../images/tab-bg.png) no-repeat top center;
    display: block;
    text-align: center;
    padding-top: 35px;
}
.service .nav-tabs li a span.icon img{
    margin: 0 auto;
}
.service .nav > li > a:focus span.icon,.service .nav > li > a:hover span.icon,
.nav-tabs > li.active > a span.icon, .nav-tabs > li.active > a:focus span.icon, .nav-tabs > li.active > a:hover span.icon{
    background-position: bottom center;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border:none;
    color:#fff;
}
.service .nav > li > a:focus,.service .nav > li > a:hover{
    background: none;
}
.service .tab-content .tab-pane{
    padding: 115px 25px 80px;
    /*background: url(../images/image-home.jpg) no-repeat center right;*/
    background-size: cover;
    color:#fff;
}
.service .tab-content .tab-pane h3{
    font-size:45px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 55px;
}
.service .tab-content .tab-pane .content-tab-inner{
    width:50%;
}
.service .tab-content .tab-pane .content-tab-inner ul.style-list{
    margin: 0 0 50px;
    padding: 0;
}
.service .tab-content .tab-pane .content-tab-inner ul.style-list > li{
    margin: 0 0 20px;
    padding-left: 30px;
    background: url(../images/icon-list.png) no-repeat 0 3px;
    list-style: none;
    font-family:AvenirNextCyr-Medium;
    letter-spacing: 0.15em;
    line-height: 22px;
}
.service .tab-content .tab-pane .content-tab-inner ul.style-list > li ul{
    list-style: none;
    padding-left: 18px;
}
.service .tab-content .tab-pane .content-tab-inner ul.style-list > li ul li{
    margin-bottom: 10px;
    position: relative;
    font-family:'AvenirNextCyr-MediumItalic';
}
.service .tab-content .tab-pane .content-tab-inner ul.style-list > li ul li:after{
    content:"";
    width:6px;
    height:6px;
    background: #ca2128;
    position: absolute;
    left:-18px;
    top:8px;
    border-radius:100%;
}
.btn-white-b{
    padding: 20px 40px;
    display: inline-block;
    border:1px solid #fff;
    color:#fff;
    font-size:15px;
    font-family:AvenirNextCyr-Regular;
    border-radius: 5px;
    line-height: 1;
}
.btn-white-b:hover,
.btn-white-b:focus{
    color:#c92127;
    text-decoration: none;
    border-color:#c92127;
}
.service .tab-content .tab-pane h5{
    margin: 0 0 30px;
    padding: 8px 12px;
    background: #fff;
    color:#13365c;
    display: inline-block;
    font-family:AvenirNextCyr-HeavyItalic;
    position: relative;
}
.service .tab-content .tab-pane h5:after{
    border-top: 30px solid white;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    top: 0;
    position: absolute;
    right: -10px;
    width: 0;
    z-index: 1;
}
.service .tab-content .tab-pane h4{
    text-transform: uppercase;
    margin: 20px 0;
    padding-bottom: 12px;
    position: relative;
}
.service .tab-content .tab-pane h4:after{
    content:"";
    bottom:0;
    left:0;
    width:90px;
    height:2px;
    background: #fff;
    position: absolute;
    font-size:15px;
}

.page-header{
    margin:0;
    padding: 260px 0 135px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.page-header .page-title{
    font-size:60px;
    color:#fff;
    font-family:AvenirNextCyr-Heavy;
    margin:0 0 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.breadcrumbs span,
.breadcrumbs a{
    color:#fff;
    font-size:15px;
    font-family:AvenirNextCyr-Italic;
}
.breadcrumbs span.step{
    margin:0 5px;
}
form.contact-form{
    padding: 100px 0 90px;
}
form.contact-form p{
    margin:0 0 17px;
}
form.contact-form textarea,
form.contact-form input[type="text"]{
    border-color:#dbdbdb;
    height:50px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    padding:10px 20px;
}
form.contact-form textarea{
    height:120px;
}
form.contact-form input.submit{
    background: #ab1117;
    background: -webkit-linear-gradient(#ab1117, #c92127);
    background: -o-linear-gradient(#ab1117, #c92127);
    background: -moz-linear-gradient(#ab1117, #c92127); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ab1117, #c92127); /* Standard syntax */
    padding:15px 30px;
    min-width:350px;
    text-align: center;
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
    font-family:'AvenirNextCyr-Bold';
    border:1px solid #ab1217;
    border-radius: 5px;
    letter-spacing: 0.08em;
    margin-top:20px;
    display: block;
}
form.get-started .form-content h4,
form.contact-form h4{
    display: inline-block;
    text-transform: uppercase;
    margin:0 15px 0 0;
    font-size:14px;
    font-family:'AvenirNextCyr-Bold';
    color:#13375d;
    letter-spacing: 0.02em;
    line-height: 41px;
}
form.get-started .form-content h4{
    color:#fff;
}
form.get-started .form-content .upload,
form.contact-form .upload{
    background: url(../images/upload.png) no-repeat center;
    width:119px;
    height:45px;
    overflow: inherit;
    display: inline-block;
    cursor: pointer;
}


.uploadFileButton {
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -moz-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -ms-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -o-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: linear-gradient(to bottom, #f5f5f5, #cccccc);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  /*padding: 10px 20px 10px 20px;*/
  text-decoration: none;
  display:inline-block;
  height:45px;
  position:relative;
  overflow: inherit;
  width: 119px;
  cursor:pointer;
  vertical-align: top;
}

.uploadButtonText{
    bottom: 0;
    left: 0;
    line-height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
   font-family: serif;
   cursor:pointer;
   color:black;
}

.uploadFileButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




form.get-started .form-content .uploadFileButton input,
form.contact-form .uploadFileButton input{
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    height: 41px;
    width: 119px;
}
.contact-info ul{
    padding:0;
    margin:-1px 0 0;
    list-style: none;
}
.contact-info ul li{
    padding:45px 25px 35px;
    background: #13375d;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-size:15px;
    font-family:'AvenirNextCyr-Light';
    color:#fff;
}
.contact-info ul li a{
    color:#fff;
}
.contact-info ul li h4{
    text-transform: uppercase;
    font-size:12px;
    font-family:'AvenirNextCyr-Bold';
    letter-spacing: 0.15em;
    margin:0 0 10px;
}
.contact-info ul li:nth-child(2n){
    background: #0b2846;
}
.contact-info .socials a{
    font-size:15px;
    margin-right: 8px;
}

.conpany-content{
    line-height: 24px;
    letter-spacing: 0.15em;
    max-width: 945px;
    margin:0 auto;
    padding: 80px 0 70px;
}
.conpany-content p{
    margin-bottom: 20px;
}
.highlight{
    font-size:43px;
    color:#c92127;
    font-family: AvenirNextCyr-Thin;
}

.heading-title{
    text-align: center;
    margin:0 0 50px;
    font-size:40px;
    font-family:'AvenirNextCyr-Light';
    color:#2b2b2b;
}
/*============================ END CONTENT ==============================*/
/*============================== FOOTER =================================*/
#footer{
    background: #1a1f25;
    padding: 75px 0;
    text-align: center;
    position: relative;
}
#footer .menu-footer{
    margin:0 0 45px;
}
#footer .socials ul,
#footer .menu-footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .menu-footer ul li{
    display: inline-block;
    padding: 0 25px;
    position: relative;
    margin: 0 0 10px;
}
#footer .menu-footer ul li:after{
    position: absolute;
    right:0;
    top: 50%;
    width:1px;
    background: #777778;
    height:15px;
    margin-top: -7px;
    content:"";
}
#footer .menu-footer ul li:last-child:after{
    background: none;
}
#footer .menu-footer ul li a{
    color:#fff;
    font-size:14px;
    font-family:AvenirNextCyr-MediumItalic;
    letter-spacing: 0.1em;
}
#footer .menu-footer ul li a:hover,
#footer .menu-footer ul li a:focus,
#footer .menu-footer ul li a.active{
    color:#c92127;
    text-decoration: none;
}
#footer .socials{
    margin-bottom:35px
}
#footer .socials ul li{
    margin:0 4px;
    display: inline-block;
}
#footer .socials ul li a{
    width:44px;
    height:44px;
    border:1px solid #575757;
    color: #575757;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
#footer .socials ul li a i{
    font-size:20px;
    line-height: 42px;
}
#footer .socials ul li a:hover,
#footer .socials ul li a:focus{
    color:#fff;
    border-color:#fff;
}
#footer .copyright{
    color:#72787f;
    letter-spacing: 0.1em;
    font-family:AvenirNextCyr-Light;
}
#footer .logo-footer{
    width: 220px;
    height: 225px;
    background: url(../images/bg-logo-footer.png) no-repeat left top;
    position: absolute;
    top:0;
    right:0;
    padding-top: 30px;
}
/*============================ END FOOTER ===============================*/
/*=============================== TEAM ==================================*/
.team{
    border:6px solid #c92127;
    margin: 0 0 30px;
    position: relative;
}
.team .team-info{
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
    padding: 15px;
    text-align: center;
    color:#fff;
}
.team .team-info .name{
    font-size:22px;
    font-family:'AvenirNextCyr-Bold';
    letter-spacing: 0.05em;
    margin:0 0 10px;
}
.team .team-info .agency{
    font-size:16px;
    font-family:'AvenirNextCyr-Regular';
    letter-spacing: 0.05em;
}
.owl-controls .owl-buttons div{
    position: absolute;
    top:50%;
    height:73px;
    width:73px;
    margin-top:-36px;
    background: url(../images/prev.png) no-repeat center;
    text-indent:-999px;
    overflow: hidden;
    left:0;
}
.owl-controls .owl-buttons div.owl-next{
    background-image: url(../images/next.png);
    left:auto;
    right:0;
}

.testimonial-rate {
    width: 80px;
    text-align: left;
    height: 16px;
    line-height: 16px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.2em;
    display: none;
    
}
.testimonial-rate:after{
    font-family: "FontAwesome";
    content: "\f006 \f006 \f006 \f006 \f006";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; 
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 15px;
    color: #cfaf00;
}
.testimonial-rate span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 16px;
}
.testimonial-rate span:after {
    font-family: "FontAwesome";
    content: "";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none; 
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 15px;
    color: #82c14f;
}
.testimonial-rate.rate-1,
.testimonial-rate.rate-2,
.testimonial-rate.rate-3,
.testimonial-rate.rate-4,
.testimonial-rate.rate-5{
    display:block
}
.testimonial-rate.rate-1 span:after{
    content:"\f005";
}
.testimonial-rate.rate-2 span:after{
    content:"\f005 \f005";
}
.testimonial-rate.rate-3 span:after{
    content:"\f005 \f005 \f005";
}
.testimonial-rate.rate-4 span:after{
    content:"\f005 \f005 \f005 \f005";
}
.testimonial-rate.rate-5 span:after{
    content:"\f005 \f005 \f005 \f005 \f005";
}

.testimonials-wrapper{
    padding:85px 0;
}
.testimonial-item{
    padding: 0 140px;
    text-align: center;
}
.testimonial-item .testimonials-icon{
    margin-bottom:30px;
}
.testimonial-item .testimonial-content{
    margin-bottom:15px;
    font-size:15px;
    font-family:'AvenirNextCyr-Italic';
    letter-spacing: 0.1em;
    line-height: 26px;
    color:#3e3e3e;
}
.testimonial-item .testimonial-info,
.testimonial-item .testimonial-author{
    font-size:13px;
    font-family:'AvenirNextCyr-Demi';
    color:#3e3e3e;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.testimonial-item .testimonial-author{
    margin:20px 0 10px;
}
/*============================ START UTILITY =================================*/
.error{color:red}
/*============================ END UTILITY =================================*/
/*============================ END TEAM =================================*/
/*============================ START TABS =================================*/
#water-jet-design{
	/*background: url('../images/image-home.jpg') no-repeat center right;*/
	background-color:red;
}
#welding{
	background-color:blue;
}
#designing{
	background-color:green;
}
#mechaics{
   padding: 115px 25px 80px;
   color:#fff;
   background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(201, 33, 39, 1) 100%), url('../images/tabimages/mechanics.jpg') no-repeat center right;
   background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(201, 33, 39, 1) 100%), url('../images/tabimages/mechanics.jpg') no-repeat center right;
   background-size: cover;
}
/*============================ END TABS =================================*/




/* ====== start few style =====*/
#designing {
     padding: 115px 25px 80px;
    color: #fff;
    background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design.jpg') no-repeat center right;
    background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design.jpg') no-repeat center right;
    background-size: cover;
}
#welding {
    padding: 115px 25px 80px;
    color: #fff;
    background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding.jpg') no-repeat center right;
    background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding.jpg') no-repeat center right;
    background-size: cover;
}
#water-jet-design {
    padding: 115px 25px 80px;
    color: #fff;
    background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water.jpg') no-repeat center right;
    background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water.jpg') no-repeat center right;
    background-size: cover;
}
.company-bgimg{
    background-image: url('../images/background/company.jpg');
    background-size: cover!important;
    background-position-y: 58%;
}

.few-back1  {
	background:  url('http://apexfabfl.com/resource/images/home-left.png') no-repeat center ;
	background:  url('http://apexfabfl.com/resource/images/home-left.png') no-repeat center ;
	background-size: cover;
	
}
.few-back2  {
	background:  url('http://apexfabfl.com/resource/images/home-right.png') no-repeat center ;
	background:  url('http://apexfabfl.com/resource/images/home-right.png') no-repeat center ;
	background-size: cover;
	
}
@media (max-width: 767px){
	.few-back1  {
		background:  url('http://apexfabfl.com/resource/images/left1.png') no-repeat center right;
		background:  url('http://apexfabfl.com/resource/images/left1.png') no-repeat center right;
		background-size: cover!important;
		
	}
	.few-back2  {
		background:  url('http://apexfabfl.com/resource/images/right1.png') no-repeat center right;
		background:  url('http://apexfabfl.com/resource/images/right1.png') no-repeat center right;
		background-size: cover!important;
		
	}
        
        #mechaics{
                padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/mechanics-tab.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/mechanics-tab.jpg') no-repeat center right;
		background-size: cover!important;
        }
        
	#water-jet-design {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water-tab.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water-tab.jpg') no-repeat center right;
		background-size: cover!important;
	}
	#welding {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding-tab.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding-tab.jpg') no-repeat center right;
		background-size:  cover!important;
	}
	#designing {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design-tab.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design-tab.jpg') no-repeat center right;
		background-size: cover!important;
	}
	
	.home-banner {
		background: url(../images/homebanner2.jpg) no-repeat center;
		background-size: cover;
		padding: 290px 0;
	}
}
@media (max-width: 480px){
	.few-back1  {
		background:  url('http://apexfabfl.com/resource/images/left2.png') no-repeat center right;
		background:  url('http://apexfabfl.com/resource/images/left2.png') no-repeat center right;
		background-size: cover!important;
		
	}
	.few-back2  {
		background:  url('http://apexfabfl.com/resource/images/right2.png') no-repeat center right;
		background:  url('http://apexfabfl.com/resource/images/right2.png') no-repeat center right;
		background-size: cover!important;
		
	}
        
         #mechaics{
                padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/mechanics-mobile.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/mechanics-mobile.jpg') no-repeat center right;
		background-size: cover!important;
        }
        
	#water-jet-design {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water-tab.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(20,56,94,1) 100%), url('../images/tabimages/water-tab.jpg') no-repeat center right;
		background-size: cover!important;
                background-position-x: 46%;
	}
	#welding {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding-mobile.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/welding-mobile.jpg') no-repeat center right;
		background-size:  cover!important;
	}
	#designing {
		padding: 115px 25px 80px;
		color: #fff;
		background: -webkit-linear-gradient(right, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design-mobile.jpg') no-repeat center right;
		background: linear-gradient(to left, rgba(201, 33, 39, 0.2) 0%, rgba(47,63,158,1) 100%), url('../images/tabimages/design-mobile.jpg') no-repeat center right;
		background-size: cover!important;
	}
	
	.home-banner {
		background: url(../images/homebanner2.jpg) no-repeat center;
		background-size: cover;
		padding: 290px 0;
	}
        
        .company-bgimg{
           background-image: url('../images/background/company-mobile.jpg');
           background-size: cover!important;
           background-position-y: 58%;
         }
        
}
@media (max-width: 992px){
	.our-content {
		padding: 80px 30px 40px!important;
		background-position: center;
		background-size: auto;
	}
}
@media (max-width: 1201px){
    #logo-img{
        width: 162px !important;
    }
}
@media (max-width: 480px){
    #logo-img{
        width: 100px !important;
    }
}



/* ====== end few style =====*/