.brands,
.photo-gallery,
.projects-clean {
  color: #313437;
  background-color: #fff;
}
.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}
.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}
#callLine {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #26a9e1;
  min-height: 100px;
  height: auto;
}
#callLineWrapper {
  background-color: #26a9e1;
  min-height: 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0px;
  flex-direction: row;
}
#mapLineWrapper {
  background-color: #283b87;
  min-height: 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
}
.color-red{
  color: #eb2930 !important;
}


@media (min-width: 992px) {
  .call-phone {
    max-height: 40px;
  }
  .call-text {
    margin: 0 0 0 30px;
    color: #fff;
    font-family: Muli;
    font-size: 17px;
  }
}
.btn-contact:hover {
  background: #fff;
  color: #26a9e1;
  text-decoration: none;
}
.btn-contact {
  background: #26a9e1;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
  width: 300px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}

.btn-map:hover {
  background: #fff;
  color: #283b87;
  text-decoration: none;
}
.btn-map {
  background: #283b87;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s;
  width: 300px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}

.bottom-logo {
  max-height: 100px;
}
@media (max-width: 991px) {
  .img-custom{
    max-width: 300px !important;
    margin-left:auto;
    margin-right:auto;
    display:block;
  }
  .call-phone {
    max-height: 40px;
    margin-top: 10px;
  }
  .call-text {
    margin: 20px 0;
    color: #fff;
    font-family: Muli;
    font-size: 17px;
    text-align: center;
  }
  .contactbartextwrapper {
    padding: 30px;
    display: flex;
    align-items: center;
    background: url(../../assets/img/ferikoy-vet-bg-r21.jpg) rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slidertext {
    width: 100%;
    max-width:573px;
    line-height: 30px;
    margin: 30px 0 50px;
    color: #525252;
    font-size: 16px;
    font-family: 'Muli';
  }
}
@media (min-width: 992px) {
  .contactbartextwrapper {
    padding: 30px;
    display: flex;
    align-items: center;
    background: url(../../assets/img/ferikoy-vet-bg-r21.jpg) rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .slidertext {
    width: 100%;
    max-width:573px;
    line-height: 30px;
    margin: 30px 0 50px;
    color: #525252;
    font-size: 19px;
    font-family: 'Muli';
  }
  #subpageHeader{
    margin-top:0px !important;
  }  
}
.page-footer {
  background-color: #f3f3f2;
  padding-top: 50px;
  padding-bottom: 10px;
}
.page-footer h4 {
  color: #333;
  font-size: 11px;
  font-weight: 700;
}
.page-footer p {
  color: #888;
  font-size: 11px;
}
.page-footer .footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
  word-break: break-all;
}
.page-footer .footer-links a,
.page-footer .region a {
  color: #555;
  font-size: 11px;
}
.page-footer .footer-links li {
  margin-bottom: 5px;
  line-height: 1.3;
}
.page-footer .footer-legal .copyright {
  margin-right: 60px;
}
.page-footer .footer-legal .legal-links .item {
  padding-right: 13px;
  border-right: 1px solid #ccc;
  margin: 0 13px 0 0;
}
.page-footer .footer-legal .legal-links .item:last-child {
  border-right: none;
}
.page-footer .footer-legal .legal-links .item h5 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer .region {
  margin-bottom: 20px;
}
.page-footer .region img {
  margin-right: 7px;
}
.features-blue {
  color: #fff;
  background: linear-gradient(135deg, #172a74, #21a9af);
  background-color: #184e8e;
  padding-bottom: 30px;
}
.features-blue p {
  color: rgba(255, 255, 255, 0.6);
}
.features-blue h2,
.projects-clean h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}
.features-blue .intro,
.features-clean .intro {
  font-size: 1.3rem;
  max-width: 900px;
  margin: 0 auto 60px;
}
.features-blue .item,
.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}
.features-blue .item .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
.features-blue .item .description,
.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}
.features-blue .item .icon {
  font-size: 40px;
  color: #ffcc1e;
  float: left;
  margin-left: -65px;
}
@media (min-width: 768px) {
  .page-footer .region {
    margin-bottom: 0;
  }
  .workdaystop {
    max-height: 40px;
    margin-right: 10px;
  }
  .workdaystitle {
    color: #eb2930;
  }
  #subpageHeader{
    margin-top:0px !important;
  }    
}
@media (max-width: 767px) {
  .brands a {
    padding: 30px 0;
  }
  .features-blue {
    padding-bottom: 10px;
  }
  .features-blue h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  .features-blue .intro {
    margin-bottom: 40px;
  }
  .features-blue .item {
    min-height: 0;
  }
  .workdaystop {
    max-height: 25px;
    margin-right: 10px;
  }
  .workdaystitle {
    color: #eb2930;
    font-size: 24px;
  }
  .workdaystext {
    display: block;
    position: relative;
    bottom: 0;
    font-family: Roboto;
    color: #656565;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
  .homeservice {
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
  }
}
.hizmetlericon {
  max-height: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}
@media (max-width: 767px) {
  .homeservicetext {
    display: block;
    position: relative;
    bottom: 0;
    font-family: Roboto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.intro.tedarikci {
  margin-bottom: 0 !important;
}
.row.contactrow {
  margin: 0;
}
.features-boxed .intro p,
.photo-gallery .intro p,
.projects-clean .intro p,
.text-center.markalarimiztitle {
  margin-bottom: 0;
}
.features-boxed h2 {
  color: inherit;
}
.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}
.features-boxed p,
.features-clean p,
.highlight-phone p,
.photo-gallery p,
.projects-clean p {
  color: #7d8285;
}
.features-boxed h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
  font-family: Muli;
}
.features-boxed .intro,
.projects-clean .intro {
  font-size: 1.3rem;
  max-width: 900px;
  margin: 0 auto;
}
.features-boxed .features {
  padding: 50px 0;
  font-family: Roboto;
}
.features-boxed .item {
  text-align: center;
}
.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}
.features-boxed .item .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
}
.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
}
.features-clean h2,
.photo-gallery h2 {
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #283b87;
  font-family: 'Muli';
}
.features-clean .item .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  color: #26a9e1;
  font-family: 'Muli';
}
.features-clean .item .icon {
  font-size: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}
