@font-face {
    font-family: calibri;
    src: url(../fonts/Calibri.eot);
    src: url(../fonts/Calibrid41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibri.woff) format("woff"), url(../fonts/Calibri.ttf) format("truetype"), url(../fonts/Calibri.svg#Calibri) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: calibri;
}
	a,
	a:link,
	a:visited,
	a:active,
	a:hover {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.topbar {
    background-color: #198dc7;
    padding: 15px;
    font-size: 16px;
}
.topbar .top-icon {
    margin-right: 8px;
}
.topbar a {
    color: #fff;
    position: relative;
    top: 5px;
}
.topbar span {
    font-size: 14px;
}
.topbar a:hover,
.topbar a:focus {
    color: #53dfee;
}
.topbar select {
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dd.png);
    background-repeat: no-repeat;
    background-position: 175px;
    width: 200px;
    color: #fff;
    border-radius: 3px;
    padding: 4px;
    background-color: #097bb5;
    border: none;
}
header .logo img {
    padding: 20px 0;
    width: 100%;
}
header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
}
header .navbar {
    min-height: 50px;
    margin-bottom: auto;
    border: none;
}
header .navbar-default .navbar-nav > li > a {
    color: #198dc7;
    padding: 30px 20px;
    font-size: 18px;
}
header .navbar-default .active {
    color: #fff;
    background-color: #198dc7;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #198dc7;
}
header .navbar-default .active a,
header .navbar-default .active a:hover,
header .navbar-default .active a:focus {
    color: #fff;
    background-color: #546169;
}
header .navbar-default li {
    margin: 0 1px;
}
header .menu-item li a {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    color: #198dc7;
}
header .menu-item li a:hover,
header .menu-item li a:focus {
    color: #fff;
    background-color: #546169;
}
header .menu-item li {
    margin: 0;
}
.sub-menu {
    display: none;
}
ul li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 1000;
}
navbar-right .sub-menu {
    right: 0;
    left: auto;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header .sub-menu li {
    margin: 0;
}
navbar-nav > li > .sub-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header .sub-menu li a {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    color: #198dc7;
    display: block;
    min-width: 200px;
}
header .navbar-default .current-menu-item {
    color: #fff;
    background-color: #546169;
}
header .sub-menu {
    margin-top: -2px;
}
header .sub-menu .menu-item-object-page {
    position: relative;
}
header .sub-menu .menu-item-object-page a {
    position: relative;
    display: block;
}
header .navbar-default .navbar-nav > .current-menu-item > a,
header .navbar-default .navbar-nav > .current-menu-item > a:hover,
header .navbar-default .navbar-nav > .current-menu-item > a:focus {
    color: #fff;
    background-color: #198dc7;
}
.slider #carousel-example-generic .carousel-inner {
    height: 300px;
}
#carousel-example-generic .carousel-caption-div span {
    font-size: 50px;
    text-shadow: 2px 5px 5px #000;
}
#carousel-example-generic .carousel-caption-div p {
    color: #000;
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}
#carousel-example-generic img {
    width: 100%;
    height: 300px;
}
#carousel-example-generic .carousel-caption-div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 20%;
    left: 5%;
    padding: 20px;
    text-shadow: none;
    width: 40%;
}
#carousel-example-generic .carousel-caption-div button {
    background-color: #198dc7;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 45px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 200px;
}
#carousel-example-generic .carousel-caption-div button:hover,
#carousel-example-generic .carousel-caption-div button:focus {
    background-color: rgba(0, 0, 0, 0.4);
}
#carousel-example-generic .carousel-control.left {
    background-image: none;
    background-color: rgba(0, 151, 167, 0.9);
    margin: auto;
}
#carousel-example-generic .carousel-control.right {
    background-image: none;
    background-color: rgba(0, 151, 167, 0.9);
    margin: auto;
}
#carousel-example-generic .carousel-control {
    width: 5%;
    opacity: none;
    height: 70px;
    text-align: center;
}
#carousel-example-generic .control-arrrow {
    line-height: 75px;
}
section {
    padding: 30px 0;
}
section .heading {
    font-size: 24px;
    color: #777;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
section .heading:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #198dc7;
    width: 30px;
    height: 5px;
}
.product #marketcarousel {
    margin-top: 30px;
}
.product #marketcarousel .item {
    padding: 15px;
}
.product #marketcarousel .item .product-card {
    box-shadow: 0 5px 15px #aaa;
    text-align: center;
    padding-bottom: 20px;
}

