@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
}

.navlinks li {
	padding: 0 10px;
}
.navlinks li a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #334155;
}
.navlinks li a:hover {
	color: #045cb4;
}
.top-header {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 9px 0px;
}
.scrolled {
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 999;
}
.navlinks li ul {
	position: absolute;
	display: none;
	padding: 0px;
	background: #fff;
	min-width: 254px;
	animation: growDown 300ms ease-in-out forwards;
	transform-origin: top center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-top: 2px solid #045cb4;
	z-index: 9;
}
.nav-item.sub-item {
	position: relative;
}
/* .nav-item.sub-item:hover ul {
	display: block;
} */
.navlinks li .sub-menu li {
	list-style: none;
	padding: 12px 13px;
}
.navlinks li .sub-menu li a {
	text-decoration: none;
}
.navlinks li a i {
	padding-left: 5px;
	color: #334155;
	transition-duration: 0.5s;
}
.navlinks li:hover a i {
	transition-duration: 0.5s;
	transform: rotate(180deg);
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
.sub-menu {
	display: none; /* Initially hide the sub-menu */
  }
  



  @media (min-width: 991px) {
	.nav-item.sub-item:hover ul {
		display: block;
	}
  }
  .top-header .navbar-toggler:focus {
	outline: none !important;
	box-shadow: none;
}

.banner-img img {
	max-width: 100%;
	height: auto;
}
.last-footer {
	background: #000;
}
.last-footer .f-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0px;
}
.last-footer .f-content p {
	margin: 0px;
	color: #fff;
}
.last-footer .f-content .icona i {
	color: #fff;
	padding: 0 6px;
	font-size: 20px;
}
.video-text h2 {
	text-align: center;
	color: #1F2933;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 20px;
}
.video-text {
	text-align: center;
}
.mains-content {
	background: #F4F3F8;
}
.mains-content .multi-content img {
	width: 100%;
}
.mains-content .multi-content h2 {
	color: #1F2933;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}
.mains-content .multi-content p {
	color: #666666;
	font-size: 22px;
	font-weight: 300;
	font-family: "Raleway", Sans-serif;
}
 .multi-content img {
	width: 100%;
}
 .multi-content h2 {
	color: #1F2933;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}
.multi-content p {
	color: #666666;
	font-size: 22px;
	font-weight: 300;
	font-family: "Raleway", Sans-serif;
}
.page-title {
	background: #5A95C7;
	padding: 40px 0;
	text-align: center;
}
.page-title h2 {
	margin: 0px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.video-t h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
.video-t {
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
}
.yvideo {
	margin-top: 25px;
}
.how-text h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 40px;
}
.how-text p {
	text-align: center;
	color: #666666;
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.how-text {
	text-align: center;
	padding-bottom: 40px;
}
.full-mobile-image .download-img {
	max-width: 250px;
	margin: 20px 0;
}
.full-mobile-image p {
	text-align: center;
	color: #1F2933;
	font-family: "Raleway", Sans-serif;
	font-size: 22px;
	font-weight: 400;
}
.full-mobile-image h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	margin: 0px;
	padding-top: 10px;
}
.full-mobile-image .f-img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.contact-section {
	background: #5A95C7;
	padding: 40px 0px;
}
.contact-section .btn-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.contact-section .btn-text h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
}
.contact-section .btn-text p {
	margin: 0px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.contact-section .btn-text .right-btns a {
	text-decoration: none;
	background: #fff;
	padding: 12px 30px;
	font-size: 18px;
	font-weight: 500;
	fill: #5A95C7;
}
.contact-section .btn-text .right-btns a:hover {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.right-btns {
		margin-top: 30px;
	}

}
.smt-user h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}
.smt-user p {
	text-align: center;
	color: #666666;
	font-family: "Raleway", Sans-serif;
	font-size: 22px;
	font-weight: 400;
}

ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
	
	li {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: auto;
	  background-color: #FFF;
	  padding: 10px;
	  margin: 0 auto 15px auto;
	  cursor: pointer;
	  
	  &.active {
		h3 {
		  &:before {
			transform: rotate(180deg);
		  }
		}
	  }
	  
	  h3 {
		font-weight: 500;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 20px;
      margin: 0;
      font-size: 20px;
      letter-spacing: 0.01em;
      cursor: pointer;
		
		&:before {
			content: "\f103";
			font-family: fontAwesome;
			position: absolute;
			left: 0;
			top: 0;
			color: #000;
			transition: all 0.3s ease-in-out;
			font-size: 20px;
		}
	  }
	  
	  div.answer {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		cursor: pointer;
		
		p {
			position: relative;
			display: block;
			font-weight: 300;
			padding: 10px 0 0 0;
			cursor: pointer;
			line-height: 150%;
			margin: 0 0 15px 0;
			font-size: 20px;
			color: #666;
		}
	  }
	}
  }
  .faqs .accordion-list .active h3 {
	color: #5a95c7;
}
.faqs .accordion-list .active h3::before {
	color: #5a95c7;
}
.cam-img {
	text-align: center;
}
.cam-img img {
	max-width: 100%;
}
.sos-img {
	text-align: center;
	padding: 40px 0px;
}
.sos-img img {
	max-width: 100%;
}
.patents p strong {
	color: #404040;
}
.patents p a {
	color: #2e2e2e;
}
.ab-text .patents .alignright {
	float: right;
	max-width: 100%;
}
.ab-text h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}
.location-text h2 {
	color: #1F2933;
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}
.location-text p {
	color: #666666;
	font-family: "Raleway", Sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.location-text p i {
	padding-right: 8px;
	color: #000;
	font-size: 25px;
}
.social i {
	background: #D6D6D6;
	padding: 10px 10px;
	border-radius: 50%;
	font-size: 22px;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.video-text h2 {
		font-size: 18px;
		line-height: normal;
	}
	.mains-content .multi-content h2 {
		color: #1F2933;
		font-size: 24px;
		font-weight: 400;
		line-height: normal;
		text-align: center;
	}
	.mains-content .multi-content p {
		font-size: 18px;
		text-align: center;
	}
	.multi-content h2 {
		font-size: 24px;
		line-height: normal;
		text-align: center;
	}
	.multi-content p {
		font-size: 18px;
		text-align: center;
	}
	.video-t h2 {
		font-size: 20px;
		line-height: normal;
	}
	.how-text h2 {
		font-size: 26px;
	}
	.how-text p {
		font-size: 18px;
		font-weight: 400;
	}
	.full-mobile-image h2 {
		font-size: 26px;
		line-height: normal;
	}
	.contact-section .btn-text h2 {
		font-size: 26px;
	}
	.contact-section .btn-text p {
		font-size: 18px;
	}
	.full-mobile-image .download-img {
		max-width: 170px;
		margin: 20px 0;
	}
	.full-mobile-image p {
		font-size: 18px;
		font-weight: 400;
	}
	.contact-section {
		text-align: center;
	}
	.contact-section .btn-text {
		justify-content: center;
	}
	.smt-user h2 {
		font-size: 24px;
		line-height: normal;
	}
}
.video-text .yt-v {
	max-width: 560px;
	margin: 0 auto;
	width: 100%;
}










#window, #slide-container {
	max-width: 900px;
	margin: 0 auto;
}