.footer-basic {
  padding: 40px 0;
  background-color: #fff;
  color: #4b4c4d;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic li {
  padding: 0 10px;
}
.footer-basic ul a,
.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover,
.footer-clean ul a:hover,
.highlight-phone .intro .btn:hover {
  opacity: 1;
}
.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover,
.footer-clean .item.social > a:hover {
  opacity: 0.9;
}
.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}
.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
}
.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-clean .item.social,
.header-blue .phone-holder {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}
.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}
@media (max-width: 991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
  .header-blue .navbar {
    padding:5px !important;
  }  
  .ferikoyvet-logo {
    max-height: 75px !important;
    width: auto !important;
    margin-left:20px !important;
  }  
  .navbar.scrolled .ferikoyvet-logo {
    margin-top:-5px !important;
    max-height: 50px !important;
    width: auto !important;
    margin-left: 20px !important;    
  } 
  .sliderbottomright{
    flex: 0 0 100% !important;
  }
  .sright{
    width:100% !important;
    z-index:-2 !important;
  }
  .sleft{
    background:rgba(235,236,237,0.6) !important;
    width:100% !important;
  }

  .slidertext{
    color:#111 !important;
  }
}
.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

#headerWrapper,
.col.col-8.padding40 {
  padding: 20px;
}
@media (min-width: 1200px) {
  .contactbartextwrapper {
    padding: 60px 75px;
    display: flex;
    align-items: center;
    background: url(../../assets/img/ferikoy-vet-bg-r21.jpg) rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mainID {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* background: url(../../assets/img/petvetbg2.png); */
  }
  .ferikoyvet-logo {
    max-height: 200px;
    width: auto;
    
  }  
  #sliderHeaders {
    font-size: 2.3rem;
    font-weight: 900;
    color: #283b87;
    line-height: 1.3;
    margin-bottom: 23px;
    overflow: hidden;
    font-family: Muli;
    width: 100%;
    margin-top: 100px;
  }
  .slidertext{
    margin-bottom:20px;
  }
  .home-hakkimizda-text {
    color: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 80%;
  }  
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }  
  .call-text {
    margin: 0 0 0 30px;
    color: #fff;
    font-family: Muli;
    font-size: 21px;
  }

  #sliderWrapper {
    height: calc(100vh - 120px) !important;
  }  

  #subpageHeader{
    margin-top:0px !important;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  #mainID {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* background: url(../../assets/img/petvetbg2.png); */
  }

  .ferikoyvet-logo {
    max-height: 120px !important;
    width: auto;
  }



}
.h1,
h1 {
  font-family: Muli, sans-serif;
}
@media (min-width: 1600px) {
  .contactbartextwrapper {
    padding: 120px 75px;
    display: flex;
    align-items: center;
    background: url(../../assets/img/ferikoy-vet-bg-r21.jpg) rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #sliderHeaders {
    font-size: 2.8rem !important;
    font-weight: 900;
    color: #283b87;
    line-height: 1.3;
    margin-bottom: 23px;
    overflow: hidden;
    font-family: Muli;
    width: 100%;
    margin-top: 0 !important;
  }

  #subpageHeader{
    margin-top:130px !important;
  }



}
#sliderWrapper {
  height: calc(100vh - 300px);
}

#sliderWrapper .button-link{
  margin-top:15px;
}

.button-link:hover {
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  background:#283b87;
  border:1px solid #fff;
}
.button-link {
  background: #26a9e1;
  border:1px solid #26a9e1;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;    
}
#sliderRow {
  padding-left: 4rem;
  margin: 0;
}
#navpetvet {
  font-family: Muli, sans-serif;
  font-size: 17px;
}
.redbg {
  width: 100%;
}
.sliderBottomRow {
  position: relative;
  height: 100%;
  margin: 0;
  opacity: 0.9;
}
.bluebg {
  background: #283b87;
}

.teamrow {
  margin: 0;
  background: rgba(40, 59, 135, 0.9);
}
.home-hakkimizda {
  color: #fff;
  font-family: Muli;
  font-weight: 300;
}