.product #marketcarousel .item .product-card img {
    width: 100%;
    height: 200px;
}

.product #marketcarousel .item .product-card h2 {
    font-size: 16px;
    color: #198dc7;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product #marketcarousel .item .product-card h2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #198dc7;
    width: 30px;
    height: 2px;
}

.product #marketcarousel .item .product-card p {
    text-align: center;
    color: #777;
    padding: 0 20px;
    min-height: 100px;
}

.product #marketcarousel .item .product-card .p-link {
    width: 130px;
    height: 35px;
    background-color: #198dc7;
    color: #fff;
    border-radius: 3px;
    border: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    padding: 5px 30px;
    border: 1px solid #fff;
}

.product #marketcarousel .item .product-card .p-link:hover {
    background-color: #fff;
    color: #198dc7;
    border: 1px solid #198dc7;
}

.product #marketcarousel .item a {
    display: block;
    width: 140px;
    background-color: #198dc7;
    color: #fff;
    margin: auto;
    padding: 8px;
    border-radius: 3px;
}

.product #marketcarousel .item a:hover,
.product #marketcarousel .item a:focus {
    background-color: #097bb5;
}

.about {
    background-color: #ddd;
}

.about .about-left {
    text-align: right;
    padding: 0;
    position: relative;
}

.about .about-left img {
    width: 100%;
}

.about .aboutdiv {
    padding: 25px 70px;
}

.about .about-left .heading {
    margin: 0;
    margin-top: 20px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
    color: #4f4f4f;
}

.about .heading:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #198dc7;
    width: 30px;
    height: 5px;
}

.about p {
    font-size: 16px;
    margin-top: 25px;
    text-align: justify;
    margin-bottom: 40px;
}

