@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

header {
    padding: 20px 0;
    position: fixed;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #252525;
}

header.affix {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
/*     padding: 15px 0; */
    z-index: 22;
    transition: .3s;
}

.logo-img {
    height: auto !important;
     max-width: 200px; 
}

 .logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
} 

/* header.affix .logo-img {
    height: 50px;
} */

.nav-bar-top .logo-img {
    display: none;
}

.nav-bar ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}

.nav-bar ul li {
    list-style-type: none;
    margin-right: 60px;
}

.nav-bar ul li:last-child {
    margin-right: 0;
}

.nav-bar ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.section-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000000;
}

.about-sec {
    padding: 100px 0 80px;
}

.about-content {
    padding-left: 100px;
}

.about-sec .section-head {
    font-weight: 600;
    font-size: 48px;
}

.about-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.about-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.about-card {
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 18px 22px;
    max-width: 300px;
}

.about-card:last-child {
    margin-bottom: 0;
}

.about-card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom:0;
    text-align:center;
}

.about-box-wrap {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.team-sec {
    max-width: 1070px;
    margin: auto;
    margin-top: 70px;
}

.team-sec p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.theme-btn {
    padding: 25px 40px;
    border-radius: 24px;
    background-color: #89B300;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    margin: auto;
    display: flex;
    align-items: center;
    width: fit-content;
}

.why-clients-sec {
    background-color: #004515;
    padding: 90px 0;
}

.why-clients-sec .section-head {
    color: #89B300;
    margin-bottom: 60px;
}

.why-clients-sec .section-head span {
    color: #fff;
    display: flex;
}

.why-card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;
    max-width: 300px;
}

.why-card {
    margin-bottom: 30px;

}

.why-card p::after {
    background-color: #A5C04E;
    content: '';
    position: absolute;
    height: 81px;
    width: 5px;
    left: 0;
    top: 7px;
    transform: rotate(180deg);
}

.why-client-img {
    height: 615px;
    width: 615px;
    background-color: #296423;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-client-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    padding: 35px;
}

.delivering-service {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #FFFFFF;
}

.delivering-service span {
    color: #A5C04E;
}

.service-sec {
    padding: 90px 0;
}

.service-sec .section-head {
    color: #000;
    margin-bottom: 60px;
}

.service-sec .section-head span {
    color: #1D7236;
    display: flex;
}

.service-img {
    border-radius: 15px;
    height: 700px;
    margin: 80px 0;
    width: 100%;
    overflow: hidden;
}

.service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service-card {
    padding: 60px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 480px;
}

.service-card:hover {
    border: 1px solid #A5C04E;
}

.service-card svg {
    margin-bottom: 18px;
}

.service-card h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.service-list-sec .section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-card {
    border-radius: 25px;
    padding: 65px 50px;
    background-color: #1D7236;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    margin-bottom: 30px;
}

.post-card:nth-child(2):last-child {
    margin-bottom: 0;
}

.post-card p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
}

.post-completion-wrap {
    max-width: 990px;
    margin: auto;
}

.promise-sec {
    padding: 90px 0;
    background-color: #004515;
}

.promise-sec .section-head {
    color: #fff;
    text-align: center;
}

.promise-card {
    border-radius: 20px;
    padding: 50px 25px 25px;
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: center;
    margin-bottom: 15px;
}

.promise-card:hover {
    background-color: #215E20;
}

.promise-card svg {
    display: flex;
    flex-shrink: 0;
}

.promise-card h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.promise-card p {
    color: #fff;
    font-size: 18px;
}

.legal-academy-sec {
    padding: 110px 0;
}

.legal-academy-sec .section-head {
    color: #000;
    margin-bottom: 60px;
}

.legal-academy-sec .section-head span {
    color: #1D7236;
    display: flex;
}

.academy-text ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 35px;
}

.academy-text ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.academy-img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.academy-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.academy-text {
    max-width: 740px;
    margin: auto;
}

.academy-text h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px;
    max-width: 500px;
}

.academy-text .theme-btn {
    border-radius: 0;
    padding: 15px 40px;
    margin-left: 0;
}

.intership-sec {
    background-color: #0E4A20;
    padding: 120px 130px;
    width: 60%;
}

.intership-sec .section-head {
    color: #89B300;
    margin-bottom: 60px;
}

.intership-sec .section-head span {
    color: #fff;
    display: flex;
}

.intership-sec p {
    color: #fff;
}

