﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', sans-serif;
    color: #194d80a;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #194d80a;
}

.cataloge-box img {
    border: 1px solid #b9b9b9;
}

a {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #272727;
}

[role="button"] {
    cursor: pointer;
}
#share_country {
    padding: 0px;
}

#fb_country {
    padding: 0px;
}

img {
    max-width: 100%;
    border: none;
}

.banner_left_more_one {
    min-height: 340px;
}

ul {
    width: 100%;
    padding: 0;
    margin: 0 0 0 20px;
    float: left;
}

ul li {
    list-style: outside none disc;
    padding: 5px 0;
}

p {
    color: #4e4e4e;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-size: 15px;
    text-align: justify;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
}

.tText {
    color: white ! important;
    line-height: 12px ! important;
    font-size: 13px ! important;
    padding-top: 10px ! important;
    text-align: center !important;
}

.cbBrand .box-effect span {
    padding-top: 20%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.container {
    max-width: 1200px;
    width: 98%;
}

.header-top {
    width: 100%;
    height: auto;
    float: left;
    background: #ededed;
    padding: 10px 0;
}

.social-links-top {
    width: 100%;
    float: left;
}

.social-links-top a {
    color: #adadad;
    font-size: 16px;
    padding: 0 20px 0 0;
}

.social-links-top a:hover {
    color: #fff;
}

.header-top-links {
    float: right;
}

.header-top-links ul {
    padding: 0;
    margin: 0;
}

.header-top-links ul li {
    list-style: none;
    display: inline-block;
    color: #514f4f;
    font-size: 12px;
    padding: 0 5px;
    float: left;
}

.header-top-links ul li a {
    color: #adadad;
}

.header-top-links ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.sel-lang {
    width: auto;
    float: left;
    cursor: pointer;
}

.enabled._msddli_.selected {
    width: 100%;
}

.fnone {
    float: right;
    width: 16px;
    text-align: right;
    margin-top: 4px;
}

.ddlabel {
    float: left;
    color: #adadad;
}

.enabled._msddli_ {
    width: 100%;
    padding: 5px 5px;
    border-bottom: #333333 thin solid;
    cursor: pointer;
}

#countries_child>ul {
    background: #272727 none repeat scroll 0 0;
    margin-top: 29px;
}

.header-mid {
    width: 100%;
    float: left;
    padding: 18px 0;
}

.search-box {
    width: 100%;
    max-width: 540px;
    margin: auto -10% auto auto;
}

.search-box input {
    width: 100%;
    height: auto;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 115px 0 10px;
    font-size: 13px;
    color: #939393;
    font-style: italic;
    font-weight: 300;
}

.search-box button {
    position: absolute;
    border: none;
    color: #fff;
    right: 0;
    top: 0;
    background: #195c9e;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;
    font-family: 'Exo 2', sans-serif;
    cursor: pointer;
}

.call-us-head {
    float: right;
    font-size: 18px;
    color: #333333;
}

.call-us-head span {
    color: #0c549b;
    font-size: 15px;
    font-weight: bold;
    font-weight: 500;
    margin-right: 10px;
}

.quick-ask {
    float: right;
    border-bottom: #0b3f72 2px solid;
    font-size: 20px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 30px;
    font-style: italic;
    height: 40px;
    line-height: 32px;
    border-radius: 2px;
    margin-top: 15px;
    background: rgb(83, 175, 210);
    background: -moz-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#53afd2', endColorstr='#3776b5', GradientType=0);
}

.quick-ask:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(55, 118, 181);
    background: -moz-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: linear-gradient(to bottom, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3776b5', endColorstr='#53afd2', GradientType=0);
}

.quick-ask:focus {
    color: #fff;
}

.header-bottom {
    width: 100%;
    float: left;
}

.header-bottom.scrolled {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    background: #fff;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.notifications {
    float: right;
    text-align: right;
    display: none;
}

.notifications a {
    color: #5b5b5b;
    padding: 15px 10px 10px;
    float: left;
    font-size: 18px;
    position: relative;
}

.notifications a:hover {
    color: #185795;
}

.notifications em {
    font-style: normal;
    background: #e85100;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 2px;
}

.browse-by-category {
    width: 240px;
    float: left;
    font-size: 15px;
    color: #333333;
    font-weight: 300;
    padding: 15px 10px 15px 15px;
    cursor: pointer;
    margin-right: 0;
    border: #ededed 1px solid;
}

.browse-by-category i {
    margin-right: 5px;
}

.browse-by-category:hover {
    background: #f3f3f3;
    border: #e1e1e1 1px solid;
}

.by-category {
    float: left;
    width: 240px;
    background: #fafafa;
    height: 333px;
}

.home-slider {
    width: 100%;
    float: left;
    background: url(../images/home-slider-1.jpg) no-repeat top center;
    height: 333px;
    animation: enlarge 10s infinite alternate;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes enlarge {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 110% 110%;
    }
}

@keyframes enlarge {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 110% 110%;
    }
}

.homeslider {
    float: left;
    width: 100%;
    height: 333px;
    text-align: center;
    padding-top: 9%;
}

.homeslider .owl-carousel .owl-item img {
    display: none;
}

.homeslider span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
}

.homeslider h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.section-head {
    width: 100%;
    text-align: center;
    font-size: 29px;
    font-weight: 300;
    font-style: italic;
    color: #4e4e4e;
    max-width: 820px;
    margin: auto auto 30px;
}

.looking-for {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 23px;
    color: #194d80;
    padding: 30px 0;
}

.looking-for span {
    background: #f0f0f0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    line-height: 62px;
    clear: both;
    margin: auto auto 20px;
    display: table;
}

.looking-for a {
    color: #194d80;
    text-transform: uppercase;
    font-weight: 300;
}

.looking-for a:hover {
    color: #1b6aa5;
    text-decoration: none;
    font-weight: 500;
}

.looking-for-border {
    border-left: #e5e6e8 thin solid;
    border-right: #e5e6e8 thin solid;
    padding-bottom: 20px;
}

.industries {
    width: 100%;
    padding: 30px 0;
    background: #f0f0f0;
    float: left;
}

.industries .item {
    padding: 10px 5px;
    display: block;
}

.ind-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.ind-box img {
    width: 100%;
    max-width: 100%;
}

.overly-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.ind-box span {
    position: absolute;
    font-size: 13px;
    color: #fff;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 26%;
}

.ind-box:hover .overly-bg {
    background: none;
}

.industries1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 70px;
}

.industries1-box {
    width: 100%;
    height: auto;
    float: left;
}

.industries1-box img {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    border: 0px solid lightgrey;
    object-fit: cover;
}

.arrow-box1 {
    position: relative;
    padding: 15px;
    background: #f6f6f6;
    height: 340px;
    overflow: hidden;
}

.arrow-box1:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(246, 246, 246, 0);
    border-top-color: #f6f6f6;
    border-width: 20px;
    margin-left: -20px;
}

.cbmidImage img {
    padding-top: 10%;
}

.arrow-box2 {
    position: relative;
    padding: 15px;
    background: #f6f6f6;
    min-height: 340px;
}

.arrow-box2:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(246, 246, 246, 0);
    border-bottom-color: #f6f6f6;
    border-width: 20px;
    margin-left: -20px;
}

.industries1-box .overly-bg {
    display: none
}

.industries1-box:hover .overly-bg111 {
    display: block
}

.industries1-box .arrow-box1 {
    z-index: 100;
}

.industries1-box .arrow-box2 {
    z-index: 100;
}

.industries1-box:hover .arrow-box1,
.industries1-box:hover .arrow-box2 {
    background: #195c9e;
    color: White;
}

.industries1-box:hover .arrow-box1:after {
    border-top-color: #195c9e;
    color: White;
}

.industries1-box:hover .arrow-box2:after {
    border-bottom-color: #195c9e;
    color: White;
}

.industries1-box:hover h3 {
    background: #195c9e;
    color: White;
}

.industries1-box:hover p {
    background: #195c9e;
    color: White;
}

.industries1-box:hover a {
    background: #195c9e;
    color: White;
}

.industries1-box a:hover {
    background: #195c9e;
    color: White;
}

#quick_country {
    padding: 0px;
}

.industries1-box h3 {
    font-size: 20px;
    font-weight: 400;
    color: #221f1f;
    text-transform: uppercase;
}

.industries1-box p {
    font-size: 12.5px;
    line-height: 18px;
    font-weight: 300;
    color: #6a6c6f;
    margin: 0;
    font-weight: 500;
    text-align: left;
}

.industries1-box a:hover h3 {
    color: White !important;
    text-decoration: none !important;
}

.awards-accolades {
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
    padding: 60px 0;
}

.our-customers {
    width: 100%;
    height: auto;
    float: left;
    background: #fbfbfb;
    padding: 30px 0;
    border-top: #efefef thin solid;
}

.our-customers-text {
    width: 100%;
    float: left;
    margin-top: 10%;
}

.our-customers-text h3 {
    font-size: 33px;
    font-weight: 300;
    color: #221f1f;
    margin: 20px 0;
}

.our-customers-text p {
    font-size: 15px;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 29px;
    text-align: justify;
}

.certi-box {
    border: #dfdfdf 3px solid;
    padding: 20px 20px 20px 80px;
    position: relative;
    background: #fff url("../images/right-icon.png") no-repeat scroll 20px 18px;
}

.certi-box h4 {
    font-size: 19px;
    color: #4e4e4e;
    font-weight: 500;
    margin: 0;
}

.certi-box span {
    font-size: 12px;
    color: #717171;
    font-weight: 300;
    letter-spacing: 1px;
}

.certi-box:hover span {
    color: #185795;
}

.certi-box:hover h4 {
    color: #185795;
}

.certi-box:hover {
    background: #fff url("../images/right-icon-hover.png") no-repeat scroll 20px 18px;
}

.vector-map {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 30px;
    text-align: center;
}

.blog-post {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 50px;
}

.newsletter-div {
    width: 100%;
    height: auto;
    float: left;
    background: #195c9e;
    padding: 25px 25px 15px 25px;
}

.newsletter-text {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding-left: 80px;
}

.newsletter-text img {
    position: absolute;
    left: 15px;
    top: 0;
    max-height: 33px;
}

.newsletter-text h3 {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -1px;
}

.newsletter-text p {
    font-size: 13px ! important;
    color: #fff ! important;
    font-weight: 300 ! important;
    margin: 0 ! important;
    font-family: 'Open Sans', sans-serif ! important;
    line-height: 18px ! important;
}

.newsletter-form {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
}

.newsletter-form input {
    border: #d6d6d6 thin solid;
    width: 100%;
    float: left;
    color: #6c6c6c;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.newsletter-form select {
    border: #d6d6d6 thin solid;
    width: 100%;
    float: left;
    color: #6c6c6c;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.newsletter-form button {
    border: none;
    cursor: pointer;
    float: left;
    border-bottom: #0b3f72 2px solid;
    font-size: 20px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 30px;
    font-style: italic;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgba(228, 203, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
}

.newsletter-form button:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(222, 136, 25);
    background: -moz-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de8819', endColorstr='#e4b525', GradientType=0);
}

.newsletter-form button:focus {
    color: #fff;
}

.blog-post-home {
    width: 100%;
    height: auto;
    float: left;
}

.blog-box {
    width: 100%;
    float: left;
}

.bg1 {
    background: url(../images/home-blog-img01.jpg) no-repeat left top;
    height: 338px;
}

.blog-slider-text {
    position: relative;
    width: 380px;
    float: right;
    height: 338px;
    background: #f6f6f6;
    padding: 20px 30px;
}

.blog-slider-text:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(246, 246, 246, 0);
    border-right-color: #f6f6f6;
    border-width: 20px;
    margin-top: -20px;
}

.xxxxMenu {
    display: none ! important
}

.blog-slider-text em {
    background: #195c9e;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 10px;
}

.blog-slider-text span {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #194d80;
    letter-spacing: 1px;
    margin: 20px 0;
}

.blog-slider-text h4 a {
    font-size: 28px;
    color: #194d80;
    font-weight: 400;
}

.blog-slider-text:hover h4 a {
    color: #195c9e;
}

.blog-slider-text p {
    font-size: 15px ! important;
    color: #194d80 ! important;
    font-weight: 300 ! important;
    line-height: 23px ! important;
    margin: 20px 0 ! important;
}

