/*-----------------------------------------------------------------------------------

Theme Name:  - 
Theme URI:   - 
Description: - 
Author:      - Eren Yokuş - 
Version:     - 1.0 - 

-----------------------------------------------------------------------------------*/

/*==================================================
===| Global Css
===================================================*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input,
button,
select,
textarea {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: var(--fw-7) !important;
    /* font-size: var(--fs-40) !important; */
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: -1.7px;
    transition: all 0.5s ease-in-out;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}


img {
    max-width: 100%;
    height: auto;
}

section {
    margin: 100px 0;
}

body {
    overflow-x: hidden;
    flex-direction: column;
    background-color: var(--lightColor) !important;
    color: var(--blackColor) !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: var(--fw-5) !important;
    font-size: var(--fs-15) !important;
    letter-spacing: -0.5px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1300px !important;
}

/*==================================================
===| Roote Settings
===================================================*/

:root {
    /* ThemeOne Color */
    --lightColor: #ecebe4;
    --blackColor: #1c1c1c;

    /* Font Size */
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fs-23: 23px;
    --fs-24: 24px;
    --fs-25: 25px;
    --fs-26: 26px;
    --fs-27: 27px;
    --fs-28: 28px;
    --fs-29: 29px;
    --fs-30: 30px;
    --fs-31: 31px;
    --fs-32: 32px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-35: 35px;
    --fs-40: 40px;
    --fs-45: 45px;
    --fs-50: 50px;
    --fs-55: 55px;
    --fs-60: 60px;
    --fs-65: 65px;
    --fs-70: 70px;
    --fs-75: 75px;

    /* Font Weight */
    --fw-1: 100;
    --fw-2: 200;
    --fw-3: 300;
    --fw-4: 400;
    --fw-5: 500;
    --fw-6: 600;
    --fw-7: 700;
    --fw-8: 800;
    --fw-9: 900;
}

/*==================================================
===| Theme Settings
===================================================*/

html ::-webkit-scrollbar {
	width: 5px;
}

html ::-webkit-scrollbar-button {
	display: none;
}

html ::-webkit-scrollbar-track-piece {
	background-color: transparent;
}

html ::-webkit-scrollbar-thumb {
	background-color: var(--blackColor);
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}

html ::-webkit-scrollbar-thumb:hover {
	background-color: var(--lightColor);
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
}

html ::-webkit-scrollbar-corner {
	background-color: transparent;
}

html ::-webkit-resizer {
	background-color: var(--lightColor);
}


/*==================================================1
===| Header Top
===================================================*/


.home__banner .swiper .img {
    position: relative;
}

.home__banner .swiper .img img {
    width: 100%;
    height: 50vh;
        background-size: 100% 100%;    

}

.home__banner .swiper .img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--lightColor);
    font-size: var(--fs-20) !important;
    border: 1px solid var(--lightColor);
    padding: 5px 10px;
}

.home__banner .slider__content,
.home__banner .bottom__bar {
    width: 100%;
    z-index: 9;
    max-width: 400px;
    text-align: center;
}

/*==================================================
===| Acordion Css
===================================================*/
    .accordion-body.text-white {
        font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #818181;
}

.card-text.text-white {
            font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #818181;
}
.acordions.lines {
    position: relative;
}
.acordions.lines:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #E6735C;
    display: none;
}

.acordions {
    background-color: #303030;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 70vh;
    position: relative;
    z-index: 9;
    background-size: 100% 100%;    
}

.acordions .accordion {
    position: relative;
    z-index: 9;
    margin-top: -10px;
}

.acordions:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
    background-color: #030303a1;
}

.acordions .accordion-button:not(.collapsed)::after,
.acordions .accordion-button::after {
    background-image: url('../img/down.svg');
}

/*==================================================
===| Banner2 Css
===================================================*/
.banner__2 .banner__items .img {
    position: relative;
}

.banner__2 .banner__items .img img {
    object-fit: cover;
    height: 530px;
    width: 100%;
}

.banner__2 .banner__items .img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
    background-color: #030303a1;
}

.banner__2 .banner__content {
    position: relative;
    z-index: 9;
}

