@font-face{
 src: url(fonts/poppins/Poppins-SemiBold.ttf);
 font-family: 'poppins';
}
@import 'fonts/font-awesome.min.css';



* { box-sizing: border-box;
  background-color: transparent;
}
body{
	font-family: poppins !important;
}

/* --------------------------------------------------Section 1-1 --------------------------------------------- */
 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');



/* #Navigation-bar
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.30);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 45px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 70px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;

}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; 
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
    background: 1px solid #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
	background-color: black;
}
.navbar-light .navbar-toggler-icon:after{
  background: rgb(0, 0, 0);
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 200;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #fff !important;
}
.nav-item.active .nav-link{
	color: rgba(0, 0, 0, 0.767);
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fff;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 1;
}
.nav-item{
	position: relative;
  transition: all 200ms linear;
}
li.active.nav-item:after {
	opacity: 1;
	margin-bottom: 5px;
	}


/* #Primary style
================================================== */

.bg-light {
  background: linear-gradient(60deg, #002e98 10%, rgba(0,172,193,1) 100%);
    transition: all 200ms linear;
}
.section {
  position: relative;
width: 100%;
display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: 40px;
transform: translateY(-50%);
z-index: 20;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: linear-gradient(60deg, 1e4394 50%, rgba(0,172,193,1) 100%);
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 12px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(74, 123, 236, 0.753);
}


/* --------------------------------------------------Section 1-2 --------------------------------------------- */


/* #Waves
================================================== */

@import url(//fonts.googleapis.com/css?family=Lato:300:400);
#my-anime{
color: #fff;}
.header {
  position:relative;
  text-align:center;
  background-image: linear-gradient(50deg, #002e98 30%, rgba(0,172,193,1) 100%);
  color: #F2F2F2;
}
.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
  .pop-up .box {
	padding: 15px 10px;
  }
.product_detail h3{
	text-align: center;
}
 button.ripple{
width: 100%;
  }
  .social-icons{
	  display: none;
  }
}



/* --------------------------------------------------Section 1-3 --------------------------------------------- */


/* #Home page slider
================================================== */

#landbanner{
  background: transparent;
  background-size: cover;
  padding-top: 22px;
}

.title{  
    
    text-align: left;
    font-size: 20px;
    
    text-transform: uppercase;
    color: #fff;
    margin-top: 100px;
    margin-left: 10px;

}

.des{
    
    text-align: left;
    font-size: 13px;
    color: #d6d6d6;
    font-weight: normal;
}   

#slidr{
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
  }
  @keyframes load{
	from{left:-100%;}
	to{left:0;}
  }
  .slids{
	width:400%;
	height:100%;
	position:relative;
	-webkit-animation:slide 30s infinite;
	-moz-animation:slide 30s infinite;
	animation:slide 30s infinite;
  }
  .slidr{
	width:25%;
	height:100%;
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;
  }
  .slid img{
	width:100%;
	height:100%;
  }
  .slid img{
	width:58%;
	height:100%;
  }
  .imae{
	width: 45%;
    height: 100%;
    float: right;
    margin-right: 60px;
    margin-top: 90px;
  }
  .imae img{
	width:100%;
	height:auto;
  }
  

  
  /* Contents */
  .contnt{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
  }
  .contnt-txt{
	width:360px;
	height:150px;
	float:left;
	position:relative;
	top:200px;
	-webkit-animation:contnt-s 7.5s infinite;
	-moz-animation:contnt-s 7.5s infinite;
	animation:contnt-s 7.5s infinite;
  }
  .contnt-txt h1{
	text-transform:uppercase;
	font-size:28px;
	color:#fff;
	text-align:left;
	margin-left:30px;
	padding-bottom:10px;
  }

  .contnt-txt h2{
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:left;
	margin-left:30px;
	letter-spacing: 1px;
  }
  
  
  .on{
	width:100%;
	height:100%;
	border-radius:50%;
	background:#f39c12;
	position:relative;
	-webkit-animation:on 30s infinite;
	-moz-animation:on 30s infinite;
	animation:on 30s infinite;
  }
  
  /* Animation */
  @-webkit-keyframes slide{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:-100%;
	}
	46%{
	  margin-left:-100%;
	}
	50%{
	  margin-left:-200%;
	}
	71%{
	  margin-left:-200%;
	}
	75%{
	  margin-left:-300%;
	}
	96%{
	  margin-left:-300%;
	}
  }
  @-moz-keyframes slide{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:-100%;
	}
	46%{
	  margin-left:-100%;
	}
	50%{
	  margin-left:-200%;
	}
	71%{
	  margin-left:-200%;
	}
	75%{
	  margin-left:-300%;
	}
	96%{
	  margin-left:-300%;
	}
  }
  @keyframes slide{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:-100%;
	}
	46%{
	  margin-left:-100%;
	}
	50%{
	  margin-left:-200%;
	}
	71%{
	  margin-left:-200%;
	}
	75%{
	  margin-left:-300%;
	}
	96%{
	  margin-left:-300%;
	}
  }
  
  @-webkit-keyframes contnt-s{
	0%{left:-420px;}
	10%{left:0px;}
	30%{left:0px;}
	40%{left:0px;}
	50%{left:0px;}
	60%{left:0px;}
	70%{left:0;}
	80%{left:-420px;}
	90%{left:-420px;}
	100%{left:-420px;}
  }
  @-moz-keyframes contnt-s{
	0%{left:-420px;}
	10%{left:0px;}
	30%{left:0px;}
	40%{left:0px;}
	50%{left:0px;}
	60%{left:0px;}
	70%{left:0;}
	80%{left:-420px;}
	90%{left:-420px;}
	100%{left:-420px;}
  }
  @keyframes contnt-s{
	0%{left:-420px;}
	10%{left:20px;}
	15%{left:0px;}
	30%{left:0px;}
	40%{left:0px;}
	50%{left:0px;}
	60%{left:0px;}
	70%{left:0;}
	80%{left:-420px;}
	90%{left:-420px;}
	100%{left:-420px;}
  }
  
  @-webkit-keyframes on{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:15px;
	}
	46%{
	  margin-left:15px;
	}
	50%{
	  margin-left:30px;
	}
	71%{
	  margin-left:30px;
	}
	75%{
	  margin-left:45px;
	}
	96%{
	  margin-left:45px;
	}
  }
  
  @-moz-keyframes on{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:15px;
	}
	46%{
	  margin-left:15px;
	}
	50%{
	  margin-left:30px;
	}
	71%{
	  margin-left:30px;
	}
	75%{
	  margin-left:45px;
	}
	96%{
	  margin-left:45px;
	}
  }
  
  @keyframes on{
	0%,100%{
	  margin-left:0%;
	}
	21%{
	  margin-left:0%;
	}
	25%{
	  margin-left:15px;
	}
	46%{
	  margin-left:15px;
	}
	50%{
	  margin-left:30px;
	}
	71%{
	  margin-left:30px;
	}
	75%{
	  margin-left:45px;
	}
	96%{
	  margin-left:45px;
	}
  }
  
  /* main */
  /* Reset */
  

