


.about-text-area-3 .default-section-title strong {
  color: var(--blackColor);
}

.about-text-area-3 .about-owner-area {
  margin-top: 30px;
}

.about-text-area-3 .about-owner-area .about-owner-left-area img {
  border-radius: 5px;
}

.about-list-3 {
  margin-top: 5px;
}

.about-list-3 ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}

.about-list-3 ul li {
  min-height: 30px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-top: 15px;
  padding-left: 50px;
  width: 250px;
  font-size: 18px;
  font-weight: 800;
  font-family: var(--fontFamily2);
}

.about-list-3 ul li i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 5px;
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
}

.about-img-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*background-image: url("../images/about-images-3.jpg");*/
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.about-img-3 img {
  display: none;
}

.about-img-3::before {
  content: '';
  width: 10%;
  height: 110%;
  background-color: rgba(244, 34, 35, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(10deg) translateY(-50%);
          transform: rotate(10deg) translateY(-50%);
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-list-3 ul li i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    background-color: var(--mainColor);
    position: absolute;
    left: 0;
}



.service-section {
    padding: 106px 0 110px;
    background: #f2f2f2;
}

.service-thumb img {
    width: 100%;
}

.service-content {
    background: url(../images/servie-hover1.png);
    background-repeat: no-repeat;
    padding: 0 34px 20px;
    position: relative;
    z-index: 1;
    margin: -130px 23px 33px;
}

.service-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background: url(../images/service-shape.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: -1;
}

.service-box:hover .service-content::before{
    opacity: 1;
    visibility: visible;
    transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
    height: 100%;
}

.service-icon-thumb {
    background: #ffffff;
    width: 90px;
    height: 100px;
    line-height: 88px;
    text-align: center;
    border-radius: 0px 0px 45px 45px;
    margin-bottom: 30px;
    transition: .5s;
}

.service-box:hover .service-icon-thumb{
    background: #628ac5;
}

.service-icon-thumb img {
    width: auto;
    transition: .5s;
    position: relative;
    top: 0px ;
}

.service-box:hover .service-icon-thumb img{
    filter: brightness(0)invert(1);
}

.service-text a {
    text-decoration: none!important;
}

.service-text h4 {
    line-height: 24px;
    color: #e2e2e2;
    font-weight: 500;
}

.service-text h4 a {
    font-size: 26px;
    font-weight: 500;
}

.service-box:hover .service-text h4 {
    color: #e63a27;
}

.service-text p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 45px;
    position: relative;
}

.service-text p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 310px;
    background: #e8e8e8;
    bottom: -28px;
    opacity: 0.600;
}

.service-text a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
    transition: .5s;
}
.service-box:hover .service-text a {
    color: #628ac5;
}

.service-text a i {
    font-size: 12px;
    margin-left: 8px;
}

/* service box style two */

.service-box {
    margin-bottom: -24px;
}



/*Search bar ends*/

.search-container {
    padding: 20px 0;
}

.search-container .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.search-container .col-lg-3,
.search-container .col-md-6,
.search-container .col-sm-12 {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.search-container .form-group {
    position: relative;
}

.search-container .form-control {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.search-container .form-control::placeholder {
    color: #999;
}

/* Search bar with button styling */
.search-bar {
    display: flex;
    align-items: center;
}

.search-bar .form-control {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}

.search-bar .search-btn {
    border: 1px solid #ddd0;
    border-left: none;
    background-color: #fff0;
    /* border-top-right-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
    /* padding: 10px 20px; */
    cursor: pointer;
    color: #60a8db;
    display: flex;
    align-items: center;
    position: relative;
    right: 35px;
}

.search-bar .search-btn i {
    font-size: 18px;
}

/* Select styling */
.search-container select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .search-container .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .search-container .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .search-container .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-bar {
        flex-direction: column;
    }

    .search-bar .form-control {
        border-radius: 4px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .search-bar .search-btn {
       border-radius: 4px;
        padding: 10px 20px;
        /* width: 100%; */
        border: none;
        position: relative;
        left: 116px;
        bottom: 51px;
        background-color: #ff000000;
    
    }
}


/*Search bar ends*/