/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
    font-family: 'Bree Rg';
    src: url('../Bree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face { 
    font-family: 'Causten Re';
    src: url('../Causten-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cus_causten_re{
font-weight: bold!important;
font-family : 'Causten Re';
}




html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    /*font-family: 'Raleway','Open Sans',sans-serif;*/
    font-family: 'Causten Re';
}
/*
h1,h2,h3,h4,h5,h6 {
    font-weight: bold!important;
    font-family: Bree;
}*/

h1,h2,h3,h4,h5{
    font-family: 'Bree Rg';
    margin-bottom: 25px;
}


ul li a{
font-family: "Causten Re";
}

.nav-bar-menu li a{
    font-weight: bold!important;
  /*  font-family: Bree;*/
}

body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    /* height: 70px; */
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Causten Re';
}
select{
    display: inline-block;
}

h1, h2, h3{margin:10px 0;}
h1{
    font-size: 56px;
    color: #ad1e23;
    margin: 20px 0px;
    text-align: center;
}
p{
    margin: 0 0 10px;
    font: 18px 'Causten Re'; 
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 400;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy { 
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


 


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff') format('woff'),
        url('../fonts/icomoon/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
    position: relative;
    margin: 0;
        /*font: 14px 'Causten','Open Sans',Arial, sans-serif;*/
    font: 14px 'Causten Re';
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 85%;
    /* margin: 0 auto; */
}
/* sticky form code */
.stickyForm {
    position: fixed;
    top: 29%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #d5a931;
    padding: 10px 30px;
    position: absolute;
    top: -300px;
    bottom: 0px;
    margin: auto;
    left: -105px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 18px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
    /* display: none; */
    margin-top: 10px;
    text-align: left;

}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 26px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    border-radius: 0px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgb(35 35 35);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 36px;
    margin-bottom: 13px;
}
body .stickyForm select option{
    color: black;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #2237a2 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    border-color: #2237a2;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}




/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* Main CSS Starts Here */
.about-us{
    background-color: #ffffff;
    padding: 60px 21px;
    padding-bottom: 0px;
}
.title{
    font-size: 30px;
    color: #5e5858;
    }
.about-us .title{color: white;}
.about-us p{
    /* color: black; */
    /* width: 90%; */
    /* text-align: left; */
    margin-bottom: 15px;
    font-size: 16px;
}
.why-invest-plot{padding: 80px 20px;}
.why-invest-plot .title{
    color: #5b5a58;
}
.image-list{
    width: 23%;
    float: left;
    margin: 9px;
    min-height: 290px;
    box-shadow: 0 0 10px #eae6e661;
    padding: 10px;
}
.image-list img{
    width: 17%;
    margin: auto;
    /*min-height: 119px;*/
    /*object-fit: contain;*/
}
.image-list h3 {
    text-align: center;
    margin-bottom: 7px;
    margin-top: 20px;
}
.image-list p{
    text-align: center;
    margin-top: 5px;
}
.why-invest-kanakapura{
    background-color: #6d7f3e;
    padding: 100px 0px;
}
.why-invest-kanakapura .title{color: white;}
.why-invest-kanakapura p{color: white;font-size: 16px;}
.location .title{
    margin-top: 100px;
}
.location{
    padding: 40px 0px;
}
.location-advantage{
    /*background-color: #6d7f3e;*/
    padding: 100px 0px;
}
.location-advantage .title{
    /*color: white;*/
}
.location-advantage p{
    color: #5e5858;
    width: 100%;
}
#location-advantage{width: 100%;margin: 40px auto;}
#location-advantage img{width: 15%;margin: auto;}
#location-advantage p{
    margin-top: 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 17px;
}
.masterplan{
    position: relative;
}
.masterplan-text{
    position: absolute;
    width: 430px;
    left: 10%;
    top: 50px;
    text-align: left;
}
.gallery{background-color: #6d7f3e;padding: 50px 0px;z-index: 999;}
.gallery .title{
    text-align: center;
    color: white;
}
.hero-banner img{
 width: 100%;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    padding: 10px 0px;
    box-shadow: 0 0 10px #e0e0e0;
    z-index: 9;
}
.nav-bar-menu{
    /*text-align: center;*/
    float: right;
    
}
.nav-bar-menu li{display: inline-block;margin: 10px;}
.nav-bar-menu li a{
    color: black;
    font-size: 16px;
    padding: 20px 9px;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: -45px;
    display: block !important;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100%;
    border: 3px solid #7F7F7F;
    width:16px;height:16px;
  }
#gallery{

}
#gallery .image-overlay{
    width: 80%;
    margin: 20px auto;
    margin-top: 50px;
    position: relative;
}
#gallery .image-overlay{
    position: relative;
}
#gallery .image-overlay:before{
    content: '';
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.6;
}
/*.owl-item.active > div:after {
  content: 'active';
}*/
/*.owl-item.center {
  content: 'center';
}*/
#gallery .owl-item.active.center .image-overlay:before{
 content: none;
}
#gallery .owl-item.active.center .image-overlay{
  width: 100%;
  padding: 0;
  margin: auto;
}
.owl-item > div:after {
 
  font-size: 24px;
  font-weight: bold;
}
.gallery-inner{
    /* margin-bottom: -380px; */
}
.location-advantage .title{
   margin-bottom: 15px;
}
.sec-sub-title{
   font-size: 20px;
}
.masterplan img{
    width: 100%;
}
#location-advantage .item{
    background-color: #6d7f3e;
    padding: 18px;
}
#location-advantage ul{

}
#location-advantage ul li{
    color: #6d7f3e;
    background-color: white;
    margin-bottom: 7px;
    padding: 7px;
    border-radius: 5px;
}
#location-advantage ul li span{
float: right;
}
.terrain-plan-table{
    width: 100%;
}
.terrain-plan-table tr{
    
}
.terrain-plan-table tr th {
    padding: 15px;
    font-size: 20px;
    border: 1px solid #5e5858;
}

