html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
[data-aos]{
	overflow: hidden !important;
}
body{
    font-family: Benton, Arial, Sans-Serif;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);
}
b{
    font-weight: bold;
}
a{
    text-decoration: none;
    color: inherit;
}
h1{
    /* text-align: center; */
    color: #fff;
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 25px;
}
h2{
    color: #4d5e3a;
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 25px;
    /* text-align: center; */
}
h3{
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2rem;
}
h4{
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: bold;
	margin: 20px 0;
}
header{
	padding: 10px 0;
}
.navbar .logo{
    width: 80px;
}

.banner {
    height: 90vh;
    background-image: url('../images/Accents_Kingsland_July2021pic-24-copy-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}
.banner::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99;
    content: '';
}
	.banner.gallery-banner{
    background: #4d5e3a;
    height: auto;
    padding: 150px 0;

}
.banner.gallery-banner h1{
    text-align: center;
    color: #fff;
}
.banner .content{
    position: relative;
    z-index: 999;
}
.banner .content p{
    display: block;
    font-weight: bold;
    /* text-align: center; */
    color: #fff;
    margin-bottom: 25px;
}
.banner a.contact-btn{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
	border-radius: 8px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.banner a.contact-btn:hover{
   background : #fff;
   color: #4d5e3a;
	transition: 0.3s ease-in-out;
}
.about-us{
    padding: 100px 0 50px 0;
    
}
.about-us img{
    width: 100%;
    border-radius: 20px;
}
.about-us .col-md-6{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.about-us .col-md-6:first-child{
    padding-right: 100px;
}
header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255);
    z-index: 99999;
}
header.sticky{
	position: fixed;
}
header .navbar-nav{
    width: 100%;
    justify-content: center;
}
header .navbar-nav .nav-item{
    padding: 10px 7px;
}
header .navbar-nav .nav-item a{
    color: #4d5e3a;
    font-weight: bold;
    position: relative;
	
	margin: 0 15px;
}
header .navbar-nav .nav-item a:hover{
    color: #ccc;
}

header #navbarScroll .collapse-btn{
    margin-left: auto;
}
header .navbar-nav .nav-item .pay-rent{
    padding: 9px 24px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    
}
header .collapse-btn {
    color: #fff;
    padding: 5px 15px;
    border-radius: 11px;
    border: 1px solid #fff;
}
header .navbar-nav .nav-item a.nav-link{
	padding-left:0;
	padding-right: 0;
}
header .navbar-nav .nav-item a.nav-link:hover{
		color: #4d5e3a;
}
header .navbar-nav .nav-item a.nav-link::after{
	position: absolute;
	left: 0;
	bottom:0;
	content: '';
	width: 0;
	height: 2px;
	background: #4d5e3a;
	transition: 0.3s ease-in-out;
	
}
header .navbar-nav .nav-item a.nav-link:hover::after{
	width: 100%;
	transition: 0.3s ease-in-out;
}

.banner .search .nav-tabs {
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
}
.banner .search .nav-tabs .nav-item{
    padding: 0px 30px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
    border : 0;
}
.banner .search{
    position: absolute;
    width: 85%;
    bottom: -165px;
    left: 50%;
    transform: translateX(-50%);
} 
.banner .search .nav-tabs .nav-link {
    color: #fff;
    padding: 17px 10px;
    font-weight: bold;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
}

.banner .search .nav-tabs .nav-link:hover,
.banner .search .nav-tabs .nav-link.active{
    border-bottom: 2px solid #fff;

}

header .navbar-nav .nav-item a.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
}


header .navbar-nav .nav-item a.nav-link svg {
    margin-right: 10px;
}

.services a.explore-services{
    width: 200px;
    text-align: center;

}

.property-to-sell .sell-property:hover {
    border: 2px solid #e7c873;
}

.banner .search .tab-content{
    background: #000;
    margin-top: 0 !important;
    padding: 20px;
    border-radius: 0px 13px 13px 13px;
}
.banner .search .tab-content form[name='search-form']{
    display: flex;
    justify-content: space-between;
}
.banner .search .tab-content form[name='search-form'] label{
    display: block;
    color: #969696;
}
.banner .search .tab-content form[name='search-form'] input,.banner .search .tab-content form[name='search-form'] select{
    background-color: transparent;
    color: #fff;
    border: 0;
    text-decoration: none;
    outline: none;
    padding: 7px 0;
}  
.banner .search .tab-content form[name='search-form'] .form-field{
    border-right: 1px solid rgba(255,255.0.2);
}
.banner .search .tab-content form[name='search-form'] input[type='button']{
    padding: 11px 30px;
    border: 1px solid rgba(255,255,255, 0.2);
    border-radius: 10px;
    margin: 0 4px;
}
.banner .search .tab-content form[name='search-form'] ::placeholder {
    color: #fff;
}

