
/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 78%;
    left: 0;
    padding: 0;
    z-index: 99999;
    background: #003261;
    border-radius: 0;
    border: none;
}

#navigation ul ul li {
	float: none;
	width: 208px;
}

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 10px;
}

#navigation ul ul {
	margin: 10px 0 0 0;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}

#navigation ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "FontAwesome";
	opacity: 0.5;
}

#navigation ul li a:after { content: '\f107'; padding-left: 7px; }
#navigation ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}

#navigation ul li a:only-child:after { content: ''; padding: 0; }
#navigation ul ul li a:only-child:after { content: '';}


/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 3px;
}

#navigation ul ul li { border-bottom: none; border-radius: 0; }
#navigation ul ul li:last-child { border-bottom: none; }

#navigation ul li:hover ul a,
#navigation ul ul a {
    line-height: 27px !important;
    padding: 5px 10px 5px 10px !important;
    color: #fff !important;
    font-size: 13px;
}

#navigation ul ul li:hover {
	background-color: #3a4384 !important;
	border-radius: 0;
}

#navigation ul ul li:first-child { border-radius: 3px 3px 0 0; }
#navigation ul ul li:last-child { border-radius: 0 0 3px 3px; }

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0,15px,0);
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}


/* Menu Style 1
------------------------------------- */
#navigation.style-1 .current {
	background-color: transparent;
	border: 1px solid #66676b;
	color: #66676b;
	padding: 5px 15px;
	border-radius: 3px;
}

#navigation.style-1 .current:after { opacity: 1; }

#navigation.style-1 ul li {
	transition: all 0.25s;
	border-radius: 3px;
}

#navigation.style-1 ul li:hover {
	background-color: #394283;
	color: #fff;
  border-radius:0;
}

#navigation.style-1 ul li:hover a { color: #fff; }

#navigation.style-1 ul a {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 6px 14px;
    color: #787878;
}

#navigation.style-1 ul li { margin: 0 5px; }

#navigation.style-1 ul ul li { margin: 0; border-radius: 0; }

#navigation.style-1 ul ul li:first-child {    border-radius: 0;
    border: none !important;}
#navigation.style-1 ul ul li:last-child {     border-radius: 0;
    border: none !important; }


/* Menu Style 2
------------------------------------- */
#navigation.style-2 {
	width: 100%;
	margin-top: 16px;
	background-color: #66676b;
}

#navigation.style-2 .current:after { opacity: 1; }

#navigation.style-2 ul li {
	transition: all 0.35s;
}

#navigation.style-2 .current,
#navigation.style-2 ul li:hover {
	background-color: rgba(255,255,255,0.12);
}

#navigation.style-2 ul li:hover a { color: #fff; }

#navigation.style-2 ul a {
	font-size: 15px;
	line-height: 32px;
	padding: 13px 20px;
	color: #fff;
	border-radius: 0;
}

#navigation.style-2 ul ul li { margin: 0; }

.alt-menu-aktif{
	background: #b38a4b;
	color: white !important;
}

.baglanti {
    color: #b38a4b !important;
}

.baglanti:hover {
	color: #333 !important;
}
.top-liste{
    display: -ms-flexbox!important;
    display: flex!important;
      -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
  list-style:none;
  margin:0;
}
.top-liste li {
    line-height: 1;
    margin-right: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-liste li  > i {
     font-size: 16px;
    margin-right: 7px;
    color: #384182;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
        transition: all 0.3s ease 0s;
  background-color:#fff;
}
.top-liste li:hover  > i {
    border-color: #384182;
      background-color: #384182;
color: #fff;
}
.top-liste li  span {
    font-size: 13px;
  font-weight:600;
}
.top-liste li  strong {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 3px;
    font-weight: 500;
}
.top-liste li  a {
color:#fff;
}
.header-top #logo a{
line-height:90px;}
.header-top .row{
display:flex;
  align-items:center;
}
#navigation.style-1 .current{
color:#666;
}
@media (max-width:768px){
  #header{
  background:#fff;
  }
}

