/* --------------------------------------------------------------------
* Template Master Stylesheet
* 
* Template:		Agatha -	Photography Portfolio Website Template
* Author:		Themetorium
* URL:			https://themetorium.net
*
* Template main color (Brown): #987F28;
* Global font family: 'Roboto Mono', Helvetica, Arial, sans-serif;
-------------------------------------------------------------------- */

/* Table of Content
====================
1. General
2. Page preloader
3. Headings
4. Header
5. Logo
6. Menu (Bootstrap defalt navbar)
7. Off-Canvas Menu
8. Intro
9. Photo wall
10. Page header
11. Breadcrumb
12. Album bottom nav
13. Add to favorites button
14. Content section
15. Content wrap
16. Isotope
17. Album list item
18. Album list carousel
19. Album single carousel
20. Full carousel
21. Portfolio single
22. Content carousel
23. Album single item
24. lightgalleryone
25. Back to album link
26. Columns switch
27. Album attributes
28. Pagination
29. Modal
30. YTP Player
31. Blog list
32. Blog sidebar
33. Blog sidebar widgets
34. Blog single
35. Buttons
36. hr re-styled
37. Blockquote
38. Pages
39. Social icons
40. Forms
41. Select element (styled)
42. Maps
43. Thumbnail list
44. Tabs
45. Panels
46. Accordion
47. Footer
48. Scroll down arrow
49. Scroll to top button

*/

.dropdown .dropdown-menu .li {
  list-style-type: none;
}

/* -----------------ANSAYFA YANDAN AÇILIR KUTULAR (VERSİON 1) ---------------*/

#mySidenav1 {
  /* border: 1px solid red; */
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  left: 0%;
  top: 0%;
  transition: 0.5s;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.sidenav1 > a {
  /* background-color: rgb(57, 57, 57,0.1); */
  /* border: 1px solid rgb(226, 64, 10); */
  border-radius: 5px;
  position: absolute;
  width: 60%;
  height: auto;
  padding: 7px 0 7px 15px;
  cursor: pointer;
  left: -100%;
  color: rgba(218, 179, 82, 0.747);
  background-color: rgba(3, 32, 23, 0.89) !important;
}

#mySidenav1 a h1,
#mySidenav1 a h2,
#mySidenav1 a h3 {
  font-size: 14px;
  font-weight: 300;
  text-transform: initial;
  margin: 0;
}

#mySidenav1 i {
  font-size: 11px;
  color: #987f28;
  background-color: rgba(10, 54, 39, 0.651) !important;
}
#mySidenav1 a:hover {
  background-color: rgba(30, 97, 73, 0.651) !important;
  color: black;
}

#sidetkli-11 {
  animation: ansyfsidesbt 2s ease-out 1s forwards,
    ansyfsidesbt2 3s ease-out 5.5s backwards;
  top: 25%;
}
#sidetkli-22 {
  animation: ansyfsidesbt 2s ease-out 1.5s forwards,
    ansyfsidesbt2 3s ease-out 8.5s backwards;
  top: 32%;
}
#sidetkli-33 {
  animation: ansyfsidesbt 2s ease-out 2s forwards,
    ansyfsidesbt2 3s ease-out 11.5s backwards;
  top: 39%;
}
#sidetkli-44 {
  animation: ansyfsidesbt 2s ease-out 2.5s forwards,
    ansyfsidesbt2 3s ease-out 14.5s backwards;
  top: 46%;
}
#sidetkli-55 {
  animation: ansyfsidesbt 2s ease-out 3s forwards,
    ansyfsidesbt2 3s ease-out 17.5s backwards;
  top: 53%;
}
#sidetkli-66 {
  animation: ansyfsidesbt 2s ease-out 3.5s forwards,
    ansyfsidesbt2 3s ease-out 20.5s backwards;
  top: 60%;
}
#sidetkli-77 {
  animation: ansyfsidesbt 2s ease-out 4s forwards,
    ansyfsidesbt2 3s ease-out 23.5s backwards;
  top: 67%;
}
#sidetkli-88 {
  animation: ansyfsidesbt 2s ease-out 4.5s forwards,
    ansyfsidesbt2 3s ease-out 26.5s backwards;
  top: 74%;
}
#sidetkli-99 {
  animation: ansyfsidesbt 2s ease-out 5s forwards,
    ansyfsidesbt2 3s ease-out 29.5s backwards;
  top: 81%;
}
#sidetkli-110 {
  animation: ansyfsidesbt 2s ease-out 5.5s forwards,
    ansyfsidesbt2 3s ease-out 32.5s backwards;
  top: 88%;
}
#sidetkli-120 {
  animation: ansyfsidesbt 2s ease-out 6s forwards,
    ansyfsidesbt2 3s ease-out 35.5s backwards;
  top: 95%;
}
#sidetkli-130 {
  animation: ansyfsidesbt 2s ease-out 6.5s forwards,
    ansyfsidesbt2 3s ease-out 38.5s backwards;
  top: 100%;
}

@-webkit-keyframes ansyfsidesbt {
  0% {
    left: -100%;
  }
  100% {
    background-color: rgb(46, 125, 96, 0.2);
    left: 22%;
  }
}
@keyframes ansyfsidesbt {
  0% {
    left: -100%;
  }
  100% {
    background-color: rgb(46, 125, 96, 0.2);
    left: 22%;
  }
}

@-webkit-keyframes ansyfsidesbt {
  42% {
    transform: scale(1.2);
    background-color: rgb(46, 125, 96, 0.6);
  }
  /* 45%{left: 20%;}
	48%{left: 24%;}
	51%{left: 20%;}
	54%{left: 24%;}
	57%{left: 20%;}
	60%{left: 24%;} */
  100% {
    transform: scale(1);
    background-color: rgb(46, 125, 96, 0.6);
  }
}
@keyframes ansyfsidesbt2 {
  42% {
    transform: scale(1.2);
    background-color: rgb(46, 125, 96, 0.6);
  }
  /* 45%{
		left: 20%;
	}
	48%{
		left: 24%;
	}
	51%{
		left: 20%;
	}
	54%{
		left: 24%;
	}
	57%{
		left: 20%;
	}
	60%{
		left: 24%;
	} */
  100% {
    transform: scale(1);
    background-color: rgb(46, 125, 96, 0.6);
  }
}

@media (max-width: 1200px) {
  #mySidenav1 {
    width: 45%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  #mySidenav1 {
    width: 55%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  #mySidenav1 {
    width: 80%;
    height: 100%;
  }
}

/* @media (max-width:556px) {
	#mySidenav{
		width: 100%;
		height: 100%;
		overflow: hidden;
	  }
	  #mySidenav i{
		font-size: 11px;
	  }
	  .sidenav > a{
		top: 80%;
		left: -100%;
		width: 80%;
		height: auto;
	  }
	  #sidetkli-1{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out , ansyfsidetkli3 14s ease-out 112s ;
	  }
	  #sidetkli-2{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-in-out 14s, ansyfsidetkli3 14s ease-in-out 126s;
	  }
	  #sidetkli-3{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out 28s,ansyfsidetkli3 14s ease-out 140s;
	  }
	  #sidetkli-4{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out 42s,ansyfsidetkli3 14s ease-out 154s;
	  }
	  #sidetkli-5{
		top: 80%;
		animation: ansyfsidetkl3 14s ease-out 56s,ansyfsidetkli3 14s ease-out 168s;
	  }
	  #sidetkli-6{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out 70s,ansyfsidetkli3 14s ease-out 182s;
	  }
	  #sidetkli-7{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out 84s,ansyfsidetkli3 14s ease-out 196s;
	  }
	  #sidetkli-8{
		top: 80%;
		animation: ansyfsidetkli3 14s ease-out 98s,ansyfsidetkli3 14s ease-out 210s;
	  }
}
@-webkit-keyframes ansyfsidetkli3{
	0%{left: -100%;}
   40%{left: 12%;}
  100%{left: 150%;}
}
@keyframes ansyfsidetkli3{
	0%{
		left: -100%;
	}
   40%{
	left: 12%;
   }
  100%{
	left: 150%;
	}
}
@media (max-width:400px) {
	#mySidenav{
		width: 100%;
		height: 100%;
	  }
	  .sidenav > a{
		background-color: rgb(57, 57, 57,0.01);
		top: 80%;
		left: -100%;
		width: 100%;
		height: auto;
		font-size: 12px;
	  }
	  #sidetkli-1{
		animation: ansyfsidetkli3 10s ease-out , ansyfsidetkli3 10s ease-out 32.5s ;
	  }
	  #sidetkli-2{
		animation: ansyfsidetkli3 10s ease-in-out 4s, ansyfsidetkli3 10s ease-in-out 36.5s;
	  }
	  #sidetkli-3{
		animation: ansyfsidetkli3 10s ease-out 9s,ansyfsidetkli3 10s ease-out 41.5s;
	  }
	  #sidetkli-4{
		animation: ansyfsidetkli3 10s ease-out 13.4s,ansyfsidetkli3 10s ease-out 45.4s;
	  }
	  #sidetkli-5{
		animation: ansyfsidetkl3 10s ease-out 18s,ansyfsidetkli3 10s ease-out 49.4s;
	  }
	  #sidetkli-6{
		animation: ansyfsidetkli3 10s ease-out 20s,ansyfsidetkli3 10s ease-out 53.4s;
	  }
	  #sidetkli-7{
		animation: ansyfsidetkli3 10s ease-out 24s,ansyfsidetkli3 10s ease-out 57.4s;
	  }
	  #sidetkli-8{
		animation: ansyfsidetkli3 10s ease-out 28.5s,ansyfsidetkli3 10s ease-out 61.4s;
	  }
} */

/* -----------------ANSAYFA YANDAN AÇILIR KUTULAR (VERSİON 2) ---------------*/

