html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
  height: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #676767;
  border-radius: 10px;
  height: 20px;
}

@font-face {
  font-family: font-aa;
  src: url(../font/circular-pro-bold.woff);
  font-weight: 700;
}

@font-face {
  font-family: font-aa;
  src: url(../font/circular-pro-medium.woff);
  font-weight: 600;
}

@font-face {
  font-family: font-aa;
  src: url(../font/circular-pro-book.woff);
  font-weight: 300;
}

@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobil-menu-icon {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

body {
  font-family: font-aa;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 992px) {
  header {
    position: relative;
    display: flex;
    background: #fff;
    height: 140px;
    justify-content: center;
    width: 100%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    margin-top: -100px;
  }

  footer {
    height: 670px !important;
    margin-top: 50px;
  }

  .modal-content {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 0 !important;
    width: 100% !important;
    background-image: linear-gradient(to right, #689c35, #19c5de);
  }

  .footer-bottom {
    height: 60px !important;
    margin-top: -60px !important;
  }

  .footer-logo {
    background-position: center !important;
  }

  .social-account {
    width: 100% !important;
    margin-left: 10px !important;
  }

  .contact-info h6 {
    text-align: center !important;
  }

  .content p {
    text-align: center !important;
    width: 100%;
    position: relative;
    display: block;
  }

  .references .custom-cizgi {
    border-bottom: 2px solid #eee !important;
  }

  .references .custom-cizgi:last-child {
    border-bottom: 0 !important;
  }

  .contact-info-left h6 {
    text-align: center !important;
  }

  .contact-info-left .content {
    margin-top: 20px;
    margin-right: 0 !important;
  }

  .contact-info .content {
    margin-top: 20px;
    margin-right: 0 !important;
  }

  .content-info-left p {
    text-align: center !important;
  }

  .contact-info-left i {
    display: none;
  }

  .contact-info i {
    display: none;
  }

  .footer-bottom .left {
    float: none !important;
  }

  .footer-bottom .left p {
    text-align: left;
  }

  .footer-bottom .right {

    float: none !important;
  }

  .footer-bottom .right p {

    text-align: left;
  }

  .footer-bottom .piri {
    justify-content: flex-end !important;
    right: 10px !important;
  }

  .logo {
    padding: 0;
    margin: 0;
  }

  .contact {
    position: relative !important;
    display: block !important;
    float: none !important;
    text-align: center !important;
    margin-top: -10px !important;
    margin-left: 45px !important;
  }

  .contact a {
    display: none !important;
  }

  .contact i {
    display: none !important;
  }

  .about {
    height: 535px !important;
    margin: 200px 0 0 0 !important;
  }

  .about img {
    width: 100%;
    margin-top: -135px !important;
    margin-left: 0px !important;
  }

  .about .title {
    margin-top: 0 !important;
  }

  .carousel {
    height: 610px !important;
  }

  .carousel .carousel-item .title h2 {
    color: #575757;
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .carousel .carousel-item .text {
    padding: 0 20px;
  }

  .carousel .carousel-item .text p {
    color: #575757;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .services {
    padding: 60px 3px !important;
  }

  .footer-top .image {
    background-size: 50% !important;
    background-position: center !important;
    height: 230px !important;
  }

  .footer-top .slogan {
    align-items: inherit !important;
  }

  .footer-top .slogan p {
    text-align: center !important;
    margin-top: 25px !important;
  }

  .footer-top .text {
    align-items: inherit !important;
  }

  .footer-top .text p {
    text-align: center !important;
    margin-top: -120px !important;
    margin-bottom: 104px !important;
    position: absolute;
  }

  .call-action {
    margin-top: 0px !important;
  }

  .call-action .contact-button {
    display: flex !important;
    justify-content: center !important;
  }
}

.logo {
  position: relative;
  display: block;
  z-index: 9999;
  height: 79px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  background: url(../images/logo.svg) no-repeat;
}

.logo h1 {
  font-size: 0;
}

.logo img {
  position: relative;
  display: block;
  width: 264px;
  height: 79px;
  margin: 0;
  padding: 0;
}

.contact {
  position: relative;
  display: block;
  float: right;
  margin-top: 40px;
}

.contact i {
  position: absolute;
  display: block;
  font-size: 25px;
  color: #81c341;
  left: -30px;
  margin-top: 2px;
}

.contact a {
  font-size: 20px;
  font-weight: 700;
  color: #81c341;
  padding-right: 10px;
  text-decoration: none;
}

/* === 3.20. MOBILE MENU === */
.mobil-menu-icon {
  position: absolute;
  display: block;
  top: 40px;
  right: 25px;
  z-index: 9999;
}

#open-left {
  line-height: 1;
  cursor: pointer;
  color: #868686;
  font-size: 20px;
}

/* === 3.20. MOBILE MENU === */
.site {
  position: relative;
  display: block;
}

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.snapjs-left .snap-drawer-left {
  background: #62c3d1;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  box-shadow: 1px 1px 20px #a2b4b7;
  z-index: 9999;
}

.snap-drawer-left {
  left: 0;
  z-index: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.mobil-logo {
  position: relative;
  width: 130px;
  margin: 20px auto;
}

.snap-drawer-right {
  right: 0;
  z-index: 0;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.snap-drawers {
  background-color: #fff;
}

@media (min-width: 992px) {
  .snap-drawers {
    display: none;
  }
}

.snap-drawers .mobile-menu>ul,
.snap-drawers .menu>ul {
  position: relative;
  display: block;
  padding: 20px;
}

.snap-drawers .mobile-menu>ul li,
.snap-drawers .menu>ul li {
  display: block;
}

.snap-drawers .mobile-menu>ul li a,
.snap-drawers .menu>ul li a {
  font-family: font-aa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
  z-index: -1;
}

.snapjs-left .snap-drawers .mobile-menu>ul li a,
.snap-drawers .menu>ul li a {
  font-family: font-aa;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a6ced4;
  color: #fff;
  z-index: -1;
}

.snap-drawers .mobile-menu>ul li:last-child,
.snap-drawers .menu>ul li:last-child {
  border: none;
}

.snap-drawers .mobile-menu>ul li li,
.snap-drawers .menu>ul li li {
  margin-left: 20px;
}

.nav-menu {
  width: 100%;
  height: 60px;
  background: #81c341;
  display: flex;
  align-items: center;
  float: left;
  margin-top: 10px;
}

.email {
  position: absolute;
  right: 0;
  width: 30%;
  height: 60px;
  background: #62c3d1;
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin-top: 10px;
}

.email i {
  position: absolute;
  display: block;
  font-size: 25px;
  color: #fff;
  left: 15px;
}

.email a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-right: 10px;
  text-decoration: none;
}

@media (max-width: 992px) {
  .default-menu {
    display: none;
  }
}

.default-menu {
  position: relative;
  transition: 0.5s;
}

.fixed-menu {
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 1;
  height: 50px !important;
  transition: 0.5s;
}

.fixed-menu>.nav-menu {
  width: 100%;
  height: 40px;
  background: #81c341;
  display: flex;
  align-items: center;
  float: left;
  margin-top: 10px;
}

.fixed-menu>.nav-menu .nav li a {
  font-size: 14px;
}

.fixed-menu>.nav-menu .nav li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #9acf67;
  left: -8px;
}

.fixed-menu>.nav-menu .nav .icon a:before {
  background-color: transparent;
}

.fixed-menu>.nav-menu .nav li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #689d35;
  left: 0;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.fixed-menu>.nav-menu .nav li a:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fixed-menu>.nav-menu .nav a.active:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fixed-menu>.nav-menu .nav li i {
  font-size: 20px;
}

.fixed-menu>.email {
  height: 40px;
  display: flex;
  align-items: center;
  float: left;
  margin-top: 10px;
}

.fixed-menu>.email a {
  font-size: 14px;
}

.fixed-menu>.email i {
  font-size: 20px;
  left: 25px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  margin-left: -48px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 10px;
}

.nav li {
  display: inline-block;
  height: 100%;
  margin-right: 15px;
}

.nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
}

.nav li a {
  background: transparent !important;
}

.nav li i {
  font-size: 24px;
  color: #fff;
}

.nav li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #9acf67;
  left: -8px;
}