footer {
    width: 100%;
    height: auto;
    float: left;
    background: #221f1f;
    padding: 50px 0;
    text-align: center;
}

.footer-links {
    width: 100%;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.footer-links ul li {
    list-style: none;
    display: inline-block;
    color: #514f4f;
    font-size: 12px;
    margin: 0 10px;
}

.footer-links ul li a {
    color: #adadad;
}

.footer-links ul li a:hover {
    color: #fff;
}

.copy {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #adadad;
    margin: 10px 0;
}

.leader {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #7fb1cb;
    font-size: 17px;
    color: #7fb1cb;
    font-style: italic;
}

.v-center {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
}

.v-center>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -10%;
}

.modal-box {
    display: none;
    left: 0 !important;
    position: fixed;
    overflow: auto;
    z-index: 1000;
    padding: 0;
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
    z-index: 9999999;
    background-clip: padding-box;
}

.modal-box .modal-body {
    padding: 20px;
    background: #fff;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.pop-logo {
    border-bottom: thin solid #e8e8e8;
    padding-bottom: 15px;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
    z-index: 99999;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.mob-nav {
    display: none;
}

.inner-cat {
    position: absolute;
    top: 50px;
    display: none;
    z-index: 99;
}

.browse-by-category:hover.inner-cat {
    display: block !important;
}

.inner-banner {
    width: 100%;
    float: left;
}

.banner-text {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    padding-top: 5%;
}

.inner-banner>img {
    width: 100%;
}

.banner-text h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
}

.banner-text p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}

.blog-page {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
}

.page-left {
    float: left;
}

.blog-page hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 !important;
}

.breadcrum-div {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 10px;
}

.breadcrum-div a {
    font-size: 13px;
    color: #666666;
    font-weight: 300;
}

.breadcrum-div a:hover {
    color: #1d7dcc;
}

.blog-listing {
    width: 100%;
    height: auto;
    float: left;
}

.blog-listing ul {
    padding: 0;
    margin: 0 -10px;
}

.blog-listing ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    width: 32%;
}

.blog-listing ul li .box {
    width: 100%;
    height: auto;
    float: left;
    background: #f6f6f6;
    position: relative;
}

.blog-listing ul li .box img {
    width: 100%;
}

.blisting-text {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 22px;
}

.blisting-text span {
    font-size: 9px;
    color: #6e6e6e;
}

.blisting-text h3 {
    line-height: 19px;
    margin: 0 0 10px 0;
}

.blisting-text h3 a {
    font-size: 17px;
    color: #194d80;
}

.blisting-text h3 a:hover {
    color: #195c9e;
}

.blisting-text p {
    font-size: 13px;
    color: #6a6c6f;
    line-height: 17px;
}

.blisting-text p a {
    font-size: 13px;
    color: #6a6c6f;
    line-height: 17px;
}

.mb-20 {
    margin-bottom: 40px !important;
}

.share-post {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    border-top: #e9e9e9 thin solid;
    padding: 10px;
    color: #9c9c9c;
}

.share-post i {
    cursor: pointer;
}

.share-listing {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: -38px;
    box-shadow: 0 0 5px #ccc;
    display: none;
    padding: 10px;
    position: absolute;
    width: auto;
    z-index: 99;
}

.share-listing a {
    color: #a9a9a9;
    margin: 0 0px;
    width: 23px;
    height: 23px;
    display: inline-block;
    cursor: pointer;
}

.share-listing img {
    width: 30px;
}

.share-post i:hover .share-listing {
    display: block;
}

.sicon a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