.terrain-plan-table tr td {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #5e5858;
}
.masterplan .row{
    margin: 30px 0px;
}
.m-b-title{
    margin-bottom: 6px;
}
.m-b-2-title{
        margin-bottom: 11px;
}
.hero-banner{
    position: relative;
}
.hero-banner .bda-logo{
    position: absolute;
    width: 210px;
    bottom: -30px;
    left: 20px;
}
.bnr-blw{
background: #B5BC89 0% 0% no-repeat padding-box;
opacity: 0.9743;padding:20px 3%;}
.whatsapp-btn {
    background: #4ac04b;
    width: auto;

    display: none;
    padding: 5px;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.whatsapp-btn svg {
    width: 41px;
    fill: #fff;
}
#whatsapp-popup {
    width: 35%;
    margin: auto;
    background-color: white;
    padding: 26px;
}
#whatsapp-popup p {
    margin-bottom: 10px;
    font-weight: 600;
}
#whatsapp-popup input {
    width: 100%;
    display: block;
    padding: 17px 10px;
    margin-bottom: 12px;
}
#whatsapp-popup select {
    width: 100%;
    display: block;
    padding: 9px 10px;
    margin-bottom: 12px;
}
#whatsapp-popup [type="submit"] {
    margin: auto;
    display: block;
    background-color: #c7b279;
    color: white;
    border: 1px solid #c7b279;
    padding: 7px 22px;
    margin: 10px auto;
}
.mfp-close-btn-in .mfp-close {
    right: 0px;
    opacity: 1;
    background-color: transparent;
    font-size: 34px;
}
#whatsapp-popup .btn-group{
text-align: center;
    display: block;

}
.rera-number a{
    color: white;
}
.rera-number {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    color: white;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}
#brand{
    float: left;
    /*background-color: black;*/
    /*padding: 4px;*/
    margin-left: 9px;
}
#brand img{
    width: 63%;
    margin: auto;
}
.main-logo{
    position: absolute;
    top: 90px;
    left: 50px;
    width: 180px !important;
    margin: auto;
}
.intro-context{

}
.intro-par{
    box-shadow: 0px 3px 6px #00000029;border-radius: 29px;opacity: 0.89;padding:30px 20px;background:#fff;margin-bottom:3rem;   
}
.intro-par h3{font-size: 28px;font-weight: 400;}

