.about-contant a {
  display: inline-block;
  text-decoration: none;
  background: #e35480;
  color: white;
  padding: 7px 12px;
  border-radius: 3px;
  margin: 0px 20px;
  transition: 0.3s;
}

.about-contant a:hover {
  background-color: #000000;
 
}

.about-contant {
  background: #efefef;
}

.footer-contant a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

 

section.hightop-section h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

section.hightop-section a {
  text-decoration: none;
  color: black;
  transition: 0.3s;
}

section.hightop-section {
  background: #e35480;
  /* padding: 18px 0px; */
  display: flex;
  align-items: center;
  padding: 20px 0px 10px 0px;
}


.shadow-col ul {
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
}

.shadow-col h6 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

.shadow-col p {
  line-height: 26px;
  font-size: 15px;
  font-weight: 500;
}


.shadow-col {
  background: #efefef;
  padding: 20px 24px;
  border-bottom: 2px solid #d7d7d7;
  border-radius: 2px;
  margin-bottom: 20px;
}

.image-contant {
  background: #cbcbcb;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.image-contant img {
  width: 100%;
  border-radius: 3px;
}

section.hightop-section li {
  margin: 0px 6px;
  font-size: 14px;
  font-weight: 400;
}

section.hightop-section ul {
  display: flex;
  justify-content: center;
  list-style: none;
  color: white;
  margin-right: 32px;
}

 .dropdown .dropdown-menu{
  display: none;
 }

 .dropdown:hover .dropdown-menu {
  display: block;
  padding-bottom: 0px;
  border-bottom: 1px solid #e35480;
  padding-top: 0px;
}
 .navbar-nav {
  margin: auto;
}

li.nav-item {
  margin: 0px 15px;
  font-size: 13px;
}

.top-section .row {
  display: flex;
  align-items: center;
}

 
a.nav-link {
  color: black !important;
  font-weight: 500;
  text-transform: uppercase;
}

.top-contant a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
}

.top-contant {
  text-align: center;
}

section.top-section {
  background: #e35480;
  height: 42px;
  display: flex;
  align-items: center;
}

.top-contantss i {
  margin: 0px 4px;
  /* background: white; */
  /* padding: 8px 10px; */
  border-radius: 3px;
  transition: 0.3s;
  color: #ffffff;
  border: 2px solid white;
  height: 35px;
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.top-contantss i:hover {
   color: white;
  background: rgb(0, 0, 0);
 
}

.top-contantss {
  text-align: center;
}

nav.navbar {
  background: white !important;
  box-shadow: 0rem 0.2rem 1rem rgba(0 0 0 / 30%);
  z-index: 1;
}

a.navbar-brand img {
  width: 70%;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #e35480;
}

.dropdown-item {
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
}

ul.dropdown-menu li {
  border-bottom: 1px solid #e35480;
  /* margin: 5px 0px; */
  line-height: 30px;
}

ul.dropdown-menu {
  border: none;
  box-shadow: 0rem 0.3rem 1rem rgba(0 0 0 / 30%);
}

.about-section .col-sm-7 .about-contant {
  padding: 10px 0px 30px 0px;
}

.about-contant i {
  margin: 0px 0px 0px 5px;
  font-size: 15px;
}


.about-contant img {
  width: 100%;
  /* border: 1px solid #d5d5d5; */
  padding: 8px;
  border-radius: 10px;
}

section.about-section {
  padding: 40px 0px;
}

.about-contant h3 {
  font-weight: 700;
  font-size: 24px;
  padding-left: 20px;
}

.about-contant p {
  padding-left: 20px;
  font-weight: 600;
}



/* services */

.services-contant img {
  width: 100%;
}


.headding h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.headding h2:after {
  content: "";
  position: absolute;
  background: #e35480;
  height: 2px;
  width: 7%;
  /* top: 0px; */
  bottom: -10px;
  /* transform: translate(-129%, -50%); */
  left: 46.6%;
  right: 50%;
}
 
.services-contant {
  box-shadow: 0rem 0.4rem 1rem rgba( 0 0 0 / 30%);
  padding: 10px;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  background: white;
  transition: 0.3s;
  border-radius: 5px;
  border-bottom: 2px solid #e35480;
}
.services-contant:hover {
  background: #e35480;
  color: white;
}

.services-contant h4 {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0px 5px 0px;
}

.services-contant p {
  font-weight: 500;
  font-size: 15px;
}

.services-contant a {
  text-decoration: none;
  color: white;
  background-color: #e35480;
  padding: 8px 18px;
  border-radius: 70px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: 0.4s;
}

.services-contant a:hover {
  background-color: #000000;
}


section.services-section {
  background: #efefef;
  padding: 10px 0px;
}

section.services-sectionsss {
  padding: 10px 0px;
}

section.gallery {
  margin-bottom: 50px;
  background: #efefef;
  padding: 20px 0px;
}



.contant {
  text-align: center;
  box-shadow: 0rem 0.3rem 1rem rgba( 0 0 0 / 25%);
  background-color: white;
  padding: 20px 18px;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.contant i {
  color: #e35480;
  border: 2px dotted;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.contant p {
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0px;
}

.contantsss {
  text-align: center;
  box-shadow: 0rem 0.3rem 1rem rgba( 0 0 0 / 25%);
  background-color: white;
  padding: 10px 10px;
}

section.footer-section {
  background: #e35480;
  color: white;
  padding: 25px 0px;
  margin-top: 70px;
}

.footer-contant ul {
  list-style: none;
}

.footer-contant ul li {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.footer-contant ul {
  margin-left: -28px;
}

.footer-contant h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-contant span {
  padding-left: 15px;
}

.services-contant:hover a {
  background: #ffffff;
  color: #e35480;
}


.gallery-contant img {
  width: 100%;
  border-radius: 40px 0px 40px 0px;
}

.gallery-contant {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0rem 0rem 1rem rgba( 0 0 0 / 20%);
  border-bottom: 2px solid #e35480;
}

.last {
  text-align: center;
  padding: 17px 0px;
}

section.last-section {
  background: #efefef;
}

.last span {
  font-weight: 700;
  transition: 0.3s;
}

.last span:hover {
   color: #e35480;
   cursor: pointer;
}

.last p {
  font-weight: 500;
  font-size: 14px;
}


.carousel-control-prev-icon {
  background-image: url(../img/left.png);
  background-size: 24px;
}

.carousel-control-next-icon {
  background-image: url(../img/right.png);
  background-size: 24px;
}

span.carousel-control-prev-icon {
  border: 2px solid #d13968;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  
}

.carousel-control-next-icon {
  border: 2px solid #d13968;
  height: 50px;
  width: 50px;
  border-radius: 50%;
 
}

 @media only screen and (max-width: 767px) {

  .headding h2:after {
    width: 26%;
    left: 37.6%;
    right: 50%;
}

  span.carousel-control-prev-icon { 
    display: none
  }
  
  .carousel-control-next-icon {
    display: none;
  }

  section.top-section {
    background: #e35480;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    line-height: 30px;
}

a.navbar-brand {
  width: 81%;
  margin-right: 0px;
}

.about-contant img {
  margin-bottom: 20px;
}

.gallery-contant {
  margin-bottom: 40px;
}
  
 }