/* --------------------------------------------------Section 1-4---------------------------------------------- */


/* #Buttons
================================================== */

#landfoot{
  padding: 100px 20px;
 }
/* --------------------------------------------------Section 2-1 --------------------------------------------- */


/* #Drive decisions
================================================== */

#services{
  padding: 10px 0px;
  /* background: #f3f6ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50%; */

}
.connect-img{
  height: 150px;
  width: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
  border-radius: 18px;

  background: #fff;
    display: inline-block;
    position: relative;
    
}
.services{
  padding: 20px;
}
.services h4{
  padding: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 22px;
  color: #4A7AEC;
  font-weight: 800;

}
.services p{
color: #707b8e;
}


/* #Four modules section
================================================== */

/* --------------------------------------------------Section 2-2 --------------------------------------------- */


#servicetwo{
  padding-top:60px;
}
.fluid {
  max-width: 66%;
  height: auto;
}

/* #Footer section
================================================== */

#footer{
  background: #fff;
  /* margin: 10px; */
}
.new-footer-area {
  background: #fff;
}

.new-footer-top {
  padding: 20px 0px 260px;
  position: relative;
  overflow-x: hidden;
}

.new-footer-top .company-widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}
.new-footer-top .company-widget .f-subscribe-two .btn-get {
  border-width: 1px;
  margin-top: 20px;
}
.new-footer-top .f-widget.about-widget .f-list li a:hover {
  color: #4A7AEC;
}
.new-footer-top .f-widget.about-widget .f-list li {
  margin-bottom: 11px;
}
.f-widget.about-widget .f-list li:last-child {
  margin-bottom: 0px;
}
.f-widget.about-widget .f-list li {
  margin-bottom: 15px;
}
.f-widget.about-widget .f-list {
  margin-bottom: 0px;
}
.f-social-icon a {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.new-footer-top .f-social-icon a + a {
  margin-left: 4px;
}
.new-footer-top .f-title {
  margin-bottom: 30px;
  color: #4A7AEC;
  margin-top: 20px;
}
.f-600 {
  font-weight: 600;
}
.f-size-18 {
  font-size: 18px;
}
/* h1, h2, h3, h4, h5, h6 {
  color: #4b505e;
} */
.new-footer-top .f-widget.about-widget .f-list li a {
  color: #6a7695;
  text-decoration: none;
}


.new-footer-top .footer-bg {
  position: absolute;
  bottom: 0;
  background: url("images/footerbg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}


/*************footer End*****************/



/* --------------------------------------------------Section 3-2 --------------------------------------------- */

/* #Floating social media icons
================================================== */

.social-icons{
  width: 30px;
  position: fixed;
bottom: 12px;
  left: 0; 
  z-index:99;
}

.social-icons a:nth-last-child(-n+3){
	display: none;
  }

.social-icons img{
  display: block;
  width:22px;
  margin: 0 auto 20px;
  cursor: pointer;
}




/* --------------------------------------------------Section about us --------------------------------------------- */

#aboutusbanner{
  background-image: linear-gradient(100deg, #002e98 10%, rgba(0,172,193,1) 100%);
  color:#fff;
  padding-top: 8%;
}
p{
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 13px;
}
.toptitle{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 80px;
}
.about-img{
  margin-top: 15px;
  height: 100%;
  width: 70%;
}
.bottom-img{
  width: 100%;
  margin-top: 30px;
}


#aboutdyo{
 padding-bottom: 5%;
 
}
.dyo-img{
  margin-top: 12px;
  height: 100%;
  width: 100%;
}
.dyo-title{
  color: #4A7AEC;
  font-size: 40px;
  font-weight: 600;
  margin-top: 66px;
  text-align: center;
}
.dyo-ptitle{
  color: rgb(150, 150, 150);
  text-align: justify;
  line-height: 22px;
  letter-spacing: 0px;
}

/* background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(125, 185, 232, 0.24) 24%, rgba(41, 137, 216, 0.61) 61%, #1e5799 100%); */


#snapshot{
  padding: 10px 0px 20px 0px;
}
.case-img {
  height: 100%;
  width: 100%;
}
/* --------------------------------------------------Section contact --------------------------------------------- */

#contactusbanner{
  background-image: linear-gradient(100deg, #002e98 10%, rgba(0,172,193,1) 100%);
  color:#fff;
  padding-top: 8%;
}
.contact-img{
  margin-top: 12px;
  height: 100%;
  width: 80%;
}

/* ----------------------
:: 19.0 Contact Page CSS
---------------------- */


.contact-form-area{
  padding: 30px;
  background-color:#fff ;
}
.contact-form-area h2,
.contact-information h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: royalblue;
}