.about button {
    width: 180px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #0097a7;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.about button:hover,
.about button:focus {
    background-color: #005767;
}

.client-section {
    text-align: center;
}

.client-section .clientdiv {
    margin-top: 30px;
}

.client-section img {
    margin-bottom: 30px;
    box-shadow: 0 5px 10px #ddd;
    border: 1px solid transparent;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.fix_height:hover {
    border: 1px solid #0097a7;
}

.client-section button {
    background-color: #fff;
    width: 130px;
    height: 35px;
    border: 2px solid #0097a7;
    color: #0097a7;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
}

.client-section button:hover,
.client-section button:focus {
    background-color: #0097a7;
    color: #fff;
}

.services {
    background-color: #ddd;
    background-image: url(../images/services-bg.jpg);
    background-size: cover;
    color: #fff;
}

.services .servicesdiv {
    text-align: right;
    padding: 0;
    position: relative;
}

.services .servicesdiv img {
    width: 100%;
}

.services .service-card {
    padding: 10px 70px;
}

.services .servicesdiv .heading {
    margin: 0;
    margin-top: 20px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.services .servicesdiv .heading:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 30px;
    height: 5px;
}

.services .servicesdiv p {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
}

.services button {
    width: 130px;
    height: 35px;
    background-color: transparent;
    border: 2px solid #0097a7;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 20px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.services button:hover,
.services button:focus {
    background-color: #0097a7;
}

.services .industrydiv {
    text-align: left;
    padding: 0;
    position: relative;
}
.services .industry-card {
    padding: 10px 70px;
}
.services .industrydiv .heading {
    margin: 0;
    margin-top: 20px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.services .industrydiv .heading:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 30px;
    height: 5px;
}
.services .industrydiv img {
    width: 100%;
}
.services .industrydiv ul {
    margin-top: 30px;
}
.services .industrydiv ul li {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.services .industrydiv ul li a {
    color: #fff;
}
.services .industrydiv ul li a:hover,
.services .industrydiv ul li a:focus {
    color: #198dc7;
}
.services .industrydiv ul li:before {
    font-family: fontawesome;
    position: absolute;
    left: 0;
    content: "\f105";
    font-size: 15px;
    color: #fff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.services .industrydiv ul li:hover:before {
    color: #198dc7;
    left: 5px;
}
.loginform .group .wpcf7-form-control {
    font-size: 16px;
    padding: 15px 0 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #aaa;
    background: 0 0;
    color: #000;
}
.loginform .group .wpcf7-form-control:focus,
.loginform .group .wpcf7-form-control:hover {
    border-bottom: 2px solid #198dc7;
}
.loginform .group select {
    padding: 15px 0 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #aaa;
    background: 0 0;
    color: #8f8f8f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-sign-to-navigate.png);
    background-repeat: no-repeat;
    background-position: right 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.loginform .group select:hover,
.loginform .group select:focus {
    border-bottom: 2px solid #ed6f51;
}
.loginform .login-card .group textarea {
    font-size: 18px;
    padding: 15px 0 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #aaa;
    background: 0 0;
    color: #000;
}
.loginform .login-card .group textarea:focus {
    outline: none;
}
.inquiry .btndiv {
    text-align: center;
    margin-top: 20px;
}
.inquiry button {
    width: 130px;
    height: 35px;
    background-color: #198dc7;
    border: 2px solid #198dc7;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.inquiry button:hover,
.services button:focus {
    background-color: #fff;
    color: #198dc7;
}
footer {
    padding: 0;
    margin: 25px 0 0;
}
.footer_bg {
    background-color: #097bb5;
    padding: 10px 0;
}
footer ul {
    margin: 15px 0 0;
    padding: 0;
    float: left;
}
footer ul li {
    float: left;
}
footer ul li a {
    color: #fff;
    padding: 0 20px;
}
footer ul li a:hover,
footer ul li a:focus {
    color: #53dfee;
}
footer .footer-logo-img {
    float: right;
}
.bottom {
    padding: 10px;
}
.bottom span a {
    color: #198dc7;
}
.bottom i {
    font-size: 25px;
}
.bottom .social-link a {
    float: right;
    color: #198dc7;
    padding: 0 5px;
}
.bottom .social-link a:hover,
.social-link a:focus {
    color: #097bb5;
}
.product-list .panel-body {
    padding: 0;
}
.product-list .panel-body table tr td {
    padding-left: 15px;
}
.product-list .panel-body .table {
    margin-bottom: 0;
}
.product-list #accordion {
    margin-top: 20px;
}
.product-list #accordion .ph {
    background-color: #546169;
    border: medium;
    border: 1px solid #546169;
    border-radius: 0;
    color: #fff;
}
.product-list #accordion .panel-body ul {
    list-style: none;
    padding: 0;
}
.product-list #accordion .panel-body ul li a {
    display: block;
    padding-left: 20px;
    color: #546169;
}
.product-list #accordion .panel-body ul li a i {
    padding: 10px 20px;
    font-size: 18px;
    vertical-align: middle;
    margin: auto;
    color: #eee;
}
.product-list #accordion .panel-body ul li a:hover,
.product-list #accordion .panel-body ul li a:focus {
    background-color: #849199;
    color: #fff;
}
.product-list #accordion .panel-body ul li {
    line-height: 40px;
    margin-bottom: 1px;
    background-color: #eee;
}
.product-list #accordion .panel {
    border-radius: 0;
    margin-bottom: 0;
}
.product-list .panel-default {
    border: none;
}
.product-list .product-menu {
    margin-top: 30px;
}
.product-list .product-menu h2 {
    margin: auto;
    background-color: #198dc7;
    position: relative;
    font-size: 22px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
.product-list .product-menu h3 {
    margin: auto;
    background-color: #198dc7;
    position: relative;
    font-size: 22px;
    padding: 10px;
    color: #fff;
}
.product-list .product-menu p {
    margin-top: 15px;
    font-size: 14px;
}
.product-list .detail-card {
    margin-top: 20px;
}
.product-list .detail-card .product-detail-card {
    box-shadow: 0 2px 5px #aaa;
    position: relative;
    border-radius: 3px;
    margin-bottom: 30px;
}
.product-list .detail-card .product-detail-card h4 a {
    color: #546169;
    display: block;
}
.product-list .detail-card .product-detail-card:hover h4 a,
.product-list .detail-card .product-detail-card:focus h4 a {
    color: #198dc7;
}
.product-list .detail-card .product-detail-card h4 {
    padding: 15px;
    margin: 0;
    text-align: center;
}
.product-list .detail-card .product-detail-card .card-img {
    position: relative;
    overflow: hidden;
}
.product-list .detail-card .product-detail-card .card-img a {
    display: block;
}
.product-list .detail-card .product-detail-card .card-img span {
    color: #fff;
    font-size: 18px;
    line-height: 300px;
    padding: 7px 30px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-list .detail-card .product-detail-card .card-img span:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.product-list .detail-card .product-detail-card .card-img .overlay-card {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 0;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-list .detail-card .product-detail-card:hover .overlay-card {
    height: 100%;
}
.product-list .case {
    background-color: #eee;
}
.product-list .case ul {
    list-style: none;
    padding: 10px;
}
.product-list .case ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.product-list .case ul li a {
    color: #546169;
}
.product-list .case ul li a:hover {
    color: #198dc7;
}
.product-list .case ul li:after {
    content: "\f101 ";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 5px;
    color: #000;
}
.product-form {
    background-color: #eee;
    padding: 10px;
}
.product-list .product-form input,
.product-list .product-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #eee;
    resize: none;
}
.product-list .product-form input:hover,
.product-list .product-form input:focus {
    border-bottom: 2px solid #198dc7;
}
.product-list .product-form textarea:hover,
.product-list .product-form textarea:focus {
    border-bottom: 2px solid #198dc7;
}
.product-list .product-form .btnproduct {
    margin: auto;
    text-align: center;
}
.product-list .product-form .btnproduct .wpcf7-submit {
    background-color: #aaa;
}
.product-list .product-form .btnproduct .wpcf7-submit {
    background-color: #198dc7;
    border: 1px solid #198dc7;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    transition: all 300ms ease-in-out 0s;
    width: 120px;
    text-transform: none;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.product-list .product-form .btnproduct .wpcf7-submit:hover,
.product-list .product-form .btnproduct .wpcf7-submit:focus {
    background-color: #097bb5;
    border: 1px solid #097bb5;
    color: #fff;
}
.contactdetail {
    background-color: #eee;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contactdetail i {
    margin-right: 10px;
    color: #198dc7;
}
.contactdetail .fa-map-pin {
    float: left;
    margin-top: 5px;
}
.contactdetail div {
    padding-left: 25px;
}
.product-detail-img .heading span {
    text-transform: none;
    color: #0097a7;
}
.product-detail-img .img-product {
    margin-top: 25px;
}
.product-detail-img .img-product img {
    padding-bottom: 10px;
}
.product-detail {
    background-color: #eee;
}
.product-detail .heading {
    text-align: left;
    font-size: 18px;
    text-transform: none;
    margin: 0;
}
.product-detail .heading:after {
    left: 0;
    right: auto;
}
.product-detail .card {
    background-color: #fff;
    padding: 15px;
    margin: 0;
    min-height: 340px;
    box-shadow: 0 5px 10px #ccc;
    margin-bottom: 20px;
}
.product-detail .card p {
    margin-top: 10px;
}
.product-detail .card ul {
    margin-top: 10px;
}
.product-detail .card ul li {
    position: relative;
    padding-left: 15px;
}
.product-detail .card ul li:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome;
    left: 0;
}
.product-detail .card button {
    background-color: #198dc7;
    border-radius: 3px;
    padding: 5px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-detail .card button:hover {
    background-color: #fff;
    border: 1px solid #198dc7;
    color: #198dc7;
}
.inquiry-form .inputform {
    margin-top: 30px;
}
.inquiry-form .inquiry-card {
    box-shadow: 0 2px 5px #aaa;
    padding: 20px 30px;
}
.inquiry-form .inquiry-card h2 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    margin-top: 10px;
    color: #198dc7;
}
.inquiry-form .inputform input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-bottom: 2px solid #ccc;
    border-style: none none solid;
    border-width: medium medium 2px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 30px;
}
.inquiry-form .inputform input:hover,
.inquiry-form .inputform input:focus {
    border-bottom: 2px solid #198dc7;
    background-color: #eee;
}
.inquiry-form .inputform textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-bottom: 2px solid #ccc;
    border-style: none none solid;
    border-width: medium medium 2px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: 30px;
}
.inquiry-form .inputform textarea:hover,
.inquiry-form .inputform textarea:focus {
    border-bottom: 2px solid #198dc7;
    background-color: #eee;
}
.inquiry-form .inputform select {
    padding: 15px 0 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    background: 0 0;
    color: #8f8f8f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-sign-to-navigate.png);
    background-repeat: no-repeat;
    background-position: right 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.inquiry-form .inputform select:hover,
.inquiry-form .inputform select:focus {
    border-bottom: 2px solid #198dc7;
    background-color: #eee;
}
.inquiry-form .inquirybtn {
    text-align: center;
    margin-top: 30px;
}
.inquiry-form .ibtn .wpcf7-submit {
    background-color: #198dc7;
    padding: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: 2px solid #198dc7;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 300px;
    height: 40px;
}
.inquiry-form .ibtn .wpcf7-submit:hover,
.inquiry-form .ibtn .wpcf7-submit:focus {
    color: #198dc7;
    border: 2px solid #198dc7;
    background-color: #eee;
}
.contactus .sub-heading {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #0097a7;
    text-transform: uppercase;
}
.contactus .contact-detail {
    position: relative;
    border: 1px solid #aaa;
    padding: 20px;
    margin-top: 30px;
}
.contactus .contact-detail:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #aaa;
    border-width: 15px;
    margin-left: -15px;
}
.contactus .contact-detail ul {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 25px;
}
.contactus .contact-detail h2 {
    color: #546169;
    font-size: 24px;
    margin: auto;
}
.contactus .contact {
    text-align: center;
}
.contactus .contact .contact-card {
    background-color: #eee;
    border: 1px solid #dadada;
    padding: 10px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
}
.contactus .contact .contact-card h3 {
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
}
.contactus .contact .contact-card i {
    height: 30px;
    width: 30px;
    background-color: #097bb5;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
}
.contactus .contact .contact-card:hover,
.contactus .contact .contact-card:hover a {
    background-color: #546169;
    color: #fff;
}
.country {
    background-color: #eee;
}
.country .country-list ul {
    list-style: none;
    padding: 0;
}
.country .country-list {
    margin-bottom: 30px;
}
.country .country-list ul li {
    width: 50%;
    float: left;
    padding: 3px;
}
.country-list div {
    padding: 3px 0;
}
.country-list h4 {
    color: #198dc7;
}
.about a {
    width: 180px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #0097a7;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 10px;
    margin-top: 10px;
}
.about a:hover,
.about a:focus {
    background-color: #005767;
}
.client-section a {
    background-color: #fff;
    width: 130px;
    height: 35px;
    border: 2px solid #0097a7;
    color: #0097a7;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
}
.client-section a:hover,
.client-section a:focus {
    background-color: #0097a7;
    color: #fff;
}
.servicesdiv a {
    width: 130px;
    height: 35px;
    background-color: transparent;
    border: 2px solid #0097a7;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 20px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
}
.servicesdiv a:hover,
.servicesdiv a:focus {
    background-color: #0097a7;
}
.servicesdiv a {
    background-color: transparent;
    border: 2px solid #0097a7;
    border-radius: 3px;
    color: #fff;
    height: 35px;
    margin-top: 10px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
}
.servicesdiv a:hover,
.servicesdiv a:focus {
    background-color: #0097a7;
}
.industry-card .industry-alink {
    background-color: transparent;
    border: 2px solid #0097a7;
    border-radius: 3px;
    color: #fff;
    height: 35px;
    margin-top: 10px;
    padding: 8px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
    width: 130px;
    top: 40px;
}
.industry-card .industry-alink:hover,
.industry-alink:focus {
    background-color: #0097a7;
}
.wpcf7-submit {
    width: 130px;
    height: 35px;
    background-color: #198dc7;
    border: 2px solid #198dc7;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.wpcf7-submit :hover,
.wpcf7-submit :focus {
    background-color: #fff;
    color: #198dc7;
}
.wpcf7-not-valid-tip {
    color: red;
}
.screen-reader-response,
.wpcf7-validation-errors {
    display: none;
}
footer .footer-logo-img {
    float: right;
}
.con-add {
    padding: 0 15px;
}
#carousel-example-generic .carousel-control .fa {
    line-height: 70px;
}
.aboutus .aboutusdiv {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #198dc7;
    position: relative;
}
.aboutus .aboutusdiv:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #198dc7;
    border-width: 15px;
    margin-left: -15px;
}
.aboutus .aboutusdiv h2 {
    color: #546169;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
}
.aboutus .aboutusdiv h2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #0097a7;
}
.aboutus .aboutusdiv p {
    font-size: 16px;
    margin: 5px 0;
    text-align: justify;
}
.aboutus .aboutusdiv img {
    margin-bottom: 30px;
}
.aboutus .aboutusdiv a img {
    margin-bottom: 5px !important;
}
.aboutus .aboutusdiv a p {
    text-align: center;
}
.overview {
    background-color: #eee;
    margin-top: 30px;
}
.info1 {
    background-color: #eee;
}
.info1 .card {
    position: relative;
    box-shadow: 0 5px 10px #bababa;
    margin-bottom: 30px;
    background-color: #546169;
}
.info1 .card .card-icon {
    background-color: #fff;
    bottom: 0;
    height: 110px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 10;
    display: table-cell;
}
.info1 .card .card-icon p {
    float: right;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    position: relative;
    left: 55px;
    box-shadow: inset 0 3px 10px #7f7f7f;
}
.info1 .card .card-icon p i {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 46px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 10px #7f7f7f;
    background-color: #198dc7;
}
.info1 .card .card-content {
    margin-left: 170px;
    min-height: 200px;
    position: relative;
}
.info1 .card .card-content h1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    text-align: left;
}
.info1 .card .card-content p {
    color: #fff;
    padding-right: 30px;
    padding-top: 10px;
}
.info1 .card .card-icon::before {
    border-bottom: 45px solid #fff;
    border-right: 100px solid transparent;
    content: " ";
    left: 0;
    position: absolute;
    top: -45px;
}
.info1 .card .card-icon::after {
    border-top: 45px solid #fff;
    border-right: 100px solid transparent;
    content: " ";
    left: 0;
    position: absolute;
    bottom: -45px;
}
.material {
    border-right: 3px solid #198dc7;
    box-shadow: 0 2px 5px #aaa;
    padding: 15px 0;
}
.material h2 {
    color: #198dc7;
    font-size: 24px;
}
.material p {
    padding-right: 20px;
}
.material-detail {
    background: url(../images/services-bg.jpg);
    background-size: cover;
    color: #fff;
    padding: 15px;
}
.material-detail h2 {
    color: #fff;
}
.material-detail span {
    display: block;
    text-align: center;
    width: 50%;
    margin: 10px auto;
    color: #eaeaea;
}
.material-detail .material-card {
    border: 1px solid #ececec;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    min-height: 220px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
}
.material-detail .material-card img {
    margin: auto;
}
.material-detail .material-card h3 {
    font-size: 20px;
    color: #ffcc50;
}
.material-detail .material-card .desc {
    height: 100px;
    overflow-y: hidden;
    padding: 0 20px;
}
.material-detail .material-card p {
    color: #dfdfdf;
}
.materail-equipment h2 {
    color: #198dc7;
}
.materail-equipment span {
    display: block;
    text-align: center;
    width: 50%;
    margin: 10px auto;
    color: #7a7a7a;
}
.materail-equipment .equipmentdiv {
    margin: 20px 5px;
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 2px solid #198dc7;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 5px 10px #aaa;
}
.materail-equipment .equipmentdiv:hover {
    background-color: #d8d8d8;
}
.materail-equipment .equip-card h3 {
    font-size: 20px;
    color: #546169;
}
.materail-equipment .equip-card p {
    padding-right: 20px;
    color: #6a6a6a;
}
.materail-equipment .equip-card a {
    display: block;
    color: #0097a7;
    border: 2px solid #0097a7;
    padding: 6px;
    width: 120px;
    text-align: center;
    margin-top: 15px;
}
.materail-equipment .equipmentdiv:hover a,
.materail-equipment .equipmentdiv:focus a {
    color: #fff;
    background-color: #198dc7;
}
.investmentdiv {
    background-color: #d4d4d4;
}
.investmentdiv .invest-card {
    border: 1px solid #198dc7;
}
.investmentdiv h2 {
    background-color: #198dc7;
    width: 300px;
    padding: 10px;
    color: #fff;
}
.investmentdiv h2.heading:after {
    display: none;
}
.investmentdiv span {
    display: block;
    text-align: center;
    width: 80%;
    margin: 20px auto;
    color: #000;
    line-height: 22px;
}
.materail-app h2 {
    color: #198dc7;
}
.materail-app .tt {
    display: block;
    text-align: center;
    width: 50%;
    margin: 10px auto;
    color: #7a7a7a;
}
.materail-app ul {
    margin-top: 20px;
    list-style: none;
    padding: 5px;
    position: relative;
}
.materail-app ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #6f6f6f;
}
.materail-app ul li:after {
    content: "\f105 ";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
}
.materail-app p {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #6f6f6f;
}
.col-card {
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    width: 150px;
}
.main_Cate {
    margin-top: 40px;
}
.main_Cate a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 5px;
    display: block;
    background: #be4b48; 

    background: -moz-linear-gradient(top, #be4b48 0%, #c33b38 33%, #ab322f 65%, #a4302d 100%);
    background: -webkit-linear-gradient(top, #be4b48 0%, #c33b38 33%, #ab322f 65%, #a4302d 100%);
       background: linear-gradient(to bottom, #52c5ff 0%, #198dc7 33%, #1181b9 65%, #0279b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be4b48',endColorstr='#a4302d',GradientType=0 );
}
}
.su-tabs-pane h3 {
    color: #198dc7;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
}
.su-tabs-pane p {
    font-size: 15px;
}
.su-tabs-pane table {
    font-size: 15px;
}
