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



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

 .dropdown:hover .dropdown-menu{
  display: block;
 }

 .navbar-nav {
  margin: auto;
}

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

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

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

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

section.top-section {
  background: #f9e01b;
  height: 42px;
  display: flex;
  align-items: center;
}
.top-contantss i {
  margin: 0px 4px;
  background: #f9e01b;
  padding: 8px 10px;
  border-radius: 3px;
  transition: 0.3s;
  color: #000000;
}

.top-contantss i:hover {
  color: #db2c1d;
  background: #f9e01b;
}

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

nav.navbar {
  background: #db2c1d !important;
  box-shadow: 0rem 0.2rem 1rem rgba(0 0 0 / 20%);
}

a.navbar-brand img {
  width: 36%;
  height: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #da2e1f;
}

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

ul.dropdown-menu li {
  border-bottom: 1px solid #da2e1f;
}

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





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

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;
  text-align: justify;
}



/* 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: #da2e1f;
  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 #da2e1f;
}
.services-contant:hover {
  background: #f9e01b;
  color: rgb(0, 0, 0);
}

.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: #da2e1f;
  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: #da2e1f;
  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: #da2e1f;
  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;
}

.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: #da2e1f;
}


.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 #da2e1f;
}

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

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

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

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

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


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

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

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

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

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

  .services-contant {
    width: auto;
    height: 300px !important;
}


  section.top-section {
    background: #da2e1f;
    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;
}

a.navbar-brand img {
  width: auto;
  height: 65px;
}

 }


 .reviews-section .item {
  background: #f9e01b;
  padding:50px 10px;
  text-align: center;
  border-radius: 10px;
  width: auto;
    height: 160px;
}

.reviews-section .item h4 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 600;
}

.reviews-section .item p {
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0px;
}

.reviews-section .owl-nav {
  display: none;
}

.reviews-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 30px 7px;
  background: #da2e1f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

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

.contant {
    width: auto;
    height: 190px;
}
.reviews-section .item {
  width: auto;
  height: 200px;
}
}

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

  .services-contant {
    width: auto;
    height: 250px;
}

.reviews-section .item {
  width: auto;
  height: 190px;
}
}



section.servicespage-section {
  background-image: url(../img/topservicesbg.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 80px 0px;
}

section.servicespage-section h2 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}

.servicesbottom-contant img {
  width: 100%;
  transition: 0.5s;
}

.servicesbottom-contant img:hover {
transform: scale(1.1);
cursor: pointer;
}

.servicesbottom-contant {
  margin-bottom: 30px;
  background: #e0f0ff;
  padding: 5px;
  overflow: hidden;
}

section.servicesbottom-section {
  margin: 30px 0px;
}
 