/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/
/*------------------------------------------------------------------
		1. IMPORT FONTS
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i");

/*------------------------------------------------------------------
		2. BASIC
-------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #000000;
    font-family: "Poppins", sans-serif;
    line-height: normal;
    scroll-behavior: smooth;
}

#default_theme {
    background-color: #EEE; 
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------------
		3. LOADER
-------------------------------------------------------------------*/
.bg_load {
    float: left;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00b98e;
}

#bg_app_loader {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 5001;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(1, 1, 1, 0.3);
}
.loader_animation {
    width: 175px;
    -webkit-animation-name: rotatey;
    -moz-animation-name: rotatey;
    -o-animation-name: rotatey;
    animation-name: rotatey;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 150s;
    animation-duration: 150s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: 130s linear;
    -moz-animation-timing-function:  130s linear;
    -o-animation-timing-function: 130s linear;
    animation-timing-function: 130s linear;
}

@-webkit-keyframes rotatey {
    from {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    to {
        -webkit-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@-moz-keyframes rotatey {
    from {
        -moz-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    to {
        -moz-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@-o-keyframes rotatey {
    from {
        -o-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    to {
        -o-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@keyframes rotatey {
    from {
        -webkit-transform: rotatey(0deg);
        -moz-transform: rotatey(0deg);
        -o-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }

    to {
        -webkit-transform: rotatey(360deg);
        -moz-transform: rotatey(360deg);
        -o-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

/* slider section start */
.slider_section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 0px 0%;
    width: 100%;
    float: left;
}

.slider_section .section_bg {
    position: absolute;
    top: 150px; box-shadow: 3px 5px 7px #333;
    width: 74%;
    height: 150px;
    z-index: -1;    
    background-color: rgba(1, 1, 1, 0.7);
}
  
.section_bg.section_bg_right {
  border-radius: 15px 15px;
}

.slider_section .name_design {
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_section .name_design h6 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.slider_section .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .detail-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider_section .detail-box h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3rem;
}

.slider_section .detail-box p {
    color: #fbfbfb;
    margin-top: 25px;
}

.slider_section .detail-box .hero_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    padding: 10px 5px;
    border-radius: 35px;
    color: #ffffff;
    background-color: #099A05;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.slider_section .detail-box .hero_btn span {
    margin: 0 5px;
    position: relative;
    z-index: 2;
    margin: 0px auto;
}

.slider_section .detail-box .hero_btn span.icon_span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #f83319;
}

.slider_section .detail-box .hero_btn svg {
    width: 15px;
    height: auto;
    fill: #ffffff;
    position: relative;
    z-index: 2;
}

.slider_section .detail-box .hero_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 100%;
    background-color: #35098d;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_section .detail-box .hero_btn:hover:before {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.slider_section .img-box {
    -webkit-animation: imgAnimation 5s;
    -moz-animation: imgAnimation 5s;
    -o-animation: imgAnimation 5s;
    animation: imgAnimation 5s;
}

.slider_section .img-box img {
    width: 100%;
}

@-webkit-keyframes imgAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes imgAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes imgAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imgAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slider_section #customSlider1 {
    position: unset;
}

.slider_section .carousel-indicators {
    margin: 0;
    bottom: 15px;
}

.slider_section .carousel-indicators.main_indicator {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators.main_indicator li {
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #ffffff;
    background-clip: unset;
    border: none;
    border-radius: 100%;
    background-color: #099A05;
}

.slider_section .carousel-indicators.main_indicator li.active {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
}

.slider_section .carousel-indicators.second_indicator {
    left: initial;
    right: 45px;
}

.slider_section .carousel-indicators.second_indicator li {
    background-clip: unset;
    border: none;
    border: none;
    text-indent: unset;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    color: #ffffff;
    font-size: 18px;
    display: none;
}

.slider_section .carousel-indicators.second_indicator li.active {
    display: inline;
}

/* slider section end */

.body-background-img {
    background-image: url('/assets/images/home-1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.buttom-50{
    width: 50%; height: 50px; float: left; border: 1px solid #ffffff !important; position: relative;
    color: #ffffff; font-size: 17px; text-align: center; padding: 12px 0px !important; cursor: pointer;
}
.bg-blue{
    background-color: #35098d;
}
.bg-red{
    background-color: #f83319;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}
.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.btn{
    border-radius: 20px;
    margin-right: 5px;
}
.btn-brs{
    color: #fff;
    border: 0px solid #00b98e;
    text-transform: uppercase;
    text-align: center;
    background-color: #00b98e !important;
    border-radius: 20px;
    margin-right: 5px;
}
.btn-brs :hover{
    background-color: #00b98e !important;
    border-radius: 25px;
}
.btn-brs i{
    margin-right: 10px;
}

@media (max-width: 480px){
.form-check-inline{
    display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0rem;
}
.btn-brs {
    color: #fff;
    border: 0px solid #00b98e;
    text-transform: uppercase;
    text-align: center;
    background-color: #00b98e !important;
    border-radius: 20px;
    margin-right: 5px;
    font-size:13px !important;
  }
  .btn-dark {
    color: #fff;
    border: 0px solid #00b98e;
    text-transform: uppercase;
    text-align: center;
    background-color: #00b98e !important;
    border-radius: 20px;
    margin-right: 5px;
    font-size:13px !important;
  }
  .px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.primarybt { background: #1fac8b; width: 100%; color: #fff !important; height:50px; min-width: 150px !important; text-align: center; border: 2px solid #1fac8b !important;  display: inline-block;  padding:8px 22px; cursor: pointer !important; }
.primarybt { -moz-border-radius: 5px!important; -webkit-border-radius: 5px!important; border: 2px solid #1fac8b ; border-radius: 6px!important; font-size: 18px; }
.primarybt { text-decoration:none; font-weight:normal; text-decoration:none; }
.primarybt a { color:#ffffff !important; }
.primarybt:hover { background: #149375 !important; color: #fff; text-decoration:none; border: 2px solid #149375; }
.primarybt:active { -moz-box-shadow: inset 1px 1px 1px #12274c; -webkit-box-shadow: inset 1px 1px 1px #12274c; box-shadow: inset 1px 1px 1px #12274c; color: #fff; text-decoration:none; }
.primarybt:focus {color: #fff !important;}


.secondarybt { background: #ffffff;  width: 100%; color: #1fac8b !important; height:50px;  min-width: 150px !important; text-align: center; display: inline-block; padding:8px 22px; cursor: pointer; }
.secondarybt { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 6px; border: 2px solid #1fac8b !important; font-size: 18px; }
.secondarybt { text-decoration:none; font-weight:normal; text-decoration:none; cursor: pointer;}
.secondarybt a{color: #1fac8b !important; text-decoration:none; }
.secondarybt:hover { background: #f6f7f8; color: #1fac8b; text-decoration:none; }
.carousel-control-next-icon {
       background-color: #585858;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
}
.carousel-control-prev-icon {
    background-color: #585858;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
}

.proprty-type-collapse .bootstrap-select .dropdown-toggle .filter-option{
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
    color: #333 !important;
}
   @media screen and (max-width:1300px) and (min-width: 1140px) {   
    .navbar-light .navbar-nav .nav-link{font-size: 13px !important;}    
    .web_logo img.img-fluid{width:200px !important;}
    .property_cls {padding: 5px; font-size: 14px !important;}
   }
   @media screen and (max-width:1139px) and (min-width: 980px) {   
 .navbar-light .navbar-nav .nav-link{font-size: 13px !important; margin-right: 10px !important;}    
    .web_logo img.img-fluid{width:140px !important;}
    .property_cls {padding: 5px; font-size: 14px !important;}
    .hd_ul .nav-item.nav-link{    padding: 10px 0 !important; margin-right: 0 !important;}

   }
.gm-style .gm-style-iw{ padding: 10px !important;}
.gm-style-iw-d{overflow: hidden !important;}
.gm-style-iw-chr button {height: 30px !important; width: 20px !important;}
button.gm-ui-hover-effect span{margin: 0 !important;}
.cluster-info-window svg {
    color: #8d8d8d;
    margin-right: 4px;
    vertical-align: middle;
}
.btn.btn-success svg { color: #fff;}