/* CSS Document */
body {
    background: white /*url(../images/bg.jpg) fixed*/;
    background-size: 100% 100%;
    /*font-family: "Raleway-Regular";*/
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.navigation_toggle {
    display: none;
}
ul.callbacks_tabs.callbacks1_tabs {
    z-index: 2 !important;
}
ul.footer_li li a {
    font-size: 19px !important;
}
ul.rang li a {
    text-transform: uppercase;
    /* font-weight: bold; */
}
ul.navigation_mobile li {
    display: inline !important;
    width: 100%;
}
ul#navigation i.fa-plus {
    float: right;
    padding: 20px;
    /* background: red; */
}
.navigation_mobile ul.cc-sub li a {
    font-size: 12px;
}
ul.navigation_mobile .cc-sub li {
    display: inline-block !important;
    width: 100%;
}
ul.navigation_mobile .cc-sub {
    width: 92%;
    margin-left: -17px;
    padding: 0;
}
.navigation_mobile {
    position: absolute;
    right: 450px;
    top: -48px;
    z-index: 120000;
    width: 74%;
    display: none;
}

.navigation_mobile.active {
    position: absolute;
    top: -48px;
    right: 69px;
    left: -23px;
    z-index: 120000;
    width: 74%;
}
    
body,html {
        font-family: 'Questrial', sans-serif !important;
    }
h2.text-center.our_product {
    font-size: 34px;
    font-weight: bolder;
    color: #e5714b;
    text-transform: uppercase;
    margin: 26px 0px;
    /* border-bottom: 1px dotted #006fcd; */
    /*font-family: 'Roboto-Medium'*/
    font-family:'Questrial';
}

/* about us page design */
.left ul li {
    border-bottom: 1px solid #c9b2b2;
    padding: 10px 0px;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #04AA6D;
  color: white;
}

/* end about us page design */
a{
    text-decoration:none !important;
}
.box-color {
    background: #006fcd;
}
.logo a {
    width: 100%;
    display: flex;
    justify-content: center;
}
body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
    outline: none;
}
html {
    /*font-family: sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.cc-center {
    margin-left: auto;
    margin-right: auto;
    padding: 3px 58px;
    width: 100%;

} /*===START HEADER===*/
.box {
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
    padding: 4px;
    margin: 5px 0px;
}
header,
#slider,
#middle,
#footer {
    background: white;
    display: table;
    width: 100%;
}
#middle {
    background: #f1f3f6 !important;
}
.header-top {
    background: #005dab /*url(../images/head-bg.jpg) repeat*/;
    display: table;
    padding: 9px 0px;
    width: 100%;
    /*font-family: "Roboto-Regular";*/
}

.hleft li {
    float: left;
    border-right: 1px solid #fff;
    padding-right: 7px;
    font-weight: bold;
}
.email {
    color: white;
    background: url(../images/email-icon.png) no-repeat;
    padding: 0px 0px 0px 25px;
}
.email a {
    color: #dfdfdf;
}
.email a:hover {
    color: #fff;
}
.hright {
    float: right;
}
.hright li {
    float: left;
    padding-right: 5px;
}
.phone {
    color: #fff;
}
.phone span {
    float: left;
    color: white;
}
.phone-icon {
    background: url(../images/phone-icon.png) no-repeat;
    float: left;
    height: 21px;
    margin-left: 8px;
    padding: 0px 0px 0px 3px;
    width: 16px;
}
.header-bottom {
    display: table;
    padding: 0px 0px;
    width: 100%;
    z-index: 3;
    position: relative;
}
.navigation_mobile {
    /*display:none;*/
}
.logo,
.nav {
    float: left;
}
.logo {
    margin-top: 19px;
    width: 100%;
    text-align: center;
}
.logo img {
    /*height: 62px;*/
    /*width: 350px;*/
}
.nav {
    width: 100%;
    display: flex;
    justify-content:center;
}
#navigation {
    font-weight: bolder;
}
#navigation li {
    background: url(../images/nav-bg.jpg) repeat-x top;
    font-size: 16px;
    float: left;
    line-height: 96px;
    padding: 0px 20px;
    height: 96px;
}
#navigation li a {
    color: #1d1d1d;
}
#navigation >li > a:hover,
#navigation >li.active> a {
    /*background: url(../images/nav-bg.jpg) repeat-x bottom;*/
    border-bottom: 3px solid #05b0f7;
}
#navigation li a{
    padding:5px;
    text-transform: uppercase;
}