@media (min-width: 992px) {
  #sliderHeaders {
    font-size: 2.3rem;
    font-weight: 900;
    color: #283b87;
    line-height: 1.3;
    margin-bottom: 23px;
    overflow: hidden;
    font-family: Muli;
    width: 100%;
    margin-top: 100px;
  }
  #sliderBottomLayer {
    position: absolute;
    width: calc(100% + 6px);
    bottom: 0;
    left: -6px;
    height: 130px;
  }
  .teamleft {
    height: 600px;
    background: url(../../assets/img/ferikoy-vet-bg.jpg) center center/cover
      no-repeat;
  }
  .divfilter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 71, 143, 0.1);
    display: block;
    z-index: 2;
  }
  .home-hakkimizda-text {
    color: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
  }
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media (min-width: 768px) {
  .workdaystext {
    display: block;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    font-family: Roboto;
    color: #656565;
  }
  .homeservice {
    color: #fff;
  }
  .homeservicetext {
    display: block;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    font-family: Roboto;
    color: #fff;
  }
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-blue {
    padding-bottom: 120px;
  }
}
.header-blue .navbar {
  box-shadow: none;
  background: 0 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #283b87;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  border: none;
}
.header-blue .navbar .navbar-brand {
  font-weight: 700;
  color: inherit;
}
.header-blue .navbar .navbar-brand:hover {
  color: #283b87;
}
.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.5rem;
}
.header-blue .navbar .navbar-collapse span .login {
  color: #d9d9d9;
  margin-right: 0.5rem;
  text-decoration: none;
}
.header-blue .action-button:hover,
.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}
.header-blue .navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
  outline: none !important;
}
.header-blue .navbar .navbar-toggler:hover,
.header-blue .navbar-toggler:focus {
  background: 0 0;
}
@media (min-width: 768px) {
  .header-blue .navbar {
    padding-top: 1.3rem;
    padding-bottom: 1rem;
  }
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
  .header-blue .navbar-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

.header-blue .navbar.navbar-light .navbar-nav .nav-link {
  color: #283b87;
  font-size: 16px;
  text-align: center;
  /* -webkit-transition: all .2s ease-in-out;     */
}
.header-blue .navbar.navbar-light .navbar-nav .nav-link:focus,
.header-blue .navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #26a9e1;
  background-color: transparent;
  border-bottom:2px solid #26a9e1;
  border-radius: 8px;
  
}
.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}
.header-blue .navbar .dropdown-menu .dropdown-item,
.header-blue .navbar .dropdown-menu .dropdown-item:focus {
  line-height: 2;
  color: #37434d;
}
.header-blue .navbar .dropdown-menu .dropdown-item:focus,
.header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}
.nav-link.active{
  border-bottom:2px solid #26a9e1;
  border-radius: 8px;
  color: rgb(38,169,225) !important;
}
.header-blue .action-button,
.header-blue .action-button:not(.disabled):active {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;


  color: rgb(38,169,225);
  box-shadow: none;
  text-shadow: none;
  padding: 0.3rem 0.8rem;
  background: 0 0;
  transition: background-color 0.25s;
  outline: 0;

}
.header-blue .navbar .form-inline label {
  color: #d9d9d9;
}
.header-blue .navbar .form-inline .search-field {
  display: inline-block;
  width: 80%;
  background: 0 0;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}
.header-blue .navbar .form-inline .search-field:focus {
  border-bottom: 1px solid #ccc;
}
.header-blue .hero {
  margin-top: 20px;
  text-align: center;
}
.header-blue .hero h1 {
  color: #00f;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.4;
}
.header-blue .hero p {
  color: rgba(0, 0, 255, 0.8);
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}
.header-blue div.phone-mockup {
  position: relative;
  max-width: 300px;
  margin: 20px;
  display: inline-block;
  z-index: 1;
}
.header-blue .phone-mockup img.device,
.highlight-phone .phone-mockup img.device {
  width: 100%;
  height: auto;
}
.header-blue .phone-mockup .screen {
  position: absolute;
  width: 94%;
  height: 98%;
  top: 1%;
  left: 3%;
  border: 1px solid #444;
  border-radius: 20px;
  overflow: hidden;
  background: url(../../assets/img/screen-content-phone.jpg) center/cover;
  z-index: -1;
}
.header-blue .phone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
.highlight-phone {
  color: #313437;
  background-color: #eef4f7;
  padding: 50px 0 55px;
  overflow: hidden;
}
.highlight-phone h2 {
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
.highlight-phone .intro {
  font-size: 1.3rem;
  max-width: 900px;
  line-height: 1.5;
}
.highlight-phone .intro p {
  margin-bottom: 35px;
}
.highlight-phone .intro .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.highlight-phone .intro .btn:active {
  transform: translateY(1px);
}
.highlight-phone .intro .btn-primary {
  background-color: #055ada;
  color: #fff;
}
.highlight-phone .phone-mockup {
  position: relative;
  max-width: 260px;
  margin-top: -30px;
  margin-bottom: -230px;
  transform: rotate(-15deg);
}
.highlight-phone .phone-mockup .screen {
  position: absolute;
  width: 94%;
  height: 91%;
  top: 1%;
  left: 3%;
  border: 1px solid #444;
  border-radius: 20px;
  overflow: hidden;
  background: url(../../assets/img/screen-content-phone.jpg) center/cover;
  z-index: -1;
}
.highlight-phone .phone-mockup .screen:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -6%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}
.photo-gallery .intro {
  font-size: 1.3rem;
  max-width: 900px;
  margin: 0 auto 40px;
}
.photo-gallery .photos {
  padding-bottom: 20px;
}
.photo-gallery .item {
  padding-bottom: 30px;
}
footer {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  bottom: 0;
  background-color: #ebeced;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #fff;
}
.footer-navigation h3 {
  margin: 0 0 20px;
  font: 36px Cookie, cursive;
  color: #fff;
}
.footer-navigation h3 a {
  text-decoration: none;
  color: #fff;
}
.footer-navigation h3 span {
  color: #5383d3;
}
.footer-navigation p.links a {
  color: #fff;
  text-decoration: none;
}
.footer-navigation p.company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.footer-contacts p {
  display: inline-block;
  color: #666;
  vertical-align: middle;
  font-weight: 300;
  margin: 0 0 5px;
}
.footer-contacts p a {
  color: #283b87;
  text-decoration: none;
  margin-top: 10px;
}
.fa.footer-contacts-icon {
  background-color: #33383b;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}
span.new-line-span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-about h4 {
  display: block;
  color: #283b87;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Roboto;
}
.footer-about p {
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: Roboto;
}
div.social-links {
  margin-top: 20px;
  color: #fff;
}
.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #283b87;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.projects-clean .projects {
  padding-bottom: 40px;
}
.projects-clean .item {
  text-align: center;
  padding-top: 50px;
  min-height: 425px;
}
.projects-clean .item .name {
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}
.projects-clean .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}
#headerPhoneNo {
  background: #ff2121;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
}
@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .header-blue .hero h1 {
    margin-top: 190px;
    margin-bottom: 24px;
    line-height: 1.2;
  }
  .nav-item {
    margin-left: 10px;
    font-size: 17px;
  }
}
#headerPhoneBtn:hover {
  background: #283b87;
  color: #fff;
  border:none !important;
}
#headerPhoneBtn {
  background: #26a9e1;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;   
}
navbar.navbar-light.navbar-expand-md.container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .header-blue .hero {
    margin-top: 60px;
    text-align: left;
  }
  .navbar {
    background-color: transparent !important;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }
}

