@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #B8202D;
}

::selection {
  color: #fff;
  background: #B8202D;
}

body {
  background: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.nav-up {
  top: -142px;
  position: fixed;
  transition: 0.3s all ease-in-out;
}

.nav-down {
  top: 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

header {
  width: 100%;
  z-index: 99;
  top: 0;
  position: fixed;
  transition: 0.3s all ease-in-out;
  background-color: #FFF;
}
header .navbar {
  padding: 0px 0px;
  background-color: #B8202D;
}
header .navbar-brand {
  padding: 8px 0px;
  position: relative;
}
header .navbar-brand::before {
  right: -50px;
  width: 154%;
  transform: skew(30deg);
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
header .navbar-brand::after {
  right: 10%;
  width: 2000px;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
header .navbar-brand img {
  position: relative;
  z-index: 2;
}
header .navbar-collapse {
  flex-grow: 0;
  align-items: start;
}
header .navbar-collapse .nav-link {
  color: #FFF;
}
header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
header .navbar-nav .nav-item .nav-link {
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  border: 1px solid #B8202D;
}
header .navbar-nav .nav-item .nav-link:hover {
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #FFF;
}
header .navbar-nav .nav-link.active, header .navbar-nav .show > .nav-link {
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 30px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
header .right-sec {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
header .right-sec .nav-link {
  background: #fff;
  border: 2px solid #fff !important;
  padding: 10px 20px !important;
  display: block;
  border-radius: 25px;
  color: #000;
}
header .right-sec .nav-link:hover {
  background: transparent;
  color: #fff;
}

.show .nav-link {
  color: #000 !important;
}

.navbar-collapse .nav-link {
  transition: 0.3s all ease-in-out;
}
.navbar-collapse .nav-link span {
  position: relative;
  padding-bottom: 10px;
}
.navbar-collapse .nav-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: #B8202D;
  transition: 0.3s all ease-in-out;
}
.navbar-collapse .nav-link:hover {
  color: #B8202D;
}
.navbar-collapse .nav-link:hover span::before {
  width: 100%;
}

.pt-60 {
  padding: 60px 0px;
}

.owl-nav, .owl-dots {
  display: none;
}

.banner-sec {
  width: 100%;
}
.banner-sec .carousel-item {
  width: 100%;
  height: 730px;
  position: relative;
}
.banner-sec .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.banner-sec .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-sec .carousel-item .carousel-caption {
  z-index: 1;
}
.banner-sec .carousel-item .carousel-caption .banner-title {
  text-align: left;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
  z-index: 9;
}
.banner-sec .carousel-item .carousel-caption .banner-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}
.banner-sec .carousel-item .carousel-caption .banner-title h3::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B8202D;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
}
.banner-sec .carousel-item .carousel-caption .banner-title h2 {
  font-size: 52px;
  font-weight: 700;
}
.banner-sec .carousel-item .carousel-caption .banner-title a {
  padding: 15px 25px;
  background-color: #FFF;
  border: 2px solid #FFF;
  color: #000;
  border-radius: 30px;
  display: inline-block;
}
.banner-sec .carousel-item .carousel-caption .banner-title a:hover {
  background-color: transparent;
  color: #FFF;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.banner-quote {
  width: 100%;
  background-color: #B8202D;
}
.banner-quote h4 {
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
}
.banner-quote p {
  color: #FFF;
  margin: 0;
}
.banner-quote .link {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.banner-quote .link a {
  padding: 15px 25px;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 30px;
  display: inline-block;
}
.banner-quote .link a:hover {
  background-color: #fff;
  color: #000;
}

.about-sec {
  width: 100%;
}
.about-sec .story-sec {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.about-sec .story-sec .content {
  width: 100%;
}
.about-sec .story-sec .content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #B8202D;
}
.about-sec .story-sec .content h5 {
  font-size: 36px;
  font-weight: 600;
}
.about-sec .story-sec .content h5 span {
  font-family: "Playfair Display", serif;
  color: #B8202D;
  font-style: italic;
}
.about-sec .story-sec .content ul li {
  background: url(../images/arrow-circle-right.svg) no-repeat 0px 5px;
  padding-left: 28px;
  margin-bottom: 10px;
  text-align: left;
}
.about-sec .story-sec .content a {
  padding: 15px 25px;
  border: 1px solid #B8202D;
  color: #B8202D;
  border-radius: 30px;
  display: inline-block;
}
.about-sec .story-sec .content a:hover {
  background-color: #B8202D;
  color: #FFF;
}
.about-sec .about-img {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}
.about-sec .about-img .img1 {
  width: 360px;
}
.about-sec .about-img .img1 img {
  width: 100%;
  border-radius: 10px;
}
.about-sec .about-img .img2 {
  position: absolute;
  left: -60px;
  bottom: 20px;
}
.about-sec .about-img .img2 img {
  width: 100%;
  border-radius: 10px;
}

.item {
  padding: 0px 10px;
}

.services-sec {
  width: 100%;
  background-color: #B8202D;
}
.services-sec .title-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.services-sec .title-sec h4 {
  font-size: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
.services-sec .title-sec p {
  color: #FFF;
}
.services-sec .box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 2px solid #FFF;
}
.services-sec .box .img-sec {
  width: 100%;
  height: 260px;
}
.services-sec .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.services-sec .box .content {
  width: 100%;
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
}
.services-sec .box .content .overlay {
  width: 100%;
  min-height: 73px;
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
}
.services-sec .box .content .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  transition: 0.3s all ease-in-out;
}
.services-sec a:hover .box .img-sec img {
  scale: 1.1;
}
.services-sec a:hover .box .content .overlay h5 {
  color: #B8202D;
}

.count-sec {
  width: 100%;
  background-color: #FFF;
}
.count-sec .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #fbc2c6;
  padding: 30px 30px 30px 30px;
  background-repeat: no-repeat;
  background-position: right top;
}
.count-sec .box h5 {
  font-size: 44px;
  font-weight: 700;
  color: #B8202D;
}
.count-sec .box h6 {
  font-size: 20px;
  font-weight: 600;
}
.count-sec .box.img1 {
  background-image: url(../images/img1.svg);
}
.count-sec .box.img2 {
  background-image: url(../images/img2.svg);
}
.count-sec .box.img3 {
  background-image: url(../images/img3.svg);
}
.count-sec .box.img4 {
  background-image: url(../images/img4.svg);
}

.testimonials-sec {
  width: 100%;
  background-color: #F5DFE1;
}
.testimonials-sec .title-sec {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.testimonials-sec .title-sec h4 {
  font-size: 30px;
  color: #B8202D;
  text-transform: uppercase;
  font-weight: 600;
}
.testimonials-sec .title-sec p {
  color: #000;
}
.testimonials-sec .item {
  padding-top: 44px;
}
.testimonials-sec .box {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
.testimonials-sec .box .pic {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid white;
  margin: auto;
  position: relative;
  margin-top: -71px;
  margin-bottom: 20px;
}
.testimonials-sec .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-sec .box h6 {
  font-size: 20px;
  font-weight: 600;
  color: #B8202D;
}
.testimonials-sec .box h5 {
  font-size: 16px;
  font-weight: 400;
}
.testimonials-sec .box p {
  position: relative;
  padding: 22px 36px 36px 36px;
}
.testimonials-sec .box p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 23px;
  background: url(../images/quote-left.svg) no-repeat;
}
.testimonials-sec .box p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 23px;
  background: url(../images/quote-right.svg) no-repeat;
}

.partners-sec {
  width: 100%;
  background-color: #FFF;
}
.partners-sec h6 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.partners-sec .box {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  overflow: hidden;
}
.partners-sec .box img {
  width: 100%;
}

.inner-banner {
  width: 100%;
  position: relative;
  padding: 210px 0px 70px 0px;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.inner-banner .container {
  position: relative;
  z-index: 1;
}
.inner-banner h1 {
  font-size: 36px;
  font-weight: 700;
  color: #FFF;
}
.inner-banner .breadcrumb {
  margin: 0;
}
.inner-banner .breadcrumb li {
  color: #FFF;
}
.inner-banner .breadcrumb li::before {
  color: #FFF;
}
.inner-banner .breadcrumb li a {
  color: #FFF;
}

.inner-services {
  width: 100%;
}
.inner-services .box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 2px solid #FFF;
}
.inner-services .box .img-sec {
  width: 100%;
  height: 370px;
}
.inner-services .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.inner-services .box .content {
  width: 100%;
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
}
.inner-services .box .content .overlay {
  width: 100%;
  background-color: #FFF;
  padding: 20px 15px;
  border-radius: 10px;
}
.inner-services .box .content .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.inner-services a:hover .box .img-sec img {
  scale: 1.1;
}
.inner-services a:hover .box .content .overlay h5 {
  color: #B8202D;
}

.services-details {
  width: 100%;
}
.services-details .box {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f7f5f5;
  padding: 20px;
  margin-bottom: 15px;
  background: #fffefe;
  box-shadow: 0px 0px 10px #e9e9e9;
}
.services-details .box h4 {
  font-size: 30px;
  font-weight: 700;
  color: #B8202D;
  margin-bottom: 15px;
}
.services-details .box .img-sec {
  width: 100%;
  margin-bottom: 20px;
}
.services-details .box .img-sec img {
  width: 100%;
  border-radius: 10px;
}
.services-details .box ul li {
  background: url(../images/arrow-list.svg) no-repeat 0px 7px;
  padding-left: 20px;
  margin-bottom: 6px;
}

.inner-product {
  width: 100%;
}
.inner-product .box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 2px solid #FFF;
}
.inner-product .box .img-sec {
  width: 100%;
  height: 260px;
}
.inner-product .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.inner-product .box .content {
  width: 100%;
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
}
.inner-product .box .content .overlay {
  width: 100%;
  min-height: 73px;
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
}
.inner-product .box .content .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  transition: 0.3s all ease-in-out;
  text-align: center;
  text-transform: uppercase;
}
.inner-product a:hover .box .img-sec img {
  scale: 1.1;
}
.inner-product a:hover .box .content .overlay h5 {
  color: #B8202D;
}