.nav .icon a:before {
  background-color: transparent;
}

.nav .icon a:after {
  bottom: -9px;
}

.nav li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #689d35;
  left: 0;
  bottom: -7px;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.nav li a:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav a.active:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.footer-top {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-top .image {
  background: url(../images/footer-people.png) no-repeat;
  height: 367px;
  position: relative;
  display: block;
  z-index: 2;
}

.footer-top .slogan {
  height: 200px;
  display: flex;
  align-items: flex-end;
}

.footer-top .slogan p {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.758;
  letter-spacing: 1px;
  text-align: right;
  margin: 0;
  color: #6d6d6d;
  margin-bottom: 10px;
}

.footer-top .text {
  display: flex;
  align-items: flex-end;
}

.footer-top .text p {
  font-size: 19px;
  font-weight: 300;
  color: #6d6d6d;
  line-height: 1.316;
  text-align: right;
  margin: 0;
  letter-spacing: 0.5px;
}

.call-action {
  width: 100%;
  height: 80px;
  position: absolute;
  background: #81c341;
  margin-top: -80px;
}

.call-action .contact-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 140;
}

.call-action .contact-button a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  background-color: #81c341;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.16);
  width: 199px;
  height: 50px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  border: 2px solid #fff;
  transition: 0.5s;
}

