.logo-small
{
    height: 65px !important;
    margin-top: -16px !important;
}

.service-content p
{
    line-height: 30px;
    color: #000 !important;
}

blockquote p
{
    font-size: 21px;
    font-weight: 600;
}

 .footer-menu__dropdown a
 {
         color: #fff;
    line-height: 32px;
 }
 
 blockquote {
    border-left: 5px solid #82533a !important;
}
 
.close-btn
{
    font-size: 30px;
    right: 2%;
    top: 2%;
    background: #bd896e;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    position: absolute;
    display: inline;
    line-height: 25px;
    text-align: center;
}


.modal-body {
    padding: 5px !important;
}
 
 
 .quick_contact a {
  position: fixed;
  width: 45px;
  height: 45px;
  left: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: transform 0.5s ease;
}
.qwhtsapp {
  bottom: 70px;
  background-color: #25d366;
}
.qcall {
  bottom: 120px;
  background-color: #2196f3;
}
.quick_contact_icon {
  margin-top: 10px;
}
.quick_contact a:hover {
  transform: scale(1.1);
}


.service-content {
    border: 1px solid #384b58;
    color: #262323;
    font-family: Raleway-Medium_0;
    font-size: 15px;
    line-height: 31px;
    margin-top: 36px;
    padding: 32px 20px;
    text-align: center;
    display: none;
    background: url(../../../../../../../themes/repairplusnew/images/service-bg.jpg) repeat-x top center;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



.link-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: -22px;
    font-size: 15px;
}

.link-container a {
  text-decoration: none;
  padding: 10px 20px; 
  background-color: #384b58;
  color: white; 
  border-radius: 30px; 
}

.link-container a:hover {
  background-color: #676768; 
}

.footer-underline
{
    text-decoration: underline;
    text-decoration-color: #bd896e;
    text-underline-offset: 5px;
}

.footer-menu__dropdown li
{
    cursor: pointer;
}

.testimonial:before
{
    background: #384b58 !important;
    top: 2% !important;
    left: 1% !important;
}
.testimonial .testimonial-content:after
{
    content: "" !important;
}

.owl-theme .owl-controls .owl-page span
{
background: #384b58 !important;
}

.demo {
    background: none !important;
}












.quick_contact a {
  position: fixed;
  width: 45px;
  height: 45px;
  left: 18px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: transform 0.5s ease;
}
.qwhtsapp {
  bottom: 70px;
  background-color: #25d366;
}
.qcall {
  bottom: 120px;
  background-color: #2196f3;
}
.quick_contact_icon {
  margin-top: 10px;
}
.quick_contact a:hover {
  transform: scale(1.1);
}


.thumb {

  border: 1px solid #ccc; /* Optional: border */

}

.thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
}

.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire container */
  filter: brightness(50%); /* Darken the image */
}

.thumb .text-content {
  position: relative;
  z-index: 1; /* Ensure the text is above the image */
  color: white; /* Set text color to white for better contrast */
  text-align: center; /* Center the text */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.thumb .text-content p {
  margin: 0; /* Remove default margin */
}



.vc_row.wpb_row.vc_row-fluid {
	background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0 auto;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.dt-sc-image-caption.type6 {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: left;
    min-height: 300px;
    background-size: cover;
    width: 100%;
    float: left;
}	
.dt-sc-image-caption.type6:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition-delay: .4;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    right: 0;
    background: rgba(0,0,0,.3);
    background: -moz-linear-gradient(top,rgba(0,0,0,.25) 25%,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(25%,rgba(0,0,0,.25)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,.25) 25%,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,.25) 25%,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.25) 25%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.25) 25%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#ffffff',GradientType=0);
}
.dt-sc-image-caption.type6:before {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.dt-sc-image-caption.type6 .dt-sc-image-caption-inner-wrapper {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    z-index: 9;
	width: 100%;
    height: 100%;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper {
    margin-bottom: 20px;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper {
    position: relative;
	top: 120px;
    z-index: 9;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #92a9ba;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper span {
    margin: 0;
    z-index: 3;
    position: relative;
    line-height: 60px;
    font-size: 20px;
    color: #414141;
}
.fa-home:before {
    content: "\f015";
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 50%;
    width: 40px;
	height: 40px;
	object-fit: contain;
	background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.column img, .vc_column_container img, .wpb_column img {
    display: inherit;
    height: auto;
    max-width: 100%;
}
.dt-sc-image-caption.type6 .dt-sc-image-content {
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 0;
}
.dt-sc-image-caption .dt-sc-image-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.dt-sc-image-caption.type6 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: inherit;
    z-index: 3;
    text-transform: capitalize;
    margin-bottom: 0;
    top: 0;
}
.dt-sc-image-caption.type6 h3 a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 220px 20px 20px;
	z-index: 10;
}
.dt-sc-image-caption.type6 h3 a:hover {
//	background-color: rgba(0,0,0,0.2);
	color: #bd896e;
}

.heading_title
{
    text-decoration: underline;
    text-decoration-color: #bd896e;
    text-underline-offset: 5px;
    font-weight: 600 !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 450px !important;
    }
}

.projects-box
{
    margin-bottom : 30px;
}

.projects-title
{
    background: #384B58;
    top: 0;
    padding: 10px;
    margin-top: -2px;
    color: #fff; 
    text-align:center;
}

.projects-img
{
     min-height: 200px; 
     background-size: cover; 
     width: 100%;     
}



.demo{ background: #f4f7fa; }
.testimonial{
    background: #fff;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
}
.testimonial:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #0d8a63;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.5;
    z-index: -1;
}
.testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}
.testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 30px;
}
.testimonial .testimonial-content{
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
}
.testimonial .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .content{
    display: inline-block;
    margin: 10px 0;
}
.testimonial .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #0d8a63;
}
@media only screen and (max-width: 479px){
    .testimonial .testimonial-content:after{
        content: "";
    }
}

.choose-us li
{
    list-style: none;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}

.mission-vision
{
    background: #384B58;
    text-align: center;
    padding: 35px;
    color: #fff;
    box-shadow : 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius : 2px;
    border-left: 5px solid #82533a;
}

.mission-vision-p
{
    color: #fff !important;
}

.mission-vision-h5
{
    color: #fff !important;
}

.mission-vision-i
{
    color: #fff !important;
}

.recent_work_box
{
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); 
   border-radius: 5px;
   transition: .3s;    
}

.recent_work_box:hover
{
  box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
  transform: scale(1.05,1.05);
}