body {
font-family: "Quicksand", sans-serif;
font-weight: 400;
color: #000;
position: relative;
background-color: #fff;
}
a {
color: #e11f26;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Quicksand", sans-serif;
font-weight: 400;
color: #000;
}
p, li, ul{
font-size: 1.2rem;
}
.text-logo-red {
color: #d7001d;
}
.bg-logo-red {
background-color: #d7001d;
}
.bg-red-light {
background: #fff9fa;
}
.card-avdesigns {
border: 1px solid #cccccc;
padding: 1rem;
box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05)
}
.round-50 {
border-radius: 50px;
}
ul.list-dot,ul.list-square {
  list-style: none;
  padding-left: .5rem;
  margin-top: 20px;
}
ul.list-dot li,ul.list-square li {
  position: relative;
  padding-left: 20px;
}
ul.list-dot li:before, ul.list-square li:before {
  content: "";
  background-color: #e11f26;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
ul.list-dot li:before {
  border-radius: 50%;
}
ul.list-dot > li + li, ul.list-square > li + li {
  margin-top: 6px;
}
/*index hero*/
.navbar .navbar-nav .nav-link {
font-weight: 600;
font-size: 16px;
}
.navbar .navbar-nav .btn-chat {
background-color: #d7001d;
}
.hero-static-image {
background: url("../img/hero-shape.png") center center/cover no-repeat local;
height: 850px;
}
.testimonial-section-avdesigens .fst-italic {
font-size: 18px;
}
.testimonial-section-avdesigens .carousel-indicators {
position: absolute;
right: 0;
bottom: -50px;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.testimonial-section-avdesigens .carousel-item {
padding: 0px 10px
}
.testimonial-section-avdesigens .testimonial-single-box {
box-shadow: 0 0 24px rgb(0 0 0 / 13%);
padding: 10px 0 10px 20px;
position: relative;
border-radius: 20px;
overflow: hidden;
z-index: 1;
transition: .5s;
background: #fff9fa;
margin-bottom: 20px;
border: 1px solid #dc3545;
}
.testimonial-section-avdesigens .testimonial-single-box:before {
position: absolute;
content: "";
top: 0;
left: 30px;
height: 100%;
width: 70%;
background: #fff4f4;
transform: skewX(-79deg);
z-index: -1;
transition: .5s;
}
.testimonial-section-avdesigens .testimonial-thumb-content {
margin-left: 22px;
}
.testimonial-section-avdesigens .thumb-title .author {
font-size: 22px;
/*margin: 10px 0 7px;*/
margin: 30px 0 7px;
font-weight: 600;
color: #464646;
}
.testimonial-section-avdesigens .thumb-title .designation {
color: #6d6d6d;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
font-style: normal;
}
.testimonial-section-avdesigens .testimonial-single-content-text p {
width: 96%;
margin: 23px 0 25px;
line-height: 1.7;
transition: .5s;
}
.testimonial-section-avdesigens .testimonial-single-icon {
position: absolute;
right: 30px;
bottom: 27px;
}
.carousel-indicators [data-bs-target] {
height: 14px;
width: 14px;
border-radius: 10px 0px;
background-color: #ffd1d1;
}
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
position: relative;
background: url("../img/footer-shape.png") right bottom/100% no-repeat local;
padding-top: 50px;
}
.site-footer ul {
list-style: none;
padding: 0;
}
.site-footer p, .site-footer li {
color: #666;
}

@media (max-width: 991px) {
.site-footer .upper-footer {
padding: 0 0 20px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer {
padding: 0 0 10px;
}
}
@media (max-width: 991px) {
.site-footer .upper-footer .col {
min-height: 235px;
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer .col {
min-height: auto;
margin-bottom: 60px;
}
}
.site-footer .widget-title {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.site-footer .widget-title {
margin-bottom: 20px;
}
}
.site-footer .widget-title h3 {
font-size: 24px;
font-size: 1.5rem;
margin: 0;
padding-bottom: 0.4em;
text-transform: capitalize;
position: relative;
}
@media (max-width: 767px) {
.site-footer .widget-title h3 {
font-size: 22px;
font-size: 1.375rem;
}
}
@media screen and (min-width: 1200px) {
.site-footer .about-widget {
padding-right: 45px;
position: relative;
}
}
.site-footer .about-widget .logo {
max-width: 180px;
}
.site-footer .about-widget p {
margin-bottom: 0.8em;
line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.site-footer .link-widget {
padding-left: 20px;
}
}
@media (max-width: 991px) {
.site-footer .link-widget {
padding-left: 0;
}
}
.site-footer .link-widget ul li {
position: relative;
}
.site-footer .link-widget ul a {
color: #666;
}
.site-footer .link-widget ul a:hover, .site-footer .link-widget ul li:hover:before {
color: red;
}
.site-footer .link-widget ul > li + li {
margin-top: 17px;
}
.site-footer .contact-widget li {
line-height: 1.6em;
}
.site-footer .newsletter-widget form {
margin-top: 25px;
position: relative;
}
.site-footer .newsletter-widget form input {
background-color: #fff;
height: 50px;
color: #666;
padding: 6px 20px;
border: 1px solid #e1e1e1;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.site-footer .newsletter-widget form .submit {
position: absolute;
right: 15px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
background: transparent;
border: 0;
outline: 0;
font-size: 20px;
color: #fe6c35;
}
@media (max-width: 767px) {
.site-footer .lower-footer {
text-align: center;
}
}
.site-footer .lower-footer .row {
padding: 20px 0;
position: relative;
}
.site-footer .lower-footer .row .separator {
background: #fde2d8;
width: calc(100% - 30px);
height: 1px;
position: absolute;
left: 15px;
top: 0;
}
.site-footer .lower-footer .copyright {
font-size: 14px;
font-size: 0.875rem;
margin: 0;
display: inline-block;
float: left;
}
@media (max-width: 991px) {
.site-footer .lower-footer .copyright {
float: none;
margin: 7px 0 20px;
}
}
@media (max-width: 767px) {
.site-footer .lower-footer .copyright {
display: block;
float: none;
}
}
.site-footer .lower-footer .social-icons {
display: inline-block;
float: right;
}
@media (max-width: 767px) {
.site-footer .lower-footer .social-icons {
display: block;
float: none;
}
.site-footer .lower-footer .social-icons ul {
display: inline-block;
}
}
.site-footer .lower-footer .social-icons ul {
overflow: hidden;
}
.site-footer .lower-footer .social-icons ul li {
float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
color: #353535;
}
.site-footer .lower-footer .social-icons ul a:hover {
color: #fe6c35;
}
/*page-head*/
.page-title {
  background-color: #fff9fa;
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
}
.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  color: #e11f26;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #283a5e;
}

.page-title .breadcrumb li a:hover {
  color: #e11f26;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  content: "/";
  color: #283a5e;
  padding: 0;
  position: absolute;
  left: -8px;
  top: 2px;
}