/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.slider-caption img{

  width: 250px;
  margin-bottom: 50px;
}



/* ----------------------------------------------------------------
	Canvas: Store
-----------------------------------------------------------------*/



* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}



.btn-link:hover { text-decoration: underline !important; }

.ls--1 { letter-spacing: -1px !important; }
.ls--2 { letter-spacing: -2px !important; }



.slider-caption {
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
	right: 0;
	margin: 0 auto;

}

.slider-caption h2 {
	font-size: 2.85rem;
	letter-spacing: 2px;
	text-transform: none;
	font-weight: 700;
}

.slider-caption p {
	margin-top: 15px;
	font-size: 1.125rem;
}

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next {
	--right: 70px;
	--size: 36px;
	top: auto;
	bottom: 22px;
	left: calc(50% + 22px);
	right: 70px;
	right: var(--right);
	margin-top: 0;
	background-color: rgba(255,255,255,0.8);
	width: 42px;
	width: var(--size);
	height: 42px;
	height: var(--size);
	border: 0;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all .4s ease;
}

.flex-prev,
.flex-next {
	opacity: 0;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 4px;
	transform: translateY(-50%);
}

.product:hover .flex-prev,
.product:hover .flex-next { opacity: 1; }

.slider-arrow-left { left: calc(50% - 22px); }

.flex-prev { left: 4px; }

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i {
	line-height: 42px;
	line-height: var(--size);;
	width: 42px;
	width: var(--size);
	height: 42px;
	height: var(--size);
	color: #DDD;
	color: rgba(0,0,0,0.8);
	text-shadow: none;
	font-size: 24px;
	margin-left: 2px;
	transition: color .4s ease;
}

.slider-arrow-left i,
.flex-prev i { margin-left: 0; }

.slider-arrow-left:hover i,
.slider-arrow-right:hover i,
.flex-prev:hover i,
.flex-next:hover i  { color: #FFF; }

.social-icons {
	position: absolute;
	left: 55px;
	bottom: 15px;
	z-index: 10;
}

.social-icons::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 45%;
	width: 30px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.cat-card p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6 !important;
	opacity: .8;
}

.device-md .cat-card p { display: none; }

.items-nav li a {
	display: block;
	position: relative;
	padding: 3px 8px;
	color: #888;
	transition: all .1s linear;
}

.items-nav li:hover a {
	background-color: #F5F5F5;
	color: #111;
}

.product-desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px 3px;
}

.product-title h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.product-title span a { color: #999; }

.product-price {
	margin-bottom: 0;
	font-size: 15px;
}

.product-image { position: relative; }

.product-image .cart-btn {
	position: absolute;
	display: block;
	opacity: 0;
	bottom: 7px;
	left: 0;
	right: 0;
	width: calc(100% - 12px); /* bottom 2x */
	max-width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	height: auto;
	text-align: center;
}

.product:hover .product-image .cart-btn,
.product:hover .flex-control-nav.flex-control-thumbs {
	opacity: 1;
	z-index: 2;
}

.flex-control-nav.flex-control-thumbs {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	margin: 3px;
	transition: opacity .3s linear;
}

.flex-control-nav li {
	float: none;
	display: block;
	margin: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
	border-width: 1px;
	opacity: 1;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
	width: auto !important;
	height: 70px !important;
}

.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
}

.footer-widgets-wrap li { margin-bottom: 3px; }
.dark .footer-widgets-wrap a { color: #888; }

.masonry-thumbs a::before {
	opacity: 0;
	display: flex;
	content: "\e9bc";
	font-family: 'lined-icons';
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	font-size: 24px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity .3s, transform .3s ease;
}

.instagram-photos.masonry-thumbs a::before {
	content: "\ed71";
	font-family: 'font-icons';
}

.masonry-thumbs a:hover::before {
	opacity: 1;
	transform: scale(1.2);
}




body.modal-open { overflow-y: auto; }
.modal-backdrop { display: none; }


/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {

	.items-nav li {
		position: relative;
		display: inline-block;
		margin: 5px;
	}

	.items-nav li:not(:last-child):not(.no-divider)::before {
		content: '/';
		position: absolute;
		right: -10px;
		top: 50%;
		color: #AAA;
		transform: translateY(-50%);
	}

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
		width: auto !important;
		height: 80px !important;
	}

	.flex-control-nav.flex-control-thumbs { opacity: 1; }

	.modal-backdrop { display: block; }


  .swiper-slide h1 {
    font-size: 20px;
    line-height: 24px;
  }

  swiper-slide h2 {
    font-size: 20px;
    line-height: 24px;
  }
  swiper-slide h3 {
    font-size: 16px;
    line-height: 20px;
  }





}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {





	.card-img-overlay.bg { background-color: rgba(0, 0, 0, 0.4); }

	.container-fluid {
		padding-right: 75px;
		padding-left: 75px;
	}

}




