/*********************  Default-CSS  *********************/

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"],
a[href],
input[type='submit'],
input[type='button'],
input[type='image'],
label[for],
select,
button,
.pointer {
    cursor: pointer;
}

::-moz-focus-inner {
    border: 0px solid transparent;
}

::-webkit-focus-inner {
    border: 0px solid transparent;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    line-height: 1.3;
    overflow-x: hidden;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.no-list li,
.no-list ul,
.no-list ol,
footer li,
footer ul,
footer ol,
header li,
header ul,
header ol {
    list-style: inside none none;
}

.no-list ul,
.no-list ol,
footer ul,
footer ol,
header ul,
header ol {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.clr:after,
.clearfix:after,
.container:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
    margin:5px 0px;/* added on 29may23*/
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body p {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
}

.hidden {
    display: none !important;
}

body .container {
    width: 100%;
    max-width: 1630px;
}


/*********************  scroll Hide  *********************/

html.show-menu {
    overflow: hidden;
}

html.show-menu body {
    overflow: hidden;
    height: 100%;
}


/*********************  Default-CSS close  *********************/


/*********************  Gapping  *********************/

section {
    padding-bottom: 60px;
    padding-top: 60px;
}


/*********************  Gapping close  *********************/


/*********************  Default-CSS  *********************/


/*********************  Common-Css  *******************/

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/*********************  Common-Css Close  *******************/


/*********************  Header  *******************/

div#navbarNav {
    justify-content: center;
    background-color:#ffffff;
}

.btns {}
ul.navbar-nav {
    margin: auto;
}
.pull-right{float:right !important;}
a.borderred,.btnClass {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 0;
    background: #38762C;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    font-family: 'Bahnschrift';
    padding: 14px 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 9px;
    /* identical to box height */
    color: #FFFFFF;
    display: flex;
    align-items: center;
    border: 1px solid #38762C;
    margin-left: 20px;
}

a.btnblack {
    width: 110px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    margin-left: 20px;
    width: 116px;
    height: 50px;
    border: 1px solid #38762C;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
}

.btns {
    display: flex;
}

section.heresecrion {
    /* display: flex;*/
    align-items: center;
    /* height: 100vh; */
    padding: 0;
}

ul.navbar-nav a {
    color: black;
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: all 0.5s;
    z-index: 999;
    background: white;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.cursor--hover .cursor-inner {
    transform: scale(0.5);
    opacity: 0;
}

.cursor--hover .cursor-outer {
    transform: scale(1.4);
    border-color: #000;
    opacity: 1;
}

.cursor-move-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
}

.cursor-move-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor-inner {
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-outer {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html:hover .cursor {
    opacity: 1;
}

a {
    transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.navbar-nav a {
    margin: 0 25px;
}

nav.navbar.navbar-expand-lg {
    padding: 25px 0px;
    transition: all 0.5s;
}

header.fixed .navbar {
    box-shadow: 0px 5px 50px #0000000d;
    padding: 15px 0px;
}


/*********************  Header Close  *******************/

a.btnblack:hover {
    background: transparent;
    color: black;
}

a.borderred:hover {
    color: white;
    background: black;
}

section .come {
    height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    background: aliceblue;
}

.come h1 {
    font-size: 200px;
    font-style: normal;
    /* or 84px */
    letter-spacing: -0.03em;
    font-family: 'Circular-Loom';
}


/*********************  Home banner  *******************/


/*********************  Home banner Close  *******************/


/*********************  Content  *******************/


/*********************  Content Close  *******************/


/*********************  Footer  *******************/

ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social a {
    width: 40px;
    height: 40px;
    display: flex;
    alc: inherit;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50px;
    font-size: 16px;
}

ul.social li {
    margin-right: 10px;
}

ul.footermenu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.contactbtns input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid;
    padding: 0px 20px;
}

.contactbtns {
    position: relative;
}

.contactbtns a {
    width: 100px;
    height: 40px;
    background: black;
    border-radius: 50px;
    color: white;
    position: absolute;
    right: 6px;
    display: f;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    padding: 60px 0px 60px;
    background: #00000005;
    background: #E3E3E3;
}

.coprights {
    padding: 20px 0px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000047;
}

.coprights p {
    margin: 0;
}

.footerlogo img {
    margin-bottom: 1px;
}

.footerlogo p {
    margin-bottom: 20px;
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

a.borderred i {
    margin-left: 5px;
}

ul.navbar-nav a {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    position: relative;
}

ul.navbar-nav {
    margin-left: 50px;
}

ul.navbar-nav li {
    position: relative;
}

ul.sell {
    position: absolute;
    list-style: none;
    width: 154px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}

ul.sell li {
    padding: 10px 0px;
    text-align: center;
}

ul.sell.active {
    height: 212px;
    opacity: 1;
}

.heroinfo {
    position: relative;
    padding-top:50px;
}

.heromain {
    position: absolute;
    top: 61%;
}
.heroinner{
    /*position: absolute;
    top: 18%;
    left: 80px;*/
    position:relative;
    padding:80px 20px;
}
.heroinner p{
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #38762C;
}

.heromain h1 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 90px;
    color: #000000;
}

.heromain p {
    margin-top:-18px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    /*color: #F0F0F0;*/
    color:#38762c;
}

ul#pills-tab button.active {
    background: #38762C;
    border: 1px solid #D8D8D8;
    border-radius: 0;
    color: white;
}

ul#pills-tab {
    background: #D8D8D8;
    border: 1px solid #D8D8D8;
    width: auto;
    max-width: 466px;
    margin: 0 !important;
}

ul#pills-tab button {
    height: 58px;
    padding: 0 30px;
}

