/*@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&display=swap');

@media (min-width: 1230px) {
	.container { 
	    width: 1200px;
	}
}
@media (min-width: 1330px) {
	.container {
	    width: 1300px;
	}
}
@media (min-width: 1430px) {
	.container {
	    width: 1360px;
	}
}
body {
	/*font-family: 'Kumbh Sans', sans-serif; */
	/*font-family: 'Average Sans', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-family: 'Kumbh Sans', sans-serif; 
	margin: 0;
	padding:0px;
	overflow-x: hidden;
	font-size: 17px;
	background-color: #fff;
	color: #000;
}
body.logged-in .navbar {
    margin-top: 32px !important;
}
img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
}
a:hover {
    text-decoration: none !important;
    opacity: .8;
}
.navbar {
	background-color:#fff;
	margin-bottom: 0; 
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    background-color: #121212;
}
.navbar-nav {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-right:-30px;
}
.nav>li>a {
    padding:25px 20px 20px;
    font-size: 19px;
    font-weight: 400;
    color:#fff;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.nav.navbar-book>li>a.book-a {
    padding: 20px 2px 17px;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease;
    border-bottom: 6px solid #006aab;
}
.nav.navbar-book>li>a.book-a:hover {
    color:  #0ca9dc;
    /*border-bottom: 6px solid #333;*/
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff8c00;
}
.navbar-brand {
    float: left;
    height: 70px;
    padding: 8px 15px 0;
    font-size: 18px;
    line-height: 1;
}
.navbar-brand>img {
    display: block;
    padding-top:0px;
    height: 66px;
}
.navbar-brand h2 {
    color: #006aab;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bolder;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 5px;
    border-radius: none;
    background-color: #c2b59b;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px;
}
.nav>li>a>img {
    max-width: none;
    margin-top: -5px;
    padding-left:  0;
}

/*@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}*/

#carousel-example-generic {
    margin-top: 80px;
}
.carousel .carousel-inner .item .slider-img img {
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    height: calc( 80Vh - 80px);
    width: 100%;
}
.carousel-ab {
	position: absolute;top: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,.13);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
	z-index: 999;
    width: 8%;
    opacity: 9;
}
.carousel-control img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.carousel-caption {
    position: absolute;
    right: auto;
    left: 15%;
    top: 0%;
    bottom:0;
    transform: translateY(0%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    z-index: 999 !important;
    max-width: 500px;
    width: 500px;
    background-color: #0ca9dc;
    padding: 30px;
}
.carousel-caption .hero-item {
    position: absolute;
    top: 50%;
    padding: 0 5px;
    transform: translateY(-50%);
}
.carousel-caption h2 {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0px 0px rgb(0 0 0 / 55%);
}
.carousel-caption .txt,
.carousel-caption p {
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 0 1px 1px rgb(0 0 0 / 79%);
    text-transform: none;
    line-height: 34px;
    color: #121212;
    text-align: left;
}
.carousel-caption p {
    line-height: 28px !important;
}
a.btn-purple {
    display: inline-block;
    background-color: #ff8c00;
    color: #000;
    padding: 10px 35px;
    letter-spacing: 1.6px;
    text-shadow: none;
    margin-top: 15px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .8px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
a.btn-purple:hover {
	text-decoration: none;
	opacity: .8;
}
.scroll-next-top {
    position: absolute;
    left: 50%;
    bottom: 100px;
    z-index: 999;
    cursor: pointer;
    width: 35px;
    transform: translateX(-50%);
}

.scroll-next-top img {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: auto;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 100%;
}
.scroll-next-top img {
    animation-name: bounce-2;
    animation-timing-function: ease;
}
.section-page {
    padding-top: 100px;
}
.section-page .container {
    padding-left: 30px;
    padding-right: 30px;
}
@keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }
.align-center {
	text-align: center;
}
.section.section-home {
	padding: 50px 0 70px;
} 

.section.section-home h1 {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
    font-size: 35px;
    margin-top: 0;
}
.section h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 30px;
}
span.white-line {
	height: 2px;
	border-bottom: 2px solid #000;
	width: 150px;
	display: inline-block;
	margin: 0 auto;
	max-width: 80%;

}
.single-blog-content {
    padding-bottom: 40px;
}
.h-apartments {
	margin: 60px 0 0;
}
.h-apartment  {
	margin: 40px 0;
}
.section .h-apartment h2 {
    font-size: 25px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.h-apartment a {
	display: block;
	height: 370px;
	width: 100%;
	overflow: hidden;
}
.h-apartment a img {
	height: 370px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.h-apartment a:hover img {
	transform: scale(1.10)
}
/*MEDIA QUERIES*/
@media (max-width: 1200px){
}
@media(max-width:992px){
    .carousel-caption .txt, .carousel-caption p {
        text-align: center;
        font-size: 17px;
    }
    .carousel-caption h2 {
        text-align: center;
    }
    .carousel-control img {
        height: 35px;
    }
 .carousel-caption .hero-item {
        text-align: center !important;
    }
    .carousel-caption a.btn-purple {
        margin-bottom: 20px;
    }
}
@media(max-width:767px) {  
}
@media(max-width:576px){
}
@media(max-width:480px){	
}
@media(max-width:350px){
}


/*.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
*/

.single .featured {
	padding: 0px 0 30px;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border-bottom: 1px solid #f1f1f1;
	border-top: none;
}
.amenties {

}
.amenties ul {
	padding-left: 60px;
	list-style-type: none;
}
.amenties ul li {
	text-align: right;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.txt p {
	line-height: 26px;
	font-weight: 300;
}
.single .section.section-home {
	padding-bottom: 10px;
}
#works {

}
#works h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 27px;
}
.img-wrapper {
	height: 210px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.img-wrapper img {
	height: 210px;
	width: 100%;
	object-fit: cover;
}
.section-location {
    padding: 50px 0;
}
.section-location .map iframe {
    width: 100%;
    height: 600px;
}
.s-apartment-txt {
    padding-bottom: 40px;
}
.single-apartments {
    padding-top: 60px;
}
input.btn-purple {
    display: inline-block;
    background-color: #006aab;
    border: 1px solid #006aab;
    color: #fff;
    padding: 7px 35px;
    letter-spacing: 1.6px;
    text-shadow: none;
    margin-top: 15px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    float: right;
}
input.btn-purple:hover {
    text-decoration: none;
    opacity: .8;
}

.single-form  {
    clear: both;
    height: auto;
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px;
}
label {
    color:  #006aab;
    font-weight: 300;
    text-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #006aab;
    background-color: #f1f1f1;
    background-image: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #006aab;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}

.form-control:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid #006aab;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.table>tbody>tr>th {
    font-weight: 500;
    letter-spacing: .4px;
}
.amenties ul li {
    letter-spacing: .3px;
    padding-bottom: 5px;
    font-size: 16px;
}




/* MODAL */
.navbar-buttons-webinar {
    cursor: pointer;
}
.modal-standard.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(132, 117, 78, .96)
}
.modal-standard .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}
.modal-standard .modal-content h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}
.modal-standard .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-standard .form-group .form-control,
.modal-standard .form-group select {
    height: 48px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 16px;
}
.modal-standard .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}

