.footer-section{

}

.footer-top {
    background: #45b4e3;
    padding: 20px 0;
}

.footer-top .left-side{
    padding: 20px 0;
}

.footer-button{
    padding: 15px 20px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}

.footer-button:hover{
    color: #fff;
}

.footer-heading {
    margin-bottom: 25px;
}

.footer-bottom{
    background: #414141;
    padding-top: 35px;
    padding-bottom: 40px;
    min-height: 508px;
    position: relative;
}


.footer-bottom  li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100;
}

.footer-bottom li{
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100;
    list-style: none;
}

.footer-heading{
    margin-bottom: 25px;
}
.footer-heading-small{
    margin-bottom: 15px;
}


.full-size-slider{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.5s;
    opacity:0;
    z-index: -9999999;
    visibility: hidden;
    display:none;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
}

.full-size-slider .slick-arrow{
    position: absolute;
    z-index: 99999999;
    top: calc(50% - 30px);
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 25%;
}

.full-size-slider .item div{
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.full-size-slider .slick-next{
    right: 12px;
}

.full-size-slider .slick-prev{
    left: 12px;
}



.show-slider-popup{
    opacity: 1 !important;
    z-index: 99999999999999 !important;
    visibility: visible !important;
    display: block !important;
}

.close-popup{
    color: #fff;
    top: 30px;
    position: absolute;
    z-index: 999999999999999;
    right: 30px;
    /* font-size: 40px; */
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    border-radius: 37%;
    padding: 10px;
}

.copyright{
    background: #535353;
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    z-index: 1;
    left: 0;
    width: 100%;
}

.over-all-gallery{
    position: absolute !important;
    max-width: 268px;
    right: 0;
    background: #2a2a2a;
    top: -35px;
    z-index: 9;
}
.pos-rev{
    position: relative;
}

.heading-footer-sant{
    margin: 30px 0;
    display: block;
}


.footer-section .in_gallery img:nth-child(odd){
    margin-right: 5px;
    margin-bottom: 10px;
}

.footer-section .in_gallery img:nth-child(even) {
    margin-left: 5px;
    margin-bottom: 10px;
}

#instafeed img:nth-child(odd){
    margin-right: 5px;
    margin-bottom: 10px;
}

#instafeed img:nth-child(even) {
    margin-left: 5px;
    margin-bottom: 10px;
}

.footer-insta{
    float: right;
    padding-top: 5px;
}

/*HEADER*/

.fix-menu-show{
    top: -50px !important;
}

.header-menu-container{
    background: rgba(50,108,170,0.8);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
}

.header-menu-container.fix-menu-show{
    background: rgba(50,108,170,1);
}

.header-menu-container.fix-menu-show .site-nav{
    padding-top: 33px;
}

.fix-menu-show .logo-img{
    width: 106px;
    height: 60px;
    margin-top: 53px;
    padding-top: 0;
}

.header-menu li a{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.header-menu li {
    display: inline-block;
    padding-left: 27px;
}

.menu-my-menu-container{
    display: inline-block;
    float: right;
}

.header-menu-container .site-nav{
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 12px;
}

.border-left-line{
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 10px;
}
.menu-lang{
    display: inline-block;
    padding-left: 5px;
    color: #fff;
}
.menu-lang div{
    display: inline-block;
}
.menu-switch{
    position: relative;
    display: block;
    width: 50px;
    background: url('/wp-content/uploads/2018/08/swid.png');
    height: 14px;
}
.header-top{
    float: right;
}

.search-logo{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

#searchsubmit{
    position: absolute;
    top: 0;
    background: transparent;
    border: 0;
}
#searchform{
    position: relative;
    border-bottom: 1px solid #fff;
}
#searchform input{
    background: transparent;
    border: 0;
    color: #fff;
    width: 120px;
	left:0;
}

.logo-img{

    -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
    margin-top: 10px;
    width: 159px;
    height: 90px;
    -webkit-transition:all 0.5s;
    transition: all 0.5s;

}

#searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#searchform input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#searchform input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#searchform input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}


.header-top .social{
    padding-left: 1px;
}
.header-top .social:first-child {
    padding-left: 0;
}

.stay_in_touch > img{
    margin-top: 40px;
}

.slick-arrow{
    cursor: pointer;
}

.mobile-menu{
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(50,108,170,1);
    top: 0;
    left: -100%;
    transition: all 0.5s;
}

.hamburger{
    position: fixed;
    z-index: 999999999999;
    position: fixed;
    z-index: 999999999999;
    right: 20px;
    top: 10px;
}

.show-mob-menu{
    left: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}

.mobile-menu .site-nav{
    margin-top: 40px;
}
.mobile-menu .site-nav .header-menu li{
    display: block;
    text-align: center;
}
.mobile-menu .site-nav .header-menu li a{
    font-size: 20px;
}

.mob-logo{
    display: block;
    margin: 0 auto;
}

.search-mob{
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.mobile-menu.show-mob-menu{
    overflow: scroll;
}