ul#pills-tab button {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #4D4D4D;
}

.herosearch input {
    background: #EBEBEB;
    max-width: 800px;
    width: 100%;
    height: 70px;
    border: none;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.herosearch input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.herosearch button {
    background: #38762C;
    width: 70px;
    height: 70px;
    border: none;
    margin-left: 8px;
}

.herosearch button i {
    color: white;
    font-size: 23px;
}

.herosearch {
    display: flex;
    align-items: center;
    padding: 30px;
    background: white;
    max-width: 940px;
}

.herotab {
    position: absolute;
    width: 100%;
    bottom: -65px;
    left: 95px;
}

section.heresecrion .container {
    position: relative;
}

section.explore .row {
    align-items: center;
}

.explore span {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
    margin-bottom: 15px;
    display: flex;
}

.explore h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    /* identical to box height */
    color: #0F0F0F;
}

.explore p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    color: #808993;
}

ul.tag {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tag a {
    background: #38762C;
    padding: 12px 24px;
    display: inline-flex;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
}

ul.tag li {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*.explore {
    margin-right: 50px;
}*/

section.explore .row {
    align-items: center;
}

.explore span {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
    margin-bottom: 15px;
    display: flex;
}

.explore h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    /* identical to box height */
    color: #0F0F0F;
}

.explore p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    color: #808993;
}

ul.tag {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tag a {
    background: #38762C;
    padding: 12px 24px;
    display: inline-flex;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    border: 1px solid #38762C;
}

ul.tag li {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*.explore {
    margin-right: 50px;
}*/
.formtitle{
    text-align:left !important;
    font-family: 'Bahnschrift';
}
.formtitle h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 72px;
    color: #0F0F0F !important;
}
.buyhousetitle {
    text-align: center;
}

.buyhousetitle h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #0F0F0F;
}

.buyhousetitle p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #0F0F0F;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #808993;
}

.buyhousetitle {
    max-width: 820px;
    margin: auto;
    margin-bottom: 60px;
}

.buyhousedetail {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 3px rgba(224, 235, 237, 0.2);
    max-width: 460px;
}

ul.housesell {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.buyhousedetail {
    text-align: center;
}

.buyhousesubdetail {
    text-align: left;
    padding: 15px;
}

.buyhousesubdetail h4 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #0F0F0F;
}

.buyhousesubdetail p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #808993;
}

a.btngreen {
    background: #38762C;
    height: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    transition: all 0.5s;
}

ul.housesell li {
    height: 100%;
}

.buyhousedetail:hover a {
    height: 60px;
    overflow: hidden;
}

.buyhousetitle span {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

section.popularsec {
    background: #F3F3F3;
    padding: 100px 0px;
}

.popularslide {
    position: relative;
    background: rgba(0 0 0 / .8);
}

.popularslide span {
    left: 50%;
    top: 50%;
    position: absolute;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #FFFFFF;
    transform: translate(-50%, -50%);
}

ul.secondmile {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    margin-top: 40px;
}

ul.secondmile li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: 'Bahnschrift';
    margin-right: 40px;
    margin-bottom: 22px;
}

ul.secondmile li span {
    margin-right: 5px;
}

section.buyhouse {
    /* height: 900px;*/
    height: auto;
}

