@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary: #D3AF37;
	--secondary: #FF69B4;
    --white: #fff;
    --black: #000;
    --gradient: linear-gradient(#f87217, #000) ;
}


body {
    margin: 0;
    padding: 0 !important;
	font-family: "Outfit", sans-serif;
	font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #4034061f;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    border-radius: 13px;
    font-family: "Outfit", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
	text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 10px;
    font-family: "Outfit", sans-serif;
    color: var(--white);
    letter-spacing: 1px;
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Outfit", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Outfit", sans-serif;
  color: #4d5765;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
    text-align: center;
    width: fit-content;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 45px;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 17px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Great Vibes", cursive;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
.logo {
    height: 125px;
    width: 125px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.menubar {
    margin-top: 10px;
}

/* TOPBAR */
.topbar {
    padding: 10px 0;
    border-bottom: 1px solid #5c617f;
}
.support ul {
    column-gap: 30px;
}
.support li {
    display: flex;
    align-items: center;
    column-gap: 15px;
	position:relative;
}
.support li:after {
    position: absolute;
    top: 3px;
    right: -16px;
    content: '';
    height: 30px;
    width: 1px;
    background: #ffffff2b;
}
.support li:last-child:after {
	display:none;
}
.support li p {
    margin: 0;
    color: #ddd;
}
.support li a span, .support li span {
    display: block;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: var(--white);
    font-family: "Great Vibes", cursive;
    font-size: 16px;
}
.support li i {
    background: #ffffff1a;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #dddddd;
}
.socialicon {
    column-gap: 5px;
}
.socialicon a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d3af3726;
    width: 33px;
    height: 33px;
    color: var(
    --white);
    transition: .5s;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
.support li, .support li a {
    color: var(--white);
    font-size: 15.6px;
    letter-spacing: 1px;
}

/* Header */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
header img {
    width: 92px;
}

/* SLIDER SECTION CSS */

.mainslider {
    position: relative;
}
.carousel-content span {
    background: #0000006b;
    color: var(--white);
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-style: italic;
    font-family: none;
}
.mainslider #carouselExampleFade img {
    height: 660px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    object-position: top;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    font-weight: 800;
    width: 55%;
    margin: 0 auto 25px;
    display: block;
    line-height: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}
.mainslider .carousel-caption p {
    margin: 20px 0 30px;
    font-size: 18px;
    line-height: 29px;
}
.carousel-item video {
    filter: brightness(0.7);
    height: 100vh;
    object-fit: cover;
}

/* search section css  */

.search-container {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8;
    width: 85%;
    z-index: 9;
    position: absolute;
    bottom: -125px;
    left: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border: 1px solid #d3af3738;
    transform: translateX(45px);
}

.dropdown {
    padding: 15px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    width: 25%;
}

.search-container .btn {
    width: 21%;
    border-radius: 8px !important;
    padding: 17px 15px;
    margin-top: -15px;
}
.searches {
    width: 100%;
}
.flexmls_connect__search.flexmls_connect__search_new.flexmls_connect__search_new_horizontal.flexmls_connect__search_new_shadow {
    max-width: 100% !important;
    box-shadow: unset !important;
    border: unset !important;
    background: unset !important;
    position: relative;
}
.flexmls_connect__search_new_horizontal .flexmls_connect__search_new_field_group {
    width: 49% !important;
    float: left!important;
}
.flexmls_connect__search_field .select2-container {
    width: 49% !important;
}
.flexmls_connect__search_field.flexmls_connect__search_new_sort_by.flexmls_connect__search_new_field_group {
    position: absolute;
    right: 0;
    top: 0;
}
.flexmls_connect__search_new_title {
    display: none;
}
.flexmls_connect__search form {
    margin-top: -12px;
}
.flexmls_connect__search_results_v2 .flexmls-listings-list-wrapper.flexmls-width-600 {
    justify-content: center !important;
}
.page-id-3803 .col-sm-8 {
    width: 100%;
}

/* home valuation section css  */
.homevaluation {
    background: linear-gradient(45deg, black, #0000000a), url(https://luxorkyhomes.com/wp-content/uploads/2025/08/valuationimg.png);
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.valuationdtls h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 40px;
}
.homeinputs input {
    width: 74%;
    border: 1px solid #d3af3770;
}
.homeinputs {
    width: 85%;
    margin: 0 auto;
    background: #fff;
    padding: 20px 10px 15px 25px;
    border-radius: 10px;
}
.homeinputs .btn-primary {
    background: var(--primary);
    color: var(--white);
    border: unset;
    z-index: 1;
    border-radius: 5px;
    margin-left: 10px;
}

/* lexingto details section  */
.citydetails {
    margin-top: 60px;
    padding: 50px 0;
}
.nearbycities {
    background: #d3af370d;
}
.citydetails .texts {
    color: #000;
    text-align: center;
}
#pills-tab {
    margin-top: 30px;
}
.dtls-info {
    margin-top: 30px;
}
.dtls-info ul li {
    background: var(--white);
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 12px;
    border-radius: 10px;
    border: 1px solid #d3af37;
    color: #000;
    font-size: 17px;
}

/* HOME ABOUT SECTION CSS */

.aboutus {
    padding: 60px 0;
}
.aboutus-content {
    padding-left: 20px;
}
.aboutus-content .leftheading {
    margin-bottom: 15px !important;
}
.aboutus-content .subheading {
    text-transform: capitalize;
    color: var(--primary);
    font-size: 19px;
    position: relative;
    letter-spacing: 2px;
    font-family: none;
    font-style: italic;
    background: #f7f7f7;
    display: inline-block;
    padding: 7px 35px 7px 25px;
    border-radius: 50px;
    font-weight: 800;
    margin-bottom: 18px !important;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    animation: mover 1s infinite alternate;
}
.about-us .aboutus figure.aboutus-img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    animation: mover 1s infinite alternate;
    border-radius: 10px;
}
.moreabout-details {
    margin-top: 60px;
    text-align: center;
    background: #d3af3726;
    padding: 35px 12px;
    border-radius: 10px;
    border: 1px dashed var(--primary);
}
.msnvsn {
    background: #f9f9f9;
    padding: 50px 0;
    margin-top: 60px;
}
.about-msnvsn {
    background: #ffff;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.msnvsn-item figure {
    height: 80px;
    width: 80px;
    background: #d3af372e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    outline: 1px solid var(--primary);
    outline-offset: 5px;
}
.msnvsn-desc h3 {
    font-size: 25px;
    margin-bottom: 12px !important;
}
.msnvsn-item img {
    width: 50px;
}
@keyframes mover{
	0%{
		transform:translateY(0);
}
	100%{
		transform:translateY(-10px);
}
}
.about-content .leftheading {
    margin-bottom: 20px !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
    color: #182220;
}
.about-content .subheading:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: #f87217c4;
    border-radius: 50%;
}
.about-content .subheading {
    background: #f8721714;
    display: block;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.about img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.about figure{
overflow: hidden;
position: relative;
}
.aboutlogo {
    position: absolute;
    top: 54%;
    left: 42%;
    transform: translate(-50%,-50%);
}
.aboutlogo img {
    width: 110px;
    height: 110px;
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: rotateInfinite 5s linear infinite;
}
.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}
.about-content {
    padding-left: 20px;
}
.about-content .btn {
    margin-top: 15px;
}