.intership-sec h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.application-date-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.application-date {
    padding: 25px 30px;
    background-color: #1F7B3B;
    border-radius: 15px;
}

.application-date p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 0;
}

.application-date p span {
    font-weight: 600;
}

.intership-sec .theme-btn {
    border-radius: 0;
    margin-left: 0;
    padding: 18px 20px;
    display: flex;
    gap: 10px;
}

.apply-form {
    background-color: #012C0E;
    padding: 120px 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;

}

.apply-form .sub-head {
    color: #89B300;
    font-weight: 600;
}

.apply-form p {
    color: #fff;
}

.apply-form-section-wrap {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.ukproperty-sec {
    position: relative;
    overflow: hidden;
}

.form-wrap {
    margin-bottom: 15px;
    text-align:left;
}

.form-wrap input,
.form-wrap textarea {
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #5D7865;
    background-color: #0E371A;
    width: 100%;
    color: #fff;
    outline: none;
}

.apply-form .theme-btn {
    border-radius: 5px;
    padding: 12px 20px;
    width: 100%;
    justify-content: center;
}

.ft-topsec {
    padding: 145px 0;
}

footer {
    background-color: #252525;
}

.ft-topsec h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    line-height: 1.4;
    color: #89B300;
    /*color:#fff;*/
    margin-bottom: 90px;
}
.ft-topsec h6 svg path{
    stroke:#89B300;
}

.ft-topsec .sub-head,
.ft-topsec a {
    color: #CECDCD;
    margin-bottom: 15px;
}

.ft-topsec p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 21.1513px;
    line-height: 1.3;
    color: #CECDCD;
}

.ft-dwnsec {
    padding: 60px 0;
    border-top: 1px solid #3A3A3A;
}

.contact-idwrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.contact-idwrap svg path{
    stroke:#89B300;
}

.contact-idwrap p {
    margin-bottom: 0;
}

.ft-dwnsec p, .ft-dwnsec ul li {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;	
}
.ft-dwnsec ul li{
	font-family: 'Montserrat';
}

.social-media-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
}
.social-media-links a{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #3e484e;
    transition: 0.3s;
}
.social-media-links svg path{
    fill:#89B300;
    
}

footer .logo-img {
    width: 100%;
}

footer .logo-img img {
    width: 100%;
    height: 100%;

}

.home-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-banner {
/*     padding-top: 150px; */
	padding-top: 0 !important;
    overflow: hidden;
    position:relative;
}
.brocher-btn{
    position: absolute;
    bottom: 3rem;
    z-index: 1;
    left: 12rem;
}

.home-banner .swiper-button-prev,
.home-banner .swiper-container-rtl .swiper-button-next,
.home-banner .swiper-button-next,
.home-banner .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.home-banner .swiper-slide img {
    width: 100%;
}

.mx-1400 {
    max-width: 1490px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}
.apply-form-wrap{
    max-width: 460px;
    margin: auto;
}
.intership-datewrap{
    max-width: 670px;
    margin: auto;
}
.sub-head{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #000000;
}
.ft-topsec .sub-head{
    color: #89B300;
    margin-bottom: 15px;
    font-size: 28px;
}
.academy-text ul li svg{
    flex-shrink: 0;
}
.handburger-menu {
    width: 35px;
    height: 30px;
    margin-right: 20px;
    display: none;

}

.handburger-menu .bar {
    background-color: #000;
    height: 3px;
    border-radius: 20px;
    margin-top: 5px;
}

.bar1 {
    width: 100%;
}

.bar2 {
    width: 80%;
}

.bar3 {
    width: 60%;
}
.backdrop {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.backdrop.active {
    visibility: visible;
    opacity: 1;
}
.about-img-mob{
    display:none;
}
.post-text{
    font-size: 20px;
    font-weight: 500;
}
.apply-form-wrap .wpcf7-response-output,.apply-form-wrap .wpcf7-not-valid-tip{
    color:#dc3232;
    font-size:12px;
    margin-top:5px;
}
.apply-form-wrap .wpcf7-response-output{
    color:#fff !important;
}
.swiper-slider-mob{
    display:none;
}

.brocher-btn .theme-btn{
    border-radius: 0;
    margin-left: 0;
    padding: 18px 20px;
    display: flex;
    gap: 10px;
}
.custom-upload input[type="file"] {
  display: none;
}

.custom-upload {
   /*background: #0073aa;*/
  padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #5D7865;
    background-color: #0E371A;
    width: 100%;
    color: #5D7865;
    outline: none;
    cursor:pointer;
    text-align:left;
}