@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700);
@font-face {
	font-family:'Didot';
	src: url('../fonts/Didot.eot');
	src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Didot.woff') format('woff'),
		url('../fonts/Didot.ttf') format('truetype'),
		url('../fonts/Didot.otf') format('opentype'),
		url('../fonts/Didot.svg') format('svg');
	font-style: normal;
	font-stretch: normal;
}


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
}
a:hover {
	text-decoration: none;
	transition:all 0.3s ease-in-out;
}
/* 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;
}
body {
	margin: 0;
	padding: 0;
        font-family: 'Roboto', sans-serif;
}
img {
	vertical-align: top;
}
.clear{
    clear: both;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.banner-slider {
    color: #fff;
    width: 600px;
}

.banner-left .bx-wrapper{
    margin: 0px auto;
}

.banner-left .bx-wrapper ul li{
    background-size: cover;
    min-height: 827px;
    padding-top: 150px;
}

.banner-left .bx-controls-direction{
    position: absolute;
    top: 140px;
    max-width: 1170px;
    margin: auto;
    z-index: 100;
    margin: 0 0 0 -575px;
    left: 46.6%;
    width: 100%;
}

.banner-slider h1 {
    font-size: 70px;
    max-width: 550px;
    font-weight: 700;
}
.banner-slider p {
    font-size: 21px;
    margin: 20px 0 40px;
}
.banner-slider a {
    color: #fff;
    font-size: 21px;
    border-bottom: 1px solid #fff;
/*    margin-top: 10px;
    display: inline-block;*/
}
.banner-slider a i.fa.fa-angle-right {
    padding-left: 3px;
}
.banner .bx-wrapper .bx-pager {
    display: none;
}
.banner .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px;
    top: 0;
}
.banner .bx-wrapper .bx-prev {
    background: url(../images/prev1.png) no-repeat;
    background-size: cover;
}
.banner .bx-wrapper .bx-next {
    background: url(../images/next1.png) no-repeat;
    background-size: cover;
    left: 50px;
}
.tabs_holder{
    margin-top: -175px;
}
.tabs li {
    list-style:none;
    display:inline-block;
    width: 32%;
    margin-left: 10px;
}

.tabs a {
    display:block;
    background:rgba(0, 0, 0, 0.8);
    color:#fff;
    text-decoration:none;
    text-align: center;
    padding: 50px;
    font: 500 21px/21px 'Roboto', sans-serif;
    position: relative;
    transition: all 0.5s ease-out;
}
.tabs a span{
    display: block;
}
.tabs a span.tabs-text{
    font: 300 15px/18px 'Roboto', sans-serif;
    display: none;
}

.tabs a img{
    display: none;
    position: absolute;
    left: 0px;
    top: -48px;
}

.tabs a.active img{
    display: block;
}

.tabs a.active {
    background:rgba(225, 45, 54, 0.9);
    color:#fff;
    text-align: left;
    /*padding: 44px 0 50px 65px;*/
}

.tabs a.active span.tabs-text{
    display: block;
}
.tabs_contant{
    margin-top: 80px;
    position: relative;
}
.heading{
    position: relative;
    margin-bottom: 50px;
    color: #4c4c4c;
}
.heading span{
    display: block;
}
.heading span:first-child{
    font: 100 66px/66px 'Roboto', sans-serif;
    font-style: italic;
}
.heading span:last-child{
    font: 300 66px/66px 'Roboto', sans-serif;
}
.heading:before{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #e12d36;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.tabs_contant h3{
    color: #df110a;
    font: 400 19px/24px 'Roboto', sans-serif;
}
.tabs_contant p{
    font: 400 19px/30px 'Roboto', sans-serif;
    margin-top: 40px;
    color: #4c4c4c;
}
.tabs_logo{
    position: absolute;
    top: 0;
    right: 0;
}
.strength_contant .bx-wrapper .bx-next {
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
    bottom: 5%;
    top: inherit;
    width: 50px;
    height: 50px;
    right: 3%;
}
.strength_portion{
    margin: 70px 0 30px;
    position: relative;
}
.strenght_link{
    position: absolute;
    z-index: 9999;
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
}
.heading_1, .headings_1 {
    font: 700 21px/30px 'Roboto', sans-serif; 
    position: relative;
    margin-bottom: 30px;
    color: #444547;
}
.heading_1:before{
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: #e12d36;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.strength_contant .bx-wrapper .bx-pager{
    display: none;
}

.products_holder .product_img:nth-child(1) a .pro-img{
    display: block;
}

.products_holder .product_img{
    padding: 40px 15px;
    float: left;
}

.products-widget{
     position: static;
    float: right;
}