@media (max-width: 568px) {
  .sidenav-container {
    position: absolute;
    top: 0;
    left: 0;
  }

  #mySidenav1 {
    /* border: 1px solid red; */
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    left: 0%;
    top: 0%;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .sidenav1 > a {
    /* background-color: rgb(57, 57, 57,0.5); */
    /* border: 1px solid rgb(226, 64, 10); */
    border-radius: 5px;
    position: absolute;
    height: auto;
    padding: 7px 0 7px 15px;
    color: rgb(210, 180, 102);
    cursor: pointer;
    /* background-color: rgb(210,180,102); */
  }

  #mySidenav1 a h1,
  #mySidenav1 a h2,
  #mySidenav1 a h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    margin: 0;
  }

  #mySidenav1 i {
    /* font-size: 15px; */
    color: rgb(210, 180, 102);
    font-weight: 800;
  }
  #mySidenav1 a:hover {
    background-color: rgb(46, 125, 96, 0.6) !important;
    color: black;
  }

  #sidetkli-11 {
    left: 18%;
    width: 60%;
    animation: ansyfkutuopcty 3s ease-out 2.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-22 {
    left: 18%;
    width: 60%;
    animation: ansyfkutuopcty 3s ease-out 7.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-33 {
    left: 10%;
    width: 80%;
    animation: ansyfkutuopcty 3s ease-out 12.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-44 {
    left: 10%;
    width: 80%;
    animation: ansyfkutuopcty 3s ease-out 17.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-55 {
    left: 14%;
    width: 70%;
    animation: ansyfkutuopcty 3s ease-out 22.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-66 {
    left: 14%;
    width: 70%;
    animation: ansyfkutuopcty 3s ease-out 27.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-77 {
    left: 14%;
    width: 70%;
    animation: ansyfkutuopcty 3s ease-out 32.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-88 {
    left: 11%;
    width: 80%;
    animation: ansyfkutuopcty 3s ease-out 37.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-99 {
    left: 14%;
    width: 70%;
    animation: ansyfkutuopcty 3s ease-out 42.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-110 {
    left: 11%;
    width: 80%;
    animation: ansyfkutuopcty 3s ease-out 47.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-120 {
    left: 14%;
    width: 70%;
    animation: ansyfkutuopcty 3s ease-out 52.5s backwards;
    top: 80%;
    opacity: 0;
  }
  #sidetkli-130 {
    left: 11%;
    width: 80%;
    animation: ansyfkutuopcty 3s ease-out 57.5s backwards;
    top: 80%;
    opacity: 0;
  }

  @keyframes ansyfkutuopcty {
    100% {
      opacity: 1;
    }
  }

  /* @-webkit-keyframes ansyfsidesbt{
		0%{left: -100%;}
		100%{background-color: rgb(46,125,96,0.2);left: 22%;}
	}
	@keyframes ansyfsidesbt{
		0%{
			left: -100%;
		}
	  100%{
		background-color: rgb(46,125,96,0.2);
		left: 22%;
		}
	} */

  /* @-webkit-keyframes ansyfsidesbt{
		42%{transform: scale(1.2);background-color: rgb(46,125,96,0.6);}
		45%{left: 20%;}
		48%{left: 24%;}
		51%{left: 20%;}
		54%{left: 24%;}
		57%{left: 20%;}
		60%{left: 24%;}
		100%{transform: scale(1);background-color: rgb(46,125,96,0.6);}
	} */

  .myheart {
    color: rgb(236, 180, 38) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    position: absolute;
    left: 50%;
    top: 20%;
    opacity: 0;
    animation: heartslide 2s ease-out 1s, heartslide 2s ease-out 5.5s,
      heartslide 2s ease-out 11s, heartslide 2s ease-out 16.5s,
      heartslide 2s ease-out 21s, heartslide 2s ease-out 26s;
  }

  @keyframes heartslide {
    1% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      top: 80%;
    }
    60% {
      opacity: 1;
      top: 70%;
    }
    100% {
      font-size: 20px;
      font-weight: 600;
      top: 80%;
      opacity: 1;
    }
  }
  @-webkit-keyframes heartslide {
    1% {
      opacity: 1;
    }
    25% {
      opacity: 1;
      top: 80%;
    }
    60% {
      opacity: 1;
      top: 70%;
    }
    100% {
      font-size: 20px;
      font-weight: 600;
      top: 80%;
      opacity: 1;
    }
  }
}
@media (min-width: 576px) {
  .myheart {
    display: none;
  }
}

.btnmy {
  position: absolute;
  overflow: hidden;
  background-color: rgb(210, 180, 102, 0.9) !important;
  color: white;
  border: none !important;
  border-radius: 25px;
  transition: all 1.5s ease-out !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.btnmy:hover {
  color: white !important;
}

.btnmy::before {
  background: #2e7d65;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: -1;
  transition: all 0.5s ease-out;
  width: 0%;
  height: 100%;
  /* border-radius:200px; */
}
.btnmy:hover::before {
  width: 100%;
}

.btnmy::after {
  background: #216651;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  z-index: -1;
  transition: all 1.3s ease-out;
  width: 0%;
  height: 120%;
  /* border-radius:200px; */
}
.btnmy:hover::after {
  width: 100%;
}

.writing-color {
  color: rgba(225, 220, 220, 0.7);
}

.ozur-yazısı {
  margin: 100px 0px 100px 100px;
  font-size: 25px;
}

@media (max-width: 556px) {
  .ozur-yazısı {
    margin: 50px 0px 120px 10px;
    font-size: 22px;
  }
}
@media (max-width: 385px) {
  .ozur-yazısı {
    padding-left: 20px;
    margin: 50px 0px 100px 0px;
    font-size: 20px;
  }
}

@media (max-width: 355px) {
  .ozur-yazısı {
    font-size: 16px;
  }
}

@media (max-width: 280px) {
  .ozur-yazısı {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 50px 0 50px;
}
@media (max-width: 576px) {
  .service-details {
    padding: 0px 0 0px;
  }
}

.service-details__sidebar {
  position: relative;
  display: block;
}

.service-details__sidebar-service {
  position: relative;
  display: block;
  background-color: var(--mibooz-extra);
  padding: 5px 20px 5px;
  background-color: rgba(16, 16, 16, 0.5);
}

.service-details__sidebar-title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgb(210, 180, 102, 0.9);
}

.service-details__sidebar-service-list {
  margin-bottom: 0px;
}

.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}

.service-details__sidebar-service-list li a {
  color: rgb(189, 184, 184);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8.5px 20px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  color: rgb(16, 16, 16) !important;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--mibooz-black);
}

.services-active {
  background-color: #0f5e46;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--mibooz-black);
}

.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--mibooz-primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.service-details__sidebar-service-list li a span.icon-right-arrow-angle {
  font-weight: bold;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  transform: translateY(-50%) scale(1);
}

.service-details__sidebar-service-list li.current:first-child {
  margin-top: 20px;
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 39px;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  z-index: 1;
  background-color: var(--mibooz-primary);
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mibooz-primary);
  opacity: 0.6;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--mibooz-black);
  color: var(--mibooz-base);
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 21px;
  transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
  background-color: var(--mibooz-base);
  color: var(--mibooz-primary);
}

.service-details__need-help-title {
  font-size: 34px;
  color: var(--mibooz-base);
  line-height: 46px;
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .service-details__need-help-title {
    font-size: 28px;
  }
}
@media (max-width: 330px) {
  .service-details__need-help-title {
    font-size: 21px;
  }
}

.service-details__need-help-title {
  color: #030303 !important;
  font-weight: 500;
  text-shadow: 1px 1px #7a7777;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 34px;
}

.service-details__need-help-contact p {
  font-size: 16px;
  color: var(--mibooz-base);
  margin: 0;
  line-height: 18px;
}

.service-details__need-help-contact a {
  font-size: 24px;
  color: var(--mibooz-base);
}

.service-details__right {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
  background-color: var(--mibooz-black);
}

.service-details__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__content {
  position: relative;
  display: block;
  margin-top: 25px;
  padding: 0px 10px 5px;
}

.service-details__title {
  font-size: 27px;
  text-transform: uppercase;
  line-height: 35px;
  margin-bottom: 18px;
  color: #1a7258;
}

.service-details__content h2 {
  color: #3da687;
  font-size: 21px;
  margin-top: 15px;
}

.service-details__text {
  font-size: 16px;
  margin: 0;
  line-height: 34px;
}

.service-details__points {
  position: relative;
  display: block;
  overflow: hidden;
  counter-reset: count;
  margin-top: 50px;
}

.service-details__points li {
  position: relative;
  background-color: var(--mibooz-extra);
  float: left;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 72px;
  padding-right: 87px;
}

.service-details__points li + li {
  margin-left: 30px;
}

.service-details__points li h4 {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
}

.service-details__points li h4:before {
  position: absolute;
  top: 15px;
  left: -12px;
  height: 1px;
  width: 6px;
  content: "";
  background-color: var(--mibooz-primary);
}

.service-details__points-count {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 40px;
  line-height: 30px;
  transform: translateY(-50%);
}

.service-details__points-count:before {
  position: absolute;
  height: 15px;
  width: 15px;
  font-size: 18px;
  line-height: 15px;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--mibooz-font-two);
  color: var(--mibooz-primary);
}

.service-details__benefits {
  position: relative;
  display: block;
  margin-top: 60px;
}

.service-details__benefits-content {
  position: relative;
  display: block;
  margin-top: -7px;
}

.service-details__benefits-title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 24px;
}

.service-details__benefits-text {
  font-size: 16px;
  margin: 0;
}

.service-details__benefits-list {
  position: relative;
  display: block;
  margin-top: 22px;
}

.service-details__benefits-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon {
  display: flex;
  align-items: center;
}

.service-details__benefits-list li .icon span {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.service-details__benefits-list li .text {
  margin-left: 12px;
}

.service-details__benefits-list li .text p {
  font-size: 16px;
  color: var(--mibooz-black);
  margin: 0;
}

.service-details__benefits-img {
  position: relative;
  display: block;
  background-color: var(--mibooz-black);
}

.service-details__benefits-img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__faq {
  margin-top: 60px;
}

.service-details__faq .faq-one-accrodion .accrodion {
  border: 1px solid var(--mibooz-bdr-color);
}

.service-details__faq .faq-one-accrodion .accrodion:before {
  top: -1px;
  left: -1px;
  bottom: -1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .service-details__img,
  .service-details__text {
    width: 550px;
  }
}

.araya-linkler {
  color: rgb(210, 180, 102);
  font-weight: 300;
}

.araya-linkler:hover {
  color: rgb(151, 129, 71);
  border: 1px solid rgb(201, 196, 196);
  border-radius: 5px;
  padding: 2px;
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__points li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-details__benefits-img {
    margin-top: 50px;
  }
  .service-details__sidebar-service {
    padding: 5px 20px 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1085px) {
  .service-details__sidebar-service,
  .service-details__need-help,
  .service-details__img,
  .service-details__text {
    width: 850px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__sidebar {
    margin-bottom: 60px;
  }
  .service-details__points li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-details__benefits-img {
    margin-top: 50px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .service-details__points li + li {
    margin-left: 0;
    margin-top: 30px;
  }

  .service-details__benefits-img {
    margin-top: 50px;
  }

  .service-details__points li {
    padding-left: 60px;
    padding-right: 25px;
  }

  .service-details__points li h4 {
    font-size: 17px;
  }

  .service-details__points-count {
    left: 20px;
  }

  .service-details__need-help {
    padding: 50px 30px 39px;
  }

  .service-details__sidebar {
    margin-bottom: 60px;
  }
}

/*  */
@media only screen and (max-width: 557px) {
  .service-details__sidebar-title {
    font-size: 19px;
    font-weight: 300;
  }
  .service-details__sidebar-service-list li a {
    color: rgb(189, 184, 184);
    font-size: 17px;
    font-weight: 300;
    padding: 7px 15px;
  }
  .service-details__title {
    font-size: 20px;
  }
  .service-details__content h2 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 390px) {
  .service-details__sidebar-service {
    padding: 5px 0px 5px;
  }
}

/* KOLAY TARİF */
.panel-group {
  padding-left: 0px !important;
  width: 100%;
}
.panel-group .panel-heading {
  font-size: 17px !important;
  font-weight: 500 !important;
  text-align: center;
  border: 1px solid rgb(210, 180, 102) !important;
  border-radius: 20px;
  background-color: rgb(210, 180, 102, 0.8);
  color: rgb(252, 251, 246) !important;
}
.panel-group .panel-heading:hover {
  background-color: rgb(35, 34, 34);
}
.panel-group .panel {
  cursor: pointer;
}

.panel-group .collapse1,
.panel-group .panel-body,
.panel-group .panel {
  border: none !important;
}

/*------------ MEKANLAR -------------*/

.places-choices {
  margin-top: 14px;
}

@media (max-width: 992px) {
  .places-choices {
    display: none;
  }
}
@media (min-width: 993px) {
  .places-choices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .places-choices .places-choice {
    margin-top: 0;
    width: 176px !important;
    flex: 0 0 176px;
    padding: 0;
    font-size: 14px;
  }
  .places-choices .places-choice::before,
  .places-choices .places-choice::after {
    display: none;
  }
  .places-choices .places-choice a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 64px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(210, 180, 102, 0.9);
    background-color: rgba(210, 180, 102, 0.85);
    color: black !important;
    text-shadow: none !important;
    line-height: 1.15;
    white-space: normal;
  }
  .places-choices .places-choice:hover a {
    background-color: rgba(21, 119, 90, 0.9);
    border-color: rgba(21, 119, 90, 0.9);
    color: black !important;
  }
  .places-choices .places-choice.active {
    background-color: transparent !important;
  }
  .places-choices .places-choice.active a {
    background-color: rgba(21, 119, 90, 0.95);
    color: rgba(210, 180, 102, 1) !important;
    text-shadow: none;
    border-color: rgba(21, 119, 90, 0.95);
  }
}
@media (min-width: 1200px) {
  .places-choices .places-choice {
    font-size: 15px;
  }
  .places-choices .places-choice a {
    height: 64px;
    padding: 0 14px;
  }
}
.places-choice {
  margin-top: 10px;
  padding: 15px;
  overflow: hidden;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  color: #1f8365 !important;
  cursor: pointer;
}
@media (max-width: 1120px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 17px;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 360px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 12px;
    font-weight: 300;
  }
}
@media (max-width: 325px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 12px;
    font-weight: 300;
  }
}
@media (max-width: 250px) {
  .places-choice {
    padding: 15px 15px 15px 0px;
    font-size: 12px;
    font-weight: 300;
  }
}

.places-choice::before {
  background: #15775a;
  content: "";
  position: absolute;
  top: 0%;
  right: 99.5%;
  z-index: -1;
  transition: all 1.5s ease;
  width: 0.5%;
  height: 100%;
}
.places-choice:hover::before {
  right: 100%;
  width: 100%;
  transform: translate(100%, 0%);
}

.places-choice::after {
  background: #15775a;
  content: "";
  position: absolute;
  top: 0%;
  left: -2%;
  z-index: -1;
  transition: all 1s ease;
  width: 2%;
  height: 100%;
}
.places-choice:hover::after {
  left: 102%;
}

.places-choice a {
  text-shadow: 0.5px 0.5px rgb(33, 33, 33) !important;
  color: rgb(224, 221, 221, 0.9) !important;
  opacity: 0.8;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.places-choice:hover a {
  color: black !important;
}
.places-choices .places-choice.active {
  background-color: transparent !important;
  border-radius: 999px;
  overflow: hidden;
}

.places-choices .places-choice.active a {
  color: black !important;
  text-shadow: none;
}
@media (min-width: 992px) {
  .dropdown-for-small {
    display: none;
  }
}

.dropdown-for-small .btn-for-small {
  font-size: 17px;
  font-weight: 500;
  padding: 5px 5px;
  margin: 3px;
  background-color: rgb(210, 180, 102, 0.8);
  color: #060606;
  width: 100%;
  border: 0.5px solid rgb(14, 14, 14, 0.3);
  border-radius: 6px;
}
.dropdown-for-small .btn-for-small:hover {
  background-color: rgb(210, 180, 102);
}
.dropdown-menu-for-small {
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.dropdown-menu-for-small > li {
  text-align: center;
  font-size: 13px;
  padding: 5px 0px;
}

.places-body {
  padding: 30px 20px 30px 20px;
}
@media (max-width: 556px) {
  .places-body {
    padding: 30px 10px 20px 10px !important;
  }
}
@media (max-width: 430px) {
  .places-body {
    padding: 30px 2px 20px 2px !important;
  }
}

@media (max-width: 768px) {
  .kolon {
    padding: 0 70px;
  }
}

@media (max-width: 707px) {
  .kolon {
    padding: 0 50px;
  }
}
@media (max-width: 660px) {
  .kolon {
    padding: 0 20px;
  }
}
@media (max-width: 630px) {
  .kolon {
    padding: 0 0px;
  }
}

.places-img {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: -1px -2px rgba(91, 90, 90, 0.4);
  margin-top: 50px;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.places-img-div {
  overflow: hidden;
  background-color: rgba(15, 94, 70, 0.3);
  width: 100%;
  height: auto;
  border-left: 8px inset rgb(169, 163, 163, 0.4);
  border-top: 8px inset rgba(102, 100, 100, 0.5);
  border-bottom: 8px outset rgba(102, 100, 100, 0.5);
  border-right: 8px outset rgb(169, 163, 163, 0.4);

  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.places-img .places-img-div {
  border-left: 8px outset rgb(210, 180, 102, 0.9);
  border-top: 8px outset rgba(144, 123, 71, 0.4);
  border-bottom: 8px outset rgb(210, 180, 102, 0.5);
  border-right: 8px outset rgb(210, 180, 102, 0.9);
}

.places-img-div img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.places-img:hover .places-img-div img {
  transform: scale(1.1);
}

.overlaymay {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 95%;
  height: 93%;
  top: 4%;
  left: 2.5%;
  background-color: rgba(36, 34, 34, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.places-img:hover .overlaymay {
  opacity: 1;
}

@media (max-width: 455px) {
  .overlaymay {
    width: 96%;
    height: 94%;
    top: 3%;
    left: 2.2%;
  }
}
@media (max-width: 768px) {
  .overlaymay {
    width: 97%;
    height: 97%;
    top: 2.1%;
    left: 1.5%;
  }
}
@media (max-width: 991px) {
  .overlaymay {
    width: 97%;
    height: 96%;
    top: 2.1%;
    left: 1.5%;
  }
}
@media (max-width: 1200px) {
  .overlaymay {
    width: 97%;
    height: 96%;
    top: 2.1%;
    left: 1.5%;
  }
}
.overlaymay2 {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 95%;
  height: 96.5%;
  top: 1.7%;
  left: 2.5%;
  background-color: rgba(36, 34, 34, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
@media (max-width: 455px) {
  .overlaymay2 {
    width: 96%;
    height: 98%;
    top: 1%;
    left: 1.8%;
  }
}
@media (max-width: 768px) {
  .overlaymay2 {
    width: 97%;
    height: 98%;
    top: 0.9%;
    left: 1.6%;
  }
}
@media (max-width: 991px) {
  .overlaymay {
    width: 97%;
    height: 96%;
    top: 2.1%;
    left: 1.5%;
  }
}
@media (max-width: 1200px) {
  .overlaymay {
    width: 97%;
    height: 96%;
    top: 2.1%;
    left: 1.5%;
  }
}

.places-img:hover .overlaymay2 {
  opacity: 1;
}

.overlaymay3 {
  cursor: pointer;
  position: absolute;
  width: 95%;
  height: 97.7%;
  top: 1%;
  left: 2.5%;
  background-color: rgba(36, 34, 34, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.places-img:hover .overlaymay3 {
  opacity: 1;
}

@media (max-width: 455px) {
  .overlaymay3 {
    width: 96%;
    height: 97.7%;
    top: 1%;
    left: 2.1%;
  }
}

@media (max-width: 768px) {
  .overlaymay3 {
    width: 97%;
    height: 98.5%;
    top: 0.6%;
    left: 1.6%;
  }
}
@media (max-width: 991px) {
  .overlaymay3 {
    width: 97%;
    height: 98.5%;
    top: 0.6%;
    left: 1.6%;
  }
}

.overlaytext {
  position: absolute;
  left: 10%;
  top: 50%;
}

.overlaytext2 {
  position: absolute;
  left: 10%;
  bottom: 5%;
}

.overlaytext2 h4,
.overlaytext h4 {
  font-size: 14px;
  color: rgb(210, 180, 102, 0.9);
  font-weight: 400;
}

.overlaytext2 p,
.overlaytext p {
  font-size: 12px;
  color: rgb(231, 226, 226, 0.9);
  font-weight: 400;
}

@media (max-width: 767px) {
  .places-img-div {
    border-left: 8px inset rgb(210, 180, 102, 0.9);
    border-top: 8px inset rgba(144, 123, 71, 0.4);
    border-bottom: 8px outset rgb(210, 180, 102, 0.5);
    border-right: 8px outset rgb(210, 180, 102, 0.9);
  }
}

.places-inform .place-name {
  background-color: #151414;
  text-align: center;
  padding: 15px 0px;
  color: #0f5e46;
  font-weight: 400;
}

.places-img:hover .place-name {
  background-color: rgba(116, 100, 58, 0.1);
}
.places-img:hover .places-inform .place-button {
  background-color: rgba(116, 100, 58, 0.1);
}

.places-inform .place-button {
  background-color: #151414;
  text-align: center;
  padding: 0px 0px 20px 0px;
  color: #0f5e46;
  font-weight: 500;
  font-size: 15px;
}
.places-inform .place-button a:hover {
  color: white !important;
}
@media (max-width: 556px) {
  .places-inform .place-button {
    font-size: 13px;
  }
  .places-inform .place-name {
    font-size: 10px;
  }
}

@media (max-width: 556px) {
  .places-inform .place-button {
    font-size: 13px;
  }
  .places-inform .place-name {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .places-inform .place-button {
    font-size: 13px;
  }
  .places-inform .place-name {
    font-size: 11px;
  }
}

/* Places alt köşe menü */
.dropupmy {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 80px;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .dropupmy {
    position: fixed;
    bottom: 20px;
    right: 60px;
  }
}

.dropbtn {
  background-color: rgb(214, 188, 122, 0.9);
  border-radius: 10px;
  color: black;
  width: 200px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .dropbtn {
    width: 150px;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
  }
}
.dropupmy-content {
  border-radius: 10px;
  position: absolute;
  background-color: rgb(46, 125, 96, 0);
  width: 200px;
  right: -300px;
  bottom: 43px;
  z-index: 1;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .dropupmy-content {
    width: 150px;
    right: -250px;
    bottom: 35px;
  }
}

.dropupmy-content a {
  /* text-align: center; */
  margin-bottom: 3px;
  background-color: rgb(46, 125, 96);
  border: 1px solid rgb(23, 23, 23, 0.5);
  border-radius: 5px;
  color: white;
  font-weight: 400;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .dropupmy-content a {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 13px;
  }
}

.dropupmy-content a:hover {
  background-color: rgb(214, 188, 122);
  color: black;
  transform: scale(1.1);
}

.dropupmy:hover .dropupmy-content {
  right: 0px;
}

.dropupmy:hover .dropbtn {
  opacity: 0;
}

/* Albüm -> Video */
.album-video {
  cursor: pointer;
}
.play-button {
  border: 1px solid #0f5e46 !important;
  border-radius: 100px !important;
  width: 40px !important;
  padding: 10px !important;
  background-color: #13805f !important ;
  position: absolute !important;
  top: 30% !important;
  left: 40% !important;
  transition: 0.5s;
}

.album-video:hover .play-button {
  background-color: #0f5e46 !important ;
}
.done1 {
  width: 100%;
}
.video-container {
}

/* Albüm -> Video -> Modal  
.modal-changes{
		background: rgb(48, 47, 47,0.6);
		box-shadow: none !important;
}
.modal-content{
	margin-top: 10% !important;
	background: rgb(48, 47, 47);

}
.modal-dialog{
	width: 60%;
}*/

/* ----------- HER SAYFA BAŞLIK --------- */

.content-wrap-header {
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  margin-left: 0;
}
@media (max-width: 556px) {
  .content-wrap-header {
    margin-bottom: 20px;
  }
}
.content-wrap-header h2,
.content-wrap-header h1 {
  margin: 15px 0 10px 0;
  color: rgb(210, 180, 102, 0.8);
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 556px) {
  .content-wrap-header h2,
  .content-wrap-header h1 {
    font-size: 22px;
  }
}

.content-wrap-header h3 {
  margin: 25px 0 0 0;
}

.content-wrap-header p {
  color: #248c6b;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-wrap-header p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.wrap-header-content2 {
  position: relative;
  width: 100%;
  height: 35px;
}
.wrap-header-content3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  left: 34%;
  width: 32%;
  height: 100%;
  overflow: hidden;
}
.wrap-header-content3 i {
  color: rgb(171, 167, 167);
  font-size: 17px;
}

.wrap-header-content3::before {
  position: absolute;
  content: "";
  background-color: rgb(210, 180, 102);
  width: 50%;
  height: 2%;
  left: 100%;
  top: 0%;
  animation: baslıkkaydırmasag 1.5s ease-out forwards;
}
@-webkit-keyframes baslıkkaydırmasag {
  70% {
    left: 70%;
  }
  100% {
    top: 80%;
    left: 53.5%;
  }
}
@keyframes baslıkkaydırmasag {
  70% {
    left: 70%;
  }
  100% {
    top: 80%;
    left: 53.5%;
  }
}

.wrap-header-content3::after {
  position: absolute;
  content: "";
  /* z-index: -1; */
  background-color: #248c6b;
  width: 50%;
  height: 2%;
  right: 100%;
  top: 0%;
  animation: baslıkkaydırmasol 1.5s ease-out forwards;
}
@-webkit-keyframes baslıkkaydırmasol {
  70% {
    right: 70%;
  }
  100% {
    top: 80%;
    right: 54%;
  }
}
@keyframes baslıkkaydırmasol {
  70% {
    right: 70%;
  }

  100% {
    top: 80%;
    right: 54%;
  }
}

/* --- HER BAŞLIK TABLET SONRASI --- */
@media (max-width: 1200px) {
  .wrap-header-content2 {
    position: relative;
    width: 100%;
    height: 35px;
  }
  .wrap-header-content3 {
    left: 30%;
    width: 40%;
  }
  .wrap-header-content3 i {
    font-size: 16px;
  }

  .wrap-header-content3::before {
    width: 45%;
    height: 2%;
    left: 100%;
    top: 0%;
    animation: baslıkkaydırmasag3 1.5s ease-out forwards;
  }
  @-webkit-keyframes baslıkkaydırmasag3 {
    70% {
      left: 70%;
    }
    100% {
      top: 80%;
      left: 54%;
    }
  }
  @keyframes baslıkkaydırmasag3 {
    70% {
      left: 70%;
    }
    100% {
      top: 80%;
      left: 54%;
    }
  }

  .wrap-header-content3::after {
    width: 45%;
    height: 2%;
    right: 100%;
    top: 0%;
    animation: baslıkkaydırmasol3 1.5s ease-out forwards;
  }
  @-webkit-keyframes baslıkkaydırmasol3 {
    70% {
      right: 70%;
    }
    100% {
      top: 80%;
      right: 55%;
    }
  }
  @keyframes baslıkkaydırmasol3 {
    70% {
      right: 70%;
    }
    100% {
      top: 80%;
      right: 55%;
    }
  }
}

/* --- HER BAŞLIK TELEPHONE ve TABLET --- */
@media (max-width: 768px) {
  .wrap-header-content2 {
    position: relative;
    width: 100%;
    height: 35px;
  }
  .wrap-header-content3 {
    left: 17%;
    width: 65%;
  }
  .wrap-header-content3 i {
    font-size: 15px;
  }

  .wrap-header-content3::before {
    width: 50%;
    height: 2%;
    left: 100%;
    top: 0%;
    animation: baslıkkaydırmasag2 1.5s ease-out forwards;
  }
  @-webkit-keyframes baslıkkaydırmasag2 {
    70% {
      left: 70%;
    }
    100% {
      top: 80%;
      left: 57%;
    }
  }
  @keyframes baslıkkaydırmasag2 {
    70% {
      left: 70%;
    }
    100% {
      top: 80%;
      left: 57%;
    }
  }

  .wrap-header-content3::after {
    width: 50%;
    height: 2%;
    right: 100%;
    top: 0%;
    animation: baslıkkaydırmasol2 1.5s ease-out forwards;
  }
  @-webkit-keyframes baslıkkaydırmasol2 {
    70% {
      right: 70%;
    }
    100% {
      top: 80%;
      right: 58%;
    }
  }
  @keyframes baslıkkaydırmasol2 {
    70% {
      right: 70%;
    }
    100% {
      top: 80%;
      right: 58%;
    }
  }
}

/* ------------------ SERVİCES --------------- */

.for-box .services-header1 {
  background: rgba(17, 17, 17, 0.2);
  color: rgb(210, 180, 102);
  padding: 90px 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.for-box .services-header1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  background: #0f6b4f;
  right: 0;
  top: -50px;
  transform: skewY(-171.5deg);
}
@media (max-width: 1200px) {
  .for-box .services-header1::before {
    top: -58px;
  }
}
@media (max-width: 900px) {
  .for-box .services-header1::before {
    top: -62px;
  }
}
@media (max-width: 395px) {
  .for-box .services-header1::before {
    top: -70px;
  }
}
.for-box .services-header {
  background: rgba(17, 17, 17, 0.2);
  color: rgb(210, 180, 102);
  font-size: 20px;
  padding: 90px 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.for-box .services-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  background: #0f6b4f;
  left: 0;
  top: -50px;
  transform: skewY(171.5deg);
}
@media (max-width: 1200px) {
  .for-box .services-header::before {
    top: -58px;
  }
}
@media (max-width: 900px) {
  .for-box .services-header::before {
    top: -62px;
  }
}
@media (max-width: 395px) {
  .for-box .services-header::before {
    top: -70px;
  }
}
.services-header1 h2,
.services-header h2 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .services-header1 h2,
  .services-header h2 {
    font-size: 23px;
  }
}
@media (max-width: 900px) {
  .services-header1 h2,
  .services-header h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .services-header1 h2,
  .services-header h2 {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .services-header1 h2,
  .services-header h2 {
    font-size: 18px;
  }
}

.services-box {
  border-right: 1px solid #0f6b4f;
}
.services-box1 {
  border-left: 1px solid #0f6b4f;
}
@media (max-width: 767px) {
  .services-box-nisan {
    margin-top: 90px;
  }
}

.services-box1 .services-content,
.services-box .services-content {
  text-align: center;
  padding: 30px 15px 20px 15px;
}
.services-box1 .services-content h3,
.services-box .services-content h3 {
  font-size: 15px;
  color: rgb(210, 180, 102);
}
@media (max-width: 1200px) {
  .services-box1 .services-content h3,
  .services-box .services-content h3 {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .services-box1 .services-content h3,
  .services-box .services-content h3 {
    font-size: 13px;
  }
}

.services-box1 .services-content p,
.services-box .services-content p {
  color: rgb(223, 222, 219, 0.9);
}
@media (max-width: 1200px) {
  .services-box1 .services-content p,
  .services-box .services-content p {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .services-box1 .services-content p,
  .services-box .services-content p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .services-box1 .services-content p,
  .services-box .services-content p {
    font-size: 12px;
  }
}

.services-buttons {
  padding: 10px;
  text-align: center;
}
.services-header-a {
  color: white;
  border: 1px solid #248c6b;
  border-radius: 15px;
  font-size: 15px;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .services-header-a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 350px) {
  .services-header-a {
    font-size: 11px;
    padding: 8px 15px;
  }
}
@media (max-width: 314px) {
  .services-buttons {
    padding: 0px;
    text-align: center;
  }
  .services-header-a {
    font-size: 10px;
    padding: 4px;
  }
}
.services-header-a:hover {
  color: rgb(111, 108, 108);
}

/*  
.services-header-a {
    background: #0f6b4f;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}*/
/* alt taraf
.services-header-a::after {
	
    background: #0f6b4f;
    content: "";
    height: 2000%;
    position: absolute;
    right: 1;
    top:27px;
    transform: skewY(-5.5deg);
    width: 50%;
    z-index: -1;
} */
/* üst taraf 
.services-header-a {
    background: rgba(17, 17, 17, 0.2);
    color: #fff;
    float: left;
    font-size: 25px;
    left: 0;
    overflow: hidden;
    padding: 27px;
    position: absolute;
    width: 85%;
    z-index: 999;
}

.wbox {
    background: rgb(255, 254, 254);
    margin-bottom: 100px;
    padding: 20px 20px 60px;
    position: relative;
	overflow: hidden;
    text-align: center;
}
.wbox  p
{
padding:10px;
}*/

/* --------  KAMPANYALAR  ---------  */
/*----------------------------------*/
.pricing {
  padding-left: 100px;
  padding-right: 70px;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .pricing {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 1200px) {
  .pricing {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 15px;
  }
}

.a-box {
  display: inline-block;
  width: 240px;
  text-align: center;
}

.img-container {
  height: 230px;
  width: 240px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
}

.img-container img {
  transform: skew(0deg, -13deg);
  height: 250px;
  margin: -35px 0px 0px -70px;
}

.inner-skew {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
  transform: skew(0deg, 13deg);
  font-size: 0px;
  margin: 30px 0px 0px 0px;
  background: #c8c2c2;
  height: 250px;
  width: 200px;
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-container h3 {
  margin: 20px 0px 10px 0px;
  color: #04bcff;
  font-size: 18px;
}

.card {
  overflow: hidden;
  background-color: rgba(15, 94, 70, 0.3);
  border-radius: 5px;
  box-sizing: content-box;
  box-shadow: rgb(210, 180, 102, 0.5) 5px 5px, rgb(210, 180, 102, 0.4) 10px 10px,
    rgb(210, 180, 102, 0.3) 15px 15px;
  max-width: 300px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1;
  -o-transition: all 1;
  -ms-transition: all 1s;
  transition: all 1s;
}

.container-mygrid .card {
  width: 100%;
  max-width: none;
  margin: 0;
}
.container-mygrid .card img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.card img {
  -webkit-transition: all 1s;
  -moz-transition: all 1;
  -o-transition: all 1;
  -ms-transition: all 1s;
  transition: all 1s;
  margin-bottom: 10px;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 15px rgba(65, 64, 64, 0.5);
}

.card:hover img {
  transform: scale(1.03);
}

.card1 {
  overflow: hidden;
  background-color: rgba(15, 94, 70, 0.3);
  border-radius: 5px;
  box-sizing: content-box;
  box-shadow: rgb(210, 180, 102, 0.5) 5px 5px, rgb(210, 180, 102, 0.4) 10px 10px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1;
  -o-transition: all 1;
  -ms-transition: all 1s;
  transition: all 1s;
}

.card1:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(65, 64, 64, 0.5);
}

.card .h3 {
  color: rgb(210, 180, 102);
  font-size: 25px !important;
}
@media (max-width: 768px) {
  .card .h3 {
    font-size: 14px !important;
  }
}

.card p {
  color: rgb(245, 243, 243, 0.8);
}
@media (max-width: 768px) {
  .card p {
    font-size: 12px !important;
  }
}
.card-contact {
  padding: 14px;
}
.card a {
  text-decoration: none;
  font-size: 22px;
  color: rgb(210, 180, 102);
}
.card a:hover {
  color: #000;
  opacity: 0.8;
}

/*--------- DÜĞÜN PAKETLERİ GRİD ---------- */

.container-mygrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  justify-content: center;
  align-content: start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(8px, 1.2vw, 16px);
  padding-right: clamp(8px, 1.2vw, 16px);
}

.container-mygrid > div {
  margin-top: 0 !important;
  display: flex;
}

.container-mygrid > div > .card,
.container-mygrid > div > .card1 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container-mygrid > div > .card > a,
.container-mygrid > div > .card1 > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 360px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 325px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 250px) {
  .container-mygrid {
    grid-template-columns: 1fr;
  }
}
.container-mygrid .altnprkpkt {
  margin-top: 10px;
}
.container-mygrid .albmpkt2 {
  margin-top: 60px;
}
.container-mygrid .albmpkt3 {
  margin-top: 100px;
}
.container-mygrid .tekalbmydk {
  margin-top: 40px;
}
.container-mygrid .albmpkt1ydk {
  margin-top: 40px;
}

@media (max-width: 1270px) {
  .container-mygrid .albmpkt1ydk {
    margin-top: 80px;
  }
}

@media (max-width: 850px) {
  .container-mygrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2.6vw, 20px);
  }
  .container-mygrid .tekalbmydk {
    margin-top: 0px;
  }
  .container-mygrid .altnprkpkt {
    margin-top: 30px;
  }
  .container-mygrid .albmpkt1ydk {
    margin-top: 50px;
  }
  .container-mygrid .albmpkt1 {
    margin-top: 10px;
  }
  .container-mygrid .albmpkt2 {
    margin-top: 10px;
  }
  .container-mygrid .albmpkt3 {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .container-mygrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .container-mygrid div {
    margin-top: 0px;
  }
  .container-mygrid .albmpkt1ydk {
    margin-top: 0px;
  }
  .container-mygrid .albmpkt3 {
    margin-top: 10px;
  }
  .container-mygrid .altnprkpkt {
    margin-top: 10px;
  }
}

/*--------- DİĞER PAKETLER GRİD ---------- */

.container-mygrid .nsnpktydk {
  margin-top: 40px;
}
.container-mygrid .ekstpktydk {
  margin-top: 50px;
}

.container-mygrid .ekstpkt {
  margin-top: 50px;
}
.container-mygrid .sozpkt {
  margin-top: 100px;
}
.container-mygrid .sozpktydk {
  margin-top: 20px;
}

@media (max-width: 1270px) {
  .container-mygrid .nsnpktydk {
    margin-top: 50px;
  }
}

@media (max-width: 850px) {
  .container-mygrid .nsnpktydk {
    margin-top: 20px;
  }
  .container-mygrid .dgpkt {
    margin-top: 30px;
  }
  .container-mygrid .dgpktydk {
    margin-top: 100px;
  }
  .container-mygrid .sozpktydk {
    margin-top: 10px;
  }
  .container-mygrid .ekstpktydk {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .container-mygrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .container-mygrid div {
    margin-top: 0px;
  }
  .container-mygrid .nsnpktydk {
    margin-top: 0px;
  }
  .container-mygrid .ekstpktydk {
    margin-top: 0px;
  }

  .container-mygrid .ekstpkt {
    margin-top: 0px;
  }
  .container-mygrid .sozpkt {
    margin-top: 0px;
  }
  .container-mygrid .sozpktydk {
    margin-top: 0px;
  }
  .container-mygrid .dgpkt {
    margin-top: 0px;
  }
  .container-mygrid .dgpktydk {
    margin-top: 0px;
  }
}

.all-button:hover {
  background-color: #d2b466 !important;
  color: rgb(0, 0, 0) !important;
  font-size: 14px;
  border: 2px solid rgb(11, 11, 11);
}
.all-button2:hover,
.price-box .price-content .pricelist-content a:hover {
  background-color: #0f5e46 !important;
  color: rgb(13, 14, 13) !important;
  font-size: 16px;
  border: 2px solid rgb(11, 11, 11);
}

/* ------------------------------------------------------------- *
 *  General
/* ------------------------------------------------------------- */

html,
body {
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  background-color: rgb(10, 10, 10);
  color: #999;
  font-family: "Montserrat", "Roboto Mono", Helvetica, Arial, sans-serif;
  font-display: optional;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

#body-content {
  background-color: #131313;
  color: #999;
}

p {
  letter-spacing: 1px;
}

a,
a:focus {
  text-decoration: none;
  color: #987f28;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #b75e32;
}
img {
  max-width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000; /* Firefox */
}
::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #000; /* Safari */
}

@media (min-width: 768px) {
  .lead {
    font-size: 17px;
  }
}

.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 12, 12, 0.12);
}

.list-inline {
  margin-left: 0;
}
.list-inline > li {
  padding-right: 0;
  padding-left: 0;
}

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: inherit;
}

.adress-heading {
  color: rgba(192, 154, 60, 0.8);
}
.adress-heading > a {
  color: white !important;
}
.adress-content {
  color: rgb(230, 224, 224, 0.8);
}
.adress-content:hover {
  color: #0f5e46;
}
.adress span {
  padding-left: 10px;
}

/* ------------------------------------------------------------- *
 *  Page preloader (display loading animation while page loads)
/* ------------------------------------------------------------- */

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(11, 11, 11);
  z-index: 99999;
}
#preloader .pulse-home {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 60px;
  margin-top: -40px;
  margin-left: -40px;
  background-color: #0b0b0b;
  -webkit-animation: vanish 5s forwards;
  animation: vanish 5s forwards;
}

/* ------------------------------------------------------------- *
 * Headings
/* ------------------------------------------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: inherit;
  line-height: 1.4;
  color: inherit;
  font-weight: 300;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h1,
h1 {
  font-size: 38px;
  font-weight: 100;
}
.h5,
.h6,
h5,
h6 {
  font-weight: 400;
}

/* hr */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eaeaea;
}

section {
  position: relative;
}

/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(10, 10, 10);
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #header {
    padding: 0;
  }
}

.header-inner {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .header-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* header fixed top */
#header.fixed-top {
  position: fixed;
  transform: rotateX(90deg);
  transform-origin: top;
  animation: dddondurme 1s ease-out 0.4s forwards;
}

@-webkit-keyframes dddondurme {
  /* Chrome, Safari, Opera */
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
    transform: perspective(1000px);
  }
}
@keyframes dddondurme {
  /* Standard */
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
    transform: perspective(1000px);
  }
}

/* 
@media (max-width: 767px) {
	#header.fixed-top {
		position: absolute;
	}
} 
*/

/* header show/hide on scroll */
@media (min-width: 767px) {
  #header.show-hide-on-scroll {
    position: fixed;
  }
  #header.show-hide-on-scroll.fly-up {
    margin-top: -150px !important;
  }
}
#header.show-hide-on-scroll.no-move {
  /* no move if fullscreen overlay menu is open */
  margin-top: 0 !important;
}

