/* instagram */
.floatx1 {
	position: fixed;
	width: 49px;
	height: 49px;
	top: 185px;
	right: -5px;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px 1px #999;
	z-index: 100;
	transition-duration: .3s;
  }
  
  .floatx1:hover {
	scale: 1.02;
	color: white;
	right: 0px;
  }
  
  .floatx1:visited {
	color: white;
  }
  
  .my-floatx1 {
	margin-top: 10px;
	transition: 1s;
  }
  
  /* facebook */
  .floatx2 {
	position: fixed;
	width: 49px;
	height: 49px;
	top: 235px;
	right: -5px;
	background-color: #1877F2;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px 1px #999;
	z-index: 100;
	transition-duration: .3s;
  }
  
  .floatx2:hover {
	scale: 1.02;
	color: white;
	right: 0px;
  }
  
  .floatx2:visited {
	color: white;
  }
  
  .my-floatx2 {
	margin-top: 10px;
	transition: 1s;
  }
  
  
  .floatx3 {
	position: fixed;
	width: 49px;
	height: 49px;
	top: 285px;
	right: -5px;
	background-color: #0077b5;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px 1px #999;
	z-index: 100;
	transition-duration: .3s;
  }
  
  .floatx3:hover {
	scale: 1.02;
	color: white;
	right: 0px;
  }
  
  .floatx3:visited {
	color: white;
  }
  
  
  
  .my-floatx3 {
	margin-top: 10px;
	transition: 1s;
  }
  
  
  .floatx4 {
	position: fixed;
	width: 49px;
	height: 49px;
	top: 335px;
	right: -5px;
	/* background-color: #e2c000;  */
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px 1px #999;
	z-index: 100;
	transition-duration: .3s;
	animation-name: Nimish1;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	cursor: pointer;
  }
  
  @keyframes Nimish1 {
	0% {
	  background-color:black;
	}
  
	25% {
	  background-color: #000000;
	}
  
	50% {
	  background-color:#000000;
	}
  
	75% {
	  background-color: rgb(0, 0, 0);
	}
  
	100% {
	  background-color: #000000;
	}
  }
  
  .floatx4:hover {
	scale: 1.02;
	color: white;
	right: 0px;
  }
  
  .floatx4:visited {
	color: white;
  }
  
  .my-floatx4 {
	margin-top: 10px;
	transition: 1s;
  }
  
  /* Whatsapp */
  .floatx5 {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 10px;
	left: 10px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 0px 10px 1px #999;
	z-index: 100;
	transition-duration: .3s;
  }
  
  .floatx5:hover {
	scale: 1.04;
	color: white;
  
  }
  
  .floatx5:visited {
	color: white;
  
  }
  
  .my-floatx5 {
	margin-top: 16px;
	transition: 1s;
  }
  /* YOUTUBE*/
  .floatx6 {
	  position: fixed;
	  width: 49px;
	  height: 49px;
	  top: 385px;
	  right: -5px;
	  background-color: #ff0000;
	  color: #fff;
	  border-radius: 5px;
	  text-align: center;
	  font-size: 30px;
	  box-shadow: 0px 0px 10px 1px #999;
	  z-index: 100;
	  transition-duration: .3s;
	}
	
	.floatx6:hover {
	  scale: 1.02;
	  color: white;
	  right: 0px;
	}
	
	.floatx6:visited {
	  color: white;
	}
	
	.my-floatx6 {
	  margin-top: 10px;
	  transition: 1s;
	}
	
  
  .floatx1:hover .my-floatx1,
  .floatx2:hover .my-floatx2,
  .floatx3:hover .my-floatx3,
  .floatx4:hover .my-floatx4,
  .floatx5:hover .my-floatx5
  .floatx6:hover .my-floatx6 {
	transform: rotate(360deg) !important;
  
  }

  /* Whatsapp responsive different links s20  */
.whatsapp-large {
	display: block;
  }
  
  .whatsapp-small {
	display: none;
  }
  
  @media (min-width: 0px) and (max-width: 650px) {
	.whatsapp-large {
	  display: none !important;
	  z-index: 1000;
	}
  
	.whatsapp-small {
	  display: block !important;
	}
  }
  
  /* End Whatsapp responsive different links  */
  
  
  

  /* My Sticky-icons */


/* contact tanushree
 */

 .gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
      border-radius: 0 .625rem .625rem 0;
      padding: 5rem !important
  }
}
.contact-info__list span.position-absolute {
  left: 0
}
.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
  .contact__wrapper {
      border-radius: .625rem 0 .625rem .625rem
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
      padding: 5rem !important
  }
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}


.service-section .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);



}

.service-section .icon-box:hover .service-title a {
  color: #41A1FD;
}

.service-section .icon-box .service-icon {
  float: left;
  color: #41A1FD;
  font-size: 40px;
}

.service-section .icon-box .service-title {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
}

.service-section .icon-box .service-title a {
  color: #556270;
  transition: 0.3s;
  text-decoration: none;
}

.service-section .icon-box .service-para {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.service-section .service-main-heading {
  color: #556270;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}

.img-x {
  display: flex;
  margin: auto;
  width: 192px;
  height: 192px;
}
/* CONATCT CSS */
.contact-info {
  border-top: 5px solid #020202;
  border-bottom: 5px solid #000000;
  border-radius: 5px;
  color: #000;
  /* font-family: math; */
  height: 100%;
  padding: 4px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.contact-infox {
  box-shadow: 0 0 1rem 1px rgba(0, 0, 0, .09) !important;
  border-radius: 5px;
  /* font-family: math; */
  color: #000;
  height: 100%;
  padding: 4px;
}





.text-address {
  font-size: 15px;
}



.content {
  display: flex;
  align-items: center;
  /* Vertically center items */
  justify-content: center;
  /* Horizontally center items */
}



    .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial 20-6-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
   
/* faq swar */


    