.products_holder .pro-img{
    display: none;
    position: absolute;
    width: 700px;
    height: 480px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

.products_holder .pro-img h3{
    font-weight: bold;
    color: #e12d36;
    background: #FFF;
    
}

.products_holder .pro-img img{
    width: 100%;
    height: 100%;
}

.products_holder a:hover .pro-img{
     display: block;
}

.products_holder .product_img.pro-widget1, 
.products_holder .product_img.pro-widget2, 
.products_holder .product_img.pro-widget3, 
.products_holder .product_img.pro-widget4{
    width: 50%;
}

.products_holder .product_img.pro-widget5, 
.products_holder .product_img.pro-widget6, 
.products_holder .product_img.pro-widget7, 
.products_holder .product_img.pro-widget8, 
.products_holder .product_img.pro-widget9{
    width: 33%;
}

.products_holder .product_img.pro-widget7, 
.products_holder .product_img.pro-widget8, 
.products_holder .product_img.pro-widget9{
    padding: 20px 15px;
}

.products_holder .product_img.pro-widget7 img, 
.products_holder .product_img.pro-widget8 img, 
.products_holder .product_img.pro-widget9 img{
    width: 100px;
}

.products_holder .product_img img{
    margin: 0 auto;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.products_holder .product_img a{
    display: block;
}

.products_holder .product_img a:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hens-slide {
    position: relative;
    color: #4c4c4c;
    height: 480px;
    overflow: hidden;
    margin-bottom: 50px;
}

.hens-slide .heading {
    margin-bottom: 25px;
}
.hens-slide li {
    list-style: none;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.hens-slide .hens-heading ul li span:first-child {
    font-weight: 300;
    width: 180px;
    display: inline-block;
    margin-bottom: 15px;
}
.hens-slide .hens-heading ul li span:nth-child(2) {
    
}
/*.hens-slide ul li {
    position: relative;
}*/
.hens-slide .bx-wrapper img {
    height: 600px;
}
/*.hens-slide ul li.active .hens-heading {
    display: block;
}*/
.hens-widget{
    position: absolute;
    left: 30%;
    top: 0px;
    z-index: 888;
    width: 420px;
    margin-left: -210px;
}

.slick-dots{
    display: none !important;
}

.hans-widget-img .slick-slide img{
    width: 100%;
}

.hens-slide .slick-prev{
    background: url(../images/prev.png) no-repeat 0;
    height: 50px;
    width: 50px;
    position: absolute;
    background-size: cover;
    left: 39%;
    z-index: 1000;
    top: 84px;
    text-indent: -99999px;
    border: 0px;
    margin-left: -25px;
}

.hens-slide .slick-next{
    background: url(../images/next.png) no-repeat 0;
    height: 50px;
    width: 50px;
    position: absolute;
    background-size: cover;
    left: 43%;
    z-index: 1000;
    top: 84px;
    text-indent: -99999px;
    border: 0px;
    margin-left: -25px;
}

.hens-slide .bx-wrapper .bx-pager {
    display: none;
}
.hens-slide .bx-controls-direction {
    position: absolute;
    left: 655px;
    top: 50%;
}
.hens-slide .bx-wrapper .bx-prev {
    background: url(../images/prev.png) no-repeat 0;
    height: 50px;
    width: 50px;
    background-size: cover;
    left: initial;
    right: 10px;
}
.hens-slide .bx-wrapper .bx-next {
    background: url(../images/next.png) no-repeat 0;
    height: 50px;
    width: 50px;
    background-size: cover;
    right: initial;
}
.hens-heading {
    background-color: #fff;
    padding: 10px;
    text-align: justify;
}
.link-slider li {
    max-width: 425px;
    padding: 15px;
}
.main-menu li a:hover {
    color: red;
}
.other_links{
    background: url(../images/other-links.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 736px;
}
.heading_2{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    font-family:'Didot';
    font-size: 41px;
    line-height: 46px;
    color: #4c4c4c;
}
.heading_2:before{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #e12d36;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.heading_2 span{
    display: block;
}
.heading_2 span:first-child{
    font-style: italic;
    text-align: left;
}
.heading_2 span:last-child{
    text-transform: uppercase;
}
.box{
    background: #f3f3f3;
    padding: 40px 0;
    text-align: center;
    color: #4c4c4c;
}
.box_img img{
    margin: 0 auto;
}
.box_contant{
    margin: 20px 0 0;
}
.box_contant h5{
    font: 500 18px/21px 'Roboto', sans-serif;
    margin: 10px 0;
}
.box_contant p{
    font: 300 14px/18px 'Roboto', sans-serif;
    margin: 10px 0;
}
.link{
    margin: 15px 0 0;
}
.link a{
   background: #e12d36;
   color: #fff;
   font: 300 18px/18px 'Roboto', sans-serif;
   text-align: center;
   /*min-width: 160px;*/
   /*max-width: 160px;*/
   width: 175px;
   display: block;
   margin: 0 auto;
   padding: 15px 0;
   border: 2px solid #e12d36;
}
.link a:hover{
    background: transparent;
    color: #e12d36;
}
.quality {
    background: url('../images/quality.png') no-repeat center;
    /*height: 425px;*/
    background-size: cover;
    font-family:'Didot';
    color: #fff;
}
.quality div {
    max-width: 1350px;
    margin: 0 auto;
    padding: 60px 0;
}
.quality h1 {
    font-size: 187px;
    font-weight: bold;
}
.quality h2 {
    font-style: italic;
    font-size: 106px;
}
/*.quality img{
    width: 100%;
    margin: 0 auto;
}*/
.latest_events{
    background: url(../images/events-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 562px;
}
.heading_3{
    position: relative;
    margin-bottom: 50px;
    display: block;
    font-family:'Didot';
    font-size: 81px;
    line-height: 86px;
    color: #fff;
    max-width: 300px;
    margin: 50px auto 0;
}
.heading_3:before{
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.heading_3 span{
    display: block;
}
.heading_3 span:first-child{
    font-style: italic;
    text-align: left;
}
.heading_3 span:last-child{
    text-transform: uppercase;
}
.events{
    color: #fff;
    font: 300 15px/18px 'Roboto', sans-serif;
    max-width: 800px;
    margin: 50px auto 0;
}
.events ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.events ul li span {
    margin: 65px 0;
    display: block;
}
.map_holder{
    background: url(../images/map_img.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 567px;
}
.map_holder_inner{
    max-width: 680px;
    margin: 50px 0 0;
}
.get-in-touch{}
.get-in-touch_heading{
    background: rgba(27,22,22,0.9);
    color: #fff;
    font: 700 19px/19px 'Roboto', sans-serif;
    padding: 40px 30px;
}
.get-in-touch_contant{
    background: #fff;
    overflow: hidden;
}
.boxes{
    background: #fff;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    width: 50%;
    float: left;
    padding: 30px 20px;
    color: #4c4c4c;
}
.boxes:hover{
    background: #e12d36;
    color: #fff;
}
.active_box{
    background: #e12d36;
    color: #fff;
}
.boxes input[type="radio"]{
    float: left;
    width: 20px;
    height: 20px;
}
.boxes span{
    float: left;
    margin-left: 8px;
    font: 100 16px/18px 'Roboto', sans-serif;
    margin-top: 5px;
}
.strenght_img img {
    width: 100%;
}
.select-company{
    margin: 50px;
    display: none;
}
.select-company_title{
    font: 300 19px/28px 'Roboto', sans-serif;
}
.select-company_title span{
    display: block;
    font: 300 16px/19px 'Roboto', sans-serif;
}
.select-company_box{
    margin-top: 30px;
}
.contact_form{
    background: #f8f8f8;
    margin-top: 20px;
    padding: 30px;
    color: #4c4c4c;
}
.contact_form h1 {
    font: 300 19px/19px 'Roboto', sans-serif;
    margin-bottom: 25px;
}
.contact_form h2 {
    font: 600 19px/19px 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.contact_form .form_conatnt .form-group .form-down {
    width: 100%;
    border: 3px solid #e9e9e9;
}
.contact_form .form_conatnt .form-group:first-child span {
    font-size: 16px;
    color: #4c4c4c;
    font-style: italic;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;  
}
.contact_form .form_conatnt .form-group:first-child i {
    color: #e12d36;
    border-left: 2px solid #e12d36;
}
.contact_form input::-webkit-input-placeholder {
    font: 300 13px/13px 'Roboto', sans-serif;
    font-style: italic;
    color: #4c4c4c;
}
.contact_form textarea::-webkit-input-placeholder {
    font: 300 13px/13px 'Roboto', sans-serif;
    font-style: italic;
    padding: 15px;
    color: #4c4c4c;
}
.contact_form input[type="text"], .contact_form input[type="email"] {
    width: 100%;
    height: 50px;
    border: none;
    position: relative;
    outline: none;
    padding: 15px;
    padding-top: 20px;
}
.contact_form i.fa.fa-angle-down {
    background-color: #fff;    
    width: 45px;    
    height: 50px;    
    color: #d0d0d0;    
    font-size: 25px;    
    padding-top: 12px;    
    text-align: center;    
    position: absolute;    
    right: 18px;    
    top: 3px;
    border-left: 2px solid #d0d0d0;
}
.contact_form .contact-submit {
    float: right;
    border: 3px solid #e9e9e9;
}
.contact_form input[type="submit"] {
    background-color: #e12d36;
    border: none;
    outline: none;
    padding: 10px 50px;
    color: #fff;
    font: 600 13px/13px 'Roboto', sans-serif;
    display: inline-block;
    height: 50px;
}
.contact_form i.fa.fa-angle-right {
    background-color: #E12D36;
    width: 45px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    padding-top: 13px;
    text-align: center;
    vertical-align: middle;
}
.contact_form textarea {
    width: 100%;
    resize: none;
    height: 175px;
    border: 3px solid #e9e9e9;
}
.contact-add {
    background-image: url('../images/bg-red.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-size: 19px;
    color: #fff;
}

.contact-add .cconact{
    padding-top: 65px;
    padding-bottom: 75px;
    padding-left: 40px;
}

.contact-add h1 {
    font-size: 19px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    font: 700 19px/19px 'Roboto', sans-serif;
}
.contact-add p {
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    font: 400 17px/17px 'Roboto', sans-serif;
}
.contact-add .contact-touch {
    top: -119px;
    background-color: #e12d36;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    padding: 40px 40px 30px;
    left: 0;
}
.contact-add  p span {
    margin-left: 25px;
}
.contact-add div:nth-child(2) {
    margin-bottom: 65px;
}
.contact-add div:nth-child(3) {
    margin-bottom: 65px;
}
.contact-add div:nth-child(4) {
    margin-bottom: 85px;
}
.contact-add .contact-address {
    
}

footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#777777+0,3e3e3e+50,292929+100&amp;1+46,1+46,1+46,1+46,1+46,1+46,0+49,1+49,1+100 */
background: -moz-linear-gradient(left,  rgba(119,119,119,1) 0%, rgba(67,67,67,1) 46%, rgba(63,63,63,1) 49%, rgba(62,62,62,1) 50%, rgba(41,41,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(67,67,67,1) 46%,rgba(63,63,63,1) 49%,rgba(62,62,62,1) 50%,rgba(41,41,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(119,119,119,1) 0%,rgba(67,67,67,1) 46%,rgba(63,63,63,1) 49%,rgba(62,62,62,1) 50%,rgba(41,41,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#292929',GradientType=1 ); /* IE6-9 */
    color: #e9e9e9;
    font-size: 12px;
    padding-top: 40px;
}
footer .footer-main {
    border-bottom: 2px solid #9c9c9c;
    padding-bottom: 25px;
}
footer h1 {
    font-size: 12px;
}
footer ul {
    list-style: none;
    margin: 20px 0;
    display: inline-block;
}
footer ul li a {
    color: #e9e9e9;
}
footer .home-about {
    
}
footer li {
    padding: 3px 0;
}
footer .home-about li a span, footer .home-services li a span, footer .products li a span {
    padding-left: 5px;
    font-size: 8px;
}
footer .home-services {
    padding-left: 75px;
}
footer .products {
    
}
footer .medias h1 {
    margin-bottom: 20px;
}
footer .social ul {
    margin: 15px 0;
}
footer .social li {
    display: inline-block;
    margin-right: 5px;
}
footer .social li a {
    background-color: #df110a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
}
footer .social h6 {
    margin: 5px 0;
}
footer .footer-down {
    padding: 15px 0;
}
footer .footer-down h4 {
    font-size: 12px;
    color: #a1a2a2;
    margin-right: 50px;
}
footer .footer-down h5 {
    font-size: 10px;
    color: #fff;
}
footer .footer-down h5 span {
    padding-left: 15px;
}
footer .footer-down .foot-left {
    float: left;
}
footer .footer-down .foot-right {
    float: right;
}
footer .footer-down h4 span {
    color: #fff;
}

/*<======>
About Us Page Css
<======>*/

.about img {
    width: 100%;
}
.estable {
    text-align: center;
    position: relative;
    background-image: url('../images/estable-bg.png');
    padding: 50px 0;
}

.estable:before {
    
    position: absolute;
    height: 100%;
    width: 45px;
    left: 50%;
    margin-left: -22px;
    top: 275px;
    background-image: url('../images/about-line.png');
}
.estable img {
    position: relative;
    -webkit-filter: grayscale(100%);
}
.estable h2 {
    font-size: 24px;
    color: #3d3d3d;
}
.estable ul li:last-child img:last-child {
    display: none;
}
.estable h2 span {
    width: 60px;
    height: 2px;
    background-color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
}
.estable ul {
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
}
.estable ul li {
    width: 50%;
    position: relative;
    
}
.estable ul li:first-child {
    float: none;
    margin: 50px 0 0;
    width: 100%;
}
.post_heading {
    position: relative;
}
.estable ul li h2 {
    font-size: 24px;
    color: #3d3d3d;
}
.estable h1 {
    font-size: 137px;
    color: #b60000;
}
.heading_text {
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
}
.estable ul li:first-child:before, .estable ul li:last-child:before {
    display: none;
}
.s-line{
    position: absolute;
    left: -73px;
    bottom: 39px;
}
.s-line:before {
    width: 75px;
    height: 5px;
    left: -50px;
    content: '';
    display: block;
    background: #3d3d3d;
}
.s-line:after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/rect.png) no-repeat;
        position: absolute;
    right: -22px;
    top: -7px;
}
.estable ul li:first-child h2 span {
    width: 60px;
    height: 2px;
    background-color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
}
.estable ul li:first-child h1 {
    font-size: 137px;
    color: #b60000;
}
.estable ul li:nth-child(even) {
    float: right;
    margin-left: 55%;
    padding-left: 35px;
}
.estable ul li:before {
    width: 5px;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background: #434343;
}
.estable ul li:after {
    width: 29px;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    background:url(../images/line.png);
}
.estable ul li:first-child {
    padding-right: 0;
}
.estable ul li:last-child:after, .estable ul li:first-child:after  {
    display: none;
}
.estable ul li:nth-child(odd) .s-line {
        right: -73px;
        left: auto;
}
.estable ul li:nth-child(odd) .s-line:after {
        right: inherit;
        left: -21px;
}
.estable ul li:nth-child(even):after {
    left: -15px;
}
.estable ul li:nth-child(odd):after {
    right:-15px;
}
.estable ul li:nth-child(even):before {
    left: -3px;
}
.estable ul li:nth-child(odd):before {
    right: -2px;
}
.estable ul li:nth-child(odd) {
    float: left;
    margin-right: 55%;
    padding-right: 35px;
}
.estable ul li:first-child {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 700px;
    padding-right: 0;
}
.estable ul li:first-child h3 {
    text-align: center !important;
}
.estable ul li:first-child h3 span {
    display: none !important;
}
.estable ul li h3 {
    font-size: 47px;
    color: #b60000;
    margin-bottom: 15px;
}
.estable ul li p {
    color: #090909;
    font-size: 18px;
    margin-bottom: 25px;
    /*text-align: justify;*/
}
.estable ul li:last-child {
    float: none;
    margin: 0 auto 50px;
    width: 100%;
    clear: both;
    max-width: 700px;
    padding-left: 0;
}
.estable ul li:nth-child(odd) h3 {
    text-align: left;
    position: relative;
    display: inline-block;
}

.estable ul li:nth-child(even) h3 {
    position: relative;
    display: inline-block;
    max-width: 90%;
}
.estable ul li:last-child h3 {
    max-width: none;
    display: block;
}
.estable ul li h3:before  {
     background-image: url('../images/dots.png');
    background-repeat:repeat;
    width: 500px;
    content: '';
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    position: absolute;
    bottom: 26px;
}
.estable ul li:last-child h3:before, .estable ul li:first-child h3:before  {
    display: none;
}
.estable ul li:nth-child(even) h3:before {
    right: 100%;
}
.estable ul li:nth-child(odd) h3:before {
    left: 100%;
}
.estable ul li h3 span:before  {
    content: "";
    width: 75px;
    height: 5px;
    background-color: #3d3d3d;
    display: inline-block;
    position: absolute;
    top:0;
    margin-top: 22px;
    
}
.estable ul li:nth-child(even) h3 span:before {
    right: 100%;
    margin-right: 8px;
}
.estable ul li:nth-child(odd) h3 span:before {
    left: 100%;
    margin-left: 10px;
}






















.about-bottom {
    background: url(../images/about-bg.png) no-repeat center;
    background-size: cover;
    height: 500px;
}
.about-bottom .about-bottom-data {
    height: 500px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
}
.about-bottom .about-bottom-data .about-info:first-child {
    width: 30%;
}
.about-bottom .about-bottom-data .about-info:nth-child(2) {
    width: 40%;
}
.about-bottom .about-bottom-data .about-info:nth-child(3) {
    width: 15%;
}
.about-bottom .about-bottom-data .about-info:nth-child(4) {
    width: 15%;
}
.about-bottom .about-bottom-data span:first-child {
    font-size: 70px;
    display: block;
}
.about-bottom .about-bottom-data span:last-child {
    font-size: 47px;
}

/*.about img {
    width: 100%;
}
.estable {
    text-align: center;
    position: relative;
    background-image: url('../images/estable-bg.png');
}
.estable:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #434343;
    left: 49.85%;
    top: 275px;
}
.estable:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 45px;
    left: 48.8%;
    top: 275px;
    background-image: url('../images/about-line.png');
}
.estable img {
    position: relative;
    -webkit-filter: grayscale(100%);
}
.estable ul {
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
}
.estable ul li {
    width: 46.5%;
}
.estable ul li:first-child {
    float: none;
    margin: 50px 0 0;
    width: 100%;
}
.estable ul li h2 {
    font-size: 24px;
    color: #3d3d3d;
}
.estable ul li:first-child h2 span {
    width: 60px;
    height: 2px;
    background-color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px;
}
.estable ul li:first-child h1 {
    font-size: 137px;
    color: #b60000;
}
.estable ul li:nth-child(even) {
    float: right;
    margin-left: 55%;
}
.estable ul li:nth-child(odd) {
    float: left;
    margin-right: 55%;
}
.estable ul li h3 {
    font-size: 47px;
    color: #b60000;
    margin-bottom: 15px;
}
.estable ul li p {
    color: #090909;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: justify;
}
.estable ul li:last-child {
    float: none;
    margin: 0 0 50px;
    width: 100%;
}
.estable ul li:nth-child(even) h3 {
    text-align: left;
    position: relative;
}
.estable ul li:nth-child(even) h3 span {
    background-image: url('../images/h3-line-right.png');
    background-repeat: no-repeat;
    width: 130px;
    display: inline-block;
    height: 19px;
    vertical-align: middle;
}
.estable ul li:nth-child(odd) h3 {
    text-align: right;
    position: relative;
}
.estable ul li:nth-child(odd) h3 span {
    background-image: url('../images/h3-line-left.png');
    background-repeat: no-repeat;
    width: 130px;
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    background-position: 100%;
    background-size: cover;
}
.estable ul li:nth-child(even) h3 span:before {
    content: "";
    width: 75px;
    height: 5px;
    background-color: #3d3d3d;
    display: inline-block;
    position: absolute;
    top: 55%;
    right: 100%;
    margin-right: 5px;
}
.estable ul li:nth-child(odd) h3 span:before {
    content: "";
    width: 75px;
    height: 5px;
    background-color: #3d3d3d;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 100%;
    margin-left: 5px;
}























.about-bottom {
    background: url(../images/about-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 500px;
}
.about-bottom .about-bottom-data {
    height: 500px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    text-align: center;
}
.about-bottom .about-bottom-data .about-info:first-child {
    width: 30%;
}
.about-bottom .about-bottom-data .about-info:nth-child(2) {
    width: 40%;
}
.about-bottom .about-bottom-data .about-info:nth-child(3) {
    width: 15%;
}
.about-bottom .about-bottom-data .about-info:nth-child(4) {
    width: 15%;
}
.about-bottom .about-bottom-data span:first-child {
    font-size: 70px;
    display: block;
}
.about-bottom .about-bottom-data span:last-child {
    font-size: 47px;
}*/
/*<======>
Products Page Css
<======>*/

.product-about .product-about-img-area {
    background: url(../images/product-chicks.png) no-repeat center;
    background-size: cover;
    float: left;
    width: 49%;
    margin-right: 50px;
    text-align: center;
    padding: 150px;
}
.product-about .product-about-img-area .product-image {
    display: inline-block;
}
.product-about .product-about-img-area h1 {
    /*text-align: left;*/
    text-align: justify;
    font-size: 25px;
    margin-top: 20px;
}
.product-about .product-about-text-area {
    float: left;
    width: 44%;
    text-align: justify;
}
.product-about .product-about-text-area .product-detail p {
    font-size: 19px;
    padding-bottom: 50px;
}
.product-slider-sec .bx-wrapper {
    margin: 0;
}
.product-slider-sec .product-slider img {
    width: 100%;
}
.product-slider-sec .bx-wrapper .bx-pager.bx-default-pager a {
    background: url('../images/pr-slider-dot.png') no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.product-slider-sec .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url('../images/pr-slider-active-dot.png') no-repeat;
    background-size: contain;
}
.product-slider-sec .bx-wrapper .bx-pager {
    position: absolute;
    left: 49%;
    bottom: 2%;
    padding: 0;
}
.product-slider-sec .bx-wrapper .bx-controls-direction a {
    margin: 0;
    width: 75px;
    height: 50px;
}
.product-slider-sec .bx-wrapper .bx-prev {
    left: 15px;
    background: url('../images/pr-slider-prev.png') no-repeat;
    background-size: contain;
}
.product-slider-sec .bx-next {
    right: 15px;
    background: url('../images/pr-slider-next.png') no-repeat;
    background-size: contain;
}
.product-list .product-heading {
    background: url('../images/product-bg1.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    padding: 50px;
    padding-bottom: 0;
}
.product-list .product-detail {
    background: url('../images/product-bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: 19px;
    padding-bottom: 50px;
    width: 100%;
    
}
.product-list .product-detail table {
    width: calc(100% - 80px);
    margin-left: 50px;
    margin-right: 30px;
    margin-top: 15px;
    /*margin-bottom: 50px;*/
}
.product-list .product-detail table tr:first-child {
    background-color: #cc0001;
    color: #fff;
    font-size: 14px;
    border-bottom: 20px solid #FDFDFD;
}
.product-list .product-detail table tr:nth-child(2) {
    
}
.product-list .product-detail table tr:first-child th {
    background-color: #cc0001;
}
.product-list .product-detail table tr:nth-child(even) {
    background-color: #e1e1e1;
    line-height: 10px;
    padding: 0;
}
.product-list .product-detail table tr th,
.product-list .product-detail table tr td {
    padding: 10px;
    padding-left: 50px;
}
.product-list .product-detail table tr th {
    
}

/*<======>
Carriers Page Css
<======>*/

.carrier-main .carrier-text {
    width: 50%;
    float: left;
    background-color: #fafafa;
    padding: 75px;
    height: 750px;
}
.carrier-main .carrier-img {
    width: 50%;
    background: url(../images/carriers-bg.png) no-repeat center;
    background-size: cover;
    float: left;
    padding: 150px 60px;
    height: 750px;
}
.carrier-main .carrier-text h3 {
    color: #df110a;
    font-size: 19px;
    padding-bottom: 15px;
}
.carrier-main .carrier-text p {
    font-size: 19px;
    color: #4c4c4c;
    padding-bottom: 15px;
}
.carrier-main .carrier-img h1 {
    font-size: 39px;
    color: #fafafa;
    margin-bottom: 30px;
}
.carrier-main .carrier-img .red-box {
    width: 275px;
    height: 275px;
    background-color: #df171a;
    float: left;
    color: #fff;
    padding: 50px 25px;
    text-align: justify;
}
.carrier-main .carrier-img .red-box p {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 15px;
}
.carrier-main .carrier-img .red-box h5 {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}
.carrier-main .carrier-img .testimonals {
    float: left;
    max-width: 300px;
}
.carrier-main .carrier-img .testimonals .test-box {
    float: left;
    /*width: 135px;*/
    /*height: 138px;*/
    padding: 1px;
    overflow: hidden;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    background-color: #181818;
    text-align: center;
}
.carrier-main .carrier-img .testimonals .text-box {
    width: 136px;
    height: 137px;
    background-color: #181818;
    float: left;
    text-align: center;
    margin: 1px;
}
.carrier-main .carrier-img .testimonals .text-box h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding-top: 45px;
    padding-bottom: 5px;
}
.carrier-main .carrier-img .testimonals .text-box a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}
.carrier-main .carrier-img .testimonals .text-box a:hover {
    text-decoration: underline;
}
.carrier-main .carrier-img .testimonals .test-box:hover {
    -webkit-filter: none; /* Chrome, Safari, Opera */
    filter: none;
}
.carrier-list {
    padding: 20px 75px;
}
.carrier-list .carrier-small-img {
    float: left;
    width: 160px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin-right: 35px;
}
.carrier-list .carrier-sec:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.carrier-list .carrier-detail h1 {
    font-size: 22px;
    color: #df171a;
    padding: 10px 0;
}
.carrier-list .carrier-detail p {
    font-size: 15px;
    color: #575757;
}
.carrier-list .carrier-detail .apply {
    border: 3px solid #e9e9e9;
    display: inline-block;
}
.carrier-list .carrier-detail .apply button {
    background-color: #e12d36;
    padding: 18px 50px;
    color: #fff;
    font: 600 13px/13px 'Roboto', sans-serif;
    display: inline-block;
    height: 50px;
    vertical-align: top;
}
.carrier-list .carrier-detail .apply i.fa.fa-angle-right {
    background-color: #E12D36;
    width: 45px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    padding-top: 13px;
    text-align: center;
    vertical-align: middle;
}

/*<======>
Value Page Css
<======>*/

.value_slider li {
    background: url('../images/value-bg.png') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 150px 0;
}
.value-bg {
    max-width: 650px;
    margin-left: 100px;
}
.value-bg h1 {
    font-size: 70px;
}
.value-bg p {
    font-size: 21px;
}
.value-bottom {
    padding: 25px 0 70px;
}
.value-bottom .heading {
    float: left;
    margin-left: 50px;
}
.value-bottom .value-logo {
    float: right;
}
.value-bottom .value-img-detail {
    /*margin-left: -50px;*/
    margin-bottom: 50px;
    display: inline-block;
}
/*.value-bottom .value-img-detail div:first-child {
    margin-right: 50px;
}*/
/*.value-bottom .value-img-detail:nth-child(odd) .value-img {
    margin-top: 10px;
}
.value-bottom .value-img-detail:nth-child(even) .value-img {
    margin-top: 15px;
}*/
.value-bottom .value-img-detail:first-child .value-img {
    float: left;
    margin-right: 50px;
}
.value-bottom .value-img-detail:nth-child(3) .value-img {
    float: right;
    margin-left: 50px;
}
.value-bottom .value-img-detail:nth-child(5) .value-img {
    float: left;
    margin-right: 50px;
}
.value-bottom .value-img-detail:nth-child(7) .value-img {
    float: right;
    margin-left: 50px;
}
.value-bottom .value-img-detail:nth-child(9) .value-img {
    float: left;
    margin-right: 50px;
}

.value-bottom .value-img-detail .value-img {
    float: left;
    width: 230px;
    height: 170px;
    overflow: hidden;
    margin-top: 15px;
}
.value-bottom .value-img-detail .value-detail {
    float: left;
    max-width: 980px;
    font-size: 19px;
}
.value-bottom .value-img-detail .value-detail h4 {
    color: #df110a;
    margin-bottom: 15px;
}
.value-bottom .value-img-detail .value-detail h4 span {
    font-style: italic;
    font-weight: 300;
}
.value-bottom .value-img-detail .value-detail p {
    text-align: justify;
    line-height: 35px;
}
.value .bx-wrapper {
    margin: 0;
}
.value .bx-wrapper .bx-pager {
    display: none;  
}
.value-quality {
    background: url(../images/value-bg1.png) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 800px;
}
.value-quality h1 {
    height: 800px;
    vertical-align: middle;
    display: table-cell;
    font-size: 100px;
    font-family:'Didot';
    font-style: italic;
}
.value-quality h1 span {
    font-size: 175px;
    font-weight: bold;
    display: block;
    font-style: initial;
}

/*<======>
Technical Page Css
<======>*/

.technical, .faq {
    border-top: 3px solid #d5d3c6;
    padding-top: 40px;
}
.technical .heading {
    float: left;
}
.technical .search, .faq .search {
    float: right;
    border: 3px solid #e9e9e9;
}
.technical .search span:first-child, .faq .search span:first-child {
    display: inline-block;
    padding: 15px;
    padding-right: 50px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: #4c4c4c;
}
.technical .search span:nth-child(2), .faq .search span:nth-child(2) {
    border-left: 2px solid #d0d0d0;
    color: #d0d0d0;
    display: inline-block;
    padding: 15px;
    font-size: 13px;
}
.technical .question {
    border: 1px solid #cc3333;
    padding: 65px 50px;
    padding-right: 30px;
    margin-bottom: 35px;
}
.technical .question h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 35px;
}
.technical .question h4 {
    font-size: 19px;
    color: #cc3333;
    padding-bottom: 35px;
    line-height: 25px;
}
.technical .question p {
    font-size: 19px;
    color: #333333;
    padding-bottom: 35px;
    line-height: 25px;
}
.technical .question p:last-child {
    padding: 0;
}
.technical .question img {
    width: 100%;
    margin-bottom: 25px;
}

/*<======>
Faq Page Css
<======>*/

.faq {
    margin-bottom: 30px;
}
.faq .faq-tab {
    list-style: none;
    float: left;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.faq .faq-tab span:last-child {
    padding-left: 2px;
}
.faq .faq-tab li {
    float: left;
    text-decoration: none;
    border: 1px solid;
    height: 52px;
    border: 2px solid #bdc0c5;
    background-color: #ededed;
}
.faq .faq-tab li:nth-child(2) {
    border: 2px solid #bdc0c5;
    border-left-width: 0;
    border-right-width: 0;
}
.faq .faq-tab li a {
    position: relative;
    display: inline-block;
    padding: 15px 25px 10px;
}
.faq .tab-data h4 {
    font-size: 21px;
    padding-bottom: 20px;
    max-width: 465px;
    cursor: pointer;
}
.none {
    display: none;
}
.faq .active {
    display: block;
}
.faq query {
    width: 465px;
}
.faq .tab-data .active a {
    color: #e12d36;
}
.left {
    float: left;
}
.faq .sub-data {
    max-width: 700px;
    padding: 25px 40px 10px 45px;
    border: 2px solid #e2e5e5;
    float: right;
}
.faq .sub-data span img {
    opacity: 0.5;
    padding: 0 5px;
}
.faq .sub-data h3 {
    font-size: 21px;
    color: #e12d36;
    font-weight: bold;
}
.faq .sub-data p {
    font-size: 16px;
    color: #565a5c;
    padding-top: 40px;
    text-align: justify;
}
.faq .sub-data img {
    float: right;
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
}
.faq .tab-data h4.active {
    color: #e12d36;
}
/*Media Queries*/
@media screen and (max-width:1400px){
/*    .product-about .product-about-img-area {
        padding: 100px 25px;
    }*/
/*    .carrier-main .carrier-img .testimonals .test-box {
        width: 125px;
    }*/
    
    
    .hens-slide .slick-prev{
        left: 43%;
    }

    .hens-slide .slick-next{
        left: 48%;
    }
    
    .carrier-main .carrier-img .testimonals .test-box img {
        width: 100px;
    }
    .carrier-main .carrier-img .testimonals .text-box {
        width: 100px;
        height: 100px;
    }
    .carrier-main .carrier-img .testimonals .text-box h3 {
        padding-top: 25px;
    }
    .value-bottom .value-img-detail:nth-child(odd) {
        
    }
    .value-bottom .value-img-detail:nth-child(even) {
        
    }
/*    .value-bottom .value-img-detail:first-child .value-img {
        float: left;
    }
    .value-bottom .value-img-detail:nth-child(3) .value-img {
        float: right;
    }
    .value-bottom .value-img-detail:nth-child(5) .value-img {
        float: left;
    }
    .value-bottom .value-img-detail:nth-child(7) .value-img {
        float: right;
    }
    .value-bottom .value-img-detail:nth-child(9) .value-img {
        float: left;
    }*/
    .value-bottom .value-img-detail .value-detail {
        max-width: 925px;
    }
    
    .faq .sub-data {
        width: 50%;
    }
    
}
@media screen and (max-width:1280px){
    .quality div {
        max-width: 775px;
    }
    .quality h2 {
        font-size: 75px;
    }
    .quality h1 {
        font-size: 100px;
    }
/*    .product-list .product-detail {
        overflow-x: scroll;
    }*/
/*    .product-list .product-detail table tr:nth-child(even) {
        line-height: initial;
    }*/
    .product-list .product-detail table {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .carrier-main .carrier-img .red-box {
        width: 250px;
    }
    .carrier-main .carrier-text p {
        font-size: 16px;
    }
    .value-bottom .value-img-detail .value-detail {
        max-width: inherit;
        float: none;
    }
    .value-quality h1 {
        font-size: 75px;
        max-width: 700px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 200px 0;
    }
    .value-quality h1 span {
        font-size: 100px;
    }
    .value-quality {
        height: auto;
    }
    .about-bottom .about-bottom-data span:first-child {
        font-size: 50px;
    }
    .about-bottom .about-bottom-data span:last-child {
        font-size: 36px;
    }
}
@media screen and (max-width:1199px){
    .events {
        max-width: 500px;
    }
    .product-about .product-about-img-area {
        padding: 150px 90px;
    }
    .product-about .product-about-img-area h1 {
        text-align: left;
        
    }
    .carrier-main .carrier-img .testimonals .test-box img {
        width: 75px;
    }
    .carrier-main .carrier-img .testimonals .text-box {
        width: 75px;
        height: 75px;
        /*padding: 5px;*/
    }
    .carrier-main .carrier-img .testimonals .text-box h3 {
        font-size: 12px;
        padding-top: 10px;
    }
    .carrier-main .carrier-img .testimonals .text-box a {
        font-size: 12px;
    }
    .carrier-main .carrier-img .red-box {
        width: 225px;
        height: auto;
    }
}
@media screen and (max-width:1023px){
    .product-about .product-about-img-area {
        width: 100%;
    }
    .product-about .product-about-text-area {
        padding: 25px;
        width: 100%;
    }
    .carrier-main .carrier-text {
        width: 100%;
        height: auto;
    }
    .carrier-main .carrier-img {
        width: 100%;
        height: auto;
    }
    .carrier-main .carrier-img .red-box {
        width: 275px;
        /*height: 275px;*/
    }
    .carrier-main .carrier-img .testimonals .test-box img {
        width: inherit;
    }
    .carrier-main .carrier-img .testimonals .text-box {
        width: 136px;
        height: 137px;
    }
    .carrier-main .carrier-img .testimonals .text-box h3 {
        font-size: 15px;
        padding-top: 40px;
    }
    #q1, #q2, #q3 {
        width: 40%;
    }
    .faq .sub-data {
        /*width: 50%;*/
        padding: 15px;
    }
    #q1 .heading span, #q2 .heading span, #q3 .heading span {
        font-size: 40px;
        line-height: 42px;
    }
    .faq .tab-data h4 {
        max-width: none;
    }
    .about-bottom .about-bottom-data span:first-child {
        font-size: 36px;
    }
    .about-bottom .about-bottom-data span:last-child {
        font-size: 30px;
    }
    .estable ul li h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .estable ul li h3:before {
        bottom: 16px;
    }
    .estable ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width:991px){
    .tabs_holder {
        margin-top: 0;
    }
    .tabs li {
        display: block;
        margin: 5px auto;
        width: 50%;
    }
    .contact_form .form_conatnt .form-group .form-down {
        margin-bottom: 10px;
    }
    .contact_form .form_conatnt .form-group:first-child span {
        margin-left: 25px; 
    }
    .contact-add {
        padding-top: 0;
        margin: 0 -30px;
    }
    .contact_form {
        margin: 0 -30px;
    }
    .contact-add .contact-touch {
        position: static;
        margin-left: -40px;
    }
    .product-list .product-detail {
        font-size: 15px;
    }
    .product-list .product-detail table tr th, .product-list .product-detail table tr td {
        padding: 10px;
        padding-left: 15px;
    }
    .technical .heading span:first-child {
        font-size: 40px;
        line-height: 40px;
    }
    .technical .heading span:last-child {
        font-size: 50px;
    }
    .faq .tab-data h4 {
        font-size: 18px;
    }
    .faq .sub-data h3 {
        font-size: 18px;
    }
    .faq .sub-data p {
        font-size: 14px;
    }
    #q1, #q2, #q3 {
        width: 100%;
    }
    .faq .sub-data {
        width: 100%;
        max-width: none;
    }
    
    
    .about-bottom .about-bottom-data span:first-child {
        font-size: 36px;
    }
    .about-bottom .about-bottom-data span:last-child {
        font-size: 24px;
    }
}
@media screen and (max-width:767px){
    .faq .faq-tab {
        float: none;
        clear: both;padding-top: 5px;
    }
    .value-bottom .heading {
        margin-left: 0;
    }
    .heading {
        margin-bottom: 20px;
    }
    .technical .heading span:last-child {
        font-size: 38px;
    }
    .faq .tab-data h4 {
        font-size: 16px;
    }
    .technical, .faq {
        padding-top: 20px;
    }
    .strength_portion {
        margin-top: 25px;
    }
    .quality div {
        max-width: 525px;
    }
    .quality h2 {
        font-size: 50px;
    }
    .quality h1 {
        font-size: 75px;
    }
    .product-list .product-detail {
        font-size: 12px;
    }
    .product-list .product-detail table tr:first-child {
        font-size: 11px;
    }
    .product-list .product-detail table tr:nth-child(even) {
        line-height: initial;
    }
    .carrier-main .carrier-img {
        padding: 50px 25px;
    }
    .carrier-list {
        padding: 25px;
    }
    .carrier-list .carrier-detail .apply a {
        height: auto;
        padding: 10px 15px;
    }
    .carrier-list .carrier-detail .apply i.fa.fa-angle-right {
        height: auto;
        padding: 4px;
    }
    .value-bg {
        margin-left: 25px;
    }
    .value-bottom .value-img-detail .value-detail p {
        line-height: 24px;
        font-size: 16px;
    }
    .value-bottom .value-img-detail .value-img {
        width: 175px;
        height: auto;
    }
    .value-bottom .value-img-detail:first-child .value-img {
        margin-right: 10px;
    }
    .value-bottom .value-img-detail:nth-child(3) .value-img {
        margin-left: 10px;
    }
    .value-bottom .value-img-detail:nth-child(5) .value-img {
        margin-right: 10px;
    }
    .value-bottom .value-img-detail:nth-child(7) .value-img {
        margin-left: 10px;
    }
    .value-bottom .value-img-detail:nth-child(9) .value-img {
        margin-right: 10px;
    }
    .value-quality h1 {
        font-size: 50px;
        max-width: 525px;
    }
    .value-quality h1 span {
        font-size: 75px;
    }
    .technical .heading {
        margin-top: 0;
    }
    .hens-heading {
        left: 0;
    }
    .hens-slide .bx-controls-direction {
        left: 405px;
    }
    .estable ul li:after {
        display: none;
    }
    .estable ul li:before {
        display: none;
    }
    .s-line {
        display: none;
    }
    .estable ul li h3:before {
        display: none;
    }
    .estable ul li {
        width: 100%;
        margin: 20px 0;
        padding: 0 15px !important;
    }
    .estable ul li:first-child, .estable ul li:last-child {
        max-width: none;
    }
    .estable ul li:last-child img:first-child {
        display: none;
    }
    .estable ul li h3 {
        text-align: center !important;
    }
    .estable ul li p {
        text-align: justify;
    }
    .estable img {
        margin: 0 auto;
        max-width: 100%;
    }
    .estable h1 {
        font-size: 100px;
    }
    .estable h2 span {
        width: 25px;
    }
}
@media screen and (max-width:640px){
    .banner-slider h1 {
        font-size: 50px;
    }
    .tabs li {
        width: 75%;
    }
    .heading span:first-child {
        font-size: 40px;
        line-height: 40px;
    }
    .heading span:last-child {
        font-size: 40px;
        line-height: 40px;
    }
    .tabs_contant h3 {
        font-size: 15px;
    }
    .tabs_contant p {
        font-size: 12px;
        text-align: justify;
    }
    .quality div {
        max-width: 300px;
    }
    .quality h2 {
        font-size: 32px;
    }
    .quality h1 {
        font-size: 40px;
    }
    .heading_3 {
        font-size: 45px;
        line-height: 50px;
        max-width: 200px;
    }
    .events {
        max-width: 275px;
    }
    footer .footer-down .foot-left {
        float: none;
    }
    footer .footer-down .foot-right {
        float: none;
        display: block;
        margin-top: 10px;
    }
    .product-about .product-about-img-area {
        padding: 50px;
    }
    .product-slider-sec .bx-wrapper .bx-pager {
        left: 40%;
    }
    .product-slider-sec .bx-wrapper .bx-controls-direction a {
        width: 50px;
        height: 25px;
    }
    .product-slider-sec .bx-wrapper .bx-pager.bx-default-pager a {
        width: 15px;
        height: 15px;
    }
    .carrier-main .carrier-img .testimonals .test-box img {
        width: 100px;
    }
    .carrier-main .carrier-img .testimonals .text-box {
        width: 100px;
        height: 100px;
    }
    .carrier-main .carrier-img .testimonals .text-box h3 {
        font-size: 12px;
        padding-top: 10px;
    }
    .value-bg h1 {
        font-size: 36px;
    }
    .value-bg p {
        font-size: 14px;
    }
    .value-bottom .value-logo img {
        width: 50px;
    }
    .value-quality h1 {
        font-size: 32px;
        max-width: 300px;
        padding: 100px 0;
    }
    .value-quality h1 span {
        font-size: 40px;
    }
    .technical .question {
        padding: 25px;
    }
    .faq .faq-tab li {
        height: 40px;
        float: none;
    }
    .faq .faq-tab li a {
        padding: 8px;
    }
    .faq .faq-tab li:nth-child(2) {
        border: 2px solid #bdc0c5;
    }
    .about-bottom .about-bottom-data .about-info:first-child,
    .about-bottom .about-bottom-data .about-info:nth-child(2),
    .about-bottom .about-bottom-data .about-info:nth-child(3),
    .about-bottom .about-bottom-data .about-info:nth-child(4) {
        width: 50%;
        margin: 20px 0;
    }
}
@media screen and (max-width:480px){
    .tabs_logo img {
        width: 75px;
    }
    .boxes {
        width: 100%;
    }
    .product-about .product-about-img-area {
        padding: 20px;
    }
    .product-about .product-about-img-area h1 {
        font-size: 18px;
    }
    .product-slider-sec .bx-wrapper .bx-pager {
        left: 35%;
    }
    .carrier-main .carrier-text {
        padding: 25px;
    }
    .value-bottom .value-img-detail .value-img {
        width: 150px;
    }
    .value-bottom .value-img-detail .value-detail h4 {
        font-size: 14px;
    }
    .value-bottom .value-img-detail .value-detail p {
        font-size: 12px;
        line-height: 14px;
    }
    .technical .question h2 {
        font-size: 22px;
    }
    .technical .question h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .technical .question p {
        font-size: 16px;
    }
    .hens-slide .bx-controls-direction {
        left: 225px;
        top: 15%;
    }
    .hens-heading {
        padding: 15px;
    }
}
@media screen and (max-width:460px){
    .banner-left {
        padding: 0;
    }
    .banner-slider h1 {
        font-size: 36px;
    }
    .banner-slider p {
        font-size: 17px;
    }
    .tabs a.active {
        padding: 40px 20px 20px;
    }
    .tabs li {
        width: 90%;
    }
    .tabs_logo img {
        width: 50px;
    }
    .events ul {
        padding-left: 20px;
    }
    .contact-add p span {
        display: inline-block;
        margin-left: 0;
    }
    footer .home-services {
        display: block;
        padding: 0;
    }
    .nav-expanded nav {
        z-index: 99999;
        left: 0;
        width: 100%;
    }
    .product-about .product-about-img-area {
        padding: 5px;
    }
    .product-about .product-about-text-area {
        padding: 5px;
    }
    .product-about .product-about-text-area .product-detail p {
        font-size: 16px;
    }
    .carrier-main .carrier-img {
        padding: 25px 5px;
    }
    .carrier-main .carrier-text {
        padding: 5px;
    }
    .carrier-main .carrier-text p {
        font-size: 14px;
    }
    .carrier-main .carrier-img h1 {
        font-size: 20px;
        text-align: center;
    }
    .carrier-list {
        padding: 5px;
    }
    .carrier-list .carrier-small-img {
        margin-right: 10px;
    }
    .carrier-list .carrier-detail p {
        font-size: 14px;
    }
    .carrier-detail {
        float: left;
    }
    .value_slider li {
        padding: 50px 0;
    }
    .value-bg {
        margin-left: 0;
    }
    .value-quality .container {
        padding: 0;
    }
    .technical .search span:first-child, .faq .search span:first-child {
        padding-right: 15px;
    }
    .technical .heading span:first-child {
        font-size: 26px;
        line-height: 30px;
    }
    .technical .heading span:last-child {
        font-size: 32px;
    }
    .technical .question {
        padding: 10px;
    }
    .faq .tab-data h4 {
        font-size: 16px;
    }
    .hens-slide .hens-heading ul li span:first-child {
        font-size: 16px;
        width: 150px;
    }
    .hens-slide .hens-heading ul li span:nth-child(2) {
        font-size: 16px;
    }
    .hens-slide .bx-wrapper .bx-prev, .hens-slide .bx-wrapper .bx-next {
        width: 25px;
        height: 25px;
    }
    .hens-slide .bx-wrapper img {
        height: 450px;
    }
    .about-bottom .about-bottom-data .about-info:first-child,
    .about-bottom .about-bottom-data .about-info:nth-child(2),
    .about-bottom .about-bottom-data .about-info:nth-child(3),
    .about-bottom .about-bottom-data .about-info:nth-child(4) {
        width: 100%;
        margin: 20px 0;
    }
    .about-bottom {
        height: auto;
    }
    .contact_form input[type="submit"] {
        padding: 10px 40px;
    }
    .value-bottom .value-img-detail .value-img {
        width: 100%;
    }
}