.section-mobile {
	width: calc(100vw - 30px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	.section-mobile {
		width: calc(100vw - 60px);
	}
}

.bg-color-2 { background-color: #00b8ec !important; }
.color-2 { color: #FFCD8C !important; }


.play-icon {
	transition: transform .3s ease;
}

.play-icon:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.play-icon i {
	width: 80px;
	height: 80px;
	line-height: 81px;
	font-size: 48px;
	padding-left: 0px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(255,255,255,0.6);
	z-index: 2;
	transition: all .3s ease;
}

.play-icon:hover i {
	background-color: #00b8ec;
	background-color: var(--themecolor, #00b8ec);
	color: #FFF;
}


.owl-carousel .jumbotron { height: 550px; }

.owl-item .jumbotron {
	opacity: .5;
	transform: scale(0.95);
	transition: all .5s ease;
}

.owl-item .jumbotron-text {
	opacity: 0;
	transform: scale(0.9);
	transition: all .4s .2s ease;
}

.owl-item.active .jumbotron,
.owl-item.active .jumbotron-text {
	opacity: 1;
	transform: scale(1);
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
#oc-teachers .owl-nav [class*=owl-] {
	opacity: 1;
	left: 61px !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #333;
	background-color: transparent;
	font-size: 28px;
	border-radius: 0;
}

#oc-teachers.owl-nav .owl-next {
	left: auto;
	right: -61px;
}

#oc-teachers .owl-nav .owl-next {
	left: auto !important;
	right: 62px !important;
	border-radius: 0;
}

#oc-teachers .owl-nav [class*=owl-]:hover {
	transform: scale(1.3);
	background-color: transparent !important;
	color: #7E9680 !important;
	color: var(--themecolor, #7E9680) !important;
}

/* Owl Carousel - Responsive
-----------------------------------------------------------------*/
.device-md #oc-teachers .owl-nav .owl-prev { left: 67px !important; }
.device-md #oc-teachers .owl-nav .owl-next { right: 67px !important; }

.device-sm #oc-teachers .owl-nav .owl-prev,
.device-xs #oc-teachers .owl-nav .owl-prev { left: 27px !important; }

.device-sm #oc-teachers .owl-nav .owl-next,
.device-xs #oc-teachers .owl-nav .owl-next { right: 27px !important; }



.testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}


.section-content {
    display: block;
    max-width: 400px;
    position: absolute;
    width: 90%;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



.shadow-projeler{
  float: none;
	display: block;
	margin: 10px;
  padding:10px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);

}


.slider-caption h3{

font-size:28px;
font-weight: 300;
letter-spacing: 3px;

line-height: 60px;
padding: 10px;

}


.hero-features {
	transform: translateY(-50%);
	padding: 30px 30px;
	max-width: 75%;
	margin-left: auto;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 4px solid rgba(0, 0, 0, .2);
  background-color: rgba(0,105,180,1);
}

.hero-features i {
	font-size: 24px;
	line-height: 1.4;
}

.hero-features h5 {
	font-size: 15px;
	line-height: 1.6;
}





.owl-carousel .owl-dots .owl-dot {
	width: 20px;
	height: 5px;
	border-radius: 4px;
	transition: all .3s ease-out;
	opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#price-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#price-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all .2s ease-out;
}

.button:hover,
.top-phone:hover,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
	color: #FFF;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(var(--themecolorrgba, 38, 125, 244), 0.8);
}




