/* ----------------------------------------------------------------
	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;
  padding-right: 75px;
  padding-left: 75px;
}

.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:32px;
font-weight: 300;
letter-spacing: 3px;
padding-top: 50px;

}


.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, #ea5b0c);
	color: var(--themecolor, #ea5b0c);
}


@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: #ea5b0c;
	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:#ea5b0c;
    }
    #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; }


   }

   h4 b{

     color:#286a93;
   }
