body {
  margin: 0;
  padding: 0;
}
.btn1{
  background-color: #A51E25;
  border: none;
  border-radius: 5px;
  padding: 15px 45px !important;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: bold !important;
  font-size: 15px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5.5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: center;
}
}
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px 15px !important;
  font-size: 18px;
  line-height: 20px;
}
.navbar-collapse {
  flex-grow: 0
}
.carousel-control-next,
.carousel-control-prev {
  text-decoration: none;
}

.carousel-control-prev i {
  background-color: black;
  padding: 15px;
  font-size: 30px;
  color: white !important;
  text-decoration: none;
  float: left;
  margin-left: -156px;
}

.carousel-control-next i {
  background-color: black;
  padding: 15px;
  font-size: 30px;
  color: white !important;
  text-decoration: none;
  float: right;
  margin-right: -147px;
}


.carousel-item {
  position: relative;
}

.social-icons {
  position: absolute;
  font-size: 25px;
  top: 0;
  left: 0;
  margin-left: 1425px !important;
  margin-top: 440px;
}
.social-icons li{
list-style: none;
}
.social-icons a img{
  background-color: rgb(236 236 236 / 52%);
  padding: 5px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/* PAGE-HEADER */

.breadcrumbs {
  padding: 15px 0;
  background-color: #fef5f1;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #dc050d;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}


about h2 {
  font-weight: bold;
  color: black;
  font-size: 30px;
  text-align: center;
}

about .line {
  border: 2px solid #A51E25;
  width: 7%;
  margin: auto;
}

about .about-containt .box-containt {
  background-color: #A51E25;
  height: 41px;
  width: 100%;
  color: white;
  padding: 10px 15px;
}

.about-containt p {
  font-size: 16px;
}
.banner-section {
  background-image: url("img/banner1.png");
  width: 100%;
  height: 420px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;

}

.section-containt {
  position: relative;
  background-color: #a51e25eb;
  opacity: 0.9;
  height: 420px;
  width: 100%;
}

/* .section-img { */
  /* z-index: 999;
  opacity: 1; */
  /* margin-top: 45px !important;
  padding: 52px; */
/* } */

.section-containt1 {
  color: white;
  position: absolute;
  margin-top: 20px;
  /* padding: 90px 270px;
  margin-left: -259px; */
}

.img-fluid{
  width: 100%;
}

section h2 {
  font-weight: bold;
  color: black;
  font-size: 30px;
  text-align: center;
}

section .line {
  border: 2px solid #A51E25;
  width: 8%;
  margin: auto;
}



.owl-carousel {
  margin-left: 90px;
}

.testimonial {
  padding: 75px 30px 30px 60px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background-color: #A51E25;
  color: white;
  width: 440px;
  height: 325px;
  margin-left: 12px;

}

small {
  float: right;
}

.testimonial1 {
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  color: white;
  width: 560px;
  margin-top: -105px;
  margin-left: -170px !important;
  border: none;
  height: 430px;
}

.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;

}

.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
}

@media only screen and (max-width: 767px) {
  /* .testimonial {
    padding: 20px;
    text-align: center;
  } */

  .owl-carousel {
    margin-left: 10px;
  }
  .testimonial {
    padding: 75px 30px 30px 60px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    background-color: #A51E25;
    color: white;
    width: 430px;
    height: 325px;
    margin-left: -692px;
}
}
.testimonial1 {
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  color: white;
  width: 560px;
  margin-top: -105px;
  margin-left: -211px;
  border: none;
  height: 430px;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #a51e25;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #a51e25 !important;
  border-color: #a51e25;
}
.total-section {
  background-color: rgb(230, 230, 230);
  height: auto;
  padding: 5px;
}
.card-section {
  background-color: #f5f5f5;
  padding-top: 30px;

}

.card {
  border: none;
  background-color: transparent;
}


.arrow-section {
  background-color: #A51E25;

}

.arrow-card {
  background-color: white;
  padding: 20px;
  width: 90%;
  border-radius: 5px;
}

.arrow-line {
  margin-top: -80px;
}

.arrow-line img {
  width: 100%;
}

.card-row {
  margin-left: -84px;
  margin-top: -93px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #dc050d;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: #dc050d;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #dc050d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #dc050d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #dc050d;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #dc050d;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #dc050d;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #dc050d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-register {
  box-shadow: 0px 1px 13px -5px lightgray;
  border-radius: 4px;
  background-color: #d3d3d300;
}


footer {
  background-color: rgb(66 65 65);
}

footer li {
  list-style: none;
}

footer a {
  color: white;
}

footer .arrow-icon a {
  text-decoration: none;
}
footer .arrow-icon li {
  margin-left: -30px;

}
@media only screen and (max-width: 768px) and (max-width:1024px) {
  about .line {
    border: 1px solid #A51E25;
    width: 20%;
    margin: auto;
  }

  /* .section-containt1 {
    margin-top: 114px !important;
    padding: 70px 14px;
    margin-left: 0px;

  } */

  .section-containt1 p {
    font-size: 17px !important;
  }

  .section-img {
    position: relative;
    color: white;
  }

  .banner-section {
    height: 650px;
  }

  .section-containt {
    height: 650px;
  }

  .navbar-brand {
    padding: 0px 15px;
  }
  .carousel-control-prev i {
 display: none;

  }
  
  .carousel-control-next i {
    display: none;

  }
  .section-img {
    padding: 14px;
  }
  .carousel-control-next i {
    margin-right: -94px;
  }
  .social-icons {
    display: none;
  }
  .card-row {
    margin: 111px 12px;
    width: 107%;
}
.arrow-line img {
  display: none;
}
.arrow-section .col-md-3{
  margin-top:10px;
}
}