
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


.heading{
   text-align: center;
}
/* ---------------------------------------------------------
  # Navbar Start-------------------------------------------*/

.navbar1{
    background-color:chocolate;
    color:white;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
  margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  /* bottom: 3rem; */
  z-index: -9999;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
}
.carousel-item > img {
  position: relative;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 25rem;
}


/* ---------------------------------------------------------
  # About Us Start ----------------------------------------------*/
.about{
  padding: 16px;
  text-align: justify;
  line-height: 18px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.section-bg
{
background-color: #f5f5f5;
}

.services .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
  }
  
  .services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
  }
  
  .services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
  }
  
  .services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
  }
  
  .services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 22px;
  }
  
  .services .icon-box h4 a {
	color: #111;
	transition: ease-in-out 0.3s;
  }
  
  .services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  
  .services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  }
  
  .services .iconbox-blue i {
	color: #47aeff;
  }
  
  .services .iconbox-blue:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-blue:hover .icon path {
	fill: #47aeff;
  }
  
  .services .iconbox-orange i {
	color: #ffa76e;
  }
  
  .services .iconbox-orange:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-orange:hover .icon path {
	fill: #ffa76e;
  }
  
  .services .iconbox-pink i {
	color: #e80368;
  }
  
  .services .iconbox-pink:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-pink:hover .icon path {
	fill: #e80368;
  }
  
  .services .iconbox-yellow i {
	color: #ffbb2c;
  }
  
  .services .iconbox-yellow:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-yellow:hover .icon path {
	fill: #ffbb2c;
  }
  
  .services .iconbox-red i {
	color: #ff5828;
  }
  
  .services .iconbox-red:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-red:hover .icon path {
	fill: #ff5828;
  }
  
  .services .iconbox-teal i {
	color: #11dbcf;
  }
  
  .services .iconbox-teal:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-teal:hover .icon path {
	fill: #11dbcf;
  }

   /* Modification Start by Shivali 19-01-2021 */
  
   .social-links1 a {
    font-size: 18px;
    display: inline-block;
    /* background: rgba(255, 255, 255, 0.08); */
     color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    /* color:#f5f5f5; */
    width: 36px;
    height: 36px;
    transition: 0.3s;
  } 

  .fa-facebook
  {
    background: #3B5998;
    color: white;
  }

  .fa-linkedin
  {
   background:#0e76a8;
   color: white;
  }
  .fa-instagram
  {
    background: #f32b82;
    color: white;  
  }
  .fa-instagram {
    background: #bc2a8d;
    color:#fff
  }
  
 /* Modification End by Shivali 19-01-2021 */

 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 14px;
	background: #111;
  }
  
  #footer .footer-top {
	padding: 60px 0 30px 0;
	background: #1e1e1e;
  }
  
  #footer .footer-top .footer-contact {
	margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
  }
  
  #footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	color: rgba(255, 255, 255, 0.7);
	/* color: white; */
  }
  
  #footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
  }

  
  #footer .footer-top .footer-links {
	margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #ffa76e;
	font-size: 18px;
	line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
	padding: 10px 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: rgba(255, 255, 255, 0.6);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #fff;
  }
  
  #footer .footer-newsletter {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
  }
  
  #footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px 0 0 4px;
	text-align: left;
  }
  
  #footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	/* background: #1bbd36; */
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #fff;
  }
  
  #footer .social-links a {
	font-size: 18px;
	display: inline-block;
	/* background: rgba(255, 255, 255, 0.08); */
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
  }
  
  #footer .social-links a:hover {
	opacity: 0.7;
  }

  #footer .social-links a .fa-facebook{
	background: #3B5998;
	color: #fff;
	text-decoration: none;
  }

  #footer .social-links a .fa-linkedin {
	background: #47aeff;
	color: #fff;
	text-decoration: none;
  }

  #footer .social-links a .fa-instagram {
	background: #bc2a8d;
	color: #fff;
	text-decoration: none;
  }

 
  /* #footer .footer-links #anchor{
    text-decoration: none;
  } */
  a {
    text-decoration: none !important;
}

  /* Modification Start by Shivali 30-01-2021 */
	  /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
 /* Modification start by Shivali 02-02-2021 */
 .fa-arrow-up{
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	margin-right: 8px;
	right: 15px;
	bottom: 15px;
	background: chocolate;
	color: #fff;
	transition: display 0.5s ease-in-out;
	z-index: 99999;
	font-size: 25px;
	text-align: center;
	margin-top: 16px;

	
  }
  .fa-arrow-up i {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
  }
  .fa-arrow-up:hover {
	color: #fff;
	background: chocolate;
	
  }