.neden-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    width: auto;
  list-style:none;
}
.neden-list li {
    position: relative;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 9px;
  color:#333;
}
.neden-list li i{
color:#b38a4b;
  margin-right:15px;
}
.section-parallax {
    background: url(images/about/counter-up2.jpg) no-repeat scroll 0 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.section-parallax {
    background: url(images/about/counter-up.jpg) no-repeat scroll 0 0;
    background-attachment: fixed;
    transition: all 0.3s ease 0s;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    line-height: 0;
    position: relative;
}
.section-parallax:before{
content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
}
.neden-list2 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    width: auto;
  list-style:none;
}
.neden-list2 li {
    position: relative;
    padding-left: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 9px;
  color:#fff;
}
.neden-list2 li i{
color:#b38a4b;
  margin-right:15px;
  font-size:30px;
}
@media (max-width:768px){
.neden-list2 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    width: auto;
  list-style:none;
}
}
@media (min-width:768px){
.csm-trigger, .csm-content h4, #backtotop a, #top-bar{
  background-color: #ffffff;
  }
 #top-bar .right-side {
    float: right;
    width: 25%;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 100px;
}
#top-bar .social-icons li a:before, #top-bar .social-icons li a i {
    font-size: 14px;
    color: #fff;
}
}
.header-whatsapp{
    display: block;
    background: #2EC743;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 0px 4px 3px rgb(0 0 0 / 10%);
}
.header-whatsapp:hover{
    background: #2EC743;
    color: #f5f5f5;
    box-shadow: none;
}
@media (max-width:768px){
  .header-whatsapp{
      position: absolute;
     top: 50px;
      padding: 3px 5px;
    right:18px;
  }
}

@media (min-width: 1240px){
header .container {
    width: 1240px;
      max-width: 1240px;
}
}
@media (min-width: 768px){
header .header-top  .button {
    padding:10px 30px;

}
}
.button{
  
  font-size:14px;}
#navigation.style-1 .current{
border:none;
}
/* Header Widget */
.header-widget {
	position: relative;

}
.left-side {
    float: left;
    width: 75%;
    display: inline-block;
}
.right-side {
    float: right;
    width: 25%;
    display: inline-block;
}
.header-widget .button,
.header-widget .button.border { margin: 0; }

.header-widget .sign-in {
	position: relative;
	top: 10px;
	color: #fff;
	margin-right: 25px;
	vertical-align: top;
  background-color:#2EC743;
}

.header-widget .sign-in i {
    padding-right: 4px;
    vertical-align: top;

}

.sign-in i.fa.fa-user:before {
    font-family: "simple-line-icons";
    content: "\e066";
    font-size: 17px;
    position: relative;
    top: -1px;
}

.header-widget .sign-in:hover { color: #66676b; }

#header .row{
display:flex;
  flex-wrap:wrap;
  align-items:center;
}




/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 0;
    left: 0;
    transform: scale(0.72);
    -moz-transform: scale(0.72) translateY(3px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: none;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    outline: none;
    margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
       outline: none;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before { top: -10px; outline: none; }
.hamburger-inner::after { bottom: -10px; outline: none; }

transform: rotate(-90deg); }

/* Animation */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


.mmenu-trigger { display: none; }

