body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.no-border { border: 0 !important; }
.no-border-radius { border-radius: 0 !important; }
button:focus { outline: none; }
a:hover { text-decoration: none; }
.remove-padd-right { padding-right: 15px; }
.remove-padd { padding: 0; }


ul.list-item li { margin-bottom: 10px; }

.grid-item {
    position: relative;
    margin: 0px 2px 2px 0px;
}

.grid-item img {
   background: radial-gradient(circle, rgba(229,227,228,1) 0%, rgba(181,179,180,1) 100%)
}

.grid-item .hpdc-overlay, .grid-item .lpdc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: all .4s ease-in-out;
}

.grid-item .hpdc-text, .grid-item .lpdc-text {
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: #6d6d6dc2;
    color: #fff;
    padding: 12px 25px;
    width: 100%;
    margin: 0px;
    justify-content: center;
}


/* Header */

header#menu .container { max-width: 1370px; }

a.navbar-brand { position: relative; z-index: 999999; }

header {
    background-color: #fff;
    box-shadow: -2px 0px 15px rgb(0 0 0 / 25%);
    position: relative;
    padding: 0 0;
    height: 100px;
}
header.sticky.is-fixed {
    padding: 1px 0;
    height: auto;
}
a.navbar-brand {
    position: relative;
    z-index: 999999;
    top: 20px;
    background-color: #fff;
}
header.sticky.is-fixed a.navbar-brand {
    top: 0px;
}

nav.navbar.navbar-light.main-nav.stroke {
    position: relative;
    top: -15px;
}
header.sticky.is-fixed nav.navbar.navbar-light.main-nav.stroke {
    position: relative;
    top: 0px;
}

header.sticky.is-fixed .navbar { padding-top: 0; padding-bottom: 0; }

.nav-link.active {
    color: rgb(3, 78, 161) !important;
}

body.about .about-link,
body.technology .technology-link,
body.product .product-link,
body.insights .insights-link,
body.customers .customers-link,
body.careers .careers-link,
body.social-initiative .social-initiative-link { color: rgb(3, 78, 161) !important; }


.main-nav ul.navbar-nav.ml-auto { margin-right: 0px; }
.navbar-nav .nav-item { padding: 0 11px; }
.navbar-nav .nav-item:last-child { padding-right: 0; }
.navbar-light .navbar-nav .nav-link {
  color: #494949;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  animation: fadeInUp 1s;
  cursor: pointer;
}
a.nav-link.btn-call {
    background-color: #295693;
    color: #fff !important;
    padding: 3px 7px !important;
    position: relative;
    top: 0;
}
header { z-index: 99; }
header.sticky.is-fixed a.nav-link.btn-call { top: 0em; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(3 78 161);
}

nav ul li a,
nav ul li a:after,
nav ul li a:before { transition: all .5s; }

/* stroke */
nav.stroke ul li a { position: relative; }
nav.stroke ul li.underline a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #e6b820;
  height: 2px;
}
nav.stroke ul li.active a:after { width: 100%; }
nav.stroke ul li.underline a:hover:after { width: 100%; }