/* box Framed */
@media (min-width: 992px) {



  .box-framed #side-panel .side-panel-wrap { top: 5px; }

  .box-framed .frame-top,
  .box-framed .frame-bottom,
  .box-framed .frame-left,
  .box-framed .frame-right {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(245,168,0,0.85);
    z-index: 99999;
  }

  .box-framed .dark.frame-top,
  .box-framed .dark.frame-bottom,
  .box-framed .dark.frame-left,
  .box-framed .dark.frame-right { background: #000; }

  .box-framed .frame-left,
  .box-framed .frame-right {
    bottom: 0;
    width: 5px;
  }

  .box-framed .frame-right {
    left: auto;
    right: 0;
  }

  .box-framed .frame-top,
  .box-framed .frame-bottom {
    right: 0;
    height: 5px;
  }

  .box-framed .frame-bottom {
    top:  auto;
    bottom: 0;
  }



  body.box-framed.side-panel-open #side-panel { right: 20px; }
  body.box-framed.side-panel-open .body-overlay { left: 20px; }
  .box-framed .one-page-arrow { bottom: 45px; }
}


.widget-nav .nav { flex-direction: row; }

.widget-nav .nav .nav-item .nav-link {
	padding: 5px 10px;
	color: #444;
	line-height: 1.3;
	font-weight: 600;
	transition: all .2s ease;
  letter-spacing: 2px;
  font-size: 12px;
}

.dark .widget-nav .nav .nav-item .nav-link { color: #DDD; }

.widget-nav .nav .nav-item.active .nav-link,
.widget-nav .nav .nav-item:hover .nav-link {
	border-left-color: var(--themecolor, #0069b4);
	color: var(--themecolor, #0069b4);
}


@media (min-width: 992px) {

	.content-wrap { overflow: inherit; }

	.widget-nav .nav { flex-direction: column; }

	.widget-nav .nav .nav-item .nav-link {
		padding: 15px 0 5px 15px;
		border-left: 1px solid #DDD;
		line-height: 1.8;
	}

	.dark .widget-nav .nav .nav-item .nav-link,
	.dark #header.sticky-header #header-wrap,
	.dark .single-post .media-content .entry-title { border-color: rgba(255, 255, 255, 0.1); }
}


.bg-white{
  background-color: #fff;
}

.buyukbaslik h1{
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 1;
  color:#fff;
  margin-top: 100px;
}




.border-form-control {
	height: 42px;
	padding: 7px 4px;
	font-size: 17px;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 1px;
	border-color: #008bd2;
	font-family: 'Montserrat', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; color: #CCC; }
.border-form-control::-ms-input-placeholder {font-weight: 300; color: #CCC; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; color: #CCC; }

textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}


.button.button-border {
	border: 1px solid rgba(32, 158, 187, 0.3);
	background-color: transparent;
	color: #666;
}

.button.button-border:not(.button-fill):hover {
	background-color: var(--themecolor, #209EBB);
	text-shadow: none;
}

.button:not(.button-fill):hover { box-shadow: 0 4px 15px rgba(32, 158, 187, 0.25); }





.portfolio-single-image .grid-item {

	border-radius: 5px;
	transition: all .2s ease-out;
}



.flip-card .badge{
  font-size:11px;
  font-weight: 300;
}


#panel_ali {
      float: left;
      width: 200px;
      height: 600px;
       background-color:#0069b4;
    }
    #map-container {
      margin-left: 200px;
    }
    #map {
      width: 100%;
      height: 600px;

    }
    #markerlist {
      height: 700px;
      margin: 40px 5px 0 20px;
      overflow: auto;

    }
    .title {
      border-bottom: 1px solid #e0ecff;
      overflow: hidden;
      width: 190px;
      cursor: pointer;
      padding: 2px 0;
      display: block;
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      line-height: 20px;
    }
    .title:visited {
      color: #000;
    }
    .title:hover {
      background: #e0ecff;
    }
    #timetaken {
      color: #f00;
    }
    .info {
      width: 200px;
      font-family:Quicksand;
    }
    .info h3{
     margin-bottom:0px;
     font-size:15px;
    }
    .info img {
      border: 0;
    }
    .info-body {
      width: 200px;
      height: 150px;
      line-height: 150px;
      margin: 2px 0;
      text-align: center;
      overflow: hidden;
      font-family:Quicksand;

    }
     .info-body a{

      font-family:Quicksand;
    }
    .info-img {

      width: 200px;
    }

    gmap_marker{
    color:#333;

   }

   p{

     font-size: 16px;
     line-height: 24px;
   }


   /* ----------------------------------------------------------------
   	Canvas: Movers
   -----------------------------------------------------------------*/

   /* Root Settings
   -----------------------------------------------------------------*/


   /* Animated Setting
   -----------------------------------------------------------------*/
   .animated {
     -webkit-animation-duration: .4s;
     animation-duration: .4s;
   }

   @-webkit-keyframes fadeInUp {
     from {
   	opacity: 0;
   	-webkit-transform: translate3d(0, 30px, 0);
   	transform: translate3d(0, 30px, 0);
     }

     to {
   	opacity: 1;
   	-webkit-transform: translate3d(0, 0, 0);
   	transform: translate3d(0, 0, 0);
     }
   }

   @keyframes fadeInUp {
     from {
   	opacity: 0;
   	-webkit-transform: translate3d(0, 30px, 0);
   	transform: translate3d(0, 30px, 0);
     }

     to {
   	opacity: 1;
   	-webkit-transform: translate3d(0, 0, 0);
   	transform: translate3d(0, 0, 0);
     }
   }

   @media (max-width: 991.98px) {

   }



   /* -- SVG CSS -- */
   .svg-separator {
   	position:absolute;
   	width:100%;
   	padding:0;
   	margin:0;
   	bottom: 0;
   	left: 0;
   	display: flex;
   	justify-content: center;
   	flex-direction: column;
   	z-index: 1;
   }

   .svg-separator.top {
   	top: -1px;
   	bottom: auto;
   }

   .svg-separator.rotate { transform: rotate(180deg); }

   .svg-separator svg {
   	display: block;
   	background: 0 0;
   	position: relative;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	z-index: 1;
   	width: 100%;
   }

   .svg-separator svg::before {
   	content: '';
   	width: 100%;
   	height: 200px;
   	background-color: #FFF;
   }

   .section-gradient {
   	background: var(--themecolor, #0F66DD);
   	background: -moz-linear-gradient(top, var(--themecolor, #0F66DD) 30%,#FFF 80%);
   	background: -webkit-linear-gradient(top, var(--themecolor, #0F66DD) 30%,#FFF 80%);
   	background: linear-gradient(to bottom, var(--themecolor, #0F66DD) 30%,#FFF 80%);
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F66DD', endColorstr='#FFF',GradientType=0 );
   }

   .svg-themecolor { fill: var(--themecolor, #0F66DD); }

   .lightthemecolor {
   	background-color: rgba(var(--themecolorrgb,25,102,221), 0.08);
   }

   #slider .nav .nav-item:first-child { border-top-left-radius: 0.25rem; }
   #slider .nav .nav-item:last-child { border-top-right-radius: 0.25rem; }
   #slider .nav-link { border: 1px solid rgba(255, 255, 255, .1); }
   #slider .nav-link:not(.active) {
   	color: #FFF;
   	background-color: rgba(255, 255, 255, .15);
   }

   #slider .nav-link:hover:not(.active) {
   	border-color: rgba(255, 255, 255, .25);
   	background-color: rgba(var(--themecolorrgb,25,102,221), 0.7);
   }

   #slider .form-control,
   #slider .custom-select {
   	font-size: 14px;
   	height: calc(1.5em + 0.75rem + 6px);
   }

   a.btn-link i {
   	position: relative;
   	top: 1px;
   	-webkit-transition: transform .3s ease;
   	-o-transition: transform .3s ease;
   	transition: transform .3s ease;
   }

   a.btn-link:hover i { transform: translateX(4px); }

   .svg-curve {
   	position: absolute;
   	left: 0;
   	bottom: 0;
   }

   .row-eq-height [class^=col] {
     display: flex;
     flex-direction: column;
   }

   .row-eq-height [class^=col] > div {
   	flex-grow: 1;
   	padding: 30px 60px;
   }

   .testi-content {
   	position: relative;
   	border-left: 3px solid rgba(var(--themecolorrgb,25,102,221), 0.1);
   }

   .testi-content p {
   	font-size: 18px;
   	font-weight: 400;
   	font-style: normal;
   	z-index: 1;
   }

   .device-xs .testimonial .testi-content p,
   .testimonial.small .testi-content p { font-size: 15px; }

   .toggle {
   	margin-bottom: 25px;
   	padding-bottom: 25px;
   	border-bottom: 1px solid #EEE;
   }

   .toggle-header {
   	align-items: center;
   }

   .toggle-header .toggle-open {
   	display: block !important;
   	font-size: 20px;
   	line-height: 1;
   	height: 20px;
   	transform: rotate(45deg);
   	transition: transform .3s ease;
   }

   .toggle-closed { display: none !important; }

   .toggle-active .toggle-open {
   	display: block !important;
   	transform: rotate(90deg);
   	color: var(--themecolor, #0F66DD);
   }

   .grid-bg {
   	position: absolute;
   	left: 50%;
   	bottom: 0;
   	z-index: -1;
   	transform: translateX(-50%);
   }


   /* Play Icon
   -----------------------------------------------------------------*/
   .play-video i {
   	position: relative;
   	padding-left: 6px;
   	width: 60px;
   	height: 60px;
   	line-height: 61px;
   	border-radius: 50%;
   	z-index: 1;
   	background-color: rgba(255, 255, 255, 0.85);
   	text-align: center;
   	font-size: 24px;
   	color: #111;
   	transition: all .3s ease;
   	box-shadow: 0 0 1px 15px rgba(255,255,255,.04);
   	-webkit-backface-visibility: hidden;
   }

   .play-video:hover i {
   	-webkit-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	transform: scale(1.1);
   }

   .feature-box .fbox-icon {
   	background-color: transparent;
   	background-image: url('images/featured-img/2.jpg');
   	background-repeat: no-repeat;
   	background-position: center center;
   	color: var(--themecolor, #0F66DD);
   	background-size: 70px 70px;
   	width: 80px;
   	height: 80px;
   }

   .feature-box .fbox-icon i {
   	background: transparent;
   	color: var(--themecolor, #0F66DD);
   	line-height: 80px;
   }

   .map-title {
   	position: absolute;
   	min-width: 70%;
   	top: 50%;
   	left: 50%;
   	transform: translate(-50%, -50%);
   	margin-top: -70px;
   }

   .map-title .iconlist li:not(:first-child) { margin-top: 8px; }
   .map-title .iconlist li img {
   	position: relative;
   	margin-top: -2px;
   	width: 16px;
   	margin-right: 15px;
   }

   .map-title .iconlist a {
   	font-size: 13px;
   	color: #888;
   }

   .device-xs .map-title { margin-top: 40px; }

   .counter-section {
   	position: relative;
   	border-top: 1px dashed #E5E5E5;
   	padding-top: 40px;
   	margin-top: 0px;
   }

   .counter-dots {
   	position: absolute;
   	display: block;
   	height: 16px;
   	width: 16px;
   	top: -40px;
   	left: 50%;
   	margin-left: -10px;
   	margin-top: -9px;
   	background-color: var(--themecolor, #0F66DD);
   	border: 4px solid #FFF;
   	border-radius: 50%;
   	-webkit-box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
   	box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
   }

   .device-xs .counter-dots { display: none; }
   .device-xs .counter-section {
   	border-top: 0;
   	margin-top: 120px;
   }

   .counter + h5 { opacity: .5; }

   .section-map .map-image { opacity: .2; }

   footer .list-unstyled li a,
   .copyright-links a { color: #999; }


   /* Responsive Device more than 992px (.device-md >)
   -----------------------------------------------------------------*/
   @media (min-width: 992px) {





   	.heading-block h3 { font-size: 36px; }
   	.heading-block h3 + span { font-size: 17px; }

   	.counter-section { margin-top: -140px; }

   	.img-about {
   		margin-bottom: -35%;
   	}

   }

   @media (max-width: 991.98px) {
   	.toggle-header,
   	.toggle-active .toggle-header,
   	.toggle-content { padding-left: 0; }

   	.toggle-title i.toggle-open { right: 0; }


   }



   /* ----------------------------------------------------------------
   	Canvas: eCommerce
   -----------------------------------------------------------------*/


   .slider-caption .emphasis-title h2,
   .slider-caption .emphasis-title p  {
   	opacity: 0;
   	-webkit-transform: translateX(-120px);
   	-ms-transform: translateX(-120px);
   	-o-transform: translateX(-120px);
   	transform: translateX(-120px);
   	-webkit-transition: -webkit-transform .05s ease-out;
   	transition: -webkit-transform .05s ease-out;
   	transition: transform .05s ease-out;
   	transition: transform .05s ease-out, -webkit-transform .05s ease-out;
   	backface-visibility: hidden;
   }

   .swiper-slide.swiper-slide-active .slider-caption .emphasis-title h2,
   .swiper-slide.swiper-slide-active .slider-caption .emphasis-title p  {
   	opacity: 1;
   	-webkit-transition: transform 1s, opacity 3s;
   	-o-transition: transform 1s, opacity 3s;
   	transition: transform 1s, opacity 3s;
   	-webkit-transform: translateX(0px);
   	-ms-transform: translateX(0px);
   	-o-transform: translateX(0px);
   	transform: translateX(0px);
   	backface-visibility: hidden;
   }

   .swiper-slide.swiper-slide-active .slider-caption .emphasis-title p {
   	-webkit-transition-delay: 0.4s;
   	transition-delay: 0.4s;
   }

   .swiper-slide .slide-number {
   	opacity: 0;
   	position: absolute;
   	z-index: 0;
   	top: 0;
   	left: 0;
   	margin-top: -30px;
   	margin-left: -40px;
   	font-size: 130px;
   	color: #F5F5F5;
   	font-weight: 700;
   	-webkit-transition: opacity .6s .5s ease;
   	-o-transition: opacity .6s .5s ease;
   	transition: opacity .6s .5s ease;
   }

   .swiper-slide.swiper-slide-active .slide-number {
   	opacity: 1;
   }

   .slider-arrow-left,
   .slider-arrow-right {
   	top: auto;
   	bottom: 10px;
   	left: 185px;
   	width: 40px;
       height: 40px;
   	margin-top: 0;
   	background-color: rgba(255,255,255,0.6);
   	border-radius: 50%;
   }

   .slider-arrow-left i,
   .slider-arrow-right i {
   	color: #333;
       width: auto;
       height: auto;
       font-size: 18px;
   	line-height: 40px;
   	margin-left: 10px;
   }


   .slider-arrow-left:hover,
   .slider-arrow-right:hover { background-color: #EEE !important; }

   .slider-arrow-left { left: 140px; }



   @media (min-width: 992px) {

   	body.stretched #header.full-header .container { padding-right: 0; }

   	#header.full-header .primary-menu.style-ecommerce .menu-container { border-right: none; }

   	.menu-container > .menu-item > .menu-link {
   		position: relative;
   		margin: 30px 15px;
   		padding: 0 3px;
   		padding-top: 9px;
   		padding-bottom: 9px;
   		font-size: 12px;
   		letter-spacing: 1px;
   		color: #fff;
   	}

   	.primary-menu.style-ecommerce .menu-container > .menu-item > .menu-link::after {
   		position: absolute;
   		content: '';
   		top: auto;
   		left: 50%;
   		bottom: 0;
   		width: 0px;
   		height: 2px;
   		background-color: #1e3d85;
   		-webkit-transition: all .3s ease;
   		-o-transition: all .3s ease;
   		transition: all .3s ease;
   	}

   	.primary-menu.style-ecommerce .menu-container > .menu-item:hover > .menu-link,
   	.primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link { color: #000; }

   	.primary-menu.style-ecommerce .menu-container > .menu-item:hover > .menu-link::after,
   	.primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link::after {
   		width: 100%;
   		left: 0;
   	}

   	.sub-menu-container .menu-item > .menu-link {
   		font-size: 12px;
   	}

   	.sub-menu-container .menu-item:hover > .menu-link { background-color: transparent; }

   	.header-misc-icon {
   		display: -ms-flex;
   		display: flex;
   		align-items: center;
   		border-left: 1px solid #EEE;
   		transition: all .3s ease;
   		padding: 0 1.75rem;
   		margin: 0;
   	}

   	.header-misc-icon > a {
   		width: 20px;
   		height: 20px;
   		font-size: 16px;
   		line-height: 24px;
      font-weight: 700;
   	}

   	.primary-menu ul ul li > a {
   	    font-weight: 600;
   	    text-transform: none;
   	    font-size: 14px;
   	}

   	.header-misc-icon:hover { background-color: #F8F8F8; }

   	.grid-item {
   		display: flex;
   		flex-direction: row;
   		justify-content: center;
   		align-items: center;
   	}

   	.swiper-caption-wrapper {
   		width: 576px;
   		height: 500px;
   		background-color: rgba(0, 0, 0, 0.85);
   	}

   	.swiper-caption-wrapper::after {
   		content: '';
   		position: absolute;
   		bottom: -180px;
   		width: 0;
   		height: 0;
   		border-left: 150px solid transparent;
   		border-right: 425px solid transparent;
   		border-top: 180px solid rgba(0, 0, 0, 0.85);
   	}

   	.swiper-caption-wrapper .caption { margin: 30px auto 0; }

   	.swiper-caption-wrapper .caption h2 {
   		font-size: 56px;
   		line-height: 64px;
   	}

   	.slider-arrow-left,
   	.slider-arrow-right { bottom: 70px; }

   }

   .device-xs .swiper-caption-wrapper { display: none; }

   .device-md #top-account,
   .device-sm #top-account,
   .device-xs #top-account { margin: 39px 0 32px !important; }

   .device-lg .primary-menu > ul > li > a {
   	margin: 30px 10px;
   	padding: 9px 0px;
   	font-size: 12px;
   	letter-spacing: 0px;
   }

   .primary-menu.style-ecommerce #top-cart > a > span { background-color: #333 }

   #top-bar p {
   	font-size: 13px;
   	font-weight: 300;
   	margin-bottom: 0;
   }

   #top-bar p a {
   	color: #FFF;
   	font-weight: 400;
   	border-bottom: 1px solid #EEE;
   }


   .grid-item .grid-info h3 { margin-bottom: 15px }

   .grid-item .grid-info h3 a {
   	display: block;
   	font-weight: 400;
   	text-transform: uppercase;
   	font-size: 15px;
   	letter-spacing: 1px;
   	color: #111;
   }

   .grid-item .grid-info h3 a span {
   	display: block;
   	font-weight: 300;
   	font-size: 13px;
   	color: #999;
   	margin-top: 5px;
   	text-transform: none;
   	letter-spacing: 0;
   }

   .more-link {
   	color: #666;
   	border-bottom-color: #666;
   	font-style: normal;
   	font-weight: 300;
   	font-size: 13px;
   	cursor: pointer;
   }


   @media (max-width: 991px) and (min-width: 767px) {
   	.grid-item .grid-info h3 { margin-bottom: 10px; }

   	.grid-item .grid-info h3 a {
   		font-size: 13px;
   		letter-spacing: 0;
   		color: #111;
   	}

   	.grid-item .grid-info h3 a span {
   		font-size: 11px;
   		color: #999;
   		margin-top: 5px;
   		text-transform: none;
   		letter-spacing: 0;
   	}

   	.more-link {
   		font-size: 12px;
   	}
   }

   @media (max-width: 767px) {
   	.grid-info {
   		padding: 15px 0;
   		margin-bottom: 30px;
   		text-align: center;
   	}
   }


   .portfolio-item .portfolio-image .flex-prev,
   .portfolio-item .portfolio-image .flex-next,
   .product-cart,
   .product-quickview {
   	opacity: 0;
   	background-color: #FFF;
   	border-radius: 35px;
   	width: 35px;
   	height: 35px;
   	border: 1px solid rgba(0, 0, 0, .07) !important;
   	text-align: center;
   	margin: -17px 8px 0;
   	-webkit-transform: translateX(-3px);
   	transform: translateX(-3px);
   	-webkit-transition: -webkit-transform .6s;
   	transition: -webkit-transform .6s;
   	transition: transform .6s;
   	transition: transform .6s,-webkit-transform .6s;
   	-webkit-transition: all .3s ease;
   	-o-transition: all .3s ease;
   	transition: all .3s ease;
   	z-index: 2;
   }

   .product-cart,
   .product-quickview {
   	position: absolute;
   	bottom: 10px;
   	right: 0px;
   	-webkit-transform: none;
   	transform: none;
   }

   .product-quickview { right: 40px; }

   .portfolio-item .portfolio-image .flex-next {
   	-webkit-transform: translateX(3px);
   	transform: translateX(3px);
   }

   .portfolio-item:hover .portfolio-image .flex-prev,
   .portfolio-item:hover .portfolio-image .flex-next,
   .portfolio-item:hover .product-cart,
   .portfolio-item:hover .product-quickview {
   	opacity: 1;
   	-webkit-transform: none;
   	transform: none;
   }

   .portfolio-item .portfolio-image .flex-prev i,
   .portfolio-item .portfolio-image .flex-next i,
   .product-cart i,
   .product-quickview i {
   	color: #444;
   	text-shadow: none;
   	width: auto;
   	height: auto;
   	line-height: 33px;
   	margin-left: -2px;
   	font-size: 18px;
   	text-align: center;
   	-webkit-transition: all .3s ease;
   	-o-transition: all .3s ease;
   	transition: all .3s ease;
   }

   .product-cart i,
   .product-quickview i {
   	font-size: 14px;
   	margin-left: 1px;
   }

   .portfolio-item .portfolio-image .flex-next i { margin-left: 2px; }

   .portfolio-item .portfolio-image .flex-prev:hover,
   .portfolio-item .portfolio-image .flex-next:hover { background-color: #FFF !important; }

   .sale-flash {
   	background-color: #454545;
   	color: #FFF;
   	border-radius: 50%;
   	min-height: 60px;
   	min-width: 60px;
   	font-size: 12px;
   	line-height: 48px;
   	text-align: center;
   	font-family: 'Montserrat', serif;
   	font-weight: 400;
   	text-transform: uppercase;
   }

   .portfolio-desc {
   	position: relative;
   	font-family: 'Montserrat';
   }

   .portfolio-desc h3 a {
   	font-size: 16px;
   	font-weight: 400;
   	-webkit-transition: all .3s ease;
   	-o-transition: all .3s ease;
   	transition: all .3s ease;
   }

   .portfolio-desc span a {
   	font-size: 12px;
   	font-weight: 300;
   	letter-spacing: 0;
   	margin-top: 0;
   }

   .portfolio-desc .item-price span {
   	font-weight: 400;
   	font-size: 15px;
   	color: #444;
   	margin-bottom: 3px;
   }

   .portfolio-desc .item-price del { color: #AAA; }

   .rating-stars i { color: #CCC; }

   .tooltip.top .tooltip-arrow{ border-top: 5px solid #FFF; }

   .tooltip-inner {
   	padding: 4px 8px;
   	color: #555;
   	background-color: #FFF;
   	border-radius: 2px;
   	border: 1px solid #EEE;
   	font-family: 'Montserrat';
   	font-weight: 300;
   }

   .heading-block.center > span {
   	font-size: 15px;
   	color: #BBB;
   	font-family: 'Montserrat';
   }


   .ecommerce-categories [class^=col-] {
   	position: relative;
   	margin-bottom: 30px;
   }

   .ecommerce-categories [class^=col-] > a {
   	display: block;
   	position: relative;
   	height: 250px;
   	background-color: #EEE;
   }

   .ecommerce-categories [class^=col-] img { display: block; }

   .ecommerce-categories [class^=col-] > a::before {
   	content: '';
   	position: absolute;
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left: 0;
   	background-color: rgba(0,0,0,0.4);
   	opacity: 0.4;
   	-webkit-transition: all .7s ease;
   	transition: all .7s ease;
   }

   .ecommerce-categories [class^=col-] > a:hover::before { opacity: 1; }

   .before-heading {
   	text-transform: uppercase;
   	font-style: normal;
   	letter-spacing: 4px;
   	font-family: 'Lato' !important;
   	font-weight: 400;
   	font-size: 14px;
   }


   .item-title h3 { margin-bottom: 20px; }

   .item-title h3 a {
   	font-size: 40px;
   	color: #444;
   }

   .item-meta {
   	color: #777;
   	font-weight: 300;
   }

   .item-desc p {
   	margin-top: 20px;
   	font-size: 1rem;
   	color: #888;
   	font-weight: 400;
   }

   .item-color span {
   	display: block;
   	text-transform: uppercase;
   	font-size: 12px;
   	letter-spacing: 3px;
   	margin-bottom: 12px;
   	font-weight: 600;
   }

   #item-color-dots .owl-dot {
   	display: inline-block;
   	background-color: transparent;
   }

   #item-color-dots .owl-dot span {
   	display: block;
   	width: 16px;
   	height: 16px;
   	margin: 0 5px;
   	opacity: 1;
   	border-radius: 50%;
   	background-color: #444;
   	cursor: pointer;
   	-webkit-transition: opacity .3s ease;
   	-o-transition: opacity .3s ease;
   	transition: opacity .3s ease;
   }

   #item-color-dots .owl-dot.active span {
   	opacity: 0.7;
   	border: 2px solid #000 !important;
   }

   #item-color-dots .owl-dot:nth-of-type(1) span {
   	margin-left: 0;
   	background-color: #2f3977;
   }

   #item-color-dots .owl-dot:nth-of-type(2) span { background-color: #c8271d; }
   #item-color-dots .owl-dot:nth-of-type(3) span { background-color: #723f2e; }
   #item-color-dots .owl-dot:nth-of-type(4) span { background-color: #4a4c4b; }
   #item-color-dots .owl-dot:nth-of-type(5) span { background-color: #af6035; }
   #item-color-dots .owl-dot:nth-of-type(6) span { background-color: #3d6370; }

   .section-content {
   	display: block;
   	max-width: 400px;
   	position: absolute;
   	width: 90%;
   	top: 40px;
   	left: 50%;
   	-webkit-transform: translateX(-50%);
   	transform: translateX(-50%);
   }

   .section-content h3 {
   	display: block;
   	font-size: 32px;
   	line-height: 1.5;
   	font-family: "Montserrat", serif;
   	font-weight: 400;
   	margin-bottom: 20px;
   }

   .section-content span {
   	display: block;
   	font-size: 14px;
   	font-weight: 300;
   	color: #888;
   	margin-bottom: 20px;
   }

   .fbox-image { margin-top: 20px; }

   .feature-box .before-heading { font-size: 10px; }


   .app-footer-features h5 {
   	display: inline-block;
   	font-weight: 500;
   	font-size: 13px;
   	letter-spacing: 1px;
   }

   .app-footer-features h5 a {
   	color: #666;
   	font-weight: 600;
   }

   .app-footer-features h5 a:hover {
   	color: #444;
   	border-bottom: 1px dotted #AAA;
   }

   .app-footer-features i {
   	position: relative;
   	top: 8px;
   	width: 30px;
   	height: 30px;
   	font-size: 30px;
   	margin-right: 10px;
   	color: #888;
   }

   .app-footer-features h5 span { color: #A0ACB6 !important; }

   .payment-cards {
   	list-style: none;
   	text-align: right;
   	margin: 0;
   }

   .payment-cards li {
   	display: inline-block;
   	margin: 0 5px;
   	width: 44px;
   }

   .widget.subscribe-widget .form-control {
   	border-radius: 0 !important;
   	border: 1px solid #333;
   }

   .widget.subscribe-widget .button {
   	border-radius: 0 !important;
   	margin: 0;
   }

   .widget.subscribe-widget .button:hover { background-color: #111; }

   .copy-link a {
   	font-family: 'Montserrat';
   	color: #000;
   	opacity: .5;
   	font-weight: 300;
   	font-size: 13px;
   }

   .social-icon.si-mini {
   	width: 24px;
   	height: 24px;
   	font-size: 11px;
   	line-height: 23px !important;
   }

   .social-icon.si-mini:hover i:first-child { margin-top: -23px; }

   /* Footer
   -----------------------------------------------------------------*/
   .widget_links li,
   .widget_links li a {
   	background-image: none !important;
   	padding-left: 0;
   	color: #eaeaea !important;
   	font-size: 13px;
   	font-weight: 300;
   }


   @media (max-width: 991px) {

   	.payments-info { text-align: center; }

   	.payment-cards {
   		margin-top: 40px;
   		text-align: center;
   	}
   }


   .slider-caption b{
     background-color: rgba(28,104,177,0.85);
     color:#fff;
padding: 10px;


   }

   .harita iframe {
     height: 550px;
     filter: brightness( 100% ) contrast( 100% ) saturate( 1% ) blur( 0px ) hue-rotate( 180deg ) invert(100%);

     }


     .konteyner table{
width:100%;
border:1px solid #eaeaea;

}

.konteyner table .alt_hover{
background-color: #eaeaea;

}
.konteyner table td{
border:1px solid #eaeaea;
padding:5px;

}