.scrolled {
  background-color: rgba(255, 255, 255, 0.90) !important;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
@media (min-width: 1600px) {
  .header-blue,
  .navbar,
  .scrolled {
    padding: 0 130px;
  }
  #mainID {
    min-height: 750px;
  }
  #sliderWrapper {
    height: calc(100vh - 20px);
  }
}

.video-icon a.btn-icon {
  position: relative;
}
.video-icon a {
  background: #232024;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.video-icon a.btn-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #232024;
  -webkit-animation: 2s cubic-bezier(0.23, 1, 0.32, 1) infinite both
    btnIconRipple;
  animation: 2s cubic-bezier(0.23, 1, 0.32, 1) infinite both btnIconRipple;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.bounceOut,
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#fw_al_001 {
  overflow: hidden;
  max-height: 750px;
  position: relative;
  background: #000;
}
#fw_al_001:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#fw_al_001:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#fw_al_001 > .carousel-inner > .carousel-item > a > img,
#fw_al_001 > .carousel-inner > .carousel-item > img {
  opacity: 0.45;
  margin: auto;
  width: 100% !important;
}
.ps_slide_y .carousel-inner,
.ps_slide_y .carousel-item {
  height: 100%;
}
.ps_slide_y .carousel-item-next.carousel-item-left,
.ps_slide_y .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ps_slide_y .active.carousel-item-right,
.ps_slide_y .carousel-item-next {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ps_slide_y .active.carousel-item-left,
.ps_slide_y .carousel-item-prev {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ps_indicators_y .carousel-indicators {
  top: 0;
  left: 3%;
  width: 5%;
  bottom: 0;
  height: 25%;
  right: auto;
  margin: auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
.ps_indicators_y .carousel-indicators li {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px auto;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 2px solid rgba(76, 133, 75, 0.7);
}
.ps_indicators_y .carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 10px auto;
  background: #1fe700;
}
.ps_indicators_y .carousel-indicators::-webkit-scrollbar {
  width: 3px;
}
.ps_indicators_y .carousel-indicators::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0;
  border-radius: 0;
}
.fw_al_001_slide {
  left: 0;
  top: 25%;
  right: 0;
  width: 65%;
  margin: auto;
  position: absolute;
  text-align: center;
}
.fw_al_001_slide > h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Allura;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1);
}

.fw_al_001_slide > h1, .fw_al_001_slide > p {
  color: #fff;
  line-height: normal;
  -webkit-animation-delay: .5s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  font-weight: 400;
}

.fw_al_001_slide > h1 {
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: "
    cinzel;
  animation-delay: 0.5s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.fw_al_001_slide > p {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Roboto;
  animation-delay: .5s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(.23,1,.32,1);
}

.fw_al_001_slide > a, .fw_al_001_slide > a:visited {
  outline: 0;
  width: auto;
  height: 50px;
  color: #fff;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  text-shadow: none;
  line-height: 50px;
  margin: 30px 10px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #3dbe3d;
  text-transform: uppercase;
  font-family: "
    cinzel;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: background 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.fw_al_001_slide > a:active,
.fw_al_001_slide > a:hover {
  color: #fff;
  background: rgba(23, 52, 23, 0.63);
  border: 2px solid #58993a;
}

.ps_ease .carousel-item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.ps_easeInOut .carousel-item {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.ps_speedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.ps_slowSpeedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
}
.ps_easeOutInCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.ps_swing .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
}
.ps_easeOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ps_easeInOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ps_easeOutCirc .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ps_easeOutExpo .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ps_easeInQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ps_easeOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ps_easeInOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ps_easeOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ps_easeInOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ps_easeOutQuint .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ps_easeInSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ps_easeOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ps_easeInOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
img.brand-logo{
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .4s ease-in-out;    
}
img.brand-logo:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.0);
  cursor:pointer;
}

