
#aboutid{
    transition: 5s;
}

/* HEAD BAR */
.headbar{
    background-color: #136634;
    font-family: 'Dancing Script', cursive !important;
    width: 100%;
}

.head-text{
    margin-top: 20px;
    text-align: center;
}

.head-text a{
    color: azure;

}

.head-text a:hover{
    color: rgb(46, 243, 243);
    transition: 0.5s;


}

.head-phone{
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    color: azure;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-left: 23%;
    font-weight: 700;
}

.head-phone:hover{
    color: red;
    transition: 0.5s;

}

.head-phone a {
    position: relative;
    color: azure;
}

.head-phone a:hover {
    position: relative;
    color: red;
    transition: 0.5s;
}



.head-icons{
    list-style: none;
    text-decoration: none;
    margin-top: 30px;
    position: relative;
    float: right;
    right: 5px;
    color: azure;



}

.head-text p {
    color: azure;
    float: left;
    padding-right: 10px;
    font-size: 14px;
    
}

.head-icons a li {
    color: azure;
    float: left;
    padding-left: 7px;
    font-size: 14px;
}

.head-icons a li:hover {
    color: red;
    float: left;
    transition: 0.9s;
}

.head-text p strong{

    font-family: 'Open Sans Condensed', sans-serif !important;
    

}

/* HEADBAR _ MEDIA SCREEN */

@media only screen and (max-width: 768px) {
    
    .head-phone{
    font-size: 7px !important;

    }

    .head-icons a li {
        font-size: 10px !important;

  }

  .head-text p {
    font-size: 11px !important;
    
}
}


/* HEADBAR _ MEDIA SCREEN */

/* / HEAD BAR */

.top95px{
    position: fixed;
    top: 95px;
  right: 15px;

}


.language-box{
    width: 100%;
    z-index: 999999;
    line-height: 10px;
    background-color: #ffffff;
    position: relative;
    right: 15px;
    top: 15px;
    top: auto;
    
}

@media (max-width: 991px){
    .language-box{
        
        position: absolute;
        right: 9px;
        top: 0;
        z-index: 9;


    }  
}


.language-flag{
    width: 20px;
    height: auto;
    position: relative;
    top: 0;
    float: right;
    margin-left: 10px;


}

.lang-drop-icon{
    font-size: 9px;
    width: 15px;
}


.logo-footer img{
    width: 150px;
}

.footer-area{
    text-align: initial;
}

.myahref a{
    color: #18a04e;
}

.myahref a:hover{
    color: #0d2b19;
}


/* About */

.mytexttitle{
    text-align: center;
}

.display-none{
    display: none;
}

.diplay-block{
    display: block;
}

@media (max-width: 991px){
    .display-none{
        display: block;
    }

    .display-block{
        display: none !important;
    }
    

   
}

/* Title Box */