.vcenter {
    display: flex;
align-items: center;
}


.client-sliders{
  padding: 20px 0 0;
}

.client-sliders .owl-dots .owl-dot,
.client-sliders .owl-dots .owl-dot {
  background: transparent;
  border: 3px solid #7F7F7F;
  border-radius: 20px;
  width: 16px;
  height: 16px;
}

.client-sliders .owl-dots .owl-dot,
.client-sliders .owl-dots .owl-dot.active {
  background: #077200 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

.lifehos-slider .owl-nav button.owl-prev,
.client-sliders .owl-nav button.owl-prev {
  margin-left: -35px;
}

.lifehos-slider .owl-nav button.owl-next,
.client-sliders .owl-nav button.owl-next {
  margin-right: -35px;
}

.lifehos-slider .owl-nav button.owl-next span,
.lifehos-slider .owl-nav button.owl-prev span,
.client-sliders .owl-nav button.owl-next span,
.client-sliders .owl-nav button.owl-prev span {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #F1F9FF;
  border-radius: 10px;
  opacity: 1;
  z-index: 999;
  padding: 0px 14px 2px;
  font-size: 30px;
  font-weight: 800;
}

.lifehos-slider, .lifehos-sliders{padding: 20px 0 0;}
.lifehos-sliders .owl-dots .owl-dot, lifehos-slider .owl-dots .owl-dot{background: transparent;border: 3px solid #7F7F7F;border-radius: 20px;width: 16px;height: 16px;}
.lifehos-sliders .owl-dots .owl-dot, .lifehos-slider .owl-dots .owl-dot.active{background: #077200 0% 0% no-repeat padding-box;border-radius: 20px;}
.lifehos-slider .owl-nav button.owl-prev, .lifehos-sliders .owl-nav button.owl-prev {margin-left: -35px;}
.lifehos-slider .owl-nav button.owl-next, .lifehos-sliders .owl-nav button.owl-next {margin-right: -35px;}
.lifehos-slider .owl-nav button.owl-next span, .lifehos-slider .owl-nav button.owl-prev span, .lifehos-sliders .owl-nav button.owl-next span, .lifehos-sliders .owl-nav button.owl-prev span{background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F1F9FF;
    border-radius: 10px;
    opacity: 1;z-index: 999;padding: 0px 14px 2px;font-size: 30px;font-weight: 800;}
    .purefa-slider .owl-nav button.owl-prev {margin-left: -55px;}
.purefa-slider .owl-nav button.owl-next {margin-right: -55px;}
.purefa-slider .owl-nav button.owl-next span, .purefa-slider .owl-nav button.owl-prev span{background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F1F9FF;
    border-radius: 10px;
    opacity: 1;z-index: 999;padding: 0px 14px 2px;font-size: 30px;font-weight: 800;}
    .purefa-slider img{width:80px !important;margin: 0 auto;height: 80px;}
    .purefa-slider p{margin-top: 10px;text-align: center;font-size: 20px;color: #3E423D;padding: 10px;}
    .purefa-slider .item{background: #D3FFC9 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 14px;padding: 20px 15px;margin: 0 20px;min-height: 210px;}
    .gree-slider .owl-nav button.owl-prev {margin-left: -55px;}
.gree-slider .owl-nav button.owl-next {margin-right: -55px;}
.gree-slider .owl-nav button.owl-next span, .gree-slider .owl-nav button.owl-prev span{background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #F1F9FF;
    border-radius: 10px;
    opacity: 1;z-index: 999;padding: 0px 14px 2px;font-size: 30px;font-weight: 800;}
    .gree-slider img{width:80px !important;margin: 0 auto;height: 80px;}
    .gree-slider p{margin-top: 10px;text-align: center;font-size: 20px;color: #3E423D;font-weight: 600;padding: 10px;}
    .enqu a{background: #006937 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;padding:20px;color:#fff;
        border-radius: 13px;margin: 20px 30px;}
            .ite{background: #D3FFC9 0% 0% no-repeat padding-box;padding:20px 15px;margin-bottom: 20px;width:100%;}
            .ite img{width:80px !important;margin: 0 auto;text-align: center;}
            .ite p{margin-top: 10px;text-align: center;font-size: 20px;color: #3E423D;font-weight: 600;padding: 10px;}
            .frm_forms input::placeholder {
                  color: #064106;}
            .frm_forms input, .frm_forms select {
                margin-bottom: 20px;
                font-weight: 500;
                
                outline: none;
                background: transparent;
                width: 100%;
                color: #064106;
                /*padding-bottom: 10px;
                border: 0;
                border-bottom: 1px solid #064106;
                */font-size:16px;min-height:30px;}
            .frm_forms input[type=checkbox], .frm_forms input[type=radio]{margin-right: 5px;min-height: 0px !important;margin-bottom: 0px;width:auto; color: #064106;font-size:12px;}
            .frm_forms .frm_checkbox label {
                font-weight: 500;width:100%;
                display: flex;margin-bottom:5px;
                align-items: center;font-size:16px;}
               .frm_forms .frm_button_submit {
                    font-weight: 500;
                    outline: none;
                    box-shadow: none;
                    background: #064106;
                    border: 1px solid #2d9022;
                    color: #fff !important;
                    padding: 8px 15px;
                    border-radius: 4px;font-size:16px;
                }
.toggle-button{
    text-align: center;
    margin-bottom: 15px;
}
.toggle-button button{
    background-color: white;
    border: 1px solid black;
    padding: 10px 30px;
    margin:10px;
    border-radius: 3px;
    font-weight: 600;
}
.toggle-button .active{
    background-color: #2237a2;
    border: 1px solid #2237a2;
    color: white;
    /* padding: 8px 20px; */
    margin-right: 15px;
}
.section-title{
    font-size: 40px;
    text-align: center;
}
.width-90{
    width: 60%;
    margin: auto;
    text-align: center !important;
    color: #000000c9;
    padding-bottom: 15px;
    border-bottom: 1px solid #c6c6c6;
    line-height: 23px;
}

.about-slider{
    margin-top: 50px;
}
.about-slider .owl-item img{width: 35%;    margin: auto;}
.about-slider .owl-item p{
    margin-top: 15px;
    text-align: center;
}
.about-hosachiguru{
    background-color: #faf4e2;
}
.p-t{
    padding-top: 20px;
}
.about-project{
    display: none;
}
.about-project.active{
    display: block;
}
.economic-advt{background-color: #faf4e2;padding-top: 20px;padding-bottom: 30px;}
.economic-advt h3{text-align: center;font-weight: 600;font-size: 30px;}
.economic-advt p{text-align: center;font-size: 16px;margin-bottom: 25px;}
.offer-icons{

}
.offer-icons li{display: flex;align-items: center;font-size: 16px;margin-bottom: 4px;}
.offer-icons li img{
}
.contact-us{
    background: url(../images/contact-us.png) no-repeat;
    background-position: center;
    padding: 25px 0px;
}
.contact-us h3{
    text-align: center;
    font-size: 40px;
}
.contact-us-form{width: 60%;margin: auto;background-color: #e6e6e6;padding: 30px 20px;border-radius: 30px;}
.contact-us-form{

}
.contact-us-form input{width: 100%;padding: 25px 20px;margin-bottom: 10px;border-radius: 30px;border: 1px solid #e6e6e6;}
.contact-us-form input[type="submit"]{background-color: #2237a2;width: 50%;margin: 10px auto;display: block;color: white;line-height: 1px;margin-right: auto !important;}
.contact-us-form select {
    width: 100%;
    padding: 17px 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
}
.contact-us-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;

    margin-top: 10px;
    font-size: 15px;
}
.sub-title{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: black;
    text-transform: uppercase;
}
.testimonal{
    padding: 50px 0px;
}
.testimonal-slider{width: 70%;margin: auto;padding: 20px;color: white;border-radius: 20px;}
.testimonal-slider p{color: white;font-size: 16px;}
.testimonal-slider .testi-name{
    margin-top: 15px;
}
.know-more-project{margin-top: 30px;}
.know-more-project p{
    text-align: left;
    margin-bottom: 3px;
    font-weight: 600;
    color: black;
}
.know-more-project a{
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 9px;
    background-color: #0097b1;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
}
.border-right{border-right: 1px solid #b5b5b5;margin-top: 12px;padding-top: 10px;}
.farmland-offers{
    margin-top: 75px;
}
.owl-nav .owl-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    right: 10px;
}
.owl-nav .owl-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
    left: 10px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    color: transparent;
    background-size: contain;
    border-radius: 50%;
    background-position: center !important;
}
.testimonal-slider .owl-nav .owl-next {
   
    right: -50px;
}
.testimonal-slider .owl-nav .owl-prev {
    
    left: -50px;
}
.testimonal-slider .owl-item img{
    width: 50%;
    margin: auto;
}
.testimonal-slider .video-slider{
     background-color: transparent !important;
     display: block !important;
     padding: 0px !important;
}
.testimonal-slider .item{
    background-color: #0097b1;
    padding: 20px;
    color: white;
    border-radius: 20px;
}
.testimonal-slider .item {
    min-height: 250px;
    display: flex;
     align-items: flex-start; 
     justify-content: center; 
    flex-direction: column;
}
.reload-captcha{
    display: block;
    text-align: left;
    margin-top: 2px;
}
.hero-banner .owl-nav .owl-next {
    background: url(../images/right-arrow-with-bg.png) no-repeat 0 0 !important;
    background-size: 100% !important;
    
}
.hero-banner .owl-nav .owl-prev {
    background: url(../images/left-arrow-with-bg.png) no-repeat 0 0 !important;
    background-size: 100% !important;

}
fieldset{
    margin-bottom: 10px;
}
.stickyForm textarea{
    height: 36px !important;
}
.hero-banner{
    margin-top: 50px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 66px;
    background: #d5a931;
} 
 .copyright p a
 {
     text-decoration: none;    cursor: pointer;
 }
 .copyright p
 {
     text-decoration: none;color: #000;
 }
 
.content-popup .modal-dialog {
    width: 70%;
}
.content-popup .modal-body .scroll-content {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 25px;
    padding-left:0px;
}
button.agree-btn {
    margin: auto;
    background: #e4c87c;
    outline: none;
    border: 0px;
    padding: 10px 30px;
    display: table;
    margin: 2rem auto 0px;
}
.content-popup .modal-content
{
    background:#faf4e2;
}

.scroll-content p {
    margin: 1rem 0px;
    font-weight: 400;
}
.content-popup .modal-content a{
    text-decoration: none;
}

.scroll-content::-webkit-scrollbar {
    width:8px;
}
 
.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:8px;
}
 
.scroll-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 0px solid slategrey;
   border-radius:8px;
}
.content-popup h4.modal-title {
    font-weight: bold;
    text-align: center;
}

/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */
    .nav-bar-menu{
        display: none;
    }
    .about-us{
        padding: 30px 5px;
    }
    .about-us p{
        width: 100%;
    }
    .why-invest-plot{
        padding: 40px 5px;
        padding-bottom: 70px;
    }
    .image-list{
        margin-top: 0px;
        width: 100%;
    }
    .image-list img{
        min-height: auto;
    }
    .image-list p{
        margin-top: 10px;
        font-size: 19px;
        margin-bottom: 25px;
    }
    .whatsapp-btn{
        display: inline-block;
    }
    #brand{
        margin-left: auto;
        display: block;
        float: none;
    }
    .nav-bar-wrapper{
        text-align: center;
    }
    .main-logo {
        top: 40px;
        left: 0;
        width: 150px !important;
        right: 0;
    }
    .title{
        font-size: 25px;
    }
    #whatsapp-popup{
        width: 100%;
    }
    .mfp-close-btn-in .mfp-close{
        right: 0;
    }
    .intro-para {
        padding: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .intro-para h3 {
        font-size: 35px;
    }
    .intro-para p{
        margin-bottom: 20px;
        font-size: 15px;
    }
    .section-title {
        font-size: 35px;
        text-align: center;
        margin-top: 18px;
    }
    .width-90{
        width: 95%;
    }
    .contact-us-form{
        width: 95%;
    }
    #brand img{
        width: 50%;
    }
    .owl-carousel .owl-dots{
        bottom: -10px;
    }
    .hero-banner{
        margin-top: 50px;
    }
    .offer-icons li{
        margin-bottom: 10px;
    }
    .about-slider .owl-nav .owl-next,.about-slider .owl-nav .owl-prev{
        top: 21%;
    }
    .border-right {
        border-bottom: 1px solid #b5b5b5;
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .testimonal-slider .owl-item img{
        width: 100%;
    }
    .testimonal-slider .video-slider{
        padding: 0px !important;
    }
    .testimonal-slider{
        width: 100%;
    }
    .testimonal-slider .owl-nav .owl-prev{
        left: 0px;
    } 
    .testimonal-slider .owl-nav .owl-next{
        right: 0px;
    }
    .contact-us{
        background: none;
    }
    .mfp-iframe-holder .mfp-content{
        max-width: 100%;
    }
    
}
@media only screen and (min-width: 1024px){
.mr-lfr{margin-left:3rem;}
.d-flex{display: flex;}
.comn-fnt{font-size:38px;font-weight:800;letter-spacing:1px;line-height:1.3;}
    .ryt-br{border-right: 3px solid #006937;}
        .enqu{display: flex;
            flex-direction: row;
            align-content: space-between;}
            .bnr-blw .col-sm-2{width:20%;}
}
@media only screen and (max-width: 479px){
.comn-fnt{font-size:22px;font-weight:800;letter-spacing:1px;line-height:1.3;}}
@media only screen and (max-width: 479px){
.mb-sp{margin:20px 0;}
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    .copyright{
        padding: 10px;
        flex-wrap: wrap;
    }
    .copyright p {
        text-decoration: none;
        margin: 10px 0px;
    }
    .content-popup .modal-dialog {
        width: 95%;
        margin: auto;
    }
}
#RegisterPopUp{}
#RegisterPopUp button{ position: absolute; top: 0; right: 0; padding: 5px;}
.sambrahma{}
.sambrahma img{ width:100%;}
.final .col-sm-3, .intro-context .col-sm-4{display: flex;align-items: stretch;}
#sideer .owl-item .item, #unqcofor-slider .owl-item .item{
	opacity: .75;
	position: relative;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
}
#sideer .owl-item.center .item, #unqcofor-slider .owl-item.center .item{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#sideer .owl-item .item .img, #unqcofor-slider .owl-item .item .img{
	position: relative;
	z-index: 1;
}
.content-bnr{display:flex;flex-direction:row;align-items:strech;}
.content-bnr p{padding: 10px;color: #1B4815;font-size:15px;text-align:left;width:70%;}