*{
    margin: 0;
    padding: 0;   
}  
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: Muli !important;
}
ul,li{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a:hover{
    text-decoration:none;
}
.carousel-caption{
    display: none;
}
/* header */
#blink2 {
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    background-color: #619f0f;
    padding: 0px 11px;
    display: inline-block;
    border-radius: 36PX;
    position: absolute;
    
    right: inherit;
    animation: blink 1.5s steps(1, end) infinite;
    font-weight: 200;
}
.top-header {
    padding: 9px 0;
    margin-bottom: -8px;
}
.top-header span{
    margin-right: 20px;
}
.top-header .menu{
    margin: 0;
    padding: 0;
}
.top-header span a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.top-header span a:hover{
    text-decoration: none;
}
.top-header span a i{
    margin-right: 5px;
}
.top-header .menu li{
    padding-right: 25px;
}
.top-header .menu li a{
    color: #000;
}
.top-header .menu li:last-child{
    padding-right: 35px;
}

.top-header p a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat;
}
.top-header p a:hover{
    text-decoration: none;
}
#blink1 {
    font-size: 13px;
    text-transform: capitalize;
    color: white;
    background-color: #619f0f;
    padding: 4px 11px;
    display: inline-block;
    border-radius: 20px 1px 18px 0;
    position: absolute;
    top: 9px;
    right: -131px;
    animation: blink 1.5s steps(1, end) infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }   
}

/* bottom-header */
.navbar-fixed{
    top: 0;
    right:0;
    left:0 ;
    z-index: 999;
    margin:0 auto;
    position: fixed !important;
    width: 100%;
    background-color: #132001;
  }
  
  
