:root{
    --theme-color: #d82026;
    /* --secondary-color: #fcc87f; */
    --secondary-color: #3ab54a;
    --third-color: #05455d;
    --hover-color: #230023;
}

.bg-theme{
    background-color: var(--theme-color);
}

.bg-theme2{
    background-color: var(--secondary-color);
}

.text-theme{
    color: var(--theme-color);
}

.text-theme2{
    color: var(--secondary-color) !important;
}

.class-day .btn:hover{
    background-color: var(--secondary-color);
}

 .pt-30{
    padding-top: 30px;
 }
 .pt-60{
    padding-top: 60px;
 }

 .section-padding{
    padding-top: 60px;
    padding-bottom: 60px;
 }
.logo img{
    max-width: 100%;
    height: auto;
    max-height: 85px;
}

.header-btn{
    border: 1px solid var(--theme-color);
    color: #fff;
    background-color: var(--theme-color) !important;
    margin-right: 10px !important;
}

.header-btn:hover{
    color: var(--theme-color) !important;
    background-color: #fff !important;
}


.header-btn2{
    padding: 10px 31px !important;
    text-transform: capitalize !important;
    cursor: pointer;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 30px;
    border: 1px solid var(--secondary-color);
    color: #fff;
    background-color: var(--secondary-color) !important;
}

.header-btn2:hover{
    color: var(--secondary-color) !important;
    background-color: #fff !important;
}

/* Common button style improvements */
.header-btn,
.header-btn2 {
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Elevation */
    transition: all 0.3s ease-in-out;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Text depth */
}

/* Hover animation - elevate & scale */
.header-btn:hover,
.header-btn2:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

/* Header-btn (Volunteer) */
.header-btn {
    border: 1px solid var(--theme-color);
    background: linear-gradient(135deg, var(--theme-color), #ff7f50);
    color: #fff !important;
    margin-right: 10px !important;
}

.header-btn:hover {
    background: #fff !important;
    color: var(--theme-color) !important;
}

/* Header-btn2 (Donate) - stronger attention */
.header-btn2 {
    padding: 12px 35px !important;
    font-size: 16px !important;
    border-radius: 50px;
    border: none;
    background: linear-gradient(135deg, var(--secondary-color), #ff3b3b);
    color: #fff !important;
    position: relative;
    animation: pulse 1.5s infinite; /* Attention pulse */
}

.header-btn2:hover {
    background: #fff !important;
    color: var(--secondary-color) !important;
}

/* Pulse animation for Donate button */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(255, 59, 59, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 59, 0); }
}


@media only screen and (min-width: 1200px){
.section-tittle h2 {
    font-size: 36px;
}
}

.support-location-img img{
border-radius: 5px;
}

.services1-active button.slick-arrow{
        background: var(--theme-color);
    
    width: 40px;
    height: 40px;
    padding: 6px 10px;
    border-radius: 50%;
}

.services1-active button.slick-arrow i {
color: #fff !important;
}

.slider-height2{
    height: 400px;
    padding-top: 100px;
}