.modal-standard .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-transform: uppercase;
}

.modal-standard .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  text-transform: uppercase;
}
.others-option {
    color:black !important;
}
.modal-standard label {
    font-weight: normal;
}
input.pop-up-webinars {
    background-color: #fff;
    line-height: 1;
    color: rgba(132, 117, 78, .96);
    border-radius:  0px;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    width: auto !important;
    margin-top: 20px;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-standard  .close {
    position: absolute;
    float: none;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    right: 0;
    top: 0;
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    z-index: 999;
}
.modal .check a {
    color: #fff;
    text-decoration: underline;
}
.modal-body .check a:hover {
    opacity: .8;
    color: #fff;
}
/*.ui-datepicker-next.ui-corner-all .ui-widget-header .ui-icon{
    background-image: url(../img/right.png);
}
.ui-datepicker-prev.ui-corner-all .ui-widget-header .ui-icon{
    background-image: url(../img/left.png);
}
.ui-icon-circle-triangle-w {
    background-position: left !important;
    background-image: url(../img/left.png) !important;
}
.ui-icon-circle-triangle-e {
    background-position: right !important;
    background-image: url(../img/right.png) !important;
}*/
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {

}
.ui-widget-content {
    border: 1px solid transparent !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent !important;
    background: rgba(132, 117, 78, .4)  !important;
    font-weight: 600 !important;
    color: #000 !important;
}
.ui-widget-content,
.ui-widget-header {
    color: #000 !important;
}
.ui-widget-header {
    border: 1px solid rgba(132, 117, 78, .4) !important;
    background: rgba(132, 117, 78, .4)  !important;
    color: #000 !important
    font-weight: bold;
}
.modal-content select option {
    color: #000;
    padding-top: 5px:
    padding-bottom: 5px; 
}
.slider-form {
    text-align: center;
    margin-top: -74px;
}
.slider-form .form-inline {
    background-color: #000;
    padding: 40px 50px;
    display: inline-block;
    margin: 0 auto;
}
.slider-form label {
    display: block;
}
.btn-slider-form {
    background-color: #006aab;
    border: 1px solid #006aab;
    border-radius: 0;
    margin-top: 23px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 25px;
    color: #fff;
    min-width: 180px;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    min-width: 180px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.sub-menu.dropdown-menu {
    padding: 0px 0;
    background-color: #fff; border-radius: 0;
    border: 1px solid #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.sub-menu.dropdown-menu a {
    display: block;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.sub-menu.dropdown-menu a:hover {
    text-decoration: none;
    color: #006aab;
}
/*.menu-item-has-children a {
    background-image: url('../img/arrow-down-black.png');
    background-repeat: no-repeat;
    background-position:  right 30px;
    background-size: 15px;
}*/
.section-contact {
    padding: 60px 0;
    background-color: #0ca9dc;
}
.section-contact h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
#kontakt.section h2 {
    margin-bottom: 30px !important; 
}
.wl-wrap {
    text-align: center;
}
#kontakt .white-line {
    text-align: center;
    margin-bottom: 30px;
}




@media(max-width:767px) {  
    .navbar-collapse {
        float: none;
    }
    .nav>li>a {
        padding:20px 15px;
        font-size: 28px;
        text-transform: capitalize;
        font-weight: 300;
    }
    .navbar-brand>img {
        display: block;
         padding-top:0px; 
    }
    .navbar-toggle{
        margin-top: 0;
        margin-bottom: 0;
         padding: 20px 14px;
         margin-right: 0;
    }
    .navbar-nav {
         padding-top: 0;
         padding-bottom: 0;
         margin-right:0;
    }
    .navbar-brand h2 {
        color: #006aab;
        font-size: 42px;
        text-transform: uppercase;
        margin-top: 0px;
        font-weight: bolder;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 50px;
        height: 5px;
        border-radius: none;
        background-color: #006aab;
    }
    .h-apartments {
        margin-top: 0px;
    }
    .section-location .map iframe {
        width: 100%;
        height: 400px;
    }
    .navbar-book {
        float: none !important;
        padding-left: 20px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 430px;
    }
    .modal-standard .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        width: 500px;
    }
}