.contact-form-area .form-control {
    font-size: 14px;
    color: #cbcddc;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px;
}

    .contact-form-area .form-control:hover,
    .contact-form-area .form-control:focus {
        box-shadow: none;
        color: #03A9F4;
        border-color: #03A9F4;
    }

.contact-form-area textarea.form-control {
    height: 140px;
}
.contact-information{
  margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
    
}	
.btn mosh-btn{
  margin-left: 15px;
}

#googleMap {
    width: 100%;
    height: 680px;
}
.map-area{
  margin: 50px;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);
}


/* --------------------------------------------------Section platform --------------------------------------------- */


#platformbanner{
  background-image: linear-gradient(100deg, #002e98 10%, rgba(0,172,193,1) 100%);
  color:#fff;
  padding-top: 8%;
}
#platformbody{
 margin-bottom: 90px;
 margin-top: 25px;
}

#device-friendly{
 background-color: #fbfdff;
}
#data-plugins{
 background-color: #fbfdff;
}
#analytics-engine{
 background-color: #fbfdff;
}
#time-series{
 background-color: #fbfdff;
}
#thirdParty{
 background-color: #fbfdff;
}
#dashboard-section{
 background-color: #fbfdff;
}
#reporting-section{
 background-color: #fbfdff;
}
#events-engine{
 background-color: #fbfdff;
}
#user-managment{
 background-color: #fbfdff;
}
#branding-section{
 background-color: #fbfdff;
}
#explorer{
 background-color: #fbfdff;
}
#advantage{
 background-color: #fbfdff;
} 
.circle-container[data-v-b43051d4] {
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
  box-shadow: 5px 5px 10px rgba(0,0,0,.25);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.mt-3, .my-3 {
  margin-top: 0rem!important;
}
.platform-img{
  margin-top: 12px;
  height: 100%;
  width: 80%;
}
.platform-img2{
width: 100%;
}
.dashboards[data-v-3bed74c3], .events[data-v-3bed74c3] {
  width: 100%;
  padding-top: 10px;
}
h2.sectionTitle.mb-3.dark {
    color: #152256;
}
span.light {
	color: #152256;
	font-size: 25px;	
}
h2.sectionTitle {
	color: royalblue;
}

/* --------------------------------------------------Section OEE --------------------------------------------- */

#oeebanner{
  background-image: linear-gradient(100deg, #002e98 10%, rgba(0,172,193,1) 100%);
  color:#fff;
  padding-top: 8%;
}
.oee-timg{
  margin-top: 15px;
  height: 100%;
  width: 100%;
}
#oeebenefits{
  margin-top: 20px;
}
.oeetitle{
  font-size: 30px;
    font-weight: 600;
    color: royalblue;
}
.oeeimg{
  width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);  
}
.oee-img{
  height: 150px;
  width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
  border-radius: 18px;
}
.oeefimg {
  width: 100%;
  height: auto;
}
.oeepagetitle{
  color: royalblue;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 40px;
    align-content: center;
}
/* --------------------------------------------------Section manfacturing --------------------------------------------- */

.factory-img{
  margin-top: 12px;
  height: 100%;
  width: 62%;
}
.cardtitle{
  font-size: 15px;
  color: royalblue;
}

/* --------------------------------------------------Section mach_monitoring --------------------------------------------- */
.machmonitor{
  margin-top: 12px;
  height: 100%;
  width: 65%;
}
.mach-img{
	width: 100%;
}
  .card {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	height: 260px;
	margin: 1rem;
	position: relative;
	width: 200px;
  }
  
  .card-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .card-1:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  
