/*-------------------- Our Product Section------------------ */


.card-wrapper {
  margin: 5% 0;
}
.custom-circle-image {
  width: 220px; /* note i used vw not px for better responsive */
  height: 220px;
}
.custom-circle-image img {
  object-fit: cover;
}
.card-title {
  letter-spacing: 1.1px;
}
.card-text {
  font-size: 16px;
  line-height: 25px;
}
#productbutton{
    border-radius:50px;
}
#productbutton1{
    border-radius:50px;
   
}
#productbutton2{
    border-radius:50px;
    margin-top:20px;
}
#productbutton3{
    border-radius:50px;
    margin-top:20px;
}


/* -----------------------Slider Section ------------------*/
.productslider
{
    background:#f6f6f6;
    padding:10px;
}

@media (max-width: 767px) {
		.carousel-inner .carousel-item > div {
			display: none;
		}
		.carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	.carousel-inner .carousel-item.active,
	.carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}
	
/* -----------------------Logo Section ------------------*/	

#row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
}
.logo-section{
    background:black;
    padding:20px;
}

.service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
  background-color: #f3f3f3;
  width:auto;
  
}
.service p{
    font-size:16px;
}
.service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #303ef7;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service:hover {
  background:orange;
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}

/* -----------------------Tracking Section ------------------*/

/*.circle {*/
/*  width: auto;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  text-align: center;*/
/*  vertical-align: top;*/
/*  padding-bottom:70px;*/

/*}*/
/*.circle strong {*/
/*  position: absolute;*/
/*  top: 70px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  line-height: 45px;*/
/*  font-size: 43px;*/
 
/*}*/
/*#ciculartitle*/
/*{*/
/*    padding:50px;*/
    
/*}*/
/* -----------------------Testimonial Section ------------------*/

.testimonial {
	padding: 80px 0;
}
.sec-heading {
	margin-bottom: 60px;
}
.sec-heading h6 {
	font-family: allura;
	font-weight: 900;
	font-size: 24px;
}
.single-box {
	border: 3px solid #e6f0fa;
	padding: 50px 30px 40px;
	border-radius: 20px;
	background: #fff;
}
.img-area {
	margin: 45px 0 20px;
}
.single-box img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto
}
.single-box h4 {
	font-weight: 600;
	margin: 0;
	font-family: 'Allura', cursive;
	font-size: 35px;
}
.single-box {
	overflow: hidden
}
.single-box .img-area {
	width: 30%;
	float: left;
	margin: 0
}
.single-box .content {
	width: 70%;
	float: left;
	padding-left: 10px
}
.single-box p {
	margin: 10px 0 25px;
	line-height: 2.3;
}
.testi-carousel-three .single-box {
	border: 0;
	padding: 0 50px;
}
.testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #ddd;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
.testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
	background-color: blueviolet;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	.testimonial {
		padding: 70px 0 130px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.testimonial {
		padding: 70px 0 130px;
	}
	.single-box {
		padding: 50px 0 40px;
	}
	.single-box .img-area {
		width: 100%;
		float: none;
	}
	.single-box .content {
		width: 100%;
		float: none;
	}
}
/* -----------------------Request Form Section ------------------*/
.register-photo {
  background:black;
  padding:80px 0;
  height:100vh;
}

.register-photo .image-holder {
  display:table-cell;
  width:100%;
  background:url(../../images/Home/requestform.png);
  background-size:cover;

}
#image-holder {
  display:table-cell;
  width: 100%;
  background:url(../../images/Home/servicesform.png);
  background-size:cover;

}


.register-photo .form-container {
  display:table;
  max-width:100%;
  width:100%;
  margin:0 auto;
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo form {
  display:table-cell;
  width:500px;
  background-color:#ffffff;
  padding:40px 60px;
  color:#505e6c;
}

@media (max-width:991px) {
  .register-photo form {
    padding:40px;
  }
}

.register-photo form h2 {
  font-size:24px;
  line-height:1.5;
  margin-bottom:30px;
}

.register-photo form .form-control {
  background:#f7f9fc;
  border:1px solid black;
  border-bottom:1px solid black;
  border-radius:10px;
  box-shadow:none;
  outline:none;
  color:inherit;
  text-indent:6px;
  height:40px;
}

.register-photo form .form-check {
  font-size:13px;
  line-height:20px;
}

.register-photo form .btn-primary {
  background:#f4476b;
  border:none;
  border-radius:4px;
  padding:11px;
  box-shadow:none;
  margin-top:35px;
  text-shadow:none;
  outline:none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  background:#eb3b60;
}

.register-photo form .btn-primary:active {
  transform:translateY(1px);
}

.register-photo form .already {
  display:block;
  text-align:center;
  font-size:12px;
  color:#6f7a85;
  opacity:0.9;
  text-decoration:none;
}
.responsive {
  width: 100%;
  height: auto;
}
/* -----------------------Service Page Section ------------------*/
#techinacalspecfication
{
    background:#E8E8E8;
}


.specificationtitle{
    padding:10px;
}
.specification {
  /*float: left;*/
  /*width: 50%;*/
  padding: 10px;
  height: auto; 
  /*background:white !important;*/
}
.specification h5 span{
    background:gray;
    width:auto;
    padding:3px;
}

@media screen and (max-width: 600px) {
  .specification {
    width: 100%;
  }
}


/* Float four columns side by side */
.specification {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.row {
    margin: 0 -5px;
    
}


@media screen and (max-width: 600px) {
  .specification {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.specificationcard h4{
    text-align: center;
    background:#3d65b8;
    font-size:18px;
    color:white;
    padding:5px;
}
.specificationcard label{
    margin-top:10px;
    
}

.specificationcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  /*text-align: center;*/
  background-color: #f1f1f1;
}


/* -----------------------Counter Section ------------------*/