.title-box{
    width: 100%;
    height: 210px;
    background-color: #00000077;
    background-image: url(../img/title-box/about.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    
    
}

.title-box .text-center{
    padding-top: 50px;
    color: #ffffff;
    
}

.title-box .text-center a{
    color: blanchedalmond;
    
}


/* Swipper Slide */

.none-text{
    visibility: visible;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    color: rgb(255, 255, 255);
    z-index: 999;

    /* transition */

 

}

/* .myswiperslide:hover .none-text{
visibility: visible; 

} */

@media (max-width: 574px){

    .myswiperslide{
        width: 100% !important;
        
    }
}



.myarrowsstyle{
    font-size: 13px !important;
    color: #076633 !important;
}

:root{
    --swiper-theme-color: #076633 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    background: #fff;
    border: 1px solid;

    /* Center slide text vertically
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }

/* /Swipper Slide */



/* Media Screen */

@media (max-width: 1199px){

    .nav-menu a{
        font-size: 11px;
    }
}


/* Home Products */

.single-products-btn{
    text-align: center !important;
    
}
.single-products-btn button{

    color: #fff;
    border: transparent;
    width: 70%;
    background-color: #076633 !important;
    border-radius: 0%;
   

}

.single-products-btn button, h3{
    text-align: center !important;
}

.single-awesome-project:hover button {

    color: wheat;
    transition: 0.5;
}

/* Home Products */


/* * CONTACT-US */ 

.mycontact-table{
	position: static;
	left: 0;
	right: 0;
	max-width: 550px;
	width: 100%;
	color: #000000;
	font-size: 13px;
	font-weight: 100;
	border: 1px solid #dee2e6;

}

.contact-bg{
	display: block;
    margin-left: auto;
    margin-right: auto;

}

/* @media (max-width:767px){
	.contact-bg{

	width: 100%;
	margin-left: -0.5%;

	}

	} */

.mycontact-table h5{
	text-align: center;
	font-weight: 400;

	}
.mybtnsend button{
	background: transparent;
    border: 1px solid #03331a;
    /* width: 100%; */
    color: #ffffff;
	margin-bottom: 10px;
	background-color: #03331a;
	transition: 1s;
	width: 100px;
	border-radius: 11px;

}
	

.mybtnsend button:hover{

	background: transparent;
    border: 1px solid #076633;
    /* width: 100%; */
    color: #076633;
	margin-bottom: 10px;
	width: 100px;
	border-radius: 11px;
}
	


.findme {
	padding-left: 15px;
}

.mycontact-bg{
	display: block;
	height: auto;
	overflow: hidden;
	border: 1px solid #dee2e6;


}


.mycontact-bg p{
	color: #000000;
	text-align: center;
	padding-top: 30px;
	font-size: 13px;
	text-align: capitalize;


}


.mycontact-bg h5{
	margin-top: 20px;
	text-align: center;
	font-weight: 400;

	}




/* /CONTACT-US */

/* PRODUCTS PAGE */

.single-products-btn h3 strong{
    font-size: 15px;
}

/* / */

/* INFO CSS */

.katalog-img img {
    -moz-box-shadow: 10px 4px 16px #0000009c;
    -webkit-box-shadow: 10px 4px 16px #0000009c;
    box-shadow: 10px 4px 16px #0000009c;


    width: 60%;

    transition:All 1s ease;


}

.katalog-img img:hover {
    transform: rotate(0deg) scale(1.069) skew(1deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.069) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.069) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.069) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.069) skew(1deg) translate(0px);


   
}

.btn-book{
    margin-top: 20px;
    padding-left: 16px;
    margin-left: 10px;
}
.book-btn button{
    border-color: #03331a !important;
    color: #0d2b19;
}
.book-btn2 button{
    padding-left: 10px;
    border-color: #03331a !important;
    color: #0d2b19;

}

.book-btn button:hover{
    background-color: #03331a !important;
    color: #fff;
}
.book-btn2 button:hover{
    padding-left: 10px;
    background-color: #03331a !important;
    color: #fff;

}


/* INFO CSS */


/* PRODUCTS-DETAIL */
.my-next{
    background-color: #0d2b19 !important;
}

.my-prev{
    background-color: #0d2b19 !important;
}

.products-detail-margin{
    margin-top: 70px;

}

@media only screen and (max-width: 768px) {
    .products-detail-margin{
        margin-top: 0px;
    
    }
      
}



 .img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
   
    
} 

.img-center img {
    width: 830px;
}


.products-content-margin{
    margin-top: 50px;

}

@media only screen and (max-width: 768px) {
    .products-contet-margin{
        margin-top: 0px;
    
    }
      
}

/* PRODUCTS-DETAIL */



/* TESCİLLER  LIGHT GALLERY */

.mylight-gallery{
	margin-top: 30px;
    width: 100%;
    height: auto;
    

}

.mylight-gallery img{
	width: 100%;
  height: auto;
	transition: 1s;
	margin-left: 4%;	
  overflow: hidden;
}

.mylight-gallery  h4{
	text-align: center;
}

.mylight-gallery img:hover{
	width: 100%;
  height: auto;
	transform: scale(1.1);
	filter: brightness(70%);
	z-index: 99999999999 !important;
}



body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../assets/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../assets/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../assets/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