/* header filled */
#header.header-filled {
  padding-top: 0;
  padding-bottom: 0;
}

/* ------------------------------------------------------------- *
 * Logo
/* ------------------------------------------------------------- */

#logo {
  position: relative;
  float: left;
  z-index: 9;
  opacity: none !important;
}
#logo a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 64px;
  color: #333;
  text-decoration: none;
  letter-spacing: 6px;
}
#logo img {
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 90px;
}

@media (max-width: 992px) {
  #logo img {
    max-height: 60px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  #logo img {
    max-height: 60px;
  }
}
@media (max-width: 480px) {
  #logo img {
    max-height: 60px;
  }
}
@media (max-width: 360px) {
  #logo img {
    max-height: 60px;
  }
}
@media (max-width: 325px) {
  #logo img {
    max-height: 60px;
  }
}
@media (max-width: 250px) {
  #logo img {
    max-height: 60px;
  }
}
/* ------------------------------------------------------------- *
 * Menu (Bootstrap defalt navbar)
/* ------------------------------------------------------------- */

.navbar {
  float: right;
  min-height: 50px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

/* Navbar links */
.nav > li > a {
  position: relative;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .navbar-nav > li + li {
    margin-left: 20px;
  }
}
.navbar-nav > li > a {
  padding-top: 43px;
  padding-bottom: 25px;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: rgb(235, 204, 125, 0.7) !important;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  align-items: center;
  justify-content: center;
}

/* Navbar caret */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

/* Navbar caret-2 (icon) */
.caret-2 {
  position: relative;
  font-size: 7px;
  margin-left: -4px;
  top: -2px;
}

/* Navbar default */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  opacity: none !important;
}
.navbar-default .navbar-nav > li > a {
  color: rgb(20, 20, 20);
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: rgb(41, 201, 153, 0.7) !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: rgb(41, 201, 153, 0.7) !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #000;
}

