/*!
Theme Name: Selara
Theme URI: https://www.fatihdemir.net.tr/
Author: Fatih Demir
Author URI: https://www.fatihdemir.net.tr/
Description: It was designed by Fatih Demir for corporate companies.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: selara
Tags: Fatih Demir, Selara Kurumsal
*/

.loader-holder {
	 position:fixed;
	 width:60px;
	 height:60px;
	 top:50%;
	 left:50%;
	 margin:-30px 0 0 -30px;
	 z-index:150;
}
@keyframes  loadbars  {
	0%{
		height: 20px;
		margin-top: 20px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 20px;
		margin-top: 20px;
	}
}
.loader-holder span{
	width: 10px;
	height: 10px;
	float: right;
	background:#F7B90F;
	margin-right: 5px;
    box-shadow: 0px 80px 20px rgba(0,0,0,0.5);
}
.loader-holder span:first-child{
	animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
}
.loader-holder span:nth-child(2){
	animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
.loader-holder span:nth-child(3){
	animation: loadbars 0.6s ease-in-out infinite -0.4s;
}

.header-image {
  position: relative;
  z-index: 11;
  background-color: #fff;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  display: block;
}



:focus {
  outline: 0;
}




.fa-caret-up:before {
  content: "\f0d8";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-phone:before {
  content: "\f095";
}


p {
  text-align: left;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #5e646a;
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.footer-contacts li a, .footer-serv-holder li a {
  transition: all 100ms linear;
}

footer.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #292929;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  /* height: 390px; */
}

.footer-inner {
  padding: 25px 0 20px;
  overflow: hidden;
  z-index: 2;
}

.footer-bg {
  position: absolute;
  left: 0;
  width: 500px;
  height: 400px;
  bottom: 10px;
  z-index: 1;
  opacity: 0.6;
  background: url(https://istanbulterapim.fatihdemir.net.tr/wp-content/themes/istanbulterapim/assets/img/map.png) center no-repeat;
}

.footer-bg-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.footer-bg-pin:first-child {
  left: 120px;
  top: 200px;
}

.footer-bg-pin:nth-child(2) {
  left: 230px;
  top: 200px;
}

.footer-bg-pin:nth-child(3) {
  left: 136px;
  top: 300px;
}

.footer-bg-pin:nth-child(4) {
  right: 190px;
  top: 220px;
}

.footer-bg-pin:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.4;
}

.footer-bg-pin-vis:before {
  animation: pulse 2.0s infinite ease-in-out;
}

.fw_hours {
  float: left;
  margin-top: 12px;
}

.footer-info {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.footer-info h4 {
  float: left;
  width: 100%;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 10px;
	font-family: 'Candara', sans-serif;
}

.footer-info h4:before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 30px;
  height: 4px;
}

.footer-info h4:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-info p {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}

.footer_link {
  float: left;
  margin-top: 10px;
  font-weight: 600;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
}

.footer_link i {
  margin-left: 12px;
  font-size: 10px;
}

.footer_link:hover, .footer_link i {
  color: #fff;
}

.footer-contacts li {
  float: left;
  width: 100%;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
}

.footer-contacts li a {
  float: left;
  text-align: left;
  color: #fff;
}

.footer-contacts li span {
  float: left;
  color: #999;
}

.footer-contacts li:hover span {
  color: #fff;
}

.footer-contacts li i {
  float: left;
  padding-right: 12px;
  position: relative;
  top: 2px;
}

.sub-footer {
  background: #222;
  height: 80px;
  line-height: 80px;
  z-index: 3;
	margin-top: -30px;
  background: -webkit-linear-gradient(bottom, #15191a, #325d6c);
}

.copy-right {
  float: left;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.subfooter-nav {
  float: right;
  margin-right: 50px;
  position: relative;
}

.subfooter-nav:before {
  content: '';
  position: absolute;
  right: -22px;
  top: 50%;
  height: 10px;
  margin-top: -5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.subfooter-nav li {
  margin-left: 15px;
}

.subfooter-nav li a {
  font-weight: 500;
  font-size: 12px;
  color: #fff !important;
}

.subfooter-nav li a:hover {
  color: #F7B90F !important;
}

.subfooter-nav li {
  float: left;
}

.footer-serv-holder {
  float: left;
  width: 100%;
}

.footer-serv-holder ul li {
  float: left;
  width: 50%;
  padding: 0 0 15px 20px;
  position: relative;
}

.footer-serv-holder ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 5px;
  height: 1px;
}

.footer-serv-holder li a {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.to-top {
  float: right;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  background: #292929;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 200ms linear;
  text-align: center;
  background: -webkit-linear-gradient(bottom, #15191a, #325d6c);
}

.to-top:hover {
  color: #fff;
}

@media only screen and (max-width: 1064px) {
  .main-footer {
    position: relative !important;
  }

  .main-footer {
    width: 100%;
  }

  .main-footer {
    float: left;
  }

  .footer-inner {
    padding: 60px 0 20px;
  }

  .height-emulator.fl-wrap {
    display: none;
  }

  footer.main-footer {
    height: auto;
  }
}

@media only screen and (max-width: 756px) {
  .subfooter-nav:before {
    display: none;
  }

  .sub-footer {
    height: auto;
    line-height: inherit;
    padding: 22px 0;
  }

  .subfooter-nav {
    float: left;
    margin: 14px 0 0;
    width: 100%;
  }

  .subfooter-nav li {
    margin: 0 15px 0 0;
  }

  .to-top {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 630px) {
  .footer-serv-holder ul li {
    width: 100%;
  }

  .height-emulator.fl-wrap {
    display: none;
  }
}

.footer-info h4:before, .footer-serv-holder ul li:before, .footer-bg-pin, .to-top:hover {
  background: #1991eb;
}

.copy-right span,
.copy-right span a,
.footer-serv-holder li a:hover,
.to-top,
.footer-contacts li i,
.footer-contacts li a:hover,
.footer_link,
.subfooter-nav li a {
  color: #1991eb;
}

footer {
  border-color: #F7B90F;
}

footer.main-footer {
  background: -webkit-linear-gradient(top, #15191a, #325d6c);
}

footer li.tel,
footer li.gsm,
footer li.fax,
footer li.email,
footer li.adres {
  display: flex;
}

ul.footer-contact-area li i {
  width: 20px;
  font-size: 13px;
}

.footer-contacts li span.key {
  width: 50px;
  display: contents;
  font-size: 13px;
}

.footer-contacts li span.nokta {
  width: 10px;
  text-align: center;
  margin-left: 22px;
}

.footer-contacts li.tel span.nokta {
  margin-left: 10px;
}

.footer-contacts li.gsm span.nokta {
  margin-left: 28px;
}

.footer-contacts li.fax span.nokta {
  margin-left: 35px;
}

.footer-contacts li.adres span.nokta {
  margin-left: 20px;
}

.footer-contacts li a.value {
  margin-left: 10px;
  font-size: 12px;
}

.footer-info p {
  font-size: 12px;
}

.footer-serv-holder li a {
  font-size: 12px;
}

.footer-contacts p.value {
    text-align: left;
    color: #fff;
		margin-left: 10px;
    font-size: 13px;
		display: contents;
}

@media all {


  h4 {
    clear: both;
  }


  i {
    font-style: italic;
  }

  a:focus {
    outline: thin dotted;
  }

  a:hover, a:active {
    outline: 0;
  }
}

@keyframes pulse {
  100% {
    transform: scale(22.1);
    opacity: 0;
  }
}