@media only screen and (max-width: 992px) {

	/* Header Responsive Styles */
	#responsive { display: none; }
	.mmenu-trigger { display: inline-block !important; }
	.header-style-2 .mmenu-trigger { margin:0; top: 6px; }

	.header-style-2 .header-widget a.button.border {float: left;}

	#header { padding-top: 20px; }
	#logo {
	    position: absolute;
	    width: 100%;
	      margin: 0 70px;
    margin-top: -10px;
	    width: 49%;
	    text-align: center;
	    left: 0;
	    right: 0;
	}

	.header-widget {
		padding: 5px 0;

	}

	.header-widget a.button.border {
		padding: 7px 16px;
		background-color: transparent;
		font-size: 16px;
		min-width: auto;
		float: right;
	}

	.header-widget .sign-in { top: 9px; }

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side { width: 100%; }

	#top-bar .right-side .social-icons { float: left; position: relative; z-index: 9; }

	#header-container.header-style-2 .header-widget { float: left; margin-top: 35px; margin-bottom: -5px }

	.header-widget { text-align: left; }

	ul.top-bar-menu { z-index: 99; position: relative; }

	.header-style-2 .menu-responsive { width: 750px; margin-left: auto; margin-right: auto; float: none; padding: 0 15px; }

	#header-container.header-style-2 .header-widget { width: calc(100%);  border-top: 1px solid #e0e0e0; padding-top: 30px; }

	.menu {max-height: none;}
	#responsive { display: none; }

	/* Header Responsive Styles */
	.responsive-search input:focus { border: none; color: #fff; }

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side { width: auto; }

	#top-bar .right-side .social-icons { float: left; position: relative; z-index: 9; }

	#header-container.header-style-2 .header-widget { float: left; margin-top: 35px; margin-bottom: -5px }

	.header-widget { text-align: left; }

	ul.top-bar-menu { z-index: 99; position: relative; }

	.header-style-2 .menu-responsive { width: 750px; margin-left: auto; margin-right: auto; float: none; padding: 0 15px; }

	#header-container.header-style-2 .header-widget { width: calc(100%);  border-top: 1px solid #e0e0e0; padding-top: 30px; }

}

.hidden{display:none!important}
@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}



.header-top{
background:#3a4384;
}

#header {
    width: 100%;
    min-height: 50px;
    max-height: auto;
    padding: 3px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.header-social  > li {
    display: inline-block;
    padding-right: 10px;
}
.header-social  > li > a {
    border: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  color:#384182;
      transition: all 0.3s ease 0s;
    background-color:#fff;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social  > li > a.facebook {
  color:#3b5998;
}
.header-social  > li > a.facebook:hover {
  color:#fff;
  border-color:#3b5998;
    background-color:#3b5998;
}

.header-social  > li > a.instagram {
  color:#125688;
}
.header-social  > li > a.instagram:hover {
  color:#fff;
  border-color:#125688;
    background-color:#125688;
}

.header-social  > li > a.twitter {
  color:#00aced;
}
.header-social  > li > a.twitter:hover {
  color:#fff;
  border-color:#00aced;
    background-color:#00aced;
}
.header-social  > li > a.youtube {
  color:#bb0000;
}
.header-social  > li > a.youtube:hover {
  color:#fff;
  border-color:#bb0000;
    background-color:#bb0000;
}

.header-social  > li > a.whatsapp {
  color:#4dc247;
}
.header-social  > li > a.whatsapp:hover {
  color:#fff;
  border-color:#4dc247;
    background-color:#4dc247;
}

#home-slide{
padding:30px 0;

}

.owl-carousel.cc-height-full, 
 .owl-carousel.cc-height-full .cc-item {
	height: 81vh;
}


/* if class "no-padding" enabled */
@media (min-width: 992px) {


.owl-carousel.cc-height-full, 
 .owl-carousel.cc-height-full .cc-item {
		height: 74vh;
	}
}
@media (min-width: 1400px) {


.owl-carousel.cc-height-full, 
 .owl-carousel.cc-height-full .cc-item {
	height: 66vh;
	}
}
@media (min-width: 1900px) {


.owl-carousel.cc-height-full, 
 .owl-carousel.cc-height-full .cc-item {
	height: 54vh;
	}
}
@media (max-width: 991px) {
 .owl-carousel.cc-height-full, 
	 .owl-carousel.cc-height-full .cc-item {
		height: 74vh;
	}
}






.owl-carousel, .owl-carousel .cc-item { min-height: 300px; } /* CC item minimum height */

.owl-carousel .cc-item {
	position: relative;
	display: block;
	overflow: hidden;
}
.owl-carousel .cc-item.bg-image { /* if CC item contains background image */
	min-height: 300px;
}



