/* *********************************************************************Front page **************************************************************** */
/* ***************************** HEADER ****************************** */
.asc-padding-section .text.media-body-links .img-fluid {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 0px 1px #0000001c;
  border-radius: 10px;
  width: 100%;
}
.first-header-bg-color {
  background-color: #e52635;
}

.for-mobile {
  display: none;
}

.width-100 {
  width: 100%;
}

.for-desktop {
  display: block;
}

.main-header {
  transition: all 0.5s ease 0s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.second-header {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

img.mobile-nav-logo {
  width: 150px;
}

.first-header {
  padding: 10px 0;
  font-size: 17px;
  transition: all 0.5s ease 0s;
}

.first-header span {
  font-size: 16px;
}

.second-header .navbar .collapse ul li a {
  font-size: 18px;
  color: #000 !important;
  padding: 0.4rem 1rem !important;
  transition: 0.2s ease-in-out;
}

.second-header .navbar .collapse ul li a span {
  border-bottom: 1px solid #000;
}

.second-header .navbar .collapse ul li.active {
  background-color: #e52635;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}

.second-header .navbar .collapse ul li.active a span {
  border-bottom: 0;
}

.second-header .navbar .collapse ul li:hover a span {
  border-bottom: 0;
}

.second-header .navbar .collapse ul li {
  margin: 2px 5px;
}

.second-header .navbar .collapse ul li.active a {
  color: #fff !important;
  border-bottom: 0 !important;
  transition: 0.2s ease-in-out;
}

.second-header .navbar .collapse ul li:hover {
  background-color: #e52635;
  border-radius: 8px;
  transition: 0.1s ease-in-out;
}

.second-header .navbar .collapse ul li:hover a {
  color: #fff !important;
  border-bottom: 0 !important;
  transition: 0.2s ease-in-out;
}

.second-header.fixed-position {
  width: 100%;
  z-index: 9;
  top: 0;
  position: fixed;
}

.second-header.fixed-position .navbar .navbar-collapse a.navbar-brand img {
  width: 150px;
}
/* ******************************************************************* */
/* ***************************** Top banner******************** */

.top-banner-section.c-magrin-top {
  margin-top: 150px;
}
/* ******************************************************************* */
/* ***************************** FEATURED PRODUCTS******************** */

.asc-padding-section {
  padding: 100px 0;
}

.asc-heading .heading-section h2 {
  font-size: 44px;
  color: #666666;
  font-weight: bold;
  position: relative;
}

.asc-heading .heading-section h2 span {
  position: relative;
}

.asc-heading .heading-section h2:after {
  position: absolute;
  content: url(../images/dotted.png);
  bottom: -40px;
  width: 100%;
  height: 43px !important;
  left: 0;
}

.catalog-product-caption {
  font-size: 28px;
  font-weight: bold;
  color: #666666;
  position: relative;
  text-transform: capitalize;
}
/* ******************************************************************* */
/* ***************************** About us***************************** */

section.about-us .aboutus {
  margin: 0 -15px;
  padding-top: 95px;
  padding-left: 50px;
  padding-right: 70px;
  padding-bottom: 60px;
  width: 100%;
}

.about-us-bg-height {
  height: 100%;
}

.asc-bg {
  background-color: #f3f3f3;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.readmore-button {
  position: relative;
  float: left;
  background-color: #ed3643;
  color: #fff;
  border: 1px solid #ed3643;
  word-wrap: break-word;
  white-space: normal;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10em;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.readmore-button:hover {
  border: 1px solid #ed3643;
  background-color: #f3f3f3;
  color: #ed3643;
  text-decoration: none;
}

section.about-us .aboutus h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #666666;
}

section.about-us .aboutus p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}
/* ******************************************************************* */
/* *****************************Catalogue***************************** */

.catalogue-hover {
  position: relative;
}

.catalogue-hover figcaption {
  opacity: 0;
  background-color: #000000;
  position: absolute;
  padding: 10px;
  left: 7px;
  right: 7px;
  bottom: 62px;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 15px 15px;
  transition: 0.5s ease;
}

.catalogue-hover:hover figcaption {
  opacity: 0.5;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.catalogue-hover:hover .caption-text {
  opacity: 0;
  transition: 0.5s ease;
}
/* ******************************************************************* */
/* *****************************Catalogue***************************** */

.channel-partner-top-border {
  border-top: 5px solid #e5e5e5;
}
/* ******************************************************************* */
/* *****************************Footer***************************** */

section.footer-section .footer p {
  font-size: 22px;
}

.footer-menu {
  text-align: center;
  margin-bottom: 30px;
  background-color: rgba(237, 54, 67, 0.7);
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 25px 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-right: 35px;
}

section.footer-section .footer {
  padding: 100px 0 80px 0;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.footer-menu ul li:hover a {
  border-bottom: 1px solid #fff;
}
/* ******************************************************************* */
/* ************************Common************************************ */

section {
  position: relative;
  float: left;
  width: 100%;
}

.pdf-open-modal {
  height: 60vh;
  width: 100%;
}

.modal-header .custom-close {
  padding: 1rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.catalogue-sub-head {
  position: absolute;
  width: 100%;
  bottom: -35px;
}

.price-ran ul {
  padding-left: inherit;
  margin-bottom: 0;
}

.price-ran ul li {
  padding: 9px 15px;
  border: 0;
  list-style-type: none;
  margin-bottom: 5px;
  background-color: white;
  border-radius: 15px;
  transition: all 0.3s, opacity 0.3s;
}

.price-ran ul li:hover {
  box-shadow: 0 0px 3px rgb(228, 38, 53), 0 0 4px rgb(228, 38, 53);
  color: #e42635;
  transform: scale(1);
  transition: all 0.3s, opacity 0.3s;
}

.product-list-modal .modal-dialog {
  max-width: 500px;
}

.font-14 {
  font-size: 14px !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.product-list-modal .modal-header {
  background-color: #e42635;
}

.product-list-modal .modal-header .modal-title {
  color: #fff;
}

.product-list-modal .modal-content .modal-footer button.btn {
  border: 1px solid #e42635 !important;
  background-color: #e42635 !important;
  color: #fff !important;
  border-radius: 15px;
  font-weight: 500;
}

.product-list-modal .modal-content .modal-footer button.btn:hover {
  border: 1px solid #e42635 !important;
  color: #e42635 !important;
  background-color: #fff !important;
}

.product-list-modal .modal-content {
  background-color: #ccc;
}
div#successfullysendmsgmodal .modal-content {
  padding: 0rem 1rem 1rem 1rem;
  background-color: #e52635;
}
div#successfullysendmsgmodal .send-message-button {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: #e52635;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}
/* ****************************************************************** */
/* *********************************************************************about us page **************************************************************** */
/* ************************Banner************************************ */

.about-us-banner {
  background: url("../images/about-us-banner.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.about-us-banner .heading-section h2 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.work-with-us {
  padding: 0px 0 100px 0;
}
/* ****************************************************************** */
/* ************************about us************************************ */

.about-us-section .asc-heading .heading-section h2:after {
  position: absolute;
  content: url(../images/dotted.png);
  bottom: -40px;
  width: 100%;
  height: 43px !important;
  /* background: url("../images/dotted.png") no-repeat; */
  left: 0;
}

.about-us-section .asc-heading p {
  font-size: 20px;
}
/* ****************************************************************** */
/* ************************testimonials************************************ */

.testi_omials {
  margin: 25px 90px 0px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  line-height: normal;
  text-align: center;
}

.testi-monials .testi_omials .testimonial-text {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0px;
  font-style: italic;
  padding: 0px 40px 30px;
  position: relative;
  text-align: justify;
}

.testi_omials .testimonial-text:before {
  content: "\f10d";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
  left: 0;
  position: absolute;
}

.testi_omials .testimonial-text:after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  position: absolute;
  right: 0;
  font-size: 30px;
}

.testi-monials {
  background-image: url("../images/testimonials-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testi-monials .heading-section h2 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.testi_omials .testimonial-title {
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.testi_omials .job-title {
  font-weight: 900;
  font-size: 16px;
  color: #ccc;
  font-style: normal;
  text-align: center;
}
/* ****************************************************************** */
/* ************************Work with us************************************ */

.work-with-us .work-image {
  padding: 10px 30px;
}

.work-with-us .work-text {
  padding: 0px 30px;
}

.work-with-us .work-text h2 {
  text-transform: uppercase;
  color: #666666;
  text-align: left;
  font-size: 34px;
  font-weight: 400;
}

.work-with-us .work-text p {
  font-size: 16px;
  color: #999999;
  text-align: left;
}

.work-button a {
  background: #ffffff;
  color: #e52635;
  border: 1px solid #e52635;
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}

.work-button {
  padding: 25px 10px;
}

.work-button a:hover {
  background-color: #e52635;
  border: 1px solid #e52635;
  color: #fff;
  transition: all 0.5s ease 0s;
}
/* ****************************************************************** */
/* ***********************************************************************contact us page ********************************************************************* */

.contact-us-form .contact-form label {
  color: #666666;
}

input#name::placeholder,
input#phone::placeholder,
input#email::placeholder,
textarea#message::placeholder {
  color: #bfbfbf;
}

.send-message-button {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 0.675rem 1.2rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: #e52635;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}

.send-message-button:hover {
  background-color: #ffffff;
  border: 1px solid #e52635;
  color: #e52635;
  transition: all 0.5s ease 0s;
}

.contact-form-contact-info h4 {
  font-size: 28px;
  color: #666666;
}

.contact-us-form .main-heading {
  color: #666666;
}

.contact-form-contact-info p .icon {
  top: -6px;
  position: relative;
  /* width: 0px; */
  font-size: 30px;
  color: #e52635;
}

.contact-form-contact-info p span {
  font-size: 16px;
  color: #666666;
}

.contact-us-banner {
  background: url("../images/contact-us-banner.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.contact-form-bg {
  background-color: #e52635;
}
/* ************************************************************************************************************************************************************* */
/* ****************************************************************COA PAGE ************************************************************************************* */

.c-o-a .services-2 {
  -webkit-box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24),
    0 0 8px rgba(10, 16, 20, 0.12);
  -moz-box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24),
    0 0 8px rgba(10, 16, 20, 0.12);
  box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24), 0 0 8px rgba(10, 16, 20, 0.12);
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
  padding: 30px;
  margin-bottom: 30px;
}

.c-o-a .services-2 .icon span {
  font-size: 50px;
  color: #e52635;
}

.text.media-body {
  margin-top: 15px;
}

.text.media-body h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  color: #e52635;
  white-space: nowrap;
}

.text.media-body-1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.text.media-body-1 h5 {
  font-size: 13px;
  color: #999999;
  font-weight: 400;
}

.text.media-body-links > a {
  border-radius: 50%;
  color: #999;
  display: inline-block;
  font-size: 27px;
  height: 50px;
  margin: 10px 3px;
  overflow: hidden;
  padding: 4px 0px;
  transition: all 0.6s ease 0s;
  width: 50px;
  border: 1px solid #999;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: white;
}

.text.media-body-links > a:hover {
  color: #fff;
  border: 1px solid #e52635;
  background-color: #e52635;
}

.c-o-a .services-2:hover {
  box-shadow: 0 3px 8px rgb(229, 38, 53, 0.24), 0 0 8px rgb(229, 38, 53, 0.12);
  background-color: #e52635;
  border: 1px solid #e52635 !important;
}

.c-o-a .services-2:hover .text.media-body h3 {
  color: #fff;
}

.c-o-a .services-2:hover .text.media-body-links > a {
  color: #fff;
  border: 1px solid #fff;
  background-color: #e52635;
}

.popup-clss .modal-header {
  background-color: #e42635;
  color: #fff;
}

.popup-clss .modal-body {
  text-align: left;
}

.popup-clss .modal-body ul {
}
.popup-clss .modal-body ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.popup-clss .modal-body ul li span {
  font-weight: 600;
}
.popup-clss .modal-body ul li span.spmdiv {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.popup-clss .close span {
  color: #fff;
  outline: none;
}

/* ************************************************************************************************************************************************************** */
/* ****************************************************************Product List*********************************************************************************** */

.price-range .services-2 {
  -webkit-box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24),
    0 0 8px rgba(10, 16, 20, 0.12);
  -moz-box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24),
    0 0 8px rgba(10, 16, 20, 0.12);
  box-shadow: 0 3px 8px rgba(10, 16, 20, 0.24), 0 0 8px rgba(10, 16, 20, 0.12);
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
  padding: 30px;
  /* margin-bottom: 30px; */
  cursor: pointer;
  position: relative;
}

.price-range .services-2:hover .range-images {
  transform: scale(1.1);
  transition: all 0.6s, opacity 0.3s;
}

.price-range .services-2 .range-images {
  transition: all 0.6s, opacity 0.3s;
}

.price-range .services-2:hover {
  box-shadow: 0 3px 8px rgb(229, 38, 53, 0.24), 0 0 8px rgb(229, 38, 53, 0.12);
}

.price-range .services-2.hover .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #fff;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(50%, 50%, 0);
  transform: translate3d(50%, 50%, 0);
  opacity: 0;
  position: absolute;
  overflow: hidden;
}

.price-range .services-2.hover .overlay h2 {
  background-color: transparent;
  color: #fff;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%, -400%, 0);
  transform: translate3d(-150%, -400%, 0);
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.price-range .services-2.hover:hover .overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
/* ************************************************************************************************************************************************************** */
/* ***************************************************************catalogue*************************************************************************************** */

.catalogue-section .services-2 {
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.6s, opacity 0.3s;
  -moz-transition: all 0.6s, opacity 0.3s;
  -ms-transition: all 0.6s, opacity 0.3s;
  -o-transition: all 0.6s, opacity 0.3s;
  transition: all 0.6s, opacity 0.3s;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
}

.catalogue-section .services-2:hover {
  transition: all 0.6s, opacity 0.3s;
}

.catalogue-section .services-2:hover .text.media-body-links {
  transform: scale(1.1);
  transition: all 0.6s, opacity 0.3s;
}

.text.media-body-links {
  transition: all 0.6s, opacity 0.3s;
  cursor: pointer;
}

.theme-button {
  background-color: #e52635;
  color: #fff;
  border: 1px solid #e52635;
}

.theme-button:hover {
  background-color: #c12b37;
  color: #fff;
  border: 1px solid #c12b37;
}

.catalogue-section .services-2.hover .overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #fff;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(50%, 50%, 0);
  transform: translate3d(50%, 50%, 0);
  opacity: 0;
  position: absolute;
  overflow: hidden;
}

.catalogue-section .services-2.hover .overlay h2 {
  background-color: transparent;
  color: #fff;
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-150%, -400%, 0);
  transform: translate3d(-150%, -400%, 0);
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.catalogue-section .services-2.hover:hover .overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.catalogue-section .services-2.hover .overlay a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  height: 50px;
  margin: 50px 3px;
  overflow: hidden;
  padding: 4px 0px;
  transition: all 0.6s ease 0s;
  width: 50px;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.catalogue-section .services-2.hover .overlay a:hover {
  background-color: #e52635;
}
section.footer-section.set-bg .card {
  padding: 20px;
  margin: 0px 25px;
  background-color: #ff394594 !important;
  color: #fff !important;
}
.foot-adrs {
  display: flex;
}

.marq-line {
  background: #e52635;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  padding: 3px 0 2px;
  margin-top: -1px;
}

section.footer-section .footer h2 {
  font-size: 2.3rem;
  text-align: center;
}

section.footer-section .footer h2 span {
  font-size: 2rem;
  text-align: center;
  display: block;
  margin-top: 5px;
}

/* ************************************************************************************************************************************************************** */