.total-header{
    color: #fff!important;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#132001, transparent);
}
/* .bottom-header .navbar-nav {
    margin-right: 308px;
} */
.bottom-header .navbar-brand {
    padding: 0;
    width: 14%;
}
.bottom-header .navbar-brand img{
    width: 58%;
}
.bottom-header .navbar{
    padding: 0;
}
.bottom-header .navbar-collapse{
    margin-right: -57px !important;
}
.bottom-header .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
    font-family: Montserrat;
}
.bottom-header .navbar-nav .nav-item{
    padding-right: 10px;
}
.dropdown-item{
    color: #000 !important;
    padding: 0.45rem 1rem !important;
    font-size: 14px !important;
}
/* .bottom-header .nav-link:hover .dropdown-menu{
   background-color: #fff;
}
.bottom-header .dropdown:hover .dropdown-toggle{
    background: #fff;
    color: #000 !important;
    border-top-right-radius: 5px;
} */
.dropdown-menu {
    width: 182px;
    padding: 0 !important;
    border-radius: 0 !important;
    top: 90% !important;
    left: 9px !important;
}
.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #619f0f !important;
    color: #fff !important;
}
.menu2{
    width: 232px;
}
.menu3{
    width: 260px;
    left: -182px !important;
}
.bottom-header .dropdown-menu{
    transform: translateY(30px);
    transition: .5s;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.bottom-header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.bottom-header .dropdown2 .dropdown-menu2{
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: .5s;
}
.bottom-header .dropdown2:hover .dropdown-menu2{
    opacity: 1;
    display: block;
    visibility: visible;
    transform: translateY(0);
}
.bottom-header .dropright .dropdown-menu{
    margin-left: -1px;
}
/* banner */
.banner{
    position: relative !important;
}
.home-form {
    position: absolute;
    top: 21%;
    right: 0;
    width: 30%;
    z-index: 3;
}
.home-form form{
   background-color: #000000a1;
   padding: 15px 45px;
   padding-bottom: 35px !important;
   border-radius: 20px;
}
.home-form form h2{
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.home-form form h2 span{
    font-family: Damion,Helvetica,Arial,sans-serif;
}
.home-form form hr{
    border-top:1px solid rgba(255,255,255,.7)  !important;
}
.home-form form label{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.home-form .form-control{
    border-radius: 0;
    margin-bottom: 12px;
}
.home-form .form-control:focus{
    border-color: #fff;
    box-shadow: none;
}
.home-form button {
    margin-top: 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 8px 58px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border: 1px solid #619f0f;
    width: 100%;
    font-family: Montserrat;
}
.home-form select{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
/* banner */
.banner .carousel-indicators{
   left: 31%;
}
.banner .carousel-item img{
    position: relative;
}
.banner .carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
.banner .carousel-indicators .active{
    background-color: #619f0f;
}
.banner .carousel-caption{
    text-align: left;
    bottom: -25px;
    left: 0;
    padding-left: 35px;
    z-index:1;
}
.banner .carousel-caption .banner-txt a{
    margin-left: 45px;
    color: #619f0f;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    font-family: Montserrat;
}
.banner .carousel-caption .banner-txt a:hover{
    text-decoration: none;
    color: #fff;
}
.banner .carousel-indicators li{
    margin-right: 8px;
}
/* homeproperties */
.homeproperties {
    padding: 50px 0 40px 0;
}
section h3{
   font-size: 26px;
   font-weight: 500;
   text-transform: capitalize;
   color: #000;
   padding-bottom: 35px;
   font-family: Montserrat;
   position: relative;
}
section h3 span{
    color: #619f0f;
    font-weight: 700;
}
section h3::before{
    position: absolute;
    content: '';
    top:44px;
    left: 0;
    right: 0;
    width: 100px;
    height: 6px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #619f0f26;
}
section h3::after {
    position: absolute;
    content: '';
    top: 42px;
    left: -100px;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #619f0f;
    animation: animate 6s linear infinite;
}
@keyframes animate{
    0%{
        left:-100px;
    }
    100%{
        left:100px;
    }
}
.homeproperbox{
    position: relative;
}
.homeproimg{
    position: relative;
    overflow: hidden;
}
.homeproimg span{
    position: absolute;
    top:13px;
    left: 13px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    background-color: #fff;
    padding:4px 13px;
    border-radius: 25px;
}
.homeproimg .sp2 {
    position: absolute;
    top: inherit;
    bottom: 10px;
    left: inherit;
    transition: .4s;
    right: 12px;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    padding: 0;
    text-align: center;
    line-height: 35px;
    transition: .4s;
}
.homeproimg .sp2 i{
    color: #619f0f;
}
.homeproimg .sp2:hover i{
    color: #fff;
}
.homeproimg span:hover{
    background-color: #000;
    color: #fff;
}
.homeproimg img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.homeproperboxtxt{
    box-shadow: 0 1px 3px 0px rgba(0,0,0,.4);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    padding-bottom: 5px !important;
}
.homeproperboxtxt h2{
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.homeproperboxtxt p{
    margin:0;
}
.homeproperboxtxt p a{
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.homeproperboxtxt p a:hover{
    text-decoration: none;
    color: #619f0f;
}
.homeproperboxtxt h5{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Montserrat;
    padding-top: 5px;
}
.homeproperboxtxt h4{
    font-size: 18px;
    font-weight: 700;
}
.homeproperboxtxt h4 a{
    color: #619f0f;
}
.homeproperboxtxt h4 a:hover{
    text-decoration: none;
}
.homeproperboxtxt p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.homeproperties .owl-stage-outer{
    margin-right: -20px;
}
.homeproperties .owl-stage{
    margin: 10px;
}
.homeproperties .owl-carousel .owl-nav {
    position: absolute;
    top: -61px;
    right: 20px;
}
.homeproperties .owl-carousel .owl-nav.disabled{
   display: block;
}
.homeproperties .owl-carousel .owl-nav button{
    width: 45px;
    height: 45px;
    background-color: #619f0f !important;
    text-align: center !important;
    line-height: 45px !important;
    font-size: 18px;
    color: #fff !important;
}
.homeproperties .owl-carousel .owl-nav .owl-prev{
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
}

/* choose-us */
.choose-us{
    background-color: #00000010;
    padding: 40px 0 30px 0;
}
.choousbox{
    background-color:#fff;
    padding: 30px 35px 20px;
    border: 1px solid #ebebeb;
     border-radius: 5px;
     transition: all .4s;
     position: relative;
     z-index: 1;
}
.choousbox::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #619f0f;
    transition: all .4s;
    z-index: -1;
}
.choousbox:hover::before{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.chooseimg {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #619f0f2f;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
    transform: scale(0.9);
    transition: all .4s;
}
.choousbox:hover .chooseimg{
    background-color: #fff;
    transform: scale(1.1);
}
.chootxtinfo{
    transition: all .4s;
}
.choousbox:hover .chootxtinfo{
    color: #fff;
    transform: scale(1.1);
    margin-top: 20px;
}
.chootxtinfo h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.chootxtinfo p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #484848;
    padding-top: 10px;
    transition: all .4s;
}
.choousbox:hover .chootxtinfo p{
    color: #fff;
}
/* top to bottom  */
.social-icons-box{
    position: fixed;
    bottom: 0%;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social-icons{
    position: absolute;
    bottom:62px;
    right: 26px;
}
.social-icons li{
    position: relative;
    padding-bottom: 25px;
    z-index: 1;
}
.social-icons li::before{
    width: 70px;
    height: 70px;
    background: rgb(97, 159, 15,.4);
    border-radius: 100px;
    position: absolute;
    content: '';
    top: 32%;
    left: 43%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    z-index: -1;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}
.social-icons li::after{
    width: 80px;
    height: 80px;
    content: '';
    border: 2px solid #619f0f;
    border-radius: 100px;
    position: absolute;
    top: 36%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    z-index: -1;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.social-icons li:nth-child(1)::before{
    border: 2px solid #2e4e03;
}
.social-icons li:nth-child(1)::after{
    border: 2px solid #2e4e03;
 }
@keyframes pulse{
    0% {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    100% {
        width: 70px;
        height: 70px;
        margin-top: -30px;
        margin-left: -30px;
    }
}
@keyframes  ZoomIn{
    0% {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    100% {
        width: 70px;
        height: 70px;
        margin-top: -40px;
        margin-left: -40px;
    }
}
.social-icons li a{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color:#619f0f;
}
.social-icons li .sphone{
    background-color: #2e4e03;
}
.social-icons li a{
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes tada{
    0% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
/* resprot */
.resprot{
    background-color: #00000010;
    padding: 40px 0 30px 0;
}
.resprot .media{
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}
.respoimg{
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.respoimg img{
    transition: .4s;
}
.respoimg:hover img{
    transform: scale(1.1);
}
.resprot .media-body{
   padding: 15px;
   padding-right: 5px !important;
}
.resprot .media-body h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #303030;
    margin: 0;
    padding-bottom: 2px;
}
.resprot .media-body p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
    padding: 0;
    margin: 0;
}
.resprot .media-body p span{
    color:#303030;
    font-weight: 600;
}
.resprot .media-body h6{
    font-size: 12px;
    font-weight: 400;
    color: #606060;
    padding-top: 10px;
}
.reslp{
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
}
.reslp a{
    color:#619f0f;
    transition: .4s;
}
.reslp a:hover{
    text-decoration: none;
    color: #619f0f;
}
.reslp a i{
    transition: .4s;
}
.reslp a:hover i{
    transform: translateX(10px);
}
/* compro */
.compro{
    padding: 40px 0 30px 0;
}
.compro p{
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
}
.compro p a{
    color:#619f0f;
    transition: .4s;
}
.compro p a:hover{
    text-decoration: none;
}
.compro p a i{
    transition: .4s;
}
.compro p a:hover i{
    transform: translateX(10px);
}
.comprobox{
    background-color: #619f0f21;
    padding: 30px 4px 20px 14px;
    border-radius: 8px;
    width: 272px;
    height: 246px;
}
.comprobox h2{
    color: #303030;
    font-size: 40px;
    font-family: Damion,Helvetica,Arial,sans-serif;
}
.comprobox h4{
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: #303030;
    position: relative;
}
.comprobox h4::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 6px;
    background-color: #619f0f26;
    bottom: -17px;
    left: 0;
}
.comprobox h4::after {
    position: absolute;
    content: '';
    top: 73px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #619f0f;
    animation: animate2 6s linear infinite;
}
@keyframes animate2{
    0%{
        left:0;
    }
    100%{
        left:100px;
    }
}
.comprombox{
    width: 100%;
    height: 246px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d7d7d7;
    border-top: 2px solid #619f0f;
    border-radius: 8px;
    background-clip: padding-box;
}
.compro .owl-carousel .owl-item img{
    width: 25% !important;
}
.comprombox h4{
   font-size: 18px;
   font-weight: 600;
   text-transform: capitalize;
   color: #303030;
}
.comprombox p{
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    padding-bottom: 10px;
}
.comprombox h6{
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    font-family:Montserrat ;
    position: relative;
}
.comprombox h6::before{
    position: absolute;
    font-family: FontAwesome;
    content:"\f005 " ;
    color: #fec107;
    top:0;
    left: 24px;
}
.comprombox h6 a{
    display: inline-block;
    margin-left: 60px;
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comprombox h6 a:hover{
    text-decoration: none;
}
.comprimg{
    background-color: #619f0f21;
    padding: 34px 12px 12px;
    height: 64px;
    border-radius: 8px;
    position: relative;
    margin-top: 50px;
}
.comprimg a{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-family: Montserrat;
    letter-spacing: 1px;
}
.comprimg a i{
    margin-left: 4px;
}
.comprimg a:hover{
    text-decoration: none;
    color: #619f0f;
}
.comprimg img {
    position: absolute;
    top: -25px;
    left: 18px;
}
.compro .owl-carousel .owl-nav {
    position: absolute;
    top: 103px;
    left: -31px;
}
.compro .owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    background-color: #fff !important;
    text-align: center !important;
    line-height: 54px !important;
    font-size: 18px;
    color: #000 !important;
    border-radius: 50%;
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.2);
    transition: .4s;
}
.compro .owl-carousel .owl-nav button:hover{
    background-color: #619f0f !important;
}
.compro .owl-carousel .owl-nav button i{
    font-size: 24px;
    transition: .4s;
}
.compro .owl-carousel .owl-nav button:hover i{
    margin-left: -8px;
    color: #fff;
}
.compro .owl-carousel .owl-nav button:hover .fa-long-arrow-right{
    margin-left: 8px;
    color: #fff;
}
.compro .owl-carousel .owl-nav .owl-next{
    position: relative;
    left: 794px;
}
/* buy rent section */
/* Style the tab */

.byret .tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: block;
    width: 18%;
    text-align: right;
    margin-left: auto;
    margin-bottom: 20px;
}
  /* Style the buttons inside the tab */
  .byret .tab button {
    /* border: solid; */
    background-color: inherit;
    float: left;
    border: solid 1px #619f0f;
    outline: none;
    cursor: pointer;
    padding: 12px 18px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}
  
  /* Change background color of buttons on hover */
  .byret .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .byret .tab button.active {
    background-color: #619f0f;
    color: #fff;
  }
  
  /* Style the tab content */
  .byret{
    background-color: #00000010;
    padding: 40px 0 30px 0;
  }
 .byret .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  .buytxt h3{
    position: relative;
  }
  .buytxt h3::before {
    position: absolute;
    content: '';
    width: 100px;
    right: inherit;
    margin: inherit;
    height: 6px;
    background-color: #619f0f26;
    bottom: -17px;
    left: 0;
}
.buytxt h3::after {
    position: absolute;
    content: '';
    top: 41px;
    left: 0;
    width: 10px;
    right: inherit;
    margin: inherit;
    height: 10px;
    border-radius: 50%;
    background-color: #619f0f;
    animation: animate2 6s linear infinite;
}
  .byret .buy-box{
     position: relative;
  }
  .buyimg{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .buyimg img{
    transition: .4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .buy-box:hover .buyimg img{
    transform: scale(1.1);
  }
  .buyimg span {
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #619f0f;
    padding: 5px 19px;
    border-radius: 6px;
    transform: translateY(0);
    visibility: visible;
    transition: .4s;
    opacity: 1;
}
.buy-box:hover .buyimg span{
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.buy-txt-hover {
    position: absolute;
    bottom: 12px;
    left: 15px;
    background-color: #fff;
    padding:5px 10px;
    border-radius: 6px;
}
.buy-txt-hover p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}
.buy-txt-hover p b{
    margin-right: 5px;
}
.buy-text-info{
   background-color: #fff;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   padding: 20px;
}
.buy-text-info h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.buy-text-info h2 a{
    color: #303030;
    transition: .3s;
}
.buy-text-info h2 a:hover{
    text-decoration: none;
    color: #619f0f;
}
.buy-text-info h4{
    font-size: 14px;
    font-weight: 400;
    color: #303030;
}
.buy-text-info .menu{
    display: flex;
}
.buy-text-info .menu li{
    padding-right: 10px;
}
.buy-text-info .menu li a{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    transition: .3s;
}
.buy-text-info .menu li a:hover{
    text-decoration: none;
    color: #619f0f;
}
.buy-text-info p{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
/* landnew */
.landnew{
    padding: 50px 0 40px 0;
}
.landnetext{
    margin-top: 60px;
}
.landnetext h6{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #619f0f;
    font-style: italic;
    padding-bottom: 10px;
}
.landnetext h2{
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 20px;
}
.landnetext p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
  color:#484848;
  padding-left: 100px;
  position: relative;
}
.landnetext p::before {
    position: absolute;
    content: '';
    width: 84px;
    height: 1px;
    background-color: #C8CBD1;
    top: 13px;
    left: 0;
}
.landnetext a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #619f0f;
    font-family: Montserrat;
    letter-spacing: 1px;
    padding-left: 100px;
    display: inline-block;
    transition: .4s;
}
.landnetext a:hover{
    text-decoration: none;
    color: inherit;
}
.landnetext a i{
    margin-left: 3px;
    transition: .4s;
}
.landnetext a:hover i{
    transform: translateX(8px);
}
.landnewimbox{
    position: relative;
}
.landnew-img{
    position: relative;
}
.landhover {
    position: absolute;
    top: 56px;
    right: 28px;
    background-color: #619f0f;
    width: 30%;
    padding: 25px 35px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-bottom: 2px solid #fff;
}
.landhover a{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat;
}
.landhover a span{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    display: block;
}
.landhover a:hover{
    text-decoration: none;
    color: #fff;
}
.landnew .owl-carousel .owl-item img {
    display: block;
    width: 80%;
}
.landnew .owl-carousel .owl-dots {
    position: relative;
    top: -138px;
    left: -123px;
}
.landnew .owl-carousel .owl-dots.disabled {
    display: block;
}
.landnew .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 4px;
    position: relative;
    display: inline-block;
    background: #000;
    border-radius:4px;
    margin-right: 8px;
    transition: .4s;
}
.landnew .owl-carousel .owl-dots .owl-dot.active span{
    width: 25px;
    transform: scale(1.1);
    background-color: #619f0f;
}
.landnew .owl-carousel .owl-nav {
    position: absolute;
    bottom: 64px;
    left: -88px;
}
.landnew .owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    background-color: #fff !important;
    text-align: center !important;
    line-height: 54px !important;
    font-size: 18px;
    color: #000 !important;
    border-radius: 50%;
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.2);
    transition: .4s;
}
.landnew .owl-carousel .owl-nav button i {
    font-size: 24px;
    transition: .4s;
}
.land-text-info {
    margin-top: 0;
    margin-left: 1px;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.2);
    padding-right: 28px;
    width: 80%;
    padding: 15px 20px;
    border-bottom: 2px solid #619f0f;
}
.land-text-info h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.land-text-info .menu{
    display: flex;
    margin: 0;
    padding: 0;
}
.land-text-info .menu li{
    font-size: 16px;
    font-weight: 500;
    margin-right: 45px;    
}
.land-text-info .menu li span{
    display: block;
}
.land-text-info p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color:#484848;
    padding-top: 5px;
    margin: 0;
}
.land-text-info a{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #619f0f;
    font-family: Montserrat;
    letter-spacing: 1px;
    padding-top: 10px;
    display: inline-block;
    transition: .3s;
    vertical-align: middle;
}
.land-text-info a:hover{
    text-decoration: none;
    color: #619f0f;
}
.land-text-info a i{
    margin-right: 3px;
    transition: .4s;
}
.land-text-info a:hover i{
    transform: translateX(8px);
}
/* lansec */
/* .landsec {
    padding: 40px 0 30px 0;
}
.landsec h2{
    font-size: 26px;
    font-weight: 500;
    color: #000;
    font-family: Montserrat;
    position: relative;
}
.landsec h2 Span{
    color: #619f0f;
}
.landsec h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 6px;
    background-color: #619f0f26;
    bottom: -17px;
    left: 0;
}
.landsec h2::after {
    position: absolute;
    content: '';
    top: 39px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #619f0f;
    animation: animate2 6s linear infinite;
}
.landsec p{
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
    color: #619f0f;
}
.landsec p i{
    margin-left:10px;
    margin-top: 3px;
}
.landbox{
    position: relative;
    overflow: hidden;
}
.land-img{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.land-img img{
    border-radius: 5px;
    transition: .4s;
}
.landbox:hover .land-img img{
    transform: scale(1.1) rotate(-1deg);
}
.landbox .land-img::before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    opacity: 0.5;
    z-index: 1;
} 
.land-txt {
    position: absolute;
    top: 18px;
    left: 28px;
    z-index: 2;
}
.land-txt h4{
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
.land-txt p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.land-hver {
    position: absolute;
    bottom: -68px;
    left: 21px;
    z-index: 2;
    transition: .4s;
}
.landbox:hover .land-hver{
    bottom: 28px;
}
.land-hver a{
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
    color: #fff;
}
.land-hver a:hover{
    text-decoration: none;
    color: #fff;
}
.land-hver a i{
    margin-left: 5px;
    transform: rotate(-45deg);
}
.landsec .owl-carousel .owl-nav {
    position: absolute;
    top: 147px;
    left: -31px;
}
.landsec .owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    background-color: #fff !important;
    text-align: center !important;
    line-height: 54px !important;
    font-size: 18px;
    color: #000 !important;
    border-radius: 50%;
    box-shadow: 0 3px 9px 0 rgba(51,51,51,.2);
    transition: .4s;
}
.landsec .owl-carousel .owl-nav button:hover {
    background-color: #619f0f !important;
}
.landsec .owl-carousel .owl-nav .owl-next {
    position: relative;
    left: 1070px;
}
.landsec .owl-carousel .owl-nav.disabled{
    display: block;
}
.landsec .owl-carousel .owl-nav button i {
    font-size: 24px;
    transition: .4s;
}
.landsec .owl-carousel .owl-nav button:hover i {
    margin-left: -8px;
    color: #fff;
}
.landsec .owl-carousel .owl-nav button:hover .fa-long-arrow-right {
    margin-left: 8px;
    color: #fff;
}
.landsec .owl-carousel .owl-nav button:hover {
    background-color: #619f0f !important;
} */
/* top to bottom button */
#button {
    display: inline-block;
    background-color: #619f0f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 45px;
    color: #fff;
}
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
/* footer */
/* stay-banner */
.stay-banner{
    background-color: #132001;
    position: relative;
    z-index: 1;
}
.stay-banner h2{
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    font-family: Montserrat;
}
.stay-banner p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,.6);
    letter-spacing: 1px;
    padding-bottom: 35px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .input-group input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
    width: 74%;
    padding-bottom: 15px;
    color: #fff;
}
.form-group input::placeholder{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
.form-group button {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    color: #619f0f;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    position: relative;
}
.form-group button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 20px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background-color: #fff;
}
input:focus-visible {
    outline-offset: 0px;
    outline: none !important;
}
.stay-banner{
    background-color: #132001;
}
footer{
    background-color: #132001;
    position: relative;
    z-index: 1;
 }
 .top-footer {
     padding: 28px 0 16px 0;
 }
 .top-footer h5{
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
 }
 .top-footer h5 span {
    font-family: Damion,Helvetica,Arial,sans-serif;
    font-size: 42px;
    display: block;
    margin-top: -8px;
}
 .top-footer p {
     font-size: 15px;
     line-height: 25px;
     font-weight: 400;
     color: #ffffffd9;
 }
 .top-footer .menu{
     display: flex;
      margin: 0;
      padding: 0;
      margin-top: 20px !important;
 }
 .top-footer .menu li{
     list-style: none;
     padding-right: 10px;
 }
 .top-footer .menu li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    transition: all .3s;
    text-align: center;
}
 .top-footer .menu li a:hover{
     color: #619f0f;
 }
 .top-footer .menu li a::before{
     position: absolute;
     content: '';
     top:0;
     left: 0;
     right: 0;
     margin:0 auto;
     width: inherit;
     height: inherit;
     z-index: -1;
     background-color: #fff;
     transform: scale(0.4);
     opacity: 0;
     transition: all .3s;
 }
 .top-footer .menu li a:hover::before{
    opacity: 1;
    transform: scale(1);
 }
 .top-footer h2{
     font-size: 22px;
     font-weight: 500;
     text-transform: capitalize;
     color: #fff;
     font-family: Montserrat;
     margin-bottom: 20px;
     position: relative;
 }
 .top-footer h2::before {
     position: absolute;
     content: '';
     top: 30px;
     left: 0;
     width: 123px;
     height: 2px;
     background-color: #fff;
 }
 .top-footer h2::after{
     position: absolute;
     content: '';
     top: 30px;
     left: 0;
     width: 50px;
     height: 2px;
     background-color: #619f0f;
 }
 .top-footer .menu-list{
     margin: 0;
     padding: 0;
 }
 .top-footer .menu-list li{
     list-style:none;
 }
 .top-footer .menu-list li a {
     font-size: 14px;
     line-height: 28px;
     font-weight: 400;
     color: #fff;
     text-decoration: none;
     transition: all .5s ease;
 }
 .top-footer .menu-list li a:hover{
     color: #619f0f;
 }
 .footer-stxt{
     padding-left: 50px;
 }
 .top-footer h4{
     font-size: 15px;
     line-height: 32px;
     font-weight: 400;
     color: #fff;  
 }
 .top-footer p a{
     margin-left:3px;
     font-size: 15px;
     font-weight: 400;
     color: #fff;
     text-decoration: none;
 }
 .bottom-footer hr{
     margin: 0;
     opacity: 0.2;
     border-top: 1px solid rgba(255,255,255,.6);
     margin-bottom: 10px;
 }
 .bottom-footer P {
     font-size: 14px;
     line-height: 16px;
     font-weight: 400;
     color: #ffffffb8;
     padding: 10px 0;
 }

 /* about page start here */
 .aboutpagebanner{
    background: url(../images2/banner-2.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
 }
 .aboutpagebanner h2{
    font-size: 32px;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
 }
 /* aboutpagesecondsec */
 .aboutpagesecondsec{
    padding-top: 50px;
    padding-bottom: 50px;
 }
 .aboutpagesecondsec h6::before{
    position: absolute;
    content: "";
    background-color: #619f0f8c;;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
 }
 .aboutpagesecondsec h6{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #619f0f47;
 }
 .aboutpagesecondsec .iconbox img{
    width: 26px;
    height: 26px;
 }
.aboutpagesecondsec .iconbox{
    font-size: 20px;
    color: var(--ltn__secondary-color);
    margin-right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #74ab2d26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    /* flex: 0 0 45px; */
    border-radius: 100%;
}
.aboutpagesecondsec .boxi{
    display: flex;
}
.aboutpagesecondsec .boxi p{
    margin-bottom: 0;
    margin-top: 10px;
}
.aboutpagesecondsec .boxborder{
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: #619f0f;
    background-color: #74ab2d26;
}
.aboutpagesecondsec .reslp a{
    text-decoration: none;
}
.aboutpagesecondsec .imgbox img{
    max-width: 100%;
   
    width: 600px;
    height: 480px;
    /* text-align: center; */
    object-fit: contain;
}
.aboutpagesecondsec .imgbox{
    box-shadow: 0px 5px 10px rgb(64 64 64 / 20%);
    text-align: center;
}
a {
    text-decoration: none !important;
}

/* aboutpagethirdsec */
.aboutpagethirdsec{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f6f7;
}
.aboutpagethirdsec .box{
    border: 1px solid #ffffff;
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    background: white;
    box-shadow: 0px 5px 10px rgb(64 64 64 / 2%);
}
/* .aboutpagethirdsec .box::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    
}

.aboutpagethirdsec .box::before, .aboutpagethirdsec .box:hover:before {
    right: 0;
} */
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #619f0f !important;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.aboutpagethirdsec .imgbox{
    text-align: center;
}
.aboutpagethirdsec h6::before{
    position: absolute;
    content: "";
    background-color: #619f0f8c;;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
 }
 .aboutpagethirdsec h6{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
    background-color: #619f0f47;
 }
 .aboutpagethirdsec .heading{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
 }

 /* contact page start here */
 .contactpagebanner{
    background: url(../images2/banner-2.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
 }
 .contactpagebanner h2{
    font-size: 32px;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
 }
 .contactpageform{
    padding-top: 50px;
    padding-bottom: 50px;
 }
 .contactpageform .contfrm{
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    box-shadow: 0px 100px 80px rgba(166, 166, 166, 0.07), 0px 64.8148px 46.8519px rgba(166, 166, 166, 0.0531481), 0px 38.5185px 25.4815px rgba(166, 166, 166, 0.0425185), 0px 20px 13px rgba(166, 166, 166, 0.035), 0px 8.14815px 6.51852px rgba(166, 166, 166, 0.0274815), 0px 1.85185px 3.14815px rgba(166, 166, 166, 0.0168519);
    padding: 50px;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #619f0f;
    border-radius: 5px 5px 5px 5px;
 }
 .contactpageform .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #619f0f;
    outline: 0;
    box-shadow:none;
}
.contactpageform .form-control {
   
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #619f0f;
}
.contactpageform .margintobbottom{
    margin-top: 32px !important;
    margin-bottom: 0 !important;
}
/* contactdetail */
.contactdetail{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contactdetail .box{
    display: flex;
    border-left: 4px solid;
    border-color: #619f0f;
    padding-left: 10px;
    margin-bottom: 30px;
}
.contactdetail .box i{
    font-size: 20px;
    padding-right: 4px;
}
.contactdetail .box a{
    color: green;
    font-size: 18px;
}
 /* home responsive start here */
 @media (max-width:992px){
    .home-form{
       width: 100%;
       top: 100%;
    }
    #blink1{
        bottom: 47px;
        left: 209px;
        right: inherit;
        top: inherit;
    }
    .home-form form h2{
        font-size: 23px;
    }
    .bottom-header form{
        margin-top: -21px !important;
    }
    .bottom-header .navbar-brand img {
        width: 100%;
    }
    .bottom-header .dropdown-menu{
        display:none;
    }
    .banner {
        position: relative !important;
        z-index: 1;
    }
    .banner .carousel-item img {
        height: 260px;
    }
    .banner .carousel-caption{
        bottom: 22px;
    }
    .banner .carousel-caption h2{
        font-size: 24px;
    }
    .banner .carousel-caption .banner-txt a{
        margin-left: 0;
        width: 100%;
    }
    .homeproperties {
        padding: 30px 0 30px 0;
        margin-top: 430px;
    }
    .homeproperbox{
        margin-top: 40px;
    }
    .homeproperties .owl-carousel .owl-nav {
        position: absolute;
        top: -17px;
        right: 0px;
    }
    .homeproperties .owl-stage {
        margin: 0;
    }
    .resprot .media{
        margin-bottom: 30px;
    }
    .resprot .row{
        margin-top: 0 !important;
    }
    .resprot .reslp{
        margin: 0 !important;
    }
    .comprobox{
        width: 100%;
        margin-bottom: 30px;
        height: 200px;
    }
    .comprimg {
        padding: 67px 12px 54px;
        height: inherit;
        margin-top: 34px;
    }
    .byret h2{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .byret .tab {
        overflow: hidden;
        background-color: #f1f1f1;
        display: block;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .byret .owl-nav{
        display: none;
    }
    .landnetext h2{
        font-size: 32px;
    }
    .landnetext {
        margin-top: 0;
    }
    .landnetext a{
        margin-bottom: 30px;
    }
    .landnew .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    .landhover{
        right: inherit;
        width: 48%;
    }
    .land-text-info{
        width: 100%;
    }
    .choousbox{
        margin-bottom: 30px;
    }
    .compro .owl-carousel .owl-nav {
        display: none;
    }
    .homeproperties .owl-stage-outer {
        margin-right:0;
    }
    .form-group .input-group input{
        width: 100%;
    }
    .stay-banner button{
        display: block;
        margin:0 auto;
    }
    .stay-banner h2{
        font-size: 22px;
    }
    .input-group{
        margin-top: -33px;
    }
    footer{
        text-align: center;
    }
    .top-footer h2{
        margin-top: 15px;
    }
    .top-footer h2::before{
        right: 0;
        margin: 0 auto;
    }
    .top-footer h2::after{
        right: 0;
        margin: 0 auto;
    }
    .top-footer .menu{
        display: inline-block;
        margin:0 auto;
    }
    .top-footer .menu li{
        float:left;
    }
    .top-footer p{
        margin: 0;
        text-align: center !important;
    }
    .footer-stxt {
        padding-left: 0;
    }
    .social-icons{
        right: 0;
    }
    #button{
        right: 0;
    }
 }