.product-details {
  width: 100%;
}
.product-details .side-nav {
  width: 100%;
}
.product-details .side-nav h6 {
  font-size: 25px;
  font-weight: 700;
  background-color: #363636;
  padding: 15px 20px;
  color: #FFF;
  margin: 0;
}
.product-details .side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  background-color: #FFF;
  border: 1px solid #e1e1e1;
}
.product-details .side-nav ul li {
  width: 100%;
  border-bottom: 2px solid #f4f4f9;
}
.product-details .side-nav ul li a {
  display: block;
  padding: 16px 20px;
  padding-left: 50px;
  background: #FFF;
  position: relative;
  color: #343434;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.product-details .side-nav ul li a::before {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  background: url(../images/arrow-list.svg) no-repeat;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all ease-in-out;
}
.product-details .side-nav ul li a:hover {
  background: #B8202D;
  color: #FFF;
}
.product-details .side-nav ul li a:hover::before {
  filter: brightness(0) invert(1);
}
.product-details .side-nav ul li:last-child {
  border-bottom: none;
}
.product-details .side-nav ul .active a {
  background: #B8202D;
  color: #FFF;
}
.product-details .side-nav ul .active a::before {
  filter: brightness(0) invert(1);
}
.product-details .serviced-content {
  width: 100%;
  padding-left: 20px;
}
.product-details .serviced-content .img-sec {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-details .serviced-content .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-details .serviced-content h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.product-details .serviced-content ul li {
  background: url(../images/arrow-list.svg) no-repeat 0px 7px;
  padding-left: 20px;
  margin-bottom: 6px;
}

.sent-message, .error-message {
  width: 100%;
  display: none;
}

.error-message {
  position: fixed;
  z-index: 69;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #960202;
  padding: 20px;
  text-align: center;
  color: #FFF;
}

.sent-message {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #047900;
  padding: 20px;
  text-align: center;
  color: #FFF;
}

.contact-sec {
  width: 100%;
}
.contact-sec h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #B8202D;
}
.contact-sec h6 {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-sec .c-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px 20px 10px 20px;
  text-align: center;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
}
.contact-sec .c-box img {
  margin-bottom: 15px;
}
.contact-sec .c-box h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}
.contact-sec .c-box p {
  font-size: 17px;
  color: #000;
}
.contact-sec .c-box p a {
  color: #000;
}
.contact-sec .form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.contact-sec .form-group input:focus {
  border-color: #000;
}
.contact-sec .form-group textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 3px 6px #e2e2e2;
  border-radius: 10px;
}
.contact-sec .form-group textarea:focus {
  border-color: #000;
}
.contact-sec .form-group .btn_theme {
  background: #B8202D;
  border: 2px solid #B8202D;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.contact-sec .form-group .btn_theme:hover {
  background-color: #FFF;
  color: #000;
  border-color: #B8202D;
}
.contact-sec .map {
  width: 100%;
  padding-top: 40px;
}
.contact-sec .map iframe {
  width: 100%;
}