/* --------------------------------------------------Section mach_health --------------------------------------------- */
.machhealth{
  margin-top: 12px;
  height: 100%;
  width: 65%;
}
.health-img{
	height: 110px;
    width: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* --------------------------------------------------Section weld_mach_monitoring --------------------------------------------- */
.weldmonitor{
  margin-top: 12px;
  height: 100%;
  width: 70%;
}
/* --------------------------------------------------Section asset_management_tracking --------------------------------------------- */

.pagetitle{
	color: royalblue;
    font-size: 30px;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
}
/* --------------------------------------------------Section ROI calculator --------------------------------------------- */

#roicalcbanner{
  background-image: linear-gradient(100deg, #002e98 10%, rgba(0,172,193,1) 100%);
  color:#fff;
  padding-top: 8%;
}
.roicalc-img{
  margin-top: 12px;
  height: 100%;
  width: 60%;
}

.rcalc-container {

	max-width: 550px !important;

	width: 100% !important;

	float: none !important;

	margin-left: auto !important;

	margin-right: auto !important;

	margin-top: 75px;

	margin-bottom: 60px

}

.rcalc-container .rcalc-heading {

	font-size: 20px;

	display: block

}

#clc-radio.radios-to-slider.medium {

	height: 5px;

	padding: 0px

}

#clc-radio.radios-to-slider.medium .slider-level {

	width: 22px;

	height: 22px;

	-webkit-border-radius: 22px;

	-moz-border-radius: 22px;

	-o-border-radius: 22px;

	border-radius: 22px;

	z-index: 2;

	margin-top: -9px;

	-webkit-box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.32);

	-moz-box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.32);

	box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.80)

}

#clc-radio.radios-to-slider.medium .slider-bar {

	background-color: #0977B5;

	min-width: 0px !important

}

#clc-radio.radios-to-slider.medium .slider-knob {

	width: 20px;

	height: 20px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-o-border-radius: 25px;

	border-radius: 25px;

	margin-top: -6px

}

#clc-radio.radios-to-slider.medium .slider-bar .slider-knob {

	width: 22px;

	height: 22px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	-o-border-radius: 25px;

	border-radius: 25px;

	margin-top: -9px;

	-webkit-box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.32);

	-moz-box-shadow: 0px 9px 19px -4px rgba(0, 0, 0, 0.32);

	box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.80);

	background-color: #0977B5

}

.rcalc-sub-heading {

	display: block;

	padding-top: 25px;

	padding-bottom: 0px;

	color: #9b9b9b

}

#clc-radio.radios-to-slider.medium {

	margin-bottom: 50px

}

#clc-radio.radios-to-slider.medium .slider-level.slider-lower-level {

	opacity: 1

}

#clc-radio.radios-to-slider.medium .slider-label {

	position: absolute;

	display: block;

	cursor: pointer;

	color: #939393;

	text-align: center;

	font-size: 15px;

	font-weight: 100

}

#clc-radio.radios-to-slider.medium .slider-label.slider-label-active {

	color: #0977B5;

	font-weight: bold

}

#clc-radio.radios-to-slider.medium .slider-label {

	top: 25px;

	width: 44px

}

.clc-radio-container {

	width: 80%;

	margin-top: 30px

}

#clc-whpd {

	width: 80%;

	position: relative

}

#clc-whpd .range-slider__range {

	height: 5px;

	margin-bottom: 20px

}

#clc-radio.radios-to-slider.medium .slider-label.slider-label-active {

	color: #0977B5;

	font-weight: bold

}

#clc-whpd .range-slider__value {

	display: inline-block;

	position: relative;

	width: 70px;

	color: #0977B5;

	line-height: 20px;

	text-align: center;

	border-radius: 10px;

	background: transparent;

	padding: 6px 10px;

	margin-left: 8px;

	border: 2px solid #e6e6e6

}

#clc-whpd .range-slider__value:after {

	display: none

}

.check {

	background: url("") no-repeat 50% 50%;

	width: 20%;

	height: 20px;

	display: inline-block;

	background-size: contain;

	margin-left: 50px;

	margin-top: -62px;

	float: right

}

.checkn {

	background: url("https://img.icons8.com/color/480/000000/checkmark.png") no-repeat 50% 50%;

	width: 20%;

	height: 20px;

	display: inline-block;

	background-size: contain;

	margin-left: 50px;

	margin-top: -62px;

	float: right

}

.clc-whpd-check {

	margin-top: -50px

}

.clc-nm-ab #number-of-machines,

.clc-nm-ab #avrg-hourly-billing {

	display: inline-block;

	position: relative;

	width: 70px;

	color: #0977B5;

	line-height: 20px;

	text-align: center;

	border-radius: 10px;

	background: transparent;

	padding: 6px 10px;

	margin-top: 10px;

	border: 2px solid #e6e6e6;

	outline: 0;

	font-size: 16px

}

.clc-nm-ab {

	width: 80%;

	display: flex

}

.ab-cont {

	margin-left: 140px

}

.clc-nm-ab-check {

	margin-top: -28px

}

#clc-whpd .range-slider__range {

	width: calc(100% - (82px))

}

.range-slider {

	margin: 10px 80px 20px 0

}

.range-slider {

	width: 100%

}

