/* ======================== HEADER STYLE BEGIN ============ */

/* ======================== HEADER STYLE END ============ */



/* ======================== FOOTER STYLE BEGIN ============ */

/* ======================== FOOTER STYLE END ============ */




/* ======================== POPUP FORM STYLE BEGIN ============ */
.popup-form {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.popup-form-content {
    margin: auto;
    padding: 20px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #fff;
}
.close-popup {
    font-weight: bold;
    right: 0px;
    position: absolute;
    top: 0;
    background: #333332;
    padding: 6px 7px 4px 7px;
}
.popup-logo.menu {
    z-index: 99;
}
@media only screen and (max-width: 1024px){
    #Gutenmodalpopup.popup-form {
        padding-top: 10px;
    }
}

/* ======================== POPUP FORM STYLE END ============ */
/* ======================== MOBILE POPUP STYLE BEGIN ============ */
.overlay-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #717E86;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999;
}
.overlay-mobile .closebtn {
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 25px;
    background-color: #7e7b38;
    color: #fff;
    height: 36px;
    text-align: center;
    width: 46px;
    border-radius: 10px;
    padding-top: 0px;
    z-index: 1000;
}
.overlay-mobile a {
    text-decoration: none;
}
.overlay-content-mobile {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0px;
}
/* ======================== MOBILE POPUP STYLE END ============ */


/* ======================== FLOATING BTN CSS BEGIN ============ */
.float-container-btns {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;
    right: -190px;
    width: 250px;
    z-index: 99;
}
.float-container-btns a {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  transition: all 0.2s linear;
  background:#7E7B38;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 16px;
  box-shadow: 1px 2px 4px #fff;
 color:#fff;	
}
.float-container-btns a img {
  margin-right:10px;
  width:36px;
  margin-left:4px;
  height:36px;
}
.float-container-btns>a:hover {
    transform: translateX(-188px);
    transition: all 0.2s linear;
}

.float-container-btns a.float-three svg {
  width: 28px;
}
@media only screen and (max-width:1024px){
    .float-container-btns{
        display: none;
    }
}
/* ======================== FLOATING BTN CSS END ============ */


/* ======================== Btn_back_to_top  BEGIN ============ */
#btn-back-to-top img {
  width:31px;
  height: auto;
}

#btn-back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 32px;
    font-size: 18px;
    border: none;
    outline: none;
    border: 1px solid #fff;
    background: #7E7B38;
    cursor: pointer;
    border-radius: 10px;
    z-index: 99;
    padding: 0 13px;
    padding-top: 11px;
    padding-bottom: 6px;
    width: 57px;
    height: 57px;
    transition: 0.4s all ease-in-out;
}

@media only screen and (max-width: 1024px){
#btn-back-to-top {
    bottom: 92px !important;
}
}

#btn-back-to-top:hover {
    background-color:#717E86;
}

@media only screen and (max-width:970px){
#btn-back-to-top {
     bottom: 92px !important;
     right: 11px;
    }

}
/* ======================== Btn_back_to_top  END ============ */