@media screen and (max-width: 1034px){
    .for-desktop{
        display: none;
    }
    .header-top {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .for-mobile{
        display: block;
		background-color: #DDDDDD;
    }
    .navbar-brand img{
        height: 120px
    }
	
    .header-top__item-mobile {
        text-align: center;
		width: 100%;
		color: #fff;
    }
	
    .header-top__item-mobile img {
        height: 16px;
		padding-right: 5px;
    }
	
    .header-top__item-mobile span{
        font-size: 11px;
    }
	
    .bg-light {
        background-color: #45453D !important;
    }
	
    .navbar-toggler {
        color: #fff !important;
		background-color: #CCCC33 !important;
    }
	
    .navbar-nav {
        background-color: #fff !important;
		padding-left: 20px !important;
    }
	
    .navbar {
        padding: 0px !important;
    }
	
    .navbar-brand {
        padding: 0px !important;
    }
	
    .container-fluid {
        padding: 0px !important;
    }
	
    .carousel {
        display: none !important;
    }
	
.contact-logo-box {
    padding: 0px 0px;
    display: inline-block;
    text-align: center;
}

.contact-logo-box img {
    height: 90px;
    text-align: center;
}
	
.location-details-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 0px solid #9f9a93;
}
	
.about-gallery-box {
    -webkit-transform: translateY(-0px);
            transform: translateY(-0px);
	margin-bottom: 0px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
	
    .logo-mobile {
		width: 100%;
    }
    .logo-mobile img {
		width: 100%;
    }
	
    .section-about {
        display: none;
    }
	
    .section-about-mobile {
        display: block;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
    }
	
.section-contact {
    padding: 80px 30px;
}
	
    .footer {
        padding: 0 40px 0 40px;
    }
	
}
@media screen and (max-width: 720px) {
    .section-header-top {
        padding: 10px 0;
        background-color: #45453d;
        display: none;
    }
    .section-header-top-mobile {
        padding: 10px 0;
        background-color: #2C2C27;
        display: block;
    }
    .logo-mobile {
		width: 100%;
    }
    .logo-mobile img {
		width: 100%;
    }
    .header-top__item {
        text-align: center;
    }
    .header-top__item span{
        font-size: 11px;
    }
    .slider-text-box {
        width: 100%;
        line-height: 50px;
    }
    .slider-text-box h2{
        font-size: 30px;
    }
	
    .header-top__item-mobile {
        text-align: center;
		width: 100%;
		color: #fff;
    }
	
    .header-top__item-mobile img {
        height: 16px;
		padding-right: 5px;
    }
	
    .header-top__item-mobile span{
        font-size: 11px;
    }

    .main {
        padding: 0 15px;
    }

        .header {
            padding: 0 30px
        }
    
        .header img {
            height: 24px
        }
    
        .sticky .header {
            height: 55px
        }
    
        .header-nav {
            background-color: rgba(255, 255, 255, .6);
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-transition: .5s ease-in;
            transition: .5s ease-in;
            -webkit-transform: translateX(100%);
                    transform: translateX(100%);
            opacity: 0;
            pointer-events: none;
            visibility: hidden
        }
    
        .nav-open .header-nav {
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            -webkit-transform: translateX(0);
                    transform: translateX(0)
        }
    
        .nav-open .icon-mobile-nav[name=close-outline] {
            display: block
        }
    
        .nav-open .icon-mobile-nav[name=menu-outline] {
            display: none
        }

        .header-nav-list li a{
            display: none;
        }

        .header-logo{
            display: none;
        }
        
    
        .header-nav-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center
        }
    
        .header-nav-list li {
            padding: 15px 0
        }
    
        .header-nav-list li a:link,
        .header-nav-list li a:visited {
            font-size: 20px;
            font-weight: 600
        }
    
        .header-nav-list li:not(:last-child) {
            margin-right: 0
        }
    
        .btn-mobile-nav {
            display: block;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            z-index: 1000
        }
    
        .btn-mobile-nav:focus {
            outline: 0
        }

    .section-slider {
        height: 70vh;
    }

    .section-about {
        display: none;
    }
	
    .section-about-mobile {
        display: block;
		margin-bottom: 0px;
    }

    .about-gallery-box {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-top: 20px;
    }

    .about-gallery__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        height: 210px;
    }
	
.about-gallery__item {;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 10px solid #dddddd;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-bottom: 20px;
}

    .about-gallery__item h3 {
        font-size: 20px;
    }

    .about__text-box h2::before,
    .about__text-box h2::after {
        content: none;
        height: 0;
        width: 0;
    }

    .about__text-box {
		background-color: #fff;
		padding: 20px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    color: #45453D;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
		margin-bottom: 30px;
		overflow: auto;
		border-radius: 20px;
    }

    .about__text-box h2 {
        font-size: 28px;
    }

    .contact__item-2 {
        text-align: center;
        margin-top: 50px;
    }

    .contact__item-2 h2 {
        font-size: 27px;
        line-height: 37px;
    }

    .contact-text-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer {
        padding: 0 0 35px;
    }

    .footer__box {
        padding-bottom: 30px;
    }

    .footer__contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
		line-height: 150%;
    }

    .footer__logo-box img {
        height: 110px;
        margin-bottom: 25px;
    }

    .footer__text-box {
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
    }

    .footer__contact-info p {
        margin: 0;
        padding-bottom: 10px;
		line-height: 150%;
    }

    .footer__contact-info p:not(:last-child) {
        margin-right: 0;
    }

    .footer__bottom-text-left {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer__bottom-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
	
    .bg-light {
        background-color: #45453D !important;
    }
	
    .navbar-toggler {
        color: #fff !important;
		background-color: #CCCC33 !important;
    }
	
    .navbar-nav {
        background-color: #fff !important;
		padding-left: 20px !important;
    }
	
    .navbar {
        padding: 0px !important;
    }
	
    .navbar-brand {
        padding: 0px !important;
    }
	
    .container-fluid {
        padding: 0px !important;
    }
	
    .carousel {
        display: none !important;
    }
	
.contact-logo-box {
    padding: 0px 0px;
    display: inline-block;
    text-align: center;
}

.contact-logo-box img {
    height: 90px;
    text-align: center;
}
	
.location-details-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 0px solid #9f9a93;
}
	
.about-gallery-box {
    -webkit-transform: translateY(-0px);
            transform: translateY(-0px);
	margin-bottom: 0px;
	padding-bottom: 30px;
}
	
#leafletmap2 {
    height: 300px;
}
	
}