@media(max-width:480px) {
    .slider-form .form-inline {
        background-color: #000;
        padding: 40px 20px;
        display: block;
        margin: 0 auto;
    }
    .form-inline .form-control {
        display: block;
        width: 100%;
        vertical-align: middle;
        min-width: 100%;
    }
    .modal-standard .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        width: 90%;
        margin-right: 5%;
    }
    .navbar-brand>img {
        display: block;
        padding-top: 5px;
        height: 70px;
    }
}


 .product-item {
    position: relative;
    margin-top: 30px;
    display: block;
}
.product-img-2 {
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.product-img-2 img {
    height: 460px;
    object-fit: cover;
    width: 100%;
}
.product-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    line-height: 30px;
    z-index: 99 !important;
    margin-top: 0;
    margin-bottom: 0;
}
.product-img-ab {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0, .4);
    z-index: 9;
}

.txt.txt-home {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
}

.section-icons {
    padding: 10px 0 50px;
    /*background-color: rgba(0, 106, 171, 0.3);*/
    background-color: #f0f0f0;
}
.section-icons .icons-inner {
    padding: 0 15px;
    text-align: center;
    margin-top: 60px;
    color: #848688 !important;
}
.section-icons .icons-inner img {
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.section-icons .icons-inner h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.section-icons .icons-inner ul {
    list-style-type: none;
    padding-left: 0;
}
@media(max-width: 991px) {
    .section-icons .icons-inner {
        margin-top: 60px;
    }
}

a.small-link {
    font-size: 18px !important;
    color: #fff;
    display: block;
    text-align: center;
} 
.nav li.small-link1{
    margin-left: 50px;
}
.nav.navbar-nav2>li>a {
    font-size: 15px !important;
}
@media (min-width: 768px){
    .navbar-nav1{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    

}
@media(max-width:991px) {
    .product-img-2 img {
        height: auto !important;
    }
    .carousel-caption {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
    }
    .carousel-caption .hero-item {
        position: relative;
        top: auto;
        padding: 0 5px;
        transform: translateY(0%);
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    .carousel-caption .txt {
        padding-right: 20px;
    }
    .carousel .carousel-inner .item .slider-img img {
        max-width: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        height: auto;
        width: 100%;
    }
    .carousel-ab {
        display: none;
    }
    #carousel-example-generic {
        margin-top: 70px;
    }
    .navbar-brand>img {
        padding-top: 0;
        height: 60px;
    }
    .carousel-caption p {
        line-height: 24px !important;
    }
}


@media(min-width:1180px) and (max-width:1500px) {
    .carousel-caption {
        width: 450px !important;
        left: 8%;
    }
}