.header-v2{
    position: absolute;
    width: 100%;
    background-color: #00000075;
    height: auto;
    z-index: 1;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* .main-header .main-menu ul>li{
    margin: 0 12px;
    
} */

.main-header .main-menu ul>li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.donate-section {
    background-color: #044760;
    position: relative;
    overflow: hidden;
}

.donate-section .section-title {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.donate-section .section-title h2 {
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 14px 0;
    color: #ffffff;
}

.donate-section .section-title p {
    max-width: 650px;
    margin: auto;
    color: #ffffff;
}

.donate-section .section-title .donate-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #ffffff;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.default-shape img {
    position: absolute;
    bottom: 0;
    right: 20px;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.default-shape img:last-child {
    position: absolute;
    bottom: 0;
    left: 20px;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.donate-section .white-shape {
    position: absolute;
    top: 0;
    left: 0;
}
.pt-200 {
    padding-top: 200px;
}
.pb-100 {
    padding-bottom: 100px;
}

.pb-60{
    padding-bottom: 60px;
}


/***** Section *****/
.bg-1{
    background-color: rgb(4 69 89 / 8%);
}
/***** End Section *****/


/***** First Section *****/
.solve-item {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    border: 1px dashed #cccad7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    box-shadow: 0 0 10px #ccd9dd;
}

.solve-item h3 {
    font-size: 20px;
    font-family: "Muli", sans-serif;
    color: #2f2c52;
    font-weight: bold;
    margin: 20px 0 8px 0;
}

.solve-item p {
    font-size: 15px;
    margin: 0 0 0 0;
}

.solve-item .icon img{
width:80px;
	height:80px;
}

.solve-area-content span {
    font-size: 16px;
    color: var(--theme-color);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.solve-area-content h3 {
    font-size: 38px;
    margin: 10px 0 15px 0;
}

.solve-area-content p {
    /* margin-bottom: 0; */
}

.blog_details p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 80px;
    text-align: justify;
}

.solve-area-content .solve-btn {
    margin-top: 30px;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.solve-area-content{
    margin-bottom: 30px;
}
.default-btn:hover{
    background-color: #fff;
    color: var(--theme-color);
}

.optional-btn {
    border: 1px solid var(--secondary-color);
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff !important;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.optional-btn:hover{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.hero-caption .optional-btn, .hero-caption .default-btn, .support-caption .optional-btn{
    display: inline !important;
}
/***** End First Section *****/



/***** Section *****/
.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.team-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.team-item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-item .image img {
    width: 100%;
}

.team-item .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.team-item .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.team-item .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.team-item .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #2f2c52;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-item .content {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.team-item .content h3 {
    margin-bottom: 0;
    font-family: "Muli", sans-serif;
    font-size: 25px;
}

.team-item .content span {
    display: block;
    color: #ff6015;
    font-size: 14px;
    margin-top: 10px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    font-size: 16px;
    color: #ff6015;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 15px 0 20px 0;
}

.section-title p {
    max-width: 650px;
    margin: auto;
}
/***** End Section *****/



/***** Section *****/
/* Add this CSS to your custom stylesheet or style tag */
.testimonial-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  background-color: #f9f9f9;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px; */
}

.testimonial img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section-title-v2{
        position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.section-title-v2 h2:after {
    left: 50%;
    margin-left: -68px;
}

.section-title-v2 h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    filter: contrast(0) brightness(0);
    width: 136px;
    height: 1px;
    background: url(../img/sec-title-decoration.png);
}

.testimonial p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}

.testimonial h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial span {
  font-size: 14px;
  color: #777;
}
/* Assuming your parent container has the class "slider" */
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    position: absolute;
    top: 50%;
  background-color: var(--theme-color);
  width: 40px;
  left: 0;
  height: 40px;
  padding: 6px 5px;
  font-family: "Font Awesome 5 Free"; /* Replace with the actual font family you're using */
  font-size: 20px;
  color: #fff; /* Arrow color */
  content: "\f053"; /* Replace with the Font Awesome icon code for your desired arrow */
  z-index: 1;
  border-radius: 50%;
  outline: none; 
  border: 1px solid var(--theme-color);
}

.testimonial-slider .slick-next{
    content: "\f054";   
    right:0;
    left: auto;
}

/* Optional: Style the arrow on hover */
.testimonial-slider .slick-prev:hover,.testimonial-slider .slick-next:hover {
  color: var(--theme-color);
  background-color: #fff;
  cursor: pointer;
}


/***** End Section *****/

.footer-logo img{
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.footer-bottom-area{
    border-top: 1px solid #bbbbbb;
}

.footer-wrapper .footer-bottom-area .footer-border {
    padding-top: 15px;
    padding-bottom: 0;
}

.footer-contact-ul li{
    margin-bottom: 20px;
}

.footer-wrapper{
    background: #003143;
}



/***** Section *****/
.news-section .blog_item{
    box-shadow: 0 0 10px #eee;
}
/***** End Section *****/

/***** Section *****/
@keyframes moveScale {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(0.6);
    }
}
@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes moveBounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/***** End Section *****/

/***** Section *****/
.contact-info-address {
    padding: 30px;
    background-color:  var(--third-color);
}

.contact-info-address h3 {
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.contact-info-address p {
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.contact-info-address .info-contact {
    position: relative;
    margin-bottom: 16px;
}

.contact-info-address .info-contact i {
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 16px;
}

.contact-info-address .info-contact h3 {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
}

.contact-info-address .info-contact span {
    font-size: 14px;
    color: #d0ccee;
    font-weight: 400;
}
/***** End Section *****/


/***** Section *****/
.barfiller .tip{
    background-color: var(--theme-color);
}


.mobile_menu{
    transform: translateY(-50%);
    top: 50%;
}

.slicknav_menu{
    background-color: transparent;
}

.slicknav_nav {
    width: 100%;
    right: 0;
    left: 0;
    top: 65px;
    position: absolute;
    color: #fff;
    margin: 0;
    z-index: 999999999;
    background: #010101;
    font-size: .875em;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.slicknav_nav > li{
    padding: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a,
.slicknav_nav > li > a {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.slicknav_nav .slicknav_item a{
    border-bottom: 0px solid;
}

.slicknav_nav > li .header-right-btn{
    padding:10px;
}

@media screen and (max-width: 768px){
    .hero-caption{
        padding-top: 90px;
    }
    

    .slicknav_menu .slicknav_icon-bar{
        width: 35px !important;
        height: 4px !important;
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.4em;
}
.slicknav_btn{
    background-color: transparent !important;
    margin: 0 35px !important;
    top: -5px;
}

.header-area .header-bottom{
    padding-top: 10px !important;
}


}


@media (max-width: 575px){
.slider-area .hero-caption p {
    margin-bottom: 25px;
    font-size: 21px;
}
}


@media screen and (max-width:1400px){
    .main-header .main-menu ul>li{
        margin: 0px 10px;
    }
}

@media screen and (min-width:1401px){
    .main-header .main-menu ul>li{
        margin: 0px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.main-header .main-menu ul>li {
    margin: 0px 3px;
}
}
@media  screen and (max-width: 992px){

    .slicknav_menu .slicknav_menutxt{
        display: none;
    }

    .slicknav_menu .slicknav_icon{
        margin:0 !important;
    }

    .slicknav_menu{
        padding: 0!important;
    }
}

#back-top{
    border: 1px solid var(--theme-color);
}

#back-top:hover{
    background-color: #fff;
}

#back-top:hover a i{
color: var(--theme-color);
}

.single-gallery-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.single-gallery-box::before {
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    background-color: #ff6015;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-gallery-box .gallery-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    color: #2f2c52;
    font-size: 18px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
}

.single-gallery-box:hover::before {
    opacity: .85;
    visibility: visible;
}



.single-gallery-box:hover .gallery-btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.single-gallery-box .gallery-btn:hover {
    color: #ffffff;
    background-color: #2f2c52;
}


img {
    max-width: 100%;
    height: auto;
}

.sec-padd {
    padding: 80px 0;
}

.feature-style-one {
    margin-bottom: 55px;
}

.center {
    text-align: center;
}

.thm-btn {
    position: relative;
    background: var(--secondary-color);
    font-size: 14px;
    line-height: 46px;
    border-radius: 4px;
    color: #ffffff;
    border: 2px solid var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
/***** End Section *****/




/*============= default-form ===============*/


.default-form {
  position: relative;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form p {
  margin-bottom: 6px;
}

.default-form input[type="text"],
.default-form input[type="file"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #fff;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 115px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
    height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #00923f;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #00923f;
  box-shadow: none;
}



.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #00923f;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

 

.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #949494;
  padding: 13px 15px;
  border: 1px solid #eee;

}

.default-form .bs-caret {
  display: none;
}

.default-form .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    top: 50px;
    transform: scaleY(0);
        transform-origin: top center;
    transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}

.default-form .dropdown-menu>li>a {
  padding: 8px 15px;
}

.default-form .dropdown-menu>li>a:focus {
    background-color: #fff;
    color: #303030;
}
.default-form .dropdown-menu>li>a:hover {
    background-color: #00923f !important;
    color: #fff !important;
}


.al-ll{
        align-items: center;
    display: flex;
    width: 100%;
    height: 100%;

}

.p-3{
    padding: 1.5rem;
}

.p-4{
    padding: 2.3rem;
}


.list-style-one li {
  position: relative;
  font-size: 16px;
  color: #949494;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: 'Roboto-light';
}

.list-style-one li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  background: var(--secondary-color);
  transform: rotate(-45deg)
}

.list-style-one li span {
  color: #000;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}

.content-sec{
    display: flex;
    height: 100%;
    align-items: center;
}

@media screen and (min-width:768px) {
    .content-sec{
    justify-content: end;
    padding-left: 25px;
}
}


/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #00923f;
    background: none;
    border: none;
    font-size: 18px;
}



/***** Section *****/

/***** Shine IMage Section *****/
/* Shine */
.image figure {
  margin: 0 0 1rem;
  position: relative;
}

.service_slider_wrapper .image figure img {
  float: none !important;
}

.image figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



.image {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.image:before {
  position: absolute;
  content: '';
  left: 80px;
  top: 0;
  right: 80px;
  bottom: 0;
  border: 10px solid var(--theme-color);
}

.image img {
  position: relative;
  outline: 10px solid #f5f5f5;
  outline-offset: -35px;
}

/***** End Shine IMage Section *****/



.main-title {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: var(--theme-color);
    z-index: 9;
}
.main-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 42%;
    transform: translateX(-50%);
    background: #dedede;
}
.main-title:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--theme-color);
    right: 0px;
    left: auto;
    bottom: -3px;
    animation: pulsex 5s ease infinite alternate;
}

  @keyframes pulsex {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100px)
    }
}