/* Navbar border bottom */
.navbar-border-bottom {
  background-color: transparent;
  border-color: transparent;
}
.navbar-border-bottom .navbar-nav > li > a {
  color: #999;
}
.navbar-border-bottom .navbar-nav > li > a:focus,
.navbar-border-bottom .navbar-nav > li > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar-border-bottom .navbar-nav > .active > a,
.navbar-border-bottom .navbar-nav > .active > a:focus,
.navbar-border-bottom .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent;
}
.navbar-border-bottom .navbar-nav > .open > a,
.navbar-border-bottom .navbar-nav > .open > a:focus,
.navbar-border-bottom .navbar-nav > .open > a:hover {
  background-color: transparent;
}

@media (min-width: 767px) {
  .navbar-border-bottom .navbar-nav > li > a:before,
  .navbar-border-bottom .navbar-nav > li > a:focus:before {
    position: absolute;
    content: "";
    bottom: 24px;
    width: 0%;
    height: 1px;
    border-bottom: 2px solid #222;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-border-bottom .navbar-nav > .active > a:before,
  .navbar-border-bottom .navbar-nav > li > a:hover:before,
  .navbar-border-bottom .navbar-nav > .open > a:before,
  .navbar-border-bottom .navbar-nav > .open > a:focus:before,
  .navbar-border-bottom .navbar-nav > .open > a:hover:before {
    width: 100%;
  }
}

/* Navbar toggle button */
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 14px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: transparent !important;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 4px;
  background-color: rgb(210, 180, 102, 0.9) !important;
  border-radius: 2px;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 140px;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgb(10, 10, 10);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ededed;
  border: 0px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  color: rgb(210, 180, 102);
}

.unknown {
  color: rgb(210, 180, 102, 0.9) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.unknown:hover {
  color: rgb(41, 201, 153, 0.7) !important;
}
.unknown > i {
  color: rgb(41, 201, 153, 0.7);
}
.unknown-collapse {
  color: rgb(41, 201, 153, 0.7);
  font-size: 9px;
}

.unknown2::before {
  background: rgb(210, 180, 102, 0.9);
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0%;
  height: 0%;
}

@media (max-width: 768px) {
  .unknown2::before {
    display: none;
  }
  .unknown2::after {
    display: none;
  }
}

.unknown2:hover::before {
  width: 90%;
  height: 2%;
}

.unknown2::after {
  background: rgb(210, 180, 102, 0.9);
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0%;
  height: 0%;
}

.unknown2:hover::after {
  width: 40%;
  height: 2%;
  transform: translate(-50%, -50%);
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.dropdown-menu-right .dropdown-menu {
  /* align dropdown menu (use class "dropdown-menu-right"). */
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  margin-bottom: 1px;
  padding: 6px 30px 5px 20px;
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(210, 180, 102, 0.7);
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  background-color: rgb(28, 27, 27);
  color: rgb(41, 201, 153, 0.7);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: rgb(224, 14, 14);
  outline: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #f1f1f1;
  color: #000;
  border-color: transparent;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu li a {
    padding: 12px 15px;
  }
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}

.dropdown-menu .divider {
  background-color: rgba(138, 138, 138, 0.21);
}

.dropdown-menu i {
}

/* Dropdown submenu */
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  right: auto;
  margin-top: -34px !important;
  margin-left: 0;
}

/* Submenu caret */
.dropdown-submenu .caret {
  position: absolute;
  right: 8px;
  top: 12px;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .dropdown-submenu .caret {
    position: relative;
    right: 0;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* Submenu caret-2 */
.dropdown-submenu .caret-2 {
  position: absolute;
  right: 8px;
  top: 6px;
}
@media (max-width: 767px) {
  .dropdown-submenu .caret-2 {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .dropdown-submenu .caret-2 > i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* Dropdown dark */
.dropdown-menu-dark .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-menu-dark .dropdown-menu li > a {
  color: #888;
}
.dropdown-menu-dark .dropdown-menu li > a:focus,
.dropdown-menu-dark .dropdown-menu li > a:hover,
.dropdown-menu-dark .dropdown-menu > .active > a,
.dropdown-menu-dark .dropdown-menu > .active > a:focus,
.dropdown-menu-dark .dropdown-menu > .active > a:hover {
  background-color: #131313;
  color: #e2e2e2;
}
.dropdown-menu-dark > .dropdown-header {
  color: #999;
}
.dropdown-menu-dark > .dropdown-menu > .divider {
  background-color: rgba(255, 255, 255, 0.11);
}
.dropdown-menu-dark > .dropdown-menu .dropdown-header {
  color: #cacaca;
}

/* Mobile navbar */
@media (max-width: 767px) {
  .navbar {
    float: none !important;
  }
  .navbar-collapse {
    border-top: 1px solid rgba(134, 134, 134, 0.2) !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
    max-height: 410px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse.in .dropdown-menu-dark .dropdown-menu li > a:focus,
  .navbar-collapse.in .dropdown-menu-dark .dropdown-menu li > a:hover,
  .navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a,
  .navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a:focus,
  .navbar-collapse.in .dropdown-menu-dark .dropdown-menu > .active > a:hover {
    background-color: #f1f1f1;
    color: #000;
  }
  .navbar-nav .open .dropdown-menu {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 5px !important;
  }
}

/* Header tools */
.header-tools {
  float: right;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .header-tools {
    margin-left: 10px;
  }
}
.header-tools > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-tools > ul > li {
  float: left;
}
.header-tools > ul > li + li {
  margin-left: 15px;
}
.header-tools > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 19px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Make navigation toggle on desktop hover (use class: dropdown-hover).
======================================================================== */
@media (min-width: 767px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }
}

/* ------------------------------------------------------------------ *
 *  Off-Canvas Menu
 *  Source: http://codyhouse.co/gem/secondary-expandable-navigation
/* ------------------------------------------------------------------ */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* Body content
================ */
#body-content {
  /* set a height and a z-index to be sure that the main element completely covers the lateral menu 
	height: 100%;
	position: relative;
	z-index: 2;
	 Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#body-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the #body-content to translate*/
  cursor: e-resize;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* Menu trigger
================ */
#cd-menu-trigger {
  position: relative;
  display: inline-block;
  width: 20px;
  text-indent: -99999px;
  z-index: 9;
}
#cd-menu-trigger .cd-menu-icon {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background-color: rgb(210, 180, 102, 0.6);
  border-radius: 5px;
}
#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  border-radius: 5px;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 6px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 6px;
}

/* menu trigger on smaller screens */
@media (max-width: 768px) {
  #cd-menu-trigger .cd-menu-icon {
    width: 3px;
    height: 3px;
    margin-top: -2px;
    margin-left: -2px;
  }
  #cd-menu-trigger .cd-menu-icon::before {
    bottom: 7px;
  }
  #cd-menu-trigger .cd-menu-icon::after {
    top: 7px;
  }
}

/* menu trigger close */
#cd-menu-trigger.is-clicked {
  right: 0;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: transparent;
  margin-left: -10px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #0f5e46;
  width: 20px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation menu
==================== */
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: rgba(21, 21, 21);
  color: rgb(232, 226, 226);
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s,
    visibility 0s 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s,
    visibility 0s 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out 0s, visibility 0s 0.4s ease-in-out;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .nav-inner {
  margin-bottom: 60px;
}
#cd-lateral-nav ul {
  padding: 0;
  list-style: none;
}
#cd-lateral-nav .cd-navigation {
}
#cd-lateral-nav .menu-header {
  background-color: rgb(10, 10, 10);
  text-align: center;
  margin-bottom: 20px;
  padding: 23px 15px 23px 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #308f72;
}
#cd-lateral-nav .cd-menu-heading {
  margin: 5px 0 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

#cd-lateral-nav .coming-soon {
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 8px;
}

.coming-soon-news {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: rgb(210, 180, 102);
}

.coming-soon-counting {
  font-weight: 600;
  font-size: 25px;
  padding: 15px;
  text-align: center;
  border: 15px double rgb(69, 67, 67);
  border-radius: 100px;
  text-shadow: 1px 1px #0b0b0b;
}

.kpdkya {
  padding: 60px;
}

#cd-lateral-nav .nav-inner .coming-soon .arrow {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 0 0 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s, visibility 0s 0s;
  transition: transform 0.4s ease-in-out 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
}
/* this is the right arrow to show that the item has a submenu  */
#cd-lateral-nav .item-has-children .caret,
#cd-lateral-nav .item-has-children .caret-2 {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 15px;
  margin-top: 1px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open .caret,
#cd-lateral-nav .item-has-children > a.submenu-open .caret-2 {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#cd-lateral-nav .sub-menu {
  display: none;
}
#cd-lateral-nav .sub-menu > li > a {
  padding: 5px 30px 5px 45px;
}

/* Content box
================ */
.cd-content-box {
  padding: 5px 30px 0 30px;
}

/* nav search */
#cd-search-form {
  position: relative;
}
#cd-search-form button {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 15px;
  font-size: 14px;
  color: #999;
  border: none;
  border-left: 1px solid rgba(150, 150, 150, 0.18);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cd-search-form .form-control {
  height: 35px;
}

/* Side menu styles (use class "cd-lateral-dark")
=================================================== */
/* dark style */
#cd-lateral-nav.cd-lateral-dark {
  background-color: #0b0b0b;
  color: #999;
}
#cd-lateral-nav.cd-lateral-dark .menu-header,
#cd-lateral-nav.cd-lateral-dark .cd-menu-heading,
#cd-lateral-nav.cd-lateral-dark .cd-navigation li > a {
  color: #999;
}
#cd-lateral-nav.cd-lateral-dark .cd-navigation li > a:hover {
  color: #fff;
}
#cd-lateral-nav.cd-lateral-dark .form-control {
  background-color: rgba(255, 255, 255, 0.06);
  color: #999;
  border-color: rgba(204, 204, 204, 0.09);
}

/* --------------------------------------------------- *
 * Intro
/* --------------------------------------------------- */

#content-section.intro-section {
  padding: 45px;
}
@media (max-width: 992px) {
  #content-section.intro-section {
    padding: 15px;
  }
}