.banner__2 .swiper-slide .banner__items:hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
.banner__2 .swiper-slide .banner__items:hover .card-body {
    display: none;
}
.banner__2 .swiper-slide .card .img:hover {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    opacity:0;
}
.banner__2 .swiper-slide .banner__items figcaption {
    top:0;
    left:0;
    width:100%;
    height:720px;
    padding:29px 44px;
    background-color: #fff;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    display:block;
    position:absolute;
    z-index:9;
    color: var(--lightColor);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.banner__2 .swiper-slide .banner__items figcaption h2 {
    color: #E6735C;
}
.banner__2 .swiper-slide .banner__items figcaption p {
    color: var(--blackColor);
}
/*==================================================
===| Slider Blog Css
===================================================*/
.slider__blog.lines {
    position: relative;;
}
.slider__blog.lines:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    background-color: #E6735C;
}


.slider__blog {
background-image: url('../img/boat4.jpeg');
background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 71vh;
    position: relative;
    z-index: 9;
    background-size: 100% 100%;
}

#blog2 {
    height: 68vh !important;
}

.slider__blog .card-body {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.slider__blog .card-body .card-title {
    color: #E6735C;
    text-align: center;
}
.arrows .swiper-button-next {
    right: 10px;
    left: auto;
}
.arrows .swiper-button-prev {
    left: 10px;
    right: auto;
}
.slider__blog .swiper-slide .card:hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
.slider__blog .swiper-slide .card:hover .card-body {
    opacity:0;
}
.slider__blog .swiper-slide .card:hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    opacity:0;
}
.slider__blog .swiper-slide .card figcaption {
    top:0;
    left:0;
    width:100%;
    height:484px;
    padding:29px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    display:block;
    position:absolute;
    z-index:9;
    color: var(--lightColor);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
/*==================================================
===| Footer Css
===================================================*/
#info {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 18px;
}



#info .copyright {
  text-align: left;
  padding-top: 30px;
}

.footer.lines {
    position: relative;
}
.footer.lines:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #E6735C;
    display: none;
}

.footer {
    background-image: url('../img/footer.png');
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.footer .h-5 {
    height: 700px;
}

::placeholder {
    color: #fff !important;
}
.btn-danger {
    background-color: rgb(0 24 69) !important;
    border-color: #fff !important;
}
.text-orange {
    color: #E6735C!important;
}

.mt-3{
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.swiper-pagination {
    margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background-color: #E6735C !important;
}

.fs-2.text-white {
    font-size: 36px !important;
}

#slogan1 {
    left: 25%!important;
        line-height: 34px;
}

#slogan2 {
    left: 75% !important;
    top: 70%!important;
        line-height: 34px;
}
/*==================================================
===| Container Css
===================================================*/
@media (max-width: 767.98px) {
    .onlyMobScreen{
        display: none !important;
    }
    .postsMob{
        .postsMob{
            /* background-color: #303030 !important; */
            /* border-bottom: 3px solid #E6735C !important; */
            background-image: url('../img/postsMob.jpg') !important;
        }
    }

    .footer .h-5 {
        justify-content: center;
        align-items: center;
        display: flex;
          height: 600px;
    }
    .footer {
        height: 900px;
    }
    .arrows .swiper-button-next {
        right: 4px;
    }
    .arrows .swiper-button-prev {
        left: 4px;
    }
    .slider__blog.lines:before {
        display: block;
    }
    .slider__blog.lines:after {
        display: block;
    }
}

/* #blog {
    height: 413.64px;
}
*/
.card-img-top {
    height: 204.84px;
}

.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}

@media (max-width: 765.98px) {
    .onlyMobScreen{
        display: block !important;
    }

    .postsMob{
        .postsMob{
            /* background-color: #303030 !important; */
            /* border-bottom: 3px solid #E6735C !important; */
            background-image: url('../img/postsMob.jpg') !important;
        }
    }

.fs-2.text-white {
    font-size: 34px !important;
}

#footertext {
padding: 0px 65px;
text-align: center;
}

.footerform {
    /* margin-right: 20px;
margin-left: 20px; */
}

#footerbot {
display: none !important;
}

.social__media {
    display: none !important;

}

#power {
        display: none !important;

}

#mobile {
        display: none !important;

}

#footerimg {
      width: 180px;
}

#globaltr {
    font-size: 12px;
}