.owl-carousel .cc-item:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 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;
  background:#000;
  opacity:.3;
}
.owl-carousel.cc-hover-zoom .cc-item {
    overflow: hidden;
}
.owl-carousel.cc-hover-zoom .cc-item:hover .cc-image {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.owl-carousel.cc-hover-zoom .cc-item .cc-image {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}
.owl-carousel .owl-item .cc-image {
    height: 100%;
}
.bg-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.owl-carousel .cc-caption.bottom-left {
    bottom: 10%;
    left: 5%;
    margin-right: 8%;
    text-align: left;
}

.owl-carousel .cc-caption {
    position: absolute;
    width: auto !important;
    padding: 0 15px;
    z-index: 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;
}
.owl-carousel .cc-category {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #EEE;
}
.owl-carousel .cc-category a, .owl-carousel .cc-category span {
    background-color: #003261;
    padding: 0 7px;
    color: #FFF;
  border-radius:100px;
}

.owl-carousel .cc-title {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.cc-caption.cc-caption-lg .cc-title {
    font-size: 20px;
}
@media (max-width:768px){
  #about-home{
  text-align:center;
  }
}
#about-home{
  background:#fff;
padding:50px 0;
}
  #about-home .col-lg-6{
  text-align:right;
  }
.pb80{
padding-bottom:80px;
  
}
.pt80{
padding-top:80px;
  
}
.mt-20{
margin-top:20px;
  
}
.mt-40{
margin-top:40px;
  
}
.single-service {
    border-bottom: 2px solid #dc4436;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding:0;
  text-align:left;
  background:#fff;
}
.single-service .service-content{
padding:10px;
}
.single-service h4 {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.single-service a {
    font-size: 16px;
    color: #dc4436;
}
.single-service p {
    color: #333;
    height: 98px;
    overflow: hidden;
    font-size: 13px;
}
.blog-date {
   margin:0;
  padding:0;
    padding-top: 0;
    width: 100%;
    display: inline-block;
 
}
.blog-date li a {
    color: #999;
    line-height: 1;
    display: inline-block;
    font-size: inherit;
    font-size: 13px;
    padding: 0px 7px 0px 10px;
    border-left: 1px dotted #ccc;
}
.blog-date li a i {
    margin-right: 5px;
    color: #ccc;
}
.blog-date li {
    display: inline;
  list-style: none;
}
.selection-title{

text-align:center;
}
.selection-title h2{
    font-weight: 500;
    display: inline-block;
    color: #3a4384;
    border-bottom: 3px solid #dc4436;
    font-size: 34px ;
    margin-bottom: 40px;
      padding-bottom: 10px;
}
#sube-home{
padding:80px 0;
  background:#fff;
  box-shadow:0 0 20px -9px rgb(0 0 0 / 50%);
}
#featured-properties-home .carousel .flickity-prev-next-button{
background-color:#3a4384;
}
.custom-link:hover, .link-more:hover{
    text-decoration: none;
}

.neden-item{
text-align:center;
}
.neden-item .neden-sayi{
margin-bottom:10px;
}
.neden-item .neden-sayi span{
width:75px;
  height:75px;
  line-height:58px;
  display: inline-block;
  font-size:34px;
  font-weight:700;
  color:#fff;
  /*  border-radius:50%;  
  border: 3px solid #dc4436; 
  background:#dc4436;*/
  background-image:url('../img/like.png');
  background-repeat:no-repeat;
  background-size:cover;
    background-position:center;
}

.neden-item .neden-content h4{
margin-bottom:10px;
  font-size:24px;
  font-weight:700;
  color:#dc4436;
      text-shadow: 1px 1px 0px #fff;

}
.neden-item .neden-content .text *{

  font-size:14px;
  font-weight:500;
  color:#fff;
  
    line-height: 18px;

}
.selection-title1{
position:relative;
}
.selection-title1 h2{
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-bottom: 3px solid #dc4436;
    font-size: 34px ;
    margin-bottom: 40px;
      padding-bottom: 10px;
}
.selection-title1 .text *{
    font-weight: 500;
    color: #fff ;
    font-size: 14px ;
    margin-bottom: 40px;
  line-height:16px;
   
}
#index-home{
position:relative;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
#index-home:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(58, 67, 132, .85);
}


