/**
* Template Name: Presento - v3.7.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}


body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 16px;

}

a {
  color: #e03a3c;
  text-decoration: none;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  
}

object{
    pointer-events: none;
}

h1{font-weight: 600;}
h2{font-size:2.3rem;}

.btn-outline-dark {min-width: 150px;}

hr {opacity: 0.10;}

.btn{min-width: 150px;}

.clutch img{width: 100%;}

.footer-icon-main{gap:10px}

.footer-icon{height: 65px;}


.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.card{background: #F8F8F8;margin-bottom: 1em;border: none;}

select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url(../img/dropdown-arrow.svg) no-repeat;
background-position: right center;
background-color: #CCCCCC;
color: #000000;
border: 1px solid #000000;

}

.copyright-text{
  font-size: 14px;
  margin-bottom: 1rem;
  margin-top: 0;
  display: block;
}

.text-left{text-align: left;}
.text-right{text-align: right;}

.leader-figure{height: 350px;width: 350px;object-fit: cover;margin: 0 auto;overflow: hidden;}

#main{overflow: hidden;}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fff;
  border: solid 1px #000;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #f2f2f2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.btn-lg{min-width: 150px;font-size: 14px;}
.btn-lg:hover{color: #fff;background-color: #000;border:solid 1px #000;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /* background: #fff; */
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}


#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;

}
#header .logo a {
  color: #111111;
}
#header .logo a span {
  color: #e03a3c;
}
#header .logo img {
  max-height: 25px;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.get-started-btn:hover {
  background: #111111;
  color: #fff;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.nav-btn:hover{color: #fff!important;}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e03a3c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 1em;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgb(255 255 255 / 95%);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  color: #fff;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 12px 10px;
  font-size: 14px;
  color: #000;
  justify-content: flex-start;
  font-weight: 400;
  text-transform: capitalize;
}
.navbar .dropdown ul a span{width: 18px;margin-right: 10px;}
.navbar .dropdown ul a span img{width: 100%;}

.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e03a3c;
}


.navbar .dropdown ul a:hover span{filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);}


.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e03a3c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e03a3c;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 97vh;
  background-size: cover!important;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center!important;
  padding-top: 82px;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero h1:not(.heading-h2-index) {
  margin: 0;
  font-size: 5em;
  font-weight: 100;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
}
#hero h2:not(.heading-h1-index) {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 4em;
  font-weight: 600;
  text-transform: inherit;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}
#hero .container{position: relative;z-index: 1;}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  /*overflow: hidden;*/
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}
.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.header-space {
  padding: 15px 0;
  background: #fff;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}


.news-section{padding: 5em 0;}
.news-section .inner-section{max-width: 75%;}
.linkedin-ico{width: 20px!important; height: 20px!important;}
.bold-h5{font-weight: 500;line-height: 1.2;display: block;margin-top: 0;margin-bottom: 0.5rem;font-family: "Roboto Condensed", sans-serif;}
.bold-p{margin-top: 0;margin-bottom: 1rem; display: block;font-weight:normal;}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
  display: none;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}
.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}
.clients{padding: 30px 0;}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box i {
  float: left;
  color: #e03a3c;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  text-decoration: underline;
}
.services .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 0 30px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;

}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item b {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 5px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display:block;
  line-height:1.2;
}

.user-designation{font-family: "Roboto", sans-serif;font-size: 14px;font-weight: 300;}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item blockquote {
  margin: 30px auto 15px auto;
  color: #D5D5D5;
  min-height: 150px;
  margin-bottom: auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #515151;
  opacity: 1;

}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.testimonials{
    display: flex;
    min-height: 80vh;
    background-size: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom;
    padding: 100px 0;margin: 0;
    color: #fff;
}

.testimonial-author{text-align: center;}
.owl-next .owl-prev{display: none;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #e03a3c;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #e35052;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #000000;
  font-size: 14px;
  background: #ffffff;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  /* border-top: dashed 1px #B2B2B2; */

}
.footer-contact .footer-label{font-weight: 600;font-family: "Roboto Condensed", sans-serif;font-size: 1.25rem;display: block;line-height: 1.2;margin-bottom: 0.5rem;}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  padding: 0 3em 0 0;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

}
#footer .footer-top .footer-headings {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Roboto';
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.footer_contact {
  margin-top: -2px;
} 

.footer_contact_heading{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
}

.footer_contact_sub_heading{
  font-weight: 500;
  font-family: 'Roboto';
}

#footer .footer-top ul li{
  margin-bottom: 12px;
}

.footer_contact a{
  text-decoration:none;
  color:#000;
  padding-left: 2px;
}

.footer_contact a:hover{
  color:#e03a3c;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

@media (min-width: 769px) and (max-width: 991px){
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-left:0px;
  }
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #e03a3c;;
}

#footer .social-links a, .social-links-list .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 0px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a{
  margin-top:0.8rem;
}


@media(max-width: 767px){
  .footer-links{
    width:100% !important;
  }
}

#footer .social-links a:hover, .social-links-list .social-links a:hover {
  background: #efefef;
  color: #000;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