#navigation li:hover a,
#navigation li.active a {
    color: black;
}
.cc-sub {
    background: white;
    border-bottom: 3px solid #005dab;
    display: none;
    position: absolute;
    margin-left: -25px;
    width: 23em;
}
#navigation li .cc-sub li {
    background: none;
    border-top: 1px solid #e8ebf1;
    border-left: 1px solid #e8ebf1;
    border-right: 1px solid #e8ebf1;
    float: none;
    line-height: 20px;
    padding: 8px 10px;
    height: auto;
}
#navigation li .cc-sub li:hover {
    background: #005dab;
}
#navigation li .cc-sub li a {
    color: black;
}
#navigation li .cc-sub li:hover a {
    color: white;
}
#navigation li:hover .cc-sub {
    display: block;
} /*===MIDDLE===*/
#middle {
    padding: 25px 0px;
}
#inner #middle {
    background: #fcfcfc;
}
.index,
.welcome,
.application {
    clear: both;
    margin-bottom: 5px;
}
.index {
    display: table;
    width: 100%;
    padding-bottom: 25px;
}
.pro {
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 33.33%;
}
.box {
    border: 1px solid #e8e8e8;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.box .img img {
    height: 181px;
    width: 320px;
}
.name {
    background: #E6FFFE;
    height: 75px;
    text-align: left;
    padding-left: 10px;
    /*font-family: 'Questrial';*/
    font-weight: bolder;
}
.name a {
    color: black;
}
.name {
   text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 29px;
    /*margin-top: -28px;*/
    margin-bottom: 1rem;
    text-align: center;
}
.name a:hover {
    color: #fff;
    text-decoration: underline;
}
.button {
    background: #005dab;
    display: table;
    padding: 7px 15px;
    float: right;
    margin: 10px 0px;
}
.button a {
    color: white;
}
.button:hover {
    background: #000;
}
.application h1 {
    text-transform: none;
    font-size: 25px;
    /*font-family: "Raleway-Regular";*/
} /*manufacturer*/
#manufacturer {
    background: url(../images/export.jpg) no-repeat;
    background-position: 100% 100%;
    height: 317px;
    width: 100%;
}
#manufacturer li {
    padding-top: 130px;
}
#manufacturer h3 {
    /*background: rgba(0, 0, 0, 0.71);*/
    color: white;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0px;
    /*font-family: "Roboto-Regular";*/
}
#manufacturer h3 b {
    /*font-family: "Roboto-Medium";*/
    font-size: 26px;
} /*===FOOTER===*/
#footer {
    background: #005dab /*url(../images/head-bg.jpg)*/;
    padding: 7px 0px;
}
#footer li {
    float: left;
    /*color: skyblue !important;*/
}
#footer li a {
    color: black;
}
#footer li a:hover {
    text-decoration: underline;
} /*===INNER===*/
.left {
    float: left;
    width: 21%;
    border-right: 1px solid #f1f1f1;

}
.left,.right {
    /*background: #d8d4c8;*/
    padding: 10px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
}
.right {
    float: right;
    width: 78%;
}
.rang li {
    background: url(../images/arrow.png) no-repeat 0;
    padding: 5px 0px 5px 25px;
    /*font-family: "Roboto-Medium";*/
    font-size: 15px;
}
.right h2 {
    /*font-family: "Roboto-Medium";*/
    color: #28166f;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
ul.list li {
    list-style: inside none disc;
    color: #666;
    line-height: 26px;
    /*font-family: "Roboto-Regular";*/
}
.main {
    padding: 20px 0px 0px;
}
#inner .pro {
    width: 50%;
    float: left;
}
.app {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    padding: 5px;
    margin: 15px 0px 0px;
}
.application02 li {
    float: left;
    line-height: 25px;
    margin-right: 10px;
    font-size: 16px;
    /*font-family: "Roboto-Regular";*/
} /*pro-content*/
.pro-content {
    padding: 20px 0 0;
}
.pimg {
    margin-bottom: 50px;
}
.pimg img {
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 20px 20px 0px;
}
.pimg h4 {
    color: #9b2575;
    border: none;
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
}
#inner .pimg P {
    line-height: 22px;
} /*===*/
.ftop {
    border-bottom: 1px solid #015093;
    display: table;
    padding: 10px 0px 20px;
    width: 100%;
}
.ftop li {
    border-left: 1px solid #fff;
    padding: 0px 15px 0px;
}
.fbottom {
    border-top: 1px solid #0067be;
    display: table;
    padding: 10px 0px;
    width: 100%;
}
#footer ul li {
    float: none;
    font-family: 'Questrial';
}
b, strong {
    font-weight: 700;
    font-family: 'Questrial';
}
.ftop li:first-child {
    border: none;
    padding-left: 0px;
}
.arrow {
    margin-bottom: 25px;
    /*font-family: "Roboto-Regular";*/
}
.arrow h4 {
    color: #9b2575;
}
.arrow li {
    list-style: circle inside;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}
.arrow h6 {
    font-size: 15px;
}
.h4 {
    color: #9b2575;
    border: none;
}