.range-slider__range {

	-webkit-appearance: none;

	width: calc(100% - (73px));

	height: 10px;

	border-radius: 5px;

	background: #d7dcdf;

	outline: 0;

	padding: 0;

	margin: 0

}

.range-slider__range::-webkit-slider-thumb {

	-webkit-appearance: none;

	appearance: none;

	width: 20px;

	height: 20px;

	border-radius: 50%;

	background: #0977B5;

	cursor: pointer;

	-webkit-transition: background .15s ease-in-out;

	transition: background .15s ease-in-out

}

.range-slider__range::-webkit-slider-thumb:hover {

	background: #0977B5

}

.range-slider__range:active::-webkit-slider-thumb {

	background: #0977B5

}

.range-slider__range::-moz-range-thumb {

	width: 20px;

	height: 20px;

	border: 0;

	border-radius: 50%;

	background: #0977B5;

	cursor: pointer;

	-webkit-transition: background .15s ease-in-out;

	transition: background .15s ease-in-out

}

.range-slider__range::-moz-range-thumb:hover {

	background: #0977B5

}

.range-slider__range:active::-moz-range-thumb {

	background: #0977B5

}

.range-slider__value {

	display: inline-block;

	position: relative;

	width: 60px;

	color: #fff;

	line-height: 20px;

	text-align: center;

	border-radius: 3px;

	background: #0977B5;

	padding: 5px 10px;

	margin-left: 8px

}

.range-slider__value:after {

	position: absolute;

	top: 8px;

	left: -7px;

	width: 0;

	height: 0;

	border-top: 7px solid transparent;

	border-right: 7px solid #0977B5;

	border-bottom: 7px solid transparent;

	content: ''

}

::-moz-range-track {

	background: #d7dcdf;

	border: 0

}

input::-moz-focus-inner,

input::-moz-focus-outer {

	border: 0

}

.roi-range-sliders {

	display: flex;

	padding-left: 50px

}

.rcalc-sub-heading i {

	position: relative;

	margin-left: 5px

}

.rcalc-sub-heading i:hover .tooltip {

	display: block;

	opacity: 10;

}

.rcalc-sub-heading .tooltip {

	background-color: #333;

	color: #FFF;

	font-family: Roboto;

	padding: 7px;

	position: absolute;

	width: 235px;

	bottom: 33px;

	right: -23px;

	z-index: 999999;

	font-size: 15px;

	display: none;

	border-radius: 10px

}

.rcalc-sub-heading .tooltip:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #333;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.required {

	color: red

}

.clc-email {

	width: 80%;

	margin-top: 30px

}

.clc-email #rif-email {

	width: 100%;

	height: 40px;

	font-size: 16px;

	border: 0;

	border-bottom: 1px solid #d7dcdf;

	outline: 0;

	color: #0977B5

}

.clc-email-check {

	margin-top: -31px

}

.see-results-cont {

	text-align: center;

	margin-top: 50px

}

.clc-results .proc {

	background-color: #535456;

	padding: 40px

}

.clc-results-heading {

	display: block;

	text-align: center;

	color: #FFF;

	font-size: 20px;

	margin-top: 10px;

	margin-bottom: 10px;

	font-weight: bold

}

.clc-results-subtext {

	display: block;

	color: #FFF;

	text-align: center;

	max-width: 400px;

	margin: 0 auto;

	padding-top: 20px;

	width: 100%

}

.clc-results-procs {

	max-width: 1080px;

	margin: 0 auto;

	padding-top: 20px;

	text-align: center

}

.clc-results .prc {

	border: 2px solid #696b7a;

	display: inline-block;

	width: 60px;

	height: 60px;

	text-align: center;

	line-height: 60px;

	border-radius: 50%;

	color: #FFF;

	margin: 10px;

	position: relative

}

.clc-results .prc:hover {

	border: 2px solid #FFF

}

.clc-results .prc.active {

	border: 2px solid #0977B5;

	background-color: #0977B5

}

.clc-results .prc.tlp {

	border: 2px solid #0977B5

}

.prc .tooltip {

	position: absolute;

	background-color: #f4f3f3;

	padding: 10px;

	width: 170px;

	line-height: 22px;

	border-radius: 10px;

	font-weight: 100;

	font-size: 14px;

	text-align: left;

	color: #000;
	
	opacity: 10;

	display: none

}

.proc10:hover .tooltip {

	display: block

}

.proc20:hover .tooltip {

	display: block

}

.prc .tooltip:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #f4f3f3;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.proc10 .tooltip {

	right: -2px;

	bottom: 73px

}

.proc20.prc .tooltip:before {

	left: 20px;

	right: inherit

}

.proc20 .tooltip {

	left: -2px;

	bottom: 73px

}

.numbers {

	max-width: 1080px;

	width: 100%;

	margin: 0 auto;

	overflow: auto;

	padding-top: 40px;

	padding-bottom: 40px

}

.numbers .numbers-container {

	width: 30%;

	float: left;

	text-align: center;

	overflow: auto;

	border-bottom: 1px solid #cecece;

	margin: 18px

}

.numbers div:nth-of-type(4),

.numbers div:nth-of-type(5),