.features-box{padding: 0 10px;}
.company-features{padding-top: 4em!important;}
.inner-section{padding: 40px 0 20px 0;max-width: 80%; margin: 0 auto;}
.figure-holder{background: #EAEAEA;padding: 0px 20px 20px;}
.figure-holder img{margin-top: -20px;height: 250px;width: 100%;object-fit: cover;}
.feature-info{padding: 2em 1em;}
.feature-info h3{padding-bottom: 10px;}
.case-study{background: #F8F8F8;}
.case-study-inner-section{padding:0 5em;}
.norsup-features{}
.case-study-feature-box{padding:2em 3em;}
.case-study-feature-box img{width: 30px;}
.case-study-feature-box h2 {font-family: 'Roboto';font-weight: 600;padding: 10px 0;}
.case-study-feature-box p{margin-bottom: 0px;}
.grey{background: #DDDDDD;}
.black{background: #000000;color: #fff;}
.makes-us-partners{background: #1C1C1F;color: #fff;}
.partners-box{background: #000000;padding: 3em 2em;margin: 1.5em 1em;}
.values-box{background: #000000;padding: 2em 2em;margin: 1.5em 0em;}
.partners-box h4{padding: 15px 0;font-family: 'Roboto';font-weight: 500;font-size: 18px;}
.partners-box img{ width: 35px;height: 35px;}
.partners-box p{margin-bottom: 0px;}
.location-box{background: #F8F8F8;padding:3em 4em;}
.company-overview ul{padding: 0;margin: 0;font-family: 'Roboto';}
.company-overview ul li{list-style: none;padding-bottom: 10px;}
.company-overview .bold-h5{font-family: 'Roboto';font-size: 16px;margin-top: 0;margin-bottom: 0.5rem;}
.location-points{background: #fff;padding: 2em 3em;font-family: 'Roboto';margin-bottom: 0rem;}
.location-points img{width: 30px;}
.location-points .bold-h5{font-family: 'Roboto';font-size: 16px;margin-top: 0;margin-bottom: 0.5rem;}
.location-points .btn{width: 100%;margin-top: 10px;}
.company-info-minus-margin{margin-top: -20em;}
.our-leadership{padding: 0 0 60px 0;}
.team-members-box img{max-width: 300px;height: 400px;object-fit: cover;}
.team-members-box .bold-h5{padding: 15px 0 0;margin: 0;font-family: 'Roboto';font-size: 16px;}
.team-members-box{margin-bottom: 3em;}
.team-members-box .bold-p{font-size: 14px;}
.team-members-box img{height: 250px;object-fit: cover;width: 100%;}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 3.500rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    padding-left: 2.375rem;
    font-size: 14px;
    min-width: 300px;
}

.career-select-dropdown{padding-left: 40px;font-size: 14px;}


.select-location-wrapper, .select-department-wrapper {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    width: 100%;
}
.select-location-wrapper:after {
    content:"";
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    pointer-events: none;
    content: '';
    background-image: url('../img/career/form-location.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
 }

 .select-department-wrapper:after {
    content:"";
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    pointer-events: none;
    content: '';
    background-image: url('../img/career/form-department.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
 }

.job-search-btn{
    height: 52px;
    padding: 0;
    min-width: 150px;
    font-size: 16px;
}

.job-list-section{background: #FAFAFA;padding: 20px 0;}
.job-list .nav-link.active{
    color: #000;
    background-color: #E6E6E6;
    border-radius: 0px;
    padding:2em;
    border-bottom: solid 1px #E6E6E6;
}
.job-info h4{font-weight: 600;}
.job-info h5{font-weight: 500;font-family: "Roboto", sans-serif;}
.job-info p{font-size: 14px;display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;margin-bottom: 0px;}


.job-list .nav-link{
    color: #000;
    border-radius: 0px;
    padding:2em;
    border-bottom: solid 1px #D0D0D0;
}

.job-description{padding: 0 1em;}
.job-description h4{font-family: "Roboto", sans-serif;}
.about-job-section h6{font-family: "Roboto", sans-serif;}
.about-job-section h6 img{
  position: relative;
    margin-right: 10px;
    top: -2px;
}

.about-job-section h5{font-family: "Roboto", sans-serif;font-size: 16px;}
.tag-section{display: inline-flex;}
.tag-section li{margin: 0 5px;list-style: none;}
.job-apply-section{padding: 0 0 20px 0;}
.apply-section{background: #F4F4F4;padding:4em 5em;}
.apply-section h4{font-family: "Roboto", sans-serif;}
.apply-section h3{font-family: "Roboto", sans-serif; font-size:1.5rem;}
.apply-section .form-control{border: none;}
.apply-section .form-group{margin-bottom: 20px;}
.apply-section label{font-size: 16px;}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(3.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 1rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "";
}
.custom-file-label::after {
    position: absolute;
    top: 16px;
    right: 10px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: '';
    background-image: url('../img/career/upload.svg');
    background-size: 18px 17px;
    height: 18px;
    width: 17px;
    background-repeat:no-repeat;
}

.job-v-list{height: 70vh;overflow: auto;display: block;}

#notification_container{
  display:flex;
  background-color:#fce8dc;
  width:100%;
  z-index:100;
  position:fixed;
  top:80px;
  justify-content:center;
  transition:0.5s;
}
.notification_content{
  display: flex;
  align-items: center;
  position:relative;
}

.notification_image{
  position:inherit;
  top:2px;
  height:62px;
}

#notification_container.header-scrolled {
  top:60px;

}

.notification_text{
  font-size:20px; 
  padding-left:15px;
  font-family:'Roboto',sans-serif;
}

.employment_workplace_location{
  font-size:1.25rem;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

  .contact-form{max-width: 750px;margin: 2em auto;}
  .contact-form .form-control{background: #EFEFEF;border:none;margin-bottom: 10px;}
  .contact-footer-section{background: #1C1C1F;}
  .get-in-touch h4{font-family: "Roboto", sans-serif;font-size: 18px;}
  .get-touch-list{margin: 1em 0 0;padding: 0;}
  .get-touch-list a{color: #000;}
  .get-touch-list a:hover{color: #e03a3c;}
  .get-touch-list li{list-style: none;margin-bottom: 10px;}
  .get-touch-list li img{width: 20px;margin-right: 10px;}

  .contact-form select {
    background: url(../img/dropdown-arrow.svg) no-repeat!important;
    background-position: right center!important;
    background-color: #EFEFEF!important;
 }


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------

xtype

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #fff;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: transparent;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: inherit;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}


.we-are-left-section{background: url(../img/what-we-are.jpg);display: flex;
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0;margin: 0;}

.text-section{width: 100%;}
.text-section .inner{color: #fff;
    padding: 0 3em 3em 3em;}

.text-section .inner h3{font-family: "Roboto", sans-serif;font-weight: 300;
    line-height: 1.3;}

.text-section .inner h5{
  text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.right-section-text{font-family: "Roboto", sans-serif;padding: 0 5em;}
.right-section-text h2{font-weight: 600;margin-bottom: 20px;}
.right-section-text p {margin-bottom: 20px;}
.what-we-are{padding: 0;}
.explore-service{font-family: "Roboto", sans-serif;font-weight: 300;color: #000;font-weight: 500;}
.company-tech-info-section{background: #F7F7F7;}
.company-tech-info-section .figure-holder img{height: 400px;}
.company-tech-info-section .feature-info {padding: 0em 5em;}
.company-tech-row {padding-bottom: 3em;}

.work-with-us{
    max-width: 500px;
    padding: 15em 0;
}
.work-with-us a{margin-right: 10px;}
.work-with-us p{
  color: #D5D5D5;
    font-size: 16px;
    font-weight: 300;
}


/*--------------------------------------------------------------
#  newsletter section
--------------------------------------------------------------*/
.newsletter-section{padding: 100px 0;}
.custom-search {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.custom-search-input {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 60px;
    background: #F4F4F4;
}

.custom-search-botton {
  position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #000;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 25px;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
}
/* .footer-contact img{width: 150px;} */


/*--------------------------------------------------------------
#  team page
--------------------------------------------------------------*/


.philosophy-hero{max-width: 1200px;margin: 0 auto;}
.entry-para{max-width: 900px;margin: 0 auto;font-size: 16px;text-align-last: center;}
.philosophy-team-section{background: #F8F8F8;}
.our-values{background: #1C1C1F;color: #fff;}
.values-box img{width: 40px;height: 40px;margin-bottom: 1em;}


/*--------------------------------------------------------------
#  hire page
--------------------------------------------------------------*/
.company-hire-section{background: #fff;}
.company-hire-section .figure-holder img{height: 350px;}
.company-hire-section .feature-info {padding: 2em 4em;}
.hire-list{padding: 15px 0 0;margin-left: 2em;}
.hire-list li{list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 15px;}
.hire-list li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    background: url(../img/hire/tick.svg);
    margin-left: -2em;
    content: "";
    width: 30px;
    height: 12px;
    background-repeat: no-repeat;
}
.b-li{
  font-weight: 500;
}
.hire-testimonial-box{
    background: #F8F8F8;
    padding: 2em 3em;
    position: relative;
    margin-bottom: 2em;
}
.hire-testimonial-box::before{
    display: inline-block;
    font-style: normal;
    background: url(../img/hire/quote-ico.svg);
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
}
.hire-testimonials{padding: 0;}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}

.hire-testimonial-box .media-body b{font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: block;
  }

.hire_us_blockquote{
    margin: 0 0 0rem;
}

.our-approach{
    /* background: url(../img/hire/approach-bg.jpg); */
    color: #fff;
    background-size: cover !important;

}

.transperent-box{background: rgb(0 0 0 / 50%);color: #fff;padding: 2em 4em;margin-bottom: 1.5em;}
.list-numeric{
    display: inline-block;
    border: solid 1px #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 1em;
}
.transperent-box p{font-size: 16px;}

.ready-to-hire{}

/*--------------------------------------------------------------
#  product page
--------------------------------------------------------------*/

.product-figure{max-width: 800px;margin: 0 auto;}
.product-figure img{width: 100%;}
.light-grey{background: #F8F8F8;}
.extra-para{font-size: 16px;font-weight: 500;margin: 0;}
.smart-pool-extra-info{background: #EDEDED;padding: 1em 2em;}
.smart-pool-extra-info h5{font-family: "Roboto", sans-serif;font-size: 18px;}
.smart-pool-extra-info p{margin: 0;}



/*--------------------------------------------------------------
#  enterprise applications page
--------------------------------------------------------------*/
.enterprise-applications{
  padding-bottom: 0px;
}
.enterprise-blocks{
  background: #F8F8F8;
  position:relative;
  padding: 2em 5em;
  margin-bottom: 5.5em;
}
.enterprise-blocks figure img{
  width: 250px;
  height: 200px;
  object-fit: cover;
}
.enterprise-blocks figure {
  position: relative;
  margin-top: -5em;
  margin-bottom: 3em;
}
.enterprise-points{
  /* background: url(../img/enterprise-application/apllication-bg.jpg); */
  color: #fff;
  background-position: center;
}
.enterprise-points-box{
  padding: 4em;
}
.subtitle-text{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
.enterprise-points-box p{
  font-size: 16px;
  line-height: 1.8;
  margin: 2em 0;
  font-weight: 300;
}
.our-process-info .figure-holder img{
  height: 300px;
}
.our-process-info h3{
  font-family: "Roboto", sans-serif;
}
.choose-nuventure-block{
  padding: 0 1em;
  margin-bottom: 2em;
}
.faq-section{
  padding: 0;
}
.choose-nuventure-block .media img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.h2-heading-enterprise{
  font-family:"Roboto Condensed",'sans-serif';
}
.h3-heading-norsup{
  font-size: 20px;
}
@media(min-width:1200px){
  .h2-heading-enterprise{
    font-size:1.75rem;
  }
  .h3-heading-managed-support{
    font-size:1.5rem;
  }
  .h2-heading-industrial-design{
    font-size:1.75rem;
  }
  .h2-heading-industrial-solution{
    font-size:1.75rem;
  }
  .h2-heading-cloud{
    font-size:1.75rem;
  }
  .h3-bold-heading-cloud{
    font-size:1.5rem;
  }
  .h2-heading-devops{
    font-size: 1.75rem;
  }
  .h2-heading-web{
    font-size:1.75rem;
  }
  .h2-heading-seo{
    font-size: 1.75rem;
  }
  .h2-heading-mobile{
    font-size: 1.75rem;
  }
  .h2-heading-mobile-first{
    font-size: 1.75rem;
  }
  .h3-heading-company{
    font-size: 1.75rem;
  }
  .h3-heading-team{
    font-size: 1.75rem;
  }
  .h4-heading-team{
    font-size: 1.5rem;
  }
  .h4-heading-team-norsup{
    font-size: 20px;
  }
  .h3-heading-waterstarters{
    font-size: 1.75rem;
  }
  .heading-h1-second-index{
    font-size: 2.5rem;
    font-weight: 400;
  }
}

.icon_sub_case_study{
  width: auto;
  height:44px;
}

@media(max-width:1200px){
  .h2-heading-enterprise{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h3-heading-managed-support{
    font-size:calc(1.275rem + 0.3vw);
  }
  .h2-heading-industrial-design{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h2-heading-industrial-solution{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h2-heading-cloud{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h3-bold-heading-cloud{
    font-size:calc(1.275rem + 0.3vw);
  }
  .h2-heading-devops{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h2-heading-web{
    font-size:calc(1.3rem + 0.6vw);
  }
  .h2-heading-seo{
    font-size: calc(1.3rem + 0.6vw);
  }
  .h2-heading-mobile{
    font-size: calc(1.3rem + 0.6vw);
  }
  .h2-heading-mobile-first{
    font-size: calc(1.3rem + 0.6vw)
  }
  .h3-heading-company{
    font-size: calc(1.3rem + 0.6vw);
  }
  .h4-heading-team{
    font-size: calc(1.275rem + 0.3vw);
  }
  .h4-heading-team-norsup{
    font-size: 14px;
  }
  .h3-heading-waterstarters{
    font-size: calc(1.3rem + 0.6vw);
  }
  .heading-h1-second-index{
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
  }
  .apply-section h3{
    font-size:calc(1.275rem + 0.3vw) !important;
  }
}
.h4-heading-flowmitr{
  font-size: 14px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
}

.h3-heading-company{
  padding-bottom: 10px;
}

.h4-heading-company{
  padding: 15px 0;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
}

.h4-heading-careers{
  font-weight: 600;
  font-size: calc(1.275rem + 0.3vw);
  }

.h5-heading-careers{
  font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 1.25rem;
  }

.h1-heading-careers{
  font-weight: 600;
  font-size: calc(1.375rem + 1.5vw);
}

.h4-second-heading-careers{
  font-size: calc(1.275rem + 0.3vw);
  font-family: "Roboto", sans-serif;
}

.h2-heading-contact{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.heading-products-h5{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.heading-h2-index{
  color: #fff; 
  margin: 10px 0 0 0;
  font-size: 4em;
  font-weight: 600;
  text-transform: inherit;
  font-family: "Roboto Condensed", sans-serif;
}
.heading-h1-index{
    margin: 0;
    font-size: 5em;
    font-weight: 100;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: inherit;
}

.h3-heading-enterprise{
  font-size:1.25rem;
}

.bold-enterprise-para{
  font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f106';
}

.faq .collapsible-link{font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;}


.faq .card-header {
    background-color: rgb(0 0 0 / 0%); }



/*--------------------------------------------------------------
#  infrastructure page
--------------------------------------------------------------*/
.infrastructure-box .strong-infrastructure-heading{font-size: 18px;padding-top: 15px;display: block;line-height: 1.2;margin-bottom: 0.5rem;font-weight: 500;}
.h3-heading-infrastructure{font-size: 1.25rem;}
.infrastructure-features{padding-top: 20px;}
.server-monitoring{padding: 20px 0;}
.server-monitor-box{padding: 2em;margin-bottom: 1.5em;width: 100%;}


.server-list li{list-style: none;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;}
.server-list-flowmetre li{list-style: none;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 10px;}
.server-list li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    background: url(../img/infrastructure-management/tick.svg);
    margin-left: -2em;
    content: "";
    width: 23px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 67%;
    position: relative;
    top: 3px;
}
.server-list-flowmetre li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  background: url(../img/infrastructure-management/tick.svg);
  margin-left: -2em;
  content: "";
  width: 23px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 67%;
  position: relative;
  top: 3px;
  margin-right:4px;
}
.tick-white li::before{background: url(../img/infrastructure-management/tick-white.svg);
    margin-left: -1.5em;
    content: "";
    width: 23px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 67%;
    position: relative;
    top: 3px;}

.server-list{padding-top: 10px;padding-left: 20px;}
.iot-solution-tabs .nav-pills .nav-link{min-width: 200px;text-align: center;border-radius: 0px;padding: 1em 2em;border: solid 1px #000;color: #000;}
.iot-solution-tabs .nav-pills .nav-link span{display: block;width: 35px; height: 25px;margin: 0.5em auto;}
.iot-solution-tabs .nav-pills .nav-link span object{width: 100%;height: 100%}
.iot-solution-tabs .nav-pills .nav-link.active{background-color: #000000;color: #fff;}
.iot-solution-tabs .nav-pills .nav-item{padding: 0 10px;}
.iot-solution-tabs .nav-pills .nav-link.active .icon-water{filter: invert(100%) sepia(13%) saturate(40%) hue-rotate(346deg) brightness(104%) contrast(97%);}
.iot-architecture{padding: 0 0 40px 0;}
.innovative-business{background: #F8F8F8;}
.innovative-inner-section{max-width: 700px;margin: 0 auto;}



.life-section .owl-carousel .item{height: 400px;}
.life-section .owl-carousel .owl-item img{height: 100%;object-fit: cover;}
.owl-carousel .item {
    background: #ccc;
    text-align: center;

}
.wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.padded {
    line-height: 450px;
}
#nav {
    position: relative;
    display: none;
}

.wrapper:hover #nav > div {
    visibility: visible;
}
#nav > div {
    font-size: 28px;
    position: absolute;
    top: -250px;
    z-index: 2;
    cursor: pointer;
    padding: 0 5px;
    visibility: hidden;
}
.owl-prev {
    left: 0;
}
.owl-next{
    right: 0;
}

.owl-dots{
  position: absolute;
    bottom: 1em;
    left: 0em;
    z-index: 100;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
  width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    margin: 0 2px;
}

.owl-carousel .owl-dots .active{background: #000;}
.life-section{padding: 0;}
.cloud-section{padding-bottom: 0px;}
.light-grey{background: #F8F8F8;}


/*--------------------------------------------------------------
#  cloud page
--------------------------------------------------------------*/

.cloud-features h4{font-family: "Roboto", sans-serif;}
.cloud-features img{margin-bottom: 15px; width: 40px;height: 40px;}
.cloud-monitor-box{padding: 4em 1em;margin-bottom: 1.5em;width: 100%;}
.cloud-partner-title{padding:0 10em 5em 10em;}
.cloud-partner .figure-holder img{height: 350px;}
/* .case-study-first{padding-top: 0px;} */
.h2-heading-cloud{
  font-family:'Roboto Condensed','sans-serif'; 
  padding-bottom: 10px;
}
.bold-heading-cloud{
  font-family: "Roboto", sans-serif;
  font-size:14px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  display:block;
}
.h3-bold-heading-cloud{
  font-family:"Roboto",'sans-serif'; 
}
/*--------------------------------------------------------------
#  service page
--------------------------------------------------------------*/
.service-block{background: #F8F8F8;padding: 3em 2em;margin-bottom: 1.5em;}
.service-block .h4-heading-enterprice {font-family: "Roboto", sans-serif;padding: 10px 0;font-size: 18px;font-weight: 600;}
.service-block p{display: -webkit-box;}
.service-icon{width: 40px;height: 40px;margin: 0 auto;}
.service-icon img{width: 100%;}
.services-blocks{padding: 0 20px;}
.white-line{opacity: 1;}
.grabbing-eyeballs b {font-family: "Roboto", sans-serif;line-height: 1.7;font-size: 14px;margin-bottom: 0.5rem;font-weight: 500;display: block;}




/*--------------------------------------------------------------
#  Industrial solution page
--------------------------------------------------------------*/
.industrial-solution .figure-holder img {height: 350px;}
.irrigation-points{ 
    background: url("../img/industrial-solution/figure02-web-2.webp");
  color: #fff;
  background-repeat: no-repeat;
  background-position:0% 51% !important;
  background-size: cover!important;


}
.irrigation-points .entry-title{max-width: 800px;margin: 0 auto;}
.water-solutions .figure-holder img {height: 400px;}

.h2-heading-industrial-solution{
  font-family:'Roboto Condensed','sans-serif'; 
  padding-bottom: 10px;
}
/*--------------------------------------------------------------
#  Industrial design page
--------------------------------------------------------------*/
.industrial-design .figure-holder img{height: 400px;}
.feature-info .h2-heading-industrial-design{padding-bottom: 10px;font-family: "Roboto Condensed", sans-serif;}

/*--------------------------------------------------------------
#  Devops page
--------------------------------------------------------------*/
.h2-heading-devops{
  font-family: "Roboto Condensed",'sans-serif';
}
.bold-devops-para{
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  display:block;
  font-size: 20px;

}
.devops-p{
  font-size: 16px;
}

.para-main-devops{
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  padding: 1em 0em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


/*--------------------------------------------------------------
#  IoT page
--------------------------------------------------------------*/
.iot-solution-tabs .tab-content > .tab-pane{
    max-width: 1000px;
    margin: 0 auto;
}
.iot-solution-tabs .tab-pane .figure-holder{margin-top: 2em;}
.bold-iot-heading{font-size: 1.25rem;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;display: block;    font-family: "Roboto Condensed", sans-serif;}


.cookie-box{
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color:#f1f1f1;
    z-index: 9999;
}
.cookie-box-inner{
    flex-direction: row;
    padding: 2rem 3rem;
    color: rgb(40, 35, 74);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;}

.accept-btn{color: #000;font-weight: 600; font-size: 16px;padding: 0 2em;}



/*--------------------------------------------------------------
#  clients page
--------------------------------------------------------------*/
.clients-listing{padding: 30px 0;}
.client-logo-figure-box{background: #F8F8F8;height: 150px;padding: 3em;margin-bottom: 1.5em;}
.client-logo-figure-box img{width: 100%;height: 100%;object-fit: contain;}
.solution-slider .owl-carousel img{height: 500px;object-fit: contain;}
.solution-slider .owl-carousel .item {background: transparent;}
.our-solutions{padding: 30px 0;}

/*--------------------------------------------------------------
#  tech page
--------------------------------------------------------------*/
.technology-listing{padding: 30px 0;}
.sub-entry-para{max-width: 800px;margin: 0 auto;}
.tech-figure{text-align: center;margin: 1em 0 0;padding: 0;}
.tech-figure li{list-style: none;float: none;display: inline-block;padding: 10px;}
.tech-white{background-color: #fff;border:solid 1px #E5E5E5;width: 180px; height: 100px; padding: 2em 2em 1em 2em;margin: 0 0 0rem;}
.tech-grey{background-color: #fff;border:solid 1px #fff;width: 180px; height: 100px; padding: 2em 2em 1em 2em; margin: 0 0 0rem;}
.tech-white img, .tech-grey img{width: 100px;height: 50px;object-fit: contain;margin-bottom: 5px;}
.tech-label{font-size: 14px;color: #4b4b4b;font-weight: 400;}

.close-cookie{position: absolute;right: 1em;}

/*--------------------------------------------------------------
#  Seo page
--------------------------------------------------------------*/

.h2-heading-seo{font-family: "Roboto Condensed", sans-serif;}
.bold-seo-para{font-family: "Roboto", sans-serif;line-height: 1.5;font-size: 16px;font-weight: 300;padding: 1em 0em;margin-top: 0;margin-bottom: 0.5rem;display: block;}
.bold-seo-strategy-block{display: block;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.5;font-size: 18px;}
.seo-para{
  display: block;margin-bottom: 0.5rem;line-height: 1.5;font-size: 16px;
}
/*--------------------------------------------------------------
#  web dev page
--------------------------------------------------------------*/

.web-domination{
  /* background: url(../img/web-development/figure01.jpg); */
  color: #fff;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position:0% 51% !important;
}
.domination-points-box h5{font-family: "Roboto", sans-serif;line-height: 1.5;font-size: 20px;font-weight: 300;padding: 1em 0em;margin-top: 0;margin-bottom: 0.5rem;}
.transperent-box-white{background: rgb(255 255 255 / 10%);color: #fff;padding: 2em 4em;margin-bottom: 1.5em;}
.domination-points-icon{width: 30px;height: 30px;}
.p-h5{line-height: 1.5;font-size: 16px;font-weight: 300;padding: 1em 0em;margin-top: 0;margin-bottom: 0.5rem;}
.domination-points-icon img{object-fit: cover;width: 100%;}
.black-box{background: #101010;}
.brand-visibility-text{
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.brand-visibility-text-web-development{
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.brand-visibility-min-height{min-height: 300px;}
.quality-checks .figure-holder img{height: 400px;}
.customisation{background: #101010;color: #fff;}
.customisation h2{color: #fff;}
.customisation-figure img{height: 350px;}
.customisation-inner-box{background: #2E2E2E;padding: 2em;}
.customisation-inner-box img{height: 300px;object-fit: cover;width: 100%;}
.brand-visibility{padding-bottom: 0px;}

.h2-heading-web{
  font-family:"Roboto Condensed", sans-serif;
}

.h2-small-heading-web-development{
  font-family:"Roboto Condensed", sans-serif;
  font-size:1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  display:block;
}

.bold-web-development-para{
  
  font-size:16px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  display:block;
}
.ensuring-brand-para{
  
  font-size:16px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  display:block;
}
/*--------------------------------------------------------------
#  mobile dev page
--------------------------------------------------------------*/

.our-strategy .entry-para{
  font-family: "Roboto", sans-serif;line-height: 1.5;font-size: 16px;font-weight: 400;
}
.our-strategy .figure-holder{max-width: 900px; margin: 0 auto;}
.our-strategy .figure-holder img{height: 350px;}
.strategy-para{max-width: 1000px;margin: 0 auto;}
.mobile-first{background: #000;color: #fff;}
.mobile-first-figure img{height: 400px;}
.technological-capabilities .inner-section{max-width: 1000px;}
.mobile-box-para{padding: 2em;}

.fullheight-div{height: 100vh;}
.bold-mobile-para{font-family: "Roboto", sans-serif;font-size: 14px;display: block;margin-bottom: 0.5rem;font-weight: 400;line-height: 1.5;}
.h2-heading-mobile{font-family: "Roboto Condensed", sans-serif;padding-bottom: 10px;}
.h2-heading-mobile-first{font-family: "Roboto Condensed", sans-serif;}


/*--------------------------------------------------------------
#  select dropdown
--------------------------------------------------------------*/
.select {
  position: relative;
  color: #6c757d;
  font-size: 16px;
}
.select .selectBtn {
  text-align: left;
  box-sizing: border-box;

  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  border-top: 1px solid #eee;
  z-index: 1;
  background: #2a2a2a;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #000;
  color: #fff;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.contact-from-select{padding: 1rem 0.75rem;background: #EFEFEF;border: none;margin-bottom: 10px;}

.career-dropdown{border: 1px solid #000;padding: 1rem 0.75rem;padding-left: 45px;}


/*--------------------------------------------------------------
#  case study
--------------------------------------------------------------*/
.case-study-section{
  padding: 0;
}
.case-study-section .entry-title{
  font-size: 36px;
}

.case-study-section .sub-heading, .challenge-section .sub-heading, .solution-section .sub-heading{
  font-size: 30px;
}
.case-study-section p, .challenge-section p, .solution-section p, .feature-info p{
  font-size: 16px;
  line-height: 26px;
}
.last-section-list li{
  font-size: 18px;
  line-height: 26px;
}

.challenge-section{background-color: #F8F8F8;}
.case-study-intro{max-width: 900px;margin: 0 auto;}
.highlight-box{background-color: #DDDDDD;font-size: 14px;font-family: "Roboto", sans-serif;padding: 1em;}
.challenge-points{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;}
.solution-section{background-color: #EDEDED;}
.solution-section .container{position: relative;}
.result h6{color: #000;font-size: 18px;font-style: normal;font-weight: 400;}
.solution-section h3{color: #000;font-size: 18px;font-style: normal;font-weight: 400;}
.feature-info h2{font-size: 24px;font-weight: 500;margin-bottom: 15px;}

.last-section-list li{
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
}
.smart-water-meter-points{
  /* background: url(../img/case-study/smart-water-meter-bg.jpg); */
  color: #fff;
  background-position: center;
}
.challenge-bottom-figure{
  position: absolute;
    right: 2em;
    bottom: -4em;
    min-width:100px;
    min-height:100px;
}

.challenge-bottom-figure-irrigation{
  position: absolute;
  bottom: -3em;
  min-width:100px;
  min-height:100px;
}

.l-green{
  background-color: #F5FDF2;
}
.l-blue{
  background-color: #EEF8FF;
}
.l-yellow{
  background-color: #FFFAEE;
}

.percentage{
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.green-text{
  color: #30AA12;
}
.blue-text{
  color: #3196DD;
}
.yellow-text{
  color: #D3A01C;
}
.result-title{
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.solution-section{
  overflow: hidden;
}

.result-para{line-height: 1.6;}

.norsupone-points{
  /* background: url(../img/case-study/nosrupone01.jpg); */
  color: #fff; background-position: center;
}

.water-starter-points{
  /* background: url(../img/case-study/water-starter-figure01.jpg); */
  color: #fff;background-position: center;
}

.casestudy-tech-stack .figure-holder img{height: 350px;}
.casestudy-tech-stack{padding-bottom: 0px;}
.tech-stack{padding-top: 0px;}
.tech-list{text-align: center;padding: 0;margin: 0;}
.tech-list li{
    display: inline-flex;
    float: none;
    background-color: #F8F8F8;
    min-width: 150px;
    font-size: 20px;
    padding: 1em 0.5em;
    margin:5px;
    justify-content: center;
    align-items: center;}

.tech-list li img{width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 5px;}

.figure_technology_stack{
    display:flex;
    margin:0 0 0rem;
}

.news-section .inner-section{
  background-color: #F2F2F2;
  padding: 3em;
  position: relative;
}

.news-section .inner-section::before{
   background-color: #2F2B2B;
    content: "";
    width: 5px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 1px;
}

.news-label{
  background: #BB382A;
  padding: 7px 14px;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 1em;
  display: inline-block;
}

.key_features{
  line-height: 26px;
}

/*--------------------------------------------------------------
#  Products
--------------------------------------------------------------*/
.nuventure-product-info{padding-top:0px;padding-bottom: 100px;}
.screenshot-holder{position: relative;right: -12em;top: 0em;}
.screenshot-holder img{min-height: 440px;}


/*--------------------------------------------------------------
#  Privacy Policy
--------------------------------------------------------------*/
.privacy_para{
  line-height: 26px;
}

.privacy_policy_heading{
  font-weight:500;
}

.privacy_unordered_list{
  padding-left:0;
  list-style-position: inside;
  list-style-type: none;
  line-height:26px;
}

.privacy_unordered_list li{
  padding-left:20px;
  position: relative;
}

.privacy_unordered_list li::before {
  content: '•'; /* Custom bullet */
  position: absolute;
  left: 0; /* Position the bullet */
  color: black; /* Change color if desired */
}

/*--------------------------------------------------------------
#  desktop devices
--------------------------------------------------------------*/



/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .solution-cell {
      min-height: 27vh !important;
  }
}

@media only screen and (width: 1180px) and (height: 820px) {
  .solution-cell {
    min-height: 310px !important;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (orientation: portrait) {
  .solution-cell {min-height: 250px;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  .solution-cell { min-height: 43vh !important;}

}

@media (min-width: 990px){
  .challenge-bottom-figure-waterstarters{
  position: absolute;
  bottom: 1em;
  min-width: 100px;
  min-height: 100px;
  left: 34%;
  }
}
@media (min-width: 1025px) {
  .h4-heading-careers {font-size: 1.5rem;}
  .h1-heading-careers{font-size: 2.5rem;}
  .h4-second-heading-careers{font-size: 1.5rem;}
    #hero {
      background: url("../img/home/hero-bg-large.webp") 
    }
    .testimonials {
      background: url("../img/home/office-bg-large.webp")
    }
    .enterprise-points {
      background: url("../img/enterprise-application/apllication-bg-web.webp")
    }
    .irrigation-points {
      background: url("../img/industrial-solution/figure02-web-2.webp");

    }
    .web-domination{
      background: url("../img/web-development/figure01-web-5.webp");
    }

    .smart-water-meter-points{
      background: url("../img/case-study/smart-water-meter-bg-web.webp");
    }

    .norsupone-points{
      background: url("../img/case-study/nosrupone01-web.webp");
    }

    .our-approach{
      background: url("../img/hire/approach-bg-web.webp");
    }

    .water-starter-points{
      background: url("../img/case-study/water-starter-figure01-web.webp");
    }

    .solution-cell{min-height: 250px;}
}

/*--------------------------------------------------------------
#  Tablet devices
--------------------------------------------------------------*/

@media (max-width: 1180px) {

  .challenge-bottom-figure img{width: 280px;}

}

@media (max-width: 991px) {
  .team-members-box img {width: 100%;}
  .job-search-filter .d-flex {display: block!important;}
  .select-location-wrapper, .select-department-wrapper{margin: 5px 0;}
  #hero {height: 100vh;}
  .we-are-left-section{background-position: bottom;}
  .clutch img {max-width: 300px;}
  .footer-icon-main{justify-content: center; width:100% !important}
  #footer .footer-top .footer-contact {padding: 0;}
  .infrastructure-features {padding-top: 0;}
.case-study-feature-box {margin-bottom: 10px;}
.iot-solution-tabs .nav-pills .nav-link{min-width: 100px;padding: 1em 1em;}
.order-sm-1 {order: 2 !important;}
.order-sm-2 {order: 1 !important;}


.right-section-text {padding: 3em;}
/* .footer-links img{width: 300px;} */
.screenshot-holder{right: auto;}

#hero {background: url("../img/home/hero-bg-medium.webp") }
.testimonials {background: url("../img/home/office-bg-medium.webp")}

.enterprise-points {
  background: url("../img/enterprise-application/apllication-bg-tab.webp")
}
.irrigation-points {
  background: url("../img/industrial-solution/figure02-tab-2.webp");
}
.web-domination{
  background: url("../img/web-development/figure01-tab-5.webp");
}

.smart-water-meter-points{
  background: url("../img/case-study/smart-water-meter-bg-tab.webp");
}

.norsupone-points{
  background: url("../img/case-study/nosrupone01-tab.webp");

}
.our-approach{
  background: url("../img/hire/approach-bg-tab.webp");
}
.water-starter-points{
  background: url("../img/case-study/water-starter-figure01-tab.webp");
}
.result-box {
  margin-bottom: 10px;
}
.challenge-bottom-figure{position: relative; bottom: -5em;right: 0;left: 0;}
.challenge-bottom-figure img{width: auto;}
.hire-figure img{width: 100%;}
.hire-text{padding: 3em 6em;max-width: inherit!Important;}

.challenge-bottom-figure-irrigation{position: relative;}

.company-tech-row .figure-holder{margin: 4em 0;}

.company-tech-info-section .feature-info {
  padding: 0em 0em;
}

}


@media (min-width: 992px) and (max-width: 1200px){
  .solution-cell{min-height: 45vh;}
}

@media (min-width: 767px) and (max-width: 991px){
  .light-grey .inner-section .company-tech-row .order-sm-1 {order:1 !important;} 
  .light-grey .inner-section .company-tech-row .order-sm-2 {order:2 !important;}
}

@media(min-width: 992px){
  .case-study-first .inner-section{
    max-width: 90%;
  }
  .light-grey .inner-section{
    max-width: 90%;
  }

}

/*--------------------------------------------------------------
#  mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  .h4-heading-careers{font-size: 16px;}
  .h5-heading-careers{font-size: 14px;}
  [data-aos-delay] {transition-delay: 0 !important;}
  h2 {font-size: 2rem;}
  .bold-seo-strategy-block{font-size: 16px;}
  .bold-mobile-para{font-size: 20px;}
  #header .logo img{width: 160px;}
  .navbar-mobile a, .navbar-mobile a:focus{justify-content: center!important;margin: 0 10px;}
  .inner-section{max-width: 100%;}
  .case-study-inner-section {padding: 0 1em;}
  section {padding: 20px 0;}
  .makes-us-partners{padding: 0 1em;}
.partners-box{margin: 0.5em 1em;width: 100%;}
.company-info-minus-margin {margin-top: -10em;}
.location-box {padding: 3em 2em;}
.team-members-box img {height: 300px;}
.our-leadership {padding: 0 0 0px 0;}
#footer{text-align: center;}
#footer .footer-top .footer-links ul li{display: block;}
.job-search-filter .d-flex {display: block!important;}
.select-location-wrapper, .select-department-wrapper{width: 100%;}
.job-search-btn{width: 100%;}
.job-info p{display: none;}
.job-description {padding: 2em 1em;}
.apply-section {padding: 2em 2em;}
#hero{height: 70vh;}
.cd-words-wrapper{text-align: center;}
.we-are-left-section{min-height: 500px;background-position: inherit;}
.right-section-text{padding: 3em 2em;}
.company-tech-row{padding: 0 1.5em;}
.company-tech-info-section .feature-info {padding: 0em 0em;}
.company-tech-row .figure-holder{margin: 4em 0;}
.work-with-us { padding: 5em 1em;}
.company-hire-section .feature-info {padding: 0;}
.hire-testimonials .inner-section{padding: 0;}
.hire-testimonial-box{margin: 1em 2em 2em 2em;}
.company-hire-section{padding: 0;}
.hire-testimonial-box{padding: 2em 1em;}
.our-approach {padding: 0 2em;}
.clutch img {max-width: 300px;}
.smart-pool-extra-info{display: block!important;text-align: center;}
.products{padding: 0 10px;}
.enterprise-applications, .enterprise-points, .faq-section, .why-choose-us{padding: 0 20px;}
.enterprise-blocks{padding: 2em;}
.server-monitoring{padding: 20px;}
#footer .footer-top .footer-contact {padding: 0;}
.infrastructure-features {padding-top: 0;}
.case-study-feature-box {margin-bottom: 10px;}
.iot-architecture, .innovative-business {padding: 0 20px;}
.innovative-inner-section .d-flex{display: block!important;}
.life-section .inner-section{padding-top: 0px;}
.feature-info {padding: 1em 0;}
.newsletter-section {padding: 50px 0;}
.text-justify {text-align: inherit!important;}
.testimonials .testimonial-item{padding: 0;}
.order-sm-1 {order: 1 !important;}
.order-sm-2 {order: 2 !important;}
.px-5 {padding-right: 1rem !important;padding-left: 1rem !important;}

.cloud-section{padding: 0;}
.cloud-section .inner-section{padding: 10px 0 10px 0}
.cloud-advantage{padding: 0 20px;}
.cloud-partner-title {padding: 0 20px;}
.cloud-partner .feature-info {padding: 0em;}
/* .case-study-first{padding: 0;} */
/* .case-study-first .inner-section{padding-top: 0px;} */
.pt-xs-0{padding-top:0;}
.our-process{padding: 0 20px;}

.job-info h4{font-size: 16px;}
.job-info h5{font-size: 14px;}
.job-list .nav-link{height: fit-content;padding: 10px!important;}
.job-v-list {display: block;max-height: 300px; height: auto;}
.navbar .dropdown ul a{color: #000;}
.iot-solution-tabs{padding: 0 20px;}
.iot-solution-tabs .nav-pills .nav-item {padding: 5px;width: 50%;}
.irrigation-points, .domestic-water-solution, .water-quality, .clients-listing, .our-solutions, .technology-listing, .web-domination, .brand-visibility, .customisation, .our-strategy, .mobile-first, .mobile-apps, .norsupone-points, .water-starter-points, .tech-stack, .smart-water-meter-points, .case-study-section, .smart-pool-extra-section, .challenge-section, .solution-section, .result{padding: 20px;}
.industrial-design .figure-holder img, .water-solutions .figure-holder img, .industrial-solution .figure-holder img, .water-solutions .figure-holder img {height: 250px;}
.enterprise-points-box{padding: 2em;}
.solution-slider .owl-carousel img {height: auto;}
.tech-white, .tech-grey{width: 150px;}
.tech-figure li{padding: 5px;}
/* .footer-links img{width: 300px;} */
.black-box{margin-top: 1em;padding: 3em 1em;}
.brand-visibility-min-height {min-height: 200px;}
.life-section .owl-carousel .item {height: 300px;}
.not-found-info{text-align: center;}
.fullheight-div .align-self-center {align-self: inherit!important;}
.leader-figure{width: auto;}
.screenshot-holder{right: auto;}
.responsive-info{margin-top: 1em;padding: 2em 1em;}
.challenge-section h2{padding-top: 20px;}
.challenge-bottom-figure{position: relative;bottom: -5em;right: 0;left: 0;}
.result-box{margin-bottom: 10px;}
.casestudy-tech-stac{padding: 0 15px;}
.bold-web-development-para{
  font-size:20px;
}
.ensuring-brand-para{
  font-size:20px;
}

#hero {background: url("../img/home/hero-bg-small.webp") }
.testimonials {background: url("../img/home/office-bg-small.webp") }
.enterprise-points {
  background: url("../img/enterprise-application/apllication-bg-mobile.webp")
}

.irrigation-points {
  background: url("../img/industrial-solution/figure02-mobile-2.webp");
}

.web-domination{
  background: url("../img/web-development/figure01-mobile-5.webp");
}

.smart-water-meter-points{
  background: url("../img/case-study/smart-water-meter-bg-mobile.webp");
}

.norsupone-points{
  background: url("../img/case-study/nosrupone01-mobile.webp");
}

.our-approach{
  background: url("../img/hire/approach-bg-mobile.webp");
}

.water-starter-points{
  background: url("../img/case-study/water-starter-figure01-mobile.webp");
}
.news-section{padding: 2em 0;}
.news-section .inner-section {max-width: 90%;}
.footer-contact .footer-label{max-width: 80%;margin: 0 auto;}
.choose-nuventure-block{padding: 0;}
.news-section .inner-section{padding: 1em;}
.challenge-bottom-figure img {width: auto;}
.hire-figure img{width: 100%;}
.hire-text{padding:3em!important;}


}




.text-none{
  text-transform:none !important;
}
.img-contact{
  width: 20px !important;
  margin-right: 10px;
}
.location-points a{
  color: black;
}
.phone_number{
  padding-bottom: 10px;
}
.nuventure-seo-advantage{
  font-size: 16px;
}
.nuventure-seo-para{
  font-size: 16px;
}


.hire-us-footer{
  
  padding: 0;
}

.hire-us-footer h4{
color: #FFF;
font-family: "Roboto Condensed";
font-size: 27px;
font-style: normal;
font-weight: 400;
}

.hire-us-footer p{
color: #E2E2E2;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
  }

  .hire-text{
    max-width: 550px;
    padding-left: 5em;
    position: relative;
    z-index: 2;
  }
.tri-shape{
  position: relative;
  background-color: #231E1E;
}
.tri-shape::before{
  width: 174px;
    height: 100%;
    transform: skew(-13deg);
    background: #231e1e;
    content: "";
    position: absolute;
    right: -41px;
    z-index: 0;
}  


@media (max-width: 991px){

  .second-row .order-sm-1 {
      order: 1 !important;
  }
  
  .second-row .order-sm-2 {
    order: 2 !important;
  }
  
  }
  
.whatsapp_button {
  z-index:1058 !important; 
  position:fixed;
  bottom:100px; 
  right:0;
  background-color:#4FCE48;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  font-size: small;
  text-align: center;
}

.whatsapp_button .button-content {
  display: flex; /* Layout child elements in a row */
  align-items: center; /* Vertically center items within this container */
}

.whatsapp_button i {
  margin-right: 8px; /* Space between icon and text */
  font-size: 24px; /* Adjust as needed */
}

.whatsapp_button span {
  vertical-align: middle; /* Aligns text vertically with respect to the icon */
}

.whatsapp_redirection_chat{
  background-color:#4FCE48;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  font-size: small;
  width:100%;
  border:100%;
}

#chat_window{
  display: none;
  border-radius: 15px;
  position: fixed;
  bottom: 160px; /* Distance from the bottom */
  right: 0; /* Distance from the right */
  width: 350px; /* Adjust width as needed */
  max-height: 80vh; /* Ensures the chat window doesn't overflow the viewport height */
  overflow-y: auto; /* Adds scroll if content exceeds max-height */
  z-index: 1050;
}

#chat_window #card_header{
  border-top-left-radius: 15px; border-top-right-radius: 15px; background-color:#085B53; padding:1rem 1rem;
}

#chat_window .modal-body{
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

#whatsapp_chat_close{
  background-color:#085B53;
  border:0;
  color:white;
}

.modal-dialog {
    position: fixed;
    bottom: 0;
    right:0;
    margin: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
    width: 350px;
    background-image: url('../img/wa-bckg.png');
}

#imageModalLabel{
  color:white;
}

.modal-backdrop {
    display: none;
}

.modal-open {
  overflow: auto !important;
  padding-right:0 !important;
}

.button_container {
  background-color: white;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}

#chat_message{
  margin-left:0 !important;
  width: 89%;
}

.header_content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_content img {
  max-height: 40px;
  width: auto;
  background-color:white;
  border-radius: 18px;
}

.header_content h5 {
  margin: 0;
}

#o_careers {padding-right:0 !important;}

#o_careers .newcareer .layout::-webkit-scrollbar {
    display: none !important;
}
#o_careers .newcareer .layout{
    scrollbar-width: none !important; -moz-scrollbar-width: none !important;
}

/* =============================== Added case study css 28/nov/2024 ===========================*/
.case-study-hero{
  background-image: url('../case-studies/img/casestudy-hero-bg.svg');
}

.content-width {
  height: 85vh;
  margin: 0 auto;
}

.floating-div{
  border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.60);
background: rgba(255, 255, 255, 0.60);
backdrop-filter: blur(15px);
padding:20px 25px;
}
.floating-div .card{
  background: transparent;
  padding: 10px;
}

.card-title-b{
  color: #000;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.card-text-b{
  color: #000;
font-family: Jost;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
}

.slideshow-items {
  position: relative;
  width: 100%;
  height: 300px;
}

.item {
  position: absolute;
  width: 100%;
  height: auto;
}

.item-image-container {
  position: relative;

}


.item-image {
  position: relative;
  width:95%;
  height: auto;
  opacity: 0;
  display: block;
  transition: opacity .3s ease-out .45s;
}

.item.active .item-image {
  opacity: 1;
}

.item.active .item-image-container::before {
  opacity: .8;
}

.item-description {
  position: absolute;
  top: 182px;
  right: 0;
  width: 50%;
  padding-right: 4%;
  line-height: 1.8;
}


.item-header {
  position: absolute;
  top: 20em;
  left: -9%;
  z-index: 100;
}

.item-header .vertical-part {
  margin: 0 -4px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: auto;
  color: #fff;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.item-header .vertical-part b {
  transition: .5s;
}

.item-description .vertical-part b {
  transition: .21s;
}

.item.active .item-header .vertical-part b {
  transform: translateY(0);
}

.item.active .item-description .vertical-part b {
  transform: translateY(0);
}

.controls {
  position: relative;
  text-align: right;
  z-index: 1000;
  display: none;
}

.hero-text h1{
  color: #000;
  font-family: Jost;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
}

.hero-text h2{
  color: #000;
font-family: Jost;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 1.5;
}

.p-l-4{
  padding-left: 4em;
}

.project-figure{position: relative;}
.floating-figure{
  position: absolute;
  width: 75%;
  right: -5em;
}
.project-figure h3{
color: #000;
font-family: Jost;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 1.2;
}

.casestudy-detail-info h4{
color: #000;
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.casestudy-detail-info p{
color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px;
}
.key-features .title{
color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 23px;
}

ul li{list-style: none;}
.keyfeature-points{column-count: 2; margin: 0; padding: 0;}
.keyfeature-points li{
  color: #000;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

.keyfeature-points li img{
  margin-right: 5px;
    position: relative;
    top: -2px;
}

.case-study-readmore-btn{
  display: inline-block;
    padding: 10px 0;
    color: #000;
text-align: center;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px;
position: relative;
z-index: 10;
text-align: left;
transition: 0.3s;
}

.light-red-bg{
  background-color: #FFF9F9;
}



@media (min-width: 1037px) and (max-width: 1399px) {
  .floating-figure{right: -4em;}
}

@media (min-width: 1024px) and (max-width: 1036px) {
  .content-width {height: 50vh;}
  .project-figure img{width: 100%;}
  .project-figure img{width: 100%;}

}


@media (min-width: 992) and (max-width: 1023){


}

@media (min-width: 768px) and (max-width: 991px){
  .item-header{left: 8%;}
  .content-width{height: 59vh;}
  .case-study-hero{padding-top: 4em;}
  .project-figure img{width: 100%;}
  .item-image{width: 52%;margin: 0 auto;}
  .floating-figure {width: 72% !important;right: -5em;top: 13em;}

}


@media screen and (max-width: 767px) {
  .p-l-4 {padding-left: 0em;}
  .case-study-hero{padding-top: 4em;}
  .item-header {top: 13em;left: 0%;}
  .content-width, .slideshow{height: auto;}
  .project-figure img{width: 100%; right: -1em;}
  .project-figure h3{font-size: 26px;}
  .casestudy-detail-info h4{font-size: 22px;}
  .project-figure{margin: 2em 0 1em 0;}
  .keyfeature-points{column-count: 1;}
  .item-image{margin: 0 auto;max-width: 400px;}
  .hero-text h1{font-size: 36px;}



}

.testimonials .testimonial-wrap{
  height: 590px;
  display: flex
}