/* WHY CHOOSE SECTION CSS */
.whycoose {
    padding: 50px 0 60px;
    background: #f2f6f7bd;
}
.whycoose-item {
    background: var(--white);
    text-align: center;
    padding: 20px 15px 25px;
    height: 100%;
    border-radius: 8px;
}
.whycoose-item h3 {
    font-size: 21px;
    margin: 0 0 13px;
}

/* rooms section  */
.rooms {
    padding: 60px 0 0;
}
.rooms .row {
    row-gap: 10px;
}
.aboutrooms {
    border-radius: 8px;
    position:relative;
}
.room-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 20px 20px 30px 20px;
}
.flexmls_connect__search_results_v2 .flexmls-listings-list-wrapper.flexmls-width-600 {
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
}
.flexmls_connect__sr_pagination {
    margin-top: 30px;
}
.flexmls_connect__idx_disclosure_text.flexmls_connect__disclaimer_text {
    display: none;
}
a.flexmls-btn.flexmls-btn-primary.flexmls-btn-sm.flexmls-primary-color-background {
    background: var(--primary) !important;
    font-size: 17px;
    font-weight: 500 !important;
    padding: 10px 30px !important;
}
.flexmls_connect__search_results_v2 .flexmls-title-and-login-wrapper .flexmls-title {
    color: var(--black) !important;
    font-size: 30px;
}

