
h2{
    font-family: 'Playfair Display', serif;
}



.icon{
    margin-top: 10px;
}
.img-mobile{
    width: 100%!important;
}
.img-border{
    box-shadow: 0px 0px 70px ;
    border: 10px solid #fff;   
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.nav-item a:hover{
    color:#4895D9!important;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}


.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.dropdown>.dropdown-toggle:active {
    pointer-events: none; 
}
.dropdown:hover .dropdown-menu{
    display: block;

}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;   
}
.title-content{
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-height: 600;
    padding-top: 60px;
    text-align: center;
}
.description-place{
    margin-bottom: 20px;
    line-height: 32px;
    margin-left: 20px;

}
body{
    background: none;
    color:#333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-weight: 400;
    font-size: 15px;
    margin-left: 10px;
}

.section-padding{
    padding: 100px 0px;
}
.textfoto{
    background-color: white;
}
.background-grey{
    background-color: #f9f9f9;
}
.background-white{
    background-color: white;
}
.img-background{
    padding: 200px 0px;
    background: url(/images/IMG-background.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    position: relative;
    background-size: cover;
    z-index: 1;
}
.place{
    margin: 0;
    background: #fff;
    padding: 30px 20px;
    font-size: 20px;
    text-align: center;
}
.title-section{ 
    padding: 20px 20px;
    font-size: 40px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 60px;
}
.title-section-contact{ 

    font-size: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 60px;
}

/*gallery*/
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    width: 200px;
    padding: 0;
}
.demo-gallery > ul > li a {

    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;

}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}

/*end gallery*/


.navbar-light .navbar-brand{
    width: 200px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}


.icon ul li i{
    margin-right: 10px;
    background: #489ADF;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;    
    color:beige;
}

.icon ul{
    list-style: none;
}
.icon-left ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.icon-right ul{
    list-style: none;
    float: right;
    margin-top: 10px;
}
.icon ul li{
    display: inline-block;
}
.people-background{
    background-color: white;
    background: #fff;
    padding: 50px;
    text-align: center;
    margin: 0px 30px;
    display: block;
}
.sigle{
    max-width: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.star-yellow{
    color:#F8B421;
}
.star-grey{
    color:gray;
}
.footer{
    background-color: white;

}
.footer2{
    background-color: black;
    color: white;
    padding-bottom: 25px;
    padding-top: 25px;
}
.text-footerright{
    float:right;

}
.text-footer2{
    font-size: 14px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    text-align: center;
}
/*start button back to top*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #5896DD;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
body h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
/*end button back to top*/

.bg-light{
    background: none!important;
    margin-bottom: 20px;
    margin-top:50px;
}
.menu{
    position: absolute;
    z-index: 999;
    width: 100%;


}
.menu-scroll{
    width: 100%;

}
.navbar-light .navbar-nav .nav-link{
    color:black;
}
.scrolling-box {
    background-color: #eaeaea;
    display: block;
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    text-align: center;
    width: 200px;
}
.btn-primary{
    background-color: #489ADF;
    float: right;
}
.button_snd{
    margin-top: 20px;
    width: 30%;
    background-color: #5896DD;
}
.button, input{
    overflow: visible;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;

}
.textarea{
    overflow: auto;
    resize: vertical;
    width: 100%;
}

/*stelar*/
/** {
    margin: 0;
    padding: 0;
}*/

h1 a {
    border-bottom: 1px solid white;
    color: white;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
}
.photo {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 450px;
    position: relative; 
}
.photo span {
    bottom: 60px;
    color: white;
    display: block;    
    position: relative;
    text-shadow: 0 2px 0 black, 0 0 10px black;   
    text-align: center;
}

.autumn {
    background-image: url(/images/IMG_6064.JPG);
    padding: 200px 0px;    
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    position: relative;
    background-size: cover;
    z-index: 1;

}
.logo{
    position: absolute;
    z-index: 998;
    margin-top: 15%; 
    margin-left: 32%;
}

.logo2{
    position: fixed;
    display: contents;


}

@media (min-width : 320px) and (max-width:1025px)
{
    .logo-responsive{
        width: 80%;
        margin-left: 79px;

    }
    .title-section-contact{
        font-size: 30px;
    }
    body{
        font-size: 11px;
    }
    .ml-auto, .mx-auto{
        background-color: white;
    }
    .demo-gallery > ul > li a > img{
        height: auto
    }

    .people-background{
        padding: 5px;
    }
    .title-content{
        font-size: 30px;
    }
    .description-place{
        margin-bottom: 5px;
        line-height: none;
        margin-left: 5px;
    }
    .title-section{
        font-size: 30px;
        padding: 0px 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 12px;
    }
    .dropdown-menu{
        font-size: 12px;
    }
    .section-padding{
        padding: 15px 0px;
    }
    .logo{
        display: none;
    }
    .logo2{
        position: relative;
        display: block;


    }
    .img-inner{
        height: 150px!important;
    }
}
/*end media*/

.img-inner{
    background-image: url("/images/inner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px;
}
.breadcrumb{
    background-color: black;
    border-radius: 0;
}
.breadcrumb-item.active{
    color:white!important;
}
.background-inner{
    background-color: #f9f9f9;

}
.inner-background{
    background-color: black;
}
.title-page{
    margin-top: 50px;
}
.content-page{
    margin-top: 30px;
}

span.ui-icon.ui-icon-circle-triangle-e{

    float: right!important;
}
span.ui-datepicker-month{
    padding-left: 25px;
}
div#ui-datepicker-div.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
    border: 1px solid grey;
    background-color: white;
    width: 19.8%;
    display: grid;

}
.dropdown-menu{
    margin-top: -2px!important;
}


.pageloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('/images/AFCC0049.jpg') 50% 50% no-repeat rgb(249,249,249);
opacity: .8;
}

.img-float-left{
  float:left;
  margin-right: 15px;
  margin-bottom: 15px;
}


.text-style{
    text-align: justify!important;
}