#intro-section {
  position: relative;
  height: 500px;
  min-height: 360px;
  overflow: hidden;
}
#intro-section.full-page {
  height: 100vh;
  min-height: 100vh;
}
@supports (height: 100svh) {
  #intro-section.full-page {
    height: 100svh;
    min-height: 100svh;
  }
}

#intro-section .intro-cover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* intro caption */
.intro-caption {
  /* background-color: rgba(7, 7, 7, 0.3); */
  /* border: 1px solid red; */
  color: white;
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 3%;
  bottom: 30%;
  max-width: 820px;
  padding: 30px 20px;
  z-index: 9;
}

@media (max-width: 992px) {
  .intro-caption {
    right: 3%;
    bottom: 4%;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .intro-caption {
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .intro-caption {
    right: 14%;
  }
}
@media (max-width: 360px) {
  .intro-caption {
    right: 12%;
  }
}
@media (max-width: 325px) {
  .intro-caption {
    right: 7%;
  }
}
.ans-btn1,
.ans-btn2 {
  display: block;
  width: 250px;
  background-color: rgb(210, 180, 102, 0.5) !important;
  padding: 11px 0px !important;
}
.ans-btn1 {
  margin-bottom: 25px !important;
}

.intro-caption2 {
  color: #987f28;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  left: 5%;
  top: 10%;
  max-width: 820px;
  padding: 50px 40px;
  z-index: 9;
}
@media (max-width: 992px) {
  .intro-caption2 {
    left: 4%;
    top: 5%;
  }
}
@media (max-width: 768px) {
  .intro-caption2 {
    left: 6%;
    top: 5%;
  }
}
@media (max-width: 568px) {
  .intro-caption2 {
    left: 6%;
    top: 12%;
  }
}
@media (max-width: 345px) {
  .intro-caption2 {
    padding: 50px 20px;
  }
}
@media (max-width: 308px) {
  .intro-caption2 {
    padding: 40px 15px;
  }
}
/* intro title */
.intro-title2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 2px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .intro-title2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .intro-title2 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 200;
    letter-spacing: 7px;
    margin-right: -7px;
  }
}
@media (max-width: 568px) {
  .intro-title2 {
    font-weight: 300;
    letter-spacing: 6px;
  }
}
@media (max-width: 365px) {
  .intro-title2 {
    font-size: 20px;
  }
}
@media (max-width: 308px) {
  .intro-title2 {
    font-size: 20px;
  }
}
@media (max-width: 291px) {
  .intro-title2 {
    font-size: 18px;
  }
}
@media (max-width: 275px) {
  .intro-title2 {
    font-size: 15px;
  }
}

/* intro title */
.intro-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .intro-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intro-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 7px;
    margin-right: -7px;
  }
}
@media (max-width: 360px) {
  .intro-title {
    font-size: 12px;
    font-weight: 200;
  }
}

/* intro subtitle */
.intro-subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .intro-subtitle {
    font-size: 14px;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}

/* intro text */
.intro-text {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 991px) {
  .intro-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .intro-text {
    font-size: 10px;
  }
}
@media (max-width: 279px) {
  .intro-text {
    display: none;
  }
}

/* intro bottons */
.intro-button-wrap {
  margin-top: 20px;
}
.intro-caption .btn-default {
  padding: 7px 20px;
  background-color: #0f5e46;
  color: #bbb;
}

@media (max-width: 992px) {
  .intro-caption .btn-default {
    width: 150px;
    font-size: 12px;
    padding: 8px 6px;
  }
}
@media (max-width: 768px) {
  .intro-caption .btn-default {
    margin-bottom: 30px;
    width: 150px;
    font-size: 11px;
  }
}
@media (max-width: 506px) {
  .intro-caption .btn-default1 {
    display: none;
  }
}

@media (max-width: 295px) {
  .intro-caption .btn-default {
    display: none;
  }
}

/* made with love */
.made-with-love {
  position: absolute;
  right: 45px;
  bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
  z-index: 3;
}

.made-with-love a > h1,
.made-with-love a > h2 {
  color: rgb(233, 229, 229, 0.8);
  font-size: 12px;
  text-transform: lowercase;
}
.made-with-love a > h2 > span,
.made-with-love a > h1 > span {
  text-transform: uppercase;
}
.made-with-love a > h1:hover,
.made-with-love a > h1:hover {
  color: rgb(210, 180, 102);
}

/* scrolling background */
.bg-image-scroll-horizontal,
.bg-image-scroll-vertical {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
  .made-with-love {
    right: 60px;
    bottom: 60px;
  }
  .made-with-love a > h1,
  .made-with-love a > h2 {
    font-size: 14px;
  }
}

/* If intro section contain YTPlayer 
====================================== */
#intro-section .youtube-bg-wrap,
#intro-section .inline-YTPlayer,
#intro-section .youtube-bg {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#intro-section .youtube-bg {
  padding-bottom: 0 !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .youtube-bg {
    background-position: 10% 50% !important;
  }
}
@media (max-width: 576px) {
  .youtube-bg-wrap {
    display: none;
  }
}

/* --------------------------------------------------- *
 * ANASAYFA KÜÇÜK EKRAN SLİDER
/* --------------------------------------------------- */
.slidermy {
  width: 100%;
  height: 100%;
}

.mySlides {
  width: 100%;
  height: 100%;
  /* border: 1px solid rgb(34, 0, 255); */
  display: none;
}

.mySlides img {
  /* vertical-align: middle; */
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Slideshow container */
.slideshow-container {
  overflow: hidden;
  /* border: 1px solid red; */
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.mySlides .text {
  width: 100%;
  height: 100%;
  background-color: rgb(77, 76, 76, 0.3);
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.5s ease;
}

.dots-holder {
  display: none;
}
.active-slider {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}

@media (min-width: 576px) {
  .slidermy {
    display: none;
  }
}

/* --------------------------------------------------- *
 * Photo wall
/* --------------------------------------------------- */

.photo-wall {
  background-color: #000;
  overflow: hidden;
}

.photo-wall .pw-item {
  position: relative;
  float: left;
  width: 12.5%; /* 8 columns */
  height: 20%; /* 4 rows */
}
.photo-wall:hover .pw-item {
}
.photo-wall .pw-item .cover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-wall .pw-item:hover .cover {
  background-color: transparent;
}
.photo-wall .pw-item .pw-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
}

/* Photo wall gutter 
====================== */
/* gutter 1 */
.photo-wall.gutter-1 {
  padding: 3px;
}
.photo-wall.gutter-1 .pw-item-img {
  margin: 3px;
}

/* gutter 2 */
.photo-wall.gutter-2 {
  padding: 6px;
}
.photo-wall.gutter-2 .pw-item-img {
  margin: 6px;
}

@media (max-width: 768px) {
  .photo-wall.gutter-2 {
    padding: 2px;
  }
  .photo-wall.gutter-2 .pw-item-img {
    margin: 2px;
  }
}

/* gutter 3 */
.photo-wall.gutter-3 {
  padding: 10px;
}
.photo-wall.gutter-3 .pw-item-img {
  margin: 10px;
}

@media (max-width: 1200px) {
  .photo-wall.gutter-3 {
    padding: 6px;
  }
  .photo-wall.gutter-3 .pw-item-img {
    margin: 6px;
  }
}
@media (max-width: 768px) {
  .photo-wall.gutter-3 {
    padding: 2px;
  }
  .photo-wall.gutter-3 .pw-item-img {
    margin: 2px;
  }
}

/* Photo wall on smaller screens 
================================== */
@media (max-width: 1600px) {
  .photo-wall .pw-item {
    width: 12.5%; /* 8 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 1200px) {
  .photo-wall .pw-item {
    width: 16.66666666666667%; /* 6 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 992px) {
  .photo-wall .pw-item {
    width: 20%; /* 5 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-width: 768px) {
  .photo-wall .pw-item {
    width: 25%; /* 4 columns */
    height: 20%; /* 5 rows */
  }
}
@media (max-height: 440px) {
  .photo-wall .pw-item {
    width: 20%; /* 5 columns */
    height: 50%; /* 2 rows */
  }
}

/* --------------------------------------------------- *
 * Page header
/* --------------------------------------------------- */

#page-header-secion {
  position: relative;
  padding: 60px 20px 150px 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #page-header-secion {
    padding: 100px 45px 150px 45px;
  }
}

#page-header-secion .page-header-cover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,131313+100&0.6+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(19, 19, 19, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(19, 19, 19, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(19, 19, 19, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

/* Album heading image */
.page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Album heading content */
.page-header-content {
  position: relative;
  color: #ddd;
  z-index: 2;
}

/* Album title */
.album-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 100;
  line-height: 1.4;
  letter-spacing: 6px;
}

/* Album meta */
.album-meta {
  margin-bottom: 25px;
}
.album-meta span {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.album-meta .photos-count {
}
.album-meta .photos-views {
}

/* Album author */
.author {
  position: relative;
}

.author-avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(132, 132, 132, 0.1);
  border-radius: 50%;
}
.author-info {
  display: inline-block;
  margin-left: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: rgb(210, 180, 102);
}
.author-avatar + .author-info {
  position: relative;
  top: -12px;
}
.author-info:hover,
.author-info:focus {
  color: rgb(210, 180, 102);
}
#page-header-secion .author-info:hover,
#page-header-secion .author-info:focus {
  color: #fff;
}

/* Album description */
.album-description {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .album-description {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.album-description:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  bottom: 18px;
  width: 1px;
  border-left: 1px solid rgb(210, 180, 102);
}

.al-desc-inner {
  overflow: hidden;
}
.al-desc-toggle {
  display: none;
}

.al-desc-toggle-trigger {
  position: absolute;
  bottom: -25px;
  right: 10px;
}
@media (max-width: 991px) {
  .al-desc-toggle-trigger {
    right: auto;
    left: 0;
  }
}
.al-desc-toggle-trigger > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  color: rgb(215, 211, 211);
  cursor: pointer;
}
.al-desc-toggle-trigger > span:hover,
.al-desc-toggle-trigger > span:focus {
  color: #999;
}

.album-description .al-desc-less,
.album-description.al-desc-full .al-desc-more {
  display: none;
}
.album-description.al-desc-full .al-desc-less {
  display: block;
}

/* Album alternative heading 
====================================================== */
/* Album heading content */
@media (min-width: 768px) {
  .alter-heading .page-header-content {
    text-align: center;
  }
}

/* Album title*/
.alter-heading .album-title {
  font-size: 38px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  .alter-heading .album-title {
    font-size: 28px;
    letter-spacing: 4px;
  }
}

/* Album meta*/
.alter-heading .album-meta span {
  margin: 0 8px;
}

/* Album author */
.alter-heading .author {
  bottom: -11px;
}

.alter-heading .author-info {
  font-size: 12px;
  color: #eee;
}
.alter-heading .author-info:hover,
.alter-heading .author-info:focus {
  text-decoration: underline;
}

