.header-contact {
    color: #d6d6d6;
    font-weight: 700;
}
.header-contact a {
    color: #d6d6d6;
    margin: 0px 15px;
}

.callus::after {
    position: absolute;
    content: '';
    border-right: 1px solid #ffffff8c;
    height: 27px;
    top: -3px;
    right: -9px;
}
.callus {
    position: relative;
}

.header-solical a {
    font-size: 16px;
    display: inline-block;
    background: #008ed7;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
    transition: 0.3s;
}

.navbarwrraper {
    background-color: white;
    /* overflow: hidden; */
    padding: 5px 10px;
    margin: 12px 0px;
    height: 90px;
}

.content-right {
    width: 29% !important;
    margin-top: 11%;
    margin-left: 8%;
}
.container100 {
    max-width: 93%;
}

.container70{max-width: 75%;}

.mutalmainheading{display: block;}

.mutalmainheading h4 {
    color: #008ed7;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    background-color: #fff;
    z-index: 999;
    padding: 0px 32px;
}

.bigline {
    position: relative;
    z-index: 99999;
    display: inline-block;
}

.bigline::after {
    position: absolute;
    content: '';
    content: "";
    display: block;
    position: absolute;
    left: -125%;
    top: 50%;
    height: 4px;
    width: 340%;
    background-color: #bcbcbc;
    z-index: 0;
}

.smallline {
    position: relative;
 /*   z-index: 99999;*/
    display: inline-block;
}
.smallline::after {
    position: absolute;
    content: '';
    content: "";
    display: block;
    position: absolute;
    left: -39%;
    top: 53%;
    height: 4px;
    width: 173%;
    background-color: #bcbcbc;
    z-index: 0;
}


.smallline h1 {
    color: #1a1a1a;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    background-color: #fff;
    z-index: 999;
    padding: 0px 12px;
    font-weight: bold;
    margin-top: 10px;
}

.about-carousel {
    -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
        padding: 0px 50px;
}

.maindec p {
    color: #1a1a1a;
    font-size: 17px;
    font-weight: normal;
}
.maindec {
    padding-left: 65px;
}