.bottom-menu-link{
  -webkit-transition: all .4s ease-in-out;    
  color:#283b87;
}

.bottom-menu-link:hover{
  color:#26a9e1;
}
span.spamprotection {display:none;}


.hizmetler-link:hover{
  text-decoration: none;
  color:#26a9e1 !important;
}

.img-container {
  position: relative;
  width: 100%;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.img-container:hover .overlay {
  opacity: 0.4;
}
.centerimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#subpageHeader{
  position: relative;
  height: 300px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.breadcrumbTitle{
  color:#fff;
  font-weight: 700;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color:transparent;
  color:#d9d9d9;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 4px;
  color:#d9d9d9;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #26a9e1;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #26a9e1;
}
#mapWrapper{
  margin-top: 60px; background-color: #ebeced;  
}

@media (min-width: 480px){
  .range > [class*='cell'] {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  .range-xs-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }  
  .range {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .range > .cell-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }  
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  } 
}

@media (min-width: 768px){
  .range > .cell-sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      padding:5px;
  }
}

@media (min-width: 992px){
  .range > .cell-md-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      padding:5px;
  }

  #slidertext{
    margin-bottom:0px;
    margin-top:20px;
  }

}

.rd-input-label{
  font-size:15px;
  color:#283b87;
  font-weight: bold;
}
.contact-text{
  margin-bottom:0px;
}
.margin-bottom-30{
  margin-bottom:30px !important;
}

.classicButton:hover {
  background: #283b87;
  color: #fff;
  border:none !important;
}
.classicButton {
  background: #26a9e1;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;   
}
#warningLayer{
	position:fixed;
	width:100%;
	bottom:0px;
	left:0px;
	height:92px;
	background-color:#283b87;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */    
	z-index: 111111;
}
#warningInfo{
	position:relative;
	height:92px;
	width:700px;
	margin-right:auto;
	margin-left:auto;
}
#warningImg{
	float:left;
	position:relative;
	top:12px;
	margin-right:20px;

}
#closeImg{
	position:absolute;
	top:10px;
	right:10px;
}
#warningText{
	position:relative;
	float:left;
	padding-top:30px;
	font-size:24px;
  color:#FFFFFF;
  text-align: center;
  width: 100%;  

}
#loadingWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index:99999;
  background-color: rgba(255,255,255,0.5);
}

#loadingImg {
  margin: 0;
  position: absolute;
  top: 49%;
  left: 50%;
  height: 60px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-height: 40px;
}

.shimmer {
  text-align: center;
  color: rgba(255,255,255,0.1);
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#ebebeb), to(#ebebeb), color-stop(0.5, #fff));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #e90000;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.floatingElement{
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;      
}

.hakkimizda-giris{
  line-height: 30px;
  font-size:1.3rem;
}
.ekibimizWrapper{
  background-color:#f8f8f8;
  padding: 150px 0;  
}

.img-custom{
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.25);  
  max-width: 500px;
  border-radius: 5px;
}

.wow .text-primary{
  color:#283b87 !important;
}
.subtitle-classic.wow{
  font-size: 13px;
  font-family: 'Muli';
  font-style: italic;
  color: #26a9e1;
  font-weight: bold;  
}
.wow{
  color:#383838;
}

@media (min-width: 300px) and (max-width: 991px) {
  #callLineWrapper {
    background-color: #26a9e1;
    min-height: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 30px 20px 40px;
  }
  #mapLineWrapper {
    background-color: #283b87;
    min-height: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 30px 20px 40px;
  }  
  .col.col-8.padding40 {
    padding: 0;
  }
  #sliderRow {
    padding: 5px;
    margin: 0;
  }
  .teamleft {
    height: 600px;
    background: url(../../assets/img/ferikoy-vet-bg.jpg) center center/cover
      no-repeat;
    width: 100vh !important;
    display: flex;
    position: relative;
  }
}




@media (max-width: 767px) {
  .features-boxed h2,
  .projects-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
  .features-clean {
    padding-bottom: 10px;
  }
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
    font-family: Muli;
  }
  .features-clean .intro {
    margin-bottom: 40px;
  }
  .features-clean .item {
    min-height: 0;
  }
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
  .highlight-phone {
    text-align: center;
  }
  .highlight-phone .intro {
    max-width: none;
  }
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
    color: #283b87;
  }
  .footer-contacts {
    margin: 30px 0;
  }
  .navbar {
    background-color: rgba(255, 255, 255, 0.85) !important;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }
}



@media (max-width: 991px) {
  #mainID {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* background: url(../../assets/img/petvetbg2.png); */
  }
  #sliderHeaders {
    font-size: 1.6rem;
    font-weight: 900;
    color: #283b87;
    line-height: 1.3;
    margin-bottom: -57px;
    overflow: hidden;
    font-family: Muli;
    width: 100%;
    margin-top: 130px;
  }
  #sliderBottomLayer {
    position: relative;
    width: 100%;
    bottom: 0;
    left: -3px;
    height: 130px;
  }
  .divfilter {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 71, 143, 0.1);
    display: block;
    z-index: 2;
  }
  .home-hakkimizda-text {
    color: #f4f4f4;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
  }
  #sliderWrapper {
    height: calc(100vh - 20px);
  }
}
@media (max-width: 467px) {
  #sliderWrapper {
    height: calc(100vh - 100px);
  }

  .homeservice{
    font-size: 17px;    
  }

  .workdaystop{
    max-height: 20px;
  }

  .yoltarifi-container{
    padding:0px !important;
  }

  .eveservis-container{
    padding:0px !important;
  }

  .eveservis-container div:first-child{
    padding-right: 0px;
  }

}
@media (min-width: 468px) and (max-width: 768px) {
  #sliderWrapper {
    height: calc(100vh - 200px);
  }

}