/* Height of carousel */
#slide-container {
   overflow: hidden; 
   position: relative; 
}

.slide {
   width: 100%; 
   min-height: 200px; 
}

.slides {
   display: block; 
}

/* Style of arrows */
.arrow {
   color: white; 
   font-size: 26px; 
   position: absolute; 
   top: 50%; 
   transform: translate(0%, -50%); 
   padding: 16px; 
   background-color: rgba(0,0,0,0); 
   transition: background-color 0.3s ease; 
   display: none;
}

.arrow:hover {
   cursor: pointer;
   background-color: var(--transparent-grey); 
}

#next {
   left: 100%; 
   transform: translate(-100%, -50%); 
   border-radius: 4px 0px 0px 4px; 
}

#previous {
   border-radius: 0px 4px 4px 0px; 
}

#text-bar {
   background-color: var(--transparent-grey);
   width: 100%;
   height: 36px; 
   position: absolute; 
   top: 100%;
   transform: translate(0%, -100%);  
   text-align: center; 
   height: 36px;
 line-height: 36px;
}

#place {
   padding: 0px;
   margin: 0px; 
   color: white;
   position: relative;
   display: none;
}

#dotsContainer {
   width: 100%;
   height: 20px; 
   text-align: center; 
}

.dots {
   width: 8px;
   height: 8px;
   background-color:rgba(0, 0, 0, 0.71);
   border-radius: 100%; 
   display: inline-block; 
   margin: 8px 2px; 
}

.dots:hover {
   cursor: pointer; 
   background-color: rgba(0,0,0,0.4);
}

.activeDot {
   background-color: RGBA(29,129,249,1);
}
.about-slider {
	background: #F4F3F8;
}
.ab-im {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}
.ab-im img {
	width: 100%;
}
.normal-s img {
	width: 100%;
}
.row.py-4.normal-s {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}


#carouselExampleCaptions {
	height: 500px;  /* Set the desired height */
  }
  
  #carouselExampleCaptions .carousel-inner {
	height: 100%;  /* Ensure the inner content takes the full height */
  }
  
  #carouselExampleCaptions .carousel-item img {
	object-fit: cover;  /* Ensures the image covers the entire area without distortion */
	height: 100%;  /* Ensure the image fills the container's height */
  }
  .carousel-caption {
	top: 20%;
}
.carousel-caption h5 {
	font-size: 50px;
	color: #fff;
}
.carousel-caption p {
	font-size: 23px;
	margin-bottom: 25px;
}
.overl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, #00000040 0%, #000 100%);
}
.carousel-item {
	height: 100%;
}
.carousel-caption a {
	background: #f97352;
	color: #fff;
	text-decoration: none;
	padding: 13px 25px;
	font-weight: 500;
	font-size: 20px;
}
.last-s {
	left: 10% !important;
	right: 0px !important;
	text-align: left !important;
}
.normal-s img {
	width: 100%;
	margin-bottom: 20px;
}
.navbar-toggler {
	border: none !important;
}
.location-text h2::before {
	background: #000;
	height: 3px;
	width: 70px;
	position: absolute;
	content: "";
	bottom: 0px;
}
.location-text h2 {
	position: relative;
}
.banner-img {
	text-align: center;
}
@media only screen and (max-width: 600px) {
	.logo-main img {
		max-width: 60px;
		width: 60px;
	}
	#carouselExampleCaptions {
		height: 300px;
	}
	.carousel-caption h5 {
		font-size: 30px;
	}
	.carousel-caption p {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-weight: 500;
		font-size: 18px;
	}
	.carousel-caption {
		top: 8%;
	}
	.carousel-caption {
		top: 8%;
		padding-top: 0px !important;
	}
}


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #046bd2;
	color: white;
	cursor: pointer;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 30px;
}
  
  #myBtn:hover {
	background-color: #555;
  }
  .top-header #navbarNav .navbar-nav.navlinks .nav-item .active {
	color: #045cb4;
}