.leran-more {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: #008ed7;
    text-transform: uppercase;
}
.leran-more::hover {color: #fff}


.jm-icon-wrap {
    text-align: center;
}

.jm-link {
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 30px;
}
.jm-link .jm-icon {
 display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 10px 10px;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    border: 3px solid #e2e2e2;
    background: #e2e2e2;
}
.jm-link .jm-icon-title {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #008ed7;
}
.jm-link:hover .jm-icon {
    background-color: #008ed7;
    border: 3px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(23,43,72,0.15);
    -moz-box-shadow: 0px 0px 0px 5px rgba(23,43,72,0.15);
    box-shadow: 0px 0px 0px 5px rgba(23,43,72,0.15);
}

.jm-icon-wrap.second .jm-link .jm-icon {
        background-position: 23px -66px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-repeat: no-repeat;
    background-size: 60%;
}
.jm-icon-wrap.second .jm-link:hover .jm-icon {
    background-position: 23px 15px;
}
.jm-icon-wrap.second .jm-link.info .jm-icon {
    background-image: url('../img/growth.png');
}
.jm-icon-wrap.second .jm-link.parking .jm-icon {
    background-image: url('../img/responsibility.png');
}
.jm-icon-wrap.second .jm-link.hotel .jm-icon {
    background-image: url('../img/excellence.png');
}
.jm-icon-wrap.second .jm-link.restaurant .jm-icon {
    background-image: url('../img/expertise.png');
}


.corevalues{    margin: 0 auto;}

ul.core-value-dec {
    padding-left: 0;
    list-style: none;
}

.corevalue-wrap {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}


#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f5f8fd;
    background-image: url(../img/footer-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.contactinfo span {
    display: inline-block;
}

span.callaction {
    margin-right: 10px;
    vertical-align: middle;
}

span.callactiondec {
    width: 80%;
    vertical-align: middle;
    color: #d6d6d6;
}

#footer .copyright::before {
    position: absolute;
    content: '';
    border-top: 2px solid #fff6;
    width: 330px;
    top: 17px;
}


.valueimg img {
    width: 100%;
    border-radius: 100%;
}

.valueimg img {
    width: 75px;
    border-radius: 100%;
    height: 75px;
}
.valueimg {
    width: 13%;
    margin-right: 12px;
}

.valueheading {
    color: #008ed7;
    font-size: 15px;
    font-weight: 600;
   padding-right: 18px;
    position: relative;
    width: 24%;
}
.valueheading::after {
    position: absolute;
    content: '';
    border-right: 1px solid #4d4d4d;
    height: 40px;
    top: 0;
    right: 22px;
}
.valuedec {
    font-size: 13px;
    width: 60%;color: #333;
}

.core-value-dec li{ 
    transition: all 0.3s ;padding: 1px}

.core-value-dec li:first-child{position: relative;
    left: -147px;
    top: -40px;}

.core-value-dec li:nth-child(2) {
    position: relative;
       left: -87px;
    top: -25px;
}
.core-value-dec li:nth-child(3) {
    position: relative;
    left: -42px;
    top: -7px;
}
.core-value-dec li:nth-child(4) {
    position: relative;
        left: -40px;
    top: 14px;
}
.core-value-dec li:nth-child(5) {
    position: relative;
    left: -98px;
    top: 37px;
}
.core-value-dec li:nth-child(6) {
    position: relative;
    left: -179px;
    top: 40px;
}


.core-value-dec li:hover {
    background: #fff;
    padding: 1px;
    border-radius: 36px 0px 0px 36px;
}


.corevaluelines h2 {
    color: #4d4d4d;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 35px;
    position: relative;
    background-color: #fff;
    z-index: 999;
    padding: 0px 25px;
    font-weight: bold;
    margin-top: 10px;
}

.visionmissiondec {
    padding: 0px 30px;
}
.visionmissiondec p{margin-bottom: 0px}

.visionmissionimg {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;display: none;
}
.light-gray{background-color: #f1f1f1}
.dark-gray{background-color: #e2e2e2}

.vissionmissionhead{position: relative;z-index: 99999;display: inline-block;}
.vissionmissionhead::after{
        position: absolute;
    content: "";
    display: block;
    position: absolute;
    left: -39%;
    top: 44%;
    height: 1px;
    width: 173%;
    background-color: #008ed7;
    z-index: 0;
}


.vissionmissionhead h4 {
    color: #008ed7;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    background-color: transparent;
    z-index: 999;
    padding: 0px 25px;
    margin-top: 10px;
}

.light-gray .vissionmissionhead h4{background-color: #f1f1f1}

.dark-gray .vissionmissionhead h4{background-color: #e2e2e2}


.breadcrum {
    height: 60vh !important;
    background-image: url(../img/breadcrum.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-fss{
    height: 60vh !important;
    background-image: url(../img/breadcrum-fss.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-about{
    height: 60vh !important;
    background-image: url(../img/breadcrum-about.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-facilities{
    height: 60vh !important;
    background-image: url(../img/breadcrum-facilities.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-processes{
    height: 60vh !important;
    background-image: url(../img/breadcrum.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-mould{
    height: 60vh !important;
    background-image: url(../img/breadcrum-mould.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-injection{
    height: 60vh !important;
    background-image: url(../img/breadcrum-injection.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-coating{
    height: 60vh !important;
    background-image: url(../img/breadcrum-coating.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}




.breadcrum-aqua {
    height: 60vh !important;
    background-image: url(../img/breadcrum-aqua.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.breadcrum-assemblies {
    height: 60vh !important;
    background-image: url(../img/breadcrum-assemblies.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}









.breadcrum-industry{
    height: 60vh !important;
    background-image: url(../img/breadcrum-industry.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-client{
    height: 60vh !important;
    background-image: url(../img/breadcrum-client.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.breadcrum-career{
    height: 60vh !important;
    background-image: url(../img/breadcrum-career.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.breadcrum-contact{
    height: 60vh !important;
    background-image: url(../img/breadcrum-contact.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


















.imgabot {
    position: relative;
    overflow: hidden;
    padding: 0;border-radius: 5px;
    margin: 0;
    height: 100%;
}

.imgabot img {
    z-index: 0;
    max-width: auto !important;
    min-width: auto !important;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 5px;
}

.imgabot:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 5px;
}

.paddingbottom10 p{margin-bottom: 10px;}


#testimonials .our-team{
    background: #f5f5f5;
    text-align: center;
}

#testimonials .our-team .pic{
    position: relative;
    overflow: hidden;
   
  
}

#testimonials .our-team:hover .pic{
    transform: scale(1);
}

#testimonials .our-team .pic:after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease 0s;
}

#testimonials .our-team:hover .pic:after{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

#testimonials .our-team .pic img{
    width: 100%;
    height: auto;
}

#testimonials .our-team .read-more{
    width: 100px;
    padding: 0 15px 15px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}

#testimonials .our-team:hover .read-more{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

#testimonials .our-team .team-content {
    padding: 20px 10px;
    min-height: 110px;
}

#testimonials .our-team .title {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}

#testimonials .our-team .post {
    font-size: 11px;
    font-weight: bold;
    color: #008ed7;
    text-transform: initial;
}

@media only screen and (max-width: 990px){
    #testimonials .our-team{ margin-bottom: 30px; }
}


.processes-content p{    color: #1a1a1a;
    font-size: 15px;margin-bottom:8px;
    font-weight: normal;}

.text-transform-upper {
    text-transform: uppercase;
    color: #008ed7 !important;
    font-size: 18px !important;
}

ul.capabilities-content li {
    font-size: 14px;
       margin-bottom: 15px;
    color: #737373;
    position: relative;
    padding-left: 20px;
}

ul.capabilities-content {
    list-style: none;
    padding-left: 0px;
}

ul.capabilities-content li::before {
    position: absolute;
    content: "\f058";
    font-family: FontAwesome;
    left: 0;
}

/*.processes-img{height: 410px;}
.processes-img img{height: 100%}*/
.smallfont h2{    font-size: 20px;}

.processcrousal{padding: 20px;    padding-bottom: 0px;
}

.processcrousal .owl-dots{display: none;}

.content {
  position: relative;
  width: 100%;
 /* max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

/*.content-details p{
  color: #fff;
  font-size: 0.8em;
}
*/

.fadeIn-top{
  top: 20%;
}

ul.processlist {
    padding-left: 0px;
    list-style: none;
}

ul.processlist li {
    display: inline-block;
    width: 19.6%;
}

.modualline .bigline::after{left: -75%;width: 250%;}



.fontbig p,.fontbig ul li{font-size: 17px}

#industry-section .content{max-width: 100% !important}




#facility .swiper-container {
  width: 100%;
  height: calc(100% - 5%);
  display: flex;
  align-items: center;
}

#facility .swiper-slide {
  text-align: left;
  display: flex;
/*  justify-content: center;*/
  align-items: left;
  flex-direction: column;
}

#facility .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
   bottom: 10%;
    z-index: 50;
    height: 6px;
    width: 90%;
    left: 5%;
    right: 5%;
}

#facility hr {
  overflow: hidden;
  width: 100px;
  height: 12px;
 background: #008ed7;
  border: none;
}

#facility .hrcontainer {
 /* overflow: hidden;*/
  width: 100px;
  height: 12px;
      margin-top: 20px;
    margin-bottom: 20px;
  position: relative;
}

#facility .swipeinner {
  overflow: hidden;
  max-width: 100%;
/*  margin-left: 5%;
  margin-right: 10%;*/
}

#facility .swiper-pagination,
#facility .swiper-scrollbar {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}

#facility .swiper-scrollbar-drag,
#facility .swiper-scrollbar {
  border-radius: 0px;
}

/*.svgdiv svg {
    width: 100%;
}*/



.swipeinner p{margin-bottom: 10px;}


.map-location{
    position: absolute;
}


.map-location-details{
    display: none;
    background: #fff;
    padding: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.1);
}

.map-location-details p{margin-bottom: 0px}
.map-location-details .map-address{font-size: 13px}

.map-point {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 8px;
    height: 8px;
    /* background: red; */
    /* border-radius: 100%; */
    cursor: pointer;
    font-size: 18px;
}

.map-location .map-point {
    background: url(../img/location.png) no-repeat;
    cursor: pointer;
    height: 1.875em;
    width: 1em;
    z-index: 3;
    opacity: 1;
    width: 1rem;
    background-size: contain;
}

.map-location.active .map-point  {
    background: url(../img/location-hover.png) no-repeat;
    cursor: pointer;
    height: 1.875em;
    width: 1em;
    z-index: 3;
    opacity: 1;
    width: 1rem;
    background-size: contain;
}


.map-location .map-point::after{-webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    content: "";
    display: block;
    height: 31px;
    left: -7px;
    opacity: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
     transition: all .25s linear; 
    width: 31px;
    z-index: 2;}

.nyc4 {
    top: 21%;
    left: 41%;
}

.nyc1 {
    top: 59%;
    left: 20%;
}
.nyc2 {
 top: 59%;
    left: 30%;
}

.nyc3 {
    top: 60%;
    left: 26%;
}



.placename {
    font-size: 20px !important;
    line-height: 1.3em;margin-bottom: 5px !important;
    color: #008ed7 !important;
}
.address1 p,.address1 a {
    color: #333;margin-bottom: 0px;
    font-size: 15px;
}
.address1 {
    margin-bottom: 1rem;
    padding-right: 4rem;
}
.otheraddress{background-color: #fff !important;
padding-top: 20px !important;    padding-bottom: 40px !important;}

.description  a{    color: #444;}


#map {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
}

.locations {
    margin: 0px auto;
    width: 100%;
    /* margin-bottom: 25px; */
}
.locations li {
list-style: none;
}



.content-left {
       width: 474px;
margin-top: 11%;
    margin-left: 9%;
    text-align: left;
}

.thirdcontent {
    width: 36% !important;
/*    margin-top: 20%;
    margin-left: 60%;*/

}
.carousel-content {   background: #0000006b;
    padding: 10px;}

.carousel-content h2{    color: #fff !important;}

.text-left-flex{justify-content: left !important;}


.design-engineering-division{
background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/1.png)!important;
 }

 .mould-design-manufacturing-division{background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/2.png)!important;}

 .automotive-components{background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/Automotive-Components.jpg)!important;}

 .mass-transit{background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/mass-transit.jpg)!important;}

 .life-Style-Products{background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/life-Style-Products.jpg)!important;}

 .material-handling{background: linear-gradient( rgba(0, 142, 215, 0.5) 100%, 
    rgba(0, 0, 0, 0.5)100%),url(../img/corevalue/material-handling.jpg)!important;}


 .clientligowidth:hover {
    border: 1px solid #008ed7;
}
.clientligowidth {
    border: 1px solid #ccc;overflow: hidden;
    transition: 1s all ease;
}
.clientligowidth img{min-width: auto !important;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}

 .clientligowidth:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.clientlogo li {
    display: inline-block;
    margin: 9px 7px;
    width: 15%;
}

ul.clientlogo {
    padding-left: 0px;
    list-style: none;
}

#tile-1 .tab-pane {
    padding: 15px;
    height: auto;
    margin: 0 auto;
    padding: 35px 35px 35px;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
}

#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
margin: 0px 5px!important;
}
#tile-1 .nav-tabs li a
{
position: relative;
    margin-right: 0px!important;
 padding: 10px 10px!important;
    font-size: 13px;
    border: none!important;
    color: #333;padding-bottom: 15px !important;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#008ed7;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#008ed7!important;
}

.locationpng{display: block;}

.locationname {
    display: block;
    font-size: 13px;
    font-weight: 600;
}


.tab-content .content {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

h2.officename {
    color: #008ed7;
    font-size: 20px;
    word-spacing: 6px;
    font-weight: 700;text-transform: uppercase;
}

.swipeinner p {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.font-size-14 li,.textsize p{font-size: 13px}


.contact-info.header-contact,.social-links.header-solical,.footer-top .social-links
,.footer-top .contactinfo li:nth-child(3n){display: none;}



.testimonials-carousel .owl-nav {
    font-size: 58px;
    color: #008ed7;
    line-height: 0;
}

.testimonials-carousel .owl-nav button {
    background: whitesmoke !important;
    width: 50px;
    height: 50px;
    border-radius: 80px;
}

.testimonials-carousel button.owl-prev {
    bottom: 260px;
    position: relative;
    left: -80px;
}

.testimonials-carousel button.owl-next {
    bottom: 260px;
    position: relative;
    left: 99%;
}

.testimonials-carousel .owl-nav button:focus{    outline: none;}


.allprocess{display: none;}


.processes-img iframe{width: 100%;height: 360px;border: none;}




/*Industry Tab*/
/*.project-tab {
    padding: 10%;
    margin-top: -8%;
}*/
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #008ed7;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
    color: #737373;
    position: relative;
}

.project-tab .nav-link::before {
    position: absolute;
    content: '';
    content: "\f058";
    font-family: FontAwesome;
    left: 9px;
}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.industryinfo {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccc;
    border-radius: 10px;
}


.industryinfo .nav-tabs {
    border-bottom: none;
    outline: none;
}
p.para {
    font-size: 14px;
    color: #4d4d4d;
}

.slideritem {
    width: 80%;
    margin: 0 auto;
    
}

.industryinfo .tab-content {
    padding-top: 25px;
}


.inductrylist{     width: 300px;
    margin: 0 auto;}

ul.listingindust {
    list-style: none;
    padding-left: 0px;
}

ul.listingindust li {
    background-color: #f1f1f1;
    color: #fff !important;
    cursor: default;
    font-weight: bold;
    margin-bottom: 25px;
    transition: transform 1s;
    cursor: pointer;
    position: relative;
    
}
ul.listingindust li:hover{
      background-color: #008ed7;
/*    transform: skewX(20deg);*/
}

ul.listingindust li:hover a{color: #fff;}

ul.listingindust li a {
    color: #008ed7;display: block;
        padding: 13px;
        padding-left: 80px;
    padding-bottom: 20px;
    padding-top: 20px;    
}


ul.listingindust li::before {
    position: absolute;
    content: '\f1b9';
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 7px;
    transition: transform 0.5s ease 0s;
    background-size: contain;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #fff;
    background: #008ed7;
    border-radius: 60px;
}

ul.listingindust li:nth-child(2n)::before{ content: '\f238';}
ul.listingindust li:nth-child(3n)::before{ content: '\f26c';}
ul.listingindust li:nth-child(4n)::before{ content: '\f1b3';}


ul.listingindust li:hover::before {
    transform: scale(1.1);
    color: #008ed7;background-color: #fff;
}

.inductrylist .corevaluelines h2,.enquiry-industry .corevaluelines h2{    font-size: 25px;
    padding: 0px 5px}

   .inductrylist .smallline::after,.enquiry-industry .smallline::after{    top: 23px;    left: -21%;    width: 140%;}

  .inductrylist  .mutalmainheading,.enquiry-industry .mutalmainheading{margin-bottom: 25px
  }

  .enquiry-industry .form-control{    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 13px;}

    .senmsg {
    background: #008ed7;
    border: 1px solid #008ed7;
    text-transform: uppercase;
    font-weight: 600;
}

.slideritem .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.slideritem .owl-nav button.owl-prev {
  left: 0;
}
.slideritem .owl-nav button.owl-next {
  right: 0;
}


.slideritem .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.slideritem span {
    font-size: 70px;    
    position: relative;
    top: -5px;color: #00a5e9;
}
.slideritem .owl-nav button:focus {
    outline: none;
}

.slideritem .hotelMakka{text-align: center;}

.productnames {
    text-align: center;
    display: inline-block;
    background: #f1f1f1;
    padding: 8px 24px;
    color: #008ed7;
    font-size: 15px;text-transform: capitalize;
}

.three-dimensional-crousal{padding: 0px !important}


.contentwrap{ justify-content: flex-start !important;
    align-items: baseline !important;}