/* Album description */
.alter-heading .album-description {
  margin-bottom: 20px;
  padding-left: 0;
  border-left: none;
}
@media (max-width: 991px) {
  .alter-heading .album-description {
    margin-top: 0;
  }
}
.alter-heading .album-description:before {
  padding-left: 0;
  border-left: none;
}
.alter-heading .al-desc-toggle-trigger {
  bottom: -30px;
  left: auto;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .alter-heading .al-desc-toggle-trigger {
    right: auto;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.alter-heading .al-desc-toggle-trigger > span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: rgba(255, 255, 255, 0.05);
  padding-left: 2px;
  text-align: center;
  font-size: 12px;
  border-radius: 20px;
}

/* Album heading nav 
======================*/
.album-nav {
  text-align: right;
}

/* Album nav item */
.album-nav .an-item {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .album-nav .an-item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .album-nav {
    text-align: left;
    margin-top: 40px;
  }
}

/* Album nav item cover */
.album-nav .an-item .cover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-nav .an-item:hover .cover {
  background-color: rgba(0, 0, 0, 0.35);
}

/* Album nav item info */
.album-nav .an-item-info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 3px 12px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
  line-height: 21px;
  z-index: 3;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.album-nav .an-item-info span {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-nav .an-item:hover .an-item-info span {
  color: #fff;
}
.album-nav .an-icon {
  display: block;
  font-size: 14px;
}
.album-nav .an-text {
  display: block;
}

/* To album list */
.album-nav .to-album-list {
  margin-left: 10px;
}
.album-nav .to-album-list .an-item-info {
}

/* Prev album */
.album-nav .prev-album {
}
.album-nav .prev-album .an-item-info {
}

/* Next album */
.album-nav .next-album {
  margin-left: 10px;
}
.album-nav .next-album .an-item-info {
}

/* --------------------------------------------------- *
 * Breadcrumb
/* --------------------------------------------------- */

.breadcrumb {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  border-radius: 0;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb > .active {
  color: #999;
}

/* --------------------------------------------------- *
 * Album bottom nav
/* --------------------------------------------------- */

.album-bottom-nav {
  margin-top: 35px;
  overflow: hidden;
}

/* album bottom nav item */
.album-bottom-nav .abn-item {
}
.album-bottom-nav .abn-item a {
  display: inline-block;
  color: #333;
}
.album-bottom-nav .abn-item a:hover {
  color: #000;
}

.album-bottom-nav .abn-item.prev-album {
  float: left;
  text-align: left;
}
.album-bottom-nav .abn-item.next-album {
  float: right;
  text-align: right;
}

/* album bottom nav icon */
.album-bottom-nav .abn-item .abn-icon {
  font-size: 19px;
}

/* album bottom nav text */
.album-bottom-nav .abn-item .abn-text {
  position: relative;
  top: -7px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 2px solid #333;
}
.album-bottom-nav .abn-item.prev-album .abn-text {
}
.album-bottom-nav .abn-item.next-album .abn-text {
}

/* ------------------------------------------------------------- *
 * Add to favorites button
/* ------------------------------------------------------------- */

.favorite-btn {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.fav-inner {
  display: inline-block;
  cursor: pointer;
}

/* icon-heart (FontAwesome: https://fontawesome.com/) */
.icon-heart {
  margin-right: -3px;
}
.icon-heart-filled {
  display: none;
}
.favorite-btn.active .icon-heart-filled {
  display: inline-block;
}
.favorite-btn.active .icon-heart-empty {
  display: none;
}

/* call icons */
.icon-heart-filled:before {
  color: #987f28;

  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.icon-heart-empty:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* fav-count */
.fav-count {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

/* ------------------------------------------------------------- *
 * Content section
/* ------------------------------------------------------------- */

#content-section {
  padding: 15px 0;
}
@media (min-width: 991px) {
  #content-section {
    padding: 45px 30px;
  }
}

/* if page-header-secion exists make top offset -100px */
#page-header-secion + #content-section {
  margin-top: -100px;
  z-index: 2;
}

/* --------------------------------------------------- *
 * Content wrap
/* --------------------------------------------------- */

.content-wrap {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.content-wrap:hover {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
  box-shadow: 3px 3px 8px rgb(40, 40, 40), -3px 0 8px rgb(40, 40, 40);
}

@media (max-width: 1200px) {
  .content-wrap {
    padding: 20px;
  }
  .content-wrap:hover {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .content-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 355px) {
  .content-wrap {
    padding: 8px;
  }
}

/* if page-header-secion exists add pseudo element to top 
#page-header-secion + #content-section .content-wrap:before {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	top: -5px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.8);
}


/* --------------------------------------------------- *
 * Isotope (more info: http://isotope.metafizzy.co/)
/* --------------------------------------------------- */

.isotope {
  overflow: hidden;
}

/* gallery top content */
.gallery-top-content {
}

/* gallery top content (if gutter enabled) */
.isotope.gutter-1 .gallery-top-content {
  margin-left: 3px;
}
.isotope.gutter-2 .gallery-top-content {
  margin-left: 25px;
}
.isotope.gutter-3 .gallery-top-content {
  margin-left: 40px;
}

/* isotope filter */
.isotope-filter {
}
.filter-heading {
  font-size: 27px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .filter-heading {
    display: none;
  }
}

/* isotope filter toggle button */
.filter-toggle-btn {
  position: relative;
  width: 100%;
  background-color: #111 !important;
  margin: 0 0 5px 0;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filter-toggle-btn i {
  margin-left: 5px;
  font-size: 14px;
}
.isotope-filter .navbar-collapse {
  border-top: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* isotope filter links */

.isotope-filter-links a {
  border-top: 1px solid rgb(210, 180, 102, 0.8);
  border-bottom: 1px solid rgb(210, 180, 102, 0.8);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: inline-block;
  margin: 2px 26px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: rgb(227, 223, 223, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.isotope-filter-links {
  padding-bottom: 50px !important;
}

.isotope-filter-links a:hover,
.isotope-filter-links a.active {
  border-top: 1px solid rgb(210, 180, 102, 0.8);
  border-bottom: 1px solid rgb(210, 180, 102, 0.8);
  border-radius: 10px;
  padding: 40px;
  position: relative;
  display: inline-block;
  margin: 2px 0px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: rgb(10, 10, 10) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.isotope-filter-links a:first-child {
  margin-left: 0;
}
.isotope-filter-links a:last-child {
  margin-right: 0;
}
.isotope-filter-links a.active,
.isotope-filter-links a:hover {
  background: #0f5e46 !important;
  opacity: 0.8;
  font-size: 21px;
  color: rgb(210, 180, 102) !important;
  text-shadow: 1px 1px #0d0d0d;
  padding: 40px;
  text-decoration: none !important;
  color: #2f9778;
  font-weight: 600;
}
@media (max-width: 992px) {
  .isotope-filter-links a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .isotope-filter-links a {
    display: block;
    background-color: rgba(140, 140, 140, 0.1);
    padding: 8px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .isotope-filter-links a.active {
    background-color: rgba(140, 140, 140, 0.1);
    background-color: #0f5e46;
  }
}
@media (min-width: 767px) {
  .isotope-filter-links a:before,
  .isotope-filter-links a.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 1px;
    margin-top: -1px;
    background-color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .isotope-filter-links a.active:before,
  .isotope-filter-links a:hover:before {
    width: 100%;
  }
}

/* isotope items wrap */
.isotope-items-wrap {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* isotope item */
.isotope-item {
  float: left;
}

/* isotope gutter (add more space between isotope items) */
/* gutter-1 */
.isotope.gutter-1 .isotope-item {
  padding: 0 0 6px 6px;
}
.isotope.gutter-1 {
  margin-left: -6px;
}

/* gutter-2 */
.isotope.gutter-2 .isotope-item {
  padding: 0 0 25px 25px;
}
.isotope.gutter-2 {
}

/* gutter-3 */
.isotope.gutter-3 .isotope-item {
  padding: 0 0 40px 40px;
}
.isotope.gutter-3 {
  margin-left: -40px;
}

/* isotope columns */
.isotope.col-1 .isotope-item {
  width: 100%;
}
.isotope.col-2 .isotope-item {
  width: 50%;
}
.isotope.col-3 .isotope-item {
  width: 33.33333333%;
}
.isotope.col-4 .isotope-item {
  width: 25%;
}
.isotope.col-5 .isotope-item {
  width: 20%;
}
.isotope.col-6 .isotope-item {
  width: 16.66666666666667%;
}

/* isotope grid sizer */
.grid-sizer {
  height: 700px !important;
}

.grid-sizer .asi-img {
  height: 700px !important;
}
.isotope.col-1 .grid-sizer {
  width: 100%;
}
.isotope.col-2 .grid-sizer {
  width: 50%;
}
.isotope.col-3 .grid-sizer {
  width: 33.33333333%;
}
.isotope.col-4 .grid-sizer {
  width: 25%;
}
.isotope.col-5 .grid-sizer {
  width: 20%;
}
.isotope.col-6 .grid-sizer {
  width: 16.66666666666667%;
}

/* isotope width2 item (alternative width) */
.isotope.col-3 .width2 {
  width: 66.66666666%;
}
.isotope.col-4 .width2 {
  width: 50%;
}
.isotope.col-5 .width2 {
  width: 40%;
}
.isotope.col-6 .width2 {
  width: 33.33333333%;
}

/* isotope on smaller screens 
=============================== */
@media (max-width: 1600px) {
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer {
    width: 25%;
  }
  .isotope.col-5 .width2,
  .isotope.col-6 .width2 {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .isotope.gutter-3,
  .isotope.gutter-2 {
    margin-left: -20px;
  }
  .isotope.gutter-2 .gallery-top-content,
  .isotope.gutter-3 .gallery-top-content {
    margin-left: 20px;
  }
  .isotope.gutter-2 .isotope-item,
  .isotope.gutter-3 .isotope-item {
    padding: 0 0 20px 20px;
  }

  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-4 .grid-sizer,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer {
    width: 33.33333333%;
  }
  .isotope.col-4 .width2,
  .isotope.col-5 .width2,
  .isotope.col-6 .width2 {
    width: 66.66666666%;
  }
}

@media (max-width: 991px) {
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item,
  .isotope.col-3 .grid-sizer,
  .isotope.col-4 .grid-sizer,
  .isotope.col-5 .grid-sizer,
  .isotope.col-6 .grid-sizer,
  .isotope.col-3 .width2,
  .isotope.col-4 .width2,
  .isotope.col-5 .width2,
  .isotope.col-6 .width2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .isotope-filter {
    background-color: transparent;
  }
  .isotope-filter .btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .isotope.col-2 .isotope-item,
  .isotope.col-3 .isotope-item,
  .isotope.col-4 .isotope-item,
  .isotope.col-5 .isotope-item,
  .isotope.col-6 .isotope-item {
    width: 100%;
  }
}

/* on album single page (min 2 columns) */
@media (max-width: 480px) {
  .album-single .isotope.col-3 .isotope-item,
  .album-single .isotope.col-4 .isotope-item,
  .album-single .isotope.col-5 .isotope-item,
  .album-single .isotope.col-6 .isotope-item,
  .album-single .isotope.col-3 .grid-sizer,
  .album-single .isotope.col-4 .grid-sizer,
  .album-single .isotope.col-5 .grid-sizer,
  .album-single .isotope.col-6 .grid-sizer,
  .album-single .isotope.col-3 .width2,
  .album-single .isotope.col-4 .width2,
  .album-single .isotope.col-5 .width2,
  .album-single .isotope.col-6 .width2 {
    width: 100%;
  }
}

/* ------------------------------------------------------------- *
 * Album list item
/* ------------------------------------------------------------- */

.isotope-item .inform {
  background-color: rgb(18, 18, 18);
  padding: 10px;
}

.inform .ali-meta-altınpark {
  color: #1c8263 !important;
}

.inform .ali-meta-cumalıkazık {
  color: #7e7724 !important;
}

.inform .ali-meta-triye {
  color: #2b7f92 !important;
}

.album-list-item {
  position: relative;
}

/* album list item image */
.album-list-item .ali-img-wrap {
  position: relative;
}
.album-list-item .ali-img-wrap .ali-img {
  position: relative;
  z-index: 2;
}

/* album list item link */
.album-list-item .ali-link {
  display: block;
  text-decoration: none;
}

.ali-link-my {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  color: rgb(253, 249, 249);
  background-color: rgb(60, 59, 59, 0.3);
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  padding: 5px 0 5px 0;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ali-link-my:hover {
  color: rgb(210, 180, 102);
}

.album-list-item:hover .ali-link-my {
  background-color: #0f5e46;
  height: 40px;
  padding: 10px 0 5px 0;
}

/* album list item caption */
.ali-caption {
  position: absolute;
  display: block;
  bottom: -1px;
  left: -1px;
  right: -1px;
  padding: 5% 7% 4% 7%;
  text-align: center;
  z-index: 3;
  background-color: rgba(36, 36, 36, 0.2) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.album-list-item:hover .ali-caption {
  background-color: #0f5e46 !important;
  padding-top: 7%;
  padding-bottom: 6%;
}

/* album list item title */
.ali-title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #f4f7f6 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ali-title:hover {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: rgb(210, 180, 102) !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* album list item meta */
.ali-meta {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

/* album list item share */
.album-list-item .album-share {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  color: #333;
  z-index: 11;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-list-item:hover .album-share {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.album-list-item .album-share:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 767px) {
  .album-list-item .album-share {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* album list item styles - if "gutter-2" and "gutter-3" enabled 
================================================================== */
/* album list item style-1 */
.gutter-2 .ali-style-1.isotope-items-wrap,
.gutter-3 .ali-style-1.isotope-items-wrap {
  margin-top: 10px;
  margin-right: 10px;
}
.ali-style-1 .owl-carousel .owl-stage,
.ali-style-1 .owl-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .ali-style-1.isotope-items-wrap {
    margin-top: 5px;
    margin-right: 5px;
  }
}

.ali-style-1 .album-list-item .ali-img-wrap {
  box-shadow: 0 0 0 1px #fff;
}
.gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:before,
.gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:before,
.ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 1;
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ali-style-1 .album-list-item:hover .ali-img-wrap:before {
  -webkit-transform: rotate(2.5deg);
  -ms-transform: rotate(2.5deg);
  transform: rotate(2.5deg);
}
.gutter-2 .ali-style-1 .album-list-item .ali-img-wrap:after,
.gutter-3 .ali-style-1 .album-list-item .ali-img-wrap:after,
.ali-style-1 .owl-carousel .album-list-item .ali-img-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 1;
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ali-style-1 .album-list-item:hover .ali-img-wrap:after {
  -webkit-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
}

/* album list item style-2 */
.gutter-2 .ali-style-2.isotope-items-wrap,
.gutter-3 .ali-style-2.isotope-items-wrap {
  margin-top: 8px;
}
.ali-style-2 .owl-carousel .owl-stage,
.ali-style-2 .owl-carousel .owl-stage-outer {
  padding-top: 10px;
}
.gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:before,
.gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:before,
.ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:before {
  position: absolute;
  content: "";
  top: -3px;
  left: 8px;
  right: 8px;
  height: 1px;
  background-color: rgba(248, 243, 243, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ali-style-2 .album-list-item:hover .ali-img-wrap:before {
  top: -4px;
}
.gutter-2 .ali-style-2 .album-list-item .ali-img-wrap:after,
.gutter-3 .ali-style-2 .album-list-item .ali-img-wrap:after,
.ali-style-2 .owl-carousel .album-list-item .ali-img-wrap:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 13px;
  right: 13px;
  height: 1px;
  background-color: rgba(247, 243, 243, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ali-style-2 .album-list-item:hover .ali-img-wrap:after {
  top: -7px;
}

/* album list item caption styles 
=================================== */
/* album list caption boxed */
.caption-boxed .ali-caption {
  bottom: 30px;
  left: 8%;
  right: 8%;
}
.caption-boxed .album-list-item .album-share {
  top: 30px;
  right: 8%;
}
@media (max-width: 768px) {
  .caption-boxed .ali-caption {
    bottom: -1px;
    left: -1px;
    right: -1px;
    padding-top: 5%;
    padding-bottom: 4%;
  }
  .caption-boxed .album-list-item .album-share {
    top: 0;
    right: 0;
  }
}

/* album list caption dark */
.caption-dark .ali-caption {
  background-color: rgba(0, 0, 0, 0.6);
}
.caption-dark .album-list-item:hover .ali-caption {
  background-color: rgba(0, 0, 0, 0.9);
}
.caption-dark .ali-title {
  color: #eee;
}
.caption-dark .ali-meta {
  color: #cacaca;
}

.caption-dark .album-list-item .album-share {
  background-color: rgba(0, 0, 0, 0.7);
  color: #eee;
}
.caption-dark .album-list-item .album-share:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* album list caption gradient */
.caption-gradient .ali-caption {
  bottom: -1px;
  left: -1px;
  right: -1px;
  text-align: left;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.caption-gradient .ali-caption:hover .ali-caption {
  padding-top: 5% !important;
  padding-bottom: 4% !important;
}
.caption-gradient .ali-caption,
.caption-gradient .ali-caption:hover .ali-caption {
  background-color: transparent;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,111111+100&0+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(229, 9, 9, 0) 0%,
    rgba(17, 17, 17, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(17, 17, 17, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(17, 17, 17, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc111111',GradientType=0 ); /* IE6-9 */
}

.caption-gradient .ali-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #fff;
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
}
.caption-gradient .ali-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 18px;
  height: 1px;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caption-gradient .album-list-item:hover .ali-title:after {
  width: 100%;
}
.caption-gradient .ali-meta {
  color: #ddd;
}

.caption-gradient .album-list-item .album-share {
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: #eee;
}
.caption-gradient .album-list-item .album-share:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  .caption-gradient .album-list-item .album-share {
    bottom: auto;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
  }
  .caption-gradient .album-list-item .album-share:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

/* album list caption sizes */
.caption-sm .ali-caption .ali-title {
  font-size: 18px;
  font-weight: 300;
}
.caption-sm .ali-meta {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
}

.caption-lg .ali-caption .ali-title {
  font-size: 28px;
  font-weight: 100;
}
.caption-lg .ali-meta {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.caption-xlg .ali-caption .ali-title {
  font-size: 38px;
  font-weight: 100;
}
.caption-xlg .ali-meta {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
}

/* album list caption outside */
.caption-outside .ali-caption {
  position: static;
  background: transparent;
  background-color: transparent;
  padding: 0% 0 0% 0;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
}
.caption-outside .album-list-item:hover .ali-caption {
  background: transparent;
  background-color: transparent;
  padding: 0% 0 0% 0;
  padding-bottom: 0 !important;
}
.gutter-2 .caption-outside .ali-caption,
.gutter-3 .caption-outside .ali-caption {
  padding-bottom: 0 !important;
}
.caption-outside .ali-title {
  color: #333;
}
.caption-outside .ali-caption:hover .ali-title {
  color: #000;
}
.caption-outside.caption-gradient .ali-title:after {
  border-bottom-color: #333;
}
.caption-outside .ali-meta {
  text-align: center;
  color: #999;
}

.caption-outside .album-list-item .album-share {
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
.caption-outside .album-list-item .album-share:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

/* ------------------------------------------------------------- *
 *  Album list carousel
/* ------------------------------------------------------------- */

#content-section.album-list-carousel {
  padding: 45px;
}
@media (max-width: 992px) {
  #content-section.album-list-carousel {
    padding: 15px;
  }
}

/* album list carousel item */
.album-list-carousel .ali-img {
  min-height: 300px;
}

/* album list carousel item image zoom on hover */
.album-list-carousel .hover-zoom .album-list-item {
  overflow: hidden;
}
.album-list-carousel .hover-zoom .album-list-item .ali-img-wrap {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.album-list-carousel .hover-zoom .album-list-item:hover .ali-img-wrap {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

/* disable dots on smaller screens */
@media (max-width: 992px) {
  .album-list-carousel .owl-dots {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 *  Album single carousel
/* ------------------------------------------------------------- */

#content-section.album-single-carousel {
  padding: 45px;
}
@media (max-width: 992px) {
  #content-section.album-single-carousel {
    padding: 15px;
  }
}

/* album single item */
.album-single-carousel .album-single-item {
  min-height: 445px;
}

.album-single-item .asi-img {
  max-width: 100% !important;
  max-height: 300px !important;
}

/* disable dots on smaller screens */
@media (max-width: 992px) {
  .album-single-carousel .owl-dots {
    display: none;
  }
}

/* ---------------------------------------------------------------------- *
 *  Full carousel - full height carousel layout (class: "full-carousel")
 *  Note: for "album-list-carousel" and "album-single-carousel" only!
/* ---------------------------------------------------------------------- */

#content-section.full-carousel {
  min-height: 100%;
  padding: 0px;
}
@media (max-width: 992px) {
  #content-section.full-carousel {
    padding: 0px;
  }
}

/* carousel full height elements */
.full-carousel .content-wrap,
.full-carousel .owl-carousel,
.full-carousel .owl-stage-outer,
.full-carousel .owl-stage,
.full-carousel .owl-item,
.full-carousel .album-list-item,
.full-carousel .album-single-item,
.full-carousel .ali-link,
.full-carousel .ali-img-wrap,
.full-carousel .ali-img {
  height: 100%;
  max-height: 100%;
}

/* full carousel content wrap */
.full-carousel .content-wrap {
  padding: 0;
}

/* full carousel dots position outside */
.full-carousel .dots-outside {
  padding-bottom: 40px;
}
.full-carousel .dots-outside .owl-dots,
.full-carousel .dots-outside .owl-nav.disabled + .owl-dots {
  bottom: 10px;
}

/* if album heading secion is enabled */
#page-header-secion + .full-carousel {
  min-height: 785px;
  padding: 20px;
}
#page-header-secion + .full-carousel .content-wrap {
  padding: 40px;
}
#page-header-secion + .full-carousel .dots-outside {
  padding-bottom: 0;
}
#page-header-secion + .full-carousel .dots-outside .owl-dots {
  bottom: -30px;
}

@media (max-width: 992px) {
  #page-header-secion + .full-carousel {
    padding: 15px;
  }
  #page-header-secion + .full-carousel .content-wrap {
    padding: 20px;
  }
  #page-header-secion + .full-carousel .dots-outside {
    padding-bottom: 20px;
  }

  /* Disable full heigt on smaller screens */
  #page-header-secion + .full-carousel {
    height: auto !important;
    min-height: auto;
  }
  #page-header-secion + .full-carousel .content-wrap,
  #page-header-secion + .full-carousel .owl-carousel,
  #page-header-secion + .full-carousel .owl-stage-outer,
  #page-header-secion + .full-carousel .owl-stage,
  #page-header-secion + .full-carousel .owl-item,
  #page-header-secion + .full-carousel .album-list-item,
  #page-header-secion + .full-carousel .album-single-item,
  #page-header-secion + .full-carousel .ali-link,
  #page-header-secion + .full-carousel .ali-img-wrap,
  #page-header-secion + .full-carousel .ali-img {
    height: auto;
  }
  #page-header-secion + .album-list-carousel .ali-img {
    min-height: 360px;
  }
}

/* disable dots on smaller screens */
@media (max-width: 992px) {
  .full-carousel .owl-dots {
    display: none;
  }
  .full-carousel .dots-outside {
    padding-bottom: 0 !important;
  }
}

/* ------------------------------------------------------------- *
 *  Portfolio single
/* ------------------------------------------------------------- */
#content-section.portfolio-single {
  min-height: auto;
  padding: 45px;
}
@media (max-width: 992px) {
  #content-section.portfolio-single {
    padding: 15px;
  }
}
.portfolio-single .content-wrap {
  padding-bottom: 30px;
}

/* item heigt (class: ".f-height") */
@media (min-width: 992px) {
  .portfolio-single .f-height {
    height: 100%;
  }
}

/* portfolio single columns */
.portfolio-single .col-left {
  padding: 0;
}
.portfolio-single .col-right {
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .portfolio-single .col-right {
    margin-top: 30px;
    padding-left: 0px;
  }
}

/* portfolio single info */
.portfolio-info {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .portfolio-info {
    height: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .portfolio-info-inner {
    height: 100%;
    overflow: auto;
    padding-right: 20px;
  }
}

.portfolio-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 3px;
  color: rgb(210, 180, 102) !important;
}

/* portfolio single description */
.portfolio-info .album-description {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
}

/* portfolio single portfolio atr */
.portfolio-atr {
}
@media (max-width: 992px) {
  .portfolio-atr {
    margin-top: 60px !important;
  }
}
.portfolio-atr > ul > li {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 20px;
}
.portfolio-atr > ul > li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  border-left: 1px solid rgb(210, 180, 102);
}
.portfolio-atr span {
  display: inline-block;
  line-height: 21px;
}
.portfolio-atr .head {
  margin: 0;
  color: rgb(210, 180, 102);
  font-weight: 500;
  font-size: 12px;
}
.portfolio-atr .info {
  color: rgb(224, 218, 218);
  font-weight: 400;
  font-size: 12px;
}
.portfolio-atr span a {
  display: block;
  color: rgb(226, 223, 223);
}
.portfolio-atr span a:hover {
  color: #208265;
}

/* portfolio single share */
.portfolio-share .info {
  margin: 6px 5px 4px 0;
  font-size: 16px;
}

/* portfolio single info bottom */
.portfolio-info-bottom {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .portfolio-info-bottom {
    position: relative;
    bottom: 0;
  }
}

/* portfolio single album attributes */
.portfolio-single .album-attributes {
  overflow: hidden;
}

/* portfolio single info nav */
.portfolio-nav {
}
.portfolio-nav > ul {
  margin: 0;
}
.portfolio-nav .pn-link {
  display: inline-block;
  position: relative;
  top: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: rgb(230, 224, 224);
}
.portfolio-nav .pn-link:hover {
  color: rgb(210, 180, 102);
}
.portfolio-nav .pn-link .pn-link-icon {
  font-size: 18px;
}
.portfolio-nav .pn-link .pn-link-text {
  position: relative;
  top: -3px;
}

/* portfolio single owl-carousel item */
.portfolio-single .owl-carousel .album-single-item {
  height: 100%;
}
@media (max-width: 992px) {
  .portfolio-single .owl-carousel .album-single-item {
    min-height: 360px;
  }
}

/* owl carousel in portfolio carousel */
.portfolio-single .owl-carousel,
.portfolio-single .owl-stage-outer,
.portfolio-single .owl-stage,
.portfolio-single .owl-item,
.portfolio-single .item {
  height: 100%;
}
@media (max-width: 768px) {
  .portfolio-single .owl-dots {
    /* disable dots on smaller screens */
    display: none;
  }
}

/* portfolio single lyout versions 
==================================== */
/* portfolio-single-1 */

/* portfolio-single-2 */

/* portfolio-single-3 */
.portfolio-single-3 .owl-carousel .album-single-item {
  min-height: 350px;
}
.portfolio-single-3 .al-desc-toggle-trigger {
  left: 10px;
  right: auto;
}
.portfolio-single-3 .portfolio-info-bottom {
  position: relative;
}

/* portfolio-single-4 */
.portfolio-single-4 .album-single-item {
  margin-bottom: 20px;
}

/* portfolio-single-5 */

/* ------------------------------------------------------------- *
 *  Content carousel - CC (based on OWL Carousel)
 *  https://github.com/OwlCarousel2/OwlCarousel2
/* ------------------------------------------------------------- */

.owl-carousel .owl-item {
  /* image flickering fix */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Content carousel item */
.owl-carousel .cc-item {
  /* best for single item slider */
  position: relative;
  display: block;
  padding-bottom: 56.25%;
}
.owl-carousel .cc-item-h {
  /* best for multiple item slider */
  position: relative;
  display: block;
  height: 400px;
}

/* OWL controls */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
}

/* Prev/Next buttons */
.owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 62px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  overflow: visible;
  z-index: 999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev {
  padding-right: 3px;
}
.owl-carousel .owl-nav .owl-next {
  padding-left: 3px;
}

@media only screen and (max-width: 992px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 42px;
    opacity: 1;
  }
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
@media only screen and (min-width: 992px) {
  .owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
  }
}

/* Prev/Next buttons disabled (no loop) */
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  background-color: rgba(173, 173, 173, 0.3);
  color: #888;
}

/* Prev/Next buttons positions outside (left/right) */
.owl-carousel.nav-outside .owl-nav .owl-prev,
.owl-carousel.nav-outside .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  line-height: 62px;
  background-color: rgb(210, 180, 102, 0.6);
  color: #0f5e46;
  opacity: 1;
}
.owl-carousel.nav-outside .owl-nav .owl-prev:hover,
.owl-carousel.nav-outside .owl-nav .owl-next:hover {
  background-color: rgb(210, 180, 102, 1);
  color: #000;
}
.owl-carousel.nav-outside .owl-nav .owl-prev.disabled,
.owl-carousel.nav-outside .owl-nav .owl-next.disabled {
  background-color: rgb(43, 42, 42);
  color: rgb(54, 53, 53);
}
.owl-carousel.nav-outside .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel.nav-outside .owl-nav .owl-next {
  right: -40px;
}
@media (max-width: 992px) {
  .owl-carousel.nav-outside .owl-nav .owl-prev,
  .owl-carousel.nav-outside .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 42px;
  }
  .owl-carousel.nav-outside .owl-nav .owl-prev {
    left: -20px;
  }
  .owl-carousel.nav-outside .owl-nav .owl-next {
    right: -20px;
  }
}

/* Prev/Next buttons positions outside-top */
.nav-outside-top .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
  width: 65px;
}
.nav-outside-top .owl-nav .owl-prev,
.nav-outside-top .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: transparent;
  font-size: 16px;
  color: #333;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-outside-top .owl-nav .owl-prev:hover,
.nav-outside-top .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #987f28;
}
.nav-outside-top .owl-nav .owl-prev.disabled,
.nav-outside-top .owl-nav .owl-next.disabled {
  background-color: transparent;
  color: #d0d0d0;
}
.nav-outside-top:hover .owl-nav .owl-prev {
  left: 0;
}
.nav-outside-top:hover .owl-nav .owl-next {
  right: 0;
}

/* Prev/Next buttons rounded */
.nav-rounded .owl-nav .owl-prev,
.nav-rounded .owl-nav .owl-next {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.nav-outside-top.nav-rounded .owl-nav .owl-prev,
.nav-outside-top.nav-rounded .owl-nav .owl-next {
}
.nav-outside-top.nav-rounded .owl-nav .owl-prev:hover,
.nav-outside-top.nav-rounded .owl-nav .owl-next:hover {
}
.nav-outside-top.nav-rounded .owl-nav .owl-prev.disabled,
.nav-outside-top.nav-rounded .owl-nav .owl-next.disabled {
}

/* Dots */
.owl-dots,
.owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 15px;
  margin-top: 0px;
  left: 50%;
  overflow: visible;
  z-index: 999;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background-color: #c1c1c1;
  margin: 0px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #000;
}

/* Dots positions outside */
.dots-outside {
}
.dots-outside .owl-dots,
.dots-outside .owl-nav.disabled + .owl-dots {
  bottom: -30px;
}
.dots-left .owl-dots,
.dots-left .owl-nav.disabled + .owl-dots {
  left: 15px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dots-right .owl-dots,
.dots-right .owl-nav.disabled + .owl-dots {
  left: auto;
  right: 15px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Dots rounded */
.dots-rounded .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* disable dots on smaller screens (globally) */
@media (max-width: 992px) {
  .owl-dots {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 * Album single item
/* ------------------------------------------------------------- */

.album-single-item {
  position: relative;
  overflow: hidden;
}
.album-single-item-thumb {
  position: relative;
  display: block;
}

/* album single item image */
.asi-img {
  width: 100%;
  height: 100%;
}

/* album single item cover */
.album-single-item .asi-cover {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: rgba(36, 34, 34, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.album-single-item:hover .asi-cover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  /*
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
	*/
}
.album-single-item .asi-cover:hover {
}

/* album single item link */
.album-single-item .asi-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 344px !important;
  height: 202px !important; */
}

/* album single item info */
.album-single-item .asi-info {
  position: absolute;
  left: 20px;
  bottom: 17px;
  text-align: left;
  z-index: 2;
}

/* album single item title */
.album-single-item .asi-title {
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 40px;
  font-weight: 500;
  color: rgb(210, 180, 102);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-single-item:hover .asi-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.album-single-item .asi-title:hover {
}

/* album single item sub title */
.album-single-item .asi-sub-title {
  margin: 8px 0 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: rgb(174, 170, 170);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-single-item:hover .asi-sub-title {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* album single item icons */
.album-single-item .favorite-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-single-item:hover .favorite-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* album single item icon only */
.album-single-item .asi-info .s-icon {
  display: inline-block;
  font-size: 21px;
  color: #333;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-single-item:hover .asi-info .s-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* album single item icons if col-5 or col-6 is enabled */
.isotope.col-5 .album-single-item .favorite-btn,
.isotope.col-6 .album-single-item .favorite-btn {
  padding: 7px 12px;
}

/* album single item hover styles 
=================================== */
/* hover center */
#gallery.hover-center .asi-info {
  top: 50%;
  left: auto;
  bottom: auto;
  width: 100%;
  padding: 15px;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* hover boxed */
@media (min-width: 480px) {
  /* No effect on smaller screens */
  #gallery.hover-boxed .asi-cover {
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
  }
}

/* hover dark */
#gallery.hover-dark .asi-cover {
  background-color: rgba(27, 26, 26, 0.8);
  color: #0f5e46;
}
#gallery.hover-dark .asi-title {
  color: rgb(210, 180, 102);
}
#gallery.hover-dark .asi-sub-title {
  color: #21bb8d;
}
#gallery.hover-dark .favorite-btn,
#gallery.hover-dark .favorite-btn {
  color: #eee;
}
#gallery.hover-dark .asi-info .s-icon {
  color: #eee;
}

/* hover simple  "alakasız bu bizle" */
#gallery.hover-simple .asi-cover {
  top: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
  right: -1px !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#gallery.hover-simple .asi-info,
#gallery.hover-simple .favorite-btn {
  display: none !important;
}

/* Disable hover on small screens */
@media (max-width: 480px) {
  .album-single-item .asi-cover {
    top: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
    right: -1px !important;
    background-color: transparent !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .album-single-item .asi-info,
  .album-single-item .favorite-btn {
    display: none !important;
  }
}

/* isotope gutter for album single items on small screens */
@media (max-width: 768px) {
  .album-single .isotope.gutter-3,
  .album-single .isotope.gutter-2 {
    margin-left: -6px;
  }
  .album-single .isotope.gutter-2 .gallery-top-content,
  .album-single .isotope.gutter-3 .gallery-top-content {
    margin-left: 6px;
  }
  .album-single .isotope.gutter-2 .isotope-item,
  .album-single .isotope.gutter-3 .isotope-item {
    padding: 0 0 6px 6px;
  }
}

/* ----------------------------------------------------------------------- *
 * lightgalleryone: (more info: http://sachinchoolur.github.io/lightgalleryone)
/* ----------------------------------------------------------------------- */

body.lg-on {
  overflow: hidden !important;
}

/* lightgalleryone sub html (image caption) */
@media (max-width: 767px) {
  .lg-sub-html {
    padding: 10px;
  }
}

/* lightgalleryone thumbnails improvements */
.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}
.lg-outer .lg-thumb-item {
  position: relative;
  border: 2px solid #fff;
  border-radius: 0;
}
.lg-outer .lg-thumb-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: inherit;
  width: 150%;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* lightgalleryone autoplay progress bar improvements */
.lg-progress-bar {
  background-color: #333;
  height: 2px;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 2px;
}

/* ------------------------------------------------------------- *
 *  Back to album link
/* ------------------------------------------------------------- */

.back-to-list {
  display: inline-block;
  margin-top: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: rgb(231, 226, 226);
}
.back-to-list:hover {
  color: #987f28;
}

.back-to-list .bta-icon {
  font-size: 18px;
}

.back-to-list .bta-text {
  position: relative;
  top: -2px;
}

/* ------------------------------------------------------------- *
 *  Columns switch
/* ------------------------------------------------------------- */

.columns-switch {
  display: inline-block;
  margin-top: 5px;
}

.columns-switch a {
  margin-right: 3px;
  font-size: 18px;
  color: #333;
}
.columns-switch a:hover {
  color: #987f28;
}

/* ------------------------------------------------------------- *
 *  Album attributes
/* ------------------------------------------------------------- */

.album-attributes {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}
.album-attributes > li {
  display: inline-block;
  padding: 0;
}

a.al-at-link {
  display: inline-block;
  position: relative;
  top: 3px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
a.al-at-link:hover,
a.al-at-link:focus {
  color: #987f28;
}

a.al-at-link .al-at-icon {
  font-size: 18px;
}
a.al-at-link .al-at-text {
  position: relative;
  top: -3px;
}

/* ------------------------------------------------------------- *
 *  Pagination
/* ------------------------------------------------------------- */

@media (max-width: 992px) {
  .pagination-wrap {
    text-align: center;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 50px 0 0 0;
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: inline-block;
  float: none;
  padding: 7px 11px;
  margin: 5px 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: rgb(39, 38, 38);
  text-decoration: none;
  background-color: #ececec;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: rgb(235, 234, 229);
  background-color: #0f5e46;
  border-color: #e0e0e0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: rgb(10, 10, 10);
  cursor: default;
  background-color: rgb(196, 167, 93);
  border-color: #212121;
}

/* Pagination info */
.pagination-info {
  margin-top: 50px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 992px) {
  .pagination-info {
    margin-top: 30px;
    text-align: center;
  }
}

.pagination-info span {
  display: block;
}

/* ------------------------------------------------------------- *
 * Modal
/* ------------------------------------------------------------- */

body.modal-open {
  overflow-y: hidden !important;
}
.modal-open .modal {
  padding-right: 0 !important;
}

.modal {
}
.modal-backdrop {
  background-color: rgb(70, 68, 68);
}
.modal-backdrop.in,
.modal-backdrop.fade.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-dialog {
}
@media (min-width: 768px) {
  .modal-dialog.modal-center {
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}

.modal-header {
  background-color: rgb(20, 20, 21);
  text-align: center;
  border-bottom: 1px solid rgb(210, 180, 102);
}
.modal-title {
  font-size: 14px;
  color: rgb(210, 180, 102);
}
.modal-footer {
  border-top: 1px solid rgb(62, 61, 61);
}

.modal-content {
  background-color: rgb(40, 39, 39);
  border: none;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  }
}

/* modal share */
.modal-share {
  margin: 25px 0 40px 0;
}
.modal-share > ul {
  padding: 0;
  list-style: none;
}
.modal-share > ul > li {
  display: inline-block;
  margin: 5px 2px;
}

.modal-share .grab-link {
  display: block;
  width: 80%;
  height: 50px;
  margin: 30px auto 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 3px solid rgb(210, 180, 102);
}
@media (max-width: 768px) {
  .modal-share .grab-link {
    width: 100%;
  }
}

/* ------------------------------------------------------------- *
 * YTP Player: https://github.com/pupunzi/jquery.mb.YTPlayer;
/* ------------------------------------------------------------- */

.youtube-bg-wrap {
  position: relative;
}
@media (max-width: 480px) {
  .mb_YTPBar span.mb_OnlyYT {
    left: 330px;
  }
}

.youtube-bg {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background: url("../img/girisvideo.mp4");
}
.YTPOverlay {
  background-color: transparent;
}
.YTPOverlay.raster {
  background: url("../vendor/ytplayer/images/raster.png"); /* "raster.png" or "raster_dot.png" */
  background-color: rgba(0, 0, 0, 0.6);
}
.youtube-bg.YTPFullscreen .YTPOverlay,
.youtube-bg.YTPFullscreen .YTPOverlay.raster,
.youtube-bg.YTPFullscreen .cover {
  display: none;
}

/* Video control bar */
.mb_YTPBar,
.mb_YTPBar.visible {
  opacity: 0.1;
  z-index: 9;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  padding: 4px 4px 0px 4px;
}
.mb_YTPBar,
.mb_YTPBar .mb_YTPProgress,
.mb_YTPBar .mb_YTPLoaded,
.mb_YTPBar .mb_YTPseekbar {
  height: 5px;
}
.mb_YTPBar .mb_YTPProgress,
.mb_YTPBar .mb_YTPLoaded {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPseekbar {
  background: #0f5e46;
  cursor: pointer;
}

/* Video control elements */
.mb_YTPBar span.mb_OnlyYT {
  left: 250px;
  right: auto;
}
@media (min-width: 480px) {
  .mb_YTPBar span.mb_OnlyYT {
    left: 330px;
  }
}

/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */

.btn {
  position: relative;
  margin: 8px 0;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  -webkit-box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Button styles */
.btn-default {
  color: #000;
  background-color: rgba(189, 189, 189, 0.25);
  border-color: transparent;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e8e7e7;
  border-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #987f28;
  border-color: #987f28;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7f6a1e;
  border-color: #7f6a1e;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2398bb;
  border-color: #2398bb;
}

.btn-warning {
  color: #fff;
  background-color: #ecc71f;
  border-color: #ecc71f;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn-danger {
  color: #fff;
  background-color: #ec3a35;
  border-color: #ec3a35;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-link {
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #987f28;
}
.btn-link:focus,
.btn-link:hover {
  color: #987f28;
}

/* Button dark */
.btn-dark {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
  -webkit-box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.09);
}
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:active:hover,
.btn-dark:focus,
.btn-dark:hover,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-dark-bordered {
  color: #333;
  background-color: transparent;
  border: 2px solid #313131;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark-bordered.active,
.btn-dark-bordered.focus,
.btn-dark-bordered:active,
.btn-dark-bordered:active:hover,
.btn-dark-bordered:focus,
.btn-dark-bordered:hover,
.open > .dropdown-toggle.btn-dark-bordered {
  color: #fff;
  background-color: #313131;
  border-color: #313131;
}

/* Button white */
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:active:hover,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-bordered {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-bordered.active,
.btn-white-bordered.focus,
.btn-white-bordered:active,
.btn-white-bordered:active:hover,
.btn-white-bordered:focus,
.btn-white-bordered:hover,
.open > .dropdown-toggle.btn-white-bordered {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* Button with dropdown */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* Button social */
.btn-social {
  position: relative;
  padding-left: 55px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > .btn-social-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  line-height: 40px;
  font-size: 1.4em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.btn-social > .btn-social-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  padding-right: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-social.btn-xs {
  padding-left: 55px;
}
.btn-social.btn-sm {
  padding-left: 55px;
}
.btn-social.btn-lg {
  padding-left: 60px;
}
.btn-social.btn-xlg {
  padding-left: 65px;
}

/* Button social min */
.btn-social-min {
  position: relative;
  width: 46px;
  height: 46px;
  line-height: 42px;
  padding: 0 !important;
  text-align: center;
  font-size: 16px;
}
.btn-social-min.btn-xs {
  width: 26px;
  height: 26px;
  line-height: 24px;
}
.btn-social-min.btn-sm {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
.btn-social-min.btn-lg {
  width: 55px;
  height: 55px;
  line-height: 53px;
}
.btn-social-min.btn-xlg {
  width: 69px;
  height: 69px;
  line-height: 67px;
}

/* Button dropbox */
.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
}

/* Button instagram */
.btn-instagram {
  background-color: #3f729b;
  color: #fff;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
}

/* Button rounded */

.btn-rounded-5x {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/* ------------------------------------------------------------- *
 * Blockquote
/* ------------------------------------------------------------- */

blockquote {
  position: relative;
  padding: 10px 20px;
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  border: none;
}
blockquote:before {
  position: absolute;
  content: open-quote;
  top: 0;
  left: -5px;
  font-size: 28px;
}

/* ------------------------------------------------------------- *
 * Pages
/* ------------------------------------------------------------- */

#content-section.page {
  padding-left: 0;
  padding-right: 0;
}

/* page-404 */
.page-404 .content-wrap {
  z-index: 9;
}

/* ------------------------------------------------------------- *
 * Social icons
/* ------------------------------------------------------------- */

.social-icons {
}
.social-icons .head {
  margin: 0 0 15px 0;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul > li {
  display: inline-block;
  margin: 2px;
}
.social-icons ul > li:first-child {
  margin-left: 0;
}
.social-icons ul > li > a {
  font-size: 20px;
  color: rgb(174, 170, 170);
}
.social-icons ul > li > a:hover {
  color: #0e7d5c;
}

/* ------------------------------------------------------------- *
 * Forms
/* ------------------------------------------------------------- */

.form-control {
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.17);
  box-shadow: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 400;
  font-size: 12px;
}
:-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
  font-size: 11px;
}
::-moz-placeholder {
  color: #999 !important;
  font-weight: 400;
  font-size: 11px;
}
:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 400;
  font-size: 11px;
}

/* ------------------------------------------------------------- *
 * c
/* ------------------------------------------------------------- */

.thumb-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.thumb-list > li {
  float: left;
}

/* Thumbnail list item */
.thumb-list .thumb-list-item {
  display: block;
  padding-bottom: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.thumb-list .thumb-list-item:hover {
  opacity: 0.7;
}

/* Thumbnail list columns */
.thumb-list.col-2 > li {
  width: 50%;
}
.thumb-list.col-3 > li {
  width: 33.33333333%;
}
.thumb-list.col-4 > li {
  width: 25%;
}
.thumb-list.col-5 > li {
  width: 20%;
}
.thumb-list.col-6 > li {
  width: 16.66666666666667%;
}

/* Thumbnail list gutter (more space between items) */
.thumb-list.gutter-1 > li {
  padding: 1px;
}
.thumb-list.gutter-2 > li {
  padding: 2px;
}
.thumb-list.gutter-3 > li {
  padding: 3px;
}
.thumb-list.gutter-4 > li {
  padding: 4px;
}
.thumb-list.gutter-5 > li {
  padding: 5px;
}

/* ------------------------------------------------------------- *
 * Tabs
/* ------------------------------------------------------------- */

.tabs-wrap {
}

/* Tabs - nav tabs */
.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
}
.nav-tabs > li > a {
  background-color: rgba(115, 115, 115, 0.09);
  margin-left: -5px;
  padding: 10px 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 !important;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0);
}

/* Tabs - nav pills */
.nav-pills {
  margin-bottom: 20px;
  font-size: 0;
}
.nav-pills > li {
  display: inline-block;
  float: none;
}
.nav-pills > li > a {
  background-color: #f1f1f1;
  margin-right: 3px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #987f28;
}

/* Tabs - nav justified */
.nav-justified > li {
  display: table-cell;
  width: 1%;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    margin-left: 0;
    margin-right: 2px;
  }
  .nav-pills.nav-justified > li > a {
    margin-left: 0;
    margin-right: 5px;
  }
}

.nav-justified > li:last-child > a {
  margin-right: 0;
}
.nav-justified > .dropdown > .dropdown-menu {
  width: 100%;
}
.nav-justified .dropdown-submenu > .dropdown-menu {
  left: 100%;
}

/* Tabs - nav stacked */
.nav-tabs.nav-stacked {
  border-bottom: none;
}
.nav-stacked > li {
  display: block;
}
.nav-stacked > li + li {
  margin: 3px 0 0 0 !important;
}
.nav-tabs.nav-stacked > li.active > a,
.nav-tabs.nav-stacked > li.active > a:focus,
.nav-tabs.nav-stacked > li.active > a:hover {
  border-bottom-color: #ddd;
}

/* Tabs on small screens */
@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
  }
  .nav-tabs > li > a:hover {
    border-color: transparent;
  }

  .nav-tabs > li,
  .nav-pills > li,
  .nav-justified > li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
  }
  .nav-tabs > li > a,
  .nav-pills > li > a,
  .nav-justified > li > a {
    margin-right: 0;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }

  .tabs-wrap .dropdown > .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .dropdown-submenu > .dropdown-menu {
    left: 0 !important;
    margin-top: 0 !important;
  }
}

/* ------------------------------------------------------------- *
 * Panels
/* ------------------------------------------------------------- */

.panel-group .panel {
  border-radius: 0px;
}
.panel {
  background-color: transparent;
}

/* panel default */
.panel-default {
  border-color: rgba(132, 132, 132, 0.2);
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border-color: rgba(132, 132, 132, 0.2);
}
.panel-title {
  font-size: 14px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(132, 132, 132, 0.2);
}

/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */

#footer {
  background: rgb(6, 6, 6);
  background: linear-gradient(
    90deg,
    rgba(6, 6, 6, 1) 19%,
    rgba(19, 17, 17, 1) 32%,
    rgba(22, 18, 18, 1) 55%,
    rgba(6, 6, 6, 1) 67%
  );
  font-weight: 200;
}
.footer-inner {
  padding-top: 12px !important;
  padding-bottom: 13px !important;
}
.footer .footer-inner .copyright {
  color: white;
  font-weight: 400 !important;
}
@media (min-width: 991px) {
  .footer-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  #footer {
    display: none !important;
  }
}

/* Footer copyright */
#footer .copyright {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #footer .copyright {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  #footer .copyright {
    font-size: 10px;
  }
}

/* Footer social icons */
#footer .social-icons {
  margin-top: 7px;
  text-align: right;
}
@media (max-width: 992px) {
  #footer .social-icons {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #footer .social-icons {
    text-align: right;
  }
}