footer {
  width: 100%;
  background-color: #B8202D;
}
footer .f-heading {
  padding: 30px 0px;
}
footer .f-heading h4 {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
}
footer .box {
  width: 100%;
  padding: 30px 0px;
}
footer .box h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 15px;
}
footer .box p {
  color: #FFF;
}
footer .box p a {
  color: #FFF;
}
footer .box ul {
  list-style: none;
}
footer .box ul li {
  margin-bottom: 10px;
}
footer .box ul li a {
  color: #FFF;
}
footer .box .f-products {
  width: 100%;
}
footer .box .f-products ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .box .f-products ul li {
  width: 33.3%;
  padding-right: 10px;
}
footer .box .f-products ul li img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFF;
}
footer .f-copyright-sec {
  width: 100%;
  background-color: #AC1320;
}
footer .f-copyright-sec .f-logo {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
footer .f-copyright-sec .copyright {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .f-copyright-sec .copyright p {
  color: #FFF;
  margin: 0;
}
footer .f-copyright-sec .f-media {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
}
footer .f-copyright-sec .f-media a {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  border-left: 1px solid #E53342;
  border-right: 1px solid #E53342;
}
footer .f-copyright-sec .f-media a img {
  transition: 0.3s all ease-in-out;
}
footer .f-copyright-sec .f-media a:hover {
  background-color: #E53342;
}
footer .f-copyright-sec .f-media a:hover img {
  scale: 1.1;
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
  header .right-sec {
    padding-left: 0px;
  }
  .banner-sec .carousel-item {
    height: 480px;
  }
}
@media (max-width: 991px) {
  header .navbar {
    background-color: #FFF;
  }
  header .navbar-brand::before, header .navbar-brand::after {
    display: none;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    width: 100%;
  }
  header .navbar-nav .nav-item .nav-link {
    border: none;
  }
  header .right-sec .nav-link {
    border-color: #B8202D !important;
  }
  header .right-sec {
    padding-left: 0px;
  }
  .navbar-nav .nav-item .call-us .call-sec img {
    position: relative;
  }
  .navbar-nav .nav-item .call-us .call-sec {
    padding-left: 0px;
  }
  .navbar-nav .nav-item .call-us {
    margin-top: 0px;
  }
  .navbar-nav .nav-item::after {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    text-align: center;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: none;
  }
  .nav-item {
    border-bottom: 1px dashed #e2e2e2;
  }
  .navbar-toggler {
    border: none;
    padding: 0px;
  }
  .navbar .navbar-collapse {
    background: #FFF;
    border-radius: 6px;
  }
  header .navbar-nav .nav-link.active, header .navbar-nav .show > .nav-link {
    background: #B8202D;
    color: #FFF !important;
  }
  header .navbar-collapse .nav-link {
    color: #000;
  }
  footer .f-heading h4 {
    text-align: center;
    font-size: 24px;
  }
  footer .box {
    padding: 20px;
    border: 1px solid #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  footer .f-copyright-sec .f-logo {
    width: 100%;
    background-color: transparent;
    text-align: center;
  }
  footer .f-copyright-sec .copyright {
    justify-content: center;
    text-align: center;
  }
  footer .f-copyright-sec .f-media {
    padding: 20px;
    justify-content: center;
  }
  footer .f-copyright-sec .f-media a {
    border: 1px solid #E53342;
    padding: 20px;
  }
  .banner-sec .carousel-item {
    height: 330px;
  }
  .banner-quote {
    text-align: center;
  }
  .banner-quote .link {
    justify-content: center;
    margin-top: 20px;
  }
  .about-sec .story-sec {
    padding-right: 0px;
  }
  .about-sec .story-sec .content {
    text-align: center;
  }
  .about-sec .about-img .img2 {
    display: none;
  }
  .about-sec .about-img .img1 {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
  .about-sec .about-img .img1 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .count-sec .box h5 {
    font-size: 35px;
  }
  .services-sec .box .img-sec {
    height: 290px;
  }
  .partners-sec h6 {
    font-size: 24px;
  }
  .inner-banner {
    padding: 50px 0px;
  }
  .inner-banner h1 {
    text-align: center;
    font-size: 32px;
  }
  .inner-banner .breadcrumb {
    display: flex;
    justify-content: center;
  }
  .product-details .serviced-content {
    padding-left: 0px;
  }
  .product-details .serviced-content .img-sec {
    height: auto;
  }
  .product-details .serviced-content h5 {
    font-size: 23px;
  }
  .product-details .side-nav h6 {
    font-size: 21px;
  }
  header {
    position: relative;
  }
  .nav-up {
    position: relative;
  }
}
@media (max-width: 768px) {
  .pt-60 {
    padding: 20px 0px;
  }
  .banner-sec .carousel-item .carousel-caption .banner-title h2 {
    font-size: 34px;
  }
  .banner-sec .carousel-item .carousel-caption .banner-title h3 {
    padding-left: 0;
  }
  .banner-sec .carousel-item .carousel-caption .banner-title h3::before {
    display: none;
  }
  .banner-sec .carousel-item .carousel-caption .banner-title {
    text-align: center;
  }
  .services-sec .box .content .overlay {
    min-height: auto;
  }
  .partners-sec h6 {
    font-size: 20px;
  }
  footer .f-heading h4, .about-sec .story-sec .content h4 {
    font-size: 20px;
  }
  .testimonials-sec .title-sec h4, .services-sec .title-sec h4, .about-sec .story-sec .content h5 {
    font-size: 22px;
  }
  .contact-sec h6 {
    font-size: 22px;
  }
  .contact-sec h5 {
    font-size: 17px;
  }
  .contact-sec .form-group .btn_theme {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .banner-sec .carousel-item .carousel-caption .banner-title h3 {
    font-size: 16px;
  }
  .banner-sec .carousel-item .carousel-caption .banner-title h2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=main.css.map */