.numbers div:nth-of-type(6) {

	border: 0

}

.nc-result {

	color: #4e5152;

	font-size: 50px;

	font-weight: 100

}

.nc-title {

	display: block;

	color: #575757;

	font-size: 20px;

	line-height: 28px;

	width: 259px;

	margin: 0 auto;

	font-weight: 500

}

.estimates {

	background-color: #efefef;

	padding: 40px

}

.est-cont {

	max-width: 1080px;

	margin: 0 auto;

	width: 100%;

	overflow: auto;
	overflow-x:hidden;

}

.estimates-title {

	display: block;

	text-align: center;

	color: #4a4a4a;

	font-size: 20px

}

.estimate-subtitle {

	color: #9b9b9b;

	text-align: center;

	display: block;

	margin-top: 20px

}

.green-text {

	color: #0977B5;

	font-weight: 400

}

.estimates-container {

	float: left;

	width: 30%;

	text-align: center;

	margin: 18px;

	position: relative

}

.estimates-container i {

	position: absolute;

	top: 35px

}

.estimates-container i:hover .tooltip {

	display: block;
    opacity: 10;
}

.estimates-container i .tooltip {

	background-color: #333;

	color: #FFF;

	font-family: Roboto;

	padding: 7px;

	position: absolute;

	width: 165px;

	bottom: 33px;

	right: -23px;

	z-index: 999999;

	font-size: 15px;

	display: none;

	border-radius: 10px

}

.estimates-container i .tooltip:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #333;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.clc-results {

	display: none

}

.ec-title {

	color: #9b9b9b;

	width: 165px;

	display: block;

	margin: 0 auto

}

.ec-result {

	color: #525252;

	font-size: 40px;

	font-weight: 100

}

.book-a-demo-review {

	background-color: #535456;

	padding: 80px;

	text-align: center

}

.bd-title {

	display: block;

	color: #FFF;

	margin-bottom: 40px

}

#clc-radio .pd-error {

	position: absolute;

	background-color: #CCC;

	padding: 10px;

	border-radius: 10px;

	z-index: 999;

	right: -94px;

	top: -80px

}

#clc-radio .pd-error:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #ccc;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

#clc-whpd #working_hours_per_day-error {

	position: absolute;

	background-color: #CCC;

	padding: 10px;

	border-radius: 10px;

	z-index: 999;

	right: -84px;

	top: -80px;

	font-weight: 400

}

#clc-whpd #working_hours_per_day-error:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #ccc;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.clc-nm-ab #number-of-machines-error {

	position: absolute;

	background-color: #CCC;

	padding: 10px;

	border-radius: 10px;

	z-index: 999;

	left: -4px;

	top: -35px;

	font-weight: 400;

	margin-bottom: 0px

}

.clc-nm-ab #number-of-machines-error:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #ccc;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.clc-nm-ab .nm-cont {

	position: relative

}

.clc-nm-ab .ab-cont {

	position: relative

}
#avrg-hourly-billing {
  display: inline-block;
  position: relative;
  width: 70px;
  color: #0977B5;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background: transparent;
  padding: 6px 10px;
  margin-top: 10px;
  border: 2px solid #e6e6e6;
  outline: 0;
  font-size: 16px;
}

.clc-nm-ab .ab-cont #avrg-hourly-billing-error {

	position: absolute;

	background-color: #CCC;

	padding: 10px;

	border-radius: 10px;

	z-index: 999;

	left: -40px;

	top: -35px;

	font-weight: 400;

	margin-bottom: 0px

}

.clc-nm-ab .ab-cont #avrg-hourly-billing-error:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #ccc;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.clc-email {

	position: relative

}

.clc-email #rif-email-error {

	position: absolute;

	background-color: #CCC;

	padding: 10px;

	border-radius: 10px;

	z-index: 999;

	right: -83px;

	top: -35px;

	font-weight: 400;

	margin-bottom: 0px

}

.clc-email #rif-email-error:before {

	content: '';

	position: absolute;

	bottom: -10px;

	right: 20px;

	display: block;

	border-top: 10px solid #ccc;

	border-right: 10px solid transparent;

	border-left: 10px solid transparent

}

.calculate-results {

	border-radius: 25px;

	display: inline-block;

	padding: 14px 28px 13px 28px;

	line-height: 1;

	color: #fff;

	font-weight: bold;

	font-size: 14px;

	text-transform: uppercase;

	letter-spacing: 1px;

	text-decoration: none;

	border: 2px solid #0977B5;

	background-color: #0977B5;

	transition: all .4s ease-in-out

}

.calculate-results:hover {

	transform: scale(1.05);

	color: #FFF

}

.calculate-results:active,

.calculate-results:visited {

	color: #FFF;

	text-decoration: none

}

.book-a-demo-review .book-a-demo-button {

	border-radius: 25px !important;

	display: inline-block !important;

	padding: 14px 28px 13px 28px !important;

	line-height: 1 !important;

	color: #fff !important;

	font-weight: bold !important;

	font-size: 14px !important;

	text-transform: uppercase !important;

	letter-spacing: 1px !important;

	text-decoration: none !important;

	border: 2px solid #0977B5 !important;

	background-color: #0977B5 !important;

	transition: all .4s ease-in-out

}