/* Sticky navigation */
.sticky {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sticky.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.future-vision ul {
  list-style-type: none; /* no default bullets */
}

.future-vision ul li:before {
    background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 7px;
  width: 7px;
}


/* Home Slider */

.home-slider .item { height: 100vh; position: relative; }
.home-slider .item img { width: 100%; height: 90vh; object-fit: cover; }
.home-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
.home-slider .item .cover .header-content {
    position: relative;
    padding: 15px 0;
    overflow: hidden;
    width: 545px;
    left: 0em;
}


.home-slider .item .cover .header-content.third {
    left: 0;
}
.home-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-slider .item .cover .header-content h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.home-slider .item .cover .header-content h2 > span { display: block; }
.home-slider .item .cover .header-content p {
    margin: 0;
    word-spacing: 3px;
    color: #000000;
    margin: 15px 0 15px;
}
.home-slider a.btn-link {
    background-color: #034ea1;
    width: 180px;
    text-align: center;
    margin-top: 12px;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 8px 20px;
    text-decoration: none;
    box-shadow: 1px 4px 10px rgb(0 0 0 / 41%);
    margin-right: 15px;
}

.home-slider .item .cover .header-content ul {
    color: #fff;
    padding-left: 20px;
}
.home-slider .item .cover .header-content.second {
    left: 0em;
}


.home-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active ul {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}


.home-slider .owl-item.active a.btn-link {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.home-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.home-slider .owl-item a.view-project {
  color: #fff;
  background-color: #e6b820;
  padding: 8px 15px;
  margin-top: 15px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}

.home-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-slider .owl-nav .owl-prev span { font-size: 1.6875rem; color: #fff; }
.home-slider .owl-nav .owl-prev:focus { outline: 0; }
.home-slider .owl-nav .owl-prev:hover { background: #000 !important; }
.home-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-slider .owl-theme .owl-nav { margin-top: 0; }
.home-slider .owl-nav .owl-next span { font-size: 1.6875rem; color: #fff; }
.home-slider .owl-nav .owl-next:focus { outline: 0; }
.home-slider .owl-nav .owl-next:hover { background: #000 !important; }
.home-slider:hover .owl-prev { left: 0px; opacity: 1; }
.home-slider:hover .owl-next { right: 0px; opacity: 1; }


.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.home-slider .owl-dots .owl-dot.active span, 
.home-slider .owl-dots .owl-dot:hover span {
    background: #295693 !important;
}


.section-padding { padding: 9em 0; }
.bg-dark-gray { background-color: #808080; }

a.scrollToNext {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
a.scrollToNext i.fa {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/* Innovation */

.innovation-section {
    /*background-image: url(../images/innovation-bg.jpg);*/
    padding: 15% 0;
    overflow: hidden;
}
.innovation-section.active { background: url(../images/Som_innovation_Video_compress.gif); background-size: cover; }
.innovation-section p {
    width: 350px;
}

h1.section-title span b {
    color: #295693;
    font-weight: 800;
}
h2.section-title b {
    color: #295693;
    font-weight: 800;
}

h1.section-title, h2.section-title {
    font-size: 2.5rem;
    color: #4d4d4d;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*h1.section-title span {
    padding: 10px 0;
}*/

.innovation-section .text-slider {
    position: relative;
    left: 3.5em;
}
.innovation-section .text-slider p {
    position: relative;
    right: 3.5em;
}



.innovation-section a.btn-learnmore {
    background-color: #6d6d6d;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 50px;
    margin-top: 1em;
    transition: 0.3s;
}
.innovation-section a.btn-learnmore:hover {
    background-color: #1b6aab;
    color: #fff;
}

.future-vision a.btn-learnmore {
    background-color: #1b6aab;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 50px;
    margin-top: 1em;
    transition: 0.3s;
}

.future-vision a.btn-learnmore:hover {
    background-color: #fff;
    color: #1b6aab;
}

.innovation-section .item {
    position: absolute;
    top: 0;
    left: 500px;
    color: #295693;
    font-weight: 800;
    overflow: hidden;
}

span#js-rotating {
    font-weight: 700;
    color: #1a67ac;
}


.first-text {
  left: 0;
  opacity: 1;
  z-index: 0;
}

.first-text {
  -webkit-animation: cycleone 10s ease-in-out infinite;
          animation: cycleone 10s ease-in-out infinite;
}

.second-text {
  -webkit-animation: cycletwo 10s ease-in-out infinite;
          animation: cycletwo 10s ease-in-out infinite;
}

.third-text {
  -webkit-animation: cyclethree 10s ease-in-out infinite;
          animation: cyclethree 10s ease-in-out infinite;
}


@-webkit-keyframes cycleone {
  0% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  25% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  26% {
    left: -500px;
    opacity: 0;
    z-index: -1;
  }
  27% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  95% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
}

@keyframes cycleone {
  0% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  25% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  26% {
    left: -500px;
    opacity: 0;
    z-index: -1;
  }
  27% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  95% {
    left: 500px;
    opacity: 0;
    z-index: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
}
@-webkit-keyframes cycletwo {
  0% {
    left: 500px;
    opacity: 0;
  }
  20% {
    left: 500px;
    opacity: 0;
  }
  25% {
    left: 0px;
    opacity: 1;
  }
  45% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  50% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  51% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycletwo {
  0% {
    left: 500px;
    opacity: 0;
  }
  20% {
    left: 500px;
    opacity: 0;
  }
  25% {
    left: 0px;
    opacity: 1;
  }
  45% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  50% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  51% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes cyclethree {
  0% {
    left: 500px;
    opacity: 0;
  }
  45% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  70% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  75% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  76% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cyclethree {
  0% {
    left: 500px;
    opacity: 0;
  }
  45% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  70% {
    left: 0px;
    opacity: 1;
    z-index: 0;
  }
  75% {
    left: -500px;
    opacity: 0;
    z-index: 0;
  }
  76% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    left: 500px;
    opacity: 0;
    z-index: -1;
  }
}


.team-work-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999999;
}
.team-work-slider button.owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 100%;
}
.team-work-slider button.owl-dot.active span {
    background-color: #808184;
}

.team-work-content p {
    color: #f2f2f2;
    line-height: 32px;
}
.team-work-content ul {
    color: #f2f2f2;
    padding-left: 20px;
    line-height: 32px;
}
a.btn-our-methods {
    border: 1px solid #f2f2f2;
    padding: 15px;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.3s;
}
a.btn-our-methods:hover {
    background-color: #fff;
    color: #01489e;
    border-color: #01489e;
}

.zoom { transition: 0.3s; }
.zoom:hover { transform: scale(1.1); }



.container.custom-container {
    max-width: 90%;
}


.our-experties .card {
    border: 0;
}
.our-experties .card .card-body { overflow: hidden; transition: 0.3s; }

.our-experties .card .card-body:hover .overlay { background-color: rgb(41 86 146 / 60%); }

.our-experties .card .card-body .overlay {
    position: absolute;
    background-color: rgb(41 86 146 / 0%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    cursor: pointer;
}

.our-experties .card-footer {
    padding: 20px 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
}
.our-experties .card-footer p {
    line-height: 34px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.our-experties .card:hover .card-footer p { opacity: 1; }

.video-gallery i.fa.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    color: #FFF;
    font-size: 4em;
}


.no-bg-color {
    background-color: transparent !important;
}


.process-section {
    background-image: url(../images/home/fullyFinishedBG.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-color: rgba(238,238,238,255);
    height: 90vh;
}
.process-section .owl-carousel .owl-item img {
  height: 90vh;
  object-fit: cover;
}

a.check-process-btn {
    background-color: #6d6d6d;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 25px;
    margin-top: 1em;
    transition: 0.3s;
}
a.check-process-btn:hover {
    background-color: #1b6aab;
    color: #fff;
}

.process-section h2.section-title {
    font-size: 2rem;
    letter-spacing: 0;
}
.process-section h2.section-title b {
    font-size: 2.5rem;
    letter-spacing: 3px;
}
.process-section ul li {
    font-weight: 500;
}



.our-products {
    background-color: #fff;
}
.our-products h2.section-title, .our-products h1.section-title {
    font-weight: 700;
    color: #295693;
}
.our-products .card-footer p > b {
    font-weight: 600;
}
p.product-name {
    font-weight: 600;
    font-size: 1.4rem;
    color: #295693;
    font-weight: 600;
}
.product-desc {
    color: #000;
    font-weight: 500;
}


a.btn-explore-more {
    color: #6d6d6d;
    border: 3px solid;
    padding: 15px 30px;
    margin-top: 2em;
    display: inline-block;
    font-weight: 600;
    transition: 0.3s;
}
a.btn-explore-more:hover {
    background-color: #1b6aab;
    color: #fff;
}


.clients-section h2.section-title span {
    color: #295693;
    font-weight: 800 !important;
}
.clients-section ul.nav.nav-tabs {
    border: 0;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.clients-section ul.nav.nav-tabs li.nav-item {
    display: table-cell;
}
.clients-section ul.nav.nav-tabs li.nav-item a.nav-link {
    border: 1px solid;
    border-radius: 0;
    margin-left: 15px;
    text-transform: uppercase;
    border-color: #4e4e4e;
    color: #4e4e4e;
    font-weight: 600;
    padding: 15px 30px;
}
.clients-section ul.nav.nav-tabs li.nav-item a.nav-link.active {
    background-color: #1b6aab;
    color: #fff !important;
}

.tab-content .owl-carousel .owl-stage-outer{
    overflow: hidden;
}
.clients-section.section-padding {
    padding: 5em 0;
}



.our-testimonials {
    background-image: url(../images/testimonials-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our-testimonials img.customer-pic {
    width: 200px !important;
    margin: 0 auto;
}
.our-testimonials p.client-quite {
    padding: 1em 0 0;
}
.our-testimonials .testimonials-slider .card h4 {
    color: #295693;
    margin: 0;
    font-weight: 700;
}
.testimonials-slider button {
    position: absolute;
    top: 20%;
}
.testimonials-slider button.owl-prev {
    left: 0;
}
.testimonials-slider button.owl-next {
    right: 0;
}
.testimonials-slider button img {
    width: 25px;
}

p.join-btn {
    background-color: #4e4e4e;
    color: #fff;
    padding: 7px 0;
    border: 1px solid #4e4e4e;
    transition: 0.3s;
}
a.grow-btn {
    padding: 7px 0;
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
}
a.grow-btn:hover {
    background-color: #1b6aab;
    color: #fff;
}



.track-record {
  background-image: url(../images/track-record-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.track-record span.counter {
    color: #40c1fd;
    font-size: 8rem;
    font-weight: 800;
    letter-spacing: 3px;
}


.future-vision {
  /*background-image: url(../images/future-vision-bg.jpg);*/
  background-repeat: no-repeat;
  padding: 12% 0;
}
.future-vision.active {
    background: url('../images/Som_Electric_Future.gif');
    background-size: cover;
}

.future-vision a.btn-learn-more {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 17px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s;
}
.future-vision a.btn-learn-more:hover {
    background-color: #1b6aab;
    color: #fff;
}


/* Contact Us Section */

.contact-us-section {
    background-image: url(../images/home/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 0;
    background-position: center right;
    position: relative;
    z-index: 1;
}
.contact-us-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: -1;
}

.contact-us-section h2.section-title {
    color: #000;
}



img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

.project-counter img.vert-move {
    position: absolute;
    top: 0;
    width: 100px;
    right: 0;
    bottom: 0;
    min-height: 36em;
}
.project-counter {
    background-image: url(../images/counter-bg-1.jpg);
    padding-top: 3%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: -23em;
    overflow: hidden;
}
.project-counter h2.section-title { color: #254f70; margin-bottom: 5px; }
.project-counter .counter-Txt {
    color: #335a8d;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 1em;
}
.project-counter span.counter-value {
    color: #fff;
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: 8px;
    line-height: 100px;
    padding-bottom: 15px;
}
.project-counter .learn-more {
    text-align: center;
    padding: 2em 0;
    background-color: rgb(255 255 255 / 16%);
}
.project-counter .learn-more a.btn-learn-more {
    color: #1f4a6f;
    padding: 8px 11px;
    border: 3px solid #1f4a6f;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}
.project-counter .learn-more a.btn-learn-more:hover {
    background-color: #fff;
}

.our-clients {
    position: relative;
    top: -18em;
}
.owl-carousel.our-clients-slider {
    padding: 4em 2em;
}
.our-clients h2.section-title {
    margin-bottom: 1.5em;
}
.owl-carousel.our-clients-slider .item { text-align: center; }
.owl-carousel.our-clients-slider .owl-item img {
    display: inline-block;
    width: 150px;
    animation: fadeIn 3s;
}

.owl-carousel.our-clients-slider .owl-nav button {
    position: absolute;
    top: 42%;
}
.owl-carousel.our-clients-slider .owl-nav button.owl-prev {
    left: 20px;
}
.owl-carousel.our-clients-slider .owl-nav button.owl-next {
    right: 20px;
}
.owl-carousel.our-clients-slider .owl-nav button img {
    width: 20px;
}



.client-testimonials {
    position: relative;
    top: -11em;
}
.client-testimonials .card {
    position: absolute;
    left: 0;
    right: 0;
}
.client-testimonials .card .card-header {
    text-align: center;
    padding: 2.5em 1em;
    background-color: #fff;
}
.client-testimonials .card .card-header p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.client-testimonials .card .card-header h2.section-title {
    margin: 0;
}
.client-testimonials .card .card-body {
    background-color: #e6e6e6;
    padding: 4em 1em 2.2em;
}
.client-testimonials .card .card-body h4 {
    color: #494949;
    font-weight: 700;
}
.client-testimonials .card .card-body p.testimonials-text {
    color: #066ba5;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}

.client-testimonials .testimonials-footer-text {
    color: #6d6e71;
    font-weight: 600;
}

.client-testimonials a.btn-learn-more {
    background-color: #808285;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
    margin-top: 1em;
    border: 1px solid #808285;
}
.client-testimonials a.btn-learn-more:hover {
    background-color: #fff;
    color: #034ea1;
    border-color: #034ea1;
}


.industry-section {
    background-color: #e6e6e6;
    padding: 8em 0;
    background-image: url(../images/industries-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.industry-section h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.industry-section .p {
    line-height: 34px;
}
.industry-section ul {
    padding-left: 20px;
    display: inline-flex;
}
.industry-section ul li {
    padding-right: 35px;
}

.industry-section a.learn-more.d-inline-block {
    border: 1px solid #666;
    color: #666;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 600;
}

.industry-section ul.d-block {
    padding-left: 20px;
    line-height: 30px;
}
.industry-section p.font-weight-bold {
    font-weight: 500!important;
    font-size: 1.2rem;
}
.industry-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999999;
}
.industry-slider button.owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 100%;
}
.industry-slider button.owl-dot.active span {
    background-color: #808184;
}


/* FAQ */

.faq-section a.btn-learn-more {
    background-color: #034ea1;
    color: #fff;
    padding: 15px 15px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid #034ea1;
}
.faq-section a.btn-learn-more:hover {
    background-color: #fff;
    color: #034ea1;
    border: 1px solid #034ea1;
}
.faq-section .border-right-0 {
    position: relative;
    height: 210px;
    padding: 2em 0;
}
.faq-section .border-right-0:after {
    content: "";
    position: absolute;
    right: 9%;
    width: 4px;
    background-color: #6d91bb;
    height: 14em;
    top: 0;
}
ul.faq-list li {
    padding-bottom: 15px;
}



.accordion-wrapper {
    position: relative;
}
/*Question*/
.question {
  position: relative;
  background: #d1d3d4;
  margin: 0;
  padding: 10px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
    position: absolute;
    margin-left: 10px;
    z-index: 5;
    right: 15px;
    top: 5px;
    z-index: 99;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
    position: absolute;
    z-index: 9999;
    right: 19px;
    top: 16px;
    opacity: 0;
  cursor: pointer;
}




/* Footer */
footer {
  background-color: #494949;
  padding: 7em 0 2em !important;
}
footer .container { position: relative; }
.footer-contact-form {
    background: url(../images/footer-form-bg.png);
    background-repeat: no-repeat;
    padding: 4em 4em 2em;
    position: absolute;
    width: 100%;
    top: -27em;
    background-attachment: fixed;
}
.footer-contact-form h2 {
    font-weight: 300 !important;
    line-height: 48px;
}
.footer-contact-form h2 b {
    font-weight: 800;
}

input#frm_submit {
    background-color: #494949;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 0;
    transition: 0.3s;
    margin-top: 10px;
    box-shadow: 4px 5px 15px rgb(0 0 0 / 36%);
}
input#frm_submit:hover {
    background-color: #1472b5;
    color: #ffffff;
}

ul.footer-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4em;
}
ul.footer-menu li a {
    color: #b3b3b3;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 15px;
}
ul.footer-menu li a:hover { color: #007bff; }


p.footer-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
a.btn-footer-call {
    background-color: #fff;
    border: 0;
    padding: 7px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}
a.btn-footer-call:hover {
    background-color: #1472b5;
    color: #fff;
}

.address-wrapper p {
    color: #b3b3b3;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
}
.address-wrapper a {
    color: #b3b3b3;
}

/*.address-wrapper p span {
    text-indent: 5.5em;
}*/

ul.footer-social-list {
    padding-left: 20px;
    list-style: none;
    line-height: 38px;
}
ul.footer-social-list li {
    text-align: right;
}
ul.footer-social-list i.fa {
    font-size: 1.5rem;
    color: #fff;
    transition: 0.3s;
}
ul.footer-social-list i.fa:hover {
    color: #1e67a8;
}


#footer_form .form-group {
    position: relative;
    margin-bottom: 1.5em;
}
#footer_form label.error {
    position: absolute;
    color: #ff0000 !important;
    transform: translateZ(10px);
}
.form-control.error {
    border-color: red;
}



/* Media Query */
@media(max-width: 1600px) {
.home-slider .item .cover .header-content { bottom: 30px; }

.home-slider .item img { height: auto; }

.innovation-section {
    padding: 17% 0;
}
.future-vision { padding: 13% 0; }
.contact-us-section { padding: 16% 0; }

.testimonials-slider p.font-weight-bold {
    font-size: 20px;
}

    header {
        height: 80px;
    }
    
    .home-slider .item .cover .header-content h2 { font-size: 2rem; }
    .home-slider .item .cover .header-content p {
        font-size: 15px;
    }
    
    
    
    .navbar-brand img {
        width: 80px;
    }
    
    a.nav-link.btn-call {
        top: 0em;
    }
    header.sticky.is-fixed a.nav-link.btn-call {
        top: 0em;
    }
    
    .navbar-light .navbar-nav .nav-link { font-size: 14px; }
 
    
}

@media(max-width: 1350px) {
    header#menu .container {
        max-width: 95%;
        padding: 0;
    }
    .navbar-nav .nav-item {
        padding: 0 8px;
    }
    .navbar-light .navbar-nav .nav-link { font-size: 12px; padding: 0 2px; }
}

@media(max-width: 1199px) {
    .section-padding { padding: 5em 0; }


    .main-nav ul.navbar-nav { background-color: #000; padding: 15px 0; }
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 95%;
        top: 0;
    }
    .navbar-nav .dropdown-menu .dropdown-item a { color: #000; }
    
    .main-nav ul.navbar-nav.ml-4.mr-auto {
        margin-left: 0 !important;
    }
    .navbar-nav .nav-item {
        padding: 8px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
    }
    a.nav-link.btn-call {
        top: 3em;
    }
    header.sticky.is-fixed a.nav-link.btn-call {
        top: 2.8em;
    }
    

    .home-slider .item .cover .header-content h2 {
        font-size: 1.2rem;
    }
    
    .btn-enqnow-mobile {
        position: absolute;
        right: 15%;
        top: 20px;
        background-color: #295693;
        color: #fff;
        display: block !important;
    }
    header.sticky.is-fixed .btn-enqnow-mobile {
        top: 30px;
    }
}

@media(max-width: 992px) {
    
    .products-banner { min-height: 64vh !important; }
    
    .process-section .owl-carousel .owl-item img {
        height: 50vh;
    }
    
    .navbar-nav .dropdown-menu {
        left: 25%;
        top: 85%;
    }
    .section-padding {
        padding: 3em 0;
    }
    .process-section {
        padding: 5% 0;
    }
    h1.section-title, h2.section-title { font-size: 2rem ; }
    footer {
        padding: 3em 0 !important;
    }
    .contact-us-section {
        background-size: cover;
        background-position: 85% 0;
    }
    
    .section-padding.faq-section {
        padding: 2em 0 22em;
    }
    .faq-section .border-right-0:after { display: none; }
    .faq-section .border-right-0 h4 {
        text-align: center;
        margin: 0;
    }
    .faq-section .border-right-0 {
        height: auto;
        padding: 0em 0 2em;
    }
    
    .our-products .card-footer p { min-height: auto; }
  div#navbarNavDropdown {
    z-index: 999;
    background-color: #000000c4;
    padding: 1em 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 8em;
  }
  #menu ul { line-height: 34px; }
  .navbar-light .navbar-nav .nav-link { color: #fff; }
  .navbar-light .navbar-nav .dropdown-item .nav-link { color: #000; }
  .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
        display: flex;
        align-items: center;
    }

  a.btn-call-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #666;
    padding: 5px 0;
    color: #fff;
    z-index: 9999;
  }
}

@media(max-width: 767px) {
    
    .tab-content>.tab-pane .row {
        margin: 0 0;
    }
    
    .process-section .owl-carousel .owl-item img {
        height: auto;
    }
    .process-section {
        padding: 10% 0;
        height: auto;
    }
    .innovation-section.active {
        background-position: top;
        background-size: 130%;
        background-repeat: no-repeat;
        background-color: #fbfbfb;
    }
    span#js-rotating {
        font-size: 18px;
        display: block;
        width: 280px;
        margin-top: 7px;
    }
    
    .navbar-nav .dropdown-menu {
        left: -15px;
        right: -15px;
    }
    .navbar-nav .dropdown-menu li.dropdown-item {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .navbar-light .navbar-nav .dropdown-item .nav-link {
        line-height: 20px;
    }
    .navbar-light .navbar-nav .dropdown-item .nav-link span { display: block; }
     
    .clients-section ul.nav.nav-tabs li.nav-item a.nav-link { margin-left: 0; }
    
    header .btn-enqnow-mobile {
        top: auto !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    
    .home-slider .item {
        height: auto;
        position: relative;
    }
    .innovation-section p {
        width: 100%;
    }
    .innovation-section h1.section-title {
        position: relative;
        height: 180px;
    }
    .innovation-section .text-slider {
        left: 3.5em;
        display: block;
        position: absolute;
    }
    a.check-process-btn {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .process-section h2.section-title b {
        font-size: 2rem;
    }
    .owl-carousel.our-clients-slider .owl-item img { width: 100px; }
    
    
.clients-section ul.nav.nav-tabs li.nav-item {
    display: block;
    margin-bottom: 5px;
} 
.contact-us-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.clients-section.section-padding {
    padding: 3em 0;
}
    
  header .navbar-brand img {
    width: 70px;
  }
  .section-padding {
    padding: 2em 0;
  }
  
    .home-slider .item .cover .header-content,
    .home-slider .item .cover .header-content.first,
    .home-slider .item .cover .header-content.second {
        left: 0;
        width: 100%;
        bottom: 12em !important;
    }
    .home-slider .item .cover .header-content.first {
        bottom: 12em !IMPORTANT;
    }
    .home-slider .item img { height: auto; }
    

    
    .home-slider .item .cover .header-content ul li {
        font-size: 12px;
    }
    .home-slider .item .cover.banner-3 {
        background: rgb(0 0 0 / 29%);
    }
    .home-slider a.btn-link {
        display: inline-block;
        font-size: 12px !IMPORTANT;
        width: auto !important;
        padding: 5px 8px !IMPORTANT;
    }
    .home-slider .pt-2.pb-3.pl-2 {
        padding-bottom: 0 !important;
    }
    .home-slider .item .cover .header-content h2 {
        font-size: 1.2rem;
    }
    .home-slider .item .cover .header-content p {
        color: #fff;
        font-size: 12px;
        word-spacing: unset;
        margin-bottom: 0 !important;
    }
  
    .home-slider a.btn-link {
        padding: 3px 0;
        font-size: 14px;
        width: 160px;
    }
    header.sticky.is-fixed ul.navbar-nav {
        position: relative;
        top: 0px;
    }

  .about-som p { width: 100% !important; line-height: 24px; }
  .text-justify { text-align: left !important; }
  
 h1.section-title, h2.section-title {
    font-size: 1.7rem;
    font-weight: 800;
}
  
  .content-wrapper.p-md-5.team-work-content {
    padding: 1em 1em 2em;
  }

  section.about-som {
    padding-bottom: 2em;
  }

  .project-counter {
    top: 0;
    margin-top: 2em;
}
  .project-counter span.counter-value { font-size: 3rem; }
  .project-counter .counter-Txt { font-size: 1rem; }


  .our-clients {
    position: relative;
    top: 0;
    margin-top: 2em;
}
  .client-testimonials {
    position: relative;
    top: 0;
    margin-top: 3em;
    padding-bottom: 2em;
}
  .our-clients h2.section-title {
    margin-bottom: 1em;
  }

  .our-experties-section {
    padding-bottom: 0;
}
section.section-padding.our-products {
    padding-top: 2em;
    padding-bottom: 1em;
}
.our-products .card {
    margin-bottom: 1em;
}

.client-testimonials .card { position: relative; }

  .our-experties {
    padding: 1em 1em 0;
    top: 0;
}
  .our-experties .card-footer {
    background-color: #e6e6e6;
    padding: 15px 0 24px;
    border: 1px solid #e6e6e6;
  }
  .our-experties .card-footer p { text-align: center; font-size: 1rem; }
  .our-experties .card-footer p > span.d-block { display: inline-block !important; }

  .section-padding.faq-section {
    padding: 2em 0;
  }
  .faq-section .border-right-0:after { display: none; }

  .section-padding.faq-section h4 {
    margin-bottom: 20px;
  }

  .industry-section { padding: 2em 0 0; }
  .industry-section .content-wrapper.proof {
    padding-top: 25px;
}
  .industry-section .content-wrapper {
    padding-bottom: 2em;
}
  .industry-section ul {
    padding-left: 20px;
    display: block;
    margin-top: 5px;
  }
  .industry-section h4 {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .industry-section .pt-4 { padding-top: 0 !important; }
  .industry-section .p {
    line-height: 24px;
  }
  .industry-section .mt-5 { margin-top: 0 !important; }
  .industry-section .pt-4 { padding-top: 0 !important; }


  footer { padding: 2em 0 0.5em !important; }
  .footer-content-wrapper {
    padding-top: 0em;
  }

  .footer-contact-form { padding: 0; }
  .footer-contact-form h2 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .footer-contact-form {
    padding: 2em;
    position: relative;
    top: 0;
  }
  ul.footer-menu { margin-bottom: 0; }
  .address-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  ul.footer-social-list {
    display: flex;
    padding: 0;
    margin-bottom: 15px;
  }
  ul.footer-social-list li {
    margin-right: 15px;
  }
  p.footer-text {
    padding-top: 2em;
    text-align: center;
    font-size: 13px;
  }
    .innovation-section.active {
        background: url('../images/Som_innovation_Video_mobile.gif');
        background-size: cover;
        background-position: 0px -210px;
    }
    .future-vision.active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(../images/Som_Electric_Future_mobile.gif);
        opacity: 0.5;
        z-index: -1;
    }
    .future-vision.active {
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative;
        background-color: #000;
        z-index: 1;
    }
}

@media(max-width: 360px) {
    .home-slider .item .cover .header-content.first {
        bottom: 10em !IMPORTANT;
    }
    .home-slider .item .cover .header-content, .home-slider .item .cover .header-content.first, .home-slider .item .cover .header-content.second {
        bottom: 10em !important;
    }
}
@media(max-width: 320px) {
    .home-slider .item .cover .header-content.first {
        bottom: 8em !IMPORTANT;
    }
    .home-slider .item .cover .header-content, .home-slider .item .cover .header-content.first, .home-slider .item .cover .header-content.second {
        bottom: 8em !important;
    }
}