.call-action .contact-button a:hover {
  color: #81c341;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.16);
  width: 199px;
  height: 50px;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

footer {
  background: url(../images/footer-map.png);
  background-size: contain;
  background-position: center;
  background-color: #62c3d1;
  background-repeat: no-repeat;
  height: 260px;
  width: 100%;
}

.footer-logo {
  background: url(../images/logo-white.svg) no-repeat;
  height: 79px;
  margin-top: 50px;
  font-size: 0;
}

.footer-logo h6 {
  font-size: 0;
}

.social-account {
  position: relative;
  display: flex;
  width: 300px;
  height: 75px;
  justify-content: center;
  align-items: center;
}

.social-account a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  margin-right: 15px;
}

.contact-info {
  position: relative;
  display: block;
  float: right;
  margin-top: 40px;
}

.contact-info .content {
  margin-top: 20px;
  margin-right: 25px;
}

.contact-info h6 {
  text-align: right;
  padding-left: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -15px;
}

.contact-info i {
  position: absolute;
  text-align: right;
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}

.contact-info .padding {
  position: absolute;
  text-align: right;
  margin-top: -20px;
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
}

.contact-info p {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: #fff;
  text-decoration: none;
}

.contact-info-left {
  position: relative;
  display: block;
  float: right;
  margin-top: 40px;
}

.contact-info-left .content {
  margin-top: 20px;
  margin-right: 25px;
}

.contact-info-left h6 {
  text-align: left;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -15px;
}

.contact-info-left i {
  position: absolute;
  text-align: right;
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  left: -40px;
}

.contact-info-left .padding {
  position: absolute;
  text-align: left;
  margin-top: -20px;
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
}

.contact-info-left p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: -30px;
}

.footer-bottom .left {
  float: left;
}