.book-a-demo-review .book-a-demo-button:hover {

	transform: scale(1.05)

}

@media(max-width:1024px){.numbers .numbers-container {

	width: 29%

}

.estimates-container {

	width: 29%

}
}
@media(max-width:768px){.widget-type-rich_text.rc-short-desc{width:100% !important
}
.numbers .numbers-container {
	width:100%;
	float:none;
	margin:0 auto;
	padding:20px;
	border:0
}
.estimates-container {
	width:28%
}
}
.radios-to-slider {
	background-color:#e0e0e0;
	display:block;
	position:relative;
	margin-bottom:80px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;
}

.radios-to-slider.medium .slider-label {
    top: 50px;
    width: 44px;
}




.radios-to-slider .slider-bar {
    background-color: #00b4f1;
    float: left;
    height: 100%;
    width: 0;
    pointer-events: none;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 32px !important;
}

.slider-bar.transition-enabled {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.radios-to-slider.medium .slider-bar {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
}

.slider-knob {
    float: right;
    background-color: #0977B5;
}

.radios-to-slider.medium .slider-knob {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
@media (max-width:786px){
	.estimates-container{
		width: 100%;
	}

}
.radios-to-slider .slider-level {
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  display: block;
}
.dtitle{
  margin-top: 0px;
  font-size: 40px;
  color: #4A7AEC;
}
.fa {
  /* display: inline-block; */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* button */

/* Ripple effect */
.ripple {
	background-position: center;
	transition: background 0.8s;
  }
  .ripple a{
	  text-decoration: none;
	  color: #fff;
  }
  .ripple:hover {
	background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
  }
  .ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
  }

  #privacy{
	  margin: 50px;
  }
  .subtitle{
	  color: royalblue;
  }
  /* --------------------------------------------------Section IoT eco systerm --------------------------------------------- */


  .ecoimg{
	height: 55px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cad {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	height: 150px;
	margin: 1rem;
	position: relative;
	width: 250px;
  }
  .brand-heading{
	  text-decoration: none;
	  cursor: pointer;
	  color: royalblue;
  }
   
  /* --------------------------------------------------Section button style --------------------------------------------- */
  button {	
	border: none;
	border-radius: 25px;
	padding: 12px 18px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	background-color: #4a7aec;
	box-shadow: 0 0 4px #999;
	outline: none;
	margin-top: 10px;
  }
  button:focus{
	  outline: unset !important;
  }
 
/* --------------------products Csc----------------------------- */
section.Dyocense_pole {
	padding-top: 100px;
    min-height: auto;
    padding-bottom: 50px;	
    border-top: 10px solid #e9e9e9;
    border-bottom: 10px solid #e9e9e9;
}
.PoleProductImage {
    width: auto;
    height: 400px;
	margin: auto;
	text-align:center;
}
.PoleProductImage img{
	height: 100%;
}
.prodect_Content{
	text-align: center;
	text-transform: uppercase;
}
.prodect_Content span {
    color: red;
    font-weight: lighter;
    font-size: 10px;
}
label.learn_mor_lik {
    font-size: 12px;
    text-transform: capitalize;
	color: #4a7aec;
	cursor: pointer;
	margin-right: 10px;
}
.product_Content p {
    margin-bottom: 4px;
    font-size: 12px;
}
h5.product_header span {
    color: #7a7af9;
}
.products_section{
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;  
    background-repeat: no-repeat;
    background-image: url('images/Pole image.jpg');
    background-position: calc(50% + -200px) calc(0% + 0px );
    padding-bottom: 304px;
    padding-top: 32px;
	
}
.edge_device img {
    width: 100%;
    height: auto;
}
  
  #fvpp-close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
  }
  
  #fvpp-dialog h2 {
	font-size: 2em;
	margin: 0;
  }
  .social-widget > a > img {
    width: 30px;
    height: 30px;
}
  #fvpp-dialog p { margin: 0; }

  /* Overlay Css */


  .prodDetails {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.ShowProductDetails{
display: block !important;
}



.content {
    width: 650px;
    margin: 0 auto;
    padding-top: 100px;
}




.box {
	background-color: #ffff;   
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 73%;
    height: 100%;
    position: relative;
    padding: 59px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 5px rgba(0,0,0,0.1);
}
.compareDetails .box{
	padding: 10px;
}

.product_detail h3{
	margin-bottom:1.75rem;
}
.product_detail_image{
	text-align: center;
}
.product_detail_image img {
    width: 100%;
}


.close-button {
	position: absolute;
    background-color: #FF9980;
    padding: 1.5px 7px;
    right: -19px;
    top: -15px;
    border-radius: 50%;
    border: 2px solid #fff;
	color: white;
	cursor: pointer;
    -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.close-button:hover {
    background-color: tomato;
    color: #fff;
}
#exTab2 h3 {
	color : white;
	background-color: #428bca;
	padding : 5px 15px;
  }

  .product-tab .nav-tabs .nav-item a.nav-link {
    color: unset !important;  
    padding: .5rem 1rem !important;
}
.tab-body {
	padding: 20px;
	font-size: 12px;
}
ul.rounded-list {
    padding: 0;
    font-size: 12px;
    line-height: 25px;
}
.hide-scroll {
    overflow: hidden;
}

.product_Compare_image {
    text-align: center;
}
.product_Compare_image img {
    height: 70px;
}
.dyo_video_section {
	border-top: 10px solid #e9e9e9;
    border-bottom: 10px solid #e9e9e9;
	background: #e9e9e9;
}

.dyo_youtube_Section {
    width: 100%;
    
    height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.dyo_home_products{
	width: 100%;
    background-image: url(images/HOMEBANNERRENDER3.jpg);
    height: 480px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.dyo_youtube {

    position: absolute;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(to bottom,#ba01ff 0,#002bff78 100%); */
    /* opacity: ; */
    padding: 37px;
    border: #e9e9e9 solid 10px;
}
.overlaybg{
	background-color: #0808086b;
}
.dyo_youtube h2{
	color: #ffff;
	text-align: center;
}

.play_icon img {
    width: 58px;
	margin-top: 47px;
	transition: transform .2s; /* Animation */
	cursor: pointer;
}
.dyo_youtube:hover .play_icon img {
	transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
.play_icon{
	color:#fff;
	text-align: center;
	font-size: 50px;
}
.homeyoutube{
	margin-top: 4%;
    width: 73%;
	height: 515px !important;
	padding: 0;
	margin-top: 50px;
}
.homeyoutube iframe{
	width: 100%;
	height: 100%;
}
.dropdown-item.active, .dropdown-item:active {  
    background-color: rgba(74, 123, 236, 0.753) !important;
}

.Dyo_copyrights {
	margin-bottom: 30px;

}
.Dyo_copyrights span {
	font-size: 14px !important;
    color: #6a7695 !important;
}
a:hover{
	text-decoration: unset !important;
}


  /* --------------------------------------------------tab view in iot smart dog page --------------------------------------------- */
  .carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
}

/* ERP Next CSS */

#subnav {
  font-weight: 500;
}

#subnav .nav-link {
  color: #333!important;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-link.active {
  color: #007bff !important;
  border-bottom: 2px solid #007bff;
  font-weight: 600;
  transition: 0.3s ease;
}

#subnav .nav-link:hover,
#subnav .nav-link:focus,
#subnav .nav-link.active {
  color: #007bff!important;
  text-decoration: none;
}

#subnav .dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
}