/***** End Section *****/


/***** Section *****/

.section-title .sm-title {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: var(--secondary-color);
    z-index: 9
}


.section-title .sm-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #dedede
}

.section-title .sm-title:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--secondary-color);
    right: 0px;
    left: auto;
    bottom: -3px;
    animation: pulsex 5s ease infinite alternate
}

.section-title.left .sm-title:before {
    left: 0;
    transform: unset
}

@keyframes pulsex {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100px)
    }
}

.title-sm {
    font-weight: 400;
    position: relative;
    z-index: 2;
    display: inline-block
}

.section-title.text-left{
    text-align: left;
}

.section-title.v2{
    margin-bottom: 20px;
}


.section-title.v2 .sm-title{
    margin-bottom: 0;
}

.title-sm:before {
    content: '';
    background: var(--secondary-color);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    z-index: -1
}

.title-sm.banner:before {
    bottom: 19px
}

@media screen and (max-width: 991px) {
    .title-sm.banner:before {
        bottom:7px
    }

    .title-sm:before {
        bottom: 3px
    }
}

.services-area1 .properties .properties-card .properties-img img{
    aspect-ratio: 5/3;
    object-fit: cover;
}

/***** End Section *****/


/***** Section *****/
.blog_item .card-img{
    aspect-ratio: 5/3;
    object-fit: cover;
}
/***** End Section *****/

.whatsapp-fixed {
    position: fixed;
    bottom: 4%;
    left: 2%;
    z-index: 111;
}

.header-btn3{
    padding: 10px 31px !important;
    text-transform: capitalize !important;
    cursor: pointer;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 30px;
    border: 1px solid var(--third-color);
    color: #fff;
    background-color: var(--third-color) !important;
}

.header-btn3:hover{
    color: var(--third-color) !important;
    background-color: #fff !important;
}