.banner .search .tab-content form[name='search-form'] ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
} 
.banner .search .tab-content form[name='search-form'] .form-field:nth-child(2),.banner .search .tab-content form[name='search-form'] .form-field:nth-child(3){
    padding-left: 40px;
    border-left: 1px solid;
}
.banner .search .tab-content form[name='search-form'] input{
    position: relative;
}

/* .banner .search .tab-content form[name='search-form'] input::before{
    content: '';
    width: 20px;
    height: 10px;
    display: inline-block;
    top: 0;
    background: url(../images/Icon.svg);
    /* baround: red; */
    /* left: 0;
    position: absolute; */

/* } */ 
.banner .search .tab-content form[name='search-form'] input[name='search']{
    background: #E7C873;
    color: #1a1a1a;
}

.recent-searches{
    display: flex;
    padding-top: 25px;
}
.recent-searches ul{
    display: inline-flex;
    gap: 20px;
}
.recent-searches li{
    padding: 8px 35px;
    border-radius: 12px;
    background-color: #E9E9E9;
}
.recent-searches span{
    margin-right: 20px;
}
.recent-searches .more-searches {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    border-radius: 35px;
    height: 35px;
    background: #1A1A1A;
    margin-left: 20px;
}
.recent-searches .more-searches i{
    color: #fff;
}
.content-section{
	padding: 100px 0;
}
.content-section p{
	margin-bottom: 20px;
}
/******************************  Services   ******************************/
.services p{
    text-align: center;
    margin-bottom: 2rem;
}
.services .service-list{
    display: flex;
    padding-top: 60px;
	padding-bottom: 50px;
    justify-content: space-between;

}
.services .service-list li a{
	padding: 50px;
}
.services .service-list li a:hover{
	color: #fff;
	
}
.services .service-list li.aos-animate {
    display: flex;
 
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 30%;
    background: #4d5e3a;
    
    color: #fff;
    border-radius: 20px;
	transition: 0.3s ease-in-out;
	
}
.services .service-list li.aos-animate:hover {
	transition: 0.3s ease-in-out;
	box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 4px 6px 20px 4px rgba(0, 0, 0, 0.19);
}

.services .service-list h3{
    padding: 20px 0;
  
}