@media only screen and (max-width: 480px) {
  .fw_al_001_slide {
    top: 0;
    width: 100%;
  }
  .ps_indicators_y > .carousel-indicators {
    height: 100%;
  }
  .fw_al_001_slide > h3 {
    font-size: 16px;
  }
  .fw_al_001_slide > h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .fw_al_001_slide > p {
    font-size: 14px;
  }
  .fw_al_001_slide > a,
  .fw_al_001_slide > a:visited {
    height: 40px;
    margin: 0 10px;
    padding: 0 23px;
    line-height: 40px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .fw_al_001_slide {
    top: 5%;
    width: 100%;
  }
  .fw_al_001_slide > h1 {
    font-size: 40px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .fw_al_001_slide {
    top: 15%;
    width: 100%;
  }
}


/* res */
/* ----------- iPhone 4,4s ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    #mainID {
      position: relative;
      background-repeat: no-repeat !important;
      background-position: 0px 60px !important;
      background-size: contain !important;
      /* background: url(../../assets/img/petvetbg2.png); */
    }

      #sliderWrapper .slidertext{
        font-size:15px !important;
        margin-top:60px;
        margin-bottom:10px;
      }

      #sliderBottomLayer{
        margin-top:80px;
        background:#ebeced;
        height:auto;
      }

      .btn-slider{
        
        display:block;
        max-width: 83px;
        margin-left:auto;
        margin-right:auto;

      }

      .workdaystitle{
        text-align: center;
        margin-top:10px;
      }
      .workdaystext{
        font-size:16px;
      }
      .homeservicetext{
        font-size:16px;
      }

      .features-clean{
        margin-top:20px !important;
        margin-bottom:20px !important;
      }

      .btn-contact{
        margin-left:0px;
      }
      .btn-map{
        margin-left:0px;
      }
      .navbar-collapse.collapse.show{
        text-align: center;
      }

      #subpageHeader{
        margin-top:90px !important;
      }

      .ekibimizWrapper,.ekibimizDigerWrapper{
        padding-top:40px !important;
        padding-bottom:40px !important;
      }
      .img-custom{
        margin-bottom:20px !important;
        max-width: 100% !important;
      }
      .call-text{
        font-size:15px;
      }
      footer{
        padding-left:20px;
        padding-right:20px;
      }
  
      .features-blue .item, .features-clean .item {
        padding:10px;
      }     
      
      .rd-mailform .button-link{
        max-width: 200px !important;
        margin-top:30px;
      }

      #mapWrapper{
        margin-top:30px;
      }

      #slidertext {
        margin-top:87px !important;
      }      

      .yoltarifi-container div:first-child{
        padding-left:0px !important;
        padding-right:0px !important;
      }      
      .yoltarifi-container{
        border-right:none !important;
        padding-top:10px !important;
        padding-bottom:10px !important;
      }

      .hizmetlerimiztext{
        font-size:18px;
      }
      
      .hizmetlericon{
        margin-left:0px;
        max-height: 30px;
      }

      .features-clean{
        margin-bottom:0px !important;
      }

      .home-hakkimizda {
        font-size:30px;
      }

      .hakkimizda-giris{
        font-size:1.1rem;
      }      
      .contact-text{
        font-size:1.1rem;
      }
      .features-clean .item .name {
        width:230px;
      }
      .hizmetler-link{
        justify-content: center;
      }
  
  
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #sliderWrapper{
      height:unset !important;
    }

    .btn-slider{
        
      display:block;
      max-width: 83px;
      margin-left:auto;
      margin-right:auto;

    }

    .workdaystitle{
      text-align: center;
      margin-top:10px;
    }
    .workdaystext{
      font-size:16px;
    }
    .homeservicetext{
      font-size:16px;
    }

    .features-clean{
      margin-top:20px !important;
      margin-bottom:20px !important;
    }

    .btn-contact{
      margin-left:0px;
    }
    .btn-map{
      margin-left:0px;
    }
    .navbar-collapse.collapse.show{
      text-align: center;
    }

    #subpageHeader{
      margin-top:90px !important;
    }

    .ekibimizWrapper,.ekibimizDigerWrapper{
      padding-top:40px !important;
      padding-bottom:40px !important;
    }
    .img-custom{
      margin-bottom:20px !important;
    }

    .call-text{
      font-size:18px;
    }
    .features-clean .item .name {
      width:230px;
    }
    .hizmetler-link{
      justify-content: center;
    }
    .galeri-text{
      font-size:17px;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

    #sliderWrapper{
      height: calc(100vh - 200px) !important;      
    }

    #sliderHeaders{
      font-size:1.4rem !important;
    }

    #slidertext{
      margin-top:110px !important;
    }

    #sliderBottomLayer{
      margin-top:0px;
    }
    .navbar-collapse.collapse.show{
      text-align: center;
    }

    .workdaystext{
      max-width: 310px
    }

    .homeservicetext .button-link{
      padding-left:10px;
      padding-right:10px;
    }

    .features-clean .item .name {
      width:230px;
    }

    .hizmetler-link{
      justify-content: center;
    }
    .galeri-text{
      font-size:17px;
    }    

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 


    #sliderWrapper{
      height:unset !important;
    }

    .btn-slider{
        
      display:block;
      max-width: 83px;
      margin-left:auto;
      margin-right:auto;

    }

    .workdaystitle{
      text-align: center;
      margin-top:10px;
    }
    .workdaystext{
      font-size:16px;
    }
    .homeservicetext{
      font-size:16px;
    }

    .features-clean{
      margin-top:20px !important;
      margin-bottom:20px !important;
    }

    .btn-contact{
      margin-left:0px;
    }
    .btn-map{
      margin-left:0px;
    }
    .navbar-collapse.collapse.show{
      text-align: center;
    }

    .galeri-text{
      font-size:17px;
    }


}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

    #sliderWrapper {
      height: calc(100vh - 200px) !important;
    }    

    #sliderHeaders {
      font-size: 1.6rem !important;
    }


    .slidertext{
      max-width: 100% !important;
      text-align: center;
      padding-top:30px;
    }

    .workdaystext{
      max-width: 310px
    }

    .call-text {
      font-size: 16px;
    }

    .features-clean .item .name {
      width:230px;
    }

    .hizmetler-link{
      justify-content: center;
    }

    .galeri-text{
      font-size:17px;
    }    

}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 


    #sliderWrapper{
      height:unset !important;
    }

    .btn-slider{
        
      display:block;
      max-width: 83px;
      margin-left:auto;
      margin-right:auto;

    }

    .workdaystitle{
      text-align: center;
      margin-top:10px;
    }
    .workdaystext{
      font-size:16px;
    }
    .homeservicetext{
      font-size:16px;
    }

    .features-clean{
      margin-top:20px !important;
      margin-bottom:20px !important;
    }

    .btn-contact{
      margin-left:0px;
    }
    .btn-map{
      margin-left:0px;
    }
    .navbar-collapse.collapse.show{
      text-align: center;
    }

    .features-clean .item .name {
      width:230px;
    }

    .hizmetler-link{
      justify-content: center;
    }

}