.footer {
    background-image: url('../images/footer2.jpeg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 68%;
    padding-bottom: 55%;
    height: 1297px;
    text-align: center !important;
}

.web {
    display: none !important;
}


.slider__blog {
    background-image: url('../img/teamsmobil.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 110vh;
    position: relative;
    z-index: 9;
        background-size: 100% 100%;

}
#blog {
    height: 452.667px;
width: 260px;
margin-left: auto;
margin-right: auto;
}

.acordions {
background-color: #303030;
background-repeat: no-repeat;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 9;
}

.acrodion {
    align-items: center !important;
    justify-content: center !important;
}

.acordions {
    height: auto;
    
}

.acordions .accordion {
    position: relative;
    z-index: 9;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;


}
.img22 {
     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.img23 {
     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 120px;
}
.bottom {
    margin-bottom: 45px;
    font-size: 11px;
}

.home__banner .swiper .img img {
    background-size: 100% 100%;    
    width: 100%;
height:auto;
min-height:600px;
    
}
#accordionFlushExample2 {
    display:none !important;
}
#info {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 12px;
    
}

.modal-content {
    height: 600px;
}

.ratio::before {
height:500px;
}


.home__banner .slider__content,
.home__banner .bottom__bar {
    width: 100%;
    z-index: 9;
    max-width: 300px;
    text-align: center;
}

#blog2 {
    height: 100vh !important;
}

.button {
 display: none !important;
    
}
}

@media (min-width: 765.98px) {

.mobile {
    display: none !important;
}
.acordions {
/* background-image: url('../img/wallpaperbetter2.jpg'); */
background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 70vh;
    position: relative;
    z-index: 9;
    background-size: 100% 100%;    
}

.footer {
background: #303030 !important;
/* background-image: linear-gradient(to right, #090d18, #5e5e57, #090d18); */
height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100% !important;
}

.footer .h-5 {
    height: 80px;
}
.home__banner .swiper .img img {
    background-size: 100% 100%;    
    width: 100%;
    height: 38vh;
}

}

@media (min-width: 1600.00px) {

.mobile {
    display: none !important;
}
.acordions {
/* background-image: url('../img/wallpaperbetter2.jpg'); */
background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 48vh;
    position: relative;
    z-index: 9;
    background-size: cover;    
}

.acordions .accordion {
    position: relative;
    z-index: 9;
       margin-top: -30%;
}

.home__banner .swiper .img img {
    background-size: 100% 100%;    
    width: 100%;
    height: 42vh;
}

.footer {
background: #303030 !important;
height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100% !important;
}

.footer .h-5 {
    height: 80px;
}

.slider__blog {
background-image: url('../img/boat4.jpeg');
background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 70vh;
    position: relative;
    z-index: 9;
        background-size: 100% 100%;
}

#blog {
    width: 290px;
}

#blog2 {
    height: 70vh !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1600px !important;
}

.footerform {
width: 350px;
margin-left: auto;
margin-right: auto;
}


}

.modal-body {
    -webkit-overflow-scrolling: touch;
}



	#ufw_1 .ufw_wb{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-width: 0px;
    border-color: #ececec;
    border-radius: 0px;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
}
#ufw_1 .ufw_btn{
    background-color: #2b2b2b;
    border-color: transparent;
    border-width: 0px;
    color: #e5735c;
    border-radius: 0px;
    
}
#ufw_1 .ufw_title, #ufw_1 .ufw_col{
    border-color: #ececec;
}

#ufw_1 .ufw_wb, #ufw_1 .ufw_wb a, #ufw_1 h1, #ufw_1 h2, #ufw_1 h3, #ufw_1 h4, #ufw_1 h5{
    color: #0a0a0a !important;
}

 
#ufw_1 .ufw_btn{
transform: rotate(
270deg);
    top: 20rem;
    background-color: #e5735c!important;
    color: #fff!important;
    padding-bottom: 40px;
    padding-top:5px;
    font-size: 18px;
    padding-right: 15px;
	padding-left:15px!important;
	right:-3rem;
	
}
#ufw_2 .ufw_btn{
	    transform: rotate(
270deg);
    top: 20.5rem;
    
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 18px;
    padding-right: 25px;
    background-color: green!important;
    color: #fff!important;
	right: -4rem;
	
}


