body{
	font-family: proxima-nova, sans-serif;
	font-size:16px;
}
header{
	    background: #fff;
    /* background: linear-gradient(
270deg
, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.14) 100%, rgba(255, 255, 255, 0.14) 100%); */
    position: fixed;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 11%);
    padding: 1em 0;
    width: 100%;
    z-index: 9999;
}
.custom-bg header{
     box-shadow:none;
}
.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.logo {
    text-align: center;
}
.logo img {
    max-height: 70px;
}
a.btn.btn-default {
    color: #464646;
    font-size: 1.2em;
    font-weight: 600;
    background: rgba(52, 52, 52, 0.04);
    display: inline-flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    text-align: left;
    border-radius: .45em;
    max-width: 100%;
    transition: all linear .3s;
}
a.btn.btn-default:hover{
	        box-shadow: 0 1px 1px 0 rgb(60 64 67 / 10%), 0 4px 9px 3px rgb(60 64 67 / 5%);
}
.btn.btn-default img {
    margin-right: .5em;
    width: 1.3em;
    max-width: 100%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.input-group-text {
    padding: .475rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background: rgba(52, 52, 52, 0.04);
    border: none;
    border-radius: .35rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .475rem .75rem;
    font-size: 1.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8em;
    color: #495057;
    background: rgba(52, 52, 52, 0.04);
    border: none;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background: rgba(52, 52, 52, 0.04);
    border: none;
    outline: 0;
    box-shadow: none;
}
.input-group-prepend {
    margin-right: 0;
}
span#basic-addon1 img {
    width: 1.4em;
}
.head-row{
	display: flex;
	align-items: center;
}
.gallery{
	padding: 8em 0 2em;
}
.gallery-box{
	background: rgba(255, 255, 255, 0.29);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
    border-radius: 11.3052px;
    margin-bottom: 2em;
    position: relative;
    transition-duration: .3s;
}
.gallery-box:hover {
    box-shadow: 0px 5px 26px rgb(0 0 0 / 20%);
}
.building {
    width: 100%;
    height: 100%;
    border-radius: 11.3052px;
    object-fit: cover;
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.building:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.gallery-img{
	width: 100%;
    height: 200px;
    border-radius: 11.3052px;
    overflow: hidden;
}
.gallery-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 6.25em;
    right: 1em;
}
.gallery-img li {
    display: inline-block;
    padding-left: 5px;
}
.gallery-img li a {
    display: inline-flex;
    width: 3em;
    height: 3em;
     border-radius: 50%;
     outline: none;
}
.video{
    background: linear-gradient(
  180deg
, rgba(222, 56, 56, 0.97) 0%, rgba(253, 123, 89, 0.91) 100%);
    box-shadow: 0px 7.53683px 7.53683px rgb(0 0 0 / 12%);
     -webkit-appearance: none;
    -moz-box-shadow: 0px 7.53683px 7.53683px rgb(0 0 0 / 12%);
   -webkit-box-shadow: 0px 7.53683px 7.53683px rgb(0 0 0 / 12%);
       outline: none;
    transition: all linear .3s;

}
.video:hover {
    background: linear-gradient( 
180deg
 , rgb(204 32 39) 0%, rgba(253, 123, 89, 0.91) 100%);
    box-shadow: 0px 7.53683px 7.53683px rgb(228 76 70 / 52%);
     -webkit-appearance: none;
    -moz-box-shadow: 0px 7.53683px 7.53683px rgb(228 76 70 / 52%);
   -webkit-box-shadow: 0px 7.53683px 7.53683px rgb(228 76 70 / 52%);
}
.photo{
	background: linear-gradient(180deg, #4C4C4C 0%, rgba(70, 70, 70, 0.68) 100%);
    box-shadow: 0px 7.53683px 7.53683px rgba(0, 0, 0, 0.12);
    -webkit-appearance: none;
    -moz-box-shadow: 0px 7.53683px 7.53683px rgba(0, 0, 0, 0.12);
   -webkit-box-shadow: 0px 7.53683px 7.53683px rgba(0, 0, 0, 0.12);
       outline: none;
    transition: all linear .3s;
}
.photo:hover{
	background: linear-gradient(
180deg
, #231f20 0%, rgba(70, 70, 70, 0.68) 100%);
    box-shadow: 0px 7.53683px 7.53683px rgb(0 0 0 / 30%);
    -webkit-appearance: none;
    -moz-box-shadow:  0px 7.53683px 7.53683px rgb(0 0 0 / 30%);
   -webkit-box-shadow:  0px 7.53683px 7.53683px rgb(0 0 0 / 30%);
}
.gallery-img ul li a img{
	width: 100%;
    height: 100%;
    padding: 0.6em;
}
.galler-content {
    padding: 1.5em 1em 1em;
}
.galler-content h3{
	font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.85em;
    color: #464646;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.galler-content p{
	font-family: proxima-nova, sans-serif;
    font-weight: 400;
   font-size: 1em;
   line-height: 1.3em;
   color: #7C7B7B;
   width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
}
.sidebar{
	position: fixed;
    top: 100px;
    background: #ffffff;
    padding: 0 3em 2em;
    width: 25.5%;
    left: -100%;
    transition-duration: .5s;
  background-size: 100%;
  height: calc(100vh - 100px);
  overflow: auto;
  z-index:10 !important;
}
.gallery ::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 20px;
    background-color: #F5F5F5;
}

.gallery ::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.gallery ::-webkit-scrollbar-thumb
{
    border-radius: 20px;
    background-color: #C7C7C7;
}
.sidebar.sidebar-custom{
    left: 0;
    transition-duration: .5s;
}
.sidebar ul {
    padding: 0;
}
.sidebar li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar a:hover {
    background: rgba(52, 52, 52, 0.04);
    background-image: url(../img/home.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 13px center;
}
.sidebar .active {
	color: #fd4942;
    background: rgba(52, 52, 52, 0.04);
    background-image: url(../img/home.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 13px center;
}
.sidebar a{
	font-weight: 600;
    font-size: 1.1em;
    height: 3em;
    display: inline-flex !important;
    align-items: center;
    color: #464646;
    padding: 10px 10px 10px 50px;
    width: 100%;
    border-radius: .45em;
    display: block;
}
.sidebar li:hover a{
	text-decoration: none;
	color: #fd4942;
}
.sidebar .active a{
	color: #fd4942;
}
.down-icon{
	display: none;
}
.display-block{
    display: block;
}
.display-none{
    display: none;
}
a.btn.btn-default.orange-btn {
	color: #fd4942;
}
.down-icon{
    width: auto;
    height: auto !important;
}
.mob-search{
	display: none;
}
.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.close-btn button.close {
    padding: 0;
    background: #f1f1f1;
    color: #363636;
   width: 30px;
    height: 30px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border-radius: .3em;
    display: none;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
    background: #00000040;
}
.modal-content {
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .7em;
    outline: 0;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 11%);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}
.modal-dialog {
    max-width: 100%;
    margin: 0 1.75rem;
}
.modal button.close {
    background: #f1f1f1;
    color: #363636;
    padding: 0;
    margin-right: 10px;
    margin-top: 0px;
    border-radius: .3em;
    font-size: 2.5em;
    font-weight: 500;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    transition: all linear .3s;
}
.modal-dialog-centered {
    min-height: calc(100% - (0rem * 2));
}
.modal button.close:hover {
        box-shadow: 0 1px 1px 0 rgb(60 64 67 / 10%), 0 4px 9px 3px rgb(60 64 67 / 10%);
    }
.nav-pills .nav-link {
    background: #a6a6a6;
    color: #fff;
    padding: .3rem 1rem;
    font-weight: 400;
    border-radius: 1.55rem;
    margin-right: 10px;
    transition: all linear .3s;
}
.nav-pills .nav-link:hover {
    background: #d41e34;
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d41e34;
}
.carousel-inner {
    position: relative;
    width: 70%;
    height: 70vh;
    margin-left: auto;
    overflow: hidden;
}
.carousel-indicators {
    position: absolute;
    top: 0;
    right: unset;
    bottom: auto;
    left: 0;
    z-index: 15;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: start !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 25%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1em;
    height: 70vh;
    align-content: flex-start;
}
.carousel-indicators li {
    width: 45%;
    height: 100px;
    margin-bottom: .5em;
    display: inline;
    border: solid 2px transparent;
    border-radius: .5em;
    margin-left: 2.5%;
    margin-right: 2.5%;
    overflow: hidden;
	cursor:pointer;
}
.carousel-indicators li:nth-child(3n+3){
	width: 95%;
}
.carousel-item{
	width: 100%;
	margin:0 auto;
	
}
.carousel-item img{
	  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5em;
    height: 2.5em;
    color: #ffffff;
    background: #f1f1f1;
    text-align: center;
    opacity: 1;
    border-radius: .3em;
    transition: all linear .3s;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
	 box-shadow: 0 1px 1px 0 rgb(60 64 67 / 10%), 0 4px 9px 3px rgb(60 64 67 / 10%);
}
.carousel-control-next-icon {
    background-image: url("../img/right-arrow.png");
}
.carousel-control-prev-icon {
    background-image: url("../img/left-arrow.png");
}
.carousel-control-prev {
    left: 30%;
}
.carousel-caption h5 {
    background: #232d0a;
    opacity: .9;
    padding: .3em;
    display: inline-block;
    border-radius: .5em;
    font-size: 1em;
    font-weight: 300;
}
.carousel img {
    border-radius: .4em;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item img {
    border-radius: .5em;
    height: 60vh;
    width: 70% !important;
    margin: 0 auto;
    object-fit: cover;
}
ul.carousel-count {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51px;
    height: 30px;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: #585c5f;
    z-index: 99999;
    opacity: .9;
    border-radius: .5em;
    color: #fff;
    padding: .7em;
}
.carousel-indicators.video-indicator li::after {
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    content: "";
    background: url(../img/youtube.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    background-size: 100%;
    opacity: .8;
}
.carousel-indicators.video-indicator li:hover .carousel-indicators.video-indicator li::after {
     background:url("../img/video-ico.svg"),  #d41e34;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 50%;
    }
	
iframe{
	width: 70%;
	height: 60vh;
	border-radius: .5em;
	margin:0 auto;
	justify-content: center;
    display: flex;
}
video {
    width: 70%;
	height: 60vh;
	border-radius: .5em;
	margin:0 auto;
	object-fit:cover;
	justify-content: center;
    display: flex;
}
.mob-header{
	display: none;
}
.carousel-indicators .active {
    background-color: #fff;
    border: solid 2px #d41e34;
    border-radius: .5em;
}
.carousel-indicators li:hover {
    border: solid 2px #d41e34;
    border-radius: .5em;
}
.carousel-indicators img{
	-webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.carousel-indicators li:hover img{
	 -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.display-block {
    display: block !important;
}
ol.carousel-indicators.floor-indicator li {
    border: solid 2px #f1f1f1;
    padding: 3px;
}
#autocomplete{
  padding: 7px;
  text-align: left;
}
.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #f7f7f7;
    border-bottom-left-radius: .35rem;
    border-bottom-right-radius: .35rem;
    background: #f7f7f7;
    overflow: auto;
}
.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.fade {
    opacity: 0;
    transition: opacity .5s linear !important;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out,-webkit-transform 1s ease-out;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
ol.carousel-indicators.floor-indicator img {
    object-fit: contain;
}
#floor-plans .carousel-item img {
    border-radius: .5em;
    height: 60vh;
    object-fit: contain;
}
#loader {
  display: inline-block;
    width: 30px;
    height: 30px;
    bottom: 20px;
    position: relative;
    border: 2px solid #de3838f7;
    top: auto;
    left: 48.9%;
    animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loader-img{
 display: inline-block;
    position: absolute;
    top: 41%;
    left: 49.2%;
    z-index: 9999 !important;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

#myDiv {
  display: none;
}
.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);
}
.head-row [type=reset], .head-row [type=submit], .head-row button, html .head-row [type=button] {
-webkit-appearance: none !important;
}

@media only screen and (max-width: 1366px) {
.sidebar a {
    font-weight: 600;
    font-size: 1em;
    color: #464646;
}
}
@media only screen and (max-width: 991px) { 
.sidebar {
    width: 50%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    overflow: hidden;
}
.carousel-control-prev {
    left: 0%;
}
.carousel-indicators {
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    bottom: 10px;
    left: 0;
    z-index: 15;
    margin: 0;
    display: none;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
    height: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 1em;
}
.carousel-indicators li {
    width: 104px !important;
    height: fit-content;
    margin-bottom: .5em;
    display: inline-block;
}
.modal-content {
    height: 100vh;
}
.carousel img {
    border-radius: .5em;
    width: 100px;
    height: 80px;
}
.carousel-item img {
    border-radius: .5em;
    height: 45vh;
}
iframe{
	height: 45vh;
}
.form-control {
	font-size: 14px;
}
.sidebar .active {
    background-size: 8%;
}
.sidebar a:hover {
    background-size: 8%;
}
.carousel-indicators li {
    overflow: unset;
}
}
@media only screen and (max-width: 767px) { 
	.container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
span#basic-addon1 img {
    width: 1.2em;
}
.head-row [type=reset], .head-row [type=submit], .head-row button, html .head-row [type=button] {
-webkit-appearance: none !important;
}

.mob-header{
	display: block;
}
.desk-header{
	display: none;
}
.mob-filter {
    margin-left: auto;
    float: right;
}
button.filter-close.text-right {
    border: none;
    border-radius: 0 .35em .35em 0;
    background: #f7f7f7;
    font-size: 28px;
    font-weight: 500;
    display: none;
}
span.menu-text {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-r-0 {
    padding-right: 0;
}
.close-btn button.close {
	display: inline-flex;
}
.sidebar {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 25px 25px;
    width: 100%;
    left: -100%;
    transition-duration: 1s;
    background-size: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 999999;
}
.mobile-none{
	display: none;
}
a.btn.btn-default {
    width: 100%;
}
.gallery {
    padding: 10em 0 2em;
}
.galler-content h3 {
    font-size: 14px;
    margin-bottom: 5px;

}
.galler-content p {
    font-size: 12px;
}
a.btn.btn-default {
   font-size: 16px;
    margin-top: 10px;
 }
 .form-control {
    font-size: 14px;
}
.gallery-img li a {
    width: 36px;
    height: 36px;
}
.galler-content {
    padding: 25px 10px 8px;
    height: auto;
    overflow: auto;
}
.gallery-box {
    margin-bottom: 10px;
}
.col-6:nth-child(even){
	 padding: 0 10px 0 5px;
}
.col-6:nth-child(odd){
	padding: 0 5px 0 10px;
}
.modal-dialog {
    margin: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-left: auto;
    overflow: hidden;
}
.carousel-control-prev {
    left: 0%;
}
.carousel-indicators {
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    bottom: -80px;
    left: 0;
    z-index: 15;
    margin: 0;
    display: none;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
    height: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 1em;
}
.carousel-indicators li {
    width: 104px !important;
    height: 80px;
    margin-bottom: .5em;
    display: inline-block;
}
.modal-content {
    height: 100vh;
}
.carousel img {
    border-radius: .4em;
    width: 100px;
    height: 76px;
}
.carousel-item img {
    border-radius: .5em;
    height: 45vh;
    width: 100% !important;
}
.logo img {
    width: auto;
    max-height: 44px;
}
iframe{
	height: 45vh;
	width: 100% !important;
}
video{
	height: 45vh;
	width: 100% !important;
}
.nav-pills .nav-link {
    padding: .3rem .7rem;
    font-size: 14px;
}
.carousel-item {
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: unset;
    bottom: 47px;
    }
    .gallery-img{
    height: 130px;
}
.input-group-text{
	border-radius: .35em !important;
}
.input-group-text.custom-border {
	border-radius: .35em 0 0 .35em !important;
}
.sidebar .active {
    background-size: 7%;
}
.sidebar a:hover {
    background-size: 7%;
    color: #fd4942;
}
.gallery-img ul {
    bottom: 5.3em;
    right: 1em;
}
}
@media only screen and (max-width: 320px){
.nav-pills .nav-link {
    padding: .3rem .7rem;
    font-size: 12px;
}
}
 @media only screen and (min-width: 1600px) { 
 	.sidebar a:hover {
    background-size: 8%;
 }
 .sidebar .active {
    background-size: 8%;
}
.carousel-indicators li {
    width: 45%;
    height: 140px;
}
.gallery-img {
    height: 260px;
}
a.btn.btn-default {
    font-size: 1.3em;
    }
    .sidebar a {
    font-size: 1.3em;
}
.form-control {
    display: block;
    width: 100%;
    padding: .475rem .75rem;
    font-size: 1.3em;
}
}
 @media only screen and (min-width: 2048px) { 
 	body {
    font-size: x-large;
}
.sidebar {
    top: 6em;
    height: calc(100vh - 6em);
}
.sidebar a {
    padding-left: 2em;
    }
    .logo img {
    height: 4.5em;
    max-height: 4.5em;
}
.gallery-img {
    width: 100%;
    height: 18em;
}
span#basic-addon1 img {
    width: 2.5em;
}
.input-group-text {
    padding: 1.475rem 1.75rem;
    border-radius: .5em;
}
.form-control {
    padding: 1.475rem 1.75rem;
    font-size: 1.05em;
    border-radius: .5em;
}
.sidebar {
    padding: 0 2em 2em;
    height: calc(100vh - 100px);
}
.sidebar li {
    list-style: none;
    }
    ul.carousel-count {
    width: 3em;
    height: 2em;
}
.carousel-caption h5 {
    padding: .7em;
    font-size: 1em;
}
.nav-pills .nav-link {
    padding: 1rem 2rem;
    border-radius: 3rem;
    margin-right: .8em;
}
.modal button.close {
    margin-right: .8em;
    border-radius: .3em;
    font-size: 2em;
    height: 1.5em;
    width: 1.5em;
    margin-bottom: .2em;
}
.sidebar a:hover {
    background-position: .5em center;
}
.sidebar .active{
	 background-position: .5em center;
}
.carousel-indicators li {
    height: 8em;
    }
    .carousel-indicators{
    border: solid .2em #fff;
    border-radius: .5em;
}
.carousel-indicators .active {
    border: solid .2em #d41e34;
    border-radius: .5em;
}
.carousel-indicators.video-indicator li::after {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    display: inline-block;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    }
    .sidebar a:hover {
    background-size: 6%;
}
.sidebar .active {
    background-size: 6%;
}
.btn.btn-default img {
    margin-right: .3em;
}
a.btn.btn-default {
    padding: .5em;
 }
 @media only screen and (min-width: 3840px) { 
 	body {
    font-size: xx-large;
}
.gallery-img {
    width: 100%;
    height: 20em;
}
.sidebar a:hover {
    background-size: 6%;
}
.sidebar .active {
    background-size: 6%;
}
.disable_a_href{
    pointer-events: none;
}
 }