/* ----------- iPhone X ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 


    #sliderWrapper {
      height: calc(100vh - 300px) !important;
    }    

    #sliderHeaders {
      font-size: 1.5rem !important;
    }


    .slidertext{
      max-width: 100% !important;
      text-align: center;
      margin-top:90px;
    }    

    .workdaystext{
      max-width: 310px
    }

    #sliderWrapper .slidertext {
      margin-bottom:20px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 


    #mainID {
      background-size: contain !important;
    }

    .header-blue .navbar-nav .nav-link {
      padding-left: 5px;
      padding-right: 5px;
    }

    #slidertext{
      font-size:16px;
    }

    .workdaystop{
      max-height: 25px;
    }
    .workdaystitle{
      font-size:23px;
      text-align: center;
    }
    .homeservice{
      font-size:23px;
    }
    .workdaystext{
      max-width: 310px;
      text-align: center;
    }
    .sliderBottomRow{
      background:#ebebeb;
      top:42px;
    }

    #slidertext{
      margin-bottom:10px;

    }
    .shimmer{
      font-size:14px;
    }

    .btn-slider{
      
      margin-right:auto;
      display:block;
      max-width: 83px;  
      top:10px;    
    }

    .header-blue{
      padding-bottom:0px;
    }

    .galeri-text{
      font-size:17px;
    }

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {


    .header-blue .navbar-nav .nav-link {
      padding-left: 5px;
      padding-right: 5px;
    }    
    .header-blue .navbar.navbar-light .navbar-nav .nav-link {
      font-size:14px;
    }

    .header-blue{
      padding-bottom:90px;
    }

    #subpageHeader{
      margin-top:0px !important;
    }
}

@media (min-width: 992px) and (max-height: 709px){
  #sliderWrapper {
    height: calc(100vh - 00px);
  }  
}

.btn-slider{
  display:none !important;
}

.col-sep{
  padding-left:20%;
  padding-right:20%;
}

#contactInfoWrapper{
  position: relative;
  min-height: 181px;
  height:auto;
  background: #f5f5f5;
  fill: #f5f5f5; 
  display: block;
}

.contactTitle{
  color:#26a9e1;
  font-size:1.2rem;
  font-family: 'Muli';
  font-weight: 700;
}

.p{
  display:block;
  font-family: 'Muli';
  color:#363636 !important;
  padding-left:30px;
}

.p a{
  color:#363636 !important;
  text-decoration: none;
}
.p a:hover{
  color:#283b87 !important;
  text-decoration: none;
}

.hizmetler-link{
  display: flex;
  align-items: center;
}

.hizmetler-link .description{
  display: none;
}
.hizmetler-link .name{
  margin-bottom:0px !important;
  color:#283b87 !important;
  margin-left:15px;
}
.hizmetler-link:hover .name{
  margin-bottom:0px !important;
  color:#26a9e1 !important;
  margin-left:15px;
}
.features-clean .item{
  margin-bottom: 0px;
}
.img-contact{
  max-height: 20px;
}

.contact-padding{
  padding:30px;
}
.contactTitle img{
  margin-right: 10px;
}

#contactRoute{
  color:#26a9e1;
  font-weight:700;
  text-decoration: none;
}
#contactRoute:hover{
  color:#283b87;

}

.img-service{
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.25);  
  max-width: 360px;
  border-radius: 5px;
}
.thumbnail-classic{
  /* padding:15px; */
}