.right400{
	right:399px!important;	
	padding-bottom: 10px!important;
}
.right0{
	right: -4rem!important;
	padding-bottom: 10px!important;
}


#ufw_1 .ufw_wb, #ufw_1 .ufw_wb a, #ufw_1 h1, #ufw_1 h2, #ufw_1 h3, #ufw_1 h4, #ufw_1 h5 a:hover {
    color: #e6735c!important;
}

	


@media screen and (max-width: 780px){
#ufw_1 .ufw_btn {
		visibility: hidden;
}
}


.ufw_wb{
    background: #fff;
    border-style: solid;
    position: relative;
    
}
.ufw_wb_inner{
    padding: 1.5em;
    height: 100%;
    overflow: auto;
    direction:rtl;
    text-align: left;
    background-color: #FFF9F5;
   
}
.ufw_wb_inner::-webkit-scrollbar-track{
    background-color: #fff;
    
}
.ufw_wb_inner::-webkit-scrollbar{
    width: 15px;
    background-color: #fff;
}
.ufw_wb_inner::-webkit-scrollbar-thumb{
    background-color: #e5735c;
    border-radius: 50px;
}

/* Popup */
.ufw_pp{
    position: fixed;
    z-index: 999999;
}
.ufw_pp .ufw_wb{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
    border-radius: 10px;
    margin: 1.5em 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

/* Popup positions */
.ufw_pp.ufw_p_br{
    bottom: 1.5em;
    right: 1.5em;
}
.ufw_pp.ufw_p_bl{
    bottom: 2em;
    left: 2em;
}
.ufw_pp.ufw_p_tr{
    top: 1em;
    right: 2em;
}
.ufw_pp.ufw_p_tl{
    top: 1em;
    left: 2em;
}

/* Flyout */
.ufw_fo{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.ufw_fo .ufw_wb{
    height: 100% !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

/* Flyout positions */
.ufw_fo.ufw_p_left{
    left: 0;
}
.ufw_fo.ufw_p_right{
    right: 0;
}
.ufw_fo.ufw_p_left .ufw_wb{
    border-left-width: 0 !important;
}
.ufw_fo.ufw_p_right .ufw_wb{
    border-right-width: 0 !important;
}

/* Buttons */
.ufw_btn{
    background: red;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
    color: white;
    border-style: solid;
    transition: all 0.5s;
    text-decoration: none;
}
.ufw_btn:hover, .ufw_btn:focus{
    transform: scale(1.05);
    text-decoration: none;
}
.ufw_btn:hover .fa{
    transform: scale(1.2);
}
.ufw_btn:active{
    transform: scale(0.9);
}
.ufw_btn.ufw_btn_32px{
    font-size: 11px;
    width: 32px;
    height: 50px;
    line-height: 32px;
}
.ufw_btn.ufw_btn_40px{
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.ufw_btn.ufw_btn_48px{
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.ufw_btn.ufw_btn_56px{
    font-size: 18.6px;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.ufw_btn.ufw_btn_64px{
    font-size: 21px;
    width: 64px;
    height: 64px;
    line-height: 64px;
}
.ufw_btn.ufw_btn_text{
    width: auto !important;
    padding: 0 1em;
}
.ufw_btn.ufw_btn_text span{
    margin-left: 1em;
}
.ufw_btn.ufw_btn_text.ufw_btn_type_text span{
    margin-left: 0;
}
.ufw_btn i{
    vertical-align: middle;
    font-size: 1.25em;
}
.ufw_btn img{
    width: 50%;
    vertical-align: middle;
}


.ufw_pp.ufw_p_br .ufw_btn_wrap, .ufw_pp.ufw_p_tr .ufw_btn_wrap{
    text-align: right;
}

.ufw_fo .ufw_btn{
    z-index: 99999999;
    position: fixed;
}
.ufw_fo .ufw_btn_p_br{
    bottom: 1.5em;
    right: 1.5em;
}
.ufw_fo .ufw_btn_p_bl{
    bottom: 1.5em;
    left: 1.5em;
}
.ufw_fo .ufw_btn_p_tl{
    top: 1.5em;
    left: 1.5em;
}
.ufw_fo .ufw_btn_p_tr{
    top: 1.5em;
    right: 1.5em;
}

.ufw_wb_closed .ufw_wb{
    display: none;
}
.ufw_wb_closed .ufw_btn_oinfo{
    display: inline;
}
.ufw_wb_closed .ufw_btn_cinfo{
    display: none;
}
.ufw_wb_opened .ufw_btn_cinfo{
    display: inline;
}
.ufw_wb_opened .ufw_btn_oinfo{
    display: none;
}
.ufw_no_btn .ufw_wb{
    margin: 0;
}
.ufw_b_image{
    height: 100%;
    display: inline-block;
    padding: 0.5em 0;
    line-height: 0;
    margin: 0 !important;
}
.ufw_b_image img{
    height: 100%;
    width: auto;
    display: inline;
}

/* Close btn */
.ufw_close_btn{
    position: absolute;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    padding: 10px;
    line-height: 0;
    top: 5px;
    right: 5px;
    z-index: 1;
}
.ufw_fo .ufw_close_btn{
    border: inherit;
    border-width: 1px;
}
.ufw_p_right .ufw_close_btn{
    left: 0;
    right: auto;
    transform: translateX(-100%);
    border-radius: 5px 0 0 5px;
}
.ufw_p_left .ufw_close_btn{
    left: none;
    right: 0;
    transform: translateX(100%);
    border-radius: 0 5px 5px 0;
}

.ufw_widgets_wrap{
    width: 100% !important;
    float: none !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.ufw_title{
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0.5em 1em;
}

@media screen and (max-width: 765px) {
    .postsMob{
        /* background-color: #303030 !important; */
        /* border-bottom: 3px solid #E6735C !important; */
        background-image: url('../img/postsMob.jpg') !important;
    }
    .ufw_pp .ufw_wb{
        position: fixed;
        top: 100px;
        left: 1em;
        margin: 0px !important;
        right: 1em;
        width: auto !important;
        height: auto !important;
        bottom: 100px;
    }
    .ufw_fo{
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
    }
    .ufw_fo .ufw_wb{
        width: 100% !important;
    }
    .ufw_fo.ufw_wb_closed{
        left: auto !important;
    }

}

#ufw_1 .ufw_wb, #ufw_1 .ufw_wb a, #ufw_1 h1, #ufw_1 h2, #ufw_1 h3, #ufw_1 h4, #ufw_1 h5 {
  color: #0a0a0a !important;
}

.widget.eltd-latest-posts-widget .latest_post_holder .latest_post_text .latest_post_title, .widget.eltd-latest-posts-widget .latest_post_holder .latest_post_text .latest_post_title a, .widget.eltd-latest-posts-widget .latest_post_holder .latest_post_text .latest_post_title_holder {
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  color: #464646;
  font-family: 'Raleway', sans-serif;
line-height: 12px;
}

.ufw_wb_inner {
  direction: rtl;
  text-align: left;
}

.latest_post_holder .latest_post {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.latest_post_text {
  display: block;
  width: auto;
}

.widget.eltd-latest-posts-widget .latest_post_holder .latest_post .latest_post_title_holder {
  margin-bottom: 0px;
}


.latest_post_holder > ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  vertical-align: top;
}

.ufw_wb_inner {
  padding: 1.5em;
  height: 100%;
  overflow: auto;
  direction: rtl;
  text-align: left;
}

.latest_post_holder.minimal > ul > li {
  width: auto;
}

.latest_post_holder > ul > li {
  padding-top: 1px;
}


.latest_post_holder > ul > li {
  display: block;
  position: relative;
  
} 

.clearfix {
  *zoom: 1;
}


.wrap {
  position: fixed;
  z-index: 9999;
  display: block !important;
  left: auto;
  bottom: 13px;
  right: 25px;
}

.button {
  width: 60px;
  height: 55px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  background-color: #e5735c;
  }

.button:hover {
  background-color: #e5735c;
  box-shadow: 0px 15px 20px rgba(255, 255, 255, 0.4);
  color: #fff;
  transform: translateY(-7px);
}


.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -18px;
    height: calc(100% - 80px - 11px);
    overflow-x: hidden;
    padding: 13px 29px;
        margin-left: -36px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
#texthov {
color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

    
#texthov:hover {
color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