#index-home .rs-counter-list {
  text-align: center;
  padding: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}

.rs-count{
    padding: 10px;
    background: #fff;
    box-shadow: -8px 18px 0px -1px #dc4436;
}
#index-home .rs-counter-list h2 {
  position: relative;
  font-size: 30px;
    font-weight: 700;
    padding: 0;
    color: #3a4384;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    position: relative;
}
#index-home .rs-counter-list h2:after {
  content: "+";
}
#index-home  .rs-counter-list i {
    color: #dc4436;
    font-size: 48px;
    text-shadow: 2px 2px 0px #fff;
}
#index-home  .rs-counter-list i:hover {
  color: #dc4436;
}
#index-home  .rs-counter-list .title {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.reyon-thumb{
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
text-align:center;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.reyon-thumb img {
    padding: 20px;
    display: block;
    max-width: 100%;
    height: auto;
      margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}
.reyon-thumb span {
    height: 40px;
    display: block;
  color:#000;
  font-size:13px;
}
.reyonlar .owl-carousel{
min-height:auto;
}

.footer-widget h3 {
    font-size: 24px;
    border-bottom: 2px solid #dc4436;
    padding-bottom: 15px;
    margin-bottom: 0;
  color:#fff;
}
.footer-menu ul {
    margin-top: 15px;
}
.footer-menu ul , .footer-menu ul  li, .footer-menu ul  li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

.footer-menu ul  li a  {
    padding: 10px 0px;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dashed #dc4436;
  position:relative;
}
.footer-menu ul  li a:before{
content:">";
  margin-right:10px;
  color:#fff;
}
.footer-menu ul  li a:hover:before{
 margin-left:5px;

}
.footer-menu > ul > li > a:hover {
    color: #dc4436;
}

footer #footer-top{
background-color:#3a4384;
}
footer #footer-top .content:after{
display:none;
}
footer #footer-bottom .content p,
footer #footer-top .content p a,
footer #footer-top .content p{
color:#fff;
}
footer #footer-bottom{

background-color:  #dc4436;
}
.category-menu{
background:#fff;
  padding:0;
  border:1px solid #a9a9a9;
}
.kampanya-reyon{
background:#fff;
  padding:10px;
  border:1px solid #a9a9a9;
}
.page-content{
background:#fff;
  padding:10px;
  border:1px solid #a9a9a9;
}
.page-content .page-slider{
min-height:auto;
}
.page-content .page-image{
margin-top:20px;
  display:block;
}

.social-buttons {
}
.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-buttons ul > li {
	display: inline-block;
	margin: 0 2px;
}
.social-buttons ul > li:first-child {
	margin-left: 0;
}
.social-buttons ul > li:last-child {
	margin-right: 0;
}

/* Button social icon */
.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%);
}

/* Button social sizes */
.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: 44px;
	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 facebook */
.btn-facebook { 
	background-color: #3b5998;
	color: #fff; 
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
	color: #fff;
	background-color: #2d4373;
}

/* Button twitter */
.btn-twitter { 
	background-color: #55acee;
	color: #fff; 
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2795e9;
}

/* 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 linkedin */
.btn-linkedin { 
	background-color: #007bb6;
	color: #fff; 
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
	color: #fff;
	background-color: #005983;
}

/* Button pinterest */
.btn-pinterest { 
	background-color: #cb2027;
	color: #fff; 
}
.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
	color: #fff;
	background-color: #9f191f;
}

/* Button google */
.btn-google { 
	background-color: #dd4b39;
	color: #fff; 
}
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
	color: #fff;
	background-color: #c23321;
}

/* 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: #2b6492;
}

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

/* Button tumblr */
.btn-tumblr { 
	background-color: #2c4762;
	color: #fff; 
}
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
	color: #fff;
	background-color: #1c2d3f;
}



.category-menu .navigation{
position: relative;
display: block;
padding: 0 ;
}