/* VIDEO SECTION CSS */
.video.text-center video {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.video a {
    border: 1px solid var(--white);
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    animation: playbtn 3s linear infinite forwards;
}
.video a i {
    font-size: 18px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
.video a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
    border: 1px solid var(--white);
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}





/* CAUSE SECTION CSS */

.cause {
    background: #f872170d;
    padding: 50px 0 60px;
}
.cause-item {
    box-shadow: 0px 10px 30px 0px #0000000a;
    border: 1px solid #eee9dba1;
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    padding: 20px 15px 24px;
    text-align: center;
    height: 100%;
}
.cause-item img {
    width: 300px !important;
    height: 260px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.cause-info h3 {
    font-weight: 600;
    color: #182220;
    margin: 18px 0 13px;
    font-size: 25px;
}
.cause-info a {
    color: var(--primary);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    margin-top: 13px;
    display: inline-block;
    border-radius: 6px;
    border-bottom: 2px solid var(--primary);
}
.cause .row {
    row-gap: 20px;
}
/* JOIN SECTION CSS */

.join {
    background: linear-gradient(90deg, #00000073, #000000a8), url(../images/experiment-img.png);
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join .subheading {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 10px;
}
.join h2 {
    font-size: 45px;
    font-weight: 600;
    color: var(--white);
    width: 70%;
    margin: 0 auto 15px;
    line-height: 65px;
}

/* TESTIMONIAL SECTION CSS */

.reviews {
    padding: 65px 0 25px;
}
.reviews-info {
    background: var(--white);
    padding: 75px 25px 25px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 290px;
}
.reviews-info p {
    margin: 15px 0;
}
.reviews-info h3 {
    font-size: 18px;
    color: var(--black);
}
.reviews-info figure img {
    width: 80px;
    border-radius: 50px;
}
.reviews-info figure {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-40px);
    box-shadow: 0 21px 10px rgba(4,4,4,.05);
    border-radius: 50%;
    outline: 2px solid #ff69b473;
    overflow: hidden;
    outline-offset: 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.reviews .slick-track {
    margin-top: 50px;
    margin-bottom: 50px;
}
.reviews-info span.starreviews i {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 5px;
}



/* CLIENT SECTION CSS */

.client {
    padding: 50px 0;
}
.client-logo img {
    width: 110px !important;
}
.client-logo {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 15px;
    background: #f8721705;
}

/* CONTACT SECTION CSS */


.homecontact {
    background: #f9f9f9;
    padding: 50px 0 60px;
}
.homecontact .heading {
    color: var(--black);
}
.homecontact form {
    box-shadow: 0 0 15px #00000005;
    padding: 15px;
    border-radius: 6px;
    background: var(--white);
    border: 1px solid #cccccc57;
}
.homecontact form p {
    margin: 0;
}
.contactus_details {
    padding: 26px 30px;
    position: relative;
    border-radius: 8px;
    border: 1px dashed var(--primary);
    margin-bottom: 18px;
}
.contactus_details i {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    height: 90px;
    width: 90px;
    background: #fff0;
    color: var(--primary);
    font-size: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 2px 0 var(--primary);
}
.contactus_details i:after {
    position: absolute;
    content: attr(data-before);
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    opacity: .2;
    transform: rotate(-33deg);
}
.contactus_details p {
    margin: 0;
}
.contactus_details h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    border-left: 3px solid var(--primary);
    padding-left: 12px;
}
.contactus_details p a {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.homecontact form input[type="submit"] {
    width: 100%;
    padding: 11px 20px;
    border-radius: 4px;
    margin-top: 12px;
}
.homecontact form span.wpcf7-spinner {
    float: right;
    margin: 0;
}
.contactus iframe{
	border-radius:6px;
}

.secondary-container.contactus form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
}
.homecontact iframe {
    border-radius: 8px;
}

/* BLOG SECTION CSS */

.homeblog {
    padding: 50px 0 60px;
    background: #f9f9f9;
}
.homebloglist {
    box-shadow: 0 0 12px #ddd;
    background: var(--white);
    border-radius: 10px;
	overflow:hidden;
	height:100%;
}
.homebloglist img {
    width: 100% !important;
    height: 350px;
    object-fit: cover;
}
.date {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--white);
    background: var(--secondary);
    font-size: 18px;
    padding: 3px 15px;
    letter-spacing: .8px;
    border-radius: 50px;
    font-family: "Caveat", cursive;
}
.homeblogbox {
    padding: 30px 15px 20px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
}
.homeblogbox h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

/* highlight section  */

.highlights {
    padding: 50px 0 0;
}
.highlights-list{
    background: var(--white);
    padding: 30px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 14px #03a7f11f;
    border: 1px solid #03a7f133;
}
.highlights-list.text-center:hover figure img{
	transform:rotateY(180deg);
	transition: all .5s ease-in-out;
}
.highlights-list figure {
    height: 90px;
    width: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 3px 3px #03a7f178;
    border: 1px solid #cccccc8c;
}
.highlights-list figure img{
	width:55px;
	transition:all .5s ease-in-out;
}
.highlights .row{
	row-gap:15px;
	justify-content:center;
}

/* newsletter section  */
.newsletter {
    background: #000;
    padding: 50px 0 30px;
}
.newsletter .heading, .texts {
    color: #fff;
}
.newsletter input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 14px;
    border: 0;
    outline: none;
    font-weight: 400;
    border-radius: 10px;
    font-family: "Outfit", sans-serif;
    color: var(--white);
    letter-spacing: 1px;
    display: block;
    width: 100%;
}

/* buy section  */
.buy {
    padding: 60px 0 0;
}
.aboutbuy{
transition:.5s ease-in-out;
position:relative;
overflow:hidden;
border-radius: 8px;
}
.aboutbuy:hover img{
filter:brightness(0.5);
transform:scale(1.05);
transition:.5s ease-in-out;
}
.aboutbuy:hover figure h3{
 top: 36%;
 transition:.5s ease-in-out;
}
.aboutbuy img {
    height: 380px;
    overflow:hidden;
    object-fit: cover;
    filter:brightness(0.7);
    transition: .5s ease-in-out;
}
.aboutbuy figure h3 {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-size: 35px;
    font-family: 'Font Awesome 5 Brands';
    letter-spacing: 1px;
    transition:.5s ease-in-out;
}

/* neighborhoods section  */
.neighborhoods {
    margin-top: 60px;
}
.neighborhoods .col-lg-4 {
    padding: 0;
}
.aboutneighborhoods figure{
position:relative;
overflow:hidden;
transition:.5s ease-in-out;
}
.aboutneighborhoods:hover figure img{
 transform:scale(1.05);
 transition:.5s ease-in-out;
}

.aboutneighborhoods img {
    height: 300px;
    object-fit: cover;
    filter: brightness(0.7);
    transition:.5s ease-in-out;
}
.aboutneighborhoods figure h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-family: 'Font Awesome 5 Brands';
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.neighborhoods .btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 35px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* FOOTER SECTION CSS */

footer {
    background: linear-gradient(45deg, #000000e0, #000000eb), url(../images/footerbg.png);
    padding: 60px 0 0;
    background-size: cover;
    background-position: center;
}
footer img {
    width: 130px;
    margin-bottom: 8px;
}
footer .col-sm-3:first-child p {
    margin: 20px 0 0;
}
.footer-details li {
    display: block;
    margin-bottom: 7px;
    position: relative;
    background: #ff69b40a;
    padding: 15px 7px 15px 68px;
    border-radius: 15px;
    border: 1px solid #ffffff21;
}
.footer-details p {
    margin: 0 0 15px 0;
}
.footer-details li i {
    position: absolute;
    top: 7px;
    left: 15px;
    background: #d3af370d;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
    border-radius: 50px;
    border: 1px solid #ffffff4a;
    font-size: 17px;
}
footer ul li.menu-item a {
    margin-bottom: 10px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer ul li.menu-item a:hover {
    color: var(--secondary);
}

footer h3 {
    color: var(--white);
    padding-bottom: 12px;
    margin-bottom: 28px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: solid 1px #eeeeee26;
}
footer p {
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0 25px;
}
footer ul li, footer ul li a, footer p, footer p a {
    color: var(--white);
    font-weight: 300;
}
footer a.viewmore {
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 10px 0;
    border-top: 1px solid #ffffff0d;
    margin-top: 30px;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 1px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff0f;
    width: 40px;
    height: 40px;
    color: #e3e3e3;
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff78;
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}
.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(45deg, #000000, var(--secondary));
    padding: 170px 0 40px;
    text-align: center;
}
.breadcrumb h1 {
    font-weight: 500;
    font-size: 25px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* WHAT WE ARE PAGE CSS */
.ourmission{
	padding:60px 0;
	margin-top:60px;
	background:#eff2ff;
}
.whatwedo{
    padding: 60px 0 ;
}
.whatwedo .row{
	row-gap:22px;
}
.whatwedo-item {
    background: white;
    box-shadow: 0 0 14px #e1e1e1;
    border-radius: 3px;
    overflow: hidden;
	border: 1px solid #6878d738;
	height:100%;
	position:relative;
}
.whatwedo-item  h3 {
    text-decoration: underline;
    text-underline-offset: 8px;
    margin: 15px 0 60px;
    color: var(--primary);
    font-size: 19px;
}
figure.whatwedo-icon {
    position: absolute;
    z-index: 1;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -43px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 14px #e1e1e194;
    border-bottom: 5px solid #6878d7;
    border-left: 6px solid var(--primary);
    left: 50%;
    top: 0;
    transform: translate(-50%, 55px);
}
.whatwedo-icon img{
    vertical-align: middle;
    width: 50px;
    object-fit: cover;
}
figure.whatwedo-img {
    border-top: 6px solid var(--primary);
    height: 195px;
}
.whatwedo-img img{
	height:100%;
	object-fit:cover;
}
.ourprocess{
	padding:60px 0;
	background: url(../images/servicebg.jpg) no-repeat bottom center / cover;
    background-attachment: fixed;
}
.ourprocess .row{
	row-gap:22px;
}
.ourprocess-item {
    padding: 25px;
    background: white;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.why-choose {
    padding: 80px 0 68px;
    position: relative;
    z-index: 0;
    background: #eff2ff73;
}
.why-choose:after{
	width:34%;
	background:#083962;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:-1;
}
.why-choose-info {
    border-radius: 6px;
    border: 1px solid #6878d754;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	background:#fff;
}
.why-choose-info figure {
    width: 80px;
    height: 80px;
    background: var(--primary);
    border-radius: 50%;
    margin: 20px auto 0;
}
.why-choose-info img{
	width:50px !important;
}
.why-choose-info h3 {
    background: var(--primary);
    color: white;
    padding: 5px;
    margin-top: 17px;
    font-size: 20px;
}
.why-choose-info p {
    margin: 0 13px 25px;
    height: 160px;
    overflow-y: scroll;
    padding: 2px  15px 0 0px;
}
        .why-choose-info p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
            border-radius: 10px;
            background-color:#444;
        }
       .why-choose-info p::-webkit-scrollbar {
            width: 2px;
            background-color: #444;
        }
        .why-choose-info p::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
            background: #777;
        }
.why-choose .whychoosecont {
    padding: 60px 0 10px;
}
.why-choose .whychoose-item {
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.ourprocess-item figure {
    width: 95px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid #6878d738;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
    margin: 10px auto 15px;
    position: relative;
	
}
.ourprocess-item span {
    font-size: 102px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-text-stroke: 1px #6878d738;
    color: transparent;
}
.ourprocess-item h3 {
    font-size: 25px;
    margin: 20px 0 12px;
}
.ourprocess-item img {
    width: 50px;
}
.ourprocess-item{
	border:1px solid #6878d738;
}
/* BLOG PAGE CSS */
.homebloglist-cnt a.readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: "Teko", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.homebloglist ul {
    column-gap: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.startproject {
    padding: 100px 0;
    background: linear-gradient(#00000042, #00000042), url(../images/getstarted-bg.jpg);
    background-attachment: fixed;
    text-align: center;
}
.startproject-cnt{
	width:75%;
	margin:auto;
}
.startproject-cnt .heading {
    margin-bottom: 5px;
}

/* SERVICE DETAILS PAGE CSS */

.service-dtl {
    padding: 50px 0;
    background: linear-gradient(120deg, #6878d70f 45%, #6878d71a 65%, #6878d726 10%);
}
.service-dtl .heading {
    margin-bottom: 10px;
}
.service-dtl .servicedtl-img img{
	width:100%;
	height:auto;
}
.servicedtl-content {
    background: #ffffff8c;
    padding: 25px;
    border-left: 3px solid #6878d775;
    border-radius: 15px;
}

/* CAREERS PAGE CSS */

.career img {
    border: solid 1px var(--primary);
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.career form {
    box-shadow: 0 0 14px #efefef;
    padding: 28px;
    border: 1px solid #6878d726;
    border-radius: 6px;
}
.career div#wpcf7-f156-o1{
    padding: 25px;
    background: #6878d729;
    border-radius: 10px;
    border: 1px dashed #6878d7a6;
    box-shadow: 0 0 10px #e1e1e1;
}
.career div#wpcf7-f156-o1 .wpcf7-spinner{
	display:none;
}
.career .startproject{
	margin-top:60px;
}
.career input, .career textarea{
    margin: 0 0 16px;
}
.career textarea {
    height: 110px;
}
.career input[type="submit"] {
    margin: 0;
}
.career form p {
    margin: 0;
    line-height: normal;
}
.career form label, .career .wpcf7-form-control-wrap{
    display: block;
}
.career form br {
    display: none;
}
.career form label {
    padding-bottom: 10px;
    font-weight: 500;
}



.google-map {
    padding: 0 10px;
    margin-top: 22px;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}

footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}


.featuers-box {
    background-color: #f6fafb;
    padding: 30px;
    border-radius: 5px;
    border: 1px dotted #03a7f1;
}

.featuers-box .icon {
    width: 84px;
    border-radius: 41px;
    margin: 0 auto;
    /* height: 46%; */
    background: white;
    padding: 11px;
    border: 1px solid #03a7f1;
}

/* gallery page  */
.gallerylightboxlist {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.gallery .row {
 row-gap:15px;
}


/* -----end about-us------ */


/* MISSION */
.missions {
    background-attachment: fixed !important;
    background: linear-gradient(90deg, #000000bd, #000000bf), url(../images/msnvsn.jpg) no-repeat center center / cover;
    padding: 65px 0;
    margin-top: 50px;
}
.missions-item {
    background: #00000057;
    padding: 25px;
    border: 1px solid #ffffff2e;
    border-radius: 20px 0 20px 20px;
}
.missions-item p {
    color: #fff !important;
    line-height: 28px;
}
.missions-item figure {
    background: #e3f5fd;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
    margin-bottom: 10px;
}
.missions-item img {
    width: 60px;
}
.missions-item h3 {
    margin: 10px 0 5px;
    color: #ffff;
    font-size: 22px;
    font-weight: 700;
}
.contactus .startproject {
    display: none;
}

.description a {
    position: absolute;
    font-size: 16px;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width:991px){
.hdrlogo {
    height: 95px;
    width: 95px;
}
header img {
    width: 65px;
}
header .col-sm-10 {
    text-align: -webkit-right;
}
#rmp_menu_trigger-573 {
    top: 0 !important;
}
.mainslider .carousel-content {
    width: 70%;
}
.mainslider .carousel-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
}
.mainslider figure img {
    height: 450px;
}
.benefits .row {
    row-gap: 22px;
}
.about-content {
    text-align: center;
}
.cause {
    padding: 30px 0 45px;
}
.cause .row {
    row-gap: 22px;
}
.heading {
    margin: 0 auto 25px;
    font-size: 35px;
    line-height: 40px;
}
.subheading {
    font-size: 20px;
}
.benefits {
    padding: 45px 0;
}
.join {
    padding: 40px 0 70px;
}
.join h2 {
    font-size: 40px;
    width: 100%;
    margin: 0 auto 10px;
    line-height: 50px;
}
.event {
    padding: 40px 0;
}
.testimonial {
    padding: 30px 0;
}
.client {
    padding: 40px 0;
}
.client-logo img {
    width: 80px !important;
}
.missions-item {
    padding: 20px;
}
.missions .row {
    row-gap: 22px;
}
.founder .row {
    row-gap: 22px;
}
}


@media(max-width:767px){
.mainslider .carousel-content {
    width: 100%;
    text-align: center;
}
.mainslider figure img {
    height: 400px;
}
.mainslider .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
}
.benefits-item:before {
    background-size: cover;
}
.about-content .leftheading {
    font-size: 27px;
    line-height: 40px;
}
.join h2 {
    font-size: 35px;
    margin: 0 auto 10px;
    line-height: 45px;
}
.event {
    padding: 20px 0 30px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 30px;
}
.client {
    padding: 30px 0;
}
.missions {
    padding: 45px 0;
    margin-top: 30px;
}
.founder-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.founder {
    padding: 40px 0;
}
.secondary-container.contactus .row {
    row-gap: 22px;
}
.donate-content img {
    width: 100%;
}
}


@media(max-width:568px){
.breadcrumb {
    padding: 50px 0;
}
header .col-sm-2, header .col-sm-10 {
    width: 50%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.mainslider .carousel-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.btn {
    padding: 8px 20px;
}
.mainslider figure img {
    height: 300px;
}
.benefits-item {
    justify-content: space-between;
}
.benefits-item h3 {
    font-size: 25px;
}
.join h2 {
    font-size: 27px;
    margin: 0 auto 5px;
    line-height: 36px;
}
.leftheading {
    font-size: 28px;
    margin-bottom: 5px;
}
.copyright {
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.contactus_details {
    padding: 20px;
    padding-left: 75px;
    border-radius: 10px;
}
.contactus form {
    padding: 25px 25px 20px;
}
.google-map iframe {
    height: 300px;
}
.secondary-container {
    padding: 40px 0;
}
.donate-content h2 {
    font-size: 22px;
    margin-top: 15px;
}
}

@media(max-width:414px){
.hdrlogo {
    height: 85px;
    width: 85px;
}
header img {
    width: 60px;
}
.mainslider figure img {
    object-position: right;
}
.container{
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
}
.about-content .leftheading {
    font-size: 20px;
    line-height: 30px;
}
.join h2 {
    font-size: 22px;
    margin: 0 auto 5px;
    line-height: 30px;
}
.leftheading {
    font-size: 23px;
    margin-bottom: 5px;
}
.heading {
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 30px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, -0.25rem) !important;
    padding-left: var(--bs-gutter-x, -0.25rem) !important;
}
}