/* ------------------------------------------------------------- *
 * Scroll down arrow
/* ------------------------------------------------------------- */

.scroll-down-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  z-index: 3;
}
.scroll-down-arrow span {
  position: relative;
  font-size: 28px;
  color: #fff;
  -webkit-animation: mymove 1.4s infinite ease;
  animation: mymove 1.4s infinite ease;
}
@-webkit-keyframes mymove {
  /* Chrome, Safari, Opera */
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 7px;
    opacity: 0;
  }
}
@keyframes mymove {
  /* Standard */
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 7px;
    opacity: 0;
  }
}

/* ------------------------------------------------------------- *
 * Scroll to top button
/* ------------------------------------------------------------- */

.scrolltotop {
  position: fixed;
  display: none;
  bottom: 18px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 22px;
  background-color: white;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: #0f5e46;
  text-decoration: none;
  z-index: 999;
  border-radius: 50%;
  border: 2px solid rgb(210, 180, 102);
}
.scrolltotop:hover,
.scrolltotop:focus {
  background-color: rgb(210, 180, 102);
  border: 2px solid white;
  color: black;
  width: 38px;
  height: 38px;
}
@media (max-width: 576px) {
  .scrolltotop {
    width: 28px !important;
    height: 28px !important;
    line-height: 15px !important;
    font-size: 11px !important;
  }
  .scrolltotop:hover,
  .scrolltotop:focus {
    width: 32px !important;
    height: 32px !important;
  }
}