.category-menu .navigation > li{
position: relative;
display: block;

border-bottom:1px dashed #eee;
}

.category-menu .navigation > li > a{
font-weight: 500;

}

.category-menu .navigation li > a{
    color: #3a4384;
    font-size: 16px;
    padding: 15px 10px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}

.category-menu .navigation li:hover > a,
.category-menu .navigation li.current > a{
     background: #3a4384;
color:#fff;
  text-decoration:none;
}

.category-menu .navigation li.menu-item-has-children .dropdown-btn{
position:absolute;
right:0px;
top:0px;
width:50px;
height:50px;
text-align:center;
font-size:14px;
font-weight:400;
line-height:50px;
border:none;
color:#999;
cursor:pointer;
z-index:5;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.category-menu .navigation li.menu-item-has-children .dropdown-btn.active .fa:before{
display: inline-block;
position: relative;
content: "\f068";
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.category-menu .navigation li > ul,
.category-menu .navigation li > ul > li > ul{
display: none;
position: relative;
border: none;
border-radius: 0;
float: none;
width: 100%;
padding-left: 10px;
}
.category-title {
    background: #da4338;
    padding: 15px 0 15px 10px;
}
.category-title h2{
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.reyon-sube .title {
    padding: 15px 20px;
    background-color: rgb(49 39 131 / 13%);
    border-left: 2px solid rgb(49 39 131);
    font-size: 20px;
}
.sube-list {
    position: relative;

    margin-top: 40px;
}


.sube-list li {
    border: 2px solid #e6e6e6;
    padding: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
      position: relative;
  margin-bottom:20px;
  padding:15px;
}
.sube-list li  img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
      max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
.sube-list li:hover {
    border-color: #3a2f86;
}
.sube-list li:hover img {
    transform: scale(1.1);
}
.sube-list li h4{
    color: #3a4384;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
      margin-bottom: 10px!important;
  font-size:19px;
}

@media (min-width: 768px){
.pl-md-15 {
    padding-left: 15px!important;
}
}
.sube-content{
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.9;

}
.sube-content i {
    color: #da4338;
}
.sube-list hr{
margin-top:5px;
  margin-bottom:5px;
}
.sube-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
 .thumb-item {
    position: relative;
}


.thumb-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3a526a;
    content: '';
    z-index: 1;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform: 0.35s;
    -webkit-transform: scale(0);
    transition: opacity 0.35s, transform 0.35s;
    transition: all ease 0.4s;
    transform: scale(0);
}
.thumb-item:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.play {
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 50%;
  color:#da4338;
}
.single-property .container{
float:none !important;
}
.single-property ul{
margin:0 ;
}
.page-slider > a{
display:block;
}
.item-product-list table {
    margin: 10px 0;
}

.data-table {
    width: 100%;
    margin-top: 10px !important;
}
.data-table tr.odd td, .data-table tr.odd th {
    border-right: 1px solid #ececec;
}

.data-table .hz_label {
    width: 30%;
    color: #0a3657;
    font-size: 14px;
    font-weight: 600;
}
.data-table th, .data-table td {
    padding: 8px;
}
.data-table .hz_label i {
    margin-right: 5px;
    width: 20px;
}

.data-table tr.odd td.last {
    border-right: none;
}

.data-table tr.even {
    background-color: #fbfbfb;
}
.data-table tr.even td, .data-table tr.even th {
    border-right: 1px solid #ececec;
    border-bottom: none;
}
.data-table tr.even td.last {
    border-right: none;
}


@media (max-width:768px){
.mobil-nav.open #responsive {
    display: block;
    float: none;
    width: 100%;
}
#header {

    padding: 15px 0;
  }
  #navigation {
    position: absolute;
    display: block;
    width: 160%;
    top: 60px;
    left: 14px;
    background: #fff;
    z-index: 11;
}
  #navigation > ul > li{
    display: block;
    width: 100%;
    float: none;
  }
    #navigation ul li,
  #navigation ul{
      width: 100%;
    float: none;

  }
  .page-content{
  margin-top:30px;
  }
}