@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html{ scroll-behavior: smooth;}

body {
    font-family: 'Conv_Gilroy-Medium', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    color: #676767;
    background-color: #fff;
    min-width: 320px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    margin: 0 0 15px;
   color: #676767;
}

a {
    color: #1e0f24;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
}

a:hover,
a:active,
a:focus {
    color: #e01557;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #999;
    margin: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

h3 {}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

ul {
    margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

/* width */
body::-webkit-scrollbar {
  width: 16px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #555; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background-color: #303030; border-radius: 6px; height: 37px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #111; 
}

.pt_35 {
    padding-top: 35px;
}

.pt_50 {
    padding-top: 50px;
}

.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

header {
    position: fixed;
    z-index: 99; 
    transition: all 0.3s;
    background: rgba(84,81,93,0.8);
    padding: 7px 0px;
}

nav.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #bababa;
    padding: 0px 11px;
}
.navbar-dark .navbar-nav .nav-link.active{color: #fff;}

.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /*color: #e6175c;*/
    color: #fff;
}

.navbar-brand {}

.navbar-brand img {
    height: 45px;
}

.logo_Color {
    display: none;
}

.nav-link.navbar-brand {
    display: none;
}

/*
header.sticky {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header.sticky .logo_Color {
    display: block;
}

header.sticky .logo_White {
    display: none;
}

header.sticky .navbar-dark .navbar-nav .nav-link {
    color: #000;
}*/


.bannerSection {
    
    position: relative;
    /*height: 650px;
    overflow: hidden;*/
    display: flex;
    align-items: center;
}

.bannerSection .container {}

.sliderImgHolder {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bannerText {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.bannerText h3 {
    color: #fff;
    font-size: 50px;
}

.mainSlide .carousel-control-next-icon, 
.mainSlide .carousel-control-prev-icon{    background-color: #fff;
    width: 32px;
    height: 32px;
    background-size: 10px;}

.mainSlide .carousel-control-prev-icon {
    background-image: url(../images/ic-leftArrow.svg);
}
.mainSlide .carousel-control-next-icon {
    background-image: url(../images/ic-rightArrow.svg);
}

.mainSlide .carousel-control-next{justify-content: flex-end;}
.mainSlide .carousel-control-prev{justify-content: flex-start;}

.sliderSocial {
    /*position: absolute; top: 50%; left: 80px; transform: translateY(-50%); z-index: 9;*/
}

.sliderSocial li {}

.sliderSocial li a {
    padding: 10px;
}

.sliderSocial li a img {
    width: 40px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.wwd_row {}

.wwd_row>div {
    margin-bottom: 20px;
}

.wwd_Col {
    display: block;
    background: #fff;
    border: 15px #fff solid;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    height: 100%;
}

.wwd_Col:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.wwd_Col .wwd_img {}

.wwd_Col .wwd_img img {
    width: 100%;
}

.wwd_Col h6 {
    color: #e6175c;
    margin: 0;
    font-family: 'Conv_Gilroy-SemiBold';
    padding: 10px 0px;
}

.title_1 {
    font-size: 16px;
    color: #293742;
    font-family: 'Conv_Gilroy-SemiBold';
}

.border_b {
    border-bottom: 1px #f9f9f9 solid;
}

.hr {
    margin: 50px 0px;
}

.hwd_Col {
    margin-bottom: 30px;
}

.hwd_Col .hwd_img {
    margin-bottom: 12px;
}

.hwd_Col .hwd_img img {}

.link_ {
    color: #e6175c;
}

.link_:hover {
    color: #e6175c;
    text-decoration: underline !important;
}

.formStyle {
    width: 75%;
}

.formStyle textarea,
.formStyle input[type="text"] {
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px #e5e5e5 solid;
    padding: 10px 15px;
    transition: all 0.5s;
}

.formStyle textarea:focus,
.formStyle input:focus {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.formStyle textarea::placeholder,
.formStyle input::placeholder {
    color: #999;
}

.formStyle textarea {
    height: 150px;
    resize: none;
}

.btnPink {
    background: #e01557;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Conv_Gilroy-SemiBold';
    letter-spacing: 1px;
}

.btnPink:hover {
    background: #000;
}



.socialLinks {
    display: flex;
}

.socialLinks li {
    padding-right: 10px;
}

.socialLinks li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.socialLinks li a img {
    width: 40px;
}

.socialLinks li a:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.copyRight {

    display: inline-block;
    align-items: center;
}

.copyRight p {}

.copyRight a {}

.copyRight p {
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.copyRight a {
    color: #e01557;
    font-size: 16px;
    float: right;
}

.copyRight a:hover {
    text-decoration: underline !important;
}

.imgFull {}

.imgFull img {
    width: 100%;
}

.footerNote {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footerNote p {
    transform: translate(-25%, 0%);
}
.videoBg {
    background-color: #444444; padding: 40px 0px;
}
.title {
    font-size: 19px;
    line-height: 34px;
    color: #6c757d;
    letter-spacing: -0.5px;
    font-weight: normal !important;
    text-align: center;
    padding-top: 10px;
}

ul.features li:before {
    content: '';
    background: #007bff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 20px;
    left: -3px;
    border-radius: 50px;
}

ul.features li {
    display: initial;
    padding: 10px 10px;
    font-size: 19px;
    color: #999;
    position: relative;
}


ul.features li span {
    list-style: none;
    color: #007bff;
}
ul.features li:last-child:before {
    list-style: none;
    background-color: white;
}
ul.features li:first-child:before {
    list-style: none;
    background-color: white;
}
button.tablinks.active {
    background-color: #0066bf!important;
    padding: 10px 50px;
    color: #fff;
    border: none;
}
button.tablinks {
    background: rgb(0 123 255 / 7%);
    border: none;
    padding: 10px 40px;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.tabcontent { display: none;}

  h2.title {
    text-align: left;
    margin-bottom: 0;
}

.bg_1,
.mapsSection{background-color: #f6f6f6;}

.pdfSection {
    background-color: #f6f6f6;
    padding: 35px 0px;
}

ul.agentsocial li {
    display: inline-block;
    padding: 5px;
    margin-bottom: 20px;
    font-size: 25px;
}


.upperFooterSec {
    background: #f6f6f6;
    padding: 40px 0px;
}
.upperFooterSec p{color: #999; font-size: 10px; line-height: 20px; margin-bottom: 0;}

footer {
    background-color: #212529;
    color: #fff;
}

.lowerFooter p, .lowerFooter p a {
    color: #bfbdbd !important;
    text-transform: lowercase;
    line-height: 25px;
}
.col-sm-6.social {
    text-align: right;
    float: right;
}

.social ul.agentsocial li a {
    color: #fff;
}




.navTabsCss{border: none; padding-top: 30px;}
.navTabsCss .nav-link{color: #888;
    position: relative;
    background-color: rgba(0,0,0,0.045); 
    font-size: 16px;
    padding: 10px 15px;border: none; 
    border-right: 1px solid rgba(0,0,0,0.06)!important; 
    border-radius: 0;
}
.navTabsCss .nav-link:hover{background-color: rgba(0,0,0,0.035);}
.navTabsCss .nav-link.active{color: #fff; background-color: #0066bf;}

.tabBody__{padding: 20px 0px;}

.buletListing{
    padding-left: 25px; 
    font-size: 15px;   
   color: #676767;
    margin-bottom: 25px;
}
.buletListing li {
    list-style: disc; 
    margin-bottom: 8px;
}


.thumbnailSlide {}
.thumbnailSlide .carousel-item{}
.thumbnailSlide .carousel-item .sliderHolder{width: 100%; height: 460px; display: flex; align-items: center; justify-content: center; background-color: #eee;}
.thumbnailSlide .carousel-item .sliderHolder img{width: auto; height: 460px;}

.thumbnailSlide .carousel-indicators{position: relative; width: 100%; padding-top: 4px; margin: 0px auto; overflow-x: scroll; justify-content: flex-start;    background: #eeeeee;}
.thumbnailSlide .carousel-indicators li{width: 96px; min-width: 96px; height: 72px; margin: 0; opacity: 1; border: none; background-color: #eee; margin-right: 4px;}
.thumbnailSlide .carousel-indicators li:last-child{margin-right: 0;}
.thumbnailSlide .carousel-indicators li img{width: 100%; height: 100%; display: block;}
.thumbnailSlide .carousel-indicators li.active img{opacity: 0.5;}

.thumbnailSlide .carousel-control-next-icon, 
.thumbnailSlide .carousel-control-prev-icon{    background-color: #fff;
    width: 32px;
    height: 32px;
    background-size: 10px;}

.thumbnailSlide .carousel-control-prev-icon {
    background-image: url(../images/ic-leftArrow.svg);
}
.thumbnailSlide .carousel-control-next-icon {
    background-image: url(../images/ic-rightArrow.svg);
}

.thumbnailSlide .carousel-control-next{justify-content: flex-end;}
.thumbnailSlide .carousel-control-prev{justify-content: flex-start;}
/* width */
.thumbnailSlide .carousel-indicators::-webkit-scrollbar {
  height: 0px;
}

#GroudnID .carousel-indicators,
#DetailsID .carousel-indicators{justify-content: center;}


.openhouse{text-align: center; font-weight: bold;}


.formStyle_2{}
.formStyle_2 .form-group{margin-bottom: 27px;}
.formStyle_2 .fLabel{color: #0066bf; font-size: 15px; margin-bottom: 5px;}
.formStyle_2 input,
.formStyle_2 textarea{width: 100%; font-size: 16px; color: #555; padding: 16px; border:none; border-bottom: 1px solid #ccc; }
.formStyle_2 input:focus,
.formStyle_2 textarea:focus{border-color: #999;}
.captcha{padding: 15px 0px;}
.captcha img{}

.btnSubmit{padding: 16px; border-radius: 0; border: none;background-color: #9399a3;color: #fff;cursor: pointer;     font-size: 12px;}
.btnSubmit:hover{background-color: #0066bf;}



.contactLeftCol{}
.contactLeftCol h2{font-size: 22px; margin-bottom: 10px;}
.contactLeftCol a{color: #0066bf; }

ul.agentsocial{}
ul.agentsocial li{ padding-left: 0 !important;}
ul.agentsocial li a{ color: #fff; background-color: #9399a3; width: 32px; height: 32px; border-radius: 50%; font-size: 14px; text-align: center; line-height: 32px;}
ul.agentsocial li a:hover{background-color: #0066bf; color: #fff;}

.contactSection{padding: 60px 0px;}

.footerBottom{background-color: #1c1c1c; height: 27px; margin-top: 10px;}

footer {  padding: 25px 0px 0px;}
.websiteBy{}
.websiteBy p,
.websiteBy a{line-height: 22px !important; font-size: 12px; text-transform: uppercase !important;}
.websiteBy strong{    color: #777;}

.social{}
.socialLink{display: flex; align-items: center; justify-content: flex-end;}
.socialLink li{padding-left: 15px;}
.socialLink li a{color: #777; font-size: 19px;}

.social .link__{color: #ccc; font-weight: 700; font-size: 12px;}



.navbar-toggler{border: none;background-color: transparent; padding: 0;}
.navbarTogglerIcon{display: block; width: 20px; height: 2px; background-color: #bababa; margin: 10px 0px; position: relative; transition: all 0.5s;}
.navbarTogglerIcon:before,
.navbarTogglerIcon:after{position: absolute; content: ''; width: 100%; height: 2px; background-color: #bababa; left: 0; transition: all 0.5s;}
.navbarTogglerIcon:before{top: -6px; transform: translate(0px, 6px) rotate(135deg);}
.navbarTogglerIcon:after{bottom: -6px; transform: translate(0px, -6px) rotate(-135deg);}

.navbar-toggler .navbarTogglerIcon{background-color: transparent;}
.navbar-toggler.collapsed .navbarTogglerIcon{background-color: #bababa;}
.navbar-toggler.collapsed .navbarTogglerIcon:before,
.navbar-toggler.collapsed .navbarTogglerIcon:after{transform: unset;}


.videoModal{}
.videoModal .close{position: absolute; 
    top: -12px; 
    right: -12px; 
    background-color: #000; 
    border:2px #fff solid; 
    text-shadow: none; 
    width: 30px; height: 30px;
     border-radius: 50%;
     display: flex; 
     align-items: center; 
     justify-content: center;
      color: #fff; z-index: 1;
       line-height: 1;
       opacity: 1;}
.videoModal .videoModalHolder{}
.videoModal .videoModalHolder iframe{width: 100%;}