/* ------------------------------------------------------------- *
 * instegram-for-small to top button
/* ------------------------------------------------------------- */

.instegram-for-small {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 26px;
  color: rgb(210, 180, 102);
  text-decoration: none;
  z-index: 999;
}
.instegram-for-small:hover,
.instegram-for-small:focus {
  color: rgb(210, 180, 102);
  font-size: 29px;
}
@media (min-width: 768px) {
  .instegram-for-small {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 * instegram-for-small to top button
/* ------------------------------------------------------------- */

.whatsapp-for-small1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 27px;
  color: rgb(210, 180, 102);
  text-decoration: none;
  z-index: 999;
}
.whatsapp-for-small1:hover,
.whatsapp-for-small1:focus {
  color: rgb(210, 180, 102);
  font-size: 29px;
}
@media (min-width: 768px) {
  .whatsapp-for-small1 {
    display: none;
  }
}

.whatsapp-for-small2 {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 27px;
  color: rgb(210, 180, 102);
  text-decoration: none;
  z-index: 999;
}
.whatsapp-for-small2:hover,
.whatsapp-for-small2:focus {
  color: rgb(210, 180, 102);
  font-size: 29px;
}
@media (min-width: 768px) {
  .whatsapp-for-small2 {
    display: none;
  }
}

/* ------------------------------------------------------------- *
 * Other
/* ------------------------------------------------------------- */

.fa-wrap {
  float: left;
  width: 25%;
  margin: -1px 0 0 -1px;
  padding: 15px;
  box-shadow: inset 0 0 0 1px rgba(140, 140, 140, 0.2);
}
.fa-wrap > i {
  font-size: 16px;
}

.bs-glyphicons > ul > li {
  float: left;
  margin: -1px 0 0 -1px;
  padding: 10px;
  width: 12.5%;
  min-height: 160px;
  text-align: center;
  line-height: 21px;
  vertical-align: top;
  box-shadow: inset 0 0 0 1px rgba(140, 140, 140, 0.2);
}
.bs-glyphicons .glyphicon {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
}

.figure-img {
  width: 100%;
  height: 100%;
}
.figure:hover {
  opacity: 0.8;
}