.searchbox input {
    background: #FFFFFF;
    box-shadow: 0px 1px 14px 3px rgba(128, 137, 147, 0.15);
    border-radius: 60px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #888888;
    width: 100%;
    height: 65px;
    padding-left: 20px;
    border: none;
}

.searchbox a {
    background: #38762C;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.searchbox {
    width: 377px;
    position: relative;
    position: absolute;
    right: 0;
    top: 15%;
}

.searchbox input::placeholder {
    color: #888888;
}

.servicesec {
    position: relative;
}

section.servicesec .row {
    align-items: center;
}

.serviceinfo span {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
    margin-bottom: 15px;
    display: flex;
}

.serviceinfo h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #0F0F0F;
}

.serviceinfo p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #808993;
}

.serviceinfo a.greenbtn {
    background: #38762C;
    width: 216px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    margin-top: 30px;
    border: 1px solid #38762C;
}

.serviceinfo {
    margin-left: 80px;
    margin-right: 80px;
}


/*********************  Footer Close  *******************/

.serviceinfo.ml-0 p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #808993;
}

.serviceinfo.ml-0 {
    margin-left: 0;
    margin-right: 160px;
}

.servicesec.text-right {
    text-align: right;
}

span.aboutimg {
    position: absolute;
    left: -77px;
    bottom: -50px;
    width:auto;
    height:250px;
}

section.youtubevideos {
    text-align: center;
    /*padding: 180px 0px 100px;*/
    padding: 70px 0px 100px;
}

ul.youtubevc {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.youtubevideostitle h2 {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    /* identical to box height */
    color: #0F0F0F;
    margin-bottom: 70px;
}

ul.youtubevc li {
    margin: 0 15px;
}

.viewmore a {
    background: #38762C;
    width: 241px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    border: 1px solid #38762C;
}

.viewmore {
    margin-top: 40px;
}

.footerinfo {
    text-align: center;
}

ul.social a {
    border: none;
    font-size: 23px;
    color: black;
}

ul.social {
    margin: 32px 0px;
}

ul.contact {
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px !important;
}

ul.contact li a {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #38762C;
}

ul.contact li i {
    margin-right: 10px;
}

ul.contact li {
    margin: 0 30px;
}

.footerinfo p {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #373737;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.copright .container {
    display: flex;
    align-items: center;
}

.copright p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #000000;
    font-family: 'Bahnschrift';
}

.copyright {
    padding: 0;
    list-style: none;
    align-items: center;
    margin: 0;
    margin-left: auto;
    float:right;
}