#subnav .dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Feature Section */

#features {
  background-color: #fff;
}

#features h4 {
  color: #000;
}

.feature-item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 5px 18px;
  margin-bottom: 8px;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}

.feature-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  font-size: 22px;
  color: #4d94ff;
  background-color: #f2f6ff;
  border-radius: 50%;
  padding: 12px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.feature-item span {
  font-size: 14px;
  color: #494949;
}

/* ERPNext Main Features */
.main-feature-box {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 25px 20px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.main-feature-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.main-feature-box h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.main-feature-box p {
  color: #555;
  margin-bottom: 0;
}

.underline {
  border-bottom: 2px solid #007bff;
  padding-bottom: 3px;
}

/* =================== SERVICES SECTION =================== */

#services {
  background-color: #fff;
}

#services h2 {
  font-weight: 600;
  color: #000;
}

#services p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

#services h5 {
  font-weight: 600;
  color: #000;
  margin-top: 40px;
  margin-bottom: 25px;
}

/* --- Unified ERPNext-style Service Boxes --- */
.service-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 12px 18px;
  margin-bottom: 15px;
  background-color: #fff;
  font-size: 16px;
  color: #212529;
  font-weight: 500;
}

.service-box .circle-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  margin-left: -36px; /* aligns circle perfectly with left border */
  flex-shrink: 0;
}

.service-box span {
  color: #111;
  font-size: 14px;
}

/* Divider Line */
#services hr {
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =================== GREYCUBE SECTION =================== */
#greycube {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.greycube-logo {
  max-height: 60px;
}

.greycube-tagline {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.greycube-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.greycube-link:hover {
  color: #007bff;
  text-decoration: underline;
}

#greycube p {
  color: #000;
  margin: 0;
  font-size: 16px;
}

/* ERPNext Customization */

/* =================== ERPNext Customization Section =================== */

#customization {
  background-color: #fff;
}

#customization h4 {
  color: #000;
  padding: 8px 18px;
}

#customization p {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}

#customization h6 {
  color: #111;
  text-transform: none;
}

#customization ul {
  padding-left: 0;
  margin-bottom: 0;
}

#customization li {
  color: #000;
  font-size: 15px;
  line-height: 1.9;
  list-style-type: disc;
  list-style-position: inside;
}

#customization hr {
  border-top: 1px solid #e0e0e0;
  width: 70%;
  margin: 40px auto;
}

/* =================== AWARDED SECTION =================== */

#awarded {
  background-color: #f9fafb;
}

#awarded h5 {
  color: #1b1b1b;
}

#awarded p {
  color: #333;
  font-size: 14px;
}

#awarded img {
  margin-top: 10px;
  transition: transform 0.3s ease;
}

#awarded img:hover {
  transform: scale(1.05);
}