.share-listing .linkedin-icon {
    background: url(../images/linked-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .linkedin-icon:hover {
    background: url(../images/linked-iconh.png) no-repeat center #0094bc;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .fb-icon {
    background: url(../images/facebook-iconh.png) no-repeat center #c7c7c7;
    ;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .fb-icon:hover {
    background: url(../images/facebook-iconh.png) no-repeat center #4060a5;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .twitter-icon {
    background: url(../images/twitter-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .twitter-icon:hover {
    background: url(../images/twitter-iconh.png) no-repeat center #00abe3;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .massage-icon {
    background: url(../images/message-socialh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .massage-icon:hover {
    background: url(../images/message-socialh.png) no-repeat center #5d5f60;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .wa-icon {
    background: url(../images/whats-app-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .wa-icon:hover {
    background: url(../images/whats-app-iconh.png) no-repeat center #29a71a;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .wc-icon {
    background: url(../images/social6h.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .wc-icon:hover {
    background: url(../images/social6h.png) no-repeat center #2dc100;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .phone-icon {
    background: url(../images/phone-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .phone-icon:hover {
    background: url(../images/phone-iconh.png) no-repeat center #54135d;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .talk-icon {
    background: url(../images/talk-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .talk-icon:hover {
    background: url(../images/talk-iconh.png) no-repeat center #fbe300;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .line-icon {
    background: url(../images/line-iconh.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.share-listing .line-icon:hover {
    background: url(../images/line-iconh.png) no-repeat center #2cc826;
    background-size: 100%;
    border-radius: 50%;
}

.sicon .youtube-icon {
    background: url(../images/youtube-icon.png) no-repeat center #c7c7c7;
    background-size: 100%;
    border-radius: 50%;
}

.sicon .youtube-icon:hover {
    background: url(../images/youtube-icon.png) no-repeat center #2cc826;
    background-size: 100%;
    border-radius: 50%;
}

.pagi {
    float: left;
    margin-top: 30px;
}

.pagi li {
    list-style: none;
}

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2;
}

.pop-btn {
    float: right;
    margin-top: 30px;
}

.share-with-us-btn {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 600px;
    right: -138px;
    z-index: 9;
}

.share-with-us-btn:hover {
    right: 0px;
}

.feedback-btn {
    position: fixed;
    right: 0;
    top: 650px;
    right: -100px;
    z-index: 9;
}

.feedback-btn:hover {
    right: 0px;
}

.blog-right {
    margin-top: 52px;
}

.faqCategory .blog-right {
    position: absolute;
    right: 0;
}

.blog-right h2 {
    color: #194d80;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 0 10px;
    float: left;
    width: 100%;
}

.tag-search {
    width: 100%;
    float: left;
    border: #dbdbdb thin solid;
    padding: 10px;
    position: relative;
}

.tag-search i {
    position: absolute;
    color: #c0c0c0;
    left: 10px;
    top: 8px;
    font-size: 24px;
}

.tag-search input {
    width: 100%;
    border: none;
    font-size: 14px;
    color: #9c9c9c;
    font-style: italic;
    font-weight: 300;
    padding-left: 35px;
}

.blog-right h4 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.filter-text {
    width: 100%;
    float: left;
}

.filter-text p {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #6a6c6f;
    padding: 5px 0;
}

.filter-text p input {
    margin-right: 5px;
}

.clear-btn {
    border: #b9b9b9 thin solid;
    padding: 10px 15px;
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    background: none;
    margin: auto 5px;
    cursor: pointer;
}

.clear-btn:hover {
    background: #ededed;
}

.search-btn {
    background: #195c9e;
    border: none;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: auto 5px;
    cursor: pointer;
}

.search-btn:hover {
    background: #ededed;
    color: #195c9e;
}

.blog-right hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

.blog-right ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.blog-right ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.blog-right ul li a {
    font-size: 13px;
    color: #6a6c6f;
    padding: 2px 0px;
    float: left;
    width: 100%;
}

.blog-right ul li a:hover {
    color: #195c9e;
}

.blog-right ul li a span {
    background: #ededed;
    padding: 3px 15px;
    float: right;
    border-radius: 12px;
}

.view-all-btn {
    border: #e6e6e6 2px solid;
    padding: 5px 20px;
    font-size: 13px;
    color: #1d7dcc;
    margin: auto;
    display: table;
}

.view-all-btn:hover {
    background: #e6e6e6;
}

.newletter-right {
    width: 100%;
    height: auto;
    float: left;
}

.newletter-right .newsletter-text img {}

.newletter-right .newsletter-text {
    padding-left: 55px;
}

.newletter-right .newsletter-text h3 {
    color: #fff;
    font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .newletter-right .newsletter-text h3 {
        color: #fff;
        font-size: 15px;
    }
}

.newletter-right .newsletter-text p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    line-height: 13px;
    margin: 0;
}

.newletter-right .newsletter-form input {
    border: thin solid #d6d6d6;
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 14px;
    padding: 0 15px;
    width: 100%;
}

.newletter-right .newsletter-form button {}

.who-we-are-page {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 60px;
}

.who-we-are-page h2 {
    color: #373636;
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.who-we-are-page p {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
}

.who-we h3 {
    color: #373636;
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.who-we p {
    color: #4e4e4e;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 50px;
    width: 100%;
    text-align: justify;
}

.industries-inner {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/industries-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 30px;
}

.industries-inner h2 {
    color: #373636;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    margin: auto auto 30px;
    text-align: center;
    width: 100%;
}

.industries-inner .item {
    padding: 10px 5px;
}

.video-bg {
    width: 100%;
    height: 296px;
    background: url(../images/video-img.jpg) no-repeat center;
}

.video-overly {
    width: 100%;
    height: 296px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 286px;
    text-align: center;
}

.client-say {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 30px;
    padding-bottom: 0;
}

.client-say h2 {
    color: #373636;
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.client-text {
    padding: 0 0 0 20px;
    position: relative;
}

.client-text p img {
    position: absolute;
    left: 0;
    top: 0;
}

.client-text p {
    color: #373636;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 20px;
}

.client-text p span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    font-size: 19px;
    color: #373636;
    font-weight: 300;
    text-align: right;
    font-style: normal;
}

.client-text p span em {
    color: #187dcf;
    font-weight: 600;
    font-style: normal;
}

.who-we-contact {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.who-we-contact ul {
    height: auto;
    padding: 0;
    margin: 0 -10px;
}

.who-we-contact ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    width: 25%;
    vertical-align: top;
    float: left;
}

.who-we-contact ul li span {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    background: #195c9e;
    font-style: italic;
}

.who-we-contact ul li span i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin-left: 10px;
}

.who-we-contact img {
    width: 100%;
}

.who-we-contact ul li:hover span {
    background: #194d80;
}

.milestones {
    width: 100%;
    height: auto;
    float: left;
    background: #f0f0f0;
    padding: 70px 0;
}

.milestones h2 {
    color: #4e4e4e;
    font-size: 35px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.milestones li {
    list-style: none;
    position: relative;
}

.text-arrow_box1 {
    background: #fff none repeat scroll 0 0;
    min-height: 171px;
    padding: 23px;
    position: absolute;
    right: 0;
    width: 62%;
}

.text-arrow_box1:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -30px;
}

.text-arrow_box1 h4 {
    font-size: 25px;
    color: #195c9e;
    font-weight: 600;
    font-style: italic;
    width: 100%;
    float: left;
    text-align: left;
}

.text-arrow_box1 p {
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 300;
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 23px;
}

.text-arrow_box2 {
    background: #fff none repeat scroll 0 0;
    min-height: 171px;
    padding: 23px;
    position: absolute;
    left: 0;
    width: 62%;
}

.text-arrow_box2:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -30px;
}

.text-arrow_box2 h4 {
    font-size: 25px;
    color: #195c9e;
    font-weight: 600;
    font-style: italic;
    width: 100%;
    float: left;
    text-align: left;
}

.text-arrow_box2 p {
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 300;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 23px;
}

.frst-even-item img {
    float: right !important;
}

.milestone {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.milestone ul {
    margin: 0;
}

.frst-timeline-content-inner img {
    float: left;
}

.video-pop-up {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: none;
    border-bottom: none;
    border-radius: 4px;
    background-clip: padding-box;
}

@media (min-width:32em) {
    .video-pop-up {
        width: 44%;
    }
}

.js-open-modal.btn>img {
    cursor: pointer;
}

.video-pop-up header,
.video-pop-up .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.video-pop-up header h3,
.video-pop-up header h4,
.video-pop-up .modal-header h3,
.video-pop-up .modal-header h4 {
    margin: 0;
}

.video-pop-up .modal-body {
    padding: 0;
}

.video-pop-up footer,
.video-pop-up .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

a.close {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -6%;
}

a.close:hover {
    color: #fff;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.applicable-industries {
    width: 100%;
    height: auto;
    float: left;
}

.applicable-industries h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 23px;
    font-weight: 300;
    color: #194d80;
    border-bottom: #e0e0e0 thin solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.applicable-industries-slider {
    width: 100%;
    float: left;
}

.applicable-industries-slider .item {
    padding: 5px;
}

.applicable-industries-slider .ind-box {
    margin: 5px 0 10px;
}

.applications {
    width: 100%;
    height: auto;
    float: left;
}

.applications h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 23px;
    font-weight: 300;
    color: #194d80;
    border-bottom: #e0e0e0 thin solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.applications p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.applications p a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 16px 0;
    text-align: left;
    font-size: 18px;
    color: #1d7dcc;
    line-height: 30px;
}

.applications p a i {
    float: right;
    margin-right: 5px;
}

.applications p a:hover {
    color: #194d80;
}

.applications hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    float: left;
}

.related-projects {
    width: 100%;
    height: auto;
    float: left;
}

.related-projects h2 {
    color: #194d80 ! important;
    font-size: 35px ! important;
    font-style: normal ! important;
    font-weight: 300 ! important;
    margin-bottom: 21px ! important;
    margin-top: 35px ! important;
    text-align: left ! important;
    width: 100% ! important;
}

.related-projects ul {
    padding: 0;
    margin: 0 -10px;
}

.related-projects ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
}

.related-projects ul li span {
    background: #f6f6f6;
    width: 100%;
    padding: 15px 18px;
    font-size: 17px;
    color: #194d80;
    line-height: 21px;
    float: left;
}

.related-projects ul li:hover span {
    background: #195c9e;
    color: #fff;
}

.related-projects ul li img {
    width: 100%;
}

.our-process {
    width: 100%;
    height: auto;
    float: left;
}

.our-process h2 {
    color: #194d80;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 35px;
    text-align: left;
    width: 100%;
}

.process-div {
    width: 100%;
    float: left;
    background: #e7e7e7;
    min-height: 600px;
    margin-bottom: 60px;
}

.contact-btn {
    border: none;
    cursor: pointer;
    float: none;
    border-bottom: #7e541b 3px solid;
    font-size: 20px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 60px;
    margin: 20px auto;
    display: table;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    width: auto;
    border-radius: 2px;
    background: rgb(228, 181, 37);
    background: -moz-linear-gradient(top, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4b525', endColorstr='#de8819', GradientType=0);
}

.contact-btn:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(222, 136, 25);
    background: -moz-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de8819', endColorstr='#e4b525', GradientType=0);
}

.newsletter-form button:focus {
    color: #fff;
}

.related-articles {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
}

.related-articles h2 {
    color: #194d80;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 35px;
    text-align: left;
    width: 100%;
}

.related-articles ul {
    padding: 0;
    margin: 0 -10px;
}

.related-articles ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
    padding: 10px;
}

.related-articles ul li span {
    background: #f6f6f6;
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
    color: #194d80;
    line-height: 21px;
    float: left;
}

.related-articles ul li span em {
    font-style: normal;
    font-size: 10px;
    color: #6e6e6e;
    letter-spacing: 1px;
    width: 100%;
    float: left;
}

.related-articles ul li:hover span {
    background: #195c9e;
    color: #fff;
}

.related-articles ul li:hover span em {
    color: #fff;
}

.related-articles ul li img {
    width: 100%;
}

.solution-page {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 80px;
    border-top: #e8e8e8 2px solid;
    min-height: 700px;
}

.solution-page h2 {
    color: #373636;
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.img-overly {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    z-index: 9;
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    padding-top: 28%;
}

.share-with-popup {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

@media (min-width:32em) {
    .share-with-popup {
        width: 70%;
        max-width: 560px;
    }
}

.share-with-popup header,
.share-with-popup .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.share-with-popup header h3,
.share-with-popup header h4,
.share-with-popup .modal-header h3,
.share-with-popup .modal-header h4 {
    margin: 0;
}

.share-with-popup .modal-body {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.share-with-popup footer,
.share-with-popup .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.share-with-popup a.close {
    line-height: 1;
    font-size: 25px;
    position: absolute;
    top: 2%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

.share-with-popup a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.popup-form {
    width: 100%;
    height: auto;
}

.share-with-popup h2 {
    color: #194d80;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.form-control {
    border-radius: 0px !important;
    padding: 12px;
    font-size: 15px;
}

.file-input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.form-group {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}

.submit-btn {
    float: none;
    border-bottom: #0b3f72 2px solid !important;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 30px;
    font-style: italic;
    height: 40px;
    line-height: 32px;
    border-radius: 2px;
    cursor: pointer;
    background: rgb(83, 175, 210);
    background: -moz-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#53afd2', endColorstr='#3776b5', GradientType=0);
}

.submit-btn:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(55, 118, 181);
    background: -moz-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: linear-gradient(to bottom, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3776b5', endColorstr='#53afd2', GradientType=0);
}

.submit-btn:focus {
    color: #fff;
}

.cancel-btn {
    float: none;
    border-bottom: #888888 2px solid !important;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #888888;
    padding: 0px 30px;
    font-style: italic;
    height: 40px;
    line-height: 32px;
    border-radius: 2px;
    margin: 15px 10px 0;
    cursor: pointer;
}

.cancel-btn:hover {
    background: #bab8b8;
    text-decoration: none;
}

.cancel-btn:focus {
    color: #888888;
}

.banner1 h1 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: table;
    font-style: normal;
    font-size: 35px;
    margin: auto;
    padding: 10px 40px;
    text-align: center;
}

.banner1 p {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: table;
    float: none;
    font-size: 11px;
    margin: 10px auto auto;
    padding: 5px 15px;
    text-align: center;
    width: auto;
}

.inner-page {
    width: 100%;
    float: left;
    padding: 10px 0 60px;
}

.blog-main-text h3 {
    color: #373636;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}

.right-part {
    margin-bottom: 10px;
}

.right-part ul {
    margin: 0;
}

.right-part li {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.right-part li a span {
    border-radius: 0px !important;
    padding: 15px 15px !important;
}

.tab-type-page {
    width: 100%;
    height: auto;
    float: left;
    background: #ededed;
    border-bottom: #e0e0e0 thin solid;
}

.tab-type-page ul {
    padding: 15px 0 0;
    margin: 0;
}

.tab-type-page ul li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    float: left;
}

.tab-type-page ul li a {
    color: #878787;
    font-size: 17px;
    padding: 20px 50px;
    display: inline-block;
    float: left;
}

.tab-type-page ul li a.active {
    background: #fff;
    border-top: #1d7dcc 2px solid;
    color: #1d7dcc;
    border-left: #e0e0e0 thin solid;
    border-right: #e0e0e0 thin solid;
    margin-bottom: -1px;
}

.faq {
    padding: 0;
    margin: 0
}

.faq li {
    padding: 20px 0;
    list-style: none;
}

.faq li.q {
    background: #4FC2E;
    font-weight: 300;
    color: #1d7dcc;
    font-size: 19px;
    border-bottom: 1px #e9e9e9 solid;
    cursor: pointer;
    position: relative;
    padding: 20px 50px 20px 25px;
}

.faq li.q img {
    position: absolute;
    right: 30px;
    margin-top: 8px;
}

.faq li.a {
    background: #f7f7f7;
    display: none;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    padding: 25px 50px 25px 25px;
    text-align: justify;
}

.rotate {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-cat {
    width: 100%;
    margin: 0;
}

.faq-cat li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.faq-cat li a {
    color: #6a6c6f !important;
    font-size: 15px !important;
    font-weight: 300;
    border-bottom: #dbdbdb thin solid;
    padding: 15px 0 !important;
    width: 100%;
    display: inline-block;
}

.faq-cat li a.active {
    position: relative;
    color: #fff !important;
    background: #2082db;
    font-weight: 500;
}

.faq-cat li a.active:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(32, 130, 219, 0);
    border-right-color: #2082db;
    border-width: 24px;
    margin-top: -24px;
}

.news-events {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0px 0 0;
    border-right: #d9d9d9 thin solid;
}

.news-events ul {
    margin: 0;
    padding: 0;
    border-top: #e5e5e5 thin solid;
}

.news-events li {
    padding: 20px 20px 20px 315px;
    list-style: none;
    border-bottom: #e5e5e5 thin solid;
    position: relative;
}

.news-events li h3 {
    font-size: 24px;
    color: #194d80;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-events li span {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 400;
    letter-spacing: 2px;
    width: 100%;
    float: left;
}

.news-events li em {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 300;
    width: 100%;
    float: left;
    font-style: normal;
    margin-top: 5px;
}

.add-to {
    background: #195c9e !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 0 20px !important;
    margin-top: 20px;
    font-style: italic !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.add-to i {
    margin-right: 5px !important;
}

.add-to:hover {
    background: #1a68b5 !important;
    color: #fff !important;
}

.add-to:focus {
    background: #1a68b5 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.news-events li p {
    font-size: 15px;
    color: #6e6e6e;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 20px;
}

.zoom-img1 {
    position: absolute;
    left: 20px;
    top: 20px;
}

.c1 {
    position: absolute;
    right: 20px;
    cursor: pointer;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c2 {
    position: absolute;
    right: 20px;
    cursor: pointer;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c01 {
    display: none;
}

.c02 {
    display: none;
}

.ne-right {
    width: 100%;
    height: ;
    float: left;
    margin-top: 70px;
    border-top: #d9d9d9 thin solid;
    padding: 30px 0 0 30px;
}

.ne-right h3 {
    font-size: 16px;
    color: #194d80;
    font-weight: 600;
    text-transform: uppercase;
}

.ne-right ul {
    margin: 0;
}

.ne-right ul li {
    list-style: none;
    display: inline-block;
    border-bottom: #dbdbdb thin solid;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.ne-right ul li input {
    margin-right: 5px;
    border: #b9b9b9 thin solid !important;
    background: #fff;
}

.ne-right ul li label {
    margin: 0;
}

.case-study {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 60px;
}

.short-by {
    float: right;
    color: #6a6c6f;
    font-weight: 300;
    font-size: 15px;
}

.short-by select {
    margin-left: 10px;
}

.case-study ul {
    padding: 0;
    margin: 0 -15px;
    width: auto;
}

.case-study ul li {
    list-style: none;
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 15px;
}

.case-study ul li img {
    width: 100%;
}

.case-study-text {
    width: 100%;
    height: auto;
    float: left;
    padding: 25px;
    background: #f6f6f6;
}

.case-study-text em {
    font-size: 11px;
    font-weight: 300;
    color: #6e6e6e;
    font-style: normal;
    letter-spacing: 2px;
}

.case-study-text h3 a {
    font-size: 17px;
    font-weight: 500;
    color: #194d80;
    letter-spacing: 1px;
}

.case-study-text p {
    font-size: 13px;
    font-weight: 300;
    color: #6a6c6f;
    line-height: 21px;
}

.case-study-text span a {
    font-size: 13px;
    font-weight: 400;
    color: #1d7dcc;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

.case-study-text span a:hover {
    color: #194d80;
}

.case-study-text span a i {
    margin-left: 10px;
}

.case-study ul li:hover h3 a {
    color: #1d7dcc;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.applications .faq li.q {
    border-bottom: 1px solid #e9e9e9;
    color: #1d7dcc;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 30px 20px 0;
    position: relative;
}

.applications .faq li.q img {
    position: absolute;
    right: 10px;
    width: 12px;
}

.faq li.a {
    padding: 25px;
}

.inner {
    width: 100%;
    height: auto;
    float: left;
    border-top: #e8e8e8 2px solid;
    padding-top: 10px;
    padding-bottom: 50px;
}

.inner .breadcrum-div {
    margin-bottom: 20px;
}

.inner h2 {
    color: #373636;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.inner p {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
}

.product-listing {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.product-listing h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    font-style: italic;
}

.product-listing .box {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
}

.product-listing .box img {
    width: 100%;
}

.product-listing .blisting-text p {
    color: #6a6c6f;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    text-align: justify;
}

.product-listing ul {
    margin: 0 -6px;
    padding: 0;
    width: auto;
}

.product-listing ul li {
    list-style: none;
    display: inline-block;
    padding: 6px;
    float: none;
    width: 24%;
}

.box-effect {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-effect img {
    float: left;
    width: 100%;
}

.box-effect span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    height: 100%;
    left: 0;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.overpbox {
    background-color: #195c9e;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px 20px 10px;
}

.box-effect:hover .overpbox {
    opacity: 1;
}

.box-effect .overtext {}

.box-effect a .title {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0;
    text-transform: none;
}

.box-effect .title {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0;
    margin-top: 15px;
    text-transform: none;
}

.box-effect:hover .title,
.box-effect:focus .title {
    opacity: 1;
}

.box-effect a .tagline {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box-effect .tagline {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    opacity: 0;
}

.box-effect:hover .tagline,
.box-effect:focus .tagline {
    opacity: 1;
}

.box-effect a .tagline1 {
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    background: #03a5a9;
    line-height: 18px;
    padding: 5px;
    opacity: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.box-effect:hover .tagline1,
.box-effect:focus .tagline1 {
    opacity: 1;
}

.box-effect1 {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box-effect1 img {
    float: left;
    width: 100%
}

.box-effect1 span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    height: 100%;
    left: 0;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.box-effect1:hover span {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    -webkit-transition: all 300ms ease-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.cat1 .overpbox {
    padding: 0;
}

.applicable-industries {
    width: 100%;
    height: auto;
    float: left;
    background: #f4f4f4;
    padding: 50px 0;
    padding-bottom: 50px;
}

.blog-post h2 {
    color: #194d80;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.catalogues {
    width: 100%;
    height: auto;
    float: left;
    background: #f0f0f0;
    padding: 50px 0;
}

.catalog {
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.catalog p {
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    margin: 10px 0;
    width: 90%;
}

.product-listing .catalog p {
    text-align: left;
}

.catalog a {
    font-size: 13px;
    color: #828282;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.catalog a img {
    vertical-align: middle;
}

.catalog a:hover {
    color: #78b347;
}

.product-listing h2 span {
    float: right;
    color: #999999;
    font-size: 13px;
    margin-top: 20px
}

.product-listing h2 span a {
    color: #1d7dcc;
}

.product-list {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
}

.product-list li {
    list-style: none;
    width: 100% !important;
    float: left !important;
    position: relative;
    padding: 10px 10px 10px 230px !important;
    min-height: 170px;
    text-align: left;
    border-bottom: #e0e0e0 thin solid;
}

.product-list li img {
    position: absolute;
    left: 0;
    top: 10px;
}

.product-list li h3 a {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 500;
}

.product-list li h3 a:hover {
    color: #195c9e;
}

.product-list li p {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.product-list li span {
    color: #194d80;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.product-list li span em {
    color: #717171;
    font-size: 13px;
    float: left;
    width: 80px;
    font-style: normal;
}

.item-details {
    float: left;
    background: #195c9e;
    padding: 10px 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.item-details i {
    margin-left: 10px;
}

.item-details:hover {
    background: #1d7dcc;
    color: #fff;
}

.des {
    font-size: 10px;
    text-align: left;
    color: #6e6e6e;
    font-weight: 500;
}

.notification {
    width: 100%;
    float: left;
    position: relative;
}

.notification:hover {
    background: #195c9e;
}

.notification:hover .blisting-text span {
    color: #fff;
}

.notification:hover .blisting-text h3 a {
    color: #fff;
}

.notification:hover .blisting-text p {
    color: #fff;
}

.notification:hover .des {
    color: #fff;
}

.new {
    background: #d63030 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 12px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
}

.management {
    width: 100%;
    float: left;
    background: #f5f5f5;
    margin-bottom: 50px;
}

.management-text {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 50px 10px 50px;
    text-align: left;
}

.management-text h2 {
    font-size: 37px;
    color: #373636;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    margin-bottom: 0px;
}

.management-text span {
    font-size: 18px;
    color: #195c9e;
    font-weight: 300;
    text-align: left;
}

.management-text p {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 26px;
    text-align: justify;
    margin-top: 30px;
}

.management img {
    vertical-align: bottom;
    width: 100%;
}

.achivement {
    width: 100%;
    height: auto;
    float: left;
    background: #eee;
    padding: 20px 20px 20px 20px;
    position: relative;
    text-align: justify;
}

.achivement span {
    color: #373636;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    position: absolute;
    top: 20px;
    left: 40px;
}

.achivement p {
    color: #373636;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
}

.brand-cat {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 100px;
}

.brand-cat h2 {
    color: #194d80;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.careers-sub {
    width: 100%;
    height: auto;
    float: left;
}

.career-sub-box {
    width: 100%;
    height: auto;
    float: left;
}

.career-sub-box img {
    width: 100%;
}

.career-sub-box h2 {
    font-size: 33px;
    font-weight: 300;
    color: #373636;
    margin: 20px 0 30px;
}

.career-sub-box p {
    color: #4e4e4e;
}

.career-sub-box ul {
    margin: 30px 0 0 0;
}

.career-sub-box ul li {
    background: rgba(0, 0, 0, 0) url("../images/bulate-icon.png") no-repeat scroll 0 9px;
    color: #4e4e4e;
    list-style: outside none none;
    padding-left: 20px;
}

.career-video-box {
    width: 100%;
    float: left;
    position: relative;
}

.career-video-box img {
    width: 100%;
}

.video-hoverly {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video-hoverly img {
    width: 61px;
    padding-top: 25%;
}

.career-video-box:hover .video-hoverly {
    background: rgba(0, 0, 0, 0.2);
}

.vacancies {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0 80px;
}

.vacancies-text {
    width: 100%;
    height: auto;
    float: left;
}

.vacancies h3 {
    font-size: 16px;
    color: #194d80;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.vacancies-table {
    width: 100%;
    height: auto;
    float: left;
}

.vacancies-table th {
    background: #f9f9f9;
    padding: 20px;
    font-size: 13px;
    color: #898a8b;
    font-weight: 600;
}

.vacancies-table tr {
    border-bottom: #e9e9e9 thin solid;
}

.vacancies-table td {
    padding: 14px 20px;
    color: #373636;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.vacancies-table td a {
    color: #195c9e;
    font-size: 14px;
    font-weight: 600;
}

.vacancies-table tr:hover {
    cursor: pointer;
    background: #f9fbfd;
}

.right-box {
    width: 100%;
    height: auto;
    float: left;
}

.right-box-text {
    position: relative;
    padding: 30px;
    background: #195c9e;
    text-align: center;
}

.right-box-text:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 92, 158, 0);
    border-bottom-color: #195c9e;
    border-width: 20px;
    margin-left: -30px;
}

.right-box-text h3 {
    font-size: 27px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    text-transform: none;
}

.right-box-text p {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.right-box-text i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
}

.right-box-text:hover i {
    font-size: 24px;
    color: #fff;
}

.return-to {
    border-bottom: #0b3f72 2px solid;
    font-size: 14px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 30px;
    font-style: italic;
    height: 40px;
    line-height: 38px;
    border-radius: 2px;
    margin: 25px auto;
    display: table;
    background: rgb(83, 175, 210);
    background: -moz-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 175, 210, 1) 0%, rgba(55, 118, 181, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#53afd2', endColorstr='#3776b5', GradientType=0);
}

.return-to:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(55, 118, 181);
    background: -moz-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    background: linear-gradient(to bottom, rgba(55, 118, 181, 1) 0%, rgba(83, 175, 210, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3776b5', endColorstr='#53afd2', GradientType=0);
}

.return-to:focus {
    color: #fff;
}

.homeslider p {
    color: White;
    text-align: center;
    font-size: 32px;
    padding-top: 10px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.career-details {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 20px;
}

.career-details h2 {
    font-size: 35px;
    color: #194d80;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    margin: 0;
}

.carreerspan {
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    margin: 10px 0;
    display: inline-block;
}

.carreerspan em {
    font-size: 13px;
    color: #6e6e6e;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    margin: 0px 18px;
    display: inline-block;
}

.career-details p {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 300;
    font-style: normal;
    line-height: 27px;
    text-align: justify;
    margin: 10px 0;
    display: inline-block;
}

.career-details h4 {
    font-size: 16px;
    color: #194d80;
    text-transform: uppercase;
    font-weight: 500;
    margin: 30px 0 0px 0;
    display: inline-block;
}

.career-details ul {
    width: 100%;
}

.career-details ul li {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 300;
    font-style: normal;
    line-height: 27px;
    text-align: left;
    margin: 0px 0;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.career-details ul li i {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 15px;
    color: #b5b5b5;
}

.brand-cat ul {
    margin: 0;
}

.brand-cat ul li {
    list-style: none;
    display: inline-block;
    width: 20%;
    float: left;
}

.col-details {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
}

.brand-cat .card-header {
    width: 100%;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.brand-cat .card {
    border: none;
    border-radius: 0;
}

.brand-cat .card-block {
    background: #f6f6f6;
    padding: 40px 260px 40px 40px;
    position: relative;
}

.brand-cat .card-block h3 {
    font-size: 27px;
    color: #373636;
    font-weight: 300;
}

.brand-cat .card-block p {
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
}

.brand-cat .card-header h5 a {
    float: left;
}

.learn-more {
    background: #195c9e;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    padding: 14px 50px;
    position: absolute;
    right: 30px;
    top: 60px;
}

.learn-more i {
    padding-left: 10px;
}

.learn-more:hover {
    color: #fff;
}

.brand-cat .card-header a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 160px;
}

.brand-cat .card-header a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.brand-cat .card-header a .active {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.brand-cat .card-header a:hover {
    position: relative;
    border-bottom: #195c9e 3px solid;
    display: inline-block;
}

.brand-cat .card-header a:hover:after {
    top: 100%;
    z-index: 99;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 92, 158, 0);
    border-top-color: #195c9e;
    border-width: 10px;
    margin-left: -10px;
}

.brand-cat .card-header a.active {
    position: relative;
    border-bottom: #195c9e 3px solid;
    display: inline-block;
}

.brand-cat .card-header a.active:after {
    top: 100%;
    z-index: 99;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(25, 92, 158, 0);
    border-top-color: #195c9e;
    border-width: 10px;
    margin-left: -10px;
}

.brand-cat .card-header a.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.product-details {
    width: 100%;
    height: auto;
    float: left;
}

.product-details h2 {
    font-size: 33px;
    color: #373636;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    margin: 0;
}

.product-details span {
    font-size: 13px;
    color: #717171;
    font-weight: 300;
    margin: 10px 0 20px 0;
    display: inline-block;
}

.product-details span em {
    color: #1d7dcc;
    font-weight: 400;
    font-style: normal;
}

.product-details p {
    color: #194d80;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.product-details p strong {
    font-weight: 400;
    color: #194d80;
    width: 100%;
    float: left;
    line-height: 14px;
}

.product-details p a {
    color: #194d80;
}

.product-details p a:hover {
    color: #1d7dcc;
}

.product-price {
    width: 100%;
    height: auto;
    float: left;
}

.product-price h3 {
    font-size: 21px;
    color: #373636;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.product-price span {
    font-size: 13px;
    color: #194d80;
    font-weight: 300;
    width: 100%;
    margin: 10px 0 0;
}

.product-price span em {
    color: #1d7dcc;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    margin-left: 15px;
}

.product-price textarea {
    border: #dedede thin solid;
    padding: 10px;
    font-size: 13px;
    color: #194d80;
    font-style: italic;
    float: left;
    min-height: 87px;
}

.product-price input {
    border: thin solid #dedede;
    color: #194d80;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 50px;
}

.add-cart {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    border: none;
    padding: 0px 20px;
    height: 36px;
    line-height: 36px;
    background: #1d7dcc;
    color: #fff;
    cursor: pointer;
}

.add {
    float: left;
    width: 175px;
}

.add-cart:hover {
    opacity: 0.8;
}

.product-description {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.related-product {
    width: 100%;
    height: auto;
    float: left;
}

.related-product h2 {
    color: #194d80;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 21px;
    margin-top: 0;
    border-bottom: #e0e0e0 thin solid;
    margin-top: 50px;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}

.related-product ul {
    margin: 0 -10px;
    padding: 0;
}

.related-product ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    padding: 10px;
    float: left;
}

.rp-box {
    width: 100%;
    height: auto;
    float: left;
}

.rp-box img {
    border: #d0d0d0 thin solid;
}

.rp-box h3 {
    margin: 8px 0 0 0;
}

.rp-box h3 a {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 300;
}

.rp-box:hover h3 a {
    color: #1d7dcc;
}

.rp-box p {
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

.brand-cat h4 {
    font-size: 25px;
    color: #373636;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 30px;
    line-height: 30px;
}

.brand-cat p {
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 300;
    line-height: 23px;
}

.catalogue-left {
    float: left;
    width: 100%;
}

.catalogue-left h3 {
    color: #194d80;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalogue-left ul {
    margin: 0;
}

.catalogue-left ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    float: left;
}

.catalogue-left ul li a {
    color: #6a6c6f;
    font-size: 13px;
    font-weight: 300;
    border-bottom: #ebebeb thin solid;
    width: 100%;
    float: left;
    padding: 12px 0;
}

.catalogue-left ul li a i {
    float: right;
    display: none;
}

.catalogue-left ul li a:hover {
    color: #1d7dcc;
}

.catalogue-left ul li a.active {
    color: #1d7dcc;
}

.catalogue-left ul li a:hover i {
    float: right;
    display: block;
}

.catalogue-left ul li a.active i {
    float: right;
    display: block;
}

.catalogue-right {
    width: 100%;
    float: left;
}

.catalogue-right ul {
    width: 100%;
    margin: 0 -10px;
}

.catalogue-right ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    padding: 10px;
    float: left;
}

.cataloge-box {
    width: 100%;
    float: left;
}

.cataloge-box h5 {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 15px 0;
}

.view-btn {
    border: #b9b9b9 thin solid;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    padding: 0 10px;
    float: left;
}

.view-btn i {
    color: #b6b6b6;
    margin-right: 5px;
    font-size: 15px;
}

.view-btn:hover {
    border: #375896 thin solid;
}

.download-btn {
    border: #375896 thin solid;
    font-size: 12px;
    color: #fff;
    background: #375896;
    font-weight: 600;
    padding: 0 10px;
    float: left;
    margin-left: 10px;
}

.download-btn:hover {
    color: #fff;
    background: #385ea6;
}

.cs-main-left {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.cs-main-left h2 {
    font-size: 33px;
    color: #373636;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    line-height: 38px;
    margin: 0;
}

.cs-main-left p {
    text-align: justify;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.cs-main-left p strong {
    font-size: 18px;
}

.cs-location {
    width: 100%;
    float: left;
    border-bottom: #ebebeb thin solid;
    padding: 20px 0;
    margin-bottom: 20px;
}

.cs-location p {
    margin: 0;
}

.slider {
    width: 100%;
    height: auto;
    float: left;
}

.work-with-us {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.work-with-us h2 {
    color: #194d80;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.work-with-us ul {
    margin: 0 -20px;
    width: auto;
}

.work-with-us ul li {
    list-style: none;
    display: inline-block;
    padding: 20px;
    float: left;
    width: 33.33%;
}

.work-with-us ul li .box-effect span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    height: 100%;
    left: 0;
    padding-left: 20px;
    padding-top: 35%;
    position: absolute;
    text-align: left;
    width: 100%;
}

.work-with-us ul li .box-effect span:after {
    background: #fff;
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    margin-top: 25px;
}

.work-with-us ul li .box-effect a .title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    opacity: 0;
    text-align: left;
    text-transform: none;
}

.work-with-us ul li .box-effect a .tagline {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
    opacity: 0;
    text-align: justify;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.work-with-us ul li .box-effect a .tagline:after {
    background: #fff;
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    margin-top: 25px;
}

.work-with-us ul li .box-effect:hover .tagline,
.work-with-us ul li .box-effect:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.work-with-us ul li .box-effect:hover .title,
.work-with-us ul li .box-effect:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.work-with-us ul li .overpbox {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 45px 20px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 300ms ease-out 0s;
    width: 100%;
    z-index: 100;
}

.work-with-us ul li:hover .box-effect span {
    display: none;
}

.submit-your-resume {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    background: #195c9e;
    margin: 50px 0;
}

.submit-your-resume h3 {
    font-size: 38px;
    font-style: italic;
    font-weight: 300;
    color: #fff;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 26px !important;
}

.end-of ul li {
    width: 33.33% !important
}

.end-of ul li span {
    background: #009db0;
}

.end-of {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #f0f0f0;
}

.search-cat {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0;
}

.cat-search {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.cat-search .form-control {
    padding: 7px 12px;
    float: left;
    margin-left: 5px;
}

.cat-search button {
    height: 38px;
    line-height: 38px;
    background: #1d7dcc;
    border: none;
    border-bottom: #0b3f72 2px solid;
    cursor: pointer;
    font-size: 14px;
    color: #e7f5fa;
    font-weight: 600;
    font-style: italic;
    border-radius: 3px;
    padding: 0 20px;
    margin: 0 15px;
}

.cat-search select {
    width: 28%;
}

.b11 .industries1-box p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-top: 12%;
}

.can-help-you h2 {
    font-size: 35px;
    color: #373636;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    margin-top: 80px;
}

.b11-box1 {
    width: 100%;
    height: auto;
    float: left;
    background: #1d7dcc;
    border: #e0e1e3 thin solid;
    padding: 0 0 0 290px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.b11-box1 .faq {
    background: #fafafa none repeat scroll 0 0;
    margin: 0;
    padding: 20px 20px 20px 50px;
}

.b11-box1 .faq li.q img {
    left: 5px;
    position: absolute;
    top: 11px;
}

.b11-box1 .rotate {
    transform: rotate(-270deg);
}

.b11-box1 .faq li.a {
    padding: 0 26px;
}

.b11-box1 .faq li.q {
    color: #4e4e4e;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 50px 10px 25px;
    position: relative;
}

.b11-box2 .faq {
    background: #fafafa none repeat scroll 0 0;
    margin: 0;
    padding: 20px 20px 20px 50px;
}

.b11-box2 .faq li.q img {
    left: 5px;
    position: absolute;
    top: 11px;
}

.b11-box2 .rotate {
    transform: rotate(-270deg);
}

.b11-box2 .faq li.a {
    padding: 0 26px;
}

.b11-box2 .faq li.q {
    color: #4e4e4e;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 50px 10px 25px;
    position: relative;
}

.b11-box1-left {
    background: #1d7dcc none repeat scroll 0 0;
    left: 0;
    min-height: 180px;
    padding-top: 5%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 290px;
}

.b11-box1-left h4 {
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 24px;
    font-style: italic;
    text-align: left;
}

.b11-box1-left img {
    float: left;
    margin-left: 12%;
}

.b11-box1-left:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(29, 125, 204, 0);
    border-left-color: #1d7dcc;
    border-width: 20px;
    margin-top: -30px;
}

.b11-box1 p {
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
    margin: 0;
}

.b11-box2 {
    width: 100%;
    height: auto;
    float: left;
    background: #009db0;
    border: #e0e1e3 thin solid;
    padding: 0px 0px 0px 290px;
    position: relative;
    min-height: 180px;
    margin-bottom: 20px;
}

.b11-box2-left {
    background: #009db0 none repeat scroll 0 0;
    left: 0;
    min-height: 180px;
    padding-top: 5%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 290px;
}

.b11-box2-left h4 {
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 24px;
    font-style: italic;
    text-align: left;
}

.b11-box2-left img {
    float: left;
    margin-left: 12%;
}

.b11-box2-left:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 157, 176, 0);
    border-left-color: #009db0;
    border-width: 20px;
    margin-top: -30px;
}

.b11-box2 p {
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
    margin: 0;
}

.case-studies-slider {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
}

.case-studies-slider h2 {
    font-size: 33px;
    color: ;
    font-weight: 300;
    font-style: italic;
    border-bottom: #ebebeb thin solid;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}

.cs-slider {
    width: 100%;
    height: auto;
    float: left;
    margin1: 40px 0;
    padding: 0 30px;
    background: rgb(9, 164, 184);
    background: -moz-linear-gradient(left, rgba(9, 164, 184, 1) 0%, rgba(9, 164, 184, 1) 22%, rgba(25, 92, 158, 1) 25%, rgba(25, 92, 158, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 164, 184, 1) 0%, rgba(9, 164, 184, 1) 22%, rgba(25, 92, 158, 1) 25%, rgba(25, 92, 158, 1) 100%);
    background: linear-gradient(to right, rgba(9, 164, 184, 1) 0%, rgba(9, 164, 184, 1) 22%, rgba(25, 92, 158, 1) 25%, rgba(25, 92, 158, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#09a4b8', endColorstr='#195c9e', GradientType=1);
}

.cs-left {
    width: 40%;
    float: left;
}

.cs-left img {
    border-radius: 50%;
    border: #fff 4px solid;
}

.cs-right {
    width: 60%;
    float: left;
    padding: 30px 30px;
    color: #fff;
}

.cs-right span {
    font-size: 13px;
    font-weight: 400;
}

.cs-right span em {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
    width: 100%;
    float: left;
}

.cs-right h3 {
    width: 100%;
    float: left;
}

.cs-right h3 a {
    font-size: 32px;
    font-weight: 400;
    margin: 20px 0;
    color: #fff;
    border: none !important;
    float: left;
    width: 100%;
}

.cs-right p {
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0;
    color: #fff;
    border: none !important;
    float: left;
    width: 100%;
    text-align: justify;
    line-height: 25px;
}

.product-updates {
    width: 110%;
    height: 90%;
    float: left;
    border: #d8d8d8 3px solid;
    background: #fff;
    padding: 20px;
}

.product-updates h3 {
    font-size: 25px;
    color: #4e4e4e;
    font-weight: 400;
}

.product-updates p {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    float: left;
    width: 100%;
}

.featured-btn {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #e7f5fa;
    border-bottom: #3e6022 0px solid;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    font-weight: 500;
    background: rgb(116, 176, 66);
    background: -moz-linear-gradient(top, rgba(116, 176, 66, 1) 0%, rgba(103, 155, 60, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(116, 176, 66, 1) 0%, rgba(103, 155, 60, 1) 100%);
    background: linear-gradient(to bottom, rgba(116, 176, 66, 1) 0%, rgba(103, 155, 60, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#74b042', endColorstr='#679b3c', GradientType=0);
}

.featured-btn:hover {
    color: #fff;
    background: rgb(103, 155, 60);
    background: -moz-linear-gradient(top, rgba(103, 155, 60, 1) 0%, rgba(116, 176, 66, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(103, 155, 60, 1) 0%, rgba(116, 176, 66, 1) 100%);
    background: linear-gradient(to bottom, rgba(103, 155, 60, 1) 0%, rgba(116, 176, 66, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#679b3c', endColorstr='#74b042', GradientType=0);
}

.discontinued-btn {
    width: 100%;
    float: left;
    font-size: 19px;
    color: #e7f5fa;
    border-bottom: #3e6022 0px solid;
    margin-bottom: 10px;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    font-weight: 500;
    background: rgb(191, 85, 115);
    background: -moz-linear-gradient(top, rgba(191, 85, 115, 1) 0%, rgba(169, 60, 89, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(191, 85, 115, 1) 0%, rgba(169, 60, 89, 1) 100%);
    background: linear-gradient(to bottom, rgba(191, 85, 115, 1) 0%, rgba(169, 60, 89, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf5573', endColorstr='#a93c59', GradientType=0);
}

.discontinued-btn:hover {
    color: #fff;
    background: rgb(169, 60, 89);
    background: -moz-linear-gradient(top, rgba(169, 60, 89, 1) 0%, rgba(191, 85, 115, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 60, 89, 1) 0%, rgba(191, 85, 115, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 60, 89, 1) 0%, rgba(191, 85, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a93c59', endColorstr='#bf5573', GradientType=0);
}

.new-product {
    width: 100%;
    height: auto;
    float: left;
}

.contctTct {
    margin-bottom: 30px ! important;
}

.np-box1 {
    width: 100%;
    float: left;
    background: #f6f6f6;
    border: #e0e1e3 thin solid;
    margin-bottom: 30px;
}

.np-box1-left {
    width: 50%;
    float: left;
}

.np-slider {
    width: 100%;
    height: auto;
    float: left;
}

.np-box1-right {
    width: 50%;
    float: left;
    padding: 30px;
    color: #fff;
    position: relative;
    min-height: 420px;
    z-index: 99;
    background: #009db0;
}

.np-box1-right:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 157, 176, 0);
    border-right-color: #009db0;
    border-width: 20px;
    margin-top: -30px;
}

.featured {
    background: #f45768;
    padding: 3px 20px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 30px;
}

.np-box1-right h3 {
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 15px;
}

.np-box1-right p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.new-product hr {
    border-color: rgba(52, 197, 215, 0.25) currentcolor currentcolor;
}

.np-box2 {
    width: 100%;
    float: left;
    background: #f6f6f6;
    border: #e0e1e3 thin solid;
    margin-bottom: 30px;
}

.np-box2-right {
    width: 50%;
    float: left;
}

.np-box2-left {
    width: 50%;
    float: left;
    padding: 30px;
    color: #fff;
    position: relative;
    min-height: 420px;
    z-index: 99;
    background: #009db0;
}

.np-box2-left:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 157, 176, 0);
    border-left-color: #009db0;
    border-width: 20px;
    margin-top: -30px;
}

.new1 {
    background: #ffcb00;
    border-bottom: #826b12 thin solid;
    padding: 3px 20px;
    color: #3c3311;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 30px;
}

.np-box2-left h3 {
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 15px;
}

.np-box2-left p {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.contact {
    width: 100%;
    float: left;
    background: #fafafa;
    border: #ededed thin solid;
    padding: 30px;
}

.office {
    width: 100%;
    height: auto;
    float: left;
}

.office ul {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.office ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    color: #333333;
    border: #b9b9b9 thin solid;
    margin: 5px;
}

.office ul li:hover {
    background: #195c9e;
    border: #195c9e thin solid;
    color: #fff;
    cursor: pointer;
}

.office ul li.active {
    background: #195c9e;
    border: #195c9e thin solid;
    color: #fff;
    cursor: pointer;
}

.cdetails {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

.cdetails h3 {
    font-size: 28px;
    color: #373636;
    font-weight: 300;
    line-height: 30px;
}

.cdetails p {
    text-align: left;
    color: #6a6c6f;
    margin: 10px 0 20px;
    line-height: 25px;
    font-size: 16px;
}

.cdetails p i {
    margin-right: 5px;
}

.text {
    font-size: 15px !important;
    line-height: 25px !important;
    margin: 20px 0;
}

.cs2 {
    border-top: medium none;
    color: #9c9c9c;
    float: left;
    height: auto;
    padding: 10px;
    text-align: right;
    width: 100%;
}

.cs02 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 50px;
    box-shadow: none;
    display: none;
    padding: 10px;
    position: absolute;
    width: auto;
    z-index: 99;
}

.contact1 {
    width: 100%;
    height: auto;
    float: left;
}

.contact1 h2 {
    font-size: 37px;
    color: #194d80;
    font-weight: 300;
}

.contact1 p {
    margin-bottom: 20px;
}

.contact1 label {
    float: left;
    width: 20%;
    text-align: left;
    color: #818181;
    font-size: 15px;
    padding: 10px 0;
}

.contact1 .form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    color: #464a4c;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    width: 75%;
}

sup {
    color: #f1704d;
}

.view-project {
    width: 100%;
    height: auto;
    float: left;
    cursor: pointer;
    border: #e9e9e9 thin solid;
    padding: 30px 30px;
    margin-bottom: 15px;
    position: relative;
    font-size: 29px;
    color: #4e4e4e;
    font-style: italic;
    font-weight: 300;
}

.view-project span {
    color: #4e4e4e;
    font-weight: 600;
}

.view-project i {
    float: right;
    color: #bec0c3;
    cursor: pointer;
}

.numbers {
    width: auto;
    display: inline-block;
    text-align: center;
}

.numbers span {
    background: #195c9e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 70px;
    font-weight: 900;
    height: 80px;
    line-height: 42px;
    margin: 5px;
    padding: 12px;
}

.numbers p {
    color: #4e4e4e;
    font-size: 23px;
}

.sicon {
    position: absolute;
    left: ;
    top: 415px;
    z-index: 99;
    width: 70px;
    text-align: center;
    background: #transparent;
    padding: 15px 0;
    border-radius: 0 3px 3px 0;
}

.sicon a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.linkedin-icon {
    background: url(../images/linked-iconh.png) no-repeat center #c7c7c7;
}

.linkedin-icon:hover {
    background: url(../images/linked-iconh.png) no-repeat center #0094bc;
}

.fb-icon {
    background: url(../images/facebook-iconh.png) no-repeat center #c7c7c7;
}

.fb-icon:hover {
    background: url(../images/facebook-iconh.png) no-repeat center #4060a5;
}

.twitter-icon {
    background: url(../images/twitter-iconh.png) no-repeat center #c7c7c7;
}

.twitter-icon:hover {
    background: url(../images/twitter-iconh.png) no-repeat center #00abe3;
}

.massage-icon {
    background: url(../images/message-socialh.png) no-repeat center #c7c7c7;
}

.massage-icon:hover {
    background: url(../images/message-socialh.png) no-repeat center #5d5f60;
}

.wa-icon {
    background: url(../images/whats-app-iconh.png) no-repeat center #c7c7c7;
}

.wa-icon:hover {
    background: url(../images/whats-app-iconh.png) no-repeat center #29a71a;
}

.wc-icon {
    background: url(../images/social6h.png) no-repeat center #c7c7c7;
}

.wc-icon:hover {
    background: url(../images/social6h.png) no-repeat center #2dc100;
}

.phone-icon {
    background: url(../images/phone-iconh.png) no-repeat center #c7c7c7;
}

.phone-icon:hover {
    background: url(../images/phone-iconh.png) no-repeat center #54135d;
}

.talk-icon {
    background: url(../images/talk-iconh.png) no-repeat center #c7c7c7;
}

.talk-icon:hover {
    background: url(../images/talk-iconh.png) no-repeat center #fbe300;
}

.line-icon {
    background: url(../images/line-iconh.png) no-repeat center #c7c7c7;
}

.line-icon:hover {
    background: url(../images/line-iconh.png) no-repeat center #2cc826;
}

.tog {
    background: #f6f6f6;
    width: 35px;
    border-radius: 10px !important;
    height: 18px !important;
}

.tog i {
    color: #a9a9a9;
}

.more-social {
    display: none;
}

.sol1 {
    background: url(../images/sol-icon1.png) no-repeat left #eff0f2 !important;
}

.sol1:hover {
    background: url(../images/sol-icon1h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.sol1.active {
    background: url(../images/sol-icon1h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.sol2 {
    /*background: url(../images/sol-icon2.png) no-repeat left #eff0f2 !important;*/
}

.sol2:hover {
    /*background: url(../images/sol-icon2h.png) no-repeat left #195c9e !important;*/
    color: #fff !important;
}

.sol2.active {
    /*background: url(../images/sol-icon2h.png) no-repeat left #195c9e !important;*/
    color: #fff !important;
}

.sol3 {
    background: url(../images/sol-icon3.png) no-repeat left #eff0f2 !important;
}

.sol3:hover {
    background: url(../images/sol-icon3h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.sol3.active {
    background: url(../images/sol-icon3h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.sol4 {
    background: url(../images/sol-icon4.png) no-repeat left #eff0f2 !important;
}

.sol4:hover {
    background: url(../images/sol-icon4h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.sol4.active {
    background: url(../images/sol-icon4h.png) no-repeat left #195c9e !important;
    color: #fff !important;
}

.bg-none {
    background: none !important;
    padding: 0px !important
}

.folio-tab {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
}

.projects {
    width: 100%;
    float: left;
}

.projects ul {
    width: auto;
    margin: 0 -10px;
}

.projects ul li {
    list-style: none;
    display: inline-block;
    width: 24.5%;
    padding: 10px;
}

.projects ul li h3 {
    margin: 0;
    line-height: 21px;
}

.projects ul li h3 a {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    line-height: 10px;
    text-align: left;
    font-style: normal;
}

.projects ul li h3 a:hover {
    font-size: 16px;
    color: #195c9e;
}

.projects ul li p {
    font-style: normal;
    margin: 15px 0 5px 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.mob-cat .modal-body {
    padding: 0;
}

.phead {
    padding: 20px;
    float: left;
}

.mob-cat a.close {
    color: #333;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 14px;
    text-decoration: none;
    top: 13px;
}

.gmap img {
    width: 100%;
}

.sel-location {
    background: #fff none repeat scroll 0 0;
    border: thin solid #abacae;
    position: relative;
    cursor: pointer;
    float: left;
    max-width: 300px;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.sel-location .fnone {
    float: left;
    left: 15px;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    text-align: left;
    top: 12px;
    width: 24px;
}

.sel-location .enabled._msddli_ {
    border-bottom: thin solid #eeee;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

#location_child ul {
    background: #fff none repeat scroll 0 0;
    margin: 39px 0 0;
    width: 100%;
}

.submit-your-resume em {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
}

.submit-resume {
    border: none;
    cursor: pointer;
    float: left;
    border-bottom: #0b3f72 2px solid;
    font-size: 16px;
    font-weight: 600;
    color: #f0f8fb;
    padding: 0px 40px;
    font-style: italic;
    height: 41px;
    line-height: 32px;
    width: auto;
    border-radius: 3px;
    margin-left: 20px;
    background: rgb(228, 181, 37);
    background: -moz-linear-gradient(top, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(228, 181, 37, 1) 0%, rgba(222, 136, 25, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e4b525', endColorstr='#de8819', GradientType=0);
}

.submit-resume:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(222, 136, 25);
    background: -moz-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 136, 25, 1) 0%, rgba(228, 181, 37, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#de8819', endColorstr='#e4b525', GradientType=0);
}

.submit-resume:focus {
    color: #fff;
}

.submit-your-resume .ddlabel {
    color: #adadad;
    float: left;
    padding-left: 40px;
    width: 100%;
}

.submit-your-resume .ddTitleText {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.submit-your-resume .ddOutOfVision {
    float: left;
    width: 100%;
}

.submit-your-resume #location_msddHolder>select {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.submit-your-resume #location>option {
    float: left;
    padding: 10px;
}

.submit-your-resume .dd.ddcommon.borderRadius {
    position: relative;
    width: 100% !important;
    z-index: 99999;
}

.loc-icon {
    position: absolute;
    right: 10px;
    top: 15px;
}

.mob-cs {
    display: none;
}

.dex-cs {
    display: block;
}

.news-events .ficon {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    color: #ccc;
}

.news-events .ficon2 {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    color: #ccc;
}

.pop-slider {
    width: 100%;
    float: left;
    padding: 20px;
}

.foverly {
    display: none !important;
}

.zoom-img1:hover .foverly {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fafafa;
    display: block !important;
    font-size: 25px !important;
    height: 100%;
    padding-top: 22%;
    position: absolute;
    text-align: center;
    width: 100%;
}

.tab-content>.tab-pane {
    float: left;
    width: 100%;
}

.partner-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.partner-tab .nav {
    display: inline-block;
    padding-left: 150px;
}

.partner-tab .nav-tabs .nav-item {
    float: none;
    padding: 0;
    width: auto;
}

.partner-tab .nav-tabs .nav-item.show .nav-link,
.partner-tab .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #919191 #ddd #fff;
    border-radius: 0;
    border-top: 2px solid #919191;
    color: #1d7dcc;
}

.partner-tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #919191;
}

.pdeta {
    display: none
}

.pname {
    cursor: pointer;
}

.awards-accolades ul {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: left;
}


/****awards****/

.awards-accolades ul li {
    list-style: none;
    position: relative;
    color: #4E4E4E;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    padding: 0;
}

.awards-accolades ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #195C9E;
}

.inner .awards-wrap .breadcrum-div {
    margin-bottom: 40px;
}

.awards-wrap {
    width: 100%;
    padding: 0px 0 50px;
}

.awards-contents {
    margin-top: 0;
}

.title-main {
    margin-bottom: 65px;
}

.title-main h2 {
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #373636;
    font-family: 'Exo 2', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
}

.awards-listing {
    border-top: 1px solid #E5E5E5;
}

.award-inner {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

.award-img {
    text-align: center;
}

.aw-title {
    color: #194D80;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 20px;
}

.aw-subtitle {
    color: #373636;
    font-family: 'Exo 2', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
}

.award-inner p {
    color: #6E6E6E;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.our-certification [class*='col-sm'],
.our-certification [class*='col-md'],
.our-certification [class*='col-lg'] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.our-certification.resp-vtabs .resp-tabs-container {
    border: 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

.iso-cert {
    color: #333333;
    margin: 10px 0 20px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
}

.our-certification.resp-vtabs .resp-tab-active {
    color: #1D7DCC !important;
    border-bottom: none;
    background: #ffffff !important;
    border: 0;
}

.our-certification.resp-vtabs .resp-tabs-list li {
    font-family: 'Exo 2', sans-serif;
    color: #8B8C8B;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: #ebebeb thin solid;
    width: 100%;
    float: left;
    padding: 12px 0 !important;
    background: #ffffff;
    position: relative;
}

.our-certification.resp-vtabs .resp-tab-active:after,
.our-certification.resp-vtabs .resp-tabs-list li:hover:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 15px;
    color: #1d7dcc;
}

@media (min-width:768px) {
    .award-detail {
        padding-left: 24px;
    }
}

@media (max-width:1350px) {
    .sicon {
        display: none;
    }
    .social-links-top {
        width: auto;
    }
}

@media (max-width:1350px) and (min-width:1024px) {
    #forshare {
        display: inline-block !important;
    }
    #forshare img {
        height: 16px;
    }
}

@media (max-width:1200px) {
    img {
        max-width: 100%;
    }
    .homeslider {
        width: 74%;
    }
    .industries {
        padding: 30px;
    }
}

@media (max-width:1170px) {
    .notifications {
        display: none;
    }
    .homeslider h4 {
        font-size: 26px;
    }
    .homeslider {
        padding-top: 14%;
    }
    .who-we-contact ul li span {
        font-size: 16px;
    }
}

@media (max-width:1023px) {
    .by-category {
        display: none;
    }
    .homeslider {
        width: 100%;
    }
    .notifications {
        display: block;
    }
    .mob-nav {
        display: block;
    }
    .desktop-nav {
        display: none;
    }
    .catalogue-right ul li {
        width: 50%;
    }
    .catalogue-right ul li:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width:992px) {
    .box5 .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width:992px) {
    .call-us-head {
        font-size: 14px;
    }
    .quick-ask {
        margin-top: 10px;
    }
    .certi-box h4 {
        font-size: 14px;
    }
    .newsletter-div {
        margin-top: 10px;
    }
    .bg1 {
        background-size: cover;
    }
    .inner-banner>img {
        min-height: 180px;
    }
    .who-we-contact ul li {
        width: 50%;
    }
    .related-articles ul li {
        width: 50%;
    }
    .related-projects ul li {
        width: 50%;
    }
    .banner1 h1 {
        font-size: 25px;
    }
    .case-study ul li {
        width: 50%;
    }
    .product-listing ul li {
        width: 49%;
    }
    .work-with-us ul li {
        width: 50%;
    }
    .end-of ul li {
        width: 50% !important;
    }
    .search-box {
        margin: auto -5% auto auto;
    }
    .projects ul li {
        width: 49%;
    }
}

@media (max-width:767px) {
    .homeslider p {
        font-size: 20px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        white-space: normal;
    }
    .inner-banner>img {
        min-height: auto;
    }
    .sicon {
        width: 40px;
    }
    .sicon a {
        width: 25px;
        height: 25px;
    }
    .blog-listing ul li {
        width: 49%;
    }
    .who-we-are-page h2 {
        font-size: 28px;
    }
    .who-we h3 {
        font-size: 21px;
    }
    .who-we p {
        margin-bottom: 0;
    }
    .mb-5 {
        margin-bottom: 15px !important;
    }
    .mt-5 {
        margin-top: 15px !important;
    }
    .applications {
        margin-top: 30px;
    }
    .applications p a {
        line-height: 21px;
    }
    .tab-type-page ul li a {
        padding: 20px 30px;
    }
    .inner h2 {
        font-size: 24px;
        margin-bottom: 20px !important;
    }
    .related-product ul li {
        width: 50%;
    }
    .related-product ul li img {
        width: 100%;
    }
    .sp-thumbs {
        display: none !important;
    }
    .cat-search select {
        width: 30%;
    }
    .b11-box1-left {
        width: 100%;
    }
    .b11-box1-left:after {
        display: none;
    }
    .b11-box1 {
        padding: 20px;
    }
    .b11-box1-left {
        min-height: 75px;
        padding: 10px;
        position: relative;
        text-align: left;
        vertical-align: middle;
        width: 100%;
    }
    .b11-box1-left img {
        float: left;
        margin-left: 0;
    }
    .b11-box2-left {
        width: 100%;
    }
    .b11-box2-left:after {
        display: none;
    }
    .b11-box2 {
        padding: 20px;
    }
    .b11-box2-left {
        min-height: 75px;
        padding: 10px;
        position: relative;
        text-align: left;
        vertical-align: middle;
        width: 100%;
    }
    .b11-box2-left img {
        float: left;
        margin-left: 0;
    }
    .cs-left {
        float: left;
        width: 100%;
        padding-top: 20px;
    }
    .cs-right {
        width: 100%;
    }
    .cs-slider {
        background: #195c9e;
    }
    .np-box1-left {
        width: 100%;
    }
    .np-box1-right {
        width: 100%;
    }
    .np-box2-left {
        width: 100%;
    }
    .np-box2-right {
        width: 100%;
    }
    .sicon {
        display: none;
    }
    .mob-cs {
        display: block;
    }
    .dex-cs {
        display: none;
    }
    .award-img {
        margin-bottom: 20px;
    }
}

@media (max-width:640px) {
    .blog-listing ul li {
        width: 100%;
    }
    .blog-listing ul {
        margin: 0;
    }
    .who-we-contact ul li {
        width: 100%;
    }
    .who-we-contact ul {
        margin: 0;
    }
    .client-text p img {
        display: none !important;
    }
    .related-articles ul li {
        width: 100%;
        padding: 10px 0;
    }
    .related-projects ul li {
        width: 100%;
        padding: 10px 0;
    }
    .related-projects ul {
        margin: 0;
    }
    .related-articles ul {
        margin: 0;
    }
    .process-div {
        min-height: 300px;
    }
    .tab-type-page ul li a {
        padding: 20px;
    }
    .case-study ul li {
        width: 100%;
    }
    .case-study ul {
        margin: 0;
    }
    .news-events li {
        padding: 20px;
    }
    .zoom-img1 {
        left: 0;
        margin-bottom: 20px;
        position: relative;
        top: 0;
    }
    .work-with-us ul li {
        width: 100%;
    }
    .work-with-us ul {
        margin: 0;
    }
    .end-of ul {
        margin: 0;
    }
    .end-of ul li {
        width: 100% !important;
    }
    .vacancies-table {
        overflow: auto;
    }
    .sel-location {
        max-width: 100%;
    }
    .submit-resume {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .submit-your-resume h3 {
        font-size: 21px;
    }
    .work-with-us ul li .box-effect span {
        font-size: 21px;
    }
    .brand-cat .card-block {
        padding: 20px;
        float: left;
    }
    .learn-more {
        background: #195c9e none repeat scroll 0 0;
        color: #fff;
        float: left;
        font-style: italic;
        font-weight: 600;
        padding: 10px 20px;
        position: relative;
        right: 0;
        top: 5px;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .news-events li h3 {
        font-size: 14px;
    }
    .share-listing {
        bottom: 35px;
    }
    .applicable-industries h3 {
        text-align: center
    }
    .related-projects h2,
    .our-process h2 {
        text-align: center !important;
        color: #194d80;
        font-size: 35px;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 21px;
        margin-top: 20px;
        width: 100%;
    }
    .who-we-are-page {
        padding-bottom: 0px;
    }
    .ind-box span {
        font-size: 19px;
    }
    .client-say h2 {
        font-size: 26px;
    }
    .applicable-industries .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .industries-inner .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .applications h3 {
        text-align: center;
    }
    .client-text p {
        padding-left: 20px;
    }
    .client-text {
        padding-left: 0px;
    }
    .newsletter-text h3 {
        text-align: left
    }
    .share-with-us-btn,
    .feedback-btn {
        display: none
    }
    .blog-right {
        margin-top: 20px ! important;
    }
    .can-help-you h2 {
        margin-top: 35px;
    }
    .careerBox {
        margin-bottom: 30px;
    }
    .industries1-box img {
        height: auto;
    }
    .industries1-box {
        margin-bottom: 30px;
    }
    .b11-box1 .faq {
        padding: 10px;
    }
    .owl-carousel .owl-item .career-video-box img {
        width: 100% !important;
        ;
    }
    .owl-carousel .owl-item .career-video-box .video-hoverly img {
        width: 45px !important;
        padding-top: 22%;
    }
    .industries #owl-demo1 .owl-nav {
        top: 45%;
    }
    .submit-your-resume {
        margin-top: 10px;
    }
    .industries .owl-theme .owl-controls {
        margin-top: 10px !important;
    }
    .career-sub-box .owl-theme .owl-controls {
        margin-top: 10px !important;
    }
    .career-sub-box {
        padding-bottom: 0px ! important;
    }
    .owl-theme .owl-controls {
        margin-top: 10px !important;
    }
    #slider1 .owl-item img {
        width: 100% !important;
        ;
    }
    .who-we-contact ul {
        margin-bottom: 30px;
    }
    .b11-box1 .faq li.q {
        padding: 10px 0 10px 25px;
    }
    .vacancies {
        padding-bottom: 40px;
    }
    .b11-box2 .faq {
        padding: 10px;
    }
    .work-with-us h2 {
        text-align: center
    }
    .b11-box2 .faq li.q {
        padding: 10px 0 10px 25px;
    }
    .numbers span {
        font-size: 50px;
    }
    .view-project span {
        line-height: 50px;
    }
    .projects ul li {
        width: 100%;
    }
    .xkjf {
        flofds: rught;
        z-index: 0
    }
    .numbers {
        width: 100%;
    }
    .faq-cat li a.active11:after {
        display: none
    }
    .faqCategory .blog-right {
        position: relative;
        right: 0;
    }
    .homeslider,
    .home-slider {
        height: 200px;
    }
    .quick-ask {
        display: none
    }
    .xxxxMenu {
        display: block ! important;
    }
}

.fordesk {
    display: block
}

.formobile {
    display: none
}

@media (max-width:768px) {
    .homeslider .owl-nav .owl-prev {
        left: 0px ! important;
    }
    .homeslider .owl-nav .owl-next {
        right: 0px ! important;
    }
    .lgoHome img {
        height: 35px;
        margin-top: 5px;
    }
    .forbanner1 {
        width: 65%;
        float: left;
    }
    .forbanner2 {
        width: 35%;
        float: left
    }
    .forbanner2 a {
        display: inline-block;
        float: right;
        margin: 5px;
    }
    .fordesk {
        display: none
    }
    .formobile {
        display: block
    }
    .callimg img {
        width: 50px;
        float: right;
        margin-top: 15px;
    }
    .home-slider {}
    #owl-demo1 .owl-nav {
        top: 35%;
    }
    /*.industries1{display:none}*/
    .section-head {
        font-size: 20px;
    }
    .looking-forABC {
        display: none
    }
    .col-xs-6 {
        width: 66%
    }
    .col-xs-3 {
        width: 33%
    }
    .col-xs-8 {
        width: 80%
    }
    #owl-demo1 {
        width: 80%;
        margin: 0 auto;
    }
    .col-xs-9 {
        width: 80%
    }
    .col-xs-2 {
        width: 19%
    }
    .logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .call-us-head {
        width: auto;
        text-align: center;
        padding: 16px 0;
    }
    .notifications {
        display: none
    }
    .quick-ask {
        display: inline-block;
        float: none;
        font-size: 16px;
        height: 30px;
        line-height: 26px;
        margin-top: 10px;
        padding: 0 20px;
    }
    .quick-ask {
        display: none
    }
    .header-mid {
        padding-bottom: 20px;
    }
    .looking-for-border {
        border-top: thin solid #e5e6e8;
        border-left: none;
        border-right: none;
        border-bottom: thin solid #e5e6e8;
        margin: 20px 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .blog-slider-text {
        width: 100% ! important;
    }
    .browse-by-category {
        border: 1px solid #fff;
        color: #333333;
        cursor: pointer;
        float: left;
        font-size: 14px;
        font-weight: 300;
        margin-right: 1%;
        padding: 15px 0 15px 8px;
        width: 165px;
        display: none;
    }
    .sub-header-title img {
        margin-top: 20px;
    }
    .contact1 h2 {
        margin-top: 20px;
    }
    .end-of {
        padding-bottom: 0px;
    }
    .our-customers-text {
        margin-top: 0px;
        text-align: center
    }
    .our-customers-text h3 {
        margin: 15px 0;
        text-align: center
    }
    .social-links-top {
        text-align: center;
        display: none
    }
    .homeslider {
        padding-top: 9%
    }
    .vector-map .section-head {
        padding: 0 10px;
    }
    .newsletter-text h3 {
        font-size: 22px;
    }
    .header-top-links ul li11 {
        float: none
    }
    .header-top {
        text-align: center;
    }
    .header-top-links {
        width: 100%;
    }
    .header-top-links {
        width: auto;
        margin: auto;
        display: inline-block;
        float: none
    }
    .hamburger {
        font-size: 24.2px;
        margin-top: 10px ! important;
        color: #195c9e;
        background: white;
        padding: 5px;
        border-radius: 3px;
    }
    .hamburger .fa-bars {
        width: 30px;
    }
    .hamburger:hover,
    .hamburger:focus {
        font-size: 24.2px;
        color: White;
        background: #195c9e;
        padding: 5px;
        border-radius: 3px;
    }
    .header-top-links ul {
        text-align: center;
    }
    .header-top-links ul li {
        padding: 3px 7px;
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 5px 15px;
    }
    .footer-links ul li {
        margin: 0 5px;
    }
    .product-listing ul li {
        width: 100%;
    }
    .product-listing ul {
        margin: 0;
    }
    .blog-post .owl-nav {
        display: none !important;
    }
    .product-list li {
        padding: 10px !important;
    }
    .product-list li img {
        position: relative;
    }
    .related-product ul li {
        width: 100%;
    }
    .related-product ul {
        margin: 0;
    }
    .arrow-box1 {
        overflow: visible;
    }
    .arrow-box1:after {
        bottom: 100%;
        border-bottom-color: #f6f6f6;
        border-top-color: transparent;
        top: auto;
    }
    .industries1-box:hover .arrow-box1:after {
        border-bottom-color: #195c9e;
        border-top-color: transparent;
        color: White;
    }	
	.who-we-are-page .container .row .col-sm-12.m-auto img {
		height: auto;
	}
}

@media (max-width:678px) {
    .our-certification.resp-vtabs .cataloge-box {
        text-align: left !important;
    }
}

@media (max-width:568px) {
    .our-certification.resp-vtabs ul.resp-tabs-list {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width:479px) {
    .banner1 h1 {
        font-size: 25px;
    }
    .header-top-links ul li {
        padding: 3px 2px;
    }
    .tab-type-page ul li {
        width: 45%;
    }
    .tab-type-page ul li a {
        padding: 15px 20px;
        width: 100%;
    }
    .management-text {
        padding: 20px 20px 10px;
    }
    .achivement {
        padding: 20px;
    }
    .achivement p {
        padding: 0;
    }
    .achivement span {
        color: #373636;
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        left: 0;
        position: relative;
        top: 0;
    }
    .catalogue-right ul {
        margin: 0;
    }
    .catalogue-right ul li {
        width: 100%;
    }
    .news-events li {
        padding: 20px 50px 20px 20px;
    }
    .cat-search select {
        width: 100%;
    }
    .cat-search button {
        margin: 15px 0;
        width: 100%;
    }
    .product-price textarea {
        width: 100%
    }
    .add {
        float: left;
        margin-left: 0 !important;
        margin-top: 14px;
        text-align: center;
        width: 100%;
    }
    .add-cart {
        height: 40px;
    }
    .partner-tab .nav-tabs .nav-item {
        width: 100%;
    }
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    width: 260px;
    background: #f6f6f6;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 19
}

.lt-ie9 .mobile-menu {
    display: none
}

.mobile-menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #646464;
    font-size: 15.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e9e9e9
}

.mobile-menu a,
.mobile-menu a:hover,
.mobile-menu a:hover i.fa {
    text-decoration: none!important
}

.mobile-menu ul {
    margin: 0;
    list-style: none
}

.mobile-menu ul li {
    padding: 0
}

.browse-all a {
    font-weight: 700;
    color: #004f9b
}

.left-arrow>a,
.right-arrow>a {
    position: relative
}

.right-arrow>a {
    padding-right: 40px
}

.left-arrow>a {
    padding-left: 40px
}

.left-arrow>a:after,
.right-arrow>a:after {
    position: absolute;
    top: 50%;
    color: #ddd;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 1;
    margin-top: -10px
}

.right-arrow>a:after {
    right: 20px;
    content: ""
}

.left-arrow>a:after {
    left: 20px;
    content: ""
}

@media only screen and (max-width:919px) {
    .active-mobile-menu {
        overflow: hidden
    }
    .active-mobile-menu .global-container {
        position: relative;
        left: -260px
    }
    .active-mobile-menu .mobile-menu {
        right: 0
    }
    .lt-ie9 .mobile-menu {
        display: none
    }
    .lt-ie9 .active-mobile-menu .global-container {
        position: relative;
        left: -260px
    }
    .lt-ie9 .active-mobile-menu .mobile-menu {
        display: block
    }
}

.news-sub {
    line-height: 0px !important;
}

.h3-20 {
    font-size: 20px !important;
}

#forshare {
    display: none;
}

#forshare img {
    height: 16px;
}

.lgoHome img {
    display: none !important;
}

.mobile-menu ul {
    float: initial !important;
}

#cssmenu .button {
    display: none !important;
}

.m-ms-img {
    width: 200px !important;
    height: auto !important;
}

.m-ms-content .blog-listing ul li .box {
    text-align: center !important;
}

@media (max-width:678px) {
    .m-ms-content {
        display: block !important;
    }
    .milestones {
        display: none !important;
    }
    .who-we-are-page p {
        font-size: 15px;
        line-height: 25px !important
    }
    .arrow-box1 {
        min-height: auto !important;
    }
    .b11 .industries1-box p {
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .arrow-box2 {
        min-height: auto !important;
    }
    .sub-header-title {
        text-align: center !important;
    }
    .m-cont-banner {
        margin-top: -8px !important;
    }
    .breadcrum-div {
        margin-bottom: 20px !important;
    }
    .blog-right {
        padding-top: 15px !important;
    }
    .inner-page {
        padding-bottom: 20px !important;
    }
    .blog-page {
        margin-bottom: 20px !important;
    }
    .inner p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .product-listing {
        padding-top: 20px !important;
    }
    .inner {
        padding-bottom: 0 !important;
    }
    .career-sub-box {
        padsding-bottom: 20px !important;
    }
    .submit-your-resume {
        margin-top: 30px !important;
        margin-bottom: auto !important;
    }
    .case-study {
        padding-bottom: 10px !important;
    }
    .con-faq {
        padding-bottom: 20px !important;
    }
    .cbmidImage {
        text-align: center !important;
    }
    .brand-cat {
        padding-bottom: 20px !important;
    }
    .eol-logo {
        width: 70% !important;
    }
    .eol-logo h5 a {
        float: right !important;
    }
    .related-projects {
        padding-top: 20px !important;
    }
    .owl-carousessl .owl-item img {
        width: 80% !important;
    }
    .catalogue-right ul {
        margin-bottom: 30px;
    }
    .owl-controls {
        margin-top: -20px !important;
    }
    .cs-right h3 a {
        font-size: 25px !important;
    }
    .mt-0 {
        font-size: 35px !important;
        text-align: center !important;
    }
    .indu-intro-page {
        padding-bottom: 10px !important;
    }
    .indus-page {
        margin-bottom: auto !important;
    }
    .manage-port-page {
        padding-bottom: 25px !important;
    }
    .brand-desktop-sesssion {
        display: none !important;
    }
    .brand-mobile-sesssion {
        display: block !important;
    }
    .nav-tabs {
        border-bottom: none !important;
    }
    .nav-link {
        border-right: none !important;
        border-left: none !important;
        font-weight: 300 !important;
        font-size: 13px !important;
        display: inline-block !important;
        padding: 5px 15px !important;
        margin: 0 !important;
        background: #eff0f2 !important;
        list-style: none !important;
        cursor: pointer !important;
        color: #195c9e !important;
        width: 200px !important;
    }
    .nav-link.active {
        border-left: 2px solid #919191 !important;
        border-right: 2px solid #919191 !important;
        border-bottom: 2px solid #919191 !important;
        color: #fff !important;
        background: #195c9e !important;
        margin-bottom: -1px !important;
        padding: 5px 14px 5px 14px !important;
    }
    .brand-cat h4 {
        text-align: center !important;
    }
    .cbmidImage img {
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }
    .np-box1-right:after {
        display: none !important;
    }
    .np-box2-left:after {
        display: none !important;
    }
    .np-box1-right h3 {
        font-size: 28px !important;
    }
    .np-box2-left h3 {
        font-size: 28px !important;
    }
    .ne-right {
        margin-top: 10px !important;
        padding-bottom: 25px;
    }
    .catalogues {
        padding-bottom: 0px !important;
    }
    .applicable-industries h2 {
        text-align: center !important;
    }
    .applicable-industries h4 {
        text-align: center !important;
    }
    .catalogues h2 {
        text-align: center !important;
    }
    .catalogues h3 {
        text-align: center !important;
    }
    .case-studies-slider h2 {
        text-align: center !important;
    }
    .box-effect a .tagline1 {
        width: 100% !important;
    }
    .blog-post h2 {
        text-align: center !important;
    }
    .product-listing h2 {
        text-align: center !important;
    }
    .related-product h2 {
        font-size: 35px !important;
        text-align: center !important;
    }
    .product-listing h2 span {
        float: initial !important;
    }
    .mobile-hide {
        display: block !important;
    }
    .inner .pagi {
        float: left !important;
        margin-top: -30px !important;
        padding-bottom: 30px !important;
    }
    .cataloge-box {
        text-align: center !important;
    }
    .cat-download .view-btn {
        float: initial !important;
        padding: 5px 10px !important;
    }
    .cat-download .download-btn {
        float: initial !important;
        padding: 5px 10px !important;
    }
    .catalog {
        text-align: center !important;
    }
    .catalog p {
        text-align: center !important;
        width: 100%;
    }
    .folio-counter {
        display: none;
    }
    .cont-countries-mob {
        display: block !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cont-countries-desk {
        display: none !important;
    }
    .m-contact-img {
        display: none;
    }
    .mob-top-banner img {
        max-width: 126% !important;
        padding-left: 12px !important;
    }
    .tab-type-page ul li {
        float: initial !important;
    }
    .tab-type-page .col-sm-12 {
        padding-left: 1px !important;
        padding-right: 1px !important;
        ;
    }
    .product-updates {
        width: 100%;
        height: auto;
    }
}

.indus-page {
    padding-top: 30px;
}

.mobile-hide {
    display: none;
}

.brand-desktop-sesssion {
    display: block;
}

.brand-mobile-sesssion {
    display: none;
}

.notification-page {
    padding-bottom: 25px !important;
}

select.form-control:not([size]):not([multiple]) {}

.tag-search input:focus {
    outline: none !important;
}

.view-all-btn {
    displa1y: none;
}

.numbers p {
    text-align: center !important;
}

.cataloge-box {
    line-height: 32px;
    margin-bottom: 0px;
    text-align: justify;
    width: 100%;
}

.cont-countries-mob {
    display: none;
}

.cont-countries-desk {
    display: block;
}

.q img {
    width: 18px;
    height: 18px;
}

input.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal;
    color: red;
}

.val_form label {
    display: -webkit-box;
}

.val_form label.error {
    width: 100% !important;
}

.notification .blisting-text h3 a:hover {
    cursor: default;
}

.cat-search input {
    width: 30%;
}

.ct-topbar {
    text-align: right;
    background: #eee;
}

.ct-topbar__list {
    margin-bottom: 0px;
}

.ct-topbar__list img {
    float: left;
    padding-top: 5px;
}

.ct-topbar__list ul li a {
    padding-bottom: 4px !important;
}

.ct-language__dropdown {
    padding-top: 8px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: -3px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100px;
    text-align: center;
    padding-top: 0;
    z-index: 200;
}

.ct-language__dropdown li {
    background: #222;
    padding: 5px;
}

.ct-language__dropdown li a {
    display: block;
}

.ct-language__dropdown li {
    background: #221f1f;
    width: 100%;
    padding: 5px 5px;
    border-bottom: #333333 thin solid;
}

.ct-language__dropdown li:hover {
    background: #221f1f;
    width: 100%;
    border-bottom: #333333 thin solid;
}

.ct-language__dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 8px;
    border-left-width: 8px;
    border-bottom: 8px solid #222;
}

.ct-language {
    position: relative;
    color: #fff;
    padding: 10px 0;
}

.ct-language:hover .ct-language__dropdown {
    max-height: 200px;
    padding-top: 8px;
}

.ct-language {
    color: #adadad !important;
}