.services .service-list img{
    width: 90px;
    
}
.services a.explore-services{
    position: relative;
    color: #fff;
    transition: 0.3s ease-in-out;
    border: 1px solid #E7C873;
    background-color: #E7C873;
    text-decoration: none;
    padding: 15px 40px 15px 30px;
    border-radius: 12px;    
    margin: 0 auto;
    width: 210px;
    display: block;
    
}
.services a.explore-services:hover{
    border: 1px solid #E7C873;
    color: #E7C873;
    background-color: #fff;
    transition: 0.3s ease-in-out;
}
.services a.explore-services::after{
    content: '>';
    position: absolute;
    padding: 0 15px
}
.service-section .service{
	padding: 15px 0;
}
.download_btn{
	display: block;
	font-weight:bold;
	text-decoration: underline;
}
.highlight-section{
    padding-bottom: 60px;
}
.highlight-section p,.trusted-section p{
    text-align: center;
    margin-top: 20px;
}
.highlight-section .project-list a{
    cursor: pointer;
    text-decoration: none;
}
.highlight-section .project-list {
    display: flex;
    gap : 15px;
    padding-top: 40px;
    flex-wrap: wra;
}
.highlight-section .project-list  li{
    position: relative;
}
.highlight-section .project-list  li::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.highlight-section .project-list  .list-cnt{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.highlight-section .project-list h3{
    color: #fff;
    margin-top: 40px;
    margin-bottom: 12px;
}   
.highlight-section .project-list li {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: 390px;
    width: 100%;
  
}

.highlight-section .project-list img{
    width : 100%;
    position: relative;
}
.highlight-section .project-list .card::after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    content: '';
    border-radius: 15px 15px;
}
.highlight-section .project-list  .list-cnt span{
    display: block;
    padding: 10px 0;
}
.highlight-section .project-list  .list-cnt span.rate{
    font-size: 25px;
    font-weight: bold;
    line-height: 2rem;
    padding-top: 0;
}
.highlight-section .project-list  .list-cnt  .btm-content{
    position: absolute;
    bottom: 40px;
}
.trusted-section{
    padding: 80px;
}
.recommented-sellers{
    padding: 60px;
    background-color:#F9F9F9;
    text-align: center;
}
.recommented-sellers .seller-list{
    display: flex;
    gap: 12px;
    padding: 50px 0;
    justify-content: center;
    flex-wrap: wrap;
    

}
.recommented-sellers .seller-list > li{
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #E9E9E9;
    text-align: center;
    width: 25%;
}
.recommented-sellers .location{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.recommented-sellers .location li{
   padding: 5px 15px;
   color: #fff;
   background-color: #E7C873;
   border-radius: 13px;
}
.recommented-sellers .seller-list h5{
    font-size: 17px;
    font-weight: bold;
    padding-top: 15px;
}
.recommented-sellers .seller-list span{
    padding: 8px;
    display: inline-block;
}
.recommented-sellers .seller-list > li > span:first-child{
    color: #fff;
    background-color: rgb(255, 205, 3);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
}
.recommented-sellers .seller-list .more-details {
    display: flex;
    font-size: 12px;
    justify-content: center;
    gap: 12px;
}
.recommented-sellers .seller-list > li.pro span:first-child{
    background: linear-gradient(310deg,#fe792f 100%,#ee569f 0);
}
.trusted-section .project-list li{
    height: auto;
    clip-path: none;
    width: 100%;
}
.trusted-section.highlight-section .project-list li::after{
    background: none;
}
.trusted-section.highlight-section .card{
    border: 0;
    border-radius: 15px;
    width: 100% !important;
    transition: 0.5s ease-in-out;
}
.trusted-section.highlight-section  .card img{
    border-radius: 15px 15px 0 0;
}
.trusted-section.highlight-section .card-body{
    border: 1px solid #E9E9E9;
    background:#fff;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    z-index: 9;
 
}
.trusted-section.highlight-section .project-list a:hover{
    color: #1A1A1A;
    
}
.trusted-section.highlight-section .project-list a:hover .card::after{
    transition: 0.5s ease-in-out;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); ;
}
.trusted-section.highlight-section .project-list h3{
    color: inherit;
    margin: 20px 0;
}
.trusted-section.highlight-section .project-list span{
    margin-bottom: 10px;
    display: block;
}
.trusted-section.highlight-section .project-list span.rate{
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.highlight-section .project-list .list-cnt .btm-content span:last-child{
    padding-top: 0;
}
.download-app{
    padding: 50px 0 100px 0;
    text-align: left;
    color: #fff;
}
.download-app h2{
    text-align: left;
    line-height: 3.5rem;
}
.download-app .wrap-content{
    display: flex;
	flex-wrap: nowrap;
    align-items: center;
    background: #eee;
    border-radius: 15px;
    
}

.download-app .wrap-content .content{
    padding: 50px;
	width: 56.2%
}

.download-app .wrap-content .appstore{
    padding: 20px;
    display: flex;
    gap: 20px;

}
.property-to-sell{
    background: url('../images/sell-property.png');
    padding: 205px 0;
    color: #fff;
    text-align: center;
}
.property-to-sell h2{
    color: #fff;
}
.property-to-sell a{
    padding: 13px 30px;
    background-color: #E7C873;
    color: #1A1A1A;
    border: 1px solid #E7C873;
    display: inline-block;
    margin-top: 55px;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
}
.property-to-sell .sell-property:hover{
    border: 1px solid #E7C873;
    color: #E7C873;
    background: transparent;
    transition: 0.5s ease-in-out;
}
.property-to-sell .sell-property i{
    margin-left: 10px;
}
.testimonial-section{
    padding:60px 0;
    position: relative;
}
.testimonial-section::before, .testimonial-section::after {
    position: absolute;
    content: '';
    background:#78938e;
    height: 100%;
    
    top: 0;
    z-index: -1;
    border-radius: 0 0 15px 0;
}
.testimonial-section::before{
    width: 49.5%;
}
.testimonial-section::after {
    right: 0;
    width: 21.6%;
    border-radius: 0 0 0 15px;
}
.testimonial-section .item{
    display: flex;
    gap: 40px;
    align-items: center ;
}
.testimonial-section .testmonial-image{
    width: 50%   
}
.testimonial-section .testmonial-image img{
    clip-path: circle(38% at 52% 50%);
    width: 600px;
}
.testimonial-section .testmonial-content{
    width: 50%;
}
.testimonial-section .testmonial-content p{
    border: 5px solid #78938e;
    border-radius: 20px;
    width: 75%;
    color: #78938e;
    padding: 100px 50px 50px;
    text-align: center;
    position: relative;
}
.testimonial-section .testmonial-content p::after{
    content: '';
    background: url(../images/left-quote-svgrepo-com.svg);
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.blog{
    background: #F9F9F9;
}

.blog.trusted-section.highlight-section .project-list h3{
    text-align: center;
}

/**************************     Listing page     **************************/
.property-listing{
    padding: 200px 0 80px 0;
}
.property-listing .search-item{
    margin-bottom: 25px;
}
.property-listing .card{
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    background: rgba(229, 228, 226, 0.2);
    border: none;
}.property-listing .card img{
    border-radius: 15px 0 0 15px;
    width: 30%;
}
.property-listing .card .card-body{
    padding: 30px;
}
.property-listing .card .card-body span{
    font-size: 13px;
    color: #808080;
}

.property-listing  .col.search-item{
    flex: none;
}
.property-listing .list-group-item{
    /* display: flex;
    flex-direction: column;
    /* padding: 10px0; */
    justify-content: center; 
    border: 0;
    background: transparent;
    /* padding: 7px 17px; */;
    padding: 0;
    margin: 4px 0;
    border-radius: 35px;
    
}
.property-listing .card .card-body .list-group{
    padding: 20px 0;
}
.property-listing .card .card-body .list-group-item span{
    font-size: 12px;
    line-height: 24px;
}
.property-listing .card .card-body span.price{
    font-weight: bold;
    font-size: 16px;

    line-height: 24px;
}
.property-listing .card .card-body .main-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-listing .card .card-body .list-group-item span:nth-child(2) {
    font-weight: bold;
    background: #E9E9E9;
    padding: 5px 10px;
    border-radius: 15px;
}
.property-listing .feature-area{
    display: flex;
        justify-content: space-between;
        align-items: end;
}
.property-listing .feature-area button{
    background: none;
    padding: 12px 28px;
    border:  none;
    color: #fff;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}
.property-listing .feature-area button{
    border: 1px solid #808080;
    color: #808080;
    
}
.property-listing .feature-area button:hover{
    background: #808080;
    color: #fff;
}
.property-listing .feature-area button:hover{
    transition: 0.3s ease-in-out;
}

/*******************   Registration Form   *******************/
.wpcf7-response-output{
	color: #0000;
}
.registration-frm{
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.registration-frm form{
    padding: 30px 0;
}
.registration-frm form ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
  }
  
  .registration-frm form ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ccc;
  }
.registration-frm form label{
    padding-bottom: 8px;
}
.registration-frm form label, .registration-frm form input{
    width: 100%;
    border: 0;
    margin-bottom: 5px;
    outline: none;
    font-size: 21px;
}
.registration-frm form input{
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.registration-frm .bg-section{
 
    height: 100%;
    background-image: url('/assets/images/register.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.filter-categories{
    padding: 100px 0;
}
.filter-categories .categories,.filter-categories .categories-list{
    margin-top: 60px;
}
.filter-categories .categories li{
    padding: 12px;
}
.filter-categories .categories li .cat-card{
    position: relative;
}
.filter-categories .categories li .cat-card a::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 998;
    content: '';
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.filter-categories .categories li .cat-card a:hover::after{
    background-color: rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
}
.filter-categories .categories li .cat-card a,.filter-categories .categories-list li .cat-card a{
	display: block;
	cursor: pointer;
}
.filter-categories .categories li .cat-card span{
    position: absolute;
    color: #fff;
    font-weight: bold;
	font-size: 24px;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  

}
.filter-categories .categories li .cat-card img{
    position: relative;
    z-index: 99;
}
.filter-categories .categories-list li .cat-card img{
	
	width: 100%;
}

.footer{
    padding: 60px;
    background-color: #F9F9F9;
}
.footer .find-areas .col-md-12{
    display: flex;
}
.footer .find-areas .col-md-12 .footer-menu{
    width: 33.3%;
}
.footer .find-areas .col-md-12 .footer-menu-links{
    color: #1A1A1A;
    list-style: none;background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 0;
}
.footer .find-areas .col-md-12 .footer-menu-links a{
    color: #1A1A1A;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}
/* .footer .appstore{
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
} */
.footer .appstore a{
    width: 50%;
}
.btm-footer {
    padding: 40px 0;
	border-top: 1px solid #4d5e3a;
	color: #4d5e3a;
}
.btm-footer .socialmedia-links {
    list-style: none;
    display: flex;
    gap: 25px;
    font-size: 20px;
	color: #4d5e3a;
}
.btm-footer .socialmedia-links a:hover{
	color: #bbb;
}
.btm-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btm-footer a.footer-logo{
	width: 130px;
}


.get-touch-form .wrap-content img{
	border-radius: 15px 0 0 15px;
}
.get-touch-form .input-wrapper p{
    display: flex;
	
	width: 100%;
	gap: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.get-touch-form  .wpcf7-form-control-wrap{
	width: 100%;
}
.get-touch-form .input-wrapper input{
	padding: 18px 10px 3px;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
	width: 95%;
	outline: none;
}
.get-touch-form .input-wrapper:nth-child(2) input {
    width: 90%;
}
.get-touch-form input[type=submit]{
	background: #4d5e3a;
	border: 1px solid #4d5e3a;
	color: #fff;
	padding: 12px 35px;
    margin-top: 25px;
	transition: 0.3s ease-in-out;
	border-radius: 8px;
}
.get-touch-form input[type=submit]:hover{
	background: none;
	color: #4d5e3a;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #4d5e3a;
	border: 0;
}
@media(max-width: 1400px){
	h1 {
		color: #fff;
		font-size: 3.5rem;
		line-height: 4.5rem;
		margin-bottom: 15px;
	}
	h2{
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 20px;
	}
	header{
		padding: 10px 0;
	}
	.navbar .logo {
		width: 80px;
	}
	.services .service-list img {
		width: 60px;
	}
	.btm-footer a.footer-logo {
		width: 100px;
	}
	.btm-footer {
		padding: 20px 0;
	}
	header .navbar-nav {
		justify-content: end;
	}
	
}
@media(max-width: 1200px){
	header .navbar-nav .nav-item a{
		margin: 0 5px;	
	}
	.about-us .col-md-6:first-child {
		padding-right: 20px;
	}
	.about-us {
		padding: 60px 0 30px 0;
	}
	.services .service-list li.aos-animate{
		padding: 20px;
	}
	.services .service-list{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.download-app{
		padding: 30px 0 60px;
	}
	.download-app .wrap-content{
		display: block;
	}
	.download-app .wrap-content img{
		width: 100%;
		border-radius: 15px 15px 0 0;
		height: 65vh
	}
	.download-app .wrap-content .content{
		width: 100%;
	}
	
}
@media(max-width: 992px){
	h1 {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
	h2{
		font-size: 2rem;
		line-height: 3rem;
	}
	header{
		padding: 0;
	}
	.banner{
		height: 55vh;
	}
	.services .service-list li.aos-animate{
		width: 48%;
	}

	.services .service-list{
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	.services .service-list li.aos-animate{
		padding: 20px 10px 10px 10px;
		width: 48%;
	}
	    .services .service-list img {
        width: 40px;
    }
	.download-app .wrap-content img{
		height: 55vh;
	}
	.btm-footer span{
		font-size: 12px;
	}
	.get-touch-form .input-wrapper p{
		margin-bottom: 10px;
	}
	.get-touch-form input[type=submit]{
		padding: 8px 35px;
	}
	.services p {
		margin-bottom: 1rem;
	}
	.services .service-list h3{
		padding: 10px 0;
	}
	.navbar .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar .navbar-toggler:hover span,
.navbar .navbar-toggler:focus span {
    background: #000;
}
 
/* rotate first span */
.navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}


.navbar .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
}
@media (max-width: 768px){
	.content-section{
	padding: 50px 0;
}
	.about-us p{
		margin-bottom: 20px;
	}
	.services .service-list li.aos-animate{
		width: 100%;
	}
	.get-touch-form .input-wrapper p{
		display: block;	
	}
	.get-touch-form .input-wrapper:nth-child(2) input,.get-touch-form .input-wrapper input{
		width: 100%;
	}
	.download-app .wrap-content img {
        height: 81vh;
    }
}
@media (max-width: 680px){
	.btm-footer .container{
		flex-wrap: wrap;
	}
	.btm-footer .socialmedia-links{
		width: 100%;
		padding: 25px 0;
		justify-content: center;
	}
	    .download-app .wrap-content img {
        height: 29vh;
    }
	.download-app .wrap-content .content{
		padding: 50px 20px;
	}
}
@media(max-width: 575px){
	.download-app h2{
		font-size: 1.8rem;
		line-height: 3rem;
	}
	    h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
	.content-section{
	padding: 25px 0;
}
	header{
		position: relative;
	}
	.banner{
		height: auto;
		padding: 50px 0;
	}
	.banner.gallery-banner{
		padding: 75px 0;
	}
	.filter-categories {
    padding: 40px 0;
}
	.filter-categories .categories, .filter-categories .categories-list {
    margin-top: 20px;
}
}