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

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


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


/* light-blue - #0693F7 */


html{
    scroll-behavior: smooth;
}
body{
   /* font-family: 'Poppins', sans-serif;*/
   font-family: 'Avenir';
    font-size: 19px; 
    font-weight: 300;
    color: #333333;
    letter-spacing: .8px;
}
/* html,
body{
   width: 100%;
   height: 100%;
   overflow: hidden;
   margin: 0;
} */

a{-webkit-transition: all 0.42s ease-out; -moz-transition: all 0.42s ease-out; -o-transition: all 0.42s ease-out; -ms-transition:  all 0.42s ease-out; transition: all 0.42s ease-out; text-decoration:none;}
a:hover{color: #4E738A; text-decoration: none;}
a {
    color: #424F5C;}
::placeholder { color: #000000; opacity: 1; }
:-ms-input-placeholder { color: #000000;}
::-ms-input-placeholder { color: #000000;}

/*COMMOM STYLES*/
.book{font-family: 'Avenir Book';}
.bg-grey{background-color: #e0e0e1 }
.bg-brand{background-color: #46484f;}
.bg-black{background-color: #000;}
.bg-light{background-color: rgb(237,237,237)!important;}
.bg-red{background-color:#BE0000!important;}
.btn-brand{background-color: #58595b;  transition: all 0.52s ease-out; color: #ffffff; font-size: 19px; font-weight:900; padding: 10px 35px; display: inline-block; border: 1px solid #58595b;letter-spacing: 6px;border-radius: 10px;text-transform: uppercase;}
.btn-brand:hover{background-color: #F7941E; color: #ffffff!important; }
.btn-red{background-color: #BE0000;  transition: all 0.52s ease-out; color: #ffffff; font-size: 22px; font-weight:400; padding: 10px 50px; display: inline-block; border: 0;}
.btn-red:hover{background-color: #415364; color: #ffffff!important; }
.btn-brand1{background-color: #53626F;  transition: all 0.52s ease-out; color: #ffffff; font-size: 33px; font-weight:400; padding: 18px 50px; display: inline-block; border: 0;}
.btn-brand1:hover{background-color: #F7941E; color: #ffffff!important; }

.btn-share{background-color: #AAAAAA;
    background-image: url(../images/misc/share.png);
    background-position: 90% 52%;
    background-repeat: no-repeat;
    padding-right: 65px!important;
    border: 0;color: white;}
.text-brand{color:#58595b!important;}
.text-l-brand{color:#bdbebe}
.text-yellow{color: #F7941E!important;}
.text-black{color:#000!important;}
.text-red{color:#BE0000!important;}
.text-grey{color: #666666!important;}
.has-bg{background-position: center; background-size: cover; }
.border-white{border:1px solid #ffffff}
.border-black{border:4px solid #000000}
.border-brand{border-color: #53626F!important;}
.img-linked{
    -webkit-transition: all 0.42s ease-out;
    -moz-transition: all 0.42s ease-out;
    -o-transition: all 0.42s ease-out;
    -ms-transition:  all 0.42s ease-out;
    transition: all 0.42s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}
.text-linked{color: inherit;}
/* .text-linked:hover{color: inherit;} */
.fw-th{font-weight: 100;}
.fw-eli{font-weight: 200;}
.fw-li{font-weight: 300;}
.fw-re{font-weight: 400!important;}
.fw-me{font-weight: 500;}
.fw-sb{font-weight: 600;}
.fw-bo, strong{font-weight: 900;}


.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px!important}
.fs-21{font-size: 21px;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
.fs-25{font-size: 25px;}
.fs-28{font-size: 28px;}
.fs-30{font-size: 30px;}
.fs-32{font-size: 32px;}
.fs-33{font-size: 33px;}
.fs-34{font-size: 34px;}
.fs-36{font-size: 36px;}
.fs-38{font-size: 38px;}
.fs-45{font-size:45px;}
.fs-50{font-size: 50px;}
.fs-56{font-size: 56px;}
.fs-60{font-size: 60px;}
.fs-65{font-size: 65px;}
.fs-68{font-size: 68px;}
.fs-78{font-size: 77px;}
.fs-86{font-size: 86px;}
.fs-90{font-size: 90px;}
.fs-100{font-size: 100px;}
.fs-174{font-size: 174px;}
.fs-183{font-size: 183px;}
.fs-228{font-size: 228px;}

.ls-0{letter-spacing: 0px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-5{letter-spacing: 5px;}
.ls-12{letter-spacing: 12px;}


.lh-1{line-height: 1;}
.lh-1-2{line-height: 1.2;}
.lh-1-4{line-height: 1.4;}
.lh-1-5{line-height: 1.5;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.accordion_head{font-size: 29px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  }
.accordion_head:hover{cursor: pointer;}
.accordion_head .plusminus{background-color: #656565; color: #FFF; width: 40px;  height: 40px; text-align: center;}
.accordion_body{display: none; border-bottom: 1px solid #656565!important; border-top: 1px solid #656565; }

.customList li{margin-bottom: 7px; margin-left: -10px;}

.bg-nav {
    background-color: #ffffff;
}

#topNavigation{}
.home{background: white;padding-bottom: 35px;}
.home-details{padding: 15px;height: 240px;}
    .home-details h4{font-size: 17px;font-weight: bold;}
    .home-details h4 a{color:black}
    .home-details p{font-size: 14px;padding-top: 10px;}
    .btn-arrow{color: #fff;
        background-color: #0693F7;
        border-color: #0693F7;
        padding: 7px 15px;
        font-size: 14px;}
.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}                  
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
  

.fixed-top.scrolled {
    background-color: rgba(0,0,0,0.8) !important;
    transition: background-color 200ms linear;
  }
/* Navigation */

/* .img-logo{width: 400px; height: auto;} */
#topNavigation .-link{display: inline-block; color: #FFF; padding: 10px 15px; font-size: 18px;}
#topNavigation .-link:hover{color: #000;}


 .carousel-indicators [data-bs-target] {width: 15px; height: 15px; border-radius: 50%; opacity: .4;}
 .carousel-indicators .active{background-color: #ffffff;opacity: 1;}


#map{width: 100%; height: 650px;}
.img-gal-thumb:hover,.activeImg{filter: grayscale(1);}
footer{background-color: #ffffff;border-top: 1px solid #808080;}
.ren-wrap {
    min-height:158px;
}
#hero-contact {
    background-image: url(/images/hero-contact.jpg);
}
#hero-team {
    background-image: url(/images/hero-team.jpg);
}
#hero-listing {
    background-image: url(/images/hero-listing.jpg);
}
#hero-services {
    background-image: url(/images/hero-services.jpg);
}
#hero-communities {
    background-image: url(/images/hero-communities-advance-team.jpg);
}
#registrationForm .form-control{height: 66px; border: 1px solid #424F5C;color: #000000; border-radius: 0; margin-bottom: 15px; font-size: 18px; font-weight: 300;background-color: #ffffff;}
#registrationForm .form-control:focus{outline: none;  box-shadow: none;}
#registrationForm .form-control::placeholder { color: #000000; opacity: 1; font-weight: 300; }
#registrationForm .form-control:-ms-input-placeholder { color: #000000;}
#registrationForm .form-control::-ms-input-placeholder { color: #000000;}
textarea.form-control{height: 200px!important;}
label{color: black;font-size: 18px;}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .65em .8em;
    margin: 0;
    font-weight: 300;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
/* .navbar{padding-top: 1rem;
    padding-bottom: 1rem;} */
.nav-wraper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9999;
}
/* .navbar-brand{padding: 0;} */
     .nav-link {
        display: inline-block;
    color: black;
    /* padding: 15px 15px 10px 15px; */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    }
    
    .dropdown-menu .activeNav{color:#F7941D;}
    
    .nav-link span{padding: 5px 0px;}
    .activeNav{color:#F7941D!important}

    #topNavigation .nav-link:focus, #topNavigation .nav-link:hover {
        color: #F7941D;
    }
    /* .nav-item:last-child .nav-link{color: #231F20;letter-spacing: 1px;font-size: 25px ;padding: 30px 15px 10px 15px;margin-right: 3rem} */
    #topNavigation .dropdown-menu {
        font-size: 16px;
        transition: all .25s ease-in-out;
        margin-top: 12px;
        position: absolute;
  background-color: #53626F;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);/*Adds a drop shadow*/
  z-index: 1;
  border-radius: 0;
    }
    
    .dropdown-item{padding: 0.3rem 1rem;color: white;}
    
    
    .dropdown-item:focus, .dropdown-item:hover {
        color: #F7941D;
         background-color: transparent;
    }
     
    .navbar-toggler {
        /* color: rgba(0,0,0,.5); */
        border-color: transparent;
        font-size: 1.5rem;
    }
.bg{
    background-image: url(../images/bg.png);
    background-size: cover;
}
#sideNav .navbar-nav {
    flex-direction: column;
    padding: 20px 0 20px;
}
#sideNav .navbar-nav .nav-item {
    transition: all .15s linear;
    margin-top: 20px;
}
#sideNav .navbar-nav .activeNav, #sideNav .navbar-nav .nav-link:hover {
    color:#0693F7!important;
}

#sideNav .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    padding: 10px 15px;
}
#sideNav {
    /* background-color: #000; */
    padding: 0;
}
.border-left-black{border-left:1px solid black}
.dotborder-left{background-image: linear-gradient(black 33%, rgba(0,0,0,0) 0%);
    background-size: 2px 6px;
    background-repeat: repeat-y;}
    #hero {
        background-image: url(/images/inside-hero.jpg);
    }
    #hero-media {
        background-image: url(/images/hero-media.jpg);
    }
    #hero-gallery {
        background-image: url(/images/hero-gallery.jpg);
    }
    #hero-story {
        background-image: url(/images/hero-story.jpg);
    }
    #hero-clients {
        background-image: url(/images/hero-clients.jpg);
    }
    #hero-contact {
        background-image: url(/images/hero-contact.jpg);
    }
    .hero {
        height: 600px;
        position: relative;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }

    .hero-caption {
        position: absolute;
    left: 8%;
    /* width: 100%; */
    top: 41%;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 5px #1a1a1a;
    font-weight: 600;
    font-size: 88px;
    letter-spacing: 3px;
    }
    .hero-caption span{font-size: 62px;}
    .img-plus {
        position: absolute;
        right: 5px;
    top: 4px;
    }


 
      #sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
      /* #sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
      #sideNav .nav-register:hover{background-color: #535850; }
      #sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; } */
      #sideNav .btn-social{padding: 11px;}
      #sideNav .btn-fb{background-color: #415364;}
      #sideNav .btn-ig{background-color: #4E738A;}
      #sideNav .bt-share{background-color: #8CB7C9;}
      footer .img-social-icon {padding: 8px;}
    footer .btn-fb{background-color: #415364;}
    footer .btn-ig{background-color: #4E738A;}
    footer .bt-share{background-color: #8CB7C9;}
  
.box h2{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px #333;
}
.box img{
    position: relative;
        display: inline-block;
}

.upcoming h4:after{
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:25px auto;
    width:47%;
    height:1px;
    background:#46627C;
  }
  #services ul {
    /* list-style-image: url('/images/true.png'); */
    list-style-type: none;
padding: 0;
margin: 0;
  }
  #services ul li {
    background: url('/images/check.png') no-repeat left top;
    padding-bottom: 1.3rem;
    padding-left: 50px;
    }
    .centered {
        position: absolute;
        bottom: 7%;
        left: 0;
        right: 0;
        color: white;
      }
      .explore{
        font-size: 16px;
        font-weight: 500;
        color: #424F5C;
        position: relative; 
      }
      .explore::after{
        position: absolute;
        content: '';
        height: .5px;
        /* bottom: -8px;  */
        top: 27px;
        margin: 0 auto;
          left: 0;
          width: 100%;
          background: #F7941E;
      }
      .border-text{border:1px solid #FBA425 ;background-color: transparent;  transition: all 0.52s ease-out; color: #ffffff; font-size: 18px; font-weight:700; padding: 4px 12px; display: inline-block;}
      .btn-orange{border:none ;background-color: #FBA425;  transition: all 0.52s ease-out; color: #ffffff; font-size: 20px;margin-bottom: 15px; font-weight:700; padding: 5px 15px; display: inline-block;}
      .comm-link{display: block;}
      .comm-link:hover{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}



        @media (min-width: 576px){
          #ModalPopup .modal-dialog {
              max-width: 700px;
              }}
          #ModalPopup .modal-content {background-color: transparent;border:none}
          #ModalPopup  .modal-header{border-bottom: none;padding: 1rem 1rem 0rem;}
          #ModalPopup .close{color: white;text-shadow: none;opacity: 1;background-color: transparent;border: none;padding: 1rem 0rem; margin: -1rem -1rem -1rem auto;}
          #ModalPopup .close:hover {color: #ffffff;text-decoration: underline;}
          #ModalPopup  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{opacity: 1;}
          .modal#ModalPopup{background-color: rgba(83,98,111,0.7);}
          /* .modal-open{background-color: rgba(83,98,111,0.7);} */
          #ModalPopup .modal-body{border:17.1px solid #1C3041}
          .past-model-banner {
            position: absolute;
            left: 0%;
            top: 0%;
            right: 0%;
            bottom: 0%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }


          .hover-trans:hover{-webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
          }
          .house-link{display: block;}
          .house-link:hover{-webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
          }

           
          .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1000;
             top: 0; 
            right: 0;
            background-color: rgba(51, 51, 53, .9);
            /* background-image: url(../images/bg-nav.jpg); */
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 28px;
          }
          
          .sidenav a,.dropdown-btn {
            padding: 0px 8px 10px 32px;
            text-decoration: none;
            font-weight: 400;
            font-size: 40px;
            letter-spacing: 5px;
            text-transform: uppercase;
            color: #87898b;
            display: block;
            transition: 0.3s;
            background: none;
            border: none;
            margin-bottom: 28px;
            font-family: 'Avenir Book';
          }
          .sidenav a:hover,.dropdown-btn:hover{
            color: #f1f1f1;
          }
          .dropdown-container {
            display: none;
            padding-left: 8px;
          }
          .dropdown-container a{font-size: 22px;margin-bottom: 12px;letter-spacing: 0px;font-family: 'Avenir';font-weight: 900;}
          .dropdown-btn.active {
            color: #728BB1;
            font-weight: 400;
          }
          /* Optional: Style the caret down icon */
          .fa-chevron-down {
            float: right;
            padding-left: 10px;
            padding-top: 10px;
          }
          .sidenav .closebtn {
            position: absolute;
            top: 5%;
            right: 2%;
            /* font-size: 60px!important; */
            /* margin-left: 50px; */
          }

hr{opacity: 1;background-color:#F7941E;height:3px!important}
.virtual{position: relative;}
.virtual::before{position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 47%;
    height: 3px;
    margin: -13px auto;
    content: '';
    background: #F7941E;}


    .tab-content{left: 0px;
        top: 0px;
        width: 75%;
        float: left;
        clear: right;}

        
        .nav-pills {
            position: static;
            display: inline;
            width: 25%;
            float: right;
            clear: none;
        }

        .nav-pills   .nav-link {
            left: auto;
            top: auto;
            display: block;
            margin-bottom: 12px;
            padding-right: 10px;
            padding-left: 10px;
            float: left;
            clear: both;
            background-color: #fff;
        }
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link{padding-right: 10px;
            padding-left: 10px;
            background-color: rgba(151, 158, 165, 0.28);color: black;}

.navi{position: absolute;z-index: 4;}
.navi-border{border-bottom: 1px solid #808080;}

.accordion-button:not(.collapsed){color: #484c53;background-color: transparent;box-shadow: none}
.accordion-item{border: none;}
.accordion-button{padding: 5px 0;box-shadow: none;border-bottom: 1px solid #808080;}
.accordion-body{padding: 2rem 0;}
.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23484c53'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
  .accordion-item:first-of-type .accordion-button{border-top-left-radius: 0;
    border-top-right-radius: 0;}

.border-right-black-1{border-right:1px solid #333333}
.border-bottom-black-1{border-bottom:1px solid #333333}
.popup-box {
  position: absolute;
  right: 13px;
  top: 50%;
  z-index: 99;
  transition: all .15s ease-in-out;
  
  transform: translate(-1%, -50%);
  color: white;
}
.popup-box #closeBtn {
  position: absolute;
  right: -18px;
  top: 41%;
}

.popup-style{

  background: rgba(88, 89, 91, 0.90);
  /* width: 478px; */
  height: 460px;
}


/* Sidebar sizes when expanded and expanded */
 .sidebar-expanded {
  width: 478px;
} 
.sidebar-collapsed {
  width: 30px;
}
.bg-hero{height: 100vh;
  background-image: url(/images/hero.jpg);
  background-position: center;
  background-size: cover;}
.bg-hero-row{position: absolute;bottom: 0px;}















/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
    .mfp-image-holder{margin-top: 5rem;}
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  


    .sold-out {
      position: absolute;
      left: 0%;
      top: 0%;
      right: auto;
      bottom: auto;
      z-index: 100;
  }
  




























    @media screen and (max-width: 992px){
        .fs-12{font-size: 12px;}
         .fs-16{font-size: 16px;}
         .fs-33{font-size: 22px;}
         .fs-34{font-size: 28px;}
         .fs-36{font-size: 26px;}
         .fs-38{font-size: 26px;}
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 40px;}
         .fs-56{font-size: 46px;}
         .fs-60{font-size: 47px;}
         .fs-65{font-size: 48px;}
         .fs-68{font-size: 49px;}
         .fs-78{font-size: 49px;}
         .fs-86{font-size: 50px;}
         .fs-90{font-size: 50px;}
         .fs-100{font-size: 51px;}
         .fs-174{font-size: 52px;}
         .fs-183{font-size: 63px;}
         .fs-228{font-size: 64px;}
     }
    @media screen and (max-width: 767px){
        .fs-12{font-size: 12px;}
         .fs-16{font-size: 16px;}
         .fs-33{font-size: 22px;}
         .fs-34{font-size: 28px;}
         .fs-36{font-size: 26px;}
         .fs-38{font-size: 26px;}
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 40px;}
         .fs-56{font-size: 46px;}
         .fs-60{font-size: 47px;}
         .fs-65{font-size: 48px;}
         .fs-68{font-size: 49px;}
         .fs-78{font-size: 49px;}
         .fs-86{font-size: 50px;}
         .fs-90{font-size: 50px;}
         .fs-100{font-size: 51px;}
         .fs-174{font-size: 52px;}
         .fs-183{font-size: 63px;}
         .fs-228{font-size: 64px;}
     }
     
     @media screen and (max-width: 576px){
         .fs-12{font-size: 12px;}
         .fs-16{font-size: 16px;}
         .fs-20 {font-size: 16px!important;}
         .fs-21 {font-size: 15px;}
         .fs-22 {font-size: 17px;}
         .fs-25{font-size: 17px;}
         .fs-28 {font-size: 21px;}
         .fs-33{font-size: 22px;}
         .fs-34{font-size: 22px;}
         .fs-36{font-size: 26px;}
         .fs-38{font-size: 27px;}
         .fs-45 {font-size: 27px;}
         .fs-50{font-size: 32px;}
         .fs-56{font-size: 35px;}
         .fs-60{font-size: 36px;}
         .fs-78{font-size: 38px;}
         .fs-65{font-size: 35px;}
         .fs-68{font-size: 38px;}
         .fs-86{font-size: 40px;}
         .fs-90{font-size: 30px;}
         .fs-100{font-size: 41px;}
         .fs-174{font-size: 42px;}
         .fs-183{font-size: 45px;}
         .fs-228{font-size: 46px;}
     }

     /* @media (min-width:1921px) and (max-width:3000px){
      .bg-hero{height: 1330px;}
      .bg-hero-row {
        padding-top: 1250px;
    }
     } */
     @media (min-width:993px) and (max-width:1500px){
      .sidenav a, .dropdown-btn{font-size: 25px;}
      .dropdown-container a{font-size: 23px;}
      .fa-chevron-down{padding-top: 7px;}
      .fs-90{font-size: 70px;}
  }
  @media (min-width:993px) and (max-width:1400px){
    /* .popup-box {top: 35%;} */
    .popup-box p{font-size: 17px;}
    .popup-style{
      height: 370px;
    }
}
 @media (min-width:993px) and (max-width:1200px){

  .fs-33{font-size: 27px;}
  .fs-45 {font-size: 40px;}
  .img-logo{width: 250px;}
}

@media screen and (max-width: 992px){
    .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(83, 98,111)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
      }
      
    #topNavigation .navbar-nav {
        background-color: white;
        padding: 10px 20px;
    
    }
    
    #sideNav{width: 140px; left: 8px; top: 110px; z-index: 101;position: static;float: right;}
     /* .img-logo{width: 260px;} */
     .dropdown-container{float: none;}
     .navi{position: relative;}
     .sidenav a, .dropdown-btn{font-size: 16px;letter-spacing: 3px;margin-bottom: 20px;}
      .dropdown-container a{font-size: 12px;letter-spacing: 0;
        margin-bottom: 0px;}
      .fa-chevron-down{padding-top: 4px;}
      .ls-12 {letter-spacing: 7px;}
    .border-right-black-1{border-right:none}
    .border-bottom-black-1{border-bottom:none}
    .popup-box{top: 350px;right: 0;}
    .sidebar-expanded {width: 300px;}
    .sidebar-expanded1 {width: 368px;}
    .popup-style {height: 300px;}
    .popup-box h3{font-size: 15px;font-weight: bold;letter-spacing: .2px;}
    .popup-box p{font-size: 14px;}
    .bg-hero-row {bottom: 20px;}
    .bg-hero{height: 88vh;background-image: url(/images/hero-sm.jpg);background-position: center;background-size: cover;}
    .sidenav a, .dropdown-btn{color: #ffffff;}
    .srn{width: 95px;}
    .pds{width: 110px;}
    .weston{width: 120px;}
    .ollie{width: 120px;}
    .honey{width: 130px;}
    .bti{width: 100px;}
    .husson{width: 110px;}
    .border-sm-bottom{border-bottom: 1px solid #333333;}
    .bg-hero-row h3{font-weight: bold;}
    body{font-size: 14px;}
    .btn-brand{font-size: 15px;}
    }

    @media screen and (max-width: 767px){
        
        #sideNav .navbar-nav .nav-item{text-align: center;}
        #sideNav .navbar-toggler{margin-right: auto!important;
            margin-left: auto!important;} 
     }
     @media screen and (max-width: 576px){
        /* .img-logo{width: 200px;} */
        
        #sideNav {
            top: 70px;
            max-width: 100%;
            width: auto;
            background-color: #FFF;
        }
    }
    
 @media (min-width: 1400px){
.container {
    max-width: 1170px;
}} 