.thumbnail-classic-image {
  display: block;
  transition: 300ms ease-in;
  will-change: transform;
  font-family: 'Muli';
  margin-left:auto;
  margin-block-end: auto;
}
.thumbnail-classic-caption {
  margin-top: 35px;
}

.thumbnail-classic-image img{
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.25);  
  border-radius: 5px;  
}

.thumbnail-classic-title{
  color:#283b87;
  font-size: 1.3rem;
}
.thumbnail-classic-title:hover{
  text-decoration: none;
}

.hizmetler-row{
  margin-top:40px;
}

.yoltarifi-container{
  border-right:1px solid #11508f;
}

.thumbnail-classic-caption p{
  margin-bottom: 40px;
  margin-top: 5px;
}

/* .hizmetler-row .col-sm-6.col-md-4{
  margin-bottom:20px;
} */


@media (min-width: 982px) and (max-width: 1151px) {
  .yoltarifi-container{
    padding-left:0px;
    padding-right:0px;
  }
  .workdaystop{
    max-height: 30px;
    margin-top:-4px;
  }
  .homeservice{
    font-size:24px;
  }

  .eveservis-container{
    padding-left:0px;
    padding-right:0px;
  }  
  .homeservicetext{
    text-align:center;
    font-size:  14px;
  }

  .img-custom{
    max-height: 450px;
  }

  #sliderHeaders{
    margin-bottom:53px !important;
  }
}

@media (min-width: 1152px) and (max-width: 1279px) {
  .yoltarifi-container{
    padding-left:0px;
    padding-right:0px;
  }
  .workdaystop{
    max-height: 30px;
    margin-top:-4px;
  }
  .homeservice{
    font-size:24px;
  }

  .eveservis-container{
    padding-left:0px;
    padding-right:0px;
  }  
  .homeservicetext{
    text-align:center;
    font-size:  14px;
    padding-left:10px;
    padding-right:10px;
  }

  .img-custom{
    max-height: 450px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {

  .slidertext{
    font-size:17px;
  }

  .yoltarifi-container{
    padding-left:0px;
    padding-right:0px;
  }
  .workdaystop{
    max-height: 30px;
    margin-top:-4px;
  }
  .homeservice{
    font-size:24px;
  }

  .eveservis-container{
    padding-left:0px;
    padding-right:0px;
  }  
  .homeservicetext{
    text-align:center;
    font-size:  13px;
    padding-left:0px;
    padding-right:0px;
  }

  .img-custom{
    max-height: 450px;
  }
  .yoltarifi-container {
    border-right: 0px;
  }  
}

@media (min-width: 1440px) and (max-width: 1599px) {

  .slidertext{
    max-width: 750px;
  }

  .yoltarifi-container{
    padding-left:0px;
    padding-right:0px;
  }
  .workdaystop{
    max-height: 30px;
    margin-top:-4px;
  }
  .homeservice{
    font-size:34px;
  }

  .eveservis-container{
    padding-left:0px;
    padding-right:0px;
  }  
  .homeservicetext{
    text-align:center;
    font-size:  15px;
    padding-left:0px;
    padding-right:0px;
  }

  .img-custom{
    max-height: 450px;
  }
  .yoltarifi-container {
    border-right: 0px;
  }  
}
@media (min-width: 1600px){

  .slidertext{
    max-width: 750px;
  }

  .yoltarifi-container{
    padding-left:0px;
    padding-right:0px;
  }
  .workdaystop{
    max-height: 30px;
    margin-top:-4px;
  }
  .homeservice{
    font-size:34px;
  }

  .eveservis-container{
    padding-left:0px;
    padding-right:0px;
  }  
  .homeservicetext{
    text-align:center;
    font-size:  15px;
    padding-left:0px;
    padding-right:0px;
  }

  .img-custom{
    max-height: 450px;
  }
  .yoltarifi-container {
    border-right: 0px;
  }  
}

.header-blue{
  position: relative;
}

.sleft{
  position:absolute;
  width:50%;
  height:100%;
  background:#ebeced;
  z-index:-1;
  left:0px;
}
.sright{
  position:absolute;
  width:50%;
  height:100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background:linear-gradient(
    rgba(255, 255, 255, 1) 10px, 
    rgba(255, 255, 255, 0.15) 400px
  ),  url(../../assets/img/rightbg2.jpg);
  z-index:-1;
  right:0px;
  background-position:bottom;
}

.navbar .navbar-brand{
  height: 80px;
}

.navbar .navbar-brand .ferikoyvet-logo{
  position: absolute;
  max-height: 150px;
  width: auto;
  margin-left: 70px;
}

.navbar.scrolled .navbar-brand{
  height: 50px;
}

.navbar.scrolled .navbar-brand .ferikoyvet-logo{
  position: relative;
  max-height: 70px;
  width: auto;
  margin-top: -16px;
  margin-left: 70px;

}

.sliderbottomright{
  left: 3px;
  display: flex !important;
  position: relative;
  flex: 0 0 calc(50% - 3px);
}

.childSiteContent .navbar:not(.scrolled) .navbar-brand .ferikoyvet-logo {
  max-height: 90px;
}
@media (min-width: 664px) and (max-width: 991px) {
  #sliderHeaders{
    margin-bottom: 21px !important;    
  }
}