.footer-bottom .left p {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.footer-bottom .right {
  float: right;
}

.footer-bottom .right p {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.carousel-mask {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 150px;
  padding-left: 100px;
  overflow: hidden;
}

.carousel-mask img {
  height: 450px;
}

.carousel {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: url(../images/slider-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40px -160px;
}

.carousel-indicators {
  display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  border-radius: 25px !important;
  background-image: none !important;
  border: 3px solid #81c341;
}

.carousel-control-next-icon:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f2fb";
  position: absolute;
  margin-top: -15px;
  margin-left: -5px;
  font-size: 45px;
  text-align: left;
  color: #81c341;
  z-index: 9999;
}

.carousel-control-prev-icon:after {
  font-family: Material-Design-Iconic-Font;
  content: "\f2fa";
  position: absolute;
  margin-top: -15px;
  margin-left: -9px;
  font-size: 45px;
  text-align: left;
  color: #81c341;
  z-index: 9999;
}

.slider-bg {
  position: absolute;
  max-width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.slider-bg img {
  position: relative;
  display: block;
  margin-top: -230px;
}

.carousel .carousel-item {
  position: relative;
  transition: inherit;
  -o-transition: inherit;
  -webkit-perspective: none;
  perspective: none;
  width: 100%;
  height: 580px;
}

.carousel .carousel-item .image {
  padding: 30px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.carousel .carousel-item .title h2 {
  color: #575757;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.carousel .carousel-item .text p {
  color: #575757;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.carousel .carousel-item .button {
  margin-top: 20px;
  position: relative;
}

.carousel .carousel-item .button a {
  background-color: rgb(129, 195, 65);
  box-shadow: 0 3px 20px 0px rgba(35, 31, 32, 0.16);
  border-radius: 30px;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.carousel-control-prev {
  color: #6d6d6d;
  text-shadow: none;
  z-index: 9999;
  background-image: none;
}

.carousel-control-next {
  color: #6d6d6d;
  text-shadow: none;
  z-index: 9999;
  background-image: none;
}

.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
  left: 0;
  -webkit-transform: none;
  transform: none;
  transition: 0.2s;
}

.about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  margin: 346px 0 0 0;
  position: relative;
  display: block;
  z-index: 0;
}

.about img {
  margin-top: -200px;
  margin-left: -210px;
}

.about .title {
  margin-top: 60px;
}

.about .title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  float: right;
  text-align: right;
}

.about .text {
  position: relative;
  display: block;
  padding: 0 !important;
  margin-top: 30px !important;
}

.about .text p {
  font-size: 17px !important;
  font-weight: 300 !important;
  color: #fff !important;
  float: right !important;
  text-align: right !important;
  margin-top: 30px;
  margin-bottom: 40px !important;
  padding: 0 !important;
}

.about .button {
  position: relative;
  margin-top: -150px;
  display: none;
}

.about .button a {
  float: right;
  background: #5ab4c1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #fff;
}

.about .button a:hover {
  float: right;
  background: #fff;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 500;
  color: #5ab4c1;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.about .button i {
  padding: 0px 10px;
}

.services {
  position: relative;
  display: block;
  padding: 60px 0;
  background: #fff;
}

.services h5 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 60px;
}

.services .cozumler {
  position: relative;
  display: block;
  height: auto;
  padding: 20px 0 30px 0;
}

.services .cozumler {
  position: relative;
  display: block;
  height: auto;
  padding: 20px 0 30px 0;
  background: #fff;
  z-index: 0;
}

.services .cozumler .item .icon {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 40px;
}

.services .cozumler .item .icon img {
  position: relative;
  display: block;
  max-width: 100%;
  height: 85px;
}

.services .cozumler .item .title {
  position: relative;
  display: block;
  width: 100%;
}

.services .cozumler .item .title h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0e3150;
  margin-bottom: 10px;
}

.services .cozumler .item .text p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #485768;
  padding: 20px 10px;
}

.services .item {
  position: relative;
  display: block;
  box-shadow: 0px 10px 21px 0px rgba(215, 215, 215, 0.65);
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
  width: 94%;
  margin: 0 auto;
  background: #fff;
  min-height: 615px;
}

