body {
    font-family: "Nunito Sans", sans-serif;
}

.btn-primary {
    border-radius: 50px;
    padding: 0px;
    background: linear-gradient(310deg, rgba(225, 27, 29, 1) 0%, rgba(2, 172, 237, 1) 100%);
    border: 0px;
    font-weight: 600;
    display: inline-flex;
    align-self: center;
}
.navbar-toggler-icon{
    color: #fff;
}

.btn-primary i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.btn-primary:hover i {
    transition: all 0.3s ease-in;
    transform: rotate(0deg);
}

.btn-download {
    padding: 15px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.btn-download span i {
    margin-left: 20px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.btn-download:hover {
    border: 2px solid #e11b1d;
    color: #e11b1d;
    transition: all 0.3s ease-in;
}

.btn-download:hover span i {
    transition: all 0.3s ease-in;
    transform: rotate(0deg);
}

.btn-primary span {
    background-color: #e11b1d;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.btn-primary h6 {
    font-weight: 600;
}

.fw-600 {
    font-weight: 700;
}

.font-secondary {
    color: #1a1a1a;
}

header {
    position: relative;
}

header .top-menu {
    background-color: #02aced;
}

header .top-menu ul {
    display: inline-flex;
    list-style: none;
    margin: 0px;
}

header .top-menu ul li a {
    text-decoration: none;
}

header .top-menu ul li {
    padding: 5px 15px;
    border-right: 1px solid #fff;
}

header .top-menu ul li:last-child {
    border: 0px !important;
}

header .top-menu ul li a {
    color: #fff;
}

header .main-menu .navbar-brand {
    position: absolute;
    max-height: 117px;
    padding: 20px;
    left: 0px;
    top: -40px;
    background-color: #fff;
}

header .main-menu {
    background-color: #e11b1d;
}

header .main-menu .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
	font-weight: bold;
}

.slider-wrapper .slider-card {
    background-color: #ddd;
    min-height: calc(100vh - 114px);
   
    background-size: cover;
    background-position: center;
}

.slider-wrapper .slider-card h1 {
    font-size: 5vw;
    font-weight: 800;
    color: #e11b1d;
}
.slider-wrapper .slider-card2 {
    background-color: #ddd;
    min-height: calc(100vh - 114px);
    background-image: url(../img/slider1.png);
    background-size: cover;
    background-position: center;
}

.slider-wrapper .slider-card2 h1 {
    font-size: 5vw;
    font-weight: 800;
   color: #e11b1d;
}
.slider-wrapper .slider-card3 {
    background-color: #ddd;
    min-height: calc(100vh - 114px);
    background-image: url(../img/slider.png);
    background-size: cover;
    background-position: center;
}

.slider-wrapper .slider-card3 h1 {
    font-size: 5vw;
    font-weight: 800;
    color: #e11b1d;
}
.feature-wrapper {
    background-color: #e11b1d;
    padding: 50px 0;
}

.feature-wrapper .feature-widget {
    display: inline-flex;
}

.feature-wrapper .feature-widget .feature-icon .icon {
   background-color: #02aced;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    box-shadow: -9px 9px 14px #99070a, 6px -6px 14px #ffffffa6;
}

.feature-wrapper .feature-widget .feature-content {
    color: #fff !important;
    margin-left: 20px;
}

.feature-wrapper .feature-widget .feature-content h2 {
    font-size: 22px;
    font-weight: 600;
}

.feature-wrapper .feature-widget .feature-content p {
    margin-bottom: 0px;
}

.about-wrapper {
    padding: 50px 0;
}

.about-wrapper h2 {
    font-size: 7vh;
}

.brochure-wrapper {
    padding: 50px 0;
    background-color: #000;
    color: #fff !important;
    background-image: url('../img/everything.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.brochure-wrapper h1 {
    font-size: 5vw;
    font-weight: 700;
}

.we-offer-wrapper {
    padding: 50px 0;
}

.we-offer-wrapper .offer-widget {
    border: 1px solid #ddd;
    margin-bottom: 35px;
    border-radius: 10px;
    text-align: center;
}

.we-offer-wrapper .offer-btn .arrow {
    background-color: #e11b1d;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    margin: 0px auto;
}
.we-offer-wrapper .offer-widget  img{
 
    transition:all 0.3s ease-in;
}
.we-offer-wrapper .offer-widget:hover .offer-img img{
    transform: scale(1.1);
    transition:all 0.3s ease-in;
}
.we-offer-wrapper .offer-btn {
    position: relative;
    margin-bottom: -20px;
}

.we-offer-wrapper .offer-btn .arrow i {
    align-self: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.we-offer-wrapper .offer-btn .arrow:hover i {
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
}

.count-wrapper {
    padding: 100px 0;
    background-color: #000;
    color: #fff !important;
    background-image: url('../img/count-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.count-wrapper .count h1 {
    font-weight: 700;
}

.brands-wrapper {
    background-color: #f6f6f6;
}

.brands-wrapper .client-box {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
}

.footer-wrapper {
    padding: 80px 0px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    color: #fff;
}

.footer-wrapper .quick-widget ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.footer-wrapper .quick-widget ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.footer-wrapper .quick-widget ul li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ff2225;
}
.footer-wrapper .quick-widget ul li a {
    text-decoration: none;
    color: #fff;
}


.copyrights {
    background-color: #631013;
    text-align: center;
    padding: 10px;
    color: #fff;
}


.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start; /* for multi-line vertical alignment */
  margin-bottom: 15px;
  color: #fff;
}

.contact-list .icon {
    margin-right: -14px;
    font-size: 16px;
    color: #ff2a2a;
    line-height: 1.5;
    width: 20px;
    text-align: center;
}

.contact-list .text {
  line-height: 1.5;
}


.inner-wrapper {
    padding: 50px 0;
    background-color: #000;
    color: #fff !important;
    background-image: url('../img/everything.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.inner-wrapper h1 {
    font-size: 4vw;
    font-weight: 700;
}

.categories-wrapper {
    padding: 50px 0;
}

.categories-wrapper .categories-widget {
    border: 1px solid #ddd;
    margin-bottom: 35px;
    border-radius: 10px;
    text-align: center;
}

.categories-wrapper .categories-btn .arrow {
    background-color: #e11b1d;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    margin: 0px auto;
}
.categories-wrapper .categories-widget  img{
 
    transition:all 0.3s ease-in;
    width: 100%;
}
.categories-wrapper .categories-widget h2{
    font-size: 24px;
    padding: 10px;
}
.categories-wrapper  .categories-img {
    overflow: hidden;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
.categories-wrapper .categories-widget:hover .categories-img img{
    transform: scale(1.1);
    transition:all 0.3s ease-in;
}
.categories-wrapper .categories-btn {
    position: relative;
    margin-bottom: -20px;
}

.categories-wrapper .categories-btn .arrow i {
    align-self: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}

.categories-wrapper .categories-btn .arrow:hover i {
    transform: rotate(0deg);
    transition: all 0.3s ease-in;
}
.contact-details-wrapper {
    background-color: #e11b1d;
    padding: 50px 0;
}

.contact-details-wrapper .contact-widget {
    display: inline-flex;
}

.contact-details-wrapper .contact-widget .contact-icon .icon {
    background-color: #02aced;
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    box-shadow: -9px 9px 14px #99070a, 6px -6px 14px #ffffffa6;
}

.contact-details-wrapper .contact-widget .contact-content {
    color: #fff !important;
    margin-left: 20px;
}

.contact-details-wrapper .contact-widget .contact-content h2 {
    font-size: 22px;
    font-weight: 600;
}

.contact-details-wrapper .contact-widget .contact-content p {
    margin-bottom: 0px;
}
.form-wrapper {
    padding: 50px 0;
}
.form-wrapper label {
   margin-bottom: 3px;
   font-size: 14px;
   font-weight: 600;
}
.form-wrapper input, .form-wrapper select, .form-wrapper textarea {
  padding: 10px 15px;
}

.dscf7-captcha-container span.dscf7_lt {
    display: block;
    position: relative;
    font-size: 14px !important;
	font-weight: 600;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 18px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination-wrapper .page-numbers.current {
    background-color: #e11b1d;
    color: white;
    border-color: #e11b1d;
    font-weight: 600;
}

.sig-canvas {
touch-action: none !important;
  width: 100%;
  max-width: 300px;
  height: 150px;
  border: 1px solid #000;
}
.sig-area {
  touch-action: none !important;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
.custom-submit-btn {
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(310deg, rgba(225, 27, 29, 1) 0%, rgba(2, 172, 237, 1) 100%);
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-submit-btn .icon {
  background: #e52d27;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: 10px;
}
.caro_p{
	 color: #ffffff;
    font-weight: bolder;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);

}
#carouselExampleIndicators
{
box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);	
}
/* 
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #313131; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 



.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
.loader:before {
	content: "";
	background: inherit;
	opacity: 0.6;
	animation: l1 2s infinite;
}
@keyframes l1 {
	to {transform:scale(3);opacity:0}
} */