.copyright a {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.copright {
    padding: 16px 0;
}

ul.sell.active li:hover {
    background: #38762c;
}

ul.sell.active li {
    transition: all 0.5s;
}

ul.sell.active li:hover a {
    color: white;
}

ul.sell li a {
    margin: 0;
}

a.btnblack:hover {
    background: #38762c;
    color: white;
}

a.borderred:hover {
    background: transparent;
    color: #38762c;
}

a.greenbtn:hover {
    color: #38762C;
    background: transparent;
}

.viewmore a:hover {
    color: #38762C;
    background: transparent;
}

.owl-nav.disabled {
    display: block !important;
}

.owl-nav.disabled {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.housesell:after {
    display: none;
}

ul.social a:hover {
    color: #38762c;
    transform: translateY(-5px);
}

ul.social a:hover {
    color: #38762c;
    transform: translateY(-5px);
}

ul.navbar-nav li {
    transition: all 0.5s;
}

ul.navbar-nav li:hover a {
    color: 38762C;
}

ul.tag a:hover {
    background: transparent;
    color: #38762C;
}

.buyhousedetail:hover a {
    border: 1px solid #38762C;
}

.buyhousedetail a:hover {
    background: transparent;
    color: #38762c;
}

ul.navbar-nav a:hover {
    color: #38762c;
}


/*********************  Inner-Pages  *******************/


/*********************  Inner-Pages Close  *******************/


/*********************  Owl  *******************/


/*********************  Owl Close  *******************/


/*********************  Fancy-box  *******************/


/*********************  Fancy-box Close  *******************/
.error-message{
    color: red;
}
.popsrchlabel{
    /*background: rgba(0,0,0,0.6);*/
    width:200px !important;
}
.cmstitle{
    padding:15px 0px 0px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #38762C;
    margin-bottom: 15px;
    display: flex;
}
.cmstext ul li{
    font-size: 16px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    color: #808993;

}
.cmstext p{
    /* padding:6px 0px;*/
    font-size: 16px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    color: #808993;
    text-align: justify;
}
.cookieinfo{
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px;
    z-index: 2147483647;
    background: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
    line-height: 21px;
    padding: 8px 18px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    text-align: center;
    bottom: 0px;
    opacity: 1;
}
.cookieinfo-close{
    width: 130px;
    text-align: center;
    display: block;
    padding: 5px 8px;
    min-width: 130px;
    margin-left: 5px;
    border-radius: 0px !important;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    color: #ffffff !important;
    background: #38762C !important;

}
.visuallyhidden {
    height: 0;
    max-height: 0;
    font-size: 0;
    visibility: hidden;
    position: absolute;
    bottom: -100px;
    overflow: hidden;
}
.aboutprofileimg{
    /* height:350px;
     width:80%;
     margin-left:10%;
     background-repeat:no-repeat;
     background-size:cover;
     background-position: center;*/
    align-content: center;
    height:auto;
}
.aboutprofileimg:hover{
    transition: transform .3s;
    transform: scale(1.02);
}
.aboutprofile{
    background-color:#d8e0d7;
    opacity: 0.85;
    padding:20px !important;
    margin-bottom:20px;
}
.slick-list{
    /*padding:0px !important;
    text-align:center;*/
}
.slick-slide {
    height: 325px !important;
}
/*.slick-dots ul li{
    list-style:none !important;
}
.slick-dots li:before {
    content: '\2014';
}*/
.slick-dots li button {
    width:20px !important;
    height:1px !important;
    color:#ffffff !important;
}
.slick-dots{
    bottom: -25px !important;
}
.slick-dots li.slick-active button:before {
    color:#FF914C !important;
}
.slick-dots li button::before{
    color:#ffffff !important;
}
.reviewblock{
    margin:auto;
    width:78%;
}
.quot{
    font-size: 40px; 
    color: #FF914C;
    padding:10px;
}
.reviewsubtitle{
    text-transform: uppercase !important;
    text-shadow: 0px 5px 8px #1f1f1f !important;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.reviewtext{
    padding-bottom:20px !important;
    padding-top:0px !important;
    padding-right:20px !important;
    padding-left:20px !important;
    font-size: 16px !important;
    font-family: 'Bahnschrift' !important;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: 22px !important;
    color: #727982 !important;
    text-align: justify !important;
}
.profiletitle{
    padding:15px 0px 10px;
    font-family: 'Bahnschrift';
    font-style: normal;
    font-size: 28px;
    color: #38762C;
    margin-bottom: 15px;
    text-align: center;
}
.profilesepertor{
    background-color:#38762C;
    height:2px;
    margin-bottom:2px;
}
.viewprof{
    font-size: 14px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
}
.profdetailtitle{
    color:#ffffff;
    font-size:42px;
    font-family: 'Bahnschrift';
}
.profiledetailbanner{
    background-size:cover;
    height: calc(0.25 * 100vw);
    width:100%;
    background-repeat:no-repeat;
    background-position: 0% 30%;
}
.m-b-10{
    margin-bottom:12px;
}
.box-body{
    padding:0px 10px !important;
}
.designation{
    text-align: center !important;
    font-size:18px !important;
    padding-top:2px !important;
}
.detaildesignation{
    font-size:28px !important;
}
.detailprofileposition{
    position:relative;
    margin-top:-14%;
    margin-left:5%;
}
.detailprofiledesc{
    position:relative;
    top:35%;
    padding:10px;
}
.homebannertext{
    /*width:100%;
    text-align:center;*/
    width: 50%;
    background: #ffffff6b;
    text-align: center;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
}
.buytopbannertext{
    width:70%;
    margin:4%;
    text-align: center;
    background: #ffffff6b;
    border-radius: 20px;
    padding:10px!important;
}
.buybottombannertext{
    position: absolute;
    top:15%;
    left:67%;
}
.aboutusbannerdesc{
    position:relative;
    color:#ffffff !important;
    font-size:28px !important;
    text-align: center !important;
    padding-top: 60px !important;
}
.aboutusbannerdesc p{
    color:#ffffff !important;
    font-size:28px;
}
.adjusttopaboutusprofile{
    position:relative;
    margin-top:-7% !important;
}
.sellbannertext{
    width: 70%;
    background: #ffffff6b;
    text-align: center;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
    position: absolute;
    top: 16%;
}