.services .item i {
  color: #2bb34b;
  font-size: 40px;
  position: absolute;
  margin-top: -40px;
  float: none;
}

.services .item a {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -17px;
  background: #2bb34b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 10px 16px 0px rgba(35, 31, 32, 0.16);
  border-radius: 30px;
  padding: 10px;
  width: auto;
  text-decoration: none;
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.services .item:hover a {
  display: block;
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.services .item h4 {
  color: #4f4f4f;
  font-size: 24px;
  position: relative;
  display: block;
  margin-top: 55px;
  font-weight: 600;
}

.references {
  position: relative;
  display: block;
  padding: 60px 0;
}

.references h5 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 90px;
}

.owl-carousel {
  width: 1024px !important;
  margin: 0 auto;
}

.owl-carousel .owl-item img {
  display: flex !important;
  width: 100px !important;
  justify-content: center;
  margin: 0 auto;
}

.owl-carousel .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot {
  border: 1px solid #6d6d6d;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
  outline: 0;
  box-shadow: none;
}

.owl-carousel .owl-dots .active {
  background: none repeat scroll 0 0 #6d6d6d;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
  outline: 0;
  box-shadow: none;
}

.references .col-md-3 {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.references .col-md-4 {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.references .col {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.references .col:last-child {
  border-right: 0;
}

.references .col-md-4:last-child {
  border-right: 0;
}

.references .col-md-3:last-child {
  border-right: 0;
}

.references .custom-cizgi {
  border-bottom: 0;
}

.references .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.references .item img {
  filter: grayscale(100%);
  transition: 0.5s;
}

.references .item img:hover {
  filter: grayscale(0);
}

@media (max-width: 772px) {
  .owl-carousel {
    width: 100% !important;
  }

  .owl-carousel .owl-item img {
    display: flex !important;
    width: 60px !important;
    justify-content: center;
    margin: 0 auto;
  }
}

.breadcrumb {
  width: 100%;
  height: 350px;
  background: url(../images/page-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb h1 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0;
}

.content .text {
  padding: 0 15px;
}

.content .text p {
  color: #575757;
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
}

.modal-content {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  margin-top: 10%;
  width: 125%;
  background-image: linear-gradient(to right, #689c35, #19c5de);
}

.modal-content .close {
  position: absolute;
  display: block;
  z-index: 9999;
  right: 20px;
  top: 10px;
  opacity: 1;
}

.modal-content .close span {
  color: #1ac4db;
  text-shadow: none !important;
  opacity: 1 !important;
  z-index: 9999;
  position: relative;
  display: block;
  font-size: 30px;
}

.modal-body h4 {
  font-size: 25px;
  font-weight: bold;
  color: #6d6d6d;
  line-height: 1.316;
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-body {
  position: relative;
  align-items: center;
  height: auto;
  background: #fff;
  margin: 10px;
  width: 96%;
  padding: 40px;
}

.modal-body label {
  font-size: 19px;
  font-weight: 100;
  color: #6d6d6d;
  line-height: 1.316;
  text-align: right;
  margin: 0;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-body input {
  outline: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09) !important;
  border: 0 !important;
}

.modal-body textarea {
  resize: none;
  position: relative;
  display: block;
  margin-bottom: 30px;
  outline: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09) !important;
  border: 0 !important;
}

.modal-body a {
  background-image: linear-gradient(to right, #689c35, #19c5de);
  border: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 90px;
  box-shadow: none !important;
  outline: 0 !important;
  color: #fff !important;
  cursor: pointer;
}

.footer-bottom .piri {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
}

.footer-bottom .piri .piri-logo {
  position: absolute;
  justify-content: center;
  background: url(../images/logo-white.svg) no-repeat;
  width: 63px;
  height: 32px;
  top: -5px;
}

/* bootstrap override */
/* .carousel .carousel-item .button a {
  text-transform: capitalize;
} */